2022-09-27T15:40:21.7625153Z Requested labels: windows.4xlarge 2022-09-27T15:40:21.7625218Z Job defined at: pytorch/pytorch/.github/workflows/_win-test.yml@refs/pull/85462/merge 2022-09-27T15:40:21.7625240Z Waiting for a runner to pick up this job... 2022-09-27T15:40:25.0666458Z Job is about to start running on the runner: i-05c55654833b73aef (organization) 2022-09-27T15:40:27.6196609Z Current runner version: '2.296.2' 2022-09-27T15:40:27.6202307Z Runner name: 'i-05c55654833b73aef' 2022-09-27T15:40:27.6202645Z Runner group name: 'Default' 2022-09-27T15:40:27.6203182Z Machine name: 'EC2AMAZ-AQI3P6A' 2022-09-27T15:40:27.6205050Z ##[group]GITHUB_TOKEN Permissions 2022-09-27T15:40:27.6205513Z Actions: read 2022-09-27T15:40:27.6205752Z Checks: read 2022-09-27T15:40:27.6206026Z Contents: read 2022-09-27T15:40:27.6206235Z Deployments: read 2022-09-27T15:40:27.6206483Z Discussions: read 2022-09-27T15:40:27.6206721Z Issues: read 2022-09-27T15:40:27.6206921Z Metadata: read 2022-09-27T15:40:27.6207187Z Packages: read 2022-09-27T15:40:27.6207420Z Pages: read 2022-09-27T15:40:27.6207626Z PullRequests: read 2022-09-27T15:40:27.6207894Z RepositoryProjects: read 2022-09-27T15:40:27.6208176Z SecurityEvents: read 2022-09-27T15:40:27.6208390Z Statuses: read 2022-09-27T15:40:27.6208639Z ##[endgroup] 2022-09-27T15:40:27.6211477Z Secret source: None 2022-09-27T15:40:27.6211924Z Prepare workflow directory 2022-09-27T15:40:27.7090071Z Prepare all required actions 2022-09-27T15:40:27.7242291Z Getting action download info 2022-09-27T15:40:27.9031325Z Download action repository 'pytorch/pytorch@master' (SHA:15c52ffc4f9a02f7078033677d44ccd760107952) 2022-09-27T15:41:14.5837014Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:ada9688bc02703b63dc0e606da280613803449a5) 2022-09-27T15:41:15.6711952Z Getting action download info 2022-09-27T15:41:15.8151723Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-09-27T15:41:16.7280967Z Uses: pytorch/pytorch/.github/workflows/_win-test.yml 2022-09-27T15:41:16.7282513Z ##[group] Inputs 2022-09-27T15:41:16.7282781Z build-environment: win-vs2019-cpu-py3 2022-09-27T15:41:16.7282994Z cuda-version: cpu 2022-09-27T15:41:16.7283427Z 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-09-27T15:41:16.7283810Z sync-tag: 2022-09-27T15:41:16.7283959Z ##[endgroup] 2022-09-27T15:41:16.7284373Z Complete job name: win-vs2019-cpu-py3 / test (default, 1, 2, windows.4xlarge) 2022-09-27T15:41:16.8788915Z ##[group]Run git config --global core.symlinks true 2022-09-27T15:41:16.8789324Z git config --global core.symlinks true 2022-09-27T15:41:17.1831405Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-09-27T15:41:17.1831705Z env: 2022-09-27T15:41:17.1831904Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:41:17.1832097Z ##[endgroup] 2022-09-27T15:41:18.9271144Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-09-27T15:41:18.9271482Z with: 2022-09-27T15:41:18.9271648Z no-sudo: true 2022-09-27T15:41:18.9271826Z submodules: recursive 2022-09-27T15:41:18.9271990Z fetch-depth: 0 2022-09-27T15:41:18.9272161Z env: 2022-09-27T15:41:18.9272323Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:41:18.9272488Z ##[endgroup] 2022-09-27T15:41:18.9540192Z ##[group]Run retry () { 2022-09-27T15:41:18.9540404Z retry () { 2022-09-27T15:41:18.9540607Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-09-27T15:41:18.9540805Z } 2022-09-27T15:41:18.9540990Z echo "${GITHUB_WORKSPACE}" 2022-09-27T15:41:18.9541231Z if [ -z "${NO_SUDO}" ]; then 2022-09-27T15:41:18.9541446Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:41:18.9541639Z else 2022-09-27T15:41:18.9541844Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:41:18.9542027Z fi 2022-09-27T15:41:18.9542199Z mkdir "${GITHUB_WORKSPACE}" 2022-09-27T15:41:18.9568555Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-09-27T15:41:18.9568813Z env: 2022-09-27T15:41:18.9569849Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:41:18.9570011Z NO_SUDO: true 2022-09-27T15:41:18.9570172Z ##[endgroup] 2022-09-27T15:41:18.9800559Z C:\actions-runner\_work\pytorch\pytorch 2022-09-27T15:41:19.3715617Z ##[group]Run malfet/checkout@silent-checkout 2022-09-27T15:41:19.3715835Z with: 2022-09-27T15:41:19.3716020Z ref: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:41:19.3716211Z fetch-depth: 0 2022-09-27T15:41:19.3716371Z submodules: recursive 2022-09-27T15:41:19.3716547Z quiet-checkout: true 2022-09-27T15:41:19.3716737Z repository: pytorch/pytorch 2022-09-27T15:41:19.3717182Z token: *** 2022-09-27T15:41:19.3717346Z ssh-strict: true 2022-09-27T15:41:19.3717540Z persist-credentials: true 2022-09-27T15:41:19.3717708Z clean: true 2022-09-27T15:41:19.3717858Z lfs: false 2022-09-27T15:41:19.3718026Z set-safe-directory: true 2022-09-27T15:41:19.3718183Z env: 2022-09-27T15:41:19.3718342Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:41:19.3718520Z ##[endgroup] 2022-09-27T15:41:20.4314462Z Syncing repository: pytorch/pytorch 2022-09-27T15:41:20.4315863Z ##[group]Getting Git version info 2022-09-27T15:41:20.4316157Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2022-09-27T15:41:20.4353623Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-09-27T15:41:20.4520665Z git version 2.37.3.windows.1 2022-09-27T15:41:20.4553028Z ##[endgroup] 2022-09-27T15:41:20.4567743Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\48c9c2b5-4e8d-4bc4-9035-5b74d8c9e9e9\.gitconfig' 2022-09-27T15:41:20.4617126Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\48c9c2b5-4e8d-4bc4-9035-5b74d8c9e9e9' before making global git config changes 2022-09-27T15:41:20.4617568Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T15:41:20.4626206Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-09-27T15:41:20.4832941Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2022-09-27T15:41:20.4837815Z ##[group]Initializing the repository 2022-09-27T15:41:20.4845368Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2022-09-27T15:41:20.5212114Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2022-09-27T15:41:20.5246262Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2022-09-27T15:41:20.5464616Z ##[endgroup] 2022-09-27T15:41:20.5464993Z ##[group]Disabling automatic garbage collection 2022-09-27T15:41:20.5474343Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2022-09-27T15:41:20.5660832Z ##[endgroup] 2022-09-27T15:41:20.5661218Z ##[group]Setting up auth 2022-09-27T15:41:20.5672248Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-09-27T15:41:20.5860143Z [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-09-27T15:41:22.2497783Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T15:41:22.2690710Z [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-09-27T15:41:22.6238760Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-09-27T15:41:22.6483454Z ##[endgroup] 2022-09-27T15:41:22.6483814Z ##[group]Fetching the repository 2022-09-27T15:41:22.6495271Z [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-09-27T15:42:19.0996882Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet 52424e2bf38e454d535881fed9628d3e20f4f944^{object} 2022-09-27T15:42:19.1220975Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:42:21.3192416Z ##[endgroup] 2022-09-27T15:42:21.3192791Z ##[group]Determining the checkout info 2022-09-27T15:42:21.3193773Z ##[endgroup] 2022-09-27T15:42:21.3194116Z ##[group]Checking out the ref 2022-09-27T15:42:21.3204284Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --quiet --force 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:42:34.3631095Z ##[endgroup] 2022-09-27T15:42:34.3631537Z ##[group]Setting up auth for fetching submodules 2022-09-27T15:42:34.3640969Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-09-27T15:42:34.3908434Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2022-09-27T15:42:34.4104404Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2022-09-27T15:42:34.4300674Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-09-27T15:42:34.4486468Z ##[endgroup] 2022-09-27T15:42:34.4486835Z ##[group]Fetching submodules 2022-09-27T15:42:34.4494330Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2022-09-27T15:42:34.7877111Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2022-09-27T15:42:35.4114673Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-09-27T15:42:35.4115177Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-09-27T15:42:35.4115644Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-09-27T15:42:35.4117266Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-09-27T15:42:35.4117738Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-09-27T15:42:35.4118268Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-09-27T15:42:35.4119314Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-09-27T15:42:35.4119772Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-09-27T15:42:35.4120216Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-09-27T15:42:35.4120716Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-09-27T15:42:35.4121161Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-09-27T15:42:35.4121598Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-09-27T15:42:35.4122019Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-09-27T15:42:35.4122468Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-09-27T15:42:35.4122880Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-09-27T15:42:35.4123291Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-09-27T15:42:35.4123777Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-09-27T15:42:35.4124210Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:42:35.4124632Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-09-27T15:42:35.4125061Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-09-27T15:42:35.4125477Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-09-27T15:42:35.4125886Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-09-27T15:42:35.4126311Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-09-27T15:42:35.4126722Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-09-27T15:42:35.4127116Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-09-27T15:42:35.4127525Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-09-27T15:42:35.4127926Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-09-27T15:42:35.4128320Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-09-27T15:42:35.4128739Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-09-27T15:42:35.4129179Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-09-27T15:42:35.4129607Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-09-27T15:42:35.4130153Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-09-27T15:42:35.4130630Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-09-27T15:42:35.4131441Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-09-27T15:42:35.4274295Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-09-27T15:42:35.4274789Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-09-27T15:42:35.4275265Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-09-27T15:42:35.4275681Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-09-27T15:42:35.4276049Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-09-27T15:42:35.4276458Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-09-27T15:42:35.4276876Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-09-27T15:42:35.8403649Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-09-27T15:42:36.1708210Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-09-27T15:42:36.4917518Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-09-27T15:42:37.0754716Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-09-27T15:42:37.6043591Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-09-27T15:42:40.8901281Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-09-27T15:42:48.5378539Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-09-27T15:42:50.1600359Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-09-27T15:42:50.8752730Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-09-27T15:42:52.8026158Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-09-27T15:42:55.6337525Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-09-27T15:42:57.7970323Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-09-27T15:43:05.8823152Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-09-27T15:43:08.0839254Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-09-27T15:43:09.8871322Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-09-27T15:43:11.3281958Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-09-27T15:43:11.6394113Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-09-27T15:43:13.4964288Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-09-27T15:43:14.0150103Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-09-27T15:43:15.4113301Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-09-27T15:43:16.0448565Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-09-27T15:43:16.3450309Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-09-27T15:43:16.7385016Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-09-27T15:43:19.2578970Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-09-27T15:43:19.9760939Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-09-27T15:43:20.4815099Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-09-27T15:43:28.5184566Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-09-27T15:43:30.2048426Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-09-27T15:43:30.7943749Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-09-27T15:43:31.2849702Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-09-27T15:43:37.2161072Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-09-27T15:43:37.5662062Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-09-27T15:43:37.8824250Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-09-27T15:43:38.9589414Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-09-27T15:43:39.3240019Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-09-27T15:43:39.8681664Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-09-27T15:43:40.3913735Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-09-27T15:43:41.2170374Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-09-27T15:43:44.2027679Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-09-27T15:43:44.8867766Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-09-27T15:43:47.5892825Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-09-27T15:43:47.7642689Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-09-27T15:43:47.9246615Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-09-27T15:43:47.9962478Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-09-27T15:43:48.3833276Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-09-27T15:43:48.8067853Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-09-27T15:43:49.3617222Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-09-27T15:44:03.0640435Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-09-27T15:44:03.3095497Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:44:04.6144395Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-09-27T15:44:05.4596447Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-09-27T15:44:10.7295568Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-09-27T15:44:17.1532904Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-09-27T15:44:20.5842170Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-09-27T15:44:21.9935224Z Submodule path 'third_party/fbgemm': checked out '499cd22f5c2e26041e4f190f628b48478a89a030' 2022-09-27T15:44:22.0419077Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:44:22.0419587Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:44:22.0420079Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:44:22.0421119Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:44:23.2261204Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-09-27T15:44:26.0432120Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-09-27T15:44:44.7728837Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-09-27T15:44:54.8447181Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-09-27T15:44:59.4312817Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-09-27T15:45:00.0871295Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-09-27T15:45:00.8116172Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-09-27T15:45:00.9198975Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-09-27T15:45:09.0333006Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-09-27T15:45:10.7612451Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-09-27T15:45:11.0129893Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-09-27T15:45:13.1715381Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-09-27T15:45:14.6550738Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-09-27T15:45:16.1998848Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-09-27T15:45:16.4174834Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-09-27T15:45:16.4283197Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-09-27T15:45:25.5819274Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-09-27T15:45:35.0749841Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-09-27T15:45:35.0865191Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:45:43.4225239Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-09-27T15:45:51.2454854Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-09-27T15:45:51.3963750Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-09-27T15:45:52.0167519Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-09-27T15:45:52.9888984Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-09-27T15:45:53.0018928Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:45:53.0019509Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:45:54.6889869Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-09-27T15:45:56.1112881Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-09-27T15:45:57.2766041Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-09-27T15:45:59.6295042Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-09-27T15:46:00.5763172Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-09-27T15:46:00.6869723Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-09-27T15:46:04.1663182Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-09-27T15:46:17.8842887Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-09-27T15:46:17.8998122Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-09-27T15:46:17.8998657Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-09-27T15:46:18.8826164Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-09-27T15:46:20.0927375Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-09-27T15:46:20.7772884Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:46:21.7357414Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-09-27T15:46:21.9708759Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-09-27T15:46:21.9822120Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:46:24.7702579Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-09-27T15:46:29.9463639Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-09-27T15:46:29.9602454Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:46:29.9603022Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:46:30.8978183Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-09-27T15:46:32.2233829Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-09-27T15:46:32.8928073Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-09-27T15:46:34.3956974Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-09-27T15:46:34.4068571Z 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-09-27T15:46:35.4821989Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-09-27T15:46:35.5935316Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:46:35.6729041Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-09-27T15:46:50.2179718Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-09-27T15:46:50.2324999Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:46:50.2325559Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-09-27T15:46:51.0451211Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-09-27T15:46:52.2940485Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-09-27T15:46:52.6403656Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-09-27T15:46:54.3183177Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-09-27T15:46:54.4506354Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-09-27T15:46:54.5854412Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-09-27T15:46:55.2490129Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-09-27T15:46:55.4330600Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-09-27T15:46:56.4293388Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-09-27T15:46:56.5076550Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-09-27T15:46:57.7285847Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-09-27T15:47:03.8506425Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-09-27T15:47:05.1384611Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-09-27T15:47:05.1763155Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:47:05.1763678Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:47:05.1764151Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:47:05.1766002Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:47:06.6104890Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-09-27T15:47:07.3484074Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-09-27T15:47:09.6792371Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-09-27T15:47:11.1822023Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-09-27T15:47:12.4111183Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-09-27T15:47:12.7533023Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-09-27T15:47:14.1521699Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-09-27T15:47:14.7184084Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-09-27T15:47:14.7298094Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:47:15.1535170Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-09-27T15:47:15.2464310Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:47:17.8532159Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-09-27T15:47:17.8720752Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2022-09-27T15:47:18.3393916Z Entering 'android/libs/fbjni' 2022-09-27T15:47:18.3772860Z Entering 'third_party/FP16' 2022-09-27T15:47:18.4146443Z Entering 'third_party/FXdiv' 2022-09-27T15:47:18.4517131Z Entering 'third_party/NNPACK' 2022-09-27T15:47:18.4885188Z Entering 'third_party/QNNPACK' 2022-09-27T15:47:18.5266033Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:47:18.5634773Z Entering 'third_party/XNNPACK' 2022-09-27T15:47:18.6012793Z Entering 'third_party/benchmark' 2022-09-27T15:47:18.6381011Z Entering 'third_party/cpuinfo' 2022-09-27T15:47:18.6759263Z Entering 'third_party/cub' 2022-09-27T15:47:18.7132721Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:47:18.7509083Z Entering 'third_party/cutlass' 2022-09-27T15:47:18.7884065Z Entering 'third_party/eigen' 2022-09-27T15:47:18.8675718Z Entering 'third_party/fbgemm' 2022-09-27T15:47:18.9033155Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:47:18.9406679Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:47:18.9782769Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:47:19.0153680Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:47:19.0534232Z Entering 'third_party/flatbuffers' 2022-09-27T15:47:19.0905202Z Entering 'third_party/fmt' 2022-09-27T15:47:19.1279880Z Entering 'third_party/foxi' 2022-09-27T15:47:19.1650214Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:47:19.2019448Z Entering 'third_party/gloo' 2022-09-27T15:47:19.2392068Z Entering 'third_party/googletest' 2022-09-27T15:47:19.2765385Z Entering 'third_party/ideep' 2022-09-27T15:47:19.3125644Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:47:19.3492657Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:47:19.3901503Z Entering 'third_party/ios-cmake' 2022-09-27T15:47:19.4275399Z Entering 'third_party/ittapi' 2022-09-27T15:47:19.4645329Z Entering 'third_party/kineto' 2022-09-27T15:47:19.5008234Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:47:19.5387278Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:47:19.5778999Z Entering 'third_party/nccl/nccl' 2022-09-27T15:47:19.6152621Z Entering 'third_party/neon2sse' 2022-09-27T15:47:19.6519859Z Entering 'third_party/nlohmann' 2022-09-27T15:47:19.6892421Z Entering 'third_party/onnx' 2022-09-27T15:47:19.7269393Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:47:19.7644999Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:47:19.8028978Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:47:19.8388651Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:47:19.8759162Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:47:19.9142374Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:47:19.9514741Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:47:19.9948883Z Entering 'third_party/pocketfft' 2022-09-27T15:47:20.0332251Z Entering 'third_party/protobuf' 2022-09-27T15:47:20.0705339Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:47:20.1087022Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:47:20.1482727Z Entering 'third_party/psimd' 2022-09-27T15:47:20.1867075Z Entering 'third_party/pthreadpool' 2022-09-27T15:47:20.2247986Z Entering 'third_party/pybind11' 2022-09-27T15:47:20.2630105Z Entering 'third_party/python-enum' 2022-09-27T15:47:20.3018688Z Entering 'third_party/python-peachpy' 2022-09-27T15:47:20.3410024Z Entering 'third_party/python-six' 2022-09-27T15:47:20.3791969Z Entering 'third_party/sleef' 2022-09-27T15:47:20.4173160Z Entering 'third_party/tbb' 2022-09-27T15:47:20.4560455Z Entering 'third_party/tensorpipe' 2022-09-27T15:47:20.4939284Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:47:20.5326322Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:47:20.5710535Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:47:20.6093087Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:47:20.6465479Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:47:20.6880954Z Entering 'third_party/zstd' 2022-09-27T15:47:20.7325175Z ##[endgroup] 2022-09-27T15:47:20.7325644Z ##[group]Persisting credentials for submodules 2022-09-27T15:47:20.7337370Z [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-09-27T15:47:21.0811532Z Entering 'android/libs/fbjni' 2022-09-27T15:47:21.1270806Z Entering 'third_party/FP16' 2022-09-27T15:47:21.1746568Z Entering 'third_party/FXdiv' 2022-09-27T15:47:21.2212295Z Entering 'third_party/NNPACK' 2022-09-27T15:47:21.2678305Z Entering 'third_party/QNNPACK' 2022-09-27T15:47:21.3137928Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:47:21.3586930Z Entering 'third_party/XNNPACK' 2022-09-27T15:47:21.4061324Z Entering 'third_party/benchmark' 2022-09-27T15:47:21.4503337Z Entering 'third_party/cpuinfo' 2022-09-27T15:47:21.4952186Z Entering 'third_party/cub' 2022-09-27T15:47:21.5399354Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:47:21.5848745Z Entering 'third_party/cutlass' 2022-09-27T15:47:21.6304309Z Entering 'third_party/eigen' 2022-09-27T15:47:21.7010629Z Entering 'third_party/fbgemm' 2022-09-27T15:47:21.7463107Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:47:21.7923699Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:47:21.8381888Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:47:21.8830923Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:47:21.9297147Z Entering 'third_party/flatbuffers' 2022-09-27T15:47:21.9758239Z Entering 'third_party/fmt' 2022-09-27T15:47:22.0210976Z Entering 'third_party/foxi' 2022-09-27T15:47:22.0661882Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:47:22.1114510Z Entering 'third_party/gloo' 2022-09-27T15:47:22.1566181Z Entering 'third_party/googletest' 2022-09-27T15:47:22.2011506Z Entering 'third_party/ideep' 2022-09-27T15:47:22.2452145Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:47:22.2899133Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:47:22.3384867Z Entering 'third_party/ios-cmake' 2022-09-27T15:47:22.3833004Z Entering 'third_party/ittapi' 2022-09-27T15:47:22.4282915Z Entering 'third_party/kineto' 2022-09-27T15:47:22.4725863Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:47:22.5181333Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:47:22.5645017Z Entering 'third_party/nccl/nccl' 2022-09-27T15:47:22.6097017Z Entering 'third_party/neon2sse' 2022-09-27T15:47:22.6546377Z Entering 'third_party/nlohmann' 2022-09-27T15:47:22.6994487Z Entering 'third_party/onnx' 2022-09-27T15:47:22.7441854Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:47:22.7897045Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:47:22.8359657Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:47:22.8809974Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:47:22.9267000Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:47:22.9719294Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:47:23.0156703Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:47:23.0655263Z Entering 'third_party/pocketfft' 2022-09-27T15:47:23.1097440Z Entering 'third_party/protobuf' 2022-09-27T15:47:23.1541995Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:47:23.1997065Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:47:23.2464342Z Entering 'third_party/psimd' 2022-09-27T15:47:23.2910886Z Entering 'third_party/pthreadpool' 2022-09-27T15:47:23.3359246Z Entering 'third_party/pybind11' 2022-09-27T15:47:23.3800378Z Entering 'third_party/python-enum' 2022-09-27T15:47:23.4244545Z Entering 'third_party/python-peachpy' 2022-09-27T15:47:23.4698233Z Entering 'third_party/python-six' 2022-09-27T15:47:23.5144244Z Entering 'third_party/sleef' 2022-09-27T15:47:23.5590716Z Entering 'third_party/tbb' 2022-09-27T15:47:23.6040811Z Entering 'third_party/tensorpipe' 2022-09-27T15:47:23.6479180Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:47:23.6939534Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:47:23.7396721Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:47:23.7846555Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:47:23.8291024Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:47:23.8770853Z Entering 'third_party/zstd' 2022-09-27T15:47:23.9289376Z [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-09-27T15:47:24.2811590Z Entering 'android/libs/fbjni' 2022-09-27T15:47:24.3312982Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-09-27T15:47:24.3443347Z Entering 'third_party/FP16' 2022-09-27T15:47:24.3936988Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-09-27T15:47:24.4065477Z Entering 'third_party/FXdiv' 2022-09-27T15:47:24.4565212Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-09-27T15:47:24.4695392Z Entering 'third_party/NNPACK' 2022-09-27T15:47:24.5190233Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-09-27T15:47:24.5316678Z Entering 'third_party/QNNPACK' 2022-09-27T15:47:24.5804055Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-09-27T15:47:24.5930945Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:47:24.6425622Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-09-27T15:47:24.6556819Z Entering 'third_party/XNNPACK' 2022-09-27T15:47:24.7048682Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-09-27T15:47:24.7187650Z Entering 'third_party/benchmark' 2022-09-27T15:47:24.7682659Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:47:24.7809776Z Entering 'third_party/cpuinfo' 2022-09-27T15:47:24.8296040Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:47:24.8424341Z Entering 'third_party/cub' 2022-09-27T15:47:24.8908554Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-09-27T15:47:24.9036509Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:47:24.9527871Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-09-27T15:47:24.9660775Z Entering 'third_party/cutlass' 2022-09-27T15:47:25.0149614Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-09-27T15:47:25.0285922Z Entering 'third_party/eigen' 2022-09-27T15:47:25.0778800Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-09-27T15:47:25.0910042Z Entering 'third_party/fbgemm' 2022-09-27T15:47:25.1400191Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-09-27T15:47:25.1519550Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:47:25.2024822Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-09-27T15:47:25.2156549Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:47:25.2659116Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:47:25.2789179Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:47:25.3285885Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:47:25.3418313Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:47:25.3919619Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-09-27T15:47:25.4062398Z Entering 'third_party/flatbuffers' 2022-09-27T15:47:25.4559720Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-09-27T15:47:25.4700267Z Entering 'third_party/fmt' 2022-09-27T15:47:25.5190508Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-09-27T15:47:25.5318556Z Entering 'third_party/foxi' 2022-09-27T15:47:25.5807232Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-09-27T15:47:25.5937365Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:47:25.6433989Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-09-27T15:47:25.6562913Z Entering 'third_party/gloo' 2022-09-27T15:47:25.7048642Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-09-27T15:47:25.7176207Z Entering 'third_party/googletest' 2022-09-27T15:47:25.7662511Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:47:25.7789612Z Entering 'third_party/ideep' 2022-09-27T15:47:25.8276145Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-09-27T15:47:25.8394741Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:47:25.8899266Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-09-27T15:47:25.9019707Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:47:25.9516936Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-09-27T15:47:25.9675294Z Entering 'third_party/ios-cmake' 2022-09-27T15:47:26.0164151Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-09-27T15:47:26.0292881Z Entering 'third_party/ittapi' 2022-09-27T15:47:26.0790004Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-09-27T15:47:26.0915959Z Entering 'third_party/kineto' 2022-09-27T15:47:26.1407110Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-09-27T15:47:26.1525178Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:47:26.2030181Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-09-27T15:47:26.2161973Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:47:26.3002924Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-09-27T15:47:26.3145960Z Entering 'third_party/nccl/nccl' 2022-09-27T15:47:26.3634841Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-09-27T15:47:26.3764355Z Entering 'third_party/neon2sse' 2022-09-27T15:47:26.4252714Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-09-27T15:47:26.4380767Z Entering 'third_party/nlohmann' 2022-09-27T15:47:26.4888788Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-09-27T15:47:26.5017886Z Entering 'third_party/onnx' 2022-09-27T15:47:26.5509724Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:47:26.5642946Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:47:26.6134410Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:47:26.6264209Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:47:26.6763819Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:47:26.6909032Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:47:26.7401123Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-09-27T15:47:26.7520273Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:47:26.8028417Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:47:26.8153200Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:47:26.8654533Z 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-09-27T15:47:26.8784623Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:47:26.9276902Z 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-09-27T15:47:26.9396659Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:47:26.9896877Z 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-09-27T15:47:27.0068307Z Entering 'third_party/pocketfft' 2022-09-27T15:47:27.0559815Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-09-27T15:47:27.0685469Z Entering 'third_party/protobuf' 2022-09-27T15:47:27.1369008Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-09-27T15:47:27.1490855Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:47:27.1988855Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:47:27.2119936Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:47:27.2624018Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:47:27.2768448Z Entering 'third_party/psimd' 2022-09-27T15:47:27.3262169Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-09-27T15:47:27.3392930Z Entering 'third_party/pthreadpool' 2022-09-27T15:47:27.3882484Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-09-27T15:47:27.4007066Z Entering 'third_party/pybind11' 2022-09-27T15:47:27.4491547Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:47:27.4618724Z Entering 'third_party/python-enum' 2022-09-27T15:47:27.5110088Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-09-27T15:47:27.5235528Z Entering 'third_party/python-peachpy' 2022-09-27T15:47:27.5718616Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-09-27T15:47:27.5845780Z Entering 'third_party/python-six' 2022-09-27T15:47:27.6341020Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-09-27T15:47:27.6466850Z Entering 'third_party/sleef' 2022-09-27T15:47:27.6958347Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-09-27T15:47:27.7087223Z Entering 'third_party/tbb' 2022-09-27T15:47:27.7582260Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-09-27T15:47:27.7714419Z Entering 'third_party/tensorpipe' 2022-09-27T15:47:27.8213573Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-09-27T15:47:27.8332570Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:47:27.8830931Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:47:27.8960432Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:47:27.9449602Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-09-27T15:47:27.9580330Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:47:28.0076400Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-09-27T15:47:28.0208267Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:47:28.0706166Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:47:28.0833435Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:47:28.1344261Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-09-27T15:47:28.1502198Z Entering 'third_party/zstd' 2022-09-27T15:47:28.2000072Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-09-27T15:47:28.4538691Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2022-09-27T15:47:28.7943148Z Entering 'android/libs/fbjni' 2022-09-27T15:47:28.8330113Z Entering 'third_party/FP16' 2022-09-27T15:47:28.8706555Z Entering 'third_party/FXdiv' 2022-09-27T15:47:28.9084438Z Entering 'third_party/NNPACK' 2022-09-27T15:47:28.9470022Z Entering 'third_party/QNNPACK' 2022-09-27T15:47:28.9849141Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:47:29.0225973Z Entering 'third_party/XNNPACK' 2022-09-27T15:47:29.0612840Z Entering 'third_party/benchmark' 2022-09-27T15:47:29.0996430Z Entering 'third_party/cpuinfo' 2022-09-27T15:47:29.1367560Z Entering 'third_party/cub' 2022-09-27T15:47:29.1736152Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:47:29.2119544Z Entering 'third_party/cutlass' 2022-09-27T15:47:29.2509721Z Entering 'third_party/eigen' 2022-09-27T15:47:29.2897658Z Entering 'third_party/fbgemm' 2022-09-27T15:47:29.3270577Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:47:29.3659188Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:47:29.4045146Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:47:29.4424246Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:47:29.4812191Z Entering 'third_party/flatbuffers' 2022-09-27T15:47:29.5190340Z Entering 'third_party/fmt' 2022-09-27T15:47:29.5572085Z Entering 'third_party/foxi' 2022-09-27T15:47:29.5952755Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:47:29.6330117Z Entering 'third_party/gloo' 2022-09-27T15:47:29.6702804Z Entering 'third_party/googletest' 2022-09-27T15:47:29.7086793Z Entering 'third_party/ideep' 2022-09-27T15:47:29.8345518Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:47:29.8735437Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:47:29.9158472Z Entering 'third_party/ios-cmake' 2022-09-27T15:47:29.9540009Z Entering 'third_party/ittapi' 2022-09-27T15:47:29.9920558Z Entering 'third_party/kineto' 2022-09-27T15:47:30.0292583Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:47:30.0692850Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:47:30.1093538Z Entering 'third_party/nccl/nccl' 2022-09-27T15:47:30.1472673Z Entering 'third_party/neon2sse' 2022-09-27T15:47:30.1852430Z Entering 'third_party/nlohmann' 2022-09-27T15:47:30.2239489Z Entering 'third_party/onnx' 2022-09-27T15:47:30.2639502Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:47:30.3033996Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:47:30.3436186Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:47:30.4066120Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:47:30.4451439Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:47:30.4841543Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:47:30.5226775Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:47:30.5727464Z Entering 'third_party/pocketfft' 2022-09-27T15:47:30.6105386Z Entering 'third_party/protobuf' 2022-09-27T15:47:30.6479854Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:47:30.6867808Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:47:30.7272501Z Entering 'third_party/psimd' 2022-09-27T15:47:30.7659057Z Entering 'third_party/pthreadpool' 2022-09-27T15:47:30.8048415Z Entering 'third_party/pybind11' 2022-09-27T15:47:30.8434926Z Entering 'third_party/python-enum' 2022-09-27T15:47:30.8810596Z Entering 'third_party/python-peachpy' 2022-09-27T15:47:30.9189762Z Entering 'third_party/python-six' 2022-09-27T15:47:30.9565322Z Entering 'third_party/sleef' 2022-09-27T15:47:30.9944905Z Entering 'third_party/tbb' 2022-09-27T15:47:31.0334991Z Entering 'third_party/tensorpipe' 2022-09-27T15:47:31.0707330Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:47:31.1091634Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:47:31.1468945Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:47:31.1844361Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:47:31.2217853Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:47:31.2632224Z Entering 'third_party/zstd' 2022-09-27T15:47:31.3092918Z [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-09-27T15:47:31.6528064Z Entering 'android/libs/fbjni' 2022-09-27T15:47:31.6919828Z Entering 'third_party/FP16' 2022-09-27T15:47:31.7302965Z Entering 'third_party/FXdiv' 2022-09-27T15:47:31.7685574Z Entering 'third_party/NNPACK' 2022-09-27T15:47:31.8066346Z Entering 'third_party/QNNPACK' 2022-09-27T15:47:31.8443225Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:47:31.8958029Z Entering 'third_party/XNNPACK' 2022-09-27T15:47:31.9349112Z Entering 'third_party/benchmark' 2022-09-27T15:47:31.9729017Z Entering 'third_party/cpuinfo' 2022-09-27T15:47:32.0105253Z Entering 'third_party/cub' 2022-09-27T15:47:32.0484451Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:47:32.0873245Z Entering 'third_party/cutlass' 2022-09-27T15:47:32.1256661Z Entering 'third_party/eigen' 2022-09-27T15:47:32.1637919Z Entering 'third_party/fbgemm' 2022-09-27T15:47:32.2014024Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:47:32.2405083Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:47:32.2786061Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:47:32.3162769Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:47:32.3720484Z Entering 'third_party/flatbuffers' 2022-09-27T15:47:32.4111982Z Entering 'third_party/fmt' 2022-09-27T15:47:32.4491222Z Entering 'third_party/foxi' 2022-09-27T15:47:32.4866191Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:47:32.5250327Z Entering 'third_party/gloo' 2022-09-27T15:47:32.5631496Z Entering 'third_party/googletest' 2022-09-27T15:47:32.6008514Z Entering 'third_party/ideep' 2022-09-27T15:47:32.6371734Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:47:32.6747378Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:47:32.7289615Z Entering 'third_party/ios-cmake' 2022-09-27T15:47:32.7673610Z Entering 'third_party/ittapi' 2022-09-27T15:47:32.8052870Z Entering 'third_party/kineto' 2022-09-27T15:47:32.8424747Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:47:32.8835200Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:47:32.9351335Z Entering 'third_party/nccl/nccl' 2022-09-27T15:47:32.9729871Z Entering 'third_party/neon2sse' 2022-09-27T15:47:33.0122424Z Entering 'third_party/nlohmann' 2022-09-27T15:47:33.0540995Z Entering 'third_party/onnx' 2022-09-27T15:47:33.0948868Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:47:33.1399896Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:47:33.1819448Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:47:33.2204097Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:47:33.2602158Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:47:33.3020416Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:47:33.3402586Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:47:33.3837691Z Entering 'third_party/pocketfft' 2022-09-27T15:47:33.4218610Z Entering 'third_party/protobuf' 2022-09-27T15:47:33.4590880Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:47:33.4966260Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:47:33.5532148Z Entering 'third_party/psimd' 2022-09-27T15:47:33.5918467Z Entering 'third_party/pthreadpool' 2022-09-27T15:47:33.6290331Z Entering 'third_party/pybind11' 2022-09-27T15:47:33.6661617Z Entering 'third_party/python-enum' 2022-09-27T15:47:33.7040612Z Entering 'third_party/python-peachpy' 2022-09-27T15:47:33.7422427Z Entering 'third_party/python-six' 2022-09-27T15:47:33.7809157Z Entering 'third_party/sleef' 2022-09-27T15:47:33.8191215Z Entering 'third_party/tbb' 2022-09-27T15:47:33.8574165Z Entering 'third_party/tensorpipe' 2022-09-27T15:47:33.8946793Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:47:33.9499819Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:47:33.9879298Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:47:34.0257912Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:47:34.0629826Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:47:34.1544306Z Entering 'third_party/zstd' 2022-09-27T15:47:34.1999157Z ##[endgroup] 2022-09-27T15:47:34.2224848Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2022-09-27T15:47:34.2396125Z '52424e2bf38e454d535881fed9628d3e20f4f944' 2022-09-27T15:47:34.3321120Z Prepare all required actions 2022-09-27T15:47:34.3321516Z Getting action download info 2022-09-27T15:47:34.5175497Z Download action repository 'actions/setup-python@v2' (SHA:7f80679172b057fc5e90d70d197929d454754a5a) 2022-09-27T15:47:35.2902035Z ##[group]Run ./.github/actions/setup-win 2022-09-27T15:47:35.2902249Z with: 2022-09-27T15:47:35.2902399Z cuda-version: cpu 2022-09-27T15:47:35.2902566Z env: 2022-09-27T15:47:35.2902738Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:47:35.2902901Z ##[endgroup] 2022-09-27T15:47:35.3010368Z ##[group]Run set -euo pipefail 2022-09-27T15:47:35.3010602Z set -euo pipefail 2022-09-27T15:47:35.3010797Z function get_ec2_metadata() { 2022-09-27T15:47:35.3011051Z  # Pulled from instance metadata endpoint for EC2 2022-09-27T15:47:35.3011416Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-09-27T15:47:35.3011717Z  category=$1 2022-09-27T15:47:35.3011979Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-09-27T15:47:35.3012210Z } 2022-09-27T15:47:35.3012395Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-09-27T15:47:35.3012657Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-09-27T15:47:35.3012930Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-09-27T15:47:35.3013163Z echo "system info $(uname -a)" 2022-09-27T15:47:35.3039117Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-09-27T15:47:35.3039379Z env: 2022-09-27T15:47:35.3039537Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:47:35.3039719Z ##[endgroup] 2022-09-27T15:47:35.3849461Z ami-id: ami-0f1a18fafaf0c8ce8 2022-09-27T15:47:35.4018569Z instance-id: i-05c55654833b73aef 2022-09-27T15:47:35.4188967Z instance-type: c5d.4xlarge 2022-09-27T15:47:35.4401855Z system info MSYS_NT-10.0-17763 EC2AMAZ-AQI3P6A 3.3.5-341.x86_64 2022-07-08 09:41 UTC x86_64 Msys 2022-09-27T15:47:35.4517667Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-09-27T15:47:35.4518540Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-09-27T15:47:35.4540073Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-09-27T15:47:35.4540331Z env: 2022-09-27T15:47:35.4540496Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:47:35.4540660Z ##[endgroup] 2022-09-27T15:47:36.4776231Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T15:47:36.5691077Z Finished 2022-09-27T15:47:36.6148393Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-09-27T15:47:36.6148792Z Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-09-27T15:47:36.6173705Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-09-27T15:47:36.6173985Z env: 2022-09-27T15:47:36.6174154Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:47:36.6174321Z ##[endgroup] 2022-09-27T15:47:36.9430751Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T15:47:37.0210215Z Finished 2022-09-27T15:47:37.7144703Z ##[group]Run .\.circleci\scripts\vs_install.ps1 2022-09-27T15:47:37.7144952Z .\.circleci\scripts\vs_install.ps1 2022-09-27T15:47:37.7166678Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-09-27T15:47:37.7167018Z env: 2022-09-27T15:47:37.7167172Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:47:37.7167360Z VS_VERSION: 16.8.6 2022-09-27T15:47:37.7167537Z INSTALL_WINDOWS_SDK: 1 2022-09-27T15:47:37.7167699Z ##[endgroup] 2022-09-27T15:47:38.0422674Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T15:47:38.1208790Z Finished 2022-09-27T15:47:38.4467167Z Found correctly versioned existing BuildTools installation in C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools 2022-09-27T15:47:38.4781646Z ##[group]Run actions/setup-python@v2 2022-09-27T15:47:38.4781841Z with: 2022-09-27T15:47:38.4782001Z python-version: 3.x 2022-09-27T15:47:38.4782159Z cache: pip 2022-09-27T15:47:38.4782498Z cache-dependency-path: **/requirements.txt **/.circleci/docker/requirements-ci.txt **/.github/requirements-gha-cache.txt 2022-09-27T15:47:38.4782929Z token: *** 2022-09-27T15:47:38.4783075Z env: 2022-09-27T15:47:38.4783218Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:47:38.4783392Z ##[endgroup] 2022-09-27T15:47:39.3578699Z Version 3.x was not found in the local cache 2022-09-27T15:47:39.6037694Z Version 3.x is available for downloading 2022-09-27T15:47:39.6038671Z Download from "https://github.com/actions/python-versions/releases/download/3.10.7-3001286155/python-3.10.7-win32-x64.zip" 2022-09-27T15:47:39.8820192Z Extract downloaded archive 2022-09-27T15:47:39.8910875Z [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\4466d117-06bb-43f7-baca-7f665db0c1ad', 'C:\actions-runner\_work\_temp\a9792e80-e154-491e-8a80-cb8c8d71a295')" 2022-09-27T15:47:41.3085932Z Execute installation script 2022-09-27T15:47:41.8243435Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T15:47:41.9041614Z Finished 2022-09-27T15:47:41.9425946Z Check if Python hostedtoolcache folder exist... 2022-09-27T15:47:41.9426153Z 2022-09-27T15:47:41.9438786Z Create Python toolcache folder 2022-09-27T15:47:41.9439052Z 2022-09-27T15:47:41.9465145Z Check if current Python version is installed... 2022-09-27T15:47:41.9465613Z 2022-09-27T15:47:41.9487298Z No Python3.10.* found 2022-09-27T15:47:41.9488049Z 2022-09-27T15:47:41.9492168Z Remove registry entries for Python 3.10(x64)... 2022-09-27T15:47:41.9492962Z 2022-09-27T15:47:42.1706952Z Create Python 3.10.7 folder in C:\actions-runner\_work\_tool\Python 2022-09-27T15:47:42.1707161Z 2022-09-27T15:47:42.1723578Z Copy Python binaries to C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T15:47:42.1723868Z 2022-09-27T15:47:42.1900408Z Install Python 3.10.7 in C:\actions-runner\_work\_tool\Python... 2022-09-27T15:47:42.1901279Z 2022-09-27T15:48:15.0212929Z Create python3 symlink 2022-09-27T15:48:15.0213562Z 2022-09-27T15:48:15.0566044Z 2022-09-27T15:48:15.0567005Z 2022-09-27T15:48:15.0568243Z Directory: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T15:48:15.0568440Z 2022-09-27T15:48:15.0571995Z Mode LastWriteTime Length Name 2022-09-27T15:48:15.0574689Z ---- ------------- ------ ---- 2022-09-27T15:48:15.0578206Z -a---l 9/27/2022 3:48 PM 0 python3.exe 2022-09-27T15:48:15.0582794Z Install and upgrade Pip 2022-09-27T15:48:15.0583522Z 2022-09-27T15:48:16.7457394Z Looking in links: c:\Users\runneruser\AppData\Local\Temp\tmpwy9_fkwq 2022-09-27T15:48:16.7461018Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (63.2.0) 2022-09-27T15:48:16.7464790Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (22.2.2) 2022-09-27T15:48:17.3406363Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (22.2.2) 2022-09-27T15:48:17.7275461Z Create complete file 2022-09-27T15:48:17.7275743Z 2022-09-27T15:48:17.7286444Z 2022-09-27T15:48:17.7286851Z 2022-09-27T15:48:17.7520631Z Successfully setup CPython (3.10.7) 2022-09-27T15:48:31.6738898Z Received 36442643 of 36442643 (100.0%), 13.9 MBs/sec 2022-09-27T15:48:31.6743671Z Cache Size: ~35 MB (36442643 B) 2022-09-27T15:48:31.6761119Z [command]C:\Windows\System32\tar.exe -z -xf C:/actions-runner/_work/_temp/7e20c553-8521-420d-b41c-122da4f3efea/cache.tgz -P -C C:/actions-runner/_work/pytorch/pytorch 2022-09-27T15:48:31.9974682Z Cache restored successfully 2022-09-27T15:48:32.0011569Z Cache restored from key: setup-python-Windows-python-3.10.7-pip-48add261c4f172cdb6d82f0530dcb9bdc7b72fa1aed86e243bf3832a23e32c1d 2022-09-27T15:48:32.0724438Z Prepare all required actions 2022-09-27T15:48:32.0724945Z Getting action download info 2022-09-27T15:48:32.2542015Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:105f7619adc4054f5f1be5f79ebd354d82384638) 2022-09-27T15:48:32.6171068Z ##[group]Run ./.github/actions/setup-ssh 2022-09-27T15:48:32.6171277Z with: 2022-09-27T15:48:32.6171801Z github-secret: *** 2022-09-27T15:48:32.6172013Z env: 2022-09-27T15:48:32.6172222Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:48:32.6172518Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T15:48:32.6172795Z ##[endgroup] 2022-09-27T15:48:32.6287339Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-09-27T15:48:32.6287593Z with: 2022-09-27T15:48:32.6287970Z GITHUB_TOKEN: *** 2022-09-27T15:48:32.6288172Z activate-with-label: false 2022-09-27T15:48:32.6288401Z label: with-ssh 2022-09-27T15:48:32.6288628Z remove-existing-keys: true 2022-09-27T15:48:32.6288845Z env: 2022-09-27T15:48:32.6289094Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:48:32.6289354Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T15:48:32.6289623Z ##[endgroup] 2022-09-27T15:48:33.1545663Z Grabbing public ssh keys from https://github.com/kongzii.keys 2022-09-27T15:48:33.2544453Z Public keys pulled and installed to C:\Users\runneruser\.ssh\authorized_keys 2022-09-27T15:48:33.2577292Z Login using: ssh runneruser@ec2-54-224-68-216.compute-1.amazonaws.com 2022-09-27T15:48:33.2759942Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-09-27T15:48:33.2760328Z python3 -m pip install psutil==5.9.1 2022-09-27T15:48:33.2760619Z python3 -m pip install pynvml==11.4.1 2022-09-27T15:48:33.2760981Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-09-27T15:48:33.2761305Z echo "::set-output name=monitor-script-pid::${!}" 2022-09-27T15:48:33.2788531Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-09-27T15:48:33.2788856Z env: 2022-09-27T15:48:33.2789074Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:48:33.2789373Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T15:48:33.2789655Z ##[endgroup] 2022-09-27T15:48:33.9267173Z Collecting psutil==5.9.1 2022-09-27T15:48:33.9334811Z Using cached psutil-5.9.1-cp310-cp310-win_amd64.whl (245 kB) 2022-09-27T15:48:33.9867608Z Installing collected packages: psutil 2022-09-27T15:48:34.5831573Z Successfully installed psutil-5.9.1 2022-09-27T15:48:35.2692538Z Collecting pynvml==11.4.1 2022-09-27T15:48:35.2756821Z Using cached pynvml-11.4.1-py3-none-any.whl (46 kB) 2022-09-27T15:48:35.3307417Z Installing collected packages: pynvml 2022-09-27T15:48:35.4502458Z Successfully installed pynvml-11.4.1 2022-09-27T15:48:35.5429423Z ##[group]Run seemethere/download-artifact-s3@v4 2022-09-27T15:48:35.5429756Z with: 2022-09-27T15:48:35.5429971Z name: win-vs2019-cpu-py3 2022-09-27T15:48:35.5430179Z path: C:\3133193930\build-results 2022-09-27T15:48:35.5430417Z s3-bucket: gha-artifacts 2022-09-27T15:48:35.5430643Z region: us-east-1 2022-09-27T15:48:35.5430845Z env: 2022-09-27T15:48:35.5431048Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:48:35.5431306Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T15:48:35.5431580Z ##[endgroup] 2022-09-27T15:48:36.4926764Z Found 3 objects with prefix pytorch/pytorch/3133193930/win-vs2019-cpu-py3/ 2022-09-27T15:48:36.4931963Z Starting download (1/3): C:\3133193930\build-results\.ninja_log 2022-09-27T15:48:36.6663185Z Finished download (1/3): C:\3133193930\build-results\.ninja_log 2022-09-27T15:48:36.6664287Z Starting download (2/3): C:\3133193930\build-results\.pytorch-test-times.json 2022-09-27T15:48:36.7512749Z Finished download (2/3): C:\3133193930\build-results\.pytorch-test-times.json 2022-09-27T15:48:36.7514036Z Starting download (3/3): C:\3133193930\build-results\win-vs2019-cpu-py3-52424e2bf38e454d535881fed9628d3e20f4f944.7z 2022-09-27T15:48:37.9559745Z Finished download (3/3): C:\3133193930\build-results\win-vs2019-cpu-py3-52424e2bf38e454d535881fed9628d3e20f4f944.7z 2022-09-27T15:48:37.9560161Z 2022-09-27T15:48:37.9561509Z Artifact download has finished successfully 2022-09-27T15:48:38.2900665Z ##[group]Run tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-09-27T15:48:38.2901059Z tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-09-27T15:48:38.2923629Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-09-27T15:48:38.2924037Z env: 2022-09-27T15:48:38.2924254Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:48:38.2924552Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T15:48:38.2924804Z ##[endgroup] 2022-09-27T15:48:38.6297682Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T15:48:38.7068107Z Finished 2022-09-27T15:48:39.2737714Z Folder PATH listing 2022-09-27T15:48:39.2738034Z Volume serial number is 10BD-FDC2 2022-09-27T15:48:39.2738268Z C:\3133193930\BUILD-RESULTS 2022-09-27T15:48:39.8761545Z .ninja_log 2022-09-27T15:48:39.8761876Z .pytorch-test-times.json 2022-09-27T15:48:39.8762314Z win-vs2019-cpu-py3-52424e2bf38e454d535881fed9628d3e20f4f944.7z 2022-09-27T15:48:39.8762599Z 2022-09-27T15:48:39.8762803Z No subfolders exist 2022-09-27T15:48:39.8762942Z 2022-09-27T15:48:39.9053202Z ##[group]Run COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-09-27T15:48:39.9053695Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-09-27T15:48:39.9053975Z  2022-09-27T15:48:39.9054240Z # sanitize the input commit message and PR body here: 2022-09-27T15:48:39.9054598Z # 2022-09-27T15:48:39.9054897Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-09-27T15:48:39.9055291Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-09-27T15:48:39.9055656Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-09-27T15:48:39.9055925Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-09-27T15:48:39.9056154Z  2022-09-27T15:48:39.9056460Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-09-27T15:48:39.9056836Z # wreak havoc internally 2022-09-27T15:48:39.9057086Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-09-27T15:48:39.9057372Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-09-27T15:48:39.9057601Z  2022-09-27T15:48:39.9057827Z .jenkins/pytorch/win-test.sh 2022-09-27T15:48:39.9089668Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-09-27T15:48:39.9089973Z env: 2022-09-27T15:48:39.9090185Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:48:39.9090492Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T15:48:39.9090739Z USE_CUDA: 0 2022-09-27T15:48:39.9090956Z INSTALL_WINDOWS_SDK: 1 2022-09-27T15:48:39.9091184Z PYTHON_VERSION: 3.8 2022-09-27T15:48:39.9091416Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T15:48:39.9091668Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T15:48:39.9091878Z VC_PRODUCT: BuildTools 2022-09-27T15:48:39.9092093Z VC_VERSION: 2022-09-27T15:48:39.9092308Z VS_VERSION: 16.8.6 2022-09-27T15:48:39.9092522Z VC_YEAR: 2019 2022-09-27T15:48:39.9092744Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T15:48:39.9092944Z PR_NUMBER: 85462 2022-09-27T15:48:39.9093186Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:48:39.9093430Z CUDA_VERSION: cpu 2022-09-27T15:48:39.9093694Z PYTORCH_FINAL_PACKAGE_DIR: /c/3133193930/build-results/ 2022-09-27T15:48:39.9093982Z BUILD_ENVIRONMENT: win-vs2019-cpu-py3 2022-09-27T15:48:39.9094296Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-09-27T15:48:39.9094543Z SHARD_NUMBER: 1 2022-09-27T15:48:39.9094751Z NUM_TEST_SHARDS: 2 2022-09-27T15:48:39.9094968Z TEST_CONFIG: default 2022-09-27T15:48:39.9097658Z PR_BODY: Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory. I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug: ``` import torch import weakref from transformers import DetrForObjectDetection class X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1. def test(): model = DetrForObjectDetection.from_pretrained('facebook/detr-resnet-50') model.to('cuda') optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer) test() print(f'{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}') # Should print (, 0), but with cyclic reference, it will print (, ). ``` 2022-09-27T15:48:39.9099797Z TORCH_CUDA_ARCH_LIST: 7.0 2022-09-27T15:48:39.9099988Z ##[endgroup] 2022-09-27T15:48:40.0196950Z +++ dirname .jenkins/pytorch/win-test.sh 2022-09-27T15:48:40.0663898Z ++ cd .jenkins/pytorch 2022-09-27T15:48:40.0668671Z ++ pwd 2022-09-27T15:48:40.0673806Z + SCRIPT_PARENT_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch 2022-09-27T15:48:40.0674225Z + source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-09-27T15:48:40.0741706Z +++ dirname /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-09-27T15:48:40.0816683Z ++ source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common_utils.sh 2022-09-27T15:48:40.0820364Z +++ declare -f -t trap_add 2022-09-27T15:48:40.0824347Z ++ set -ex 2022-09-27T15:48:40.0824669Z ++ [[ win-vs2019-cpu-py3 == *rocm* ]] 2022-09-27T15:48:40.0824938Z ++ BUILD_TEST_LIBTORCH=0 2022-09-27T15:48:40.0825260Z ++ [[ default == *xla* ]] 2022-09-27T15:48:40.0825510Z ++ [[ win-vs2019-cpu-py3 == *centos* ]] 2022-09-27T15:48:40.0825787Z ++ [[ win-vs2019-cpu-py3 == *linux-bionic* ]] 2022-09-27T15:48:40.0826039Z ++ [[ win-vs2019-cpu-py3 == *linux-focal* ]] 2022-09-27T15:48:40.0888991Z ++ git rev-parse HEAD 2022-09-27T15:48:40.1105546Z + IMAGE_COMMIT_ID=52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:48:40.1105899Z + export IMAGE_COMMIT_ID 2022-09-27T15:48:40.1106287Z + export IMAGE_COMMIT_TAG=win-vs2019-cpu-py3-52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:48:40.1106705Z + IMAGE_COMMIT_TAG=win-vs2019-cpu-py3-52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:48:40.1107014Z + [[ '' == *\d\e\v\e\l\o\p* ]] 2022-09-27T15:48:40.1107316Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-09-27T15:48:40.1107631Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-09-27T15:48:40.1170846Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-09-27T15:48:40.1513551Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2022-09-27T15:48:40.1513892Z + export TMP_DIR_WIN 2022-09-27T15:48:40.1514194Z + export PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-09-27T15:48:40.1514519Z + PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-09-27T15:48:40.1579893Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch 2022-09-27T15:48:40.1685139Z + PROJECT_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch' 2022-09-27T15:48:40.1685501Z + export PROJECT_DIR_WIN 2022-09-27T15:48:40.1685811Z + export TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-09-27T15:48:40.1686157Z + TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-09-27T15:48:40.1749757Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/test 2022-09-27T15:48:40.1852493Z + TEST_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\test' 2022-09-27T15:48:40.1852818Z + export TEST_DIR_WIN 2022-09-27T15:48:40.1853090Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/3133193930/build-results/ 2022-09-27T15:48:40.1853412Z + PYTORCH_FINAL_PACKAGE_DIR=/c/3133193930/build-results/ 2022-09-27T15:48:40.1916104Z ++ cygpath -w /c/3133193930/build-results/ 2022-09-27T15:48:40.2019825Z + PYTORCH_FINAL_PACKAGE_DIR_WIN='C:\3133193930\build-results\' 2022-09-27T15:48:40.2020174Z + export PYTORCH_FINAL_PACKAGE_DIR_WIN 2022-09-27T15:48:40.2020513Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch 2022-09-27T15:48:40.2356211Z + CI_SCRIPTS_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-09-27T15:48:40.2357125Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-09-27T15:48:40.2599042Z ++ ls '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*' 2022-09-27T15:48:40.2882513Z ls: cannot access '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*': No such file or directory 2022-09-27T15:48:40.2885293Z + '[' -n '' ']' 2022-09-27T15:48:40.2885833Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-09-27T15:48:40.2886272Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-09-27T15:48:40.2886584Z + [[ win-vs2019-cpu-py3 == *cuda11* ]] 2022-09-27T15:48:40.2886818Z + [[ default = \f\o\r\c\e\_\o\n\_\c\p\u ]] 2022-09-27T15:48:40.2887035Z + [[ win-vs2019-cpu-py3 == *cuda* ]] 2022-09-27T15:48:40.2887699Z + run_tests 2022-09-27T15:48:40.2888079Z + for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe 2022-09-27T15:48:40.2888447Z + [[ -x /c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe ]] 2022-09-27T15:48:40.2889639Z + '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' 2022-09-27T15:48:40.9098437Z 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-09-27T15:48:40.9098886Z 2022-09-27T15:48:40.9123436Z + echo true 2022-09-27T15:48:40.9123655Z true 2022-09-27T15:48:40.9123811Z + break 2022-09-27T15:48:40.9124000Z + [[ default == *functorch* ]] 2022-09-27T15:48:40.9124219Z + [[ 2 -eq 1 ]] 2022-09-27T15:48:40.9124544Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_python_shard.bat 2022-09-27T15:48:40.9408695Z 2022-09-27T15:48:40.9409117Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-09-27T15:48:40.9419611Z 2022-09-27T15:48:40.9420031Z C:\actions-runner\_work\pytorch\pytorch>if exist "C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat" ( 2022-09-27T15:48:40.9420535Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-09-27T15:48:40.9420861Z exit /b 0 2022-09-27T15:48:40.9421048Z ) 2022-09-27T15:48:40.9421775Z 2022-09-27T15:48:40.9423011Z 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\Python310\Scripts;C:\actions-runner\_work\_tool\Python\3.10.7\x64\Scripts;C:\actions-runner\_work\_tool\Python\3.10.7\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-09-27T15:48:40.9424923Z 2022-09-27T15:48:40.9425350Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\installation-helpers 2022-09-27T15:48:40.9427936Z 2022-09-27T15:48:40.9428326Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2022-09-27T15:48:40.9439465Z 2022-09-27T15:48:40.9440155Z 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-09-27T15:48:40.9444511Z 2022-09-27T15:48:40.9444996Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2022-09-27T15:48:40.9447823Z 2022-09-27T15:48:40.9448029Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-09-27T15:48:40.9448803Z curl --retry 3 -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-09-27T15:48:40.9449398Z if errorlevel 1 exit /b 2022-09-27T15:48:40.9449616Z if not errorlevel 0 exit /b 2022-09-27T15:48:40.9450085Z 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-09-27T15:48:40.9450517Z if errorlevel 1 exit /b 2022-09-27T15:48:40.9450749Z if not errorlevel 0 exit /b 2022-09-27T15:48:40.9450930Z ) 2022-09-27T15:48:40.9451044Z 2022-09-27T15:48:40.9451289Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2022-09-27T15:48:51.1028128Z 2022-09-27T15:48:51.1028567Z (base) C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-09-27T15:48:51.1028908Z call conda install -y -q numpy"<1.23" cffi pyyaml boto3 libuv 2022-09-27T15:48:51.1029144Z if errorlevel 1 exit /b 2022-09-27T15:48:51.1029367Z if not errorlevel 0 exit /b 2022-09-27T15:48:51.1029606Z call conda install -y -q -c conda-forge cmake=3.22.3 2022-09-27T15:48:51.1029831Z if errorlevel 1 exit /b 2022-09-27T15:48:51.1030074Z if not errorlevel 0 exit /b 2022-09-27T15:48:51.1030235Z ) 2022-09-27T15:48:51.1030896Z 2022-09-27T15:48:51.1031096Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-09-27T15:48:51.1032056Z 2022-09-27T15:48:51.1032288Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-09-27T15:48:51.1034123Z 2022-09-27T15:48:51.1034483Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cpu-py3" == "" ( 2022-09-27T15:48:51.1034857Z call conda install -y -q mkl protobuf numba scipy=1.6.2 typing_extensions dataclasses 2022-09-27T15:48:51.1035127Z if errorlevel 1 exit /b 2022-09-27T15:48:51.1035323Z if not errorlevel 0 exit /b 2022-09-27T15:48:51.1035495Z ) 2022-09-27T15:49:08.8711234Z Collecting package metadata (current_repodata.json): ...working... done 2022-09-27T15:49:10.0167463Z Solving environment: ...working... done 2022-09-27T15:49:13.0945101Z 2022-09-27T15:49:13.0945429Z ## Package Plan ## 2022-09-27T15:49:13.0945587Z 2022-09-27T15:49:13.0945732Z environment location: C:\Jenkins\Miniconda3 2022-09-27T15:49:13.0946972Z 2022-09-27T15:49:13.0947267Z added / updated specs: 2022-09-27T15:49:13.0948740Z - dataclasses 2022-09-27T15:49:13.0948969Z - mkl 2022-09-27T15:49:13.0949132Z - numba 2022-09-27T15:49:13.0949303Z - protobuf 2022-09-27T15:49:13.0949477Z - scipy=1.6.2 2022-09-27T15:49:13.0949665Z - typing_extensions 2022-09-27T15:49:13.0950682Z 2022-09-27T15:49:13.0950706Z 2022-09-27T15:49:13.0951016Z The following packages will be downloaded: 2022-09-27T15:49:13.0951184Z 2022-09-27T15:49:13.0951301Z package | build 2022-09-27T15:49:13.0951539Z ---------------------------|----------------- 2022-09-27T15:49:13.0951801Z certifi-2022.9.14 | py39haa95532_0 155 KB 2022-09-27T15:49:13.0952073Z conda-22.9.0 | py39haa95532_0 888 KB 2022-09-27T15:49:13.0952339Z ------------------------------------------------------------ 2022-09-27T15:49:13.0952598Z Total: 1.0 MB 2022-09-27T15:49:13.0952727Z 2022-09-27T15:49:13.0952820Z The following packages will be UPDATED: 2022-09-27T15:49:13.0952961Z 2022-09-27T15:49:13.0953094Z certifi 2022.6.15-py39haa95532_0 --> 2022.9.14-py39haa95532_0 2022-09-27T15:49:13.0953379Z conda 4.14.0-py39haa95532_0 --> 22.9.0-py39haa95532_0 2022-09-27T15:49:13.0953683Z 2022-09-27T15:49:13.0953693Z 2022-09-27T15:49:13.1231182Z Preparing transaction: ...working... done 2022-09-27T15:49:13.2766649Z Verifying transaction: ...working... done 2022-09-27T15:49:13.8236730Z Executing transaction: ...working... done 2022-09-27T15:49:14.0916446Z Retrieving notices: ...working... done 2022-09-27T15:49:14.3125818Z 2022-09-27T15:49:14.3126247Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd . 2022-09-27T15:49:14.3129674Z 2022-09-27T15:49:14.3130475Z (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-09-27T15:49:14.6356967Z ********************************************************************** 2022-09-27T15:49:14.6357291Z ** Visual Studio 2019 Developer Command Prompt v16.8.6 2022-09-27T15:49:14.6357554Z ** Copyright (c) 2020 Microsoft Corporation 2022-09-27T15:49:14.6357787Z ********************************************************************** 2022-09-27T15:49:15.6236265Z [vcvarsall.bat] Environment initialized for: 'x64' 2022-09-27T15:49:15.6269424Z 2022-09-27T15:49:15.6269826Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2022-09-27T15:49:15.6274435Z 2022-09-27T15:49:15.6275118Z (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-rerunfailures "xdoctest==1.0.2" "pygments==2.12.0" 2022-09-27T15:49:18.0366719Z Requirement already satisfied: ninja==1.10.0.post1 in c:\jenkins\miniconda3\lib\site-packages (1.10.0.post1) 2022-09-27T15:49:18.0372174Z Requirement already satisfied: future in c:\jenkins\miniconda3\lib\site-packages (0.18.2) 2022-09-27T15:49:18.0387951Z Requirement already satisfied: hypothesis==5.35.1 in c:\jenkins\miniconda3\lib\site-packages (5.35.1) 2022-09-27T15:49:18.0395203Z Requirement already satisfied: expecttest==0.1.3 in c:\jenkins\miniconda3\lib\site-packages (0.1.3) 2022-09-27T15:49:18.0402094Z Requirement already satisfied: librosa>=0.6.2 in c:\jenkins\miniconda3\lib\site-packages (0.9.2) 2022-09-27T15:49:18.0411025Z Requirement already satisfied: scipy==1.6.3 in c:\jenkins\miniconda3\lib\site-packages (1.6.3) 2022-09-27T15:49:18.0416251Z Requirement already satisfied: psutil in c:\jenkins\miniconda3\lib\site-packages (5.9.1) 2022-09-27T15:49:18.0423133Z Requirement already satisfied: pillow in c:\jenkins\miniconda3\lib\site-packages (9.2.0) 2022-09-27T15:49:18.0431943Z Requirement already satisfied: unittest-xml-reporting<=3.2.0,>=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (3.2.0) 2022-09-27T15:49:18.0437292Z Requirement already satisfied: pytest in c:\jenkins\miniconda3\lib\site-packages (7.1.3) 2022-09-27T15:49:18.0445218Z Requirement already satisfied: pytest-xdist in c:\jenkins\miniconda3\lib\site-packages (2.5.0) 2022-09-27T15:49:18.0450905Z Requirement already satisfied: pytest-rerunfailures in c:\jenkins\miniconda3\lib\site-packages (10.2) 2022-09-27T15:49:18.1330004Z Collecting xdoctest==1.0.2 2022-09-27T15:49:18.1408211Z Using cached xdoctest-1.0.2-py3-none-any.whl (132 kB) 2022-09-27T15:49:18.2060296Z Collecting pygments==2.12.0 2022-09-27T15:49:18.2164798Z Using cached Pygments-2.12.0-py3-none-any.whl (1.1 MB) 2022-09-27T15:49:18.2615427Z Requirement already satisfied: attrs>=19.2.0 in c:\jenkins\miniconda3\lib\site-packages (from hypothesis==5.35.1) (22.1.0) 2022-09-27T15:49:18.2624578Z 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-09-27T15:49:18.2743584Z 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-09-27T15:49:18.5556548Z Requirement already satisfied: six in c:\jenkins\miniconda3\lib\site-packages (from xdoctest==1.0.2) (1.16.0) 2022-09-27T15:49:18.5926388Z Requirement already satisfied: audioread>=2.1.9 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (3.0.0) 2022-09-27T15:49:18.5935656Z Requirement already satisfied: joblib>=0.14 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.1.0) 2022-09-27T15:49:18.5946705Z Requirement already satisfied: numba>=0.45.1 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.55.1) 2022-09-27T15:49:18.5953495Z Requirement already satisfied: packaging>=20.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (21.3) 2022-09-27T15:49:18.5962643Z Requirement already satisfied: scikit-learn>=0.19.1 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.1.2) 2022-09-27T15:49:18.5969408Z Requirement already satisfied: decorator>=4.0.10 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (5.1.1) 2022-09-27T15:49:18.5976181Z Requirement already satisfied: resampy>=0.2.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.4.1) 2022-09-27T15:49:18.5984755Z Requirement already satisfied: pooch>=1.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.6.0) 2022-09-27T15:49:18.5994530Z Requirement already satisfied: soundfile>=0.10.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.10.3.post1) 2022-09-27T15:49:18.6415509Z 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-09-27T15:49:18.6590533Z Requirement already satisfied: iniconfig in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.1.1) 2022-09-27T15:49:18.6599050Z Requirement already satisfied: tomli>=1.0.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (2.0.1) 2022-09-27T15:49:18.6606797Z Requirement already satisfied: pluggy<2.0,>=0.12 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.0.0) 2022-09-27T15:49:18.6617881Z Requirement already satisfied: py>=1.8.2 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.11.0) 2022-09-27T15:49:18.6624774Z Requirement already satisfied: colorama in c:\jenkins\miniconda3\lib\site-packages (from pytest) (0.4.4) 2022-09-27T15:49:18.6754940Z Requirement already satisfied: pytest-forked in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.4.0) 2022-09-27T15:49:18.6763394Z Requirement already satisfied: execnet>=1.1 in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.9.0) 2022-09-27T15:49:18.6859949Z Requirement already satisfied: setuptools>=40.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest-rerunfailures) (63.4.1) 2022-09-27T15:49:18.7516957Z Requirement already satisfied: llvmlite<0.39,>=0.38.0rc1 in c:\jenkins\miniconda3\lib\site-packages (from numba>=0.45.1->librosa>=0.6.2) (0.38.0) 2022-09-27T15:49:18.7678165Z 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-09-27T15:49:18.8038725Z 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-09-27T15:49:18.8045501Z 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-09-27T15:49:18.8439550Z 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.14) 2022-09-27T15:49:18.8447658Z 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-09-27T15:49:18.8457110Z 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-09-27T15:49:18.8465245Z 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-09-27T15:49:18.9175928Z 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-09-27T15:49:18.9373860Z 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-09-27T15:49:18.9875763Z 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-09-27T15:49:19.6901867Z Installing collected packages: xdoctest, pygments 2022-09-27T15:49:22.9086144Z Successfully installed pygments-2.12.0 xdoctest-1.0.2 2022-09-27T15:49:23.0864438Z 2022-09-27T15:49:23.0864788Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-09-27T15:49:23.0865551Z 2022-09-27T15:49:23.0866094Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-09-27T15:49:23.0866896Z 2022-09-27T15:49:23.0867212Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2022-09-27T15:49:23.0869513Z 2022-09-27T15:49:23.0869766Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2022-09-27T15:49:23.0872310Z 2022-09-27T15:49:23.0872680Z (base) C:\actions-runner\_work\pytorch\pytorch>set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2022-09-27T15:49:23.0875726Z 2022-09-27T15:49:23.0876054Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cpu-py3" == "" ( 2022-09-27T15:49:23.0876427Z pushd C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build 2022-09-27T15:49:23.0876871Z copy /Y C:\3133193930\build-results\\win-vs2019-cpu-py3-52424e2bf38e454d535881fed9628d3e20f4f944.7z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\ 2022-09-27T15:49:23.0877420Z 7z x C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cpu-py3-52424e2bf38e454d535881fed9628d3e20f4f944.7z -aos 2022-09-27T15:49:23.0877749Z popd 2022-09-27T15:49:23.0878099Z ) else (xcopy /s C:\Jenkins\Miniconda3\Lib\site-packages\torch C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ ) 2022-09-27T15:49:23.1376334Z 1 file(s) copied. 2022-09-27T15:49:23.4440991Z 2022-09-27T15:49:23.4441472Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-09-27T15:49:23.4441673Z 2022-09-27T15:49:23.4441778Z Scanning the drive for archives: 2022-09-27T15:49:23.4441980Z 1 file, 96337597 bytes (92 MiB) 2022-09-27T15:49:23.4442101Z 2022-09-27T15:49:23.4442381Z Extracting archive: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cpu-py3-52424e2bf38e454d535881fed9628d3e20f4f944.7z 2022-09-27T15:49:38.7579728Z -- 2022-09-27T15:49:38.7580269Z Path = C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cpu-py3-52424e2bf38e454d535881fed9628d3e20f4f944.7z 2022-09-27T15:49:38.7580617Z Type = 7z 2022-09-27T15:49:38.7580829Z Physical Size = 96337597 2022-09-27T15:49:38.7581033Z Headers Size = 135703 2022-09-27T15:49:38.7581210Z Method = LZMA2:24 BCJ 2022-09-27T15:49:38.7581392Z Solid = + 2022-09-27T15:49:38.7581563Z Blocks = 2 2022-09-27T15:49:38.7581668Z 2022-09-27T15:49:38.7584060Z Everything is Ok 2022-09-27T15:49:38.7584179Z 2022-09-27T15:49:38.7584264Z Folders: 718 2022-09-27T15:49:38.7584439Z Files: 12761 2022-09-27T15:49:38.7584594Z Size: 901261938 2022-09-27T15:49:38.7584779Z Compressed: 96337597 2022-09-27T15:49:38.8501256Z 2022-09-27T15:49:38.8501784Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cpu-py3" == "" ( 2022-09-27T15:49:38.8502256Z echo @echo off 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-09-27T15:49:38.8502824Z 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-09-27T15:49:38.8503577Z 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-09-27T15:49:38.8504101Z aws s3 cp "s3://ossci-windows/Restore PyTorch Environment.lnk" "C:\Users\circleci\Desktop\Restore PyTorch Environment.lnk" 2022-09-27T15:49:38.8504487Z ) 2022-09-27T15:49:39.9972113Z Completed 2.3 KiB/2.3 KiB (29.8 KiB/s) with 1 file(s) remaining 2022-09-27T15:49:39.9972595Z download: s3://ossci-windows/Restore PyTorch Environment.lnk to ..\..\..\..\Users\circleci\Desktop\Restore PyTorch Environment.lnk 2022-09-27T15:49:40.0765025Z 2022-09-27T15:49:40.0765911Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2022-09-27T15:49:40.0766222Z echo "setup pytorch env failed" 2022-09-27T15:49:40.0766420Z echo 0 2022-09-27T15:49:40.0766590Z exit /b 2022-09-27T15:49:40.0766750Z ) 2022-09-27T15:49:40.0766849Z 2022-09-27T15:49:40.0767009Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd test 2022-09-27T15:49:40.0771493Z 2022-09-27T15:49:40.0772072Z (base) C:\actions-runner\_work\pytorch\pytorch\test>set GFLAGS_EXE="C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" 2022-09-27T15:49:40.0774987Z 2022-09-27T15:49:40.0775336Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if "1" == "1" (if exist "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" ( 2022-09-27T15:49:40.0775689Z echo Some smoke tests 2022-09-27T15:49:40.0776005Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe +sls 2022-09-27T15:49:40.0776420Z python C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\run_python_nn_smoketests.py 2022-09-27T15:49:40.0776725Z if ERRORLEVEL 1 goto fail 2022-09-27T15:49:40.0777027Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe -sls 2022-09-27T15:49:40.0777308Z if ERRORLEVEL 1 goto fail 2022-09-27T15:49:40.0777484Z ) ) 2022-09-27T15:49:40.0777654Z Some smoke tests 2022-09-27T15:49:40.1197326Z Current Registry Settings for python.exe executable are: 00000002 2022-09-27T15:49:40.1197604Z sls - Show Loader Snaps 2022-09-27T15:49:49.5459024Z Checking that torch is available 2022-09-27T15:49:49.5459302Z Command: python -c import torch 2022-09-27T15:49:49.5459557Z Checking that MKL is available 2022-09-27T15:49:49.5459862Z Command: python -c import torch; exit(0 if torch.backends.mkl.is_available() else 1) 2022-09-27T15:49:49.5581447Z Current Registry Settings for python.exe executable are: 00000000 2022-09-27T15:49:49.5594505Z 2022-09-27T15:49:49.5595037Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Copying over test times file 2022-09-27T15:49:49.5595457Z Copying over test times file 2022-09-27T15:49:49.5596865Z 2022-09-27T15:49:49.5597475Z (base) C:\actions-runner\_work\pytorch\pytorch\test>copy /Y "C:\3133193930\build-results\\.pytorch-test-times.json" "C:\actions-runner\_work\pytorch\pytorch" 2022-09-27T15:49:49.5607653Z 1 file(s) copied. 2022-09-27T15:49:49.5609110Z 2022-09-27T15:49:49.5609330Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Run nn tests 2022-09-27T15:49:49.5609925Z Run nn tests 2022-09-27T15:49:49.5611075Z 2022-09-27T15:49:49.5611439Z (base) C:\actions-runner\_work\pytorch\pytorch\test>python run_test.py --exclude-jit-executor --exclude-distributed-tests --shard "1" "2" --verbose 2022-09-27T15:49:51.3095283Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-09-27T15:49:51.6560678Z Selected tests: 2022-09-27T15:49:51.6560957Z test_ops 2022-09-27T15:49:51.6561133Z test_decomp 2022-09-27T15:49:51.6561314Z test_jit_fuser_te 2022-09-27T15:49:51.6561500Z test_dataloader 2022-09-27T15:49:51.6561697Z test_cpp_extensions_jit 2022-09-27T15:49:51.6561878Z test_nn 2022-09-27T15:49:51.6562044Z test_modules 2022-09-27T15:49:51.6564791Z test_linalg 2022-09-27T15:49:51.6565157Z test_proxy_tensor 2022-09-27T15:49:51.6565591Z test_sparse_csr 2022-09-27T15:49:51.6565780Z test_dispatch 2022-09-27T15:49:51.6565974Z test_fx_experimental 2022-09-27T15:49:51.6566158Z test_mkldnn 2022-09-27T15:49:51.6566310Z test_autograd 2022-09-27T15:49:51.6566479Z test_sparse 2022-09-27T15:49:51.6566657Z test_cpp_api_parity 2022-09-27T15:49:51.6566947Z test_multiprocessing_spawn 2022-09-27T15:49:51.6567146Z test_view_ops 2022-09-27T15:49:51.6567314Z test_multiprocessing 2022-09-27T15:49:51.6567497Z test_masked 2022-09-27T15:49:51.6567658Z test_fx 2022-09-27T15:49:51.6567825Z test_spectral_ops 2022-09-27T15:49:51.6568008Z test_type_promotion 2022-09-27T15:49:51.6568167Z test_testing 2022-09-27T15:49:51.6568330Z test_maskedtensor 2022-09-27T15:49:51.6568506Z test_sort_and_select 2022-09-27T15:49:51.6568682Z test_mkldnn_verbose 2022-09-27T15:49:51.6568877Z test_expanded_weights 2022-09-27T15:49:51.6569054Z test_vmap 2022-09-27T15:49:51.6569233Z test_overrides 2022-09-27T15:49:51.6569427Z test_namedtuple_return_api 2022-09-27T15:49:51.6569623Z test_functionalization 2022-09-27T15:49:51.6569800Z test_shape_ops 2022-09-27T15:49:51.6569961Z test_bundled_inputs 2022-09-27T15:49:51.6570146Z test_nestedtensor 2022-09-27T15:49:51.6570331Z test_fx_reinplace_pass 2022-09-27T15:49:51.6570524Z test_namedtensor 2022-09-27T15:49:51.6570704Z test_package 2022-09-27T15:49:51.6570867Z test_jit_cuda_fuser 2022-09-27T15:49:51.6571071Z test_cpp_extensions_aot_ninja 2022-09-27T15:49:51.6571288Z test_cpp_extensions_aot_no_ninja 2022-09-27T15:49:51.6571478Z test_jit_disabled 2022-09-27T15:49:51.6571639Z test_subclass 2022-09-27T15:49:51.6571790Z test_model_dump 2022-09-27T15:49:51.6571951Z test_pytree 2022-09-27T15:49:51.6572112Z test_monitor 2022-09-27T15:49:51.6572271Z test_type_info 2022-09-27T15:49:51.6572443Z test_per_overload_api 2022-09-27T15:49:51.6572638Z benchmark_utils/test_benchmark_utils 2022-09-27T15:49:51.6572859Z distributions/test_distributions 2022-09-27T15:49:51.6573086Z lazy/test_extract_compiled_graph 2022-09-27T15:49:51.6573290Z lazy/test_reuse_ir 2022-09-27T15:49:51.6573478Z lazy/test_ts_opinfo 2022-09-27T15:49:51.6573660Z nn/test_packed_sequence 2022-09-27T15:49:51.6573864Z profiler/test_profiler 2022-09-27T15:49:51.6574067Z test_comparison_utils 2022-09-27T15:49:51.6574266Z test_cuda_primary_ctx 2022-09-27T15:49:51.6574446Z test_cuda_trace 2022-09-27T15:49:51.6574595Z test_deploy 2022-09-27T15:49:51.6574753Z test_hub 2022-09-27T15:49:51.6574915Z test_mps 2022-09-27T15:49:51.6575077Z doctests 2022-09-27T15:49:51.7321427Z Running test_ops ... [2022-09-27 15:49:51.727437] 2022-09-27T15:49:51.7321878Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:49:51.727437] 2022-09-27T15:49:51.7322259Z Ignoring disabled issues: [] 2022-09-27T15:49:51.7322485Z Found test time stats from artifacts 2022-09-27T15:49:51.7322741Z Prioritized test from test file changes. 2022-09-27T15:49:51.7322977Z reordering tests for PR: 2022-09-27T15:49:51.7323168Z prioritized: [] 2022-09-27T15:49:51.7325170Z the rest: ['test_ops', 'test_decomp', 'test_jit_fuser_te', 'test_dataloader', 'test_cpp_extensions_jit', 'test_nn', 'test_modules', 'test_linalg', 'test_proxy_tensor', 'test_sparse_csr', 'test_dispatch', 'test_fx_experimental', 'test_mkldnn', 'test_autograd', 'test_sparse', 'test_cpp_api_parity', 'test_multiprocessing_spawn', 'test_view_ops', 'test_multiprocessing', 'test_masked', 'test_fx', 'test_spectral_ops', 'test_type_promotion', 'test_testing', 'test_maskedtensor', 'test_sort_and_select', 'test_mkldnn_verbose', 'test_expanded_weights', 'test_vmap', 'test_overrides', 'test_namedtuple_return_api', 'test_functionalization', 'test_shape_ops', 'test_bundled_inputs', 'test_nestedtensor', 'test_fx_reinplace_pass', 'test_namedtensor', 'test_package', 'test_jit_cuda_fuser', 'test_cpp_extensions_aot_ninja', 'test_cpp_extensions_aot_no_ninja', 'test_jit_disabled', 'test_subclass', 'test_model_dump', 'test_pytree', 'test_monitor', 'test_type_info', 'test_per_overload_api', 'benchmark_utils/test_benchmark_utils', 'distributions/test_distributions', 'lazy/test_extract_compiled_graph', 'lazy/test_reuse_ir', 'lazy/test_ts_opinfo', 'nn/test_packed_sequence', 'profiler/test_profiler', 'test_comparison_utils', 'test_cuda_primary_ctx', 'test_cuda_trace', 'test_deploy', 'test_hub', 'test_mps', 'doctests'] 2022-09-27T15:49:51.7326809Z 2022-09-27T15:49:51.7327163Z 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-09-27T15:49:51.7327859Z 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-09-27T15:50:12.5593817Z Test results will be stored in test-reports\python-pytest\test_ops\test_ops.xml 2022-09-27T15:50:12.5594344Z ============================= test session starts ============================= 2022-09-27T15:50:12.5594789Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-09-27T15:50:12.5641775Z cachedir: .pytest_cache 2022-09-27T15:50:12.5642295Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-09-27T15:50:12.5753044Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-09-27T15:50:12.5753573Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T15:50:12.5753996Z gw0 I / gw1 I / gw2 I / gw3 I 2022-09-27T15:50:12.5754191Z 2022-09-27T15:50:12.5754428Z [gw0] win32 Python 3.9.12 cwd: C:\actions-runner\_work\pytorch\pytorch\test 2022-09-27T15:50:12.5754711Z 2022-09-27T15:50:12.5754937Z [gw1] win32 Python 3.9.12 cwd: C:\actions-runner\_work\pytorch\pytorch\test 2022-09-27T15:50:12.5891754Z 2022-09-27T15:50:12.5892161Z [gw2] win32 Python 3.9.12 cwd: C:\actions-runner\_work\pytorch\pytorch\test 2022-09-27T15:50:12.5892433Z 2022-09-27T15:50:12.5892645Z [gw3] win32 Python 3.9.12 cwd: C:\actions-runner\_work\pytorch\pytorch\test 2022-09-27T15:50:12.5892903Z 2022-09-27T15:50:12.5893071Z [gw0] Python 3.9.12 (main, Apr 4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)] 2022-09-27T15:50:12.5893310Z 2022-09-27T15:50:12.5893495Z [gw1] Python 3.9.12 (main, Apr 4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)] 2022-09-27T15:50:12.5893723Z 2022-09-27T15:50:12.5893913Z [gw3] Python 3.9.12 (main, Apr 4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)] 2022-09-27T15:50:12.5894141Z 2022-09-27T15:50:12.5894340Z [gw2] Python 3.9.12 (main, Apr 4 2022, 05:22:27) [MSC v.1916 64 bit (AMD64)] 2022-09-27T15:50:12.5894702Z gw0 [25028] / gw1 [25028] / gw2 [25028] / gw3 [25028] 2022-09-27T15:50:12.5894901Z 2022-09-27T15:50:12.5895055Z scheduling tests via LoadScheduling 2022-09-27T15:50:12.5895261Z 2022-09-27T15:50:12.5895590Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_abs_cpu_complex32 2022-09-27T15:50:12.5896134Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_H_cpu_complex32 2022-09-27T15:50:12.5896685Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing___getitem___cpu_complex32 2022-09-27T15:50:12.5897222Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_T_cpu_complex32 2022-09-27T15:50:12.5897793Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_abs_cpu_complex32 2022-09-27T15:50:12.5898389Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_H_cpu_complex32 2022-09-27T15:50:12.5898978Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_T_cpu_complex32 2022-09-27T15:50:12.5899538Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_add_cpu_complex32 2022-09-27T15:50:12.5900263Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_cpu_complex32 2022-09-27T15:50:12.5900833Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_1d_cpu_complex32 2022-09-27T15:50:12.5927154Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_cpu_complex32 2022-09-27T15:50:12.5928006Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_3d_cpu_complex32 2022-09-27T15:50:12.5928575Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing___getitem___cpu_complex32 2022-09-27T15:50:12.5929202Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_1d_cpu_complex32 2022-09-27T15:50:12.5929812Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_scatter_cpu_complex32 2022-09-27T15:50:12.5930398Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_block_diag_cpu_complex32 2022-09-27T15:50:12.5931027Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_scatter_cpu_complex32 2022-09-27T15:50:12.5931661Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_add_cpu_complex32 2022-09-27T15:50:12.5932284Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_3d_cpu_complex32 2022-09-27T15:50:12.5932866Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bfloat16_cpu_complex32 2022-09-27T15:50:12.5933427Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cat_cpu_complex32 2022-09-27T15:50:12.5933994Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_2d_cpu_complex32 2022-09-27T15:50:12.5934587Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bfloat16_cpu_complex32 2022-09-27T15:50:12.5935203Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_block_diag_cpu_complex32 2022-09-27T15:50:12.5935789Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_char_cpu_complex32 2022-09-27T15:50:12.5936323Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chalf_cpu_complex32 2022-09-27T15:50:12.5936907Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cat_cpu_complex32 2022-09-27T15:50:12.5937521Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_2d_cpu_complex32 2022-09-27T15:50:12.5938106Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_clone_cpu_complex32 2022-09-27T15:50:12.5938659Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bool_cpu_complex32 2022-09-27T15:50:12.5939244Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chalf_cpu_complex32 2022-09-27T15:50:12.5939847Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_char_cpu_complex32 2022-09-27T15:50:12.5940435Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_clone_cpu_complex32 2022-09-27T15:50:12.5941024Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_column_stack_cpu_complex32 2022-09-27T15:50:12.5941591Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_cpu_complex32 2022-09-27T15:50:12.5942176Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bool_cpu_complex32 2022-09-27T15:50:12.5942756Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_contiguous_cpu_complex32 2022-09-27T15:50:12.5943320Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chunk_cpu_complex32 2022-09-27T15:50:12.5943911Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_cpu_complex32 2022-09-27T15:50:12.5944512Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_contiguous_cpu_complex32 2022-09-27T15:50:12.5945241Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_column_stack_cpu_complex32 2022-09-27T15:50:12.5945861Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diag_embed_cpu_complex32 2022-09-27T15:50:12.5946454Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diagonal_cpu_complex32 2022-09-27T15:50:12.5947103Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chunk_cpu_complex32 2022-09-27T15:50:12.5947685Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dsplit_cpu_complex32 2022-09-27T15:50:12.5948255Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_physical_cpu_complex32 2022-09-27T15:50:12.5948858Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dsplit_cpu_complex32 2022-09-27T15:50:12.5949410Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_eq_cpu_complex32 2022-09-27T15:50:12.5950005Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_physical_cpu_complex32 2022-09-27T15:50:12.5950596Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_double_cpu_complex32 2022-09-27T15:50:12.5951183Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diagonal_cpu_complex32 2022-09-27T15:50:12.5951792Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diag_embed_cpu_complex32 2022-09-27T15:50:12.5952402Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_double_cpu_complex32 2022-09-27T15:50:12.5952975Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dstack_cpu_complex32 2022-09-27T15:50:12.5953517Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_cpu_complex32 2022-09-27T15:50:12.5954094Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_eq_cpu_complex32 2022-09-27T15:50:12.5954671Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_like_cpu_complex32 2022-09-27T15:50:12.5955268Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_cpu_complex32 2022-09-27T15:50:12.5955941Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_flatten_cpu_complex32 2022-09-27T15:50:12.5956550Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_like_cpu_complex32 2022-09-27T15:50:12.5957178Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dstack_cpu_complex32 2022-09-27T15:50:12.5957752Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_ifftshift_cpu_complex32 2022-09-27T15:50:12.5958323Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fill_cpu_complex32 2022-09-27T15:50:12.5959767Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_fftshift_cpu_complex32 2022-09-27T15:50:12.5963081Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_flatten_cpu_complex32 2022-09-27T15:50:12.5965989Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_imag_cpu_complex32 2022-09-27T15:50:12.5968429Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fill_cpu_complex32 2022-09-27T15:50:12.5973830Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_ifftshift_cpu_complex32 2022-09-27T15:50:12.5979053Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_fftshift_cpu_complex32 2022-09-27T15:50:12.5980829Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_float_cpu_complex32 2022-09-27T15:50:12.5982933Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hstack_cpu_complex32 2022-09-27T15:50:12.5986523Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_imag_cpu_complex32 2022-09-27T15:50:12.5988300Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hsplit_cpu_complex32 2022-09-27T15:50:12.5990752Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isfinite_cpu_complex32 2022-09-27T15:50:12.5994955Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hsplit_cpu_complex32 2022-09-27T15:50:12.5999216Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hstack_cpu_complex32 2022-09-27T15:50:12.6003365Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_float_cpu_complex32 2022-09-27T15:50:12.6006719Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isfinite_cpu_complex32 2022-09-27T15:50:12.6008382Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_select_cpu_complex32 2022-09-27T15:50:12.6009986Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_add_cpu_complex32 2022-09-27T15:50:12.6011629Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_long_cpu_complex32 2022-09-27T15:50:12.6014144Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_put_cpu_complex32 2022-09-27T15:50:12.6017584Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_select_cpu_complex32 2022-09-27T15:50:12.6020101Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_log_softmax_dtype_cpu_complex32 2022-09-27T15:50:12.6023937Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_long_cpu_complex32 2022-09-27T15:50:12.6026461Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_movedim_cpu_complex32 2022-09-27T15:50:12.6029873Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_put_cpu_complex32 2022-09-27T15:50:12.6032372Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isreal_cpu_complex32 2022-09-27T15:50:12.6036663Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_add_cpu_complex32 2022-09-27T15:50:12.6040893Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_log_softmax_dtype_cpu_complex32 2022-09-27T15:50:12.6045038Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_movedim_cpu_complex32 2022-09-27T15:50:12.6048463Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isreal_cpu_complex32 2022-09-27T15:50:12.6050158Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isinf_cpu_complex32 2022-09-27T15:50:12.6051759Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_masked_fill_cpu_complex32 2022-09-27T15:50:12.6053951Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_neg_cpu_complex32 2022-09-27T15:50:12.6055984Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mT_cpu_complex32 2022-09-27T15:50:12.6060239Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isinf_cpu_complex32 2022-09-27T15:50:12.6063569Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_neg_cpu_complex32 2022-09-27T15:50:12.6065197Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mH_cpu_complex32 2022-09-27T15:50:12.6067736Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_ones_cpu_complex32 2022-09-27T15:50:12.6071975Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_masked_fill_cpu_complex32 2022-09-27T15:50:12.6074011Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mT_cpu_complex32 2022-09-27T15:50:12.6077653Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_cpu_complex32 2022-09-27T15:50:12.6079779Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_copy_cpu_complex32 2022-09-27T15:50:12.6083730Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_ones_cpu_complex32 2022-09-27T15:50:12.6085648Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_like_cpu_complex32 2022-09-27T15:50:12.6089027Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mH_cpu_complex32 2022-09-27T15:50:12.6091501Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mul_cpu_complex32 2022-09-27T15:50:12.6095717Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_copy_cpu_complex32 2022-09-27T15:50:12.6099485Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_cpu_complex32 2022-09-27T15:50:12.6101532Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_strided_cpu_complex32 2022-09-27T15:50:12.6105400Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_like_cpu_complex32 2022-09-27T15:50:12.6108710Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_strided_cpu_complex32 2022-09-27T15:50:12.6110170Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_full_cpu_complex32 2022-09-27T15:50:12.6111696Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_cpu_complex32 2022-09-27T15:50:12.6113955Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_nonzero_cpu_complex32 2022-09-27T15:50:12.6117104Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mul_cpu_complex32 2022-09-27T15:50:12.6119436Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_cpu_complex32 2022-09-27T15:50:12.6123382Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_cpu_complex32 2022-09-27T15:50:12.6125991Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_zeros_cpu_complex32 2022-09-27T15:50:12.6129364Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_full_cpu_complex32 2022-09-27T15:50:12.6131697Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_cpu_complex32 2022-09-27T15:50:12.6135040Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_cpu_complex32 2022-09-27T15:50:12.6137419Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_repeat_interleave_cpu_complex32 2022-09-27T15:50:12.6139973Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_cpu_complex32 2022-09-27T15:50:12.6142477Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_zeros_cpu_complex32 2022-09-27T15:50:12.6144420Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_nonzero_cpu_complex32 2022-09-27T15:50:12.6145355Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_permute_cpu_complex32 2022-09-27T15:50:12.6146276Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_rand_like_cpu_complex32 2022-09-27T15:50:12.6147735Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_positive_cpu_complex32 2022-09-27T15:50:12.6149957Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_rand_like_cpu_complex32 2022-09-27T15:50:12.6151650Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_real_cpu_complex32 2022-09-27T15:50:12.6153387Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_repeat_interleave_cpu_complex32 2022-09-27T15:50:12.6155557Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_positive_cpu_complex32 2022-09-27T15:50:12.6158798Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_permute_cpu_complex32 2022-09-27T15:50:12.6160748Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_real_cpu_complex32 2022-09-27T15:50:12.6161867Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_roll_cpu_complex32 2022-09-27T15:50:12.6162524Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ravel_cpu_complex32 2022-09-27T15:50:12.6163527Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_resolve_neg_cpu_complex32 2022-09-27T15:50:12.6164973Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_like_cpu_complex32 2022-09-27T15:50:12.6167626Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_like_cpu_complex32 2022-09-27T15:50:12.6169716Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_resolve_neg_cpu_complex32 2022-09-27T15:50:12.6170797Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_cpu_complex32 2022-09-27T15:50:12.6173256Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_as_cpu_complex32 2022-09-27T15:50:12.6177421Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ravel_cpu_complex32 2022-09-27T15:50:12.6180926Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_cpu_complex32 2022-09-27T15:50:12.6183624Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_cpu_complex32 2022-09-27T15:50:12.6186893Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_as_cpu_complex32 2022-09-27T15:50:12.6190598Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_roll_cpu_complex32 2022-09-27T15:50:12.6192893Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sub_cpu_complex32 2022-09-27T15:50:12.6194645Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_with_sizes_cpu_complex32 2022-09-27T15:50:12.6196828Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_select_cpu_complex32 2022-09-27T15:50:12.6200239Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_cpu_complex32 2022-09-27T15:50:12.6204668Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sgn_cpu_complex32 2022-09-27T15:50:12.6207916Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sgn_cpu_complex32 2022-09-27T15:50:12.6212399Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_select_cpu_complex32 2022-09-27T15:50:12.6215692Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_with_sizes_cpu_complex32 2022-09-27T15:50:12.6217160Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_transpose_cpu_complex32 2022-09-27T15:50:12.6219094Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_squeeze_cpu_complex32 2022-09-27T15:50:12.6221810Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_stack_cpu_complex32 2022-09-27T15:50:12.6225284Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sub_cpu_complex32 2022-09-27T15:50:12.6227756Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unfold_cpu_complex32 2022-09-27T15:50:12.6232167Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_squeeze_cpu_complex32 2022-09-27T15:50:12.6235797Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_transpose_cpu_complex32 2022-09-27T15:50:12.6239078Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_stack_cpu_complex32 2022-09-27T15:50:12.6240890Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unflatten_cpu_complex32 2022-09-27T15:50:12.6242147Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unbind_cpu_complex32 2022-09-27T15:50:12.6244387Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unsqueeze_cpu_complex32 2022-09-27T15:50:12.6248262Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unsqueeze_cpu_complex32 2022-09-27T15:50:12.6252476Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unflatten_cpu_complex32 2022-09-27T15:50:12.6253207Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vstack_cpu_complex32 2022-09-27T15:50:12.6261239Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_cpu_complex32 2022-09-27T15:50:12.6263449Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unbind_cpu_complex32 2022-09-27T15:50:12.6264176Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unfold_cpu_complex32 2022-09-27T15:50:12.6266519Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vstack_cpu_complex32 2022-09-27T15:50:12.6269156Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_as_cpu_complex32 2022-09-27T15:50:12.6269657Z test_ops.py::TestCommonCPU::test_dtypes_H_cpu 2022-09-27T15:50:12.6271512Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vsplit_cpu_complex32 2022-09-27T15:50:12.6274694Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_cpu_complex32 2022-09-27T15:50:12.6277319Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_cpu_complex32 2022-09-27T15:50:12.6281122Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vsplit_cpu_complex32 2022-09-27T15:50:12.6284445Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_as_cpu_complex32 2022-09-27T15:50:12.6288574Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_cpu_complex32 2022-09-27T15:50:12.6291326Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes_H_cpu 2022-09-27T15:50:12.6293099Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_like_cpu_complex32 2022-09-27T15:50:12.6294672Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_where_cpu_complex32 2022-09-27T15:50:12.6296001Z test_ops.py::TestCommonCPU::test_dtypes___rand___cpu 2022-09-27T15:50:12.6298588Z test_ops.py::TestCommonCPU::test_dtypes___getitem___cpu 2022-09-27T15:50:12.6302610Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_like_cpu_complex32 2022-09-27T15:50:12.6305909Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_where_cpu_complex32 2022-09-27T15:50:12.6307438Z test_ops.py::TestCommonCPU::test_dtypes___radd___cpu 2022-09-27T15:50:12.6309599Z test_ops.py::TestCommonCPU::test_dtypes_T_cpu 2022-09-27T15:50:12.6312723Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes_T_cpu 2022-09-27T15:50:12.6315387Z test_ops.py::TestCommonCPU::test_dtypes___rdiv___cpu 2022-09-27T15:50:12.6318644Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___radd___cpu 2022-09-27T15:50:12.6321010Z test_ops.py::TestCommonCPU::test_dtypes___rmod___cpu 2022-09-27T15:50:12.6324369Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___getitem___cpu 2022-09-27T15:50:12.6326733Z test_ops.py::TestCommonCPU::test_dtypes___rmatmul___cpu 2022-09-27T15:50:12.6330036Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rdiv___cpu 2022-09-27T15:50:13.1936027Z test_ops.py::TestCommonCPU::test_dtypes___ror___cpu 2022-09-27T15:50:13.1942413Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rand___cpu 2022-09-27T15:50:13.2107351Z test_ops.py::TestCommonCPU::test_dtypes___rmul___cpu 2022-09-27T15:50:13.2115103Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rmul___cpu 2022-09-27T15:50:13.2429837Z test_ops.py::TestCommonCPU::test_dtypes___rxor___cpu 2022-09-27T15:50:13.2440456Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rxor___cpu 2022-09-27T15:50:13.2466225Z test_ops.py::TestCommonCPU::test_dtypes__masked_argmin_cpu 2022-09-27T15:50:13.2478035Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rmod___cpu 2022-09-27T15:50:13.2499902Z test_ops.py::TestCommonCPU::test_dtypes___rsub___cpu 2022-09-27T15:50:13.2512190Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rmatmul___cpu 2022-09-27T15:50:13.2673455Z test_ops.py::TestCommonCPU::test_dtypes___rpow___cpu 2022-09-27T15:50:13.2680386Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___ror___cpu 2022-09-27T15:50:13.2793089Z test_ops.py::TestCommonCPU::test_dtypes__masked_amax_cpu 2022-09-27T15:50:13.2804366Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rsub___cpu 2022-09-27T15:50:13.2994276Z test_ops.py::TestCommonCPU::test_dtypes__masked_argmax_cpu 2022-09-27T15:50:13.3019255Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rpow___cpu 2022-09-27T15:50:13.3220385Z test_ops.py::TestCommonCPU::test_dtypes__masked_amin_cpu 2022-09-27T15:50:13.3230308Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_argmin_cpu 2022-09-27T15:50:13.3573209Z test_ops.py::TestCommonCPU::test_dtypes__masked_logaddexp_cpu 2022-09-27T15:50:13.3585711Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_argmax_cpu 2022-09-27T15:50:13.3873529Z test_ops.py::TestCommonCPU::test_dtypes__masked_log_softmax_cpu 2022-09-27T15:50:13.3882170Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_logaddexp_cpu 2022-09-27T15:50:13.4161326Z test_ops.py::TestCommonCPU::test_dtypes__masked_norm_cpu 2022-09-27T15:50:13.4172286Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_amin_cpu 2022-09-27T15:50:13.4180099Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_amax_cpu 2022-09-27T15:50:13.4187165Z test_ops.py::TestCommonCPU::test_dtypes__masked_cumsum_cpu 2022-09-27T15:50:13.4439496Z test_ops.py::TestCommonCPU::test_dtypes__masked_cumprod_cpu 2022-09-27T15:50:13.4449871Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_log_softmax_cpu 2022-09-27T15:50:13.4520094Z test_ops.py::TestCommonCPU::test_dtypes__masked_median_cpu 2022-09-27T15:50:13.4528016Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_cumsum_cpu 2022-09-27T15:50:13.4603352Z test_ops.py::TestCommonCPU::test_dtypes__masked_mean_cpu 2022-09-27T15:50:13.4611206Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_cumprod_cpu 2022-09-27T15:50:13.4867356Z test_ops.py::TestCommonCPU::test_dtypes__masked_logsumexp_cpu 2022-09-27T15:50:13.4874967Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_median_cpu 2022-09-27T15:50:13.5566942Z test_ops.py::TestCommonCPU::test_dtypes__masked_softmax_cpu 2022-09-27T15:50:13.5575409Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_softmax_cpu 2022-09-27T15:50:13.6144611Z test_ops.py::TestCommonCPU::test_dtypes__masked_var_cpu 2022-09-27T15:50:13.6152242Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_mean_cpu 2022-09-27T15:50:13.6249292Z test_ops.py::TestCommonCPU::test_dtypes__masked_prod_cpu 2022-09-27T15:50:13.6257664Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_logsumexp_cpu 2022-09-27T15:50:13.7590576Z test_ops.py::TestCommonCPU::test_dtypes__masked_normalize_cpu 2022-09-27T15:50:13.7599538Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_normalize_cpu 2022-09-27T15:50:13.7820217Z test_ops.py::TestCommonCPU::test_dtypes__masked_std_cpu 2022-09-27T15:50:13.7830816Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_prod_cpu 2022-09-27T15:50:13.8806695Z test_ops.py::TestCommonCPU::test_dtypes__masked_sum_cpu 2022-09-27T15:50:13.8815170Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_sum_cpu 2022-09-27T15:50:13.8975428Z test_ops.py::TestCommonCPU::test_dtypes__refs_acosh_cpu 2022-09-27T15:50:13.8983485Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_acosh_cpu 2022-09-27T15:50:14.0324546Z test_ops.py::TestCommonCPU::test_dtypes__refs_all_cpu 2022-09-27T15:50:14.0333368Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_all_cpu 2022-09-27T15:50:14.1595381Z test_ops.py::TestCommonCPU::test_dtypes__refs_any_cpu 2022-09-27T15:50:14.1604748Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_any_cpu 2022-09-27T15:50:14.1690102Z test_ops.py::TestCommonCPU::test_dtypes__refs_asinh_cpu 2022-09-27T15:50:14.1698280Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_asinh_cpu 2022-09-27T15:50:14.1853594Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_1d_cpu 2022-09-27T15:50:14.1863646Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_1d_cpu 2022-09-27T15:50:14.2199380Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_left_shift_cpu 2022-09-27T15:50:14.2210248Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_var_cpu 2022-09-27T15:50:14.2545431Z test_ops.py::TestCommonCPU::test_dtypes__refs_add_cpu 2022-09-27T15:50:14.2553449Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_left_shift_cpu 2022-09-27T15:50:14.2594142Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_shapes_cpu 2022-09-27T15:50:14.2603204Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_shapes_cpu 2022-09-27T15:50:14.2684389Z test_ops.py::TestCommonCPU::test_dtypes__refs_ceil_cpu 2022-09-27T15:50:14.2692156Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_ceil_cpu 2022-09-27T15:50:14.2903419Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_min_cpu 2022-09-27T15:50:14.2911098Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_min_cpu 2022-09-27T15:50:14.2956464Z test_ops.py::TestCommonCPU::test_dtypes__refs_conj_physical_cpu 2022-09-27T15:50:14.2967043Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_conj_physical_cpu 2022-09-27T15:50:14.2973281Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_add_cpu 2022-09-27T15:50:14.2975413Z test_ops.py::TestCommonCPU::test_dtypes__refs_allclose_cpu 2022-09-27T15:50:14.3123557Z test_ops.py::TestCommonCPU::test_dtypes__refs_cos_cpu 2022-09-27T15:50:14.3131348Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_std_cpu 2022-09-27T15:50:14.3139794Z test_ops.py::TestCommonCPU::test_dtypes__refs_acos_cpu 2022-09-27T15:50:14.3147426Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_cos_cpu 2022-09-27T15:50:14.3306329Z test_ops.py::TestCommonCPU::test_dtypes__refs_digamma_cpu 2022-09-27T15:50:14.3313719Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_acos_cpu 2022-09-27T15:50:14.3319624Z test_ops.py::TestCommonCPU::test_dtypes__refs_addr_cpu 2022-09-27T15:50:14.3324252Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_digamma_cpu 2022-09-27T15:50:14.3336208Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_allclose_cpu 2022-09-27T15:50:14.3336973Z test_ops.py::TestCommonCPU::test_dtypes__refs_arange_cpu 2022-09-27T15:50:14.3502672Z test_ops.py::TestCommonCPU::test_dtypes__refs_dsplit_cpu 2022-09-27T15:50:14.3510512Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_dsplit_cpu 2022-09-27T15:50:14.3523161Z test_ops.py::TestCommonCPU::test_dtypes__refs_eq_cpu 2022-09-27T15:50:14.3530650Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_addr_cpu 2022-09-27T15:50:14.3775668Z test_ops.py::TestCommonCPU::test_dtypes__refs_amin_cpu 2022-09-27T15:50:14.3783361Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_arange_cpu 2022-09-27T15:50:14.4272103Z test_ops.py::TestCommonCPU::test_dtypes__refs_atan2_cpu 2022-09-27T15:50:14.4279917Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_eq_cpu 2022-09-27T15:50:14.4449542Z test_ops.py::TestCommonCPU::test_dtypes__refs_exp2_cpu 2022-09-27T15:50:14.4457107Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_exp2_cpu 2022-09-27T15:50:14.4462629Z test_ops.py::TestCommonCPU::test_dtypes__refs_expm1_cpu 2022-09-27T15:50:14.4471506Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_atan2_cpu 2022-09-27T15:50:14.4541166Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_2d_cpu 2022-09-27T15:50:14.4549430Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_expm1_cpu 2022-09-27T15:50:14.4617463Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftn_cpu 2022-09-27T15:50:14.4628920Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_amin_cpu 2022-09-27T15:50:14.4726938Z test_ops.py::TestCommonCPU::test_dtypes__refs_asin_cpu 2022-09-27T15:50:14.4738316Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_asin_cpu 2022-09-27T15:50:14.4746318Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_2d_cpu 2022-09-27T15:50:14.4747578Z test_ops.py::TestCommonCPU::test_dtypes__refs_atanh_cpu 2022-09-27T15:50:14.4869636Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_not_cpu 2022-09-27T15:50:14.4883048Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_atanh_cpu 2022-09-27T15:50:14.5032203Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_and_cpu 2022-09-27T15:50:14.5042114Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_not_cpu 2022-09-27T15:50:14.5123575Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_tensors_cpu 2022-09-27T15:50:14.5134598Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_tensors_cpu 2022-09-27T15:50:14.5165353Z test_ops.py::TestCommonCPU::test_dtypes__refs_chunk_cpu 2022-09-27T15:50:14.5174678Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftn_cpu 2022-09-27T15:50:14.5624010Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfftn_cpu 2022-09-27T15:50:14.5636823Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_chunk_cpu 2022-09-27T15:50:14.5755585Z test_ops.py::TestCommonCPU::test_dtypes__refs_clone_cpu 2022-09-27T15:50:14.5767103Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_clone_cpu 2022-09-27T15:50:14.5878481Z test_ops.py::TestCommonCPU::test_dtypes__refs_constant_pad_nd_cpu 2022-09-27T15:50:14.5891903Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_and_cpu 2022-09-27T15:50:14.5961334Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_xor_cpu 2022-09-27T15:50:14.5968719Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfftn_cpu 2022-09-27T15:50:14.6034167Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftshift_cpu 2022-09-27T15:50:14.6041512Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_norm_cpu 2022-09-27T15:50:14.6066283Z test_ops.py::TestCommonCPU::test_dtypes__masked_softmin_cpu 2022-09-27T15:50:14.6073747Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftshift_cpu 2022-09-27T15:50:14.6275098Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft2_cpu 2022-09-27T15:50:14.6284443Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft2_cpu 2022-09-27T15:50:14.6684449Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft_cpu 2022-09-27T15:50:14.6693555Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft_cpu 2022-09-27T15:50:14.6741816Z test_ops.py::TestCommonCPU::test_dtypes__refs_flip_cpu 2022-09-27T15:50:14.6752676Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_softmin_cpu 2022-09-27T15:50:14.6846145Z test_ops.py::TestCommonCPU::test_dtypes__refs_abs_cpu 2022-09-27T15:50:14.6853317Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_abs_cpu 2022-09-27T15:50:14.6898600Z test_ops.py::TestCommonCPU::test_dtypes__refs_addcdiv_cpu 2022-09-27T15:50:14.6910102Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_xor_cpu 2022-09-27T15:50:14.6975780Z test_ops.py::TestCommonCPU::test_dtypes__refs_cat_cpu 2022-09-27T15:50:14.6983023Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_flip_cpu 2022-09-27T15:50:14.7070720Z test_ops.py::TestCommonCPU::test_dtypes__refs_floor_cpu 2022-09-27T15:50:14.7077696Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_floor_cpu 2022-09-27T15:50:14.7420259Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmod_cpu 2022-09-27T15:50:14.7431791Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_cat_cpu 2022-09-27T15:50:14.7795342Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_max_cpu 2022-09-27T15:50:14.7808399Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_max_cpu 2022-09-27T15:50:14.7832388Z test_ops.py::TestCommonCPU::test_dtypes__refs_conj_cpu 2022-09-27T15:50:14.7842719Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_constant_pad_nd_cpu 2022-09-27T15:50:14.7856430Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fmod_cpu 2022-09-27T15:50:14.7859101Z test_ops.py::TestCommonCPU::test_dtypes__refs_gt_cpu 2022-09-27T15:50:14.7911621Z test_ops.py::TestCommonCPU::test_dtypes__refs_cosh_cpu 2022-09-27T15:50:14.7921994Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_conj_cpu 2022-09-27T15:50:14.8113799Z test_ops.py::TestCommonCPU::test_dtypes__refs_copysign_cpu 2022-09-27T15:50:14.8124973Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_cosh_cpu 2022-09-27T15:50:14.8651100Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_floor_rounding_cpu 2022-09-27T15:50:14.8664962Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_gt_cpu 2022-09-27T15:50:14.9277420Z test_ops.py::TestCommonCPU::test_dtypes__refs_hypot_cpu 2022-09-27T15:50:14.9287859Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_copysign_cpu 2022-09-27T15:50:14.9458336Z test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_cpu 2022-09-27T15:50:14.9468177Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_hypot_cpu 2022-09-27T15:50:14.9474112Z test_ops.py::TestCommonCPU::test_dtypes__refs_imag_cpu 2022-09-27T15:50:14.9479996Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_cpu 2022-09-27T15:50:14.9531443Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_trunc_rounding_cpu 2022-09-27T15:50:14.9539222Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_imag_cpu 2022-09-27T15:50:14.9613466Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_select_cpu 2022-09-27T15:50:14.9620997Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_index_select_cpu 2022-09-27T15:50:14.9703642Z test_ops.py::TestCommonCPU::test_dtypes__refs_isnan_cpu 2022-09-27T15:50:14.9711391Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isnan_cpu 2022-09-27T15:50:14.9750063Z test_ops.py::TestCommonCPU::test_dtypes__refs_lcm_cpu 2022-09-27T15:50:14.9757889Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_addcdiv_cpu 2022-09-27T15:50:15.0245637Z test_ops.py::TestCommonCPU::test_dtypes__refs_amax_cpu 2022-09-27T15:50:15.0253431Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_div_trunc_rounding_cpu 2022-09-27T15:50:15.0320564Z test_ops.py::TestCommonCPU::test_dtypes__refs_empty_like_cpu 2022-09-27T15:50:15.0328141Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_lcm_cpu 2022-09-27T15:50:15.0332820Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_norm_cpu 2022-09-27T15:50:15.0340527Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_empty_like_cpu 2022-09-27T15:50:15.0429032Z test_ops.py::TestCommonCPU::test_dtypes__refs_erfinv_cpu 2022-09-27T15:50:15.0438256Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_div_floor_rounding_cpu 2022-09-27T15:50:15.0447640Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_erfinv_cpu 2022-09-27T15:50:15.0450034Z test_ops.py::TestCommonCPU::test_dtypes__refs_expand_cpu 2022-09-27T15:50:15.0735795Z test_ops.py::TestCommonCPU::test_dtypes__refs_dstack_cpu 2022-09-27T15:50:15.0746670Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_expand_cpu 2022-09-27T15:50:15.0752965Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_dstack_cpu 2022-09-27T15:50:15.0755205Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft_cpu 2022-09-27T15:50:15.0863078Z test_ops.py::TestCommonCPU::test_dtypes__refs_erf_cpu 2022-09-27T15:50:15.0874448Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_amax_cpu 2022-09-27T15:50:15.0883937Z test_ops.py::TestCommonCPU::test_dtypes__refs_as_strided_cpu 2022-09-27T15:50:15.0891617Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_erf_cpu 2022-09-27T15:50:15.1047911Z test_ops.py::TestCommonCPU::test_dtypes__refs_exp_cpu 2022-09-27T15:50:15.1055193Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_as_strided_cpu 2022-09-27T15:50:15.1110786Z test_ops.py::TestCommonCPU::test_dtypes__refs_atan_cpu 2022-09-27T15:50:15.1120081Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_exp_cpu 2022-09-27T15:50:15.1152074Z test_ops.py::TestCommonCPU::test_dtypes__refs_eye_cpu 2022-09-27T15:50:15.1159337Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_atan_cpu 2022-09-27T15:50:15.1251894Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_3d_cpu 2022-09-27T15:50:15.1263228Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft_cpu 2022-09-27T15:50:15.1515050Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft_cpu 2022-09-27T15:50:15.1523286Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_3d_cpu 2022-09-27T15:50:15.1547103Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_or_cpu 2022-09-27T15:50:15.1554428Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_eye_cpu 2022-09-27T15:50:15.1648977Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftshift_cpu 2022-09-27T15:50:15.1658809Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftshift_cpu 2022-09-27T15:50:15.1828096Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft2_cpu 2022-09-27T15:50:15.1840709Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft_cpu 2022-09-27T15:50:15.1865480Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftn_cpu 2022-09-27T15:50:15.1876691Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft2_cpu 2022-09-27T15:50:15.2139689Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft2_cpu 2022-09-27T15:50:15.2147226Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft2_cpu 2022-09-27T15:50:15.2342647Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft_cpu 2022-09-27T15:50:15.2356494Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_or_cpu 2022-09-27T15:50:15.2582953Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_to_cpu 2022-09-27T15:50:15.2594320Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftn_cpu 2022-09-27T15:50:15.2666080Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfftn_cpu 2022-09-27T15:50:15.2678083Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_to_cpu 2022-09-27T15:50:15.2768193Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_cpu 2022-09-27T15:50:15.2780267Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft_cpu 2022-09-27T15:50:15.3101658Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfftn_cpu 2022-09-27T15:50:15.3114068Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_cpu 2022-09-27T15:50:15.3346475Z test_ops.py::TestCommonCPU::test_dtypes__refs_column_stack_cpu 2022-09-27T15:50:15.3358478Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_column_stack_cpu 2022-09-27T15:50:15.3374826Z test_ops.py::TestCommonCPU::test_dtypes__refs_contiguous_cpu 2022-09-27T15:50:15.3387326Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfftn_cpu 2022-09-27T15:50:15.3397160Z test_ops.py::TestCommonCPU::test_dtypes__refs_fliplr_cpu 2022-09-27T15:50:15.3408247Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfftn_cpu 2022-09-27T15:50:15.3437216Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft2_cpu 2022-09-27T15:50:15.3450230Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_contiguous_cpu 2022-09-27T15:50:15.3514385Z test_ops.py::TestCommonCPU::test_dtypes__refs_diag_embed_cpu 2022-09-27T15:50:15.3524438Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fliplr_cpu 2022-09-27T15:50:15.3678798Z test_ops.py::TestCommonCPU::test_dtypes__refs_floor_divide_cpu 2022-09-27T15:50:15.3690712Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft2_cpu 2022-09-27T15:50:15.3957891Z test_ops.py::TestCommonCPU::test_dtypes__refs_flatten_cpu 2022-09-27T15:50:15.3969071Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_flatten_cpu 2022-09-27T15:50:15.4114714Z test_ops.py::TestCommonCPU::test_dtypes__refs_float_power_cpu 2022-09-27T15:50:15.4125738Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_diag_embed_cpu 2022-09-27T15:50:15.4996495Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_no_rounding_mode_cpu 2022-09-27T15:50:15.5008494Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_float_power_cpu 2022-09-27T15:50:15.5041700Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmin_cpu 2022-09-27T15:50:15.5052786Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_div_no_rounding_mode_cpu 2022-09-27T15:50:15.5108361Z test_ops.py::TestCommonCPU::test_dtypes__refs_empty_cpu 2022-09-27T15:50:15.5119000Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_empty_cpu 2022-09-27T15:50:15.5367117Z test_ops.py::TestCommonCPU::test_dtypes__refs_erfc_cpu 2022-09-27T15:50:15.5377641Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_erfc_cpu 2022-09-27T15:50:15.5457227Z test_ops.py::TestCommonCPU::test_dtypes__refs_expand_as_cpu 2022-09-27T15:50:15.5467669Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_expand_as_cpu 2022-09-27T15:50:15.5701846Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft2_cpu 2022-09-27T15:50:15.5712792Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft2_cpu 2022-09-27T15:50:15.5781543Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft2_cpu 2022-09-27T15:50:15.5796434Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fmin_cpu 2022-09-27T15:50:15.5904420Z test_ops.py::TestCommonCPU::test_dtypes__refs_ge_cpu 2022-09-27T15:50:15.5914529Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft2_cpu 2022-09-27T15:50:15.6394644Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft_cpu 2022-09-27T15:50:15.6404655Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft_cpu 2022-09-27T15:50:15.6633294Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft_cpu 2022-09-27T15:50:15.6643300Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_ge_cpu 2022-09-27T15:50:15.6725637Z test_ops.py::TestCommonCPU::test_dtypes__refs_hstack_cpu 2022-09-27T15:50:15.6738227Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_floor_divide_cpu 2022-09-27T15:50:15.6748909Z test_ops.py::TestCommonCPU::test_dtypes__refs_frac_cpu 2022-09-27T15:50:15.6762137Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_norm_cpu 2022-09-27T15:50:15.6785113Z test_ops.py::TestCommonCPU::test_dtypes__refs_linspace_cpu 2022-09-27T15:50:15.6795759Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_hstack_cpu 2022-09-27T15:50:15.6803447Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft_cpu 2022-09-27T15:50:15.6804382Z test_ops.py::TestCommonCPU::test_dtypes__refs_igammac_cpu 2022-09-27T15:50:15.7138867Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfftn_cpu 2022-09-27T15:50:15.7148449Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_frac_cpu 2022-09-27T15:50:15.7270300Z test_ops.py::TestCommonCPU::test_dtypes__refs_heaviside_cpu 2022-09-27T15:50:15.7281724Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_linspace_cpu 2022-09-27T15:50:15.7338489Z test_ops.py::TestCommonCPU::test_dtypes__refs_log_cpu 2022-09-27T15:50:15.7349358Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfftn_cpu 2022-09-27T15:50:15.7454319Z test_ops.py::TestCommonCPU::test_dtypes__refs_fill_cpu 2022-09-27T15:50:15.7464015Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_log_cpu 2022-09-27T15:50:15.7521814Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_or_cpu 2022-09-27T15:50:15.7532555Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fill_cpu 2022-09-27T15:50:15.7653432Z test_ops.py::TestCommonCPU::test_dtypes__refs_flipud_cpu 2022-09-27T15:50:15.7664381Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_flipud_cpu 2022-09-27T15:50:15.7715453Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmax_cpu 2022-09-27T15:50:15.7727064Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_igammac_cpu 2022-09-27T15:50:15.7852360Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_fill_cpu 2022-09-27T15:50:15.7863321Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_index_fill_cpu 2022-09-27T15:50:15.8158943Z test_ops.py::TestCommonCPU::test_dtypes__refs_isinf_cpu 2022-09-27T15:50:15.8169906Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isinf_cpu 2022-09-27T15:50:15.8245110Z test_ops.py::TestCommonCPU::test_dtypes__refs_isreal_cpu 2022-09-27T15:50:15.8252276Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fmax_cpu 2022-09-27T15:50:15.8402606Z test_ops.py::TestCommonCPU::test_dtypes__refs_gcd_cpu 2022-09-27T15:50:15.8412770Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isreal_cpu 2022-09-27T15:50:15.8443282Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_matrix_norm_cpu 2022-09-27T15:50:15.8453538Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_logical_or_cpu 2022-09-27T15:50:15.8839270Z test_ops.py::TestCommonCPU::test_dtypes__refs_lt_cpu 2022-09-27T15:50:15.8851740Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_heaviside_cpu 2022-09-27T15:50:15.8949772Z test_ops.py::TestCommonCPU::test_dtypes__refs_i0_cpu 2022-09-27T15:50:15.8960770Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_gcd_cpu 2022-09-27T15:50:15.9056129Z test_ops.py::TestCommonCPU::test_dtypes__refs_hsplit_cpu 2022-09-27T15:50:15.9064967Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_i0_cpu 2022-09-27T15:50:15.9131592Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_add_cpu 2022-09-27T15:50:15.9141487Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_hsplit_cpu 2022-09-27T15:50:15.9302627Z test_ops.py::TestCommonCPU::test_dtypes__refs_igamma_cpu 2022-09-27T15:50:15.9312053Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_index_add_cpu 2022-09-27T15:50:15.9438183Z test_ops.py::TestCommonCPU::test_dtypes__refs_isclose_cpu 2022-09-27T15:50:15.9448370Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_lt_cpu 2022-09-27T15:50:15.9828433Z test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_list_of_tensors_cpu 2022-09-27T15:50:15.9836303Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_igamma_cpu 2022-09-27T15:50:15.9911556Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_copy_cpu 2022-09-27T15:50:15.9919922Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_index_copy_cpu 2022-09-27T15:50:15.9965787Z test_ops.py::TestCommonCPU::test_dtypes__refs_isfinite_cpu 2022-09-27T15:50:15.9973559Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_list_of_tensors_cpu 2022-09-27T15:50:16.0135674Z test_ops.py::TestCommonCPU::test_dtypes__refs_mul_cpu 2022-09-27T15:50:16.0143128Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isfinite_cpu 2022-09-27T15:50:16.0221517Z test_ops.py::TestCommonCPU::test_dtypes__refs_isposinf_cpu 2022-09-27T15:50:16.0229185Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isposinf_cpu 2022-09-27T15:50:16.0401099Z test_ops.py::TestCommonCPU::test_dtypes__refs_lgamma_cpu 2022-09-27T15:50:16.0408849Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_lgamma_cpu 2022-09-27T15:50:16.0543171Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svdvals_cpu 2022-09-27T15:50:16.0550707Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_mul_cpu 2022-09-27T15:50:16.1149685Z test_ops.py::TestCommonCPU::test_dtypes__refs_ne_cpu 2022-09-27T15:50:16.1157937Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_ne_cpu 2022-09-27T15:50:16.1264420Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_full_cpu 2022-09-27T15:50:16.1272125Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_new_full_cpu 2022-09-27T15:50:16.1340805Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_celu_cpu 2022-09-27T15:50:16.1348364Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svdvals_cpu 2022-09-27T15:50:16.1405721Z test_ops.py::TestCommonCPU::test_dtypes__refs_log1p_cpu 2022-09-27T15:50:16.1412950Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_celu_cpu 2022-09-27T15:50:16.1445428Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_glu_cpu 2022-09-27T15:50:16.1452616Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_log1p_cpu 2022-09-27T15:50:16.1921645Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_and_cpu 2022-09-27T15:50:16.1929258Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_logical_and_cpu 2022-09-27T15:50:16.1934228Z test_ops.py::TestCommonCPU::test_dtypes__refs_logspace_cpu 2022-09-27T15:50:16.1941903Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_matrix_norm_cpu 2022-09-27T15:50:16.3172293Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_vector_norm_cpu 2022-09-27T15:50:16.3180283Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_glu_cpu 2022-09-27T15:50:16.3653199Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_l1_loss_cpu 2022-09-27T15:50:16.3661288Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_l1_loss_cpu 2022-09-27T15:50:16.3844113Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mish_cpu 2022-09-27T15:50:16.3852288Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mish_cpu 2022-09-27T15:50:16.4031098Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:50:16.4039506Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isclose_cpu 2022-09-27T15:50:16.4123132Z test_ops.py::TestCommonCPU::test_dtypes__refs_isneginf_cpu 2022-09-27T15:50:16.4131612Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isneginf_cpu 2022-09-27T15:50:16.4766931Z test_ops.py::TestCommonCPU::test_dtypes__refs_le_cpu 2022-09-27T15:50:16.4775469Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_le_cpu 2022-09-27T15:50:16.6231767Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svd_cpu 2022-09-27T15:50:16.6240260Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_logspace_cpu 2022-09-27T15:50:16.6802796Z test_ops.py::TestCommonCPU::test_dtypes__refs_maximum_cpu 2022-09-27T15:50:16.6813127Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_maximum_cpu 2022-09-27T15:50:16.7367188Z test_ops.py::TestCommonCPU::test_dtypes__refs_minimum_cpu 2022-09-27T15:50:16.7378072Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_minimum_cpu 2022-09-27T15:50:16.7727433Z test_ops.py::TestCommonCPU::test_dtypes__refs_narrow_cpu 2022-09-27T15:50:16.7734274Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_narrow_cpu 2022-09-27T15:50:16.7809632Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_cpu 2022-09-27T15:50:16.7816578Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_cpu 2022-09-27T15:50:16.7891069Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_zeros_cpu 2022-09-27T15:50:16.7897864Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_new_zeros_cpu 2022-09-27T15:50:16.8040449Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_elu_cpu 2022-09-27T15:50:16.8047337Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_elu_cpu 2022-09-27T15:50:16.8231208Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardtanh_cpu 2022-09-27T15:50:16.8238324Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardtanh_cpu 2022-09-27T15:50:16.8519990Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_leaky_relu_cpu 2022-09-27T15:50:16.8527094Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_leaky_relu_cpu 2022-09-27T15:50:16.8685778Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:50:16.8692621Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:50:16.8801825Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu6_cpu 2022-09-27T15:50:16.8808744Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu6_cpu 2022-09-27T15:50:16.9383670Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softshrink_cpu 2022-09-27T15:50:16.9392773Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softshrink_cpu 2022-09-27T15:50:16.9418476Z test_ops.py::TestCommonCPU::test_dtypes__refs_ones_cpu 2022-09-27T15:50:16.9427370Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_ones_cpu 2022-09-27T15:50:16.9936034Z test_ops.py::TestCommonCPU::test_dtypes__refs_prod_cpu 2022-09-27T15:50:16.9947198Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:50:17.0130621Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_selu_cpu 2022-09-27T15:50:17.0141214Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_selu_cpu 2022-09-27T15:50:17.0359221Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_threshold_cpu 2022-09-27T15:50:17.0369836Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_threshold_cpu 2022-09-27T15:50:17.0431829Z test_ops.py::TestCommonCPU::test_dtypes__refs_positive_cpu 2022-09-27T15:50:17.0442674Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_positive_cpu 2022-09-27T15:50:17.0617684Z test_ops.py::TestCommonCPU::test_dtypes__refs_ravel_cpu 2022-09-27T15:50:17.0628832Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_ravel_cpu 2022-09-27T15:50:17.1069538Z test_ops.py::TestCommonCPU::test_dtypes__refs_repeat_cpu 2022-09-27T15:50:17.1080440Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_repeat_cpu 2022-09-27T15:50:17.1422793Z test_ops.py::TestCommonCPU::test_dtypes__refs_rot90_cpu 2022-09-27T15:50:17.1436467Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_vector_norm_cpu 2022-09-27T15:50:17.1654352Z test_ops.py::TestCommonCPU::test_dtypes__refs_log2_cpu 2022-09-27T15:50:17.1661818Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svd_cpu 2022-09-27T15:50:17.1675696Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_log2_cpu 2022-09-27T15:50:17.1678728Z test_ops.py::TestCommonCPU::test_dtypes__refs_log10_cpu 2022-09-27T15:50:17.1699154Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_not_cpu 2022-09-27T15:50:17.1710653Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_rot90_cpu 2022-09-27T15:50:17.1737380Z test_ops.py::TestCommonCPU::test_dtypes__refs_sgn_cpu 2022-09-27T15:50:17.1811267Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_prod_cpu 2022-09-27T15:50:17.1813061Z test_ops.py::TestCommonCPU::test_dtypes__refs_reciprocal_cpu 2022-09-27T15:50:17.1942193Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sgn_cpu 2022-09-27T15:50:17.1943739Z test_ops.py::TestCommonCPU::test_dtypes__refs_sin_cpu 2022-09-27T15:50:17.1958922Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_logical_not_cpu 2022-09-27T15:50:17.1961314Z test_ops.py::TestCommonCPU::test_dtypes__refs_logsumexp_cpu 2022-09-27T15:50:17.1970475Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_log10_cpu 2022-09-27T15:50:17.2526147Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sin_cpu 2022-09-27T15:50:17.2526728Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i0e_cpu 2022-09-27T15:50:17.2527331Z test_ops.py::TestCommonCPU::test_dtypes__refs_log_softmax_cpu 2022-09-27T15:50:17.2527947Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_reciprocal_cpu 2022-09-27T15:50:17.2528543Z test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_cpu 2022-09-27T15:50:17.2529204Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_i0e_cpu 2022-09-27T15:50:17.2529887Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_1_cpu 2022-09-27T15:50:17.2530592Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_cpu 2022-09-27T15:50:17.2737414Z test_ops.py::TestCommonCPU::test_dtypes__refs_rsqrt_cpu 2022-09-27T15:50:17.2750709Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_rsqrt_cpu 2022-09-27T15:50:17.2838745Z test_ops.py::TestCommonCPU::test_dtypes__refs_sign_cpu 2022-09-27T15:50:17.2851554Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_1_cpu 2022-09-27T15:50:17.2861287Z test_ops.py::TestCommonCPU::test_dtypes__refs_sqrt_cpu 2022-09-27T15:50:17.2871593Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sign_cpu 2022-09-27T15:50:17.2954009Z test_ops.py::TestCommonCPU::test_dtypes__refs_sinh_cpu 2022-09-27T15:50:17.2964066Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sinh_cpu 2022-09-27T15:50:17.2976850Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1e_cpu 2022-09-27T15:50:17.2989830Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sqrt_cpu 2022-09-27T15:50:17.3127872Z test_ops.py::TestCommonCPU::test_dtypes__refs_std_cpu 2022-09-27T15:50:17.3134950Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1e_cpu 2022-09-27T15:50:17.3395759Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_5_cpu 2022-09-27T15:50:17.3402777Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_logsumexp_cpu 2022-09-27T15:50:17.3563357Z test_ops.py::TestCommonCPU::test_dtypes__refs_mean_cpu 2022-09-27T15:50:17.3566967Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_5_cpu 2022-09-27T15:50:17.3577422Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_log_softmax_cpu 2022-09-27T15:50:17.3579700Z test_ops.py::TestCommonCPU::test_dtypes__refs_squeeze_cpu 2022-09-27T15:50:17.3788065Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_xor_cpu 2022-09-27T15:50:17.3795737Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_squeeze_cpu 2022-09-27T15:50:17.4055594Z test_ops.py::TestCommonCPU::test_dtypes__refs_sub_cpu 2022-09-27T15:50:17.4063140Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_logical_xor_cpu 2022-09-27T15:50:17.4081738Z test_ops.py::TestCommonCPU::test_dtypes__refs_masked_fill_cpu 2022-09-27T15:50:17.4089373Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_std_cpu 2022-09-27T15:50:17.4224096Z test_ops.py::TestCommonCPU::test_dtypes__refs_sum_to_size_cpu 2022-09-27T15:50:17.4231983Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_masked_fill_cpu 2022-09-27T15:50:17.4269183Z test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_variadic_tensors_cpu 2022-09-27T15:50:17.4277381Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sum_to_size_cpu 2022-09-27T15:50:17.4577209Z test_ops.py::TestCommonCPU::test_dtypes__refs_tensor_split_cpu 2022-09-27T15:50:17.4585423Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sub_cpu 2022-09-27T15:50:17.4677272Z test_ops.py::TestCommonCPU::test_dtypes__refs_tan_cpu 2022-09-27T15:50:17.4685156Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_tan_cpu 2022-09-27T15:50:17.4728304Z test_ops.py::TestCommonCPU::test_dtypes__refs_trace_cpu 2022-09-27T15:50:17.4731996Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_mean_cpu 2022-09-27T15:50:17.4739156Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_trace_cpu 2022-09-27T15:50:17.4741229Z test_ops.py::TestCommonCPU::test_dtypes__refs_triu_cpu 2022-09-27T15:50:17.4761098Z test_ops.py::TestCommonCPU::test_dtypes__refs_movedim_cpu 2022-09-27T15:50:17.4769218Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_variadic_tensors_cpu 2022-09-27T15:50:17.4785898Z test_ops.py::TestCommonCPU::test_dtypes__refs_nan_to_num_cpu 2022-09-27T15:50:17.4793319Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_movedim_cpu 2022-09-27T15:50:17.4876991Z test_ops.py::TestCommonCPU::test_dtypes__refs_native_layer_norm_cpu 2022-09-27T15:50:17.4885412Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_triu_cpu 2022-09-27T15:50:17.4974315Z test_ops.py::TestCommonCPU::test_dtypes__refs_unbind_cpu 2022-09-27T15:50:17.4982925Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_tensor_split_cpu 2022-09-27T15:50:17.4991979Z test_ops.py::TestCommonCPU::test_dtypes__refs_tril_cpu 2022-09-27T15:50:17.4999559Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_unbind_cpu 2022-09-27T15:50:17.5118669Z test_ops.py::TestCommonCPU::test_dtypes__refs_var_cpu 2022-09-27T15:50:17.5127016Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_tril_cpu 2022-09-27T15:50:17.5259015Z test_ops.py::TestCommonCPU::test_dtypes__refs_true_divide_cpu 2022-09-27T15:50:17.5269029Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nan_to_num_cpu 2022-09-27T15:50:17.5349550Z test_ops.py::TestCommonCPU::test_dtypes__refs_neg_cpu 2022-09-27T15:50:17.5357104Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_neg_cpu 2022-09-27T15:50:17.5429389Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_ones_cpu 2022-09-27T15:50:17.5436860Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_new_ones_cpu 2022-09-27T15:50:17.5758366Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_dropout_cpu 2022-09-27T15:50:17.5766712Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_var_cpu 2022-09-27T15:50:17.5806040Z test_ops.py::TestCommonCPU::test_dtypes__refs_vsplit_cpu 2022-09-27T15:50:17.5813878Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_true_divide_cpu 2022-09-27T15:50:17.5927846Z test_ops.py::TestCommonCPU::test_dtypes__refs_unfold_copy_cpu 2022-09-27T15:50:17.5935297Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_vsplit_cpu 2022-09-27T15:50:17.5980211Z test_ops.py::TestCommonCPU::test_dtypes_abs_cpu 2022-09-27T15:50:17.5987408Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_abs_cpu 2022-09-27T15:50:17.6124270Z test_ops.py::TestCommonCPU::test_dtypes_addbmm_cpu 2022-09-27T15:50:17.6136550Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_dropout_cpu 2022-09-27T15:50:17.6206938Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardshrink_cpu 2022-09-27T15:50:17.6217105Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_native_layer_norm_cpu 2022-09-27T15:50:17.6229965Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_strided_cpu 2022-09-27T15:50:17.6241242Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_unfold_copy_cpu 2022-09-27T15:50:17.6291879Z test_ops.py::TestCommonCPU::test_dtypes__refs_view_as_cpu 2022-09-27T15:50:17.6301727Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_strided_cpu 2022-09-27T15:50:17.6311813Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addbmm_cpu 2022-09-27T15:50:17.6313085Z test_ops.py::TestCommonCPU::test_dtypes_addmm_decomposed_cpu 2022-09-27T15:50:17.6336811Z test_ops.py::TestCommonCPU::test_dtypes__refs_nextafter_cpu 2022-09-27T15:50:17.6343944Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_view_as_cpu 2022-09-27T15:50:17.6430611Z test_ops.py::TestCommonCPU::test_dtypes__refs_where_cpu 2022-09-27T15:50:17.6438856Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addmm_decomposed_cpu 2022-09-27T15:50:17.6561433Z test_ops.py::TestCommonCPU::test_dtypes_allclose_cpu 2022-09-27T15:50:17.6573517Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardshrink_cpu 2022-09-27T15:50:17.6698262Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_layer_norm_cpu 2022-09-27T15:50:17.6802875Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_where_cpu 2022-09-27T15:50:17.6803569Z test_ops.py::TestCommonCPU::test_dtypes_acosh_cpu 2022-09-27T15:50:17.6815760Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_acosh_cpu 2022-09-27T15:50:17.6991879Z test_ops.py::TestCommonCPU::test_dtypes_addcmul_cpu 2022-09-27T15:50:17.7400338Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_layer_norm_cpu 2022-09-27T15:50:17.7550070Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mse_loss_cpu 2022-09-27T15:50:17.7550756Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_allclose_cpu 2022-09-27T15:50:17.7551342Z test_ops.py::TestCommonCPU::test_dtypes_angle_cpu 2022-09-27T15:50:17.7565532Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_angle_cpu 2022-09-27T15:50:17.7566250Z test_ops.py::TestCommonCPU::test_dtypes_argmin_cpu 2022-09-27T15:50:17.7572591Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nextafter_cpu 2022-09-27T15:50:17.7597480Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_gelu_cpu 2022-09-27T15:50:17.7598388Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addcmul_cpu 2022-09-27T15:50:17.7599279Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mse_loss_cpu 2022-09-27T15:50:17.7599832Z test_ops.py::TestCommonCPU::test_dtypes_addr_cpu 2022-09-27T15:50:17.7775193Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_prelu_cpu 2022-09-27T15:50:17.7786480Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addr_cpu 2022-09-27T15:50:17.7849339Z test_ops.py::TestCommonCPU::test_dtypes_amin_cpu 2022-09-27T15:50:17.8012456Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_argmin_cpu 2022-09-27T15:50:17.8014435Z test_ops.py::TestCommonCPU::test_dtypes_as_strided_scatter_cpu 2022-09-27T15:50:17.8253162Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_gelu_cpu 2022-09-27T15:50:17.8253761Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:50:17.8254325Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_as_strided_scatter_cpu 2022-09-27T15:50:17.8254785Z test_ops.py::TestCommonCPU::test_dtypes_atan_cpu 2022-09-27T15:50:17.8256763Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_atan_cpu 2022-09-27T15:50:17.8259027Z test_ops.py::TestCommonCPU::test_dtypes_atleast_3d_cpu 2022-09-27T15:50:17.8261603Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_amin_cpu 2022-09-27T15:50:17.8292981Z test_ops.py::TestCommonCPU::test_dtypes_arange_cpu 2022-09-27T15:50:17.8303357Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_atleast_3d_cpu 2022-09-27T15:50:17.8639423Z test_ops.py::TestCommonCPU::test_dtypes_bincount_cpu 2022-09-27T15:50:17.8648605Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bincount_cpu 2022-09-27T15:50:17.8731800Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_or_cpu 2022-09-27T15:50:17.8742055Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_arange_cpu 2022-09-27T15:50:17.9048488Z test_ops.py::TestCommonCPU::test_dtypes_argwhere_cpu 2022-09-27T15:50:17.9059343Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_argwhere_cpu 2022-09-27T15:50:17.9110382Z test_ops.py::TestCommonCPU::test_dtypes_asinh_cpu 2022-09-27T15:50:17.9117807Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_asinh_cpu 2022-09-27T15:50:17.9152038Z test_ops.py::TestCommonCPU::test_dtypes_atleast_1d_cpu 2022-09-27T15:50:17.9164422Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bitwise_or_cpu 2022-09-27T15:50:17.9215438Z test_ops.py::TestCommonCPU::test_dtypes_bmm_cpu 2022-09-27T15:50:17.9226491Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_prelu_cpu 2022-09-27T15:50:17.9246112Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softplus_cpu 2022-09-27T15:50:17.9257233Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bmm_cpu 2022-09-27T15:50:17.9269694Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_atleast_1d_cpu 2022-09-27T15:50:17.9270324Z test_ops.py::TestCommonCPU::test_dtypes_bernoulli_cpu 2022-09-27T15:50:17.9399629Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_to_cpu 2022-09-27T15:50:17.9410530Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_broadcast_to_cpu 2022-09-27T15:50:17.9470565Z test_ops.py::TestCommonCPU::test_dtypes_cat_cpu 2022-09-27T15:50:17.9482075Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softplus_cpu 2022-09-27T15:50:17.9595020Z test_ops.py::TestCommonCPU::test_dtypes__refs_norm_cpu 2022-09-27T15:50:17.9605224Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cat_cpu 2022-09-27T15:50:17.9706274Z test_ops.py::TestCommonCPU::test_dtypes_char_cpu 2022-09-27T15:50:18.0055050Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:50:18.0055718Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:50:18.0056301Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_char_cpu 2022-09-27T15:50:18.0056772Z test_ops.py::TestCommonCPU::test_dtypes_chunk_cpu 2022-09-27T15:50:18.0057291Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_chunk_cpu 2022-09-27T15:50:18.0057791Z test_ops.py::TestCommonCPU::test_dtypes_clone_cpu 2022-09-27T15:50:18.0062979Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_clone_cpu 2022-09-27T15:50:18.0607464Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bernoulli_cpu 2022-09-27T15:50:18.0607972Z test_ops.py::TestCommonCPU::test_dtypes_conj_cpu 2022-09-27T15:50:18.0608404Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_left_shift_cpu 2022-09-27T15:50:18.0608853Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_conj_cpu 2022-09-27T15:50:18.0609274Z test_ops.py::TestCommonCPU::test_dtypes_copysign_cpu 2022-09-27T15:50:18.0609717Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_copysign_cpu 2022-09-27T15:50:18.0853423Z test_ops.py::TestCommonCPU::test_dtypes_count_nonzero_cpu 2022-09-27T15:50:18.0854055Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bitwise_left_shift_cpu 2022-09-27T15:50:18.1102951Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_xor_cpu 2022-09-27T15:50:18.1113894Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bitwise_xor_cpu 2022-09-27T15:50:18.1132910Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_shapes_cpu 2022-09-27T15:50:18.1140258Z [gw2] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_broadcast_shapes_cpu 2022-09-27T15:50:18.1268150Z test_ops.py::TestCommonCPU::test_dtypes_byte_cpu 2022-09-27T15:50:18.1275740Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_count_nonzero_cpu 2022-09-27T15:50:18.1289986Z test_ops.py::TestCommonCPU::test_dtypes_cummin_cpu 2022-09-27T15:50:18.1298195Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_byte_cpu 2022-09-27T15:50:18.1345272Z test_ops.py::TestCommonCPU::test_dtypes_ceil_cpu 2022-09-27T15:50:18.1353907Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ceil_cpu 2022-09-27T15:50:18.1358432Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_inverse_cpu 2022-09-27T15:50:18.1363942Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cummin_cpu 2022-09-27T15:50:18.1384979Z test_ops.py::TestCommonCPU::test_dtypes_deg2rad_cpu 2022-09-27T15:50:18.1392087Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_norm_cpu 2022-09-27T15:50:18.1450476Z test_ops.py::TestCommonCPU::test_dtypes__refs_pow_cpu 2022-09-27T15:50:18.1462720Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_deg2rad_cpu 2022-09-27T15:50:18.1521289Z test_ops.py::TestCommonCPU::test_dtypes_diagonal_cpu 2022-09-27T15:50:18.1531781Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cholesky_inverse_cpu 2022-09-27T15:50:18.1673071Z test_ops.py::TestCommonCPU::test_dtypes_clamp_max_cpu 2022-09-27T15:50:18.1685119Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_diagonal_cpu 2022-09-27T15:50:18.1801888Z test_ops.py::TestCommonCPU::test_dtypes_dist_cpu 2022-09-27T15:50:18.1814328Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_clamp_max_cpu 2022-09-27T15:50:18.1983184Z test_ops.py::TestCommonCPU::test_dtypes_combinations_cpu 2022-09-27T15:50:18.1993910Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_pow_cpu 2022-09-27T15:50:18.2082082Z test_ops.py::TestCommonCPU::test_dtypes__refs_real_cpu 2022-09-27T15:50:18.2091752Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_real_cpu 2022-09-27T15:50:18.2196264Z test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_as_cpu 2022-09-27T15:50:18.2209866Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_combinations_cpu 2022-09-27T15:50:18.2219645Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_as_cpu 2022-09-27T15:50:18.2221314Z test_ops.py::TestCommonCPU::test_dtypes_constant_pad_nd_cpu 2022-09-27T15:50:18.2327876Z test_ops.py::TestCommonCPU::test_dtypes__refs_round_cpu 2022-09-27T15:50:18.2338601Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_round_cpu 2022-09-27T15:50:18.2693915Z test_ops.py::TestCommonCPU::test_dtypes__refs_sigmoid_cpu 2022-09-27T15:50:18.2704138Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_constant_pad_nd_cpu 2022-09-27T15:50:18.2773436Z test_ops.py::TestCommonCPU::test_dtypes_cos_cpu 2022-09-27T15:50:18.2780718Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cos_cpu 2022-09-27T15:50:18.2806598Z test_ops.py::TestCommonCPU::test_dtypes_cross_cpu 2022-09-27T15:50:18.2817207Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sigmoid_cpu 2022-09-27T15:50:18.2880669Z test_ops.py::TestCommonCPU::test_dtypes__refs_sinc_cpu 2022-09-27T15:50:18.2888184Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cross_cpu 2022-09-27T15:50:18.2965032Z test_ops.py::TestCommonCPU::test_dtypes_cumsum_cpu 2022-09-27T15:50:18.2973007Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cumsum_cpu 2022-09-27T15:50:18.2999074Z test_ops.py::TestCommonCPU::test_dtypes_diag_embed_cpu 2022-09-27T15:50:18.3009994Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sinc_cpu 2022-09-27T15:50:18.3172028Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1_cpu 2022-09-27T15:50:18.3180120Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1_cpu 2022-09-27T15:50:18.3188429Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_diag_embed_cpu 2022-09-27T15:50:18.3190384Z test_ops.py::TestCommonCPU::test_dtypes_diff_cpu 2022-09-27T15:50:18.3640808Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_3_cpu 2022-09-27T15:50:18.3647736Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_dist_cpu 2022-09-27T15:50:18.3699069Z test_ops.py::TestCommonCPU::test_dtypes_dot_cpu 2022-09-27T15:50:18.3706537Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_dot_cpu 2022-09-27T15:50:18.3869294Z test_ops.py::TestCommonCPU::test_dtypes_einsum_cpu 2022-09-27T15:50:18.3879241Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_3_cpu 2022-09-27T15:50:18.3896729Z test_ops.py::TestCommonCPU::test_dtypes__refs_square_cpu 2022-09-27T15:50:18.3904095Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_einsum_cpu 2022-09-27T15:50:18.3986937Z test_ops.py::TestCommonCPU::test_dtypes_equal_cpu 2022-09-27T15:50:18.3995486Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_equal_cpu 2022-09-27T15:50:18.4037167Z test_ops.py::TestCommonCPU::test_dtypes_exp2_cpu 2022-09-27T15:50:18.4045087Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_square_cpu 2022-09-27T15:50:18.4059109Z test_ops.py::TestCommonCPU::test_dtypes__refs_std_mean_cpu 2022-09-27T15:50:18.4066562Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_exp2_cpu 2022-09-27T15:50:18.4111261Z test_ops.py::TestCommonCPU::test_dtypes_expm1_cpu 2022-09-27T15:50:18.4118870Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_expm1_cpu 2022-09-27T15:50:18.4300449Z test_ops.py::TestCommonCPU::test_dtypes_fft_fftn_cpu 2022-09-27T15:50:18.4310241Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_fftn_cpu 2022-09-27T15:50:18.4504116Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfftn_cpu 2022-09-27T15:50:18.4511171Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_hfftn_cpu 2022-09-27T15:50:18.4596651Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifftshift_cpu 2022-09-27T15:50:18.4603586Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ifftshift_cpu 2022-09-27T15:50:18.4735005Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfft2_cpu 2022-09-27T15:50:18.4744851Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_diff_cpu 2022-09-27T15:50:18.4796259Z test_ops.py::TestCommonCPU::test_dtypes_div_no_rounding_mode_cpu 2022-09-27T15:50:18.4807859Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_irfft2_cpu 2022-09-27T15:50:18.4985862Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfft_cpu 2022-09-27T15:50:18.4992975Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_div_no_rounding_mode_cpu 2022-09-27T15:50:18.5044391Z test_ops.py::TestCommonCPU::test_dtypes_dsplit_cpu 2022-09-27T15:50:18.5050753Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_rfft_cpu 2022-09-27T15:50:18.5061687Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_dsplit_cpu 2022-09-27T15:50:18.5064803Z test_ops.py::TestCommonCPU::test_dtypes_empty_like_cpu 2022-09-27T15:50:18.5150758Z test_ops.py::TestCommonCPU::test_dtypes_flip_cpu 2022-09-27T15:50:18.5160794Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_empty_like_cpu 2022-09-27T15:50:18.5176070Z test_ops.py::TestCommonCPU::test_dtypes_erfc_cpu 2022-09-27T15:50:18.5185824Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_flip_cpu 2022-09-27T15:50:18.5243493Z test_ops.py::TestCommonCPU::test_dtypes_float_power_cpu 2022-09-27T15:50:18.5253768Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_erfc_cpu 2022-09-27T15:50:18.5320113Z test_ops.py::TestCommonCPU::test_dtypes_expand_as_cpu 2022-09-27T15:50:18.5328353Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_expand_as_cpu 2022-09-27T15:50:18.5382950Z test_ops.py::TestCommonCPU::test_dtypes_fft_fft2_cpu 2022-09-27T15:50:18.5396680Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:50:18.5491949Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pdist_cpu 2022-09-27T15:50:18.5503764Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_float_power_cpu 2022-09-27T15:50:18.5553671Z test_ops.py::TestCommonCPU::test_dtypes_fmin_cpu 2022-09-27T15:50:18.5564313Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_fft2_cpu 2022-09-27T15:50:18.5749150Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfft2_cpu 2022-09-27T15:50:18.5763909Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_std_mean_cpu 2022-09-27T15:50:18.5788777Z test_ops.py::TestCommonCPU::test_dtypes__refs_t_cpu 2022-09-27T15:50:18.5824263Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_hfft2_cpu 2022-09-27T15:50:18.5845135Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifft_cpu 2022-09-27T15:50:18.5857272Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_t_cpu 2022-09-27T15:50:18.5871223Z test_ops.py::TestCommonCPU::test_dtypes__refs_to_cpu 2022-09-27T15:50:18.5884257Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fmin_cpu 2022-09-27T15:50:18.6030131Z test_ops.py::TestCommonCPU::test_dtypes_full_like_cpu 2022-09-27T15:50:18.6072615Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ifft_cpu 2022-09-27T15:50:18.6073416Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft_cpu 2022-09-27T15:50:18.6073977Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_full_like_cpu 2022-09-27T15:50:18.6198673Z test_ops.py::TestCommonCPU::test_dtypes_geqrf_cpu 2022-09-27T15:50:18.6204938Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pdist_cpu 2022-09-27T15:50:18.6349739Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu_cpu 2022-09-27T15:50:18.6387676Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft_cpu 2022-09-27T15:50:18.6424206Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfftn_cpu 2022-09-27T15:50:18.6432527Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu_cpu 2022-09-27T15:50:18.6698495Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:50:18.6712984Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_irfftn_cpu 2022-09-27T15:50:18.6814336Z test_ops.py::TestCommonCPU::test_dtypes_fill_cpu 2022-09-27T15:50:18.6829924Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fill_cpu 2022-09-27T15:50:18.6834031Z test_ops.py::TestCommonCPU::test_dtypes_flipud_cpu 2022-09-27T15:50:18.6847698Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:50:18.6894961Z test_ops.py::TestCommonCPU::test_dtypes__refs_permute_cpu 2022-09-27T15:50:18.6906027Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_flipud_cpu 2022-09-27T15:50:18.6995578Z test_ops.py::TestCommonCPU::test_dtypes_floor_divide_cpu 2022-09-27T15:50:18.7006422Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_to_cpu 2022-09-27T15:50:18.7089188Z test_ops.py::TestCommonCPU::test_dtypes__refs_tril_indices_cpu 2022-09-27T15:50:18.7100927Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_permute_cpu 2022-09-27T15:50:18.7132110Z test_ops.py::TestCommonCPU::test_dtypes__refs_randn_cpu 2022-09-27T15:50:18.7142865Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_tril_indices_cpu 2022-09-27T15:50:18.7255581Z test_ops.py::TestCommonCPU::test_dtypes__refs_trunc_cpu 2022-09-27T15:50:18.7265945Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_trunc_cpu 2022-09-27T15:50:18.7410711Z test_ops.py::TestCommonCPU::test_dtypes__refs_unsqueeze_cpu 2022-09-27T15:50:18.7421640Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_floor_divide_cpu 2022-09-27T15:50:18.7455877Z test_ops.py::TestCommonCPU::test_dtypes_frac_cpu 2022-09-27T15:50:18.7468288Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_randn_cpu 2022-09-27T15:50:18.7544812Z test_ops.py::TestCommonCPU::test_dtypes__refs_remainder_cpu 2022-09-27T15:50:18.7613040Z [gw1] [ 1%] XFAIL test_ops.py::TestCommonCPU::test_dtypes_geqrf_cpu 2022-09-27T15:50:18.8158272Z test_ops.py::TestCommonCPU::test_dtypes_heaviside_cpu 2022-09-27T15:50:18.8158740Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_frac_cpu 2022-09-27T15:50:18.8159152Z test_ops.py::TestCommonCPU::test_dtypes_gcd_cpu 2022-09-27T15:50:18.8159593Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_unsqueeze_cpu 2022-09-27T15:50:18.8160013Z test_ops.py::TestCommonCPU::test_dtypes__refs_view_cpu 2022-09-27T15:50:18.8160453Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_heaviside_cpu 2022-09-27T15:50:18.8161064Z test_ops.py::TestCommonCPU::test_dtypes_hsplit_cpu 2022-09-27T15:50:18.8161629Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_hsplit_cpu 2022-09-27T15:50:18.8162066Z test_ops.py::TestCommonCPU::test_dtypes_igamma_cpu 2022-09-27T15:50:18.8190714Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_gcd_cpu 2022-09-27T15:50:18.8191808Z test_ops.py::TestCommonCPU::test_dtypes_gt_cpu 2022-09-27T15:50:18.8556304Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_view_cpu 2022-09-27T15:50:18.8557352Z test_ops.py::TestCommonCPU::test_dtypes__refs_zeros_cpu 2022-09-27T15:50:18.8567290Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_zeros_cpu 2022-09-27T15:50:18.8567970Z test_ops.py::TestCommonCPU::test_dtypes_add_cpu 2022-09-27T15:50:18.8568508Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_remainder_cpu 2022-09-27T15:50:18.8633092Z test_ops.py::TestCommonCPU::test_dtypes__refs_roll_cpu 2022-09-27T15:50:18.8646928Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_gt_cpu 2022-09-27T15:50:18.8657450Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_add_cpu 2022-09-27T15:50:18.8659308Z test_ops.py::TestCommonCPU::test_dtypes_histogram_cpu 2022-09-27T15:50:18.8785693Z test_ops.py::TestCommonCPU::test_dtypes_addmm_cpu 2022-09-27T15:50:18.8796027Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_igamma_cpu 2022-09-27T15:50:18.8852764Z test_ops.py::TestCommonCPU::test_dtypes_index_copy_cpu 2022-09-27T15:50:18.8862031Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addmm_cpu 2022-09-27T15:50:18.8871798Z test_ops.py::TestCommonCPU::test_dtypes_all_cpu 2022-09-27T15:50:18.8880185Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_index_copy_cpu 2022-09-27T15:50:18.8954144Z test_ops.py::TestCommonCPU::test_dtypes_index_select_cpu 2022-09-27T15:50:18.8963261Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_index_select_cpu 2022-09-27T15:50:18.8989779Z test_ops.py::TestCommonCPU::test_dtypes_isfinite_cpu 2022-09-27T15:50:18.9002310Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_roll_cpu 2022-09-27T15:50:18.9112800Z test_ops.py::TestCommonCPU::test_dtypes__refs_rsub_cpu 2022-09-27T15:50:18.9121711Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isfinite_cpu 2022-09-27T15:50:18.9181692Z test_ops.py::TestCommonCPU::test_dtypes_isneginf_cpu 2022-09-27T15:50:18.9189054Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isneginf_cpu 2022-09-27T15:50:18.9199918Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_2inputs_2outputs_cpu 2022-09-27T15:50:18.9208475Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_all_cpu 2022-09-27T15:50:18.9212548Z test_ops.py::TestCommonCPU::test_dtypes_aminmax_cpu 2022-09-27T15:50:18.9218773Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_jiterator_2inputs_2outputs_cpu 2022-09-27T15:50:18.9245413Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_unary_cpu 2022-09-27T15:50:18.9255208Z [gw1] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_jiterator_unary_cpu 2022-09-27T15:50:18.9423674Z test_ops.py::TestCommonCPU::test_dtypes_ldexp_cpu 2022-09-27T15:50:18.9447156Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_aminmax_cpu 2022-09-27T15:50:18.9452051Z test_ops.py::TestCommonCPU::test_dtypes_argmax_cpu 2022-09-27T15:50:18.9459224Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ldexp_cpu 2022-09-27T15:50:18.9703890Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_cpu 2022-09-27T15:50:18.9714169Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_cpu 2022-09-27T15:50:18.9888065Z test_ops.py::TestCommonCPU::test_dtypes_linalg_det_cpu 2022-09-27T15:50:18.9900918Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_argmax_cpu 2022-09-27T15:50:18.9991567Z test_ops.py::TestCommonCPU::test_dtypes_as_strided_cpu 2022-09-27T15:50:18.9992220Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_det_cpu 2022-09-27T15:50:19.0030272Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvals_cpu 2022-09-27T15:50:19.0041564Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_as_strided_cpu 2022-09-27T15:50:19.0078753Z test_ops.py::TestCommonCPU::test_dtypes_atan2_cpu 2022-09-27T15:50:19.0090177Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_rsub_cpu 2022-09-27T15:50:19.0212468Z test_ops.py::TestCommonCPU::test_dtypes__refs_signbit_cpu 2022-09-27T15:50:19.0224698Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_signbit_cpu 2022-09-27T15:50:19.0238316Z test_ops.py::TestCommonCPU::test_dtypes__refs_softmax_cpu 2022-09-27T15:50:19.0292884Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvals_cpu 2022-09-27T15:50:19.0412786Z test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_ex_cpu 2022-09-27T15:50:19.0427193Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_atan2_cpu 2022-09-27T15:50:19.0569142Z test_ops.py::TestCommonCPU::test_dtypes_atleast_2d_cpu 2022-09-27T15:50:19.0569777Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_ex_cpu 2022-09-27T15:50:19.0597920Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_cpu 2022-09-27T15:50:19.0609677Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_atleast_2d_cpu 2022-09-27T15:50:19.0738240Z test_ops.py::TestCommonCPU::test_dtypes_bfloat16_cpu 2022-09-27T15:50:19.0750768Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bfloat16_cpu 2022-09-27T15:50:19.0928339Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_not_cpu 2022-09-27T15:50:19.0936530Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bitwise_not_cpu 2022-09-27T15:50:19.1119714Z test_ops.py::TestCommonCPU::test_dtypes_block_diag_cpu 2022-09-27T15:50:19.1129612Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_block_diag_cpu 2022-09-27T15:50:19.1190394Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_tensors_cpu 2022-09-27T15:50:19.1200439Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_broadcast_tensors_cpu 2022-09-27T15:50:19.1266673Z test_ops.py::TestCommonCPU::test_dtypes_cartesian_prod_cpu 2022-09-27T15:50:19.1277324Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cartesian_prod_cpu 2022-09-27T15:50:19.1370770Z test_ops.py::TestCommonCPU::test_dtypes_chalf_cpu 2022-09-27T15:50:19.1380710Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_chalf_cpu 2022-09-27T15:50:19.1625190Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_solve_cpu 2022-09-27T15:50:19.1635614Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cholesky_solve_cpu 2022-09-27T15:50:19.1749760Z test_ops.py::TestCommonCPU::test_dtypes_clamp_min_cpu 2022-09-27T15:50:19.1761463Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_softmax_cpu 2022-09-27T15:50:19.1971536Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_logit_cpu 2022-09-27T15:50:19.1982903Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_clamp_min_cpu 2022-09-27T15:50:19.2055236Z test_ops.py::TestCommonCPU::test_dtypes_complex_cpu 2022-09-27T15:50:19.2063844Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_logit_cpu 2022-09-27T15:50:19.2111615Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_zeta_cpu 2022-09-27T15:50:19.2123781Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_cpu 2022-09-27T15:50:19.2598370Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_ex_cpu 2022-09-27T15:50:19.2610756Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_complex_cpu 2022-09-27T15:50:19.2681628Z test_ops.py::TestCommonCPU::test_dtypes_contiguous_cpu 2022-09-27T15:50:19.2693572Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_contiguous_cpu 2022-09-27T15:50:19.2787186Z test_ops.py::TestCommonCPU::test_dtypes_cosh_cpu 2022-09-27T15:50:19.2799712Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cosh_cpu 2022-09-27T15:50:19.2920141Z test_ops.py::TestCommonCPU::test_dtypes_cummax_cpu 2022-09-27T15:50:19.2931414Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cummax_cpu 2022-09-27T15:50:19.3044487Z test_ops.py::TestCommonCPU::test_dtypes_cumulative_trapezoid_cpu 2022-09-27T15:50:19.3055329Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_zeta_cpu 2022-09-27T15:50:19.3098252Z test_ops.py::TestCommonCPU::test_dtypes__refs_stack_cpu 2022-09-27T15:50:19.3108781Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_ex_cpu 2022-09-27T15:50:19.3257839Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_cpu 2022-09-27T15:50:19.3269713Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_stack_cpu 2022-09-27T15:50:19.3286229Z test_ops.py::TestCommonCPU::test_dtypes__refs_sum_cpu 2022-09-27T15:50:19.3296462Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cumulative_trapezoid_cpu 2022-09-27T15:50:19.3396002Z test_ops.py::TestCommonCPU::test_dtypes_diagflat_cpu 2022-09-27T15:50:19.3407724Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_diagflat_cpu 2022-09-27T15:50:19.3523841Z test_ops.py::TestCommonCPU::test_dtypes_digamma_cpu 2022-09-27T15:50:19.3534374Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_digamma_cpu 2022-09-27T15:50:19.3918668Z test_ops.py::TestCommonCPU::test_dtypes_div_trunc_rounding_cpu 2022-09-27T15:50:19.3929124Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_div_trunc_rounding_cpu 2022-09-27T15:50:19.4024438Z test_ops.py::TestCommonCPU::test_dtypes_dstack_cpu 2022-09-27T15:50:19.4033644Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_dstack_cpu 2022-09-27T15:50:19.4512173Z test_ops.py::TestCommonCPU::test_dtypes_eq_cpu 2022-09-27T15:50:19.4521725Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_eq_cpu 2022-09-27T15:50:19.4572327Z test_ops.py::TestCommonCPU::test_dtypes_erfinv_cpu 2022-09-27T15:50:19.4582233Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_erfinv_cpu 2022-09-27T15:50:19.4681603Z test_ops.py::TestCommonCPU::test_dtypes_expand_cpu 2022-09-27T15:50:19.4691201Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_expand_cpu 2022-09-27T15:50:19.4889998Z test_ops.py::TestCommonCPU::test_dtypes_fft_fft_cpu 2022-09-27T15:50:19.4901577Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_fft_cpu 2022-09-27T15:50:19.4945882Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfft_cpu 2022-09-27T15:50:19.4958404Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sum_cpu 2022-09-27T15:50:19.5086980Z test_ops.py::TestCommonCPU::test_dtypes__refs_tanh_cpu 2022-09-27T15:50:19.5097076Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_tanh_cpu 2022-09-27T15:50:19.5180285Z test_ops.py::TestCommonCPU::test_dtypes__refs_transpose_cpu 2022-09-27T15:50:19.5191707Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_hfft_cpu 2022-09-27T15:50:19.5315882Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifftn_cpu 2022-09-27T15:50:19.5327654Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_transpose_cpu 2022-09-27T15:50:19.5479079Z test_ops.py::TestCommonCPU::test_dtypes__refs_triu_indices_cpu 2022-09-27T15:50:19.5491772Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_triu_indices_cpu 2022-09-27T15:50:19.5496913Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ifftn_cpu 2022-09-27T15:50:19.5505484Z test_ops.py::TestCommonCPU::test_dtypes__refs_unflatten_cpu 2022-09-27T15:50:19.5708272Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfftn_cpu 2022-09-27T15:50:19.5718661Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_unflatten_cpu 2022-09-27T15:50:19.5785623Z test_ops.py::TestCommonCPU::test_dtypes__refs_var_mean_cpu 2022-09-27T15:50:19.5797510Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_cpu 2022-09-27T15:50:19.5857391Z test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_subgradients_at_zero_cpu 2022-09-27T15:50:19.5867461Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ihfftn_cpu 2022-09-27T15:50:19.6085402Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfft2_cpu 2022-09-27T15:50:19.6095615Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_rfft2_cpu 2022-09-27T15:50:19.6197265Z test_ops.py::TestCommonCPU::test_dtypes_flatten_cpu 2022-09-27T15:50:19.6207458Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_flatten_cpu 2022-09-27T15:50:19.6299356Z test_ops.py::TestCommonCPU::test_dtypes_float_cpu 2022-09-27T15:50:19.6309525Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_float_cpu 2022-09-27T15:50:19.6589059Z test_ops.py::TestCommonCPU::test_dtypes_fmax_cpu 2022-09-27T15:50:19.6599691Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fmax_cpu 2022-09-27T15:50:19.6765279Z test_ops.py::TestCommonCPU::test_dtypes_frexp_cpu 2022-09-27T15:50:19.6775522Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_frexp_cpu 2022-09-27T15:50:19.7166558Z test_ops.py::TestCommonCPU::test_dtypes_ge_cpu 2022-09-27T15:50:19.7177002Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ge_cpu 2022-09-27T15:50:19.7262257Z test_ops.py::TestCommonCPU::test_dtypes_half_cpu 2022-09-27T15:50:19.7272520Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_half_cpu 2022-09-27T15:50:19.7345844Z test_ops.py::TestCommonCPU::test_dtypes_histogramdd_cpu 2022-09-27T15:50:19.7356558Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_var_mean_cpu 2022-09-27T15:50:19.7645289Z test_ops.py::TestCommonCPU::test_dtypes__refs_vstack_cpu 2022-09-27T15:50:19.7657321Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_vstack_cpu 2022-09-27T15:50:19.7767560Z test_ops.py::TestCommonCPU::test_dtypes_acos_cpu 2022-09-27T15:50:19.7779127Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_acos_cpu 2022-09-27T15:50:19.8354939Z test_ops.py::TestCommonCPU::test_dtypes_addcdiv_cpu 2022-09-27T15:50:19.8365969Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_subgradients_at_zero_cpu 2022-09-27T15:50:19.8762583Z test_ops.py::TestCommonCPU::test_dtypes_linalg_qr_cpu 2022-09-27T15:50:19.8774427Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addcdiv_cpu 2022-09-27T15:50:19.8866807Z test_ops.py::TestCommonCPU::test_dtypes_addmv_cpu 2022-09-27T15:50:19.8895522Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_histogram_cpu 2022-09-27T15:50:19.9055837Z test_ops.py::TestCommonCPU::test_dtypes_hypot_cpu 2022-09-27T15:50:19.9062113Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addmv_cpu 2022-09-27T15:50:19.9118382Z test_ops.py::TestCommonCPU::test_dtypes_amax_cpu 2022-09-27T15:50:19.9119024Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_qr_cpu 2022-09-27T15:50:19.9462813Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_triangular_cpu 2022-09-27T15:50:19.9473863Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_amax_cpu 2022-09-27T15:50:19.9505034Z test_ops.py::TestCommonCPU::test_dtypes_any_cpu 2022-09-27T15:50:19.9517353Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_hypot_cpu 2022-09-27T15:50:19.9725494Z test_ops.py::TestCommonCPU::test_dtypes_imag_cpu 2022-09-27T15:50:19.9738445Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_imag_cpu 2022-09-27T15:50:19.9911192Z test_ops.py::TestCommonCPU::test_dtypes_index_put_cpu 2022-09-27T15:50:19.9925035Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_index_put_cpu 2022-09-27T15:50:19.9942254Z test_ops.py::TestCommonCPU::test_dtypes_int_cpu 2022-09-27T15:50:19.9953317Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_any_cpu 2022-09-27T15:50:20.0166752Z test_ops.py::TestCommonCPU::test_dtypes_argsort_cpu 2022-09-27T15:50:20.0177270Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_int_cpu 2022-09-27T15:50:20.0257811Z test_ops.py::TestCommonCPU::test_dtypes_isinf_cpu 2022-09-27T15:50:20.0267892Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isinf_cpu 2022-09-27T15:50:20.0417316Z test_ops.py::TestCommonCPU::test_dtypes_isreal_cpu 2022-09-27T15:50:20.0428437Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isreal_cpu 2022-09-27T15:50:20.0463194Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_cpu 2022-09-27T15:50:20.0473396Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_cpu 2022-09-27T15:50:20.0802670Z test_ops.py::TestCommonCPU::test_dtypes_kthvalue_cpu 2022-09-27T15:50:20.0812779Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_kthvalue_cpu 2022-09-27T15:50:20.0938892Z test_ops.py::TestCommonCPU::test_dtypes_lerp_cpu 2022-09-27T15:50:20.0945821Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_argsort_cpu 2022-09-27T15:50:20.0998756Z test_ops.py::TestCommonCPU::test_dtypes_asin_cpu 2022-09-27T15:50:20.1006544Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_asin_cpu 2022-09-27T15:50:20.1053822Z test_ops.py::TestCommonCPU::test_dtypes_atanh_cpu 2022-09-27T15:50:20.1062174Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_atanh_cpu 2022-09-27T15:50:20.1344833Z test_ops.py::TestCommonCPU::test_dtypes_baddbmm_cpu 2022-09-27T15:50:20.1356422Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_baddbmm_cpu 2022-09-27T15:50:20.1746573Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_and_cpu 2022-09-27T15:50:20.1758055Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bitwise_and_cpu 2022-09-27T15:50:20.1777231Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_right_shift_cpu 2022-09-27T15:50:20.1789973Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lerp_cpu 2022-09-27T15:50:20.1995483Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cond_cpu 2022-09-27T15:50:20.2006847Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_cond_cpu 2022-09-27T15:50:20.2273795Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eig_cpu 2022-09-27T15:50:20.2289605Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bitwise_right_shift_cpu 2022-09-27T15:50:20.2294429Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_eig_cpu 2022-09-27T15:50:20.2302459Z test_ops.py::TestCommonCPU::test_dtypes_bool_cpu 2022-09-27T15:50:20.2547906Z test_ops.py::TestCommonCPU::test_dtypes_linalg_householder_product_cpu 2022-09-27T15:50:20.2559451Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bool_cpu 2022-09-27T15:50:20.3101149Z test_ops.py::TestCommonCPU::test_dtypes_bucketize_cpu 2022-09-27T15:50:20.3111759Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_householder_product_cpu 2022-09-27T15:50:20.3219075Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_ex_cpu 2022-09-27T15:50:20.3231796Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_ex_cpu 2022-09-27T15:50:20.3385464Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_cpu 2022-09-27T15:50:20.3398973Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bucketize_cpu 2022-09-27T15:50:20.4297956Z test_ops.py::TestCommonCPU::test_dtypes_cdist_cpu 2022-09-27T15:50:20.4310104Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_cpu 2022-09-27T15:50:20.4880868Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_norm_cpu 2022-09-27T15:50:20.4893154Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_histogramdd_cpu 2022-09-27T15:50:20.5008636Z test_ops.py::TestCommonCPU::test_dtypes_i0_cpu 2022-09-27T15:50:20.5019129Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_i0_cpu 2022-09-27T15:50:20.5247217Z test_ops.py::TestCommonCPU::test_dtypes_index_add_cpu 2022-09-27T15:50:20.5257630Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_index_add_cpu 2022-09-27T15:50:20.6602792Z test_ops.py::TestCommonCPU::test_dtypes_index_reduce_cpu 2022-09-27T15:50:20.6603428Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_index_reduce_cpu 2022-09-27T15:50:20.7204751Z test_ops.py::TestCommonCPU::test_dtypes_isclose_cpu 2022-09-27T15:50:20.7493718Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_norm_cpu 2022-09-27T15:50:20.7494282Z test_ops.py::TestCommonCPU::test_dtypes_linalg_multi_dot_cpu 2022-09-27T15:50:20.7533146Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_multi_dot_cpu 2022-09-27T15:50:20.7594175Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_hermitian_cpu 2022-09-27T15:50:20.7594856Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isclose_cpu 2022-09-27T15:50:20.7688159Z test_ops.py::TestCommonCPU::test_dtypes_isnan_cpu 2022-09-27T15:50:20.7688781Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isnan_cpu 2022-09-27T15:50:20.7833060Z test_ops.py::TestCommonCPU::test_dtypes_istft_cpu 2022-09-27T15:50:20.7845527Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_hermitian_cpu 2022-09-27T15:50:20.8339527Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_cpu 2022-09-27T15:50:20.8349982Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_cpu 2022-09-27T15:50:20.9218393Z test_ops.py::TestCommonCPU::test_dtypes_linalg_svdvals_cpu 2022-09-27T15:50:20.9219043Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_istft_cpu 2022-09-27T15:50:20.9219622Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_return_by_ref_cpu 2022-09-27T15:50:20.9220204Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_return_by_ref_cpu 2022-09-27T15:50:20.9220716Z test_ops.py::TestCommonCPU::test_dtypes_lcm_cpu 2022-09-27T15:50:20.9224073Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lcm_cpu 2022-09-27T15:50:20.9489367Z test_ops.py::TestCommonCPU::test_dtypes_lgamma_cpu 2022-09-27T15:50:20.9489994Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lgamma_cpu 2022-09-27T15:50:20.9490552Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cross_cpu 2022-09-27T15:50:20.9518756Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_cross_cpu 2022-09-27T15:50:20.9824877Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigh_cpu 2022-09-27T15:50:20.9825694Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_eigh_cpu 2022-09-27T15:50:21.0073831Z test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_cpu 2022-09-27T15:50:21.0074610Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_cpu 2022-09-27T15:50:21.0219323Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_solve_cpu 2022-09-27T15:50:21.0234082Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_svdvals_cpu 2022-09-27T15:50:21.0455785Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vecdot_cpu 2022-09-27T15:50:21.0456624Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_solve_cpu 2022-09-27T15:50:21.1112951Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_cpu 2022-09-27T15:50:21.1113643Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_cpu 2022-09-27T15:50:21.1503888Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_power_cpu 2022-09-27T15:50:21.1504624Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_power_cpu 2022-09-27T15:50:21.1809530Z test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_cpu 2022-09-27T15:50:21.2127773Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_triangular_cpu 2022-09-27T15:50:21.2164985Z test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorsolve_cpu 2022-09-27T15:50:21.2176849Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorsolve_cpu 2022-09-27T15:50:21.2401670Z test_ops.py::TestCommonCPU::test_dtypes_linspace_cpu 2022-09-27T15:50:21.2413192Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linspace_cpu 2022-09-27T15:50:21.2450436Z test_ops.py::TestCommonCPU::test_dtypes_log_cpu 2022-09-27T15:50:21.2462163Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_vecdot_cpu 2022-09-27T15:50:21.2508692Z test_ops.py::TestCommonCPU::test_dtypes_log1p_cpu 2022-09-27T15:50:21.2520335Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_log_cpu 2022-09-27T15:50:21.2530639Z test_ops.py::TestCommonCPU::test_dtypes_logaddexp_cpu 2022-09-27T15:50:21.2542359Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_log1p_cpu 2022-09-27T15:50:21.2610570Z test_ops.py::TestCommonCPU::test_dtypes_log_softmax_dtype_cpu 2022-09-27T15:50:21.2621437Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logaddexp_cpu 2022-09-27T15:50:21.2672665Z test_ops.py::TestCommonCPU::test_dtypes_logical_not_cpu 2022-09-27T15:50:21.2684069Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_log_softmax_dtype_cpu 2022-09-27T15:50:21.2774654Z test_ops.py::TestCommonCPU::test_dtypes_logdet_cpu 2022-09-27T15:50:21.2784823Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logical_not_cpu 2022-09-27T15:50:21.2976254Z test_ops.py::TestCommonCPU::test_dtypes_logspace_cpu 2022-09-27T15:50:21.2987336Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logdet_cpu 2022-09-27T15:50:21.3445825Z test_ops.py::TestCommonCPU::test_dtypes_logical_xor_cpu 2022-09-27T15:50:21.3457710Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logical_xor_cpu 2022-09-27T15:50:21.3718458Z test_ops.py::TestCommonCPU::test_dtypes_long_cpu 2022-09-27T15:50:21.3731399Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_long_cpu 2022-09-27T15:50:21.4006476Z test_ops.py::TestCommonCPU::test_dtypes_lu_unpack_cpu 2022-09-27T15:50:21.4016918Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lu_unpack_cpu 2022-09-27T15:50:21.4144703Z test_ops.py::TestCommonCPU::test_dtypes_masked_scatter_cpu 2022-09-27T15:50:21.4154140Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_masked_scatter_cpu 2022-09-27T15:50:21.4435262Z test_ops.py::TestCommonCPU::test_dtypes_max_binary_cpu 2022-09-27T15:50:21.4446663Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_max_binary_cpu 2022-09-27T15:50:21.5009906Z test_ops.py::TestCommonCPU::test_dtypes_mean_cpu 2022-09-27T15:50:21.5021082Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logspace_cpu 2022-09-27T15:50:21.5090106Z test_ops.py::TestCommonCPU::test_dtypes_lu_cpu 2022-09-27T15:50:21.5103786Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mean_cpu 2022-09-27T15:50:21.5442930Z test_ops.py::TestCommonCPU::test_dtypes_min_binary_cpu 2022-09-27T15:50:21.5457918Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_cpu 2022-09-27T15:50:21.5470621Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_min_binary_cpu 2022-09-27T15:50:21.5471297Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_singular_cpu 2022-09-27T15:50:21.5508200Z test_ops.py::TestCommonCPU::test_dtypes_mm_cpu 2022-09-27T15:50:21.5522190Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_singular_cpu 2022-09-27T15:50:21.5547379Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_ex_cpu 2022-09-27T15:50:21.5557478Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mm_cpu 2022-09-27T15:50:21.5861672Z test_ops.py::TestCommonCPU::test_dtypes_mul_cpu 2022-09-27T15:50:21.5872084Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mul_cpu 2022-09-27T15:50:21.5992875Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_3_cpu 2022-09-27T15:50:21.6004683Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_ex_cpu 2022-09-27T15:50:21.6114470Z test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorinv_cpu 2022-09-27T15:50:21.6252806Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lu_cpu 2022-09-27T15:50:21.6253442Z test_ops.py::TestCommonCPU::test_dtypes_mT_cpu 2022-09-27T15:50:21.6253945Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorinv_cpu 2022-09-27T15:50:21.6255386Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vector_norm_cpu 2022-09-27T15:50:21.6264920Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_3_cpu 2022-09-27T15:50:21.6296516Z test_ops.py::TestCommonCPU::test_dtypes_nanmedian_cpu 2022-09-27T15:50:21.6307906Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mT_cpu 2022-09-27T15:50:21.6682821Z test_ops.py::TestCommonCPU::test_dtypes_matmul_cpu 2022-09-27T15:50:21.6694335Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nanmedian_cpu 2022-09-27T15:50:21.6839798Z test_ops.py::TestCommonCPU::test_dtypes_narrow_cpu 2022-09-27T15:50:21.6851401Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_narrow_cpu 2022-09-27T15:50:21.6948684Z test_ops.py::TestCommonCPU::test_dtypes_new_empty_cpu 2022-09-27T15:50:21.6959133Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_new_empty_cpu 2022-09-27T15:50:21.6985644Z test_ops.py::TestCommonCPU::test_dtypes_new_zeros_cpu 2022-09-27T15:50:21.6997237Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_matmul_cpu 2022-09-27T15:50:21.7065082Z test_ops.py::TestCommonCPU::test_dtypes_max_reduction_with_dim_cpu 2022-09-27T15:50:21.7075391Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_new_zeros_cpu 2022-09-27T15:50:21.7130497Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool3d_cpu 2022-09-27T15:50:21.7141994Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_max_reduction_with_dim_cpu 2022-09-27T15:50:21.7350615Z test_ops.py::TestCommonCPU::test_dtypes_meshgrid_list_of_tensors_cpu 2022-09-27T15:50:21.7361065Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_meshgrid_list_of_tensors_cpu 2022-09-27T15:50:21.7491432Z test_ops.py::TestCommonCPU::test_dtypes_min_reduction_with_dim_cpu 2022-09-27T15:50:21.7503027Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_min_reduction_with_dim_cpu 2022-09-27T15:50:21.7565630Z test_ops.py::TestCommonCPU::test_dtypes_movedim_cpu 2022-09-27T15:50:21.7575796Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_movedim_cpu 2022-09-27T15:50:21.7634197Z test_ops.py::TestCommonCPU::test_dtypes_mv_cpu 2022-09-27T15:50:21.7644461Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mv_cpu 2022-09-27T15:50:21.7734949Z test_ops.py::TestCommonCPU::test_dtypes_nan_to_num_cpu 2022-09-27T15:50:21.7745024Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nan_to_num_cpu 2022-09-27T15:50:21.7892108Z test_ops.py::TestCommonCPU::test_dtypes_nansum_cpu 2022-09-27T15:50:21.7904291Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool3d_cpu 2022-09-27T15:50:21.8253945Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool1d_cpu 2022-09-27T15:50:21.8263801Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nansum_cpu 2022-09-27T15:50:21.8436306Z test_ops.py::TestCommonCPU::test_dtypes_ne_cpu 2022-09-27T15:50:21.8448180Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool1d_cpu 2022-09-27T15:50:21.8482008Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_without_cudnn_cpu 2022-09-27T15:50:21.8493092Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_without_cudnn_cpu 2022-09-27T15:50:21.8698601Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_celu_cpu 2022-09-27T15:50:21.8711869Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_celu_cpu 2022-09-27T15:50:21.8720718Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ne_cpu 2022-09-27T15:50:21.8726648Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose2d_cpu 2022-09-27T15:50:21.8899452Z test_ops.py::TestCommonCPU::test_dtypes_new_full_cpu 2022-09-27T15:50:21.8909729Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_new_full_cpu 2022-09-27T15:50:21.9217853Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool1d_cpu 2022-09-27T15:50:21.9228376Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool1d_cpu 2022-09-27T15:50:21.9471314Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool2d_cpu 2022-09-27T15:50:21.9509736Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cdist_cpu 2022-09-27T15:50:21.9802799Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_cpu 2022-09-27T15:50:21.9827045Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose2d_cpu 2022-09-27T15:50:21.9827637Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cross_entropy_cpu 2022-09-27T15:50:21.9828204Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cholesky_cpu 2022-09-27T15:50:22.0183450Z test_ops.py::TestCommonCPU::test_dtypes_clamp_cpu 2022-09-27T15:50:22.0184013Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_clamp_cpu 2022-09-27T15:50:22.0184473Z test_ops.py::TestCommonCPU::test_dtypes_column_stack_cpu 2022-09-27T15:50:22.0253195Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_column_stack_cpu 2022-09-27T15:50:22.0253745Z test_ops.py::TestCommonCPU::test_dtypes_conj_physical_cpu 2022-09-27T15:50:22.0457672Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_conj_physical_cpu 2022-09-27T15:50:22.0499373Z test_ops.py::TestCommonCPU::test_dtypes_corrcoef_cpu 2022-09-27T15:50:22.0510706Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_corrcoef_cpu 2022-09-27T15:50:22.0636998Z test_ops.py::TestCommonCPU::test_dtypes_cov_cpu 2022-09-27T15:50:22.0649285Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool2d_cpu 2022-09-27T15:50:22.1127348Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool3d_cpu 2022-09-27T15:50:22.1140916Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cross_entropy_cpu 2022-09-27T15:50:22.1180650Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout_cpu 2022-09-27T15:50:22.1191398Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool3d_cpu 2022-09-27T15:50:22.1901757Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_cpu 2022-09-27T15:50:22.1912474Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_cpu 2022-09-27T15:50:22.2418729Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv2d_cpu 2022-09-27T15:50:22.2430396Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cov_cpu 2022-09-27T15:50:22.2543780Z test_ops.py::TestCommonCPU::test_dtypes_cumprod_cpu 2022-09-27T15:50:22.2556677Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_vector_norm_cpu 2022-09-27T15:50:22.2659852Z test_ops.py::TestCommonCPU::test_dtypes_log2_cpu 2022-09-27T15:50:22.2670613Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_log2_cpu 2022-09-27T15:50:22.2743709Z test_ops.py::TestCommonCPU::test_dtypes_logaddexp2_cpu 2022-09-27T15:50:22.2759448Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cumprod_cpu 2022-09-27T15:50:22.2781727Z test_ops.py::TestCommonCPU::test_dtypes_diag_cpu 2022-09-27T15:50:22.2795300Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logaddexp2_cpu 2022-09-27T15:50:22.2985527Z test_ops.py::TestCommonCPU::test_dtypes_logical_and_cpu 2022-09-27T15:50:22.2997402Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_diag_cpu 2022-09-27T15:50:22.3313827Z test_ops.py::TestCommonCPU::test_dtypes_diagonal_scatter_cpu 2022-09-27T15:50:22.3327521Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logical_and_cpu 2022-09-27T15:50:22.3477818Z test_ops.py::TestCommonCPU::test_dtypes_logit_cpu 2022-09-27T15:50:22.3497391Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logit_cpu 2022-09-27T15:50:22.3536932Z test_ops.py::TestCommonCPU::test_dtypes_lt_cpu 2022-09-27T15:50:22.3544227Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_diagonal_scatter_cpu 2022-09-27T15:50:22.4025367Z test_ops.py::TestCommonCPU::test_dtypes_div_floor_rounding_cpu 2022-09-27T15:50:22.4034509Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lt_cpu 2022-09-27T15:50:22.4039067Z test_ops.py::TestCommonCPU::test_dtypes_mH_cpu 2022-09-27T15:50:22.4054283Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_div_floor_rounding_cpu 2022-09-27T15:50:22.4165543Z test_ops.py::TestCommonCPU::test_dtypes_double_cpu 2022-09-27T15:50:22.4178339Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_double_cpu 2022-09-27T15:50:22.4216856Z test_ops.py::TestCommonCPU::test_dtypes_empty_cpu 2022-09-27T15:50:22.4228577Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout_cpu 2022-09-27T15:50:22.4233351Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mH_cpu 2022-09-27T15:50:22.4251147Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_empty_cpu 2022-09-27T15:50:22.4262883Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_with_train_cpu 2022-09-27T15:50:22.4263438Z test_ops.py::TestCommonCPU::test_dtypes_erf_cpu 2022-09-27T15:50:22.4327662Z test_ops.py::TestCommonCPU::test_dtypes_masked_select_cpu 2022-09-27T15:50:22.4407864Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_erf_cpu 2022-09-27T15:50:22.4448022Z test_ops.py::TestCommonCPU::test_dtypes_exp_cpu 2022-09-27T15:50:22.4456662Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_exp_cpu 2022-09-27T15:50:22.4475648Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_masked_select_cpu 2022-09-27T15:50:22.4476289Z test_ops.py::TestCommonCPU::test_dtypes_eye_cpu 2022-09-27T15:50:22.4557606Z test_ops.py::TestCommonCPU::test_dtypes_max_reduction_no_dim_cpu 2022-09-27T15:50:22.4570379Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_max_reduction_no_dim_cpu 2022-09-27T15:50:22.4981987Z test_ops.py::TestCommonCPU::test_dtypes_median_cpu 2022-09-27T15:50:22.5080287Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_median_cpu 2022-09-27T15:50:22.5081399Z test_ops.py::TestCommonCPU::test_dtypes_min_reduction_no_dim_cpu 2022-09-27T15:50:22.5109578Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_min_reduction_no_dim_cpu 2022-09-27T15:50:22.5168268Z test_ops.py::TestCommonCPU::test_dtypes_mode_cpu 2022-09-27T15:50:22.5230055Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_eye_cpu 2022-09-27T15:50:22.5309523Z test_ops.py::TestCommonCPU::test_dtypes_fft_fftshift_cpu 2022-09-27T15:50:22.5322873Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_fftshift_cpu 2022-09-27T15:50:22.5349161Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifft2_cpu 2022-09-27T15:50:22.5359743Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mode_cpu 2022-09-27T15:50:22.5621416Z test_ops.py::TestCommonCPU::test_dtypes_multinomial_cpu 2022-09-27T15:50:22.5622162Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ifft2_cpu 2022-09-27T15:50:22.5622974Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft2_cpu 2022-09-27T15:50:22.5628954Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_with_train_cpu 2022-09-27T15:50:22.5883053Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gaussian_nll_loss_cpu 2022-09-27T15:50:22.5883772Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv2d_cpu 2022-09-27T15:50:22.5949105Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_embedding_loss_cpu 2022-09-27T15:50:22.5949800Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft2_cpu 2022-09-27T15:50:22.6240388Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfft_cpu 2022-09-27T15:50:22.6240996Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_irfft_cpu 2022-09-27T15:50:22.6333898Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfftn_cpu 2022-09-27T15:50:22.6346461Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_embedding_loss_cpu 2022-09-27T15:50:22.6682215Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout2d_cpu 2022-09-27T15:50:22.6682779Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_rfftn_cpu 2022-09-27T15:50:22.6777081Z test_ops.py::TestCommonCPU::test_dtypes_fliplr_cpu 2022-09-27T15:50:22.6777626Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fliplr_cpu 2022-09-27T15:50:22.6884764Z test_ops.py::TestCommonCPU::test_dtypes_floor_cpu 2022-09-27T15:50:22.6885332Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_floor_cpu 2022-09-27T15:50:22.6915443Z test_ops.py::TestCommonCPU::test_dtypes_fmod_cpu 2022-09-27T15:50:22.7332019Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_multinomial_cpu 2022-09-27T15:50:22.7332500Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_5_cpu 2022-09-27T15:50:22.7332914Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fmod_cpu 2022-09-27T15:50:22.7333412Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_5_cpu 2022-09-27T15:50:22.7333904Z test_ops.py::TestCommonCPU::test_dtypes_gather_cpu 2022-09-27T15:50:22.7456641Z test_ops.py::TestCommonCPU::test_dtypes_nanquantile_cpu 2022-09-27T15:50:22.7487875Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_gather_cpu 2022-09-27T15:50:22.8057325Z test_ops.py::TestCommonCPU::test_dtypes_gradient_cpu 2022-09-27T15:50:22.8070914Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_gradient_cpu 2022-09-27T15:50:22.8261028Z test_ops.py::TestCommonCPU::test_dtypes_histc_cpu 2022-09-27T15:50:22.8268784Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout2d_cpu 2022-09-27T15:50:23.0509909Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_bag_cpu 2022-09-27T15:50:23.0517918Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_bag_cpu 2022-09-27T15:50:23.0662313Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool2d_cpu 2022-09-27T15:50:23.0673850Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nanquantile_cpu 2022-09-27T15:50:23.1855778Z test_ops.py::TestCommonCPU::test_dtypes_native_layer_norm_cpu 2022-09-27T15:50:23.1868674Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_native_layer_norm_cpu 2022-09-27T15:50:23.1991191Z test_ops.py::TestCommonCPU::test_dtypes_new_empty_strided_cpu 2022-09-27T15:50:23.2004133Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_new_empty_strided_cpu 2022-09-27T15:50:23.2760356Z test_ops.py::TestCommonCPU::test_dtypes_nextafter_cpu 2022-09-27T15:50:23.2773378Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nextafter_cpu 2022-09-27T15:50:23.2925875Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool1d_cpu 2022-09-27T15:50:23.2940375Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_histc_cpu 2022-09-27T15:50:23.3051329Z test_ops.py::TestCommonCPU::test_dtypes_hstack_cpu 2022-09-27T15:50:23.3065259Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_hstack_cpu 2022-09-27T15:50:23.3241193Z test_ops.py::TestCommonCPU::test_dtypes_igammac_cpu 2022-09-27T15:50:23.3251900Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool1d_cpu 2022-09-27T15:50:23.3657176Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool2d_cpu 2022-09-27T15:50:23.3666614Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool2d_cpu 2022-09-27T15:50:23.3788682Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_bilinear_cpu 2022-09-27T15:50:23.3800676Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_igammac_cpu 2022-09-27T15:50:23.3889545Z test_ops.py::TestCommonCPU::test_dtypes_index_fill_cpu 2022-09-27T15:50:23.3901355Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_index_fill_cpu 2022-09-27T15:50:23.3982994Z test_ops.py::TestCommonCPU::test_dtypes_inner_cpu 2022-09-27T15:50:23.3994505Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_inner_cpu 2022-09-27T15:50:23.4117297Z test_ops.py::TestCommonCPU::test_dtypes_isin_cpu 2022-09-27T15:50:23.4128840Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isin_cpu 2022-09-27T15:50:23.4197554Z test_ops.py::TestCommonCPU::test_dtypes_isposinf_cpu 2022-09-27T15:50:23.4209428Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isposinf_cpu 2022-09-27T15:50:23.4239498Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_4inputs_with_extra_args_cpu 2022-09-27T15:50:23.4251503Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_jiterator_4inputs_with_extra_args_cpu 2022-09-27T15:50:23.4338350Z test_ops.py::TestCommonCPU::test_dtypes_kron_cpu 2022-09-27T15:50:23.4349510Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_kron_cpu 2022-09-27T15:50:23.4530190Z test_ops.py::TestCommonCPU::test_dtypes_le_cpu 2022-09-27T15:50:23.4540224Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_bilinear_cpu 2022-09-27T15:50:23.4734600Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv1d_cpu 2022-09-27T15:50:23.4746634Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_le_cpu 2022-09-27T15:50:23.5003493Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_ex_cpu 2022-09-27T15:50:23.5013701Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_ex_cpu 2022-09-27T15:50:23.5870316Z test_ops.py::TestCommonCPU::test_dtypes_linalg_det_singular_cpu 2022-09-27T15:50:23.5881172Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv1d_cpu 2022-09-27T15:50:23.5978561Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose3d_cpu 2022-09-27T15:50:23.5992367Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_det_singular_cpu 2022-09-27T15:50:23.6213016Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvalsh_cpu 2022-09-27T15:50:23.6223953Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvalsh_cpu 2022-09-27T15:50:23.6312991Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_cpu 2022-09-27T15:50:23.6323319Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_cpu 2022-09-27T15:50:23.6835745Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_grad_oriented_cpu 2022-09-27T15:50:23.6847124Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool2d_cpu 2022-09-27T15:50:23.6953816Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_glu_cpu 2022-09-27T15:50:23.6967120Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose3d_cpu 2022-09-27T15:50:23.7445341Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_ctc_loss_cpu 2022-09-27T15:50:23.7457071Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_ctc_loss_cpu 2022-09-27T15:50:23.7654709Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_elu_cpu 2022-09-27T15:50:23.7666556Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_elu_cpu 2022-09-27T15:50:23.7825247Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_without_train_cpu 2022-09-27T15:50:23.7836822Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_grad_oriented_cpu 2022-09-27T15:50:23.9014872Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_solve_cpu 2022-09-27T15:50:23.9028791Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_without_train_cpu 2022-09-27T15:50:23.9514997Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gelu_cpu 2022-09-27T15:50:23.9525995Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gelu_cpu 2022-09-27T15:50:23.9608604Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardshrink_cpu 2022-09-27T15:50:23.9620444Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_glu_cpu 2022-09-27T15:50:23.9841274Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardsigmoid_cpu 2022-09-27T15:50:23.9849653Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardshrink_cpu 2022-09-27T15:50:23.9863824Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardsigmoid_cpu 2022-09-27T15:50:23.9865872Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:50:24.0167298Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_huber_loss_cpu 2022-09-27T15:50:24.0178690Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:50:24.0468776Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bicubic_cpu 2022-09-27T15:50:24.0481030Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_huber_loss_cpu 2022-09-27T15:50:24.0868465Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bilinear_cpu 2022-09-27T15:50:24.0879241Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_solve_cpu 2022-09-27T15:50:24.0940548Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_hermitian_cpu 2022-09-27T15:50:24.0953348Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bicubic_cpu 2022-09-27T15:50:24.1206786Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_trilinear_cpu 2022-09-27T15:50:24.1217934Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_hermitian_cpu 2022-09-27T15:50:24.1234322Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_cpu 2022-09-27T15:50:24.1246571Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bilinear_cpu 2022-09-27T15:50:24.1518662Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_kl_div_cpu 2022-09-27T15:50:24.1531288Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_kl_div_cpu 2022-09-27T15:50:24.1742465Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_linear_cpu 2022-09-27T15:50:24.1752660Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_cpu 2022-09-27T15:50:24.1772141Z test_ops.py::TestCommonCPU::test_dtypes_linalg_slogdet_cpu 2022-09-27T15:50:24.1782461Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_trilinear_cpu 2022-09-27T15:50:24.1906209Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_leaky_relu_cpu 2022-09-27T15:50:24.1914556Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_linear_cpu 2022-09-27T15:50:24.1937578Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool1d_cpu 2022-09-27T15:50:24.1948023Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_slogdet_cpu 2022-09-27T15:50:24.2134942Z test_ops.py::TestCommonCPU::test_dtypes_linalg_svd_cpu 2022-09-27T15:50:24.2145031Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_leaky_relu_cpu 2022-09-27T15:50:24.3297101Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:50:24.3310006Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:50:24.6540339Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_cpu 2022-09-27T15:50:24.6556224Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_svd_cpu 2022-09-27T15:50:24.6891379Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vander_cpu 2022-09-27T15:50:24.6902810Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_vander_cpu 2022-09-27T15:50:24.6994075Z test_ops.py::TestCommonCPU::test_dtypes_log10_cpu 2022-09-27T15:50:24.7005747Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_log10_cpu 2022-09-27T15:50:24.7147636Z test_ops.py::TestCommonCPU::test_dtypes_log_softmax_cpu 2022-09-27T15:50:24.7160644Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_cpu 2022-09-27T15:50:24.7397985Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_cpu 2022-09-27T15:50:24.7409595Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_log_softmax_cpu 2022-09-27T15:50:24.7758739Z test_ops.py::TestCommonCPU::test_dtypes_logcumsumexp_cpu 2022-09-27T15:50:24.7770367Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logcumsumexp_cpu 2022-09-27T15:50:24.8248780Z test_ops.py::TestCommonCPU::test_dtypes_logical_or_cpu 2022-09-27T15:50:24.8261762Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gaussian_nll_loss_cpu 2022-09-27T15:50:24.8303843Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_group_norm_cpu 2022-09-27T15:50:24.8313929Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logical_or_cpu 2022-09-27T15:50:24.8527799Z test_ops.py::TestCommonCPU::test_dtypes_logsumexp_cpu 2022-09-27T15:50:24.8538051Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logsumexp_cpu 2022-09-27T15:50:24.8690337Z test_ops.py::TestCommonCPU::test_dtypes_lu_solve_cpu 2022-09-27T15:50:24.8701533Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_group_norm_cpu 2022-09-27T15:50:24.8786862Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardtanh_cpu 2022-09-27T15:50:24.8798551Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_cpu 2022-09-27T15:50:24.8971307Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multi_margin_loss_cpu 2022-09-27T15:50:24.8982646Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardtanh_cpu 2022-09-27T15:50:24.9147213Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_area_cpu 2022-09-27T15:50:24.9158347Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multi_margin_loss_cpu 2022-09-27T15:50:24.9634925Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_normalize_cpu 2022-09-27T15:50:24.9645202Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_normalize_cpu 2022-09-27T15:50:24.9657047Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_reflect_cpu 2022-09-27T15:50:24.9671337Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lu_solve_cpu 2022-09-27T15:50:24.9772612Z test_ops.py::TestCommonCPU::test_dtypes_masked_fill_cpu 2022-09-27T15:50:24.9785044Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_area_cpu 2022-09-27T15:50:24.9925640Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_nearest_cpu 2022-09-27T15:50:24.9936693Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_masked_fill_cpu 2022-09-27T15:50:25.0258663Z test_ops.py::TestCommonCPU::test_dtypes_matrix_exp_cpu 2022-09-27T15:50:25.0270593Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_reflect_cpu 2022-09-27T15:50:25.0310885Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_shuffle_cpu 2022-09-27T15:50:25.0322021Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_matrix_exp_cpu 2022-09-27T15:50:25.0342998Z test_ops.py::TestCommonCPU::test_dtypes_maximum_cpu 2022-09-27T15:50:25.0353268Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_shuffle_cpu 2022-09-27T15:50:25.0481755Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu6_cpu 2022-09-27T15:50:25.0492015Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu6_cpu 2022-09-27T15:50:25.0527835Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_complex_cpu 2022-09-27T15:50:25.0538698Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_nearest_cpu 2022-09-27T15:50:25.0660532Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_layer_norm_cpu 2022-09-27T15:50:25.0670597Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_maximum_cpu 2022-09-27T15:50:25.0684849Z test_ops.py::TestCommonCPU::test_dtypes_meshgrid_variadic_tensors_cpu 2022-09-27T15:50:25.0696168Z [gw0] [ 2%] XFAIL test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_complex_cpu 2022-09-27T15:50:25.0923620Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_cpu 2022-09-27T15:50:25.0934330Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_meshgrid_variadic_tensors_cpu 2022-09-27T15:50:25.0952705Z test_ops.py::TestCommonCPU::test_dtypes_minimum_cpu 2022-09-27T15:50:25.0963244Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_layer_norm_cpu 2022-09-27T15:50:25.1093635Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_logsigmoid_cpu 2022-09-27T15:50:25.1106031Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_cpu 2022-09-27T15:50:25.1154436Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softsign_cpu 2022-09-27T15:50:25.1166228Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_logsigmoid_cpu 2022-09-27T15:50:25.1206023Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool3d_cpu 2022-09-27T15:50:25.1216466Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softsign_cpu 2022-09-27T15:50:25.1285670Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_with_distance_loss_cpu 2022-09-27T15:50:25.1297230Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_minimum_cpu 2022-09-27T15:50:25.1569476Z test_ops.py::TestCommonCPU::test_dtypes_msort_cpu 2022-09-27T15:50:25.1580775Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_msort_cpu 2022-09-27T15:50:25.1627549Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_1_cpu 2022-09-27T15:50:25.1637963Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_with_distance_loss_cpu 2022-09-27T15:50:25.1980052Z test_ops.py::TestCommonCPU::test_dtypes_nonzero_cpu 2022-09-27T15:50:25.1991334Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_1_cpu 2022-09-27T15:50:25.2734876Z test_ops.py::TestCommonCPU::test_dtypes_nanmean_cpu 2022-09-27T15:50:25.2745615Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nonzero_cpu 2022-09-27T15:50:25.2890276Z test_ops.py::TestCommonCPU::test_dtypes_norm_nuc_cpu 2022-09-27T15:50:25.2904021Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_norm_nuc_cpu 2022-09-27T15:50:25.3044030Z test_ops.py::TestCommonCPU::test_dtypes_ones_like_cpu 2022-09-27T15:50:25.3047661Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nanmean_cpu 2022-09-27T15:50:25.3058376Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ones_like_cpu 2022-09-27T15:50:25.3059151Z test_ops.py::TestCommonCPU::test_dtypes_narrow_copy_cpu 2022-09-27T15:50:25.3205812Z test_ops.py::TestCommonCPU::test_dtypes_pca_lowrank_cpu 2022-09-27T15:50:25.3216708Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_narrow_copy_cpu 2022-09-27T15:50:25.3282429Z test_ops.py::TestCommonCPU::test_dtypes_neg_cpu 2022-09-27T15:50:25.3293278Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_neg_cpu 2022-09-27T15:50:25.3411500Z test_ops.py::TestCommonCPU::test_dtypes_new_ones_cpu 2022-09-27T15:50:25.3422483Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_new_ones_cpu 2022-09-27T15:50:25.4032608Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool2d_cpu 2022-09-27T15:50:25.4044718Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool2d_cpu 2022-09-27T15:50:25.5362705Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool3d_cpu 2022-09-27T15:50:25.5375413Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool3d_cpu 2022-09-27T15:50:25.6272632Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_cpu 2022-09-27T15:50:25.6284021Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_cpu 2022-09-27T15:50:25.8078219Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_with_logits_cpu 2022-09-27T15:50:25.8089637Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_with_logits_cpu 2022-09-27T15:50:25.8859355Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose1d_cpu 2022-09-27T15:50:25.8871039Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose1d_cpu 2022-09-27T15:50:25.9433982Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_similarity_cpu 2022-09-27T15:50:25.9445777Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_similarity_cpu 2022-09-27T15:50:26.1396461Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout3d_cpu 2022-09-27T15:50:26.1404843Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout3d_cpu 2022-09-27T15:50:26.1612504Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_cpu 2022-09-27T15:50:26.1623684Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_cpu 2022-09-27T15:50:26.9693097Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool3d_cpu 2022-09-27T15:50:26.9703986Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool3d_cpu 2022-09-27T15:50:27.1512999Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_grid_sample_cpu 2022-09-27T15:50:27.1525167Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_grid_sample_cpu 2022-09-27T15:50:27.1753638Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardswish_cpu 2022-09-27T15:50:27.1766145Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardswish_cpu 2022-09-27T15:50:27.2663944Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_instance_norm_cpu 2022-09-27T15:50:27.2676470Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_instance_norm_cpu 2022-09-27T15:50:27.3415530Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_linear_cpu 2022-09-27T15:50:27.3429881Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_linear_cpu 2022-09-27T15:50:27.3751073Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_l1_loss_cpu 2022-09-27T15:50:27.3762615Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_l1_loss_cpu 2022-09-27T15:50:27.4449746Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_local_response_norm_cpu 2022-09-27T15:50:27.4462224Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_local_response_norm_cpu 2022-09-27T15:50:28.4024575Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool2d_cpu 2022-09-27T15:50:28.4034143Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_pca_lowrank_cpu 2022-09-27T15:50:28.4223322Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_0_cpu 2022-09-27T15:50:28.4231359Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_0_cpu 2022-09-27T15:50:28.4244833Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_4_cpu 2022-09-27T15:50:28.4252370Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_4_cpu 2022-09-27T15:50:28.4292416Z test_ops.py::TestCommonCPU::test_dtypes_put_cpu 2022-09-27T15:50:28.4300177Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool1d_cpu 2022-09-27T15:50:28.4501173Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_grad_cpu 2022-09-27T15:50:28.4511839Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_put_cpu 2022-09-27T15:50:28.4716182Z test_ops.py::TestCommonCPU::test_dtypes_rand_like_cpu 2022-09-27T15:50:28.4727949Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool3d_cpu 2022-09-27T15:50:28.5647630Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_grad_cpu 2022-09-27T15:50:28.5661932Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_rand_like_cpu 2022-09-27T15:50:28.5766037Z test_ops.py::TestCommonCPU::test_dtypes_ravel_cpu 2022-09-27T15:50:28.5781189Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ravel_cpu 2022-09-27T15:50:28.6018135Z test_ops.py::TestCommonCPU::test_dtypes_renorm_cpu 2022-09-27T15:50:28.6031812Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_renorm_cpu 2022-09-27T15:50:28.6163030Z test_ops.py::TestCommonCPU::test_dtypes_reshape_cpu 2022-09-27T15:50:28.6176026Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_reshape_cpu 2022-09-27T15:50:28.6231694Z test_ops.py::TestCommonCPU::test_dtypes_resolve_neg_cpu 2022-09-27T15:50:28.6245217Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_resolve_neg_cpu 2022-09-27T15:50:28.6429310Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_0_cpu 2022-09-27T15:50:28.6442738Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_round_decimals_0_cpu 2022-09-27T15:50:28.6621040Z test_ops.py::TestCommonCPU::test_dtypes_rsub_cpu 2022-09-27T15:50:28.6642601Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_grad_cpu 2022-09-27T15:50:28.6823825Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_grad_cpu 2022-09-27T15:50:28.6835960Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_rsub_cpu 2022-09-27T15:50:28.7818911Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amin_cpu 2022-09-27T15:50:28.7835242Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amin_cpu 2022-09-27T15:50:28.8155998Z test_ops.py::TestCommonCPU::test_dtypes_searchsorted_cpu 2022-09-27T15:50:28.8169054Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_grad_cpu 2022-09-27T15:50:28.8418990Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_margin_loss_cpu 2022-09-27T15:50:28.8427880Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_margin_loss_cpu 2022-09-27T15:50:28.8818859Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_one_hot_cpu 2022-09-27T15:50:28.8830735Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_one_hot_cpu 2022-09-27T15:50:28.9522876Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_replicate_cpu 2022-09-27T15:50:28.9529190Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_replicate_cpu 2022-09-27T15:50:28.9560402Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_grad_cpu 2022-09-27T15:50:28.9561842Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mse_loss_cpu 2022-09-27T15:50:28.9932471Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_unshuffle_cpu 2022-09-27T15:50:28.9933211Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_unshuffle_cpu 2022-09-27T15:50:28.9933974Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu_cpu 2022-09-27T15:50:28.9934547Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu_cpu 2022-09-27T15:50:28.9999807Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_cpu 2022-09-27T15:50:29.0010388Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_cpu 2022-09-27T15:50:29.0029394Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mse_loss_cpu 2022-09-27T15:50:29.0030097Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_with_dtype_cpu 2022-09-27T15:50:29.0189977Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_nll_loss_cpu 2022-09-27T15:50:29.0203908Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_with_dtype_cpu 2022-09-27T15:50:29.0314511Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_tanhshrink_cpu 2022-09-27T15:50:29.0325496Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_tanhshrink_cpu 2022-09-27T15:50:29.3434744Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_unfold_cpu 2022-09-27T15:50:29.3451387Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_searchsorted_cpu 2022-09-27T15:50:29.3545563Z test_ops.py::TestCommonCPU::test_dtypes_select_scatter_cpu 2022-09-27T15:50:29.3558215Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_nll_loss_cpu 2022-09-27T15:50:29.3636924Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_constant_cpu 2022-09-27T15:50:29.3649526Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_select_scatter_cpu 2022-09-27T15:50:29.3717960Z test_ops.py::TestCommonCPU::test_dtypes_sign_cpu 2022-09-27T15:50:29.3729140Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sign_cpu 2022-09-27T15:50:29.3791097Z test_ops.py::TestCommonCPU::test_dtypes_sinh_cpu 2022-09-27T15:50:29.3802417Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sinh_cpu 2022-09-27T15:50:29.4328683Z test_ops.py::TestCommonCPU::test_dtypes_sort_cpu 2022-09-27T15:50:29.4340040Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_constant_cpu 2022-09-27T15:50:29.4872246Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pdist_cpu 2022-09-27T15:50:29.4883828Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pdist_cpu 2022-09-27T15:50:29.5037161Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_prelu_cpu 2022-09-27T15:50:29.5049381Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sort_cpu 2022-09-27T15:50:29.5156214Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j1_cpu 2022-09-27T15:50:29.5163745Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j1_cpu 2022-09-27T15:50:29.5357143Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_u_cpu 2022-09-27T15:50:29.5364926Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_prelu_cpu 2022-09-27T15:50:29.5405355Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_selu_cpu 2022-09-27T15:50:29.5412866Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_u_cpu 2022-09-27T15:50:29.5504002Z test_ops.py::TestCommonCPU::test_dtypes_special_erfcx_cpu 2022-09-27T15:50:29.5506936Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_erfcx_cpu 2022-09-27T15:50:29.5513196Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_selu_cpu 2022-09-27T15:50:29.5515608Z test_ops.py::TestCommonCPU::test_dtypes_special_i1_cpu 2022-09-27T15:50:29.5599818Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_soft_margin_loss_cpu 2022-09-27T15:50:29.5606162Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_i1_cpu 2022-09-27T15:50:29.5691024Z test_ops.py::TestCommonCPU::test_dtypes_special_log_ndtr_cpu 2022-09-27T15:50:29.5699182Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_log_ndtr_cpu 2022-09-27T15:50:29.5778547Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k1_cpu 2022-09-27T15:50:29.5786765Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k1_cpu 2022-09-27T15:50:29.5800545Z test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k0_cpu 2022-09-27T15:50:29.5808360Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_soft_margin_loss_cpu 2022-09-27T15:50:29.5865326Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softshrink_cpu 2022-09-27T15:50:29.5872616Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k0_cpu 2022-09-27T15:50:29.5886047Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_v_cpu 2022-09-27T15:50:29.5893271Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_v_cpu 2022-09-27T15:50:29.6004742Z test_ops.py::TestCommonCPU::test_dtypes_special_zeta_cpu 2022-09-27T15:50:29.6013518Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softshrink_cpu 2022-09-27T15:50:29.6236726Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_loss_cpu 2022-09-27T15:50:29.6245760Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_zeta_cpu 2022-09-27T15:50:29.6288152Z test_ops.py::TestCommonCPU::test_dtypes_sqrt_cpu 2022-09-27T15:50:29.6299227Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sqrt_cpu 2022-09-27T15:50:29.6304235Z test_ops.py::TestCommonCPU::test_dtypes_std_cpu 2022-09-27T15:50:29.6310546Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_loss_cpu 2022-09-27T15:50:29.6599530Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_nearest_cpu 2022-09-27T15:50:29.6607135Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_std_cpu 2022-09-27T15:50:29.6730850Z test_ops.py::TestCommonCPU::test_dtypes_sum_cpu 2022-09-27T15:50:29.6738484Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sum_cpu 2022-09-27T15:50:29.6778963Z test_ops.py::TestCommonCPU::test_dtypes_symeig_cpu 2022-09-27T15:50:29.6787763Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_nearest_cpu 2022-09-27T15:50:29.6984851Z test_ops.py::TestCommonCPU::test_dtypes_norm_inf_cpu 2022-09-27T15:50:29.7000697Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_symeig_cpu 2022-09-27T15:50:29.7037757Z test_ops.py::TestCommonCPU::test_dtypes_tan_cpu 2022-09-27T15:50:29.7051271Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_norm_inf_cpu 2022-09-27T15:50:29.7066627Z test_ops.py::TestCommonCPU::test_dtypes_ones_cpu 2022-09-27T15:50:29.7073575Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tan_cpu 2022-09-27T15:50:29.7088262Z test_ops.py::TestCommonCPU::test_dtypes_tile_cpu 2022-09-27T15:50:29.7101227Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ones_cpu 2022-09-27T15:50:29.7161094Z test_ops.py::TestCommonCPU::test_dtypes_outer_cpu 2022-09-27T15:50:29.7173427Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_outer_cpu 2022-09-27T15:50:29.7520764Z test_ops.py::TestCommonCPU::test_dtypes_polar_cpu 2022-09-27T15:50:29.7533516Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tile_cpu 2022-09-27T15:50:29.7595015Z test_ops.py::TestCommonCPU::test_dtypes_trace_cpu 2022-09-27T15:50:29.7607872Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_trace_cpu 2022-09-27T15:50:29.7798111Z test_ops.py::TestCommonCPU::test_dtypes_triangular_solve_cpu 2022-09-27T15:50:29.7810822Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_polar_cpu 2022-09-27T15:50:29.7831765Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_3_cpu 2022-09-27T15:50:29.7845216Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_3_cpu 2022-09-27T15:50:29.7949222Z test_ops.py::TestCommonCPU::test_dtypes_prod_cpu 2022-09-27T15:50:29.7966968Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_triangular_solve_cpu 2022-09-27T15:50:29.8282537Z test_ops.py::TestCommonCPU::test_dtypes_triu_indices_cpu 2022-09-27T15:50:29.8296549Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_triu_indices_cpu 2022-09-27T15:50:29.8477349Z test_ops.py::TestCommonCPU::test_dtypes_unflatten_cpu 2022-09-27T15:50:29.8490959Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_unflatten_cpu 2022-09-27T15:50:29.8663456Z test_ops.py::TestCommonCPU::test_dtypes_unique_cpu 2022-09-27T15:50:29.8675832Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_prod_cpu 2022-09-27T15:50:29.8780215Z test_ops.py::TestCommonCPU::test_dtypes_rad2deg_cpu 2022-09-27T15:50:29.8792063Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_rad2deg_cpu 2022-09-27T15:50:29.9875073Z test_ops.py::TestCommonCPU::test_dtypes_randn_like_cpu 2022-09-27T15:50:29.9887438Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_randn_like_cpu 2022-09-27T15:50:29.9920926Z test_ops.py::TestCommonCPU::test_dtypes_remainder_cpu 2022-09-27T15:50:29.9931985Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_unfold_cpu 2022-09-27T15:50:30.0240841Z test_ops.py::TestCommonCPU::test_dtypes_norm_cpu 2022-09-27T15:50:30.0252400Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_remainder_cpu 2022-09-27T15:50:30.0381977Z test_ops.py::TestCommonCPU::test_dtypes_reshape_as_cpu 2022-09-27T15:50:30.0397708Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_reshape_as_cpu 2022-09-27T15:50:30.0447538Z test_ops.py::TestCommonCPU::test_dtypes_resolve_conj_cpu 2022-09-27T15:50:30.0457387Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_resolve_conj_cpu 2022-09-27T15:50:30.0523999Z test_ops.py::TestCommonCPU::test_dtypes_round_cpu 2022-09-27T15:50:30.0535073Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_round_cpu 2022-09-27T15:50:30.0599139Z test_ops.py::TestCommonCPU::test_dtypes_rsqrt_cpu 2022-09-27T15:50:30.0606281Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_rsqrt_cpu 2022-09-27T15:50:30.1116316Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amax_cpu 2022-09-27T15:50:30.1126103Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amax_cpu 2022-09-27T15:50:30.1292166Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_sum_cpu 2022-09-27T15:50:30.1299948Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_norm_cpu 2022-09-27T15:50:30.1582498Z test_ops.py::TestCommonCPU::test_dtypes_normal_cpu 2022-09-27T15:50:30.1590921Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_sum_cpu 2022-09-27T15:50:30.1664306Z test_ops.py::TestCommonCPU::test_dtypes_select_cpu 2022-09-27T15:50:30.1671429Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_select_cpu 2022-09-27T15:50:30.1727103Z test_ops.py::TestCommonCPU::test_dtypes_sigmoid_cpu 2022-09-27T15:50:30.1734151Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sigmoid_cpu 2022-09-27T15:50:30.1799009Z test_ops.py::TestCommonCPU::test_dtypes_sinc_cpu 2022-09-27T15:50:30.1805988Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sinc_cpu 2022-09-27T15:50:30.1885359Z test_ops.py::TestCommonCPU::test_dtypes_softmax_with_dtype_cpu 2022-09-27T15:50:30.1893497Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_softmax_with_dtype_cpu 2022-09-27T15:50:30.1946191Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j0_cpu 2022-09-27T15:50:30.1956009Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_normal_cpu 2022-09-27T15:50:30.1972712Z test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_var_mean_cpu 2022-09-27T15:50:30.1981045Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j0_cpu 2022-09-27T15:50:30.2232142Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_t_cpu 2022-09-27T15:50:30.2239947Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_t_cpu 2022-09-27T15:50:30.2297586Z test_ops.py::TestCommonCPU::test_dtypes_special_entr_cpu 2022-09-27T15:50:30.2304709Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_entr_cpu 2022-09-27T15:50:30.2374978Z test_ops.py::TestCommonCPU::test_dtypes_special_i0e_cpu 2022-09-27T15:50:30.2382107Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_i0e_cpu 2022-09-27T15:50:30.2395609Z test_ops.py::TestCommonCPU::test_dtypes_special_legendre_polynomial_p_cpu 2022-09-27T15:50:30.2402947Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_legendre_polynomial_p_cpu 2022-09-27T15:50:30.2480892Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k0_cpu 2022-09-27T15:50:30.2487913Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k0_cpu 2022-09-27T15:50:30.2675544Z test_ops.py::TestCommonCPU::test_dtypes_special_polygamma_special_polygamma_n_0_cpu 2022-09-27T15:50:30.2685659Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_var_mean_cpu 2022-09-27T15:50:30.2695119Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_polygamma_special_polygamma_n_0_cpu 2022-09-27T15:50:30.2695855Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_u_cpu 2022-09-27T15:50:30.2707769Z test_ops.py::TestCommonCPU::test_dtypes_permute_cpu 2022-09-27T15:50:30.2715562Z [gw2] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_u_cpu 2022-09-27T15:50:30.2755367Z test_ops.py::TestCommonCPU::test_dtypes_special_xlog1py_cpu 2022-09-27T15:50:30.2763803Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_permute_cpu 2022-09-27T15:50:30.2777631Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_1_cpu 2022-09-27T15:50:30.2784975Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_1_cpu 2022-09-27T15:50:30.2842575Z test_ops.py::TestCommonCPU::test_dtypes_positive_cpu 2022-09-27T15:50:30.2850739Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_positive_cpu 2022-09-27T15:50:30.2947205Z test_ops.py::TestCommonCPU::test_dtypes_qr_cpu 2022-09-27T15:50:30.2955896Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_xlog1py_cpu 2022-09-27T15:50:30.3057861Z test_ops.py::TestCommonCPU::test_dtypes_split_with_sizes_cpu 2022-09-27T15:50:30.3070066Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_split_with_sizes_cpu 2022-09-27T15:50:30.3180121Z test_ops.py::TestCommonCPU::test_dtypes_stack_cpu 2022-09-27T15:50:30.3187963Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_stack_cpu 2022-09-27T15:50:30.3483577Z test_ops.py::TestCommonCPU::test_dtypes_sub_cpu 2022-09-27T15:50:30.3496386Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_qr_cpu 2022-09-27T15:50:30.3602588Z test_ops.py::TestCommonCPU::test_dtypes_randint_like_cpu 2022-09-27T15:50:30.3611759Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sub_cpu 2022-09-27T15:50:30.5283976Z test_ops.py::TestCommonCPU::test_dtypes_svd_lowrank_cpu 2022-09-27T15:50:30.5296599Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_randint_like_cpu 2022-09-27T15:50:30.5363781Z test_ops.py::TestCommonCPU::test_dtypes_real_cpu 2022-09-27T15:50:30.5375846Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_real_cpu 2022-09-27T15:50:30.5671649Z test_ops.py::TestCommonCPU::test_dtypes_repeat_cpu 2022-09-27T15:50:30.5682660Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_repeat_cpu 2022-09-27T15:50:30.5791412Z test_ops.py::TestCommonCPU::test_dtypes_resize__cpu 2022-09-27T15:50:30.5801548Z [gw1] [ 3%] XFAIL test_ops.py::TestCommonCPU::test_dtypes_resize__cpu 2022-09-27T15:50:30.5993615Z test_ops.py::TestCommonCPU::test_dtypes_roll_cpu 2022-09-27T15:50:30.6000890Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_roll_cpu 2022-09-27T15:50:30.6018651Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_3_cpu 2022-09-27T15:50:30.6026412Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_round_decimals_3_cpu 2022-09-27T15:50:30.6205454Z test_ops.py::TestCommonCPU::test_dtypes_scatter_add_cpu 2022-09-27T15:50:30.6214737Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_add_cpu 2022-09-27T15:50:30.6833341Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_mean_cpu 2022-09-27T15:50:30.6841093Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_mean_cpu 2022-09-27T15:50:31.0401626Z test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_lengths_cpu 2022-09-27T15:50:31.0411829Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_lengths_cpu 2022-09-27T15:50:31.0472007Z test_ops.py::TestCommonCPU::test_dtypes_sgn_cpu 2022-09-27T15:50:31.0483015Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sgn_cpu 2022-09-27T15:50:31.0540478Z test_ops.py::TestCommonCPU::test_dtypes_signbit_cpu 2022-09-27T15:50:31.0550250Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_signbit_cpu 2022-09-27T15:50:31.1610907Z test_ops.py::TestCommonCPU::test_dtypes_slice_scatter_cpu 2022-09-27T15:50:31.1623116Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_slice_scatter_cpu 2022-09-27T15:50:31.1659792Z test_ops.py::TestCommonCPU::test_dtypes_sparse_sampled_addmm_cpu 2022-09-27T15:50:31.1671545Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_sparse_sampled_addmm_cpu 2022-09-27T15:50:31.1796918Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y0_cpu 2022-09-27T15:50:31.1808148Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y0_cpu 2022-09-27T15:50:31.1825954Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_v_cpu 2022-09-27T15:50:31.1837590Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_v_cpu 2022-09-27T15:50:31.2157598Z test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_h_cpu 2022-09-27T15:50:31.2166999Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_h_cpu 2022-09-27T15:50:31.2251522Z test_ops.py::TestCommonCPU::test_dtypes_special_i1e_cpu 2022-09-27T15:50:31.2261971Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_i1e_cpu 2022-09-27T15:50:31.2343916Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i0_cpu 2022-09-27T15:50:31.2351408Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i0_cpu 2022-09-27T15:50:31.2440785Z test_ops.py::TestCommonCPU::test_dtypes_special_ndtr_cpu 2022-09-27T15:50:31.2450416Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_ndtr_cpu 2022-09-27T15:50:31.2531508Z test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k1_cpu 2022-09-27T15:50:31.2541125Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k1_cpu 2022-09-27T15:50:31.2556572Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_w_cpu 2022-09-27T15:50:31.2566145Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_w_cpu 2022-09-27T15:50:31.2617325Z test_ops.py::TestCommonCPU::test_dtypes_split_cpu 2022-09-27T15:50:31.2627039Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_split_cpu 2022-09-27T15:50:31.2680242Z test_ops.py::TestCommonCPU::test_dtypes_square_cpu 2022-09-27T15:50:31.2691816Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_square_cpu 2022-09-27T15:50:31.2996787Z test_ops.py::TestCommonCPU::test_dtypes_std_mean_cpu 2022-09-27T15:50:31.3007194Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_std_mean_cpu 2022-09-27T15:50:31.3117317Z test_ops.py::TestCommonCPU::test_dtypes_sum_to_size_cpu 2022-09-27T15:50:31.3126698Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sum_to_size_cpu 2022-09-27T15:50:31.3169121Z test_ops.py::TestCommonCPU::test_dtypes_t_cpu 2022-09-27T15:50:31.3178430Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_t_cpu 2022-09-27T15:50:31.3222473Z test_ops.py::TestCommonCPU::test_dtypes_tanh_cpu 2022-09-27T15:50:31.3230021Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tanh_cpu 2022-09-27T15:50:31.3602272Z test_ops.py::TestCommonCPU::test_dtypes_to_cpu 2022-09-27T15:50:31.3611289Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_to_cpu 2022-09-27T15:50:31.3710209Z test_ops.py::TestCommonCPU::test_dtypes_transpose_cpu 2022-09-27T15:50:31.3717620Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_transpose_cpu 2022-09-27T15:50:31.3863409Z test_ops.py::TestCommonCPU::test_dtypes_tril_cpu 2022-09-27T15:50:31.3874014Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tril_cpu 2022-09-27T15:50:31.4256367Z test_ops.py::TestCommonCPU::test_dtypes_true_divide_cpu 2022-09-27T15:50:31.4269206Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_true_divide_cpu 2022-09-27T15:50:31.4919790Z test_ops.py::TestCommonCPU::test_dtypes_unfold_cpu 2022-09-27T15:50:31.4932972Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_unfold_cpu 2022-09-27T15:50:31.5068580Z test_ops.py::TestCommonCPU::test_dtypes_unsqueeze_cpu 2022-09-27T15:50:31.5080394Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_unsqueeze_cpu 2022-09-27T15:50:31.5164658Z test_ops.py::TestCommonCPU::test_dtypes_view_as_complex_cpu 2022-09-27T15:50:31.5182948Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_view_as_complex_cpu 2022-09-27T15:50:31.5251195Z test_ops.py::TestCommonCPU::test_dtypes_vsplit_cpu 2022-09-27T15:50:31.5266152Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_vsplit_cpu 2022-09-27T15:50:31.5343505Z test_ops.py::TestCommonCPU::test_dtypes_zero__cpu 2022-09-27T15:50:31.5357442Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_zero__cpu 2022-09-27T15:50:31.5389564Z test_ops.py::TestCommonCPU::test_errors___rand___cpu 2022-09-27T15:50:31.5401455Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors___rand___cpu 2022-09-27T15:50:31.5431638Z test_ops.py::TestCommonCPU::test_errors___ror___cpu 2022-09-27T15:50:31.5443323Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors___ror___cpu 2022-09-27T15:50:31.5472837Z test_ops.py::TestCommonCPU::test_errors_add_cpu 2022-09-27T15:50:31.5485178Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_add_cpu 2022-09-27T15:50:31.5549461Z test_ops.py::TestCommonCPU::test_errors_arange_cpu 2022-09-27T15:50:31.5562896Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_unique_cpu 2022-09-27T15:50:31.5576932Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_arange_cpu 2022-09-27T15:50:31.5577640Z test_ops.py::TestCommonCPU::test_errors_bitwise_left_shift_cpu 2022-09-27T15:50:31.5620784Z test_ops.py::TestCommonCPU::test_dtypes_vdot_cpu 2022-09-27T15:50:31.5621581Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_bitwise_left_shift_cpu 2022-09-27T15:50:31.5688220Z test_ops.py::TestCommonCPU::test_errors_cat_cpu 2022-09-27T15:50:31.5688796Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_vdot_cpu 2022-09-27T15:50:31.5845961Z test_ops.py::TestCommonCPU::test_dtypes_view_cpu 2022-09-27T15:50:31.5850324Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_cat_cpu 2022-09-27T15:50:31.5852681Z test_ops.py::TestCommonCPU::test_errors_copysign_cpu 2022-09-27T15:50:31.5855597Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_copysign_cpu 2022-09-27T15:50:31.5857340Z test_ops.py::TestCommonCPU::test_errors_diagonal_cpu 2022-09-27T15:50:31.5860128Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_view_cpu 2022-09-27T15:50:31.5902892Z test_ops.py::TestCommonCPU::test_dtypes_xlogy_cpu 2022-09-27T15:50:31.5914123Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_diagonal_cpu 2022-09-27T15:50:31.5963309Z test_ops.py::TestCommonCPU::test_errors_dsplit_cpu 2022-09-27T15:50:31.5973800Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_dsplit_cpu 2022-09-27T15:50:31.6007844Z test_ops.py::TestCommonCPU::test_errors_fliplr_cpu 2022-09-27T15:50:31.6018570Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_fliplr_cpu 2022-09-27T15:50:31.6049179Z test_ops.py::TestCommonCPU::test_errors_fmax_cpu 2022-09-27T15:50:31.6060160Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_fmax_cpu 2022-09-27T15:50:31.6089279Z test_ops.py::TestCommonCPU::test_errors_gcd_cpu 2022-09-27T15:50:31.6099010Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_gcd_cpu 2022-09-27T15:50:31.6127519Z test_ops.py::TestCommonCPU::test_errors_heaviside_cpu 2022-09-27T15:50:31.6136101Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_heaviside_cpu 2022-09-27T15:50:31.6168618Z test_ops.py::TestCommonCPU::test_errors_igamma_cpu 2022-09-27T15:50:31.6172527Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_xlogy_cpu 2022-09-27T15:50:31.6181674Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_igamma_cpu 2022-09-27T15:50:31.6182886Z test_ops.py::TestCommonCPU::test_errors___radd___cpu 2022-09-27T15:50:31.6214879Z test_ops.py::TestCommonCPU::test_errors_jiterator_binary_cpu 2022-09-27T15:50:31.6217174Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors___radd___cpu 2022-09-27T15:50:31.6228051Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_errors_jiterator_binary_cpu 2022-09-27T15:50:31.6229192Z test_ops.py::TestCommonCPU::test_errors_ldexp_cpu 2022-09-27T15:50:31.6249379Z test_ops.py::TestCommonCPU::test_errors___rmul___cpu 2022-09-27T15:50:31.6259488Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_ldexp_cpu 2022-09-27T15:50:31.6269816Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors___rmul___cpu 2022-09-27T15:50:31.6270830Z test_ops.py::TestCommonCPU::test_errors___rxor___cpu 2022-09-27T15:50:31.6293054Z test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_grad_oriented_cpu 2022-09-27T15:50:31.6301686Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors___rxor___cpu 2022-09-27T15:50:31.6309297Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_grad_oriented_cpu 2022-09-27T15:50:31.6311335Z test_ops.py::TestCommonCPU::test_errors_logical_or_cpu 2022-09-27T15:50:31.6334206Z test_ops.py::TestCommonCPU::test_errors_aminmax_cpu 2022-09-27T15:50:31.6344254Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_logical_or_cpu 2022-09-27T15:50:31.6383602Z test_ops.py::TestCommonCPU::test_errors_masked_fill_cpu 2022-09-27T15:50:31.6388584Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_masked_fill_cpu 2022-09-27T15:50:31.6398549Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_aminmax_cpu 2022-09-27T15:50:31.6400980Z test_ops.py::TestCommonCPU::test_errors_mean_cpu 2022-09-27T15:50:31.6422349Z test_ops.py::TestCommonCPU::test_errors_bitwise_and_cpu 2022-09-27T15:50:31.6432326Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_bitwise_and_cpu 2022-09-27T15:50:31.6444473Z test_ops.py::TestCommonCPU::test_errors_bitwise_xor_cpu 2022-09-27T15:50:31.6452542Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_mean_cpu 2022-09-27T15:50:31.6457118Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_bitwise_xor_cpu 2022-09-27T15:50:31.6463315Z test_ops.py::TestCommonCPU::test_errors_mul_cpu 2022-09-27T15:50:31.6473593Z test_ops.py::TestCommonCPU::test_errors_complex_cpu 2022-09-27T15:50:31.6482517Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_mul_cpu 2022-09-27T15:50:31.6493026Z test_ops.py::TestCommonCPU::test_errors_neg_cpu 2022-09-27T15:50:31.6502366Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_complex_cpu 2022-09-27T15:50:31.6516948Z test_ops.py::TestCommonCPU::test_errors_diag_embed_cpu 2022-09-27T15:50:31.6524312Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_neg_cpu 2022-09-27T15:50:31.6566681Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool3d_cpu 2022-09-27T15:50:31.6580537Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_diag_embed_cpu 2022-09-27T15:50:31.6585156Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool3d_cpu 2022-09-27T15:50:31.6591400Z test_ops.py::TestCommonCPU::test_errors_div_trunc_rounding_cpu 2022-09-27T15:50:31.6607259Z test_ops.py::TestCommonCPU::test_errors_nn_functional_gelu_cpu 2022-09-27T15:50:31.6616645Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_div_trunc_rounding_cpu 2022-09-27T15:50:31.6625441Z test_ops.py::TestCommonCPU::test_errors_eye_cpu 2022-09-27T15:50:31.6636715Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_gelu_cpu 2022-09-27T15:50:31.6660514Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool1d_cpu 2022-09-27T15:50:31.6670477Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_eye_cpu 2022-09-27T15:50:31.6690233Z test_ops.py::TestCommonCPU::test_errors_floor_divide_cpu 2022-09-27T15:50:31.6698933Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_floor_divide_cpu 2022-09-27T15:50:31.6713212Z test_ops.py::TestCommonCPU::test_errors_gather_cpu 2022-09-27T15:50:31.6725993Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool1d_cpu 2022-09-27T15:50:31.6764427Z test_ops.py::TestCommonCPU::test_errors_nn_functional_prelu_cpu 2022-09-27T15:50:31.6780702Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_gather_cpu 2022-09-27T15:50:31.6788349Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_prelu_cpu 2022-09-27T15:50:31.6789338Z test_ops.py::TestCommonCPU::test_errors_ormqr_cpu 2022-09-27T15:50:31.6815846Z test_ops.py::TestCommonCPU::test_errors_gt_cpu 2022-09-27T15:50:31.6833544Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_gt_cpu 2022-09-27T15:50:31.6838133Z test_ops.py::TestCommonCPU::test_errors_hypot_cpu 2022-09-27T15:50:31.6849188Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_ormqr_cpu 2022-09-27T15:50:31.6853747Z test_ops.py::TestCommonCPU::test_errors_renorm_cpu 2022-09-27T15:50:31.6860702Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_hypot_cpu 2022-09-27T15:50:31.6875900Z test_ops.py::TestCommonCPU::test_errors_isclose_cpu 2022-09-27T15:50:31.6883594Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_renorm_cpu 2022-09-27T15:50:31.6899370Z test_ops.py::TestCommonCPU::test_errors_rot90_cpu 2022-09-27T15:50:31.6909688Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_isclose_cpu 2022-09-27T15:50:31.6923048Z test_ops.py::TestCommonCPU::test_errors_lcm_cpu 2022-09-27T15:50:31.6934159Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_rot90_cpu 2022-09-27T15:50:31.6939725Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_lcm_cpu 2022-09-27T15:50:31.6945896Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_t_cpu 2022-09-27T15:50:31.6959872Z test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_cpu 2022-09-27T15:50:31.6968006Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_t_cpu 2022-09-27T15:50:31.6975560Z test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_h_cpu 2022-09-27T15:50:31.6984939Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_cpu 2022-09-27T15:50:31.6995701Z test_ops.py::TestCommonCPU::test_errors_logical_and_cpu 2022-09-27T15:50:31.7003088Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_h_cpu 2022-09-27T15:50:31.7009953Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_t_cpu 2022-09-27T15:50:31.7025766Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_logical_and_cpu 2022-09-27T15:50:31.7034691Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_t_cpu 2022-09-27T15:50:31.7035910Z test_ops.py::TestCommonCPU::test_errors_lt_cpu 2022-09-27T15:50:31.7068281Z test_ops.py::TestCommonCPU::test_errors_special_xlog1py_cpu 2022-09-27T15:50:31.7072829Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_special_xlog1py_cpu 2022-09-27T15:50:31.7081962Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_lt_cpu 2022-09-27T15:50:31.7082893Z test_ops.py::TestCommonCPU::test_errors_t_cpu 2022-09-27T15:50:31.7114340Z test_ops.py::TestCommonCPU::test_errors_maximum_cpu 2022-09-27T15:50:31.7122473Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_maximum_cpu 2022-09-27T15:50:31.7126473Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_t_cpu 2022-09-27T15:50:31.7132400Z test_ops.py::TestCommonCPU::test_errors_movedim_cpu 2022-09-27T15:50:31.7163095Z test_ops.py::TestCommonCPU::test_errors_unbind_cpu 2022-09-27T15:50:31.7171830Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_unbind_cpu 2022-09-27T15:50:31.7206673Z test_ops.py::TestCommonCPU::test_errors_vsplit_cpu 2022-09-27T15:50:31.7215342Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_vsplit_cpu 2022-09-27T15:50:31.7238343Z test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_float32 2022-09-27T15:50:31.7245306Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_float32 2022-09-27T15:50:31.7255035Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_movedim_cpu 2022-09-27T15:50:31.7256768Z test_ops.py::TestCommonCPU::test_errors_ne_cpu 2022-09-27T15:50:31.7276100Z test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_float32 2022-09-27T15:50:31.7286099Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_ne_cpu 2022-09-27T15:50:31.7289239Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool2d_cpu 2022-09-27T15:50:31.7298690Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_float32 2022-09-27T15:50:31.7322685Z test_ops.py::TestCommonCPU::test_multiple_devices___rand___cpu_int64 2022-09-27T15:50:31.7332828Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rand___cpu_int64 2022-09-27T15:50:31.7341236Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool2d_cpu 2022-09-27T15:50:31.7342814Z test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_int64 2022-09-27T15:50:31.7365707Z test_ops.py::TestCommonCPU::test_errors_nn_functional_embedding_cpu 2022-09-27T15:50:31.7376546Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_int64 2022-09-27T15:50:31.7384931Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_embedding_cpu 2022-09-27T15:50:31.7386537Z test_ops.py::TestCommonCPU::test_multiple_devices___ror___cpu_int64 2022-09-27T15:50:31.7407050Z test_ops.py::TestCommonCPU::test_errors_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:50:31.7417127Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___ror___cpu_int64 2022-09-27T15:50:31.7423517Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:50:31.7426249Z test_ops.py::TestCommonCPU::test_errors_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:50:31.7456308Z test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_int64 2022-09-27T15:50:31.7462782Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:50:31.7471269Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_int64 2022-09-27T15:50:31.7472021Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_amin_cpu_float32 2022-09-27T15:50:31.7500431Z test_ops.py::TestCommonCPU::test_errors_nn_functional_softshrink_cpu 2022-09-27T15:50:31.7508068Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_amin_cpu_float32 2022-09-27T15:50:31.7519032Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_softshrink_cpu 2022-09-27T15:50:31.7520138Z test_ops.py::TestCommonCPU::test_errors_remainder_cpu 2022-09-27T15:50:31.7543543Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmin_cpu_float32 2022-09-27T15:50:31.7552376Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_remainder_cpu 2022-09-27T15:50:31.7563505Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmin_cpu_float32 2022-09-27T15:50:31.7564656Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumsum_cpu_float32 2022-09-27T15:50:31.7588519Z test_ops.py::TestCommonCPU::test_errors_roll_cpu 2022-09-27T15:50:31.7595747Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumsum_cpu_float32 2022-09-27T15:50:31.7623981Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_logsumexp_cpu_float32 2022-09-27T15:50:31.7628256Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_roll_cpu 2022-09-27T15:50:31.7636619Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_logsumexp_cpu_float32 2022-09-27T15:50:31.7637839Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_median_cpu_float32 2022-09-27T15:50:31.7665765Z test_ops.py::TestCommonCPU::test_errors_scatter_cpu 2022-09-27T15:50:31.7675034Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_median_cpu_float32 2022-09-27T15:50:31.7695352Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_prod_cpu_int64 2022-09-27T15:50:31.7700550Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_scatter_cpu 2022-09-27T15:50:31.7711341Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_prod_cpu_int64 2022-09-27T15:50:31.7712358Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_std_cpu_int64 2022-09-27T15:50:31.7725310Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_w_cpu 2022-09-27T15:50:31.7740860Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_w_cpu 2022-09-27T15:50:31.7744109Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_std_cpu_int64 2022-09-27T15:50:31.7750962Z test_ops.py::TestCommonCPU::test_errors_special_legendre_polynomial_p_cpu 2022-09-27T15:50:31.7755221Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_var_cpu_int64 2022-09-27T15:50:31.7764626Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_legendre_polynomial_p_cpu 2022-09-27T15:50:31.7779060Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_w_cpu 2022-09-27T15:50:31.7785561Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_var_cpu_int64 2022-09-27T15:50:31.7792091Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_w_cpu 2022-09-27T15:50:31.7796341Z test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_int64 2022-09-27T15:50:31.7817696Z test_ops.py::TestCommonCPU::test_errors_sum_to_size_cpu 2022-09-27T15:50:31.7827478Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_int64 2022-09-27T15:50:31.7836427Z test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_int64 2022-09-27T15:50:31.7850092Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_sum_to_size_cpu 2022-09-27T15:50:31.7856186Z test_ops.py::TestCommonCPU::test_errors_true_divide_cpu 2022-09-27T15:50:31.7863403Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_int64 2022-09-27T15:50:31.7873741Z test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_float32 2022-09-27T15:50:31.7884054Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_true_divide_cpu 2022-09-27T15:50:31.7890720Z test_ops.py::TestCommonCPU::test_errors_view_cpu 2022-09-27T15:50:31.7900200Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_float32 2022-09-27T15:50:31.7928023Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_float32 2022-09-27T15:50:31.7935293Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_float32 2022-09-27T15:50:31.7945217Z test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_float32 2022-09-27T15:50:31.7958867Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_view_cpu 2022-09-27T15:50:31.7965422Z test_ops.py::TestCommonCPU::test_errors_xlogy_cpu 2022-09-27T15:50:31.7972835Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_float32 2022-09-27T15:50:31.7983549Z test_ops.py::TestCommonCPU::test_multiple_devices_allclose_cpu_float32 2022-09-27T15:50:31.7994898Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_xlogy_cpu 2022-09-27T15:50:31.8001319Z test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_int64 2022-09-27T15:50:31.8008430Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_allclose_cpu_float32 2022-09-27T15:50:31.8021859Z test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_int64 2022-09-27T15:50:31.8036785Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_int64 2022-09-27T15:50:31.8041126Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_int64 2022-09-27T15:50:31.8050431Z test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_int64 2022-09-27T15:50:31.8064452Z test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_int64 2022-09-27T15:50:31.8074181Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_int64 2022-09-27T15:50:31.8088301Z test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_float32 2022-09-27T15:50:31.8099545Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_int64 2022-09-27T15:50:31.8111639Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_float32 2022-09-27T15:50:31.8114738Z test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_int64 2022-09-27T15:50:31.8139135Z test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_int64 2022-09-27T15:50:31.8150688Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_int64 2022-09-27T15:50:31.8161348Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_int64 2022-09-27T15:50:31.8168164Z test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_float32 2022-09-27T15:50:31.8178755Z test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_int64 2022-09-27T15:50:31.8188169Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_float32 2022-09-27T15:50:31.8197157Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_amax_cpu_int64 2022-09-27T15:50:31.8206711Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_int64 2022-09-27T15:50:31.8216584Z test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_int64 2022-09-27T15:50:31.8229437Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_amax_cpu_int64 2022-09-27T15:50:31.8233516Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmax_cpu_int64 2022-09-27T15:50:31.8242900Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_int64 2022-09-27T15:50:31.8265153Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_int64 2022-09-27T15:50:31.8271409Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmax_cpu_int64 2022-09-27T15:50:31.8283365Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_int64 2022-09-27T15:50:31.8284168Z test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_int64 2022-09-27T15:50:31.8315170Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumprod_cpu_int64 2022-09-27T15:50:31.8321237Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_int64 2022-09-27T15:50:31.8330948Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumprod_cpu_int64 2022-09-27T15:50:31.8331740Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_logaddexp_cpu_float32 2022-09-27T15:50:31.8363274Z test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_int64 2022-09-27T15:50:31.8369238Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_int64 2022-09-27T15:50:31.8377984Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_logaddexp_cpu_float32 2022-09-27T15:50:31.8378984Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_mean_cpu_int64 2022-09-27T15:50:31.8417849Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_int64 2022-09-27T15:50:31.8419874Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_mean_cpu_int64 2022-09-27T15:50:31.8427979Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_int64 2022-09-27T15:50:31.8431238Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_int64 2022-09-27T15:50:31.8453353Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_prod_cpu_float32 2022-09-27T15:50:31.8461377Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_int64 2022-09-27T15:50:31.8468733Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_prod_cpu_float32 2022-09-27T15:50:31.8475248Z test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_float32 2022-09-27T15:50:31.8490140Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_std_cpu_float32 2022-09-27T15:50:31.8498692Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_float32 2022-09-27T15:50:31.8508185Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_std_cpu_float32 2022-09-27T15:50:31.8509816Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_left_shift_cpu_int64 2022-09-27T15:50:31.8538976Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_var_cpu_float32 2022-09-27T15:50:31.8544540Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_left_shift_cpu_int64 2022-09-27T15:50:31.8552423Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_var_cpu_float32 2022-09-27T15:50:31.8554282Z test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_float32 2022-09-27T15:50:31.8576382Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_xor_cpu_int64 2022-09-27T15:50:31.8589151Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_float32 2022-09-27T15:50:31.8592616Z test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_float32 2022-09-27T15:50:31.8601395Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_xor_cpu_int64 2022-09-27T15:50:31.8612145Z test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_int64 2022-09-27T15:50:31.8622478Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_float32 2022-09-27T15:50:31.8630349Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_int64 2022-09-27T15:50:31.8636921Z test_ops.py::TestCommonCPU::test_multiple_devices_addcdiv_cpu_float32 2022-09-27T15:50:31.8656324Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_float32 2022-09-27T15:50:31.8666247Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addcdiv_cpu_float32 2022-09-27T15:50:31.8672526Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_int64 2022-09-27T15:50:31.8681660Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_float32 2022-09-27T15:50:31.8688552Z test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_float32 2022-09-27T15:50:31.8698318Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_int64 2022-09-27T15:50:31.8716252Z test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_int64 2022-09-27T15:50:31.8728957Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_float32 2022-09-27T15:50:31.8737632Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_int64 2022-09-27T15:50:31.8738869Z test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_float32 2022-09-27T15:50:31.8765323Z test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_int64 2022-09-27T15:50:31.8774969Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_float32 2022-09-27T15:50:31.8783243Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_int64 2022-09-27T15:50:31.8785000Z test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_float32 2022-09-27T15:50:31.8811997Z test_ops.py::TestCommonCPU::test_multiple_devices_cdist_cpu_float32 2022-09-27T15:50:31.8816678Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_float32 2022-09-27T15:50:31.8826879Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cdist_cpu_float32 2022-09-27T15:50:31.8827927Z test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_int64 2022-09-27T15:50:31.8858677Z test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_float32 2022-09-27T15:50:31.8865183Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_int64 2022-09-27T15:50:31.8874048Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_float32 2022-09-27T15:50:31.8875150Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_inverse_cpu_float32 2022-09-27T15:50:31.8903104Z test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_float32 2022-09-27T15:50:31.8911508Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_inverse_cpu_float32 2022-09-27T15:50:31.8919285Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_float32 2022-09-27T15:50:31.8920327Z test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_float32 2022-09-27T15:50:31.8951167Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_float32 2022-09-27T15:50:31.8956036Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_float32 2022-09-27T15:50:31.8966147Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_float32 2022-09-27T15:50:31.8966905Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_float32 2022-09-27T15:50:31.8993575Z test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_float32 2022-09-27T15:50:31.9004079Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_float32 2022-09-27T15:50:31.9011985Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_float32 2022-09-27T15:50:31.9012814Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_float32 2022-09-27T15:50:31.9042515Z test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_float32 2022-09-27T15:50:31.9050813Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_float32 2022-09-27T15:50:31.9059068Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_float32 2022-09-27T15:50:31.9059820Z test_ops.py::TestCommonCPU::test_multiple_devices_complex_cpu_float32 2022-09-27T15:50:31.9084188Z test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_float32 2022-09-27T15:50:31.9094105Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_complex_cpu_float32 2022-09-27T15:50:31.9105464Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_float32 2022-09-27T15:50:31.9106311Z test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_float32 2022-09-27T15:50:31.9134338Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_int64 2022-09-27T15:50:31.9142858Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_float32 2022-09-27T15:50:31.9151286Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_int64 2022-09-27T15:50:31.9152675Z test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_int64 2022-09-27T15:50:31.9182886Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_float32 2022-09-27T15:50:31.9189749Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_int64 2022-09-27T15:50:31.9198736Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_float32 2022-09-27T15:50:31.9200096Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_float32 2022-09-27T15:50:31.9227515Z test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_int64 2022-09-27T15:50:31.9233775Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_float32 2022-09-27T15:50:31.9244075Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_int64 2022-09-27T15:50:31.9245414Z test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_int64 2022-09-27T15:50:31.9272818Z test_ops.py::TestCommonCPU::test_multiple_devices_bernoulli_cpu_float32 2022-09-27T15:50:31.9281640Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_int64 2022-09-27T15:50:31.9289900Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bernoulli_cpu_float32 2022-09-27T15:50:31.9291259Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_and_cpu_int64 2022-09-27T15:50:31.9318812Z test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_int64 2022-09-27T15:50:31.9327432Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_and_cpu_int64 2022-09-27T15:50:31.9335233Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_int64 2022-09-27T15:50:31.9336565Z test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_int64 2022-09-27T15:50:31.9366588Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_right_shift_cpu_int64 2022-09-27T15:50:31.9377025Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_int64 2022-09-27T15:50:31.9384424Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_right_shift_cpu_int64 2022-09-27T15:50:31.9387208Z test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_float32 2022-09-27T15:50:31.9412397Z test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_int64 2022-09-27T15:50:31.9420443Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_float32 2022-09-27T15:50:31.9428322Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_int64 2022-09-27T15:50:31.9429718Z test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_int64 2022-09-27T15:50:31.9455912Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_shapes_cpu_float32 2022-09-27T15:50:31.9463490Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_int64 2022-09-27T15:50:31.9474253Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_shapes_cpu_float32 2022-09-27T15:50:31.9475143Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_int64 2022-09-27T15:50:31.9494572Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_int64 2022-09-27T15:50:31.9502791Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_int64 2022-09-27T15:50:31.9509097Z test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_int64 2022-09-27T15:50:31.9518004Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_int64 2022-09-27T15:50:31.9528568Z test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_int64 2022-09-27T15:50:31.9538727Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_int64 2022-09-27T15:50:31.9544416Z test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_int64 2022-09-27T15:50:31.9553746Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_int64 2022-09-27T15:50:31.9563199Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_int64 2022-09-27T15:50:31.9574363Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_int64 2022-09-27T15:50:31.9580324Z test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_float32 2022-09-27T15:50:31.9587557Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_int64 2022-09-27T15:50:31.9596006Z test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_int64 2022-09-27T15:50:31.9613749Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_float32 2022-09-27T15:50:31.9615867Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_cpu_float32 2022-09-27T15:50:31.9626790Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_int64 2022-09-27T15:50:31.9633119Z test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_float32 2022-09-27T15:50:31.9640460Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_cpu_float32 2022-09-27T15:50:31.9650855Z test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_int64 2022-09-27T15:50:31.9660574Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_float32 2022-09-27T15:50:31.9667178Z test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_float32 2022-09-27T15:50:31.9674379Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_int64 2022-09-27T15:50:31.9684857Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_int64 2022-09-27T15:50:31.9694545Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_float32 2022-09-27T15:50:31.9701256Z test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_float32 2022-09-27T15:50:31.9710651Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_int64 2022-09-27T15:50:31.9715832Z test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_int64 2022-09-27T15:50:31.9727604Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_float32 2022-09-27T15:50:31.9738951Z test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_float32 2022-09-27T15:50:31.9747765Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_int64 2022-09-27T15:50:31.9755631Z test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_int64 2022-09-27T15:50:31.9768004Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_float32 2022-09-27T15:50:31.9779442Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_float32 2022-09-27T15:50:31.9794038Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_int64 2022-09-27T15:50:31.9801341Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_float32 2022-09-27T15:50:31.9809661Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_float32 2022-09-27T15:50:31.9826296Z test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_float32 2022-09-27T15:50:31.9843535Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_float32 2022-09-27T15:50:31.9853119Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_float32 2022-09-27T15:50:31.9854604Z test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_float32 2022-09-27T15:50:31.9883298Z test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_float32 2022-09-27T15:50:31.9891006Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_float32 2022-09-27T15:50:31.9902240Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_float32 2022-09-27T15:50:31.9903387Z test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_float32 2022-09-27T15:50:31.9923694Z test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_float32 2022-09-27T15:50:31.9934998Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_float32 2022-09-27T15:50:31.9945556Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_float32 2022-09-27T15:50:31.9952023Z test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_float32 2022-09-27T15:50:31.9959291Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_float32 2022-09-27T15:50:31.9970706Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_float32 2022-09-27T15:50:31.9985008Z test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_float32 2022-09-27T15:50:31.9995358Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_float32 2022-09-27T15:50:31.9999459Z test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_float32 2022-09-27T15:50:32.0009617Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_float32 2022-09-27T15:50:32.0024007Z test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_float32 2022-09-27T15:50:32.0038325Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_float32 2022-09-27T15:50:32.0045649Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_float32 2022-09-27T15:50:32.0053235Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_float32 2022-09-27T15:50:32.0072083Z test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_float32 2022-09-27T15:50:32.0083816Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_float32 2022-09-27T15:50:32.0091592Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_float32 2022-09-27T15:50:32.0099727Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_float32 2022-09-27T15:50:32.0109795Z test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_float32 2022-09-27T15:50:32.0117231Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_float32 2022-09-27T15:50:32.0134825Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_float32 2022-09-27T15:50:32.0149457Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_float32 2022-09-27T15:50:32.0158446Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_float32 2022-09-27T15:50:32.0159227Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_float32 2022-09-27T15:50:32.0187900Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_float32 2022-09-27T15:50:32.0194793Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_float32 2022-09-27T15:50:32.0204806Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_float32 2022-09-27T15:50:32.0207027Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_float32 2022-09-27T15:50:32.0235963Z test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_float32 2022-09-27T15:50:32.0241446Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_float32 2022-09-27T15:50:32.0250831Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_float32 2022-09-27T15:50:32.0251625Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_float32 2022-09-27T15:50:32.0284026Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_float32 2022-09-27T15:50:32.0289442Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_float32 2022-09-27T15:50:32.0296176Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_float32 2022-09-27T15:50:32.0298902Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_float32 2022-09-27T15:50:32.0329951Z test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_float32 2022-09-27T15:50:32.0335269Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_float32 2022-09-27T15:50:32.0345146Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_float32 2022-09-27T15:50:32.0346732Z test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_int64 2022-09-27T15:50:32.0372347Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_float32 2022-09-27T15:50:32.0377935Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_float32 2022-09-27T15:50:32.0389206Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_int64 2022-09-27T15:50:32.0392292Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_float32 2022-09-27T15:50:32.0418566Z test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_int64 2022-09-27T15:50:32.0434460Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_float32 2022-09-27T15:50:32.0445014Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_int64 2022-09-27T15:50:32.0446109Z test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_int64 2022-09-27T15:50:32.0474689Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_float32 2022-09-27T15:50:32.0482817Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_int64 2022-09-27T15:50:32.0498975Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_float32 2022-09-27T15:50:32.0500199Z test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_int64 2022-09-27T15:50:32.0531791Z test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_float32 2022-09-27T15:50:32.0537600Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_float32 2022-09-27T15:50:32.0546324Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_int64 2022-09-27T15:50:32.0547604Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_int64 2022-09-27T15:50:32.0580575Z test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_float32 2022-09-27T15:50:32.0590935Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_int64 2022-09-27T15:50:32.0600769Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_float32 2022-09-27T15:50:32.0603241Z test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_int64 2022-09-27T15:50:32.0634486Z test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_float32 2022-09-27T15:50:32.0640197Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_int64 2022-09-27T15:50:32.0650982Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_float32 2022-09-27T15:50:32.0652330Z test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_int64 2022-09-27T15:50:32.0682349Z test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_float32 2022-09-27T15:50:32.0711385Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_int64 2022-09-27T15:50:32.0712289Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_float32 2022-09-27T15:50:32.0712872Z test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_int64 2022-09-27T15:50:32.0739751Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_float32 2022-09-27T15:50:32.0741898Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_int64 2022-09-27T15:50:32.0753720Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_float32 2022-09-27T15:50:32.0755387Z test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_int64 2022-09-27T15:50:32.0785673Z test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_float32 2022-09-27T15:50:32.0790905Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_float32 2022-09-27T15:50:32.0803138Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_int64 2022-09-27T15:50:32.0804577Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_int64 2022-09-27T15:50:32.0831228Z test_ops.py::TestCommonCPU::test_multiple_devices_frac_cpu_float32 2022-09-27T15:50:32.0840065Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_int64 2022-09-27T15:50:32.0849226Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_frac_cpu_float32 2022-09-27T15:50:32.0855982Z test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_int64 2022-09-27T15:50:32.0866458Z test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_float32 2022-09-27T15:50:32.0876468Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_int64 2022-09-27T15:50:32.0885662Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_int64 2022-09-27T15:50:32.0900371Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_float32 2022-09-27T15:50:32.0906087Z test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_int64 2022-09-27T15:50:32.0914294Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_int64 2022-09-27T15:50:32.0923884Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_int64 2022-09-27T15:50:32.0934563Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_int64 2022-09-27T15:50:32.0944556Z test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_float32 2022-09-27T15:50:32.0958603Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_int64 2022-09-27T15:50:32.0962200Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_int64 2022-09-27T15:50:32.0971939Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_float32 2022-09-27T15:50:32.1002479Z test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_float32 2022-09-27T15:50:32.1011459Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_int64 2022-09-27T15:50:32.1024297Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_float32 2022-09-27T15:50:32.1025487Z test_ops.py::TestCommonCPU::test_multiple_devices_histogramdd_cpu_float32 2022-09-27T15:50:32.1056757Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_int64 2022-09-27T15:50:32.1062683Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_histogramdd_cpu_float32 2022-09-27T15:50:32.1075156Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_int64 2022-09-27T15:50:32.1076597Z test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_int64 2022-09-27T15:50:32.1109464Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_int64 2022-09-27T15:50:32.1120926Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_int64 2022-09-27T15:50:32.1131131Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_int64 2022-09-27T15:50:32.1134189Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_int64 2022-09-27T15:50:32.1156333Z test_ops.py::TestCommonCPU::test_multiple_devices_igamma_cpu_float32 2022-09-27T15:50:32.1162354Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_igamma_cpu_float32 2022-09-27T15:50:32.1172301Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_int64 2022-09-27T15:50:32.1174397Z test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_float32 2022-09-27T15:50:32.1194763Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_int64 2022-09-27T15:50:32.1201904Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_float32 2022-09-27T15:50:32.1212187Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_int64 2022-09-27T15:50:32.1213073Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_int64 2022-09-27T15:50:32.1236665Z test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_float32 2022-09-27T15:50:32.1242948Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_float32 2022-09-27T15:50:32.1250572Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_int64 2022-09-27T15:50:32.1252423Z test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_float32 2022-09-27T15:50:32.1275809Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_int64 2022-09-27T15:50:32.1282156Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_int64 2022-09-27T15:50:32.1290953Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_float32 2022-09-27T15:50:32.1293524Z test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_float32 2022-09-27T15:50:32.1319480Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_int64 2022-09-27T15:50:32.1322196Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_float32 2022-09-27T15:50:32.1329210Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_int64 2022-09-27T15:50:32.1331082Z test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_float32 2022-09-27T15:50:32.1356952Z test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_int64 2022-09-27T15:50:32.1359671Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_int64 2022-09-27T15:50:32.1366820Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_float32 2022-09-27T15:50:32.1367634Z test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_float32 2022-09-27T15:50:32.1388244Z test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_int64 2022-09-27T15:50:32.1393072Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_float32 2022-09-27T15:50:32.1403063Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_int64 2022-09-27T15:50:32.1405037Z test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_int64 2022-09-27T15:50:32.1425735Z test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_float32 2022-09-27T15:50:32.1431894Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_float32 2022-09-27T15:50:32.1441169Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_int64 2022-09-27T15:50:32.1441970Z test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_float32 2022-09-27T15:50:32.1462214Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_int64 2022-09-27T15:50:32.1469693Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_float32 2022-09-27T15:50:32.1479629Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_int64 2022-09-27T15:50:32.1480870Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_int64 2022-09-27T15:50:32.1511968Z test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_int64 2022-09-27T15:50:32.1514817Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_int64 2022-09-27T15:50:32.1522814Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_int64 2022-09-27T15:50:32.1524704Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_int64 2022-09-27T15:50:32.1551166Z test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_int64 2022-09-27T15:50:32.1557388Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_int64 2022-09-27T15:50:32.1566868Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_int64 2022-09-27T15:50:32.1568590Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_int64 2022-09-27T15:50:32.1591063Z test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_int64 2022-09-27T15:50:32.1599696Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_int64 2022-09-27T15:50:32.1607738Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_int64 2022-09-27T15:50:32.1608667Z test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_int64 2022-09-27T15:50:32.1642227Z test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_float32 2022-09-27T15:50:32.1648276Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_int64 2022-09-27T15:50:32.1655839Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_float32 2022-09-27T15:50:32.1656849Z test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_int64 2022-09-27T15:50:32.1686642Z test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_float32 2022-09-27T15:50:32.1701322Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_int64 2022-09-27T15:50:32.1705623Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_float32 2022-09-27T15:50:32.1711438Z test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_int64 2022-09-27T15:50:32.1722086Z test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_int64 2022-09-27T15:50:32.1734294Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_int64 2022-09-27T15:50:32.1738832Z test_ops.py::TestCommonCPU::test_multiple_devices_histogram_cpu_float32 2022-09-27T15:50:32.1748716Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_int64 2022-09-27T15:50:32.1761636Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_float32 2022-09-27T15:50:32.1770082Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_histogram_cpu_float32 2022-09-27T15:50:32.1774386Z test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_float32 2022-09-27T15:50:32.1783086Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_float32 2022-09-27T15:50:32.1795091Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eig_cpu_float32 2022-09-27T15:50:32.1808094Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_float32 2022-09-27T15:50:32.1812858Z test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_int64 2022-09-27T15:50:32.1820375Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eig_cpu_float32 2022-09-27T15:50:32.1828537Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_householder_product_cpu_float32 2022-09-27T15:50:32.1840971Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_int64 2022-09-27T15:50:32.1845849Z test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_int64 2022-09-27T15:50:32.1855315Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_householder_product_cpu_float32 2022-09-27T15:50:32.1867435Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:50:32.1876376Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_int64 2022-09-27T15:50:32.1884336Z test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_int64 2022-09-27T15:50:32.1895283Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:50:32.1904264Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_cpu_float32 2022-09-27T15:50:32.1916732Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_int64 2022-09-27T15:50:32.1929153Z test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_int64 2022-09-27T15:50:32.1943414Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_cpu_float32 2022-09-27T15:50:32.1949522Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_int64 2022-09-27T15:50:32.1956330Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_norm_cpu_float32 2022-09-27T15:50:32.1973438Z test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_int64 2022-09-27T15:50:32.1986878Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_norm_cpu_float32 2022-09-27T15:50:32.2000381Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_int64 2022-09-27T15:50:32.2001768Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_float32 2022-09-27T15:50:32.2022723Z test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_int64 2022-09-27T15:50:32.2035379Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_float32 2022-09-27T15:50:32.2044968Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_int64 2022-09-27T15:50:32.2046264Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_cpu_float32 2022-09-27T15:50:32.2072695Z test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_int64 2022-09-27T15:50:32.2081213Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_int64 2022-09-27T15:50:32.2089000Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_cpu_float32 2022-09-27T15:50:32.2092125Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_slogdet_cpu_float32 2022-09-27T15:50:32.2127909Z test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_int64 2022-09-27T15:50:32.2134503Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_int64 2022-09-27T15:50:32.2143350Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_slogdet_cpu_float32 2022-09-27T15:50:32.2145618Z test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_int64 2022-09-27T15:50:32.2170872Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svd_cpu_float32 2022-09-27T15:50:32.2179452Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svd_cpu_float32 2022-09-27T15:50:32.2188891Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_int64 2022-09-27T15:50:32.2190478Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:50:32.2220638Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_float32 2022-09-27T15:50:32.2230100Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_float32 2022-09-27T15:50:32.2267309Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:50:32.2301132Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_float32 2022-09-27T15:50:32.2306846Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_float32 2022-09-27T15:50:32.2314017Z test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_float32 2022-09-27T15:50:32.2326302Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_float32 2022-09-27T15:50:32.2339305Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_float32 2022-09-27T15:50:32.2344667Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_float32 2022-09-27T15:50:32.2354992Z test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_float32 2022-09-27T15:50:32.2373963Z test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_float32 2022-09-27T15:50:32.2384795Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_float32 2022-09-27T15:50:32.2388774Z test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_float32 2022-09-27T15:50:32.2398578Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_float32 2022-09-27T15:50:32.2411158Z test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_int64 2022-09-27T15:50:32.2423652Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_float32 2022-09-27T15:50:32.2428209Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_int64 2022-09-27T15:50:32.2438023Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_int64 2022-09-27T15:50:32.2454675Z test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_float32 2022-09-27T15:50:32.2464147Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_int64 2022-09-27T15:50:32.2469789Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_float32 2022-09-27T15:50:32.2476648Z test_ops.py::TestCommonCPU::test_multiple_devices_logdet_cpu_float32 2022-09-27T15:50:32.2501438Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cond_cpu_float32 2022-09-27T15:50:32.2513948Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logdet_cpu_float32 2022-09-27T15:50:32.2527286Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cond_cpu_float32 2022-09-27T15:50:32.2528967Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_singular_cpu_float32 2022-09-27T15:50:32.2556571Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_int64 2022-09-27T15:50:32.2567997Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_singular_cpu_float32 2022-09-27T15:50:32.2578294Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_int64 2022-09-27T15:50:32.2579844Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvalsh_cpu_float32 2022-09-27T15:50:32.2608556Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_int64 2022-09-27T15:50:32.2617820Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvalsh_cpu_float32 2022-09-27T15:50:32.2627358Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_int64 2022-09-27T15:50:32.2630107Z test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_int64 2022-09-27T15:50:32.2657864Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_cpu_float32 2022-09-27T15:50:32.2664913Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_int64 2022-09-27T15:50:32.2674396Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_cpu_float32 2022-09-27T15:50:32.2676031Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:50:32.2704095Z test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_int64 2022-09-27T15:50:32.2711811Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:50:32.2723587Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_int64 2022-09-27T15:50:32.2724556Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_solve_cpu_float32 2022-09-27T15:50:32.2754684Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_solve_cpu_float32 2022-09-27T15:50:32.2766598Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lu_solve_cpu_float32 2022-09-27T15:50:32.2775430Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_solve_cpu_float32 2022-09-27T15:50:32.2778093Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:50:32.2808908Z test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_float32 2022-09-27T15:50:32.2812699Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:50:32.2824911Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_float32 2022-09-27T15:50:32.2826266Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_float32 2022-09-27T15:50:32.2857602Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:50:32.2867642Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_float32 2022-09-27T15:50:32.2882355Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:50:32.2883176Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_qr_cpu_float32 2022-09-27T15:50:32.2905077Z test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_float32 2022-09-27T15:50:32.2914047Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_qr_cpu_float32 2022-09-27T15:50:32.2925632Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_float32 2022-09-27T15:50:32.2928176Z test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_int64 2022-09-27T15:50:32.2954110Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_triangular_cpu_float32 2022-09-27T15:50:32.2968043Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_int64 2022-09-27T15:50:32.2978437Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_triangular_cpu_float32 2022-09-27T15:50:32.2980423Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorsolve_cpu_float32 2022-09-27T15:50:32.3009493Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_int64 2022-09-27T15:50:32.3014543Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorsolve_cpu_float32 2022-09-27T15:50:32.3022830Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_int64 2022-09-27T15:50:32.3024792Z test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_float32 2022-09-27T15:50:32.3055994Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vector_norm_cpu_float32 2022-09-27T15:50:32.3060686Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vector_norm_cpu_float32 2022-09-27T15:50:32.3070042Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_float32 2022-09-27T15:50:32.3072898Z test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_int64 2022-09-27T15:50:32.3102590Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:50:32.3110689Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:50:32.3119255Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_int64 2022-09-27T15:50:32.3121516Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_float32 2022-09-27T15:50:32.3151872Z test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_int64 2022-09-27T15:50:32.3159209Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_int64 2022-09-27T15:50:32.3171736Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_float32 2022-09-27T15:50:32.3172721Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_float32 2022-09-27T15:50:32.3198378Z test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_float32 2022-09-27T15:50:32.3207323Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_float32 2022-09-27T15:50:32.3220844Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_float32 2022-09-27T15:50:32.3222694Z test_ops.py::TestCommonCPU::test_multiple_devices_logcumsumexp_cpu_float32 2022-09-27T15:50:32.3245665Z test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_float32 2022-09-27T15:50:32.3254678Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_float32 2022-09-27T15:50:32.3262391Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logcumsumexp_cpu_float32 2022-09-27T15:50:32.3263709Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_float32 2022-09-27T15:50:32.3294630Z test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_float32 2022-09-27T15:50:32.3299984Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_float32 2022-09-27T15:50:32.3307784Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_float32 2022-09-27T15:50:32.3309331Z test_ops.py::TestCommonCPU::test_multiple_devices_multinomial_cpu_float32 2022-09-27T15:50:32.3351440Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_float32 2022-09-27T15:50:32.3358862Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_float32 2022-09-27T15:50:32.3367501Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_multinomial_cpu_float32 2022-09-27T15:50:32.3368970Z test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_float32 2022-09-27T15:50:32.3400607Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_int64 2022-09-27T15:50:32.3406800Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_float32 2022-09-27T15:50:32.3419082Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_int64 2022-09-27T15:50:32.3421003Z test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_float32 2022-09-27T15:50:32.3451250Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_int64 2022-09-27T15:50:32.3458298Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_int64 2022-09-27T15:50:32.3466659Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_float32 2022-09-27T15:50:32.3469375Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_float32 2022-09-27T15:50:32.3491843Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_cpu_float32 2022-09-27T15:50:32.3498614Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_float32 2022-09-27T15:50:32.3508862Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lu_cpu_float32 2022-09-27T15:50:32.3511011Z test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_int64 2022-09-27T15:50:32.3545385Z test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_int64 2022-09-27T15:50:32.3549396Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_int64 2022-09-27T15:50:32.3557520Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_int64 2022-09-27T15:50:32.3558585Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_int64 2022-09-27T15:50:32.3586180Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_int64 2022-09-27T15:50:32.3591853Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_int64 2022-09-27T15:50:32.3604815Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_int64 2022-09-27T15:50:32.3606407Z test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_float32 2022-09-27T15:50:32.3634078Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_int64 2022-09-27T15:50:32.3639976Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_float32 2022-09-27T15:50:32.3647605Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_int64 2022-09-27T15:50:32.3648636Z test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_float32 2022-09-27T15:50:32.3682279Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_float32 2022-09-27T15:50:32.3684209Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_float32 2022-09-27T15:50:32.3692492Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_float32 2022-09-27T15:50:32.3693569Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_float32 2022-09-27T15:50:32.3721695Z test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_float32 2022-09-27T15:50:32.3732445Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_float32 2022-09-27T15:50:32.3746032Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_float32 2022-09-27T15:50:32.3747759Z test_ops.py::TestCommonCPU::test_multiple_devices_nextafter_cpu_float32 2022-09-27T15:50:32.3783257Z test_ops.py::TestCommonCPU::test_multiple_devices_mean_cpu_float32 2022-09-27T15:50:32.3786988Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mean_cpu_float32 2022-09-27T15:50:32.3796746Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nextafter_cpu_float32 2022-09-27T15:50:32.3799457Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:50:32.3821072Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:50:32.3830014Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:50:32.3837961Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:50:32.3840782Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_int64 2022-09-27T15:50:32.3861556Z test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_int64 2022-09-27T15:50:32.3874661Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_int64 2022-09-27T15:50:32.3882583Z [gw0] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_int64 2022-09-27T15:50:32.3883866Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_int64 2022-09-27T15:50:32.3916877Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_int64 2022-09-27T15:50:32.3919708Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_int64 2022-09-27T15:50:32.3928624Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_int64 2022-09-27T15:50:32.3929446Z test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_int64 2022-09-27T15:50:32.3952577Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:50:32.3961854Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:50:32.3969933Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_int64 2022-09-27T15:50:32.3972055Z test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_int64 2022-09-27T15:50:32.3996004Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_int64 2022-09-27T15:50:32.4002268Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_int64 2022-09-27T15:50:32.4009397Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_int64 2022-09-27T15:50:32.4011020Z test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_int64 2022-09-27T15:50:32.4035449Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_int64 2022-09-27T15:50:32.4041703Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_int64 2022-09-27T15:50:32.4052704Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_int64 2022-09-27T15:50:32.4055317Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_int64 2022-09-27T15:50:32.4078741Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:50:32.4083764Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:50:32.4093282Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_int64 2022-09-27T15:50:32.4095092Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:50:32.4120480Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:50:32.4123831Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:50:32.4131411Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:50:32.4132267Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmean_cpu_float32 2022-09-27T15:50:32.4154966Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout_cpu_float32 2022-09-27T15:50:32.4161461Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nanmean_cpu_float32 2022-09-27T15:50:32.4168771Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout_cpu_float32 2022-09-27T15:50:32.4169603Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:50:32.4192026Z test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_float32 2022-09-27T15:50:32.4197890Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:50:32.4205029Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_float32 2022-09-27T15:50:32.4205852Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_float32 2022-09-27T15:50:32.4228315Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:50:32.4233021Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_float32 2022-09-27T15:50:32.4243033Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:50:32.4243880Z test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_int64 2022-09-27T15:50:32.4267154Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_grid_sample_cpu_float32 2022-09-27T15:50:32.4272665Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_int64 2022-09-27T15:50:32.4282963Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_grid_sample_cpu_float32 2022-09-27T15:50:32.4284012Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_int64 2022-09-27T15:50:32.4310014Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardswish_cpu_float32 2022-09-27T15:50:32.4312710Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_int64 2022-09-27T15:50:32.4319513Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardswish_cpu_float32 2022-09-27T15:50:32.4321262Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_huber_loss_cpu_float32 2022-09-27T15:50:32.4344193Z test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_int64 2022-09-27T15:50:32.4349046Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_huber_loss_cpu_float32 2022-09-27T15:50:32.4358137Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_int64 2022-09-27T15:50:32.4359747Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:50:32.4383413Z test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_int64 2022-09-27T15:50:32.4387745Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_int64 2022-09-27T15:50:32.4396814Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:50:32.4399086Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:50:32.4420110Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_kl_div_cpu_float32 2022-09-27T15:50:32.4428485Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:50:32.4436407Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_kl_div_cpu_float32 2022-09-27T15:50:32.4437446Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_float32 2022-09-27T15:50:32.4460598Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:50:32.4466484Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:50:32.4473139Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_float32 2022-09-27T15:50:32.4475188Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:50:32.4498013Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:50:32.4502790Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:50:32.4512563Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:50:32.4513385Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:50:32.4540709Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_int64 2022-09-27T15:50:32.4542912Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_int64 2022-09-27T15:50:32.4550297Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:50:32.4552470Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_float32 2022-09-27T15:50:32.4575166Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:50:32.4583985Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:50:32.4594545Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_float32 2022-09-27T15:50:32.4596302Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:50:32.4625017Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mish_cpu_float32 2022-09-27T15:50:32.4635066Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:50:32.4649085Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mish_cpu_float32 2022-09-27T15:50:32.4650560Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:50:32.4678711Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:50:32.4683170Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:50:32.4695000Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:50:32.4696559Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:50:32.4730581Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_float32 2022-09-27T15:50:32.4734960Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:50:32.4748200Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_float32 2022-09-27T15:50:32.4749733Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout3d_cpu_float32 2022-09-27T15:50:32.4777963Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:50:32.4789612Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:50:32.4800788Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout3d_cpu_float32 2022-09-27T15:50:32.4801607Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pdist_cpu_float32 2022-09-27T15:50:32.4822181Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_cpu_float32 2022-09-27T15:50:32.4833550Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pdist_cpu_float32 2022-09-27T15:50:32.4837397Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_cpu_float32 2022-09-27T15:50:32.4844487Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_int64 2022-09-27T15:50:32.4858092Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:50:32.4869118Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_int64 2022-09-27T15:50:32.4876963Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:50:32.4877781Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_float32 2022-09-27T15:50:32.4912735Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_glu_cpu_float32 2022-09-27T15:50:32.4915904Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_glu_cpu_float32 2022-09-27T15:50:32.4924852Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_float32 2022-09-27T15:50:32.4926511Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:50:32.4949367Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_rrelu_cpu_float32 2022-09-27T15:50:32.4955973Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:50:32.4963338Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_rrelu_cpu_float32 2022-09-27T15:50:32.4965972Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:50:32.4987893Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:50:32.4997027Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:50:32.5005415Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:50:32.5011811Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:50:32.5031626Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softplus_cpu_float32 2022-09-27T15:50:32.5042568Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:50:32.5046563Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:50:32.5059155Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softplus_cpu_float32 2022-09-27T15:50:32.5066496Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:50:32.5076510Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:50:32.5093901Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:50:32.5104735Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:50:32.5114315Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:50:32.5115185Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_int64 2022-09-27T15:50:32.5142688Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:50:32.5150492Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_int64 2022-09-27T15:50:32.5159226Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:50:32.5160809Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:50:32.5180760Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_unfold_cpu_float32 2022-09-27T15:50:32.5195908Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_unfold_cpu_float32 2022-09-27T15:50:32.5204988Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:50:32.5205772Z test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_int64 2022-09-27T15:50:32.5230799Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:50:32.5241811Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_int64 2022-09-27T15:50:32.5249999Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:50:32.5252748Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_nuc_cpu_float32 2022-09-27T15:50:32.5275642Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:50:32.5281395Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:50:32.5292662Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_norm_nuc_cpu_float32 2022-09-27T15:50:32.5295581Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_int64 2022-09-27T15:50:32.5321442Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:50:32.5326029Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:50:32.5335027Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_int64 2022-09-27T15:50:32.5338092Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_one_hot_cpu_int64 2022-09-27T15:50:32.5362751Z test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_float32 2022-09-27T15:50:32.5375972Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_one_hot_cpu_int64 2022-09-27T15:50:32.5379816Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_float32 2022-09-27T15:50:32.5387073Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_int64 2022-09-27T15:50:32.5395206Z test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_int64 2022-09-27T15:50:32.5404703Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_int64 2022-09-27T15:50:32.5419302Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:50:32.5431483Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_int64 2022-09-27T15:50:32.5443934Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:50:32.5445266Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_int64 2022-09-27T15:50:32.5465402Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:50:32.5476458Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_int64 2022-09-27T15:50:32.5483783Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:50:32.5489705Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_int64 2022-09-27T15:50:32.5500078Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_prelu_cpu_float32 2022-09-27T15:50:32.5509565Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_int64 2022-09-27T15:50:32.5519929Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_int64 2022-09-27T15:50:32.5537213Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_prelu_cpu_float32 2022-09-27T15:50:32.5546077Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_int64 2022-09-27T15:50:32.5546982Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_int64 2022-09-27T15:50:32.5572956Z test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_int64 2022-09-27T15:50:32.5583472Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_int64 2022-09-27T15:50:32.5592768Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_int64 2022-09-27T15:50:32.5594327Z test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_int64 2022-09-27T15:50:32.5617534Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:50:32.5623836Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_int64 2022-09-27T15:50:32.5633324Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:50:32.5635999Z test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_int64 2022-09-27T15:50:32.5655532Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_int64 2022-09-27T15:50:32.5666396Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_int64 2022-09-27T15:50:32.5673320Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_int64 2022-09-27T15:50:32.5676013Z test_ops.py::TestCommonCPU::test_multiple_devices_randn_cpu_float32 2022-09-27T15:50:32.5699910Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_int64 2022-09-27T15:50:32.5706284Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_randn_cpu_float32 2022-09-27T15:50:32.5717881Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_int64 2022-09-27T15:50:32.5719767Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_int64 2022-09-27T15:50:32.5745204Z test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_float32 2022-09-27T15:50:32.5753737Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_int64 2022-09-27T15:50:32.5765340Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_float32 2022-09-27T15:50:32.5766542Z test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_float32 2022-09-27T15:50:32.5801659Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_int64 2022-09-27T15:50:32.5810335Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_float32 2022-09-27T15:50:32.5822817Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_int64 2022-09-27T15:50:32.5824329Z test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_float32 2022-09-27T15:50:32.5853744Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_int64 2022-09-27T15:50:32.5859127Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_int64 2022-09-27T15:50:32.5867272Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_float32 2022-09-27T15:50:32.5869629Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_int64 2022-09-27T15:50:32.5891170Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_inf_cpu_float32 2022-09-27T15:50:32.5898935Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_int64 2022-09-27T15:50:32.5903447Z test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_int64 2022-09-27T15:50:32.5910841Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_norm_inf_cpu_float32 2022-09-27T15:50:32.5927392Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_float32 2022-09-27T15:50:32.5942949Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_int64 2022-09-27T15:50:32.5953115Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_float32 2022-09-27T15:50:32.5954335Z test_ops.py::TestCommonCPU::test_multiple_devices_ormqr_cpu_float32 2022-09-27T15:50:32.5982408Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_int64 2022-09-27T15:50:32.5989557Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ormqr_cpu_float32 2022-09-27T15:50:32.6005224Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_int64 2022-09-27T15:50:32.6007524Z test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_float32 2022-09-27T15:50:32.6033907Z test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_int64 2022-09-27T15:50:32.6043571Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_float32 2022-09-27T15:50:32.6051452Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_int64 2022-09-27T15:50:32.6054429Z test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_int64 2022-09-27T15:50:32.6080049Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:50:32.6085762Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_int64 2022-09-27T15:50:32.6097277Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:50:32.6098849Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:50:32.6111696Z test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_float32 2022-09-27T15:50:32.6121718Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:50:32.6130477Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_float32 2022-09-27T15:50:32.6133493Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:50:32.6147918Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_float32 2022-09-27T15:50:32.6155900Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:50:32.6162915Z test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_float32 2022-09-27T15:50:32.6173959Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_float32 2022-09-27T15:50:32.6186500Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_float32 2022-09-27T15:50:32.6194201Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_float32 2022-09-27T15:50:32.6202756Z test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_float32 2022-09-27T15:50:32.6212981Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_float32 2022-09-27T15:50:32.6225259Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_float32 2022-09-27T15:50:32.6232769Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_float32 2022-09-27T15:50:32.6242377Z test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_float32 2022-09-27T15:50:32.6250133Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_float32 2022-09-27T15:50:32.6256853Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_float32 2022-09-27T15:50:32.6292048Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_float32 2022-09-27T15:50:32.6301070Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_float32 2022-09-27T15:50:32.6313687Z test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_lengths_cpu_float32 2022-09-27T15:50:32.6325329Z test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_int64 2022-09-27T15:50:32.6337539Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_lengths_cpu_float32 2022-09-27T15:50:32.6341807Z test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_float32 2022-09-27T15:50:32.6351210Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_int64 2022-09-27T15:50:32.6361855Z test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_int64 2022-09-27T15:50:32.6374736Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_float32 2022-09-27T15:50:32.6381195Z test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_float32 2022-09-27T15:50:32.6390017Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_int64 2022-09-27T15:50:32.6402909Z test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_int64 2022-09-27T15:50:32.6418156Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_float32 2022-09-27T15:50:32.6423391Z test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_float32 2022-09-27T15:50:32.6431215Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_int64 2022-09-27T15:50:32.6445496Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_float32 2022-09-27T15:50:32.6459730Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_float32 2022-09-27T15:50:32.6468773Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_float32 2022-09-27T15:50:32.6469707Z test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_float32 2022-09-27T15:50:32.6500853Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_float32 2022-09-27T15:50:32.6508573Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_float32 2022-09-27T15:50:32.6519134Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_float32 2022-09-27T15:50:32.6520646Z test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_float32 2022-09-27T15:50:32.6548434Z test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_float32 2022-09-27T15:50:32.6558156Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_float32 2022-09-27T15:50:32.6571333Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_float32 2022-09-27T15:50:32.6572629Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_float32 2022-09-27T15:50:32.6603741Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_cpu_float32 2022-09-27T15:50:32.6610537Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_softmax_cpu_float32 2022-09-27T15:50:32.6618703Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_float32 2022-09-27T15:50:32.6621093Z test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_int64 2022-09-27T15:50:32.6646934Z test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_float32 2022-09-27T15:50:32.6653624Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_int64 2022-09-27T15:50:32.6664114Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_float32 2022-09-27T15:50:32.6665576Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_float32 2022-09-27T15:50:32.6694236Z test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_float32 2022-09-27T15:50:32.6701170Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_float32 2022-09-27T15:50:32.6709617Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_float32 2022-09-27T15:50:32.6710933Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_float32 2022-09-27T15:50:32.6726045Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_neg_3_cpu_float32 2022-09-27T15:50:32.6743651Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_neg_3_cpu_float32 2022-09-27T15:50:32.6747091Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_float32 2022-09-27T15:50:32.6752815Z test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_int64 2022-09-27T15:50:32.6768379Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:50:32.6778127Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_int64 2022-09-27T15:50:32.6782361Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_int64 2022-09-27T15:50:32.6792381Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:50:32.6805979Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:50:32.6818762Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_int64 2022-09-27T15:50:32.6827519Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:50:32.6828327Z test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_float32 2022-09-27T15:50:32.6858563Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_int64 2022-09-27T15:50:32.6864464Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_float32 2022-09-27T15:50:32.6872899Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_int64 2022-09-27T15:50:32.6873922Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:50:32.6903961Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_int64 2022-09-27T15:50:32.6910125Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:50:32.6918559Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_int64 2022-09-27T15:50:32.6919447Z test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_int64 2022-09-27T15:50:32.6953256Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_float32 2022-09-27T15:50:32.6956797Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_float32 2022-09-27T15:50:32.6964608Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_int64 2022-09-27T15:50:32.6965593Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_float32 2022-09-27T15:50:32.6994425Z test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_int64 2022-09-27T15:50:32.7003047Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_int64 2022-09-27T15:50:32.7010576Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_float32 2022-09-27T15:50:32.7011314Z test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:50:32.7024498Z test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_int64 2022-09-27T15:50:32.7032470Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:50:32.7037746Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_int64 2022-09-27T15:50:32.7042973Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_float32 2022-09-27T15:50:32.7054509Z test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_int64 2022-09-27T15:50:32.7064010Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_float32 2022-09-27T15:50:32.7069163Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_int64 2022-09-27T15:50:32.7075260Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_float32 2022-09-27T15:50:32.7090520Z test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_int64 2022-09-27T15:50:32.7100453Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_float32 2022-09-27T15:50:32.7107872Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_int64 2022-09-27T15:50:32.7108636Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_float32 2022-09-27T15:50:32.7131084Z test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_int64 2022-09-27T15:50:32.7137226Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_float32 2022-09-27T15:50:32.7144023Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_int64 2022-09-27T15:50:32.7146066Z test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:50:32.7166901Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_int64 2022-09-27T15:50:32.7175034Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_int64 2022-09-27T15:50:32.7181612Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:50:32.7183828Z test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_float32 2022-09-27T15:50:32.7205814Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:50:32.7211738Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_float32 2022-09-27T15:50:32.7218522Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:50:32.7220271Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:50:32.7230821Z test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_int64 2022-09-27T15:50:32.7239595Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:50:32.7241956Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_int64 2022-09-27T15:50:32.7250997Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:50:32.7255153Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_int64 2022-09-27T15:50:32.7260631Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:50:32.7271595Z test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_float32 2022-09-27T15:50:32.7280001Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_int64 2022-09-27T15:50:32.7284163Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_int64 2022-09-27T15:50:32.7289726Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_float32 2022-09-27T15:50:32.7302442Z test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_float32 2022-09-27T15:50:32.7312725Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_int64 2022-09-27T15:50:32.7316902Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_float32 2022-09-27T15:50:32.7321740Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:50:32.7338743Z test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_float32 2022-09-27T15:50:32.7348362Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:50:32.7354847Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_float32 2022-09-27T15:50:32.7356884Z test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_float32 2022-09-27T15:50:32.7367783Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:50:32.7378635Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:50:32.7384918Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_float32 2022-09-27T15:50:32.7386894Z test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_int64 2022-09-27T15:50:32.7412573Z test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_float32 2022-09-27T15:50:32.7415231Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_int64 2022-09-27T15:50:32.7421446Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_float32 2022-09-27T15:50:32.7423399Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_int64 2022-09-27T15:50:32.7445782Z test_ops.py::TestCommonCPU::test_multiple_devices_stft_cpu_float32 2022-09-27T15:50:32.7451163Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_int64 2022-09-27T15:50:32.7457525Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_stft_cpu_float32 2022-09-27T15:50:32.7459525Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_int64 2022-09-27T15:50:32.7480670Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_int64 2022-09-27T15:50:32.7488375Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_int64 2022-09-27T15:50:32.7494981Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_int64 2022-09-27T15:50:32.7496557Z test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_int64 2022-09-27T15:50:32.7517453Z test_ops.py::TestCommonCPU::test_multiple_devices_svd_lowrank_cpu_float32 2022-09-27T15:50:32.7525393Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_int64 2022-09-27T15:50:32.7531425Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_svd_lowrank_cpu_float32 2022-09-27T15:50:32.7533450Z test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_float32 2022-09-27T15:50:32.7555500Z test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_int64 2022-09-27T15:50:32.7561550Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_float32 2022-09-27T15:50:32.7567491Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_int64 2022-09-27T15:50:32.7569487Z test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_float32 2022-09-27T15:50:32.7592557Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_int64 2022-09-27T15:50:32.7597597Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_float32 2022-09-27T15:50:32.7603578Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_int64 2022-09-27T15:50:32.7605623Z test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_float32 2022-09-27T15:50:32.7627033Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_int64 2022-09-27T15:50:32.7632866Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_float32 2022-09-27T15:50:32.7639539Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_int64 2022-09-27T15:50:32.7641546Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_int64 2022-09-27T15:50:32.7663429Z test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_float32 2022-09-27T15:50:32.7669185Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_float32 2022-09-27T15:50:32.7676186Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_int64 2022-09-27T15:50:32.7678293Z test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_float32 2022-09-27T15:50:32.7700303Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_int64 2022-09-27T15:50:32.7704824Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_float32 2022-09-27T15:50:32.7714171Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_int64 2022-09-27T15:50:32.7716224Z test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_float32 2022-09-27T15:50:32.7726887Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:50:32.7735077Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:50:32.7744512Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_float32 2022-09-27T15:50:32.7746494Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:50:32.7757172Z test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_float32 2022-09-27T15:50:32.7765643Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:50:32.7769823Z test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_int64 2022-09-27T15:50:32.7775659Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_float32 2022-09-27T15:50:32.7785611Z test_ops.py::TestCommonCPU::test_multiple_devices_triangular_solve_cpu_float32 2022-09-27T15:50:32.7794570Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_int64 2022-09-27T15:50:32.7799247Z test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_int64 2022-09-27T15:50:32.7804991Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_triangular_solve_cpu_float32 2022-09-27T15:50:32.7814422Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_float32 2022-09-27T15:50:32.7823926Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_int64 2022-09-27T15:50:32.7828038Z test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_int64 2022-09-27T15:50:32.7833511Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_float32 2022-09-27T15:50:32.7842807Z test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_int64 2022-09-27T15:50:32.7852584Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_int64 2022-09-27T15:50:32.7857338Z test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_int64 2022-09-27T15:50:32.7862885Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_int64 2022-09-27T15:50:32.7871405Z test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_int64 2022-09-27T15:50:32.7879081Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_int64 2022-09-27T15:50:32.7884297Z test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_int64 2022-09-27T15:50:32.7891590Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_int64 2022-09-27T15:50:32.7899864Z test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_int64 2022-09-27T15:50:32.7907479Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_int64 2022-09-27T15:50:32.7912823Z test_ops.py::TestCommonCPU::test_multiple_devices_std_mean_cpu_float32 2022-09-27T15:50:32.7920270Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_int64 2022-09-27T15:50:32.7928625Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_float32 2022-09-27T15:50:32.7936134Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_std_mean_cpu_float32 2022-09-27T15:50:32.7940880Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_float32 2022-09-27T15:50:32.7948641Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_float32 2022-09-27T15:50:32.7959443Z test_ops.py::TestCommonCPU::test_multiple_devices_var_cpu_float32 2022-09-27T15:50:32.7968058Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_float32 2022-09-27T15:50:32.7972545Z test_ops.py::TestCommonCPU::test_multiple_devices_svd_cpu_float32 2022-09-27T15:50:32.7978183Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_var_cpu_float32 2022-09-27T15:50:32.7988254Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_complex_cpu_float32 2022-09-27T15:50:32.7997208Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_svd_cpu_float32 2022-09-27T15:50:32.8001430Z test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_int64 2022-09-27T15:50:32.8007761Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_view_as_complex_cpu_float32 2022-09-27T15:50:32.8017437Z test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_int64 2022-09-27T15:50:32.8026272Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_int64 2022-09-27T15:50:32.8030604Z test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_int64 2022-09-27T15:50:32.8036391Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_int64 2022-09-27T15:50:32.8045749Z test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_int64 2022-09-27T15:50:32.8053467Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_int64 2022-09-27T15:50:32.8061077Z test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_int64 2022-09-27T15:50:32.8066860Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_int64 2022-09-27T15:50:32.8074550Z test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_int64 2022-09-27T15:50:32.8082122Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_int64 2022-09-27T15:50:32.8089801Z test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_int64 2022-09-27T15:50:32.8095247Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_int64 2022-09-27T15:50:32.8103369Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_int64 2022-09-27T15:50:32.8110839Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_int64 2022-09-27T15:50:32.8118445Z test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_int64 2022-09-27T15:50:32.8124147Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_int64 2022-09-27T15:50:32.8131583Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_T_cpu_bool 2022-09-27T15:50:32.8139140Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_int64 2022-09-27T15:50:32.8150946Z test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_int64 2022-09-27T15:50:32.8160781Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_T_cpu_bool 2022-09-27T15:50:32.8165039Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_int64 2022-09-27T15:50:32.8171851Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rdiv___cpu_bool 2022-09-27T15:50:32.8193022Z test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_int64 2022-09-27T15:50:32.8200807Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_int64 2022-09-27T15:50:32.8221695Z test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_int64 2022-09-27T15:50:32.8231706Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_int64 2022-09-27T15:50:32.8237599Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___rdiv___cpu_bool 2022-09-27T15:50:32.8239953Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_indices_cpu_int64 2022-09-27T15:50:32.8260897Z test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_mean_cpu_bool 2022-09-27T15:50:32.8268467Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tril_indices_cpu_int64 2022-09-27T15:50:32.8289805Z test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_float32 2022-09-27T15:50:32.8297194Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_float32 2022-09-27T15:50:32.8318184Z test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_float32 2022-09-27T15:50:32.8325615Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_float32 2022-09-27T15:50:32.8346457Z test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_float32 2022-09-27T15:50:32.8353846Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_float32 2022-09-27T15:50:32.8374879Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_int64 2022-09-27T15:50:32.8382277Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_int64 2022-09-27T15:50:32.8403387Z test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_int64 2022-09-27T15:50:32.8410735Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_int64 2022-09-27T15:50:32.8432415Z test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_int64 2022-09-27T15:50:32.8440118Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_int64 2022-09-27T15:50:32.8460920Z test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_float32 2022-09-27T15:50:32.8468283Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_float32 2022-09-27T15:50:32.8489374Z test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_float32 2022-09-27T15:50:32.8496988Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_float32 2022-09-27T15:50:32.8518114Z test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_float32 2022-09-27T15:50:32.8525600Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_float32 2022-09-27T15:50:32.8548180Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_float32 2022-09-27T15:50:32.8555748Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_float32 2022-09-27T15:50:32.8581504Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_H_cpu_bool 2022-09-27T15:50:32.8588690Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_H_cpu_bool 2022-09-27T15:50:32.8640773Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rand___cpu_bool 2022-09-27T15:50:32.8648039Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___rand___cpu_bool 2022-09-27T15:50:32.8699631Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rxor___cpu_bool 2022-09-27T15:50:32.8706875Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___rxor___cpu_bool 2022-09-27T15:50:32.8738064Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_acos_cpu_bool 2022-09-27T15:50:32.8745088Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_acos_cpu_bool 2022-09-27T15:50:32.8777442Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_all_cpu_bool 2022-09-27T15:50:32.8784860Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_mean_cpu_bool 2022-09-27T15:50:32.8794360Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_acosh_cpu_bool 2022-09-27T15:50:32.8802011Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_all_cpu_bool 2022-09-27T15:50:32.8814456Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_angle_cpu_bool 2022-09-27T15:50:32.8821771Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_acosh_cpu_bool 2022-09-27T15:50:32.8826810Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_amax_cpu_bool 2022-09-27T15:50:32.8834343Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_angle_cpu_bool 2022-09-27T15:50:32.8866223Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_cpu_bool 2022-09-27T15:50:32.8873589Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_cpu_bool 2022-09-27T15:50:32.8883607Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan2_cpu_bool 2022-09-27T15:50:32.8890654Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_amax_cpu_bool 2022-09-27T15:50:32.8941930Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_any_cpu_bool 2022-09-27T15:50:32.8944386Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan2_cpu_bool 2022-09-27T15:50:32.8951432Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_any_cpu_bool 2022-09-27T15:50:32.8952295Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_scatter_cpu_bool 2022-09-27T15:50:32.8989673Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_2d_cpu_bool 2022-09-27T15:50:32.9002523Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_scatter_cpu_bool 2022-09-27T15:50:32.9010272Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_2d_cpu_bool 2022-09-27T15:50:32.9016713Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan_cpu_bool 2022-09-27T15:50:32.9030026Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_not_cpu_bool 2022-09-27T15:50:32.9040087Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan_cpu_bool 2022-09-27T15:50:32.9051717Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_3d_cpu_bool 2022-09-27T15:50:32.9064616Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_not_cpu_bool 2022-09-27T15:50:32.9089367Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bool_cpu_bool 2022-09-27T15:50:32.9096354Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_3d_cpu_bool 2022-09-27T15:50:32.9106003Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_or_cpu_bool 2022-09-27T15:50:32.9118056Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bool_cpu_bool 2022-09-27T15:50:32.9151593Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cartesian_prod_cpu_bool 2022-09-27T15:50:32.9159823Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_or_cpu_bool 2022-09-27T15:50:32.9170565Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cartesian_prod_cpu_bool 2022-09-27T15:50:32.9171801Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_tensors_cpu_bool 2022-09-27T15:50:32.9198006Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_chunk_cpu_bool 2022-09-27T15:50:32.9207685Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_tensors_cpu_bool 2022-09-27T15:50:32.9223123Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cat_cpu_bool 2022-09-27T15:50:32.9232346Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_chunk_cpu_bool 2022-09-27T15:50:32.9254380Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_column_stack_cpu_bool 2022-09-27T15:50:32.9268991Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cat_cpu_bool 2022-09-27T15:50:32.9271568Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_column_stack_cpu_bool 2022-09-27T15:50:32.9277660Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_max_cpu_bool 2022-09-27T15:50:32.9319364Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_constant_pad_nd_cpu_bool 2022-09-27T15:50:32.9326483Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_max_cpu_bool 2022-09-27T15:50:32.9416082Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_combinations_cpu_bool 2022-09-27T15:50:32.9421954Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_combinations_cpu_bool 2022-09-27T15:50:32.9429667Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_constant_pad_nd_cpu_bool 2022-09-27T15:50:32.9430848Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cosh_cpu_bool 2022-09-27T15:50:32.9479416Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_contiguous_cpu_bool 2022-09-27T15:50:32.9484156Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_contiguous_cpu_bool 2022-09-27T15:50:32.9494295Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cosh_cpu_bool 2022-09-27T15:50:32.9495831Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_count_nonzero_cpu_bool 2022-09-27T15:50:32.9542141Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_deg2rad_cpu_bool 2022-09-27T15:50:32.9552460Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_deg2rad_cpu_bool 2022-09-27T15:50:32.9565099Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_cpu_bool 2022-09-27T15:50:32.9575934Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_count_nonzero_cpu_bool 2022-09-27T15:50:32.9630858Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_cpu_bool 2022-09-27T15:50:32.9639354Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_cpu_bool 2022-09-27T15:50:32.9647845Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_cpu_bool 2022-09-27T15:50:32.9650429Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_scatter_cpu_bool 2022-09-27T15:50:32.9720649Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_div_no_rounding_mode_cpu_bool 2022-09-27T15:50:32.9730055Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_scatter_cpu_bool 2022-09-27T15:50:32.9754773Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_double_cpu_bool 2022-09-27T15:50:32.9765966Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_div_no_rounding_mode_cpu_bool 2022-09-27T15:50:32.9770410Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_cpu_bool 2022-09-27T15:50:32.9780542Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_double_cpu_bool 2022-09-27T15:50:32.9787171Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_cpu_bool 2022-09-27T15:50:32.9803131Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_like_cpu_bool 2022-09-27T15:50:32.9809784Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erf_cpu_bool 2022-09-27T15:50:32.9816520Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_like_cpu_bool 2022-09-27T15:50:32.9826088Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfc_cpu_bool 2022-09-27T15:50:32.9837504Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_erf_cpu_bool 2022-09-27T15:50:32.9857233Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp_cpu_bool 2022-09-27T15:50:32.9866338Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfc_cpu_bool 2022-09-27T15:50:32.9877112Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_as_cpu_bool 2022-09-27T15:50:32.9888042Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp_cpu_bool 2022-09-27T15:50:32.9896576Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_eye_cpu_bool 2022-09-27T15:50:32.9905197Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_as_cpu_bool 2022-09-27T15:50:32.9968901Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft2_cpu_bool 2022-09-27T15:50:32.9981989Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft2_cpu_bool 2022-09-27T15:50:33.0081924Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft2_cpu_bool 2022-09-27T15:50:33.0083182Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft2_cpu_bool 2022-09-27T15:50:33.0083816Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft_cpu_bool 2022-09-27T15:50:33.0087984Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_eye_cpu_bool 2022-09-27T15:50:33.0135672Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftshift_cpu_bool 2022-09-27T15:50:33.0148569Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftshift_cpu_bool 2022-09-27T15:50:33.0153182Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft_cpu_bool 2022-09-27T15:50:33.0162430Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft2_cpu_bool 2022-09-27T15:50:33.0223031Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft_cpu_bool 2022-09-27T15:50:33.0233563Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft2_cpu_bool 2022-09-27T15:50:33.0244731Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft2_cpu_bool 2022-09-27T15:50:33.0256273Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft_cpu_bool 2022-09-27T15:50:33.0311304Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfftn_cpu_bool 2022-09-27T15:50:33.0322684Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft2_cpu_bool 2022-09-27T15:50:33.0343984Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft_cpu_bool 2022-09-27T15:50:33.0352095Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfftn_cpu_bool 2022-09-27T15:50:33.0398875Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fill_cpu_bool 2022-09-27T15:50:33.0403869Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fill_cpu_bool 2022-09-27T15:50:33.0413334Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft_cpu_bool 2022-09-27T15:50:33.0414594Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfftn_cpu_bool 2022-09-27T15:50:33.0453989Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flipud_cpu_bool 2022-09-27T15:50:33.0463634Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_flipud_cpu_bool 2022-09-27T15:50:33.0499122Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmin_cpu_bool 2022-09-27T15:50:33.0509764Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfftn_cpu_bool 2022-09-27T15:50:33.0535858Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fliplr_cpu_bool 2022-09-27T15:50:33.0547939Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmin_cpu_bool 2022-09-27T15:50:33.0557230Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fliplr_cpu_bool 2022-09-27T15:50:33.0558372Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmax_cpu_bool 2022-09-27T15:50:33.0645267Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_gt_cpu_bool 2022-09-27T15:50:33.0650411Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_gt_cpu_bool 2022-09-27T15:50:33.0663729Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmax_cpu_bool 2022-09-27T15:50:33.0664915Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ge_cpu_bool 2022-09-27T15:50:33.0710711Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_hstack_cpu_bool 2022-09-27T15:50:33.0721549Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_hstack_cpu_bool 2022-09-27T15:50:33.0744872Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_fill_cpu_bool 2022-09-27T15:50:33.0755902Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ge_cpu_bool 2022-09-27T15:50:33.0761798Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_hsplit_cpu_bool 2022-09-27T15:50:33.0770025Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_fill_cpu_bool 2022-09-27T15:50:33.0797530Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isclose_cpu_bool 2022-09-27T15:50:33.0808175Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_hsplit_cpu_bool 2022-09-27T15:50:33.0850129Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_copy_cpu_bool 2022-09-27T15:50:33.0861501Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_copy_cpu_bool 2022-09-27T15:50:33.0902901Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_int_cpu_bool 2022-09-27T15:50:33.0910923Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_int_cpu_bool 2022-09-27T15:50:33.0923655Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isclose_cpu_bool 2022-09-27T15:50:33.0924984Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isnan_cpu_bool 2022-09-27T15:50:33.0957140Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isneginf_cpu_bool 2022-09-27T15:50:33.0964227Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isneginf_cpu_bool 2022-09-27T15:50:33.0973585Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isnan_cpu_bool 2022-09-27T15:50:33.0974757Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_4inputs_with_extra_args_cpu_bool 2022-09-27T15:50:33.1005121Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_2inputs_2outputs_cpu_bool 2022-09-27T15:50:33.1010807Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_4inputs_with_extra_args_cpu_bool 2022-09-27T15:50:33.1024546Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_2inputs_2outputs_cpu_bool 2022-09-27T15:50:33.1025764Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_kron_cpu_bool 2022-09-27T15:50:33.1061064Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_unary_cpu_bool 2022-09-27T15:50:33.1065748Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_unary_cpu_bool 2022-09-27T15:50:33.1076605Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_kron_cpu_bool 2022-09-27T15:50:33.1077989Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log10_cpu_bool 2022-09-27T15:50:33.1126786Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_lgamma_cpu_bool 2022-09-27T15:50:33.1133125Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_lgamma_cpu_bool 2022-09-27T15:50:33.1144768Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_log10_cpu_bool 2022-09-27T15:50:33.1146047Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_cpu_bool 2022-09-27T15:50:33.1189920Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_softmax_dtype_cpu_bool 2022-09-27T15:50:33.1201786Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_cpu_bool 2022-09-27T15:50:33.1208828Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_softmax_dtype_cpu_bool 2022-09-27T15:50:33.1214819Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_or_cpu_bool 2022-09-27T15:50:33.1286484Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_xor_cpu_bool 2022-09-27T15:50:33.1296962Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_or_cpu_bool 2022-09-27T15:50:33.1305304Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_long_cpu_bool 2022-09-27T15:50:33.1312600Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_xor_cpu_bool 2022-09-27T15:50:33.1338139Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_lt_cpu_bool 2022-09-27T15:50:33.1348250Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_long_cpu_bool 2022-09-27T15:50:33.1382767Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_fill_cpu_bool 2022-09-27T15:50:33.1392518Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_lt_cpu_bool 2022-09-27T15:50:33.1417792Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_scatter_cpu_bool 2022-09-27T15:50:33.1428320Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_fill_cpu_bool 2022-09-27T15:50:33.1449257Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_no_dim_cpu_bool 2022-09-27T15:50:33.1460752Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_scatter_cpu_bool 2022-09-27T15:50:33.1466061Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_no_dim_cpu_bool 2022-09-27T15:50:33.1473926Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_with_dim_cpu_bool 2022-09-27T15:50:33.1514269Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:50:33.1524957Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_with_dim_cpu_bool 2022-09-27T15:50:33.1582065Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_binary_cpu_bool 2022-09-27T15:50:33.1592689Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:50:33.1607432Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_minimum_cpu_bool 2022-09-27T15:50:33.1617207Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_binary_cpu_bool 2022-09-27T15:50:33.1676657Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mode_cpu_bool 2022-09-27T15:50:33.1684016Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_mode_cpu_bool 2022-09-27T15:50:33.1696392Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_minimum_cpu_bool 2022-09-27T15:50:33.1698193Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mul_cpu_bool 2022-09-27T15:50:33.1738032Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nan_to_num_cpu_bool 2022-09-27T15:50:33.1748311Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nan_to_num_cpu_bool 2022-09-27T15:50:33.1773505Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ne_cpu_bool 2022-09-27T15:50:33.1784890Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_mul_cpu_bool 2022-09-27T15:50:33.1827054Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_cpu_bool 2022-09-27T15:50:33.1837689Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ne_cpu_bool 2022-09-27T15:50:33.1853701Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_ones_cpu_bool 2022-09-27T15:50:33.1863586Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_cpu_bool 2022-09-27T15:50:33.1893877Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_full_cpu_bool 2022-09-27T15:50:33.1906455Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_ones_cpu_bool 2022-09-27T15:50:33.1918835Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_svd_lowrank_cpu 2022-09-27T15:50:33.1923495Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_full_cpu_bool 2022-09-27T15:50:33.1927909Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_circular_cpu_bool 2022-09-27T15:50:33.1933464Z test_ops.py::TestCommonCPU::test_dtypes_take_cpu 2022-09-27T15:50:33.1956622Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_feature_alpha_dropout_without_train_cpu_bool 2022-09-27T15:50:33.1967619Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_circular_cpu_bool 2022-09-27T15:50:33.2067617Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nonzero_cpu_bool 2022-09-27T15:50:33.2078493Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_take_cpu 2022-09-27T15:50:33.2102076Z test_ops.py::TestCommonCPU::test_dtypes_tensordot_cpu 2022-09-27T15:50:33.2113793Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nonzero_cpu_bool 2022-09-27T15:50:33.2162693Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_permute_cpu_bool 2022-09-27T15:50:33.2174216Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_permute_cpu_bool 2022-09-27T15:50:33.2198962Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_3_cpu_bool 2022-09-27T15:50:33.2209818Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_3_cpu_bool 2022-09-27T15:50:33.2220025Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tensordot_cpu 2022-09-27T15:50:33.2240733Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_feature_alpha_dropout_without_train_cpu_bool 2022-09-27T15:50:33.2241506Z test_ops.py::TestCommonCPU::test_dtypes_topk_cpu 2022-09-27T15:50:33.2242020Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rad2deg_cpu_bool 2022-09-27T15:50:33.2279529Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_unshuffle_cpu_bool 2022-09-27T15:50:33.2294838Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_unshuffle_cpu_bool 2022-09-27T15:50:33.2300404Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_rad2deg_cpu_bool 2022-09-27T15:50:33.2308059Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_outer_cpu_bool 2022-09-27T15:50:33.2332381Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_cpu_bool 2022-09-27T15:50:33.2342272Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_outer_cpu_bool 2022-09-27T15:50:33.2363362Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_2_cpu_bool 2022-09-27T15:50:33.2373960Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_2_cpu_bool 2022-09-27T15:50:33.2483545Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_put_cpu_bool 2022-09-27T15:50:33.2496323Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_cpu_bool 2022-09-27T15:50:33.2535482Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize__cpu_bool 2022-09-27T15:50:33.2542585Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_put_cpu_bool 2022-09-27T15:50:33.2558589Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize__cpu_bool 2022-09-27T15:50:33.2559161Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_roll_cpu_bool 2022-09-27T15:50:33.2605657Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reciprocal_cpu_bool 2022-09-27T15:50:33.2616745Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_reciprocal_cpu_bool 2022-09-27T15:50:33.2650371Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_cpu_bool 2022-09-27T15:50:33.2655559Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_roll_cpu_bool 2022-09-27T15:50:33.2667533Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_topk_cpu 2022-09-27T15:50:33.2668246Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_cpu_bool 2022-09-27T15:50:33.2674685Z test_ops.py::TestCommonCPU::test_dtypes_trapz_cpu 2022-09-27T15:50:33.2685607Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_cpu_bool 2022-09-27T15:50:33.2723030Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_neg_cpu_bool 2022-09-27T15:50:33.2734151Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_neg_cpu_bool 2022-09-27T15:50:33.2778928Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_add_cpu_bool 2022-09-27T15:50:33.2790053Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_cpu_bool 2022-09-27T15:50:33.2811120Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_sum_cpu_bool 2022-09-27T15:50:33.2822036Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_add_cpu_bool 2022-09-27T15:50:33.2949650Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_prod_cpu_bool 2022-09-27T15:50:33.2955500Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_prod_cpu_bool 2022-09-27T15:50:33.2972703Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_sum_cpu_bool 2022-09-27T15:50:33.2973606Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sgn_cpu_bool 2022-09-27T15:50:33.2989125Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_short_cpu_bool 2022-09-27T15:50:33.3000565Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_trapz_cpu 2022-09-27T15:50:33.3004625Z test_ops.py::TestCommonCPU::test_dtypes_triu_cpu 2022-09-27T15:50:33.3014476Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sgn_cpu_bool 2022-09-27T15:50:33.3020833Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_signbit_cpu_bool 2022-09-27T15:50:33.3032183Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_short_cpu_bool 2022-09-27T15:50:33.3050539Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sin_cpu_bool 2022-09-27T15:50:33.3062289Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_signbit_cpu_bool 2022-09-27T15:50:33.3070236Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_scatter_cpu_bool 2022-09-27T15:50:33.3081781Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sin_cpu_bool 2022-09-27T15:50:33.3138310Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_softmax_with_dtype_cpu_bool 2022-09-27T15:50:33.3149189Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_softmax_with_dtype_cpu_bool 2022-09-27T15:50:33.3179638Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j1_cpu_bool 2022-09-27T15:50:33.3191900Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_triu_cpu 2022-09-27T15:50:33.3203373Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j1_cpu_bool 2022-09-27T15:50:33.3216597Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_scatter_cpu_bool 2022-09-27T15:50:33.3218105Z test_ops.py::TestCommonCPU::test_dtypes_unbind_cpu 2022-09-27T15:50:33.3219887Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j0_cpu_bool 2022-09-27T15:50:33.3262697Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_u_cpu_bool 2022-09-27T15:50:33.3274049Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j0_cpu_bool 2022-09-27T15:50:33.3305905Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_t_cpu_bool 2022-09-27T15:50:33.3317272Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_u_cpu_bool 2022-09-27T15:50:33.3360530Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_erfcx_cpu_bool 2022-09-27T15:50:33.3367598Z [gw2] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_unbind_cpu 2022-09-27T15:50:33.3379196Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_t_cpu_bool 2022-09-27T15:50:33.3390617Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_erfcx_cpu_bool 2022-09-27T15:50:33.3397206Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_entr_cpu_bool 2022-09-27T15:50:33.3397791Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1_cpu_bool 2022-09-27T15:50:33.3429743Z test_ops.py::TestCommonCPU::test_dtypes_unique_consecutive_cpu 2022-09-27T15:50:33.3436486Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1_cpu_bool 2022-09-27T15:50:33.3451293Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_entr_cpu_bool 2022-09-27T15:50:33.3452016Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_log_ndtr_cpu_bool 2022-09-27T15:50:33.3494273Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i0e_cpu_bool 2022-09-27T15:50:33.3497787Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_log_ndtr_cpu_bool 2022-09-27T15:50:33.3508702Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i0e_cpu_bool 2022-09-27T15:50:33.3509439Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_legendre_polynomial_p_cpu_bool 2022-09-27T15:50:33.3525365Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k1_cpu_bool 2022-09-27T15:50:33.3535731Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_legendre_polynomial_p_cpu_bool 2022-09-27T15:50:33.3556824Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k0_cpu_bool 2022-09-27T15:50:33.3569818Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k1_cpu_bool 2022-09-27T15:50:33.3588569Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k0_cpu_bool 2022-09-27T15:50:33.3599914Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k0_cpu_bool 2022-09-27T15:50:33.3613387Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_polygamma_special_polygamma_n_0_cpu_bool 2022-09-27T15:50:33.3623476Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k0_cpu_bool 2022-09-27T15:50:33.3642092Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_v_cpu_bool 2022-09-27T15:50:33.3652378Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_v_cpu_bool 2022-09-27T15:50:33.3677556Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_zeta_cpu_bool 2022-09-27T15:50:33.3688779Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_polygamma_special_polygamma_n_0_cpu_bool 2022-09-27T15:50:33.3712935Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_u_cpu_bool 2022-09-27T15:50:33.3724675Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_u_cpu_bool 2022-09-27T15:50:33.3746630Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_xlog1py_cpu_bool 2022-09-27T15:50:33.3757852Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_zeta_cpu_bool 2022-09-27T15:50:33.3795261Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sqrt_cpu_bool 2022-09-27T15:50:33.3806414Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sqrt_cpu_bool 2022-09-27T15:50:33.3815689Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_cpu_bool 2022-09-27T15:50:33.3826585Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_xlog1py_cpu_bool 2022-09-27T15:50:33.3882400Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_with_sizes_cpu_bool 2022-09-27T15:50:33.3894952Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_with_sizes_cpu_bool 2022-09-27T15:50:33.3900075Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_cpu_bool 2022-09-27T15:50:33.3907687Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_stack_cpu_bool 2022-09-27T15:50:33.3969234Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_cpu_bool 2022-09-27T15:50:33.3979607Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_cpu_bool 2022-09-27T15:50:33.3985721Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tile_cpu_bool 2022-09-27T15:50:33.3994426Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_stack_cpu_bool 2022-09-27T15:50:33.4053001Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_along_dim_cpu_bool 2022-09-27T15:50:33.4064158Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_along_dim_cpu_bool 2022-09-27T15:50:33.4160501Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tensor_split_cpu_bool 2022-09-27T15:50:33.4170623Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_tensor_split_cpu_bool 2022-09-27T15:50:33.4183966Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_transpose_cpu_bool 2022-09-27T15:50:33.4194309Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_tile_cpu_bool 2022-09-27T15:50:33.4229659Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tril_cpu_bool 2022-09-27T15:50:33.4240401Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_transpose_cpu_bool 2022-09-27T15:50:33.4258309Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unbind_cpu_bool 2022-09-27T15:50:33.4271353Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_tril_cpu_bool 2022-09-27T15:50:33.4319359Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unflatten_cpu_bool 2022-09-27T15:50:33.4330583Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unbind_cpu_bool 2022-09-27T15:50:33.4340332Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_cpu_bool 2022-09-27T15:50:33.4350474Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unflatten_cpu_bool 2022-09-27T15:50:33.4405216Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unsqueeze_cpu_bool 2022-09-27T15:50:33.4415359Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unsqueeze_cpu_bool 2022-09-27T15:50:33.4455220Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_vstack_cpu_bool 2022-09-27T15:50:33.4466059Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_vstack_cpu_bool 2022-09-27T15:50:33.4496742Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_cpu_bool 2022-09-27T15:50:33.4508212Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_cpu_bool 2022-09-27T15:50:33.4526556Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_int64 2022-09-27T15:50:33.4538503Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_int64 2022-09-27T15:50:33.4557231Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_complex64 2022-09-27T15:50:33.4567652Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_complex64 2022-09-27T15:50:33.4585622Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_float32 2022-09-27T15:50:33.4596013Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_float32 2022-09-27T15:50:33.4613968Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_float32 2022-09-27T15:50:33.4625704Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_float32 2022-09-27T15:50:33.4643921Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_int64 2022-09-27T15:50:33.4655131Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_int64 2022-09-27T15:50:33.4674785Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_int64 2022-09-27T15:50:33.4687549Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_int64 2022-09-27T15:50:33.4711369Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_int64 2022-09-27T15:50:33.4734946Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_int64 2022-09-27T15:50:33.4741729Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rxor___cpu_int64 2022-09-27T15:50:33.4773071Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rxor___cpu_int64 2022-09-27T15:50:33.4819481Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amin_cpu_int64 2022-09-27T15:50:33.4820891Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amin_cpu_int64 2022-09-27T15:50:33.4821573Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmin_cpu_int64 2022-09-27T15:50:33.4822197Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmin_cpu_int64 2022-09-27T15:50:33.4835622Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_complex64 2022-09-27T15:50:33.4846395Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_complex64 2022-09-27T15:50:33.4863930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logaddexp_cpu_float32 2022-09-27T15:50:33.4875761Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logaddexp_cpu_float32 2022-09-27T15:50:33.4893578Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_float32 2022-09-27T15:50:33.4903920Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_float32 2022-09-27T15:50:33.4922519Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_normalize_cpu_complex64 2022-09-27T15:50:33.4933327Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_normalize_cpu_complex64 2022-09-27T15:50:33.4950848Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_int64 2022-09-27T15:50:33.4961372Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_int64 2022-09-27T15:50:33.4979948Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_float32 2022-09-27T15:50:33.5000103Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_float32 2022-09-27T15:50:33.5010251Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_int64 2022-09-27T15:50:33.5034909Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_int64 2022-09-27T15:50:33.5035749Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_complex64 2022-09-27T15:50:33.5046660Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_complex64 2022-09-27T15:50:33.5064986Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_float32 2022-09-27T15:50:33.5078389Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_float32 2022-09-27T15:50:33.5106370Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_int64 2022-09-27T15:50:33.5112227Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_int64 2022-09-27T15:50:33.5132089Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_complex64 2022-09-27T15:50:33.5144003Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_complex64 2022-09-27T15:50:33.5164134Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_float32 2022-09-27T15:50:33.5173712Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_float32 2022-09-27T15:50:33.5190966Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_complex64 2022-09-27T15:50:33.5198489Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_complex64 2022-09-27T15:50:33.5216368Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_float32 2022-09-27T15:50:33.5223310Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_float32 2022-09-27T15:50:33.5239700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_int64 2022-09-27T15:50:33.5248275Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_int64 2022-09-27T15:50:33.5266105Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_complex64 2022-09-27T15:50:33.5272968Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_complex64 2022-09-27T15:50:33.5291143Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_float32 2022-09-27T15:50:33.5297973Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_float32 2022-09-27T15:50:33.5318416Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_int64 2022-09-27T15:50:33.5326514Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_int64 2022-09-27T15:50:33.5341449Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_float32 2022-09-27T15:50:33.5351098Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_float32 2022-09-27T15:50:33.5366347Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_int64 2022-09-27T15:50:33.5375935Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_int64 2022-09-27T15:50:33.5391138Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_int64 2022-09-27T15:50:33.5402620Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_int64 2022-09-27T15:50:33.5417980Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_int64 2022-09-27T15:50:33.5428098Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_int64 2022-09-27T15:50:33.5443307Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_complex64 2022-09-27T15:50:33.5452964Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_complex64 2022-09-27T15:50:33.5468072Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_float32 2022-09-27T15:50:33.5477685Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_float32 2022-09-27T15:50:33.5495747Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_int64 2022-09-27T15:50:33.5503522Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_int64 2022-09-27T15:50:33.5518853Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_float32 2022-09-27T15:50:33.5529374Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_float32 2022-09-27T15:50:33.5544571Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_int64 2022-09-27T15:50:33.5555273Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_int64 2022-09-27T15:50:33.5568814Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_complex64 2022-09-27T15:50:33.5578421Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_complex64 2022-09-27T15:50:33.5596218Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_float32 2022-09-27T15:50:33.5603813Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_float32 2022-09-27T15:50:33.5617511Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_int64 2022-09-27T15:50:33.5626859Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_int64 2022-09-27T15:50:33.5641800Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bernoulli_cpu_float32 2022-09-27T15:50:33.5652342Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bernoulli_cpu_float32 2022-09-27T15:50:33.5667158Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bincount_cpu_int64 2022-09-27T15:50:33.5676899Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bincount_cpu_int64 2022-09-27T15:50:33.5691642Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_or_cpu_int64 2022-09-27T15:50:33.5701273Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_or_cpu_int64 2022-09-27T15:50:33.5716359Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_float32 2022-09-27T15:50:33.5725915Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_float32 2022-09-27T15:50:33.5740413Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_int64 2022-09-27T15:50:33.5750980Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_int64 2022-09-27T15:50:33.5766151Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_shapes_cpu_float32 2022-09-27T15:50:33.5776348Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_shapes_cpu_float32 2022-09-27T15:50:33.5791442Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_complex64 2022-09-27T15:50:33.5801000Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_complex64 2022-09-27T15:50:33.5815993Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_int64 2022-09-27T15:50:33.5825403Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_int64 2022-09-27T15:50:33.5843509Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_complex64 2022-09-27T15:50:33.5853516Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_complex64 2022-09-27T15:50:33.5868728Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_float32 2022-09-27T15:50:33.5881620Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_float32 2022-09-27T15:50:33.5903586Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_int64 2022-09-27T15:50:33.5912578Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_int64 2022-09-27T15:50:33.5935953Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_complex64 2022-09-27T15:50:33.5945006Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_complex64 2022-09-27T15:50:33.5965482Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_float32 2022-09-27T15:50:33.5975715Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_float32 2022-09-27T15:50:33.5996018Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_float32 2022-09-27T15:50:33.6005950Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_float32 2022-09-27T15:50:33.6025954Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_float32 2022-09-27T15:50:33.6035843Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_float32 2022-09-27T15:50:33.6055674Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_float32 2022-09-27T15:50:33.6066268Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_float32 2022-09-27T15:50:33.6085512Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_int64 2022-09-27T15:50:33.6096160Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_int64 2022-09-27T15:50:33.6114026Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_complex64 2022-09-27T15:50:33.6124147Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_complex64 2022-09-27T15:50:33.6142911Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_complex64 2022-09-27T15:50:33.6152634Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_complex64 2022-09-27T15:50:33.6173995Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_float32 2022-09-27T15:50:33.6183706Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_float32 2022-09-27T15:50:33.6202403Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_int64 2022-09-27T15:50:33.6212304Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_int64 2022-09-27T15:50:33.6230740Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_float32 2022-09-27T15:50:33.6240587Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_float32 2022-09-27T15:50:33.6258150Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_int64 2022-09-27T15:50:33.6266124Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_int64 2022-09-27T15:50:33.6278909Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_complex64 2022-09-27T15:50:33.6286522Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_complex64 2022-09-27T15:50:33.6299206Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_float32 2022-09-27T15:50:33.6306797Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_float32 2022-09-27T15:50:33.6319375Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_int64 2022-09-27T15:50:33.6326564Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_int64 2022-09-27T15:50:33.6339087Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_float32 2022-09-27T15:50:33.6346131Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_float32 2022-09-27T15:50:33.6358760Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_complex64 2022-09-27T15:50:33.6365813Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_complex64 2022-09-27T15:50:33.6378344Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_float32 2022-09-27T15:50:33.6385467Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_float32 2022-09-27T15:50:33.6398172Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_int64 2022-09-27T15:50:33.6405231Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_int64 2022-09-27T15:50:33.6419905Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_float32 2022-09-27T15:50:33.6427197Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_float32 2022-09-27T15:50:33.6439775Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_int64 2022-09-27T15:50:33.6448840Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_int64 2022-09-27T15:50:33.6465110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_complex64 2022-09-27T15:50:33.6471959Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_complex64 2022-09-27T15:50:33.6483022Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_cpu_bool 2022-09-27T15:50:33.6483932Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_vsplit_cpu_bool 2022-09-27T15:50:33.6502200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_int64 2022-09-27T15:50:33.6511903Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_int64 2022-09-27T15:50:33.6522712Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_float32 2022-09-27T15:50:33.6532745Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_vsplit_cpu_bool 2022-09-27T15:50:33.6542077Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_float32 2022-09-27T15:50:33.6544697Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zero__cpu_bool 2022-09-27T15:50:33.6562688Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_float32 2022-09-27T15:50:33.6576947Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_float32 2022-09-27T15:50:33.6583271Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_int64 2022-09-27T15:50:33.6595806Z [gw0] [ 6%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_zero__cpu_bool 2022-09-27T15:50:33.6605149Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_int64 2022-09-27T15:50:33.6606500Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_float32 2022-09-27T15:50:33.6624810Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_float32 2022-09-27T15:50:33.6631231Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_float32 2022-09-27T15:50:33.6642319Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_float32 2022-09-27T15:50:33.6643341Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_int64 2022-09-27T15:50:33.6660506Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_int64 2022-09-27T15:50:33.6671033Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_int64 2022-09-27T15:50:33.6683973Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_int64 2022-09-27T15:50:33.6684928Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_complex64 2022-09-27T15:50:33.6708812Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_complex64 2022-09-27T15:50:33.6712805Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_complex64 2022-09-27T15:50:33.6722286Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_complex64 2022-09-27T15:50:33.6723666Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_float32 2022-09-27T15:50:33.6737785Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_complex64 2022-09-27T15:50:33.6742208Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_float32 2022-09-27T15:50:33.6755766Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_complex64 2022-09-27T15:50:33.6757693Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_int64 2022-09-27T15:50:33.6774322Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_float32 2022-09-27T15:50:33.6782874Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_int64 2022-09-27T15:50:33.6790997Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_float32 2022-09-27T15:50:33.6791813Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_complex64 2022-09-27T15:50:33.6810905Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_float32 2022-09-27T15:50:33.6819797Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_complex64 2022-09-27T15:50:33.6828004Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_float32 2022-09-27T15:50:33.6829168Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_float32 2022-09-27T15:50:33.6848372Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_float32 2022-09-27T15:50:33.6854145Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_float32 2022-09-27T15:50:33.6862218Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_float32 2022-09-27T15:50:33.6863320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_float32 2022-09-27T15:50:33.6882037Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_int64 2022-09-27T15:50:33.6891357Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_int64 2022-09-27T15:50:33.6900690Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_float32 2022-09-27T15:50:33.6902178Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_float32 2022-09-27T15:50:33.6916103Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amin_cpu_float32 2022-09-27T15:50:33.6924211Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_float32 2022-09-27T15:50:33.6937402Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amin_cpu_float32 2022-09-27T15:50:33.6939152Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_int64 2022-09-27T15:50:33.6957276Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmin_cpu_float32 2022-09-27T15:50:33.6964118Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_int64 2022-09-27T15:50:33.6975987Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmin_cpu_float32 2022-09-27T15:50:33.6977027Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_complex64 2022-09-27T15:50:33.6996794Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_int64 2022-09-27T15:50:33.7003100Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_int64 2022-09-27T15:50:33.7011148Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_complex64 2022-09-27T15:50:33.7012260Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_log_softmax_cpu_float32 2022-09-27T15:50:33.7032201Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_int64 2022-09-27T15:50:33.7039765Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_log_softmax_cpu_float32 2022-09-27T15:50:33.7050746Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_int64 2022-09-27T15:50:33.7051774Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_complex64 2022-09-27T15:50:33.7067868Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_complex64 2022-09-27T15:50:33.7076175Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_complex64 2022-09-27T15:50:33.7084356Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_complex64 2022-09-27T15:50:33.7087170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_float32 2022-09-27T15:50:33.7104120Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_norm_cpu_float32 2022-09-27T15:50:33.7108800Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_float32 2022-09-27T15:50:33.7121283Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_norm_cpu_float32 2022-09-27T15:50:33.7122231Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_float32 2022-09-27T15:50:33.7137352Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_int64 2022-09-27T15:50:33.7144496Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_float32 2022-09-27T15:50:33.7153257Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_int64 2022-09-27T15:50:33.7159169Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_complex64 2022-09-27T15:50:33.7174441Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_complex64 2022-09-27T15:50:33.7182376Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_complex64 2022-09-27T15:50:33.7193292Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_complex64 2022-09-27T15:50:33.7194349Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_float32 2022-09-27T15:50:33.7211906Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_float32 2022-09-27T15:50:33.7221648Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_float32 2022-09-27T15:50:33.7234623Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_float32 2022-09-27T15:50:33.7236963Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_int64 2022-09-27T15:50:33.7252075Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_int64 2022-09-27T15:50:33.7259181Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_int64 2022-09-27T15:50:33.7271648Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_int64 2022-09-27T15:50:33.7274106Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_complex64 2022-09-27T15:50:33.7291976Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_complex64 2022-09-27T15:50:33.7300612Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_complex64 2022-09-27T15:50:33.7309427Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_complex64 2022-09-27T15:50:33.7311814Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_float32 2022-09-27T15:50:33.7331456Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_float32 2022-09-27T15:50:33.7340039Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_float32 2022-09-27T15:50:33.7348553Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_float32 2022-09-27T15:50:33.7351013Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_int64 2022-09-27T15:50:33.7372409Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_int64 2022-09-27T15:50:33.7376139Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_int64 2022-09-27T15:50:33.7384580Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_int64 2022-09-27T15:50:33.7386575Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_int64 2022-09-27T15:50:33.7400319Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_complex64 2022-09-27T15:50:33.7407159Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_int64 2022-09-27T15:50:33.7415771Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_complex64 2022-09-27T15:50:33.7416811Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_int64 2022-09-27T15:50:33.7432080Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_float32 2022-09-27T15:50:33.7439036Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_int64 2022-09-27T15:50:33.7449232Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_float32 2022-09-27T15:50:33.7451231Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_int64 2022-09-27T15:50:33.7464988Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_complex64 2022-09-27T15:50:33.7473691Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_int64 2022-09-27T15:50:33.7481951Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_complex64 2022-09-27T15:50:33.7482943Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_float32 2022-09-27T15:50:33.7497426Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_float32 2022-09-27T15:50:33.7504262Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_float32 2022-09-27T15:50:33.7514137Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_float32 2022-09-27T15:50:33.7516126Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_float32 2022-09-27T15:50:33.7537686Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_int64 2022-09-27T15:50:33.7540800Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_int64 2022-09-27T15:50:33.7548696Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_float32 2022-09-27T15:50:33.7549430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_complex64 2022-09-27T15:50:33.7564466Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_int64 2022-09-27T15:50:33.7572624Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_complex64 2022-09-27T15:50:33.7580336Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_int64 2022-09-27T15:50:33.7581403Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_float32 2022-09-27T15:50:33.7596047Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_complex64 2022-09-27T15:50:33.7605432Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_float32 2022-09-27T15:50:33.7614649Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_complex64 2022-09-27T15:50:33.7615972Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_float32 2022-09-27T15:50:33.7631162Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_complex64 2022-09-27T15:50:33.7638872Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_float32 2022-09-27T15:50:33.7647211Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_complex64 2022-09-27T15:50:33.7648634Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_float32 2022-09-27T15:50:33.7667255Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_int64 2022-09-27T15:50:33.7675207Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_int64 2022-09-27T15:50:33.7685962Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_float32 2022-09-27T15:50:33.7687431Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_float32 2022-09-27T15:50:33.7704070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_complex64 2022-09-27T15:50:33.7709985Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_complex64 2022-09-27T15:50:33.7721266Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_float32 2022-09-27T15:50:33.7722048Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_int64 2022-09-27T15:50:33.7742743Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_float32 2022-09-27T15:50:33.7748641Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_float32 2022-09-27T15:50:33.7756468Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_int64 2022-09-27T15:50:33.7757441Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_int64 2022-09-27T15:50:33.7778040Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_int64 2022-09-27T15:50:33.7783856Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_int64 2022-09-27T15:50:33.7792560Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_int64 2022-09-27T15:50:33.7793679Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_int64 2022-09-27T15:50:33.7813550Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_complex64 2022-09-27T15:50:33.7816124Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_int64 2022-09-27T15:50:33.7824976Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_complex64 2022-09-27T15:50:33.7825888Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_float32 2022-09-27T15:50:33.7841121Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_float32 2022-09-27T15:50:33.7850186Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_float32 2022-09-27T15:50:33.7856968Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_float32 2022-09-27T15:50:33.7859243Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_int64 2022-09-27T15:50:33.7872526Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_int64 2022-09-27T15:50:33.7879895Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_int64 2022-09-27T15:50:33.7889041Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_int64 2022-09-27T15:50:33.7890138Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_complex64 2022-09-27T15:50:33.7907268Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_float32 2022-09-27T15:50:33.7913269Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_float32 2022-09-27T15:50:33.7920119Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_complex64 2022-09-27T15:50:33.7922284Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_int64 2022-09-27T15:50:33.7933951Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_int64 2022-09-27T15:50:33.7940530Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_int64 2022-09-27T15:50:33.7952505Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_int64 2022-09-27T15:50:33.7953434Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_float32 2022-09-27T15:50:33.7971082Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_complex64 2022-09-27T15:50:33.7979529Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_complex64 2022-09-27T15:50:33.7986177Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_float32 2022-09-27T15:50:33.7988397Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_float32 2022-09-27T15:50:33.8002185Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histc_cpu_float32 2022-09-27T15:50:33.8008970Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_float32 2022-09-27T15:50:33.8016070Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_histc_cpu_float32 2022-09-27T15:50:33.8018054Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_int64 2022-09-27T15:50:33.8030182Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_float32 2022-09-27T15:50:33.8039263Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_int64 2022-09-27T15:50:33.8048167Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_float32 2022-09-27T15:50:33.8049280Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_int64 2022-09-27T15:50:33.8068664Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_int64 2022-09-27T15:50:33.8071101Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_int64 2022-09-27T15:50:33.8079199Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_int64 2022-09-27T15:50:33.8082426Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_not_cpu_int64 2022-09-27T15:50:33.8101472Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_igamma_cpu_float32 2022-09-27T15:50:33.8104152Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_igamma_cpu_float32 2022-09-27T15:50:33.8110922Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_not_cpu_int64 2022-09-27T15:50:33.8113223Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_float32 2022-09-27T15:50:33.8125560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_complex64 2022-09-27T15:50:33.8129461Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_float32 2022-09-27T15:50:33.8143403Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_complex64 2022-09-27T15:50:33.8145340Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_int64 2022-09-27T15:50:33.8160748Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_float32 2022-09-27T15:50:33.8167521Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_float32 2022-09-27T15:50:33.8175929Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_int64 2022-09-27T15:50:33.8178672Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_int64 2022-09-27T15:50:33.8196970Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_complex64 2022-09-27T15:50:33.8203212Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_int64 2022-09-27T15:50:33.8210918Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_complex64 2022-09-27T15:50:33.8211949Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_int64 2022-09-27T15:50:33.8235259Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_int64 2022-09-27T15:50:33.8237868Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_int64 2022-09-27T15:50:33.8246955Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_int64 2022-09-27T15:50:33.8248691Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_float32 2022-09-27T15:50:33.8262336Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_complex64 2022-09-27T15:50:33.8278375Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_float32 2022-09-27T15:50:33.8285900Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_complex64 2022-09-27T15:50:33.8286903Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_int64 2022-09-27T15:50:33.8310491Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_float32 2022-09-27T15:50:33.8314796Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_float32 2022-09-27T15:50:33.8322754Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_int64 2022-09-27T15:50:33.8325993Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_int64 2022-09-27T15:50:33.8341640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_complex64 2022-09-27T15:50:33.8351148Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_int64 2022-09-27T15:50:33.8365059Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_complex64 2022-09-27T15:50:33.8366223Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_float32 2022-09-27T15:50:33.8393148Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_float32 2022-09-27T15:50:33.8395890Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_float32 2022-09-27T15:50:33.8406839Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_float32 2022-09-27T15:50:33.8408036Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_int64 2022-09-27T15:50:33.8427600Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_int64 2022-09-27T15:50:33.8433608Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_int64 2022-09-27T15:50:33.8446739Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_int64 2022-09-27T15:50:33.8449294Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_float32 2022-09-27T15:50:33.8470628Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_complex64 2022-09-27T15:50:33.8475642Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_float32 2022-09-27T15:50:33.8483523Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_complex64 2022-09-27T15:50:33.8484440Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_complex64 2022-09-27T15:50:33.8499432Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_complex64 2022-09-27T15:50:33.8503660Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_complex64 2022-09-27T15:50:33.8518337Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_complex64 2022-09-27T15:50:33.8519226Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_float32 2022-09-27T15:50:33.8539983Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_int64 2022-09-27T15:50:33.8543822Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_float32 2022-09-27T15:50:33.8552543Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_int64 2022-09-27T15:50:33.8553921Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:50:33.8574971Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_int64 2022-09-27T15:50:33.8577482Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:50:33.8593662Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_int64 2022-09-27T15:50:33.8594473Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_float32 2022-09-27T15:50:33.8608395Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_float32 2022-09-27T15:50:33.8616389Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_float32 2022-09-27T15:50:33.8624778Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_float32 2022-09-27T15:50:33.8626018Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_int64 2022-09-27T15:50:33.8651310Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_int64 2022-09-27T15:50:33.8654927Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_int64 2022-09-27T15:50:33.8663977Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_int64 2022-09-27T15:50:33.8666326Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_complex_cpu_float32 2022-09-27T15:50:33.8692225Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_complex64 2022-09-27T15:50:33.8695094Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_complex64 2022-09-27T15:50:33.8704689Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_complex_cpu_float32 2022-09-27T15:50:33.8707905Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_int64 2022-09-27T15:50:33.8727007Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_complex64 2022-09-27T15:50:33.8735641Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_int64 2022-09-27T15:50:33.8744128Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_complex64 2022-09-27T15:50:33.8747132Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_int64 2022-09-27T15:50:33.8771501Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_float32 2022-09-27T15:50:33.8774465Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_int64 2022-09-27T15:50:33.8785307Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_float32 2022-09-27T15:50:33.8788316Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_float32 2022-09-27T15:50:33.8803984Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_int64 2022-09-27T15:50:33.8815177Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_float32 2022-09-27T15:50:33.8824376Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_int64 2022-09-27T15:50:33.8825424Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_float32 2022-09-27T15:50:33.8836488Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_float32 2022-09-27T15:50:33.8846419Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_float32 2022-09-27T15:50:33.8856719Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_float32 2022-09-27T15:50:33.8863438Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_float32 2022-09-27T15:50:33.8872316Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_int64 2022-09-27T15:50:33.8886344Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_float32 2022-09-27T15:50:33.8894723Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_int64 2022-09-27T15:50:33.8895891Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_complex64 2022-09-27T15:50:33.8909028Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_complex64 2022-09-27T15:50:33.8913854Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_complex64 2022-09-27T15:50:33.8927214Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_complex64 2022-09-27T15:50:33.8928334Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_complex64 2022-09-27T15:50:33.8945148Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_float32 2022-09-27T15:50:33.8951154Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_float32 2022-09-27T15:50:33.8959249Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_complex64 2022-09-27T15:50:33.8960072Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_complex64 2022-09-27T15:50:33.8977505Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_int64 2022-09-27T15:50:33.8980510Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_complex64 2022-09-27T15:50:33.8987684Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_int64 2022-09-27T15:50:33.8990436Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_complex64 2022-09-27T15:50:33.9003531Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_int64 2022-09-27T15:50:33.9011396Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_complex64 2022-09-27T15:50:33.9019695Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_int64 2022-09-27T15:50:33.9020972Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_complex64 2022-09-27T15:50:33.9040640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_complex64 2022-09-27T15:50:33.9049589Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_complex64 2022-09-27T15:50:33.9059476Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_complex64 2022-09-27T15:50:33.9061349Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:50:33.9075619Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_float32 2022-09-27T15:50:33.9081809Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:50:33.9094791Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_float32 2022-09-27T15:50:33.9095677Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_complex64 2022-09-27T15:50:33.9113009Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_complex64 2022-09-27T15:50:33.9118851Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_complex64 2022-09-27T15:50:33.9127083Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_complex64 2022-09-27T15:50:33.9128548Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_complex64 2022-09-27T15:50:33.9147588Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_float32 2022-09-27T15:50:33.9156006Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_float32 2022-09-27T15:50:33.9165522Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_complex64 2022-09-27T15:50:33.9166301Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:50:33.9179345Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_int64 2022-09-27T15:50:33.9188675Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:50:33.9201977Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_int64 2022-09-27T15:50:33.9202962Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_complex64 2022-09-27T15:50:33.9222410Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_float32 2022-09-27T15:50:33.9231221Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_complex64 2022-09-27T15:50:33.9240687Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_float32 2022-09-27T15:50:33.9242109Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_int64 2022-09-27T15:50:33.9255559Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_complex64 2022-09-27T15:50:33.9263554Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_int64 2022-09-27T15:50:33.9273640Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_complex64 2022-09-27T15:50:33.9274657Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_float32 2022-09-27T15:50:33.9292344Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_complex64 2022-09-27T15:50:33.9296931Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_float32 2022-09-27T15:50:33.9305132Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_complex64 2022-09-27T15:50:33.9306134Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_float32 2022-09-27T15:50:33.9325130Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_float32 2022-09-27T15:50:33.9331602Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_float32 2022-09-27T15:50:33.9339975Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_float32 2022-09-27T15:50:33.9341679Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_complex64 2022-09-27T15:50:33.9352117Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_float32 2022-09-27T15:50:33.9358633Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_complex64 2022-09-27T15:50:33.9367479Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_float32 2022-09-27T15:50:33.9369347Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_float32 2022-09-27T15:50:33.9382610Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_float32 2022-09-27T15:50:33.9389632Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_float32 2022-09-27T15:50:33.9396130Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_float32 2022-09-27T15:50:33.9398162Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_float32 2022-09-27T15:50:33.9414464Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_int64 2022-09-27T15:50:33.9417669Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_int64 2022-09-27T15:50:33.9425602Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_float32 2022-09-27T15:50:33.9426378Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_complex64 2022-09-27T15:50:33.9439895Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_float32 2022-09-27T15:50:33.9446283Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_complex64 2022-09-27T15:50:33.9452684Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_float32 2022-09-27T15:50:33.9454565Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_float32 2022-09-27T15:50:33.9467760Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_float32 2022-09-27T15:50:33.9473348Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_float32 2022-09-27T15:50:33.9479681Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_float32 2022-09-27T15:50:33.9481379Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_float32 2022-09-27T15:50:33.9497235Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_int64 2022-09-27T15:50:33.9499762Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_int64 2022-09-27T15:50:33.9506180Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_float32 2022-09-27T15:50:33.9508293Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_complex64 2022-09-27T15:50:33.9521003Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_float32 2022-09-27T15:50:33.9526735Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_complex64 2022-09-27T15:50:33.9535967Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_float32 2022-09-27T15:50:33.9537815Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_complex64 2022-09-27T15:50:33.9549596Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_int64 2022-09-27T15:50:33.9557531Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_complex64 2022-09-27T15:50:33.9563501Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_int64 2022-09-27T15:50:33.9565400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_int64 2022-09-27T15:50:33.9577036Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_int64 2022-09-27T15:50:33.9581923Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_int64 2022-09-27T15:50:33.9591217Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_int64 2022-09-27T15:50:33.9593249Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_float32 2022-09-27T15:50:33.9604656Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_float32 2022-09-27T15:50:33.9609494Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_float32 2022-09-27T15:50:33.9620797Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_float32 2022-09-27T15:50:33.9621542Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_int64 2022-09-27T15:50:33.9633703Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_int64 2022-09-27T15:50:33.9638944Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_int64 2022-09-27T15:50:33.9649139Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_int64 2022-09-27T15:50:33.9650956Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_float32 2022-09-27T15:50:33.9664259Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_cpu_float32 2022-09-27T15:50:33.9669746Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_cpu_float32 2022-09-27T15:50:33.9676345Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_float32 2022-09-27T15:50:33.9678272Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_int64 2022-09-27T15:50:33.9694633Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp2_cpu_float32 2022-09-27T15:50:33.9697204Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_int64 2022-09-27T15:50:33.9704093Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp2_cpu_float32 2022-09-27T15:50:33.9706139Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_float32 2022-09-27T15:50:33.9719726Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_complex64 2022-09-27T15:50:33.9725478Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_complex64 2022-09-27T15:50:33.9731927Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_float32 2022-09-27T15:50:33.9734065Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_complex64 2022-09-27T15:50:33.9751125Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_float32 2022-09-27T15:50:33.9754903Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_complex64 2022-09-27T15:50:33.9762029Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_float32 2022-09-27T15:50:33.9762929Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_int64 2022-09-27T15:50:33.9777490Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_float32 2022-09-27T15:50:33.9782177Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_int64 2022-09-27T15:50:33.9792904Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_float32 2022-09-27T15:50:33.9793992Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_complex64 2022-09-27T15:50:33.9810455Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_int64 2022-09-27T15:50:33.9814883Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_int64 2022-09-27T15:50:33.9822090Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_complex64 2022-09-27T15:50:33.9823695Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_float32 2022-09-27T15:50:33.9846114Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_float32 2022-09-27T15:50:33.9849162Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_float32 2022-09-27T15:50:33.9859344Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_float32 2022-09-27T15:50:33.9861453Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_complex64 2022-09-27T15:50:33.9876180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_int64 2022-09-27T15:50:33.9882467Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_complex64 2022-09-27T15:50:33.9889902Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_int64 2022-09-27T15:50:33.9891132Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_int64 2022-09-27T15:50:33.9904841Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_complex64 2022-09-27T15:50:33.9910439Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_complex64 2022-09-27T15:50:33.9917743Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_int64 2022-09-27T15:50:33.9918624Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_float32 2022-09-27T15:50:33.9932934Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_float32 2022-09-27T15:50:33.9937648Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_float32 2022-09-27T15:50:33.9946464Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_float32 2022-09-27T15:50:33.9948906Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_float32 2022-09-27T15:50:33.9961120Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_float32 2022-09-27T15:50:33.9966751Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_float32 2022-09-27T15:50:33.9977224Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_float32 2022-09-27T15:50:33.9978064Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_complex64 2022-09-27T15:50:33.9989691Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_int64 2022-09-27T15:50:33.9994657Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_int64 2022-09-27T15:50:34.0004526Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_complex64 2022-09-27T15:50:34.0006408Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_complex64 2022-09-27T15:50:34.0018061Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_float32 2022-09-27T15:50:34.0026132Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_complex64 2022-09-27T15:50:34.0032965Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_float32 2022-09-27T15:50:34.0034762Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_int64 2022-09-27T15:50:34.0050879Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_float32 2022-09-27T15:50:34.0056139Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_int64 2022-09-27T15:50:34.0063532Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_float32 2022-09-27T15:50:34.0064612Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_int64 2022-09-27T15:50:34.0080946Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_int64 2022-09-27T15:50:34.0084023Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_int64 2022-09-27T15:50:34.0090983Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_int64 2022-09-27T15:50:34.0091818Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_int64 2022-09-27T15:50:34.0105598Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_float32 2022-09-27T15:50:34.0112069Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_int64 2022-09-27T15:50:34.0117936Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_float32 2022-09-27T15:50:34.0119787Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_int64 2022-09-27T15:50:34.0132633Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_int64 2022-09-27T15:50:34.0138455Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_int64 2022-09-27T15:50:34.0144575Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_int64 2022-09-27T15:50:34.0146274Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_complex64 2022-09-27T15:50:34.0163060Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_float32 2022-09-27T15:50:34.0165709Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_float32 2022-09-27T15:50:34.0172360Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_complex64 2022-09-27T15:50:34.0174383Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_float32 2022-09-27T15:50:34.0187008Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:50:34.0193000Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:50:34.0199521Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_float32 2022-09-27T15:50:34.0201825Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:50:34.0214685Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_int64 2022-09-27T15:50:34.0220234Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_int64 2022-09-27T15:50:34.0230208Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:50:34.0231137Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_int64 2022-09-27T15:50:34.0244322Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_float32 2022-09-27T15:50:34.0250071Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_int64 2022-09-27T15:50:34.0256003Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_float32 2022-09-27T15:50:34.0257893Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_float32 2022-09-27T15:50:34.0269072Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_int64 2022-09-27T15:50:34.0274152Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_int64 2022-09-27T15:50:34.0284446Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_float32 2022-09-27T15:50:34.0286283Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_float32 2022-09-27T15:50:34.0299477Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_float32 2022-09-27T15:50:34.0305200Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_float32 2022-09-27T15:50:34.0311069Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_float32 2022-09-27T15:50:34.0312944Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_complex64 2022-09-27T15:50:34.0325109Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_int64 2022-09-27T15:50:34.0331481Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_complex64 2022-09-27T15:50:34.0340390Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_int64 2022-09-27T15:50:34.0342378Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_float32 2022-09-27T15:50:34.0353965Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_float32 2022-09-27T15:50:34.0361852Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_float32 2022-09-27T15:50:34.0367568Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_float32 2022-09-27T15:50:34.0369379Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_int64 2022-09-27T15:50:34.0382677Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_float32 2022-09-27T15:50:34.0389911Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_int64 2022-09-27T15:50:34.0396225Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_float32 2022-09-27T15:50:34.0398143Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_float32 2022-09-27T15:50:34.0412073Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:50:34.0418288Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:50:34.0424655Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_float32 2022-09-27T15:50:34.0426363Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_complex64 2022-09-27T15:50:34.0439657Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_float32 2022-09-27T15:50:34.0445650Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_complex64 2022-09-27T15:50:34.0451628Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_float32 2022-09-27T15:50:34.0453628Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_int64 2022-09-27T15:50:34.0468813Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_int64 2022-09-27T15:50:34.0472660Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_int64 2022-09-27T15:50:34.0479854Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_int64 2022-09-27T15:50:34.0481741Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_complex64 2022-09-27T15:50:34.0493169Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_complex64 2022-09-27T15:50:34.0499464Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_complex64 2022-09-27T15:50:34.0508106Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_complex64 2022-09-27T15:50:34.0509932Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_float32 2022-09-27T15:50:34.0526152Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_float32 2022-09-27T15:50:34.0528863Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_float32 2022-09-27T15:50:34.0535826Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_float32 2022-09-27T15:50:34.0537734Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_int64 2022-09-27T15:50:34.0549525Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_float32 2022-09-27T15:50:34.0556585Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_int64 2022-09-27T15:50:34.0565761Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_float32 2022-09-27T15:50:34.0567643Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_int64 2022-09-27T15:50:34.0579105Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_complex64 2022-09-27T15:50:34.0584163Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_complex64 2022-09-27T15:50:34.0593569Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_int64 2022-09-27T15:50:34.0595469Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_float32 2022-09-27T15:50:34.0607270Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_complex64 2022-09-27T15:50:34.0612322Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_float32 2022-09-27T15:50:34.0623020Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_complex64 2022-09-27T15:50:34.0624746Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_int64 2022-09-27T15:50:34.0641530Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_float32 2022-09-27T15:50:34.0643316Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_int64 2022-09-27T15:50:34.0650882Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_float32 2022-09-27T15:50:34.0652735Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_float32 2022-09-27T15:50:34.0666009Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_int64 2022-09-27T15:50:34.0670980Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_int64 2022-09-27T15:50:34.0679855Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_float32 2022-09-27T15:50:34.0681519Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_int64 2022-09-27T15:50:34.0693714Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nextafter_cpu_float32 2022-09-27T15:50:34.0701693Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nextafter_cpu_float32 2022-09-27T15:50:34.0707931Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_int64 2022-09-27T15:50:34.0709709Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_complex64 2022-09-27T15:50:34.0721541Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:50:34.0727988Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_complex64 2022-09-27T15:50:34.0737104Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:50:34.0739026Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_float32 2022-09-27T15:50:34.0750686Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_int64 2022-09-27T15:50:34.0759724Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_int64 2022-09-27T15:50:34.0766204Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_float32 2022-09-27T15:50:34.0767993Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_int64 2022-09-27T15:50:34.0779626Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_int64 2022-09-27T15:50:34.0786938Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_int64 2022-09-27T15:50:34.0795608Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_int64 2022-09-27T15:50:34.0797720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:50:34.0808823Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_float32 2022-09-27T15:50:34.0813813Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_float32 2022-09-27T15:50:34.0824142Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:50:34.0826038Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_float32 2022-09-27T15:50:34.0839356Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_int64 2022-09-27T15:50:34.0846165Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_int64 2022-09-27T15:50:34.0852466Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_float32 2022-09-27T15:50:34.0854438Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_int64 2022-09-27T15:50:34.0865574Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_int64 2022-09-27T15:50:34.0870811Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_int64 2022-09-27T15:50:34.0881367Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_int64 2022-09-27T15:50:34.0882196Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_complex64 2022-09-27T15:50:34.0899404Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:50:34.0902124Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:50:34.0908825Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_complex64 2022-09-27T15:50:34.0910748Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_int64 2022-09-27T15:50:34.0924329Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:50:34.0930309Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_int64 2022-09-27T15:50:34.0936734Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:50:34.0938386Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_complex64 2022-09-27T15:50:34.0952258Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:50:34.0958281Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_complex64 2022-09-27T15:50:34.0964395Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:50:34.0966320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_elu_cpu_float32 2022-09-27T15:50:34.0977415Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:50:34.0982627Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:50:34.0992418Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_elu_cpu_float32 2022-09-27T15:50:34.0994500Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_int64 2022-09-27T15:50:34.1007422Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:50:34.1013166Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:50:34.1022304Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_int64 2022-09-27T15:50:34.1024198Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_float32 2022-09-27T15:50:34.1035626Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:50:34.1041083Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:50:34.1051201Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_float32 2022-09-27T15:50:34.1053644Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_float32 2022-09-27T15:50:34.1066025Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_grid_sample_cpu_float32 2022-09-27T15:50:34.1067967Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_float32 2022-09-27T15:50:34.1081352Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_grid_sample_cpu_float32 2022-09-27T15:50:34.1083146Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardswish_cpu_float32 2022-09-27T15:50:34.1097849Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_complex64 2022-09-27T15:50:34.1099832Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardswish_cpu_float32 2022-09-27T15:50:34.1109403Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_complex64 2022-09-27T15:50:34.1111374Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_complex64 2022-09-27T15:50:34.1123166Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_huber_loss_cpu_float32 2022-09-27T15:50:34.1128464Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_huber_loss_cpu_float32 2022-09-27T15:50:34.1138923Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_complex64 2022-09-27T15:50:34.1139830Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:50:34.1153726Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_complex64 2022-09-27T15:50:34.1160175Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_complex64 2022-09-27T15:50:34.1168048Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:50:34.1168820Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_kl_div_cpu_float32 2022-09-27T15:50:34.1180432Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_int64 2022-09-27T15:50:34.1186941Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_kl_div_cpu_float32 2022-09-27T15:50:34.1196767Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_int64 2022-09-27T15:50:34.1198859Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_float32 2022-09-27T15:50:34.1216608Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:50:34.1219081Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:50:34.1227762Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_float32 2022-09-27T15:50:34.1228699Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:50:34.1241970Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_float32 2022-09-27T15:50:34.1248122Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_float32 2022-09-27T15:50:34.1257275Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:50:34.1262128Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_float32 2022-09-27T15:50:34.1269857Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:50:34.1279413Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_float32 2022-09-27T15:50:34.1286223Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:50:34.1288286Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:50:34.1300174Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_float32 2022-09-27T15:50:34.1308536Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:50:34.1318740Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_float32 2022-09-27T15:50:34.1319591Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:50:34.1335807Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_float32 2022-09-27T15:50:34.1339554Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:50:34.1347085Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_float32 2022-09-27T15:50:34.1347983Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:50:34.1367252Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_float32 2022-09-27T15:50:34.1370267Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_float32 2022-09-27T15:50:34.1381272Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:50:34.1382790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_complex64 2022-09-27T15:50:34.1395221Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:50:34.1404938Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_complex64 2022-09-27T15:50:34.1412024Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:50:34.1412849Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_float32 2022-09-27T15:50:34.1430244Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_float32 2022-09-27T15:50:34.1433131Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_float32 2022-09-27T15:50:34.1441207Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_float32 2022-09-27T15:50:34.1442096Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_float32 2022-09-27T15:50:34.1455555Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_int64 2022-09-27T15:50:34.1460471Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_int64 2022-09-27T15:50:34.1470541Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_float32 2022-09-27T15:50:34.1471491Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:50:34.1486717Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_float32 2022-09-27T15:50:34.1493231Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:50:34.1501103Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_float32 2022-09-27T15:50:34.1501924Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pdist_cpu_float32 2022-09-27T15:50:34.1514278Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:50:34.1522367Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pdist_cpu_float32 2022-09-27T15:50:34.1529558Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:50:34.1531436Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_complex64 2022-09-27T15:50:34.1544926Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:50:34.1552056Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_complex64 2022-09-27T15:50:34.1559484Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:50:34.1560406Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_complex64 2022-09-27T15:50:34.1576429Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:50:34.1580774Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_complex64 2022-09-27T15:50:34.1589202Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:50:34.1590194Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_complex64 2022-09-27T15:50:34.1607859Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_float32 2022-09-27T15:50:34.1609521Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_complex64 2022-09-27T15:50:34.1617019Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_float32 2022-09-27T15:50:34.1618904Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:50:34.1632424Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_complex64 2022-09-27T15:50:34.1637751Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:50:34.1647251Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_complex64 2022-09-27T15:50:34.1649710Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_cpu_float32 2022-09-27T15:50:34.1662391Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_complex64 2022-09-27T15:50:34.1668379Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_cpu_float32 2022-09-27T15:50:34.1678733Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_complex64 2022-09-27T15:50:34.1679597Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_complex64 2022-09-27T15:50:34.1691891Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softplus_cpu_float32 2022-09-27T15:50:34.1698318Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_complex64 2022-09-27T15:50:34.1707447Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softplus_cpu_float32 2022-09-27T15:50:34.1709805Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_int64 2022-09-27T15:50:34.1723189Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_complex64 2022-09-27T15:50:34.1729073Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_int64 2022-09-27T15:50:34.1735762Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_complex64 2022-09-27T15:50:34.1737599Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_complex64 2022-09-27T15:50:34.1750989Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_float32 2022-09-27T15:50:34.1755223Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_complex64 2022-09-27T15:50:34.1764956Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_float32 2022-09-27T15:50:34.1766402Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_float32 2022-09-27T15:50:34.1779220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_int64 2022-09-27T15:50:34.1788078Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_float32 2022-09-27T15:50:34.1795280Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_int64 2022-09-27T15:50:34.1796443Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_float32 2022-09-27T15:50:34.1814415Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_complex64 2022-09-27T15:50:34.1816858Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_complex64 2022-09-27T15:50:34.1824149Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_float32 2022-09-27T15:50:34.1826179Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_complex64 2022-09-27T15:50:34.1839381Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_int64 2022-09-27T15:50:34.1846010Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_complex64 2022-09-27T15:50:34.1852780Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_int64 2022-09-27T15:50:34.1854636Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_float32 2022-09-27T15:50:34.1867578Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_float32 2022-09-27T15:50:34.1873451Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_float32 2022-09-27T15:50:34.1879840Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_float32 2022-09-27T15:50:34.1881660Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_int64 2022-09-27T15:50:34.1895004Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_float32 2022-09-27T15:50:34.1900703Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_int64 2022-09-27T15:50:34.1906795Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_float32 2022-09-27T15:50:34.1909610Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_number_mean_cpu_float32 2022-09-27T15:50:34.1920843Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_int64 2022-09-27T15:50:34.1927109Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_number_mean_cpu_float32 2022-09-27T15:50:34.1935860Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_int64 2022-09-27T15:50:34.1937926Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_complex64 2022-09-27T15:50:34.1948901Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_complex64 2022-09-27T15:50:34.1954522Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_complex64 2022-09-27T15:50:34.1964120Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_complex64 2022-09-27T15:50:34.1966403Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_float32 2022-09-27T15:50:34.1979002Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_int64 2022-09-27T15:50:34.1984859Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_float32 2022-09-27T15:50:34.1990913Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_int64 2022-09-27T15:50:34.1992859Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_complex64 2022-09-27T15:50:34.2006961Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pca_lowrank_cpu_float32 2022-09-27T15:50:34.2013098Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pca_lowrank_cpu_float32 2022-09-27T15:50:34.2019454Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_complex64 2022-09-27T15:50:34.2021522Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_complex64 2022-09-27T15:50:34.2037580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_float32 2022-09-27T15:50:34.2040459Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_complex64 2022-09-27T15:50:34.2047619Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_float32 2022-09-27T15:50:34.2048536Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_int64 2022-09-27T15:50:34.2061384Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_complex64 2022-09-27T15:50:34.2066775Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_int64 2022-09-27T15:50:34.2075759Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_complex64 2022-09-27T15:50:34.2077825Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_int64 2022-09-27T15:50:34.2090635Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_int64 2022-09-27T15:50:34.2097758Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_int64 2022-09-27T15:50:34.2104601Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_int64 2022-09-27T15:50:34.2106563Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_int64 2022-09-27T15:50:34.2120445Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_float32 2022-09-27T15:50:34.2126736Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_int64 2022-09-27T15:50:34.2132695Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_float32 2022-09-27T15:50:34.2134571Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_complex64 2022-09-27T15:50:34.2146440Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_complex64 2022-09-27T15:50:34.2154456Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_complex64 2022-09-27T15:50:34.2161760Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_complex64 2022-09-27T15:50:34.2162645Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_float32 2022-09-27T15:50:34.2175725Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_complex64 2022-09-27T15:50:34.2181429Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_float32 2022-09-27T15:50:34.2188596Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_complex64 2022-09-27T15:50:34.2189406Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_int64 2022-09-27T15:50:34.2203277Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_float32 2022-09-27T15:50:34.2209282Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_float32 2022-09-27T15:50:34.2216883Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_int64 2022-09-27T15:50:34.2217654Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_int64 2022-09-27T15:50:34.2234684Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_float32 2022-09-27T15:50:34.2238020Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_int64 2022-09-27T15:50:34.2244573Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_float32 2022-09-27T15:50:34.2246496Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_float32 2022-09-27T15:50:34.2257507Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_complex64 2022-09-27T15:50:34.2262535Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_complex64 2022-09-27T15:50:34.2272374Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_float32 2022-09-27T15:50:34.2274753Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_float32 2022-09-27T15:50:34.2287616Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_complex64 2022-09-27T15:50:34.2293313Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_complex64 2022-09-27T15:50:34.2302701Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_float32 2022-09-27T15:50:34.2304588Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_int64 2022-09-27T15:50:34.2317701Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_float32 2022-09-27T15:50:34.2325034Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_int64 2022-09-27T15:50:34.2331832Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_float32 2022-09-27T15:50:34.2333580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_complex64 2022-09-27T15:50:34.2346948Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_float32 2022-09-27T15:50:34.2352240Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_complex64 2022-09-27T15:50:34.2361359Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_float32 2022-09-27T15:50:34.2363180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_int64 2022-09-27T15:50:34.2376085Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_complex64 2022-09-27T15:50:34.2382756Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_int64 2022-09-27T15:50:34.2389035Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_complex64 2022-09-27T15:50:34.2391043Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:50:34.2403067Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_float32 2022-09-27T15:50:34.2411062Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_float32 2022-09-27T15:50:34.2417412Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:50:34.2419388Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_int64 2022-09-27T15:50:34.2426512Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:50:34.2437785Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_dtypes_unique_consecutive_cpu 2022-09-27T15:50:34.2443423Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:50:34.2452049Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_int64 2022-09-27T15:50:34.2454435Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_complex64 2022-09-27T15:50:34.2456264Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_float32 2022-09-27T15:50:34.2465081Z test_ops.py::TestCommonCPU::test_dtypes_var_mean_cpu 2022-09-27T15:50:34.2470047Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_complex64 2022-09-27T15:50:34.2481605Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_float32 2022-09-27T15:50:34.2482214Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_float32 2022-09-27T15:50:34.2494103Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_float32 2022-09-27T15:50:34.2500440Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_float32 2022-09-27T15:50:34.2509038Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_float32 2022-09-27T15:50:34.2511538Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_int64 2022-09-27T15:50:34.2524869Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_int64 2022-09-27T15:50:34.2530064Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_int64 2022-09-27T15:50:34.2537341Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_int64 2022-09-27T15:50:34.2538217Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_float32 2022-09-27T15:50:34.2551245Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_complex64 2022-09-27T15:50:34.2556150Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_float32 2022-09-27T15:50:34.2565163Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_complex64 2022-09-27T15:50:34.2567265Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_float32 2022-09-27T15:50:34.2580004Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_complex64 2022-09-27T15:50:34.2586055Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_float32 2022-09-27T15:50:34.2593527Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_complex64 2022-09-27T15:50:34.2594741Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_complex64 2022-09-27T15:50:34.2607918Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_int64 2022-09-27T15:50:34.2613644Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_int64 2022-09-27T15:50:34.2619841Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_complex64 2022-09-27T15:50:34.2621670Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_3_cpu_float32 2022-09-27T15:50:34.2641652Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_int64 2022-09-27T15:50:34.2646892Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_3_cpu_float32 2022-09-27T15:50:34.2656919Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_int64 2022-09-27T15:50:34.2657981Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_int64 2022-09-27T15:50:34.2671575Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_int64 2022-09-27T15:50:34.2678305Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_int64 2022-09-27T15:50:34.2684805Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_int64 2022-09-27T15:50:34.2686962Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_complex64 2022-09-27T15:50:34.2699150Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_float32 2022-09-27T15:50:34.2705859Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_float32 2022-09-27T15:50:34.2712647Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_complex64 2022-09-27T15:50:34.2713418Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_float32 2022-09-27T15:50:34.2726713Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_int64 2022-09-27T15:50:34.2733389Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_float32 2022-09-27T15:50:34.2739382Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_int64 2022-09-27T15:50:34.2741586Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_complex64 2022-09-27T15:50:34.2758580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_float32 2022-09-27T15:50:34.2763258Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_dtypes_var_mean_cpu 2022-09-27T15:50:34.2766521Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_float32 2022-09-27T15:50:34.2775448Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_complex64 2022-09-27T15:50:34.2777265Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_complex64 2022-09-27T15:50:34.2778215Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_float32 2022-09-27T15:50:34.2789553Z test_ops.py::TestCommonCPU::test_dtypes_view_as_real_cpu 2022-09-27T15:50:34.2794500Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_complex64 2022-09-27T15:50:34.2803046Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_float32 2022-09-27T15:50:34.2811911Z [gw3] [ 8%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool2d_cpu 2022-09-27T15:50:34.2814462Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_float32 2022-09-27T15:50:34.2815403Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_float32 2022-09-27T15:50:34.2827012Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_cpu 2022-09-27T15:50:34.2832686Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_float32 2022-09-27T15:50:34.2844756Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_float32 2022-09-27T15:50:34.2845571Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_complex64 2022-09-27T15:50:34.2860631Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_int64 2022-09-27T15:50:34.2869737Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_complex64 2022-09-27T15:50:34.2877965Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_int64 2022-09-27T15:50:34.2879329Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_int64 2022-09-27T15:50:34.2886181Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_complex64 2022-09-27T15:50:34.2897827Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_dtypes_view_as_real_cpu 2022-09-27T15:50:34.2902142Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_int64 2022-09-27T15:50:34.2913463Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_complex64 2022-09-27T15:50:34.2921221Z test_ops.py::TestCommonCPU::test_dtypes_where_cpu 2022-09-27T15:50:34.2922329Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_complex64 2022-09-27T15:50:34.2942573Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_float32 2022-09-27T15:50:34.2951133Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_complex64 2022-09-27T15:50:34.2960461Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_float32 2022-09-27T15:50:34.2961451Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_float32 2022-09-27T15:50:34.2980365Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_int64 2022-09-27T15:50:34.2985768Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_float32 2022-09-27T15:50:34.2997772Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_int64 2022-09-27T15:50:34.2998774Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:50:34.3019533Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_float32 2022-09-27T15:50:34.3025768Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_float32 2022-09-27T15:50:34.3036708Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:50:34.3037487Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_int64 2022-09-27T15:50:34.3052702Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:50:34.3060447Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_int64 2022-09-27T15:50:34.3072295Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:50:34.3073290Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_complex64 2022-09-27T15:50:34.3089239Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:50:34.3096941Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_dtypes_where_cpu 2022-09-27T15:50:34.3099743Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_complex64 2022-09-27T15:50:34.3111520Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:50:34.3113412Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_int64 2022-09-27T15:50:34.3114232Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_int64 2022-09-27T15:50:34.3126984Z test_ops.py::TestCommonCPU::test_dtypes_zeros_like_cpu 2022-09-27T15:50:34.3133222Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_int64 2022-09-27T15:50:34.3141129Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_int64 2022-09-27T15:50:34.3143054Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_complex64 2022-09-27T15:50:34.3156684Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_int64 2022-09-27T15:50:34.3163402Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_complex64 2022-09-27T15:50:34.3172804Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_int64 2022-09-27T15:50:34.3175016Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_float32 2022-09-27T15:50:34.3187685Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_float32 2022-09-27T15:50:34.3191617Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_float32 2022-09-27T15:50:34.3206033Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_float32 2022-09-27T15:50:34.3207649Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_int64 2022-09-27T15:50:34.3226130Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_int64 2022-09-27T15:50:34.3232078Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_int64 2022-09-27T15:50:34.3240359Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_int64 2022-09-27T15:50:34.3251899Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_dtypes_zeros_like_cpu 2022-09-27T15:50:34.3253240Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_int64 2022-09-27T15:50:34.3254668Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_int64 2022-09-27T15:50:34.3272628Z test_ops.py::TestCommonCPU::test_errors___rmod___cpu 2022-09-27T15:50:34.3277653Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_int64 2022-09-27T15:50:34.3285640Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_int64 2022-09-27T15:50:34.3295299Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_errors___rmod___cpu 2022-09-27T15:50:34.3296327Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:50:34.3297337Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:50:34.3310153Z test_ops.py::TestCommonCPU::test_errors___rsub___cpu 2022-09-27T15:50:34.3320569Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:50:34.3324928Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:50:34.3337752Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_errors___rsub___cpu 2022-09-27T15:50:34.3340877Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout_cpu_float32 2022-09-27T15:50:34.3342538Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:50:34.3355542Z test_ops.py::TestCommonCPU::test_errors_amin_cpu 2022-09-27T15:50:34.3362409Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:50:34.3370571Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout_cpu_float32 2022-09-27T15:50:34.3371344Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_int64 2022-09-27T15:50:34.3398554Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:50:34.3401365Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:50:34.3406448Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_int64 2022-09-27T15:50:34.3415479Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_errors_amin_cpu 2022-09-27T15:50:34.3420380Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_int64 2022-09-27T15:50:34.3422586Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:50:34.3439048Z test_ops.py::TestCommonCPU::test_errors_bernoulli_cpu 2022-09-27T15:50:34.3444373Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_int64 2022-09-27T15:50:34.3455712Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:50:34.3465434Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_errors_bernoulli_cpu 2022-09-27T15:50:34.3466474Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_int64 2022-09-27T15:50:34.3467713Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_glu_cpu_float32 2022-09-27T15:50:34.3478080Z test_ops.py::TestCommonCPU::test_errors_bitwise_right_shift_cpu 2022-09-27T15:50:34.3484972Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_int64 2022-09-27T15:50:34.3495516Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_glu_cpu_float32 2022-09-27T15:50:34.3506537Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_errors_bitwise_right_shift_cpu 2022-09-27T15:50:34.3508257Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_int64 2022-09-27T15:50:34.3510081Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:50:34.3520950Z test_ops.py::TestCommonCPU::test_errors_clamp_min_cpu 2022-09-27T15:50:34.3529306Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_int64 2022-09-27T15:50:34.3538910Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:50:34.3540002Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:50:34.3545470Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_int64 2022-09-27T15:50:34.3555970Z [gw2] [ 8%] XFAIL test_ops.py::TestCommonCPU::test_errors_clamp_min_cpu 2022-09-27T15:50:34.3557619Z test_ops.py::TestCommonCPU::test_errors_diag_cpu 2022-09-27T15:50:34.3571449Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:50:34.3585876Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_int64 2022-09-27T15:50:34.3587747Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:50:34.3589936Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_int64 2022-09-27T15:50:34.3599626Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_errors_diag_cpu 2022-09-27T15:50:34.3608321Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_int64 2022-09-27T15:50:34.3616072Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:50:34.3619306Z test_ops.py::TestCommonCPU::test_errors_div_no_rounding_mode_cpu 2022-09-27T15:50:34.3621269Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:50:34.3634810Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_int64 2022-09-27T15:50:34.3639928Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_int64 2022-09-27T15:50:34.3648851Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:50:34.3658638Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_errors_div_no_rounding_mode_cpu 2022-09-27T15:50:34.3661393Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_layer_norm_cpu_float32 2022-09-27T15:50:34.3662065Z test_ops.py::TestCommonCPU::test_errors_eq_cpu 2022-09-27T15:50:34.3672872Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_int64 2022-09-27T15:50:34.3682996Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_layer_norm_cpu_float32 2022-09-27T15:50:34.3691036Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_int64 2022-09-27T15:50:34.3699727Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_errors_eq_cpu 2022-09-27T15:50:34.3703663Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_int64 2022-09-27T15:50:34.3706209Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_int64 2022-09-27T15:50:34.3715355Z test_ops.py::TestCommonCPU::test_errors_float_power_cpu 2022-09-27T15:50:34.3722940Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_int64 2022-09-27T15:50:34.3733866Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_int64 2022-09-27T15:50:34.3743792Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_errors_float_power_cpu 2022-09-27T15:50:34.3745773Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_int64 2022-09-27T15:50:34.3748937Z test_ops.py::TestCommonCPU::test_errors_fmod_cpu 2022-09-27T15:50:34.3766252Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:50:34.3770961Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:50:34.3778344Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_int64 2022-09-27T15:50:34.3788427Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_errors_fmod_cpu 2022-09-27T15:50:34.3790839Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:50:34.3792939Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:50:34.3809342Z test_ops.py::TestCommonCPU::test_errors_gradient_cpu 2022-09-27T15:50:34.3812017Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:50:34.3820121Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:50:34.3822978Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:50:34.3840053Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:50:34.3846571Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:50:34.3853725Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:50:34.3856075Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_int64 2022-09-27T15:50:34.3873021Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mse_loss_cpu_float32 2022-09-27T15:50:34.3881455Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_int64 2022-09-27T15:50:34.3890710Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mse_loss_cpu_float32 2022-09-27T15:50:34.3891927Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_nll_loss_cpu_float32 2022-09-27T15:50:34.3908049Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_float32 2022-09-27T15:50:34.3912203Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_float32 2022-09-27T15:50:34.3924560Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_nll_loss_cpu_float32 2022-09-27T15:50:34.3927578Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:50:34.3947553Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_int64 2022-09-27T15:50:34.3956424Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_int64 2022-09-27T15:50:34.3962054Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:50:34.3969949Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_errors_gradient_cpu 2022-09-27T15:50:34.3972977Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_complex64 2022-09-27T15:50:34.3974257Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_float32 2022-09-27T15:50:34.3987121Z test_ops.py::TestCommonCPU::test_errors_hstack_cpu 2022-09-27T15:50:34.3994702Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_complex64 2022-09-27T15:50:34.4003273Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_float32 2022-09-27T15:50:34.4004114Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_float32 2022-09-27T15:50:34.4017432Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:50:34.4029557Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_float32 2022-09-27T15:50:34.4032801Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_errors_hstack_cpu 2022-09-27T15:50:34.4043383Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:50:34.4045242Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_int64 2022-09-27T15:50:34.4047916Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:50:34.4056837Z test_ops.py::TestCommonCPU::test_errors_index_select_cpu 2022-09-27T15:50:34.4065552Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:50:34.4074916Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_int64 2022-09-27T15:50:34.4076249Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_int64 2022-09-27T15:50:34.4083389Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_complex64 2022-09-27T15:50:34.4093653Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_errors_index_select_cpu 2022-09-27T15:50:34.4099381Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_complex64 2022-09-27T15:50:34.4108897Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_int64 2022-09-27T15:50:34.4112058Z test_ops.py::TestCommonCPU::test_errors_kthvalue_cpu 2022-09-27T15:50:34.4116115Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:50:34.4129255Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_complex64 2022-09-27T15:50:34.4132130Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:50:34.4139720Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_complex64 2022-09-27T15:50:34.4142814Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_int64 2022-09-27T15:50:34.4152170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_int64 2022-09-27T15:50:34.4159063Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_errors_kthvalue_cpu 2022-09-27T15:50:34.4170346Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_int64 2022-09-27T15:50:34.4179207Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_int64 2022-09-27T15:50:34.4181689Z test_ops.py::TestCommonCPU::test_errors_linalg_cross_cpu 2022-09-27T15:50:34.4183038Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_selu_cpu_float32 2022-09-27T15:50:34.4199971Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_complex64 2022-09-27T15:50:34.4204818Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_complex64 2022-09-27T15:50:34.4215255Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_selu_cpu_float32 2022-09-27T15:50:34.4216419Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:50:34.4222296Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_float32 2022-09-27T15:50:34.4230599Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_errors_linalg_cross_cpu 2022-09-27T15:50:34.4237472Z test_ops.py::TestCommonCPU::test_errors_logcumsumexp_cpu 2022-09-27T15:50:34.4246199Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_float32 2022-09-27T15:50:34.4253871Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:50:34.4256803Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_int64 2022-09-27T15:50:34.4260410Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_complex64 2022-09-27T15:50:34.4277275Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_errors_logcumsumexp_cpu 2022-09-27T15:50:34.4280922Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_int64 2022-09-27T15:50:34.4290080Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_complex64 2022-09-27T15:50:34.4292560Z test_ops.py::TestCommonCPU::test_errors_logspace_cpu 2022-09-27T15:50:34.4295888Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_float32 2022-09-27T15:50:34.4304765Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_float32 2022-09-27T15:50:34.4315409Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_float32 2022-09-27T15:50:34.4321632Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_float32 2022-09-27T15:50:34.4335775Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_errors_logspace_cpu 2022-09-27T15:50:34.4337433Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_int64 2022-09-27T15:50:34.4338477Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:50:34.4351676Z test_ops.py::TestCommonCPU::test_errors_max_binary_cpu 2022-09-27T15:50:34.4355636Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_int64 2022-09-27T15:50:34.4369163Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:50:34.4371328Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:50:34.4379170Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_errors_max_binary_cpu 2022-09-27T15:50:34.4383838Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_complex64 2022-09-27T15:50:34.4400045Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:50:34.4406524Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_complex64 2022-09-27T15:50:34.4410372Z test_ops.py::TestCommonCPU::test_errors_minimum_cpu 2022-09-27T15:50:34.4433474Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_int64 2022-09-27T15:50:34.4434226Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_int64 2022-09-27T15:50:34.4440355Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_errors_minimum_cpu 2022-09-27T15:50:34.4444034Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_float32 2022-09-27T15:50:34.4446983Z test_ops.py::TestCommonCPU::test_errors_native_layer_norm_cpu 2022-09-27T15:50:34.4457544Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:50:34.4466159Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_float32 2022-09-27T15:50:34.4473908Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:50:34.4476691Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_int64 2022-09-27T15:50:34.4492376Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_complex64 2022-09-27T15:50:34.4499759Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_int64 2022-09-27T15:50:34.4509006Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_complex64 2022-09-27T15:50:34.4513236Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_complex64 2022-09-27T15:50:34.4515060Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_errors_native_layer_norm_cpu 2022-09-27T15:50:34.4524191Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_complex64 2022-09-27T15:50:34.4532684Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_complex64 2022-09-27T15:50:34.4543154Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_complex64 2022-09-27T15:50:34.4546639Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_float32 2022-09-27T15:50:34.4550117Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool1d_cpu 2022-09-27T15:50:34.4560252Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_cpu_float32 2022-09-27T15:50:34.4565073Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_float32 2022-09-27T15:50:34.4578025Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_cpu_float32 2022-09-27T15:50:34.4584898Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_int64 2022-09-27T15:50:34.4590725Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool1d_cpu 2022-09-27T15:50:34.4597909Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_complex64 2022-09-27T15:50:34.4600666Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_complex64 2022-09-27T15:50:34.4614153Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_int64 2022-09-27T15:50:34.4618285Z test_ops.py::TestCommonCPU::test_errors_nn_functional_conv2d_cpu 2022-09-27T15:50:34.4619741Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_complex64 2022-09-27T15:50:34.4635433Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_float32 2022-09-27T15:50:34.4640933Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_float32 2022-09-27T15:50:34.4649119Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_complex64 2022-09-27T15:50:34.4655936Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_int64 2022-09-27T15:50:34.4657795Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_int64 2022-09-27T15:50:34.4670605Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_conv2d_cpu 2022-09-27T15:50:34.4679085Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_int64 2022-09-27T15:50:34.4688751Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_int64 2022-09-27T15:50:34.4691603Z test_ops.py::TestCommonCPU::test_errors_nn_functional_l1_loss_cpu 2022-09-27T15:50:34.4693867Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_complex64 2022-09-27T15:50:34.4706071Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_int64 2022-09-27T15:50:34.4716185Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_complex64 2022-09-27T15:50:34.4734572Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_int64 2022-09-27T15:50:34.4744710Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_l1_loss_cpu 2022-09-27T15:50:34.4747068Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_int64 2022-09-27T15:50:34.4748127Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool3d_cpu 2022-09-27T15:50:34.4760561Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:50:34.4769930Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_int64 2022-09-27T15:50:34.4783581Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:50:34.4786651Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_int64 2022-09-27T15:50:34.4791220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:50:34.4799961Z [gw2] [ 8%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool3d_cpu 2022-09-27T15:50:34.4809004Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_int64 2022-09-27T15:50:34.4818552Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:50:34.4822108Z test_ops.py::TestCommonCPU::test_errors_nn_functional_soft_margin_loss_cpu 2022-09-27T15:50:34.4823472Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_int64 2022-09-27T15:50:34.4840074Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:50:34.4845478Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_int64 2022-09-27T15:50:34.4854557Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:50:34.4865854Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_soft_margin_loss_cpu 2022-09-27T15:50:34.4868217Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_int64 2022-09-27T15:50:34.4869367Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_float32 2022-09-27T15:50:34.4889702Z test_ops.py::TestCommonCPU::test_errors_pow_cpu 2022-09-27T15:50:34.4892553Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_int64 2022-09-27T15:50:34.4899721Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_float32 2022-09-27T15:50:34.4910736Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_errors_pow_cpu 2022-09-27T15:50:34.4913883Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_complex64 2022-09-27T15:50:34.4915934Z test_ops.py::TestCommonCPU::test_errors_reshape_cpu 2022-09-27T15:50:34.4928574Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_int64 2022-09-27T15:50:34.4935334Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_int64 2022-09-27T15:50:34.4945070Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_complex64 2022-09-27T15:50:34.4947751Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_complex64 2022-09-27T15:50:34.4958928Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_float32 2022-09-27T15:50:34.4973581Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_complex64 2022-09-27T15:50:34.4980278Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_float32 2022-09-27T15:50:34.4981816Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_float32 2022-09-27T15:50:34.4990341Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_errors_reshape_cpu 2022-09-27T15:50:34.5002214Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_float32 2022-09-27T15:50:34.5003920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_quantile_cpu_float32 2022-09-27T15:50:34.5005463Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_int64 2022-09-27T15:50:34.5021450Z test_ops.py::TestCommonCPU::test_errors_scatter_add_cpu 2022-09-27T15:50:34.5030296Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_quantile_cpu_float32 2022-09-27T15:50:34.5039131Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_int64 2022-09-27T15:50:34.5040530Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_float32 2022-09-27T15:50:34.5068363Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_float32 2022-09-27T15:50:34.5072894Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_float32 2022-09-27T15:50:34.5076446Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_float32 2022-09-27T15:50:34.5086616Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_errors_scatter_add_cpu 2022-09-27T15:50:34.5088253Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_v_cpu 2022-09-27T15:50:34.5089486Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_float32 2022-09-27T15:50:34.5104898Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_complex_cpu_float32 2022-09-27T15:50:34.5113687Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_v_cpu 2022-09-27T15:50:34.5119436Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_float32 2022-09-27T15:50:34.5134065Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_complex_cpu_float32 2022-09-27T15:50:34.5135853Z test_ops.py::TestCommonCPU::test_errors_special_laguerre_polynomial_l_cpu 2022-09-27T15:50:34.5137467Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_real_cpu_complex64 2022-09-27T15:50:34.5156780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_float32 2022-09-27T15:50:34.5162024Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_real_cpu_complex64 2022-09-27T15:50:34.5171136Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_float32 2022-09-27T15:50:34.5181325Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_errors_special_laguerre_polynomial_l_cpu 2022-09-27T15:50:34.5182842Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_v_cpu 2022-09-27T15:50:34.5184319Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_int64 2022-09-27T15:50:34.5204293Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_complex64 2022-09-27T15:50:34.5211160Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_v_cpu 2022-09-27T15:50:34.5215615Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_int64 2022-09-27T15:50:34.5226370Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_complex64 2022-09-27T15:50:34.5229903Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_float32 2022-09-27T15:50:34.5232490Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_float32 2022-09-27T15:50:34.5245836Z test_ops.py::TestCommonCPU::test_errors_sub_cpu 2022-09-27T15:50:34.5258362Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_float32 2022-09-27T15:50:34.5260939Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_float32 2022-09-27T15:50:34.5273068Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_errors_sub_cpu 2022-09-27T15:50:34.5275076Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_complex64 2022-09-27T15:50:34.5277126Z test_ops.py::TestCommonCPU::test_errors_trace_cpu 2022-09-27T15:50:34.5287604Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_int64 2022-09-27T15:50:34.5296653Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_int64 2022-09-27T15:50:34.5309552Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_complex64 2022-09-27T15:50:34.5317522Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_errors_trace_cpu 2022-09-27T15:50:34.5320113Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_float32 2022-09-27T15:50:34.5322045Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_float32 2022-09-27T15:50:34.5339557Z test_ops.py::TestCommonCPU::test_errors_view_as_cpu 2022-09-27T15:50:34.5344370Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_float32 2022-09-27T15:50:34.5355213Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_float32 2022-09-27T15:50:34.5363715Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_errors_view_as_cpu 2022-09-27T15:50:34.5365172Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_int64 2022-09-27T15:50:34.5367818Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_int64 2022-09-27T15:50:34.5381975Z test_ops.py::TestCommonCPU::test_errors_where_cpu 2022-09-27T15:50:34.5386432Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_int64 2022-09-27T15:50:34.5398985Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_int64 2022-09-27T15:50:34.5403218Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_errors_where_cpu 2022-09-27T15:50:34.5404553Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_complex64 2022-09-27T15:50:34.5412652Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_complex128 2022-09-27T15:50:34.5419281Z test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_float32 2022-09-27T15:50:34.5427139Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_complex64 2022-09-27T15:50:34.5435217Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_float32 2022-09-27T15:50:34.5448270Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_float32 2022-09-27T15:50:34.5455192Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_float32 2022-09-27T15:50:34.5456855Z test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_float32 2022-09-27T15:50:34.5475805Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_int64 2022-09-27T15:50:34.5483117Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_int64 2022-09-27T15:50:34.5490552Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_float32 2022-09-27T15:50:34.5493219Z test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_int64 2022-09-27T15:50:34.5512641Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_complex64 2022-09-27T15:50:34.5521667Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_complex64 2022-09-27T15:50:34.5529886Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_int64 2022-09-27T15:50:34.5532520Z test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_float32 2022-09-27T15:50:34.5551299Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_float32 2022-09-27T15:50:34.5560366Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_float32 2022-09-27T15:50:34.5568632Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_float32 2022-09-27T15:50:34.5570667Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_0_cpu_float32 2022-09-27T15:50:34.5585202Z test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_int64 2022-09-27T15:50:34.5597804Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_0_cpu_float32 2022-09-27T15:50:34.5608575Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_int64 2022-09-27T15:50:34.5610394Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_float32 2022-09-27T15:50:34.5625198Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_amax_cpu_float32 2022-09-27T15:50:34.5639057Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_float32 2022-09-27T15:50:34.5647150Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_amax_cpu_float32 2022-09-27T15:50:34.5648443Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmax_cpu_float32 2022-09-27T15:50:34.5666621Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_int64 2022-09-27T15:50:34.5678326Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_int64 2022-09-27T15:50:34.5686715Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmax_cpu_float32 2022-09-27T15:50:34.5688778Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumprod_cpu_float32 2022-09-27T15:50:34.5709183Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_complex64 2022-09-27T15:50:34.5716584Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_complex64 2022-09-27T15:50:34.5725596Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumprod_cpu_float32 2022-09-27T15:50:34.5726617Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_int64 2022-09-27T15:50:34.5743599Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_log_softmax_cpu_float32 2022-09-27T15:50:34.5751277Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_int64 2022-09-27T15:50:34.5757257Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_int64 2022-09-27T15:50:34.5768997Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_log_softmax_cpu_float32 2022-09-27T15:50:34.5775499Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_int64 2022-09-27T15:50:34.5781339Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_mean_cpu_float32 2022-09-27T15:50:34.5805350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_int64 2022-09-27T15:50:34.5808307Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_int64 2022-09-27T15:50:34.5816239Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_mean_cpu_float32 2022-09-27T15:50:34.5817278Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_normalize_cpu_float32 2022-09-27T15:50:34.5832538Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_offsets_cpu_float32 2022-09-27T15:50:34.5845456Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_offsets_cpu_float32 2022-09-27T15:50:34.5850072Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_normalize_cpu_float32 2022-09-27T15:50:34.5858458Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_float32 2022-09-27T15:50:34.5863114Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_float32 2022-09-27T15:50:34.5869081Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_softmin_cpu_float32 2022-09-27T15:50:34.5885245Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_int64 2022-09-27T15:50:34.5894964Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_int64 2022-09-27T15:50:34.5903826Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_softmin_cpu_float32 2022-09-27T15:50:34.5906349Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_complex64 2022-09-27T15:50:34.5918461Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_sum_cpu_int64 2022-09-27T15:50:34.5925346Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_complex64 2022-09-27T15:50:34.5937419Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_int64 2022-09-27T15:50:34.5944456Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_sum_cpu_int64 2022-09-27T15:50:34.5951974Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_int64 2022-09-27T15:50:34.5954698Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_float32 2022-09-27T15:50:34.5970642Z test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_int64 2022-09-27T15:50:34.5979005Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_float32 2022-09-27T15:50:34.5985731Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_int64 2022-09-27T15:50:34.5996712Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_int64 2022-09-27T15:50:34.6003612Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_int64 2022-09-27T15:50:34.6006165Z test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_int64 2022-09-27T15:50:34.6024194Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_float32 2022-09-27T15:50:34.6032349Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_float32 2022-09-27T15:50:34.6039939Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_int64 2022-09-27T15:50:34.6042783Z test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_int64 2022-09-27T15:50:34.6060702Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_float32 2022-09-27T15:50:34.6066913Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_float32 2022-09-27T15:50:34.6080949Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_int64 2022-09-27T15:50:34.6081700Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_float32 2022-09-27T15:50:34.6099726Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:50:34.6106750Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:50:34.6117865Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_float32 2022-09-27T15:50:34.6119184Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_float32 2022-09-27T15:50:34.6133666Z test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_float32 2022-09-27T15:50:34.6147173Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_float32 2022-09-27T15:50:34.6155987Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_float32 2022-09-27T15:50:34.6157125Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_float32 2022-09-27T15:50:34.6171595Z test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_float32 2022-09-27T15:50:34.6180823Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_float32 2022-09-27T15:50:34.6188023Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:50:34.6200320Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_float32 2022-09-27T15:50:34.6208332Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:50:34.6210165Z test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_int64 2022-09-27T15:50:34.6233315Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:50:34.6239565Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:50:34.6248808Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_int64 2022-09-27T15:50:34.6249598Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_float32 2022-09-27T15:50:34.6264686Z test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_int64 2022-09-27T15:50:34.6273706Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_float32 2022-09-27T15:50:34.6281595Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:50:34.6293408Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_int64 2022-09-27T15:50:34.6302021Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:50:34.6302772Z test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_int64 2022-09-27T15:50:34.6321581Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_float32 2022-09-27T15:50:34.6333778Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_float32 2022-09-27T15:50:34.6340038Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_int64 2022-09-27T15:50:34.6349989Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_float32 2022-09-27T15:50:34.6359131Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_float32 2022-09-27T15:50:34.6360820Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:50:34.6376097Z test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_int64 2022-09-27T15:50:34.6387118Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:50:34.6393505Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_int64 2022-09-27T15:50:34.6404864Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_float32 2022-09-27T15:50:34.6407656Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_float32 2022-09-27T15:50:34.6413908Z test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_int64 2022-09-27T15:50:34.6430997Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_float32 2022-09-27T15:50:34.6436416Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_int64 2022-09-27T15:50:34.6443883Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_float32 2022-09-27T15:50:34.6445832Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_int64 2022-09-27T15:50:34.6464704Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_float32 2022-09-27T15:50:34.6471644Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_float32 2022-09-27T15:50:34.6482036Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_int64 2022-09-27T15:50:34.6483955Z test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_int64 2022-09-27T15:50:34.6504648Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:50:34.6513920Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:50:34.6525006Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_int64 2022-09-27T15:50:34.6525879Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:50:34.6537225Z test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_int64 2022-09-27T15:50:34.6546430Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:50:34.6558052Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:50:34.6573691Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_int64 2022-09-27T15:50:34.6582876Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:50:34.6585344Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:50:34.6603399Z test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_int64 2022-09-27T15:50:34.6616445Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:50:34.6623390Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_int64 2022-09-27T15:50:34.6632516Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_float32 2022-09-27T15:50:34.6637280Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_int64 2022-09-27T15:50:34.6648918Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_float32 2022-09-27T15:50:34.6666463Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_complex64 2022-09-27T15:50:34.6673096Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_complex64 2022-09-27T15:50:34.6685031Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_int64 2022-09-27T15:50:34.6685855Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_float32 2022-09-27T15:50:34.6700499Z test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_int64 2022-09-27T15:50:34.6710292Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_float32 2022-09-27T15:50:34.6719539Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_int64 2022-09-27T15:50:34.6734929Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_int64 2022-09-27T15:50:34.6741786Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_int64 2022-09-27T15:50:34.6744337Z test_ops.py::TestCommonCPU::test_multiple_devices_bincount_cpu_int64 2022-09-27T15:50:34.6763984Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_complex64 2022-09-27T15:50:34.6770714Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_complex64 2022-09-27T15:50:34.6778465Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bincount_cpu_int64 2022-09-27T15:50:34.6781172Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_float32 2022-09-27T15:50:34.6791434Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_or_cpu_int64 2022-09-27T15:50:34.6800659Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_float32 2022-09-27T15:50:34.6818100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_int64 2022-09-27T15:50:34.6820933Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_int64 2022-09-27T15:50:34.6829508Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_or_cpu_int64 2022-09-27T15:50:34.6831447Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_float32 2022-09-27T15:50:34.6842405Z test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_int64 2022-09-27T15:50:34.6851023Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_float32 2022-09-27T15:50:34.6865884Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_float32 2022-09-27T15:50:34.6870148Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_int64 2022-09-27T15:50:34.6880675Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_float32 2022-09-27T15:50:34.6883596Z test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_int64 2022-09-27T15:50:34.6898002Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_int64 2022-09-27T15:50:34.6909894Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_int64 2022-09-27T15:50:34.6914477Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_int64 2022-09-27T15:50:34.6920791Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_complex64 2022-09-27T15:50:34.6924002Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_float32 2022-09-27T15:50:34.6933429Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_complex64 2022-09-27T15:50:34.6946359Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_float32 2022-09-27T15:50:34.6954584Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_float32 2022-09-27T15:50:34.6965626Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_float32 2022-09-27T15:50:34.6967134Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_complex64 2022-09-27T15:50:34.6979277Z test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_float32 2022-09-27T15:50:34.6989142Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_complex64 2022-09-27T15:50:34.6993413Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_float32 2022-09-27T15:50:34.6999092Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_float32 2022-09-27T15:50:34.7010887Z test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_float32 2022-09-27T15:50:34.7022504Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_float32 2022-09-27T15:50:34.7024547Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_int64 2022-09-27T15:50:34.7032160Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_float32 2022-09-27T15:50:34.7038967Z test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_int64 2022-09-27T15:50:34.7048160Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_int64 2022-09-27T15:50:34.7056876Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_complex64 2022-09-27T15:50:34.7065888Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_int64 2022-09-27T15:50:34.7077363Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_complex64 2022-09-27T15:50:34.7078808Z test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_int64 2022-09-27T15:50:34.7091790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_float32 2022-09-27T15:50:34.7101719Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_float32 2022-09-27T15:50:34.7105955Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_int64 2022-09-27T15:50:34.7118975Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_int64 2022-09-27T15:50:34.7128029Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_int64 2022-09-27T15:50:34.7130381Z test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_float32 2022-09-27T15:50:34.7146579Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_complex64 2022-09-27T15:50:34.7157081Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_complex64 2022-09-27T15:50:34.7164202Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_int64 2022-09-27T15:50:34.7173843Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_float32 2022-09-27T15:50:34.7183009Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_int64 2022-09-27T15:50:34.7184736Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_float32 2022-09-27T15:50:34.7196205Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_complex64 2022-09-27T15:50:34.7210824Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_complex64 2022-09-27T15:50:34.7214508Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_float32 2022-09-27T15:50:34.7224034Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_float32 2022-09-27T15:50:34.7232295Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_float32 2022-09-27T15:50:34.7233131Z test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_float32 2022-09-27T15:50:34.7250868Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_int64 2022-09-27T15:50:34.7263407Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_int64 2022-09-27T15:50:34.7270712Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_float32 2022-09-27T15:50:34.7279068Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_float32 2022-09-27T15:50:34.7288024Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_float32 2022-09-27T15:50:34.7289182Z test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_float32 2022-09-27T15:50:34.7304723Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_float32 2022-09-27T15:50:34.7312142Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_float32 2022-09-27T15:50:34.7318824Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_float32 2022-09-27T15:50:34.7320516Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_int64 2022-09-27T15:50:34.7352188Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_float32 2022-09-27T15:50:34.7354898Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_float32 2022-09-27T15:50:34.7364058Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_int64 2022-09-27T15:50:34.7364844Z test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_int64 2022-09-27T15:50:34.7382307Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_complex64 2022-09-27T15:50:34.7393099Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_complex64 2022-09-27T15:50:34.7400229Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_float32 2022-09-27T15:50:34.7409366Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_int64 2022-09-27T15:50:34.7420820Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_float32 2022-09-27T15:50:34.7421733Z test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_int64 2022-09-27T15:50:34.7438870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_int64 2022-09-27T15:50:34.7449738Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_int64 2022-09-27T15:50:34.7456610Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_int64 2022-09-27T15:50:34.7467265Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_int64 2022-09-27T15:50:34.7474091Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_int64 2022-09-27T15:50:34.7476488Z test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_int64 2022-09-27T15:50:34.7502893Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_float32 2022-09-27T15:50:34.7509295Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_float32 2022-09-27T15:50:34.7520284Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_int64 2022-09-27T15:50:34.7521377Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_complex64 2022-09-27T15:50:34.7538547Z test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_int64 2022-09-27T15:50:34.7549417Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_complex64 2022-09-27T15:50:34.7558479Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_int64 2022-09-27T15:50:34.7564299Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_int64 2022-09-27T15:50:34.7576081Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_int64 2022-09-27T15:50:34.7577226Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_int64 2022-09-27T15:50:34.7588768Z test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_int64 2022-09-27T15:50:34.7604476Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_int64 2022-09-27T15:50:34.7609313Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_int64 2022-09-27T15:50:34.7617942Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_int64 2022-09-27T15:50:34.7625487Z test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_int64 2022-09-27T15:50:34.7633272Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_int64 2022-09-27T15:50:34.7641264Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_complex64 2022-09-27T15:50:34.7651974Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_int64 2022-09-27T15:50:34.7660529Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_complex64 2022-09-27T15:50:34.7661654Z test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_int64 2022-09-27T15:50:34.7679476Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_float32 2022-09-27T15:50:34.7692711Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_float32 2022-09-27T15:50:34.7699014Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_int64 2022-09-27T15:50:34.7708517Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_complex64 2022-09-27T15:50:34.7714848Z test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_int64 2022-09-27T15:50:34.7723676Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_complex64 2022-09-27T15:50:34.7743243Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_float32 2022-09-27T15:50:34.7750591Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_int64 2022-09-27T15:50:34.7759696Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_float32 2022-09-27T15:50:34.7760728Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_int64 2022-09-27T15:50:34.7774958Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_int64 2022-09-27T15:50:34.7788089Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_int64 2022-09-27T15:50:34.7792295Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_int64 2022-09-27T15:50:34.7798922Z test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_complex128 2022-09-27T15:50:34.7824358Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_int64 2022-09-27T15:50:34.7832124Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_int64 2022-09-27T15:50:34.7857560Z test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_int64 2022-09-27T15:50:34.7864792Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_int64 2022-09-27T15:50:34.7892355Z test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_float32 2022-09-27T15:50:34.7902017Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_float32 2022-09-27T15:50:34.7932474Z test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_float32 2022-09-27T15:50:34.7934784Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_complex128 2022-09-27T15:50:34.7944263Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_float32 2022-09-27T15:50:34.7945393Z test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_float32 2022-09-27T15:50:34.7972921Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_complex128 2022-09-27T15:50:34.7983640Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_cpu 2022-09-27T15:50:34.7995692Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_float32 2022-09-27T15:50:34.7996472Z test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_float32 2022-09-27T15:50:34.8002567Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mish_cpu 2022-09-27T15:50:34.8012747Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_complex128 2022-09-27T15:50:34.8025176Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_float64 2022-09-27T15:50:34.8036596Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_float32 2022-09-27T15:50:34.8070131Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_float32 2022-09-27T15:50:34.8081781Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_float32 2022-09-27T15:50:34.8117234Z test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_float32 2022-09-27T15:50:34.8124303Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_float32 2022-09-27T15:50:34.8138064Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_float64 2022-09-27T15:50:34.8138820Z test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_float32 2022-09-27T15:50:34.8170404Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_int64 2022-09-27T15:50:34.8180857Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_float32 2022-09-27T15:50:34.8193607Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_int64 2022-09-27T15:50:34.8195704Z test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_float32 2022-09-27T15:50:34.8206991Z test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_float64 2022-09-27T15:50:34.8217105Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mish_cpu 2022-09-27T15:50:34.8228454Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_soft_margin_loss_cpu 2022-09-27T15:50:34.8239563Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_float32 2022-09-27T15:50:34.8271844Z test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_float32 2022-09-27T15:50:34.8282287Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_float32 2022-09-27T15:50:34.8311969Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_float32 2022-09-27T15:50:34.8322392Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_float32 2022-09-27T15:50:34.8352921Z test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_float32 2022-09-27T15:50:34.8362898Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_float32 2022-09-27T15:50:34.8373889Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_float32 2022-09-27T15:50:34.8385597Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_float64 2022-09-27T15:50:34.8393273Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_int64 2022-09-27T15:50:34.8403689Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_float32 2022-09-27T15:50:34.8435722Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_float32 2022-09-27T15:50:34.8449607Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_float32 2022-09-27T15:50:34.8460724Z [gw0] [ 9%] XFAIL test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_int64 2022-09-27T15:50:34.8463487Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_float32 2022-09-27T15:50:34.8490703Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_complex128 2022-09-27T15:50:34.8501702Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_float32 2022-09-27T15:50:34.8530859Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_float32 2022-09-27T15:50:34.8540885Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_float32 2022-09-27T15:50:34.8555233Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_float32 2022-09-27T15:50:34.8568592Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_soft_margin_loss_cpu 2022-09-27T15:50:34.8572516Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_circular_cpu 2022-09-27T15:50:34.8583283Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_float32 2022-09-27T15:50:34.8620943Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_float32 2022-09-27T15:50:34.8631777Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_float32 2022-09-27T15:50:34.8666808Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_float32 2022-09-27T15:50:34.8677798Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_float32 2022-09-27T15:50:34.8713264Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_float32 2022-09-27T15:50:34.8724607Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_float32 2022-09-27T15:50:34.8758023Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_float32 2022-09-27T15:50:34.8769262Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_float32 2022-09-27T15:50:34.8802337Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_float32 2022-09-27T15:50:34.8813437Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_float32 2022-09-27T15:50:34.8819678Z test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_float32 2022-09-27T15:50:34.8828222Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_circular_cpu 2022-09-27T15:50:34.8845257Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pairwise_distance_cpu 2022-09-27T15:50:34.8856057Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_float32 2022-09-27T15:50:34.8870269Z test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_float32 2022-09-27T15:50:34.8880204Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_complex128 2022-09-27T15:50:34.8888735Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_float64 2022-09-27T15:50:34.8899617Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_float32 2022-09-27T15:50:34.8934796Z test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_float32 2022-09-27T15:50:34.8940125Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_float64 2022-09-27T15:50:34.8956607Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_float32 2022-09-27T15:50:34.8957189Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_float32 2022-09-27T15:50:34.9007335Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_int64 2022-09-27T15:50:34.9007941Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_float32 2022-09-27T15:50:34.9035049Z test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_float32 2022-09-27T15:50:34.9047543Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_float32 2022-09-27T15:50:34.9080378Z test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_float32 2022-09-27T15:50:34.9090093Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_float32 2022-09-27T15:50:34.9123445Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pairwise_distance_cpu 2022-09-27T15:50:34.9124525Z test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_float32 2022-09-27T15:50:34.9125090Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:50:34.9129642Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_complex128 2022-09-27T15:50:34.9141975Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_int64 2022-09-27T15:50:34.9156914Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_float32 2022-09-27T15:50:34.9157583Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:50:34.9158167Z test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_float64 2022-09-27T15:50:34.9186376Z test_ops.py::TestCommonCPU::test_multiple_devices_gcd_cpu_int64 2022-09-27T15:50:34.9194785Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gcd_cpu_int64 2022-09-27T15:50:34.9209165Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:50:34.9210170Z test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_float32 2022-09-27T15:50:34.9241735Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_float64 2022-09-27T15:50:34.9253883Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_float32 2022-09-27T15:50:34.9260802Z test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_float32 2022-09-27T15:50:34.9268667Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_float64 2022-09-27T15:50:34.9279709Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_complex128 2022-09-27T15:50:34.9293225Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_float64 2022-09-27T15:50:34.9301723Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_float32 2022-09-27T15:50:34.9304332Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_float64 2022-09-27T15:50:34.9331871Z test_ops.py::TestCommonCPU::test_multiple_devices_histc_cpu_float32 2022-09-27T15:50:34.9341872Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_histc_cpu_float32 2022-09-27T15:50:34.9349587Z test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_int64 2022-09-27T15:50:34.9360578Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_float64 2022-09-27T15:50:34.9372190Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_int64 2022-09-27T15:50:34.9382367Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_int64 2022-09-27T15:50:34.9415764Z test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_float32 2022-09-27T15:50:34.9425801Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_float32 2022-09-27T15:50:34.9434812Z test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_float32 2022-09-27T15:50:34.9445636Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_int64 2022-09-27T15:50:34.9456376Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_complex128 2022-09-27T15:50:34.9467349Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_float32 2022-09-27T15:50:34.9500188Z test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_float32 2022-09-27T15:50:34.9510170Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_float32 2022-09-27T15:50:34.9538745Z test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_float32 2022-09-27T15:50:34.9551865Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_complex128 2022-09-27T15:50:34.9561105Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_float32 2022-09-27T15:50:34.9563637Z test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_float32 2022-09-27T15:50:34.9589968Z test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_int64 2022-09-27T15:50:34.9600180Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_float32 2022-09-27T15:50:34.9628201Z test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_float32 2022-09-27T15:50:34.9638356Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_float32 2022-09-27T15:50:34.9667878Z test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_float32 2022-09-27T15:50:34.9680526Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_float32 2022-09-27T15:50:34.9689523Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_int64 2022-09-27T15:50:34.9690866Z test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_float32 2022-09-27T15:50:34.9721939Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_complex128 2022-09-27T15:50:34.9732227Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_float32 2022-09-27T15:50:34.9745045Z test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_float32 2022-09-27T15:50:34.9755368Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_complex128 2022-09-27T15:50:34.9763876Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_float64 2022-09-27T15:50:34.9773923Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_float32 2022-09-27T15:50:34.9802084Z test_ops.py::TestCommonCPU::test_multiple_devices_istft_cpu_float32 2022-09-27T15:50:34.9812032Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_istft_cpu_float32 2022-09-27T15:50:34.9840399Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_int64 2022-09-27T15:50:34.9850551Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_int64 2022-09-27T15:50:34.9878784Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_int64 2022-09-27T15:50:34.9888869Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_int64 2022-09-27T15:50:34.9916948Z test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_int64 2022-09-27T15:50:34.9926930Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_int64 2022-09-27T15:50:35.0048032Z test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_float32 2022-09-27T15:50:35.0058754Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_float64 2022-09-27T15:50:35.0104735Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_int64 2022-09-27T15:50:35.0115783Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_int64 2022-09-27T15:50:35.0145973Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:50:35.0157362Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:50:35.0187861Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:50:35.0196953Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:50:35.0235237Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_int64 2022-09-27T15:50:35.0245737Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_int64 2022-09-27T15:50:35.0806183Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_float64 2022-09-27T15:50:35.0818236Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:50:35.1395436Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_rrelu_cpu 2022-09-27T15:50:35.1406966Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_rrelu_cpu 2022-09-27T15:50:35.1816353Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_smooth_l1_loss_cpu 2022-09-27T15:50:35.1826272Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_smooth_l1_loss_cpu 2022-09-27T15:50:35.1962960Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softplus_cpu 2022-09-27T15:50:35.1972537Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softplus_cpu 2022-09-27T15:50:35.2085320Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_threshold_cpu 2022-09-27T15:50:35.2091518Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_float32 2022-09-27T15:50:35.2109650Z test_ops.py::TestCommonCPU::test_multiple_devices_lerp_cpu_float32 2022-09-27T15:50:35.2119864Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_threshold_cpu 2022-09-27T15:50:35.2127926Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lerp_cpu_float32 2022-09-27T15:50:35.2128720Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_ex_cpu_float32 2022-09-27T15:50:35.2149051Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_bilinear_cpu 2022-09-27T15:50:35.2156741Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_ex_cpu_float32 2022-09-27T15:50:35.2178588Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_cpu_float32 2022-09-27T15:50:35.2186454Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_cpu_float32 2022-09-27T15:50:35.2210373Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvals_cpu_float32 2022-09-27T15:50:35.2216481Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvals_cpu_float32 2022-09-27T15:50:35.2240329Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_ex_cpu_float32 2022-09-27T15:50:35.2246047Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_ex_cpu_float32 2022-09-27T15:50:35.2268778Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_cpu_float32 2022-09-27T15:50:35.2277095Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_cpu_float32 2022-09-27T15:50:35.2302553Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:50:35.2312991Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:50:35.2321853Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_cpu_float32 2022-09-27T15:50:35.2333436Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_bilinear_cpu 2022-09-27T15:50:35.2338829Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_cpu_float32 2022-09-27T15:50:35.2343431Z test_ops.py::TestCommonCPU::test_dtypes_norm_fro_cpu 2022-09-27T15:50:35.2367713Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_cpu_float32 2022-09-27T15:50:35.2373450Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_cpu_float32 2022-09-27T15:50:35.2396545Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_singular_cpu_float32 2022-09-27T15:50:35.2403409Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_singular_cpu_float32 2022-09-27T15:50:35.2425437Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_ex_cpu_float32 2022-09-27T15:50:35.2433447Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_ex_cpu_float32 2022-09-27T15:50:35.2454931Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorinv_cpu_float32 2022-09-27T15:50:35.2464573Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorinv_cpu_float32 2022-09-27T15:50:35.2467629Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vecdot_cpu_float32 2022-09-27T15:50:35.2476303Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_norm_fro_cpu 2022-09-27T15:50:35.2483838Z test_ops.py::TestCommonCPU::test_dtypes_normal_number_mean_cpu 2022-09-27T15:50:35.2492550Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vecdot_cpu_float32 2022-09-27T15:50:35.2513600Z test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_float32 2022-09-27T15:50:35.2522415Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_float32 2022-09-27T15:50:35.2543997Z test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_float32 2022-09-27T15:50:35.2551865Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_float32 2022-09-27T15:50:35.2577720Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_cpu_float32 2022-09-27T15:50:35.2583196Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_cpu_float32 2022-09-27T15:50:35.2604222Z test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp_cpu_float32 2022-09-27T15:50:35.2612231Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp_cpu_float32 2022-09-27T15:50:35.2627852Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_int64 2022-09-27T15:50:35.2637179Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_normal_number_mean_cpu 2022-09-27T15:50:35.2643602Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_int64 2022-09-27T15:50:35.2645624Z test_ops.py::TestCommonCPU::test_dtypes_ormqr_cpu 2022-09-27T15:50:35.2665672Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_int64 2022-09-27T15:50:35.2673247Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_int64 2022-09-27T15:50:35.2694692Z test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_int64 2022-09-27T15:50:35.2701986Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_int64 2022-09-27T15:50:35.2723190Z test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_int64 2022-09-27T15:50:35.2731326Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_int64 2022-09-27T15:50:35.2752059Z test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_int64 2022-09-27T15:50:35.2760045Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_int64 2022-09-27T15:50:35.2780582Z test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_float32 2022-09-27T15:50:35.2787760Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_float32 2022-09-27T15:50:35.2808680Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_float32 2022-09-27T15:50:35.2815762Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_float32 2022-09-27T15:50:35.2836687Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_float32 2022-09-27T15:50:35.2843733Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_float32 2022-09-27T15:50:35.2866665Z test_ops.py::TestCommonCPU::test_multiple_devices_matrix_exp_cpu_float32 2022-09-27T15:50:35.2873632Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_matrix_exp_cpu_float32 2022-09-27T15:50:35.2894855Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_int64 2022-09-27T15:50:35.2902003Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_int64 2022-09-27T15:50:35.2922992Z test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_int64 2022-09-27T15:50:35.2930115Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_int64 2022-09-27T15:50:35.2950899Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:50:35.2958028Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:50:35.2978882Z test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_float32 2022-09-27T15:50:35.2985853Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_float32 2022-09-27T15:50:35.3006918Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_float32 2022-09-27T15:50:35.3013865Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_float32 2022-09-27T15:50:35.3034707Z test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_float32 2022-09-27T15:50:35.3041679Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_float32 2022-09-27T15:50:35.3062784Z test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_float32 2022-09-27T15:50:35.3069748Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_float32 2022-09-27T15:50:35.3090991Z test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_float32 2022-09-27T15:50:35.3099294Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_float32 2022-09-27T15:50:35.3123245Z test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_int64 2022-09-27T15:50:35.3128999Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_int64 2022-09-27T15:50:35.3149996Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_int64 2022-09-27T15:50:35.3157890Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_int64 2022-09-27T15:50:35.3178952Z test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_int64 2022-09-27T15:50:35.3187308Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_int64 2022-09-27T15:50:35.3208499Z test_ops.py::TestCommonCPU::test_multiple_devices_nanquantile_cpu_float32 2022-09-27T15:50:35.3216352Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nanquantile_cpu_float32 2022-09-27T15:50:35.3237462Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_int64 2022-09-27T15:50:35.3244818Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_int64 2022-09-27T15:50:35.3265922Z test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_float32 2022-09-27T15:50:35.3272955Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_float32 2022-09-27T15:50:35.3294033Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_float32 2022-09-27T15:50:35.3301009Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_float32 2022-09-27T15:50:35.3322096Z test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_float32 2022-09-27T15:50:35.3329232Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_float32 2022-09-27T15:50:35.3350133Z test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_float32 2022-09-27T15:50:35.3357402Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_float32 2022-09-27T15:50:35.3378745Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:50:35.3386412Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:50:35.3409353Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:50:35.3417173Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:50:35.3438224Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_int64 2022-09-27T15:50:35.3445033Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_int64 2022-09-27T15:50:35.3466029Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_float32 2022-09-27T15:50:35.3472991Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_float32 2022-09-27T15:50:35.3494103Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_celu_cpu_float32 2022-09-27T15:50:35.3501136Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_celu_cpu_float32 2022-09-27T15:50:35.3522862Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_int64 2022-09-27T15:50:35.3530033Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_int64 2022-09-27T15:50:35.3551229Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_int64 2022-09-27T15:50:35.3558424Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_int64 2022-09-27T15:50:35.3579392Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_int64 2022-09-27T15:50:35.3586504Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_int64 2022-09-27T15:50:35.3607633Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout2d_cpu_float32 2022-09-27T15:50:35.3614690Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout2d_cpu_float32 2022-09-27T15:50:35.3635678Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:50:35.3642692Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:50:35.3664439Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_int64 2022-09-27T15:50:35.3672181Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_int64 2022-09-27T15:50:35.3695631Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gelu_cpu_float32 2022-09-27T15:50:35.3703513Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gelu_cpu_float32 2022-09-27T15:50:35.3724853Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardshrink_cpu_float32 2022-09-27T15:50:35.3732609Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardshrink_cpu_float32 2022-09-27T15:50:35.3753369Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_int64 2022-09-27T15:50:35.3761001Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_int64 2022-09-27T15:50:35.3781546Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:50:35.3788593Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:50:35.3809602Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:50:35.3816747Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:50:35.3839590Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_layer_norm_cpu_float32 2022-09-27T15:50:35.3845914Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_layer_norm_cpu_float32 2022-09-27T15:50:35.3866711Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:50:35.3874449Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:50:35.3895668Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:50:35.3903705Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:50:35.3924478Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:50:35.3931922Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:50:35.3952485Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:50:35.3960131Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:50:35.3982776Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:50:35.3989909Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:50:35.4011061Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_normalize_cpu_float32 2022-09-27T15:50:35.4018184Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_normalize_cpu_float32 2022-09-27T15:50:35.4039141Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_float32 2022-09-27T15:50:35.4046215Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_float32 2022-09-27T15:50:35.4066940Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:50:35.4073875Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:50:35.4094891Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_int64 2022-09-27T15:50:35.4101991Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_int64 2022-09-27T15:50:35.4122892Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:50:35.4129843Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:50:35.4153330Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_float32 2022-09-27T15:50:35.4159072Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_float32 2022-09-27T15:50:35.4179548Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_silu_cpu_float32 2022-09-27T15:50:35.4187234Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_silu_cpu_float32 2022-09-27T15:50:35.4207952Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:50:35.4215332Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:50:35.4235882Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_float32 2022-09-27T15:50:35.4242874Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_float32 2022-09-27T15:50:35.4265497Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_float32 2022-09-27T15:50:35.4272455Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_float32 2022-09-27T15:50:35.4293509Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:50:35.4300717Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:50:35.4321770Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:50:35.4329399Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:50:35.4350472Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_fro_cpu_float32 2022-09-27T15:50:35.4357655Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_norm_fro_cpu_float32 2022-09-27T15:50:35.4378713Z test_ops.py::TestCommonCPU::test_multiple_devices_normal_number_mean_cpu_float32 2022-09-27T15:50:35.4385776Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_normal_number_mean_cpu_float32 2022-09-27T15:50:35.4406959Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_int64 2022-09-27T15:50:35.4413939Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_int64 2022-09-27T15:50:35.4436250Z test_ops.py::TestCommonCPU::test_multiple_devices_pca_lowrank_cpu_float32 2022-09-27T15:50:35.4444002Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_pca_lowrank_cpu_float32 2022-09-27T15:50:35.4465399Z test_ops.py::TestCommonCPU::test_multiple_devices_polar_cpu_float32 2022-09-27T15:50:35.4475257Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polar_cpu_float32 2022-09-27T15:50:35.4487230Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_int64 2022-09-27T15:50:35.4494526Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_int64 2022-09-27T15:50:35.4507213Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_int64 2022-09-27T15:50:35.4514290Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_int64 2022-09-27T15:50:35.4537191Z test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_int64 2022-09-27T15:50:35.4544767Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_int64 2022-09-27T15:50:35.4566572Z test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_int64 2022-09-27T15:50:35.4574019Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_int64 2022-09-27T15:50:35.4594917Z test_ops.py::TestCommonCPU::test_multiple_devices_quantile_cpu_float32 2022-09-27T15:50:35.4602034Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_quantile_cpu_float32 2022-09-27T15:50:35.4622967Z test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_float32 2022-09-27T15:50:35.4630218Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_float32 2022-09-27T15:50:35.4651552Z test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_float32 2022-09-27T15:50:35.4658541Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_float32 2022-09-27T15:50:35.4679629Z test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_float32 2022-09-27T15:50:35.4686715Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_float32 2022-09-27T15:50:35.4707661Z test_ops.py::TestCommonCPU::test_multiple_devices_renorm_cpu_float32 2022-09-27T15:50:35.4715535Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_renorm_cpu_float32 2022-09-27T15:50:35.4736459Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_int64 2022-09-27T15:50:35.4744088Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_int64 2022-09-27T15:50:35.4764881Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_int64 2022-09-27T15:50:35.4772670Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_int64 2022-09-27T15:50:35.4796026Z test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_int64 2022-09-27T15:50:35.4801744Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_int64 2022-09-27T15:50:35.4824723Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_int64 2022-09-27T15:50:35.4832574Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_int64 2022-09-27T15:50:35.4853372Z test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_int64 2022-09-27T15:50:35.4860527Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_int64 2022-09-27T15:50:35.4873491Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_3_cpu_float32 2022-09-27T15:50:35.4880740Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_3_cpu_float32 2022-09-27T15:50:35.4901712Z test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_float32 2022-09-27T15:50:35.4908736Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_float32 2022-09-27T15:50:35.4929933Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_float32 2022-09-27T15:50:35.4936959Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_float32 2022-09-27T15:50:35.4958415Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_float32 2022-09-27T15:50:35.4965517Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_float32 2022-09-27T15:50:35.4986467Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_float32 2022-09-27T15:50:35.4993679Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_float32 2022-09-27T15:50:35.5014654Z test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_float32 2022-09-27T15:50:35.5022146Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_float32 2022-09-27T15:50:35.5043313Z test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_float32 2022-09-27T15:50:35.5050956Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_float32 2022-09-27T15:50:35.5071686Z test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_float32 2022-09-27T15:50:35.5079383Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_float32 2022-09-27T15:50:35.5101837Z test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_float32 2022-09-27T15:50:35.5109187Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_float32 2022-09-27T15:50:35.5129945Z test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_float32 2022-09-27T15:50:35.5137148Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_float32 2022-09-27T15:50:35.5157965Z test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_float32 2022-09-27T15:50:35.5165024Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_float32 2022-09-27T15:50:35.5185812Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_float32 2022-09-27T15:50:35.5192822Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_float32 2022-09-27T15:50:35.5213805Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_int64 2022-09-27T15:50:35.5221958Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_int64 2022-09-27T15:50:35.5243053Z test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_float32 2022-09-27T15:50:35.5250158Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_float32 2022-09-27T15:50:35.5271632Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_float32 2022-09-27T15:50:35.5278968Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_float32 2022-09-27T15:50:35.5299849Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_float32 2022-09-27T15:50:35.5306990Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_float32 2022-09-27T15:50:35.5328153Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:50:35.5335030Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:50:35.5347880Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:50:35.5354995Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:50:35.5380459Z test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_float32 2022-09-27T15:50:35.5387480Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_float32 2022-09-27T15:50:35.5408558Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:50:35.5415623Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:50:35.5436692Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_float32 2022-09-27T15:50:35.5443785Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_float32 2022-09-27T15:50:35.5464816Z test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:50:35.5471784Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:50:35.5492746Z test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_float32 2022-09-27T15:50:35.5499812Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_float32 2022-09-27T15:50:35.5520881Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_float32 2022-09-27T15:50:35.5527846Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_float32 2022-09-27T15:50:35.5548780Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_float32 2022-09-27T15:50:35.5555892Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_float32 2022-09-27T15:50:35.5577424Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_float32 2022-09-27T15:50:35.5584993Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_float32 2022-09-27T15:50:35.5605978Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:50:35.5613535Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:50:35.5626155Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:50:35.5633170Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:50:35.5648852Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:50:35.5656044Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:50:35.5678022Z test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:50:35.5685577Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:50:35.5706728Z test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_float32 2022-09-27T15:50:35.5714404Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_float32 2022-09-27T15:50:35.5735535Z test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_float32 2022-09-27T15:50:35.5743246Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_float32 2022-09-27T15:50:35.5764230Z test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_float32 2022-09-27T15:50:35.5771934Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_float32 2022-09-27T15:50:35.5792583Z test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_float32 2022-09-27T15:50:35.5800243Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_float32 2022-09-27T15:50:35.5821287Z test_ops.py::TestCommonCPU::test_multiple_devices_std_cpu_float32 2022-09-27T15:50:35.5829025Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_std_cpu_float32 2022-09-27T15:50:35.5850066Z test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_int64 2022-09-27T15:50:35.5857127Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_int64 2022-09-27T15:50:35.5878308Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_int64 2022-09-27T15:50:35.5886109Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_int64 2022-09-27T15:50:35.5907206Z test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_float32 2022-09-27T15:50:35.5914239Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_float32 2022-09-27T15:50:35.5937111Z test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_float32 2022-09-27T15:50:35.5944130Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_float32 2022-09-27T15:50:35.5965492Z test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_float32 2022-09-27T15:50:35.5972421Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_float32 2022-09-27T15:50:35.5994058Z test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_float32 2022-09-27T15:50:35.6001254Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_float32 2022-09-27T15:50:35.6022209Z test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_float32 2022-09-27T15:50:35.6029126Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_float32 2022-09-27T15:50:35.6053095Z test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_float32 2022-09-27T15:50:35.6059802Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_float32 2022-09-27T15:50:35.6081760Z test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_float32 2022-09-27T15:50:35.6090568Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_float32 2022-09-27T15:50:35.6114947Z test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_float32 2022-09-27T15:50:35.6121623Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_float32 2022-09-27T15:50:35.6147000Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_int64 2022-09-27T15:50:35.6154767Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_int64 2022-09-27T15:50:35.6177467Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_indices_cpu_int64 2022-09-27T15:50:35.6184743Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_triu_indices_cpu_int64 2022-09-27T15:50:35.6208834Z test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_int64 2022-09-27T15:50:35.6216755Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_int64 2022-09-27T15:50:35.6242961Z test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_int64 2022-09-27T15:50:35.6248399Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_int64 2022-09-27T15:50:35.6270590Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_float32 2022-09-27T15:50:35.6278494Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_float32 2022-09-27T15:50:35.6299622Z test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_float32 2022-09-27T15:50:35.6307680Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_float32 2022-09-27T15:50:35.6330713Z test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_float32 2022-09-27T15:50:35.6336571Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_float32 2022-09-27T15:50:35.6357870Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_int64 2022-09-27T15:50:35.6365579Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_int64 2022-09-27T15:50:35.6387207Z test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_int64 2022-09-27T15:50:35.6394808Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_int64 2022-09-27T15:50:35.6416263Z test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_int64 2022-09-27T15:50:35.6423560Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_int64 2022-09-27T15:50:35.6444693Z test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_int64 2022-09-27T15:50:35.6451811Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_int64 2022-09-27T15:50:35.6475791Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_int64 2022-09-27T15:50:35.6483046Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_int64 2022-09-27T15:50:35.6538421Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___radd___cpu_bool 2022-09-27T15:50:35.6545410Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___radd___cpu_bool 2022-09-27T15:50:35.6598921Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___ror___cpu_bool 2022-09-27T15:50:35.6647376Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___ror___cpu_bool 2022-09-27T15:50:35.7029564Z test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_sum_cpu_bool 2022-09-27T15:50:35.7037548Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_sum_cpu_bool 2022-09-27T15:50:35.7076055Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_addr_cpu_bool 2022-09-27T15:50:35.7083771Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_addr_cpu_bool 2022-09-27T15:50:35.7131597Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_aminmax_cpu_bool 2022-09-27T15:50:35.7145089Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_aminmax_cpu_bool 2022-09-27T15:50:35.7190032Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_argwhere_cpu_bool 2022-09-27T15:50:35.7200764Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_argwhere_cpu_bool 2022-09-27T15:50:35.7233342Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_asinh_cpu_bool 2022-09-27T15:50:35.7243806Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_asinh_cpu_bool 2022-09-27T15:50:35.7299708Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_1d_cpu_bool 2022-09-27T15:50:35.7307830Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_1d_cpu_bool 2022-09-27T15:50:35.7379000Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_and_cpu_bool 2022-09-27T15:50:35.7390398Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_and_cpu_bool 2022-09-27T15:50:35.7439328Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_block_diag_cpu_bool 2022-09-27T15:50:35.7449536Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_block_diag_cpu_bool 2022-09-27T15:50:35.7490748Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_byte_cpu_bool 2022-09-27T15:50:35.7501922Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_byte_cpu_bool 2022-09-27T15:50:35.7537231Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_char_cpu_bool 2022-09-27T15:50:35.7544629Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_char_cpu_bool 2022-09-27T15:50:35.7571443Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clone_cpu_bool 2022-09-27T15:50:35.7578571Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_clone_cpu_bool 2022-09-27T15:50:35.7602071Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_physical_cpu_bool 2022-09-27T15:50:35.7611147Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_physical_cpu_bool 2022-09-27T15:50:35.7645316Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cos_cpu_bool 2022-09-27T15:50:35.7652545Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cos_cpu_bool 2022-09-27T15:50:35.7683711Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummin_cpu_bool 2022-09-27T15:50:35.7693632Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummin_cpu_bool 2022-09-27T15:50:35.7728506Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagflat_cpu_bool 2022-09-27T15:50:35.7735240Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagflat_cpu_bool 2022-09-27T15:50:35.7764144Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_digamma_cpu_bool 2022-09-27T15:50:35.7772289Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_digamma_cpu_bool 2022-09-27T15:50:35.7802148Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_dstack_cpu_bool 2022-09-27T15:50:35.7811149Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_dstack_cpu_bool 2022-09-27T15:50:35.7853825Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_equal_cpu_bool 2022-09-27T15:50:35.7861870Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_equal_cpu_bool 2022-09-27T15:50:35.7892936Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp2_cpu_bool 2022-09-27T15:50:35.7899357Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp2_cpu_bool 2022-09-27T15:50:35.7924145Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expm1_cpu_bool 2022-09-27T15:50:35.7933530Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_expm1_cpu_bool 2022-09-27T15:50:35.7991874Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftn_cpu_bool 2022-09-27T15:50:35.7999861Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftn_cpu_bool 2022-09-27T15:50:35.8055779Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfftn_cpu_bool 2022-09-27T15:50:35.8064629Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfftn_cpu_bool 2022-09-27T15:50:35.8096741Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftshift_cpu_bool 2022-09-27T15:50:35.8106320Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftshift_cpu_bool 2022-09-27T15:50:35.8152976Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft2_cpu_bool 2022-09-27T15:50:35.8162922Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft2_cpu_bool 2022-09-27T15:50:35.8217709Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft_cpu_bool 2022-09-27T15:50:35.8225863Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft_cpu_bool 2022-09-27T15:50:35.8267212Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flip_cpu_bool 2022-09-27T15:50:35.8276518Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_flip_cpu_bool 2022-09-27T15:50:35.8337694Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_power_cpu_bool 2022-09-27T15:50:35.8345588Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_power_cpu_bool 2022-09-27T15:50:35.8378650Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_gather_cpu_bool 2022-09-27T15:50:35.8395097Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_gather_cpu_bool 2022-09-27T15:50:35.8440062Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_heaviside_cpu_bool 2022-09-27T15:50:35.8448266Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_heaviside_cpu_bool 2022-09-27T15:50:35.8489547Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_add_cpu_bool 2022-09-27T15:50:35.8497187Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_add_cpu_bool 2022-09-27T15:50:35.8524373Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_select_cpu_bool 2022-09-27T15:50:35.8531666Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_select_cpu_bool 2022-09-27T15:50:35.8553909Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isinf_cpu_bool 2022-09-27T15:50:35.8561340Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isinf_cpu_bool 2022-09-27T15:50:35.8587698Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isreal_cpu_bool 2022-09-27T15:50:35.8595055Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isreal_cpu_bool 2022-09-27T15:50:35.8616650Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_return_by_ref_cpu_bool 2022-09-27T15:50:35.8624889Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_return_by_ref_cpu_bool 2022-09-27T15:50:35.8676381Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_le_cpu_bool 2022-09-27T15:50:35.8683629Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_le_cpu_bool 2022-09-27T15:50:35.8714249Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log2_cpu_bool 2022-09-27T15:50:35.8721610Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_log2_cpu_bool 2022-09-27T15:50:35.8748265Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_not_cpu_bool 2022-09-27T15:50:35.8755518Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_not_cpu_bool 2022-09-27T15:50:35.8795604Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logsumexp_cpu_bool 2022-09-27T15:50:35.8802854Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logsumexp_cpu_bool 2022-09-27T15:50:35.8837237Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mT_cpu_bool 2022-09-27T15:50:35.8844603Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_mT_cpu_bool 2022-09-27T15:50:35.8895258Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_binary_cpu_bool 2022-09-27T15:50:35.8902879Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_binary_cpu_bool 2022-09-27T15:50:35.8967136Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:50:35.8974471Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:50:35.9009639Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_with_dim_cpu_bool 2022-09-27T15:50:35.9016124Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_with_dim_cpu_bool 2022-09-27T15:50:35.9045491Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_msort_cpu_bool 2022-09-27T15:50:35.9053941Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_msort_cpu_bool 2022-09-27T15:50:35.9091001Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_copy_cpu_bool 2022-09-27T15:50:35.9101490Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_copy_cpu_bool 2022-09-27T15:50:35.9116880Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_strided_cpu_bool 2022-09-27T15:50:35.9125486Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_strided_cpu_bool 2022-09-27T15:50:35.9218260Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_cosine_embedding_loss_cpu_bool 2022-09-27T15:50:35.9227333Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_cosine_embedding_loss_cpu_bool 2022-09-27T15:50:35.9253777Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_shuffle_cpu_bool 2022-09-27T15:50:35.9262336Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_shuffle_cpu_bool 2022-09-27T15:50:35.9297217Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_like_cpu_bool 2022-09-27T15:50:35.9306553Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_like_cpu_bool 2022-09-27T15:50:35.9319871Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_1_cpu_bool 2022-09-27T15:50:35.9329436Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_1_cpu_bool 2022-09-27T15:50:35.9436639Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_prod_cpu_bool 2022-09-27T15:50:35.9445412Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_prod_cpu_bool 2022-09-27T15:50:35.9470402Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_real_cpu_bool 2022-09-27T15:50:35.9479595Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_real_cpu_bool 2022-09-27T15:50:35.9513081Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_as_cpu_bool 2022-09-27T15:50:35.9521765Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_as_cpu_bool 2022-09-27T15:50:35.9547313Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_conj_cpu_bool 2022-09-27T15:50:35.9555944Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_conj_cpu_bool 2022-09-27T15:50:35.9585520Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rsqrt_cpu_bool 2022-09-27T15:50:35.9595152Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_rsqrt_cpu_bool 2022-09-27T15:50:35.9689807Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amin_cpu_bool 2022-09-27T15:50:35.9698193Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amin_cpu_bool 2022-09-27T15:50:35.9735639Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_scatter_cpu_bool 2022-09-27T15:50:35.9743709Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_scatter_cpu_bool 2022-09-27T15:50:35.9765549Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sign_cpu_bool 2022-09-27T15:50:35.9773548Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sign_cpu_bool 2022-09-27T15:50:35.9797853Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinh_cpu_bool 2022-09-27T15:50:35.9805755Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinh_cpu_bool 2022-09-27T15:50:35.9834265Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_airy_ai_cpu_bool 2022-09-27T15:50:35.9843103Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_airy_ai_cpu_bool 2022-09-27T15:50:35.9873286Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y1_cpu_bool 2022-09-27T15:50:35.9882766Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y1_cpu_bool 2022-09-27T15:50:35.9895420Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_w_cpu_bool 2022-09-27T15:50:35.9904940Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_w_cpu_bool 2022-09-27T15:50:35.9969770Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_he_cpu_bool 2022-09-27T15:50:35.9978917Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_he_cpu_bool 2022-09-27T15:50:36.0038657Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_laguerre_polynomial_l_cpu_bool 2022-09-27T15:50:36.0047666Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_laguerre_polynomial_l_cpu_bool 2022-09-27T15:50:36.0075270Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i1_cpu_bool 2022-09-27T15:50:36.0084228Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i1_cpu_bool 2022-09-27T15:50:36.0113104Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtri_cpu_bool 2022-09-27T15:50:36.0120351Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtri_cpu_bool 2022-09-27T15:50:36.0134687Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_t_cpu_bool 2022-09-27T15:50:36.0144130Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_t_cpu_bool 2022-09-27T15:50:36.0172876Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_spherical_bessel_j0_cpu_bool 2022-09-27T15:50:36.0181888Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_spherical_bessel_j0_cpu_bool 2022-09-27T15:50:36.0213227Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_list_args_cpu_bool 2022-09-27T15:50:36.0222248Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_list_args_cpu_bool 2022-09-27T15:50:36.0257513Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_squeeze_cpu_bool 2022-09-27T15:50:36.0266481Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_squeeze_cpu_bool 2022-09-27T15:50:36.0293881Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_t_cpu_bool 2022-09-27T15:50:36.0302916Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_t_cpu_bool 2022-09-27T15:50:36.0327576Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tanh_cpu_bool 2022-09-27T15:50:36.0336572Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_tanh_cpu_bool 2022-09-27T15:50:36.0367333Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_sparse_cpu_bool 2022-09-27T15:50:36.0376386Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_sparse_cpu_bool 2022-09-27T15:50:36.0444333Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_true_divide_cpu_bool 2022-09-27T15:50:36.0453458Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_true_divide_cpu_bool 2022-09-27T15:50:36.0853723Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_consecutive_cpu_bool 2022-09-27T15:50:36.0861776Z [gw3] [ 10%] XFAIL test_ops.py::TestCommonCPU::test_dtypes_ormqr_cpu 2022-09-27T15:50:36.0970899Z test_ops.py::TestCommonCPU::test_dtypes_pinverse_cpu 2022-09-27T15:50:36.0977839Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_float64 2022-09-27T15:50:36.0993617Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_complex128 2022-09-27T15:50:36.0994490Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_int64 2022-09-27T15:50:36.1063672Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_complex128 2022-09-27T15:50:36.1075999Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_int64 2022-09-27T15:50:36.1133386Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:50:36.1147438Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_pinverse_cpu 2022-09-27T15:50:36.1169398Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_2_cpu 2022-09-27T15:50:36.1187383Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_2_cpu 2022-09-27T15:50:36.1194120Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:50:36.1201001Z test_ops.py::TestCommonCPU::test_dtypes_pow_cpu 2022-09-27T15:50:36.1286748Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:50:36.1294742Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_complex128 2022-09-27T15:50:36.1333255Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:50:36.1344905Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:50:36.1374630Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:50:36.1386258Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:50:36.1418163Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_int64 2022-09-27T15:50:36.1429004Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:50:36.1450836Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_one_hot_cpu_int64 2022-09-27T15:50:36.1467761Z [gw1] [ 10%] XFAIL test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_int64 2022-09-27T15:50:36.1481929Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_consecutive_cpu_bool 2022-09-27T15:50:36.1555668Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_one_hot_cpu_int64 2022-09-27T15:50:36.1559465Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_float64 2022-09-27T15:50:36.1561203Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_cpu_bool 2022-09-27T15:50:36.1568109Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pdist_cpu_float64 2022-09-27T15:50:36.1570553Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_cpu_bool 2022-09-27T15:50:36.1578771Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_float64 2022-09-27T15:50:36.1630648Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pdist_cpu_float64 2022-09-27T15:50:36.1644064Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_xlogy_cpu_bool 2022-09-27T15:50:36.1644676Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:50:36.1645239Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_int64 2022-09-27T15:50:36.1665761Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_pow_cpu 2022-09-27T15:50:36.1666750Z test_ops.py::TestCommonCPU::test_dtypes_quantile_cpu 2022-09-27T15:50:36.1695328Z [gw1] [ 10%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:50:36.1712951Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:50:36.1713577Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_xlogy_cpu_bool 2022-09-27T15:50:36.1727468Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_complex64 2022-09-27T15:50:36.1740521Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_complex64 2022-09-27T15:50:36.1748113Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_float32 2022-09-27T15:50:36.1765276Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:50:36.1772123Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_float32 2022-09-27T15:50:36.1780088Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_complex128 2022-09-27T15:50:36.1800531Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_int64 2022-09-27T15:50:36.1811984Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_int64 2022-09-27T15:50:36.1828433Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_complex128 2022-09-27T15:50:36.1829215Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rand___cpu_int64 2022-09-27T15:50:36.1847841Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_float64 2022-09-27T15:50:36.1856422Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rand___cpu_int64 2022-09-27T15:50:36.1961891Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_int64 2022-09-27T15:50:36.1997492Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_complex64 2022-09-27T15:50:36.2000315Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_complex128 2022-09-27T15:50:36.2001128Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_complex64 2022-09-27T15:50:36.2022277Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_complex64 2022-09-27T15:50:36.2022885Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_complex64 2022-09-27T15:50:36.2024914Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_complex64 2022-09-27T15:50:36.2029195Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_complex64 2022-09-27T15:50:36.2031711Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_float32 2022-09-27T15:50:36.2037237Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_float64 2022-09-27T15:50:36.2137680Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_float32 2022-09-27T15:50:36.2138320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amax_cpu_int64 2022-09-27T15:50:36.2138844Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_int64 2022-09-27T15:50:36.2139482Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amax_cpu_int64 2022-09-27T15:50:36.2140115Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmax_cpu_int64 2022-09-27T15:50:36.2148944Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_complex128 2022-09-27T15:50:36.2150907Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_float64 2022-09-27T15:50:36.2164190Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmax_cpu_int64 2022-09-27T15:50:36.2168509Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_int64 2022-09-27T15:50:36.2171774Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_float32 2022-09-27T15:50:36.2211654Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_float32 2022-09-27T15:50:36.2213005Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_float64 2022-09-27T15:50:36.2215895Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_int64 2022-09-27T15:50:36.2219395Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_int64 2022-09-27T15:50:36.2413850Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_float64 2022-09-27T15:50:36.2463327Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logsumexp_cpu_int64 2022-09-27T15:50:36.2464062Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_complex128 2022-09-27T15:50:36.2464658Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logsumexp_cpu_int64 2022-09-27T15:50:36.2465475Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_median_cpu_float32 2022-09-27T15:50:36.2466094Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_median_cpu_float32 2022-09-27T15:50:36.2466715Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_complex64 2022-09-27T15:50:36.2476921Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_float64 2022-09-27T15:50:36.2485933Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_int64 2022-09-27T15:50:36.2490144Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_complex64 2022-09-27T15:50:36.2492762Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_softmin_cpu_float32 2022-09-27T15:50:36.2496614Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_softmin_cpu_float32 2022-09-27T15:50:36.2499087Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_complex64 2022-09-27T15:50:36.2503307Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_complex128 2022-09-27T15:50:36.2506719Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_complex64 2022-09-27T15:50:36.2509693Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_float64 2022-09-27T15:50:36.2512834Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_float32 2022-09-27T15:50:36.2517553Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_float32 2022-09-27T15:50:36.2519774Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_int64 2022-09-27T15:50:36.2524512Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_int64 2022-09-27T15:50:36.2588552Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_int64 2022-09-27T15:50:36.2590224Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_complex64 2022-09-27T15:50:36.2593060Z test_ops.py::TestCommonCPU::test_numpy_ref_tril_indices_cpu_int64 2022-09-27T15:50:36.2597242Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_complex64 2022-09-27T15:50:36.2602378Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_float32 2022-09-27T15:50:36.2605396Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tril_indices_cpu_int64 2022-09-27T15:50:36.2614839Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_float32 2022-09-27T15:50:36.2682165Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_float64 2022-09-27T15:50:36.2683718Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_int64 2022-09-27T15:50:36.2684949Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_int64 2022-09-27T15:50:36.2687454Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_int64 2022-09-27T15:50:36.2690847Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_int64 2022-09-27T15:50:36.2695740Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_float32 2022-09-27T15:50:36.2699050Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_float32 2022-09-27T15:50:36.2708920Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_int64 2022-09-27T15:50:36.2715214Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_int64 2022-09-27T15:50:36.2766143Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_int64 2022-09-27T15:50:36.2767417Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_float64 2022-09-27T15:50:36.2769870Z test_ops.py::TestCommonCPU::test_out_H_cpu_float32 2022-09-27T15:50:36.2773443Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_int64 2022-09-27T15:50:36.2775628Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_complex64 2022-09-27T15:50:36.2779144Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out_H_cpu_float32 2022-09-27T15:50:36.2872643Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_complex64 2022-09-27T15:50:36.2873245Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_float32 2022-09-27T15:50:36.2873923Z test_ops.py::TestCommonCPU::test_out___rand___cpu_int64 2022-09-27T15:50:36.2879731Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_float32 2022-09-27T15:50:36.2880357Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_float64 2022-09-27T15:50:36.2890619Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_int64 2022-09-27T15:50:36.2893402Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out___rand___cpu_int64 2022-09-27T15:50:36.2904242Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_int64 2022-09-27T15:50:36.2917915Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_int64 2022-09-27T15:50:36.2918538Z test_ops.py::TestCommonCPU::test_out___rmul___cpu_float32 2022-09-27T15:50:36.2919090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_int64 2022-09-27T15:50:36.2919786Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_int64 2022-09-27T15:50:36.2921898Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out___rmul___cpu_float32 2022-09-27T15:50:36.2931578Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_int64 2022-09-27T15:50:36.2940205Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_int64 2022-09-27T15:50:36.2948486Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_int64 2022-09-27T15:50:36.2987508Z test_ops.py::TestCommonCPU::test_out___rxor___cpu_int64 2022-09-27T15:50:36.2989482Z test_ops.py::TestCommonCPU::test_out___radd___cpu_float32 2022-09-27T15:50:36.2993110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_complex64 2022-09-27T15:50:36.3000523Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_complex64 2022-09-27T15:50:36.3007588Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out___rxor___cpu_int64 2022-09-27T15:50:36.3119544Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out___radd___cpu_float32 2022-09-27T15:50:36.3120109Z test_ops.py::TestCommonCPU::test_out__masked_argmin_cpu_float32 2022-09-27T15:50:36.3131561Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_int64 2022-09-27T15:50:36.3133853Z test_ops.py::TestCommonCPU::test_out___rmod___cpu_float32 2022-09-27T15:50:36.3144186Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_int64 2022-09-27T15:50:36.3145967Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_int64 2022-09-27T15:50:36.3151186Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__masked_argmin_cpu_float32 2022-09-27T15:50:36.3153871Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out___rmod___cpu_float32 2022-09-27T15:50:36.3156466Z test_ops.py::TestCommonCPU::test_out__masked_logaddexp_cpu_float32 2022-09-27T15:50:36.3160046Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_int64 2022-09-27T15:50:36.3161681Z test_ops.py::TestCommonCPU::test_out___rsub___cpu_float32 2022-09-27T15:50:36.3164575Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_float32 2022-09-27T15:50:36.3167922Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_float32 2022-09-27T15:50:36.3170148Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_int64 2022-09-27T15:50:36.3174248Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out___rsub___cpu_float32 2022-09-27T15:50:36.3177638Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__masked_logaddexp_cpu_float32 2022-09-27T15:50:36.3184577Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_int64 2022-09-27T15:50:36.3218954Z test_ops.py::TestCommonCPU::test_out__masked_norm_cpu_float32 2022-09-27T15:50:36.3219505Z test_ops.py::TestCommonCPU::test_out__masked_argmax_cpu_float32 2022-09-27T15:50:36.3224246Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_complex64 2022-09-27T15:50:36.3228667Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__masked_norm_cpu_float32 2022-09-27T15:50:36.3250038Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_complex64 2022-09-27T15:50:36.3259341Z test_ops.py::TestCommonCPU::test_out__masked_softmin_cpu_float32 2022-09-27T15:50:36.3263881Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__masked_argmax_cpu_float32 2022-09-27T15:50:36.3267256Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_float32 2022-09-27T15:50:36.3270369Z test_ops.py::TestCommonCPU::test_out__masked_log_softmax_cpu_float32 2022-09-27T15:50:36.3273901Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__masked_softmin_cpu_float32 2022-09-27T15:50:36.3291146Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_float32 2022-09-27T15:50:36.3297544Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__masked_log_softmax_cpu_float32 2022-09-27T15:50:36.3298181Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_complex64 2022-09-27T15:50:36.3320918Z test_ops.py::TestCommonCPU::test_out__refs_abs_cpu_float32 2022-09-27T15:50:36.3321616Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_complex64 2022-09-27T15:50:36.3325612Z test_ops.py::TestCommonCPU::test_out__masked_median_cpu_float32 2022-09-27T15:50:36.3351160Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_float32 2022-09-27T15:50:36.3356323Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__masked_median_cpu_float32 2022-09-27T15:50:36.3369521Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_float32 2022-09-27T15:50:36.3379463Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_abs_cpu_float32 2022-09-27T15:50:36.3383150Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_int64 2022-09-27T15:50:36.3385356Z test_ops.py::TestCommonCPU::test_out__refs_addcdiv_cpu_float32 2022-09-27T15:50:36.3399513Z test_ops.py::TestCommonCPU::test_out__masked_softmax_cpu_float32 2022-09-27T15:50:36.3411429Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_int64 2022-09-27T15:50:36.3420929Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_complex64 2022-09-27T15:50:36.3435431Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__masked_softmax_cpu_float32 2022-09-27T15:50:36.3440292Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_complex64 2022-09-27T15:50:36.3450530Z test_ops.py::TestCommonCPU::test_out__masked_var_cpu_float32 2022-09-27T15:50:36.3469672Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_float32 2022-09-27T15:50:36.3476386Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__masked_var_cpu_float32 2022-09-27T15:50:36.3493729Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_float32 2022-09-27T15:50:36.3494380Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_float32 2022-09-27T15:50:36.3509500Z test_ops.py::TestCommonCPU::test_out__refs_add_cpu_float32 2022-09-27T15:50:36.3521012Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_float32 2022-09-27T15:50:36.3539154Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_left_shift_cpu_int64 2022-09-27T15:50:36.3551690Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_left_shift_cpu_int64 2022-09-27T15:50:36.3569973Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_xor_cpu_int64 2022-09-27T15:50:36.3581267Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_xor_cpu_int64 2022-09-27T15:50:36.3599355Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_complex64 2022-09-27T15:50:36.3610781Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_complex64 2022-09-27T15:50:36.3628724Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_float32 2022-09-27T15:50:36.3640642Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_float32 2022-09-27T15:50:36.3659002Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_float32 2022-09-27T15:50:36.3670444Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_float32 2022-09-27T15:50:36.3689582Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_int64 2022-09-27T15:50:36.3700783Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_int64 2022-09-27T15:50:36.3718743Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_float32 2022-09-27T15:50:36.3730078Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_float32 2022-09-27T15:50:36.3750491Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_int64 2022-09-27T15:50:36.3758867Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_int64 2022-09-27T15:50:36.3770714Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_addcdiv_cpu_float32 2022-09-27T15:50:36.3772454Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdist_cpu_float32 2022-09-27T15:50:36.3794736Z test_ops.py::TestCommonCPU::test_out__refs_amax_cpu_float32 2022-09-27T15:50:36.3807728Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdist_cpu_float32 2022-09-27T15:50:36.3828452Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_float32 2022-09-27T15:50:36.3840583Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_float32 2022-09-27T15:50:36.3860761Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_int64 2022-09-27T15:50:36.3874437Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_int64 2022-09-27T15:50:36.3894909Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_float32 2022-09-27T15:50:36.3907927Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_float32 2022-09-27T15:50:36.3928298Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_float32 2022-09-27T15:50:36.3940379Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_float32 2022-09-27T15:50:36.3960846Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_float32 2022-09-27T15:50:36.3973809Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_float32 2022-09-27T15:50:36.3987133Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_add_cpu_float32 2022-09-27T15:50:36.3987791Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_complex64 2022-09-27T15:50:36.4004396Z test_ops.py::TestCommonCPU::test_out__refs_allclose_cpu_float32 2022-09-27T15:50:36.4016492Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_complex64 2022-09-27T15:50:36.4037015Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_float32 2022-09-27T15:50:36.4049598Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_float32 2022-09-27T15:50:36.4061756Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_out__refs_allclose_cpu_float32 2022-09-27T15:50:36.4065135Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_int64 2022-09-27T15:50:36.4082005Z test_ops.py::TestCommonCPU::test_out__refs_arange_cpu_float32 2022-09-27T15:50:36.4094985Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_int64 2022-09-27T15:50:36.4115383Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_int64 2022-09-27T15:50:36.4127495Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_int64 2022-09-27T15:50:36.4150119Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_complex64 2022-09-27T15:50:36.4163068Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_complex64 2022-09-27T15:50:36.4183498Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_float32 2022-09-27T15:50:36.4195874Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_float32 2022-09-27T15:50:36.4216496Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_complex64 2022-09-27T15:50:36.4226017Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_complex64 2022-09-27T15:50:36.4244107Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_float32 2022-09-27T15:50:36.4255427Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_float32 2022-09-27T15:50:36.4275858Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_int64 2022-09-27T15:50:36.4284179Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_int64 2022-09-27T15:50:36.4301981Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_complex64 2022-09-27T15:50:36.4313991Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_complex64 2022-09-27T15:50:36.4332213Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_float32 2022-09-27T15:50:36.4343679Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_float32 2022-09-27T15:50:36.4361720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_float32 2022-09-27T15:50:36.4373630Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_float32 2022-09-27T15:50:36.4392494Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_int64 2022-09-27T15:50:36.4404405Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_int64 2022-09-27T15:50:36.4422695Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_complex64 2022-09-27T15:50:36.4434590Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_complex64 2022-09-27T15:50:36.4453966Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_int64 2022-09-27T15:50:36.4465265Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_int64 2022-09-27T15:50:36.4485381Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_complex64 2022-09-27T15:50:36.4497356Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_complex64 2022-09-27T15:50:36.4517394Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_float32 2022-09-27T15:50:36.4526940Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_float32 2022-09-27T15:50:36.4548122Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_int64 2022-09-27T15:50:36.4557811Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_int64 2022-09-27T15:50:36.4578610Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_float32 2022-09-27T15:50:36.4589659Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_float32 2022-09-27T15:50:36.4608821Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_complex64 2022-09-27T15:50:36.4620749Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_complex64 2022-09-27T15:50:36.4630413Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_complex64 2022-09-27T15:50:36.4645776Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_arange_cpu_float32 2022-09-27T15:50:36.4658311Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_complex64 2022-09-27T15:50:36.4659019Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_int64 2022-09-27T15:50:36.4666778Z test_ops.py::TestCommonCPU::test_out__refs_atan2_cpu_float32 2022-09-27T15:50:36.4682146Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_amax_cpu_float32 2022-09-27T15:50:36.4723811Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_int64 2022-09-27T15:50:36.4724580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_complex64 2022-09-27T15:50:36.4725141Z test_ops.py::TestCommonCPU::test_out__refs_as_strided_cpu_float32 2022-09-27T15:50:36.4730945Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_complex64 2022-09-27T15:50:36.4737383Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_float32 2022-09-27T15:50:36.4747498Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_as_strided_cpu_float32 2022-09-27T15:50:36.4759212Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_float32 2022-09-27T15:50:36.4760614Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_int64 2022-09-27T15:50:36.4778137Z test_ops.py::TestCommonCPU::test_out__refs_atan_cpu_float32 2022-09-27T15:50:36.4790389Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_int64 2022-09-27T15:50:36.4818410Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_complex64 2022-09-27T15:50:36.4830746Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_complex64 2022-09-27T15:50:36.4841611Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_quantile_cpu 2022-09-27T15:50:36.4853303Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atan_cpu_float32 2022-09-27T15:50:36.4858086Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_float32 2022-09-27T15:50:36.4858643Z test_ops.py::TestCommonCPU::test_dtypes_randn_cpu 2022-09-27T15:50:36.4869871Z test_ops.py::TestCommonCPU::test_out__refs_atleast_3d_cpu_float32 2022-09-27T15:50:36.4880009Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_float32 2022-09-27T15:50:36.4894533Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_int64 2022-09-27T15:50:36.4902388Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atleast_3d_cpu_float32 2022-09-27T15:50:36.4916919Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_int64 2022-09-27T15:50:36.4919154Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_float32 2022-09-27T15:50:36.4936686Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_or_cpu_int64 2022-09-27T15:50:36.4950569Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_float32 2022-09-27T15:50:36.4970837Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_float32 2022-09-27T15:50:36.4985081Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_float32 2022-09-27T15:50:36.5004288Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_complex64 2022-09-27T15:50:36.5018704Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_complex64 2022-09-27T15:50:36.5039398Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atan2_cpu_float32 2022-09-27T15:50:36.5040297Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_float32 2022-09-27T15:50:36.5041227Z test_ops.py::TestCommonCPU::test_out__refs_atleast_2d_cpu_float32 2022-09-27T15:50:36.5067459Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_float32 2022-09-27T15:50:36.5078306Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_int64 2022-09-27T15:50:36.5080336Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atleast_2d_cpu_float32 2022-09-27T15:50:36.5091852Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_int64 2022-09-27T15:50:36.5092574Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_float32 2022-09-27T15:50:36.5108279Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_not_cpu_int64 2022-09-27T15:50:36.5119426Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_float32 2022-09-27T15:50:36.5139218Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_int64 2022-09-27T15:50:36.5150957Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_int64 2022-09-27T15:50:36.5171617Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_complex64 2022-09-27T15:50:36.5184953Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_complex64 2022-09-27T15:50:36.5193563Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_bitwise_not_cpu_int64 2022-09-27T15:50:36.5200525Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_float32 2022-09-27T15:50:36.5227642Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_tensors_cpu_float32 2022-09-27T15:50:36.5230338Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_float32 2022-09-27T15:50:36.5234705Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_bitwise_or_cpu_int64 2022-09-27T15:50:36.5245137Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_randn_cpu 2022-09-27T15:50:36.5280601Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_broadcast_tensors_cpu_float32 2022-09-27T15:50:36.5281110Z test_ops.py::TestCommonCPU::test_dtypes_reciprocal_cpu 2022-09-27T15:50:36.5281538Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_to_cpu_float32 2022-09-27T15:50:36.5282006Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_int64 2022-09-27T15:50:36.5343409Z test_ops.py::TestCommonCPU::test_out__refs_chunk_cpu_float32 2022-09-27T15:50:36.5344045Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_int64 2022-09-27T15:50:36.5344813Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_complex64 2022-09-27T15:50:36.5345415Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_broadcast_to_cpu_float32 2022-09-27T15:50:36.5346023Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_chunk_cpu_float32 2022-09-27T15:50:36.5352867Z test_ops.py::TestCommonCPU::test_out__refs_clamp_cpu_float32 2022-09-27T15:50:36.5365128Z test_ops.py::TestCommonCPU::test_out__refs_clone_cpu_float32 2022-09-27T15:50:36.5370716Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_complex64 2022-09-27T15:50:36.5374659Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_float32 2022-09-27T15:50:36.5380043Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_reciprocal_cpu 2022-09-27T15:50:36.5384839Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_clone_cpu_float32 2022-09-27T15:50:36.5390914Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_float32 2022-09-27T15:50:36.5407783Z test_ops.py::TestCommonCPU::test_dtypes_repeat_interleave_cpu 2022-09-27T15:50:36.5408438Z test_ops.py::TestCommonCPU::test_out__refs_constant_pad_nd_cpu_float32 2022-09-27T15:50:36.5425434Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_int64 2022-09-27T15:50:36.5434628Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_int64 2022-09-27T15:50:36.5448851Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_constant_pad_nd_cpu_float32 2022-09-27T15:50:36.5449711Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_complex64 2022-09-27T15:50:36.5466266Z test_ops.py::TestCommonCPU::test_out__refs_cosh_cpu_float32 2022-09-27T15:50:36.5487980Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_complex64 2022-09-27T15:50:36.5502162Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_int64 2022-09-27T15:50:36.5510555Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_int64 2022-09-27T15:50:36.5528383Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_clamp_cpu_float32 2022-09-27T15:50:36.5528998Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_int64 2022-09-27T15:50:36.5546067Z test_ops.py::TestCommonCPU::test_out__refs_column_stack_cpu_float32 2022-09-27T15:50:36.5553585Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_int64 2022-09-27T15:50:36.5576361Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_complex64 2022-09-27T15:50:36.5588316Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_complex64 2022-09-27T15:50:36.5591423Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_repeat_interleave_cpu 2022-09-27T15:50:36.5617337Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_cosh_cpu_float32 2022-09-27T15:50:36.5644820Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_float32 2022-09-27T15:50:36.5645384Z test_ops.py::TestCommonCPU::test_out__refs_div_floor_rounding_cpu_float32 2022-09-27T15:50:36.5645923Z test_ops.py::TestCommonCPU::test_dtypes_resize_as__cpu 2022-09-27T15:50:36.5646498Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_float32 2022-09-27T15:50:36.5687843Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_float32 2022-09-27T15:50:36.5694712Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_float32 2022-09-27T15:50:36.5697650Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_complex64 2022-09-27T15:50:36.5703911Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_complex64 2022-09-27T15:50:36.5750967Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_column_stack_cpu_float32 2022-09-27T15:50:36.5764318Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_float32 2022-09-27T15:50:36.5768622Z test_ops.py::TestCommonCPU::test_out__refs_contiguous_cpu_float32 2022-09-27T15:50:36.5773696Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_float32 2022-09-27T15:50:36.5777677Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_contiguous_cpu_float32 2022-09-27T15:50:36.5780485Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_int64 2022-09-27T15:50:36.5940671Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_int64 2022-09-27T15:50:36.5941371Z [gw3] [ 11%] XFAIL test_ops.py::TestCommonCPU::test_dtypes_resize_as__cpu 2022-09-27T15:50:36.5941943Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_complex64 2022-09-27T15:50:36.5942491Z test_ops.py::TestCommonCPU::test_out__refs_diag_embed_cpu_float32 2022-09-27T15:50:36.5942970Z test_ops.py::TestCommonCPU::test_dtypes_rot90_cpu 2022-09-27T15:50:36.5943534Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_complex64 2022-09-27T15:50:36.5944131Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_float32 2022-09-27T15:50:36.5944860Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_diag_embed_cpu_float32 2022-09-27T15:50:36.5950785Z test_ops.py::TestCommonCPU::test_out__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:50:36.5951397Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_float32 2022-09-27T15:50:36.5952157Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_int64 2022-09-27T15:50:36.5952977Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_int64 2022-09-27T15:50:36.5953683Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_int64 2022-09-27T15:50:36.5986132Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_int64 2022-09-27T15:50:36.5986754Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_int64 2022-09-27T15:50:36.6008480Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_int64 2022-09-27T15:50:36.6012108Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_frexp_cpu_float32 2022-09-27T15:50:36.6048564Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_frexp_cpu_float32 2022-09-27T15:50:36.6049359Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_complex64 2022-09-27T15:50:36.6068914Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_complex64 2022-09-27T15:50:36.6085452Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_float32 2022-09-27T15:50:36.6091638Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_float32 2022-09-27T15:50:36.6119853Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_complex64 2022-09-27T15:50:36.6134821Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_complex64 2022-09-27T15:50:36.6153448Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_int64 2022-09-27T15:50:36.6187329Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_int64 2022-09-27T15:50:36.6187929Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_float32 2022-09-27T15:50:36.6200308Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_float32 2022-09-27T15:50:36.6218338Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogramdd_cpu_float32 2022-09-27T15:50:36.6224364Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogramdd_cpu_float32 2022-09-27T15:50:36.6249185Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_complex64 2022-09-27T15:50:36.6264201Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_complex64 2022-09-27T15:50:36.6280691Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_float32 2022-09-27T15:50:36.6311668Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_float32 2022-09-27T15:50:36.6312243Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_imag_cpu_complex64 2022-09-27T15:50:36.6342602Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_imag_cpu_complex64 2022-09-27T15:50:36.6343227Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_complex64 2022-09-27T15:50:36.6368242Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_complex64 2022-09-27T15:50:36.6369044Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_float32 2022-09-27T15:50:36.6374959Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_rot90_cpu 2022-09-27T15:50:36.6385699Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_float32 2022-09-27T15:50:36.6426278Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:50:36.6429484Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_neg_3_cpu 2022-09-27T15:50:36.6430880Z test_ops.py::TestCommonCPU::test_out__refs_empty_cpu_float32 2022-09-27T15:50:36.6437783Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_int64 2022-09-27T15:50:36.6441302Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_round_decimals_neg_3_cpu 2022-09-27T15:50:36.6444720Z [gw1] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_out__refs_empty_cpu_float32 2022-09-27T15:50:36.6522304Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_int64 2022-09-27T15:50:36.6523132Z test_ops.py::TestCommonCPU::test_dtypes_scatter_cpu 2022-09-27T15:50:36.6523605Z test_ops.py::TestCommonCPU::test_out__refs_erfc_cpu_float32 2022-09-27T15:50:36.6524275Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_float32 2022-09-27T15:50:36.6524912Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_float32 2022-09-27T15:50:36.6597973Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_int64 2022-09-27T15:50:36.6598817Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_int64 2022-09-27T15:50:36.6599622Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_complex64 2022-09-27T15:50:36.6602021Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_complex64 2022-09-27T15:50:36.6605581Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_float32 2022-09-27T15:50:36.6608319Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_erfc_cpu_float32 2022-09-27T15:50:36.6646423Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_float32 2022-09-27T15:50:36.6647146Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_complex64 2022-09-27T15:50:36.6705191Z test_ops.py::TestCommonCPU::test_out__refs_expand_as_cpu_float32 2022-09-27T15:50:36.6705880Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_complex64 2022-09-27T15:50:36.6706574Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_float32 2022-09-27T15:50:36.6707226Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_expand_as_cpu_float32 2022-09-27T15:50:36.6707827Z test_ops.py::TestCommonCPU::test_out__refs_fft_fft2_cpu_float32 2022-09-27T15:50:36.6712277Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_float32 2022-09-27T15:50:36.6712893Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_float32 2022-09-27T15:50:36.6727596Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_float32 2022-09-27T15:50:36.6745379Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_int64 2022-09-27T15:50:36.6758911Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_int64 2022-09-27T15:50:36.6779801Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:50:36.6789362Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:50:36.6812612Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_cpu 2022-09-27T15:50:36.6813356Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_int64 2022-09-27T15:50:36.6823596Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_prod_cpu 2022-09-27T15:50:36.6831836Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_int64 2022-09-27T15:50:36.6857361Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:50:36.6867699Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:50:36.6886427Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_float32 2022-09-27T15:50:36.6903054Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_float32 2022-09-27T15:50:36.6928094Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_int64 2022-09-27T15:50:36.6932064Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_int64 2022-09-27T15:50:36.6954696Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_complex64 2022-09-27T15:50:36.6987659Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_complex64 2022-09-27T15:50:36.6988392Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_int64 2022-09-27T15:50:36.6992924Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_fft2_cpu_float32 2022-09-27T15:50:36.7027695Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_int64 2022-09-27T15:50:36.7028417Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_int64 2022-09-27T15:50:36.7029002Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfft2_cpu_float32 2022-09-27T15:50:36.7038998Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_int64 2022-09-27T15:50:36.7055371Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_float32 2022-09-27T15:50:36.7068115Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_float32 2022-09-27T15:50:36.7087916Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_float32 2022-09-27T15:50:36.7103330Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_float32 2022-09-27T15:50:36.7128072Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_complex64 2022-09-27T15:50:36.7142312Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_complex64 2022-09-27T15:50:36.7156537Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_complex64 2022-09-27T15:50:36.7171477Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_complex64 2022-09-27T15:50:36.7192368Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_complex64 2022-09-27T15:50:36.7202914Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_complex64 2022-09-27T15:50:36.7226596Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_complex64 2022-09-27T15:50:36.7238224Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_complex64 2022-09-27T15:50:36.7260480Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_complex64 2022-09-27T15:50:36.7274593Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_complex64 2022-09-27T15:50:36.7293892Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_complex64 2022-09-27T15:50:36.7320548Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_complex64 2022-09-27T15:50:36.7321225Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:50:36.7325355Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_hfft2_cpu_float32 2022-09-27T15:50:36.7360577Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:50:36.7361261Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_complex64 2022-09-27T15:50:36.7361836Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifft_cpu_float32 2022-09-27T15:50:36.7367672Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_complex64 2022-09-27T15:50:36.7405201Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_complex64 2022-09-27T15:50:36.7406033Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_complex64 2022-09-27T15:50:36.7429929Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_complex64 2022-09-27T15:50:36.7434926Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_complex64 2022-09-27T15:50:36.7457532Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:50:36.7472567Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:50:36.7487833Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_int64 2022-09-27T15:50:36.7500950Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_int64 2022-09-27T15:50:36.7521482Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:50:36.7539962Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:50:36.7553087Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:50:36.7565329Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:50:36.7585436Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_float32 2022-09-27T15:50:36.7597952Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_float32 2022-09-27T15:50:36.7621526Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_float32 2022-09-27T15:50:36.7633301Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_float32 2022-09-27T15:50:36.7653515Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_float32 2022-09-27T15:50:36.7665648Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_float32 2022-09-27T15:50:36.7685773Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_float32 2022-09-27T15:50:36.7699351Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_float32 2022-09-27T15:50:36.7720449Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_float32 2022-09-27T15:50:36.7734166Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_float32 2022-09-27T15:50:36.7740322Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_complex64 2022-09-27T15:50:36.7768937Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ifft_cpu_float32 2022-09-27T15:50:36.7773508Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_prod_cpu 2022-09-27T15:50:36.7784002Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_complex64 2022-09-27T15:50:36.7786936Z test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_offsets_cpu 2022-09-27T15:50:36.7789985Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft_cpu_float32 2022-09-27T15:50:36.7804566Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_complex64 2022-09-27T15:50:36.7816476Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_complex64 2022-09-27T15:50:36.7839326Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_float32 2022-09-27T15:50:36.7851893Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_float32 2022-09-27T15:50:36.7874619Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_complex64 2022-09-27T15:50:36.7885919Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_complex64 2022-09-27T15:50:36.7909153Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_float32 2022-09-27T15:50:36.7921595Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_float32 2022-09-27T15:50:36.7944080Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_float32 2022-09-27T15:50:36.7956520Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_float32 2022-09-27T15:50:36.7978941Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logcumsumexp_cpu_float32 2022-09-27T15:50:36.7991529Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logcumsumexp_cpu_float32 2022-09-27T15:50:36.8013514Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_float32 2022-09-27T15:50:36.8025717Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_float32 2022-09-27T15:50:36.8046270Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_int64 2022-09-27T15:50:36.8058912Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_int64 2022-09-27T15:50:36.8079195Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_complex64 2022-09-27T15:50:36.8091691Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_complex64 2022-09-27T15:50:36.8114671Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_int64 2022-09-27T15:50:36.8126811Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_int64 2022-09-27T15:50:36.8137862Z [gw1] [ 11%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft_cpu_float32 2022-09-27T15:50:36.8140844Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_float32 2022-09-27T15:50:36.8157338Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfftn_cpu_float32 2022-09-27T15:50:36.8169135Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_float32 2022-09-27T15:50:36.8189234Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_int64 2022-09-27T15:50:36.8201601Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_int64 2022-09-27T15:50:36.8221721Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_float32 2022-09-27T15:50:36.8233727Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_float32 2022-09-27T15:50:36.8255676Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_float32 2022-09-27T15:50:36.8268499Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_float32 2022-09-27T15:50:36.8294685Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_complex64 2022-09-27T15:50:36.8307199Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_complex64 2022-09-27T15:50:36.8326686Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_float32 2022-09-27T15:50:36.8338788Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_float32 2022-09-27T15:50:36.8360748Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_int64 2022-09-27T15:50:36.8372436Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_int64 2022-09-27T15:50:36.8392040Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_complex64 2022-09-27T15:50:36.8404581Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_complex64 2022-09-27T15:50:36.8424838Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_float32 2022-09-27T15:50:36.8436904Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_float32 2022-09-27T15:50:36.8455689Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_int64 2022-09-27T15:50:36.8468011Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_int64 2022-09-27T15:50:36.8490306Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_int64 2022-09-27T15:50:36.8502217Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_int64 2022-09-27T15:50:36.8521561Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_int64 2022-09-27T15:50:36.8533203Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_int64 2022-09-27T15:50:36.8553063Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:50:36.8566498Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:50:36.8590444Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_int64 2022-09-27T15:50:36.8601747Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_int64 2022-09-27T15:50:36.8616485Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_int64 2022-09-27T15:50:36.8630460Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_irfftn_cpu_float32 2022-09-27T15:50:36.8640568Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_int64 2022-09-27T15:50:36.8641887Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_float32 2022-09-27T15:50:36.8658943Z test_ops.py::TestCommonCPU::test_out__refs_fill_cpu_float32 2022-09-27T15:50:36.8670002Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_float32 2022-09-27T15:50:36.8689512Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_complex64 2022-09-27T15:50:36.8700621Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_complex64 2022-09-27T15:50:36.8721028Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_int64 2022-09-27T15:50:36.8731819Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_int64 2022-09-27T15:50:36.8752096Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_multinomial_cpu_float32 2022-09-27T15:50:36.8765652Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_multinomial_cpu_float32 2022-09-27T15:50:36.8769944Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:50:36.8782787Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fill_cpu_float32 2022-09-27T15:50:36.8788041Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:50:36.8796892Z test_ops.py::TestCommonCPU::test_out__refs_flipud_cpu_float32 2022-09-27T15:50:36.8822810Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:50:36.8828588Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:50:36.8838610Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_flipud_cpu_float32 2022-09-27T15:50:36.8840843Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmean_cpu_float32 2022-09-27T15:50:36.8857750Z test_ops.py::TestCommonCPU::test_out__refs_fmax_cpu_float32 2022-09-27T15:50:36.8868939Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmean_cpu_float32 2022-09-27T15:50:36.8888144Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_float32 2022-09-27T15:50:36.8899371Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_float32 2022-09-27T15:50:36.8919799Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_int64 2022-09-27T15:50:36.8930397Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_int64 2022-09-27T15:50:36.8949830Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_layer_norm_cpu_float32 2022-09-27T15:50:36.8960884Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_layer_norm_cpu_float32 2022-09-27T15:50:36.8983752Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_complex64 2022-09-27T15:50:36.8994602Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_complex64 2022-09-27T15:50:36.9014244Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_float32 2022-09-27T15:50:36.9025998Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_float32 2022-09-27T15:50:36.9048630Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_int64 2022-09-27T15:50:36.9060429Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_int64 2022-09-27T15:50:36.9082458Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_complex64 2022-09-27T15:50:36.9093438Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_complex64 2022-09-27T15:50:36.9113147Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_float32 2022-09-27T15:50:36.9124670Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_float32 2022-09-27T15:50:36.9146306Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:50:36.9156941Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:50:36.9178484Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:50:36.9189313Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:50:36.9209664Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_int64 2022-09-27T15:50:36.9221292Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_int64 2022-09-27T15:50:36.9232623Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fmax_cpu_float32 2022-09-27T15:50:36.9236458Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_float32 2022-09-27T15:50:36.9252556Z test_ops.py::TestCommonCPU::test_out__refs_gcd_cpu_int64 2022-09-27T15:50:36.9263389Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_float32 2022-09-27T15:50:36.9282995Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_celu_cpu_float32 2022-09-27T15:50:36.9294260Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_celu_cpu_float32 2022-09-27T15:50:36.9323520Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_complex64 2022-09-27T15:50:36.9334647Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_complex64 2022-09-27T15:50:36.9353820Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:50:36.9364874Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:50:36.9385316Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:50:36.9397385Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:50:36.9420345Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:50:36.9429016Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:50:36.9448874Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout3d_cpu_float32 2022-09-27T15:50:36.9460008Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout3d_cpu_float32 2022-09-27T15:50:36.9479525Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_cpu_float32 2022-09-27T15:50:36.9490877Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_cpu_float32 2022-09-27T15:50:36.9503988Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_int64 2022-09-27T15:50:36.9515105Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_gcd_cpu_int64 2022-09-27T15:50:36.9530631Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_int64 2022-09-27T15:50:36.9531344Z test_ops.py::TestCommonCPU::test_out__refs_hsplit_cpu_float32 2022-09-27T15:50:36.9547205Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gelu_cpu_float32 2022-09-27T15:50:36.9559625Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gelu_cpu_float32 2022-09-27T15:50:36.9564954Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardshrink_cpu_float32 2022-09-27T15:50:36.9574602Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_hsplit_cpu_float32 2022-09-27T15:50:36.9580893Z test_ops.py::TestCommonCPU::test_out__refs_igamma_cpu_float32 2022-09-27T15:50:36.9589720Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardshrink_cpu_float32 2022-09-27T15:50:36.9602390Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_int64 2022-09-27T15:50:36.9615216Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_div_floor_rounding_cpu_float32 2022-09-27T15:50:36.9637401Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_int64 2022-09-27T15:50:36.9638128Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:50:36.9649957Z test_ops.py::TestCommonCPU::test_out__refs_dstack_cpu_float32 2022-09-27T15:50:36.9656100Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:50:36.9679293Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:50:36.9690195Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:50:36.9708305Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_float32 2022-09-27T15:50:36.9718924Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_float32 2022-09-27T15:50:36.9737492Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_float32 2022-09-27T15:50:36.9748917Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_float32 2022-09-27T15:50:36.9769102Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:50:36.9780382Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:50:36.9800588Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:50:36.9813956Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:50:36.9834556Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:50:36.9847252Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:50:36.9860551Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_dstack_cpu_float32 2022-09-27T15:50:36.9861433Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mish_cpu_float32 2022-09-27T15:50:36.9876453Z test_ops.py::TestCommonCPU::test_out__refs_erf_cpu_float32 2022-09-27T15:50:36.9886903Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mish_cpu_float32 2022-09-27T15:50:36.9905487Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:50:36.9916041Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:50:36.9936385Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_one_hot_cpu_int64 2022-09-27T15:50:36.9945381Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_one_hot_cpu_int64 2022-09-27T15:50:36.9955514Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_erf_cpu_float32 2022-09-27T15:50:36.9998105Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_igamma_cpu_float32 2022-09-27T15:50:36.9998847Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:50:36.9999439Z test_ops.py::TestCommonCPU::test_out__refs_exp_cpu_float32 2022-09-27T15:50:36.9999967Z test_ops.py::TestCommonCPU::test_out__refs_index_copy_cpu_float32 2022-09-27T15:50:37.0000618Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:50:37.0020837Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:50:37.0031905Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:50:37.0054673Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:50:37.0060101Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_index_copy_cpu_float32 2022-09-27T15:50:37.0070020Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:50:37.0072937Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:50:37.0090033Z test_ops.py::TestCommonCPU::test_out__refs_isfinite_cpu_float32 2022-09-27T15:50:37.0101197Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:50:37.0111449Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_int64 2022-09-27T15:50:37.0123263Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_exp_cpu_float32 2022-09-27T15:50:37.0138311Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_int64 2022-09-27T15:50:37.0139090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_float32 2022-09-27T15:50:37.0155521Z test_ops.py::TestCommonCPU::test_out__refs_eye_cpu_float32 2022-09-27T15:50:37.0167535Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_float32 2022-09-27T15:50:37.0171765Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_rrelu_cpu_float32 2022-09-27T15:50:37.0183601Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isfinite_cpu_float32 2022-09-27T15:50:37.0214437Z test_ops.py::TestCommonCPU::test_out__refs_isposinf_cpu_float32 2022-09-27T15:50:37.0215818Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_rrelu_cpu_float32 2022-09-27T15:50:37.0223005Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:50:37.0240828Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:50:37.0263286Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:50:37.0266291Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isposinf_cpu_float32 2022-09-27T15:50:37.0266857Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:50:37.0288495Z test_ops.py::TestCommonCPU::test_out__refs_lgamma_cpu_float32 2022-09-27T15:50:37.0293143Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_complex64 2022-09-27T15:50:37.0304175Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_complex64 2022-09-27T15:50:37.0323734Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:50:37.0334911Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:50:37.0355422Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:50:37.0371524Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:50:37.0442635Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_lgamma_cpu_float32 2022-09-27T15:50:37.0443448Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:50:37.0444167Z test_ops.py::TestCommonCPU::test_out__refs_linalg_svdvals_cpu_float32 2022-09-27T15:50:37.0444928Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:50:37.0445769Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:50:37.0446632Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:50:37.0480663Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_int64 2022-09-27T15:50:37.0481363Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_int64 2022-09-27T15:50:37.0510560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_float32 2022-09-27T15:50:37.0511630Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_float32 2022-09-27T15:50:37.0520266Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_float32 2022-09-27T15:50:37.0529412Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_float32 2022-09-27T15:50:37.0549241Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_float32 2022-09-27T15:50:37.0560549Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_float32 2022-09-27T15:50:37.0580036Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_int64 2022-09-27T15:50:37.0592171Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_int64 2022-09-27T15:50:37.0612326Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_float32 2022-09-27T15:50:37.0625249Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_float32 2022-09-27T15:50:37.0644957Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_float32 2022-09-27T15:50:37.0656127Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_float32 2022-09-27T15:50:37.0676152Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polar_cpu_float32 2022-09-27T15:50:37.0687389Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polar_cpu_float32 2022-09-27T15:50:37.0710136Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_int64 2022-09-27T15:50:37.0721145Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_int64 2022-09-27T15:50:37.0740467Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_int64 2022-09-27T15:50:37.0751685Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_int64 2022-09-27T15:50:37.0771806Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_float32 2022-09-27T15:50:37.0782519Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_float32 2022-09-27T15:50:37.0802854Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_int64 2022-09-27T15:50:37.0815583Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_int64 2022-09-27T15:50:37.0833253Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_complex64 2022-09-27T15:50:37.0845869Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_complex64 2022-09-27T15:50:37.0865909Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_float32 2022-09-27T15:50:37.0878991Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_float32 2022-09-27T15:50:37.0900734Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_complex64 2022-09-27T15:50:37.0912759Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_complex64 2022-09-27T15:50:37.0929994Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_complex64 2022-09-27T15:50:37.0940616Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_complex64 2022-09-27T15:50:37.0958486Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_complex64 2022-09-27T15:50:37.0969051Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_complex64 2022-09-27T15:50:37.0986457Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_float32 2022-09-27T15:50:37.0998061Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_float32 2022-09-27T15:50:37.1017297Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_int64 2022-09-27T15:50:37.1027716Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_int64 2022-09-27T15:50:37.1047212Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_float32 2022-09-27T15:50:37.1057887Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_float32 2022-09-27T15:50:37.1077300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_complex64 2022-09-27T15:50:37.1088280Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_complex64 2022-09-27T15:50:37.1106656Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_float32 2022-09-27T15:50:37.1117905Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_float32 2022-09-27T15:50:37.1136920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_int64 2022-09-27T15:50:37.1147930Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_int64 2022-09-27T15:50:37.1165846Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_complex64 2022-09-27T15:50:37.1178992Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_complex64 2022-09-27T15:50:37.1198919Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_float32 2022-09-27T15:50:37.1210686Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_float32 2022-09-27T15:50:37.1230385Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_int64 2022-09-27T15:50:37.1243910Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_int64 2022-09-27T15:50:37.1263788Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_complex64 2022-09-27T15:50:37.1276200Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_complex64 2022-09-27T15:50:37.1295475Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_int64 2022-09-27T15:50:37.1306976Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_int64 2022-09-27T15:50:37.1327598Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_complex64 2022-09-27T15:50:37.1339963Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_complex64 2022-09-27T15:50:37.1362138Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_float32 2022-09-27T15:50:37.1374733Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_float32 2022-09-27T15:50:37.1394554Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_int64 2022-09-27T15:50:37.1407057Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_int64 2022-09-27T15:50:37.1427359Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_float32 2022-09-27T15:50:37.1440636Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_float32 2022-09-27T15:50:37.1463630Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_float32 2022-09-27T15:50:37.1476707Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_float32 2022-09-27T15:50:37.1496471Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_float32 2022-09-27T15:50:37.1507977Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_float32 2022-09-27T15:50:37.1530514Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_lengths_cpu_float32 2022-09-27T15:50:37.1541623Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_lengths_cpu_float32 2022-09-27T15:50:37.1558712Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_int64 2022-09-27T15:50:37.1570757Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_int64 2022-09-27T15:50:37.1589677Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_float32 2022-09-27T15:50:37.1601228Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_float32 2022-09-27T15:50:37.1620110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_int64 2022-09-27T15:50:37.1635414Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_int64 2022-09-27T15:50:37.1640441Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linalg_svdvals_cpu_float32 2022-09-27T15:50:37.1650072Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_float32 2022-09-27T15:50:37.1654150Z test_ops.py::TestCommonCPU::test_out__refs_log1p_cpu_float32 2022-09-27T15:50:37.1665324Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_float32 2022-09-27T15:50:37.1687730Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_complex64 2022-09-27T15:50:37.1701119Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_complex64 2022-09-27T15:50:37.1729055Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_float32 2022-09-27T15:50:37.1736712Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_log1p_cpu_float32 2022-09-27T15:50:37.1748209Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_float32 2022-09-27T15:50:37.1748851Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_int64 2022-09-27T15:50:37.1764845Z test_ops.py::TestCommonCPU::test_out__refs_logical_and_cpu_float32 2022-09-27T15:50:37.1776108Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_int64 2022-09-27T15:50:37.1795880Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_complex64 2022-09-27T15:50:37.1806203Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_complex64 2022-09-27T15:50:37.1823949Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_int64 2022-09-27T15:50:37.1834301Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_int64 2022-09-27T15:50:37.1852172Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_int64 2022-09-27T15:50:37.1865163Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_int64 2022-09-27T15:50:37.1869081Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_int64 2022-09-27T15:50:37.1882791Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_eye_cpu_float32 2022-09-27T15:50:37.1885668Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_int64 2022-09-27T15:50:37.1898737Z test_ops.py::TestCommonCPU::test_out__refs_fft_fftshift_cpu_float32 2022-09-27T15:50:37.1922816Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_int64 2022-09-27T15:50:37.1927808Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_fftshift_cpu_float32 2022-09-27T15:50:37.1941492Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_int64 2022-09-27T15:50:37.1942420Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:50:37.1958185Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifft2_cpu_float32 2022-09-27T15:50:37.1972747Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:50:37.1979082Z [gw1] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logical_and_cpu_float32 2022-09-27T15:50:37.1988458Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:50:37.1995287Z test_ops.py::TestCommonCPU::test_out__refs_logspace_cpu_float32 2022-09-27T15:50:37.2004486Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:50:37.2026351Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_int64 2022-09-27T15:50:37.2037730Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_int64 2022-09-27T15:50:37.2060776Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_int64 2022-09-27T15:50:37.2072384Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_int64 2022-09-27T15:50:37.2090800Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_int64 2022-09-27T15:50:37.2101862Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_int64 2022-09-27T15:50:37.2121111Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_int64 2022-09-27T15:50:37.2131430Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_int64 2022-09-27T15:50:37.2150381Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_int64 2022-09-27T15:50:37.2161054Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_int64 2022-09-27T15:50:37.2171980Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ifft2_cpu_float32 2022-09-27T15:50:37.2174780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_int64 2022-09-27T15:50:37.2190445Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft2_cpu_float32 2022-09-27T15:50:37.2200980Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_int64 2022-09-27T15:50:37.2218935Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_int64 2022-09-27T15:50:37.2229694Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_int64 2022-09-27T15:50:37.2247664Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_int64 2022-09-27T15:50:37.2260565Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_int64 2022-09-27T15:50:37.2279524Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_int64 2022-09-27T15:50:37.2290365Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_int64 2022-09-27T15:50:37.2308421Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:50:37.2319269Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:50:37.2337492Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:50:37.2348311Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:50:37.2369114Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_int64 2022-09-27T15:50:37.2378770Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_int64 2022-09-27T15:50:37.2388343Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_int64 2022-09-27T15:50:37.2399955Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft2_cpu_float32 2022-09-27T15:50:37.2412786Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_int64 2022-09-27T15:50:37.2415543Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfft_cpu_float32 2022-09-27T15:50:37.2433381Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_complex64 2022-09-27T15:50:37.2445393Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_complex64 2022-09-27T15:50:37.2467912Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_float32 2022-09-27T15:50:37.2479716Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_float32 2022-09-27T15:50:37.2500118Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_int64 2022-09-27T15:50:37.2512550Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_int64 2022-09-27T15:50:37.2532939Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_complex64 2022-09-27T15:50:37.2544659Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_complex64 2022-09-27T15:50:37.2568341Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_float32 2022-09-27T15:50:37.2576858Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_float32 2022-09-27T15:50:37.2595643Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_complex64 2022-09-27T15:50:37.2606075Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_complex64 2022-09-27T15:50:37.2623990Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_complex64 2022-09-27T15:50:37.2633488Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_complex64 2022-09-27T15:50:37.2651614Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_float32 2022-09-27T15:50:37.2662201Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_float32 2022-09-27T15:50:37.2679968Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_int64 2022-09-27T15:50:37.2691063Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_int64 2022-09-27T15:50:37.2714625Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_complex64 2022-09-27T15:50:37.2726135Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_complex64 2022-09-27T15:50:37.2745718Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_int64 2022-09-27T15:50:37.2758742Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_int64 2022-09-27T15:50:37.2771702Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_offsets_cpu 2022-09-27T15:50:37.2772300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_complex64 2022-09-27T15:50:37.2788348Z test_ops.py::TestCommonCPU::test_dtypes_short_cpu 2022-09-27T15:50:37.2800213Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_complex64 2022-09-27T15:50:37.2826574Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_float32 2022-09-27T15:50:37.2830830Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_float32 2022-09-27T15:50:37.2842479Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_irfft_cpu_float32 2022-09-27T15:50:37.2843100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_int64 2022-09-27T15:50:37.2859361Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfftn_cpu_float32 2022-09-27T15:50:37.2872845Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_int64 2022-09-27T15:50:37.2894141Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_complex64 2022-09-27T15:50:37.2905326Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_complex64 2022-09-27T15:50:37.2924496Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_float32 2022-09-27T15:50:37.2936169Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_float32 2022-09-27T15:50:37.2955475Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_int64 2022-09-27T15:50:37.2968283Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_int64 2022-09-27T15:50:37.2988543Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_float32 2022-09-27T15:50:37.3002058Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_float32 2022-09-27T15:50:37.3008920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_int64 2022-09-27T15:50:37.3022794Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_short_cpu 2022-09-27T15:50:37.3034924Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_int64 2022-09-27T15:50:37.3035563Z test_ops.py::TestCommonCPU::test_dtypes_sin_cpu 2022-09-27T15:50:37.3052197Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_complex64 2022-09-27T15:50:37.3067857Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_complex64 2022-09-27T15:50:37.3091870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_float32 2022-09-27T15:50:37.3106694Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_float32 2022-09-27T15:50:37.3116559Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sin_cpu 2022-09-27T15:50:37.3118162Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_complex64 2022-09-27T15:50:37.3134381Z test_ops.py::TestCommonCPU::test_dtypes_softmax_cpu 2022-09-27T15:50:37.3145360Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_complex64 2022-09-27T15:50:37.3163577Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_complex64 2022-09-27T15:50:37.3174875Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_complex64 2022-09-27T15:50:37.3192893Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_complex64 2022-09-27T15:50:37.3204529Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_complex64 2022-09-27T15:50:37.3213038Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_int64 2022-09-27T15:50:37.3227397Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_rfftn_cpu_float32 2022-09-27T15:50:37.3238557Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_int64 2022-09-27T15:50:37.3239304Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_complex64 2022-09-27T15:50:37.3255358Z test_ops.py::TestCommonCPU::test_out__refs_fliplr_cpu_float32 2022-09-27T15:50:37.3265519Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_complex64 2022-09-27T15:50:37.3272760Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_float32 2022-09-27T15:50:37.3284541Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fliplr_cpu_float32 2022-09-27T15:50:37.3298804Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_float32 2022-09-27T15:50:37.3299509Z test_ops.py::TestCommonCPU::test_out__refs_floor_divide_cpu_float32 2022-09-27T15:50:37.3316640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_float32 2022-09-27T15:50:37.3327847Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_float32 2022-09-27T15:50:37.3347589Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_complex64 2022-09-27T15:50:37.3359047Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_complex64 2022-09-27T15:50:37.3378974Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_float32 2022-09-27T15:50:37.3390187Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_float32 2022-09-27T15:50:37.3418757Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_float32 2022-09-27T15:50:37.3429908Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_float32 2022-09-27T15:50:37.3449971Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_float32 2022-09-27T15:50:37.3463293Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_float32 2022-09-27T15:50:37.3484188Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_float32 2022-09-27T15:50:37.3496328Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_float32 2022-09-27T15:50:37.3510295Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_softmax_cpu 2022-09-27T15:50:37.3511078Z test_ops.py::TestCommonCPU::test_dtypes_special_airy_ai_cpu 2022-09-27T15:50:37.3528471Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_int64 2022-09-27T15:50:37.3539637Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_int64 2022-09-27T15:50:37.3559765Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_complex64 2022-09-27T15:50:37.3570753Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_complex64 2022-09-27T15:50:37.3590836Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_int64 2022-09-27T15:50:37.3602096Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_int64 2022-09-27T15:50:37.3627350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_complex64 2022-09-27T15:50:37.3630748Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_airy_ai_cpu 2022-09-27T15:50:37.3641623Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_complex64 2022-09-27T15:50:37.3642318Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y1_cpu 2022-09-27T15:50:37.3659884Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_float32 2022-09-27T15:50:37.3671132Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_float32 2022-09-27T15:50:37.3739087Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_int64 2022-09-27T15:50:37.3749709Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_int64 2022-09-27T15:50:37.3763810Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y1_cpu 2022-09-27T15:50:37.3764471Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_w_cpu 2022-09-27T15:50:37.3780996Z test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_int64 2022-09-27T15:50:37.3791884Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_w_cpu 2022-09-27T15:50:37.3817639Z test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_he_cpu 2022-09-27T15:50:37.3831123Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_int64 2022-09-27T15:50:37.3952342Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_complex128 2022-09-27T15:50:37.3962656Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_complex128 2022-09-27T15:50:37.4014785Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_float64 2022-09-27T15:50:37.4026903Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_float64 2022-09-27T15:50:37.4084185Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_int64 2022-09-27T15:50:37.4096376Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_int64 2022-09-27T15:50:37.4163348Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_float64 2022-09-27T15:50:37.4177369Z [gw2] [ 12%] XFAIL test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_float64 2022-09-27T15:50:37.4188094Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_he_cpu 2022-09-27T15:50:37.4188976Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_int64 2022-09-27T15:50:37.4233041Z test_ops.py::TestCommonCPU::test_dtypes_special_laguerre_polynomial_l_cpu 2022-09-27T15:50:37.4244258Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_int64 2022-09-27T15:50:37.4307536Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_complex128 2022-09-27T15:50:37.4320598Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_complex128 2022-09-27T15:50:37.4572010Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_float64 2022-09-27T15:50:37.4583314Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_float64 2022-09-27T15:50:37.4594255Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_laguerre_polynomial_l_cpu 2022-09-27T15:50:37.4594966Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_int64 2022-09-27T15:50:37.4625272Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i1_cpu 2022-09-27T15:50:37.4636395Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_int64 2022-09-27T15:50:37.4691072Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_complex128 2022-09-27T15:50:37.4703042Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_complex128 2022-09-27T15:50:37.4717769Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_float64 2022-09-27T15:50:37.4731427Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i1_cpu 2022-09-27T15:50:37.4844319Z test_ops.py::TestCommonCPU::test_dtypes_special_ndtri_cpu 2022-09-27T15:50:37.4854168Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_ndtri_cpu 2022-09-27T15:50:37.4873146Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_t_cpu 2022-09-27T15:50:37.4885379Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_t_cpu 2022-09-27T15:50:37.4987930Z test_ops.py::TestCommonCPU::test_dtypes_special_spherical_bessel_j0_cpu 2022-09-27T15:50:37.4999903Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_spherical_bessel_j0_cpu 2022-09-27T15:50:37.5077889Z test_ops.py::TestCommonCPU::test_dtypes_split_list_args_cpu 2022-09-27T15:50:37.5089987Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_split_list_args_cpu 2022-09-27T15:50:37.5200784Z test_ops.py::TestCommonCPU::test_dtypes_squeeze_cpu 2022-09-27T15:50:37.5211048Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_squeeze_cpu 2022-09-27T15:50:37.5661550Z test_ops.py::TestCommonCPU::test_dtypes_stft_cpu 2022-09-27T15:50:37.5673864Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_float64 2022-09-27T15:50:37.5741840Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_float64 2022-09-27T15:50:37.5752141Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_float64 2022-09-27T15:50:37.5858191Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:50:37.5863288Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:50:37.5880942Z [gw3] [ 12%] PASSED test_ops.py::TestCommonCPU::test_dtypes_stft_cpu 2022-09-27T15:50:37.5881533Z test_ops.py::TestCommonCPU::test_dtypes_svd_cpu 2022-09-27T15:50:37.6106406Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:50:37.6117919Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:50:37.6192895Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_group_norm_cpu_float64 2022-09-27T15:50:37.6206029Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_group_norm_cpu_float64 2022-09-27T15:50:37.6265800Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_mse_loss_cpu_float64 2022-09-27T15:50:37.6276424Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_mse_loss_cpu_float64 2022-09-27T15:50:37.6327574Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:50:37.6337645Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:50:37.6668420Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_float64 2022-09-27T15:50:37.6681844Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_float64 2022-09-27T15:50:37.6721578Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_int64 2022-09-27T15:50:37.6732007Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_int64 2022-09-27T15:50:37.6854586Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_complex128 2022-09-27T15:50:37.6865737Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_complex128 2022-09-27T15:50:37.7218057Z test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_int64 2022-09-27T15:50:37.7229732Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_floor_divide_cpu_float32 2022-09-27T15:50:37.7545199Z test_ops.py::TestCommonCPU::test_out__refs_frac_cpu_float32 2022-09-27T15:50:37.7555671Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_frac_cpu_float32 2022-09-27T15:50:37.7718581Z test_ops.py::TestCommonCPU::test_out__refs_heaviside_cpu_float32 2022-09-27T15:50:37.7729864Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_int64 2022-09-27T15:50:37.7974638Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_complex128 2022-09-27T15:50:37.7986835Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_complex128 2022-09-27T15:50:37.8042664Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_float64 2022-09-27T15:50:37.8054740Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_float64 2022-09-27T15:50:37.8145197Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_complex128 2022-09-27T15:50:37.8157531Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_complex128 2022-09-27T15:50:37.8272954Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_float64 2022-09-27T15:50:37.8283964Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_float64 2022-09-27T15:50:37.8316056Z test_ops.py::TestCommonCPU::test_out___getitem___cpu_float32 2022-09-27T15:50:37.8328213Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out___getitem___cpu_float32 2022-09-27T15:50:37.8397458Z test_ops.py::TestCommonCPU::test_out___rmatmul___cpu_float32 2022-09-27T15:50:37.8407458Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out___rmatmul___cpu_float32 2022-09-27T15:50:37.8448885Z test_ops.py::TestCommonCPU::test_out___rpow___cpu_float32 2022-09-27T15:50:37.8461196Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out___rpow___cpu_float32 2022-09-27T15:50:37.8493039Z test_ops.py::TestCommonCPU::test_out__masked_amin_cpu_float32 2022-09-27T15:50:37.8504115Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__masked_amin_cpu_float32 2022-09-27T15:50:37.8544193Z test_ops.py::TestCommonCPU::test_out__masked_cumsum_cpu_float32 2022-09-27T15:50:37.8554339Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__masked_cumsum_cpu_float32 2022-09-27T15:50:37.8583750Z test_ops.py::TestCommonCPU::test_out__masked_mean_cpu_float32 2022-09-27T15:50:37.8593648Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__masked_mean_cpu_float32 2022-09-27T15:50:37.8622817Z test_ops.py::TestCommonCPU::test_out__masked_prod_cpu_float32 2022-09-27T15:50:37.8633347Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__masked_prod_cpu_float32 2022-09-27T15:50:37.8664190Z test_ops.py::TestCommonCPU::test_out__masked_sum_cpu_float32 2022-09-27T15:50:37.8675959Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__masked_sum_cpu_float32 2022-09-27T15:50:37.8805973Z test_ops.py::TestCommonCPU::test_out__refs_acosh_cpu_float32 2022-09-27T15:50:37.8819293Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_acosh_cpu_float32 2022-09-27T15:50:37.8949936Z test_ops.py::TestCommonCPU::test_out__refs_all_cpu_float32 2022-09-27T15:50:37.8962258Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_heaviside_cpu_float32 2022-09-27T15:50:37.9059752Z test_ops.py::TestCommonCPU::test_out__refs_i0_cpu_float32 2022-09-27T15:50:37.9070978Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_i0_cpu_float32 2022-09-27T15:50:37.9269414Z test_ops.py::TestCommonCPU::test_out__refs_index_add_cpu_float32 2022-09-27T15:50:37.9280625Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_index_add_cpu_float32 2022-09-27T15:50:37.9331200Z test_ops.py::TestCommonCPU::test_out__refs_isclose_cpu_float32 2022-09-27T15:50:37.9341916Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isclose_cpu_float32 2022-09-27T15:50:37.9405433Z test_ops.py::TestCommonCPU::test_out__refs_isneginf_cpu_float32 2022-09-27T15:50:37.9416857Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isneginf_cpu_float32 2022-09-27T15:50:37.9610385Z test_ops.py::TestCommonCPU::test_out__refs_le_cpu_float32 2022-09-27T15:50:37.9623048Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_all_cpu_float32 2022-09-27T15:50:37.9720729Z test_ops.py::TestCommonCPU::test_out__refs_any_cpu_float32 2022-09-27T15:50:37.9731886Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_le_cpu_float32 2022-09-27T15:50:38.0366782Z test_ops.py::TestCommonCPU::test_out__refs_linalg_svd_cpu_float32 2022-09-27T15:50:38.0378707Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_any_cpu_float32 2022-09-27T15:50:38.0442915Z test_ops.py::TestCommonCPU::test_out__refs_asinh_cpu_float32 2022-09-27T15:50:38.0453179Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_out__refs_asinh_cpu_float32 2022-09-27T15:50:38.0489348Z test_ops.py::TestCommonCPU::test_out__refs_atleast_1d_cpu_float32 2022-09-27T15:50:38.0501025Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atleast_1d_cpu_float32 2022-09-27T15:50:38.0772141Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:50:38.0787321Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:50:38.0817824Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_shapes_cpu_float32 2022-09-27T15:50:38.0830560Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_broadcast_shapes_cpu_float32 2022-09-27T15:50:38.0899212Z test_ops.py::TestCommonCPU::test_out__refs_ceil_cpu_float32 2022-09-27T15:50:38.0912885Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_ceil_cpu_float32 2022-09-27T15:50:38.1005935Z test_ops.py::TestCommonCPU::test_out__refs_clamp_min_cpu_float32 2022-09-27T15:50:38.1020361Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_dtypes_svd_cpu 2022-09-27T15:50:38.1103105Z test_ops.py::TestCommonCPU::test_dtypes_take_along_dim_cpu 2022-09-27T15:50:38.1115819Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_clamp_min_cpu_float32 2022-09-27T15:50:38.1141116Z test_ops.py::TestCommonCPU::test_out__refs_conj_physical_cpu_float32 2022-09-27T15:50:38.1141793Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logspace_cpu_float32 2022-09-27T15:50:38.1201252Z test_ops.py::TestCommonCPU::test_out__refs_maximum_cpu_float32 2022-09-27T15:50:38.1201935Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_conj_physical_cpu_float32 2022-09-27T15:50:38.1212996Z test_ops.py::TestCommonCPU::test_out__refs_cos_cpu_float32 2022-09-27T15:50:38.1219573Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_dtypes_take_along_dim_cpu 2022-09-27T15:50:38.1340195Z test_ops.py::TestCommonCPU::test_dtypes_tensor_split_cpu 2022-09-27T15:50:38.1340873Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_cos_cpu_float32 2022-09-27T15:50:38.1427327Z test_ops.py::TestCommonCPU::test_out__refs_digamma_cpu_float32 2022-09-27T15:50:38.1465487Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tensor_split_cpu 2022-09-27T15:50:38.1466094Z test_ops.py::TestCommonCPU::test_dtypes_to_sparse_cpu 2022-09-27T15:50:38.1479362Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_to_sparse_cpu 2022-09-27T15:50:38.1480038Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_digamma_cpu_float32 2022-09-27T15:50:38.1487242Z test_ops.py::TestCommonCPU::test_dtypes_trapezoid_cpu 2022-09-27T15:50:38.1535230Z test_ops.py::TestCommonCPU::test_out__refs_dsplit_cpu_float32 2022-09-27T15:50:38.1561409Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_dsplit_cpu_float32 2022-09-27T15:50:38.1576707Z test_ops.py::TestCommonCPU::test_out__refs_eq_cpu_float32 2022-09-27T15:50:38.1594598Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_maximum_cpu_float32 2022-09-27T15:50:38.1824346Z test_ops.py::TestCommonCPU::test_out__refs_minimum_cpu_float32 2022-09-27T15:50:38.1840970Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_dtypes_trapezoid_cpu 2022-09-27T15:50:38.1907292Z test_ops.py::TestCommonCPU::test_dtypes_tril_indices_cpu 2022-09-27T15:50:38.1908322Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_eq_cpu_float32 2022-09-27T15:50:38.2015545Z test_ops.py::TestCommonCPU::test_out__refs_exp2_cpu_float32 2022-09-27T15:50:38.2021751Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_minimum_cpu_float32 2022-09-27T15:50:38.2049301Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_exp2_cpu_float32 2022-09-27T15:50:38.2050016Z test_ops.py::TestCommonCPU::test_out__refs_narrow_cpu_float32 2022-09-27T15:50:38.2110752Z test_ops.py::TestCommonCPU::test_out__refs_expm1_cpu_float32 2022-09-27T15:50:38.2111403Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_narrow_cpu_float32 2022-09-27T15:50:38.2112125Z test_ops.py::TestCommonCPU::test_out__refs_new_empty_cpu_float32 2022-09-27T15:50:38.2121357Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_out__refs_new_empty_cpu_float32 2022-09-27T15:50:38.2124138Z test_ops.py::TestCommonCPU::test_out__refs_new_zeros_cpu_float32 2022-09-27T15:50:38.2165313Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_expm1_cpu_float32 2022-09-27T15:50:38.2166064Z test_ops.py::TestCommonCPU::test_out__refs_fft_fftn_cpu_float32 2022-09-27T15:50:38.2168053Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_new_zeros_cpu_float32 2022-09-27T15:50:38.2178152Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_elu_cpu_float32 2022-09-27T15:50:38.2192174Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tril_indices_cpu 2022-09-27T15:50:38.2209059Z test_ops.py::TestCommonCPU::test_dtypes_trunc_cpu 2022-09-27T15:50:38.2225940Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_elu_cpu_float32 2022-09-27T15:50:38.2257605Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:50:38.2271361Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:50:38.2284200Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_dtypes_trunc_cpu 2022-09-27T15:50:38.2284881Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:50:38.2323403Z test_ops.py::TestCommonCPU::test_dtypes_uniform_cpu 2022-09-27T15:50:38.2334857Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:50:38.2515386Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:50:38.2516413Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:50:38.2571389Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:50:38.2572017Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:50:38.2721007Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:50:38.2721649Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_fftn_cpu_float32 2022-09-27T15:50:38.2874998Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfftn_cpu_float32 2022-09-27T15:50:38.2888956Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_dtypes_uniform_cpu 2022-09-27T15:50:38.3126309Z test_ops.py::TestCommonCPU::test_dtypes_var_cpu 2022-09-27T15:50:38.3140850Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:50:38.3216948Z test_ops.py::TestCommonCPU::test_out__refs_ones_cpu_float32 2022-09-27T15:50:38.3223677Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_ones_cpu_float32 2022-09-27T15:50:38.3360459Z test_ops.py::TestCommonCPU::test_out__refs_prod_cpu_float32 2022-09-27T15:50:38.3370398Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_dtypes_var_cpu 2022-09-27T15:50:38.3421853Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_hfftn_cpu_float32 2022-09-27T15:50:38.3422437Z test_ops.py::TestCommonCPU::test_dtypes_view_as_cpu 2022-09-27T15:50:38.3423187Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifftshift_cpu_float32 2022-09-27T15:50:38.3428168Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ifftshift_cpu_float32 2022-09-27T15:50:38.3535090Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfft2_cpu_float32 2022-09-27T15:50:38.3542266Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_dtypes_view_as_cpu 2022-09-27T15:50:38.3667672Z test_ops.py::TestCommonCPU::test_dtypes_vstack_cpu 2022-09-27T15:50:38.3670997Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_irfft2_cpu_float32 2022-09-27T15:50:38.3700438Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_dtypes_vstack_cpu 2022-09-27T15:50:38.3700997Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfft_cpu_float32 2022-09-27T15:50:38.3720455Z test_ops.py::TestCommonCPU::test_dtypes_zeros_cpu 2022-09-27T15:50:38.3742481Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_dtypes_zeros_cpu 2022-09-27T15:50:38.3766497Z test_ops.py::TestCommonCPU::test_errors___rdiv___cpu 2022-09-27T15:50:38.3778873Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors___rdiv___cpu 2022-09-27T15:50:38.3811251Z test_ops.py::TestCommonCPU::test_errors___rpow___cpu 2022-09-27T15:50:38.3828177Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors___rpow___cpu 2022-09-27T15:50:38.3912572Z test_ops.py::TestCommonCPU::test_errors_amax_cpu 2022-09-27T15:50:38.3919055Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_amax_cpu 2022-09-27T15:50:38.3958798Z test_ops.py::TestCommonCPU::test_errors_atan2_cpu 2022-09-27T15:50:38.3972253Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_atan2_cpu 2022-09-27T15:50:38.4001775Z test_ops.py::TestCommonCPU::test_errors_bitwise_or_cpu 2022-09-27T15:50:38.4017375Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_bitwise_or_cpu 2022-09-27T15:50:38.4067411Z test_ops.py::TestCommonCPU::test_errors_clamp_max_cpu 2022-09-27T15:50:38.4124288Z [gw3] [ 13%] XFAIL test_ops.py::TestCommonCPU::test_errors_clamp_max_cpu 2022-09-27T15:50:38.4125065Z test_ops.py::TestCommonCPU::test_errors_cov_cpu 2022-09-27T15:50:38.4125681Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_rfft_cpu_float32 2022-09-27T15:50:38.4126657Z test_ops.py::TestCommonCPU::test_out__refs_flip_cpu_float32 2022-09-27T15:50:38.4139326Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_flip_cpu_float32 2022-09-27T15:50:38.4174505Z test_ops.py::TestCommonCPU::test_out__refs_floor_cpu_float32 2022-09-27T15:50:38.4215523Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_cov_cpu 2022-09-27T15:50:38.4216183Z test_ops.py::TestCommonCPU::test_errors_div_floor_rounding_cpu 2022-09-27T15:50:38.4221857Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_div_floor_rounding_cpu 2022-09-27T15:50:38.4282467Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_floor_cpu_float32 2022-09-27T15:50:38.4283019Z test_ops.py::TestCommonCPU::test_errors_dstack_cpu 2022-09-27T15:50:38.4283454Z test_ops.py::TestCommonCPU::test_out__refs_fmod_cpu_float32 2022-09-27T15:50:38.4298800Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_dstack_cpu 2022-09-27T15:50:38.4330369Z test_ops.py::TestCommonCPU::test_errors_flipud_cpu 2022-09-27T15:50:38.4346051Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_flipud_cpu 2022-09-27T15:50:38.4373217Z test_ops.py::TestCommonCPU::test_errors_fmin_cpu 2022-09-27T15:50:38.4395337Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_fmin_cpu 2022-09-27T15:50:38.4415666Z test_ops.py::TestCommonCPU::test_errors_ge_cpu 2022-09-27T15:50:38.4427173Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_ge_cpu 2022-09-27T15:50:38.4481288Z test_ops.py::TestCommonCPU::test_errors_hsplit_cpu 2022-09-27T15:50:38.4494926Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_hsplit_cpu 2022-09-27T15:50:38.4528917Z test_ops.py::TestCommonCPU::test_errors_igammac_cpu 2022-09-27T15:50:38.4540096Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_igammac_cpu 2022-09-27T15:50:38.4568561Z test_ops.py::TestCommonCPU::test_errors_jiterator_binary_return_by_ref_cpu 2022-09-27T15:50:38.4579126Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_errors_jiterator_binary_return_by_ref_cpu 2022-09-27T15:50:38.4610703Z test_ops.py::TestCommonCPU::test_errors_le_cpu 2022-09-27T15:50:38.4620633Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_le_cpu 2022-09-27T15:50:38.4657906Z test_ops.py::TestCommonCPU::test_errors_linspace_cpu 2022-09-27T15:50:38.4666809Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_linspace_cpu 2022-09-27T15:50:38.4670634Z test_ops.py::TestCommonCPU::test_errors_logical_xor_cpu 2022-09-27T15:50:38.4681702Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fmod_cpu_float32 2022-09-27T15:50:38.4697642Z test_ops.py::TestCommonCPU::test_out__refs_gt_cpu_float32 2022-09-27T15:50:38.4726959Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_logical_xor_cpu 2022-09-27T15:50:38.4754581Z test_ops.py::TestCommonCPU::test_errors_masked_select_cpu 2022-09-27T15:50:38.4764484Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_masked_select_cpu 2022-09-27T15:50:38.4798520Z test_ops.py::TestCommonCPU::test_errors_min_binary_cpu 2022-09-27T15:50:38.4808388Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_min_binary_cpu 2022-09-27T15:50:38.4897231Z test_ops.py::TestCommonCPU::test_errors_multinomial_cpu 2022-09-27T15:50:38.4909512Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_prod_cpu_float32 2022-09-27T15:50:38.4978606Z test_ops.py::TestCommonCPU::test_out__refs_reciprocal_cpu_float32 2022-09-27T15:50:38.4989488Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_gt_cpu_float32 2022-09-27T15:50:38.5028931Z test_ops.py::TestCommonCPU::test_out__refs_hypot_cpu_float32 2022-09-27T15:50:38.5039287Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_reciprocal_cpu_float32 2022-09-27T15:50:38.5071356Z test_ops.py::TestCommonCPU::test_out__refs_reshape_cpu_float32 2022-09-27T15:50:38.5082392Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_reshape_cpu_float32 2022-09-27T15:50:38.5197542Z test_ops.py::TestCommonCPU::test_out__refs_rsqrt_cpu_float32 2022-09-27T15:50:38.5208224Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_multinomial_cpu 2022-09-27T15:50:38.5213053Z test_ops.py::TestCommonCPU::test_errors_nextafter_cpu 2022-09-27T15:50:38.5225413Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_rsqrt_cpu_float32 2022-09-27T15:50:38.5239637Z test_ops.py::TestCommonCPU::test_out__refs_sign_cpu_float32 2022-09-27T15:50:38.5251305Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_nextafter_cpu 2022-09-27T15:50:38.5296315Z test_ops.py::TestCommonCPU::test_errors_nn_functional_conv1d_cpu 2022-09-27T15:50:38.5304143Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sign_cpu_float32 2022-09-27T15:50:38.5315860Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_conv1d_cpu 2022-09-27T15:50:38.5316772Z test_ops.py::TestCommonCPU::test_errors_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:50:38.5343770Z test_ops.py::TestCommonCPU::test_out__refs_sinh_cpu_float32 2022-09-27T15:50:38.5353974Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:50:38.5370898Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool2d_cpu 2022-09-27T15:50:38.5381545Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_hypot_cpu_float32 2022-09-27T15:50:38.5387741Z test_ops.py::TestCommonCPU::test_out__refs_imag_cpu_complex64 2022-09-27T15:50:38.5396668Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sinh_cpu_float32 2022-09-27T15:50:38.5406741Z test_ops.py::TestCommonCPU::test_out__refs_special_i1e_cpu_float32 2022-09-27T15:50:38.5417553Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool2d_cpu 2022-09-27T15:50:38.5431517Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_imag_cpu_complex64 2022-09-27T15:50:38.5432074Z test_ops.py::TestCommonCPU::test_out__refs_index_select_cpu_float32 2022-09-27T15:50:38.5482685Z test_ops.py::TestCommonCPU::test_errors_nn_functional_rrelu_cpu 2022-09-27T15:50:38.5487801Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_i1e_cpu_float32 2022-09-27T15:50:38.5496134Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_rrelu_cpu 2022-09-27T15:50:38.5499213Z test_ops.py::TestCommonCPU::test_errors_polar_cpu 2022-09-27T15:50:38.5515077Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:50:38.5528749Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_index_select_cpu_float32 2022-09-27T15:50:38.5534391Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_polar_cpu 2022-09-27T15:50:38.5543525Z test_ops.py::TestCommonCPU::test_out__refs_isnan_cpu_float32 2022-09-27T15:50:38.5581684Z test_ops.py::TestCommonCPU::test_errors_reshape_as_cpu 2022-09-27T15:50:38.5587387Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_reshape_as_cpu 2022-09-27T15:50:38.5604752Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isnan_cpu_float32 2022-09-27T15:50:38.5605406Z test_ops.py::TestCommonCPU::test_out__refs_lcm_cpu_int64 2022-09-27T15:50:38.5634874Z test_ops.py::TestCommonCPU::test_errors_rsub_cpu 2022-09-27T15:50:38.5645972Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_rsub_cpu 2022-09-27T15:50:38.5675469Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_u_cpu 2022-09-27T15:50:38.5685617Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_u_cpu 2022-09-27T15:50:38.5715536Z test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_he_cpu 2022-09-27T15:50:38.5725654Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_he_cpu 2022-09-27T15:50:38.5744036Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_u_cpu 2022-09-27T15:50:38.5754442Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_u_cpu 2022-09-27T15:50:38.5763713Z test_ops.py::TestCommonCPU::test_errors_special_zeta_cpu 2022-09-27T15:50:38.5774877Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:50:38.5783952Z test_ops.py::TestCommonCPU::test_out__refs_squeeze_cpu_float32 2022-09-27T15:50:38.5794710Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_special_zeta_cpu 2022-09-27T15:50:38.5808778Z test_ops.py::TestCommonCPU::test_errors_take_cpu 2022-09-27T15:50:38.5819792Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_squeeze_cpu_float32 2022-09-27T15:50:38.5839091Z test_ops.py::TestCommonCPU::test_out__refs_sub_cpu_float32 2022-09-27T15:50:38.5849014Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_take_cpu 2022-09-27T15:50:38.5893255Z test_ops.py::TestCommonCPU::test_errors_uniform_cpu 2022-09-27T15:50:38.5904430Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_uniform_cpu 2022-09-27T15:50:38.5921358Z test_ops.py::TestCommonCPU::test_errors_vstack_cpu 2022-09-27T15:50:38.5932175Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_lcm_cpu_int64 2022-09-27T15:50:38.5945697Z test_ops.py::TestCommonCPU::test_out__refs_linalg_norm_cpu_float32 2022-09-27T15:50:38.5956471Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_errors_vstack_cpu 2022-09-27T15:50:38.5989577Z test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_int64 2022-09-27T15:50:38.6001102Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_int64 2022-09-27T15:50:38.6034366Z test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_int64 2022-09-27T15:50:38.6045751Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_int64 2022-09-27T15:50:38.6084326Z test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_float32 2022-09-27T15:50:38.6098851Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_float32 2022-09-27T15:50:38.6134681Z test_ops.py::TestCommonCPU::test_multiple_devices___rmod___cpu_float32 2022-09-27T15:50:38.6148611Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rmod___cpu_float32 2022-09-27T15:50:38.6183045Z test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_float32 2022-09-27T15:50:38.6195781Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_float32 2022-09-27T15:50:38.6230585Z test_ops.py::TestCommonCPU::test_multiple_devices___rxor___cpu_int64 2022-09-27T15:50:38.6243809Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rxor___cpu_int64 2022-09-27T15:50:38.6270895Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_amin_cpu_int64 2022-09-27T15:50:38.6285365Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sub_cpu_float32 2022-09-27T15:50:38.6296123Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_amin_cpu_int64 2022-09-27T15:50:38.6299260Z test_ops.py::TestCommonCPU::test_out__refs_tan_cpu_float32 2022-09-27T15:50:38.6332778Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmin_cpu_int64 2022-09-27T15:50:38.6348061Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmin_cpu_int64 2022-09-27T15:50:38.6369858Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumsum_cpu_int64 2022-09-27T15:50:38.6379116Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_tan_cpu_float32 2022-09-27T15:50:38.6383624Z test_ops.py::TestCommonCPU::test_out__refs_trace_cpu_float32 2022-09-27T15:50:38.6396991Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumsum_cpu_int64 2022-09-27T15:50:38.6408877Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_logsumexp_cpu_int64 2022-09-27T15:50:38.6420072Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_trace_cpu_float32 2022-09-27T15:50:38.6428593Z test_ops.py::TestCommonCPU::test_out__refs_triu_cpu_float32 2022-09-27T15:50:38.6440728Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_logsumexp_cpu_int64 2022-09-27T15:50:38.6472124Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_norm_cpu_float32 2022-09-27T15:50:38.6484196Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_norm_cpu_float32 2022-09-27T15:50:38.6516384Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_softmax_cpu_float32 2022-09-27T15:50:38.6530510Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_softmax_cpu_float32 2022-09-27T15:50:38.6563400Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_sum_cpu_float32 2022-09-27T15:50:38.6577344Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_sum_cpu_float32 2022-09-27T15:50:38.6610061Z test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_float32 2022-09-27T15:50:38.6623762Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_float32 2022-09-27T15:50:38.6635146Z test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_float32 2022-09-27T15:50:38.6645265Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_triu_cpu_float32 2022-09-27T15:50:38.6656910Z test_ops.py::TestCommonCPU::test_out__refs_unbind_cpu_float32 2022-09-27T15:50:38.6672915Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_float32 2022-09-27T15:50:38.6677325Z test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_float32 2022-09-27T15:50:38.6687702Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_unbind_cpu_float32 2022-09-27T15:50:38.6703686Z test_ops.py::TestCommonCPU::test_out__refs_var_cpu_float32 2022-09-27T15:50:38.6717580Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_float32 2022-09-27T15:50:38.6750585Z test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_int64 2022-09-27T15:50:38.6763993Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_int64 2022-09-27T15:50:38.6797931Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_int64 2022-09-27T15:50:38.6810975Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_int64 2022-09-27T15:50:38.6846128Z test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_int64 2022-09-27T15:50:38.6857801Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_int64 2022-09-27T15:50:38.6890655Z test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_float32 2022-09-27T15:50:38.6902255Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_float32 2022-09-27T15:50:38.6940392Z test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_float32 2022-09-27T15:50:38.6951542Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_float32 2022-09-27T15:50:38.6984241Z test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_float32 2022-09-27T15:50:38.6995656Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_float32 2022-09-27T15:50:38.7028964Z test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_float32 2022-09-27T15:50:38.7040401Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_float32 2022-09-27T15:50:38.7076130Z test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_float32 2022-09-27T15:50:38.7086844Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_float32 2022-09-27T15:50:38.7101430Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_float32 2022-09-27T15:50:38.7111485Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_var_cpu_float32 2022-09-27T15:50:38.7120147Z test_ops.py::TestCommonCPU::test_out__refs_vsplit_cpu_float32 2022-09-27T15:50:38.7131118Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_float32 2022-09-27T15:50:38.7148969Z test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_float32 2022-09-27T15:50:38.7161269Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out__refs_vsplit_cpu_float32 2022-09-27T15:50:38.7167428Z test_ops.py::TestCommonCPU::test_out_abs_cpu_float32 2022-09-27T15:50:38.7175527Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_float32 2022-09-27T15:50:38.7205065Z test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_float32 2022-09-27T15:50:38.7216627Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_float32 2022-09-27T15:50:38.7220613Z test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_float32 2022-09-27T15:50:38.7232447Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_abs_cpu_float32 2022-09-27T15:50:38.7247688Z test_ops.py::TestCommonCPU::test_out_addbmm_cpu_float32 2022-09-27T15:50:38.7259482Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_float32 2022-09-27T15:50:38.7292987Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_float32 2022-09-27T15:50:38.7304311Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_float32 2022-09-27T15:50:38.7337249Z test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_float32 2022-09-27T15:50:38.7349908Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_float32 2022-09-27T15:50:38.7385055Z test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_int64 2022-09-27T15:50:38.7397598Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_int64 2022-09-27T15:50:38.7427171Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_not_cpu_int64 2022-09-27T15:50:38.7437486Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_addbmm_cpu_float32 2022-09-27T15:50:38.7448834Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_not_cpu_int64 2022-09-27T15:50:38.7449666Z test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_float32 2022-09-27T15:50:38.7480472Z test_ops.py::TestCommonCPU::test_out_addmm_decomposed_cpu_float32 2022-09-27T15:50:38.7492304Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_float32 2022-09-27T15:50:38.7525329Z test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_float32 2022-09-27T15:50:38.7537273Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_float32 2022-09-27T15:50:38.7554782Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_int64 2022-09-27T15:50:38.7566541Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_addmm_decomposed_cpu_float32 2022-09-27T15:50:38.7572659Z test_ops.py::TestCommonCPU::test_out_allclose_cpu_float32 2022-09-27T15:50:38.7580704Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_int64 2022-09-27T15:50:38.7609831Z test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_int64 2022-09-27T15:50:38.7620226Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_int64 2022-09-27T15:50:38.7630529Z test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_int64 2022-09-27T15:50:38.7641940Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_out_allclose_cpu_float32 2022-09-27T15:50:38.7651374Z test_ops.py::TestCommonCPU::test_out_angle_cpu_float32 2022-09-27T15:50:38.7663181Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_int64 2022-09-27T15:50:38.7695079Z test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_float32 2022-09-27T15:50:38.7705087Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_angle_cpu_float32 2022-09-27T15:50:38.7721798Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_float32 2022-09-27T15:50:38.7722504Z test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_float32 2022-09-27T15:50:38.7754031Z test_ops.py::TestCommonCPU::test_out_argmin_cpu_float32 2022-09-27T15:50:38.7765887Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_float32 2022-09-27T15:50:38.7801813Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_solve_cpu_float32 2022-09-27T15:50:38.7813578Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_solve_cpu_float32 2022-09-27T15:50:38.7850157Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_int64 2022-09-27T15:50:38.7861518Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_int64 2022-09-27T15:50:38.7873388Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_argmin_cpu_float32 2022-09-27T15:50:38.7874809Z test_ops.py::TestCommonCPU::test_out_as_strided_scatter_cpu_float32 2022-09-27T15:50:38.7907727Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_int64 2022-09-27T15:50:38.7915258Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_as_strided_scatter_cpu_float32 2022-09-27T15:50:38.7923767Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_int64 2022-09-27T15:50:38.7926576Z test_ops.py::TestCommonCPU::test_out_atan_cpu_float32 2022-09-27T15:50:38.7958318Z test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_int64 2022-09-27T15:50:38.7968747Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_int64 2022-09-27T15:50:38.7977146Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_float32 2022-09-27T15:50:38.7985018Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_atan_cpu_float32 2022-09-27T15:50:38.7997268Z test_ops.py::TestCommonCPU::test_out_atleast_3d_cpu_float32 2022-09-27T15:50:38.8007708Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_float32 2022-09-27T15:50:38.8017894Z test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_float32 2022-09-27T15:50:38.8027500Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_atleast_3d_cpu_float32 2022-09-27T15:50:38.8036457Z test_ops.py::TestCommonCPU::test_out_bincount_cpu_int64 2022-09-27T15:50:38.8049593Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_float32 2022-09-27T15:50:38.8057157Z test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_float32 2022-09-27T15:50:38.8069260Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_bincount_cpu_int64 2022-09-27T15:50:38.8080137Z test_ops.py::TestCommonCPU::test_out_bitwise_or_cpu_int64 2022-09-27T15:50:38.8091947Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_float32 2022-09-27T15:50:38.8126754Z test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_float32 2022-09-27T15:50:38.8138063Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_float32 2022-09-27T15:50:38.8174036Z test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_float32 2022-09-27T15:50:38.8185693Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_float32 2022-09-27T15:50:38.8189940Z test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_float32 2022-09-27T15:50:38.8200382Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_or_cpu_int64 2022-09-27T15:50:38.8220780Z test_ops.py::TestCommonCPU::test_out_bmm_cpu_float32 2022-09-27T15:50:38.8233363Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_float32 2022-09-27T15:50:38.8257877Z test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_float32 2022-09-27T15:50:38.8272301Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_bmm_cpu_float32 2022-09-27T15:50:38.8284498Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_float32 2022-09-27T15:50:38.8285125Z test_ops.py::TestCommonCPU::test_out_broadcast_to_cpu_float32 2022-09-27T15:50:38.8314975Z test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_float32 2022-09-27T15:50:38.8321557Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_broadcast_to_cpu_float32 2022-09-27T15:50:38.8337716Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_float32 2022-09-27T15:50:38.8338607Z test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_float32 2022-09-27T15:50:38.8366922Z test_ops.py::TestCommonCPU::test_out_cat_cpu_float32 2022-09-27T15:50:38.8377389Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_float32 2022-09-27T15:50:38.8406510Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_float32 2022-09-27T15:50:38.8417711Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_float32 2022-09-27T15:50:38.8452531Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_float32 2022-09-27T15:50:38.8463644Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_float32 2022-09-27T15:50:38.8496290Z test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_float32 2022-09-27T15:50:38.8507560Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_float32 2022-09-27T15:50:38.8519810Z test_ops.py::TestCommonCPU::test_multiple_devices_dist_cpu_float32 2022-09-27T15:50:38.8530153Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_cat_cpu_float32 2022-09-27T15:50:38.8540334Z test_ops.py::TestCommonCPU::test_out_char_cpu_float32 2022-09-27T15:50:38.8551844Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dist_cpu_float32 2022-09-27T15:50:38.8561983Z test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_int64 2022-09-27T15:50:38.8573329Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_char_cpu_float32 2022-09-27T15:50:38.8582870Z test_ops.py::TestCommonCPU::test_out_chunk_cpu_float32 2022-09-27T15:50:38.8593198Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_int64 2022-09-27T15:50:38.8608367Z test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_int64 2022-09-27T15:50:38.8620497Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_chunk_cpu_float32 2022-09-27T15:50:38.8627017Z test_ops.py::TestCommonCPU::test_out_clone_cpu_float32 2022-09-27T15:50:38.8637260Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_int64 2022-09-27T15:50:38.8650172Z test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_int64 2022-09-27T15:50:38.8660181Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_clone_cpu_float32 2022-09-27T15:50:38.8671860Z test_ops.py::TestCommonCPU::test_out_conj_cpu_float32 2022-09-27T15:50:38.8687031Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_int64 2022-09-27T15:50:38.8692894Z test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_int64 2022-09-27T15:50:38.8700758Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_conj_cpu_float32 2022-09-27T15:50:38.8721944Z test_ops.py::TestCommonCPU::test_out_copysign_cpu_float32 2022-09-27T15:50:38.8734241Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_int64 2022-09-27T15:50:38.8770121Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_int64 2022-09-27T15:50:38.8784308Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_int64 2022-09-27T15:50:38.8820247Z test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_int64 2022-09-27T15:50:38.8834241Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_int64 2022-09-27T15:50:38.8871521Z test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_int64 2022-09-27T15:50:38.8885780Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_int64 2022-09-27T15:50:38.8922531Z test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_int64 2022-09-27T15:50:38.8936508Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_int64 2022-09-27T15:50:38.8942389Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_int64 2022-09-27T15:50:38.8950265Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_copysign_cpu_float32 2022-09-27T15:50:38.8968643Z test_ops.py::TestCommonCPU::test_out_count_nonzero_cpu_float32 2022-09-27T15:50:38.8981573Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_int64 2022-09-27T15:50:38.8997039Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_count_nonzero_cpu_float32 2022-09-27T15:50:38.8997639Z test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_int64 2022-09-27T15:50:38.9023829Z test_ops.py::TestCommonCPU::test_out_cummin_cpu_float32 2022-09-27T15:50:38.9036954Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_int64 2022-09-27T15:50:38.9069562Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_int64 2022-09-27T15:50:38.9083031Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_int64 2022-09-27T15:50:38.9114689Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_int64 2022-09-27T15:50:38.9125854Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_cummin_cpu_float32 2022-09-27T15:50:38.9139209Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_int64 2022-09-27T15:50:38.9139786Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_int64 2022-09-27T15:50:38.9171004Z test_ops.py::TestCommonCPU::test_out_deg2rad_cpu_float32 2022-09-27T15:50:38.9184841Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_int64 2022-09-27T15:50:38.9222577Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_int64 2022-09-27T15:50:38.9231489Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_deg2rad_cpu_float32 2022-09-27T15:50:38.9244705Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_int64 2022-09-27T15:50:38.9248331Z test_ops.py::TestCommonCPU::test_out_diagonal_cpu_float32 2022-09-27T15:50:38.9277360Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_int64 2022-09-27T15:50:38.9292189Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_diagonal_cpu_float32 2022-09-27T15:50:38.9303170Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_int64 2022-09-27T15:50:38.9303770Z test_ops.py::TestCommonCPU::test_out_dist_cpu_float32 2022-09-27T15:50:38.9331331Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_int64 2022-09-27T15:50:38.9344079Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_dist_cpu_float32 2022-09-27T15:50:38.9357165Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_int64 2022-09-27T15:50:38.9357965Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_int64 2022-09-27T15:50:38.9389239Z test_ops.py::TestCommonCPU::test_out_dot_cpu_float32 2022-09-27T15:50:38.9400994Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_int64 2022-09-27T15:50:38.9409575Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_int64 2022-09-27T15:50:38.9417354Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_dot_cpu_float32 2022-09-27T15:50:38.9436440Z test_ops.py::TestCommonCPU::test_out_einsum_cpu_float32 2022-09-27T15:50:38.9450661Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_int64 2022-09-27T15:50:38.9456856Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_int64 2022-09-27T15:50:38.9466828Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_einsum_cpu_float32 2022-09-27T15:50:38.9480445Z test_ops.py::TestCommonCPU::test_out_equal_cpu_float32 2022-09-27T15:50:38.9494396Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_int64 2022-09-27T15:50:38.9501211Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_int64 2022-09-27T15:50:38.9512729Z [gw1] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_out_equal_cpu_float32 2022-09-27T15:50:38.9527390Z test_ops.py::TestCommonCPU::test_out_exp2_cpu_float32 2022-09-27T15:50:38.9540745Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_int64 2022-09-27T15:50:38.9570583Z test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_int64 2022-09-27T15:50:38.9584176Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_int64 2022-09-27T15:50:38.9602965Z test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_int64 2022-09-27T15:50:38.9612900Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_exp2_cpu_float32 2022-09-27T15:50:38.9620083Z test_ops.py::TestCommonCPU::test_out_expm1_cpu_float32 2022-09-27T15:50:38.9631819Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_int64 2022-09-27T15:50:38.9669602Z test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_int64 2022-09-27T15:50:38.9675891Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_expm1_cpu_float32 2022-09-27T15:50:38.9689044Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_int64 2022-09-27T15:50:38.9689847Z test_ops.py::TestCommonCPU::test_out_fft_fftn_cpu_float32 2022-09-27T15:50:38.9722885Z test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_int64 2022-09-27T15:50:38.9735134Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_int64 2022-09-27T15:50:38.9769635Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_int64 2022-09-27T15:50:38.9782790Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_int64 2022-09-27T15:50:38.9815912Z test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_int64 2022-09-27T15:50:38.9829451Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_int64 2022-09-27T15:50:38.9862177Z test_ops.py::TestCommonCPU::test_multiple_devices_frexp_cpu_float32 2022-09-27T15:50:38.9872697Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_frexp_cpu_float32 2022-09-27T15:50:38.9905460Z test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_int64 2022-09-27T15:50:38.9917859Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_int64 2022-09-27T15:50:38.9952531Z test_ops.py::TestCommonCPU::test_multiple_devices_geqrf_cpu_float32 2022-09-27T15:50:38.9963607Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_geqrf_cpu_float32 2022-09-27T15:50:38.9980353Z test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_int64 2022-09-27T15:50:38.9993975Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_fft_fftn_cpu_float32 2022-09-27T15:50:39.0000300Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_int64 2022-09-27T15:50:39.0009968Z test_ops.py::TestCommonCPU::test_out_fft_hfftn_cpu_float32 2022-09-27T15:50:39.0043827Z test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_int64 2022-09-27T15:50:39.0057887Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_int64 2022-09-27T15:50:39.0091365Z test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_float32 2022-09-27T15:50:39.0104051Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_float32 2022-09-27T15:50:39.0133778Z test_ops.py::TestCommonCPU::test_multiple_devices_hypot_cpu_float32 2022-09-27T15:50:39.0144819Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_hypot_cpu_float32 2022-09-27T15:50:39.0178709Z test_ops.py::TestCommonCPU::test_multiple_devices_igammac_cpu_float32 2022-09-27T15:50:39.0193091Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_igammac_cpu_float32 2022-09-27T15:50:39.0232967Z test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_int64 2022-09-27T15:50:39.0245403Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_int64 2022-09-27T15:50:39.0279874Z test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_int64 2022-09-27T15:50:39.0291697Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_int64 2022-09-27T15:50:39.0301525Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_fft_hfftn_cpu_float32 2022-09-27T15:50:39.0303936Z test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_int64 2022-09-27T15:50:39.0337079Z test_ops.py::TestCommonCPU::test_out_fft_ifftshift_cpu_float32 2022-09-27T15:50:39.0344945Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_int64 2022-09-27T15:50:39.0357210Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_fft_ifftshift_cpu_float32 2022-09-27T15:50:39.0357906Z test_ops.py::TestCommonCPU::test_out_fft_irfft2_cpu_float32 2022-09-27T15:50:39.0391569Z test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_int64 2022-09-27T15:50:39.0403722Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_int64 2022-09-27T15:50:39.0437653Z test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_int64 2022-09-27T15:50:39.0451494Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_int64 2022-09-27T15:50:39.0485629Z test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_int64 2022-09-27T15:50:39.0500497Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_int64 2022-09-27T15:50:39.0536593Z test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_int64 2022-09-27T15:50:39.0549362Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_int64 2022-09-27T15:50:39.0582599Z test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_int64 2022-09-27T15:50:39.0595184Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_int64 2022-09-27T15:50:39.0600814Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_fft_irfft2_cpu_float32 2022-09-27T15:50:39.0609186Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:50:39.0628399Z test_ops.py::TestCommonCPU::test_out_fft_rfft_cpu_float32 2022-09-27T15:50:39.0642084Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:50:39.0676064Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:50:39.0687549Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:50:39.0725005Z test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_float32 2022-09-27T15:50:39.0737075Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_float32 2022-09-27T15:50:39.0773919Z test_ops.py::TestCommonCPU::test_multiple_devices_lcm_cpu_int64 2022-09-27T15:50:39.0785870Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lcm_cpu_int64 2022-09-27T15:50:39.0820613Z test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_int64 2022-09-27T15:50:39.0833281Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_int64 2022-09-27T15:50:39.0866599Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_cpu_float32 2022-09-27T15:50:39.0882329Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_cpu_float32 2022-09-27T15:50:39.0888338Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_fft_rfft_cpu_float32 2022-09-27T15:50:39.0897056Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_int64 2022-09-27T15:50:39.0913514Z test_ops.py::TestCommonCPU::test_out_flip_cpu_float32 2022-09-27T15:50:39.0925754Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_int64 2022-09-27T15:50:39.0934544Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigh_cpu_float32 2022-09-27T15:50:39.0943016Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_flip_cpu_float32 2022-09-27T15:50:39.0957852Z test_ops.py::TestCommonCPU::test_out_float_power_cpu_float32 2022-09-27T15:50:39.0973668Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigh_cpu_float32 2022-09-27T15:50:39.1003226Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_cpu_float32 2022-09-27T15:50:39.1016287Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_cpu_float32 2022-09-27T15:50:39.1044896Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_solve_cpu_float32 2022-09-27T15:50:39.1055965Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_solve_cpu_float32 2022-09-27T15:50:39.1088375Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_cpu_float32 2022-09-27T15:50:39.1103665Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_cpu_float32 2022-09-27T15:50:39.1134192Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_power_cpu_float32 2022-09-27T15:50:39.1144874Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_power_cpu_float32 2022-09-27T15:50:39.1180439Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_int64 2022-09-27T15:50:39.1191193Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_int64 2022-09-27T15:50:39.1225873Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:50:39.1227986Z [gw1] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_float_power_cpu_float32 2022-09-27T15:50:39.1240204Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:50:39.1241140Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_cpu_float32 2022-09-27T15:50:39.1267809Z test_ops.py::TestCommonCPU::test_out_fmin_cpu_float32 2022-09-27T15:50:39.1278598Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_cpu_float32 2022-09-27T15:50:39.1310772Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svdvals_cpu_float32 2022-09-27T15:50:39.1321532Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svdvals_cpu_float32 2022-09-27T15:50:39.1351297Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_int64 2022-09-27T15:50:39.1361945Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_int64 2022-09-27T15:50:39.1391498Z test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_int64 2022-09-27T15:50:39.1405482Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_int64 2022-09-27T15:50:39.1434793Z test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_int64 2022-09-27T15:50:39.1445272Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_int64 2022-09-27T15:50:39.1477978Z test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_int64 2022-09-27T15:50:39.1488805Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_int64 2022-09-27T15:50:39.1509160Z test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp2_cpu_float32 2022-09-27T15:50:39.1521004Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_fmin_cpu_float32 2022-09-27T15:50:39.1535527Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp2_cpu_float32 2022-09-27T15:50:39.1536450Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_float32 2022-09-27T15:50:39.1564333Z test_ops.py::TestCommonCPU::test_out_full_like_cpu_float32 2022-09-27T15:50:39.1575915Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_float32 2022-09-27T15:50:39.1581693Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_float32 2022-09-27T15:50:39.1591411Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_full_like_cpu_float32 2022-09-27T15:50:39.1608688Z test_ops.py::TestCommonCPU::test_out_geqrf_cpu_float32 2022-09-27T15:50:39.1620350Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_float32 2022-09-27T15:50:39.1652257Z test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_float32 2022-09-27T15:50:39.1662502Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_float32 2022-09-27T15:50:39.1691309Z test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_float32 2022-09-27T15:50:39.1701517Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_float32 2022-09-27T15:50:39.1730198Z test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_float32 2022-09-27T15:50:39.1746621Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_float32 2022-09-27T15:50:39.1754733Z [gw1] [ 14%] XFAIL test_ops.py::TestCommonCPU::test_out_geqrf_cpu_float32 2022-09-27T15:50:39.1757940Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_unpack_cpu_float32 2022-09-27T15:50:39.1783938Z test_ops.py::TestCommonCPU::test_out_heaviside_cpu_float32 2022-09-27T15:50:39.1794264Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lu_unpack_cpu_float32 2022-09-27T15:50:39.1823558Z test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_int64 2022-09-27T15:50:39.1833777Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_int64 2022-09-27T15:50:39.1864925Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_int64 2022-09-27T15:50:39.1876711Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_int64 2022-09-27T15:50:39.1906438Z test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_int64 2022-09-27T15:50:39.1916647Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_int64 2022-09-27T15:50:39.1925007Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_float32 2022-09-27T15:50:39.1938024Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linalg_svd_cpu_float32 2022-09-27T15:50:39.1949199Z test_ops.py::TestCommonCPU::test_out__refs_log10_cpu_float32 2022-09-27T15:50:39.1961895Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_float32 2022-09-27T15:50:39.1990330Z test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_float32 2022-09-27T15:50:39.2000854Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_float32 2022-09-27T15:50:39.2013274Z test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_int64 2022-09-27T15:50:39.2028214Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_heaviside_cpu_float32 2022-09-27T15:50:39.2035306Z test_ops.py::TestCommonCPU::test_out_hsplit_cpu_float32 2022-09-27T15:50:39.2048844Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_int64 2022-09-27T15:50:39.2058009Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:50:39.2069625Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_hsplit_cpu_float32 2022-09-27T15:50:39.2073442Z test_ops.py::TestCommonCPU::test_out_igamma_cpu_float32 2022-09-27T15:50:39.2090104Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_log10_cpu_float32 2022-09-27T15:50:39.2101807Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:50:39.2102518Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_int64 2022-09-27T15:50:39.2130935Z test_ops.py::TestCommonCPU::test_out__refs_log_softmax_cpu_float32 2022-09-27T15:50:39.2144333Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_int64 2022-09-27T15:50:39.2174443Z test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_int64 2022-09-27T15:50:39.2186941Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_int64 2022-09-27T15:50:39.2216672Z test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_int64 2022-09-27T15:50:39.2227236Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_int64 2022-09-27T15:50:39.2256921Z test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_int64 2022-09-27T15:50:39.2267263Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_int64 2022-09-27T15:50:39.2296983Z test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_float32 2022-09-27T15:50:39.2307823Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_float32 2022-09-27T15:50:39.2338183Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:50:39.2349325Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:50:39.2360660Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_igamma_cpu_float32 2022-09-27T15:50:39.2361275Z test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_float32 2022-09-27T15:50:39.2387313Z test_ops.py::TestCommonCPU::test_out_index_copy_cpu_float32 2022-09-27T15:50:39.2397876Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_float32 2022-09-27T15:50:39.2426312Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_int64 2022-09-27T15:50:39.2437097Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_int64 2022-09-27T15:50:39.2463061Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_float32 2022-09-27T15:50:39.2474723Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_index_copy_cpu_float32 2022-09-27T15:50:39.2488237Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_float32 2022-09-27T15:50:39.2489116Z test_ops.py::TestCommonCPU::test_out_index_select_cpu_float32 2022-09-27T15:50:39.2522850Z test_ops.py::TestCommonCPU::test_multiple_devices_native_layer_norm_cpu_float32 2022-09-27T15:50:39.2534247Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_native_layer_norm_cpu_float32 2022-09-27T15:50:39.2566703Z test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_int64 2022-09-27T15:50:39.2577860Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_int64 2022-09-27T15:50:39.2588861Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_index_select_cpu_float32 2022-09-27T15:50:39.2591869Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_int64 2022-09-27T15:50:39.2618244Z test_ops.py::TestCommonCPU::test_out_isfinite_cpu_float32 2022-09-27T15:50:39.2629210Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_int64 2022-09-27T15:50:39.2638820Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_isfinite_cpu_float32 2022-09-27T15:50:39.2644196Z test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_int64 2022-09-27T15:50:39.2669214Z test_ops.py::TestCommonCPU::test_out_isneginf_cpu_float32 2022-09-27T15:50:39.2679852Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_int64 2022-09-27T15:50:39.2688906Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:50:39.2699843Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_isneginf_cpu_float32 2022-09-27T15:50:39.2711758Z test_ops.py::TestCommonCPU::test_out_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:50:39.2723106Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:50:39.2733785Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linalg_norm_cpu_float32 2022-09-27T15:50:39.2747846Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_out_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:50:39.2753216Z test_ops.py::TestCommonCPU::test_out__refs_linspace_cpu_float32 2022-09-27T15:50:39.2753774Z test_ops.py::TestCommonCPU::test_out_jiterator_unary_cpu_float32 2022-09-27T15:50:39.2781901Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:50:39.2791145Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:50:39.2805504Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_out_jiterator_unary_cpu_float32 2022-09-27T15:50:39.2806298Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:50:39.2835963Z test_ops.py::TestCommonCPU::test_out_ldexp_cpu_float32 2022-09-27T15:50:39.2847399Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:50:39.2876433Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_batch_norm_cpu_float32 2022-09-27T15:50:39.2886868Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_batch_norm_cpu_float32 2022-09-27T15:50:39.2919777Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:50:39.2931539Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:50:39.2964931Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_float32 2022-09-27T15:50:39.2975262Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_float32 2022-09-27T15:50:39.3004564Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:50:39.3015884Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:50:39.3040181Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:50:39.3046531Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_log_softmax_cpu_float32 2022-09-27T15:50:39.3100510Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:50:39.3102395Z test_ops.py::TestCommonCPU::test_out__refs_logical_xor_cpu_float32 2022-09-27T15:50:39.3102974Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:50:39.3103568Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_ldexp_cpu_float32 2022-09-27T15:50:39.3104111Z test_ops.py::TestCommonCPU::test_out_linalg_cholesky_cpu_float32 2022-09-27T15:50:39.3108873Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:50:39.3144832Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_elu_cpu_float32 2022-09-27T15:50:39.3151341Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_elu_cpu_float32 2022-09-27T15:50:39.3189733Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:50:39.3208807Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:50:39.3229681Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:50:39.3260186Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:50:39.3277809Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_group_norm_cpu_float32 2022-09-27T15:50:39.3291785Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_group_norm_cpu_float32 2022-09-27T15:50:39.3311420Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_float32 2022-09-27T15:50:39.3323805Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logical_xor_cpu_float32 2022-09-27T15:50:39.3340043Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_float32 2022-09-27T15:50:39.3340624Z test_ops.py::TestCommonCPU::test_out__refs_masked_fill_cpu_float32 2022-09-27T15:50:39.3369879Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_instance_norm_cpu_float32 2022-09-27T15:50:39.3377757Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_masked_fill_cpu_float32 2022-09-27T15:50:39.3397749Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_instance_norm_cpu_float32 2022-09-27T15:50:39.3398571Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:50:39.3427810Z test_ops.py::TestCommonCPU::test_out__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:50:39.3441317Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:50:39.3442147Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_l1_loss_cpu_float32 2022-09-27T15:50:39.3453854Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:50:39.3467574Z test_ops.py::TestCommonCPU::test_out__refs_nan_to_num_cpu_float32 2022-09-27T15:50:39.3479773Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_l1_loss_cpu_float32 2022-09-27T15:50:39.3514440Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_int64 2022-09-27T15:50:39.3549341Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_int64 2022-09-27T15:50:39.3553097Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:50:39.3569315Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:50:39.3574154Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_cholesky_cpu_float32 2022-09-27T15:50:39.3608737Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:50:39.3609291Z test_ops.py::TestCommonCPU::test_out_linalg_det_cpu_float32 2022-09-27T15:50:39.3630358Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:50:39.3652453Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:50:39.3696294Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:50:39.3696963Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mse_loss_cpu_float32 2022-09-27T15:50:39.3706539Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mse_loss_cpu_float32 2022-09-27T15:50:39.3751439Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_nll_loss_cpu_float32 2022-09-27T15:50:39.3757867Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_nll_loss_cpu_float32 2022-09-27T15:50:39.3794656Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_int64 2022-09-27T15:50:39.3797339Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linspace_cpu_float32 2022-09-27T15:50:39.3818608Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_int64 2022-09-27T15:50:39.3819618Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:50:39.3840323Z test_ops.py::TestCommonCPU::test_out__refs_log_cpu_float32 2022-09-27T15:50:39.3888969Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:50:39.3889787Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:50:39.3890410Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_det_cpu_float32 2022-09-27T15:50:39.3890938Z test_ops.py::TestCommonCPU::test_out_linalg_eigvals_cpu_float32 2022-09-27T15:50:39.3911434Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:50:39.3936925Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:50:39.3980760Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:50:39.3981380Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_int64 2022-09-27T15:50:39.3984484Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_log_cpu_float32 2022-09-27T15:50:39.4027414Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_int64 2022-09-27T15:50:39.4028401Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_selu_cpu_float32 2022-09-27T15:50:39.4029841Z test_ops.py::TestCommonCPU::test_out__refs_logical_or_cpu_float32 2022-09-27T15:50:39.4045082Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_selu_cpu_float32 2022-09-27T15:50:39.4077196Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_cpu_float32 2022-09-27T15:50:39.4101434Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_cpu_float32 2022-09-27T15:50:39.4116733Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softshrink_cpu_float32 2022-09-27T15:50:39.4129335Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softshrink_cpu_float32 2022-09-27T15:50:39.4157967Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:50:39.4168174Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:50:39.4177714Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_int64 2022-09-27T15:50:39.4188845Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_eigvals_cpu_float32 2022-09-27T15:50:39.4200061Z test_ops.py::TestCommonCPU::test_out_linalg_inv_ex_cpu_float32 2022-09-27T15:50:39.4211499Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_int64 2022-09-27T15:50:39.4241790Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:50:39.4252415Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:50:39.4286532Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_cpu_float32 2022-09-27T15:50:39.4288901Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_norm_cpu_float32 2022-09-27T15:50:39.4304396Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nan_to_num_cpu_float32 2022-09-27T15:50:39.4305043Z test_ops.py::TestCommonCPU::test_out__refs_neg_cpu_float32 2022-09-27T15:50:39.4339631Z test_ops.py::TestCommonCPU::test_multiple_devices_normal_cpu_float32 2022-09-27T15:50:39.4350715Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_normal_cpu_float32 2022-09-27T15:50:39.4357485Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_float32 2022-09-27T15:50:39.4373989Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logical_or_cpu_float32 2022-09-27T15:50:39.4376904Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_neg_cpu_float32 2022-09-27T15:50:39.4384293Z test_ops.py::TestCommonCPU::test_out__refs_lt_cpu_float32 2022-09-27T15:50:39.4429690Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_float32 2022-09-27T15:50:39.4430238Z test_ops.py::TestCommonCPU::test_out__refs_new_ones_cpu_float32 2022-09-27T15:50:39.4433733Z test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_int64 2022-09-27T15:50:39.4443170Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_int64 2022-09-27T15:50:39.4469095Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_new_ones_cpu_float32 2022-09-27T15:50:39.4472544Z test_ops.py::TestCommonCPU::test_multiple_devices_pinverse_cpu_float32 2022-09-27T15:50:39.4473280Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:50:39.4485015Z [gw0] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:50:39.4508306Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_pinverse_cpu_float32 2022-09-27T15:50:39.4509083Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:50:39.4512911Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:50:39.4518395Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_inv_ex_cpu_float32 2022-09-27T15:50:39.4526776Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:50:39.4547630Z test_ops.py::TestCommonCPU::test_out_linalg_lstsq_cpu_float32 2022-09-27T15:50:39.4551949Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:50:39.4557025Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_out_linalg_lstsq_cpu_float32 2022-09-27T15:50:39.4575287Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:50:39.4576065Z test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_float32 2022-09-27T15:50:39.4604342Z test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:50:39.4615590Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_float32 2022-09-27T15:50:39.4647145Z test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_float32 2022-09-27T15:50:39.4659598Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_float32 2022-09-27T15:50:39.4689372Z test_ops.py::TestCommonCPU::test_multiple_devices_qr_cpu_float32 2022-09-27T15:50:39.4699773Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_qr_cpu_float32 2022-09-27T15:50:39.4732295Z test_ops.py::TestCommonCPU::test_multiple_devices_rand_like_cpu_float32 2022-09-27T15:50:39.4738547Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_lt_cpu_float32 2022-09-27T15:50:39.4753759Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rand_like_cpu_float32 2022-09-27T15:50:39.4754625Z test_ops.py::TestCommonCPU::test_out__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:50:39.4798513Z test_ops.py::TestCommonCPU::test_multiple_devices_randn_like_cpu_float32 2022-09-27T15:50:39.4809513Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_randn_like_cpu_float32 2022-09-27T15:50:39.4825090Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:50:39.4857185Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:50:39.4857805Z test_ops.py::TestCommonCPU::test_out__refs_mul_cpu_float32 2022-09-27T15:50:39.4858319Z test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_int64 2022-09-27T15:50:39.4858883Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:50:39.4880429Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_int64 2022-09-27T15:50:39.4881658Z test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_int64 2022-09-27T15:50:39.4913918Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:50:39.4914880Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:50:39.4915500Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_int64 2022-09-27T15:50:39.4934492Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_float32 2022-09-27T15:50:39.4941795Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:50:39.4959214Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_float32 2022-09-27T15:50:39.4959979Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:50:39.4989187Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_float32 2022-09-27T15:50:39.4997536Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_float32 2022-09-27T15:50:39.5023130Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:50:39.5023961Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:50:39.5052750Z test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_float32 2022-09-27T15:50:39.5089798Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_float32 2022-09-27T15:50:39.5100659Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_float32 2022-09-27T15:50:39.5115664Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_float32 2022-09-27T15:50:39.5129442Z test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_float32 2022-09-27T15:50:39.5137424Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:50:39.5146292Z test_ops.py::TestCommonCPU::test_out__refs_norm_cpu_float32 2022-09-27T15:50:39.5152594Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_float32 2022-09-27T15:50:39.5192448Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_0_cpu_float32 2022-09-27T15:50:39.5199578Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_0_cpu_float32 2022-09-27T15:50:39.5266386Z test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_int64 2022-09-27T15:50:39.5267172Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_int64 2022-09-27T15:50:39.5285429Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_int64 2022-09-27T15:50:39.5326126Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_int64 2022-09-27T15:50:39.5326795Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_int64 2022-09-27T15:50:39.5327522Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_mul_cpu_float32 2022-09-27T15:50:39.5328706Z test_ops.py::TestCommonCPU::test_out__refs_ne_cpu_float32 2022-09-27T15:50:39.5331570Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:50:39.5366684Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_int64 2022-09-27T15:50:39.5368708Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_int64 2022-09-27T15:50:39.5379682Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_cpu_float32 2022-09-27T15:50:39.5396799Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_int64 2022-09-27T15:50:39.5423191Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_int64 2022-09-27T15:50:39.5433705Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_int64 2022-09-27T15:50:39.5473490Z test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_offsets_cpu_float32 2022-09-27T15:50:39.5483608Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_offsets_cpu_float32 2022-09-27T15:50:39.5518050Z test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_int64 2022-09-27T15:50:39.5523931Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_int64 2022-09-27T15:50:39.5561793Z test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_int64 2022-09-27T15:50:39.5568068Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_int64 2022-09-27T15:50:39.5608713Z test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_int64 2022-09-27T15:50:39.5627857Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_int64 2022-09-27T15:50:39.5655907Z test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_int64 2022-09-27T15:50:39.5659638Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_int64 2022-09-27T15:50:39.5676663Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_ne_cpu_float32 2022-09-27T15:50:39.5677467Z test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_int64 2022-09-27T15:50:39.5705407Z test_ops.py::TestCommonCPU::test_out__refs_new_full_cpu_float32 2022-09-27T15:50:39.5715763Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_int64 2022-09-27T15:50:39.5739395Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_new_full_cpu_float32 2022-09-27T15:50:39.5740429Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_float32 2022-09-27T15:50:39.5764053Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_celu_cpu_float32 2022-09-27T15:50:39.5770209Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_celu_cpu_float32 2022-09-27T15:50:39.5818020Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_float32 2022-09-27T15:50:39.5818736Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_glu_cpu_float32 2022-09-27T15:50:39.5819303Z test_ops.py::TestCommonCPU::test_multiple_devices_sparse_sampled_addmm_cpu_float32 2022-09-27T15:50:39.5827304Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sparse_sampled_addmm_cpu_float32 2022-09-27T15:50:39.5866922Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_int64 2022-09-27T15:50:39.5888265Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_int64 2022-09-27T15:50:39.5911302Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_int64 2022-09-27T15:50:39.5935184Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_int64 2022-09-27T15:50:39.5954343Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:50:39.5960388Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:50:39.5988139Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:50:39.5994683Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:50:39.6012779Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_norm_cpu_float32 2022-09-27T15:50:39.6013386Z test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_int64 2022-09-27T15:50:39.6041982Z test_ops.py::TestCommonCPU::test_out__refs_pow_cpu_float32 2022-09-27T15:50:39.6079472Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_int64 2022-09-27T15:50:39.6087408Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_int64 2022-09-27T15:50:39.6099418Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_int64 2022-09-27T15:50:39.6135687Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_int64 2022-09-27T15:50:39.6160494Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_int64 2022-09-27T15:50:39.6183342Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_int64 2022-09-27T15:50:39.6201671Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_int64 2022-09-27T15:50:39.6215353Z test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_int64 2022-09-27T15:50:39.6244943Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_int64 2022-09-27T15:50:39.6265537Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_int64 2022-09-27T15:50:39.6272346Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_int64 2022-09-27T15:50:39.6309940Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_int64 2022-09-27T15:50:39.6343111Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_int64 2022-09-27T15:50:39.6354198Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_int64 2022-09-27T15:50:39.6381907Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_int64 2022-09-27T15:50:39.6393861Z test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_int64 2022-09-27T15:50:39.6412517Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_int64 2022-09-27T15:50:39.6439015Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_int64 2022-09-27T15:50:39.6446829Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_pow_cpu_float32 2022-09-27T15:50:39.6467671Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_int64 2022-09-27T15:50:39.6468515Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:50:39.6482126Z test_ops.py::TestCommonCPU::test_out__refs_real_cpu_float32 2022-09-27T15:50:39.6500432Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:50:39.6501257Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:50:39.6514290Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_real_cpu_float32 2022-09-27T15:50:39.6514951Z test_ops.py::TestCommonCPU::test_out__refs_reshape_as_cpu_float32 2022-09-27T15:50:39.6538168Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:50:39.6539047Z test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_int64 2022-09-27T15:50:39.6556608Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_reshape_as_cpu_float32 2022-09-27T15:50:39.6557230Z test_ops.py::TestCommonCPU::test_out__refs_round_cpu_float32 2022-09-27T15:50:39.6572501Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_int64 2022-09-27T15:50:39.6609823Z test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_int64 2022-09-27T15:50:39.6655030Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_int64 2022-09-27T15:50:39.6655707Z test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_int64 2022-09-27T15:50:39.6656234Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_round_cpu_float32 2022-09-27T15:50:39.6660657Z test_ops.py::TestCommonCPU::test_out__refs_sigmoid_cpu_float32 2022-09-27T15:50:39.6674405Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_int64 2022-09-27T15:50:39.6676417Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_cpu_float32 2022-09-27T15:50:39.6716142Z test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_int64 2022-09-27T15:50:39.6716781Z test_ops.py::TestCommonCPU::test_out_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:50:39.6750821Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_int64 2022-09-27T15:50:39.6763009Z test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_int64 2022-09-27T15:50:39.6769025Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_int64 2022-09-27T15:50:39.6810886Z test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_float32 2022-09-27T15:50:39.6828540Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_float32 2022-09-27T15:50:39.6858374Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_float32 2022-09-27T15:50:39.6864846Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_float32 2022-09-27T15:50:39.6905642Z test_ops.py::TestCommonCPU::test_multiple_devices_symeig_cpu_float32 2022-09-27T15:50:39.6940736Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_symeig_cpu_float32 2022-09-27T15:50:39.6942581Z test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_int64 2022-09-27T15:50:39.6947906Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sigmoid_cpu_float32 2022-09-27T15:50:39.7026709Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_int64 2022-09-27T15:50:39.7027555Z test_ops.py::TestCommonCPU::test_out__refs_sinc_cpu_float32 2022-09-27T15:50:39.7028142Z test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_int64 2022-09-27T15:50:39.7032038Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_int64 2022-09-27T15:50:39.7045319Z test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_int64 2022-09-27T15:50:39.7074831Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_int64 2022-09-27T15:50:39.7076027Z test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_int64 2022-09-27T15:50:39.7085107Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sinc_cpu_float32 2022-09-27T15:50:39.7089203Z test_ops.py::TestCommonCPU::test_out__refs_special_i1_cpu_float32 2022-09-27T15:50:39.7108467Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_int64 2022-09-27T15:50:39.7141984Z test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_int64 2022-09-27T15:50:39.7164553Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_int64 2022-09-27T15:50:39.7177629Z test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_int64 2022-09-27T15:50:39.7185993Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_i1_cpu_float32 2022-09-27T15:50:39.7209419Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_int64 2022-09-27T15:50:39.7210246Z test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_int64 2022-09-27T15:50:39.7238300Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:50:39.7250492Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_int64 2022-09-27T15:50:39.7281463Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_float32 2022-09-27T15:50:39.7326504Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_float32 2022-09-27T15:50:39.7327186Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_glu_cpu_float32 2022-09-27T15:50:39.7327756Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_int64 2022-09-27T15:50:39.7328322Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:50:39.7332910Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_int64 2022-09-27T15:50:39.7354446Z test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_float32 2022-09-27T15:50:39.7362028Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:50:39.7379096Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mish_cpu_float32 2022-09-27T15:50:39.7379777Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_float32 2022-09-27T15:50:39.7399637Z test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_float32 2022-09-27T15:50:39.7415381Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mish_cpu_float32 2022-09-27T15:50:39.7416030Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:50:39.7447436Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_float32 2022-09-27T15:50:39.7448076Z test_ops.py::TestCommonCPU::test_multiple_devices_uniform_cpu_float32 2022-09-27T15:50:39.7460661Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:50:39.7492813Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_uniform_cpu_float32 2022-09-27T15:50:39.7493732Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_selu_cpu_float32 2022-09-27T15:50:39.7494281Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_int64 2022-09-27T15:50:39.7506050Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_selu_cpu_float32 2022-09-27T15:50:39.7506646Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:50:39.7544323Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_int64 2022-09-27T15:50:39.7545045Z test_ops.py::TestCommonCPU::test_multiple_devices_var_mean_cpu_float32 2022-09-27T15:50:39.7552061Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:50:39.7597096Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_var_mean_cpu_float32 2022-09-27T15:50:39.7597815Z test_ops.py::TestCommonCPU::test_out__refs_positive_cpu_float32 2022-09-27T15:50:39.7598336Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_float32 2022-09-27T15:50:39.7607518Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_positive_cpu_float32 2022-09-27T15:50:39.7614628Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_float32 2022-09-27T15:50:39.7646430Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:50:39.7648032Z test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_float32 2022-09-27T15:50:39.7649832Z test_ops.py::TestCommonCPU::test_out__refs_square_cpu_float32 2022-09-27T15:50:39.7662790Z test_ops.py::TestCommonCPU::test_out__refs_ravel_cpu_float32 2022-09-27T15:50:39.7754778Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_float32 2022-09-27T15:50:39.7755505Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_ravel_cpu_float32 2022-09-27T15:50:39.7759498Z test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_float32 2022-09-27T15:50:39.7760053Z test_ops.py::TestCommonCPU::test_out__refs_repeat_cpu_float32 2022-09-27T15:50:39.7760781Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_float32 2022-09-27T15:50:39.7762481Z test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_float32 2022-09-27T15:50:39.7768226Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_repeat_cpu_float32 2022-09-27T15:50:39.7776672Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_float32 2022-09-27T15:50:39.7784481Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_square_cpu_float32 2022-09-27T15:50:39.7857489Z test_ops.py::TestCommonCPU::test_out__refs_rot90_cpu_float32 2022-09-27T15:50:39.7875425Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_float32 2022-09-27T15:50:39.7875977Z test_ops.py::TestCommonCPU::test_out__refs_std_mean_cpu_float32 2022-09-27T15:50:39.7876506Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_rot90_cpu_float32 2022-09-27T15:50:39.7877117Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_float32 2022-09-27T15:50:39.7877646Z test_ops.py::TestCommonCPU::test_out__refs_sgn_cpu_float32 2022-09-27T15:50:39.7878137Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___getitem___cpu_bool 2022-09-27T15:50:39.7878671Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_std_mean_cpu_float32 2022-09-27T15:50:39.7931763Z test_ops.py::TestCommonCPU::test_out__refs_t_cpu_float32 2022-09-27T15:50:39.7932199Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_t_cpu_float32 2022-09-27T15:50:39.7932627Z test_ops.py::TestCommonCPU::test_out__refs_to_cpu_float32 2022-09-27T15:50:39.7979155Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sgn_cpu_float32 2022-09-27T15:50:39.7981273Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_to_cpu_float32 2022-09-27T15:50:39.7981888Z test_ops.py::TestCommonCPU::test_out__refs_sin_cpu_float32 2022-09-27T15:50:39.7985312Z test_ops.py::TestCommonCPU::test_out__refs_tril_indices_cpu_int64 2022-09-27T15:50:39.7997277Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___getitem___cpu_bool 2022-09-27T15:50:39.7998566Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rmul___cpu_bool 2022-09-27T15:50:39.8044990Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_tril_indices_cpu_int64 2022-09-27T15:50:39.8046857Z test_ops.py::TestCommonCPU::test_out__refs_trunc_cpu_float32 2022-09-27T15:50:39.8078143Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sin_cpu_float32 2022-09-27T15:50:39.8080046Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___rmul___cpu_bool 2022-09-27T15:50:39.8082955Z test_ops.py::TestCommonCPU::test_out__refs_special_i0e_cpu_float32 2022-09-27T15:50:39.8144613Z test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_prod_cpu_bool 2022-09-27T15:50:39.8145979Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_trunc_cpu_float32 2022-09-27T15:50:39.8146538Z test_ops.py::TestCommonCPU::test_out__refs_unsqueeze_cpu_float32 2022-09-27T15:50:39.8167530Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_unsqueeze_cpu_float32 2022-09-27T15:50:39.8169051Z test_ops.py::TestCommonCPU::test_out__refs_view_cpu_float32 2022-09-27T15:50:39.8214614Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_i0e_cpu_float32 2022-09-27T15:50:39.8215250Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:50:39.8215779Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_view_cpu_float32 2022-09-27T15:50:39.8270470Z test_ops.py::TestCommonCPU::test_out__refs_zeros_cpu_float32 2022-09-27T15:50:39.8274599Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_zeros_cpu_float32 2022-09-27T15:50:39.8306744Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:50:39.8307330Z test_ops.py::TestCommonCPU::test_out_add_cpu_float32 2022-09-27T15:50:39.8504631Z test_ops.py::TestCommonCPU::test_out_linalg_qr_cpu_float32 2022-09-27T15:50:39.8505306Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:50:39.8593241Z test_ops.py::TestCommonCPU::test_out__refs_sqrt_cpu_float32 2022-09-27T15:50:39.8593787Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sqrt_cpu_float32 2022-09-27T15:50:39.8634519Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_add_cpu_float32 2022-09-27T15:50:39.8635094Z test_ops.py::TestCommonCPU::test_out__refs_std_cpu_float32 2022-09-27T15:50:39.8744586Z test_ops.py::TestCommonCPU::test_out_addmm_cpu_float32 2022-09-27T15:50:39.8745116Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_addmm_cpu_float32 2022-09-27T15:50:39.8745787Z test_ops.py::TestCommonCPU::test_out_all_cpu_float32 2022-09-27T15:50:39.8773383Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_prod_cpu_bool 2022-09-27T15:50:39.8853464Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_add_cpu_bool 2022-09-27T15:50:39.8883590Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_add_cpu_bool 2022-09-27T15:50:39.8931829Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_amin_cpu_bool 2022-09-27T15:50:39.8932280Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_all_cpu_float32 2022-09-27T15:50:39.8974828Z test_ops.py::TestCommonCPU::test_out_aminmax_cpu_float32 2022-09-27T15:50:39.8983615Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_amin_cpu_bool 2022-09-27T15:50:39.9144765Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_argsort_cpu_bool 2022-09-27T15:50:39.9154283Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_argsort_cpu_bool 2022-09-27T15:50:39.9183113Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_asin_cpu_bool 2022-09-27T15:50:39.9192998Z [gw0] [ 14%] XFAIL test_ops.py::TestCommonCPU::test_out_aminmax_cpu_float32 2022-09-27T15:50:39.9208771Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_asin_cpu_bool 2022-09-27T15:50:39.9212433Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atanh_cpu_bool 2022-09-27T15:50:39.9239455Z test_ops.py::TestCommonCPU::test_out_argmax_cpu_float32 2022-09-27T15:50:39.9247654Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_std_cpu_float32 2022-09-27T15:50:39.9253364Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atanh_cpu_bool 2022-09-27T15:50:39.9262956Z test_ops.py::TestCommonCPU::test_out__refs_sum_to_size_cpu_float32 2022-09-27T15:50:39.9282745Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bfloat16_cpu_bool 2022-09-27T15:50:39.9295758Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sum_to_size_cpu_float32 2022-09-27T15:50:39.9316200Z test_ops.py::TestCommonCPU::test_out__refs_tensor_split_cpu_float32 2022-09-27T15:50:39.9329067Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bfloat16_cpu_bool 2022-09-27T15:50:39.9337790Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_xor_cpu_bool 2022-09-27T15:50:39.9350703Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_tensor_split_cpu_float32 2022-09-27T15:50:39.9357712Z test_ops.py::TestCommonCPU::test_out__refs_tril_cpu_float32 2022-09-27T15:50:39.9367872Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_argmax_cpu_float32 2022-09-27T15:50:39.9399923Z test_ops.py::TestCommonCPU::test_out_as_strided_cpu_float32 2022-09-27T15:50:39.9412883Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_as_strided_cpu_float32 2022-09-27T15:50:39.9425525Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_xor_cpu_bool 2022-09-27T15:50:39.9428614Z test_ops.py::TestCommonCPU::test_out_atan2_cpu_float32 2022-09-27T15:50:39.9485803Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_to_cpu_bool 2022-09-27T15:50:39.9498340Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_to_cpu_bool 2022-09-27T15:50:39.9552344Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_chalf_cpu_bool 2022-09-27T15:50:39.9564835Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_chalf_cpu_bool 2022-09-27T15:50:39.9576620Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_min_cpu_bool 2022-09-27T15:50:39.9588356Z [gw2] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_tril_cpu_float32 2022-09-27T15:50:39.9648628Z test_ops.py::TestCommonCPU::test_out__refs_true_divide_cpu_float32 2022-09-27T15:50:39.9659000Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_min_cpu_bool 2022-09-27T15:50:39.9667073Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_cpu_bool 2022-09-27T15:50:39.9678063Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_atan2_cpu_float32 2022-09-27T15:50:39.9699245Z test_ops.py::TestCommonCPU::test_out_atleast_2d_cpu_float32 2022-09-27T15:50:39.9709832Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_cpu_bool 2022-09-27T15:50:39.9717411Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_copysign_cpu_bool 2022-09-27T15:50:39.9728402Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_atleast_2d_cpu_float32 2022-09-27T15:50:39.9759887Z test_ops.py::TestCommonCPU::test_out_bfloat16_cpu_float32 2022-09-27T15:50:39.9767879Z [gw0] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_bfloat16_cpu_float32 2022-09-27T15:50:39.9806850Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_qr_cpu_float32 2022-09-27T15:50:39.9807512Z test_ops.py::TestCommonCPU::test_out_bitwise_not_cpu_int64 2022-09-27T15:50:39.9810175Z test_ops.py::TestCommonCPU::test_out_linalg_solve_triangular_cpu_float32 2022-09-27T15:50:39.9825617Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_copysign_cpu_bool 2022-09-27T15:50:39.9861638Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummax_cpu_bool 2022-09-27T15:50:39.9870224Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_not_cpu_int64 2022-09-27T15:50:39.9884090Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummax_cpu_bool 2022-09-27T15:50:39.9885924Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_embed_cpu_bool 2022-09-27T15:50:39.9924027Z test_ops.py::TestCommonCPU::test_out_block_diag_cpu_float32 2022-09-27T15:50:39.9935680Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_block_diag_cpu_float32 2022-09-27T15:50:39.9974632Z test_ops.py::TestCommonCPU::test_out_broadcast_tensors_cpu_float32 2022-09-27T15:50:39.9976699Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_embed_cpu_bool 2022-09-27T15:50:39.9990114Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_broadcast_tensors_cpu_float32 2022-09-27T15:50:39.9995483Z test_ops.py::TestCommonCPU::test_out_cartesian_prod_cpu_float32 2022-09-27T15:50:40.0002559Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diff_cpu_bool 2022-09-27T15:50:40.0011412Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_true_divide_cpu_float32 2022-09-27T15:50:40.0019902Z test_ops.py::TestCommonCPU::test_out__refs_unfold_copy_cpu_float32 2022-09-27T15:50:40.0030897Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_cartesian_prod_cpu_float32 2022-09-27T15:50:40.0072690Z test_ops.py::TestCommonCPU::test_out_chalf_cpu_float32 2022-09-27T15:50:40.0074851Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_unfold_copy_cpu_float32 2022-09-27T15:50:40.0085457Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_chalf_cpu_float32 2022-09-27T15:50:40.0087136Z test_ops.py::TestCommonCPU::test_out__refs_view_as_cpu_float32 2022-09-27T15:50:40.0117814Z test_ops.py::TestCommonCPU::test_out_cholesky_solve_cpu_float32 2022-09-27T15:50:40.0130229Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_view_as_cpu_float32 2022-09-27T15:50:40.0163661Z test_ops.py::TestCommonCPU::test_out__refs_where_cpu_float32 2022-09-27T15:50:40.0174754Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out__refs_where_cpu_float32 2022-09-27T15:50:40.0257065Z test_ops.py::TestCommonCPU::test_out_acosh_cpu_float32 2022-09-27T15:50:40.0268979Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_acosh_cpu_float32 2022-09-27T15:50:40.0396072Z test_ops.py::TestCommonCPU::test_out_addcmul_cpu_float32 2022-09-27T15:50:40.0408050Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diff_cpu_bool 2022-09-27T15:50:40.0433550Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_dsplit_cpu_bool 2022-09-27T15:50:40.0444914Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_cholesky_solve_cpu_float32 2022-09-27T15:50:40.0452081Z test_ops.py::TestCommonCPU::test_out_clamp_min_cpu_float32 2022-09-27T15:50:40.0462956Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_dsplit_cpu_bool 2022-09-27T15:50:40.0548187Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_eq_cpu_bool 2022-09-27T15:50:40.0558373Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_eq_cpu_bool 2022-09-27T15:50:40.0593928Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfinv_cpu_bool 2022-09-27T15:50:40.0604341Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfinv_cpu_bool 2022-09-27T15:50:40.0618948Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_addcmul_cpu_float32 2022-09-27T15:50:40.0619697Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_cpu_bool 2022-09-27T15:50:40.0675975Z test_ops.py::TestCommonCPU::test_out_addr_cpu_float32 2022-09-27T15:50:40.0688871Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_cpu_bool 2022-09-27T15:50:40.0698637Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_clamp_min_cpu_float32 2022-09-27T15:50:40.0705828Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft_cpu_bool 2022-09-27T15:50:40.0780639Z test_ops.py::TestCommonCPU::test_out_complex_cpu_float32 2022-09-27T15:50:40.0791364Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft_cpu_bool 2022-09-27T15:50:40.0802476Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_addr_cpu_float32 2022-09-27T15:50:40.0805325Z test_ops.py::TestCommonCPU::test_out_amin_cpu_float32 2022-09-27T15:50:40.0886656Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft_cpu_bool 2022-09-27T15:50:40.0898094Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft_cpu_bool 2022-09-27T15:50:40.0980680Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftn_cpu_bool 2022-09-27T15:50:40.0996730Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_complex_cpu_float32 2022-09-27T15:50:40.1008381Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftn_cpu_bool 2022-09-27T15:50:40.1009046Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfftn_cpu_bool 2022-09-27T15:50:40.1039715Z test_ops.py::TestCommonCPU::test_out_contiguous_cpu_float32 2022-09-27T15:50:40.1051194Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_contiguous_cpu_float32 2022-09-27T15:50:40.1099532Z test_ops.py::TestCommonCPU::test_out_cosh_cpu_float32 2022-09-27T15:50:40.1110352Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfftn_cpu_bool 2022-09-27T15:50:40.1145287Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft2_cpu_bool 2022-09-27T15:50:40.1157763Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_cosh_cpu_float32 2022-09-27T15:50:40.1192240Z test_ops.py::TestCommonCPU::test_out_cummax_cpu_float32 2022-09-27T15:50:40.1206119Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft2_cpu_bool 2022-09-27T15:50:40.1243532Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flatten_cpu_bool 2022-09-27T15:50:40.1258503Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_amin_cpu_float32 2022-09-27T15:50:40.1259761Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_flatten_cpu_bool 2022-09-27T15:50:40.1271915Z test_ops.py::TestCommonCPU::test_out_arange_cpu_float32 2022-09-27T15:50:40.1286518Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_cpu_bool 2022-09-27T15:50:40.1297971Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_cummax_cpu_float32 2022-09-27T15:50:40.1326934Z test_ops.py::TestCommonCPU::test_out_cumulative_trapezoid_cpu_float32 2022-09-27T15:50:40.1341386Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_cpu_bool 2022-09-27T15:50:40.1345640Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_full_like_cpu_bool 2022-09-27T15:50:40.1357374Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_cumulative_trapezoid_cpu_float32 2022-09-27T15:50:40.1401197Z test_ops.py::TestCommonCPU::test_out_diagflat_cpu_float32 2022-09-27T15:50:40.1403429Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_full_like_cpu_bool 2022-09-27T15:50:40.1415994Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_diagflat_cpu_float32 2022-09-27T15:50:40.1416603Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_half_cpu_bool 2022-09-27T15:50:40.1467973Z test_ops.py::TestCommonCPU::test_out_digamma_cpu_float32 2022-09-27T15:50:40.1478083Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_half_cpu_bool 2022-09-27T15:50:40.1504349Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_i0_cpu_bool 2022-09-27T15:50:40.1517987Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_digamma_cpu_float32 2022-09-27T15:50:40.1528954Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_i0_cpu_bool 2022-09-27T15:50:40.1529654Z test_ops.py::TestCommonCPU::test_out_div_trunc_rounding_cpu_float32 2022-09-27T15:50:40.1591332Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_put_cpu_bool 2022-09-27T15:50:40.1602346Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_put_cpu_bool 2022-09-27T15:50:40.1643094Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isfinite_cpu_bool 2022-09-27T15:50:40.1656516Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isfinite_cpu_bool 2022-09-27T15:50:40.1692587Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isposinf_cpu_bool 2022-09-27T15:50:40.1705074Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isposinf_cpu_bool 2022-09-27T15:50:40.1735351Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_cpu_bool 2022-09-27T15:50:40.1747681Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_cpu_bool 2022-09-27T15:50:40.1794455Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ldexp_cpu_bool 2022-09-27T15:50:40.1807955Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_div_trunc_rounding_cpu_float32 2022-09-27T15:50:40.1846107Z test_ops.py::TestCommonCPU::test_out_dstack_cpu_float32 2022-09-27T15:50:40.1851457Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_arange_cpu_float32 2022-09-27T15:50:40.1860409Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ldexp_cpu_bool 2022-09-27T15:50:40.1863537Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log1p_cpu_bool 2022-09-27T15:50:40.1902192Z test_ops.py::TestCommonCPU::test_out_argwhere_cpu_float32 2022-09-27T15:50:40.1905986Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_dstack_cpu_float32 2022-09-27T15:50:40.1916581Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_log1p_cpu_bool 2022-09-27T15:50:40.1931166Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_argwhere_cpu_float32 2022-09-27T15:50:40.1936478Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_and_cpu_bool 2022-09-27T15:50:40.1937047Z test_ops.py::TestCommonCPU::test_out_eq_cpu_float32 2022-09-27T15:50:40.1990113Z test_ops.py::TestCommonCPU::test_out_asinh_cpu_float32 2022-09-27T15:50:40.2001801Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_asinh_cpu_float32 2022-09-27T15:50:40.2012336Z test_ops.py::TestCommonCPU::test_out_atleast_1d_cpu_float32 2022-09-27T15:50:40.2023968Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_and_cpu_bool 2022-09-27T15:50:40.2042237Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logit_cpu_bool 2022-09-27T15:50:40.2055701Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_atleast_1d_cpu_float32 2022-09-27T15:50:40.2083272Z test_ops.py::TestCommonCPU::test_out_bernoulli_cpu_float32 2022-09-27T15:50:40.2094875Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logit_cpu_bool 2022-09-27T15:50:40.2099242Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mH_cpu_bool 2022-09-27T15:50:40.2111493Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_eq_cpu_float32 2022-09-27T15:50:40.2148767Z test_ops.py::TestCommonCPU::test_out_erfinv_cpu_float32 2022-09-27T15:50:40.2159144Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_mH_cpu_bool 2022-09-27T15:50:40.2176036Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_select_cpu_bool 2022-09-27T15:50:40.2188324Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_erfinv_cpu_float32 2022-09-27T15:50:40.2199995Z [gw2] [ 15%] XFAIL test_ops.py::TestCommonCPU::test_out_bernoulli_cpu_float32 2022-09-27T15:50:40.2200803Z test_ops.py::TestCommonCPU::test_out_bitwise_left_shift_cpu_int64 2022-09-27T15:50:40.2231090Z test_ops.py::TestCommonCPU::test_out_expand_cpu_float32 2022-09-27T15:50:40.2240546Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_select_cpu_bool 2022-09-27T15:50:40.2252180Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_expand_cpu_float32 2022-09-27T15:50:40.2252876Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_maximum_cpu_bool 2022-09-27T15:50:40.2332134Z test_ops.py::TestCommonCPU::test_out_fft_fft_cpu_float32 2022-09-27T15:50:40.2345682Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_maximum_cpu_bool 2022-09-27T15:50:40.2358200Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_left_shift_cpu_int64 2022-09-27T15:50:40.2358950Z test_ops.py::TestCommonCPU::test_out_bitwise_xor_cpu_int64 2022-09-27T15:50:40.2392799Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_no_dim_cpu_bool 2022-09-27T15:50:40.2402979Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_no_dim_cpu_bool 2022-09-27T15:50:40.2445017Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_movedim_cpu_bool 2022-09-27T15:50:40.2453770Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_movedim_cpu_bool 2022-09-27T15:50:40.2502531Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nansum_cpu_bool 2022-09-27T15:50:40.2513794Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_xor_cpu_int64 2022-09-27T15:50:40.2525805Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_fft_fft_cpu_float32 2022-09-27T15:50:40.2528349Z test_ops.py::TestCommonCPU::test_out_broadcast_shapes_cpu_float32 2022-09-27T15:50:40.2555988Z test_ops.py::TestCommonCPU::test_out_fft_hfft_cpu_float32 2022-09-27T15:50:40.2568254Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_broadcast_shapes_cpu_float32 2022-09-27T15:50:40.2582094Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nansum_cpu_bool 2022-09-27T15:50:40.2583692Z test_ops.py::TestCommonCPU::test_out_byte_cpu_float32 2022-09-27T15:50:40.2602425Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_cpu_bool 2022-09-27T15:50:40.2614409Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_cpu_bool 2022-09-27T15:50:40.2619167Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_zeros_cpu_bool 2022-09-27T15:50:40.2631613Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_byte_cpu_float32 2022-09-27T15:50:40.2671747Z test_ops.py::TestCommonCPU::test_out_ceil_cpu_float32 2022-09-27T15:50:40.2682248Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_zeros_cpu_bool 2022-09-27T15:50:40.2691960Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_constant_cpu_bool 2022-09-27T15:50:40.2703539Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_ceil_cpu_float32 2022-09-27T15:50:40.2770141Z test_ops.py::TestCommonCPU::test_out_cholesky_inverse_cpu_float32 2022-09-27T15:50:40.2781285Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_fft_hfft_cpu_float32 2022-09-27T15:50:40.2824550Z test_ops.py::TestCommonCPU::test_out_fft_ifftn_cpu_float32 2022-09-27T15:50:40.2836303Z [gw2] [ 15%] XFAIL test_ops.py::TestCommonCPU::test_out_cholesky_inverse_cpu_float32 2022-09-27T15:50:40.2912417Z test_ops.py::TestCommonCPU::test_out_clamp_max_cpu_float32 2022-09-27T15:50:40.2923043Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_constant_cpu_bool 2022-09-27T15:50:40.2957513Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_cpu_bool 2022-09-27T15:50:40.2967835Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_cpu_bool 2022-09-27T15:50:40.3039576Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_0_cpu_bool 2022-09-27T15:50:40.3049876Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_0_cpu_bool 2022-09-27T15:50:40.3075361Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_4_cpu_bool 2022-09-27T15:50:40.3079061Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_4_cpu_bool 2022-09-27T15:50:40.3090149Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_fft_ifftn_cpu_float32 2022-09-27T15:50:40.3090860Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ravel_cpu_bool 2022-09-27T15:50:40.3099019Z test_ops.py::TestCommonCPU::test_out_fft_ihfftn_cpu_float32 2022-09-27T15:50:40.3109507Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_clamp_max_cpu_float32 2022-09-27T15:50:40.3133788Z test_ops.py::TestCommonCPU::test_out_combinations_cpu_float32 2022-09-27T15:50:40.3148561Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ravel_cpu_bool 2022-09-27T15:50:40.3159312Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_combinations_cpu_float32 2022-09-27T15:50:40.3162433Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_interleave_cpu_bool 2022-09-27T15:50:40.3192576Z test_ops.py::TestCommonCPU::test_out_constant_pad_nd_cpu_float32 2022-09-27T15:50:40.3202935Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_constant_pad_nd_cpu_float32 2022-09-27T15:50:40.3218013Z test_ops.py::TestCommonCPU::test_out_cos_cpu_float32 2022-09-27T15:50:40.3225634Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_interleave_cpu_bool 2022-09-27T15:50:40.3238953Z [gw0] [ 15%] XFAIL test_ops.py::TestCommonCPU::test_out_fft_ihfftn_cpu_float32 2022-09-27T15:50:40.3272858Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_solve_triangular_cpu_float32 2022-09-27T15:50:40.3273593Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize_as__cpu_bool 2022-09-27T15:50:40.3274378Z test_ops.py::TestCommonCPU::test_out_linalg_tensorsolve_cpu_float32 2022-09-27T15:50:40.3299517Z test_ops.py::TestCommonCPU::test_out_fft_rfft2_cpu_float32 2022-09-27T15:50:40.3313691Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize_as__cpu_bool 2022-09-27T15:50:40.3328083Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_cos_cpu_float32 2022-09-27T15:50:40.3328721Z test_ops.py::TestCommonCPU::test_out_cross_cpu_float32 2022-09-27T15:50:40.3418380Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rot90_cpu_bool 2022-09-27T15:50:40.3430033Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_tensorsolve_cpu_float32 2022-09-27T15:50:40.3447036Z test_ops.py::TestCommonCPU::test_out_linspace_cpu_float32 2022-09-27T15:50:40.3461376Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_cross_cpu_float32 2022-09-27T15:50:40.3502815Z test_ops.py::TestCommonCPU::test_out_cumsum_cpu_float32 2022-09-27T15:50:40.3509811Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_rot90_cpu_bool 2022-09-27T15:50:40.3562017Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_fft_rfft2_cpu_float32 2022-09-27T15:50:40.3563162Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amax_cpu_bool 2022-09-27T15:50:40.3563722Z test_ops.py::TestCommonCPU::test_out_flatten_cpu_float32 2022-09-27T15:50:40.3564266Z [gw2] [ 15%] XFAIL test_ops.py::TestCommonCPU::test_out_cumsum_cpu_float32 2022-09-27T15:50:40.3566187Z test_ops.py::TestCommonCPU::test_out_diag_embed_cpu_float32 2022-09-27T15:50:40.3569207Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_flatten_cpu_float32 2022-09-27T15:50:40.3577220Z test_ops.py::TestCommonCPU::test_out_float_cpu_float32 2022-09-27T15:50:40.3583870Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_diag_embed_cpu_float32 2022-09-27T15:50:40.3650543Z test_ops.py::TestCommonCPU::test_out_diff_cpu_float32 2022-09-27T15:50:40.3651270Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_float_cpu_float32 2022-09-27T15:50:40.3685931Z test_ops.py::TestCommonCPU::test_out_fmax_cpu_float32 2022-09-27T15:50:40.3709932Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amax_cpu_bool 2022-09-27T15:50:40.3764338Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_cpu_bool 2022-09-27T15:50:40.3765152Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_cpu_bool 2022-09-27T15:50:40.3804862Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sigmoid_cpu_bool 2022-09-27T15:50:40.3823062Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sigmoid_cpu_bool 2022-09-27T15:50:40.3861687Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinc_cpu_bool 2022-09-27T15:50:40.3898357Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinc_cpu_bool 2022-09-27T15:50:40.3898969Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sort_cpu_bool 2022-09-27T15:50:40.3899483Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_fmax_cpu_float32 2022-09-27T15:50:40.4007516Z test_ops.py::TestCommonCPU::test_out_frexp_cpu_float32 2022-09-27T15:50:40.4032809Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_frexp_cpu_float32 2022-09-27T15:50:40.4182254Z test_ops.py::TestCommonCPU::test_out_ge_cpu_float32 2022-09-27T15:50:40.4189811Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_ge_cpu_float32 2022-09-27T15:50:40.4195794Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sort_cpu_bool 2022-09-27T15:50:40.4213974Z test_ops.py::TestCommonCPU::test_out_half_cpu_float32 2022-09-27T15:50:40.4237084Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y0_cpu_bool 2022-09-27T15:50:40.4237655Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_half_cpu_float32 2022-09-27T15:50:40.4251293Z test_ops.py::TestCommonCPU::test_out_histogramdd_cpu_float32 2022-09-27T15:50:40.4261352Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y0_cpu_bool 2022-09-27T15:50:40.4285110Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_v_cpu_bool 2022-09-27T15:50:40.4309836Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_v_cpu_bool 2022-09-27T15:50:40.4392807Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_h_cpu_bool 2022-09-27T15:50:40.4407223Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_h_cpu_bool 2022-09-27T15:50:40.4443148Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1e_cpu_bool 2022-09-27T15:50:40.4453245Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1e_cpu_bool 2022-09-27T15:50:40.4477536Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i0_cpu_bool 2022-09-27T15:50:40.4496343Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_linspace_cpu_float32 2022-09-27T15:50:40.4502713Z test_ops.py::TestCommonCPU::test_out_log_cpu_float32 2022-09-27T15:50:40.4505512Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_out_histogramdd_cpu_float32 2022-09-27T15:50:40.4540909Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i0_cpu_bool 2022-09-27T15:50:40.4541657Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtr_cpu_bool 2022-09-27T15:50:40.4569978Z test_ops.py::TestCommonCPU::test_out_i0_cpu_float32 2022-09-27T15:50:40.4624159Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtr_cpu_bool 2022-09-27T15:50:40.4627470Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_i0_cpu_float32 2022-09-27T15:50:40.4644991Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_log_cpu_float32 2022-09-27T15:50:40.4645626Z test_ops.py::TestCommonCPU::test_out_index_add_cpu_float32 2022-09-27T15:50:40.4647914Z test_ops.py::TestCommonCPU::test_out_logaddexp_cpu_float32 2022-09-27T15:50:40.4688646Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k1_cpu_bool 2022-09-27T15:50:40.4720665Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k1_cpu_bool 2022-09-27T15:50:40.4721423Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_w_cpu_bool 2022-09-27T15:50:40.4722053Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_logaddexp_cpu_float32 2022-09-27T15:50:40.4722597Z test_ops.py::TestCommonCPU::test_out_logical_not_cpu_float32 2022-09-27T15:50:40.4760904Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_w_cpu_bool 2022-09-27T15:50:40.4799623Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_cpu_bool 2022-09-27T15:50:40.4800335Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_cpu_bool 2022-09-27T15:50:40.4800895Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_logical_not_cpu_float32 2022-09-27T15:50:40.4801429Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_square_cpu_bool 2022-09-27T15:50:40.4846475Z test_ops.py::TestCommonCPU::test_out_logspace_cpu_float32 2022-09-27T15:50:40.4847103Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_square_cpu_bool 2022-09-27T15:50:40.4883498Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_to_size_cpu_bool 2022-09-27T15:50:40.4912307Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_index_add_cpu_float32 2022-09-27T15:50:40.4938168Z test_ops.py::TestCommonCPU::test_out_index_reduce_cpu_float32 2022-09-27T15:50:40.4944905Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_to_size_cpu_bool 2022-09-27T15:50:40.4986982Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tan_cpu_bool 2022-09-27T15:50:40.4995999Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_tan_cpu_bool 2022-09-27T15:50:40.5185180Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_cpu_bool 2022-09-27T15:50:40.5207442Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_cpu_bool 2022-09-27T15:50:40.5279996Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_triu_cpu_bool 2022-09-27T15:50:40.5280655Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_triu_cpu_bool 2022-09-27T15:50:40.5364461Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unfold_cpu_bool 2022-09-27T15:50:40.5365116Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_diff_cpu_float32 2022-09-27T15:50:40.5394692Z test_ops.py::TestCommonCPU::test_out_div_no_rounding_mode_cpu_float32 2022-09-27T15:50:40.5410739Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unfold_cpu_bool 2022-09-27T15:50:40.5456988Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_as_cpu_bool 2022-09-27T15:50:40.5476145Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_as_cpu_bool 2022-09-27T15:50:40.5537672Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_where_cpu_bool 2022-09-27T15:50:40.5567921Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_where_cpu_bool 2022-09-27T15:50:40.5614577Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_like_cpu_bool 2022-09-27T15:50:40.5638983Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_like_cpu_bool 2022-09-27T15:50:40.5639795Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_complex64 2022-09-27T15:50:40.5654056Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_div_no_rounding_mode_cpu_float32 2022-09-27T15:50:40.5672534Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_complex64 2022-09-27T15:50:40.5673281Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_float32 2022-09-27T15:50:40.5688926Z test_ops.py::TestCommonCPU::test_out_dsplit_cpu_float32 2022-09-27T15:50:40.5703863Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_float32 2022-09-27T15:50:40.5710153Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_int64 2022-09-27T15:50:40.5726250Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_dsplit_cpu_float32 2022-09-27T15:50:40.5726895Z test_ops.py::TestCommonCPU::test_out_empty_like_cpu_float32 2022-09-27T15:50:40.5733943Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_int64 2022-09-27T15:50:40.5754895Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_int64 2022-09-27T15:50:40.5760844Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_int64 2022-09-27T15:50:40.5770932Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_empty_like_cpu_float32 2022-09-27T15:50:40.5782780Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_index_reduce_cpu_float32 2022-09-27T15:50:40.5796311Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmod___cpu_float32 2022-09-27T15:50:40.5796858Z test_ops.py::TestCommonCPU::test_out_erfc_cpu_float32 2022-09-27T15:50:40.5805532Z test_ops.py::TestCommonCPU::test_out_isclose_cpu_float32 2022-09-27T15:50:40.5812451Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmod___cpu_float32 2022-09-27T15:50:40.5826184Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___ror___cpu_int64 2022-09-27T15:50:40.5832999Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_isclose_cpu_float32 2022-09-27T15:50:40.5850890Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___ror___cpu_int64 2022-09-27T15:50:40.5851535Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_complex64 2022-09-27T15:50:40.5883909Z test_ops.py::TestCommonCPU::test_out_isnan_cpu_float32 2022-09-27T15:50:40.5884581Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_complex64 2022-09-27T15:50:40.5885184Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amax_cpu_float32 2022-09-27T15:50:40.5897269Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_isnan_cpu_float32 2022-09-27T15:50:40.5902887Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_erfc_cpu_float32 2022-09-27T15:50:40.5924462Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amax_cpu_float32 2022-09-27T15:50:40.5925046Z test_ops.py::TestCommonCPU::test_out_istft_cpu_float32 2022-09-27T15:50:40.5925567Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmax_cpu_float32 2022-09-27T15:50:40.5941089Z test_ops.py::TestCommonCPU::test_out_expand_as_cpu_float32 2022-09-27T15:50:40.5952653Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmax_cpu_float32 2022-09-27T15:50:40.5962296Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_expand_as_cpu_float32 2022-09-27T15:50:40.5967656Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_istft_cpu_float32 2022-09-27T15:50:40.5988289Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_complex64 2022-09-27T15:50:40.5989029Z test_ops.py::TestCommonCPU::test_out_fft_fft2_cpu_float32 2022-09-27T15:50:40.5989568Z test_ops.py::TestCommonCPU::test_out_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:50:40.5997264Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_complex64 2022-09-27T15:50:40.6013900Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_float32 2022-09-27T15:50:40.6023840Z [gw0] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_out_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:50:40.6037491Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_float32 2022-09-27T15:50:40.6038305Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logsumexp_cpu_float32 2022-09-27T15:50:40.6053128Z test_ops.py::TestCommonCPU::test_out_lcm_cpu_int64 2022-09-27T15:50:40.6066936Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logsumexp_cpu_float32 2022-09-27T15:50:40.6088550Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_int64 2022-09-27T15:50:40.6099291Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_int64 2022-09-27T15:50:40.6128503Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_normalize_cpu_float32 2022-09-27T15:50:40.6135318Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_normalize_cpu_float32 2022-09-27T15:50:40.6157223Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_softmax_cpu_float32 2022-09-27T15:50:40.6168943Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_softmax_cpu_float32 2022-09-27T15:50:40.6191939Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_int64 2022-09-27T15:50:40.6200224Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_lcm_cpu_int64 2022-09-27T15:50:40.6215614Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_int64 2022-09-27T15:50:40.6216310Z test_ops.py::TestCommonCPU::test_out_lgamma_cpu_float32 2022-09-27T15:50:40.6231827Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_complex64 2022-09-27T15:50:40.6243452Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_complex64 2022-09-27T15:50:40.6265844Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_float32 2022-09-27T15:50:40.6298956Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_float32 2022-09-27T15:50:40.6299582Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_int64 2022-09-27T15:50:40.6306247Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_int64 2022-09-27T15:50:40.6313928Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_fft_fft2_cpu_float32 2022-09-27T15:50:40.6350188Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_lgamma_cpu_float32 2022-09-27T15:50:40.6351729Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_complex64 2022-09-27T15:50:40.6352342Z test_ops.py::TestCommonCPU::test_out_linalg_cross_cpu_float32 2022-09-27T15:50:40.6352922Z test_ops.py::TestCommonCPU::test_out_fft_hfft2_cpu_float32 2022-09-27T15:50:40.6358454Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_complex64 2022-09-27T15:50:40.6379230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_float32 2022-09-27T15:50:40.6392134Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_float32 2022-09-27T15:50:40.6414451Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_complex64 2022-09-27T15:50:40.6435992Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_complex64 2022-09-27T15:50:40.6436597Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_float32 2022-09-27T15:50:40.6447180Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_cross_cpu_float32 2022-09-27T15:50:40.6462802Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_float32 2022-09-27T15:50:40.6463449Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_int64 2022-09-27T15:50:40.6482103Z test_ops.py::TestCommonCPU::test_out_linalg_eigh_cpu_float32 2022-09-27T15:50:40.6496826Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_int64 2022-09-27T15:50:40.6523138Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_complex64 2022-09-27T15:50:40.6535259Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_complex64 2022-09-27T15:50:40.6551375Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_float32 2022-09-27T15:50:40.6564854Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_float32 2022-09-27T15:50:40.6588764Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_float32 2022-09-27T15:50:40.6602600Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_float32 2022-09-27T15:50:40.6619188Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_float32 2022-09-27T15:50:40.6631257Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_float32 2022-09-27T15:50:40.6657541Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_int64 2022-09-27T15:50:40.6667957Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_int64 2022-09-27T15:50:40.6668578Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_fft_hfft2_cpu_float32 2022-09-27T15:50:40.6688435Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_float32 2022-09-27T15:50:40.6688960Z test_ops.py::TestCommonCPU::test_out_fft_ifft_cpu_float32 2022-09-27T15:50:40.6702920Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_float32 2022-09-27T15:50:40.6720061Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_float32 2022-09-27T15:50:40.6731922Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_float32 2022-09-27T15:50:40.6751590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_complex64 2022-09-27T15:50:40.6767301Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_complex64 2022-09-27T15:50:40.6785509Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_float32 2022-09-27T15:50:40.6798071Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_float32 2022-09-27T15:50:40.6823886Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_int64 2022-09-27T15:50:40.6833577Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_int64 2022-09-27T15:50:40.6849080Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_eigh_cpu_float32 2022-09-27T15:50:40.6849676Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_complex64 2022-09-27T15:50:40.6873215Z test_ops.py::TestCommonCPU::test_out_linalg_inv_cpu_float32 2022-09-27T15:50:40.6884575Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_complex64 2022-09-27T15:50:40.6901325Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_int64 2022-09-27T15:50:40.6911805Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_int64 2022-09-27T15:50:40.6938530Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_complex64 2022-09-27T15:50:40.6947716Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_complex64 2022-09-27T15:50:40.6972609Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_float32 2022-09-27T15:50:40.6982396Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_float32 2022-09-27T15:50:40.7005938Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_int64 2022-09-27T15:50:40.7037528Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_int64 2022-09-27T15:50:40.7038937Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_complex64 2022-09-27T15:50:40.7045841Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_fft_ifft_cpu_float32 2022-09-27T15:50:40.7052468Z test_ops.py::TestCommonCPU::test_out_fft_ihfft_cpu_float32 2022-09-27T15:50:40.7067080Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_complex64 2022-09-27T15:50:40.7083338Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_complex64 2022-09-27T15:50:40.7096344Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_complex64 2022-09-27T15:50:40.7100510Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_and_cpu_int64 2022-09-27T15:50:40.7113289Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_inv_cpu_float32 2022-09-27T15:50:40.7125252Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_solve_cpu_float32 2022-09-27T15:50:40.7131498Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_and_cpu_int64 2022-09-27T15:50:40.7153145Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_right_shift_cpu_int64 2022-09-27T15:50:40.7164601Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_right_shift_cpu_int64 2022-09-27T15:50:40.7185315Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_int64 2022-09-27T15:50:40.7200949Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_int64 2022-09-27T15:50:40.7221880Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_complex64 2022-09-27T15:50:40.7229022Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_complex64 2022-09-27T15:50:40.7253765Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_complex64 2022-09-27T15:50:40.7266534Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_complex64 2022-09-27T15:50:40.7287485Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_float32 2022-09-27T15:50:40.7301524Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_float32 2022-09-27T15:50:40.7323672Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_complex64 2022-09-27T15:50:40.7336033Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_complex64 2022-09-27T15:50:40.7350032Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_float32 2022-09-27T15:50:40.7358960Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_fft_ihfft_cpu_float32 2022-09-27T15:50:40.7376279Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_float32 2022-09-27T15:50:40.7377017Z test_ops.py::TestCommonCPU::test_out_fft_irfftn_cpu_float32 2022-09-27T15:50:40.7396346Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_int64 2022-09-27T15:50:40.7407608Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_int64 2022-09-27T15:50:40.7424199Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_complex64 2022-09-27T15:50:40.7436619Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_complex64 2022-09-27T15:50:40.7463227Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_float32 2022-09-27T15:50:40.7472854Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_float32 2022-09-27T15:50:40.7497404Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_complex64 2022-09-27T15:50:40.7510244Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_complex64 2022-09-27T15:50:40.7531298Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_complex64 2022-09-27T15:50:40.7562937Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_complex64 2022-09-27T15:50:40.7563958Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_int64 2022-09-27T15:50:40.7575075Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_int64 2022-09-27T15:50:40.7590780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_int64 2022-09-27T15:50:40.7603995Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_ldl_solve_cpu_float32 2022-09-27T15:50:40.7623247Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_int64 2022-09-27T15:50:40.7623935Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_complex64 2022-09-27T15:50:40.7640310Z test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_cpu_float32 2022-09-27T15:50:40.7650765Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_complex64 2022-09-27T15:50:40.7673525Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_float32 2022-09-27T15:50:40.7684510Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_float32 2022-09-27T15:50:40.7708373Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_float32 2022-09-27T15:50:40.7716265Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_float32 2022-09-27T15:50:40.7725608Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_int64 2022-09-27T15:50:40.7738891Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_fft_irfftn_cpu_float32 2022-09-27T15:50:40.7751968Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_int64 2022-09-27T15:50:40.7752518Z test_ops.py::TestCommonCPU::test_out_fill_cpu_float32 2022-09-27T15:50:40.7768027Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_complex64 2022-09-27T15:50:40.7780955Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_complex64 2022-09-27T15:50:40.7788301Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_fill_cpu_float32 2022-09-27T15:50:40.7798309Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_int64 2022-09-27T15:50:40.7805051Z test_ops.py::TestCommonCPU::test_out_flipud_cpu_float32 2022-09-27T15:50:40.7814375Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_int64 2022-09-27T15:50:40.7829419Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_complex64 2022-09-27T15:50:40.7840978Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_flipud_cpu_float32 2022-09-27T15:50:40.7852906Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_complex64 2022-09-27T15:50:40.7856194Z test_ops.py::TestCommonCPU::test_out_floor_divide_cpu_float32 2022-09-27T15:50:40.7872536Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_float32 2022-09-27T15:50:40.7884439Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_float32 2022-09-27T15:50:40.7903571Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_int64 2022-09-27T15:50:40.7913901Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_int64 2022-09-27T15:50:40.7932184Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_complex64 2022-09-27T15:50:40.7942743Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_complex64 2022-09-27T15:50:40.7961437Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_int64 2022-09-27T15:50:40.7975496Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_int64 2022-09-27T15:50:40.7996110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_float32 2022-09-27T15:50:40.8008403Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_float32 2022-09-27T15:50:40.8028857Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_int64 2022-09-27T15:50:40.8042403Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_int64 2022-09-27T15:50:40.8061235Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_float32 2022-09-27T15:50:40.8073810Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_float32 2022-09-27T15:50:40.8092003Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_int64 2022-09-27T15:50:40.8103950Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_int64 2022-09-27T15:50:40.8123812Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_complex64 2022-09-27T15:50:40.8131626Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_complex64 2022-09-27T15:50:40.8146443Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_floor_divide_cpu_float32 2022-09-27T15:50:40.8147202Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_float32 2022-09-27T15:50:40.8163665Z test_ops.py::TestCommonCPU::test_out_frac_cpu_float32 2022-09-27T15:50:40.8176128Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_float32 2022-09-27T15:50:40.8193937Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_complex64 2022-09-27T15:50:40.8207062Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_complex64 2022-09-27T15:50:40.8225546Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_int64 2022-09-27T15:50:40.8238323Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_int64 2022-09-27T15:50:40.8251888Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_int64 2022-09-27T15:50:40.8258094Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_frac_cpu_float32 2022-09-27T15:50:40.8266675Z [gw0] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_cpu_float32 2022-09-27T15:50:40.8278150Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_int64 2022-09-27T15:50:40.8279721Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_power_cpu_float32 2022-09-27T15:50:40.8281431Z test_ops.py::TestCommonCPU::test_out_gcd_cpu_int64 2022-09-27T15:50:40.8296364Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_float32 2022-09-27T15:50:40.8307994Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_float32 2022-09-27T15:50:40.8337336Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_int64 2022-09-27T15:50:40.8348794Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_int64 2022-09-27T15:50:40.8371620Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_complex64 2022-09-27T15:50:40.8385519Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_complex64 2022-09-27T15:50:40.8403715Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_float32 2022-09-27T15:50:40.8415432Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_gcd_cpu_int64 2022-09-27T15:50:40.8428229Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_float32 2022-09-27T15:50:40.8428858Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_int64 2022-09-27T15:50:40.8444070Z test_ops.py::TestCommonCPU::test_out_gt_cpu_float32 2022-09-27T15:50:40.8456832Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_int64 2022-09-27T15:50:40.8474650Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_complex64 2022-09-27T15:50:40.8486062Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_complex64 2022-09-27T15:50:40.8506234Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_float32 2022-09-27T15:50:40.8517892Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_float32 2022-09-27T15:50:40.8538323Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_int64 2022-09-27T15:50:40.8551742Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_int64 2022-09-27T15:50:40.8571465Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_int64 2022-09-27T15:50:40.8576520Z [gw2] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_gt_cpu_float32 2022-09-27T15:50:40.8592658Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_int64 2022-09-27T15:50:40.8593341Z test_ops.py::TestCommonCPU::test_out_histogram_cpu_float32 2022-09-27T15:50:40.8609533Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_int64 2022-09-27T15:50:40.8619866Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_int64 2022-09-27T15:50:40.8638106Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_complex64 2022-09-27T15:50:40.8648464Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_complex64 2022-09-27T15:50:40.8667464Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_float32 2022-09-27T15:50:40.8677981Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_float32 2022-09-27T15:50:40.8699572Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_complex64 2022-09-27T15:50:40.8709965Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_complex64 2022-09-27T15:50:40.8728889Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_float32 2022-09-27T15:50:40.8741279Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_float32 2022-09-27T15:50:40.8758743Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_int64 2022-09-27T15:50:40.8770684Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_int64 2022-09-27T15:50:40.8783160Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_complex64 2022-09-27T15:50:40.8796066Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_matrix_power_cpu_float32 2022-09-27T15:50:40.8804674Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_complex64 2022-09-27T15:50:40.8807754Z test_ops.py::TestCommonCPU::test_out_linalg_norm_cpu_float32 2022-09-27T15:50:40.8825452Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_float32 2022-09-27T15:50:40.8837741Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_float32 2022-09-27T15:50:40.8857884Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_int64 2022-09-27T15:50:40.8871228Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_int64 2022-09-27T15:50:40.8890636Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_complex64 2022-09-27T15:50:40.8902567Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_complex64 2022-09-27T15:50:40.8923205Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_float32 2022-09-27T15:50:40.8936527Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_float32 2022-09-27T15:50:40.8956742Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_int64 2022-09-27T15:50:40.8969337Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_int64 2022-09-27T15:50:40.8989249Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_float32 2022-09-27T15:50:40.9001643Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_float32 2022-09-27T15:50:40.9021430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_float32 2022-09-27T15:50:40.9033898Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_float32 2022-09-27T15:50:40.9056645Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_int64 2022-09-27T15:50:40.9069943Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_int64 2022-09-27T15:50:40.9090143Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_complex64 2022-09-27T15:50:40.9103481Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_complex64 2022-09-27T15:50:40.9123823Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_int64 2022-09-27T15:50:40.9137259Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_int64 2022-09-27T15:50:40.9156840Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_int64 2022-09-27T15:50:40.9168926Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_int64 2022-09-27T15:50:40.9188322Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_complex64 2022-09-27T15:50:40.9199474Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_complex64 2022-09-27T15:50:40.9219119Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_float32 2022-09-27T15:50:40.9231764Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_float32 2022-09-27T15:50:40.9250980Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_int64 2022-09-27T15:50:40.9262826Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_int64 2022-09-27T15:50:40.9282524Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_complex64 2022-09-27T15:50:40.9295625Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_complex64 2022-09-27T15:50:40.9315613Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_float32 2022-09-27T15:50:40.9327770Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_float32 2022-09-27T15:50:40.9347874Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_float32 2022-09-27T15:50:40.9359343Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_float32 2022-09-27T15:50:40.9379095Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_float32 2022-09-27T15:50:40.9392756Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_float32 2022-09-27T15:50:40.9412426Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_frac_cpu_float32 2022-09-27T15:50:40.9423632Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_frac_cpu_float32 2022-09-27T15:50:40.9443146Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_int64 2022-09-27T15:50:40.9454558Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_int64 2022-09-27T15:50:40.9474413Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gcd_cpu_int64 2022-09-27T15:50:40.9485929Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gcd_cpu_int64 2022-09-27T15:50:40.9505682Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_float32 2022-09-27T15:50:40.9517849Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_float32 2022-09-27T15:50:40.9537337Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_float32 2022-09-27T15:50:40.9550493Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_float32 2022-09-27T15:50:40.9570594Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_int64 2022-09-27T15:50:40.9583795Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_int64 2022-09-27T15:50:40.9603921Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogram_cpu_float32 2022-09-27T15:50:40.9615359Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogram_cpu_float32 2022-09-27T15:50:40.9635588Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_int64 2022-09-27T15:50:40.9648817Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_int64 2022-09-27T15:50:40.9668703Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hypot_cpu_float32 2022-09-27T15:50:40.9682611Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hypot_cpu_float32 2022-09-27T15:50:40.9702780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_igammac_cpu_float32 2022-09-27T15:50:40.9716139Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_igammac_cpu_float32 2022-09-27T15:50:40.9738998Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_int64 2022-09-27T15:50:40.9752751Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_int64 2022-09-27T15:50:40.9775405Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_complex64 2022-09-27T15:50:40.9789037Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_complex64 2022-09-27T15:50:40.9808623Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_float32 2022-09-27T15:50:40.9819888Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_float32 2022-09-27T15:50:40.9840080Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_complex64 2022-09-27T15:50:40.9851420Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_complex64 2022-09-27T15:50:40.9871772Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_float32 2022-09-27T15:50:40.9883776Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_float32 2022-09-27T15:50:40.9905337Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_int64 2022-09-27T15:50:40.9916854Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_int64 2022-09-27T15:50:40.9937259Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_complex64 2022-09-27T15:50:40.9948645Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_complex64 2022-09-27T15:50:40.9968885Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_int64 2022-09-27T15:50:40.9982430Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_int64 2022-09-27T15:50:41.0002631Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_complex64 2022-09-27T15:50:41.0016601Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_complex64 2022-09-27T15:50:41.0039283Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_int64 2022-09-27T15:50:41.0052925Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_int64 2022-09-27T15:50:41.0073635Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_float32 2022-09-27T15:50:41.0086589Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_float32 2022-09-27T15:50:41.0108976Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:50:41.0122562Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:50:41.0142381Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:50:41.0156152Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:50:41.0177828Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_int64 2022-09-27T15:50:41.0189611Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_int64 2022-09-27T15:50:41.0210954Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_complex64 2022-09-27T15:50:41.0222061Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_complex64 2022-09-27T15:50:41.0242424Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_float32 2022-09-27T15:50:41.0255760Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_float32 2022-09-27T15:50:41.0275494Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lcm_cpu_int64 2022-09-27T15:50:41.0287178Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lcm_cpu_int64 2022-09-27T15:50:41.0307254Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_float32 2022-09-27T15:50:41.0320547Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_float32 2022-09-27T15:50:41.0340894Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_float32 2022-09-27T15:50:41.0354182Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_float32 2022-09-27T15:50:41.0374508Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:50:41.0387707Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:50:41.0407995Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_complex64 2022-09-27T15:50:41.0421313Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_complex64 2022-09-27T15:50:41.0441890Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_float32 2022-09-27T15:50:41.0455279Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_float32 2022-09-27T15:50:41.0478108Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_float32 2022-09-27T15:50:41.0492114Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_float32 2022-09-27T15:50:41.0511603Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_float32 2022-09-27T15:50:41.0524362Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_float32 2022-09-27T15:50:41.0543918Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_float32 2022-09-27T15:50:41.0555292Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_float32 2022-09-27T15:50:41.0575805Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_float32 2022-09-27T15:50:41.0587451Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_float32 2022-09-27T15:50:41.0608168Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:50:41.0621934Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:50:41.0642002Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_float32 2022-09-27T15:50:41.0655172Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_float32 2022-09-27T15:50:41.0675473Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_float32 2022-09-27T15:50:41.0686507Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_float32 2022-09-27T15:50:41.0706308Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:50:41.0717410Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:50:41.0737314Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_float32 2022-09-27T15:50:41.0748388Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_float32 2022-09-27T15:50:41.0768519Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_float32 2022-09-27T15:50:41.0779825Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_float32 2022-09-27T15:50:41.0799813Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_float32 2022-09-27T15:50:41.0813434Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_float32 2022-09-27T15:50:41.0833247Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:50:41.0844850Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:50:41.0863070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:50:41.0874452Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:50:41.0894195Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_complex64 2022-09-27T15:50:41.0905583Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_complex64 2022-09-27T15:50:41.0925887Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_complex64 2022-09-27T15:50:41.0937250Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_complex64 2022-09-27T15:50:41.0956864Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_complex64 2022-09-27T15:50:41.0968108Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_complex64 2022-09-27T15:50:41.0983909Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_complex64 2022-09-27T15:50:41.0992927Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_norm_cpu_float32 2022-09-27T15:50:41.1006216Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_complex64 2022-09-27T15:50:41.1008360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_complex64 2022-09-27T15:50:41.1023757Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_singular_cpu_float32 2022-09-27T15:50:41.1034520Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_complex64 2022-09-27T15:50:41.1043617Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_int64 2022-09-27T15:50:41.1055468Z [gw0] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_out_linalg_pinv_singular_cpu_float32 2022-09-27T15:50:41.1067617Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_int64 2022-09-27T15:50:41.1070723Z test_ops.py::TestCommonCPU::test_out_linalg_solve_ex_cpu_float32 2022-09-27T15:50:41.1089803Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_float32 2022-09-27T15:50:41.1100217Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_float32 2022-09-27T15:50:41.1117734Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_complex64 2022-09-27T15:50:41.1127936Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_complex64 2022-09-27T15:50:41.1147463Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_int64 2022-09-27T15:50:41.1157480Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_int64 2022-09-27T15:50:41.1174932Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_complex64 2022-09-27T15:50:41.1185681Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_complex64 2022-09-27T15:50:41.1203321Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_complex64 2022-09-27T15:50:41.1213381Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_complex64 2022-09-27T15:50:41.1230696Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp_cpu_float32 2022-09-27T15:50:41.1240760Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp_cpu_float32 2022-09-27T15:50:41.1258030Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_complex64 2022-09-27T15:50:41.1268369Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_complex64 2022-09-27T15:50:41.1286287Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_float32 2022-09-27T15:50:41.1298317Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_float32 2022-09-27T15:50:41.1316089Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_int64 2022-09-27T15:50:41.1328139Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_int64 2022-09-27T15:50:41.1349095Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_float32 2022-09-27T15:50:41.1356691Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_float32 2022-09-27T15:50:41.1374393Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_int64 2022-09-27T15:50:41.1386725Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_int64 2022-09-27T15:50:41.1404270Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_float32 2022-09-27T15:50:41.1416059Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_float32 2022-09-27T15:50:41.1433713Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_complex64 2022-09-27T15:50:41.1446008Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_complex64 2022-09-27T15:50:41.1465796Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_complex64 2022-09-27T15:50:41.1477774Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_complex64 2022-09-27T15:50:41.1494928Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_int64 2022-09-27T15:50:41.1506962Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_int64 2022-09-27T15:50:41.1524509Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_complex64 2022-09-27T15:50:41.1534363Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_complex64 2022-09-27T15:50:41.1551851Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_float32 2022-09-27T15:50:41.1561644Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_float32 2022-09-27T15:50:41.1578945Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_int64 2022-09-27T15:50:41.1589397Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_int64 2022-09-27T15:50:41.1597891Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_complex64 2022-09-27T15:50:41.1607347Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_solve_ex_cpu_float32 2022-09-27T15:50:41.1615652Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_complex64 2022-09-27T15:50:41.1621918Z test_ops.py::TestCommonCPU::test_out_linalg_tensorinv_cpu_float32 2022-09-27T15:50:41.1639653Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_float32 2022-09-27T15:50:41.1649918Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_float32 2022-09-27T15:50:41.1668237Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_float32 2022-09-27T15:50:41.1680350Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_float32 2022-09-27T15:50:41.1697365Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_float32 2022-09-27T15:50:41.1710108Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_float32 2022-09-27T15:50:41.1717954Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_tensorinv_cpu_float32 2022-09-27T15:50:41.1720603Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:50:41.1735858Z test_ops.py::TestCommonCPU::test_out_linalg_vector_norm_cpu_float32 2022-09-27T15:50:41.1746586Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:50:41.1764256Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_float32 2022-09-27T15:50:41.1776638Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_float32 2022-09-27T15:50:41.1799207Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_float32 2022-09-27T15:50:41.1810401Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_float32 2022-09-27T15:50:41.1830177Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_complex64 2022-09-27T15:50:41.1841583Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_complex64 2022-09-27T15:50:41.1860583Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_int64 2022-09-27T15:50:41.1871417Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_int64 2022-09-27T15:50:41.1891366Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_float32 2022-09-27T15:50:41.1901728Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_float32 2022-09-27T15:50:41.1921751Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_int64 2022-09-27T15:50:41.1932278Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_int64 2022-09-27T15:50:41.1951982Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_int64 2022-09-27T15:50:41.1962655Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_int64 2022-09-27T15:50:41.1982891Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_int64 2022-09-27T15:50:41.1993350Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_int64 2022-09-27T15:50:41.2014090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_int64 2022-09-27T15:50:41.2025662Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_int64 2022-09-27T15:50:41.2045663Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanquantile_cpu_float32 2022-09-27T15:50:41.2057539Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanquantile_cpu_float32 2022-09-27T15:50:41.2078089Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_float32 2022-09-27T15:50:41.2090208Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_float32 2022-09-27T15:50:41.2109530Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_int64 2022-09-27T15:50:41.2123526Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_int64 2022-09-27T15:50:41.2143253Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_int64 2022-09-27T15:50:41.2155053Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_int64 2022-09-27T15:50:41.2175256Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_complex64 2022-09-27T15:50:41.2187326Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_complex64 2022-09-27T15:50:41.2207594Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_float32 2022-09-27T15:50:41.2219543Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_float32 2022-09-27T15:50:41.2239753Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_int64 2022-09-27T15:50:41.2251442Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_int64 2022-09-27T15:50:41.2268636Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_complex64 2022-09-27T15:50:41.2281490Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_complex64 2022-09-27T15:50:41.2301743Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:50:41.2313712Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:50:41.2333950Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:50:41.2345792Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:50:41.2365754Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:50:41.2376698Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:50:41.2397192Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_batch_norm_cpu_float32 2022-09-27T15:50:41.2409639Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_batch_norm_cpu_float32 2022-09-27T15:50:41.2429639Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:50:41.2440414Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:50:41.2467749Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_int64 2022-09-27T15:50:41.2478522Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_int64 2022-09-27T15:50:41.2498656Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:50:41.2510503Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:50:41.2530433Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_int64 2022-09-27T15:50:41.2542618Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_int64 2022-09-27T15:50:41.2559389Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_int64 2022-09-27T15:50:41.2566447Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_logspace_cpu_float32 2022-09-27T15:50:41.2580679Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_int64 2022-09-27T15:50:41.2583564Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout2d_cpu_float32 2022-09-27T15:50:41.2600727Z test_ops.py::TestCommonCPU::test_out_lu_cpu_float32 2022-09-27T15:50:41.2612531Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout2d_cpu_float32 2022-09-27T15:50:41.2632570Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:50:41.2644003Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:50:41.2667236Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:50:41.2672882Z [gw1] [ 16%] XFAIL test_ops.py::TestCommonCPU::test_out_lu_cpu_float32 2022-09-27T15:50:41.2684401Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:50:41.2686862Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:50:41.2703828Z test_ops.py::TestCommonCPU::test_out_mT_cpu_float32 2022-09-27T15:50:41.2716082Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:50:41.2725357Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_group_norm_cpu_float32 2022-09-27T15:50:41.2734466Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_mT_cpu_float32 2022-09-27T15:50:41.2740011Z test_ops.py::TestCommonCPU::test_out_matmul_cpu_float32 2022-09-27T15:50:41.2749535Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_group_norm_cpu_float32 2022-09-27T15:50:41.2770176Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_float32 2022-09-27T15:50:41.2781886Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_float32 2022-09-27T15:50:41.2802447Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_instance_norm_cpu_float32 2022-09-27T15:50:41.2814016Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_instance_norm_cpu_float32 2022-09-27T15:50:41.2836592Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:50:41.2848896Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:50:41.2864230Z [gw1] [ 16%] XFAIL test_ops.py::TestCommonCPU::test_out_matmul_cpu_float32 2022-09-27T15:50:41.2867133Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:50:41.2884089Z test_ops.py::TestCommonCPU::test_out_max_reduction_with_dim_cpu_float32 2022-09-27T15:50:41.2894893Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:50:41.2916564Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_complex64 2022-09-27T15:50:41.2927223Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_complex64 2022-09-27T15:50:41.2947418Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_int64 2022-09-27T15:50:41.2960365Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_int64 2022-09-27T15:50:41.2980384Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:50:41.2991311Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:50:41.2998531Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:50:41.3011090Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_max_reduction_with_dim_cpu_float32 2022-09-27T15:50:41.3017146Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:50:41.3024820Z test_ops.py::TestCommonCPU::test_out_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:50:41.3045243Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:50:41.3058389Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:50:41.3071892Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:50:41.3073610Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:50:41.3091334Z test_ops.py::TestCommonCPU::test_out_min_reduction_with_dim_cpu_float32 2022-09-27T15:50:41.3102257Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:50:41.3122244Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_float32 2022-09-27T15:50:41.3133021Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_float32 2022-09-27T15:50:41.3153031Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_int64 2022-09-27T15:50:41.3164309Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_int64 2022-09-27T15:50:41.3184434Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:50:41.3195536Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:50:41.3207996Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:50:41.3219257Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_min_reduction_with_dim_cpu_float32 2022-09-27T15:50:41.3232580Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:50:41.3235462Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:50:41.3252333Z test_ops.py::TestCommonCPU::test_out_movedim_cpu_float32 2022-09-27T15:50:41.3263834Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:50:41.3268048Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:50:41.3284517Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_movedim_cpu_float32 2022-09-27T15:50:41.3291162Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:50:41.3299681Z test_ops.py::TestCommonCPU::test_out_mv_cpu_float32 2022-09-27T15:50:41.3321495Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_prelu_cpu_float32 2022-09-27T15:50:41.3331530Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_prelu_cpu_float32 2022-09-27T15:50:41.3341623Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_int64 2022-09-27T15:50:41.3355440Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_mv_cpu_float32 2022-09-27T15:50:41.3363880Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_int64 2022-09-27T15:50:41.3366597Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_cpu_float32 2022-09-27T15:50:41.3382446Z test_ops.py::TestCommonCPU::test_out_nan_to_num_cpu_float32 2022-09-27T15:50:41.3392390Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_cpu_float32 2022-09-27T15:50:41.3411944Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:50:41.3421563Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:50:41.3439190Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softshrink_cpu_float32 2022-09-27T15:50:41.3449160Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softshrink_cpu_float32 2022-09-27T15:50:41.3456981Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:50:41.3470809Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nan_to_num_cpu_float32 2022-09-27T15:50:41.3480750Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:50:41.3482165Z test_ops.py::TestCommonCPU::test_out_nansum_cpu_float32 2022-09-27T15:50:41.3500382Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_int64 2022-09-27T15:50:41.3511363Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_int64 2022-09-27T15:50:41.3533214Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:50:41.3548724Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:50:41.3568685Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_float32 2022-09-27T15:50:41.3579271Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_float32 2022-09-27T15:50:41.3599206Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_float32 2022-09-27T15:50:41.3609966Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_float32 2022-09-27T15:50:41.3629877Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_complex64 2022-09-27T15:50:41.3641932Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_complex64 2022-09-27T15:50:41.3661887Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_complex64 2022-09-27T15:50:41.3672609Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_complex64 2022-09-27T15:50:41.3692612Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_complex64 2022-09-27T15:50:41.3703544Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_complex64 2022-09-27T15:50:41.3723257Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_float32 2022-09-27T15:50:41.3733920Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_float32 2022-09-27T15:50:41.3751420Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_complex64 2022-09-27T15:50:41.3762110Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_complex64 2022-09-27T15:50:41.3781658Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_complex64 2022-09-27T15:50:41.3792471Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_complex64 2022-09-27T15:50:41.3810135Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_float32 2022-09-27T15:50:41.3820146Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_float32 2022-09-27T15:50:41.3849058Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:50:41.3860469Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:50:41.3881107Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:50:41.3890882Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:50:41.3908419Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_complex64 2022-09-27T15:50:41.3918223Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_complex64 2022-09-27T15:50:41.3935947Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_float32 2022-09-27T15:50:41.3945958Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_float32 2022-09-27T15:50:41.3963693Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_int64 2022-09-27T15:50:41.3973527Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_int64 2022-09-27T15:50:41.3991025Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_complex64 2022-09-27T15:50:41.4001396Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_complex64 2022-09-27T15:50:41.4018796Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_int64 2022-09-27T15:50:41.4028846Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_int64 2022-09-27T15:50:41.4046705Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_int64 2022-09-27T15:50:41.4056509Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_int64 2022-09-27T15:50:41.4074579Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_float32 2022-09-27T15:50:41.4084526Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_float32 2022-09-27T15:50:41.4102345Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_complex64 2022-09-27T15:50:41.4112557Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_complex64 2022-09-27T15:50:41.4130241Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_float32 2022-09-27T15:50:41.4140169Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_float32 2022-09-27T15:50:41.4157801Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_complex64 2022-09-27T15:50:41.4167617Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_complex64 2022-09-27T15:50:41.4188675Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_int64 2022-09-27T15:50:41.4201677Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_int64 2022-09-27T15:50:41.4206680Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nansum_cpu_float32 2022-09-27T15:50:41.4217328Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_complex64 2022-09-27T15:50:41.4223302Z test_ops.py::TestCommonCPU::test_out_ne_cpu_float32 2022-09-27T15:50:41.4231108Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_complex64 2022-09-27T15:50:41.4248637Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_float32 2022-09-27T15:50:41.4258713Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_float32 2022-09-27T15:50:41.4277699Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_int64 2022-09-27T15:50:41.4287702Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_int64 2022-09-27T15:50:41.4306655Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_complex64 2022-09-27T15:50:41.4316588Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_complex64 2022-09-27T15:50:41.4334722Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_float32 2022-09-27T15:50:41.4345306Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_float32 2022-09-27T15:50:41.4362616Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_int64 2022-09-27T15:50:41.4373851Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_int64 2022-09-27T15:50:41.4380174Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_ne_cpu_float32 2022-09-27T15:50:41.4390755Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_float32 2022-09-27T15:50:41.4396803Z test_ops.py::TestCommonCPU::test_out_new_full_cpu_float32 2022-09-27T15:50:41.4404471Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_float32 2022-09-27T15:50:41.4422495Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_neg_3_cpu_float32 2022-09-27T15:50:41.4433528Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_neg_3_cpu_float32 2022-09-27T15:50:41.4446426Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_new_full_cpu_float32 2022-09-27T15:50:41.4449762Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_complex64 2022-09-27T15:50:41.4465169Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_histogram_cpu_float32 2022-09-27T15:50:41.4473653Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_complex64 2022-09-27T15:50:41.4477206Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:50:41.4479193Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_float32 2022-09-27T15:50:41.4498075Z test_ops.py::TestCommonCPU::test_out_hypot_cpu_float32 2022-09-27T15:50:41.4512850Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_float32 2022-09-27T15:50:41.4524440Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:50:41.4527413Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_int64 2022-09-27T15:50:41.4548346Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:50:41.4560573Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_int64 2022-09-27T15:50:41.4569135Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:50:41.4576856Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_int64 2022-09-27T15:50:41.4586389Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:50:41.4597388Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_int64 2022-09-27T15:50:41.4618535Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_int64 2022-09-27T15:50:41.4632146Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_int64 2022-09-27T15:50:41.4637805Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_int64 2022-09-27T15:50:41.4651898Z [gw1] [ 16%] XFAIL test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:50:41.4657967Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_int64 2022-09-27T15:50:41.4665963Z test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:50:41.4685968Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_float32 2022-09-27T15:50:41.4699187Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_float32 2022-09-27T15:50:41.4705638Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_complex64 2022-09-27T15:50:41.4715058Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:50:41.4721825Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:50:41.4729800Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_complex64 2022-09-27T15:50:41.4750337Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_float32 2022-09-27T15:50:41.4759419Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_float32 2022-09-27T15:50:41.4772791Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:50:41.4776348Z test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:50:41.4781627Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_int64 2022-09-27T15:50:41.4792749Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_hypot_cpu_float32 2022-09-27T15:50:41.4807305Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_int64 2022-09-27T15:50:41.4816614Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:50:41.4820251Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_int64 2022-09-27T15:50:41.4822129Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout3d_cpu_float32 2022-09-27T15:50:41.4835620Z test_ops.py::TestCommonCPU::test_out_imag_cpu_complex64 2022-09-27T15:50:41.4846900Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_int64 2022-09-27T15:50:41.4858439Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_complex64 2022-09-27T15:50:41.4869136Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_imag_cpu_complex64 2022-09-27T15:50:41.4880269Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_complex64 2022-09-27T15:50:41.4894159Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_dropout3d_cpu_float32 2022-09-27T15:50:41.4897193Z test_ops.py::TestCommonCPU::test_out_index_put_cpu_float32 2022-09-27T15:50:41.4899005Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_float32 2022-09-27T15:50:41.4915844Z test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_cpu_float32 2022-09-27T15:50:41.4931574Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_float32 2022-09-27T15:50:41.4947197Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_cpu_float32 2022-09-27T15:50:41.4963505Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_index_put_cpu_float32 2022-09-27T15:50:41.4966919Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_cpu_float32 2022-09-27T15:50:41.4969366Z test_ops.py::TestCommonCPU::test_out_int_cpu_float32 2022-09-27T15:50:41.4971664Z test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:50:41.4977896Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_cpu_float32 2022-09-27T15:50:41.4988817Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_float32 2022-09-27T15:50:41.5000469Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_int_cpu_float32 2022-09-27T15:50:41.5007068Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_float32 2022-09-27T15:50:41.5016087Z test_ops.py::TestCommonCPU::test_out_isinf_cpu_float32 2022-09-27T15:50:41.5035958Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_float32 2022-09-27T15:50:41.5044576Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_isinf_cpu_float32 2022-09-27T15:50:41.5054137Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_float32 2022-09-27T15:50:41.5067067Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:50:41.5069960Z test_ops.py::TestCommonCPU::test_out_isreal_cpu_float32 2022-09-27T15:50:41.5073314Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_float32 2022-09-27T15:50:41.5087143Z test_ops.py::TestCommonCPU::test_out_nn_functional_grid_sample_cpu_float32 2022-09-27T15:50:41.5098012Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_float32 2022-09-27T15:50:41.5101984Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_float32 2022-09-27T15:50:41.5114162Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_isreal_cpu_float32 2022-09-27T15:50:41.5118359Z test_ops.py::TestCommonCPU::test_out_jiterator_binary_cpu_float32 2022-09-27T15:50:41.5129107Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_float32 2022-09-27T15:50:41.5149479Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:50:41.5165975Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:50:41.5170537Z [gw2] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_out_jiterator_binary_cpu_float32 2022-09-27T15:50:41.5180044Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_grid_sample_cpu_float32 2022-09-27T15:50:41.5183899Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:50:41.5185532Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardswish_cpu_float32 2022-09-27T15:50:41.5199912Z test_ops.py::TestCommonCPU::test_out_kthvalue_cpu_float32 2022-09-27T15:50:41.5211922Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:50:41.5218163Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_float32 2022-09-27T15:50:41.5227197Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_hardswish_cpu_float32 2022-09-27T15:50:41.5231422Z test_ops.py::TestCommonCPU::test_out_nn_functional_instance_norm_cpu_float32 2022-09-27T15:50:41.5242290Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_float32 2022-09-27T15:50:41.5262897Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:50:41.5272923Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:50:41.5281898Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_instance_norm_cpu_float32 2022-09-27T15:50:41.5284472Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:50:41.5302415Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_float32 2022-09-27T15:50:41.5313368Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_float32 2022-09-27T15:50:41.5322078Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:50:41.5335280Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:50:41.5341607Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:50:41.5349320Z test_ops.py::TestCommonCPU::test_out_nn_functional_l1_loss_cpu_float32 2022-09-27T15:50:41.5369697Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_float32 2022-09-27T15:50:41.5375717Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_l1_loss_cpu_float32 2022-09-27T15:50:41.5390819Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_float32 2022-09-27T15:50:41.5392510Z test_ops.py::TestCommonCPU::test_out_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:50:41.5411953Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_float32 2022-09-27T15:50:41.5425370Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_float32 2022-09-27T15:50:41.5431470Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_float32 2022-09-27T15:50:41.5443883Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:50:41.5449631Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_float32 2022-09-27T15:50:41.5459756Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:50:41.5480647Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_float32 2022-09-27T15:50:41.5492522Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:50:41.5500686Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_float32 2022-09-27T15:50:41.5503801Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:50:41.5522483Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:50:41.5537577Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:50:41.5550184Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:50:41.5552781Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:50:41.5562342Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_kthvalue_cpu_float32 2022-09-27T15:50:41.5575483Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:50:41.5578893Z test_ops.py::TestCommonCPU::test_out_nn_functional_mish_cpu_float32 2022-09-27T15:50:41.5580693Z test_ops.py::TestCommonCPU::test_out_lerp_cpu_float32 2022-09-27T15:50:41.5597067Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:50:41.5610069Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:50:41.5619088Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_mish_cpu_float32 2022-09-27T15:50:41.5620873Z test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:50:41.5639646Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:50:41.5658517Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:50:41.5661979Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_vector_norm_cpu_float32 2022-09-27T15:50:41.5669434Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:50:41.5677137Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_float32 2022-09-27T15:50:41.5679708Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_circular_cpu_float32 2022-09-27T15:50:41.5686763Z test_ops.py::TestCommonCPU::test_out_log2_cpu_float32 2022-09-27T15:50:41.5697987Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_float32 2022-09-27T15:50:41.5709337Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_int64 2022-09-27T15:50:41.5721504Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pad_circular_cpu_float32 2022-09-27T15:50:41.5733400Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_int64 2022-09-27T15:50:41.5736616Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_complex64 2022-09-27T15:50:41.5753479Z test_ops.py::TestCommonCPU::test_out_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:50:41.5764939Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_complex64 2022-09-27T15:50:41.5776014Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_float32 2022-09-27T15:50:41.5787878Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:50:41.5801851Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_float32 2022-09-27T15:50:41.5804025Z test_ops.py::TestCommonCPU::test_out_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:50:41.5810015Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_int64 2022-09-27T15:50:41.5824566Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_log2_cpu_float32 2022-09-27T15:50:41.5835521Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_int64 2022-09-27T15:50:41.5849649Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:50:41.5851400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_complex64 2022-09-27T15:50:41.5853103Z test_ops.py::TestCommonCPU::test_out_logaddexp2_cpu_float32 2022-09-27T15:50:41.5867031Z test_ops.py::TestCommonCPU::test_out_nn_functional_rrelu_cpu_float32 2022-09-27T15:50:41.5878011Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_complex64 2022-09-27T15:50:41.5902938Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_float32 2022-09-27T15:50:41.5909327Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_logaddexp2_cpu_float32 2022-09-27T15:50:41.5911660Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_float32 2022-09-27T15:50:41.5931052Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_rrelu_cpu_float32 2022-09-27T15:50:41.5934464Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_float32 2022-09-27T15:50:41.5936043Z test_ops.py::TestCommonCPU::test_out_logical_and_cpu_float32 2022-09-27T15:50:41.5949831Z test_ops.py::TestCommonCPU::test_out_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:50:41.5964942Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_float32 2022-09-27T15:50:41.5971066Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_complex64 2022-09-27T15:50:41.5981761Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:50:41.5985959Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_complex64 2022-09-27T15:50:41.5998839Z test_ops.py::TestCommonCPU::test_out_nn_functional_softplus_cpu_float32 2022-09-27T15:50:41.6006551Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_float32 2022-09-27T15:50:41.6018608Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_lerp_cpu_float32 2022-09-27T15:50:41.6025318Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_float32 2022-09-27T15:50:41.6033594Z test_ops.py::TestCommonCPU::test_out_linalg_cond_cpu_float32 2022-09-27T15:50:41.6055065Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_lowrank_cpu_float32 2022-09-27T15:50:41.6066369Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_lowrank_cpu_float32 2022-09-27T15:50:41.6080277Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_float32 2022-09-27T15:50:41.6093594Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_softplus_cpu_float32 2022-09-27T15:50:41.6102529Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_float32 2022-09-27T15:50:41.6105941Z test_ops.py::TestCommonCPU::test_out_nn_functional_threshold_cpu_float32 2022-09-27T15:50:41.6123310Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_int64 2022-09-27T15:50:41.6134161Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_logical_and_cpu_float32 2022-09-27T15:50:41.6146778Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_int64 2022-09-27T15:50:41.6157599Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_threshold_cpu_float32 2022-09-27T15:50:41.6162880Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_cond_cpu_float32 2022-09-27T15:50:41.6179123Z test_ops.py::TestCommonCPU::test_out_logit_cpu_float32 2022-09-27T15:50:41.6181257Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_complex64 2022-09-27T15:50:41.6185447Z test_ops.py::TestCommonCPU::test_out_linalg_eig_cpu_float32 2022-09-27T15:50:41.6191149Z test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:50:41.6202809Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_complex64 2022-09-27T15:50:41.6209836Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_float32 2022-09-27T15:50:41.6225091Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:50:41.6238390Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_float32 2022-09-27T15:50:41.6241504Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_int64 2022-09-27T15:50:41.6260390Z test_ops.py::TestCommonCPU::test_out_norm_fro_cpu_float32 2022-09-27T15:50:41.6272293Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_int64 2022-09-27T15:50:41.6292276Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_complex64 2022-09-27T15:50:41.6304777Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_complex64 2022-09-27T15:50:41.6313143Z [gw1] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_out_norm_fro_cpu_float32 2022-09-27T15:50:41.6321161Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_float32 2022-09-27T15:50:41.6332391Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_logit_cpu_float32 2022-09-27T15:50:41.6346132Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_float32 2022-09-27T15:50:41.6351784Z test_ops.py::TestCommonCPU::test_out_normal_number_mean_cpu_float32 2022-09-27T15:50:41.6360067Z [gw2] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_out_linalg_eig_cpu_float32 2022-09-27T15:50:41.6366308Z test_ops.py::TestCommonCPU::test_out_lt_cpu_float32 2022-09-27T15:50:41.6384745Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_int64 2022-09-27T15:50:41.6387213Z test_ops.py::TestCommonCPU::test_out_linalg_householder_product_cpu_float32 2022-09-27T15:50:41.6399684Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_int64 2022-09-27T15:50:41.6413084Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_float32 2022-09-27T15:50:41.6424741Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_float32 2022-09-27T15:50:41.6460731Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_int64 2022-09-27T15:50:41.6461446Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_int64 2022-09-27T15:50:41.6475191Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_complex64 2022-09-27T15:50:41.6485595Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_normal_number_mean_cpu_float32 2022-09-27T15:50:41.6497434Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_complex64 2022-09-27T15:50:41.6498059Z test_ops.py::TestCommonCPU::test_out_ormqr_cpu_float32 2022-09-27T15:50:41.6544812Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_float32 2022-09-27T15:50:41.6547254Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_float32 2022-09-27T15:50:41.6547914Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_indices_cpu_int64 2022-09-27T15:50:41.6559310Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_lt_cpu_float32 2022-09-27T15:50:41.6580000Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_indices_cpu_int64 2022-09-27T15:50:41.6581821Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_indices_cpu_int64 2022-09-27T15:50:41.6593360Z test_ops.py::TestCommonCPU::test_out_mH_cpu_float32 2022-09-27T15:50:41.6611193Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_indices_cpu_int64 2022-09-27T15:50:41.6611979Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_mH_cpu_float32 2022-09-27T15:50:41.6625725Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_float32 2022-09-27T15:50:41.6626286Z test_ops.py::TestCommonCPU::test_out_masked_select_cpu_float32 2022-09-27T15:50:41.6649161Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_float32 2022-09-27T15:50:41.6658406Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_int64 2022-09-27T15:50:41.6675787Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_int64 2022-09-27T15:50:41.6676407Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_complex64 2022-09-27T15:50:41.6690904Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_householder_product_cpu_float32 2022-09-27T15:50:41.6709543Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_complex64 2022-09-27T15:50:41.6710143Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:50:41.6722638Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_float32 2022-09-27T15:50:41.6738401Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_float32 2022-09-27T15:50:41.6758433Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_int64 2022-09-27T15:50:41.6769528Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_int64 2022-09-27T15:50:41.6784733Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_complex64 2022-09-27T15:50:41.6799071Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_complex64 2022-09-27T15:50:41.6815939Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_complex64 2022-09-27T15:50:41.6829046Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_complex64 2022-09-27T15:50:41.6852991Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_complex64 2022-09-27T15:50:41.6859903Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_complex64 2022-09-27T15:50:41.6876847Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_masked_select_cpu_float32 2022-09-27T15:50:41.6877415Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_complex64 2022-09-27T15:50:41.6901620Z test_ops.py::TestCommonCPU::test_out_max_reduction_no_dim_cpu_float32 2022-09-27T15:50:41.6912924Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_complex64 2022-09-27T15:50:41.6913677Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_max_reduction_no_dim_cpu_float32 2022-09-27T15:50:41.6930840Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_float32 2022-09-27T15:50:41.6931402Z test_ops.py::TestCommonCPU::test_out_median_cpu_float32 2022-09-27T15:50:41.6958985Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_float32 2022-09-27T15:50:41.6959619Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_int64 2022-09-27T15:50:41.6971344Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:50:41.6975476Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_median_cpu_float32 2022-09-27T15:50:41.6990051Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_int64 2022-09-27T15:50:41.6997261Z test_ops.py::TestCommonCPU::test_out_min_reduction_no_dim_cpu_float32 2022-09-27T15:50:41.6997815Z test_ops.py::TestCommonCPU::test_out_linalg_lu_cpu_float32 2022-09-27T15:50:41.7011398Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_float32 2022-09-27T15:50:41.7029013Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_float32 2022-09-27T15:50:41.7029624Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_int64 2022-09-27T15:50:41.7045088Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_min_reduction_no_dim_cpu_float32 2022-09-27T15:50:41.7046132Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_int64 2022-09-27T15:50:41.7064315Z test_ops.py::TestCommonCPU::test_out_mode_cpu_float32 2022-09-27T15:50:41.7083334Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_complex64 2022-09-27T15:50:41.7092971Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_complex64 2022-09-27T15:50:41.7104283Z [gw1] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_out_ormqr_cpu_float32 2022-09-27T15:50:41.7107887Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_float64 2022-09-27T15:50:41.7145431Z test_ops.py::TestCommonCPU::test_out_pinverse_cpu_float32 2022-09-27T15:50:41.7164373Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_pinverse_cpu_float32 2022-09-27T15:50:41.7177841Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:50:41.7188347Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:50:41.7298818Z test_ops.py::TestCommonCPU::test_out_pow_cpu_float32 2022-09-27T15:50:41.7309769Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_mode_cpu_float32 2022-09-27T15:50:41.7328620Z test_ops.py::TestCommonCPU::test_out_multinomial_cpu_float32 2022-09-27T15:50:41.7339133Z [gw0] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_multinomial_cpu_float32 2022-09-27T15:50:41.7442868Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:50:41.7454187Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_pow_cpu_float32 2022-09-27T15:50:41.7588658Z test_ops.py::TestCommonCPU::test_out_quantile_cpu_float32 2022-09-27T15:50:41.7600294Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:50:41.7882253Z test_ops.py::TestCommonCPU::test_out_nanquantile_cpu_float32 2022-09-27T15:50:41.7894300Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_lu_cpu_float32 2022-09-27T15:50:41.7984975Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_norm_cpu_float32 2022-09-27T15:50:41.8001250Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_float64 2022-09-27T15:50:41.8058912Z test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_float64 2022-09-27T15:50:41.8088337Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_float64 2022-09-27T15:50:41.8125291Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_int64 2022-09-27T15:50:41.8147990Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_int64 2022-09-27T15:50:41.8206568Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_complex128 2022-09-27T15:50:41.8231689Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_complex128 2022-09-27T15:50:41.8296297Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_float64 2022-09-27T15:50:41.8319624Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_float64 2022-09-27T15:50:41.8407090Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_complex128 2022-09-27T15:50:41.8407699Z [gw3] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_complex128 2022-09-27T15:50:41.8464324Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_float64 2022-09-27T15:50:41.8474023Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_float64 2022-09-27T15:50:41.8728769Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_int64 2022-09-27T15:50:41.8756591Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_int64 2022-09-27T15:50:41.9059089Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_complex128 2022-09-27T15:50:41.9059784Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_complex128 2022-09-27T15:50:41.9094787Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:50:41.9106885Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:50:41.9138820Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_int64 2022-09-27T15:50:41.9168241Z [gw3] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_int64 2022-09-27T15:50:41.9273824Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_complex128 2022-09-27T15:50:41.9284350Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_quantile_cpu_float32 2022-09-27T15:50:41.9417654Z test_ops.py::TestCommonCPU::test_out_randn_cpu_float32 2022-09-27T15:50:41.9428444Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nanquantile_cpu_float32 2022-09-27T15:50:41.9458224Z test_ops.py::TestCommonCPU::test_out_native_layer_norm_cpu_float32 2022-09-27T15:50:41.9471599Z [gw1] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_out_randn_cpu_float32 2022-09-27T15:50:41.9479873Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_native_layer_norm_cpu_float32 2022-09-27T15:50:41.9498185Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_matrix_norm_cpu_float32 2022-09-27T15:50:41.9498769Z test_ops.py::TestCommonCPU::test_out_reciprocal_cpu_float32 2022-09-27T15:50:41.9499305Z test_ops.py::TestCommonCPU::test_out_new_empty_strided_cpu_float32 2022-09-27T15:50:41.9531164Z test_ops.py::TestCommonCPU::test_out_linalg_multi_dot_cpu_float32 2022-09-27T15:50:41.9543004Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_new_empty_strided_cpu_float32 2022-09-27T15:50:41.9583301Z test_ops.py::TestCommonCPU::test_out_nextafter_cpu_float32 2022-09-27T15:50:41.9593990Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_reciprocal_cpu_float32 2022-09-27T15:50:41.9627831Z test_ops.py::TestCommonCPU::test_out_repeat_interleave_cpu_float32 2022-09-27T15:50:41.9638264Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_repeat_interleave_cpu_float32 2022-09-27T15:50:41.9673545Z test_ops.py::TestCommonCPU::test_out_resize_as__cpu_float32 2022-09-27T15:50:41.9683767Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_resize_as__cpu_float32 2022-09-27T15:50:41.9699427Z test_ops.py::TestCommonCPU::test_out_rot90_cpu_float32 2022-09-27T15:50:41.9711728Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_multi_dot_cpu_float32 2022-09-27T15:50:41.9717889Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:50:41.9727092Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_rot90_cpu_float32 2022-09-27T15:50:41.9748995Z test_ops.py::TestCommonCPU::test_out_round_decimals_neg_3_cpu_float32 2022-09-27T15:50:41.9761486Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_round_decimals_neg_3_cpu_float32 2022-09-27T15:50:41.9804551Z test_ops.py::TestCommonCPU::test_out_scatter_cpu_float32 2022-09-27T15:50:41.9815693Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nextafter_cpu_float32 2022-09-27T15:50:41.9850617Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:50:41.9861172Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:50:41.9969366Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:50:41.9980364Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:50:42.0070111Z test_ops.py::TestCommonCPU::test_out_linalg_solve_cpu_float32 2022-09-27T15:50:42.0080299Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:50:42.0114940Z test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:50:42.0124960Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:50:42.0160943Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv2d_cpu_float32 2022-09-27T15:50:42.0171528Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_conv2d_cpu_float32 2022-09-27T15:50:42.0206909Z test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:50:42.0216875Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:50:42.0264454Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout2d_cpu_float32 2022-09-27T15:50:42.0276739Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_dropout2d_cpu_float32 2022-09-27T15:50:42.0309038Z test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:50:42.0318579Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:50:42.0332958Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_cpu_float32 2022-09-27T15:50:42.0333551Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_prod_cpu_float32 2022-09-27T15:50:42.0413470Z test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:50:42.0424772Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:50:42.0455708Z test_ops.py::TestCommonCPU::test_out_nn_functional_glu_cpu_float32 2022-09-27T15:50:42.0467400Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_solve_cpu_float32 2022-09-27T15:50:42.0510521Z test_ops.py::TestCommonCPU::test_out_linalg_svdvals_cpu_float32 2022-09-27T15:50:42.0520617Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_glu_cpu_float32 2022-09-27T15:50:42.0548693Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:50:42.0560998Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:50:42.0597334Z test_ops.py::TestCommonCPU::test_out_nn_functional_huber_loss_cpu_float32 2022-09-27T15:50:42.0608373Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_huber_loss_cpu_float32 2022-09-27T15:50:42.0629009Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_complex128 2022-09-27T15:50:42.0629620Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_complex128 2022-09-27T15:50:42.0679868Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:50:42.0680561Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:50:42.0706918Z test_ops.py::TestCommonCPU::test_out_nn_functional_kl_div_cpu_float32 2022-09-27T15:50:42.0717529Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_kl_div_cpu_float32 2022-09-27T15:50:42.0738441Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_complex128 2022-09-27T15:50:42.0739827Z test_ops.py::TestCommonCPU::test_out_nn_functional_linear_cpu_float32 2022-09-27T15:50:42.0868275Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_float64 2022-09-27T15:50:42.0868945Z [gw0] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_out_nn_functional_linear_cpu_float32 2022-09-27T15:50:42.0884369Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:50:42.0913540Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_reduce_prod_cpu_float32 2022-09-27T15:50:42.0914228Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:50:42.0914801Z test_ops.py::TestCommonCPU::test_out_segment_reduce_offsets_cpu_float32 2022-09-27T15:50:42.0937842Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:50:42.0950834Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_segment_reduce_offsets_cpu_float32 2022-09-27T15:50:42.0989023Z test_ops.py::TestCommonCPU::test_out_short_cpu_float32 2022-09-27T15:50:42.0989634Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:50:42.0990230Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_short_cpu_float32 2022-09-27T15:50:42.0996301Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:50:42.1012038Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_float64 2022-09-27T15:50:42.1012615Z test_ops.py::TestCommonCPU::test_out_sin_cpu_float32 2022-09-27T15:50:42.1052128Z test_ops.py::TestCommonCPU::test_numpy_ref_native_layer_norm_cpu_float64 2022-09-27T15:50:42.1052757Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:50:42.1078161Z test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:50:42.1089183Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_sin_cpu_float32 2022-09-27T15:50:42.1101633Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:50:42.1102267Z test_ops.py::TestCommonCPU::test_out_nn_functional_one_hot_cpu_int64 2022-09-27T15:50:42.1140331Z test_ops.py::TestCommonCPU::test_out_softmax_cpu_float32 2022-09-27T15:50:42.1154055Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_one_hot_cpu_int64 2022-09-27T15:50:42.1179562Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:50:42.1199943Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:50:42.1240347Z test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:50:42.1240987Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:50:42.1264336Z test_ops.py::TestCommonCPU::test_out_nn_functional_relu_cpu_float32 2022-09-27T15:50:42.1275338Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_native_layer_norm_cpu_float64 2022-09-27T15:50:42.1280662Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_relu_cpu_float32 2022-09-27T15:50:42.1299265Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_gelu_cpu_float64 2022-09-27T15:50:42.1299823Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_softmax_cpu_float32 2022-09-27T15:50:42.1334705Z test_ops.py::TestCommonCPU::test_out_nn_functional_silu_cpu_float32 2022-09-27T15:50:42.1335295Z test_ops.py::TestCommonCPU::test_out_special_airy_ai_cpu_float32 2022-09-27T15:50:42.1335889Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_silu_cpu_float32 2022-09-27T15:50:42.1373941Z test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:50:42.1374692Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_gelu_cpu_float64 2022-09-27T15:50:42.1375998Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_layer_norm_cpu_float64 2022-09-27T15:50:42.1396930Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:50:42.1419628Z test_ops.py::TestCommonCPU::test_out_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:50:42.1427302Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:50:42.1442772Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_special_airy_ai_cpu_float32 2022-09-27T15:50:42.1443280Z test_ops.py::TestCommonCPU::test_out_nn_functional_unfold_cpu_float32 2022-09-27T15:50:42.1455234Z test_ops.py::TestCommonCPU::test_out_special_bessel_y1_cpu_float32 2022-09-27T15:50:42.1479833Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_layer_norm_cpu_float64 2022-09-27T15:50:42.1481214Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_unfold_cpu_float32 2022-09-27T15:50:42.1543622Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:50:42.1544243Z test_ops.py::TestCommonCPU::test_out_norm_cpu_float32 2022-09-27T15:50:42.1544775Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_svdvals_cpu_float32 2022-09-27T15:50:42.1545347Z test_ops.py::TestCommonCPU::test_out_linalg_vecdot_cpu_float32 2022-09-27T15:50:42.1616577Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:50:42.1617286Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_complex128 2022-09-27T15:50:42.1617907Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_special_bessel_y1_cpu_float32 2022-09-27T15:50:42.1618562Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:50:42.1636181Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:50:42.1893333Z test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:50:42.1906848Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:50:42.1948926Z test_ops.py::TestCommonCPU::test_out_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:50:42.1955267Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_complex128 2022-09-27T15:50:42.2019890Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_float64 2022-09-27T15:50:42.2020674Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_float64 2022-09-27T15:50:42.2157073Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_int64 2022-09-27T15:50:42.2172626Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_int64 2022-09-27T15:50:42.2173166Z test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_float64 2022-09-27T15:50:42.2201040Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:50:42.2283987Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i1_cpu_float32 2022-09-27T15:50:42.2310608Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i1_cpu_float32 2022-09-27T15:50:42.2405342Z test_ops.py::TestCommonCPU::test_out_special_ndtri_cpu_float32 2022-09-27T15:50:42.2405930Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_special_ndtri_cpu_float32 2022-09-27T15:50:42.2437816Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:50:42.2438512Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:50:42.2529360Z test_ops.py::TestCommonCPU::test_out_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:50:42.2530009Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_norm_cpu_float32 2022-09-27T15:50:42.2533639Z test_ops.py::TestCommonCPU::test_out_normal_cpu_float32 2022-09-27T15:50:42.2535496Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_vecdot_cpu_float32 2022-09-27T15:50:42.2553096Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:50:42.2553721Z test_ops.py::TestCommonCPU::test_out_log1p_cpu_float32 2022-09-27T15:50:42.2626339Z test_ops.py::TestCommonCPU::test_out_split_list_args_cpu_float32 2022-09-27T15:50:42.2627169Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_split_list_args_cpu_float32 2022-09-27T15:50:42.2627704Z test_ops.py::TestCommonCPU::test_out_squeeze_cpu_float32 2022-09-27T15:50:42.2630162Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_log1p_cpu_float32 2022-09-27T15:50:42.2649380Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_squeeze_cpu_float32 2022-09-27T15:50:42.2649998Z test_ops.py::TestCommonCPU::test_out_stft_cpu_float32 2022-09-27T15:50:42.2690579Z test_ops.py::TestCommonCPU::test_out_log_softmax_dtype_cpu_float32 2022-09-27T15:50:42.2691191Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_stft_cpu_float32 2022-09-27T15:50:42.2809466Z test_ops.py::TestCommonCPU::test_out_svd_cpu_float32 2022-09-27T15:50:42.2815549Z [gw0] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_out_normal_cpu_float32 2022-09-27T15:50:42.2840754Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_log_softmax_dtype_cpu_float32 2022-09-27T15:50:42.2841287Z test_ops.py::TestCommonCPU::test_out_logdet_cpu_float32 2022-09-27T15:50:42.2867058Z test_ops.py::TestCommonCPU::test_out_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:50:42.2881427Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_logdet_cpu_float32 2022-09-27T15:50:42.2882034Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:50:42.2903056Z test_ops.py::TestCommonCPU::test_out_logical_xor_cpu_float32 2022-09-27T15:50:42.2927980Z test_ops.py::TestCommonCPU::test_out_permute_cpu_float32 2022-09-27T15:50:42.2940576Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_permute_cpu_float32 2022-09-27T15:50:42.2963442Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:50:42.2982857Z [gw0] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:50:42.3001294Z test_ops.py::TestCommonCPU::test_out_positive_cpu_float32 2022-09-27T15:50:42.3019660Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_positive_cpu_float32 2022-09-27T15:50:42.3077961Z test_ops.py::TestCommonCPU::test_out_qr_cpu_float32 2022-09-27T15:50:42.3093962Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_logical_xor_cpu_float32 2022-09-27T15:50:42.3121351Z test_ops.py::TestCommonCPU::test_out_long_cpu_float32 2022-09-27T15:50:42.3139969Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_long_cpu_float32 2022-09-27T15:50:42.3233845Z test_ops.py::TestCommonCPU::test_out_lu_unpack_cpu_float32 2022-09-27T15:50:42.3246653Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_float64 2022-09-27T15:50:42.3337875Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_int64 2022-09-27T15:50:42.3348354Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_int64 2022-09-27T15:50:42.3424346Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_complex128 2022-09-27T15:50:42.3446820Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_complex128 2022-09-27T15:50:42.3488666Z test_ops.py::TestCommonCPU::test_numpy_ref_triu_indices_cpu_int64 2022-09-27T15:50:42.3496963Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_triu_indices_cpu_int64 2022-09-27T15:50:42.3640197Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_complex128 2022-09-27T15:50:42.3661581Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_complex128 2022-09-27T15:50:42.3688082Z test_ops.py::TestCommonCPU::test_out_T_cpu_float32 2022-09-27T15:50:42.3702098Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_T_cpu_float32 2022-09-27T15:50:42.3749617Z test_ops.py::TestCommonCPU::test_out___rdiv___cpu_float32 2022-09-27T15:50:42.3767081Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out___rdiv___cpu_float32 2022-09-27T15:50:42.3804946Z test_ops.py::TestCommonCPU::test_out___ror___cpu_int64 2022-09-27T15:50:42.3820308Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out___ror___cpu_int64 2022-09-27T15:50:42.3849191Z test_ops.py::TestCommonCPU::test_out__masked_amax_cpu_float32 2022-09-27T15:50:42.3861859Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__masked_amax_cpu_float32 2022-09-27T15:50:42.3909699Z test_ops.py::TestCommonCPU::test_out__masked_cumprod_cpu_float32 2022-09-27T15:50:42.3920050Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__masked_cumprod_cpu_float32 2022-09-27T15:50:42.3962868Z test_ops.py::TestCommonCPU::test_out__masked_logsumexp_cpu_float32 2022-09-27T15:50:42.3973170Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__masked_logsumexp_cpu_float32 2022-09-27T15:50:42.4042555Z test_ops.py::TestCommonCPU::test_out__masked_normalize_cpu_float32 2022-09-27T15:50:42.4049444Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__masked_normalize_cpu_float32 2022-09-27T15:50:42.4093947Z test_ops.py::TestCommonCPU::test_out__masked_std_cpu_float32 2022-09-27T15:50:42.4101384Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__masked_std_cpu_float32 2022-09-27T15:50:42.4145662Z test_ops.py::TestCommonCPU::test_out__refs_acos_cpu_float32 2022-09-27T15:50:42.4159513Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_lu_unpack_cpu_float32 2022-09-27T15:50:42.4199304Z test_ops.py::TestCommonCPU::test_out_masked_scatter_cpu_float32 2022-09-27T15:50:42.4238462Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_masked_scatter_cpu_float32 2022-09-27T15:50:42.4253803Z test_ops.py::TestCommonCPU::test_out_max_binary_cpu_float32 2022-09-27T15:50:42.4263552Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_acos_cpu_float32 2022-09-27T15:50:42.4480990Z test_ops.py::TestCommonCPU::test_out__refs_addr_cpu_float32 2022-09-27T15:50:42.4490615Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_addr_cpu_float32 2022-09-27T15:50:42.4543307Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_max_binary_cpu_float32 2022-09-27T15:50:42.4565098Z test_ops.py::TestCommonCPU::test_out_mean_cpu_float32 2022-09-27T15:50:42.4565670Z test_ops.py::TestCommonCPU::test_out__refs_amin_cpu_float32 2022-09-27T15:50:42.4566197Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_qr_cpu_float32 2022-09-27T15:50:42.4566717Z test_ops.py::TestCommonCPU::test_out_randint_like_cpu_float32 2022-09-27T15:50:42.4567239Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_mean_cpu_float32 2022-09-27T15:50:42.4625721Z test_ops.py::TestCommonCPU::test_out_min_binary_cpu_float32 2022-09-27T15:50:42.4626380Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_randint_like_cpu_float32 2022-09-27T15:50:42.4667216Z test_ops.py::TestCommonCPU::test_out_real_cpu_float32 2022-09-27T15:50:42.4667788Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_real_cpu_float32 2022-09-27T15:50:42.4736285Z test_ops.py::TestCommonCPU::test_out_repeat_cpu_float32 2022-09-27T15:50:42.4746734Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_repeat_cpu_float32 2022-09-27T15:50:42.4789120Z test_ops.py::TestCommonCPU::test_out_resize__cpu_float32 2022-09-27T15:50:42.4789677Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_resize__cpu_float32 2022-09-27T15:50:42.4860046Z test_ops.py::TestCommonCPU::test_out_roll_cpu_float32 2022-09-27T15:50:42.4860759Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_roll_cpu_float32 2022-09-27T15:50:42.4861592Z test_ops.py::TestCommonCPU::test_out_round_decimals_3_cpu_float32 2022-09-27T15:50:42.4871274Z [gw0] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_round_decimals_3_cpu_float32 2022-09-27T15:50:42.4912245Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_min_binary_cpu_float32 2022-09-27T15:50:42.4912872Z test_ops.py::TestCommonCPU::test_out_scatter_add_cpu_float32 2022-09-27T15:50:42.4954535Z test_ops.py::TestCommonCPU::test_out_mm_cpu_float32 2022-09-27T15:50:42.4965303Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_mm_cpu_float32 2022-09-27T15:50:42.5105436Z test_ops.py::TestCommonCPU::test_out_mul_cpu_float32 2022-09-27T15:50:42.5114192Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_add_cpu_float32 2022-09-27T15:50:42.5261654Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_mean_cpu_float32 2022-09-27T15:50:42.5262587Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_mul_cpu_float32 2022-09-27T15:50:42.5472371Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:50:42.5501203Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_amin_cpu_float32 2022-09-27T15:50:42.5529926Z test_ops.py::TestCommonCPU::test_out__refs_asin_cpu_float32 2022-09-27T15:50:42.5562124Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:50:42.5562777Z test_ops.py::TestCommonCPU::test_out_nanmedian_cpu_float32 2022-09-27T15:50:42.5576218Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_asin_cpu_float32 2022-09-27T15:50:42.5576955Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nanmedian_cpu_float32 2022-09-27T15:50:42.5599356Z test_ops.py::TestCommonCPU::test_out__refs_atanh_cpu_float32 2022-09-27T15:50:42.5625169Z test_ops.py::TestCommonCPU::test_out_narrow_cpu_float32 2022-09-27T15:50:42.5632365Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_narrow_cpu_float32 2022-09-27T15:50:42.5673467Z test_ops.py::TestCommonCPU::test_out_new_empty_cpu_float32 2022-09-27T15:50:42.5674340Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atanh_cpu_float32 2022-09-27T15:50:42.5674865Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_and_cpu_int64 2022-09-27T15:50:42.5694181Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_new_empty_cpu_float32 2022-09-27T15:50:42.5723977Z test_ops.py::TestCommonCPU::test_out_new_zeros_cpu_float32 2022-09-27T15:50:42.5754252Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_new_zeros_cpu_float32 2022-09-27T15:50:42.5771980Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:50:42.5776231Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:50:42.5794241Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_reduce_mean_cpu_float32 2022-09-27T15:50:42.5794932Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:50:42.5820870Z test_ops.py::TestCommonCPU::test_out_segment_reduce_lengths_cpu_float32 2022-09-27T15:50:42.5832629Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:50:42.5855976Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_segment_reduce_lengths_cpu_float32 2022-09-27T15:50:42.5856623Z test_ops.py::TestCommonCPU::test_out_nn_functional_bilinear_cpu_float32 2022-09-27T15:50:42.5919127Z test_ops.py::TestCommonCPU::test_out_sgn_cpu_float32 2022-09-27T15:50:42.5928605Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_sgn_cpu_float32 2022-09-27T15:50:42.5930296Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_bilinear_cpu_float32 2022-09-27T15:50:42.5938436Z test_ops.py::TestCommonCPU::test_out_signbit_cpu_float32 2022-09-27T15:50:42.5975349Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv1d_cpu_float32 2022-09-27T15:50:42.5986825Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_signbit_cpu_float32 2022-09-27T15:50:42.6000598Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_conv1d_cpu_float32 2022-09-27T15:50:42.6009566Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_bitwise_and_cpu_int64 2022-09-27T15:50:42.6038890Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:50:42.6039668Z test_ops.py::TestCommonCPU::test_out_slice_scatter_cpu_float32 2022-09-27T15:50:42.6040341Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_xor_cpu_int64 2022-09-27T15:50:42.6047258Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_slice_scatter_cpu_float32 2022-09-27T15:50:42.6071191Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:50:42.6071854Z test_ops.py::TestCommonCPU::test_out_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:50:42.6077246Z test_ops.py::TestCommonCPU::test_out_sparse_sampled_addmm_cpu_float32 2022-09-27T15:50:42.6089028Z [gw0] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_sparse_sampled_addmm_cpu_float32 2022-09-27T15:50:42.6108369Z test_ops.py::TestCommonCPU::test_out_special_bessel_y0_cpu_float32 2022-09-27T15:50:42.6131956Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:50:42.6173566Z test_ops.py::TestCommonCPU::test_out_nn_functional_elu_cpu_float32 2022-09-27T15:50:42.6174310Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_elu_cpu_float32 2022-09-27T15:50:42.6205730Z test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:50:42.6224426Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_special_bessel_y0_cpu_float32 2022-09-27T15:50:42.6241654Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:50:42.6242341Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:50:42.6256500Z test_ops.py::TestCommonCPU::test_out_nn_functional_gelu_cpu_float32 2022-09-27T15:50:42.6264326Z [gw0] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:50:42.6282360Z [gw2] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_nn_functional_gelu_cpu_float32 2022-09-27T15:50:42.6282985Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardshrink_cpu_float32 2022-09-27T15:50:42.6349838Z test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:50:42.6368305Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_bitwise_xor_cpu_int64 2022-09-27T15:50:42.6458018Z test_ops.py::TestCommonCPU::test_out__refs_cat_cpu_float32 2022-09-27T15:50:42.6458825Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_hardshrink_cpu_float32 2022-09-27T15:50:42.6488781Z test_ops.py::TestCommonCPU::test_out_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:50:42.6513672Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:50:42.6544220Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:50:42.6571914Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:50:42.6572471Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:50:42.6576782Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:50:42.6599024Z test_ops.py::TestCommonCPU::test_out_special_i1e_cpu_float32 2022-09-27T15:50:42.6622578Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:50:42.6645487Z test_ops.py::TestCommonCPU::test_out_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:50:42.6656289Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:50:42.6665338Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_special_i1e_cpu_float32 2022-09-27T15:50:42.6676535Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_cat_cpu_float32 2022-09-27T15:50:42.6679302Z test_ops.py::TestCommonCPU::test_out_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:50:42.6700677Z test_ops.py::TestCommonCPU::test_out__refs_clamp_max_cpu_float32 2022-09-27T15:50:42.6714209Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i0_cpu_float32 2022-09-27T15:50:42.6720822Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:50:42.6761587Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:50:42.6789893Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:50:42.6790513Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:50:42.6816068Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i0_cpu_float32 2022-09-27T15:50:42.6816746Z test_ops.py::TestCommonCPU::test_out_special_ndtr_cpu_float32 2022-09-27T15:50:42.6844169Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:50:42.6864815Z test_ops.py::TestCommonCPU::test_out_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:50:42.6903319Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:50:42.6919515Z test_ops.py::TestCommonCPU::test_out_nn_functional_normalize_cpu_float32 2022-09-27T15:50:42.6927237Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_clamp_max_cpu_float32 2022-09-27T15:50:42.6946693Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_special_ndtr_cpu_float32 2022-09-27T15:50:42.6947434Z test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:50:42.6973845Z test_ops.py::TestCommonCPU::test_out__refs_conj_cpu_float32 2022-09-27T15:50:42.6980120Z [gw3] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_conj_cpu_float32 2022-09-27T15:50:42.7043979Z test_ops.py::TestCommonCPU::test_out__refs_copysign_cpu_float32 2022-09-27T15:50:42.7109585Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:50:42.7110280Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:50:42.7113838Z [gw0] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:50:42.7114682Z test_ops.py::TestCommonCPU::test_out_split_cpu_float32 2022-09-27T15:50:42.7125669Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_split_cpu_float32 2022-09-27T15:50:42.7225369Z test_ops.py::TestCommonCPU::test_out_square_cpu_float32 2022-09-27T15:50:42.7226024Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_normalize_cpu_float32 2022-09-27T15:50:42.7226722Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:50:42.7238050Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_square_cpu_float32 2022-09-27T15:50:42.7262649Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:50:42.7263245Z test_ops.py::TestCommonCPU::test_out_std_mean_cpu_float32 2022-09-27T15:50:42.7288502Z test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:50:42.7299391Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:50:42.7343683Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_std_mean_cpu_float32 2022-09-27T15:50:42.7344400Z test_ops.py::TestCommonCPU::test_out_nn_functional_relu6_cpu_float32 2022-09-27T15:50:42.7349557Z test_ops.py::TestCommonCPU::test_out_sum_to_size_cpu_float32 2022-09-27T15:50:42.7352030Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_relu6_cpu_float32 2022-09-27T15:50:42.7398357Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_sum_to_size_cpu_float32 2022-09-27T15:50:42.7398918Z test_ops.py::TestCommonCPU::test_out_t_cpu_float32 2022-09-27T15:50:42.7399647Z test_ops.py::TestCommonCPU::test_out_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:50:42.7405847Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:50:42.7428216Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_t_cpu_float32 2022-09-27T15:50:42.7428823Z test_ops.py::TestCommonCPU::test_out_tanh_cpu_float32 2022-09-27T15:50:42.7461260Z test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_cpu_float32 2022-09-27T15:50:42.7504954Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_cpu_float32 2022-09-27T15:50:42.7505576Z test_ops.py::TestCommonCPU::test_out_nn_functional_softsign_cpu_float32 2022-09-27T15:50:42.7506139Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_tanh_cpu_float32 2022-09-27T15:50:42.7506670Z test_ops.py::TestCommonCPU::test_out_to_cpu_float32 2022-09-27T15:50:42.7551702Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_softsign_cpu_float32 2022-09-27T15:50:42.7552649Z test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:50:42.7557967Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_to_cpu_float32 2022-09-27T15:50:42.7572862Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:50:42.7573605Z test_ops.py::TestCommonCPU::test_out_transpose_cpu_float32 2022-09-27T15:50:42.7626556Z test_ops.py::TestCommonCPU::test_out_nonzero_cpu_float32 2022-09-27T15:50:42.7627128Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_transpose_cpu_float32 2022-09-27T15:50:42.7635560Z test_ops.py::TestCommonCPU::test_out_tril_cpu_float32 2022-09-27T15:50:42.7649628Z [gw2] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_out_nonzero_cpu_float32 2022-09-27T15:50:42.7717337Z test_ops.py::TestCommonCPU::test_out_norm_nuc_cpu_float32 2022-09-27T15:50:42.7723648Z [gw2] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_out_norm_nuc_cpu_float32 2022-09-27T15:50:42.7775475Z test_ops.py::TestCommonCPU::test_out_ones_like_cpu_float32 2022-09-27T15:50:42.7776248Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_ones_like_cpu_float32 2022-09-27T15:50:42.7836832Z test_ops.py::TestCommonCPU::test_out_pca_lowrank_cpu_float32 2022-09-27T15:50:42.7851674Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_pca_lowrank_cpu_float32 2022-09-27T15:50:42.7903809Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:50:42.7904368Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_tril_cpu_float32 2022-09-27T15:50:42.7995488Z test_ops.py::TestCommonCPU::test_out_true_divide_cpu_float32 2022-09-27T15:50:42.7996230Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out__refs_copysign_cpu_float32 2022-09-27T15:50:42.8030816Z test_ops.py::TestCommonCPU::test_out__refs_diagonal_cpu_float32 2022-09-27T15:50:42.8052355Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out__refs_diagonal_cpu_float32 2022-09-27T15:50:42.8128043Z test_ops.py::TestCommonCPU::test_out__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:50:42.8160809Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:50:42.8164591Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:50:42.8173976Z [gw2] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:50:42.8193315Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_true_divide_cpu_float32 2022-09-27T15:50:42.8194203Z test_ops.py::TestCommonCPU::test_out_put_cpu_float32 2022-09-27T15:50:42.8238618Z test_ops.py::TestCommonCPU::test_out_unfold_cpu_float32 2022-09-27T15:50:42.8239306Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_put_cpu_float32 2022-09-27T15:50:42.8239939Z test_ops.py::TestCommonCPU::test_out_rand_like_cpu_float32 2022-09-27T15:50:42.8256493Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_unfold_cpu_float32 2022-09-27T15:50:42.8287234Z test_ops.py::TestCommonCPU::test_out_unsqueeze_cpu_float32 2022-09-27T15:50:42.8296538Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_rand_like_cpu_float32 2022-09-27T15:50:42.8321012Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_unsqueeze_cpu_float32 2022-09-27T15:50:42.8321852Z test_ops.py::TestCommonCPU::test_out_view_as_complex_cpu_float32 2022-09-27T15:50:42.8340999Z test_ops.py::TestCommonCPU::test_out_ravel_cpu_float32 2022-09-27T15:50:42.8349863Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_view_as_complex_cpu_float32 2022-09-27T15:50:42.8385078Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_ravel_cpu_float32 2022-09-27T15:50:42.8385723Z test_ops.py::TestCommonCPU::test_out_vsplit_cpu_float32 2022-09-27T15:50:42.8396680Z test_ops.py::TestCommonCPU::test_out_renorm_cpu_float32 2022-09-27T15:50:42.8427887Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_vsplit_cpu_float32 2022-09-27T15:50:42.8443085Z test_ops.py::TestCommonCPU::test_out_warning___getitem___cpu 2022-09-27T15:50:42.8458004Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning___getitem___cpu 2022-09-27T15:50:42.8527998Z test_ops.py::TestCommonCPU::test_out_warning___rmatmul___cpu 2022-09-27T15:50:42.8532860Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_renorm_cpu_float32 2022-09-27T15:50:42.8579661Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rmatmul___cpu 2022-09-27T15:50:42.8580192Z test_ops.py::TestCommonCPU::test_out_reshape_cpu_float32 2022-09-27T15:50:42.8580626Z test_ops.py::TestCommonCPU::test_out_warning___rpow___cpu 2022-09-27T15:50:42.8630028Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_reshape_cpu_float32 2022-09-27T15:50:42.8630682Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rpow___cpu 2022-09-27T15:50:42.8631212Z test_ops.py::TestCommonCPU::test_out_resolve_neg_cpu_float32 2022-09-27T15:50:42.8631707Z test_ops.py::TestCommonCPU::test_out_warning__masked_amin_cpu 2022-09-27T15:50:42.8644619Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:50:42.8648760Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_resolve_neg_cpu_float32 2022-09-27T15:50:42.8667938Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_amin_cpu 2022-09-27T15:50:42.8668484Z test_ops.py::TestCommonCPU::test_out__refs_empty_like_cpu_float32 2022-09-27T15:50:42.8668983Z test_ops.py::TestCommonCPU::test_out_warning__masked_cumsum_cpu 2022-09-27T15:50:42.8682823Z test_ops.py::TestCommonCPU::test_out_round_decimals_0_cpu_float32 2022-09-27T15:50:42.8695976Z [gw3] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out__refs_empty_like_cpu_float32 2022-09-27T15:50:42.8703194Z test_ops.py::TestCommonCPU::test_out__refs_erfinv_cpu_float32 2022-09-27T15:50:42.8713348Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_cumsum_cpu 2022-09-27T15:50:42.8746519Z test_ops.py::TestCommonCPU::test_out_warning__masked_mean_cpu 2022-09-27T15:50:42.8759534Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_mean_cpu 2022-09-27T15:50:42.8772587Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_round_decimals_0_cpu_float32 2022-09-27T15:50:42.8780501Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out__refs_erfinv_cpu_float32 2022-09-27T15:50:42.8791637Z test_ops.py::TestCommonCPU::test_out_warning__masked_prod_cpu 2022-09-27T15:50:42.8793407Z test_ops.py::TestCommonCPU::test_out__refs_expand_cpu_float32 2022-09-27T15:50:42.8808354Z test_ops.py::TestCommonCPU::test_out_rsub_cpu_float32 2022-09-27T15:50:42.8816718Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_prod_cpu 2022-09-27T15:50:42.8829952Z test_ops.py::TestCommonCPU::test_out_warning__masked_sum_cpu 2022-09-27T15:50:42.8836597Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out__refs_expand_cpu_float32 2022-09-27T15:50:42.8848916Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_rsub_cpu_float32 2022-09-27T15:50:42.8862495Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_sum_cpu 2022-09-27T15:50:42.8867770Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_amin_cpu_float32 2022-09-27T15:50:42.8868329Z test_ops.py::TestCommonCPU::test_out__refs_fft_fft_cpu_float32 2022-09-27T15:50:42.9016906Z test_ops.py::TestCommonCPU::test_out_warning__refs_acosh_cpu 2022-09-27T15:50:42.9028687Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_acosh_cpu 2022-09-27T15:50:42.9207175Z test_ops.py::TestCommonCPU::test_out_warning__refs_all_cpu 2022-09-27T15:50:42.9220619Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_fft_cpu_float32 2022-09-27T15:50:42.9404930Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfft_cpu_float32 2022-09-27T15:50:42.9418786Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_reduce_amin_cpu_float32 2022-09-27T15:50:42.9635566Z test_ops.py::TestCommonCPU::test_out_searchsorted_cpu_float32 2022-09-27T15:50:42.9648834Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_hfft_cpu_float32 2022-09-27T15:50:42.9827099Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifftn_cpu_float32 2022-09-27T15:50:42.9837466Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_all_cpu 2022-09-27T15:50:43.0143400Z test_ops.py::TestCommonCPU::test_out_warning__refs_any_cpu 2022-09-27T15:50:43.0157522Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ifftn_cpu_float32 2022-09-27T15:50:43.0599090Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfftn_cpu_float32 2022-09-27T15:50:43.0610492Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_any_cpu 2022-09-27T15:50:43.0688773Z test_ops.py::TestCommonCPU::test_out_warning__refs_asinh_cpu 2022-09-27T15:50:43.0695754Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ihfftn_cpu_float32 2022-09-27T15:50:43.0706384Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_asinh_cpu 2022-09-27T15:50:43.0707964Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfft2_cpu_float32 2022-09-27T15:50:43.0746327Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_1d_cpu 2022-09-27T15:50:43.0758599Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_1d_cpu 2022-09-27T15:50:43.0901754Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_left_shift_cpu 2022-09-27T15:50:43.0914914Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_rfft2_cpu_float32 2022-09-27T15:50:43.0955243Z test_ops.py::TestCommonCPU::test_out__refs_flatten_cpu_float32 2022-09-27T15:50:43.0967779Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out__refs_flatten_cpu_float32 2022-09-27T15:50:43.1102367Z test_ops.py::TestCommonCPU::test_out__refs_float_power_cpu_float32 2022-09-27T15:50:43.1112476Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_left_shift_cpu 2022-09-27T15:50:43.1140355Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_shapes_cpu 2022-09-27T15:50:43.1150942Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_shapes_cpu 2022-09-27T15:50:43.1218449Z test_ops.py::TestCommonCPU::test_out_warning__refs_ceil_cpu 2022-09-27T15:50:43.1229286Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_ceil_cpu 2022-09-27T15:50:43.1518119Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_min_cpu 2022-09-27T15:50:43.1530726Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_min_cpu 2022-09-27T15:50:43.1544286Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out__refs_float_power_cpu_float32 2022-09-27T15:50:43.1544967Z test_ops.py::TestCommonCPU::test_out_warning__refs_conj_physical_cpu 2022-09-27T15:50:43.1602199Z test_ops.py::TestCommonCPU::test_out__refs_fmin_cpu_float32 2022-09-27T15:50:43.1612824Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_conj_physical_cpu 2022-09-27T15:50:43.1672531Z test_ops.py::TestCommonCPU::test_out_warning__refs_cos_cpu 2022-09-27T15:50:43.1686228Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_searchsorted_cpu_float32 2022-09-27T15:50:43.1725330Z test_ops.py::TestCommonCPU::test_out_select_scatter_cpu_float32 2022-09-27T15:50:43.1736303Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_select_scatter_cpu_float32 2022-09-27T15:50:43.1751284Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_cos_cpu 2022-09-27T15:50:43.1751816Z test_ops.py::TestCommonCPU::test_out_sign_cpu_float32 2022-09-27T15:50:43.1801746Z test_ops.py::TestCommonCPU::test_out_warning__refs_digamma_cpu 2022-09-27T15:50:43.1813553Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_sign_cpu_float32 2022-09-27T15:50:43.1874598Z test_ops.py::TestCommonCPU::test_out_sinh_cpu_float32 2022-09-27T15:50:43.1880999Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_sinh_cpu_float32 2022-09-27T15:50:43.1893508Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_digamma_cpu 2022-09-27T15:50:43.1894069Z test_ops.py::TestCommonCPU::test_out_sort_cpu_float32 2022-09-27T15:50:43.1922076Z test_ops.py::TestCommonCPU::test_out_warning__refs_dsplit_cpu 2022-09-27T15:50:43.1934205Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fmin_cpu_float32 2022-09-27T15:50:43.1949136Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_dsplit_cpu 2022-09-27T15:50:43.1949795Z test_ops.py::TestCommonCPU::test_out__refs_ge_cpu_float32 2022-09-27T15:50:43.2253314Z test_ops.py::TestCommonCPU::test_out_warning__refs_eq_cpu 2022-09-27T15:50:43.2263694Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out__refs_ge_cpu_float32 2022-09-27T15:50:43.2331931Z test_ops.py::TestCommonCPU::test_out__refs_hstack_cpu_float32 2022-09-27T15:50:43.2342677Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_eq_cpu 2022-09-27T15:50:43.2366305Z test_ops.py::TestCommonCPU::test_out_warning__refs_exp2_cpu 2022-09-27T15:50:43.2380195Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out__refs_hstack_cpu_float32 2022-09-27T15:50:43.2456288Z test_ops.py::TestCommonCPU::test_out__refs_igammac_cpu_float32 2022-09-27T15:50:43.2466380Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_exp2_cpu 2022-09-27T15:50:43.2534753Z test_ops.py::TestCommonCPU::test_out_warning__refs_expm1_cpu 2022-09-27T15:50:43.2544957Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_expm1_cpu 2022-09-27T15:50:43.2775092Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftn_cpu 2022-09-27T15:50:43.2789301Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_svd_cpu_float32 2022-09-27T15:50:43.2833812Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out__refs_igammac_cpu_float32 2022-09-27T15:50:43.2834687Z test_ops.py::TestCommonCPU::test_out_take_along_dim_cpu_float32 2022-09-27T15:50:43.2838865Z test_ops.py::TestCommonCPU::test_out__refs_index_fill_cpu_float32 2022-09-27T15:50:43.2862074Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out__refs_index_fill_cpu_float32 2022-09-27T15:50:43.2953602Z test_ops.py::TestCommonCPU::test_out__refs_isinf_cpu_float32 2022-09-27T15:50:43.2971216Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isinf_cpu_float32 2022-09-27T15:50:43.2974217Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_take_along_dim_cpu_float32 2022-09-27T15:50:43.2992248Z test_ops.py::TestCommonCPU::test_out__refs_isreal_cpu_float32 2022-09-27T15:50:43.2992838Z test_ops.py::TestCommonCPU::test_out_tensor_split_cpu_float32 2022-09-27T15:50:43.3039820Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftn_cpu 2022-09-27T15:50:43.3040478Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfftn_cpu 2022-09-27T15:50:43.3041299Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_tensor_split_cpu_float32 2022-09-27T15:50:43.3049547Z test_ops.py::TestCommonCPU::test_out_to_sparse_cpu_float32 2022-09-27T15:50:43.3088316Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isreal_cpu_float32 2022-09-27T15:50:43.3088997Z test_ops.py::TestCommonCPU::test_out__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:50:43.3089557Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_to_sparse_cpu_float32 2022-09-27T15:50:43.3131747Z test_ops.py::TestCommonCPU::test_out_trapezoid_cpu_float32 2022-09-27T15:50:43.3141691Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_trapezoid_cpu_float32 2022-09-27T15:50:43.3177841Z test_ops.py::TestCommonCPU::test_out_tril_indices_cpu_int64 2022-09-27T15:50:43.3188310Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_tril_indices_cpu_int64 2022-09-27T15:50:43.3253861Z test_ops.py::TestCommonCPU::test_out_trunc_cpu_float32 2022-09-27T15:50:43.3296468Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_trunc_cpu_float32 2022-09-27T15:50:43.3319616Z test_ops.py::TestCommonCPU::test_out_uniform_cpu_float32 2022-09-27T15:50:43.3335267Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_uniform_cpu_float32 2022-09-27T15:50:43.3377719Z test_ops.py::TestCommonCPU::test_out_var_cpu_float32 2022-09-27T15:50:43.3391836Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_var_cpu_float32 2022-09-27T15:50:43.3450386Z test_ops.py::TestCommonCPU::test_out_view_as_cpu_float32 2022-09-27T15:50:43.3451009Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_view_as_cpu_float32 2022-09-27T15:50:43.3525463Z test_ops.py::TestCommonCPU::test_out_vstack_cpu_float32 2022-09-27T15:50:43.3534698Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_vstack_cpu_float32 2022-09-27T15:50:43.3589068Z test_ops.py::TestCommonCPU::test_out_warning___radd___cpu 2022-09-27T15:50:43.3604690Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning___radd___cpu 2022-09-27T15:50:43.3657132Z test_ops.py::TestCommonCPU::test_out_warning___rmod___cpu 2022-09-27T15:50:43.3657681Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfftn_cpu 2022-09-27T15:50:43.3658224Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftshift_cpu 2022-09-27T15:50:43.3658762Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rmod___cpu 2022-09-27T15:50:43.3701472Z test_ops.py::TestCommonCPU::test_out_warning___rsub___cpu 2022-09-27T15:50:43.3702183Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftshift_cpu 2022-09-27T15:50:43.3702818Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft2_cpu 2022-09-27T15:50:43.3708630Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rsub___cpu 2022-09-27T15:50:43.3741826Z test_ops.py::TestCommonCPU::test_out_warning__masked_argmax_cpu 2022-09-27T15:50:43.3762345Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_argmax_cpu 2022-09-27T15:50:43.3799912Z test_ops.py::TestCommonCPU::test_out_warning__masked_log_softmax_cpu 2022-09-27T15:50:43.3806158Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_log_softmax_cpu 2022-09-27T15:50:43.3849001Z test_ops.py::TestCommonCPU::test_out_warning__masked_median_cpu 2022-09-27T15:50:43.3859522Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_median_cpu 2022-09-27T15:50:43.3905593Z test_ops.py::TestCommonCPU::test_out_warning__masked_softmax_cpu 2022-09-27T15:50:43.3915212Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_softmax_cpu 2022-09-27T15:50:43.3952822Z test_ops.py::TestCommonCPU::test_out_warning__masked_var_cpu 2022-09-27T15:50:43.3960644Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_var_cpu 2022-09-27T15:50:43.3997978Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft2_cpu 2022-09-27T15:50:43.3998836Z test_ops.py::TestCommonCPU::test_out_warning__refs_add_cpu 2022-09-27T15:50:43.4088931Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft_cpu 2022-09-27T15:50:43.4100295Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_sort_cpu_float32 2022-09-27T15:50:43.4221942Z test_ops.py::TestCommonCPU::test_out_special_bessel_j1_cpu_float32 2022-09-27T15:50:43.4222664Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_bessel_j1_cpu_float32 2022-09-27T15:50:43.4335542Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:50:43.4342473Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft_cpu 2022-09-27T15:50:43.4410739Z test_ops.py::TestCommonCPU::test_out_warning__refs_flip_cpu 2022-09-27T15:50:43.4411405Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_flip_cpu 2022-09-27T15:50:43.4518162Z test_ops.py::TestCommonCPU::test_out_warning__refs_floor_cpu 2022-09-27T15:50:43.4518844Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_floor_cpu 2022-09-27T15:50:43.4522580Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmod_cpu 2022-09-27T15:50:43.4527410Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_add_cpu 2022-09-27T15:50:43.4569179Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:50:43.4569913Z test_ops.py::TestCommonCPU::test_out_warning__refs_allclose_cpu 2022-09-27T15:50:43.4695735Z test_ops.py::TestCommonCPU::test_out_special_erfcx_cpu_float32 2022-09-27T15:50:43.4696317Z [gw1] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning__refs_allclose_cpu 2022-09-27T15:50:43.4696860Z test_ops.py::TestCommonCPU::test_out_warning__refs_arange_cpu 2022-09-27T15:50:43.4697356Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_erfcx_cpu_float32 2022-09-27T15:50:43.4788271Z test_ops.py::TestCommonCPU::test_out_special_i1_cpu_float32 2022-09-27T15:50:43.4788880Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_i1_cpu_float32 2022-09-27T15:50:43.4866018Z test_ops.py::TestCommonCPU::test_out_special_log_ndtr_cpu_float32 2022-09-27T15:50:43.4909859Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_log_ndtr_cpu_float32 2022-09-27T15:50:43.4910503Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k1_cpu_float32 2022-09-27T15:50:43.4911089Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fmod_cpu 2022-09-27T15:50:43.5024071Z test_ops.py::TestCommonCPU::test_out_warning__refs_gt_cpu 2022-09-27T15:50:43.5024868Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k1_cpu_float32 2022-09-27T15:50:43.5101471Z test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:50:43.5188128Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:50:43.5188929Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:50:43.5189615Z [gw2] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:50:43.5292572Z test_ops.py::TestCommonCPU::test_out_special_zeta_cpu_float32 2022-09-27T15:50:43.5304132Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_gt_cpu 2022-09-27T15:50:43.5461139Z test_ops.py::TestCommonCPU::test_out_warning__refs_hypot_cpu 2022-09-27T15:50:43.5462220Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_zeta_cpu_float32 2022-09-27T15:50:43.5564229Z test_ops.py::TestCommonCPU::test_out_sqrt_cpu_float32 2022-09-27T15:50:43.5565070Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_sqrt_cpu_float32 2022-09-27T15:50:43.5565589Z test_ops.py::TestCommonCPU::test_out_std_cpu_float32 2022-09-27T15:50:43.5572213Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_std_cpu_float32 2022-09-27T15:50:43.5606281Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_arange_cpu 2022-09-27T15:50:43.5607022Z test_ops.py::TestCommonCPU::test_out_sum_cpu_float32 2022-09-27T15:50:43.5621527Z test_ops.py::TestCommonCPU::test_out_warning__refs_atan2_cpu 2022-09-27T15:50:43.5663446Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_sum_cpu_float32 2022-09-27T15:50:43.5710533Z test_ops.py::TestCommonCPU::test_out_symeig_cpu_float32 2022-09-27T15:50:43.5752570Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_hypot_cpu 2022-09-27T15:50:43.5755472Z test_ops.py::TestCommonCPU::test_out_warning__refs_imag_cpu 2022-09-27T15:50:43.5816925Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_imag_cpu 2022-09-27T15:50:43.5918739Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_select_cpu 2022-09-27T15:50:43.6002821Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_index_select_cpu 2022-09-27T15:50:43.6003496Z test_ops.py::TestCommonCPU::test_out_warning__refs_isnan_cpu 2022-09-27T15:50:43.6009850Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isnan_cpu 2022-09-27T15:50:43.6021075Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atan2_cpu 2022-09-27T15:50:43.6045935Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_symeig_cpu_float32 2022-09-27T15:50:43.6046568Z test_ops.py::TestCommonCPU::test_out_warning__refs_lcm_cpu 2022-09-27T15:50:43.6046997Z test_ops.py::TestCommonCPU::test_out_tan_cpu_float32 2022-09-27T15:50:43.6204020Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_2d_cpu 2022-09-27T15:50:43.6204608Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_2d_cpu 2022-09-27T15:50:43.6205108Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_not_cpu 2022-09-27T15:50:43.6205606Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_tan_cpu_float32 2022-09-27T15:50:43.6206095Z test_ops.py::TestCommonCPU::test_out_tile_cpu_float32 2022-09-27T15:50:43.6216124Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_tile_cpu_float32 2022-09-27T15:50:43.6237020Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_not_cpu 2022-09-27T15:50:43.6237565Z test_ops.py::TestCommonCPU::test_out_trace_cpu_float32 2022-09-27T15:50:43.6261913Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_tensors_cpu 2022-09-27T15:50:43.6269021Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_trace_cpu_float32 2022-09-27T15:50:43.6313142Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_tensors_cpu 2022-09-27T15:50:43.6313720Z test_ops.py::TestCommonCPU::test_out_triangular_solve_cpu_float32 2022-09-27T15:50:43.6319817Z test_ops.py::TestCommonCPU::test_out_warning__refs_chunk_cpu 2022-09-27T15:50:43.6331005Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_chunk_cpu 2022-09-27T15:50:43.6367696Z test_ops.py::TestCommonCPU::test_out_warning__refs_clone_cpu 2022-09-27T15:50:43.6379378Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_clone_cpu 2022-09-27T15:50:43.6416070Z test_ops.py::TestCommonCPU::test_out_warning__refs_constant_pad_nd_cpu 2022-09-27T15:50:43.6427111Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_constant_pad_nd_cpu 2022-09-27T15:50:43.6436099Z test_ops.py::TestCommonCPU::test_out_warning__refs_cosh_cpu 2022-09-27T15:50:43.6449166Z [gw2] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_out_triangular_solve_cpu_float32 2022-09-27T15:50:43.6483050Z test_ops.py::TestCommonCPU::test_out_triu_indices_cpu_int64 2022-09-27T15:50:43.6493047Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_triu_indices_cpu_int64 2022-09-27T15:50:43.6522801Z test_ops.py::TestCommonCPU::test_out_unflatten_cpu_float32 2022-09-27T15:50:43.6532946Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_unflatten_cpu_float32 2022-09-27T15:50:43.6567464Z test_ops.py::TestCommonCPU::test_out_unique_cpu_float32 2022-09-27T15:50:43.6572546Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_cosh_cpu 2022-09-27T15:50:43.6587310Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_lcm_cpu 2022-09-27T15:50:43.6587967Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_floor_rounding_cpu 2022-09-27T15:50:43.6782083Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_norm_cpu 2022-09-27T15:50:43.6793554Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_unique_cpu_float32 2022-09-27T15:50:43.6849993Z test_ops.py::TestCommonCPU::test_out_vdot_cpu_float32 2022-09-27T15:50:43.6861295Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_vdot_cpu_float32 2022-09-27T15:50:43.6894789Z test_ops.py::TestCommonCPU::test_out_view_cpu_float32 2022-09-27T15:50:43.6906157Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_view_cpu_float32 2022-09-27T15:50:43.6937411Z test_ops.py::TestCommonCPU::test_out_warning_T_cpu 2022-09-27T15:50:43.6948138Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_T_cpu 2022-09-27T15:50:43.6994932Z test_ops.py::TestCommonCPU::test_out_warning___rdiv___cpu 2022-09-27T15:50:43.7006188Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rdiv___cpu 2022-09-27T15:50:43.7044487Z test_ops.py::TestCommonCPU::test_out_warning___ror___cpu 2022-09-27T15:50:43.7055266Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning___ror___cpu 2022-09-27T15:50:43.7088057Z test_ops.py::TestCommonCPU::test_out_warning__masked_amax_cpu 2022-09-27T15:50:43.7099240Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_amax_cpu 2022-09-27T15:50:43.7140609Z test_ops.py::TestCommonCPU::test_out_warning__masked_cumprod_cpu 2022-09-27T15:50:43.7151230Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_cumprod_cpu 2022-09-27T15:50:43.7185295Z test_ops.py::TestCommonCPU::test_out_warning__masked_logsumexp_cpu 2022-09-27T15:50:43.7197297Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_logsumexp_cpu 2022-09-27T15:50:43.7255653Z test_ops.py::TestCommonCPU::test_out_warning__masked_normalize_cpu 2022-09-27T15:50:43.7266721Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_normalize_cpu 2022-09-27T15:50:43.7302089Z test_ops.py::TestCommonCPU::test_out_warning__masked_std_cpu 2022-09-27T15:50:43.7313071Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_std_cpu 2022-09-27T15:50:43.7472354Z test_ops.py::TestCommonCPU::test_out_warning__refs_acos_cpu 2022-09-27T15:50:43.7483210Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_acos_cpu 2022-09-27T15:50:43.7634836Z test_ops.py::TestCommonCPU::test_out_warning__refs_addr_cpu 2022-09-27T15:50:43.8357713Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:50:43.8358317Z test_ops.py::TestCommonCPU::test_out__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:50:43.8358843Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_addr_cpu 2022-09-27T15:50:43.8699205Z test_ops.py::TestCommonCPU::test_out_warning__refs_amin_cpu 2022-09-27T15:50:43.8709629Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_amin_cpu 2022-09-27T15:50:43.8766375Z test_ops.py::TestCommonCPU::test_out_warning__refs_asin_cpu 2022-09-27T15:50:43.8773588Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_asin_cpu 2022-09-27T15:50:43.8825110Z test_ops.py::TestCommonCPU::test_out_warning__refs_atanh_cpu 2022-09-27T15:50:43.8838355Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atanh_cpu 2022-09-27T15:50:43.8843021Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_div_floor_rounding_cpu 2022-09-27T15:50:43.8853026Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_and_cpu 2022-09-27T15:50:43.9050926Z test_ops.py::TestCommonCPU::test_out_warning__refs_dstack_cpu 2022-09-27T15:50:43.9060510Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_dstack_cpu 2022-09-27T15:50:43.9070499Z test_ops.py::TestCommonCPU::test_out_warning__refs_erf_cpu 2022-09-27T15:50:43.9080772Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_and_cpu 2022-09-27T15:50:43.9119699Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_xor_cpu 2022-09-27T15:50:43.9129112Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_erf_cpu 2022-09-27T15:50:43.9219750Z test_ops.py::TestCommonCPU::test_out_warning__refs_exp_cpu 2022-09-27T15:50:43.9226840Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_exp_cpu 2022-09-27T15:50:43.9436180Z test_ops.py::TestCommonCPU::test_out_warning__refs_eye_cpu 2022-09-27T15:50:43.9447627Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_xor_cpu 2022-09-27T15:50:43.9774973Z test_ops.py::TestCommonCPU::test_out_warning__refs_cat_cpu 2022-09-27T15:50:43.9785265Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_cat_cpu 2022-09-27T15:50:43.9981912Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_max_cpu 2022-09-27T15:50:43.9989853Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_max_cpu 2022-09-27T15:50:44.0011187Z test_ops.py::TestCommonCPU::test_out_warning__refs_conj_cpu 2022-09-27T15:50:44.0018564Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_conj_cpu 2022-09-27T15:50:44.0434128Z test_ops.py::TestCommonCPU::test_out_warning__refs_copysign_cpu 2022-09-27T15:50:44.0442088Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_copysign_cpu 2022-09-27T15:50:44.0463798Z test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_cpu 2022-09-27T15:50:44.0471060Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_cpu 2022-09-27T15:50:44.0783101Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_trunc_rounding_cpu 2022-09-27T15:50:44.0791069Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_div_trunc_rounding_cpu 2022-09-27T15:50:44.0805288Z test_ops.py::TestCommonCPU::test_out_warning__refs_empty_like_cpu 2022-09-27T15:50:44.0812892Z [gw2] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning__refs_empty_like_cpu 2022-09-27T15:50:44.0862620Z test_ops.py::TestCommonCPU::test_out_warning__refs_erfinv_cpu 2022-09-27T15:50:44.0871567Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_erfinv_cpu 2022-09-27T15:50:44.0899147Z test_ops.py::TestCommonCPU::test_out_warning__refs_expand_cpu 2022-09-27T15:50:44.0907393Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_expand_cpu 2022-09-27T15:50:44.0968154Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft_cpu 2022-09-27T15:50:44.0979042Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_eye_cpu 2022-09-27T15:50:44.1011648Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftshift_cpu 2022-09-27T15:50:44.1022427Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftshift_cpu 2022-09-27T15:50:44.1176349Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft2_cpu 2022-09-27T15:50:44.1188765Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft_cpu 2022-09-27T15:50:44.1250825Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft_cpu 2022-09-27T15:50:44.1264126Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft2_cpu 2022-09-27T15:50:44.1559215Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft2_cpu 2022-09-27T15:50:44.1559926Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft2_cpu 2022-09-27T15:50:44.1583403Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft_cpu 2022-09-27T15:50:44.1602084Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft_cpu 2022-09-27T15:50:44.1831484Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftn_cpu 2022-09-27T15:50:44.1832114Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_norm_cpu 2022-09-27T15:50:44.1985886Z test_ops.py::TestCommonCPU::test_out_warning__refs_linspace_cpu 2022-09-27T15:50:44.1986910Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft_cpu 2022-09-27T15:50:44.2065880Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfftn_cpu 2022-09-27T15:50:44.2077424Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftn_cpu 2022-09-27T15:50:44.2367811Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfftn_cpu 2022-09-27T15:50:44.2381933Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfftn_cpu 2022-09-27T15:50:44.2415989Z test_ops.py::TestCommonCPU::test_out_warning__refs_fliplr_cpu 2022-09-27T15:50:44.2427898Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fliplr_cpu 2022-09-27T15:50:44.2582896Z test_ops.py::TestCommonCPU::test_out_warning__refs_floor_divide_cpu 2022-09-27T15:50:44.2583872Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfftn_cpu 2022-09-27T15:50:44.2868638Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft2_cpu 2022-09-27T15:50:44.2869460Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft2_cpu 2022-09-27T15:50:44.2870028Z test_ops.py::TestCommonCPU::test_out_warning__refs_flatten_cpu 2022-09-27T15:50:44.2939760Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_flatten_cpu 2022-09-27T15:50:44.3392128Z test_ops.py::TestCommonCPU::test_out_warning__refs_float_power_cpu 2022-09-27T15:50:44.3393873Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_float_power_cpu 2022-09-27T15:50:44.3394481Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmin_cpu 2022-09-27T15:50:44.3767682Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linspace_cpu 2022-09-27T15:50:44.3768313Z test_ops.py::TestCommonCPU::test_out_warning__refs_log_cpu 2022-09-27T15:50:44.3768861Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_log_cpu 2022-09-27T15:50:44.3769405Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_or_cpu 2022-09-27T15:50:44.3945568Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fmin_cpu 2022-09-27T15:50:44.3946217Z test_ops.py::TestCommonCPU::test_out_warning__refs_ge_cpu 2022-09-27T15:50:44.4349745Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logical_or_cpu 2022-09-27T15:50:44.4350214Z test_ops.py::TestCommonCPU::test_out_warning__refs_lt_cpu 2022-09-27T15:50:44.4350660Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_ge_cpu 2022-09-27T15:50:44.4351127Z test_ops.py::TestCommonCPU::test_out_warning__refs_hstack_cpu 2022-09-27T15:50:44.4351579Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_hstack_cpu 2022-09-27T15:50:44.4352009Z test_ops.py::TestCommonCPU::test_out_warning__refs_igammac_cpu 2022-09-27T15:50:44.4352450Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_lt_cpu 2022-09-27T15:50:44.4385983Z test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_list_of_tensors_cpu 2022-09-27T15:50:44.4398046Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_list_of_tensors_cpu 2022-09-27T15:50:44.4682752Z test_ops.py::TestCommonCPU::test_out_warning__refs_mul_cpu 2022-09-27T15:50:44.4699047Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_igammac_cpu 2022-09-27T15:50:44.4712050Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_floor_divide_cpu 2022-09-27T15:50:44.4712931Z test_ops.py::TestCommonCPU::test_out_warning__refs_frac_cpu 2022-09-27T15:50:44.4748574Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_fill_cpu 2022-09-27T15:50:44.4759773Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_index_fill_cpu 2022-09-27T15:50:44.4808230Z test_ops.py::TestCommonCPU::test_out_warning__refs_isinf_cpu 2022-09-27T15:50:44.4819758Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_mul_cpu 2022-09-27T15:50:44.4848882Z test_ops.py::TestCommonCPU::test_out_warning__refs_ne_cpu 2022-09-27T15:50:44.4858296Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isinf_cpu 2022-09-27T15:50:44.4923552Z test_ops.py::TestCommonCPU::test_out_warning__refs_isreal_cpu 2022-09-27T15:50:44.4937390Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_frac_cpu 2022-09-27T15:50:44.4946449Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isreal_cpu 2022-09-27T15:50:44.4949549Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_matrix_norm_cpu 2022-09-27T15:50:44.5150552Z test_ops.py::TestCommonCPU::test_out_warning__refs_heaviside_cpu 2022-09-27T15:50:44.5160754Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_ne_cpu 2022-09-27T15:50:44.5192986Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_full_cpu 2022-09-27T15:50:44.5204244Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_new_full_cpu 2022-09-27T15:50:44.5231021Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_celu_cpu 2022-09-27T15:50:44.5240406Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_celu_cpu 2022-09-27T15:50:44.5640521Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_glu_cpu 2022-09-27T15:50:44.5652449Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_heaviside_cpu 2022-09-27T15:50:44.5754572Z test_ops.py::TestCommonCPU::test_out_warning__refs_i0_cpu 2022-09-27T15:50:44.5765932Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_i0_cpu 2022-09-27T15:50:44.5981385Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_add_cpu 2022-09-27T15:50:44.5991946Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_index_add_cpu 2022-09-27T15:50:44.6032809Z test_ops.py::TestCommonCPU::test_out_warning__refs_isclose_cpu 2022-09-27T15:50:44.6044175Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isclose_cpu 2022-09-27T15:50:44.6099279Z test_ops.py::TestCommonCPU::test_out_warning__refs_isneginf_cpu 2022-09-27T15:50:44.6107230Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isneginf_cpu 2022-09-27T15:50:44.6201594Z test_ops.py::TestCommonCPU::test_out_warning__refs_le_cpu 2022-09-27T15:50:44.6211671Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_glu_cpu 2022-09-27T15:50:44.6243820Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_l1_loss_cpu 2022-09-27T15:50:44.6254956Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_l1_loss_cpu 2022-09-27T15:50:44.6280928Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mish_cpu 2022-09-27T15:50:44.6292135Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mish_cpu 2022-09-27T15:50:44.6318320Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:50:44.6328523Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:50:44.6352178Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_selu_cpu 2022-09-27T15:50:44.6363615Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_selu_cpu 2022-09-27T15:50:44.6372658Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_le_cpu 2022-09-27T15:50:44.6375391Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_threshold_cpu 2022-09-27T15:50:44.6403833Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svd_cpu 2022-09-27T15:50:44.6414309Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_threshold_cpu 2022-09-27T15:50:44.6435864Z test_ops.py::TestCommonCPU::test_out_warning__refs_positive_cpu 2022-09-27T15:50:44.6447326Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_positive_cpu 2022-09-27T15:50:44.6480930Z test_ops.py::TestCommonCPU::test_out_warning__refs_ravel_cpu 2022-09-27T15:50:44.6492124Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_ravel_cpu 2022-09-27T15:50:44.6545559Z test_ops.py::TestCommonCPU::test_out_warning__refs_repeat_cpu 2022-09-27T15:50:44.6557045Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_repeat_cpu 2022-09-27T15:50:44.6589324Z test_ops.py::TestCommonCPU::test_out_warning__refs_rot90_cpu 2022-09-27T15:50:44.6601333Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_rot90_cpu 2022-09-27T15:50:44.6674320Z test_ops.py::TestCommonCPU::test_out_warning__refs_sgn_cpu 2022-09-27T15:50:44.6685320Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sgn_cpu 2022-09-27T15:50:44.6765803Z test_ops.py::TestCommonCPU::test_out_warning__refs_sin_cpu 2022-09-27T15:50:44.6775937Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sin_cpu 2022-09-27T15:50:44.6891857Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i0e_cpu 2022-09-27T15:50:44.6902601Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_i0e_cpu 2022-09-27T15:50:44.7313389Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_1_cpu 2022-09-27T15:50:44.7326553Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_1_cpu 2022-09-27T15:50:44.7408962Z test_ops.py::TestCommonCPU::test_out_warning__refs_sqrt_cpu 2022-09-27T15:50:44.7419896Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sqrt_cpu 2022-09-27T15:50:44.7473901Z test_ops.py::TestCommonCPU::test_out_warning__refs_std_cpu 2022-09-27T15:50:44.7512593Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:50:44.7642022Z test_ops.py::TestCommonCPU::test_out__refs_log2_cpu_float32 2022-09-27T15:50:44.7654563Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out__refs_log2_cpu_float32 2022-09-27T15:50:44.7735068Z test_ops.py::TestCommonCPU::test_out__refs_logical_not_cpu_float32 2022-09-27T15:50:44.7748926Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logical_not_cpu_float32 2022-09-27T15:50:44.7998450Z test_ops.py::TestCommonCPU::test_out__refs_logsumexp_cpu_float32 2022-09-27T15:50:44.7999325Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_std_cpu 2022-09-27T15:50:44.8031575Z test_ops.py::TestCommonCPU::test_out_warning__refs_sum_to_size_cpu 2022-09-27T15:50:44.8036913Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sum_to_size_cpu 2022-09-27T15:50:44.8074050Z test_ops.py::TestCommonCPU::test_out_warning__refs_tensor_split_cpu 2022-09-27T15:50:44.8082744Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_tensor_split_cpu 2022-09-27T15:50:44.8317329Z test_ops.py::TestCommonCPU::test_out_warning__refs_tril_cpu 2022-09-27T15:50:44.8331089Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_matrix_norm_cpu 2022-09-27T15:50:44.8407082Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_vector_norm_cpu 2022-09-27T15:50:44.8419659Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_tril_cpu 2022-09-27T15:50:44.8844598Z test_ops.py::TestCommonCPU::test_out_warning__refs_true_divide_cpu 2022-09-27T15:50:44.8858718Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_true_divide_cpu 2022-09-27T15:50:44.8914889Z test_ops.py::TestCommonCPU::test_out_warning__refs_unfold_copy_cpu 2022-09-27T15:50:44.8927342Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_unfold_copy_cpu 2022-09-27T15:50:44.8962493Z test_ops.py::TestCommonCPU::test_out_warning__refs_view_as_cpu 2022-09-27T15:50:44.8974919Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_view_as_cpu 2022-09-27T15:50:44.9013845Z test_ops.py::TestCommonCPU::test_out_warning__refs_where_cpu 2022-09-27T15:50:44.9025673Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_where_cpu 2022-09-27T15:50:44.9135573Z test_ops.py::TestCommonCPU::test_out_warning_acosh_cpu 2022-09-27T15:50:44.9149138Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_acosh_cpu 2022-09-27T15:50:44.9627079Z test_ops.py::TestCommonCPU::test_out_warning_addcmul_cpu 2022-09-27T15:50:44.9637827Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addcmul_cpu 2022-09-27T15:50:44.9789354Z test_ops.py::TestCommonCPU::test_out_warning_addr_cpu 2022-09-27T15:50:44.9796812Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addr_cpu 2022-09-27T15:50:44.9940010Z test_ops.py::TestCommonCPU::test_out_warning_amin_cpu 2022-09-27T15:50:44.9946992Z [gw3] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logsumexp_cpu_float32 2022-09-27T15:50:45.0219775Z test_ops.py::TestCommonCPU::test_out__refs_mean_cpu_float32 2022-09-27T15:50:45.0226814Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_amin_cpu 2022-09-27T15:50:45.0280706Z test_ops.py::TestCommonCPU::test_out_warning_arange_cpu 2022-09-27T15:50:45.0288735Z [gw0] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_arange_cpu 2022-09-27T15:50:45.0319184Z test_ops.py::TestCommonCPU::test_out_warning_argwhere_cpu 2022-09-27T15:50:45.0328464Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_argwhere_cpu 2022-09-27T15:50:45.0380278Z test_ops.py::TestCommonCPU::test_out_warning_asinh_cpu 2022-09-27T15:50:45.0391046Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_asinh_cpu 2022-09-27T15:50:45.0421580Z test_ops.py::TestCommonCPU::test_out_warning_atleast_1d_cpu 2022-09-27T15:50:45.0429519Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atleast_1d_cpu 2022-09-27T15:50:45.0527191Z test_ops.py::TestCommonCPU::test_out_warning_bernoulli_cpu 2022-09-27T15:50:45.0537700Z [gw0] [ 19%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_bernoulli_cpu 2022-09-27T15:50:45.0680863Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_left_shift_cpu 2022-09-27T15:50:45.0690802Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_mean_cpu_float32 2022-09-27T15:50:45.0719893Z test_ops.py::TestCommonCPU::test_out__refs_movedim_cpu_float32 2022-09-27T15:50:45.0727233Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_movedim_cpu_float32 2022-09-27T15:50:45.0760954Z test_ops.py::TestCommonCPU::test_out__refs_native_layer_norm_cpu_float32 2022-09-27T15:50:45.0770911Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_native_layer_norm_cpu_float32 2022-09-27T15:50:45.0781855Z test_ops.py::TestCommonCPU::test_out__refs_new_empty_strided_cpu_float32 2022-09-27T15:50:45.0793534Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_left_shift_cpu 2022-09-27T15:50:45.0801439Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_xor_cpu 2022-09-27T15:50:45.0810013Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_new_empty_strided_cpu_float32 2022-09-27T15:50:45.1030678Z test_ops.py::TestCommonCPU::test_out__refs_nextafter_cpu_float32 2022-09-27T15:50:45.1040927Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_xor_cpu 2022-09-27T15:50:45.1070089Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_shapes_cpu 2022-09-27T15:50:45.1077456Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_broadcast_shapes_cpu 2022-09-27T15:50:45.1104124Z test_ops.py::TestCommonCPU::test_out_warning_byte_cpu 2022-09-27T15:50:45.1111278Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_byte_cpu 2022-09-27T15:50:45.1138202Z test_ops.py::TestCommonCPU::test_out_warning_ceil_cpu 2022-09-27T15:50:45.1151599Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nextafter_cpu_float32 2022-09-27T15:50:45.1169528Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:50:45.1181602Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ceil_cpu 2022-09-27T15:50:45.1375649Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_inverse_cpu 2022-09-27T15:50:45.1387642Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:50:45.1420994Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:50:45.1433097Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cholesky_inverse_cpu 2022-09-27T15:50:45.1443515Z test_ops.py::TestCommonCPU::test_out_warning_clamp_max_cpu 2022-09-27T15:50:45.1454320Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:50:45.1505447Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:50:45.1515951Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:50:45.1738984Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:50:45.1750911Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_clamp_max_cpu 2022-09-27T15:50:45.1783943Z test_ops.py::TestCommonCPU::test_out_warning_combinations_cpu 2022-09-27T15:50:45.1797032Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_combinations_cpu 2022-09-27T15:50:45.1805187Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:50:45.1811807Z test_ops.py::TestCommonCPU::test_out_warning_constant_pad_nd_cpu 2022-09-27T15:50:45.1835018Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu_cpu_float32 2022-09-27T15:50:45.1847628Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_constant_pad_nd_cpu 2022-09-27T15:50:45.1860387Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu_cpu_float32 2022-09-27T15:50:45.1861878Z test_ops.py::TestCommonCPU::test_out_warning_cos_cpu 2022-09-27T15:50:45.1893937Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:50:45.1905175Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:50:45.1940535Z test_ops.py::TestCommonCPU::test_out__refs_permute_cpu_float32 2022-09-27T15:50:45.1950777Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_permute_cpu_float32 2022-09-27T15:50:45.1958660Z test_ops.py::TestCommonCPU::test_out__refs_randn_cpu_float32 2022-09-27T15:50:45.1971110Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cos_cpu 2022-09-27T15:50:45.2093444Z test_ops.py::TestCommonCPU::test_out_warning_cross_cpu 2022-09-27T15:50:45.2105697Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cross_cpu 2022-09-27T15:50:45.2144357Z test_ops.py::TestCommonCPU::test_out_warning_cumsum_cpu 2022-09-27T15:50:45.2155422Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_randn_cpu_float32 2022-09-27T15:50:45.2255530Z test_ops.py::TestCommonCPU::test_out__refs_remainder_cpu_float32 2022-09-27T15:50:45.2267828Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cumsum_cpu 2022-09-27T15:50:45.2296232Z test_ops.py::TestCommonCPU::test_out_warning_diag_embed_cpu 2022-09-27T15:50:45.2308075Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diag_embed_cpu 2022-09-27T15:50:45.2520669Z test_ops.py::TestCommonCPU::test_out_warning_diff_cpu 2022-09-27T15:50:45.2530782Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_remainder_cpu_float32 2022-09-27T15:50:45.2563494Z test_ops.py::TestCommonCPU::test_out__refs_roll_cpu_float32 2022-09-27T15:50:45.2574304Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_roll_cpu_float32 2022-09-27T15:50:45.2609792Z test_ops.py::TestCommonCPU::test_out__refs_rsub_cpu_float32 2022-09-27T15:50:45.2619979Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_rsub_cpu_float32 2022-09-27T15:50:45.2673057Z test_ops.py::TestCommonCPU::test_out__refs_signbit_cpu_float32 2022-09-27T15:50:45.2683350Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_signbit_cpu_float32 2022-09-27T15:50:45.3355539Z test_ops.py::TestCommonCPU::test_out__refs_softmax_cpu_float32 2022-09-27T15:50:45.3367025Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_softmax_cpu_float32 2022-09-27T15:50:45.3499342Z test_ops.py::TestCommonCPU::test_out__refs_special_logit_cpu_float32 2022-09-27T15:50:45.3509869Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_logit_cpu_float32 2022-09-27T15:50:45.3694154Z test_ops.py::TestCommonCPU::test_out__refs_special_zeta_cpu_float32 2022-09-27T15:50:45.3708196Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svd_cpu 2022-09-27T15:50:45.3828084Z test_ops.py::TestCommonCPU::test_out_warning__refs_log10_cpu 2022-09-27T15:50:45.3841665Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_log10_cpu 2022-09-27T15:50:45.3883445Z test_ops.py::TestCommonCPU::test_out_warning__refs_log_softmax_cpu 2022-09-27T15:50:45.3894713Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_zeta_cpu_float32 2022-09-27T15:50:45.4132006Z test_ops.py::TestCommonCPU::test_out__refs_stack_cpu_float32 2022-09-27T15:50:45.4142925Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_stack_cpu_float32 2022-09-27T15:50:45.4225536Z test_ops.py::TestCommonCPU::test_out__refs_sum_cpu_float32 2022-09-27T15:50:45.4239626Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diff_cpu 2022-09-27T15:50:45.4447997Z test_ops.py::TestCommonCPU::test_out_warning_div_no_rounding_mode_cpu 2022-09-27T15:50:45.4460762Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_log_softmax_cpu 2022-09-27T15:50:45.4549832Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_xor_cpu 2022-09-27T15:50:45.4563417Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_div_no_rounding_mode_cpu 2022-09-27T15:50:45.4599474Z test_ops.py::TestCommonCPU::test_out_warning_dsplit_cpu 2022-09-27T15:50:45.4613440Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_dsplit_cpu 2022-09-27T15:50:45.4651302Z test_ops.py::TestCommonCPU::test_out_warning_empty_like_cpu 2022-09-27T15:50:45.4664581Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_empty_like_cpu 2022-09-27T15:50:45.4751898Z test_ops.py::TestCommonCPU::test_out_warning_erfc_cpu 2022-09-27T15:50:45.4764729Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logical_xor_cpu 2022-09-27T15:50:45.4775853Z test_ops.py::TestCommonCPU::test_out_warning__refs_masked_fill_cpu 2022-09-27T15:50:45.4789370Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_erfc_cpu 2022-09-27T15:50:45.4798570Z test_ops.py::TestCommonCPU::test_out_warning_expand_as_cpu 2022-09-27T15:50:45.4811059Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_masked_fill_cpu 2022-09-27T15:50:45.4824310Z test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_variadic_tensors_cpu 2022-09-27T15:50:45.4837154Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_expand_as_cpu 2022-09-27T15:50:45.4856460Z test_ops.py::TestCommonCPU::test_out_warning_fft_fft2_cpu 2022-09-27T15:50:45.4870623Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_variadic_tensors_cpu 2022-09-27T15:50:45.4944585Z test_ops.py::TestCommonCPU::test_out_warning__refs_nan_to_num_cpu 2022-09-27T15:50:45.4955414Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sum_cpu_float32 2022-09-27T15:50:45.5024186Z test_ops.py::TestCommonCPU::test_out__refs_tanh_cpu_float32 2022-09-27T15:50:45.5034965Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_tanh_cpu_float32 2022-09-27T15:50:45.5066263Z test_ops.py::TestCommonCPU::test_out__refs_transpose_cpu_float32 2022-09-27T15:50:45.5076313Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_transpose_cpu_float32 2022-09-27T15:50:45.5104498Z test_ops.py::TestCommonCPU::test_out__refs_triu_indices_cpu_int64 2022-09-27T15:50:45.5119283Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_fft2_cpu 2022-09-27T15:50:45.5131073Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_triu_indices_cpu_int64 2022-09-27T15:50:45.5131716Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfft2_cpu 2022-09-27T15:50:45.5162094Z test_ops.py::TestCommonCPU::test_out__refs_unflatten_cpu_float32 2022-09-27T15:50:45.5172614Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_unflatten_cpu_float32 2022-09-27T15:50:45.5220529Z test_ops.py::TestCommonCPU::test_out__refs_var_mean_cpu_float32 2022-09-27T15:50:45.5232317Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_var_mean_cpu_float32 2022-09-27T15:50:45.5318504Z test_ops.py::TestCommonCPU::test_out__refs_vstack_cpu_float32 2022-09-27T15:50:45.5331558Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nan_to_num_cpu 2022-09-27T15:50:45.5366699Z test_ops.py::TestCommonCPU::test_out_warning__refs_neg_cpu 2022-09-27T15:50:45.5382308Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out__refs_vstack_cpu_float32 2022-09-27T15:50:45.5393453Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_hfft2_cpu 2022-09-27T15:50:45.5394142Z test_ops.py::TestCommonCPU::test_out_acos_cpu_float32 2022-09-27T15:50:45.5409007Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifft_cpu 2022-09-27T15:50:45.5423373Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_neg_cpu 2022-09-27T15:50:45.5463017Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_ones_cpu 2022-09-27T15:50:45.5476246Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_new_ones_cpu 2022-09-27T15:50:45.5484784Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_dropout_cpu 2022-09-27T15:50:45.5500792Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_acos_cpu_float32 2022-09-27T15:50:45.5508947Z [gw1] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_dropout_cpu 2022-09-27T15:50:45.5512111Z test_ops.py::TestCommonCPU::test_out_addcdiv_cpu_float32 2022-09-27T15:50:45.5670765Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardshrink_cpu 2022-09-27T15:50:45.5682965Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_ifft_cpu 2022-09-27T15:50:45.5800151Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft_cpu 2022-09-27T15:50:45.5816198Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardshrink_cpu 2022-09-27T15:50:45.5822183Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_layer_norm_cpu 2022-09-27T15:50:45.5830130Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_addcdiv_cpu_float32 2022-09-27T15:50:45.5849524Z test_ops.py::TestCommonCPU::test_out_addmv_cpu_float32 2022-09-27T15:50:45.5861891Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_layer_norm_cpu 2022-09-27T15:50:45.5907382Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mse_loss_cpu 2022-09-27T15:50:45.5918919Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mse_loss_cpu 2022-09-27T15:50:45.5954759Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_prelu_cpu 2022-09-27T15:50:45.5961458Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_prelu_cpu 2022-09-27T15:50:45.5979222Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft_cpu 2022-09-27T15:50:45.5980016Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfftn_cpu 2022-09-27T15:50:45.6014447Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softplus_cpu 2022-09-27T15:50:45.6024714Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_addmv_cpu_float32 2022-09-27T15:50:45.6093163Z test_ops.py::TestCommonCPU::test_out_amax_cpu_float32 2022-09-27T15:50:45.6104776Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softplus_cpu 2022-09-27T15:50:45.6257450Z test_ops.py::TestCommonCPU::test_out_warning__refs_norm_cpu 2022-09-27T15:50:45.6267937Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_irfftn_cpu 2022-09-27T15:50:45.6297908Z test_ops.py::TestCommonCPU::test_out_warning_fill_cpu 2022-09-27T15:50:45.6309160Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fill_cpu 2022-09-27T15:50:45.6340414Z test_ops.py::TestCommonCPU::test_out_warning_flipud_cpu 2022-09-27T15:50:45.6350610Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_flipud_cpu 2022-09-27T15:50:45.6455474Z test_ops.py::TestCommonCPU::test_out_warning_floor_divide_cpu 2022-09-27T15:50:45.6546968Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_amax_cpu_float32 2022-09-27T15:50:45.6639624Z test_ops.py::TestCommonCPU::test_out_any_cpu_float32 2022-09-27T15:50:45.6709837Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_any_cpu_float32 2022-09-27T15:50:45.6710521Z test_ops.py::TestCommonCPU::test_out_argsort_cpu_float32 2022-09-27T15:50:45.6712707Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_floor_divide_cpu 2022-09-27T15:50:45.6768988Z test_ops.py::TestCommonCPU::test_out_warning_frac_cpu 2022-09-27T15:50:45.6777016Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_argsort_cpu_float32 2022-09-27T15:50:45.6785820Z test_ops.py::TestCommonCPU::test_out_asin_cpu_float32 2022-09-27T15:50:45.6794559Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_frac_cpu 2022-09-27T15:50:45.6833052Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_asin_cpu_float32 2022-09-27T15:50:45.6833872Z test_ops.py::TestCommonCPU::test_out_warning_gcd_cpu 2022-09-27T15:50:45.6862182Z test_ops.py::TestCommonCPU::test_out_atanh_cpu_float32 2022-09-27T15:50:45.6914963Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_atanh_cpu_float32 2022-09-27T15:50:45.7074378Z test_ops.py::TestCommonCPU::test_out_baddbmm_cpu_float32 2022-09-27T15:50:45.7087376Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_gcd_cpu 2022-09-27T15:50:45.7095367Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_vector_norm_cpu 2022-09-27T15:50:45.7098341Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_baddbmm_cpu_float32 2022-09-27T15:50:45.7152216Z test_ops.py::TestCommonCPU::test_out_warning_gt_cpu 2022-09-27T15:50:45.7152770Z test_ops.py::TestCommonCPU::test_out_bitwise_and_cpu_int64 2022-09-27T15:50:45.7223141Z test_ops.py::TestCommonCPU::test_out_warning__refs_log2_cpu 2022-09-27T15:50:45.7231225Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_log2_cpu 2022-09-27T15:50:45.7273527Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_and_cpu_int64 2022-09-27T15:50:45.7274486Z test_ops.py::TestCommonCPU::test_out_bitwise_right_shift_cpu_int64 2022-09-27T15:50:45.7349356Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_not_cpu 2022-09-27T15:50:45.7366949Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logical_not_cpu 2022-09-27T15:50:45.7368139Z test_ops.py::TestCommonCPU::test_out_warning__refs_logsumexp_cpu 2022-09-27T15:50:45.7409494Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_gt_cpu 2022-09-27T15:50:45.7410042Z test_ops.py::TestCommonCPU::test_out_warning_histogram_cpu 2022-09-27T15:50:45.7450688Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_right_shift_cpu_int64 2022-09-27T15:50:45.7461666Z test_ops.py::TestCommonCPU::test_out_bool_cpu_float32 2022-09-27T15:50:45.7575997Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_norm_cpu 2022-09-27T15:50:45.7576863Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_bool_cpu_float32 2022-09-27T15:50:45.7577402Z test_ops.py::TestCommonCPU::test_out_warning__refs_pow_cpu 2022-09-27T15:50:45.7795320Z test_ops.py::TestCommonCPU::test_out_bucketize_cpu_float32 2022-09-27T15:50:45.8209946Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_bucketize_cpu_float32 2022-09-27T15:50:45.8213026Z test_ops.py::TestCommonCPU::test_out_cdist_cpu_float32 2022-09-27T15:50:45.8213602Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_pow_cpu 2022-09-27T15:50:45.8214046Z test_ops.py::TestCommonCPU::test_out_warning__refs_real_cpu 2022-09-27T15:50:45.8214524Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_real_cpu 2022-09-27T15:50:45.8214970Z test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_as_cpu 2022-09-27T15:50:45.8215438Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_as_cpu 2022-09-27T15:50:45.8215892Z test_ops.py::TestCommonCPU::test_out_warning__refs_round_cpu 2022-09-27T15:50:45.8216355Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_round_cpu 2022-09-27T15:50:45.8216841Z test_ops.py::TestCommonCPU::test_out_warning__refs_sigmoid_cpu 2022-09-27T15:50:45.8235080Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_cdist_cpu_float32 2022-09-27T15:50:45.8236596Z test_ops.py::TestCommonCPU::test_out_cholesky_cpu_float32 2022-09-27T15:50:45.8245336Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sigmoid_cpu 2022-09-27T15:50:45.8363846Z test_ops.py::TestCommonCPU::test_out_warning__refs_sinc_cpu 2022-09-27T15:50:45.8374311Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sinc_cpu 2022-09-27T15:50:45.8472374Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1_cpu 2022-09-27T15:50:45.8482982Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1_cpu 2022-09-27T15:50:45.8638646Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_3_cpu 2022-09-27T15:50:45.8651618Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_cholesky_cpu_float32 2022-09-27T15:50:45.8832852Z test_ops.py::TestCommonCPU::test_out_clamp_cpu_float32 2022-09-27T15:50:45.8835394Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_3_cpu 2022-09-27T15:50:45.8847473Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_clamp_cpu_float32 2022-09-27T15:50:45.8850509Z test_ops.py::TestCommonCPU::test_out_warning__refs_square_cpu 2022-09-27T15:50:45.8903748Z test_ops.py::TestCommonCPU::test_out_column_stack_cpu_float32 2022-09-27T15:50:45.8913844Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logsumexp_cpu 2022-09-27T15:50:45.8928643Z test_ops.py::TestCommonCPU::test_out_warning__refs_mean_cpu 2022-09-27T15:50:45.8938421Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_column_stack_cpu_float32 2022-09-27T15:50:45.8978163Z test_ops.py::TestCommonCPU::test_out_conj_physical_cpu_float32 2022-09-27T15:50:45.8991523Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_square_cpu 2022-09-27T15:50:45.9000396Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_conj_physical_cpu_float32 2022-09-27T15:50:45.9001841Z test_ops.py::TestCommonCPU::test_out_corrcoef_cpu_float32 2022-09-27T15:50:45.9032269Z test_ops.py::TestCommonCPU::test_out_warning__refs_std_mean_cpu 2022-09-27T15:50:45.9045194Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_corrcoef_cpu_float32 2022-09-27T15:50:45.9052756Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_std_mean_cpu 2022-09-27T15:50:45.9055120Z test_ops.py::TestCommonCPU::test_out_cov_cpu_float32 2022-09-27T15:50:45.9093875Z test_ops.py::TestCommonCPU::test_out_warning__refs_t_cpu 2022-09-27T15:50:45.9099753Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_t_cpu 2022-09-27T15:50:45.9105590Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_cov_cpu_float32 2022-09-27T15:50:45.9108552Z test_ops.py::TestCommonCPU::test_out_warning__refs_to_cpu 2022-09-27T15:50:45.9133801Z test_ops.py::TestCommonCPU::test_out_cumprod_cpu_float32 2022-09-27T15:50:45.9141070Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_to_cpu 2022-09-27T15:50:45.9177777Z test_ops.py::TestCommonCPU::test_out_warning__refs_tril_indices_cpu 2022-09-27T15:50:45.9182190Z [gw3] [ 19%] XFAIL test_ops.py::TestCommonCPU::test_out_cumprod_cpu_float32 2022-09-27T15:50:45.9190813Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_tril_indices_cpu 2022-09-27T15:50:45.9192699Z test_ops.py::TestCommonCPU::test_out_warning__refs_trunc_cpu 2022-09-27T15:50:45.9271305Z test_ops.py::TestCommonCPU::test_out_diag_cpu_float32 2022-09-27T15:50:45.9282770Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_trunc_cpu 2022-09-27T15:50:45.9322062Z test_ops.py::TestCommonCPU::test_out_warning__refs_unsqueeze_cpu 2022-09-27T15:50:45.9332190Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_unsqueeze_cpu 2022-09-27T15:50:45.9357520Z test_ops.py::TestCommonCPU::test_out_warning__refs_view_cpu 2022-09-27T15:50:45.9369195Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_view_cpu 2022-09-27T15:50:45.9444591Z test_ops.py::TestCommonCPU::test_out_warning__refs_zeros_cpu 2022-09-27T15:50:45.9454453Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_zeros_cpu 2022-09-27T15:50:45.9464726Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_diag_cpu_float32 2022-09-27T15:50:45.9465675Z test_ops.py::TestCommonCPU::test_out_diagonal_scatter_cpu_float32 2022-09-27T15:50:45.9498257Z test_ops.py::TestCommonCPU::test_out_warning_add_cpu 2022-09-27T15:50:45.9508919Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_diagonal_scatter_cpu_float32 2022-09-27T15:50:45.9700064Z test_ops.py::TestCommonCPU::test_out_div_floor_rounding_cpu_float32 2022-09-27T15:50:45.9707689Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_div_floor_rounding_cpu_float32 2022-09-27T15:50:45.9721594Z test_ops.py::TestCommonCPU::test_out_double_cpu_float32 2022-09-27T15:50:45.9736224Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_add_cpu 2022-09-27T15:50:45.9740824Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_double_cpu_float32 2022-09-27T15:50:45.9750945Z test_ops.py::TestCommonCPU::test_out_warning_addmm_cpu 2022-09-27T15:50:45.9757870Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_mean_cpu 2022-09-27T15:50:45.9769348Z test_ops.py::TestCommonCPU::test_out_empty_cpu_float32 2022-09-27T15:50:45.9774542Z [gw3] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_out_empty_cpu_float32 2022-09-27T15:50:45.9781231Z test_ops.py::TestCommonCPU::test_out_warning__refs_movedim_cpu 2022-09-27T15:50:45.9799522Z test_ops.py::TestCommonCPU::test_out_erf_cpu_float32 2022-09-27T15:50:45.9809373Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_movedim_cpu 2022-09-27T15:50:45.9832686Z test_ops.py::TestCommonCPU::test_out_warning__refs_native_layer_norm_cpu 2022-09-27T15:50:45.9836828Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addmm_cpu 2022-09-27T15:50:45.9850762Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_erf_cpu_float32 2022-09-27T15:50:45.9859794Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_native_layer_norm_cpu 2022-09-27T15:50:45.9861063Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_strided_cpu 2022-09-27T15:50:45.9862278Z test_ops.py::TestCommonCPU::test_out_warning_all_cpu 2022-09-27T15:50:45.9890920Z test_ops.py::TestCommonCPU::test_out_exp_cpu_float32 2022-09-27T15:50:45.9900334Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_strided_cpu 2022-09-27T15:50:45.9929289Z test_ops.py::TestCommonCPU::test_out_warning__refs_nextafter_cpu 2022-09-27T15:50:45.9935995Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_exp_cpu_float32 2022-09-27T15:50:46.0220900Z test_ops.py::TestCommonCPU::test_out_eye_cpu_float32 2022-09-27T15:50:46.0227970Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_all_cpu 2022-09-27T15:50:46.0235465Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nextafter_cpu 2022-09-27T15:50:46.0237478Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_gelu_cpu 2022-09-27T15:50:46.0445888Z test_ops.py::TestCommonCPU::test_out_warning_aminmax_cpu 2022-09-27T15:50:46.0460316Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_aminmax_cpu 2022-09-27T15:50:46.0505621Z test_ops.py::TestCommonCPU::test_out_warning_argmax_cpu 2022-09-27T15:50:46.0517185Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_gelu_cpu 2022-09-27T15:50:46.0571962Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:50:46.0582014Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:50:46.0631473Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:50:46.0641493Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:50:46.0855518Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pdist_cpu 2022-09-27T15:50:46.0866709Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_argmax_cpu 2022-09-27T15:50:46.0895493Z test_ops.py::TestCommonCPU::test_out_warning_as_strided_cpu 2022-09-27T15:50:46.0905877Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_as_strided_cpu 2022-09-27T15:50:46.1005696Z test_ops.py::TestCommonCPU::test_out_warning_atan2_cpu 2022-09-27T15:50:46.1016702Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pdist_cpu 2022-09-27T15:50:46.1049475Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu_cpu 2022-09-27T15:50:46.1061684Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu_cpu 2022-09-27T15:50:46.1101440Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:50:46.1111232Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:50:46.1146768Z test_ops.py::TestCommonCPU::test_out_warning__refs_permute_cpu 2022-09-27T15:50:46.1158918Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_permute_cpu 2022-09-27T15:50:46.1203506Z test_ops.py::TestCommonCPU::test_out_warning__refs_randn_cpu 2022-09-27T15:50:46.1212585Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atan2_cpu 2022-09-27T15:50:46.1252454Z test_ops.py::TestCommonCPU::test_out_warning_atleast_2d_cpu 2022-09-27T15:50:46.1262787Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atleast_2d_cpu 2022-09-27T15:50:46.1291913Z test_ops.py::TestCommonCPU::test_out_warning_bfloat16_cpu 2022-09-27T15:50:46.1302376Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bfloat16_cpu 2022-09-27T15:50:46.1312580Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_not_cpu 2022-09-27T15:50:46.1323543Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_randn_cpu 2022-09-27T15:50:46.1394525Z test_ops.py::TestCommonCPU::test_out_warning__refs_remainder_cpu 2022-09-27T15:50:46.1405367Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_not_cpu 2022-09-27T15:50:46.1439180Z test_ops.py::TestCommonCPU::test_out_warning_block_diag_cpu 2022-09-27T15:50:46.1449647Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_block_diag_cpu 2022-09-27T15:50:46.1483353Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_tensors_cpu 2022-09-27T15:50:46.1492210Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_eye_cpu_float32 2022-09-27T15:50:46.1505195Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_broadcast_tensors_cpu 2022-09-27T15:50:46.1505906Z test_ops.py::TestCommonCPU::test_out_warning_cartesian_prod_cpu 2022-09-27T15:50:46.1534745Z test_ops.py::TestCommonCPU::test_out_fft_fftshift_cpu_float32 2022-09-27T15:50:46.1545324Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cartesian_prod_cpu 2022-09-27T15:50:46.1580984Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_fft_fftshift_cpu_float32 2022-09-27T15:50:46.1581607Z test_ops.py::TestCommonCPU::test_out_fft_ifft2_cpu_float32 2022-09-27T15:50:46.1591498Z test_ops.py::TestCommonCPU::test_out_warning_chalf_cpu 2022-09-27T15:50:46.1604538Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_chalf_cpu 2022-09-27T15:50:46.1719397Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_solve_cpu 2022-09-27T15:50:46.1730505Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_remainder_cpu 2022-09-27T15:50:46.1768767Z test_ops.py::TestCommonCPU::test_out_warning__refs_roll_cpu 2022-09-27T15:50:46.1784418Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_roll_cpu 2022-09-27T15:50:46.1789701Z test_ops.py::TestCommonCPU::test_out_warning__refs_rsub_cpu 2022-09-27T15:50:46.1802720Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_fft_ifft2_cpu_float32 2022-09-27T15:50:46.1815072Z test_ops.py::TestCommonCPU::test_out_fft_ihfft2_cpu_float32 2022-09-27T15:50:46.1826267Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_rsub_cpu 2022-09-27T15:50:46.1905247Z test_ops.py::TestCommonCPU::test_out_warning__refs_signbit_cpu 2022-09-27T15:50:46.1919984Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_signbit_cpu 2022-09-27T15:50:46.1934190Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cholesky_solve_cpu 2022-09-27T15:50:46.1935017Z test_ops.py::TestCommonCPU::test_out_warning__refs_softmax_cpu 2022-09-27T15:50:46.1968490Z test_ops.py::TestCommonCPU::test_out_warning_clamp_min_cpu 2022-09-27T15:50:46.1981159Z [gw3] [ 19%] XFAIL test_ops.py::TestCommonCPU::test_out_fft_ihfft2_cpu_float32 2022-09-27T15:50:46.2225637Z test_ops.py::TestCommonCPU::test_out_fft_irfft_cpu_float32 2022-09-27T15:50:46.2238685Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_fft_irfft_cpu_float32 2022-09-27T15:50:46.2257060Z test_ops.py::TestCommonCPU::test_out_fft_rfftn_cpu_float32 2022-09-27T15:50:46.2268122Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_clamp_min_cpu 2022-09-27T15:50:46.2487266Z test_ops.py::TestCommonCPU::test_out_warning_complex_cpu 2022-09-27T15:50:46.2500715Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_softmax_cpu 2022-09-27T15:50:46.2514016Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_logit_cpu 2022-09-27T15:50:46.2523023Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_fft_rfftn_cpu_float32 2022-09-27T15:50:46.2559539Z test_ops.py::TestCommonCPU::test_out_fliplr_cpu_float32 2022-09-27T15:50:46.2571326Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_fliplr_cpu_float32 2022-09-27T15:50:46.2583721Z test_ops.py::TestCommonCPU::test_out_floor_cpu_float32 2022-09-27T15:50:46.2594242Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_complex_cpu 2022-09-27T15:50:46.2626679Z test_ops.py::TestCommonCPU::test_out_warning_contiguous_cpu 2022-09-27T15:50:46.2638290Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_contiguous_cpu 2022-09-27T15:50:46.2652213Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_floor_cpu_float32 2022-09-27T15:50:46.2652867Z test_ops.py::TestCommonCPU::test_out_fmod_cpu_float32 2022-09-27T15:50:46.2676633Z test_ops.py::TestCommonCPU::test_out_warning_cosh_cpu 2022-09-27T15:50:46.2689363Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_logit_cpu 2022-09-27T15:50:46.2742652Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_zeta_cpu 2022-09-27T15:50:46.2753619Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cosh_cpu 2022-09-27T15:50:46.2885548Z test_ops.py::TestCommonCPU::test_out_warning_cummax_cpu 2022-09-27T15:50:46.2899108Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cummax_cpu 2022-09-27T15:50:46.2909623Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_fmod_cpu_float32 2022-09-27T15:50:46.2913319Z test_ops.py::TestCommonCPU::test_out_warning_cumulative_trapezoid_cpu 2022-09-27T15:50:46.2950412Z test_ops.py::TestCommonCPU::test_out_gather_cpu_float32 2022-09-27T15:50:46.2961569Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cumulative_trapezoid_cpu 2022-09-27T15:50:46.2997986Z test_ops.py::TestCommonCPU::test_out_warning_diagflat_cpu 2022-09-27T15:50:46.3009430Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diagflat_cpu 2022-09-27T15:50:46.3043888Z test_ops.py::TestCommonCPU::test_out_warning_digamma_cpu 2022-09-27T15:50:46.3055892Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_gather_cpu_float32 2022-09-27T15:50:46.3070756Z test_ops.py::TestCommonCPU::test_out_gradient_cpu_float32 2022-09-27T15:50:46.3083104Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_zeta_cpu 2022-09-27T15:50:46.3093791Z test_ops.py::TestCommonCPU::test_out_warning__refs_stack_cpu 2022-09-27T15:50:46.3106806Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_gradient_cpu_float32 2022-09-27T15:50:46.3118055Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_digamma_cpu 2022-09-27T15:50:46.3118858Z test_ops.py::TestCommonCPU::test_out_histc_cpu_float32 2022-09-27T15:50:46.3326877Z test_ops.py::TestCommonCPU::test_out_warning_div_trunc_rounding_cpu 2022-09-27T15:50:46.3339878Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_stack_cpu 2022-09-27T15:50:46.3418623Z test_ops.py::TestCommonCPU::test_out_warning__refs_sum_cpu 2022-09-27T15:50:46.3430087Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_div_trunc_rounding_cpu 2022-09-27T15:50:46.3563403Z test_ops.py::TestCommonCPU::test_out_warning_dstack_cpu 2022-09-27T15:50:46.3564000Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_dstack_cpu 2022-09-27T15:50:46.3748640Z test_ops.py::TestCommonCPU::test_out_warning_eq_cpu 2022-09-27T15:50:46.3758259Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_histogram_cpu 2022-09-27T15:50:46.3832765Z test_ops.py::TestCommonCPU::test_out_warning_hypot_cpu 2022-09-27T15:50:46.3843464Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_eq_cpu 2022-09-27T15:50:46.3902103Z test_ops.py::TestCommonCPU::test_out_warning_erfinv_cpu 2022-09-27T15:50:46.3912120Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_erfinv_cpu 2022-09-27T15:50:46.3939768Z test_ops.py::TestCommonCPU::test_out_warning_expand_cpu 2022-09-27T15:50:46.3949782Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_expand_cpu 2022-09-27T15:50:46.4055965Z test_ops.py::TestCommonCPU::test_out_warning_fft_fft_cpu 2022-09-27T15:50:46.4068007Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_hypot_cpu 2022-09-27T15:50:46.4102671Z test_ops.py::TestCommonCPU::test_out_warning_imag_cpu 2022-09-27T15:50:46.4113105Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_imag_cpu 2022-09-27T15:50:46.4148951Z test_ops.py::TestCommonCPU::test_out_warning_index_put_cpu 2022-09-27T15:50:46.4159876Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_put_cpu 2022-09-27T15:50:46.4191748Z test_ops.py::TestCommonCPU::test_out_warning_int_cpu 2022-09-27T15:50:46.4201163Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_int_cpu 2022-09-27T15:50:46.4215871Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_fft_cpu 2022-09-27T15:50:46.4216692Z test_ops.py::TestCommonCPU::test_out_warning_isinf_cpu 2022-09-27T15:50:46.4238129Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfft_cpu 2022-09-27T15:50:46.4251102Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sum_cpu 2022-09-27T15:50:46.4259566Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isinf_cpu 2022-09-27T15:50:46.4262630Z test_ops.py::TestCommonCPU::test_out_warning__refs_tanh_cpu 2022-09-27T15:50:46.4294441Z test_ops.py::TestCommonCPU::test_out_warning_isreal_cpu 2022-09-27T15:50:46.4305763Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isreal_cpu 2022-09-27T15:50:46.4331958Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_cpu 2022-09-27T15:50:46.4346376Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_tanh_cpu 2022-09-27T15:50:46.4357943Z [gw0] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_cpu 2022-09-27T15:50:46.4358802Z test_ops.py::TestCommonCPU::test_out_warning__refs_transpose_cpu 2022-09-27T15:50:46.4389237Z test_ops.py::TestCommonCPU::test_out_warning_kthvalue_cpu 2022-09-27T15:50:46.4399477Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_transpose_cpu 2022-09-27T15:50:46.4435292Z test_ops.py::TestCommonCPU::test_out_warning__refs_triu_indices_cpu 2022-09-27T15:50:46.4447651Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_triu_indices_cpu 2022-09-27T15:50:46.4476914Z test_ops.py::TestCommonCPU::test_out_warning__refs_unflatten_cpu 2022-09-27T15:50:46.4487640Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_unflatten_cpu 2022-09-27T15:50:46.4501666Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_hfft_cpu 2022-09-27T15:50:46.4502325Z test_ops.py::TestCommonCPU::test_out_warning__refs_var_mean_cpu 2022-09-27T15:50:46.4545896Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifftn_cpu 2022-09-27T15:50:46.4556012Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_var_mean_cpu 2022-09-27T15:50:46.4677909Z test_ops.py::TestCommonCPU::test_out_warning__refs_vstack_cpu 2022-09-27T15:50:46.4687818Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_vstack_cpu 2022-09-27T15:50:46.4729652Z test_ops.py::TestCommonCPU::test_out_warning_acos_cpu 2022-09-27T15:50:46.4742528Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_kthvalue_cpu 2022-09-27T15:50:46.4779838Z test_ops.py::TestCommonCPU::test_out_warning_lerp_cpu 2022-09-27T15:50:46.4789731Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_acos_cpu 2022-09-27T15:50:46.4813954Z test_ops.py::TestCommonCPU::test_out_warning_addcdiv_cpu 2022-09-27T15:50:46.4825259Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_ifftn_cpu 2022-09-27T15:50:46.4954905Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfftn_cpu 2022-09-27T15:50:46.4966371Z [gw1] [ 19%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_fft_ihfftn_cpu 2022-09-27T15:50:46.5203419Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfft2_cpu 2022-09-27T15:50:46.5223113Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lerp_cpu 2022-09-27T15:50:46.5228340Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addcdiv_cpu 2022-09-27T15:50:46.5238783Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_rfft2_cpu 2022-09-27T15:50:46.5247153Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_histc_cpu_float32 2022-09-27T15:50:46.5253152Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cond_cpu 2022-09-27T15:50:46.5289670Z test_ops.py::TestCommonCPU::test_out_warning_addmv_cpu 2022-09-27T15:50:46.5293258Z test_ops.py::TestCommonCPU::test_out_warning_flatten_cpu 2022-09-27T15:50:46.5302608Z test_ops.py::TestCommonCPU::test_out_hstack_cpu_float32 2022-09-27T15:50:46.5310790Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_flatten_cpu 2022-09-27T15:50:46.5340084Z test_ops.py::TestCommonCPU::test_out_warning_float_cpu 2022-09-27T15:50:46.5353455Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_float_cpu 2022-09-27T15:50:46.5401126Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_hstack_cpu_float32 2022-09-27T15:50:46.5401884Z test_ops.py::TestCommonCPU::test_out_warning_fmax_cpu 2022-09-27T15:50:46.5402340Z test_ops.py::TestCommonCPU::test_out_igammac_cpu_float32 2022-09-27T15:50:46.5402791Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_cond_cpu 2022-09-27T15:50:46.5515677Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eig_cpu 2022-09-27T15:50:46.5516589Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addmv_cpu 2022-09-27T15:50:46.5650749Z test_ops.py::TestCommonCPU::test_out_warning_amax_cpu 2022-09-27T15:50:46.5657487Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_igammac_cpu_float32 2022-09-27T15:50:46.5767580Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fmax_cpu 2022-09-27T15:50:46.5768210Z test_ops.py::TestCommonCPU::test_out_index_fill_cpu_float32 2022-09-27T15:50:46.5768810Z test_ops.py::TestCommonCPU::test_out_warning_frexp_cpu 2022-09-27T15:50:46.5769319Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_index_fill_cpu_float32 2022-09-27T15:50:46.5783865Z test_ops.py::TestCommonCPU::test_out_inner_cpu_float32 2022-09-27T15:50:46.5785169Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_eig_cpu 2022-09-27T15:50:46.5785760Z test_ops.py::TestCommonCPU::test_out_warning_linalg_householder_product_cpu 2022-09-27T15:50:46.5847366Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_frexp_cpu 2022-09-27T15:50:46.5848181Z test_ops.py::TestCommonCPU::test_out_warning_ge_cpu 2022-09-27T15:50:46.5848667Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_inner_cpu_float32 2022-09-27T15:50:46.5893207Z test_ops.py::TestCommonCPU::test_out_isin_cpu_float32 2022-09-27T15:50:46.5930101Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_isin_cpu_float32 2022-09-27T15:50:46.5961192Z test_ops.py::TestCommonCPU::test_out_isposinf_cpu_float32 2022-09-27T15:50:46.6016010Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_isposinf_cpu_float32 2022-09-27T15:50:46.6016578Z test_ops.py::TestCommonCPU::test_out_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:50:46.6020739Z [gw3] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_out_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:50:46.6055534Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_householder_product_cpu 2022-09-27T15:50:46.6056266Z test_ops.py::TestCommonCPU::test_out_kron_cpu_float32 2022-09-27T15:50:46.6074388Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_ex_cpu 2022-09-27T15:50:46.6112684Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ge_cpu 2022-09-27T15:50:46.6142025Z test_ops.py::TestCommonCPU::test_out_warning_half_cpu 2022-09-27T15:50:46.6142726Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_kron_cpu_float32 2022-09-27T15:50:46.6143235Z test_ops.py::TestCommonCPU::test_out_le_cpu_float32 2022-09-27T15:50:46.6143752Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_half_cpu 2022-09-27T15:50:46.6152855Z test_ops.py::TestCommonCPU::test_out_warning_histogramdd_cpu 2022-09-27T15:50:46.6165839Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_amax_cpu 2022-09-27T15:50:46.6265723Z test_ops.py::TestCommonCPU::test_out_warning_any_cpu 2022-09-27T15:50:46.6273152Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_ex_cpu 2022-09-27T15:50:46.6303569Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_le_cpu_float32 2022-09-27T15:50:46.6304192Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_cpu 2022-09-27T15:50:46.6389375Z test_ops.py::TestCommonCPU::test_out_linalg_cholesky_ex_cpu_float32 2022-09-27T15:50:46.6390092Z [gw1] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_histogramdd_cpu 2022-09-27T15:50:46.6514019Z test_ops.py::TestCommonCPU::test_out_warning_i0_cpu 2022-09-27T15:50:46.6514644Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_i0_cpu 2022-09-27T15:50:46.6587872Z test_ops.py::TestCommonCPU::test_out_warning_index_add_cpu 2022-09-27T15:50:46.6588511Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_any_cpu 2022-09-27T15:50:46.6652627Z test_ops.py::TestCommonCPU::test_out_warning_argsort_cpu 2022-09-27T15:50:46.6680220Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_argsort_cpu 2022-09-27T15:50:46.6730400Z test_ops.py::TestCommonCPU::test_out_warning_asin_cpu 2022-09-27T15:50:46.6743312Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_asin_cpu 2022-09-27T15:50:46.6812960Z test_ops.py::TestCommonCPU::test_out_warning_atanh_cpu 2022-09-27T15:50:46.6820941Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atanh_cpu 2022-09-27T15:50:46.6831784Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_add_cpu 2022-09-27T15:50:46.6836113Z test_ops.py::TestCommonCPU::test_out_warning_baddbmm_cpu 2022-09-27T15:50:46.6865675Z test_ops.py::TestCommonCPU::test_out_warning_index_reduce_cpu 2022-09-27T15:50:46.6866436Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_cholesky_ex_cpu_float32 2022-09-27T15:50:46.7003547Z test_ops.py::TestCommonCPU::test_out_linalg_det_singular_cpu_float32 2022-09-27T15:50:46.7015858Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_cpu 2022-09-27T15:50:46.7268571Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_norm_cpu 2022-09-27T15:50:46.7269238Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_baddbmm_cpu 2022-09-27T15:50:46.7364607Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_and_cpu 2022-09-27T15:50:46.7373052Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_and_cpu 2022-09-27T15:50:46.7638465Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_right_shift_cpu 2022-09-27T15:50:46.7644616Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_right_shift_cpu 2022-09-27T15:50:46.7681865Z test_ops.py::TestCommonCPU::test_out_warning_bool_cpu 2022-09-27T15:50:46.7688236Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bool_cpu 2022-09-27T15:50:46.7848508Z test_ops.py::TestCommonCPU::test_out_warning_bucketize_cpu 2022-09-27T15:50:46.7849307Z [gw3] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_det_singular_cpu_float32 2022-09-27T15:50:46.7925446Z test_ops.py::TestCommonCPU::test_out_linalg_eigvalsh_cpu_float32 2022-09-27T15:50:46.7932893Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_reduce_cpu 2022-09-27T15:50:46.7976056Z test_ops.py::TestCommonCPU::test_out_warning_isclose_cpu 2022-09-27T15:50:46.8018440Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isclose_cpu 2022-09-27T15:50:46.8023065Z test_ops.py::TestCommonCPU::test_out_warning_isnan_cpu 2022-09-27T15:50:46.8031661Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isnan_cpu 2022-09-27T15:50:46.8069756Z test_ops.py::TestCommonCPU::test_out_warning_istft_cpu 2022-09-27T15:50:46.8115098Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_istft_cpu 2022-09-27T15:50:46.8115873Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_return_by_ref_cpu 2022-09-27T15:50:46.8116464Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_eigvalsh_cpu_float32 2022-09-27T15:50:46.8153399Z [gw1] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_return_by_ref_cpu 2022-09-27T15:50:46.8154173Z test_ops.py::TestCommonCPU::test_out_warning_lcm_cpu 2022-09-27T15:50:46.8368902Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_cpu_float32 2022-09-27T15:50:46.8377758Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_cpu_float32 2022-09-27T15:50:46.8378378Z test_ops.py::TestCommonCPU::test_out_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:50:46.8378951Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bucketize_cpu 2022-09-27T15:50:46.8406758Z test_ops.py::TestCommonCPU::test_out_warning_cdist_cpu 2022-09-27T15:50:46.8420298Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lcm_cpu 2022-09-27T15:50:46.8516325Z test_ops.py::TestCommonCPU::test_out_warning_lgamma_cpu 2022-09-27T15:50:46.8517216Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:50:46.8561475Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lgamma_cpu 2022-09-27T15:50:46.8562134Z test_ops.py::TestCommonCPU::test_out_linalg_lu_solve_cpu_float32 2022-09-27T15:50:46.8687766Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cross_cpu 2022-09-27T15:50:46.8688528Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_cross_cpu 2022-09-27T15:50:46.8764531Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigh_cpu 2022-09-27T15:50:46.8775141Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cdist_cpu 2022-09-27T15:50:46.8944482Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_cpu 2022-09-27T15:50:46.8955584Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_eigh_cpu 2022-09-27T15:50:46.9067051Z test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_cpu 2022-09-27T15:50:46.9085706Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cholesky_cpu 2022-09-27T15:50:46.9092308Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_norm_cpu 2022-09-27T15:50:46.9099576Z test_ops.py::TestCommonCPU::test_out_warning_clamp_cpu 2022-09-27T15:50:46.9123955Z test_ops.py::TestCommonCPU::test_out_warning_linalg_multi_dot_cpu 2022-09-27T15:50:46.9135110Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_cpu 2022-09-27T15:50:46.9286487Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_solve_cpu 2022-09-27T15:50:46.9297195Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_clamp_cpu 2022-09-27T15:50:46.9329795Z test_ops.py::TestCommonCPU::test_out_warning_column_stack_cpu 2022-09-27T15:50:46.9343072Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_multi_dot_cpu 2022-09-27T15:50:46.9414519Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_hermitian_cpu 2022-09-27T15:50:46.9424810Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_column_stack_cpu 2022-09-27T15:50:46.9480110Z test_ops.py::TestCommonCPU::test_out_warning_conj_physical_cpu 2022-09-27T15:50:46.9493631Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_solve_cpu 2022-09-27T15:50:46.9504385Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_conj_physical_cpu 2022-09-27T15:50:46.9505038Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_cpu 2022-09-27T15:50:46.9543914Z test_ops.py::TestCommonCPU::test_out_warning_corrcoef_cpu 2022-09-27T15:50:46.9548018Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_hermitian_cpu 2022-09-27T15:50:46.9560600Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_corrcoef_cpu 2022-09-27T15:50:46.9561475Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_cpu 2022-09-27T15:50:46.9598082Z test_ops.py::TestCommonCPU::test_out_warning_cov_cpu 2022-09-27T15:50:46.9608214Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cov_cpu 2022-09-27T15:50:46.9955393Z test_ops.py::TestCommonCPU::test_out_warning_cumprod_cpu 2022-09-27T15:50:46.9964479Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_cpu 2022-09-27T15:50:46.9979874Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cumprod_cpu 2022-09-27T15:50:46.9980424Z test_ops.py::TestCommonCPU::test_out_warning_diag_cpu 2022-09-27T15:50:47.0079722Z test_ops.py::TestCommonCPU::test_out_warning_linalg_svdvals_cpu 2022-09-27T15:50:47.0091124Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_cpu 2022-09-27T15:50:47.0486665Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_power_cpu 2022-09-27T15:50:47.0499432Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diag_cpu 2022-09-27T15:50:47.0536222Z test_ops.py::TestCommonCPU::test_out_warning_diagonal_scatter_cpu 2022-09-27T15:50:47.0546575Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diagonal_scatter_cpu 2022-09-27T15:50:47.0588386Z test_ops.py::TestCommonCPU::test_out_warning_div_floor_rounding_cpu 2022-09-27T15:50:47.0600406Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_power_cpu 2022-09-27T15:50:47.0695697Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_lu_solve_cpu_float32 2022-09-27T15:50:47.0696274Z test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_cpu 2022-09-27T15:50:47.0832212Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:50:47.0832880Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:50:47.0868641Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_cpu_float32 2022-09-27T15:50:47.0876614Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_div_floor_rounding_cpu 2022-09-27T15:50:47.0927215Z test_ops.py::TestCommonCPU::test_out_warning_double_cpu 2022-09-27T15:50:47.0928075Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_svdvals_cpu 2022-09-27T15:50:47.0928868Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vecdot_cpu 2022-09-27T15:50:47.0929619Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_double_cpu 2022-09-27T15:50:47.0948866Z test_ops.py::TestCommonCPU::test_out_warning_empty_cpu 2022-09-27T15:50:47.1028733Z [gw2] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_empty_cpu 2022-09-27T15:50:47.1029331Z test_ops.py::TestCommonCPU::test_out_warning_erf_cpu 2022-09-27T15:50:47.1143346Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_erf_cpu 2022-09-27T15:50:47.1143877Z test_ops.py::TestCommonCPU::test_out_warning_exp_cpu 2022-09-27T15:50:47.1202514Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_exp_cpu 2022-09-27T15:50:47.1274453Z test_ops.py::TestCommonCPU::test_out_warning_eye_cpu 2022-09-27T15:50:47.1286220Z [gw2] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_eye_cpu 2022-09-27T15:50:47.1318803Z test_ops.py::TestCommonCPU::test_out_warning_fft_fftshift_cpu 2022-09-27T15:50:47.1350699Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_fftshift_cpu 2022-09-27T15:50:47.1595733Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifft2_cpu 2022-09-27T15:50:47.1596374Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_ifft2_cpu 2022-09-27T15:50:47.1635641Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_pinv_cpu_float32 2022-09-27T15:50:47.1636295Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft2_cpu 2022-09-27T15:50:47.1828647Z test_ops.py::TestCommonCPU::test_out_linalg_slogdet_cpu_float32 2022-09-27T15:50:47.1829288Z [gw2] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft2_cpu 2022-09-27T15:50:47.2004449Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfft_cpu 2022-09-27T15:50:47.2005177Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_slogdet_cpu_float32 2022-09-27T15:50:47.2136345Z test_ops.py::TestCommonCPU::test_out_linalg_svd_cpu_float32 2022-09-27T15:50:47.2137320Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_irfft_cpu 2022-09-27T15:50:47.2426573Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfftn_cpu 2022-09-27T15:50:47.2427257Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_vecdot_cpu 2022-09-27T15:50:47.2484028Z test_ops.py::TestCommonCPU::test_out_warning_log1p_cpu 2022-09-27T15:50:47.2484636Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_rfftn_cpu 2022-09-27T15:50:47.2485183Z test_ops.py::TestCommonCPU::test_out_warning_fliplr_cpu 2022-09-27T15:50:47.2492724Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log1p_cpu 2022-09-27T15:50:47.2533017Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fliplr_cpu 2022-09-27T15:50:47.2533527Z test_ops.py::TestCommonCPU::test_out_warning_log_softmax_dtype_cpu 2022-09-27T15:50:47.2571231Z test_ops.py::TestCommonCPU::test_out_warning_floor_cpu 2022-09-27T15:50:47.2581666Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_floor_cpu 2022-09-27T15:50:47.2716139Z test_ops.py::TestCommonCPU::test_out_warning_fmod_cpu 2022-09-27T15:50:47.2727991Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log_softmax_dtype_cpu 2022-09-27T15:50:47.2765813Z test_ops.py::TestCommonCPU::test_out_warning_logdet_cpu 2022-09-27T15:50:47.2776780Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logdet_cpu 2022-09-27T15:50:47.2866799Z test_ops.py::TestCommonCPU::test_out_warning_logical_xor_cpu 2022-09-27T15:50:47.2877089Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fmod_cpu 2022-09-27T15:50:47.3049410Z test_ops.py::TestCommonCPU::test_out_warning_gather_cpu 2022-09-27T15:50:47.3057936Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_gather_cpu 2022-09-27T15:50:47.3070821Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logical_xor_cpu 2022-09-27T15:50:47.3073802Z test_ops.py::TestCommonCPU::test_out_warning_gradient_cpu 2022-09-27T15:50:47.3103931Z test_ops.py::TestCommonCPU::test_out_warning_long_cpu 2022-09-27T15:50:47.3117561Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_long_cpu 2022-09-27T15:50:47.3129192Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_gradient_cpu 2022-09-27T15:50:47.3129780Z test_ops.py::TestCommonCPU::test_out_warning_lu_unpack_cpu 2022-09-27T15:50:47.3769781Z test_ops.py::TestCommonCPU::test_out_warning_histc_cpu 2022-09-27T15:50:47.3781088Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lu_unpack_cpu 2022-09-27T15:50:47.3808115Z test_ops.py::TestCommonCPU::test_out_warning_masked_scatter_cpu 2022-09-27T15:50:47.3819882Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_cpu 2022-09-27T15:50:47.3832614Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_masked_scatter_cpu 2022-09-27T15:50:47.3833245Z test_ops.py::TestCommonCPU::test_out_warning_max_binary_cpu 2022-09-27T15:50:47.3866409Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_singular_cpu 2022-09-27T15:50:47.3877790Z [gw1] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_singular_cpu 2022-09-27T15:50:47.4102413Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_ex_cpu 2022-09-27T15:50:47.4114024Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_max_binary_cpu 2022-09-27T15:50:47.4149285Z test_ops.py::TestCommonCPU::test_out_warning_mean_cpu 2022-09-27T15:50:47.4160906Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mean_cpu 2022-09-27T15:50:47.4456714Z test_ops.py::TestCommonCPU::test_out_warning_min_binary_cpu 2022-09-27T15:50:47.4467026Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_min_binary_cpu 2022-09-27T15:50:47.4522967Z test_ops.py::TestCommonCPU::test_out_warning_mm_cpu 2022-09-27T15:50:47.4529345Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_ex_cpu 2022-09-27T15:50:47.4542956Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mm_cpu 2022-09-27T15:50:47.4544405Z test_ops.py::TestCommonCPU::test_out_warning_mul_cpu 2022-09-27T15:50:47.4650583Z test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorinv_cpu 2022-09-27T15:50:47.4661525Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorinv_cpu 2022-09-27T15:50:47.4842621Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vector_norm_cpu 2022-09-27T15:50:47.4854051Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mul_cpu 2022-09-27T15:50:47.5198558Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_3_cpu 2022-09-27T15:50:47.5210324Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_3_cpu 2022-09-27T15:50:47.5246613Z test_ops.py::TestCommonCPU::test_out_warning_nanmedian_cpu 2022-09-27T15:50:47.5258915Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nanmedian_cpu 2022-09-27T15:50:47.5292317Z test_ops.py::TestCommonCPU::test_out_warning_narrow_cpu 2022-09-27T15:50:47.5303154Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_narrow_cpu 2022-09-27T15:50:47.5338210Z test_ops.py::TestCommonCPU::test_out_warning_new_empty_cpu 2022-09-27T15:50:47.5349162Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_new_empty_cpu 2022-09-27T15:50:47.5385359Z test_ops.py::TestCommonCPU::test_out_warning_new_zeros_cpu 2022-09-27T15:50:47.5396347Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_new_zeros_cpu 2022-09-27T15:50:47.5428192Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool3d_cpu 2022-09-27T15:50:47.5439314Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool3d_cpu 2022-09-27T15:50:47.5471508Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool1d_cpu 2022-09-27T15:50:47.5482426Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool1d_cpu 2022-09-27T15:50:47.5515019Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_without_cudnn_cpu 2022-09-27T15:50:47.5526132Z [gw0] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_without_cudnn_cpu 2022-09-27T15:50:47.5557676Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_celu_cpu 2022-09-27T15:50:47.5569238Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_celu_cpu 2022-09-27T15:50:47.5604990Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose2d_cpu 2022-09-27T15:50:47.5616328Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose2d_cpu 2022-09-27T15:50:47.5673321Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cross_entropy_cpu 2022-09-27T15:50:47.5684107Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cross_entropy_cpu 2022-09-27T15:50:47.5736674Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout_cpu 2022-09-27T15:50:47.5748410Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout_cpu 2022-09-27T15:50:47.5799791Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_with_train_cpu 2022-09-27T15:50:47.5811418Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_with_train_cpu 2022-09-27T15:50:47.5846594Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gaussian_nll_loss_cpu 2022-09-27T15:50:47.5858160Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gaussian_nll_loss_cpu 2022-09-27T15:50:47.5891758Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_group_norm_cpu 2022-09-27T15:50:47.5902456Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_group_norm_cpu 2022-09-27T15:50:47.5933917Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardtanh_cpu 2022-09-27T15:50:47.5944794Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardtanh_cpu 2022-09-27T15:50:47.5985025Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_area_cpu 2022-09-27T15:50:47.5995931Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_area_cpu 2022-09-27T15:50:47.6038214Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_nearest_cpu 2022-09-27T15:50:47.6051038Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_nearest_cpu 2022-09-27T15:50:47.6055663Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_layer_norm_cpu 2022-09-27T15:50:47.6068764Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_histc_cpu 2022-09-27T15:50:47.6081124Z test_ops.py::TestCommonCPU::test_out_warning_hstack_cpu 2022-09-27T15:50:47.6092015Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_layer_norm_cpu 2022-09-27T15:50:47.6158062Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_logsigmoid_cpu 2022-09-27T15:50:47.6172828Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_hstack_cpu 2022-09-27T15:50:47.6177673Z test_ops.py::TestCommonCPU::test_out_warning_igammac_cpu 2022-09-27T15:50:47.6189038Z [gw0] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_nn_functional_logsigmoid_cpu 2022-09-27T15:50:47.6222560Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool3d_cpu 2022-09-27T15:50:47.6233423Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool3d_cpu 2022-09-27T15:50:47.6280820Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_grad_cpu 2022-09-27T15:50:47.6291713Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_grad_cpu 2022-09-27T15:50:47.6325966Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mse_loss_cpu 2022-09-27T15:50:47.6336932Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mse_loss_cpu 2022-09-27T15:50:47.6369326Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_nll_loss_cpu 2022-09-27T15:50:47.6380474Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_nll_loss_cpu 2022-09-27T15:50:47.6412040Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_constant_cpu 2022-09-27T15:50:47.6423535Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_constant_cpu 2022-09-27T15:50:47.6455133Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pdist_cpu 2022-09-27T15:50:47.6469128Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pdist_cpu 2022-09-27T15:50:47.6478093Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_igammac_cpu 2022-09-27T15:50:47.6481303Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_prelu_cpu 2022-09-27T15:50:47.6508072Z test_ops.py::TestCommonCPU::test_out_warning_index_fill_cpu 2022-09-27T15:50:47.6522638Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_prelu_cpu 2022-09-27T15:50:47.6531687Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_fill_cpu 2022-09-27T15:50:47.6533717Z test_ops.py::TestCommonCPU::test_out_warning_inner_cpu 2022-09-27T15:50:47.6562507Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_selu_cpu 2022-09-27T15:50:47.6574007Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_selu_cpu 2022-09-27T15:50:47.6607990Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_soft_margin_loss_cpu 2022-09-27T15:50:47.6622206Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_soft_margin_loss_cpu 2022-09-27T15:50:47.6626708Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softshrink_cpu 2022-09-27T15:50:47.6639082Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_inner_cpu 2022-09-27T15:50:47.6733246Z test_ops.py::TestCommonCPU::test_out_warning_isin_cpu 2022-09-27T15:50:47.6745749Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isin_cpu 2022-09-27T15:50:47.6788924Z test_ops.py::TestCommonCPU::test_out_warning_isposinf_cpu 2022-09-27T15:50:47.6803439Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softshrink_cpu 2022-09-27T15:50:47.6807914Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_loss_cpu 2022-09-27T15:50:47.6819677Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isposinf_cpu 2022-09-27T15:50:47.6834355Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_4inputs_with_extra_args_cpu 2022-09-27T15:50:47.6858863Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_loss_cpu 2022-09-27T15:50:47.6867852Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_nearest_cpu 2022-09-27T15:50:47.6875805Z [gw2] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_jiterator_4inputs_with_extra_args_cpu 2022-09-27T15:50:47.6887021Z test_ops.py::TestCommonCPU::test_out_warning_kron_cpu 2022-09-27T15:50:47.6901541Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_nearest_cpu 2022-09-27T15:50:47.6940359Z test_ops.py::TestCommonCPU::test_out_warning_norm_inf_cpu 2022-09-27T15:50:47.6949775Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_kron_cpu 2022-09-27T15:50:47.7056773Z test_ops.py::TestCommonCPU::test_out_warning_le_cpu 2022-09-27T15:50:47.7066691Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_norm_inf_cpu 2022-09-27T15:50:47.7116449Z test_ops.py::TestCommonCPU::test_out_warning_ones_cpu 2022-09-27T15:50:47.7123208Z [gw0] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_ones_cpu 2022-09-27T15:50:47.7178823Z test_ops.py::TestCommonCPU::test_out_warning_outer_cpu 2022-09-27T15:50:47.7186232Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_outer_cpu 2022-09-27T15:50:47.7199295Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_le_cpu 2022-09-27T15:50:47.7200457Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_ex_cpu 2022-09-27T15:50:47.7478970Z test_ops.py::TestCommonCPU::test_out_warning_polar_cpu 2022-09-27T15:50:47.7490501Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_polar_cpu 2022-09-27T15:50:47.7508797Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_3_cpu 2022-09-27T15:50:47.7520158Z [gw0] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_3_cpu 2022-09-27T15:50:47.7549544Z test_ops.py::TestCommonCPU::test_out_warning_prod_cpu 2022-09-27T15:50:47.7559896Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_prod_cpu 2022-09-27T15:50:47.7657670Z test_ops.py::TestCommonCPU::test_out_warning_rad2deg_cpu 2022-09-27T15:50:47.7668314Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_rad2deg_cpu 2022-09-27T15:50:47.7685441Z test_ops.py::TestCommonCPU::test_out_warning_randn_like_cpu 2022-09-27T15:50:47.7696746Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_ex_cpu 2022-09-27T15:50:47.7720434Z test_ops.py::TestCommonCPU::test_out_warning_linalg_det_singular_cpu 2022-09-27T15:50:47.7731765Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_randn_like_cpu 2022-09-27T15:50:47.8045656Z test_ops.py::TestCommonCPU::test_out_warning_remainder_cpu 2022-09-27T15:50:47.8056529Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_remainder_cpu 2022-09-27T15:50:47.8091149Z test_ops.py::TestCommonCPU::test_out_warning_reshape_as_cpu 2022-09-27T15:50:47.8103563Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_reshape_as_cpu 2022-09-27T15:50:47.8136304Z test_ops.py::TestCommonCPU::test_out_warning_resolve_conj_cpu 2022-09-27T15:50:47.8148223Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_resolve_conj_cpu 2022-09-27T15:50:47.8214164Z test_ops.py::TestCommonCPU::test_out_warning_round_cpu 2022-09-27T15:50:47.8225485Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_round_cpu 2022-09-27T15:50:47.8324768Z test_ops.py::TestCommonCPU::test_out_warning_rsqrt_cpu 2022-09-27T15:50:47.8336022Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_rsqrt_cpu 2022-09-27T15:50:47.8744917Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amax_cpu 2022-09-27T15:50:47.8757616Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_det_singular_cpu 2022-09-27T15:50:47.9011224Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvalsh_cpu 2022-09-27T15:50:47.9022105Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvalsh_cpu 2022-09-27T15:50:47.9041523Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_cpu 2022-09-27T15:50:47.9054274Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amax_cpu 2022-09-27T15:50:47.9169330Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_sum_cpu 2022-09-27T15:50:47.9180493Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_cpu 2022-09-27T15:50:47.9339162Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_grad_oriented_cpu 2022-09-27T15:50:47.9350272Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_grad_oriented_cpu 2022-09-27T15:50:47.9739428Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_solve_cpu 2022-09-27T15:50:47.9753006Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_sum_cpu 2022-09-27T15:50:47.9788384Z test_ops.py::TestCommonCPU::test_out_warning_select_cpu 2022-09-27T15:50:47.9801079Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_select_cpu 2022-09-27T15:50:47.9816485Z test_ops.py::TestCommonCPU::test_out_warning_sigmoid_cpu 2022-09-27T15:50:47.9828626Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_vector_norm_cpu 2022-09-27T15:50:47.9900560Z test_ops.py::TestCommonCPU::test_out_warning_log2_cpu 2022-09-27T15:50:47.9911962Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sigmoid_cpu 2022-09-27T15:50:47.9932268Z test_ops.py::TestCommonCPU::test_out_warning_sinc_cpu 2022-09-27T15:50:47.9944036Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log2_cpu 2022-09-27T15:50:48.0008790Z test_ops.py::TestCommonCPU::test_out_warning_logaddexp2_cpu 2022-09-27T15:50:48.0016315Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sinc_cpu 2022-09-27T15:50:48.0034186Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logaddexp2_cpu 2022-09-27T15:50:48.0034859Z test_ops.py::TestCommonCPU::test_out_warning_logical_and_cpu 2022-09-27T15:50:48.0246180Z test_ops.py::TestCommonCPU::test_out_warning_softmax_with_dtype_cpu 2022-09-27T15:50:48.0257627Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_softmax_with_dtype_cpu 2022-09-27T15:50:48.0306508Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j0_cpu 2022-09-27T15:50:48.0319368Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logical_and_cpu 2022-09-27T15:50:48.0355287Z test_ops.py::TestCommonCPU::test_out_warning_logit_cpu 2022-09-27T15:50:48.0365757Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j0_cpu 2022-09-27T15:50:48.0481979Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_t_cpu 2022-09-27T15:50:48.0494936Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logit_cpu 2022-09-27T15:50:48.0616143Z test_ops.py::TestCommonCPU::test_out_warning_lt_cpu 2022-09-27T15:50:48.0683109Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_svd_cpu_float32 2022-09-27T15:50:48.0683695Z test_ops.py::TestCommonCPU::test_out_linalg_vander_cpu_float32 2022-09-27T15:50:48.0684300Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_t_cpu 2022-09-27T15:50:48.0684871Z test_ops.py::TestCommonCPU::test_out_warning_special_entr_cpu 2022-09-27T15:50:48.0685433Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_vander_cpu_float32 2022-09-27T15:50:48.0754162Z test_ops.py::TestCommonCPU::test_out_log10_cpu_float32 2022-09-27T15:50:48.0765602Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_entr_cpu 2022-09-27T15:50:48.0777174Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lt_cpu 2022-09-27T15:50:48.0778940Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_log10_cpu_float32 2022-09-27T15:50:48.0794154Z test_ops.py::TestCommonCPU::test_out_warning_special_i0e_cpu 2022-09-27T15:50:48.0797216Z test_ops.py::TestCommonCPU::test_out_warning_mH_cpu 2022-09-27T15:50:48.0825070Z test_ops.py::TestCommonCPU::test_out_log_softmax_cpu_float32 2022-09-27T15:50:48.0836170Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mH_cpu 2022-09-27T15:50:48.0864728Z test_ops.py::TestCommonCPU::test_out_warning_masked_select_cpu 2022-09-27T15:50:48.0875815Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_i0e_cpu 2022-09-27T15:50:48.0897707Z test_ops.py::TestCommonCPU::test_out_warning_special_legendre_polynomial_p_cpu 2022-09-27T15:50:48.0907655Z [gw0] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_legendre_polynomial_p_cpu 2022-09-27T15:50:48.0975756Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k0_cpu 2022-09-27T15:50:48.0987872Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_log_softmax_cpu_float32 2022-09-27T15:50:48.1008095Z test_ops.py::TestCommonCPU::test_out_logcumsumexp_cpu_float32 2022-09-27T15:50:48.1018445Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k0_cpu 2022-09-27T15:50:48.1086419Z test_ops.py::TestCommonCPU::test_out_warning_special_polygamma_special_polygamma_n_0_cpu 2022-09-27T15:50:48.1097679Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_masked_select_cpu 2022-09-27T15:50:48.1123915Z test_ops.py::TestCommonCPU::test_out_warning_max_reduction_no_dim_cpu 2022-09-27T15:50:48.1135040Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_solve_cpu 2022-09-27T15:50:48.1220771Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_max_reduction_no_dim_cpu 2022-09-27T15:50:48.1221598Z test_ops.py::TestCommonCPU::test_out_warning_median_cpu 2022-09-27T15:50:48.1225997Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_hermitian_cpu 2022-09-27T15:50:48.1226556Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_logcumsumexp_cpu_float32 2022-09-27T15:50:48.1227175Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_median_cpu 2022-09-27T15:50:48.1234629Z test_ops.py::TestCommonCPU::test_out_logical_or_cpu_float32 2022-09-27T15:50:48.1236529Z test_ops.py::TestCommonCPU::test_out_warning_min_reduction_no_dim_cpu 2022-09-27T15:50:48.1242721Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_min_reduction_no_dim_cpu 2022-09-27T15:50:48.1356895Z test_ops.py::TestCommonCPU::test_out_warning_mode_cpu 2022-09-27T15:50:48.1368815Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_logical_or_cpu_float32 2022-09-27T15:50:48.1390165Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_polygamma_special_polygamma_n_0_cpu 2022-09-27T15:50:48.1390917Z test_ops.py::TestCommonCPU::test_out_logsumexp_cpu_float32 2022-09-27T15:50:48.1402228Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_u_cpu 2022-09-27T15:50:48.1458256Z [gw0] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_u_cpu 2022-09-27T15:50:48.1459165Z test_ops.py::TestCommonCPU::test_out_warning_special_xlog1py_cpu 2022-09-27T15:50:48.1472070Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_hermitian_cpu 2022-09-27T15:50:48.1476551Z [gw1] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_mode_cpu 2022-09-27T15:50:48.1499536Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_cpu 2022-09-27T15:50:48.1637829Z test_ops.py::TestCommonCPU::test_out_warning_multinomial_cpu 2022-09-27T15:50:48.1638405Z [gw1] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_multinomial_cpu 2022-09-27T15:50:48.1739431Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_5_cpu 2022-09-27T15:50:48.1758209Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_xlog1py_cpu 2022-09-27T15:50:48.1805298Z test_ops.py::TestCommonCPU::test_out_warning_split_with_sizes_cpu 2022-09-27T15:50:48.1805956Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_split_with_sizes_cpu 2022-09-27T15:50:48.1873225Z test_ops.py::TestCommonCPU::test_out_warning_stack_cpu 2022-09-27T15:50:48.1873946Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_logsumexp_cpu_float32 2022-09-27T15:50:48.1982095Z test_ops.py::TestCommonCPU::test_out_lu_solve_cpu_float32 2022-09-27T15:50:48.1995962Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_5_cpu 2022-09-27T15:50:48.2008085Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_cpu 2022-09-27T15:50:48.2008720Z test_ops.py::TestCommonCPU::test_out_warning_linalg_slogdet_cpu 2022-09-27T15:50:48.2043345Z test_ops.py::TestCommonCPU::test_out_warning_nanquantile_cpu 2022-09-27T15:50:48.2051835Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_stack_cpu 2022-09-27T15:50:48.2394036Z test_ops.py::TestCommonCPU::test_out_warning_sub_cpu 2022-09-27T15:50:48.2409970Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sub_cpu 2022-09-27T15:50:48.2414717Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_slogdet_cpu 2022-09-27T15:50:48.2425934Z test_ops.py::TestCommonCPU::test_out_warning_svd_lowrank_cpu 2022-09-27T15:50:48.2473877Z test_ops.py::TestCommonCPU::test_out_warning_linalg_svd_cpu 2022-09-27T15:50:48.2483301Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_svd_lowrank_cpu 2022-09-27T15:50:48.2656437Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_lu_solve_cpu_float32 2022-09-27T15:50:48.2657117Z test_ops.py::TestCommonCPU::test_out_warning_take_cpu 2022-09-27T15:50:48.2657612Z test_ops.py::TestCommonCPU::test_out_masked_fill_cpu_float32 2022-09-27T15:50:48.2658148Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_masked_fill_cpu_float32 2022-09-27T15:50:48.2658672Z test_ops.py::TestCommonCPU::test_out_matrix_exp_cpu_float32 2022-09-27T15:50:48.2659202Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_matrix_exp_cpu_float32 2022-09-27T15:50:48.2847970Z test_ops.py::TestCommonCPU::test_out_maximum_cpu_float32 2022-09-27T15:50:48.2950072Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_take_cpu 2022-09-27T15:50:48.2953079Z test_ops.py::TestCommonCPU::test_out_warning_tensordot_cpu 2022-09-27T15:50:48.2953884Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_maximum_cpu_float32 2022-09-27T15:50:48.2960979Z test_ops.py::TestCommonCPU::test_out_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:50:48.3019736Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:50:48.3020369Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tensordot_cpu 2022-09-27T15:50:48.3021071Z test_ops.py::TestCommonCPU::test_out_minimum_cpu_float32 2022-09-27T15:50:48.3302725Z test_ops.py::TestCommonCPU::test_out_warning_topk_cpu 2022-09-27T15:50:48.3303557Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_minimum_cpu_float32 2022-09-27T15:50:48.3408464Z test_ops.py::TestCommonCPU::test_out_msort_cpu_float32 2022-09-27T15:50:48.3446729Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_msort_cpu_float32 2022-09-27T15:50:48.3460724Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:50:48.3472358Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_topk_cpu 2022-09-27T15:50:48.3515620Z test_ops.py::TestCommonCPU::test_out_warning_trapz_cpu 2022-09-27T15:50:48.3527217Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_trapz_cpu 2022-09-27T15:50:48.3652248Z test_ops.py::TestCommonCPU::test_out_warning_triu_cpu 2022-09-27T15:50:48.3671455Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:50:48.3938761Z test_ops.py::TestCommonCPU::test_out_nanmean_cpu_float32 2022-09-27T15:50:48.3939325Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_triu_cpu 2022-09-27T15:50:48.3939839Z test_ops.py::TestCommonCPU::test_out_warning_unbind_cpu 2022-09-27T15:50:48.3940353Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unbind_cpu 2022-09-27T15:50:48.4120823Z test_ops.py::TestCommonCPU::test_out_warning_unique_consecutive_cpu 2022-09-27T15:50:48.4154014Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nanquantile_cpu 2022-09-27T15:50:48.4157055Z test_ops.py::TestCommonCPU::test_out_warning_native_layer_norm_cpu 2022-09-27T15:50:48.4157820Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unique_consecutive_cpu 2022-09-27T15:50:48.4203765Z test_ops.py::TestCommonCPU::test_out_warning_var_mean_cpu 2022-09-27T15:50:48.4205120Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_native_layer_norm_cpu 2022-09-27T15:50:48.4205730Z test_ops.py::TestCommonCPU::test_out_warning_new_empty_strided_cpu 2022-09-27T15:50:48.4220126Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_var_mean_cpu 2022-09-27T15:50:48.4221257Z test_ops.py::TestCommonCPU::test_out_warning_view_as_real_cpu 2022-09-27T15:50:48.4249680Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_new_empty_strided_cpu 2022-09-27T15:50:48.4250930Z test_ops.py::TestCommonCPU::test_out_warning_nextafter_cpu 2022-09-27T15:50:48.4294192Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_view_as_real_cpu 2022-09-27T15:50:48.4295343Z test_ops.py::TestCommonCPU::test_out_warning_where_cpu 2022-09-27T15:50:48.4299998Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_where_cpu 2022-09-27T15:50:48.4369045Z test_ops.py::TestCommonCPU::test_out_warning_zeros_like_cpu 2022-09-27T15:50:48.4369582Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_zeros_like_cpu 2022-09-27T15:50:48.4418229Z test_ops.py::TestCommonCPU::test_out_zeros_cpu_float32 2022-09-27T15:50:48.4455094Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_zeros_cpu_float32 2022-09-27T15:50:48.4517275Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex32 2022-09-27T15:50:48.4530604Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nextafter_cpu 2022-09-27T15:50:48.4641363Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool1d_cpu 2022-09-27T15:50:48.4645778Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_nanmean_cpu_float32 2022-09-27T15:50:48.4647275Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool1d_cpu 2022-09-27T15:50:48.4647974Z test_ops.py::TestCommonCPU::test_out_narrow_copy_cpu_float32 2022-09-27T15:50:48.4648560Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool2d_cpu 2022-09-27T15:50:48.4679571Z [gw3] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_out_narrow_copy_cpu_float32 2022-09-27T15:50:48.4725247Z test_ops.py::TestCommonCPU::test_out_neg_cpu_float32 2022-09-27T15:50:48.4726163Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_neg_cpu_float32 2022-09-27T15:50:48.4758731Z test_ops.py::TestCommonCPU::test_out_new_ones_cpu_float32 2022-09-27T15:50:48.4768674Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_new_ones_cpu_float32 2022-09-27T15:50:48.4799423Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:50:48.4812430Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:50:48.4847332Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:50:48.4878996Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:50:48.4900858Z test_ops.py::TestCommonCPU::test_out_nn_functional_batch_norm_cpu_float32 2022-09-27T15:50:48.4934717Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_batch_norm_cpu_float32 2022-09-27T15:50:48.4949058Z test_ops.py::TestCommonCPU::test_out_nn_functional_celu_cpu_float32 2022-09-27T15:50:48.4961174Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_celu_cpu_float32 2022-09-27T15:50:48.5053137Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool2d_cpu 2022-09-27T15:50:48.5056129Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:50:48.5056723Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_bilinear_cpu 2022-09-27T15:50:48.5057329Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:50:48.5064139Z test_ops.py::TestCommonCPU::test_out_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:50:48.5075774Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_bilinear_cpu 2022-09-27T15:50:48.5110283Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:50:48.5111039Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv1d_cpu 2022-09-27T15:50:48.5136263Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout_cpu_float32 2022-09-27T15:50:48.5144184Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv1d_cpu 2022-09-27T15:50:48.5199536Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_dropout_cpu_float32 2022-09-27T15:50:48.5212245Z test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:50:48.5214679Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose3d_cpu 2022-09-27T15:50:48.5217153Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:50:48.5252532Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose3d_cpu 2022-09-27T15:50:48.5253353Z test_ops.py::TestCommonCPU::test_out_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:50:48.5265319Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_ctc_loss_cpu 2022-09-27T15:50:48.5294322Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:50:48.5295722Z test_ops.py::TestCommonCPU::test_out_nn_functional_group_norm_cpu_float32 2022-09-27T15:50:48.5326686Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_ctc_loss_cpu 2022-09-27T15:50:48.5417582Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_elu_cpu 2022-09-27T15:50:48.5418175Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_group_norm_cpu_float32 2022-09-27T15:50:48.5418761Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_elu_cpu 2022-09-27T15:50:48.5419403Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardtanh_cpu_float32 2022-09-27T15:50:48.5419993Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_without_train_cpu 2022-09-27T15:50:48.5420589Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_hardtanh_cpu_float32 2022-09-27T15:50:48.5421163Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:50:48.5421805Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_without_train_cpu 2022-09-27T15:50:48.5466789Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gelu_cpu 2022-09-27T15:50:48.5467576Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:50:48.5488934Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:50:48.5520362Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:50:48.5529058Z test_ops.py::TestCommonCPU::test_out_nn_functional_layer_norm_cpu_float32 2022-09-27T15:50:48.5566389Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_layer_norm_cpu_float32 2022-09-27T15:50:48.5664028Z test_ops.py::TestCommonCPU::test_out_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:50:48.5704298Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:50:48.5744037Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:50:48.5744976Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:50:48.5762803Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:50:48.5780828Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gelu_cpu 2022-09-27T15:50:48.5924534Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardshrink_cpu 2022-09-27T15:50:48.5938933Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:50:48.5944784Z test_ops.py::TestCommonCPU::test_out_nn_functional_mse_loss_cpu_float32 2022-09-27T15:50:48.5988635Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardshrink_cpu 2022-09-27T15:50:48.5989258Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:50:48.5989824Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_mse_loss_cpu_float32 2022-09-27T15:50:48.5992274Z test_ops.py::TestCommonCPU::test_out_nn_functional_nll_loss_cpu_float32 2022-09-27T15:50:48.6047961Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:50:48.6048678Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bicubic_cpu 2022-09-27T15:50:48.6049307Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_nll_loss_cpu_float32 2022-09-27T15:50:48.6049906Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_constant_cpu_float32 2022-09-27T15:50:48.6058598Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bicubic_cpu 2022-09-27T15:50:48.6085445Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pad_constant_cpu_float32 2022-09-27T15:50:48.6086202Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_trilinear_cpu 2022-09-27T15:50:48.6107061Z test_ops.py::TestCommonCPU::test_out_nn_functional_pdist_cpu_float32 2022-09-27T15:50:48.6118655Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pdist_cpu_float32 2022-09-27T15:50:48.6160231Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_trilinear_cpu 2022-09-27T15:50:48.6160841Z test_ops.py::TestCommonCPU::test_out_nn_functional_prelu_cpu_float32 2022-09-27T15:50:48.6161523Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_leaky_relu_cpu 2022-09-27T15:50:48.6169252Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_prelu_cpu_float32 2022-09-27T15:50:48.6215156Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_leaky_relu_cpu 2022-09-27T15:50:48.6215739Z test_ops.py::TestCommonCPU::test_out_nn_functional_selu_cpu_float32 2022-09-27T15:50:48.6216281Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:50:48.6220984Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_selu_cpu_float32 2022-09-27T15:50:48.6232088Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:50:48.6232770Z test_ops.py::TestCommonCPU::test_out_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:50:48.6265623Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_cpu 2022-09-27T15:50:48.6275272Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:50:48.6286447Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_cpu 2022-09-27T15:50:48.6305480Z test_ops.py::TestCommonCPU::test_out_nn_functional_softshrink_cpu_float32 2022-09-27T15:50:48.6332632Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_cpu 2022-09-27T15:50:48.6338172Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_cpu 2022-09-27T15:50:48.6378389Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multi_margin_loss_cpu 2022-09-27T15:50:48.6402795Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multi_margin_loss_cpu 2022-09-27T15:50:48.6467326Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_normalize_cpu 2022-09-27T15:50:48.6468109Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_softshrink_cpu_float32 2022-09-27T15:50:48.6503978Z test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:50:48.6505061Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:50:48.6543648Z test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:50:48.6554477Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:50:48.6709304Z test_ops.py::TestCommonCPU::test_out_norm_inf_cpu_float32 2022-09-27T15:50:48.6709906Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_norm_inf_cpu_float32 2022-09-27T15:50:48.6733007Z test_ops.py::TestCommonCPU::test_out_ones_cpu_float32 2022-09-27T15:50:48.6774602Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_normalize_cpu 2022-09-27T15:50:48.6775295Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_reflect_cpu 2022-09-27T15:50:48.6780384Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_ones_cpu_float32 2022-09-27T15:50:48.6813394Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_reflect_cpu 2022-09-27T15:50:48.6814064Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_shuffle_cpu 2022-09-27T15:50:48.6844834Z test_ops.py::TestCommonCPU::test_out_outer_cpu_float32 2022-09-27T15:50:48.6856059Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_shuffle_cpu 2022-09-27T15:50:48.6892753Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_outer_cpu_float32 2022-09-27T15:50:48.6894147Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu6_cpu 2022-09-27T15:50:48.6894667Z test_ops.py::TestCommonCPU::test_out_polar_cpu_float32 2022-09-27T15:50:48.6938339Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu6_cpu 2022-09-27T15:50:48.6939259Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_complex_cpu 2022-09-27T15:50:48.6969262Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_complex_cpu 2022-09-27T15:50:48.6997789Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_cpu 2022-09-27T15:50:48.6998465Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_cpu 2022-09-27T15:50:48.7025648Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softsign_cpu 2022-09-27T15:50:48.7040578Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softsign_cpu 2022-09-27T15:50:48.7079239Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_with_distance_loss_cpu 2022-09-27T15:50:48.7090581Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_with_distance_loss_cpu 2022-09-27T15:50:48.7145440Z test_ops.py::TestCommonCPU::test_out_warning_nonzero_cpu 2022-09-27T15:50:48.7228274Z [gw1] [ 21%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_nonzero_cpu 2022-09-27T15:50:48.7231599Z test_ops.py::TestCommonCPU::test_out_warning_norm_nuc_cpu 2022-09-27T15:50:48.7270641Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_polar_cpu_float32 2022-09-27T15:50:48.7271206Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:50:48.7271769Z [gw3] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:50:48.7272316Z test_ops.py::TestCommonCPU::test_out_prod_cpu_float32 2022-09-27T15:50:48.7278998Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_norm_nuc_cpu 2022-09-27T15:50:48.7313370Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_prod_cpu_float32 2022-09-27T15:50:48.7313970Z test_ops.py::TestCommonCPU::test_out_rad2deg_cpu_float32 2022-09-27T15:50:48.7333534Z test_ops.py::TestCommonCPU::test_out_warning_ones_like_cpu 2022-09-27T15:50:48.7388666Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ones_like_cpu 2022-09-27T15:50:48.7389212Z test_ops.py::TestCommonCPU::test_out_warning_pca_lowrank_cpu 2022-09-27T15:50:48.7403424Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_rad2deg_cpu_float32 2022-09-27T15:50:48.7404097Z test_ops.py::TestCommonCPU::test_out_randn_like_cpu_float32 2022-09-27T15:50:48.7442968Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_pca_lowrank_cpu 2022-09-27T15:50:48.7456561Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_0_cpu 2022-09-27T15:50:48.7486601Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_randn_like_cpu_float32 2022-09-27T15:50:48.7703379Z test_ops.py::TestCommonCPU::test_out_remainder_cpu_float32 2022-09-27T15:50:48.7744949Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_remainder_cpu_float32 2022-09-27T15:50:48.7747917Z test_ops.py::TestCommonCPU::test_out_reshape_as_cpu_float32 2022-09-27T15:50:48.7775802Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_reshape_as_cpu_float32 2022-09-27T15:50:48.7776375Z test_ops.py::TestCommonCPU::test_out_resolve_conj_cpu_float32 2022-09-27T15:50:48.7789719Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_0_cpu 2022-09-27T15:50:48.7790383Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_resolve_conj_cpu_float32 2022-09-27T15:50:48.7813199Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_4_cpu 2022-09-27T15:50:48.7813894Z test_ops.py::TestCommonCPU::test_out_round_cpu_float32 2022-09-27T15:50:48.7823476Z [gw1] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_4_cpu 2022-09-27T15:50:48.7858157Z test_ops.py::TestCommonCPU::test_out_warning_put_cpu 2022-09-27T15:50:48.7866906Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_round_cpu_float32 2022-09-27T15:50:48.7883409Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_put_cpu 2022-09-27T15:50:48.7884201Z test_ops.py::TestCommonCPU::test_out_rsqrt_cpu_float32 2022-09-27T15:50:48.7939543Z test_ops.py::TestCommonCPU::test_out_warning_rand_like_cpu 2022-09-27T15:50:48.7965325Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_rand_like_cpu 2022-09-27T15:50:48.7965961Z test_ops.py::TestCommonCPU::test_out_warning_ravel_cpu 2022-09-27T15:50:48.7975648Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_rsqrt_cpu_float32 2022-09-27T15:50:48.8005271Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_amax_cpu_float32 2022-09-27T15:50:48.8005846Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ravel_cpu 2022-09-27T15:50:48.8171512Z test_ops.py::TestCommonCPU::test_out_warning_renorm_cpu 2022-09-27T15:50:48.8180497Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_renorm_cpu 2022-09-27T15:50:48.8217800Z test_ops.py::TestCommonCPU::test_out_warning_reshape_cpu 2022-09-27T15:50:48.8239981Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_reshape_cpu 2022-09-27T15:50:48.8262887Z test_ops.py::TestCommonCPU::test_out_warning_resolve_neg_cpu 2022-09-27T15:50:48.8274130Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_resolve_neg_cpu 2022-09-27T15:50:48.8370308Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_0_cpu 2022-09-27T15:50:48.8378323Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_round_decimals_0_cpu 2022-09-27T15:50:48.8434021Z test_ops.py::TestCommonCPU::test_out_warning_rsub_cpu 2022-09-27T15:50:48.8434684Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_rsub_cpu 2022-09-27T15:50:48.8542750Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amin_cpu 2022-09-27T15:50:48.8589948Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_reduce_amax_cpu_float32 2022-09-27T15:50:48.9148735Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_sum_cpu_float32 2022-09-27T15:50:48.9149362Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amin_cpu 2022-09-27T15:50:48.9386711Z test_ops.py::TestCommonCPU::test_out_warning_searchsorted_cpu 2022-09-27T15:50:48.9387462Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_reduce_sum_cpu_float32 2022-09-27T15:50:48.9418005Z test_ops.py::TestCommonCPU::test_out_select_cpu_float32 2022-09-27T15:50:48.9433953Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_select_cpu_float32 2022-09-27T15:50:48.9605594Z test_ops.py::TestCommonCPU::test_out_sigmoid_cpu_float32 2022-09-27T15:50:48.9606149Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_sigmoid_cpu_float32 2022-09-27T15:50:48.9606605Z test_ops.py::TestCommonCPU::test_out_sinc_cpu_float32 2022-09-27T15:50:48.9607085Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_svd_cpu 2022-09-27T15:50:48.9640643Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vander_cpu 2022-09-27T15:50:48.9641503Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_vander_cpu 2022-09-27T15:50:48.9657806Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_sinc_cpu_float32 2022-09-27T15:50:48.9658640Z test_ops.py::TestCommonCPU::test_out_warning_log10_cpu 2022-09-27T15:50:48.9761892Z test_ops.py::TestCommonCPU::test_out_softmax_with_dtype_cpu_float32 2022-09-27T15:50:48.9774660Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log10_cpu 2022-09-27T15:50:48.9835575Z test_ops.py::TestCommonCPU::test_out_warning_log_softmax_cpu 2022-09-27T15:50:48.9869095Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_softmax_with_dtype_cpu_float32 2022-09-27T15:50:48.9957600Z test_ops.py::TestCommonCPU::test_out_special_bessel_j0_cpu_float32 2022-09-27T15:50:48.9958118Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_special_bessel_j0_cpu_float32 2022-09-27T15:50:49.0016281Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:50:49.0095227Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log_softmax_cpu 2022-09-27T15:50:49.0426004Z test_ops.py::TestCommonCPU::test_out_warning_logcumsumexp_cpu 2022-09-27T15:50:49.0426605Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logcumsumexp_cpu 2022-09-27T15:50:49.0545556Z test_ops.py::TestCommonCPU::test_out_warning_logical_or_cpu 2022-09-27T15:50:49.0901424Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logical_or_cpu 2022-09-27T15:50:49.0902564Z test_ops.py::TestCommonCPU::test_out_warning_logsumexp_cpu 2022-09-27T15:50:49.0903483Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:50:49.0904287Z test_ops.py::TestCommonCPU::test_out_special_entr_cpu_float32 2022-09-27T15:50:49.0904870Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_special_entr_cpu_float32 2022-09-27T15:50:49.0905406Z test_ops.py::TestCommonCPU::test_out_special_i0e_cpu_float32 2022-09-27T15:50:49.0905949Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_special_i0e_cpu_float32 2022-09-27T15:50:49.0912187Z test_ops.py::TestCommonCPU::test_out_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:50:49.0967147Z [gw3] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:50:49.0968008Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k0_cpu_float32 2022-09-27T15:50:49.0968620Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k0_cpu_float32 2022-09-27T15:50:49.1080161Z test_ops.py::TestCommonCPU::test_out_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:50:49.1086726Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logsumexp_cpu 2022-09-27T15:50:49.1238673Z test_ops.py::TestCommonCPU::test_out_warning_lu_solve_cpu 2022-09-27T15:50:49.1239309Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:50:49.1243942Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:50:49.1297979Z [gw3] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:50:49.1544628Z test_ops.py::TestCommonCPU::test_out_special_xlog1py_cpu_float32 2022-09-27T15:50:49.1548541Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_special_xlog1py_cpu_float32 2022-09-27T15:50:49.1549328Z test_ops.py::TestCommonCPU::test_out_split_with_sizes_cpu_float32 2022-09-27T15:50:49.1589706Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_split_with_sizes_cpu_float32 2022-09-27T15:50:49.1709464Z test_ops.py::TestCommonCPU::test_out_stack_cpu_float32 2022-09-27T15:50:49.1754666Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lu_solve_cpu 2022-09-27T15:50:49.1755238Z test_ops.py::TestCommonCPU::test_out_warning_masked_fill_cpu 2022-09-27T15:50:49.1796083Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_masked_fill_cpu 2022-09-27T15:50:49.1806685Z test_ops.py::TestCommonCPU::test_out_warning_matrix_exp_cpu 2022-09-27T15:50:49.1827531Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_matrix_exp_cpu 2022-09-27T15:50:49.1888960Z test_ops.py::TestCommonCPU::test_out_warning_maximum_cpu 2022-09-27T15:50:49.1889741Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_stack_cpu_float32 2022-09-27T15:50:49.2118313Z test_ops.py::TestCommonCPU::test_out_sub_cpu_float32 2022-09-27T15:50:49.2162573Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_maximum_cpu 2022-09-27T15:50:49.2163370Z test_ops.py::TestCommonCPU::test_out_warning_meshgrid_variadic_tensors_cpu 2022-09-27T15:50:49.2235583Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_sub_cpu_float32 2022-09-27T15:50:49.2236281Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_meshgrid_variadic_tensors_cpu 2022-09-27T15:50:49.2237042Z test_ops.py::TestCommonCPU::test_out_svd_lowrank_cpu_float32 2022-09-27T15:50:49.2237531Z test_ops.py::TestCommonCPU::test_out_warning_minimum_cpu 2022-09-27T15:50:49.2263642Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_svd_lowrank_cpu_float32 2022-09-27T15:50:49.2465600Z test_ops.py::TestCommonCPU::test_out_take_cpu_float32 2022-09-27T15:50:49.2473881Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_minimum_cpu 2022-09-27T15:50:49.2496529Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_take_cpu_float32 2022-09-27T15:50:49.2497054Z test_ops.py::TestCommonCPU::test_out_tensordot_cpu_float32 2022-09-27T15:50:49.2582881Z test_ops.py::TestCommonCPU::test_out_warning_msort_cpu 2022-09-27T15:50:49.2613542Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_tensordot_cpu_float32 2022-09-27T15:50:49.2642655Z test_ops.py::TestCommonCPU::test_out_topk_cpu_float32 2022-09-27T15:50:49.2643292Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_msort_cpu 2022-09-27T15:50:49.2972368Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_1_cpu 2022-09-27T15:50:49.2983773Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_1_cpu 2022-09-27T15:50:49.3043470Z test_ops.py::TestCommonCPU::test_out_warning_nanmean_cpu 2022-09-27T15:50:49.3070173Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_topk_cpu_float32 2022-09-27T15:50:49.3100290Z test_ops.py::TestCommonCPU::test_out_trapz_cpu_float32 2022-09-27T15:50:49.3105921Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_trapz_cpu_float32 2022-09-27T15:50:49.3553562Z test_ops.py::TestCommonCPU::test_out_triu_cpu_float32 2022-09-27T15:50:49.3554191Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_searchsorted_cpu 2022-09-27T15:50:49.3655997Z test_ops.py::TestCommonCPU::test_out_warning_select_scatter_cpu 2022-09-27T15:50:49.3656616Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_select_scatter_cpu 2022-09-27T15:50:49.3657146Z test_ops.py::TestCommonCPU::test_out_warning_sign_cpu 2022-09-27T15:50:49.3736663Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sign_cpu 2022-09-27T15:50:49.3737318Z test_ops.py::TestCommonCPU::test_out_warning_sinh_cpu 2022-09-27T15:50:49.3800224Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sinh_cpu 2022-09-27T15:50:49.4044670Z test_ops.py::TestCommonCPU::test_out_warning_sort_cpu 2022-09-27T15:50:49.4093313Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nanmean_cpu 2022-09-27T15:50:49.4129030Z test_ops.py::TestCommonCPU::test_out_warning_narrow_copy_cpu 2022-09-27T15:50:49.4141564Z [gw2] [ 21%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_narrow_copy_cpu 2022-09-27T15:50:49.4199634Z test_ops.py::TestCommonCPU::test_out_warning_neg_cpu 2022-09-27T15:50:49.4213411Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_neg_cpu 2022-09-27T15:50:49.4249216Z test_ops.py::TestCommonCPU::test_out_warning_new_ones_cpu 2022-09-27T15:50:49.4257262Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_new_ones_cpu 2022-09-27T15:50:49.4284801Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_triu_cpu_float32 2022-09-27T15:50:49.4286148Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool2d_cpu 2022-09-27T15:50:49.4370456Z test_ops.py::TestCommonCPU::test_out_unbind_cpu_float32 2022-09-27T15:50:49.4371262Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_unbind_cpu_float32 2022-09-27T15:50:49.4371901Z test_ops.py::TestCommonCPU::test_out_unique_consecutive_cpu_float32 2022-09-27T15:50:49.4372833Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool2d_cpu 2022-09-27T15:50:49.4479197Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool3d_cpu 2022-09-27T15:50:49.4480236Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool3d_cpu 2022-09-27T15:50:49.4574192Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_cpu 2022-09-27T15:50:49.4582277Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_unique_consecutive_cpu_float32 2022-09-27T15:50:49.4636436Z test_ops.py::TestCommonCPU::test_out_var_mean_cpu_float32 2022-09-27T15:50:49.4637028Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_var_mean_cpu_float32 2022-09-27T15:50:49.4735098Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_cpu 2022-09-27T15:50:49.4736001Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_with_logits_cpu 2022-09-27T15:50:49.4736682Z test_ops.py::TestCommonCPU::test_out_view_as_real_cpu_complex64 2022-09-27T15:50:49.4737366Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_view_as_real_cpu_complex64 2022-09-27T15:50:49.4737865Z test_ops.py::TestCommonCPU::test_out_warning_H_cpu 2022-09-27T15:50:49.4738470Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_with_logits_cpu 2022-09-27T15:50:49.4741589Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose1d_cpu 2022-09-27T15:50:49.4742313Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_H_cpu 2022-09-27T15:50:49.4756110Z test_ops.py::TestCommonCPU::test_out_warning___rand___cpu 2022-09-27T15:50:49.4784586Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose1d_cpu 2022-09-27T15:50:49.4785375Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_similarity_cpu 2022-09-27T15:50:49.4802560Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rand___cpu 2022-09-27T15:50:49.4803329Z test_ops.py::TestCommonCPU::test_out_warning___rmul___cpu 2022-09-27T15:50:49.4889145Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_similarity_cpu 2022-09-27T15:50:49.4889962Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout3d_cpu 2022-09-27T15:50:49.4890538Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rmul___cpu 2022-09-27T15:50:49.4891045Z test_ops.py::TestCommonCPU::test_out_warning___rxor___cpu 2022-09-27T15:50:49.4891610Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout3d_cpu 2022-09-27T15:50:49.4892190Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_cpu 2022-09-27T15:50:49.4914411Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rxor___cpu 2022-09-27T15:50:49.4915021Z test_ops.py::TestCommonCPU::test_out_warning__masked_argmin_cpu 2022-09-27T15:50:49.4920454Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_cpu 2022-09-27T15:50:49.4934325Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool3d_cpu 2022-09-27T15:50:49.4992499Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_argmin_cpu 2022-09-27T15:50:49.5020591Z test_ops.py::TestCommonCPU::test_out_warning__masked_logaddexp_cpu 2022-09-27T15:50:49.5021211Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_logaddexp_cpu 2022-09-27T15:50:49.5048179Z test_ops.py::TestCommonCPU::test_out_warning__masked_norm_cpu 2022-09-27T15:50:49.5053936Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_norm_cpu 2022-09-27T15:50:49.5211834Z test_ops.py::TestCommonCPU::test_out_warning__masked_softmin_cpu 2022-09-27T15:50:49.5212992Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool3d_cpu 2022-09-27T15:50:49.5213637Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_grid_sample_cpu 2022-09-27T15:50:49.5214198Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_softmin_cpu 2022-09-27T15:50:49.5214733Z test_ops.py::TestCommonCPU::test_out_warning__refs_abs_cpu 2022-09-27T15:50:49.5215438Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_grid_sample_cpu 2022-09-27T15:50:49.5216022Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardswish_cpu 2022-09-27T15:50:49.5224199Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardswish_cpu 2022-09-27T15:50:49.5227306Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_abs_cpu 2022-09-27T15:50:49.5227922Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_instance_norm_cpu 2022-09-27T15:50:49.5719142Z test_ops.py::TestCommonCPU::test_out_warning__refs_addcdiv_cpu 2022-09-27T15:50:49.5719852Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex32 2022-09-27T15:50:49.5721532Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float64 2022-09-27T15:50:49.5726535Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sort_cpu 2022-09-27T15:50:49.5846549Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_addcdiv_cpu 2022-09-27T15:50:49.5847368Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_instance_norm_cpu 2022-09-27T15:50:49.5848038Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j1_cpu 2022-09-27T15:50:49.5848633Z test_ops.py::TestCommonCPU::test_out_warning__refs_amax_cpu 2022-09-27T15:50:49.5849243Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_linear_cpu 2022-09-27T15:50:49.5850014Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_linear_cpu 2022-09-27T15:50:49.5850836Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_l1_loss_cpu 2022-09-27T15:50:49.5885125Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j1_cpu 2022-09-27T15:50:49.5885833Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_l1_loss_cpu 2022-09-27T15:50:49.5886455Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_local_response_norm_cpu 2022-09-27T15:50:49.5986664Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_u_cpu 2022-09-27T15:50:49.5987689Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_local_response_norm_cpu 2022-09-27T15:50:49.6117240Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool2d_cpu 2022-09-27T15:50:49.6118164Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool2d_cpu 2022-09-27T15:50:49.6186153Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_cpu 2022-09-27T15:50:49.6187178Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_cpu 2022-09-27T15:50:49.6214140Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_u_cpu 2022-09-27T15:50:49.6214816Z test_ops.py::TestCommonCPU::test_out_warning_special_erfcx_cpu 2022-09-27T15:50:49.6248763Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mish_cpu 2022-09-27T15:50:49.6249647Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mish_cpu 2022-09-27T15:50:49.6284602Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_soft_margin_loss_cpu 2022-09-27T15:50:49.6296077Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_soft_margin_loss_cpu 2022-09-27T15:50:49.6304585Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_circular_cpu 2022-09-27T15:50:49.6316693Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_erfcx_cpu 2022-09-27T15:50:49.6330408Z test_ops.py::TestCommonCPU::test_out_warning_special_i1_cpu 2022-09-27T15:50:49.6343227Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_circular_cpu 2022-09-27T15:50:49.6384697Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pairwise_distance_cpu 2022-09-27T15:50:49.6396006Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pairwise_distance_cpu 2022-09-27T15:50:49.6424483Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:50:49.6432711Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_i1_cpu 2022-09-27T15:50:49.6446059Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:50:49.6448513Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_rrelu_cpu 2022-09-27T15:50:49.6498068Z test_ops.py::TestCommonCPU::test_out_warning_special_log_ndtr_cpu 2022-09-27T15:50:49.6508964Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_rrelu_cpu 2022-09-27T15:50:49.6541200Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_smooth_l1_loss_cpu 2022-09-27T15:50:49.6552930Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_smooth_l1_loss_cpu 2022-09-27T15:50:49.6565562Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_log_ndtr_cpu 2022-09-27T15:50:49.6568463Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k1_cpu 2022-09-27T15:50:49.6655894Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softplus_cpu 2022-09-27T15:50:49.6662925Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k1_cpu 2022-09-27T15:50:49.6676401Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_amax_cpu 2022-09-27T15:50:49.6679249Z test_ops.py::TestCommonCPU::test_out_warning__refs_as_strided_cpu 2022-09-27T15:50:49.6685821Z test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k0_cpu 2022-09-27T15:50:49.6696553Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softplus_cpu 2022-09-27T15:50:49.6713524Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_threshold_cpu 2022-09-27T15:50:49.6724162Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_as_strided_cpu 2022-09-27T15:50:49.6735221Z test_ops.py::TestCommonCPU::test_out_warning__refs_atan_cpu 2022-09-27T15:50:49.6746067Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_threshold_cpu 2022-09-27T15:50:49.6777999Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_bilinear_cpu 2022-09-27T15:50:49.6786371Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k0_cpu 2022-09-27T15:50:49.6804331Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_bilinear_cpu 2022-09-27T15:50:49.6815632Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atan_cpu 2022-09-27T15:50:49.6820491Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_v_cpu 2022-09-27T15:50:49.6821055Z test_ops.py::TestCommonCPU::test_out_warning_norm_fro_cpu 2022-09-27T15:50:49.6837948Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_3d_cpu 2022-09-27T15:50:49.6849262Z [gw1] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_v_cpu 2022-09-27T15:50:49.6856734Z test_ops.py::TestCommonCPU::test_out_warning_special_zeta_cpu 2022-09-27T15:50:49.6867665Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_3d_cpu 2022-09-27T15:50:49.6955380Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_or_cpu 2022-09-27T15:50:49.6965815Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_norm_fro_cpu 2022-09-27T15:50:49.7054793Z test_ops.py::TestCommonCPU::test_out_warning_normal_number_mean_cpu 2022-09-27T15:50:49.7066505Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_normal_number_mean_cpu 2022-09-27T15:50:49.7173257Z test_ops.py::TestCommonCPU::test_out_warning_ormqr_cpu 2022-09-27T15:50:49.7187490Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_zeta_cpu 2022-09-27T15:50:49.7252264Z test_ops.py::TestCommonCPU::test_out_warning_sqrt_cpu 2022-09-27T15:50:49.7266049Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_or_cpu 2022-09-27T15:50:49.7271843Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sqrt_cpu 2022-09-27T15:50:49.7281249Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_to_cpu 2022-09-27T15:50:49.7305277Z test_ops.py::TestCommonCPU::test_out_warning_std_cpu 2022-09-27T15:50:49.7316713Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_to_cpu 2022-09-27T15:50:49.7323669Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_cpu 2022-09-27T15:50:49.7334799Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_std_cpu 2022-09-27T15:50:49.7369343Z test_ops.py::TestCommonCPU::test_out_warning_sum_cpu 2022-09-27T15:50:49.7381134Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sum_cpu 2022-09-27T15:50:49.7544462Z test_ops.py::TestCommonCPU::test_out_warning_symeig_cpu 2022-09-27T15:50:49.7555811Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_cpu 2022-09-27T15:50:49.7700720Z test_ops.py::TestCommonCPU::test_out_warning__refs_column_stack_cpu 2022-09-27T15:50:49.7707218Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_column_stack_cpu 2022-09-27T15:50:49.7727544Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_symeig_cpu 2022-09-27T15:50:49.7728109Z test_ops.py::TestCommonCPU::test_out_warning__refs_contiguous_cpu 2022-09-27T15:50:49.7759652Z test_ops.py::TestCommonCPU::test_out_warning_tan_cpu 2022-09-27T15:50:49.7770369Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_contiguous_cpu 2022-09-27T15:50:49.7793387Z test_ops.py::TestCommonCPU::test_out_warning__refs_diag_embed_cpu 2022-09-27T15:50:49.7816640Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tan_cpu 2022-09-27T15:50:49.7817214Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_diag_embed_cpu 2022-09-27T15:50:49.7820593Z test_ops.py::TestCommonCPU::test_out_warning_tile_cpu 2022-09-27T15:50:49.7868938Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_no_rounding_mode_cpu 2022-09-27T15:50:49.7881326Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tile_cpu 2022-09-27T15:50:49.7915831Z test_ops.py::TestCommonCPU::test_out_warning_trace_cpu 2022-09-27T15:50:49.7924073Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_trace_cpu 2022-09-27T15:50:49.8197413Z test_ops.py::TestCommonCPU::test_out_warning_triangular_solve_cpu 2022-09-27T15:50:49.8210014Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float64 2022-09-27T15:50:49.8281360Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_triangular_solve_cpu 2022-09-27T15:50:49.8281895Z test_ops.py::TestCommonCPU::test_out_warning_triu_indices_cpu 2022-09-27T15:50:49.8282376Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int8 2022-09-27T15:50:49.8295316Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_triu_indices_cpu 2022-09-27T15:50:49.8295888Z test_ops.py::TestCommonCPU::test_out_warning_unflatten_cpu 2022-09-27T15:50:49.8296532Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_div_no_rounding_mode_cpu 2022-09-27T15:50:49.8411273Z test_ops.py::TestCommonCPU::test_out_warning__refs_empty_cpu 2022-09-27T15:50:49.8411843Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unflatten_cpu 2022-09-27T15:50:49.8413494Z test_ops.py::TestCommonCPU::test_out_warning_unique_cpu 2022-09-27T15:50:49.8417721Z [gw3] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning__refs_empty_cpu 2022-09-27T15:50:49.8463266Z test_ops.py::TestCommonCPU::test_out_warning__refs_erfc_cpu 2022-09-27T15:50:49.8509924Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_erfc_cpu 2022-09-27T15:50:49.8510704Z test_ops.py::TestCommonCPU::test_out_warning__refs_expand_as_cpu 2022-09-27T15:50:49.8533573Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_expand_as_cpu 2022-09-27T15:50:49.8580109Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft2_cpu 2022-09-27T15:50:49.8580914Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unique_cpu 2022-09-27T15:50:49.8646086Z test_ops.py::TestCommonCPU::test_out_warning_vdot_cpu 2022-09-27T15:50:49.8664157Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_vdot_cpu 2022-09-27T15:50:49.8690115Z test_ops.py::TestCommonCPU::test_out_warning_view_cpu 2022-09-27T15:50:49.8709003Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_view_cpu 2022-09-27T15:50:49.8837584Z test_ops.py::TestCommonCPU::test_out_warning_xlogy_cpu 2022-09-27T15:50:49.8838487Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft2_cpu 2022-09-27T15:50:49.9020270Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft2_cpu 2022-09-27T15:50:49.9021072Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_xlogy_cpu 2022-09-27T15:50:49.9058496Z test_ops.py::TestCommonCPU::test_out_where_cpu_float32 2022-09-27T15:50:49.9059209Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_where_cpu_float32 2022-09-27T15:50:49.9082965Z test_ops.py::TestCommonCPU::test_out_zeros_like_cpu_float32 2022-09-27T15:50:49.9090889Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft2_cpu 2022-09-27T15:50:49.9125858Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_zeros_like_cpu_float32 2022-09-27T15:50:49.9126605Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft_cpu 2022-09-27T15:50:49.9358835Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex64 2022-09-27T15:50:49.9359688Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int8 2022-09-27T15:50:49.9520623Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex128 2022-09-27T15:50:49.9521427Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft_cpu 2022-09-27T15:50:49.9863281Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft_cpu 2022-09-27T15:50:49.9887298Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ormqr_cpu 2022-09-27T15:50:49.9934095Z test_ops.py::TestCommonCPU::test_out_warning_pinverse_cpu 2022-09-27T15:50:49.9958368Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_pinverse_cpu 2022-09-27T15:50:49.9960313Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_2_cpu 2022-09-27T15:50:49.9976185Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft_cpu 2022-09-27T15:50:49.9976855Z [gw2] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_2_cpu 2022-09-27T15:50:49.9979939Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfftn_cpu 2022-09-27T15:50:50.0517002Z test_ops.py::TestCommonCPU::test_out_warning_pow_cpu 2022-09-27T15:50:50.0517486Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_pow_cpu 2022-09-27T15:50:50.1349336Z test_ops.py::TestCommonCPU::test_out_warning_quantile_cpu 2022-09-27T15:50:50.1376855Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfftn_cpu 2022-09-27T15:50:50.1512711Z test_ops.py::TestCommonCPU::test_out_warning__refs_fill_cpu 2022-09-27T15:50:50.1561727Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fill_cpu 2022-09-27T15:50:50.1562482Z test_ops.py::TestCommonCPU::test_out_warning__refs_flipud_cpu 2022-09-27T15:50:50.1646434Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_flipud_cpu 2022-09-27T15:50:50.1979680Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmax_cpu 2022-09-27T15:50:50.1997446Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fmax_cpu 2022-09-27T15:50:50.2286256Z test_ops.py::TestCommonCPU::test_out_warning__refs_gcd_cpu 2022-09-27T15:50:50.2347238Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_quantile_cpu 2022-09-27T15:50:50.2347755Z test_ops.py::TestCommonCPU::test_out_warning_randn_cpu 2022-09-27T15:50:50.2353259Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_gcd_cpu 2022-09-27T15:50:50.2396840Z test_ops.py::TestCommonCPU::test_out_warning__refs_hsplit_cpu 2022-09-27T15:50:50.2407679Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_hsplit_cpu 2022-09-27T15:50:50.2420231Z [gw2] [ 21%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_randn_cpu 2022-09-27T15:50:50.2428994Z test_ops.py::TestCommonCPU::test_out_warning__refs_igamma_cpu 2022-09-27T15:50:50.2525867Z test_ops.py::TestCommonCPU::test_out_warning_reciprocal_cpu 2022-09-27T15:50:50.2545220Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_reciprocal_cpu 2022-09-27T15:50:50.2578435Z test_ops.py::TestCommonCPU::test_out_warning_repeat_interleave_cpu 2022-09-27T15:50:50.2605178Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_repeat_interleave_cpu 2022-09-27T15:50:50.2627165Z test_ops.py::TestCommonCPU::test_out_warning_resize_as__cpu 2022-09-27T15:50:50.2637044Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_resize_as__cpu 2022-09-27T15:50:50.2708648Z test_ops.py::TestCommonCPU::test_out_warning_rot90_cpu 2022-09-27T15:50:50.2709330Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_rot90_cpu 2022-09-27T15:50:50.2709857Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_neg_3_cpu 2022-09-27T15:50:50.2715110Z [gw2] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_round_decimals_neg_3_cpu 2022-09-27T15:50:50.2849051Z test_ops.py::TestCommonCPU::test_out_warning_scatter_cpu 2022-09-27T15:50:50.2854918Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_igamma_cpu 2022-09-27T15:50:50.2990334Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_copy_cpu 2022-09-27T15:50:50.3001295Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_index_copy_cpu 2022-09-27T15:50:50.3119794Z test_ops.py::TestCommonCPU::test_out_warning__refs_isfinite_cpu 2022-09-27T15:50:50.3129281Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isfinite_cpu 2022-09-27T15:50:50.3205439Z test_ops.py::TestCommonCPU::test_out_warning__refs_isposinf_cpu 2022-09-27T15:50:50.3223215Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isposinf_cpu 2022-09-27T15:50:50.3349072Z test_ops.py::TestCommonCPU::test_out_warning__refs_lgamma_cpu 2022-09-27T15:50:50.3369793Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_lgamma_cpu 2022-09-27T15:50:50.3498584Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svdvals_cpu 2022-09-27T15:50:50.3510679Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_cpu 2022-09-27T15:50:50.3710318Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_prod_cpu 2022-09-27T15:50:50.3722832Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex64 2022-09-27T15:50:50.4163951Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int16 2022-09-27T15:50:50.4177499Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_prod_cpu 2022-09-27T15:50:50.4219820Z test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_offsets_cpu 2022-09-27T15:50:50.4232489Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_offsets_cpu 2022-09-27T15:50:50.4268162Z test_ops.py::TestCommonCPU::test_out_warning_short_cpu 2022-09-27T15:50:50.4279151Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_short_cpu 2022-09-27T15:50:50.4352657Z test_ops.py::TestCommonCPU::test_out_warning_sin_cpu 2022-09-27T15:50:50.4366330Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sin_cpu 2022-09-27T15:50:50.4549748Z test_ops.py::TestCommonCPU::test_out_warning_softmax_cpu 2022-09-27T15:50:50.4562292Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svdvals_cpu 2022-09-27T15:50:50.4598041Z test_ops.py::TestCommonCPU::test_out_warning__refs_log1p_cpu 2022-09-27T15:50:50.4609883Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_softmax_cpu 2022-09-27T15:50:50.4640981Z test_ops.py::TestCommonCPU::test_out_warning_special_airy_ai_cpu 2022-09-27T15:50:50.4651898Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_log1p_cpu 2022-09-27T15:50:50.4711389Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_and_cpu 2022-09-27T15:50:50.4727280Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_airy_ai_cpu 2022-09-27T15:50:50.4836267Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y1_cpu 2022-09-27T15:50:50.4847075Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y1_cpu 2022-09-27T15:50:50.4994515Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int16 2022-09-27T15:50:50.5053942Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_w_cpu 2022-09-27T15:50:50.5054523Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_uint8 2022-09-27T15:50:50.5055005Z [gw2] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_w_cpu 2022-09-27T15:50:50.5055515Z test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_he_cpu 2022-09-27T15:50:50.5056034Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logical_and_cpu 2022-09-27T15:50:50.5215171Z test_ops.py::TestCommonCPU::test_out_warning__refs_logspace_cpu 2022-09-27T15:50:50.5216055Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_he_cpu 2022-09-27T15:50:50.5544998Z test_ops.py::TestCommonCPU::test_out_warning_special_laguerre_polynomial_l_cpu 2022-09-27T15:50:50.5559299Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_laguerre_polynomial_l_cpu 2022-09-27T15:50:50.5659707Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i1_cpu 2022-09-27T15:50:50.5671996Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i1_cpu 2022-09-27T15:50:50.5769270Z test_ops.py::TestCommonCPU::test_out_warning_special_ndtri_cpu 2022-09-27T15:50:50.5781002Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_ndtri_cpu 2022-09-27T15:50:50.5800565Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_t_cpu 2022-09-27T15:50:50.5813389Z [gw2] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_t_cpu 2022-09-27T15:50:50.5913624Z test_ops.py::TestCommonCPU::test_out_warning_special_spherical_bessel_j0_cpu 2022-09-27T15:50:50.5921100Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_uint8 2022-09-27T15:50:50.5935499Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_spherical_bessel_j0_cpu 2022-09-27T15:50:50.5936875Z test_ops.py::TestCommonCPU::test_out_warning_split_list_args_cpu 2022-09-27T15:50:50.5967413Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex64 2022-09-27T15:50:50.5978948Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_split_list_args_cpu 2022-09-27T15:50:50.6009988Z test_ops.py::TestCommonCPU::test_out_warning_squeeze_cpu 2022-09-27T15:50:50.6020674Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_squeeze_cpu 2022-09-27T15:50:50.6052414Z test_ops.py::TestCommonCPU::test_out_warning_stft_cpu 2022-09-27T15:50:50.6065480Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_stft_cpu 2022-09-27T15:50:50.9516712Z test_ops.py::TestCommonCPU::test_out_warning_svd_cpu 2022-09-27T15:50:50.9517403Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex128 2022-09-27T15:50:51.1740006Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int16 2022-09-27T15:50:51.1740615Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int16 2022-09-27T15:50:51.3193787Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_uint8 2022-09-27T15:50:51.3207935Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_svd_cpu 2022-09-27T15:50:51.3391462Z test_ops.py::TestCommonCPU::test_out_warning_take_along_dim_cpu 2022-09-27T15:50:51.3403546Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_take_along_dim_cpu 2022-09-27T15:50:51.3437828Z test_ops.py::TestCommonCPU::test_out_warning_tensor_split_cpu 2022-09-27T15:50:51.3450726Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tensor_split_cpu 2022-09-27T15:50:51.3507871Z test_ops.py::TestCommonCPU::test_out_warning_to_sparse_cpu 2022-09-27T15:50:51.3521210Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_to_sparse_cpu 2022-09-27T15:50:51.3561690Z test_ops.py::TestCommonCPU::test_out_warning_trapezoid_cpu 2022-09-27T15:50:51.3573729Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_trapezoid_cpu 2022-09-27T15:50:51.3604215Z test_ops.py::TestCommonCPU::test_out_warning_tril_indices_cpu 2022-09-27T15:50:51.3618017Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tril_indices_cpu 2022-09-27T15:50:51.3696363Z test_ops.py::TestCommonCPU::test_out_warning_trunc_cpu 2022-09-27T15:50:51.3709980Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_trunc_cpu 2022-09-27T15:50:51.3774958Z test_ops.py::TestCommonCPU::test_out_warning_uniform_cpu 2022-09-27T15:50:51.3775664Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_uniform_cpu 2022-09-27T15:50:51.3808084Z test_ops.py::TestCommonCPU::test_out_warning_var_cpu 2022-09-27T15:50:51.3818670Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_var_cpu 2022-09-27T15:50:51.3850408Z test_ops.py::TestCommonCPU::test_out_warning_view_as_cpu 2022-09-27T15:50:51.3859953Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_view_as_cpu 2022-09-27T15:50:51.3975161Z test_ops.py::TestCommonCPU::test_out_warning_vstack_cpu 2022-09-27T15:50:51.3988164Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_vstack_cpu 2022-09-27T15:50:51.4080343Z test_ops.py::TestCommonCPU::test_out_warning_zeros_cpu 2022-09-27T15:50:51.4095890Z [gw2] [ 21%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_zeros_cpu 2022-09-27T15:50:51.4118797Z test_ops.py::TestCommonCPU::test_out_zero__cpu_float32 2022-09-27T15:50:51.4129514Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_zero__cpu_float32 2022-09-27T15:50:51.4253112Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex128 2022-09-27T15:50:51.4265503Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex64 2022-09-27T15:50:51.4382991Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int32 2022-09-27T15:50:51.4504822Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_uint8 2022-09-27T15:50:51.7574170Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex64 2022-09-27T15:50:51.7587229Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int32 2022-09-27T15:50:51.9588036Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bfloat16 2022-09-27T15:50:51.9589230Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logspace_cpu 2022-09-27T15:50:52.0028943Z test_ops.py::TestCommonCPU::test_out_warning__refs_maximum_cpu 2022-09-27T15:50:52.0069127Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_maximum_cpu 2022-09-27T15:50:52.0464427Z test_ops.py::TestCommonCPU::test_out_warning__refs_minimum_cpu 2022-09-27T15:50:52.0465074Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_minimum_cpu 2022-09-27T15:50:52.0502967Z test_ops.py::TestCommonCPU::test_out_warning__refs_narrow_cpu 2022-09-27T15:50:52.0508955Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_narrow_cpu 2022-09-27T15:50:52.0532526Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_cpu 2022-09-27T15:50:52.0542708Z [gw3] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_cpu 2022-09-27T15:50:52.0587332Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_zeros_cpu 2022-09-27T15:50:52.0604587Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_new_zeros_cpu 2022-09-27T15:50:52.0664164Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_elu_cpu 2022-09-27T15:50:52.0664820Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_elu_cpu 2022-09-27T15:50:52.0697800Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardtanh_cpu 2022-09-27T15:50:52.0698547Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardtanh_cpu 2022-09-27T15:50:52.0787154Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_leaky_relu_cpu 2022-09-27T15:50:52.0787756Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_leaky_relu_cpu 2022-09-27T15:50:52.1061836Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:50:52.1072971Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:50:52.1109012Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu6_cpu 2022-09-27T15:50:52.1142320Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu6_cpu 2022-09-27T15:50:52.1452518Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softshrink_cpu 2022-09-27T15:50:52.1526108Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bfloat16 2022-09-27T15:50:52.1528039Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float32 2022-09-27T15:50:52.1530593Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex128 2022-09-27T15:50:52.1566534Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softshrink_cpu 2022-09-27T15:50:52.1567322Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float32 2022-09-27T15:50:52.1681771Z test_ops.py::TestCommonCPU::test_out_warning__refs_ones_cpu 2022-09-27T15:50:52.1685754Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_ones_cpu 2022-09-27T15:50:52.3347275Z test_ops.py::TestCommonCPU::test_out_warning__refs_prod_cpu 2022-09-27T15:50:52.3348034Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_prod_cpu 2022-09-27T15:50:52.3474565Z test_ops.py::TestCommonCPU::test_out_warning__refs_reciprocal_cpu 2022-09-27T15:50:52.3475547Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_reciprocal_cpu 2022-09-27T15:50:52.3522118Z test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_cpu 2022-09-27T15:50:52.3523051Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_cpu 2022-09-27T15:50:52.3633545Z test_ops.py::TestCommonCPU::test_out_warning__refs_rsqrt_cpu 2022-09-27T15:50:52.3661261Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex64 2022-09-27T15:50:52.3661734Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_rsqrt_cpu 2022-09-27T15:50:52.3695619Z test_ops.py::TestCommonCPU::test_out_warning__refs_sign_cpu 2022-09-27T15:50:52.3741594Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int32 2022-09-27T15:50:52.3758776Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sign_cpu 2022-09-27T15:50:52.3842628Z test_ops.py::TestCommonCPU::test_out_warning__refs_sinh_cpu 2022-09-27T15:50:52.3850445Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sinh_cpu 2022-09-27T15:50:52.3985675Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1e_cpu 2022-09-27T15:50:52.4000787Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1e_cpu 2022-09-27T15:50:52.4413106Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_5_cpu 2022-09-27T15:50:52.4428989Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_5_cpu 2022-09-27T15:50:52.4470939Z test_ops.py::TestCommonCPU::test_out_warning__refs_squeeze_cpu 2022-09-27T15:50:52.4484529Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_squeeze_cpu 2022-09-27T15:50:52.4988663Z test_ops.py::TestCommonCPU::test_out_warning__refs_sub_cpu 2022-09-27T15:50:52.4996307Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sub_cpu 2022-09-27T15:50:52.5103061Z test_ops.py::TestCommonCPU::test_out_warning__refs_tan_cpu 2022-09-27T15:50:52.5104067Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_tan_cpu 2022-09-27T15:50:52.5129225Z test_ops.py::TestCommonCPU::test_out_warning__refs_trace_cpu 2022-09-27T15:50:52.5141309Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float32 2022-09-27T15:50:52.5149257Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_trace_cpu 2022-09-27T15:50:52.5151628Z test_ops.py::TestCommonCPU::test_out_warning__refs_triu_cpu 2022-09-27T15:50:52.5200227Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int64 2022-09-27T15:50:52.5221982Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float32 2022-09-27T15:50:52.5474142Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int64 2022-09-27T15:50:52.5480462Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_triu_cpu 2022-09-27T15:50:52.5547594Z test_ops.py::TestCommonCPU::test_out_warning__refs_unbind_cpu 2022-09-27T15:50:52.5548177Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_unbind_cpu 2022-09-27T15:50:52.6014804Z test_ops.py::TestCommonCPU::test_out_warning__refs_var_cpu 2022-09-27T15:50:52.6033572Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_var_cpu 2022-09-27T15:50:52.6068934Z test_ops.py::TestCommonCPU::test_out_warning__refs_vsplit_cpu 2022-09-27T15:50:52.6082685Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_vsplit_cpu 2022-09-27T15:50:52.6159718Z test_ops.py::TestCommonCPU::test_out_warning_abs_cpu 2022-09-27T15:50:52.6173769Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_abs_cpu 2022-09-27T15:50:52.6255363Z test_ops.py::TestCommonCPU::test_out_warning_addbmm_cpu 2022-09-27T15:50:52.6255910Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int32 2022-09-27T15:50:52.6256585Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bfloat16 2022-09-27T15:50:52.6340762Z [gw3] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_addbmm_cpu 2022-09-27T15:50:52.6403546Z test_ops.py::TestCommonCPU::test_out_warning_addmm_decomposed_cpu 2022-09-27T15:50:52.6448172Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addmm_decomposed_cpu 2022-09-27T15:50:52.6486561Z test_ops.py::TestCommonCPU::test_out_warning_allclose_cpu 2022-09-27T15:50:52.6500449Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_allclose_cpu 2022-09-27T15:50:52.6574780Z test_ops.py::TestCommonCPU::test_out_warning_angle_cpu 2022-09-27T15:50:52.6583975Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_angle_cpu 2022-09-27T15:50:52.6627683Z test_ops.py::TestCommonCPU::test_out_warning_argmin_cpu 2022-09-27T15:50:52.6664463Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int64 2022-09-27T15:50:52.6996711Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bool 2022-09-27T15:50:52.7002422Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_argmin_cpu 2022-09-27T15:50:52.7046548Z test_ops.py::TestCommonCPU::test_out_warning_as_strided_scatter_cpu 2022-09-27T15:50:52.7060030Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_as_strided_scatter_cpu 2022-09-27T15:50:52.7149497Z test_ops.py::TestCommonCPU::test_out_warning_atan_cpu 2022-09-27T15:50:52.7150478Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atan_cpu 2022-09-27T15:50:52.7190690Z test_ops.py::TestCommonCPU::test_out_warning_atleast_3d_cpu 2022-09-27T15:50:52.7203527Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atleast_3d_cpu 2022-09-27T15:50:52.7241729Z test_ops.py::TestCommonCPU::test_out_warning_bincount_cpu 2022-09-27T15:50:52.7252806Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bincount_cpu 2022-09-27T15:50:52.7584975Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_or_cpu 2022-09-27T15:50:52.7604129Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_or_cpu 2022-09-27T15:50:52.7706137Z test_ops.py::TestCommonCPU::test_out_warning_bmm_cpu 2022-09-27T15:50:52.7706760Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bmm_cpu 2022-09-27T15:50:52.7752513Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_to_cpu 2022-09-27T15:50:52.7771264Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_broadcast_to_cpu 2022-09-27T15:50:52.8236277Z test_ops.py::TestCommonCPU::test_out_warning_cat_cpu 2022-09-27T15:50:52.8237522Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cat_cpu 2022-09-27T15:50:52.8238083Z test_ops.py::TestCommonCPU::test_out_warning_char_cpu 2022-09-27T15:50:52.8238594Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_char_cpu 2022-09-27T15:50:52.8239063Z test_ops.py::TestCommonCPU::test_out_warning_chunk_cpu 2022-09-27T15:50:52.8239565Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_chunk_cpu 2022-09-27T15:50:52.8261361Z test_ops.py::TestCommonCPU::test_out_warning_clone_cpu 2022-09-27T15:50:52.8261884Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_clone_cpu 2022-09-27T15:50:52.8265363Z test_ops.py::TestCommonCPU::test_out_warning_conj_cpu 2022-09-27T15:50:52.8268679Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_conj_cpu 2022-09-27T15:50:52.8348188Z test_ops.py::TestCommonCPU::test_out_warning_copysign_cpu 2022-09-27T15:50:52.8556369Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int64 2022-09-27T15:50:52.8637511Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bool 2022-09-27T15:50:52.8638102Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_copysign_cpu 2022-09-27T15:50:52.8638623Z test_ops.py::TestCommonCPU::test_out_warning_count_nonzero_cpu 2022-09-27T15:50:52.8690381Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_count_nonzero_cpu 2022-09-27T15:50:52.8868872Z test_ops.py::TestCommonCPU::test_out_warning_cummin_cpu 2022-09-27T15:50:52.8869439Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cummin_cpu 2022-09-27T15:50:52.8897722Z test_ops.py::TestCommonCPU::test_out_warning_deg2rad_cpu 2022-09-27T15:50:52.8907227Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_deg2rad_cpu 2022-09-27T15:50:52.8948769Z test_ops.py::TestCommonCPU::test_out_warning_diagonal_cpu 2022-09-27T15:50:52.8949354Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diagonal_cpu 2022-09-27T15:50:52.8989474Z test_ops.py::TestCommonCPU::test_out_warning_dist_cpu 2022-09-27T15:50:52.9008395Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_dist_cpu 2022-09-27T15:50:52.9077581Z test_ops.py::TestCommonCPU::test_out_warning_dot_cpu 2022-09-27T15:50:52.9083943Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_dot_cpu 2022-09-27T15:50:52.9131655Z test_ops.py::TestCommonCPU::test_out_warning_einsum_cpu 2022-09-27T15:50:52.9134772Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_einsum_cpu 2022-09-27T15:50:52.9180331Z test_ops.py::TestCommonCPU::test_out_warning_equal_cpu 2022-09-27T15:50:52.9183399Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_equal_cpu 2022-09-27T15:50:52.9306458Z test_ops.py::TestCommonCPU::test_out_warning_exp2_cpu 2022-09-27T15:50:52.9349212Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_exp2_cpu 2022-09-27T15:50:52.9384027Z test_ops.py::TestCommonCPU::test_out_warning_expm1_cpu 2022-09-27T15:50:52.9415782Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_expm1_cpu 2022-09-27T15:50:52.9914258Z test_ops.py::TestCommonCPU::test_out_warning_fft_fftn_cpu 2022-09-27T15:50:52.9938149Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_fftn_cpu 2022-09-27T15:50:53.0360358Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfftn_cpu 2022-09-27T15:50:53.0389385Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_hfftn_cpu 2022-09-27T15:50:53.0409406Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifftshift_cpu 2022-09-27T15:50:53.0422169Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_ifftshift_cpu 2022-09-27T15:50:53.0676984Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfft2_cpu 2022-09-27T15:50:53.0687053Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_irfft2_cpu 2022-09-27T15:50:53.1134385Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfft_cpu 2022-09-27T15:50:53.1154529Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_rfft_cpu 2022-09-27T15:50:53.1180768Z test_ops.py::TestCommonCPU::test_out_warning_flip_cpu 2022-09-27T15:50:53.1203955Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_flip_cpu 2022-09-27T15:50:53.1305245Z test_ops.py::TestCommonCPU::test_out_warning_float_power_cpu 2022-09-27T15:50:53.1394829Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bool 2022-09-27T15:50:53.1497308Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float64 2022-09-27T15:50:53.1510835Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_float_power_cpu 2022-09-27T15:50:53.1695123Z test_ops.py::TestCommonCPU::test_out_warning_fmin_cpu 2022-09-27T15:50:53.1802768Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bool 2022-09-27T15:50:53.1881182Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float16 2022-09-27T15:50:53.1881947Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fmin_cpu 2022-09-27T15:50:53.1882587Z test_ops.py::TestCommonCPU::test_out_warning_full_like_cpu 2022-09-27T15:50:53.1927783Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_full_like_cpu 2022-09-27T15:50:53.2049103Z test_ops.py::TestCommonCPU::test_out_warning_geqrf_cpu 2022-09-27T15:50:53.2049685Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bfloat16 2022-09-27T15:50:53.3047796Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex64 2022-09-27T15:50:53.3048514Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_geqrf_cpu 2022-09-27T15:50:53.3332323Z test_ops.py::TestCommonCPU::test_out_warning_heaviside_cpu 2022-09-27T15:50:53.3344998Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_heaviside_cpu 2022-09-27T15:50:53.3405845Z test_ops.py::TestCommonCPU::test_out_warning_hsplit_cpu 2022-09-27T15:50:53.3407152Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_hsplit_cpu 2022-09-27T15:50:53.3702342Z test_ops.py::TestCommonCPU::test_out_warning_igamma_cpu 2022-09-27T15:50:53.3746010Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_igamma_cpu 2022-09-27T15:50:53.3856322Z test_ops.py::TestCommonCPU::test_out_warning_index_copy_cpu 2022-09-27T15:50:53.3867411Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_copy_cpu 2022-09-27T15:50:53.4012027Z test_ops.py::TestCommonCPU::test_out_warning_index_select_cpu 2022-09-27T15:50:53.4027106Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_select_cpu 2022-09-27T15:50:53.4066531Z test_ops.py::TestCommonCPU::test_out_warning_isfinite_cpu 2022-09-27T15:50:53.4095302Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isfinite_cpu 2022-09-27T15:50:53.4152791Z test_ops.py::TestCommonCPU::test_out_warning_isneginf_cpu 2022-09-27T15:50:53.4171221Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isneginf_cpu 2022-09-27T15:50:53.4199730Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_2inputs_2outputs_cpu 2022-09-27T15:50:53.4213756Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_jiterator_2inputs_2outputs_cpu 2022-09-27T15:50:53.4244750Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_unary_cpu 2022-09-27T15:50:53.4254515Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_jiterator_unary_cpu 2022-09-27T15:50:53.4594136Z test_ops.py::TestCommonCPU::test_out_warning_ldexp_cpu 2022-09-27T15:50:53.4626179Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ldexp_cpu 2022-09-27T15:50:53.4911184Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_cpu 2022-09-27T15:50:53.4911836Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_cpu 2022-09-27T15:50:53.5276762Z test_ops.py::TestCommonCPU::test_out_warning_linalg_det_cpu 2022-09-27T15:50:53.5308503Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_det_cpu 2022-09-27T15:50:53.5432744Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvals_cpu 2022-09-27T15:50:53.5433640Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float64 2022-09-27T15:50:53.5627160Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int8 2022-09-27T15:50:53.5627843Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvals_cpu 2022-09-27T15:50:53.5897816Z test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_ex_cpu 2022-09-27T15:50:53.5927279Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_ex_cpu 2022-09-27T15:50:53.7702115Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_cpu 2022-09-27T15:50:53.7714266Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_cpu 2022-09-27T15:50:53.7959000Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_ex_cpu 2022-09-27T15:50:53.7982589Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int8 2022-09-27T15:50:53.8307447Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex128 2022-09-27T15:50:53.8329784Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_ex_cpu 2022-09-27T15:50:54.0068634Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_cpu 2022-09-27T15:50:54.0069288Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex64 2022-09-27T15:50:54.1268237Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int16 2022-09-27T15:50:54.1268894Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_cpu 2022-09-27T15:50:54.1560472Z test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_subgradients_at_zero_cpu 2022-09-27T15:50:54.1561001Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float16 2022-09-27T15:50:54.2811637Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int32 2022-09-27T15:50:54.3021439Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int16 2022-09-27T15:50:54.3571203Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_uint8 2022-09-27T15:50:54.3571943Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_subgradients_at_zero_cpu 2022-09-27T15:50:54.4520597Z test_ops.py::TestCommonCPU::test_out_warning_linalg_qr_cpu 2022-09-27T15:50:54.4538567Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_qr_cpu 2022-09-27T15:50:54.5068243Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_triangular_cpu 2022-09-27T15:50:54.5088133Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int32 2022-09-27T15:50:54.5484630Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_bfloat16 2022-09-27T15:50:54.5485269Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_uint8 2022-09-27T15:50:54.7368035Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float32 2022-09-27T15:50:54.7368778Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_bfloat16 2022-09-27T15:50:54.7369289Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float64 2022-09-27T15:50:54.7369826Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_triangular_cpu 2022-09-27T15:50:54.7370381Z test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorsolve_cpu 2022-09-27T15:50:54.7370954Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorsolve_cpu 2022-09-27T15:50:54.7371478Z test_ops.py::TestCommonCPU::test_out_warning_linspace_cpu 2022-09-27T15:50:54.7406122Z [gw3] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_linspace_cpu 2022-09-27T15:50:54.7486207Z test_ops.py::TestCommonCPU::test_out_warning_log_cpu 2022-09-27T15:50:54.7513619Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log_cpu 2022-09-27T15:50:54.7565897Z test_ops.py::TestCommonCPU::test_out_warning_logaddexp_cpu 2022-09-27T15:50:54.7576026Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logaddexp_cpu 2022-09-27T15:50:54.7616358Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float32 2022-09-27T15:50:54.7616962Z test_ops.py::TestCommonCPU::test_out_warning_logical_not_cpu 2022-09-27T15:50:54.7690574Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex128 2022-09-27T15:50:54.7737828Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logical_not_cpu 2022-09-27T15:50:54.7790931Z test_ops.py::TestCommonCPU::test_out_warning_logspace_cpu 2022-09-27T15:50:54.7791521Z [gw3] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_logspace_cpu 2022-09-27T15:50:54.7826505Z test_ops.py::TestCommonCPU::test_out_warning_lu_cpu 2022-09-27T15:50:54.7875142Z [gw0] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex128 2022-09-27T15:50:54.7875719Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float64 2022-09-27T15:50:54.7885968Z [gw3] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_lu_cpu 2022-09-27T15:50:54.7905789Z test_ops.py::TestCommonCPU::test_out_warning_mT_cpu 2022-09-27T15:50:54.7915554Z [gw0] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float64 2022-09-27T15:50:54.7937183Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mT_cpu 2022-09-27T15:50:54.7940925Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int8 2022-09-27T15:50:54.7991689Z test_ops.py::TestCommonCPU::test_out_warning_matmul_cpu 2022-09-27T15:50:54.8010001Z [gw0] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int8 2022-09-27T15:50:54.8196133Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex128 2022-09-27T15:50:54.8275165Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex128 2022-09-27T15:50:54.8294916Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int16 2022-09-27T15:50:54.8304716Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex128 2022-09-27T15:50:54.8421180Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float64 2022-09-27T15:50:54.8427950Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_matmul_cpu 2022-09-27T15:50:54.8588279Z test_ops.py::TestCommonCPU::test_out_warning_max_reduction_with_dim_cpu 2022-09-27T15:50:54.8609016Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float64 2022-09-27T15:50:54.8609547Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int8 2022-09-27T15:50:54.8620730Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float64 2022-09-27T15:50:54.8646231Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex64 2022-09-27T15:50:54.8655729Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_max_reduction_with_dim_cpu 2022-09-27T15:50:54.8708099Z test_ops.py::TestCommonCPU::test_out_warning_meshgrid_list_of_tensors_cpu 2022-09-27T15:50:54.8732387Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_meshgrid_list_of_tensors_cpu 2022-09-27T15:50:54.8853649Z test_ops.py::TestCommonCPU::test_out_warning_min_reduction_with_dim_cpu 2022-09-27T15:50:54.8866192Z [gw1] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex64 2022-09-27T15:50:54.8881231Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int16 2022-09-27T15:50:54.8909706Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int8 2022-09-27T15:50:54.9002625Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex64 2022-09-27T15:50:54.9003266Z [gw1] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int16 2022-09-27T15:50:54.9003755Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_uint8 2022-09-27T15:50:54.9004263Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_min_reduction_with_dim_cpu 2022-09-27T15:50:54.9004736Z test_ops.py::TestCommonCPU::test_out_warning_movedim_cpu 2022-09-27T15:50:54.9012932Z [gw1] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_uint8 2022-09-27T15:50:54.9043658Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_movedim_cpu 2022-09-27T15:50:54.9044160Z test_ops.py::TestCommonCPU::test_out_warning_mv_cpu 2022-09-27T15:50:54.9096657Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex64 2022-09-27T15:50:54.9206769Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mv_cpu 2022-09-27T15:50:54.9207320Z test_ops.py::TestCommonCPU::test_out_warning_nan_to_num_cpu 2022-09-27T15:50:54.9259617Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nan_to_num_cpu 2022-09-27T15:50:54.9289817Z test_ops.py::TestCommonCPU::test_out_warning_nansum_cpu 2022-09-27T15:50:54.9398350Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex64 2022-09-27T15:50:54.9557604Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int16 2022-09-27T15:50:54.9569749Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int16 2022-09-27T15:50:54.9887033Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_uint8 2022-09-27T15:50:54.9896057Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_uint8 2022-09-27T15:50:55.0287723Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float16 2022-09-27T15:50:55.0299048Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nansum_cpu 2022-09-27T15:50:55.0495349Z test_ops.py::TestCommonCPU::test_out_warning_ne_cpu 2022-09-27T15:50:55.0510204Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex64 2022-09-27T15:50:55.0579103Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bfloat16 2022-09-27T15:50:55.0590492Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ne_cpu 2022-09-27T15:50:55.0635653Z test_ops.py::TestCommonCPU::test_out_warning_new_full_cpu 2022-09-27T15:50:55.0647529Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_new_full_cpu 2022-09-27T15:50:55.0685154Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool1d_cpu 2022-09-27T15:50:55.0699894Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool1d_cpu 2022-09-27T15:50:55.0737054Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool2d_cpu 2022-09-27T15:50:55.0755073Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool2d_cpu 2022-09-27T15:50:55.0805667Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool3d_cpu 2022-09-27T15:50:55.0818791Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bfloat16 2022-09-27T15:50:55.1043980Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float64 2022-09-27T15:50:55.1056445Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float64 2022-09-27T15:50:55.1069441Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int8 2022-09-27T15:50:55.1083393Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int16 2022-09-27T15:50:55.1100808Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_uint8 2022-09-27T15:50:55.1162614Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool3d_cpu 2022-09-27T15:50:55.1165709Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_cpu 2022-09-27T15:50:55.1191302Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_cpu 2022-09-27T15:50:55.1211879Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv2d_cpu 2022-09-27T15:50:55.1268641Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv2d_cpu 2022-09-27T15:50:55.1291813Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_embedding_loss_cpu 2022-09-27T15:50:55.1295795Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int8 2022-09-27T15:50:55.1298707Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float16 2022-09-27T15:50:55.1303443Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_embedding_loss_cpu 2022-09-27T15:50:55.1335839Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout2d_cpu 2022-09-27T15:50:55.1350112Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout2d_cpu 2022-09-27T15:50:55.1390014Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_bag_cpu 2022-09-27T15:50:55.1402125Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_bag_cpu 2022-09-27T15:50:55.1496771Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool2d_cpu 2022-09-27T15:50:55.1510400Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool2d_cpu 2022-09-27T15:50:55.1540370Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_glu_cpu 2022-09-27T15:50:55.1555552Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float16 2022-09-27T15:50:55.1603330Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int32 2022-09-27T15:50:55.1615859Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_glu_cpu 2022-09-27T15:50:55.1654557Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardsigmoid_cpu 2022-09-27T15:50:55.1669445Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardsigmoid_cpu 2022-09-27T15:50:55.1705501Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_huber_loss_cpu 2022-09-27T15:50:55.1717768Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_huber_loss_cpu 2022-09-27T15:50:55.1762220Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bilinear_cpu 2022-09-27T15:50:55.1773650Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bilinear_cpu 2022-09-27T15:50:55.1782142Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_kl_div_cpu 2022-09-27T15:50:55.1797406Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int32 2022-09-27T15:50:55.1807472Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bfloat16 2022-09-27T15:50:55.1817723Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_kl_div_cpu 2022-09-27T15:50:55.2058802Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_linear_cpu 2022-09-27T15:50:55.2073238Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bfloat16 2022-09-27T15:50:55.2256805Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float16 2022-09-27T15:50:55.2267707Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_linear_cpu 2022-09-27T15:50:55.2302115Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool1d_cpu 2022-09-27T15:50:55.2312394Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool1d_cpu 2022-09-27T15:50:55.2355264Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_grad_cpu 2022-09-27T15:50:55.2362906Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_grad_cpu 2022-09-27T15:50:55.2372019Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float16 2022-09-27T15:50:55.2375223Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_grad_cpu 2022-09-27T15:50:55.2419478Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int32 2022-09-27T15:50:55.2426135Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float16 2022-09-27T15:50:55.2439703Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_grad_cpu 2022-09-27T15:50:55.2443028Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bool 2022-09-27T15:50:55.2477724Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_margin_loss_cpu 2022-09-27T15:50:55.2489860Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_margin_loss_cpu 2022-09-27T15:50:55.2526416Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_one_hot_cpu 2022-09-27T15:50:55.2537656Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_one_hot_cpu 2022-09-27T15:50:55.2571793Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_replicate_cpu 2022-09-27T15:50:55.2582895Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_replicate_cpu 2022-09-27T15:50:55.2610580Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_unshuffle_cpu 2022-09-27T15:50:55.2618331Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int32 2022-09-27T15:50:55.2631437Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_unshuffle_cpu 2022-09-27T15:50:55.2634439Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu_cpu 2022-09-27T15:50:55.2660567Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_bfloat16 2022-09-27T15:50:55.2668514Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bool 2022-09-27T15:50:55.2679297Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu_cpu 2022-09-27T15:50:55.2681777Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_cpu 2022-09-27T15:50:55.2707210Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int16 2022-09-27T15:50:55.2717104Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_cpu 2022-09-27T15:50:55.2748947Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_with_dtype_cpu 2022-09-27T15:50:55.2758876Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_with_dtype_cpu 2022-09-27T15:50:55.2789882Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_tanhshrink_cpu 2022-09-27T15:50:55.2797101Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_bfloat16 2022-09-27T15:50:55.2808129Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_tanhshrink_cpu 2022-09-27T15:50:55.2810709Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_unfold_cpu 2022-09-27T15:50:55.2837701Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int16 2022-09-27T15:50:55.2847865Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_unfold_cpu 2022-09-27T15:50:55.2892699Z test_ops.py::TestCommonCPU::test_out_warning_norm_cpu 2022-09-27T15:50:55.2902535Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int16 2022-09-27T15:50:55.2943644Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_uint8 2022-09-27T15:50:55.2952529Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int16 2022-09-27T15:50:55.3078730Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_uint8 2022-09-27T15:50:55.3094392Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_uint8 2022-09-27T15:50:55.3100103Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_uint8 2022-09-27T15:50:55.3108581Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex64 2022-09-27T15:50:55.3172490Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float32 2022-09-27T15:50:55.3184753Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex64 2022-09-27T15:50:55.3246232Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int16 2022-09-27T15:50:55.3257356Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int16 2022-09-27T15:50:55.3319754Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_uint8 2022-09-27T15:50:55.3330000Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_uint8 2022-09-27T15:50:55.3338889Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float32 2022-09-27T15:50:55.3341001Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex64 2022-09-27T15:50:55.3370612Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int64 2022-09-27T15:50:55.3525392Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_uint8 2022-09-27T15:50:55.3528027Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex32 2022-09-27T15:50:55.3598028Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int64 2022-09-27T15:50:55.3741956Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bool 2022-09-27T15:50:55.3750849Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bool 2022-09-27T15:50:55.3963613Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float32 2022-09-27T15:50:55.3971938Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float32 2022-09-27T15:50:55.4151290Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int64 2022-09-27T15:50:55.4162613Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_norm_cpu 2022-09-27T15:50:55.4177951Z test_ops.py::TestCommonCPU::test_out_warning_normal_cpu 2022-09-27T15:50:55.4189444Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int64 2022-09-27T15:50:55.4329347Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float16 2022-09-27T15:50:55.4340372Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float16 2022-09-27T15:50:55.4403755Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int32 2022-09-27T15:50:55.4414954Z [gw3] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_normal_cpu 2022-09-27T15:50:55.4451368Z test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_var_mean_cpu 2022-09-27T15:50:55.4462184Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int32 2022-09-27T15:50:55.4479806Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_var_mean_cpu 2022-09-27T15:50:55.4481640Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bfloat16 2022-09-27T15:50:55.4506365Z test_ops.py::TestCommonCPU::test_out_warning_permute_cpu 2022-09-27T15:50:55.4517264Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_permute_cpu 2022-09-27T15:50:55.4531581Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_1_cpu 2022-09-27T15:50:55.4542632Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bfloat16 2022-09-27T15:50:55.4555488Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_1_cpu 2022-09-27T15:50:55.4556787Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float16 2022-09-27T15:50:55.4587427Z test_ops.py::TestCommonCPU::test_out_warning_positive_cpu 2022-09-27T15:50:55.4598498Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_positive_cpu 2022-09-27T15:50:55.4617165Z test_ops.py::TestCommonCPU::test_out_warning_qr_cpu 2022-09-27T15:50:55.4626812Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float16 2022-09-27T15:50:55.4683403Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int32 2022-09-27T15:50:55.4692957Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int32 2022-09-27T15:50:55.5704394Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bfloat16 2022-09-27T15:50:55.5718947Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_qr_cpu 2022-09-27T15:50:55.5779340Z test_ops.py::TestCommonCPU::test_out_warning_randint_like_cpu 2022-09-27T15:50:55.5790029Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_randint_like_cpu 2022-09-27T15:50:55.5820492Z test_ops.py::TestCommonCPU::test_out_warning_real_cpu 2022-09-27T15:50:55.5830894Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_real_cpu 2022-09-27T15:50:55.5881627Z test_ops.py::TestCommonCPU::test_out_warning_repeat_cpu 2022-09-27T15:50:55.5892073Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_repeat_cpu 2022-09-27T15:50:55.5921219Z test_ops.py::TestCommonCPU::test_out_warning_resize__cpu 2022-09-27T15:50:55.5931653Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_resize__cpu 2022-09-27T15:50:55.5962896Z test_ops.py::TestCommonCPU::test_out_warning_roll_cpu 2022-09-27T15:50:55.5980321Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_roll_cpu 2022-09-27T15:50:55.6006833Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_3_cpu 2022-09-27T15:50:55.6007407Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_round_decimals_3_cpu 2022-09-27T15:50:55.6283625Z test_ops.py::TestCommonCPU::test_out_warning_scatter_add_cpu 2022-09-27T15:50:55.6294451Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_add_cpu 2022-09-27T15:50:55.6989944Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_mean_cpu 2022-09-27T15:50:55.6990566Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_mean_cpu 2022-09-27T15:50:55.7039737Z test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_lengths_cpu 2022-09-27T15:50:55.7040598Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_lengths_cpu 2022-09-27T15:50:55.7108150Z test_ops.py::TestCommonCPU::test_out_warning_sgn_cpu 2022-09-27T15:50:55.7119803Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sgn_cpu 2022-09-27T15:50:55.7194529Z test_ops.py::TestCommonCPU::test_out_warning_signbit_cpu 2022-09-27T15:50:55.7197623Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_signbit_cpu 2022-09-27T15:50:55.7240534Z test_ops.py::TestCommonCPU::test_out_warning_slice_scatter_cpu 2022-09-27T15:50:55.7255291Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_slice_scatter_cpu 2022-09-27T15:50:55.7269714Z test_ops.py::TestCommonCPU::test_out_warning_sparse_sampled_addmm_cpu 2022-09-27T15:50:55.7288983Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_sparse_sampled_addmm_cpu 2022-09-27T15:50:55.7397689Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y0_cpu 2022-09-27T15:50:55.7414307Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y0_cpu 2022-09-27T15:50:55.7429725Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_v_cpu 2022-09-27T15:50:55.7443247Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_v_cpu 2022-09-27T15:50:55.7745437Z test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_h_cpu 2022-09-27T15:50:55.7754097Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_h_cpu 2022-09-27T15:50:55.7866934Z test_ops.py::TestCommonCPU::test_out_warning_special_i1e_cpu 2022-09-27T15:50:55.7884250Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_i1e_cpu 2022-09-27T15:50:55.7981675Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i0_cpu 2022-09-27T15:50:55.7994889Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i0_cpu 2022-09-27T15:50:55.8104892Z test_ops.py::TestCommonCPU::test_out_warning_special_ndtr_cpu 2022-09-27T15:50:55.8121684Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_ndtr_cpu 2022-09-27T15:50:55.8194507Z test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k1_cpu 2022-09-27T15:50:55.8202565Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bfloat16 2022-09-27T15:50:55.8211072Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float32 2022-09-27T15:50:55.8233977Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k1_cpu 2022-09-27T15:50:55.8246262Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_w_cpu 2022-09-27T15:50:55.8263617Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_w_cpu 2022-09-27T15:50:55.8288113Z test_ops.py::TestCommonCPU::test_out_warning_split_cpu 2022-09-27T15:50:55.8301826Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_split_cpu 2022-09-27T15:50:55.8401801Z test_ops.py::TestCommonCPU::test_out_warning_square_cpu 2022-09-27T15:50:55.8402448Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_square_cpu 2022-09-27T15:50:55.8453557Z test_ops.py::TestCommonCPU::test_out_warning_std_mean_cpu 2022-09-27T15:50:55.8476926Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_std_mean_cpu 2022-09-27T15:50:55.8509775Z test_ops.py::TestCommonCPU::test_out_warning_sum_to_size_cpu 2022-09-27T15:50:55.8510335Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sum_to_size_cpu 2022-09-27T15:50:55.8546331Z test_ops.py::TestCommonCPU::test_out_warning_t_cpu 2022-09-27T15:50:55.8560925Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_t_cpu 2022-09-27T15:50:55.8641829Z test_ops.py::TestCommonCPU::test_out_warning_tanh_cpu 2022-09-27T15:50:55.8651118Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tanh_cpu 2022-09-27T15:50:55.8689731Z test_ops.py::TestCommonCPU::test_out_warning_to_cpu 2022-09-27T15:50:55.8713471Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_to_cpu 2022-09-27T15:50:55.8741310Z test_ops.py::TestCommonCPU::test_out_warning_transpose_cpu 2022-09-27T15:50:55.8741977Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_transpose_cpu 2022-09-27T15:50:55.9067391Z test_ops.py::TestCommonCPU::test_out_warning_tril_cpu 2022-09-27T15:50:55.9081249Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tril_cpu 2022-09-27T15:50:55.9389200Z test_ops.py::TestCommonCPU::test_out_warning_true_divide_cpu 2022-09-27T15:50:55.9403312Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_true_divide_cpu 2022-09-27T15:50:55.9459878Z test_ops.py::TestCommonCPU::test_out_warning_unfold_cpu 2022-09-27T15:50:55.9482074Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unfold_cpu 2022-09-27T15:50:55.9513530Z test_ops.py::TestCommonCPU::test_out_warning_unsqueeze_cpu 2022-09-27T15:50:55.9545648Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unsqueeze_cpu 2022-09-27T15:50:55.9564979Z test_ops.py::TestCommonCPU::test_out_warning_view_as_complex_cpu 2022-09-27T15:50:55.9576943Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_view_as_complex_cpu 2022-09-27T15:50:55.9626255Z test_ops.py::TestCommonCPU::test_out_warning_vsplit_cpu 2022-09-27T15:50:55.9626782Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_vsplit_cpu 2022-09-27T15:50:55.9653640Z test_ops.py::TestCommonCPU::test_out_warning_zero__cpu 2022-09-27T15:50:55.9669705Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_zero__cpu 2022-09-27T15:50:55.9904794Z test_ops.py::TestCommonCPU::test_out_xlogy_cpu_float32 2022-09-27T15:50:56.0020188Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_xlogy_cpu_float32 2022-09-27T15:50:56.1315027Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_bfloat16 2022-09-27T15:50:56.1356193Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float32 2022-09-27T15:50:56.1705773Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int64 2022-09-27T15:50:56.1723301Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex64 2022-09-27T15:50:56.3970256Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int32 2022-09-27T15:50:56.3995896Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_bfloat16 2022-09-27T15:50:56.4530635Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float16 2022-09-27T15:50:56.4531311Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int32 2022-09-27T15:50:56.4570740Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bfloat16 2022-09-27T15:50:56.4597774Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int64 2022-09-27T15:50:56.7707385Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bool 2022-09-27T15:50:56.7718212Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex32 2022-09-27T15:50:56.7845729Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float64 2022-09-27T15:50:56.7846327Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bfloat16 2022-09-27T15:50:56.9484909Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float32 2022-09-27T15:50:56.9485608Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float16 2022-09-27T15:50:57.0007161Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int32 2022-09-27T15:50:57.0007812Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bool 2022-09-27T15:50:57.0989960Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float64 2022-09-27T15:50:57.0990566Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float32 2022-09-27T15:50:57.1172091Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int64 2022-09-27T15:50:57.1199934Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int32 2022-09-27T15:50:57.3561437Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bfloat16 2022-09-27T15:50:57.3569743Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float64 2022-09-27T15:50:57.3603582Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int8 2022-09-27T15:50:57.3616540Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float64 2022-09-27T15:50:57.3744594Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int8 2022-09-27T15:50:57.3766411Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int64 2022-09-27T15:50:57.5196945Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bool 2022-09-27T15:50:57.5212680Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bfloat16 2022-09-27T15:50:57.6385385Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float32 2022-09-27T15:50:57.6403311Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int8 2022-09-27T15:50:57.6684393Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float32 2022-09-27T15:50:57.6685010Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int8 2022-09-27T15:50:57.7817817Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex64 2022-09-27T15:50:57.7829593Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bool 2022-09-27T15:50:57.8015802Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int32 2022-09-27T15:50:57.8035174Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float32 2022-09-27T15:50:57.8377879Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int64 2022-09-27T15:50:57.8408930Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex64 2022-09-27T15:50:57.8598659Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bool 2022-09-27T15:50:57.8621618Z [gw2] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bool 2022-09-27T15:50:57.8706114Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float32 2022-09-27T15:50:57.8706675Z [gw2] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float32 2022-09-27T15:50:57.8768542Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int64 2022-09-27T15:50:57.8772849Z [gw2] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int64 2022-09-27T15:50:57.9035102Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bool 2022-09-27T15:50:57.9035670Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bool 2022-09-27T15:50:57.9332177Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float32 2022-09-27T15:50:57.9332810Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float32 2022-09-27T15:50:57.9624494Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int64 2022-09-27T15:50:57.9632159Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int64 2022-09-27T15:50:58.0643828Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex128 2022-09-27T15:50:58.0658316Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float32 2022-09-27T15:50:58.0926435Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int64 2022-09-27T15:50:58.0927144Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int64 2022-09-27T15:50:58.1263859Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bool 2022-09-27T15:50:58.1264518Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex128 2022-09-27T15:50:58.2313477Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float64 2022-09-27T15:50:58.2314146Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int32 2022-09-27T15:50:58.2709187Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bfloat16 2022-09-27T15:50:58.2716909Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float64 2022-09-27T15:50:58.2952698Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float32 2022-09-27T15:50:58.2980033Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float32 2022-09-27T15:50:58.3165019Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int64 2022-09-27T15:50:58.3185748Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int64 2022-09-27T15:50:58.3360079Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bool 2022-09-27T15:50:58.3369324Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bool 2022-09-27T15:50:58.3562841Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int16 2022-09-27T15:50:58.3590533Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int16 2022-09-27T15:50:58.3770598Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_uint8 2022-09-27T15:50:58.3784268Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_uint8 2022-09-27T15:50:58.4022816Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex64 2022-09-27T15:50:58.4023452Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex64 2022-09-27T15:50:58.4266609Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int16 2022-09-27T15:50:58.4269465Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int16 2022-09-27T15:50:58.4511448Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_uint8 2022-09-27T15:50:58.4524128Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_uint8 2022-09-27T15:50:58.4675148Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float64 2022-09-27T15:50:58.4692967Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float64 2022-09-27T15:50:58.4809555Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int8 2022-09-27T15:50:58.4832276Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int8 2022-09-27T15:50:58.4898403Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex128 2022-09-27T15:50:58.4913626Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex128 2022-09-27T15:50:58.4993390Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float64 2022-09-27T15:50:58.5002373Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float64 2022-09-27T15:50:58.5066781Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int8 2022-09-27T15:50:58.5086916Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int8 2022-09-27T15:50:58.5272142Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex128 2022-09-27T15:50:58.5285321Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bfloat16 2022-09-27T15:50:58.5696118Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float32 2022-09-27T15:50:58.5713919Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int64 2022-09-27T15:50:58.5763069Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bool 2022-09-27T15:50:58.5787891Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bool 2022-09-27T15:50:58.8408194Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float64 2022-09-27T15:50:58.8425131Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float32 2022-09-27T15:50:58.9898427Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int64 2022-09-27T15:50:58.9923878Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float64 2022-09-27T15:50:59.0689738Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int8 2022-09-27T15:50:59.0711107Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bool 2022-09-27T15:50:59.1042978Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float64 2022-09-27T15:50:59.1052214Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int64 2022-09-27T15:50:59.2726924Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bool 2022-09-27T15:50:59.2736006Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int8 2022-09-27T15:50:59.3985907Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex128 2022-09-27T15:50:59.3999686Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float64 2022-09-27T15:50:59.6354547Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int8 2022-09-27T15:50:59.6355152Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bool 2022-09-27T15:50:59.7286307Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float64 2022-09-27T15:50:59.7332034Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex128 2022-09-27T15:50:59.7332628Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int16 2022-09-27T15:50:59.7333166Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int8 2022-09-27T15:50:59.9875270Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex128 2022-09-27T15:50:59.9876141Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float64 2022-09-27T15:51:00.0855175Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int8 2022-09-27T15:51:00.0956542Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int16 2022-09-27T15:51:00.3061011Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_uint8 2022-09-27T15:51:00.3061623Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int8 2022-09-27T15:51:00.3094723Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex128 2022-09-27T15:51:00.3112125Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex128 2022-09-27T15:51:00.3190778Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float32 2022-09-27T15:51:00.3196469Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float32 2022-09-27T15:51:00.3214919Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex128 2022-09-27T15:51:00.3215463Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float32 2022-09-27T15:51:00.3259679Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int64 2022-09-27T15:51:00.3269076Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int64 2022-09-27T15:51:00.3367456Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bool 2022-09-27T15:51:00.3368154Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bool 2022-09-27T15:51:00.3459269Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float16 2022-09-27T15:51:00.3486199Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float16 2022-09-27T15:51:00.3550990Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int32 2022-09-27T15:51:00.3551656Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int32 2022-09-27T15:51:00.3661013Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bfloat16 2022-09-27T15:51:00.3661955Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bfloat16 2022-09-27T15:51:00.3910187Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex64 2022-09-27T15:51:00.3910845Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex64 2022-09-27T15:51:00.3912212Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int16 2022-09-27T15:51:00.3912746Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int16 2022-09-27T15:51:00.3956436Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_uint8 2022-09-27T15:51:00.4090447Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_uint8 2022-09-27T15:51:00.4091057Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int64 2022-09-27T15:51:00.4124369Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_uint8 2022-09-27T15:51:00.5468202Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex64 2022-09-27T15:51:00.5468920Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex128 2022-09-27T15:51:00.7926002Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int16 2022-09-27T15:51:00.7926731Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int64 2022-09-27T15:51:00.8985779Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int32 2022-09-27T15:51:00.9003897Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int16 2022-09-27T15:51:00.9104975Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_uint8 2022-09-27T15:51:00.9130498Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float32 2022-09-27T15:51:01.1193207Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int64 2022-09-27T15:51:01.1447329Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int32 2022-09-27T15:51:01.2250704Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_bool 2022-09-27T15:51:01.2258289Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_uint8 2022-09-27T15:51:01.2355096Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex32 2022-09-27T15:51:01.2365267Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex32 2022-09-27T15:51:01.2440172Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float64 2022-09-27T15:51:01.2457585Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float64 2022-09-27T15:51:01.2507605Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int8 2022-09-27T15:51:01.2520265Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int8 2022-09-27T15:51:01.2616242Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex128 2022-09-27T15:51:01.2625857Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex128 2022-09-27T15:51:01.2768502Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float32 2022-09-27T15:51:01.2769128Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float32 2022-09-27T15:51:01.2796832Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int64 2022-09-27T15:51:01.2797452Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int64 2022-09-27T15:51:01.2885119Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bool 2022-09-27T15:51:01.2888129Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex64 2022-09-27T15:51:01.2889594Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int32 2022-09-27T15:51:01.2903572Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bool 2022-09-27T15:51:01.2965047Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float16 2022-09-27T15:51:01.2973193Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int64 2022-09-27T15:51:01.2990989Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex128 2022-09-27T15:51:01.3004427Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float16 2022-09-27T15:51:01.3163347Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int32 2022-09-27T15:51:01.3163963Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int32 2022-09-27T15:51:01.3481719Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_bool 2022-09-27T15:51:01.3482420Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_bool 2022-09-27T15:51:01.4600097Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int8 2022-09-27T15:51:01.4606671Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex128 2022-09-27T15:51:01.4632529Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bfloat16 2022-09-27T15:51:01.4633312Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int8 2022-09-27T15:51:01.4851941Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int32 2022-09-27T15:51:01.4852530Z [gw3] [ 23%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bfloat16 2022-09-27T15:51:01.4917865Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float16 2022-09-27T15:51:01.4930132Z [gw3] [ 23%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float16 2022-09-27T15:51:01.4982092Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int32 2022-09-27T15:51:01.5002103Z [gw3] [ 23%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int32 2022-09-27T15:51:01.5287691Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bfloat16 2022-09-27T15:51:01.5288398Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bfloat16 2022-09-27T15:51:01.5520166Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float16 2022-09-27T15:51:01.5532153Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float16 2022-09-27T15:51:01.5703130Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int32 2022-09-27T15:51:01.5703860Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_bool 2022-09-27T15:51:01.5825053Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int8 2022-09-27T15:51:01.5838642Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int32 2022-09-27T15:51:01.6144613Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_bfloat16 2022-09-27T15:51:01.6145254Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int32 2022-09-27T15:51:01.7678373Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bfloat16 2022-09-27T15:51:01.7701333Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int32 2022-09-27T15:51:01.8119342Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_bool 2022-09-27T15:51:01.8120060Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_bfloat16 2022-09-27T15:51:01.8135641Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float32 2022-09-27T15:51:01.8152697Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int8 2022-09-27T15:51:01.9505252Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:51:01.9515071Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float32 2022-09-27T15:51:01.9823032Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float16 2022-09-27T15:51:01.9823896Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float16 2022-09-27T15:51:02.0012330Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int32 2022-09-27T15:51:02.0026760Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int32 2022-09-27T15:51:02.0200366Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bfloat16 2022-09-27T15:51:02.0222158Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_bool 2022-09-27T15:51:02.0299265Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int8 2022-09-27T15:51:02.0325774Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bfloat16 2022-09-27T15:51:02.0543839Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float64 2022-09-27T15:51:02.0558955Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float64 2022-09-27T15:51:02.0771045Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int8 2022-09-27T15:51:02.0785398Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int8 2022-09-27T15:51:02.1021971Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex128 2022-09-27T15:51:02.1035637Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex128 2022-09-27T15:51:02.1080880Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float64 2022-09-27T15:51:02.1169420Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:51:02.1254837Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int16 2022-09-27T15:51:02.1264323Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float64 2022-09-27T15:51:02.1370683Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int8 2022-09-27T15:51:02.1381451Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bfloat16 2022-09-27T15:51:02.1501257Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int16 2022-09-27T15:51:02.1643200Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int8 2022-09-27T15:51:02.1662531Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float32 2022-09-27T15:51:02.1673727Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float32 2022-09-27T15:51:02.1777886Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int64 2022-09-27T15:51:02.1786457Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int64 2022-09-27T15:51:02.1841195Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bool 2022-09-27T15:51:02.1850950Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bool 2022-09-27T15:51:02.1911711Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float32 2022-09-27T15:51:02.1927063Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float32 2022-09-27T15:51:02.1985155Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int64 2022-09-27T15:51:02.1985815Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int64 2022-09-27T15:51:02.2329516Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bool 2022-09-27T15:51:02.2343170Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int16 2022-09-27T15:51:02.2905550Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_uint8 2022-09-27T15:51:02.2909037Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int8 2022-09-27T15:51:02.3095300Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bool 2022-09-27T15:51:02.3126338Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bool 2022-09-27T15:51:02.3292526Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float32 2022-09-27T15:51:02.3293179Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float32 2022-09-27T15:51:02.3523334Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int64 2022-09-27T15:51:02.3524964Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int64 2022-09-27T15:51:02.3528114Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bool 2022-09-27T15:51:02.3529188Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bool 2022-09-27T15:51:02.3586651Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_uint8 2022-09-27T15:51:02.3587359Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float32 2022-09-27T15:51:02.3662081Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int64 2022-09-27T15:51:02.3662736Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float32 2022-09-27T15:51:02.3694403Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int64 2022-09-27T15:51:02.3752828Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int64 2022-09-27T15:51:02.3814146Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bool 2022-09-27T15:51:02.3830260Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bool 2022-09-27T15:51:02.3970689Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float16 2022-09-27T15:51:02.3971382Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float16 2022-09-27T15:51:02.4133959Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int32 2022-09-27T15:51:02.4134620Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int32 2022-09-27T15:51:02.6098121Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_bfloat16 2022-09-27T15:51:02.6113384Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bool 2022-09-27T15:51:02.6143478Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float64 2022-09-27T15:51:02.6157138Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int16 2022-09-27T15:51:02.6730164Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_uint8 2022-09-27T15:51:02.6779477Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int64 2022-09-27T15:51:02.7305624Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int16 2022-09-27T15:51:02.7306245Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_bfloat16 2022-09-27T15:51:02.8667614Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int32 2022-09-27T15:51:02.8687264Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int32 2022-09-27T15:51:02.9148363Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bfloat16 2022-09-27T15:51:02.9148987Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bfloat16 2022-09-27T15:51:02.9531642Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex64 2022-09-27T15:51:02.9532379Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float64 2022-09-27T15:51:02.9616674Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int8 2022-09-27T15:51:02.9638441Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex64 2022-09-27T15:51:02.9684312Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int16 2022-09-27T15:51:02.9684913Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int16 2022-09-27T15:51:03.0013646Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_uint8 2022-09-27T15:51:03.0014643Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int16 2022-09-27T15:51:03.0404805Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_uint8 2022-09-27T15:51:03.0405413Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_uint8 2022-09-27T15:51:03.0575905Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int16 2022-09-27T15:51:03.0576872Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_uint8 2022-09-27T15:51:03.1773668Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex64 2022-09-27T15:51:03.1790833Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int16 2022-09-27T15:51:03.2304759Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_uint8 2022-09-27T15:51:03.2316297Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int8 2022-09-27T15:51:03.2479289Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex128 2022-09-27T15:51:03.2493698Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_uint8 2022-09-27T15:51:03.2755962Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:51:03.2756600Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:51:03.2957751Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float64 2022-09-27T15:51:03.2958535Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float64 2022-09-27T15:51:03.3092821Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int8 2022-09-27T15:51:03.3097431Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_uint8 2022-09-27T15:51:03.3179872Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float32 2022-09-27T15:51:03.3605861Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int8 2022-09-27T15:51:03.3606477Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex128 2022-09-27T15:51:03.3607065Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex128 2022-09-27T15:51:03.3607620Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float64 2022-09-27T15:51:03.3608194Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float64 2022-09-27T15:51:03.3608732Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int8 2022-09-27T15:51:03.3609259Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int8 2022-09-27T15:51:03.3685098Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex128 2022-09-27T15:51:03.3705958Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex128 2022-09-27T15:51:03.3843110Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float32 2022-09-27T15:51:03.3843874Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float32 2022-09-27T15:51:03.3977440Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int64 2022-09-27T15:51:03.4155194Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int64 2022-09-27T15:51:03.6992593Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float32 2022-09-27T15:51:03.6993507Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float32 2022-09-27T15:51:03.8906878Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int64 2022-09-27T15:51:03.8926804Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int64 2022-09-27T15:51:03.9297365Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bool 2022-09-27T15:51:03.9311549Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bool 2022-09-27T15:51:03.9348690Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float16 2022-09-27T15:51:03.9362536Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex64 2022-09-27T15:51:03.9757790Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int32 2022-09-27T15:51:03.9772120Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float16 2022-09-27T15:51:03.9818752Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int32 2022-09-27T15:51:03.9832121Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float32 2022-09-27T15:51:04.0187040Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int64 2022-09-27T15:51:04.0187995Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int32 2022-09-27T15:51:04.1975784Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_bfloat16 2022-09-27T15:51:04.1983058Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_bfloat16 2022-09-27T15:51:04.2520982Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int32 2022-09-27T15:51:04.2527882Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex128 2022-09-27T15:51:04.3218156Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int16 2022-09-27T15:51:04.3219044Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int32 2022-09-27T15:51:04.3347832Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bfloat16 2022-09-27T15:51:04.3348887Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int32 2022-09-27T15:51:04.5528677Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bfloat16 2022-09-27T15:51:04.5529432Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int64 2022-09-27T15:51:04.5696609Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bool 2022-09-27T15:51:04.5712090Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int16 2022-09-27T15:51:04.7350769Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_uint8 2022-09-27T15:51:04.7351597Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bfloat16 2022-09-27T15:51:04.8653706Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float32 2022-09-27T15:51:04.8695422Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_uint8 2022-09-27T15:51:04.9891935Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float64 2022-09-27T15:51:04.9901472Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bool 2022-09-27T15:51:05.0604362Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int16 2022-09-27T15:51:05.0650714Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float32 2022-09-27T15:51:05.0952416Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int64 2022-09-27T15:51:05.0955655Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bfloat16 2022-09-27T15:51:05.4382416Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float64 2022-09-27T15:51:05.4390555Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float64 2022-09-27T15:51:05.4468558Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int64 2022-09-27T15:51:05.4469267Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int8 2022-09-27T15:51:05.4469798Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bool 2022-09-27T15:51:05.4560049Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bool 2022-09-27T15:51:05.4560671Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float16 2022-09-27T15:51:05.4561480Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int16 2022-09-27T15:51:05.4562061Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_uint8 2022-09-27T15:51:05.4600827Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float16 2022-09-27T15:51:05.4628270Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int32 2022-09-27T15:51:05.4652494Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int32 2022-09-27T15:51:05.4719783Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bfloat16 2022-09-27T15:51:05.4808847Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bfloat16 2022-09-27T15:51:05.4811456Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex64 2022-09-27T15:51:05.4878644Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex64 2022-09-27T15:51:05.4879294Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int16 2022-09-27T15:51:05.4951071Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int16 2022-09-27T15:51:05.4953649Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_uint8 2022-09-27T15:51:05.4982870Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_uint8 2022-09-27T15:51:05.5077387Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex32 2022-09-27T15:51:05.5106141Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex32 2022-09-27T15:51:05.5236695Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float64 2022-09-27T15:51:05.5237359Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float64 2022-09-27T15:51:05.5294831Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int8 2022-09-27T15:51:05.5307409Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int8 2022-09-27T15:51:05.8163770Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int32 2022-09-27T15:51:05.8164699Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float64 2022-09-27T15:51:05.8280749Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int8 2022-09-27T15:51:05.8281680Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int32 2022-09-27T15:51:05.8816416Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int16 2022-09-27T15:51:05.8817261Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int8 2022-09-27T15:51:05.8965286Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex128 2022-09-27T15:51:05.8966046Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_uint8 2022-09-27T15:51:05.9814092Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex32 2022-09-27T15:51:05.9814897Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex32 2022-09-27T15:51:06.0545289Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float64 2022-09-27T15:51:06.0562231Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float64 2022-09-27T15:51:06.1127309Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int8 2022-09-27T15:51:06.1128020Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int8 2022-09-27T15:51:06.1194524Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex128 2022-09-27T15:51:06.1196325Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int16 2022-09-27T15:51:06.1196959Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_uint8 2022-09-27T15:51:06.1240286Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex128 2022-09-27T15:51:06.1271149Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float32 2022-09-27T15:51:06.1281172Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float32 2022-09-27T15:51:06.1348436Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int64 2022-09-27T15:51:06.1377764Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int64 2022-09-27T15:51:06.2530899Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bool 2022-09-27T15:51:06.2539735Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int8 2022-09-27T15:51:06.2945816Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float16 2022-09-27T15:51:06.2953095Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bool 2022-09-27T15:51:06.3712862Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float16 2022-09-27T15:51:06.3742468Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_uint8 2022-09-27T15:51:06.5313654Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int64 2022-09-27T15:51:06.5345729Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int64 2022-09-27T15:51:06.7073299Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int16 2022-09-27T15:51:06.7074061Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float16 2022-09-27T15:51:06.7317845Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int32 2022-09-27T15:51:06.7328175Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex128 2022-09-27T15:51:06.8236150Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int16 2022-09-27T15:51:06.8250510Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int32 2022-09-27T15:51:06.8779721Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bfloat16 2022-09-27T15:51:06.8780538Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int16 2022-09-27T15:51:07.0104705Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_uint8 2022-09-27T15:51:07.0105701Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int16 2022-09-27T15:51:07.0612548Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_uint8 2022-09-27T15:51:07.0613226Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bfloat16 2022-09-27T15:51:07.1587313Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex64 2022-09-27T15:51:07.1606865Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_uint8 2022-09-27T15:51:07.2341159Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int64 2022-09-27T15:51:07.2342044Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float16 2022-09-27T15:51:07.2725427Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int32 2022-09-27T15:51:07.2726367Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_uint8 2022-09-27T15:51:07.4895625Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex64 2022-09-27T15:51:07.4945198Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int64 2022-09-27T15:51:07.5115786Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bfloat16 2022-09-27T15:51:07.5116856Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bfloat16 2022-09-27T15:51:07.5282930Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float16 2022-09-27T15:51:07.5358453Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex64 2022-09-27T15:51:07.5359488Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int16 2022-09-27T15:51:07.5360096Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float16 2022-09-27T15:51:07.5568440Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int32 2022-09-27T15:51:07.5579005Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int32 2022-09-27T15:51:07.5700907Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bfloat16 2022-09-27T15:51:07.5701803Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bfloat16 2022-09-27T15:51:07.5747471Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float16 2022-09-27T15:51:07.5760367Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float16 2022-09-27T15:51:07.5826255Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int32 2022-09-27T15:51:07.5835924Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int32 2022-09-27T15:51:07.5993914Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bfloat16 2022-09-27T15:51:07.5994820Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bfloat16 2022-09-27T15:51:07.6151344Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex64 2022-09-27T15:51:07.6170140Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex64 2022-09-27T15:51:07.6295570Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int16 2022-09-27T15:51:07.6309640Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int16 2022-09-27T15:51:07.6393415Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_uint8 2022-09-27T15:51:07.6432932Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int16 2022-09-27T15:51:07.6441230Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_uint8 2022-09-27T15:51:07.6470616Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_uint8 2022-09-27T15:51:07.7377583Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int16 2022-09-27T15:51:07.7399959Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_uint8 2022-09-27T15:51:07.7441128Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:51:07.7472751Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int32 2022-09-27T15:51:07.7966295Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bfloat16 2022-09-27T15:51:07.7980942Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int16 2022-09-27T15:51:07.8400937Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_uint8 2022-09-27T15:51:07.8401746Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bfloat16 2022-09-27T15:51:07.8499581Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex64 2022-09-27T15:51:07.8517685Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:51:07.8991780Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int16 2022-09-27T15:51:07.8993014Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex64 2022-09-27T15:51:07.9144120Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int32 2022-09-27T15:51:07.9144845Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex64 2022-09-27T15:51:07.9262883Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int16 2022-09-27T15:51:07.9290174Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_uint8 2022-09-27T15:51:07.9481858Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex32 2022-09-27T15:51:07.9494837Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int16 2022-09-27T15:51:07.9780563Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_uint8 2022-09-27T15:51:07.9794381Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex32 2022-09-27T15:51:07.9801944Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float64 2022-09-27T15:51:07.9814148Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int16 2022-09-27T15:51:08.0254096Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_uint8 2022-09-27T15:51:08.0306973Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float64 2022-09-27T15:51:08.0516545Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int8 2022-09-27T15:51:08.0517213Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_uint8 2022-09-27T15:51:08.0517840Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex32 2022-09-27T15:51:08.0518415Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_uint8 2022-09-27T15:51:08.0519026Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex32 2022-09-27T15:51:08.0519615Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex32 2022-09-27T15:51:08.0630008Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float64 2022-09-27T15:51:08.0630680Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float64 2022-09-27T15:51:08.0644383Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int8 2022-09-27T15:51:08.0652770Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int8 2022-09-27T15:51:08.0670452Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int8 2022-09-27T15:51:08.0671143Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex128 2022-09-27T15:51:08.1112071Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float64 2022-09-27T15:51:08.1136730Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex32 2022-09-27T15:51:08.1657938Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float64 2022-09-27T15:51:08.1670900Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float64 2022-09-27T15:51:08.2122628Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int8 2022-09-27T15:51:08.2123797Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float64 2022-09-27T15:51:08.2159373Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int8 2022-09-27T15:51:08.2181073Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int8 2022-09-27T15:51:08.2692237Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float16 2022-09-27T15:51:08.2693234Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int32 2022-09-27T15:51:08.2827821Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bfloat16 2022-09-27T15:51:08.2828809Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bfloat16 2022-09-27T15:51:08.2853299Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex64 2022-09-27T15:51:08.2908402Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex64 2022-09-27T15:51:08.2908999Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int16 2022-09-27T15:51:08.2917477Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int16 2022-09-27T15:51:08.2965413Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_uint8 2022-09-27T15:51:08.2979629Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_uint8 2022-09-27T15:51:08.3075301Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex32 2022-09-27T15:51:08.3116286Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex32 2022-09-27T15:51:08.3160738Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float64 2022-09-27T15:51:08.3182697Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float64 2022-09-27T15:51:08.3223853Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int8 2022-09-27T15:51:08.3279518Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int8 2022-09-27T15:51:08.3413209Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex128 2022-09-27T15:51:08.3414042Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex128 2022-09-27T15:51:08.3433583Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float32 2022-09-27T15:51:08.3448728Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float32 2022-09-27T15:51:08.3502009Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int64 2022-09-27T15:51:08.3502688Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int8 2022-09-27T15:51:08.3526203Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float16 2022-09-27T15:51:08.3554179Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int64 2022-09-27T15:51:08.6553273Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int16 2022-09-27T15:51:08.6554148Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int16 2022-09-27T15:51:08.8071222Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_uint8 2022-09-27T15:51:08.8071956Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex128 2022-09-27T15:51:08.9407776Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float32 2022-09-27T15:51:08.9430252Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_uint8 2022-09-27T15:51:09.0260390Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int8 2022-09-27T15:51:09.0270821Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float32 2022-09-27T15:51:09.1416427Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int64 2022-09-27T15:51:09.1437228Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int64 2022-09-27T15:51:09.1900362Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bool 2022-09-27T15:51:09.1910742Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float16 2022-09-27T15:51:09.2138904Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int32 2022-09-27T15:51:09.2139955Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int8 2022-09-27T15:51:09.2526927Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int32 2022-09-27T15:51:09.2547001Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float16 2022-09-27T15:51:09.3152107Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int32 2022-09-27T15:51:09.3161873Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bool 2022-09-27T15:51:09.3585331Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float16 2022-09-27T15:51:09.3644407Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int32 2022-09-27T15:51:09.7818474Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_bool 2022-09-27T15:51:09.7825612Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int32 2022-09-27T15:51:09.7892098Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bfloat16 2022-09-27T15:51:09.7930043Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float16 2022-09-27T15:51:09.8561639Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int32 2022-09-27T15:51:09.8562485Z [gw3] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_bool 2022-09-27T15:51:09.9169320Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int8 2022-09-27T15:51:09.9183024Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int32 2022-09-27T15:51:09.9506942Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bfloat16 2022-09-27T15:51:09.9514125Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int32 2022-09-27T15:51:10.0246296Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bfloat16 2022-09-27T15:51:10.0258928Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bfloat16 2022-09-27T15:51:10.1442246Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float16 2022-09-27T15:51:10.1443119Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float16 2022-09-27T15:51:10.2353281Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int32 2022-09-27T15:51:10.2354100Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int32 2022-09-27T15:51:10.2888642Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bfloat16 2022-09-27T15:51:10.2908902Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bfloat16 2022-09-27T15:51:10.3290783Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex64 2022-09-27T15:51:10.3298122Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bfloat16 2022-09-27T15:51:10.3510217Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float32 2022-09-27T15:51:10.3521565Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex64 2022-09-27T15:51:10.3817108Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int16 2022-09-27T15:51:10.3817960Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int8 2022-09-27T15:51:10.3963703Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int32 2022-09-27T15:51:10.4008459Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int16 2022-09-27T15:51:10.4569620Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_uint8 2022-09-27T15:51:10.4570319Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_uint8 2022-09-27T15:51:10.5804457Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float32 2022-09-27T15:51:10.5829665Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bfloat16 2022-09-27T15:51:10.6280308Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float64 2022-09-27T15:51:10.6281149Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float32 2022-09-27T15:51:10.8810950Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int64 2022-09-27T15:51:10.8812037Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int32 2022-09-27T15:51:10.8897270Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_shapes_cpu_float32 2022-09-27T15:51:10.8898257Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_shapes_cpu_float32 2022-09-27T15:51:10.9723630Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:51:10.9724804Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int64 2022-09-27T15:51:11.1767747Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bool 2022-09-27T15:51:11.1773782Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:51:11.1941903Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int16 2022-09-27T15:51:11.1942941Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int16 2022-09-27T15:51:11.2140636Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_uint8 2022-09-27T15:51:11.2151409Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_uint8 2022-09-27T15:51:11.2249735Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex64 2022-09-27T15:51:11.2354885Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex64 2022-09-27T15:51:11.2355705Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int16 2022-09-27T15:51:11.2356418Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int16 2022-09-27T15:51:11.2421125Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_uint8 2022-09-27T15:51:11.2506662Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_uint8 2022-09-27T15:51:11.2607751Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex32 2022-09-27T15:51:11.2608728Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex32 2022-09-27T15:51:11.2740308Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float64 2022-09-27T15:51:11.2756082Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float32 2022-09-27T15:51:11.2761128Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int64 2022-09-27T15:51:11.2772822Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float64 2022-09-27T15:51:11.3202066Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int8 2022-09-27T15:51:11.3203138Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int8 2022-09-27T15:51:11.3272715Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float64 2022-09-27T15:51:11.3289711Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float64 2022-09-27T15:51:11.5033189Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int8 2022-09-27T15:51:11.5066572Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bool 2022-09-27T15:51:11.7976334Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float64 2022-09-27T15:51:11.7977191Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int8 2022-09-27T15:51:11.8770027Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex128 2022-09-27T15:51:11.8771057Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float64 2022-09-27T15:51:11.8830708Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int8 2022-09-27T15:51:11.8831690Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex128 2022-09-27T15:51:11.9194966Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float32 2022-09-27T15:51:11.9195895Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float64 2022-09-27T15:51:11.9629950Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int8 2022-09-27T15:51:11.9630728Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float32 2022-09-27T15:51:12.0284360Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int64 2022-09-27T15:51:12.0312536Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int64 2022-09-27T15:51:12.0356747Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bool 2022-09-27T15:51:12.0486404Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bool 2022-09-27T15:51:12.0487128Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float16 2022-09-27T15:51:12.0487733Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float16 2022-09-27T15:51:12.0539419Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int32 2022-09-27T15:51:12.0540117Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int32 2022-09-27T15:51:12.0839309Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bfloat16 2022-09-27T15:51:12.0840093Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int8 2022-09-27T15:51:12.0918925Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex128 2022-09-27T15:51:12.0954059Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int64 2022-09-27T15:51:12.1307783Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bool 2022-09-27T15:51:12.1344621Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex128 2022-09-27T15:51:12.1778229Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float32 2022-09-27T15:51:12.1788240Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float32 2022-09-27T15:51:12.2155370Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int64 2022-09-27T15:51:12.2203352Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int64 2022-09-27T15:51:12.2484211Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float32 2022-09-27T15:51:12.2485000Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int8 2022-09-27T15:51:12.3922211Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex128 2022-09-27T15:51:12.3923161Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float32 2022-09-27T15:51:12.4295733Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int64 2022-09-27T15:51:12.4296531Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bfloat16 2022-09-27T15:51:12.5753379Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex64 2022-09-27T15:51:12.5756160Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int64 2022-09-27T15:51:12.5756970Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bool 2022-09-27T15:51:12.5829599Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex128 2022-09-27T15:51:12.7208202Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float32 2022-09-27T15:51:12.7208904Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bool 2022-09-27T15:51:12.8219823Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float64 2022-09-27T15:51:12.8224959Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float32 2022-09-27T15:51:12.9611197Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int64 2022-09-27T15:51:12.9622857Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int64 2022-09-27T15:51:12.9812095Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bool 2022-09-27T15:51:12.9824027Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bool 2022-09-27T15:51:13.0043850Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float16 2022-09-27T15:51:13.0061270Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float16 2022-09-27T15:51:13.0245646Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int32 2022-09-27T15:51:13.0259701Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int32 2022-09-27T15:51:13.0928469Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bfloat16 2022-09-27T15:51:13.0940639Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex64 2022-09-27T15:51:13.0976098Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int16 2022-09-27T15:51:13.0991393Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float64 2022-09-27T15:51:13.1332571Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int8 2022-09-27T15:51:13.1349551Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bool 2022-09-27T15:51:13.2129878Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int16 2022-09-27T15:51:13.2161205Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int16 2022-09-27T15:51:13.3324716Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_uint8 2022-09-27T15:51:13.3325629Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_uint8 2022-09-27T15:51:13.3678238Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex32 2022-09-27T15:51:13.3698895Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int8 2022-09-27T15:51:13.4146536Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex128 2022-09-27T15:51:13.4147218Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bfloat16 2022-09-27T15:51:13.6923079Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int16 2022-09-27T15:51:13.6923890Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int16 2022-09-27T15:51:13.7589652Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_uint8 2022-09-27T15:51:13.7590432Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int16 2022-09-27T15:51:14.0576363Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_uint8 2022-09-27T15:51:14.0577253Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_uint8 2022-09-27T15:51:14.2257146Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float64 2022-09-27T15:51:14.2257959Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex128 2022-09-27T15:51:14.3805291Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int16 2022-09-27T15:51:14.3806055Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_uint8 2022-09-27T15:51:14.3841675Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex32 2022-09-27T15:51:14.3843661Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float64 2022-09-27T15:51:14.6363944Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float32 2022-09-27T15:51:14.6364793Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int16 2022-09-27T15:51:14.8217038Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_uint8 2022-09-27T15:51:14.8217894Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float64 2022-09-27T15:51:14.9249291Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int8 2022-09-27T15:51:14.9293318Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float64 2022-09-27T15:51:14.9645315Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int8 2022-09-27T15:51:14.9646347Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int8 2022-09-27T15:51:14.9807765Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:51:14.9935911Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_uint8 2022-09-27T15:51:15.0737339Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex32 2022-09-27T15:51:15.0785329Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:51:15.1937850Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float64 2022-09-27T15:51:15.1938644Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float64 2022-09-27T15:51:15.2904673Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int8 2022-09-27T15:51:15.2905580Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int8 2022-09-27T15:51:15.3495777Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex128 2022-09-27T15:51:15.3527468Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex32 2022-09-27T15:51:15.3626054Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float64 2022-09-27T15:51:15.3626861Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex128 2022-09-27T15:51:15.4310798Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float32 2022-09-27T15:51:15.4311595Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float32 2022-09-27T15:51:15.4312296Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int64 2022-09-27T15:51:15.4335524Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float32 2022-09-27T15:51:15.4995817Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int64 2022-09-27T15:51:15.4996824Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int64 2022-09-27T15:51:15.5992704Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bool 2022-09-27T15:51:15.5993655Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float64 2022-09-27T15:51:15.6415548Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int8 2022-09-27T15:51:15.6432977Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int8 2022-09-27T15:51:15.7410844Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:51:15.7411810Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int8 2022-09-27T15:51:15.7658389Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex128 2022-09-27T15:51:15.7871450Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex128 2022-09-27T15:51:15.7872129Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float32 2022-09-27T15:51:15.7919171Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float32 2022-09-27T15:51:15.8037154Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int64 2022-09-27T15:51:15.8096221Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int64 2022-09-27T15:51:16.1287548Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bool 2022-09-27T15:51:16.1346297Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int64 2022-09-27T15:51:16.2016292Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bool 2022-09-27T15:51:16.2062175Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bool 2022-09-27T15:51:16.2801742Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float16 2022-09-27T15:51:16.2837649Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float16 2022-09-27T15:51:16.3138695Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int32 2022-09-27T15:51:16.3154569Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bool 2022-09-27T15:51:16.3418351Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int32 2022-09-27T15:51:16.3438051Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int32 2022-09-27T15:51:16.3522363Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bfloat16 2022-09-27T15:51:16.3523114Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bfloat16 2022-09-27T15:51:16.3599368Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex64 2022-09-27T15:51:16.3608664Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex64 2022-09-27T15:51:16.3677193Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int16 2022-09-27T15:51:16.3695632Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int16 2022-09-27T15:51:16.3756367Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_uint8 2022-09-27T15:51:16.3764567Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_uint8 2022-09-27T15:51:16.4707914Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex32 2022-09-27T15:51:16.4718876Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bool 2022-09-27T15:51:16.6691763Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int16 2022-09-27T15:51:16.6696936Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int32 2022-09-27T15:51:16.7103501Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_bfloat16 2022-09-27T15:51:16.7104330Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:51:17.1326264Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:51:17.1338393Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int16 2022-09-27T15:51:17.2841916Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_uint8 2022-09-27T15:51:17.2848755Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:51:17.2865349Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int8 2022-09-27T15:51:17.2871940Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex32 2022-09-27T15:51:17.4482646Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float64 2022-09-27T15:51:17.4483305Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_bfloat16 2022-09-27T15:51:17.5599838Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int16 2022-09-27T15:51:17.5600391Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float64 2022-09-27T15:51:17.6607262Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int8 2022-09-27T15:51:17.6607992Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int8 2022-09-27T15:51:17.6973940Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex128 2022-09-27T15:51:17.7035749Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int8 2022-09-27T15:51:17.7913612Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:51:17.7926646Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_uint8 2022-09-27T15:51:17.9744343Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex64 2022-09-27T15:51:17.9750773Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int16 2022-09-27T15:51:18.1406076Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_uint8 2022-09-27T15:51:18.1415485Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:51:18.3243996Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int64 2022-09-27T15:51:18.3244756Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex128 2022-09-27T15:51:18.4490321Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float32 2022-09-27T15:51:18.4491224Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_uint8 2022-09-27T15:51:18.4876255Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:51:18.4892763Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex64 2022-09-27T15:51:18.5920747Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int32 2022-09-27T15:51:18.5947606Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float32 2022-09-27T15:51:18.6878348Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int64 2022-09-27T15:51:18.6879023Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int64 2022-09-27T15:51:18.6960782Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bool 2022-09-27T15:51:18.6961373Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bool 2022-09-27T15:51:18.7040195Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float16 2022-09-27T15:51:18.7040903Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float16 2022-09-27T15:51:18.7066243Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int32 2022-09-27T15:51:18.7078463Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int64 2022-09-27T15:51:18.7106428Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bool 2022-09-27T15:51:18.7129800Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int32 2022-09-27T15:51:18.7203537Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bfloat16 2022-09-27T15:51:18.7218202Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bfloat16 2022-09-27T15:51:18.7310001Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex64 2022-09-27T15:51:18.7333090Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex64 2022-09-27T15:51:18.7404807Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int16 2022-09-27T15:51:18.7417805Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int16 2022-09-27T15:51:18.7493420Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_uint8 2022-09-27T15:51:18.7499325Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_uint8 2022-09-27T15:51:18.7527660Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex32 2022-09-27T15:51:18.7542974Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex32 2022-09-27T15:51:18.7554968Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float64 2022-09-27T15:51:18.7567172Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float64 2022-09-27T15:51:18.7597032Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int8 2022-09-27T15:51:18.7597647Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int8 2022-09-27T15:51:18.7619711Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex128 2022-09-27T15:51:18.7650630Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex128 2022-09-27T15:51:18.7651340Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float32 2022-09-27T15:51:18.7683454Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float32 2022-09-27T15:51:18.7684856Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int64 2022-09-27T15:51:18.7785471Z [gw0] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int64 2022-09-27T15:51:18.7799760Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bool 2022-09-27T15:51:18.7816942Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int32 2022-09-27T15:51:18.8058671Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bfloat16 2022-09-27T15:51:18.8076206Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bool 2022-09-27T15:51:18.9132680Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float32 2022-09-27T15:51:18.9133456Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float32 2022-09-27T15:51:19.0062484Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int64 2022-09-27T15:51:19.0079463Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int64 2022-09-27T15:51:19.0341066Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bool 2022-09-27T15:51:19.0348629Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bool 2022-09-27T15:51:19.0455222Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float16 2022-09-27T15:51:19.0515130Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bool 2022-09-27T15:51:19.1071421Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float16 2022-09-27T15:51:19.1091389Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float16 2022-09-27T15:51:19.1299358Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int32 2022-09-27T15:51:19.1299992Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bfloat16 2022-09-27T15:51:19.1551161Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float32 2022-09-27T15:51:19.1629174Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int32 2022-09-27T15:51:19.1629819Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:51:19.1630394Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bfloat16 2022-09-27T15:51:19.4376357Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int16 2022-09-27T15:51:19.4392337Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float32 2022-09-27T15:51:19.6243311Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int64 2022-09-27T15:51:19.6256358Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int16 2022-09-27T15:51:19.6777833Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_uint8 2022-09-27T15:51:19.6837000Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float16 2022-09-27T15:51:19.7633598Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int32 2022-09-27T15:51:19.7654983Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int64 2022-09-27T15:51:19.9044504Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bool 2022-09-27T15:51:19.9045260Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bool 2022-09-27T15:51:19.9153438Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float16 2022-09-27T15:51:19.9162172Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bfloat16 2022-09-27T15:51:19.9588289Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float64 2022-09-27T15:51:19.9588922Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int32 2022-09-27T15:51:20.0470472Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bfloat16 2022-09-27T15:51:20.0471441Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_uint8 2022-09-27T15:51:20.1494858Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:51:20.1506438Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float16 2022-09-27T15:51:20.2698330Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int32 2022-09-27T15:51:20.2698945Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bfloat16 2022-09-27T15:51:20.3078373Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int16 2022-09-27T15:51:20.3079075Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int32 2022-09-27T15:51:20.3330306Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bfloat16 2022-09-27T15:51:20.3330982Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bfloat16 2022-09-27T15:51:20.3565704Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex64 2022-09-27T15:51:20.3606746Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex64 2022-09-27T15:51:20.3749177Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int16 2022-09-27T15:51:20.3765861Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int16 2022-09-27T15:51:20.3944515Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_uint8 2022-09-27T15:51:20.3959895Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_uint8 2022-09-27T15:51:20.5274816Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float64 2022-09-27T15:51:20.5312223Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int16 2022-09-27T15:51:20.5856793Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_uint8 2022-09-27T15:51:20.5857451Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:51:20.7209624Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int8 2022-09-27T15:51:20.7210481Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float64 2022-09-27T15:51:20.7958628Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int8 2022-09-27T15:51:20.7978424Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_uint8 2022-09-27T15:51:20.7979002Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float64 2022-09-27T15:51:20.7988271Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float64 2022-09-27T15:51:21.0449343Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int8 2022-09-27T15:51:21.0450169Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int8 2022-09-27T15:51:21.0450882Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex128 2022-09-27T15:51:21.0462248Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex128 2022-09-27T15:51:21.0571373Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float32 2022-09-27T15:51:21.0572081Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float32 2022-09-27T15:51:21.0589449Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int64 2022-09-27T15:51:21.0620052Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int64 2022-09-27T15:51:21.0675825Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bool 2022-09-27T15:51:21.0685690Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bool 2022-09-27T15:51:21.0779877Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float16 2022-09-27T15:51:21.0786959Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float16 2022-09-27T15:51:21.0867297Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int32 2022-09-27T15:51:21.0878396Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int32 2022-09-27T15:51:21.0902853Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bfloat16 2022-09-27T15:51:21.0919382Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bfloat16 2022-09-27T15:51:21.0932322Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex64 2022-09-27T15:51:21.0948069Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex64 2022-09-27T15:51:21.0968806Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int16 2022-09-27T15:51:21.0985450Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int16 2022-09-27T15:51:21.1010102Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_uint8 2022-09-27T15:51:21.1022287Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_uint8 2022-09-27T15:51:21.1042667Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex32 2022-09-27T15:51:21.1049230Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex32 2022-09-27T15:51:21.1088560Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float64 2022-09-27T15:51:21.1089186Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float64 2022-09-27T15:51:21.1103817Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int8 2022-09-27T15:51:21.1114980Z [gw1] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int8 2022-09-27T15:51:21.1307279Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex128 2022-09-27T15:51:21.1317230Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float64 2022-09-27T15:51:21.1460162Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int8 2022-09-27T15:51:21.1497041Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int8 2022-09-27T15:51:21.3654658Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float32 2022-09-27T15:51:21.3737562Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int8 2022-09-27T15:51:21.4015758Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float32 2022-09-27T15:51:21.4016542Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int8 2022-09-27T15:51:21.6549023Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex128 2022-09-27T15:51:21.6561302Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float32 2022-09-27T15:51:21.8215119Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int64 2022-09-27T15:51:21.8228674Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float32 2022-09-27T15:51:21.8468755Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int64 2022-09-27T15:51:21.8477914Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex128 2022-09-27T15:51:21.9527679Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float32 2022-09-27T15:51:21.9542086Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int64 2022-09-27T15:51:21.9901709Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int64 2022-09-27T15:51:21.9949409Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int64 2022-09-27T15:51:22.0288007Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int8 2022-09-27T15:51:22.0301765Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int8 2022-09-27T15:51:22.0689747Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_uint8 2022-09-27T15:51:22.0690804Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_uint8 2022-09-27T15:51:22.0774866Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_bfloat16 2022-09-27T15:51:22.0786452Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_bfloat16 2022-09-27T15:51:22.0872923Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex128 2022-09-27T15:51:22.0882319Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex128 2022-09-27T15:51:22.0969264Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex32 2022-09-27T15:51:22.0981144Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex32 2022-09-27T15:51:22.1058319Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex64 2022-09-27T15:51:22.1102040Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex64 2022-09-27T15:51:22.1148875Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float16 2022-09-27T15:51:22.1156940Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float16 2022-09-27T15:51:22.1236802Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float32 2022-09-27T15:51:22.1326250Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float32 2022-09-27T15:51:22.1327318Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float64 2022-09-27T15:51:22.1349525Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float64 2022-09-27T15:51:22.1350145Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bfloat16 2022-09-27T15:51:22.1353429Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float32 2022-09-27T15:51:22.1431121Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int64 2022-09-27T15:51:22.1431824Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bfloat16 2022-09-27T15:51:22.1478370Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bool 2022-09-27T15:51:22.1489874Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bool 2022-09-27T15:51:22.1546441Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex128 2022-09-27T15:51:22.1585169Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex128 2022-09-27T15:51:22.1638748Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex32 2022-09-27T15:51:22.1639472Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex32 2022-09-27T15:51:22.1709942Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex64 2022-09-27T15:51:22.1741380Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex64 2022-09-27T15:51:22.1794627Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float16 2022-09-27T15:51:22.1810447Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float16 2022-09-27T15:51:22.1865014Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float32 2022-09-27T15:51:22.1906690Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float32 2022-09-27T15:51:22.1978171Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float64 2022-09-27T15:51:22.1978819Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float64 2022-09-27T15:51:22.2048119Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int16 2022-09-27T15:51:22.2069968Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int16 2022-09-27T15:51:22.2141925Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int32 2022-09-27T15:51:22.2142550Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int32 2022-09-27T15:51:22.2196810Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int64 2022-09-27T15:51:22.2227316Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int64 2022-09-27T15:51:22.2276284Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int8 2022-09-27T15:51:22.2300406Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int8 2022-09-27T15:51:22.2399862Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_uint8 2022-09-27T15:51:22.2409812Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_uint8 2022-09-27T15:51:22.3178709Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bfloat16 2022-09-27T15:51:22.3208853Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex128 2022-09-27T15:51:22.4319195Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int16 2022-09-27T15:51:22.4319937Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int64 2022-09-27T15:51:22.4805447Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bool 2022-09-27T15:51:22.4827390Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bfloat16 2022-09-27T15:51:22.4939272Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bool 2022-09-27T15:51:22.4952984Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int64 2022-09-27T15:51:22.5924980Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bool 2022-09-27T15:51:22.5929269Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int16 2022-09-27T15:51:22.6622463Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_uint8 2022-09-27T15:51:22.6727597Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bool 2022-09-27T15:51:22.9298043Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex128 2022-09-27T15:51:22.9298880Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_uint8 2022-09-27T15:51:22.9301083Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bool 2022-09-27T15:51:22.9334718Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int32 2022-09-27T15:51:23.1672359Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex64 2022-09-27T15:51:23.1690228Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bool 2022-09-27T15:51:23.2613528Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:51:23.2614239Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int32 2022-09-27T15:51:23.2614859Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bfloat16 2022-09-27T15:51:23.2615492Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex128 2022-09-27T15:51:23.7131524Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex32 2022-09-27T15:51:23.7132397Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bfloat16 2022-09-27T15:51:23.8017067Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int16 2022-09-27T15:51:23.8018022Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex64 2022-09-27T15:51:24.0044850Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int32 2022-09-27T15:51:24.0045643Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int16 2022-09-27T15:51:24.1068894Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_uint8 2022-09-27T15:51:24.1069691Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex32 2022-09-27T15:51:24.1156146Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex64 2022-09-27T15:51:24.1196657Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:51:24.2111922Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int64 2022-09-27T15:51:24.2112713Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int32 2022-09-27T15:51:24.3007623Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bfloat16 2022-09-27T15:51:24.3032539Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_uint8 2022-09-27T15:51:24.4399934Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float64 2022-09-27T15:51:24.4477100Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bfloat16 2022-09-27T15:51:24.5191596Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex64 2022-09-27T15:51:24.5208149Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex64 2022-09-27T15:51:24.6798806Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float16 2022-09-27T15:51:24.6799588Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float64 2022-09-27T15:51:24.7556965Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int8 2022-09-27T15:51:24.7578387Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex64 2022-09-27T15:51:24.7805016Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int16 2022-09-27T15:51:24.7821889Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int64 2022-09-27T15:51:24.9143509Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float16 2022-09-27T15:51:24.9157904Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int16 2022-09-27T15:51:24.9614376Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_uint8 2022-09-27T15:51:24.9615315Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float16 2022-09-27T15:51:24.9649788Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float32 2022-09-27T15:51:24.9712876Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int8 2022-09-27T15:51:25.0574315Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_uint8 2022-09-27T15:51:25.0575137Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_uint8 2022-09-27T15:51:25.0781699Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex32 2022-09-27T15:51:25.0782466Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex32 2022-09-27T15:51:25.1030722Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float64 2022-09-27T15:51:25.1031482Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float64 2022-09-27T15:51:25.1237088Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int8 2022-09-27T15:51:25.1237966Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int8 2022-09-27T15:51:25.2361485Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float32 2022-09-27T15:51:25.2376507Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float32 2022-09-27T15:51:25.2656949Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float64 2022-09-27T15:51:25.2661663Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_uint8 2022-09-27T15:51:25.5149429Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bfloat16 2022-09-27T15:51:25.5150348Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float32 2022-09-27T15:51:25.5649193Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int64 2022-09-27T15:51:25.5650191Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float64 2022-09-27T15:51:25.6485941Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int16 2022-09-27T15:51:25.6506217Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bfloat16 2022-09-27T15:51:25.6780702Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bool 2022-09-27T15:51:25.6781279Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int16 2022-09-27T15:51:25.7947247Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int32 2022-09-27T15:51:25.7966317Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int32 2022-09-27T15:51:25.7969794Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float16 2022-09-27T15:51:25.7970393Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int32 2022-09-27T15:51:25.8768402Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int64 2022-09-27T15:51:25.8782257Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int64 2022-09-27T15:51:25.9248163Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float16 2022-09-27T15:51:25.9248929Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int64 2022-09-27T15:51:26.0227422Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int8 2022-09-27T15:51:26.0228064Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int8 2022-09-27T15:51:26.0937170Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_uint8 2022-09-27T15:51:26.0949783Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bool 2022-09-27T15:51:26.1251114Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float16 2022-09-27T15:51:26.1260418Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_uint8 2022-09-27T15:51:26.2973035Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bfloat16 2022-09-27T15:51:26.3010257Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int32 2022-09-27T15:51:26.3062952Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bfloat16 2022-09-27T15:51:26.3073074Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bfloat16 2022-09-27T15:51:26.3159040Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex64 2022-09-27T15:51:26.3159631Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex64 2022-09-27T15:51:26.3203930Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int16 2022-09-27T15:51:26.3227842Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int16 2022-09-27T15:51:26.3269571Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_uint8 2022-09-27T15:51:26.3275632Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_uint8 2022-09-27T15:51:26.3357753Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex32 2022-09-27T15:51:26.3363661Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex32 2022-09-27T15:51:26.3446466Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float64 2022-09-27T15:51:26.3527447Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float64 2022-09-27T15:51:26.3538074Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int8 2022-09-27T15:51:26.3569735Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int8 2022-09-27T15:51:26.3570298Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex128 2022-09-27T15:51:26.3601220Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex128 2022-09-27T15:51:26.3601786Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float32 2022-09-27T15:51:26.3612656Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float32 2022-09-27T15:51:26.3659602Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int64 2022-09-27T15:51:26.3660299Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int64 2022-09-27T15:51:26.3660882Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bool 2022-09-27T15:51:26.3725166Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bool 2022-09-27T15:51:26.3726521Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float16 2022-09-27T15:51:26.3727119Z [gw2] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float16 2022-09-27T15:51:26.3727697Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int32 2022-09-27T15:51:26.3743629Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int32 2022-09-27T15:51:26.4442894Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bfloat16 2022-09-27T15:51:26.4455539Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bfloat16 2022-09-27T15:51:26.6331411Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bool 2022-09-27T15:51:26.6371090Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float16 2022-09-27T15:51:26.8908640Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float32 2022-09-27T15:51:26.8909326Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bfloat16 2022-09-27T15:51:26.9202051Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex64 2022-09-27T15:51:26.9222499Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bool 2022-09-27T15:51:26.9754621Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex128 2022-09-27T15:51:26.9755478Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float32 2022-09-27T15:51:27.0666805Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float64 2022-09-27T15:51:27.0667805Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float16 2022-09-27T15:51:27.4131317Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int32 2022-09-27T15:51:27.4132068Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float64 2022-09-27T15:51:27.5977391Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int16 2022-09-27T15:51:27.5990525Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex128 2022-09-27T15:51:27.6279092Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex64 2022-09-27T15:51:27.6279988Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex64 2022-09-27T15:51:27.6869935Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int16 2022-09-27T15:51:27.6890423Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int16 2022-09-27T15:51:27.7213611Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int32 2022-09-27T15:51:27.7214454Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int32 2022-09-27T15:51:27.9494173Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bfloat16 2022-09-27T15:51:27.9509081Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int16 2022-09-27T15:51:27.9941613Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_uint8 2022-09-27T15:51:27.9942378Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int32 2022-09-27T15:51:28.1140924Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int64 2022-09-27T15:51:28.1141687Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex64 2022-09-27T15:51:28.3328230Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float16 2022-09-27T15:51:28.3329240Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int64 2022-09-27T15:51:28.4304139Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int8 2022-09-27T15:51:28.4322682Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_uint8 2022-09-27T15:51:28.4913064Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float64 2022-09-27T15:51:28.4914328Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bfloat16 2022-09-27T15:51:28.6262792Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float16 2022-09-27T15:51:28.6302590Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float16 2022-09-27T15:51:28.6689561Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float32 2022-09-27T15:51:28.6690211Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int8 2022-09-27T15:51:28.8689949Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_uint8 2022-09-27T15:51:28.8690670Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float64 2022-09-27T15:51:28.8848987Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int8 2022-09-27T15:51:28.8891898Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float32 2022-09-27T15:51:28.9572942Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float64 2022-09-27T15:51:28.9573616Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_uint8 2022-09-27T15:51:29.2195977Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bfloat16 2022-09-27T15:51:29.2196823Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int8 2022-09-27T15:51:29.2278578Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float32 2022-09-27T15:51:29.2279294Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float64 2022-09-27T15:51:29.3147902Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int16 2022-09-27T15:51:29.3148777Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bfloat16 2022-09-27T15:51:29.4879731Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bool 2022-09-27T15:51:29.4894942Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float16 2022-09-27T15:51:29.5255471Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int32 2022-09-27T15:51:29.5256292Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int16 2022-09-27T15:51:29.6430309Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int32 2022-09-27T15:51:29.6431171Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float32 2022-09-27T15:51:29.7917551Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int64 2022-09-27T15:51:29.7918463Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bool 2022-09-27T15:51:29.8201076Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex128 2022-09-27T15:51:29.8201801Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int32 2022-09-27T15:51:30.1014996Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int64 2022-09-27T15:51:30.1015931Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int64 2022-09-27T15:51:30.1712117Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bool 2022-09-27T15:51:30.1759712Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int64 2022-09-27T15:51:30.2936775Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int8 2022-09-27T15:51:30.2937590Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int32 2022-09-27T15:51:30.4680140Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_bfloat16 2022-09-27T15:51:30.4721601Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int8 2022-09-27T15:51:30.7203241Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_uint8 2022-09-27T15:51:30.7204347Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bool 2022-09-27T15:51:30.7657905Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int32 2022-09-27T15:51:30.7667208Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_uint8 2022-09-27T15:51:30.7705954Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_bfloat16 2022-09-27T15:51:30.7706692Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_bfloat16 2022-09-27T15:51:30.9051734Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float16 2022-09-27T15:51:30.9052458Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex128 2022-09-27T15:51:31.0836044Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex64 2022-09-27T15:51:31.0845493Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int32 2022-09-27T15:51:31.0885646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bfloat16 2022-09-27T15:51:31.0906279Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bfloat16 2022-09-27T15:51:31.0927823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bool 2022-09-27T15:51:31.0940080Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bool 2022-09-27T15:51:31.0976736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex128 2022-09-27T15:51:31.0987046Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex128 2022-09-27T15:51:31.1021803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex64 2022-09-27T15:51:31.1118653Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex64 2022-09-27T15:51:31.1119399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float32 2022-09-27T15:51:31.1120042Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float32 2022-09-27T15:51:31.1120713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float64 2022-09-27T15:51:31.1165856Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float64 2022-09-27T15:51:31.1166493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int16 2022-09-27T15:51:31.1172039Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int16 2022-09-27T15:51:31.1212474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int32 2022-09-27T15:51:31.1226441Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int32 2022-09-27T15:51:31.1256871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int64 2022-09-27T15:51:31.1268176Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int64 2022-09-27T15:51:31.1303630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int8 2022-09-27T15:51:31.1322107Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int8 2022-09-27T15:51:31.1371123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_uint8 2022-09-27T15:51:31.1372346Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_uint8 2022-09-27T15:51:31.1400282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:31.1416307Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:31.1439130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bool 2022-09-27T15:51:31.1451631Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_bfloat16 2022-09-27T15:51:31.1470916Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bool 2022-09-27T15:51:31.1471741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex128 2022-09-27T15:51:31.1498208Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int16 2022-09-27T15:51:31.1512429Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex128 2022-09-27T15:51:31.1540169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex64 2022-09-27T15:51:31.1590808Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex64 2022-09-27T15:51:31.1591609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float32 2022-09-27T15:51:31.1596763Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float32 2022-09-27T15:51:31.1632582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float64 2022-09-27T15:51:31.1642608Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float64 2022-09-27T15:51:31.1676996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int16 2022-09-27T15:51:31.1689481Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int16 2022-09-27T15:51:31.1719316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int32 2022-09-27T15:51:31.1730603Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int32 2022-09-27T15:51:31.1757068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int64 2022-09-27T15:51:31.1769077Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int64 2022-09-27T15:51:31.1796427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int8 2022-09-27T15:51:31.1809520Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int8 2022-09-27T15:51:31.1836110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_uint8 2022-09-27T15:51:31.1852473Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_uint8 2022-09-27T15:51:31.1878675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bfloat16 2022-09-27T15:51:31.1891458Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bfloat16 2022-09-27T15:51:31.1928221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bool 2022-09-27T15:51:31.1942327Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bool 2022-09-27T15:51:31.1976058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex128 2022-09-27T15:51:31.1984596Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex128 2022-09-27T15:51:31.2018090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex32 2022-09-27T15:51:31.2026381Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex32 2022-09-27T15:51:31.2060985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex64 2022-09-27T15:51:31.2069753Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex64 2022-09-27T15:51:31.2103234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float16 2022-09-27T15:51:31.2110017Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float16 2022-09-27T15:51:31.2138676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float32 2022-09-27T15:51:31.2157947Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float32 2022-09-27T15:51:31.2182056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float64 2022-09-27T15:51:31.2194574Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float64 2022-09-27T15:51:31.2222336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int16 2022-09-27T15:51:31.2239605Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int16 2022-09-27T15:51:31.2265595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int32 2022-09-27T15:51:31.2278483Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int32 2022-09-27T15:51:31.2314321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int64 2022-09-27T15:51:31.2328145Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int64 2022-09-27T15:51:31.2360001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int8 2022-09-27T15:51:31.2368375Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int8 2022-09-27T15:51:31.2407376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_uint8 2022-09-27T15:51:31.2427765Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_uint8 2022-09-27T15:51:31.2449295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:31.2467058Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:31.2495019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bool 2022-09-27T15:51:31.2504565Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bool 2022-09-27T15:51:31.2539069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex128 2022-09-27T15:51:31.2544930Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex128 2022-09-27T15:51:31.2578369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex32 2022-09-27T15:51:31.2595607Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex32 2022-09-27T15:51:31.2624139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex64 2022-09-27T15:51:31.2636795Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex64 2022-09-27T15:51:31.2666565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float16 2022-09-27T15:51:31.2678635Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float16 2022-09-27T15:51:31.2712322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float32 2022-09-27T15:51:31.2735145Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float32 2022-09-27T15:51:31.2795305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float64 2022-09-27T15:51:31.2796059Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float64 2022-09-27T15:51:31.2798561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int16 2022-09-27T15:51:31.2830033Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int16 2022-09-27T15:51:31.2850695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int32 2022-09-27T15:51:31.2856492Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int32 2022-09-27T15:51:31.2894104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int64 2022-09-27T15:51:31.2940845Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int64 2022-09-27T15:51:31.2941651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int8 2022-09-27T15:51:31.2942328Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int8 2022-09-27T15:51:31.2982014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_uint8 2022-09-27T15:51:31.2982802Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_uint8 2022-09-27T15:51:31.3011631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bfloat16 2022-09-27T15:51:31.3037249Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bfloat16 2022-09-27T15:51:31.3081689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bool 2022-09-27T15:51:31.3082427Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bool 2022-09-27T15:51:31.3093033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex128 2022-09-27T15:51:31.3116408Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex128 2022-09-27T15:51:31.3136249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex32 2022-09-27T15:51:31.3149220Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex32 2022-09-27T15:51:31.3180241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex64 2022-09-27T15:51:31.3192814Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex64 2022-09-27T15:51:31.3224942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float16 2022-09-27T15:51:31.3228590Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float16 2022-09-27T15:51:31.3267740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float32 2022-09-27T15:51:31.3274523Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float32 2022-09-27T15:51:31.3306370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float64 2022-09-27T15:51:31.3330392Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float64 2022-09-27T15:51:31.3345474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int16 2022-09-27T15:51:31.3366852Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int16 2022-09-27T15:51:31.3393410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int32 2022-09-27T15:51:31.3410676Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int32 2022-09-27T15:51:31.3443268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int64 2022-09-27T15:51:31.3466785Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int64 2022-09-27T15:51:31.3542752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int8 2022-09-27T15:51:31.3543761Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int8 2022-09-27T15:51:31.3544451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_uint8 2022-09-27T15:51:31.3545155Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_uint8 2022-09-27T15:51:31.3570029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:31.3603152Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:31.3614842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bool 2022-09-27T15:51:31.3677577Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bool 2022-09-27T15:51:31.3678338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex128 2022-09-27T15:51:31.3679069Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex128 2022-09-27T15:51:31.3696809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex32 2022-09-27T15:51:31.3711315Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex32 2022-09-27T15:51:31.3738247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex64 2022-09-27T15:51:31.3748245Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex64 2022-09-27T15:51:31.3784723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float16 2022-09-27T15:51:31.3795423Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float16 2022-09-27T15:51:31.3826433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float32 2022-09-27T15:51:31.3843571Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float32 2022-09-27T15:51:31.3870626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float64 2022-09-27T15:51:31.3890851Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float64 2022-09-27T15:51:31.3913765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int16 2022-09-27T15:51:31.3925269Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int16 2022-09-27T15:51:31.3956701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int32 2022-09-27T15:51:31.3967770Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int32 2022-09-27T15:51:31.4001815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int64 2022-09-27T15:51:31.4012226Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int64 2022-09-27T15:51:31.4040953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int8 2022-09-27T15:51:31.4051138Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int8 2022-09-27T15:51:31.4079630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_uint8 2022-09-27T15:51:31.4089744Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_uint8 2022-09-27T15:51:31.4121525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bfloat16 2022-09-27T15:51:31.4131741Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bfloat16 2022-09-27T15:51:31.4160860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bool 2022-09-27T15:51:31.4171188Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bool 2022-09-27T15:51:31.4200661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex128 2022-09-27T15:51:31.4213193Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex128 2022-09-27T15:51:31.4254582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex32 2022-09-27T15:51:31.4255436Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex32 2022-09-27T15:51:31.4286355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex64 2022-09-27T15:51:31.4300396Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex64 2022-09-27T15:51:31.4331748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float16 2022-09-27T15:51:31.4344022Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float16 2022-09-27T15:51:31.4392307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float32 2022-09-27T15:51:31.4393059Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float32 2022-09-27T15:51:31.4418399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float64 2022-09-27T15:51:31.4435065Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float64 2022-09-27T15:51:31.4467134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int16 2022-09-27T15:51:31.4480308Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int16 2022-09-27T15:51:31.4513986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int32 2022-09-27T15:51:31.4532731Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int32 2022-09-27T15:51:31.4581088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int64 2022-09-27T15:51:31.4582110Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int64 2022-09-27T15:51:31.4608868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int8 2022-09-27T15:51:31.4621545Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int8 2022-09-27T15:51:31.4649512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_uint8 2022-09-27T15:51:31.4661868Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_uint8 2022-09-27T15:51:31.4709982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:31.4710923Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:31.4738156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bool 2022-09-27T15:51:31.4751368Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bool 2022-09-27T15:51:31.4779791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex128 2022-09-27T15:51:31.4797500Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex128 2022-09-27T15:51:31.4828841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex32 2022-09-27T15:51:31.4838730Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex32 2022-09-27T15:51:31.4871067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex64 2022-09-27T15:51:31.4883371Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex64 2022-09-27T15:51:31.4913058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float16 2022-09-27T15:51:31.4923799Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float16 2022-09-27T15:51:31.4957092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float32 2022-09-27T15:51:31.4967544Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float32 2022-09-27T15:51:31.5003787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float64 2022-09-27T15:51:31.5017960Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float64 2022-09-27T15:51:31.5048903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int16 2022-09-27T15:51:31.5059280Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int16 2022-09-27T15:51:31.5088175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int32 2022-09-27T15:51:31.5099337Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int32 2022-09-27T15:51:31.5131375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int64 2022-09-27T15:51:31.5140260Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int64 2022-09-27T15:51:31.5177894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int8 2022-09-27T15:51:31.5183917Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int8 2022-09-27T15:51:31.5214122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_uint8 2022-09-27T15:51:31.5224307Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_uint8 2022-09-27T15:51:31.5253273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_bool 2022-09-27T15:51:31.5263479Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_bool 2022-09-27T15:51:31.5295257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int16 2022-09-27T15:51:31.5305455Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int16 2022-09-27T15:51:31.5338760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int32 2022-09-27T15:51:31.5351593Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int32 2022-09-27T15:51:31.5377044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int64 2022-09-27T15:51:31.5389911Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int64 2022-09-27T15:51:31.5399435Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex64 2022-09-27T15:51:31.5402748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int8 2022-09-27T15:51:31.5435987Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float32 2022-09-27T15:51:31.5448982Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int8 2022-09-27T15:51:31.5484905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_uint8 2022-09-27T15:51:31.5490983Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_uint8 2022-09-27T15:51:31.5526974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_bool 2022-09-27T15:51:31.5538318Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_bool 2022-09-27T15:51:31.5569746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int16 2022-09-27T15:51:31.5582756Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int16 2022-09-27T15:51:31.5618322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int32 2022-09-27T15:51:31.5626558Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int32 2022-09-27T15:51:31.5666511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int64 2022-09-27T15:51:31.5674593Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int64 2022-09-27T15:51:31.5705956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int8 2022-09-27T15:51:31.5717923Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int8 2022-09-27T15:51:31.5754485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_uint8 2022-09-27T15:51:31.5771968Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_uint8 2022-09-27T15:51:31.5803766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int16 2022-09-27T15:51:31.5822445Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int16 2022-09-27T15:51:31.5880935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int32 2022-09-27T15:51:31.5881898Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int32 2022-09-27T15:51:31.5906937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int64 2022-09-27T15:51:31.5919609Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int64 2022-09-27T15:51:31.5934451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int8 2022-09-27T15:51:31.5961544Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float16 2022-09-27T15:51:31.5962451Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float32 2022-09-27T15:51:31.5963160Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int8 2022-09-27T15:51:31.6013040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_uint8 2022-09-27T15:51:31.6014027Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_uint8 2022-09-27T15:51:31.6039628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int16 2022-09-27T15:51:31.6082263Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int16 2022-09-27T15:51:31.6122332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int32 2022-09-27T15:51:31.6123210Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int32 2022-09-27T15:51:31.6123965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int64 2022-09-27T15:51:31.6200680Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int64 2022-09-27T15:51:31.6204100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int8 2022-09-27T15:51:31.6204794Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int8 2022-09-27T15:51:31.6205561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_uint8 2022-09-27T15:51:31.6251215Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_uint8 2022-09-27T15:51:31.6251972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_bool 2022-09-27T15:51:31.6256892Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_bool 2022-09-27T15:51:31.6422932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int16 2022-09-27T15:51:31.6423574Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int16 2022-09-27T15:51:31.6424136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int32 2022-09-27T15:51:31.6424669Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int32 2022-09-27T15:51:31.6425205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int64 2022-09-27T15:51:31.6477237Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int64 2022-09-27T15:51:31.6478043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int8 2022-09-27T15:51:31.6498518Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int8 2022-09-27T15:51:31.6500747Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int16 2022-09-27T15:51:31.6541750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_uint8 2022-09-27T15:51:31.6542748Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_uint8 2022-09-27T15:51:31.6543426Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_uint8 2022-09-27T15:51:31.6616374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_bool 2022-09-27T15:51:31.6617176Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_bool 2022-09-27T15:51:31.6618006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int16 2022-09-27T15:51:31.6702997Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int16 2022-09-27T15:51:31.6744912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int32 2022-09-27T15:51:31.6745624Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int32 2022-09-27T15:51:31.6746294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int64 2022-09-27T15:51:31.6746975Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int64 2022-09-27T15:51:31.6749729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int8 2022-09-27T15:51:31.6750504Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int8 2022-09-27T15:51:31.6829922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_uint8 2022-09-27T15:51:31.6830864Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_uint8 2022-09-27T15:51:31.6831817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_bool 2022-09-27T15:51:31.6848589Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_bool 2022-09-27T15:51:31.6877707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int16 2022-09-27T15:51:31.6900274Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int16 2022-09-27T15:51:31.6970922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int32 2022-09-27T15:51:31.7002930Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int32 2022-09-27T15:51:31.7003617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int64 2022-09-27T15:51:31.7004290Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int64 2022-09-27T15:51:31.7055027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int8 2022-09-27T15:51:31.7055778Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int8 2022-09-27T15:51:31.7056382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_uint8 2022-09-27T15:51:31.7065490Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_uint8 2022-09-27T15:51:31.7146702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_bool 2022-09-27T15:51:31.7147772Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_bool 2022-09-27T15:51:31.7148460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int16 2022-09-27T15:51:31.7149171Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int16 2022-09-27T15:51:31.7184795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int32 2022-09-27T15:51:31.7191571Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int32 2022-09-27T15:51:31.7226710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int64 2022-09-27T15:51:31.7239855Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int64 2022-09-27T15:51:31.7272625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int8 2022-09-27T15:51:31.7294633Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int8 2022-09-27T15:51:31.7318146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_uint8 2022-09-27T15:51:31.7338253Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_uint8 2022-09-27T15:51:31.7367106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_bool 2022-09-27T15:51:31.7373364Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_bool 2022-09-27T15:51:31.7410775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int16 2022-09-27T15:51:31.7428700Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int16 2022-09-27T15:51:31.7452980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int32 2022-09-27T15:51:31.7467523Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int32 2022-09-27T15:51:31.7495749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int64 2022-09-27T15:51:31.7503497Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int64 2022-09-27T15:51:31.7536379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int8 2022-09-27T15:51:31.7547256Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int8 2022-09-27T15:51:31.7580967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_uint8 2022-09-27T15:51:31.7600479Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_uint8 2022-09-27T15:51:31.7626536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_bool 2022-09-27T15:51:31.7645576Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_bool 2022-09-27T15:51:31.7671492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int16 2022-09-27T15:51:31.7681748Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int16 2022-09-27T15:51:31.7713015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int32 2022-09-27T15:51:31.7727737Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int32 2022-09-27T15:51:31.7758250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int64 2022-09-27T15:51:31.7767702Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int64 2022-09-27T15:51:31.7799188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int8 2022-09-27T15:51:31.7811568Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int8 2022-09-27T15:51:31.7844390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_uint8 2022-09-27T15:51:31.7856577Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_uint8 2022-09-27T15:51:31.7904265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_aten_cpu_float32 2022-09-27T15:51:31.7905274Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_aten_cpu_float32 2022-09-27T15:51:31.7936154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_nvfuser_cpu_float32 2022-09-27T15:51:31.7947974Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_nvfuser_cpu_float32 2022-09-27T15:51:31.7985027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bfloat16 2022-09-27T15:51:31.8003991Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bfloat16 2022-09-27T15:51:31.8028319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bool 2022-09-27T15:51:31.8052691Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bool 2022-09-27T15:51:31.8079334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex128 2022-09-27T15:51:31.8092270Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex128 2022-09-27T15:51:31.8138539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex64 2022-09-27T15:51:31.8139287Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex64 2022-09-27T15:51:31.8176882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float16 2022-09-27T15:51:31.8177918Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float16 2022-09-27T15:51:31.8211927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float32 2022-09-27T15:51:31.8223161Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float32 2022-09-27T15:51:31.8254403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float64 2022-09-27T15:51:31.8277739Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float64 2022-09-27T15:51:31.8294685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int16 2022-09-27T15:51:31.8325284Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int16 2022-09-27T15:51:31.8340036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int32 2022-09-27T15:51:31.8357075Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int32 2022-09-27T15:51:31.8385806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int64 2022-09-27T15:51:31.8407430Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float32 2022-09-27T15:51:31.8408054Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float64 2022-09-27T15:51:31.8408865Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int64 2022-09-27T15:51:31.8443402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int8 2022-09-27T15:51:31.8444374Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int8 2022-09-27T15:51:31.8516777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_uint8 2022-09-27T15:51:31.8517775Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_uint8 2022-09-27T15:51:31.8518458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:31.8559286Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:31.8603071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bool 2022-09-27T15:51:31.8621768Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bool 2022-09-27T15:51:31.8622660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex128 2022-09-27T15:51:31.8623750Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex128 2022-09-27T15:51:31.8647759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex64 2022-09-27T15:51:31.8664337Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex64 2022-09-27T15:51:31.8698890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float16 2022-09-27T15:51:31.8730926Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float16 2022-09-27T15:51:31.8761237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float32 2022-09-27T15:51:31.8762098Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float32 2022-09-27T15:51:31.8813907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float64 2022-09-27T15:51:31.8815196Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float64 2022-09-27T15:51:31.8841758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int16 2022-09-27T15:51:31.8852345Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int16 2022-09-27T15:51:31.8893901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int32 2022-09-27T15:51:31.8901229Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int32 2022-09-27T15:51:31.8936711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int64 2022-09-27T15:51:31.8957441Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int64 2022-09-27T15:51:31.8985685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int8 2022-09-27T15:51:31.8994683Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int8 2022-09-27T15:51:31.9030649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_uint8 2022-09-27T15:51:31.9046216Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_uint8 2022-09-27T15:51:31.9077097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bfloat16 2022-09-27T15:51:31.9088401Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bfloat16 2022-09-27T15:51:31.9120315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bool 2022-09-27T15:51:31.9153243Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bool 2022-09-27T15:51:31.9164099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex128 2022-09-27T15:51:31.9207175Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex128 2022-09-27T15:51:31.9208253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex64 2022-09-27T15:51:31.9229623Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex64 2022-09-27T15:51:31.9247471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float16 2022-09-27T15:51:31.9257752Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float16 2022-09-27T15:51:31.9291227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float32 2022-09-27T15:51:31.9300451Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float32 2022-09-27T15:51:31.9336021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float64 2022-09-27T15:51:31.9347079Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float64 2022-09-27T15:51:31.9386772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int16 2022-09-27T15:51:31.9401820Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int16 2022-09-27T15:51:31.9433055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int32 2022-09-27T15:51:31.9444266Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int32 2022-09-27T15:51:31.9474924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int64 2022-09-27T15:51:31.9488181Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int64 2022-09-27T15:51:31.9531290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int8 2022-09-27T15:51:31.9532280Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int8 2022-09-27T15:51:31.9568638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_uint8 2022-09-27T15:51:31.9578491Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_uint8 2022-09-27T15:51:31.9610370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:31.9646711Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:31.9647426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bool 2022-09-27T15:51:31.9672968Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bool 2022-09-27T15:51:31.9695735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex128 2022-09-27T15:51:31.9702460Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex128 2022-09-27T15:51:31.9738966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex64 2022-09-27T15:51:31.9749997Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex64 2022-09-27T15:51:31.9778515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float16 2022-09-27T15:51:31.9814522Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float16 2022-09-27T15:51:31.9817606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float32 2022-09-27T15:51:31.9847641Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float32 2022-09-27T15:51:31.9882640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float64 2022-09-27T15:51:31.9883406Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float64 2022-09-27T15:51:31.9907396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int16 2022-09-27T15:51:31.9921649Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int16 2022-09-27T15:51:31.9951293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int32 2022-09-27T15:51:31.9964372Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int32 2022-09-27T15:51:31.9999757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int64 2022-09-27T15:51:32.0015291Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int64 2022-09-27T15:51:32.0056310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int8 2022-09-27T15:51:32.0057321Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int8 2022-09-27T15:51:32.0086564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_uint8 2022-09-27T15:51:32.0102153Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_uint8 2022-09-27T15:51:32.0128000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bfloat16 2022-09-27T15:51:32.0139382Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bfloat16 2022-09-27T15:51:32.0172757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bool 2022-09-27T15:51:32.0183493Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bool 2022-09-27T15:51:32.0217098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex128 2022-09-27T15:51:32.0244877Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex128 2022-09-27T15:51:32.0265370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex32 2022-09-27T15:51:32.0281133Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex32 2022-09-27T15:51:32.0315084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex64 2022-09-27T15:51:32.0323596Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex64 2022-09-27T15:51:32.0360102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float16 2022-09-27T15:51:32.0368847Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float16 2022-09-27T15:51:32.0404939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float32 2022-09-27T15:51:32.0421514Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float32 2022-09-27T15:51:32.0447160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float64 2022-09-27T15:51:32.0469642Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float64 2022-09-27T15:51:32.0492147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int16 2022-09-27T15:51:32.0500467Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int16 2022-09-27T15:51:32.0537863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int32 2022-09-27T15:51:32.0547960Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int32 2022-09-27T15:51:32.0588704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int64 2022-09-27T15:51:32.0589826Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int64 2022-09-27T15:51:32.0623040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int8 2022-09-27T15:51:32.0637526Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int8 2022-09-27T15:51:32.0669898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_uint8 2022-09-27T15:51:32.0685576Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_uint8 2022-09-27T15:51:32.0711711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:32.0723959Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:32.0752827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bool 2022-09-27T15:51:32.0768527Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bool 2022-09-27T15:51:32.0799026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex128 2022-09-27T15:51:32.0817287Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex128 2022-09-27T15:51:32.0842765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex32 2022-09-27T15:51:32.0856922Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex32 2022-09-27T15:51:32.0886800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex64 2022-09-27T15:51:32.0897992Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex64 2022-09-27T15:51:32.0929369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float16 2022-09-27T15:51:32.0940332Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float16 2022-09-27T15:51:32.0971816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float32 2022-09-27T15:51:32.0982367Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float32 2022-09-27T15:51:32.1014880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float64 2022-09-27T15:51:32.1038477Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float64 2022-09-27T15:51:32.1065443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int16 2022-09-27T15:51:32.1073964Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int16 2022-09-27T15:51:32.1106703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int32 2022-09-27T15:51:32.1119257Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int32 2022-09-27T15:51:32.1152650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int64 2022-09-27T15:51:32.1164678Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float32 2022-09-27T15:51:32.1179298Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int64 2022-09-27T15:51:32.1180292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int8 2022-09-27T15:51:32.1209809Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float64 2022-09-27T15:51:32.1220634Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int8 2022-09-27T15:51:32.1256224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_uint8 2022-09-27T15:51:32.1272230Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_uint8 2022-09-27T15:51:32.1304198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_bfloat16 2022-09-27T15:51:32.1326801Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_bfloat16 2022-09-27T15:51:32.1350049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float32 2022-09-27T15:51:32.1360592Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float32 2022-09-27T15:51:32.1397152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float64 2022-09-27T15:51:32.1404388Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float64 2022-09-27T15:51:32.1438584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int16 2022-09-27T15:51:32.1452093Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int16 2022-09-27T15:51:32.1482263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int32 2022-09-27T15:51:32.1491482Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int32 2022-09-27T15:51:32.1524635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int64 2022-09-27T15:51:32.1534376Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int64 2022-09-27T15:51:32.1570568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int8 2022-09-27T15:51:32.1584663Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int8 2022-09-27T15:51:32.1618104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_uint8 2022-09-27T15:51:32.1618793Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float64 2022-09-27T15:51:32.1671501Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_uint8 2022-09-27T15:51:32.1672564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:32.1673229Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int16 2022-09-27T15:51:32.1705450Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:32.1722924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float32 2022-09-27T15:51:32.1730398Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float32 2022-09-27T15:51:32.1765634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float64 2022-09-27T15:51:32.1850857Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float64 2022-09-27T15:51:32.1865649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int16 2022-09-27T15:51:32.1866374Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int16 2022-09-27T15:51:32.1867066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int32 2022-09-27T15:51:32.1867758Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int32 2022-09-27T15:51:32.1891937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int64 2022-09-27T15:51:32.1912604Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int64 2022-09-27T15:51:32.1937852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int8 2022-09-27T15:51:32.1958388Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int8 2022-09-27T15:51:32.1982824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_uint8 2022-09-27T15:51:32.1993386Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_uint8 2022-09-27T15:51:32.2024580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bfloat16 2022-09-27T15:51:32.2056405Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bfloat16 2022-09-27T15:51:32.2093118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bool 2022-09-27T15:51:32.2093973Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bool 2022-09-27T15:51:32.2121914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex128 2022-09-27T15:51:32.2168716Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex128 2022-09-27T15:51:32.2169879Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_uint8 2022-09-27T15:51:32.2170680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex32 2022-09-27T15:51:32.2177982Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex32 2022-09-27T15:51:32.2207386Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex32 2022-09-27T15:51:32.2234624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex64 2022-09-27T15:51:32.2237014Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex32 2022-09-27T15:51:32.2326580Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex64 2022-09-27T15:51:32.2327246Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float64 2022-09-27T15:51:32.2327860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float16 2022-09-27T15:51:32.2331973Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float16 2022-09-27T15:51:32.2333862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float32 2022-09-27T15:51:32.2334840Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float64 2022-09-27T15:51:32.2406633Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float32 2022-09-27T15:51:32.2407324Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int8 2022-09-27T15:51:32.2407888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float64 2022-09-27T15:51:32.2408576Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float64 2022-09-27T15:51:32.2409198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int16 2022-09-27T15:51:32.2442036Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int8 2022-09-27T15:51:32.2442674Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex128 2022-09-27T15:51:32.2443341Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int16 2022-09-27T15:51:32.2469002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int32 2022-09-27T15:51:32.2488503Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int32 2022-09-27T15:51:32.2502588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int64 2022-09-27T15:51:32.2518825Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex128 2022-09-27T15:51:32.2542370Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int64 2022-09-27T15:51:32.2542988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int8 2022-09-27T15:51:32.2577564Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float32 2022-09-27T15:51:32.2578405Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int8 2022-09-27T15:51:32.2609660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_uint8 2022-09-27T15:51:32.2681012Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_uint8 2022-09-27T15:51:32.2681755Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float32 2022-09-27T15:51:32.2682397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:32.2682967Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int64 2022-09-27T15:51:32.2683615Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:32.2707234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bool 2022-09-27T15:51:32.2715950Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bool 2022-09-27T15:51:32.2762623Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int64 2022-09-27T15:51:32.2763343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex128 2022-09-27T15:51:32.2766242Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bool 2022-09-27T15:51:32.2766784Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bool 2022-09-27T15:51:32.2851922Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex128 2022-09-27T15:51:32.2852776Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float16 2022-09-27T15:51:32.2853599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex32 2022-09-27T15:51:32.2854181Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float16 2022-09-27T15:51:32.2854720Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int32 2022-09-27T15:51:32.2855468Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex32 2022-09-27T15:51:32.2856161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex64 2022-09-27T15:51:32.2861931Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int32 2022-09-27T15:51:32.2862606Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bfloat16 2022-09-27T15:51:32.2863371Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex64 2022-09-27T15:51:32.2901936Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bfloat16 2022-09-27T15:51:32.2902543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float16 2022-09-27T15:51:32.2903100Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex64 2022-09-27T15:51:32.2935883Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex64 2022-09-27T15:51:32.2936659Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float16 2022-09-27T15:51:32.2937288Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int16 2022-09-27T15:51:32.2937889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float32 2022-09-27T15:51:32.2967259Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int16 2022-09-27T15:51:32.2967885Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_uint8 2022-09-27T15:51:32.2968483Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float32 2022-09-27T15:51:32.3223763Z [gw3] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_uint8 2022-09-27T15:51:32.3224365Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex32 2022-09-27T15:51:32.3224983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float64 2022-09-27T15:51:32.3225673Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float64 2022-09-27T15:51:32.3226307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int16 2022-09-27T15:51:32.3229499Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int16 2022-09-27T15:51:32.3230256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int32 2022-09-27T15:51:32.3231008Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int32 2022-09-27T15:51:32.3231669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int64 2022-09-27T15:51:32.3232349Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int64 2022-09-27T15:51:32.3233051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int8 2022-09-27T15:51:32.3233754Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int8 2022-09-27T15:51:32.3234448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_uint8 2022-09-27T15:51:32.3235320Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_uint8 2022-09-27T15:51:32.3264863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_bfloat16 2022-09-27T15:51:32.3307896Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_bfloat16 2022-09-27T15:51:32.3308545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float32 2022-09-27T15:51:32.3364343Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float32 2022-09-27T15:51:32.3365163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float64 2022-09-27T15:51:32.3365835Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float64 2022-09-27T15:51:32.3393859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int16 2022-09-27T15:51:32.3435690Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int16 2022-09-27T15:51:32.3436391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int32 2022-09-27T15:51:32.3444145Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int32 2022-09-27T15:51:32.3513076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int64 2022-09-27T15:51:32.3513853Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int64 2022-09-27T15:51:32.3514456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int8 2022-09-27T15:51:32.3536204Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int8 2022-09-27T15:51:32.3553117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_uint8 2022-09-27T15:51:32.3563878Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_uint8 2022-09-27T15:51:32.3619097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:32.3620168Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:32.3645563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float32 2022-09-27T15:51:32.3678453Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float32 2022-09-27T15:51:32.3701624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float64 2022-09-27T15:51:32.3702724Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float64 2022-09-27T15:51:32.3762043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int16 2022-09-27T15:51:32.3762851Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int16 2022-09-27T15:51:32.3763520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int32 2022-09-27T15:51:32.3787269Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int32 2022-09-27T15:51:32.3802835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int64 2022-09-27T15:51:32.3812849Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int64 2022-09-27T15:51:32.3843036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int8 2022-09-27T15:51:32.3872570Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int8 2022-09-27T15:51:32.3884195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_uint8 2022-09-27T15:51:32.3905712Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_uint8 2022-09-27T15:51:32.3922882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bfloat16 2022-09-27T15:51:32.3935496Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bfloat16 2022-09-27T15:51:32.3962897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bool 2022-09-27T15:51:32.3973160Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bool 2022-09-27T15:51:32.4009938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float16 2022-09-27T15:51:32.4025158Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float16 2022-09-27T15:51:32.4050115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float32 2022-09-27T15:51:32.4090057Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float32 2022-09-27T15:51:32.4100609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float64 2022-09-27T15:51:32.4101401Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float64 2022-09-27T15:51:32.4129351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int16 2022-09-27T15:51:32.4139148Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int16 2022-09-27T15:51:32.4168427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int32 2022-09-27T15:51:32.4185598Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int32 2022-09-27T15:51:32.4249953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int64 2022-09-27T15:51:32.4253161Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int64 2022-09-27T15:51:32.4314480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int8 2022-09-27T15:51:32.4315337Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int8 2022-09-27T15:51:32.4316017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_uint8 2022-09-27T15:51:32.4317852Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_uint8 2022-09-27T15:51:32.4410340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:32.4426619Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:32.4427372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bool 2022-09-27T15:51:32.4428101Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bool 2022-09-27T15:51:32.4428919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float16 2022-09-27T15:51:32.4429588Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float16 2022-09-27T15:51:32.4447775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float32 2022-09-27T15:51:32.4459792Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float32 2022-09-27T15:51:32.4533390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float64 2022-09-27T15:51:32.4534429Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float64 2022-09-27T15:51:32.4535068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int16 2022-09-27T15:51:32.4604439Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int16 2022-09-27T15:51:32.4605791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int32 2022-09-27T15:51:32.4606699Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int32 2022-09-27T15:51:32.4630787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int64 2022-09-27T15:51:32.4631846Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int64 2022-09-27T15:51:32.4659115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int8 2022-09-27T15:51:32.4688245Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int8 2022-09-27T15:51:32.4742171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_uint8 2022-09-27T15:51:32.4742961Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_uint8 2022-09-27T15:51:32.4746040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bfloat16 2022-09-27T15:51:32.4757681Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bfloat16 2022-09-27T15:51:32.4785973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bool 2022-09-27T15:51:32.4816745Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bool 2022-09-27T15:51:32.4830590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float16 2022-09-27T15:51:32.4846369Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float16 2022-09-27T15:51:32.4903263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float32 2022-09-27T15:51:32.4904220Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float32 2022-09-27T15:51:32.4914266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float64 2022-09-27T15:51:32.4941414Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float64 2022-09-27T15:51:32.4957974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int16 2022-09-27T15:51:32.4972149Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int16 2022-09-27T15:51:32.5000386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int32 2022-09-27T15:51:32.5008964Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int32 2022-09-27T15:51:32.5036110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int64 2022-09-27T15:51:32.5065915Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int64 2022-09-27T15:51:32.5123204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int8 2022-09-27T15:51:32.5170209Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int8 2022-09-27T15:51:32.5170876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_uint8 2022-09-27T15:51:32.5171803Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_uint8 2022-09-27T15:51:32.5172484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:32.5200538Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:32.5211417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bool 2022-09-27T15:51:32.5258931Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bool 2022-09-27T15:51:32.5259614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float16 2022-09-27T15:51:32.5265242Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int16 2022-09-27T15:51:32.5278347Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float16 2022-09-27T15:51:32.5315209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float32 2022-09-27T15:51:32.5316744Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int32 2022-09-27T15:51:32.5367933Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float32 2022-09-27T15:51:32.5368648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float64 2022-09-27T15:51:32.5415923Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float64 2022-09-27T15:51:32.5419741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int16 2022-09-27T15:51:32.5463533Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int16 2022-09-27T15:51:32.5465268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int32 2022-09-27T15:51:32.5512624Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int32 2022-09-27T15:51:32.5513229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int64 2022-09-27T15:51:32.5521534Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int64 2022-09-27T15:51:32.5557089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int8 2022-09-27T15:51:32.5564247Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int8 2022-09-27T15:51:32.5600948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_uint8 2022-09-27T15:51:32.5616113Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_uint8 2022-09-27T15:51:32.5641604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bfloat16 2022-09-27T15:51:32.5678048Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bfloat16 2022-09-27T15:51:32.5715557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bool 2022-09-27T15:51:32.5716668Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bool 2022-09-27T15:51:32.5730909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex128 2022-09-27T15:51:32.5748313Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex128 2022-09-27T15:51:32.5780461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex32 2022-09-27T15:51:32.5792827Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex32 2022-09-27T15:51:32.5822798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex64 2022-09-27T15:51:32.5868111Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex64 2022-09-27T15:51:32.5911989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float16 2022-09-27T15:51:32.5913225Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float16 2022-09-27T15:51:32.5914006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float32 2022-09-27T15:51:32.5927245Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float32 2022-09-27T15:51:32.5954567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float64 2022-09-27T15:51:32.5995892Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float64 2022-09-27T15:51:32.5996555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int16 2022-09-27T15:51:32.6037053Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int16 2022-09-27T15:51:32.6037802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int32 2022-09-27T15:51:32.6078584Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int32 2022-09-27T15:51:32.6079354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int64 2022-09-27T15:51:32.6140330Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int64 2022-09-27T15:51:32.6140976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int8 2022-09-27T15:51:32.6141576Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int8 2022-09-27T15:51:32.6163036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_uint8 2022-09-27T15:51:32.6172163Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_uint8 2022-09-27T15:51:32.6221346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:32.6222281Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:32.6244642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bool 2022-09-27T15:51:32.6257061Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bool 2022-09-27T15:51:32.6291871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex128 2022-09-27T15:51:32.6298147Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex128 2022-09-27T15:51:32.6332703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex32 2022-09-27T15:51:32.6361660Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex32 2022-09-27T15:51:32.6374807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex64 2022-09-27T15:51:32.6420554Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex64 2022-09-27T15:51:32.6423486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float16 2022-09-27T15:51:32.6436213Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float16 2022-09-27T15:51:32.6464137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float32 2022-09-27T15:51:32.6473143Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float32 2022-09-27T15:51:32.6508301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float64 2022-09-27T15:51:32.6514935Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float64 2022-09-27T15:51:32.6548755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int16 2022-09-27T15:51:32.6557030Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int16 2022-09-27T15:51:32.6603077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int32 2022-09-27T15:51:32.6603723Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int32 2022-09-27T15:51:32.6684007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int64 2022-09-27T15:51:32.6684781Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float64 2022-09-27T15:51:32.6685448Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int64 2022-09-27T15:51:32.6686101Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int16 2022-09-27T15:51:32.6686703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int8 2022-09-27T15:51:32.6690079Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int8 2022-09-27T15:51:32.6766458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_uint8 2022-09-27T15:51:32.6770157Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_uint8 2022-09-27T15:51:32.6770836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bfloat16 2022-09-27T15:51:32.6811704Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bfloat16 2022-09-27T15:51:32.6812492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bool 2022-09-27T15:51:32.6887312Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bool 2022-09-27T15:51:32.6888210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex128 2022-09-27T15:51:32.6891460Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex128 2022-09-27T15:51:32.6892289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex32 2022-09-27T15:51:32.6954017Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex32 2022-09-27T15:51:32.6954738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex64 2022-09-27T15:51:32.6955412Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex64 2022-09-27T15:51:32.6980269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float16 2022-09-27T15:51:32.6995318Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float16 2022-09-27T15:51:32.7049695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float32 2022-09-27T15:51:32.7050398Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float32 2022-09-27T15:51:32.7128740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float64 2022-09-27T15:51:32.7129768Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float64 2022-09-27T15:51:32.7130445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int16 2022-09-27T15:51:32.7131098Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int16 2022-09-27T15:51:32.7162817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int32 2022-09-27T15:51:32.7163610Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int32 2022-09-27T15:51:32.7190808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int64 2022-09-27T15:51:32.7234253Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int64 2022-09-27T15:51:32.7235195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int8 2022-09-27T15:51:32.7288674Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int8 2022-09-27T15:51:32.7289589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_uint8 2022-09-27T15:51:32.7290219Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_uint8 2022-09-27T15:51:32.7348228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:32.7349046Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:32.7370362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bool 2022-09-27T15:51:32.7409484Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bool 2022-09-27T15:51:32.7416641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex128 2022-09-27T15:51:32.7423020Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex128 2022-09-27T15:51:32.7474062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex32 2022-09-27T15:51:32.7475054Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex32 2022-09-27T15:51:32.7500728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex64 2022-09-27T15:51:32.7540422Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex64 2022-09-27T15:51:32.7541133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float16 2022-09-27T15:51:32.7568512Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float16 2022-09-27T15:51:32.7585894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float32 2022-09-27T15:51:32.7601700Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float32 2022-09-27T15:51:32.7628184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float64 2022-09-27T15:51:32.7635837Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float64 2022-09-27T15:51:32.7668031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int16 2022-09-27T15:51:32.7689285Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int16 2022-09-27T15:51:32.7728212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int32 2022-09-27T15:51:32.7729109Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int32 2022-09-27T15:51:32.7761741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int64 2022-09-27T15:51:32.7771094Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int64 2022-09-27T15:51:32.7800013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int8 2022-09-27T15:51:32.7817652Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int8 2022-09-27T15:51:32.7846185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_uint8 2022-09-27T15:51:32.7859737Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_uint8 2022-09-27T15:51:32.7905846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bfloat16 2022-09-27T15:51:32.7906674Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bfloat16 2022-09-27T15:51:32.7933929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bool 2022-09-27T15:51:32.7948468Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bool 2022-09-27T15:51:32.7976533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex128 2022-09-27T15:51:32.8005761Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex128 2022-09-27T15:51:32.8023353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex32 2022-09-27T15:51:32.8046919Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex32 2022-09-27T15:51:32.8063583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex64 2022-09-27T15:51:32.8078975Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex64 2022-09-27T15:51:32.8112413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float16 2022-09-27T15:51:32.8123848Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float16 2022-09-27T15:51:32.8158727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float32 2022-09-27T15:51:32.8164787Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float32 2022-09-27T15:51:32.8238616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float64 2022-09-27T15:51:32.8239813Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float64 2022-09-27T15:51:32.8240614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int16 2022-09-27T15:51:32.8250269Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int16 2022-09-27T15:51:32.8282028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int32 2022-09-27T15:51:32.8293405Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int32 2022-09-27T15:51:32.8311746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int64 2022-09-27T15:51:32.8323465Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int32 2022-09-27T15:51:32.8329812Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int64 2022-09-27T15:51:32.8338631Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int64 2022-09-27T15:51:32.8369983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int8 2022-09-27T15:51:32.8381553Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int8 2022-09-27T15:51:32.8414135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_uint8 2022-09-27T15:51:32.8426979Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_uint8 2022-09-27T15:51:32.8458549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:32.8471397Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:32.8504736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bool 2022-09-27T15:51:32.8513937Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bool 2022-09-27T15:51:32.8545474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex128 2022-09-27T15:51:32.8556419Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex128 2022-09-27T15:51:32.8593740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex32 2022-09-27T15:51:32.8601737Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex32 2022-09-27T15:51:32.8638402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex64 2022-09-27T15:51:32.8652564Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex64 2022-09-27T15:51:32.8678439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float16 2022-09-27T15:51:32.8690800Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float16 2022-09-27T15:51:32.8725750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float32 2022-09-27T15:51:32.8749483Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float32 2022-09-27T15:51:32.8772163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float64 2022-09-27T15:51:32.8804606Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float64 2022-09-27T15:51:32.8816157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int16 2022-09-27T15:51:32.8842981Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int16 2022-09-27T15:51:32.8859753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int32 2022-09-27T15:51:32.8887883Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int32 2022-09-27T15:51:32.8903687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int64 2022-09-27T15:51:32.8916125Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int64 2022-09-27T15:51:32.8947858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int8 2022-09-27T15:51:32.8960071Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int8 2022-09-27T15:51:32.8992715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_uint8 2022-09-27T15:51:32.9005781Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_uint8 2022-09-27T15:51:32.9037655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bfloat16 2022-09-27T15:51:32.9050372Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bfloat16 2022-09-27T15:51:32.9080995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bool 2022-09-27T15:51:32.9092384Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bool 2022-09-27T15:51:32.9123168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex128 2022-09-27T15:51:32.9134812Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex128 2022-09-27T15:51:32.9166803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex32 2022-09-27T15:51:32.9178105Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex32 2022-09-27T15:51:32.9216129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex64 2022-09-27T15:51:32.9228575Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex64 2022-09-27T15:51:32.9259586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float16 2022-09-27T15:51:32.9270442Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float16 2022-09-27T15:51:32.9301665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float32 2022-09-27T15:51:32.9313252Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float32 2022-09-27T15:51:32.9344184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float64 2022-09-27T15:51:32.9355235Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float64 2022-09-27T15:51:32.9386403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int16 2022-09-27T15:51:32.9397273Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int16 2022-09-27T15:51:32.9429615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int32 2022-09-27T15:51:32.9442370Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int32 2022-09-27T15:51:32.9472003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int64 2022-09-27T15:51:32.9486219Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int64 2022-09-27T15:51:32.9518826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int8 2022-09-27T15:51:32.9537030Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int8 2022-09-27T15:51:32.9563252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_uint8 2022-09-27T15:51:32.9578333Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_uint8 2022-09-27T15:51:32.9599843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:32.9613313Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int16 2022-09-27T15:51:32.9624177Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:32.9627579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bool 2022-09-27T15:51:32.9682579Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int32 2022-09-27T15:51:32.9683437Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bool 2022-09-27T15:51:32.9725464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex128 2022-09-27T15:51:32.9726179Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex128 2022-09-27T15:51:32.9754978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex32 2022-09-27T15:51:32.9765301Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex32 2022-09-27T15:51:32.9806635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex64 2022-09-27T15:51:32.9807691Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex64 2022-09-27T15:51:32.9844221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float16 2022-09-27T15:51:32.9859675Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float16 2022-09-27T15:51:32.9903357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float32 2022-09-27T15:51:32.9904099Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float32 2022-09-27T15:51:32.9925722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float64 2022-09-27T15:51:32.9935025Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float64 2022-09-27T15:51:32.9969384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int16 2022-09-27T15:51:32.9983645Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int16 2022-09-27T15:51:33.0024103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int32 2022-09-27T15:51:33.0024919Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int32 2022-09-27T15:51:33.0051842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int64 2022-09-27T15:51:33.0126056Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int64 2022-09-27T15:51:33.0126866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int8 2022-09-27T15:51:33.0128624Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int8 2022-09-27T15:51:33.0141211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_uint8 2022-09-27T15:51:33.0144505Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_uint8 2022-09-27T15:51:33.0182785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bfloat16 2022-09-27T15:51:33.0195476Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bfloat16 2022-09-27T15:51:33.0247163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bool 2022-09-27T15:51:33.0247863Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bool 2022-09-27T15:51:33.0302551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex128 2022-09-27T15:51:33.0303494Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex128 2022-09-27T15:51:33.0309948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex64 2022-09-27T15:51:33.0311090Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex64 2022-09-27T15:51:33.0346417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float16 2022-09-27T15:51:33.0374890Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float16 2022-09-27T15:51:33.0391400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float32 2022-09-27T15:51:33.0430184Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float32 2022-09-27T15:51:33.0430853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float64 2022-09-27T15:51:33.0435819Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float64 2022-09-27T15:51:33.0468920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int16 2022-09-27T15:51:33.0513627Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int16 2022-09-27T15:51:33.0514397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int32 2022-09-27T15:51:33.0580304Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int32 2022-09-27T15:51:33.0581002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int64 2022-09-27T15:51:33.0581675Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int64 2022-09-27T15:51:33.0605227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int8 2022-09-27T15:51:33.0613772Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int8 2022-09-27T15:51:33.0642233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_uint8 2022-09-27T15:51:33.0680397Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_uint8 2022-09-27T15:51:33.0681086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:33.0702099Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:33.0725779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bool 2022-09-27T15:51:33.0739211Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bool 2022-09-27T15:51:33.0764689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex128 2022-09-27T15:51:33.0793410Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex128 2022-09-27T15:51:33.0807717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex64 2022-09-27T15:51:33.0836129Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex64 2022-09-27T15:51:33.0871547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float16 2022-09-27T15:51:33.0872439Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float16 2022-09-27T15:51:33.0894381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float32 2022-09-27T15:51:33.0904511Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float32 2022-09-27T15:51:33.0951119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float64 2022-09-27T15:51:33.0952043Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float64 2022-09-27T15:51:33.0984847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int16 2022-09-27T15:51:33.1016078Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int16 2022-09-27T15:51:33.1027270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int32 2022-09-27T15:51:33.1053755Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int32 2022-09-27T15:51:33.1070797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int64 2022-09-27T15:51:33.1100526Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int64 2022-09-27T15:51:33.1114193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int8 2022-09-27T15:51:33.1127783Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int8 2022-09-27T15:51:33.1161030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_uint8 2022-09-27T15:51:33.1177143Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_uint8 2022-09-27T15:51:33.1199786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bfloat16 2022-09-27T15:51:33.1215041Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bfloat16 2022-09-27T15:51:33.1239739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bool 2022-09-27T15:51:33.1259783Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bool 2022-09-27T15:51:33.1293779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex128 2022-09-27T15:51:33.1294769Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex128 2022-09-27T15:51:33.1326174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex32 2022-09-27T15:51:33.1343947Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex32 2022-09-27T15:51:33.1369712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex64 2022-09-27T15:51:33.1384700Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex64 2022-09-27T15:51:33.1414281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float16 2022-09-27T15:51:33.1456765Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float16 2022-09-27T15:51:33.1457455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float32 2022-09-27T15:51:33.1468469Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float32 2022-09-27T15:51:33.1476873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float64 2022-09-27T15:51:33.1490333Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int64 2022-09-27T15:51:33.1493962Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int8 2022-09-27T15:51:33.1505094Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float64 2022-09-27T15:51:33.1543425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int16 2022-09-27T15:51:33.1618496Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int16 2022-09-27T15:51:33.1621066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int32 2022-09-27T15:51:33.1621882Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int32 2022-09-27T15:51:33.1622575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int64 2022-09-27T15:51:33.1657426Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int64 2022-09-27T15:51:33.1674504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int8 2022-09-27T15:51:33.1675230Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int8 2022-09-27T15:51:33.1699379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_uint8 2022-09-27T15:51:33.1708732Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_uint8 2022-09-27T15:51:33.1734911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:33.1745259Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:33.1785954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bool 2022-09-27T15:51:33.1793670Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bool 2022-09-27T15:51:33.1824243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex128 2022-09-27T15:51:33.1834790Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex128 2022-09-27T15:51:33.1873848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex32 2022-09-27T15:51:33.1881214Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex32 2022-09-27T15:51:33.1911745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex64 2022-09-27T15:51:33.1921879Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex64 2022-09-27T15:51:33.1955190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float16 2022-09-27T15:51:33.1962436Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float16 2022-09-27T15:51:33.1999640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float32 2022-09-27T15:51:33.2004638Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float32 2022-09-27T15:51:33.2044239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float64 2022-09-27T15:51:33.2052943Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float64 2022-09-27T15:51:33.2101232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int16 2022-09-27T15:51:33.2102260Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int16 2022-09-27T15:51:33.2135859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int32 2022-09-27T15:51:33.2176238Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int32 2022-09-27T15:51:33.2177236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int64 2022-09-27T15:51:33.2217271Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int64 2022-09-27T15:51:33.2233874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int8 2022-09-27T15:51:33.2234810Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int8 2022-09-27T15:51:33.2292966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_uint8 2022-09-27T15:51:33.2293672Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_uint8 2022-09-27T15:51:33.2312838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bfloat16 2022-09-27T15:51:33.2324145Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bfloat16 2022-09-27T15:51:33.2355462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bool 2022-09-27T15:51:33.2382215Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bool 2022-09-27T15:51:33.2417070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float16 2022-09-27T15:51:33.2417921Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float16 2022-09-27T15:51:33.2442789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float32 2022-09-27T15:51:33.2479367Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float32 2022-09-27T15:51:33.2484125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float64 2022-09-27T15:51:33.2527732Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float64 2022-09-27T15:51:33.2528462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int16 2022-09-27T15:51:33.2544091Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int16 2022-09-27T15:51:33.2568864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int32 2022-09-27T15:51:33.2584513Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int32 2022-09-27T15:51:33.2615366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int64 2022-09-27T15:51:33.2632234Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int64 2022-09-27T15:51:33.2668222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int8 2022-09-27T15:51:33.2669168Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int8 2022-09-27T15:51:33.2700264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_uint8 2022-09-27T15:51:33.2717481Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_uint8 2022-09-27T15:51:33.2740002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:33.2752310Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:33.2784848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bool 2022-09-27T15:51:33.2801594Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bool 2022-09-27T15:51:33.2825104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float16 2022-09-27T15:51:33.2842099Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float16 2022-09-27T15:51:33.2877688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float32 2022-09-27T15:51:33.2884990Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float32 2022-09-27T15:51:33.2916383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float64 2022-09-27T15:51:33.2960823Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float64 2022-09-27T15:51:33.2961474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int16 2022-09-27T15:51:33.2972704Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int16 2022-09-27T15:51:33.3008838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int32 2022-09-27T15:51:33.3016983Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int32 2022-09-27T15:51:33.3055368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int64 2022-09-27T15:51:33.3063953Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int64 2022-09-27T15:51:33.3098064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int8 2022-09-27T15:51:33.3117518Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int8 2022-09-27T15:51:33.3142410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_uint8 2022-09-27T15:51:33.3155273Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_uint8 2022-09-27T15:51:33.3186076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bfloat16 2022-09-27T15:51:33.3201559Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bfloat16 2022-09-27T15:51:33.3228572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bool 2022-09-27T15:51:33.3238828Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bool 2022-09-27T15:51:33.3267948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex128 2022-09-27T15:51:33.3278302Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex128 2022-09-27T15:51:33.3307206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex64 2022-09-27T15:51:33.3317979Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex64 2022-09-27T15:51:33.3346823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float32 2022-09-27T15:51:33.3363567Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float32 2022-09-27T15:51:33.3391610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float64 2022-09-27T15:51:33.3403262Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float64 2022-09-27T15:51:33.3491910Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int32 2022-09-27T15:51:33.3495525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int16 2022-09-27T15:51:33.3496805Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int64 2022-09-27T15:51:33.3538387Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int16 2022-09-27T15:51:33.3539079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int32 2022-09-27T15:51:33.3539742Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int32 2022-09-27T15:51:33.3540347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int64 2022-09-27T15:51:33.3548820Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int64 2022-09-27T15:51:33.3584556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int8 2022-09-27T15:51:33.3596677Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int8 2022-09-27T15:51:33.3630297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_uint8 2022-09-27T15:51:33.3648935Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_uint8 2022-09-27T15:51:33.3680497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:33.3684415Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:33.3717109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bool 2022-09-27T15:51:33.3727579Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bool 2022-09-27T15:51:33.3762541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex128 2022-09-27T15:51:33.3776476Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex128 2022-09-27T15:51:33.3802186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex64 2022-09-27T15:51:33.3812414Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex64 2022-09-27T15:51:33.3845402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float32 2022-09-27T15:51:33.3859349Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float32 2022-09-27T15:51:33.3891258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float64 2022-09-27T15:51:33.3922211Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float64 2022-09-27T15:51:33.3935485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int16 2022-09-27T15:51:33.3948939Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int16 2022-09-27T15:51:33.3984179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int32 2022-09-27T15:51:33.3995371Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int32 2022-09-27T15:51:33.4056444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int64 2022-09-27T15:51:33.4057470Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int64 2022-09-27T15:51:33.4076427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int8 2022-09-27T15:51:33.4093225Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int8 2022-09-27T15:51:33.4149565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_uint8 2022-09-27T15:51:33.4150579Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_uint8 2022-09-27T15:51:33.4163358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bfloat16 2022-09-27T15:51:33.4214056Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bfloat16 2022-09-27T15:51:33.4214938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bool 2022-09-27T15:51:33.4225864Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bool 2022-09-27T15:51:33.4260481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex128 2022-09-27T15:51:33.4339478Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex128 2022-09-27T15:51:33.4340632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex64 2022-09-27T15:51:33.4341375Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex64 2022-09-27T15:51:33.4348183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float32 2022-09-27T15:51:33.4372919Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float32 2022-09-27T15:51:33.4393540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float64 2022-09-27T15:51:33.4414974Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float64 2022-09-27T15:51:33.4439839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int16 2022-09-27T15:51:33.4444327Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int8 2022-09-27T15:51:33.4467453Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int16 2022-09-27T15:51:33.4468097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int32 2022-09-27T15:51:33.4503304Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_uint8 2022-09-27T15:51:33.4504298Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int32 2022-09-27T15:51:33.4532217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int64 2022-09-27T15:51:33.4542543Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int64 2022-09-27T15:51:33.4571971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int8 2022-09-27T15:51:33.4582091Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int8 2022-09-27T15:51:33.4591769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_uint8 2022-09-27T15:51:33.4616748Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex32 2022-09-27T15:51:33.4617326Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float64 2022-09-27T15:51:33.4628181Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_uint8 2022-09-27T15:51:33.4660120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:33.4671653Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:33.4703784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bool 2022-09-27T15:51:33.4718044Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bool 2022-09-27T15:51:33.4750213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex128 2022-09-27T15:51:33.4771390Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex128 2022-09-27T15:51:33.4797225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex64 2022-09-27T15:51:33.4806610Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex64 2022-09-27T15:51:33.4853090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float32 2022-09-27T15:51:33.4853888Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float32 2022-09-27T15:51:33.4887379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float64 2022-09-27T15:51:33.4923043Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float64 2022-09-27T15:51:33.4923871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int16 2022-09-27T15:51:33.4955549Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int16 2022-09-27T15:51:33.4966065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int32 2022-09-27T15:51:33.4980505Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int32 2022-09-27T15:51:33.5025494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int64 2022-09-27T15:51:33.5026145Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int64 2022-09-27T15:51:33.5046869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int8 2022-09-27T15:51:33.5062332Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int8 2022-09-27T15:51:33.5092787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_uint8 2022-09-27T15:51:33.5106086Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_uint8 2022-09-27T15:51:33.5141294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bfloat16 2022-09-27T15:51:33.5164167Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bfloat16 2022-09-27T15:51:33.5182829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bool 2022-09-27T15:51:33.5227846Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bool 2022-09-27T15:51:33.5228518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex128 2022-09-27T15:51:33.5250248Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex128 2022-09-27T15:51:33.5264677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex32 2022-09-27T15:51:33.5277433Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex32 2022-09-27T15:51:33.5356440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex64 2022-09-27T15:51:33.5357369Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex64 2022-09-27T15:51:33.5358256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float16 2022-09-27T15:51:33.5374896Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float16 2022-09-27T15:51:33.5398418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float32 2022-09-27T15:51:33.5404329Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float32 2022-09-27T15:51:33.5437014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float64 2022-09-27T15:51:33.5459232Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float64 2022-09-27T15:51:33.5482609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int16 2022-09-27T15:51:33.5521062Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int16 2022-09-27T15:51:33.5525510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int32 2022-09-27T15:51:33.5547526Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int32 2022-09-27T15:51:33.5571447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int64 2022-09-27T15:51:33.5607142Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int64 2022-09-27T15:51:33.5633729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int8 2022-09-27T15:51:33.5634696Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int8 2022-09-27T15:51:33.5663571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_uint8 2022-09-27T15:51:33.5668392Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_uint8 2022-09-27T15:51:33.5708610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:33.5713872Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:33.5749570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bool 2022-09-27T15:51:33.5769932Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bool 2022-09-27T15:51:33.5796425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex128 2022-09-27T15:51:33.5806366Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex128 2022-09-27T15:51:33.5841385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex32 2022-09-27T15:51:33.5860891Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex32 2022-09-27T15:51:33.5884050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex64 2022-09-27T15:51:33.5897973Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex64 2022-09-27T15:51:33.5941400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float16 2022-09-27T15:51:33.5942423Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float16 2022-09-27T15:51:33.6006058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float32 2022-09-27T15:51:33.6007337Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float32 2022-09-27T15:51:33.6016095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float64 2022-09-27T15:51:33.6038226Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float64 2022-09-27T15:51:33.6065205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int16 2022-09-27T15:51:33.6071074Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int16 2022-09-27T15:51:33.6104491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int32 2022-09-27T15:51:33.6121669Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int32 2022-09-27T15:51:33.6166948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int64 2022-09-27T15:51:33.6167994Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int64 2022-09-27T15:51:33.6197462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int8 2022-09-27T15:51:33.6204329Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int8 2022-09-27T15:51:33.6236930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_uint8 2022-09-27T15:51:33.6251569Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_uint8 2022-09-27T15:51:33.6280332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bfloat16 2022-09-27T15:51:33.6298835Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bfloat16 2022-09-27T15:51:33.6331653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bool 2022-09-27T15:51:33.6332595Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bool 2022-09-27T15:51:33.6365273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex128 2022-09-27T15:51:33.6375977Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex128 2022-09-27T15:51:33.6406328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex32 2022-09-27T15:51:33.6448477Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex32 2022-09-27T15:51:33.6519617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex64 2022-09-27T15:51:33.6520335Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex64 2022-09-27T15:51:33.6523781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float16 2022-09-27T15:51:33.6524554Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float16 2022-09-27T15:51:33.6525470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float32 2022-09-27T15:51:33.6548473Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float32 2022-09-27T15:51:33.6575044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float64 2022-09-27T15:51:33.6588005Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float64 2022-09-27T15:51:33.6631226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int16 2022-09-27T15:51:33.6650154Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int16 2022-09-27T15:51:33.6680594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int32 2022-09-27T15:51:33.6681569Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int32 2022-09-27T15:51:33.6716773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int64 2022-09-27T15:51:33.6739117Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int64 2022-09-27T15:51:33.6759342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int8 2022-09-27T15:51:33.6778309Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int8 2022-09-27T15:51:33.6808229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_uint8 2022-09-27T15:51:33.6827235Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_uint8 2022-09-27T15:51:33.6850507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:33.6874738Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:33.6902071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bool 2022-09-27T15:51:33.6928148Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bool 2022-09-27T15:51:33.6974970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex128 2022-09-27T15:51:33.6975773Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex128 2022-09-27T15:51:33.6992618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex32 2022-09-27T15:51:33.7007717Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex32 2022-09-27T15:51:33.7053785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex64 2022-09-27T15:51:33.7054667Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex64 2022-09-27T15:51:33.7090102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float16 2022-09-27T15:51:33.7099567Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float16 2022-09-27T15:51:33.7132825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float32 2022-09-27T15:51:33.7158797Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float32 2022-09-27T15:51:33.7176294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float64 2022-09-27T15:51:33.7216306Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float64 2022-09-27T15:51:33.7217002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int16 2022-09-27T15:51:33.7264846Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int16 2022-09-27T15:51:33.7265630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int32 2022-09-27T15:51:33.7310526Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int32 2022-09-27T15:51:33.7311467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int64 2022-09-27T15:51:33.7336526Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int64 2022-09-27T15:51:33.7352575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int8 2022-09-27T15:51:33.7363516Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int8 2022-09-27T15:51:33.7441821Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_uint8 2022-09-27T15:51:33.7442539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_uint8 2022-09-27T15:51:33.7443263Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bfloat16 2022-09-27T15:51:33.7443968Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_uint8 2022-09-27T15:51:33.7445125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bfloat16 2022-09-27T15:51:33.7458180Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bfloat16 2022-09-27T15:51:33.7503630Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bfloat16 2022-09-27T15:51:33.7504256Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bool 2022-09-27T15:51:33.7505018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bool 2022-09-27T15:51:33.7505641Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bool 2022-09-27T15:51:33.7588021Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bool 2022-09-27T15:51:33.7589482Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex128 2022-09-27T15:51:33.7590157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float32 2022-09-27T15:51:33.7590805Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float32 2022-09-27T15:51:33.7591542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float64 2022-09-27T15:51:33.7594877Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex128 2022-09-27T15:51:33.7611598Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex64 2022-09-27T15:51:33.7627790Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float64 2022-09-27T15:51:33.7657968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int16 2022-09-27T15:51:33.7667906Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex64 2022-09-27T15:51:33.7720579Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int16 2022-09-27T15:51:33.7721325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int32 2022-09-27T15:51:33.7721893Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float16 2022-09-27T15:51:33.7722534Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int32 2022-09-27T15:51:33.7739674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int64 2022-09-27T15:51:33.7793725Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float16 2022-09-27T15:51:33.7794321Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float32 2022-09-27T15:51:33.7794959Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int64 2022-09-27T15:51:33.7919742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int8 2022-09-27T15:51:33.7930344Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int64 2022-09-27T15:51:33.7932942Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int8 2022-09-27T15:51:33.7943119Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int8 2022-09-27T15:51:33.7945867Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float32 2022-09-27T15:51:33.7949361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_uint8 2022-09-27T15:51:33.7952456Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float64 2022-09-27T15:51:33.7956906Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_uint8 2022-09-27T15:51:33.7959914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:33.7964280Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float64 2022-09-27T15:51:33.7966461Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int16 2022-09-27T15:51:33.7970064Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:33.7972092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bool 2022-09-27T15:51:33.7975520Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int16 2022-09-27T15:51:33.8092007Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bool 2022-09-27T15:51:33.8093036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float32 2022-09-27T15:51:33.8093629Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int32 2022-09-27T15:51:33.8094453Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float32 2022-09-27T15:51:33.8095143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float64 2022-09-27T15:51:33.8095657Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int32 2022-09-27T15:51:33.8097171Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int64 2022-09-27T15:51:33.8111098Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float64 2022-09-27T15:51:33.8113346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int16 2022-09-27T15:51:33.8115683Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int16 2022-09-27T15:51:33.8134401Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int64 2022-09-27T15:51:33.8135097Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int8 2022-09-27T15:51:33.8160311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int32 2022-09-27T15:51:33.8175352Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int32 2022-09-27T15:51:33.8206378Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int8 2022-09-27T15:51:33.8207006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int64 2022-09-27T15:51:33.8207577Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_uint8 2022-09-27T15:51:33.8239057Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int64 2022-09-27T15:51:33.8239826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int8 2022-09-27T15:51:33.8247432Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_uint8 2022-09-27T15:51:33.8297008Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int8 2022-09-27T15:51:33.8297838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_uint8 2022-09-27T15:51:33.8298440Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bfloat16 2022-09-27T15:51:33.8333889Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_uint8 2022-09-27T15:51:33.8337760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_bfloat16 2022-09-27T15:51:33.8381881Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_bfloat16 2022-09-27T15:51:33.8382702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float16 2022-09-27T15:51:33.8383598Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bfloat16 2022-09-27T15:51:33.8384197Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bool 2022-09-27T15:51:33.8405566Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float16 2022-09-27T15:51:33.8429275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float32 2022-09-27T15:51:33.8436109Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float32 2022-09-27T15:51:33.8461523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float64 2022-09-27T15:51:33.8472898Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bool 2022-09-27T15:51:33.8495035Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float64 2022-09-27T15:51:33.8495686Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex128 2022-09-27T15:51:33.8523419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int16 2022-09-27T15:51:33.8553166Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int16 2022-09-27T15:51:33.8569303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int32 2022-09-27T15:51:33.8596976Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int32 2022-09-27T15:51:33.8598285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int64 2022-09-27T15:51:33.8604210Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex128 2022-09-27T15:51:33.8609076Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex64 2022-09-27T15:51:33.8647500Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int64 2022-09-27T15:51:33.8656298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int8 2022-09-27T15:51:33.8668352Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int8 2022-09-27T15:51:33.8696971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_uint8 2022-09-27T15:51:33.8742867Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_uint8 2022-09-27T15:51:33.8743687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:33.8744375Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex64 2022-09-27T15:51:33.8744952Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float16 2022-09-27T15:51:33.8758908Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:33.8785787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float16 2022-09-27T15:51:33.8798039Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float16 2022-09-27T15:51:33.8825247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float32 2022-09-27T15:51:33.8834495Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float32 2022-09-27T15:51:33.8863225Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float16 2022-09-27T15:51:33.8864070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float64 2022-09-27T15:51:33.8912543Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float32 2022-09-27T15:51:33.8913345Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float64 2022-09-27T15:51:33.8985269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int16 2022-09-27T15:51:33.8986262Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int16 2022-09-27T15:51:33.8987041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int32 2022-09-27T15:51:33.8987727Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float32 2022-09-27T15:51:33.8988330Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float64 2022-09-27T15:51:33.8988981Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int32 2022-09-27T15:51:33.9016259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int64 2022-09-27T15:51:33.9042315Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int64 2022-09-27T15:51:33.9060635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int8 2022-09-27T15:51:33.9117690Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float64 2022-09-27T15:51:33.9118525Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int8 2022-09-27T15:51:33.9119230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_uint8 2022-09-27T15:51:33.9119783Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int16 2022-09-27T15:51:33.9159975Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_uint8 2022-09-27T15:51:33.9160814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bfloat16 2022-09-27T15:51:33.9171792Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bfloat16 2022-09-27T15:51:33.9193046Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int16 2022-09-27T15:51:33.9193855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bool 2022-09-27T15:51:33.9213894Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int32 2022-09-27T15:51:33.9224448Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bool 2022-09-27T15:51:33.9243416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex128 2022-09-27T15:51:33.9256153Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex128 2022-09-27T15:51:33.9263703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex64 2022-09-27T15:51:33.9278020Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int32 2022-09-27T15:51:33.9291404Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex64 2022-09-27T15:51:33.9292297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float16 2022-09-27T15:51:33.9319822Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int64 2022-09-27T15:51:33.9338060Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float16 2022-09-27T15:51:33.9364535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float32 2022-09-27T15:51:33.9376004Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float32 2022-09-27T15:51:33.9389353Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int64 2022-09-27T15:51:33.9390188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float64 2022-09-27T15:51:33.9421064Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int8 2022-09-27T15:51:33.9432235Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float64 2022-09-27T15:51:33.9467261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int16 2022-09-27T15:51:33.9476322Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int16 2022-09-27T15:51:33.9488778Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int8 2022-09-27T15:51:33.9489574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int32 2022-09-27T15:51:33.9517773Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_uint8 2022-09-27T15:51:33.9528657Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int32 2022-09-27T15:51:33.9565409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int64 2022-09-27T15:51:33.9569205Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int64 2022-09-27T15:51:33.9584027Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_uint8 2022-09-27T15:51:33.9584831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int8 2022-09-27T15:51:33.9614660Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bfloat16 2022-09-27T15:51:33.9625515Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int8 2022-09-27T15:51:33.9657221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_uint8 2022-09-27T15:51:33.9670609Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_uint8 2022-09-27T15:51:33.9675702Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float64 2022-09-27T15:51:33.9750972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:33.9752290Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int8 2022-09-27T15:51:33.9753897Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:33.9793339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bool 2022-09-27T15:51:33.9794213Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bool 2022-09-27T15:51:33.9796287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex128 2022-09-27T15:51:33.9822960Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex128 2022-09-27T15:51:33.9823980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex64 2022-09-27T15:51:33.9839240Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex64 2022-09-27T15:51:33.9893380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float16 2022-09-27T15:51:33.9894229Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float16 2022-09-27T15:51:33.9913726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float32 2022-09-27T15:51:33.9927878Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float32 2022-09-27T15:51:34.0036276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float64 2022-09-27T15:51:34.0037235Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float64 2022-09-27T15:51:34.0038041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int16 2022-09-27T15:51:34.0038989Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int16 2022-09-27T15:51:34.0039827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int32 2022-09-27T15:51:34.0080541Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int32 2022-09-27T15:51:34.0103674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int64 2022-09-27T15:51:34.0104621Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int64 2022-09-27T15:51:34.0155569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int8 2022-09-27T15:51:34.0156293Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int8 2022-09-27T15:51:34.0165903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_uint8 2022-09-27T15:51:34.0198353Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_uint8 2022-09-27T15:51:34.0224906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_bfloat16 2022-09-27T15:51:34.0225728Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_bfloat16 2022-09-27T15:51:34.0256053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float16 2022-09-27T15:51:34.0270409Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float16 2022-09-27T15:51:34.0301362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float32 2022-09-27T15:51:34.0322427Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float32 2022-09-27T15:51:34.0346114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float64 2022-09-27T15:51:34.0371855Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float64 2022-09-27T15:51:34.0389374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int16 2022-09-27T15:51:34.0426551Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int16 2022-09-27T15:51:34.0461342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int32 2022-09-27T15:51:34.0462212Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int32 2022-09-27T15:51:34.0479136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int64 2022-09-27T15:51:34.0495739Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int64 2022-09-27T15:51:34.0522121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int8 2022-09-27T15:51:34.0542153Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int8 2022-09-27T15:51:34.0564760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_uint8 2022-09-27T15:51:34.0584047Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_uint8 2022-09-27T15:51:34.0611560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:34.0656553Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:34.0657388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float16 2022-09-27T15:51:34.0661346Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float16 2022-09-27T15:51:34.0696674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float32 2022-09-27T15:51:34.0715747Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float32 2022-09-27T15:51:34.0744527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float64 2022-09-27T15:51:34.0750973Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float64 2022-09-27T15:51:34.0783931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int16 2022-09-27T15:51:34.0795460Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int16 2022-09-27T15:51:34.0828613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int32 2022-09-27T15:51:34.0851424Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int32 2022-09-27T15:51:34.0874952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int64 2022-09-27T15:51:34.0878206Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int64 2022-09-27T15:51:34.0911476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int8 2022-09-27T15:51:34.0957061Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int8 2022-09-27T15:51:34.0957949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_uint8 2022-09-27T15:51:34.0997546Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_uint8 2022-09-27T15:51:34.0998494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bfloat16 2022-09-27T15:51:34.1008348Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bfloat16 2022-09-27T15:51:34.1041083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bool 2022-09-27T15:51:34.1051908Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bool 2022-09-27T15:51:34.1079359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex128 2022-09-27T15:51:34.1100288Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex128 2022-09-27T15:51:34.1124824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex32 2022-09-27T15:51:34.1168554Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex32 2022-09-27T15:51:34.1169253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex64 2022-09-27T15:51:34.1209566Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex64 2022-09-27T15:51:34.1210265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float16 2022-09-27T15:51:34.1226808Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float16 2022-09-27T15:51:34.1273594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float32 2022-09-27T15:51:34.1274298Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float32 2022-09-27T15:51:34.1292953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float64 2022-09-27T15:51:34.1302332Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float64 2022-09-27T15:51:34.1333601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int16 2022-09-27T15:51:34.1375129Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int16 2022-09-27T15:51:34.1375847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int32 2022-09-27T15:51:34.1383771Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int32 2022-09-27T15:51:34.1416151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int64 2022-09-27T15:51:34.1435967Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int64 2022-09-27T15:51:34.1457944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int8 2022-09-27T15:51:34.1477834Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int8 2022-09-27T15:51:34.1503081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_uint8 2022-09-27T15:51:34.1513922Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_uint8 2022-09-27T15:51:34.1557464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:34.1567074Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:34.1571564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bool 2022-09-27T15:51:34.1589404Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int8 2022-09-27T15:51:34.1589962Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_uint8 2022-09-27T15:51:34.1600088Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bool 2022-09-27T15:51:34.1632588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex128 2022-09-27T15:51:34.1676301Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex128 2022-09-27T15:51:34.1688182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex32 2022-09-27T15:51:34.1688861Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex32 2022-09-27T15:51:34.1714186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex64 2022-09-27T15:51:34.1770258Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex64 2022-09-27T15:51:34.1770962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float16 2022-09-27T15:51:34.1771643Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float16 2022-09-27T15:51:34.1817472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float32 2022-09-27T15:51:34.1818274Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float32 2022-09-27T15:51:34.1840226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float64 2022-09-27T15:51:34.1871950Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float64 2022-09-27T15:51:34.1884112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int16 2022-09-27T15:51:34.1915247Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int16 2022-09-27T15:51:34.1929164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int32 2022-09-27T15:51:34.1948074Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int32 2022-09-27T15:51:34.1987361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int64 2022-09-27T15:51:34.1988164Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int64 2022-09-27T15:51:34.2017450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int8 2022-09-27T15:51:34.2033988Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int8 2022-09-27T15:51:34.2060533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_uint8 2022-09-27T15:51:34.2068587Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_uint8 2022-09-27T15:51:34.2100327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bfloat16 2022-09-27T15:51:34.2108788Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bfloat16 2022-09-27T15:51:34.2144851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bool 2022-09-27T15:51:34.2152064Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bool 2022-09-27T15:51:34.2184305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex128 2022-09-27T15:51:34.2196507Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex128 2022-09-27T15:51:34.2231636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex32 2022-09-27T15:51:34.2243932Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex32 2022-09-27T15:51:34.2267803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex64 2022-09-27T15:51:34.2279935Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex64 2022-09-27T15:51:34.2310742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float16 2022-09-27T15:51:34.2328897Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float16 2022-09-27T15:51:34.2352372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float32 2022-09-27T15:51:34.2372994Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float32 2022-09-27T15:51:34.2397625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float64 2022-09-27T15:51:34.2421964Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float64 2022-09-27T15:51:34.2446532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int16 2022-09-27T15:51:34.2449770Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int16 2022-09-27T15:51:34.2482000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int32 2022-09-27T15:51:34.2500267Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int32 2022-09-27T15:51:34.2570307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int64 2022-09-27T15:51:34.2612867Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int64 2022-09-27T15:51:34.2613510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int8 2022-09-27T15:51:34.2614183Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int8 2022-09-27T15:51:34.2614845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_uint8 2022-09-27T15:51:34.2618814Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_uint8 2022-09-27T15:51:34.2652442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:34.2682130Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:34.2682870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bool 2022-09-27T15:51:34.2683445Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int8 2022-09-27T15:51:34.2696249Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float32 2022-09-27T15:51:34.2730410Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bool 2022-09-27T15:51:34.2740444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex128 2022-09-27T15:51:34.2748588Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex128 2022-09-27T15:51:34.2779582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex32 2022-09-27T15:51:34.2809476Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex32 2022-09-27T15:51:34.2826344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex64 2022-09-27T15:51:34.2836671Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex64 2022-09-27T15:51:34.2876954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float16 2022-09-27T15:51:34.2897833Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float16 2022-09-27T15:51:34.2919057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float32 2022-09-27T15:51:34.2940703Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float32 2022-09-27T15:51:34.2960855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float64 2022-09-27T15:51:34.2985681Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float64 2022-09-27T15:51:34.3009873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int16 2022-09-27T15:51:34.3024090Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int16 2022-09-27T15:51:34.3050221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int32 2022-09-27T15:51:34.3064738Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int32 2022-09-27T15:51:34.3097965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int64 2022-09-27T15:51:34.3109215Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int64 2022-09-27T15:51:34.3139181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int8 2022-09-27T15:51:34.3188114Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int8 2022-09-27T15:51:34.3188925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_uint8 2022-09-27T15:51:34.3196707Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_uint8 2022-09-27T15:51:34.3218085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bfloat16 2022-09-27T15:51:34.3228835Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bfloat16 2022-09-27T15:51:34.3263794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bool 2022-09-27T15:51:34.3264336Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bool 2022-09-27T15:51:34.3278879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex128 2022-09-27T15:51:34.3292649Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex128 2022-09-27T15:51:34.3325117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex32 2022-09-27T15:51:34.3325897Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex32 2022-09-27T15:51:34.3338464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex64 2022-09-27T15:51:34.3348687Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex64 2022-09-27T15:51:34.3372421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float16 2022-09-27T15:51:34.3420758Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float16 2022-09-27T15:51:34.3422852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float32 2022-09-27T15:51:34.3423518Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float32 2022-09-27T15:51:34.3435357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float64 2022-09-27T15:51:34.3448826Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float64 2022-09-27T15:51:34.3460011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int16 2022-09-27T15:51:34.3474758Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int16 2022-09-27T15:51:34.3494193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int32 2022-09-27T15:51:34.3509478Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int32 2022-09-27T15:51:34.3519340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int64 2022-09-27T15:51:34.3550994Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int64 2022-09-27T15:51:34.3551865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int8 2022-09-27T15:51:34.3556621Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bfloat16 2022-09-27T15:51:34.3675220Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int8 2022-09-27T15:51:34.3702654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_uint8 2022-09-27T15:51:34.3703516Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bool 2022-09-27T15:51:34.3706625Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_uint8 2022-09-27T15:51:34.3731574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:34.3758854Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:34.3759688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bool 2022-09-27T15:51:34.3764407Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bool 2022-09-27T15:51:34.3765241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex128 2022-09-27T15:51:34.3766075Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex128 2022-09-27T15:51:34.3769811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex32 2022-09-27T15:51:34.3770529Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex32 2022-09-27T15:51:34.3771210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex64 2022-09-27T15:51:34.3772160Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex64 2022-09-27T15:51:34.3772872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float16 2022-09-27T15:51:34.3773572Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float16 2022-09-27T15:51:34.3820457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float32 2022-09-27T15:51:34.3821089Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float32 2022-09-27T15:51:34.3821729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float64 2022-09-27T15:51:34.3941153Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float64 2022-09-27T15:51:34.3941719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int16 2022-09-27T15:51:34.3942263Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int16 2022-09-27T15:51:34.3942921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int32 2022-09-27T15:51:34.3943491Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int32 2022-09-27T15:51:34.3944120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int64 2022-09-27T15:51:34.3944697Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int64 2022-09-27T15:51:34.3945258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int8 2022-09-27T15:51:34.4111907Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int8 2022-09-27T15:51:34.4112788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_uint8 2022-09-27T15:51:34.4113596Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_uint8 2022-09-27T15:51:34.4114369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bfloat16 2022-09-27T15:51:34.4115099Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bfloat16 2022-09-27T15:51:34.4115856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bool 2022-09-27T15:51:34.4116625Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bool 2022-09-27T15:51:34.4117437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex128 2022-09-27T15:51:34.4118299Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex128 2022-09-27T15:51:34.4147718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex32 2022-09-27T15:51:34.4148599Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex32 2022-09-27T15:51:34.4149450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex64 2022-09-27T15:51:34.4150188Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex64 2022-09-27T15:51:34.4166158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float16 2022-09-27T15:51:34.4176861Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float16 2022-09-27T15:51:34.4197041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float32 2022-09-27T15:51:34.4205114Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float32 2022-09-27T15:51:34.4224371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float64 2022-09-27T15:51:34.4259938Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float64 2022-09-27T15:51:34.4276261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int16 2022-09-27T15:51:34.4277398Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int16 2022-09-27T15:51:34.4288993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int32 2022-09-27T15:51:34.4308912Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int32 2022-09-27T15:51:34.4327544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int64 2022-09-27T15:51:34.4361218Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int64 2022-09-27T15:51:34.4362321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int8 2022-09-27T15:51:34.4365385Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int8 2022-09-27T15:51:34.4386178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_uint8 2022-09-27T15:51:34.4420322Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_uint8 2022-09-27T15:51:34.4421575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:34.4445862Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:34.4460546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bool 2022-09-27T15:51:34.4463881Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bool 2022-09-27T15:51:34.4485496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex128 2022-09-27T15:51:34.4499278Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex128 2022-09-27T15:51:34.4530236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex32 2022-09-27T15:51:34.4531215Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex32 2022-09-27T15:51:34.4555328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex64 2022-09-27T15:51:34.4561339Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex64 2022-09-27T15:51:34.4596149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float16 2022-09-27T15:51:34.4613601Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float16 2022-09-27T15:51:34.4626871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float32 2022-09-27T15:51:34.4635190Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float32 2022-09-27T15:51:34.4661972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float64 2022-09-27T15:51:34.4689542Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float64 2022-09-27T15:51:34.4690207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int16 2022-09-27T15:51:34.4705881Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int16 2022-09-27T15:51:34.4727375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int32 2022-09-27T15:51:34.4735615Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int32 2022-09-27T15:51:34.4752263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int64 2022-09-27T15:51:34.4780405Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int64 2022-09-27T15:51:34.4781521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int8 2022-09-27T15:51:34.4793674Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int8 2022-09-27T15:51:34.4817801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_uint8 2022-09-27T15:51:34.4839508Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_uint8 2022-09-27T15:51:34.4857897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bfloat16 2022-09-27T15:51:34.4878182Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bfloat16 2022-09-27T15:51:34.4903380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bool 2022-09-27T15:51:34.4911037Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bool 2022-09-27T15:51:34.4946068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex128 2022-09-27T15:51:34.4956487Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex128 2022-09-27T15:51:34.4993779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex32 2022-09-27T15:51:34.5013645Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex32 2022-09-27T15:51:34.5037791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex64 2022-09-27T15:51:34.5059566Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex64 2022-09-27T15:51:34.5090881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float16 2022-09-27T15:51:34.5113103Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float16 2022-09-27T15:51:34.5139329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float32 2022-09-27T15:51:34.5221165Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float32 2022-09-27T15:51:34.5222225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float64 2022-09-27T15:51:34.5223013Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float64 2022-09-27T15:51:34.5223782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int16 2022-09-27T15:51:34.5234691Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int16 2022-09-27T15:51:34.5271647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int32 2022-09-27T15:51:34.5292994Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int32 2022-09-27T15:51:34.5320803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int64 2022-09-27T15:51:34.5341056Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int64 2022-09-27T15:51:34.5386188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int8 2022-09-27T15:51:34.5387244Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int8 2022-09-27T15:51:34.5427216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_uint8 2022-09-27T15:51:34.5447635Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_uint8 2022-09-27T15:51:34.5468654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:34.5482469Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:34.5512817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bool 2022-09-27T15:51:34.5527796Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bool 2022-09-27T15:51:34.5563118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex128 2022-09-27T15:51:34.5593757Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex128 2022-09-27T15:51:34.5607547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex32 2022-09-27T15:51:34.5666670Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex32 2022-09-27T15:51:34.5667671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex64 2022-09-27T15:51:34.5668344Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_uint8 2022-09-27T15:51:34.5668934Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bfloat16 2022-09-27T15:51:34.5669574Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex64 2022-09-27T15:51:34.5707111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float16 2022-09-27T15:51:34.5753426Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float16 2022-09-27T15:51:34.5754218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float32 2022-09-27T15:51:34.5767152Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float32 2022-09-27T15:51:34.5821787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float64 2022-09-27T15:51:34.5822723Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float64 2022-09-27T15:51:34.5847750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int16 2022-09-27T15:51:34.5848696Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int16 2022-09-27T15:51:34.5891443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int32 2022-09-27T15:51:34.5966107Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int32 2022-09-27T15:51:34.5966830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int64 2022-09-27T15:51:34.5967531Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int64 2022-09-27T15:51:34.5974353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int8 2022-09-27T15:51:34.6021590Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int8 2022-09-27T15:51:34.6025160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_uint8 2022-09-27T15:51:34.6028612Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_uint8 2022-09-27T15:51:34.6089177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bfloat16 2022-09-27T15:51:34.6089992Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bfloat16 2022-09-27T15:51:34.6103116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bool 2022-09-27T15:51:34.6115213Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bool 2022-09-27T15:51:34.6149172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float32 2022-09-27T15:51:34.6163678Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float32 2022-09-27T15:51:34.6205943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float64 2022-09-27T15:51:34.6210891Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float64 2022-09-27T15:51:34.6245195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int16 2022-09-27T15:51:34.6262691Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int16 2022-09-27T15:51:34.6287387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int32 2022-09-27T15:51:34.6295173Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int32 2022-09-27T15:51:34.6319549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int64 2022-09-27T15:51:34.6334085Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bfloat16 2022-09-27T15:51:34.6345166Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int64 2022-09-27T15:51:34.6346122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int8 2022-09-27T15:51:34.6359727Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bool 2022-09-27T15:51:34.6373558Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float32 2022-09-27T15:51:34.6381601Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int8 2022-09-27T15:51:34.6424058Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int64 2022-09-27T15:51:34.6425477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_uint8 2022-09-27T15:51:34.6452207Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_uint8 2022-09-27T15:51:34.6465209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:34.6633117Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:34.6634043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bool 2022-09-27T15:51:34.6634753Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bool 2022-09-27T15:51:34.6635521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float32 2022-09-27T15:51:34.6636163Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float32 2022-09-27T15:51:34.6636814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float64 2022-09-27T15:51:34.6637501Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float64 2022-09-27T15:51:34.6662246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int16 2022-09-27T15:51:34.6663185Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int16 2022-09-27T15:51:34.6693824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int32 2022-09-27T15:51:34.6736701Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int32 2022-09-27T15:51:34.6737423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int64 2022-09-27T15:51:34.6753091Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int64 2022-09-27T15:51:34.6812781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int8 2022-09-27T15:51:34.6814148Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int8 2022-09-27T15:51:34.6864367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_uint8 2022-09-27T15:51:34.6865105Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_uint8 2022-09-27T15:51:34.6869022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bfloat16 2022-09-27T15:51:34.6887887Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bfloat16 2022-09-27T15:51:34.6915430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bool 2022-09-27T15:51:34.6924807Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bool 2022-09-27T15:51:34.6951500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float32 2022-09-27T15:51:34.6960967Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bool 2022-09-27T15:51:34.6981066Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float32 2022-09-27T15:51:34.6981848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float64 2022-09-27T15:51:34.7004271Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex128 2022-09-27T15:51:34.7023896Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float64 2022-09-27T15:51:34.7049034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int16 2022-09-27T15:51:34.7065505Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int16 2022-09-27T15:51:34.7092868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int32 2022-09-27T15:51:34.7117169Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int32 2022-09-27T15:51:34.7137034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int64 2022-09-27T15:51:34.7161178Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int64 2022-09-27T15:51:34.7183660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int8 2022-09-27T15:51:34.7209390Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int8 2022-09-27T15:51:34.7255535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_uint8 2022-09-27T15:51:34.7256352Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_uint8 2022-09-27T15:51:34.7278090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:34.7321386Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:34.7325007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bool 2022-09-27T15:51:34.7325884Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bool 2022-09-27T15:51:34.7362717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float32 2022-09-27T15:51:34.7369573Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float32 2022-09-27T15:51:34.7402305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float64 2022-09-27T15:51:34.7435121Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float64 2022-09-27T15:51:34.7449625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int16 2022-09-27T15:51:34.7475194Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int16 2022-09-27T15:51:34.7491165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int32 2022-09-27T15:51:34.7500053Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int32 2022-09-27T15:51:34.7531055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int64 2022-09-27T15:51:34.7542034Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int64 2022-09-27T15:51:34.7573611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int8 2022-09-27T15:51:34.7587184Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int8 2022-09-27T15:51:34.7618490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_uint8 2022-09-27T15:51:34.7629496Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_uint8 2022-09-27T15:51:34.7647940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bfloat16 2022-09-27T15:51:34.7660009Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex128 2022-09-27T15:51:34.7666321Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex64 2022-09-27T15:51:34.7674759Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bfloat16 2022-09-27T15:51:34.7708112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bool 2022-09-27T15:51:34.7735233Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bool 2022-09-27T15:51:34.7750459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float32 2022-09-27T15:51:34.7783420Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float32 2022-09-27T15:51:34.7796649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float64 2022-09-27T15:51:34.7807237Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float64 2022-09-27T15:51:34.7839554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int16 2022-09-27T15:51:34.7851231Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int16 2022-09-27T15:51:34.7880906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int32 2022-09-27T15:51:34.7901095Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int32 2022-09-27T15:51:34.7927791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int64 2022-09-27T15:51:34.7952667Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int64 2022-09-27T15:51:34.7973472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int8 2022-09-27T15:51:34.7982610Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int8 2022-09-27T15:51:34.8016365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_uint8 2022-09-27T15:51:34.8031662Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_uint8 2022-09-27T15:51:34.8060466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:34.8073826Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:34.8109612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bool 2022-09-27T15:51:34.8123455Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bool 2022-09-27T15:51:34.8158637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float32 2022-09-27T15:51:34.8171747Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float32 2022-09-27T15:51:34.8203148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float64 2022-09-27T15:51:34.8216072Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float64 2022-09-27T15:51:34.8229447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int16 2022-09-27T15:51:34.8302424Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bool 2022-09-27T15:51:34.8342609Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float32 2022-09-27T15:51:34.8343572Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int16 2022-09-27T15:51:34.8344259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int32 2022-09-27T15:51:34.8345071Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int32 2022-09-27T15:51:34.8345739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int64 2022-09-27T15:51:34.8385792Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex64 2022-09-27T15:51:34.8386630Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float16 2022-09-27T15:51:34.8387417Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int64 2022-09-27T15:51:34.8401394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int8 2022-09-27T15:51:34.8413368Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int8 2022-09-27T15:51:34.8446916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_uint8 2022-09-27T15:51:34.8493459Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_uint8 2022-09-27T15:51:34.8509419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bfloat16 2022-09-27T15:51:34.8510075Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bfloat16 2022-09-27T15:51:34.8535851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bool 2022-09-27T15:51:34.8548508Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bool 2022-09-27T15:51:34.8619836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float16 2022-09-27T15:51:34.8620560Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float16 2022-09-27T15:51:34.8621185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float32 2022-09-27T15:51:34.8646063Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float32 2022-09-27T15:51:34.8665592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float64 2022-09-27T15:51:34.8676271Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float64 2022-09-27T15:51:34.8711961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int16 2022-09-27T15:51:34.8734992Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int16 2022-09-27T15:51:34.8755993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int32 2022-09-27T15:51:34.8766988Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int32 2022-09-27T15:51:34.8797398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int64 2022-09-27T15:51:34.8817027Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int64 2022-09-27T15:51:34.8843952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int8 2022-09-27T15:51:34.8872478Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int8 2022-09-27T15:51:34.8891807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_uint8 2022-09-27T15:51:34.8900885Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_uint8 2022-09-27T15:51:34.8938567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:34.8947226Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:34.8984573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bool 2022-09-27T15:51:34.8993617Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bool 2022-09-27T15:51:34.9007398Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float16 2022-09-27T15:51:34.9008143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float16 2022-09-27T15:51:34.9041422Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float32 2022-09-27T15:51:34.9052605Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float16 2022-09-27T15:51:34.9084257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float32 2022-09-27T15:51:34.9095946Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float32 2022-09-27T15:51:34.9126831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float64 2022-09-27T15:51:34.9137907Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float64 2022-09-27T15:51:34.9169353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int16 2022-09-27T15:51:34.9180638Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int16 2022-09-27T15:51:34.9284147Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int64 2022-09-27T15:51:34.9285133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int32 2022-09-27T15:51:34.9285736Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bool 2022-09-27T15:51:34.9286321Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int32 2022-09-27T15:51:34.9286946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int64 2022-09-27T15:51:34.9287552Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int64 2022-09-27T15:51:34.9324559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int8 2022-09-27T15:51:34.9412010Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int8 2022-09-27T15:51:34.9459666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_uint8 2022-09-27T15:51:34.9460724Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_uint8 2022-09-27T15:51:34.9461421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bfloat16 2022-09-27T15:51:34.9462058Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bfloat16 2022-09-27T15:51:34.9463705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bool 2022-09-27T15:51:34.9470985Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bool 2022-09-27T15:51:34.9511064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex128 2022-09-27T15:51:34.9525422Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex128 2022-09-27T15:51:34.9548707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex64 2022-09-27T15:51:34.9562794Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex64 2022-09-27T15:51:34.9596845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float32 2022-09-27T15:51:34.9611062Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float32 2022-09-27T15:51:34.9626274Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float32 2022-09-27T15:51:34.9627042Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float64 2022-09-27T15:51:34.9654815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float64 2022-09-27T15:51:34.9672240Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float64 2022-09-27T15:51:34.9700039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int16 2022-09-27T15:51:34.9716029Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int16 2022-09-27T15:51:34.9744080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int32 2022-09-27T15:51:34.9753747Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int32 2022-09-27T15:51:34.9785734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int64 2022-09-27T15:51:34.9797326Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int64 2022-09-27T15:51:34.9832826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int8 2022-09-27T15:51:34.9842956Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int8 2022-09-27T15:51:34.9890833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_uint8 2022-09-27T15:51:34.9891814Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_uint8 2022-09-27T15:51:34.9918286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:34.9951101Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:34.9969854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bool 2022-09-27T15:51:34.9985626Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bool 2022-09-27T15:51:35.0014753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex128 2022-09-27T15:51:35.0028652Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex128 2022-09-27T15:51:35.0058225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex64 2022-09-27T15:51:35.0071779Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex64 2022-09-27T15:51:35.0106570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float32 2022-09-27T15:51:35.0121026Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float32 2022-09-27T15:51:35.0155911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float64 2022-09-27T15:51:35.0167213Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float64 2022-09-27T15:51:35.0199738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int16 2022-09-27T15:51:35.0212912Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int16 2022-09-27T15:51:35.0246188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int32 2022-09-27T15:51:35.0259446Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int32 2022-09-27T15:51:35.0263953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int64 2022-09-27T15:51:35.0274675Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float64 2022-09-27T15:51:35.0290189Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int16 2022-09-27T15:51:35.0301640Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int64 2022-09-27T15:51:35.0334808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int8 2022-09-27T15:51:35.0345745Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int8 2022-09-27T15:51:35.0379054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_uint8 2022-09-27T15:51:35.0388010Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_uint8 2022-09-27T15:51:35.0426507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bfloat16 2022-09-27T15:51:35.0435972Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bfloat16 2022-09-27T15:51:35.0468496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bool 2022-09-27T15:51:35.0478210Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bool 2022-09-27T15:51:35.0509626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex128 2022-09-27T15:51:35.0521128Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex128 2022-09-27T15:51:35.0553376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex64 2022-09-27T15:51:35.0566375Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex64 2022-09-27T15:51:35.0599280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float16 2022-09-27T15:51:35.0612477Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float16 2022-09-27T15:51:35.0647409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float32 2022-09-27T15:51:35.0660769Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float32 2022-09-27T15:51:35.0695950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float64 2022-09-27T15:51:35.0714953Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float64 2022-09-27T15:51:35.0742402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int16 2022-09-27T15:51:35.0758290Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int16 2022-09-27T15:51:35.0786306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int32 2022-09-27T15:51:35.0796747Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int32 2022-09-27T15:51:35.0829997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int64 2022-09-27T15:51:35.0847969Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int64 2022-09-27T15:51:35.0858308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int8 2022-09-27T15:51:35.0868977Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int16 2022-09-27T15:51:35.0882197Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int32 2022-09-27T15:51:35.0897162Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int8 2022-09-27T15:51:35.0986428Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float32 2022-09-27T15:51:35.1000415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_uint8 2022-09-27T15:51:35.1001359Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float64 2022-09-27T15:51:35.1002012Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_uint8 2022-09-27T15:51:35.1002687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:35.1005474Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:35.1087260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bool 2022-09-27T15:51:35.1088293Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bool 2022-09-27T15:51:35.1088965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex128 2022-09-27T15:51:35.1139227Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex128 2022-09-27T15:51:35.1140116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex64 2022-09-27T15:51:35.1140936Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex64 2022-09-27T15:51:35.1186955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float16 2022-09-27T15:51:35.1188057Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float16 2022-09-27T15:51:35.1217328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float32 2022-09-27T15:51:35.1238034Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float32 2022-09-27T15:51:35.1261337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float64 2022-09-27T15:51:35.1269827Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float64 2022-09-27T15:51:35.1302120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int16 2022-09-27T15:51:35.1351553Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int16 2022-09-27T15:51:35.1393328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int32 2022-09-27T15:51:35.1395855Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int32 2022-09-27T15:51:35.1396560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int64 2022-09-27T15:51:35.1438018Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int64 2022-09-27T15:51:35.1441572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int8 2022-09-27T15:51:35.1450843Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int8 2022-09-27T15:51:35.1499661Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int32 2022-09-27T15:51:35.1520770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_uint8 2022-09-27T15:51:35.1521755Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int64 2022-09-27T15:51:35.1522411Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_uint8 2022-09-27T15:51:35.1541961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bfloat16 2022-09-27T15:51:35.1554046Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bfloat16 2022-09-27T15:51:35.1589575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bool 2022-09-27T15:51:35.1605187Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bool 2022-09-27T15:51:35.1637572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex128 2022-09-27T15:51:35.1647488Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex128 2022-09-27T15:51:35.1684032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex64 2022-09-27T15:51:35.1692461Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex64 2022-09-27T15:51:35.1724584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float16 2022-09-27T15:51:35.1735447Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float16 2022-09-27T15:51:35.1766861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float32 2022-09-27T15:51:35.1777418Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float32 2022-09-27T15:51:35.1812066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float64 2022-09-27T15:51:35.1822704Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float64 2022-09-27T15:51:35.1855403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int16 2022-09-27T15:51:35.1868887Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int16 2022-09-27T15:51:35.1902483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int32 2022-09-27T15:51:35.1914351Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int32 2022-09-27T15:51:35.1946586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int64 2022-09-27T15:51:35.1958109Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int64 2022-09-27T15:51:35.1992212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int8 2022-09-27T15:51:35.2017625Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int8 2022-09-27T15:51:35.2044723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_uint8 2022-09-27T15:51:35.2047104Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int64 2022-09-27T15:51:35.2073022Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_uint8 2022-09-27T15:51:35.2073718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:35.2097357Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int8 2022-09-27T15:51:35.2124658Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:35.2142714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bool 2022-09-27T15:51:35.2168795Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bool 2022-09-27T15:51:35.2193299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex128 2022-09-27T15:51:35.2203040Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex128 2022-09-27T15:51:35.2233622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex64 2022-09-27T15:51:35.2244889Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex64 2022-09-27T15:51:35.2281442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float16 2022-09-27T15:51:35.2292406Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float16 2022-09-27T15:51:35.2323949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float32 2022-09-27T15:51:35.2334912Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float32 2022-09-27T15:51:35.2359092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float64 2022-09-27T15:51:35.2370379Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bool 2022-09-27T15:51:35.2383616Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float64 2022-09-27T15:51:35.2385177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int16 2022-09-27T15:51:35.2461604Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int32 2022-09-27T15:51:35.2462194Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int16 2022-09-27T15:51:35.2512536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int32 2022-09-27T15:51:35.2513253Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int32 2022-09-27T15:51:35.2602234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int64 2022-09-27T15:51:35.2605759Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int64 2022-09-27T15:51:35.2606569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int8 2022-09-27T15:51:35.2607246Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int8 2022-09-27T15:51:35.2626194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_uint8 2022-09-27T15:51:35.2627324Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_uint8 2022-09-27T15:51:35.2659614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bfloat16 2022-09-27T15:51:35.2690653Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bfloat16 2022-09-27T15:51:35.2691909Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int8 2022-09-27T15:51:35.2693418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bool 2022-09-27T15:51:35.2716238Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_uint8 2022-09-27T15:51:35.2739318Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bool 2022-09-27T15:51:35.2768306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float32 2022-09-27T15:51:35.2810823Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float32 2022-09-27T15:51:35.2819816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float64 2022-09-27T15:51:35.2847067Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float64 2022-09-27T15:51:35.2861607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int16 2022-09-27T15:51:35.2886393Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int16 2022-09-27T15:51:35.2905672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int32 2022-09-27T15:51:35.2921780Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int32 2022-09-27T15:51:35.2953066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int64 2022-09-27T15:51:35.2976646Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int64 2022-09-27T15:51:35.2996449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int8 2022-09-27T15:51:35.3033180Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int8 2022-09-27T15:51:35.3035994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_uint8 2022-09-27T15:51:35.3048162Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_uint8 2022-09-27T15:51:35.3079637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:35.3093010Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:35.3125370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bool 2022-09-27T15:51:35.3138540Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bool 2022-09-27T15:51:35.3169744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float32 2022-09-27T15:51:35.3181412Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float32 2022-09-27T15:51:35.3217183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float64 2022-09-27T15:51:35.3228141Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float64 2022-09-27T15:51:35.3259928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int16 2022-09-27T15:51:35.3267317Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int16 2022-09-27T15:51:35.3277976Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_uint8 2022-09-27T15:51:35.3281287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int32 2022-09-27T15:51:35.3307474Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bfloat16 2022-09-27T15:51:35.3318381Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int32 2022-09-27T15:51:35.3348560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int64 2022-09-27T15:51:35.3358043Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int64 2022-09-27T15:51:35.3386822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int8 2022-09-27T15:51:35.3399333Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int8 2022-09-27T15:51:35.3430142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_uint8 2022-09-27T15:51:35.3440001Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_uint8 2022-09-27T15:51:35.3473907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_bool 2022-09-27T15:51:35.3491773Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_bool 2022-09-27T15:51:35.3514314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex128 2022-09-27T15:51:35.3523641Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex128 2022-09-27T15:51:35.3556572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex64 2022-09-27T15:51:35.3568429Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex64 2022-09-27T15:51:35.3599106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float16 2022-09-27T15:51:35.3620773Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float16 2022-09-27T15:51:35.3646585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float32 2022-09-27T15:51:35.3658265Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float32 2022-09-27T15:51:35.3682323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float64 2022-09-27T15:51:35.3727321Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bfloat16 2022-09-27T15:51:35.3727967Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float64 2022-09-27T15:51:35.3728516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int16 2022-09-27T15:51:35.3753333Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bool 2022-09-27T15:51:35.3756693Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int16 2022-09-27T15:51:35.3795193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int32 2022-09-27T15:51:35.3817442Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int32 2022-09-27T15:51:35.3844118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int64 2022-09-27T15:51:35.3853613Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int64 2022-09-27T15:51:35.3886846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int8 2022-09-27T15:51:35.3931486Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int8 2022-09-27T15:51:35.3932276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_uint8 2022-09-27T15:51:35.3974504Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_uint8 2022-09-27T15:51:35.3975400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_bool 2022-09-27T15:51:35.3985605Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_bool 2022-09-27T15:51:35.4016950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex128 2022-09-27T15:51:35.4029382Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex128 2022-09-27T15:51:35.4061570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex64 2022-09-27T15:51:35.4062110Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float64 2022-09-27T15:51:35.4068484Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int16 2022-09-27T15:51:35.4070683Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex64 2022-09-27T15:51:35.4164847Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bool 2022-09-27T15:51:35.4165691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float16 2022-09-27T15:51:35.4166727Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex128 2022-09-27T15:51:35.4312627Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float16 2022-09-27T15:51:35.4313384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float32 2022-09-27T15:51:35.4314116Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float32 2022-09-27T15:51:35.4314860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float64 2022-09-27T15:51:35.4315638Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float64 2022-09-27T15:51:35.4316637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int16 2022-09-27T15:51:35.4374396Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int16 2022-09-27T15:51:35.4375364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int32 2022-09-27T15:51:35.4376090Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int32 2022-09-27T15:51:35.4376775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int64 2022-09-27T15:51:35.4393567Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int64 2022-09-27T15:51:35.4419809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int8 2022-09-27T15:51:35.4437457Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int8 2022-09-27T15:51:35.4460678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_uint8 2022-09-27T15:51:35.4482146Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_uint8 2022-09-27T15:51:35.4512221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_bool 2022-09-27T15:51:35.4532593Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_bool 2022-09-27T15:51:35.4567548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex128 2022-09-27T15:51:35.4568404Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex128 2022-09-27T15:51:35.4606804Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex128 2022-09-27T15:51:35.4607891Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex32 2022-09-27T15:51:35.4618429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex64 2022-09-27T15:51:35.4635115Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex64 2022-09-27T15:51:35.4669050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float32 2022-09-27T15:51:35.4679041Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float32 2022-09-27T15:51:35.4714822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float64 2022-09-27T15:51:35.4733477Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float64 2022-09-27T15:51:35.4763204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int16 2022-09-27T15:51:35.4775349Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int16 2022-09-27T15:51:35.4810475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int32 2022-09-27T15:51:35.4821551Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int32 2022-09-27T15:51:35.4853772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int64 2022-09-27T15:51:35.4864975Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int64 2022-09-27T15:51:35.4897800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int8 2022-09-27T15:51:35.4908321Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int8 2022-09-27T15:51:35.4925266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_uint8 2022-09-27T15:51:35.4990975Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int32 2022-09-27T15:51:35.4991578Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bfloat16 2022-09-27T15:51:35.4996743Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_uint8 2022-09-27T15:51:35.5051350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_bool 2022-09-27T15:51:35.5052406Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_bool 2022-09-27T15:51:35.5053084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex128 2022-09-27T15:51:35.5145872Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex128 2022-09-27T15:51:35.5146568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex64 2022-09-27T15:51:35.5147284Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex32 2022-09-27T15:51:35.5147846Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex64 2022-09-27T15:51:35.5148496Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex64 2022-09-27T15:51:35.5182656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float32 2022-09-27T15:51:35.5183462Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float32 2022-09-27T15:51:35.5187345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float64 2022-09-27T15:51:35.5199076Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float64 2022-09-27T15:51:35.5234956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int16 2022-09-27T15:51:35.5246874Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int16 2022-09-27T15:51:35.5279172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int32 2022-09-27T15:51:35.5320983Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int32 2022-09-27T15:51:35.5364728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int64 2022-09-27T15:51:35.5373293Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int64 2022-09-27T15:51:35.5374109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int8 2022-09-27T15:51:35.5374845Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int8 2022-09-27T15:51:35.5403675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_uint8 2022-09-27T15:51:35.5414259Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_uint8 2022-09-27T15:51:35.5449574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_bool 2022-09-27T15:51:35.5461870Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_bool 2022-09-27T15:51:35.5499837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex128 2022-09-27T15:51:35.5507064Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex128 2022-09-27T15:51:35.5528772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex64 2022-09-27T15:51:35.5540293Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex64 2022-09-27T15:51:35.5553678Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float16 2022-09-27T15:51:35.5565533Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex64 2022-09-27T15:51:35.5597125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float32 2022-09-27T15:51:35.5607084Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float32 2022-09-27T15:51:35.5640728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float64 2022-09-27T15:51:35.5653719Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float64 2022-09-27T15:51:35.5682452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int16 2022-09-27T15:51:35.5694122Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int16 2022-09-27T15:51:35.5726127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int32 2022-09-27T15:51:35.5737175Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int32 2022-09-27T15:51:35.5766057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int64 2022-09-27T15:51:35.5776649Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int64 2022-09-27T15:51:35.5806539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int8 2022-09-27T15:51:35.5818132Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int8 2022-09-27T15:51:35.5848225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_uint8 2022-09-27T15:51:35.5858740Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_uint8 2022-09-27T15:51:35.5887451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_bool 2022-09-27T15:51:35.5897818Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_bool 2022-09-27T15:51:35.5926802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex128 2022-09-27T15:51:35.5937096Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex128 2022-09-27T15:51:35.5960048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex64 2022-09-27T15:51:35.5972467Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float16 2022-09-27T15:51:35.5986248Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex64 2022-09-27T15:51:35.5987188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float32 2022-09-27T15:51:35.6016321Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float32 2022-09-27T15:51:35.6027802Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float32 2022-09-27T15:51:35.6059839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float64 2022-09-27T15:51:35.6071593Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float64 2022-09-27T15:51:35.6151142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int16 2022-09-27T15:51:35.6152468Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int16 2022-09-27T15:51:35.6153145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int32 2022-09-27T15:51:35.6189991Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int32 2022-09-27T15:51:35.6191049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int64 2022-09-27T15:51:35.6212672Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int64 2022-09-27T15:51:35.6234961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float16 2022-09-27T15:51:35.6277990Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float16 2022-09-27T15:51:35.6283521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float32 2022-09-27T15:51:35.6299765Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float32 2022-09-27T15:51:35.6327296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float64 2022-09-27T15:51:35.6357870Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float64 2022-09-27T15:51:35.6369767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int16 2022-09-27T15:51:35.6388524Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int16 2022-09-27T15:51:35.6395830Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float32 2022-09-27T15:51:35.6426339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int32 2022-09-27T15:51:35.6427168Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float64 2022-09-27T15:51:35.6434351Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int32 2022-09-27T15:51:35.6472487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int64 2022-09-27T15:51:35.6497302Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int64 2022-09-27T15:51:35.6516799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int8 2022-09-27T15:51:35.6532765Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int8 2022-09-27T15:51:35.6559434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_uint8 2022-09-27T15:51:35.6572527Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_uint8 2022-09-27T15:51:35.6614406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:35.6643659Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:35.6660074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bool 2022-09-27T15:51:35.6710608Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bool 2022-09-27T15:51:35.6711467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float16 2022-09-27T15:51:35.6753439Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float16 2022-09-27T15:51:35.6757034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float32 2022-09-27T15:51:35.6771892Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float32 2022-09-27T15:51:35.6809439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float64 2022-09-27T15:51:35.6810289Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int16 2022-09-27T15:51:35.7040360Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float64 2022-09-27T15:51:35.7041023Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int32 2022-09-27T15:51:35.7041626Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float64 2022-09-27T15:51:35.7042269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int16 2022-09-27T15:51:35.7042761Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int16 2022-09-27T15:51:35.7084693Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int16 2022-09-27T15:51:35.7088898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int32 2022-09-27T15:51:35.7089488Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int32 2022-09-27T15:51:35.7100486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int64 2022-09-27T15:51:35.7101066Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int64 2022-09-27T15:51:35.7101778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int8 2022-09-27T15:51:35.7102362Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int8 2022-09-27T15:51:35.7102910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_uint8 2022-09-27T15:51:35.7103461Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_uint8 2022-09-27T15:51:35.7104250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bfloat16 2022-09-27T15:51:35.7104800Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bfloat16 2022-09-27T15:51:35.7128665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bool 2022-09-27T15:51:35.7136741Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bool 2022-09-27T15:51:35.7170340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float16 2022-09-27T15:51:35.7180715Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float16 2022-09-27T15:51:35.7193505Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int16 2022-09-27T15:51:35.7194163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float32 2022-09-27T15:51:35.7223150Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int32 2022-09-27T15:51:35.7235549Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float32 2022-09-27T15:51:35.7269735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float64 2022-09-27T15:51:35.7283321Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float64 2022-09-27T15:51:35.7322825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int16 2022-09-27T15:51:35.7333069Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int16 2022-09-27T15:51:35.7372124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int32 2022-09-27T15:51:35.7383297Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int32 2022-09-27T15:51:35.7417192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int64 2022-09-27T15:51:35.7428300Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int64 2022-09-27T15:51:35.7466243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int8 2022-09-27T15:51:35.7485865Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int8 2022-09-27T15:51:35.7509805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_uint8 2022-09-27T15:51:35.7526585Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_uint8 2022-09-27T15:51:35.7550336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:35.7561674Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int32 2022-09-27T15:51:35.7604218Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:35.7645192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bool 2022-09-27T15:51:35.7686045Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int64 2022-09-27T15:51:35.7689327Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bool 2022-09-27T15:51:35.7690019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float16 2022-09-27T15:51:35.7690732Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float16 2022-09-27T15:51:35.7691407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float32 2022-09-27T15:51:35.7708045Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float32 2022-09-27T15:51:35.7730391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float64 2022-09-27T15:51:35.7739230Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float64 2022-09-27T15:51:35.7769015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int16 2022-09-27T15:51:35.7781589Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int16 2022-09-27T15:51:35.7814615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int32 2022-09-27T15:51:35.7825365Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int32 2022-09-27T15:51:35.7856559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int64 2022-09-27T15:51:35.7868278Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int64 2022-09-27T15:51:35.7904827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int8 2022-09-27T15:51:35.7913508Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int8 2022-09-27T15:51:35.8008152Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int64 2022-09-27T15:51:35.8008712Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int8 2022-09-27T15:51:35.8009241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_uint8 2022-09-27T15:51:35.8009827Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_uint8 2022-09-27T15:51:35.8010440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bfloat16 2022-09-27T15:51:35.8018363Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bfloat16 2022-09-27T15:51:35.8142820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bool 2022-09-27T15:51:35.8143451Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bool 2022-09-27T15:51:35.8145149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex128 2022-09-27T15:51:35.8145810Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex128 2022-09-27T15:51:35.8146427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex32 2022-09-27T15:51:35.8151474Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bfloat16 2022-09-27T15:51:35.8203590Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex32 2022-09-27T15:51:35.8204176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex64 2022-09-27T15:51:35.8204875Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int16 2022-09-27T15:51:35.8363175Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex64 2022-09-27T15:51:35.8390393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float16 2022-09-27T15:51:35.8391287Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float16 2022-09-27T15:51:35.8391981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float32 2022-09-27T15:51:35.8392589Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int8 2022-09-27T15:51:35.8393168Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_uint8 2022-09-27T15:51:35.8394051Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float32 2022-09-27T15:51:35.8394753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float64 2022-09-27T15:51:35.8395691Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float64 2022-09-27T15:51:35.8405190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int16 2022-09-27T15:51:35.8452388Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int16 2022-09-27T15:51:35.8498996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int32 2022-09-27T15:51:35.8500086Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int32 2022-09-27T15:51:35.8500903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int64 2022-09-27T15:51:35.8539660Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int64 2022-09-27T15:51:35.8542981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int8 2022-09-27T15:51:35.8556379Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int8 2022-09-27T15:51:35.8588680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_uint8 2022-09-27T15:51:35.8600956Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_uint8 2022-09-27T15:51:35.8637268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:35.8646002Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:35.8654261Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_uint8 2022-09-27T15:51:35.8658687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bool 2022-09-27T15:51:35.8693577Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bfloat16 2022-09-27T15:51:35.8700758Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bool 2022-09-27T15:51:35.8734695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex128 2022-09-27T15:51:35.8755993Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex128 2022-09-27T15:51:35.8791238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex32 2022-09-27T15:51:35.8794389Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex32 2022-09-27T15:51:35.8830497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex64 2022-09-27T15:51:35.8840741Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex64 2022-09-27T15:51:35.8873574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float16 2022-09-27T15:51:35.8883747Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float16 2022-09-27T15:51:35.8914675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float32 2022-09-27T15:51:35.8925895Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float32 2022-09-27T15:51:35.8963289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float64 2022-09-27T15:51:35.9048246Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float64 2022-09-27T15:51:35.9075878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int16 2022-09-27T15:51:35.9085168Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int16 2022-09-27T15:51:35.9120140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int32 2022-09-27T15:51:35.9130454Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int32 2022-09-27T15:51:35.9143150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int64 2022-09-27T15:51:35.9164945Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bfloat16 2022-09-27T15:51:35.9165542Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bool 2022-09-27T15:51:35.9174119Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int64 2022-09-27T15:51:35.9203940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int8 2022-09-27T15:51:35.9214988Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int8 2022-09-27T15:51:35.9247929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_uint8 2022-09-27T15:51:35.9259106Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_uint8 2022-09-27T15:51:35.9295314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int16 2022-09-27T15:51:35.9310055Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int16 2022-09-27T15:51:35.9313184Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int32 2022-09-27T15:51:35.9448704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int32 2022-09-27T15:51:35.9449200Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int64 2022-09-27T15:51:35.9449690Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int32 2022-09-27T15:51:35.9450254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int64 2022-09-27T15:51:35.9450854Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int64 2022-09-27T15:51:35.9451397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int8 2022-09-27T15:51:35.9454185Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int8 2022-09-27T15:51:35.9578392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_uint8 2022-09-27T15:51:35.9579076Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_uint8 2022-09-27T15:51:35.9579637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int16 2022-09-27T15:51:35.9580196Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int16 2022-09-27T15:51:35.9585212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int32 2022-09-27T15:51:35.9589676Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int32 2022-09-27T15:51:35.9599063Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bool 2022-09-27T15:51:35.9601842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int64 2022-09-27T15:51:35.9629794Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex128 2022-09-27T15:51:35.9640613Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int64 2022-09-27T15:51:35.9670607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int8 2022-09-27T15:51:35.9688292Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int8 2022-09-27T15:51:35.9717432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_uint8 2022-09-27T15:51:35.9729089Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_uint8 2022-09-27T15:51:35.9763089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bfloat16 2022-09-27T15:51:35.9774552Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bfloat16 2022-09-27T15:51:35.9816286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bool 2022-09-27T15:51:35.9817396Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bool 2022-09-27T15:51:35.9849613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float16 2022-09-27T15:51:35.9868872Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float16 2022-09-27T15:51:35.9895993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float32 2022-09-27T15:51:35.9909043Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float32 2022-09-27T15:51:35.9946199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float64 2022-09-27T15:51:35.9957817Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float64 2022-09-27T15:51:36.0000240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int16 2022-09-27T15:51:36.0005300Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int16 2022-09-27T15:51:36.0039573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int32 2022-09-27T15:51:36.0054671Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int32 2022-09-27T15:51:36.0082667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int64 2022-09-27T15:51:36.0093852Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int64 2022-09-27T15:51:36.0131029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int8 2022-09-27T15:51:36.0141368Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int8 2022-09-27T15:51:36.0153432Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex128 2022-09-27T15:51:36.0155077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_uint8 2022-09-27T15:51:36.0185587Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex32 2022-09-27T15:51:36.0196977Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_uint8 2022-09-27T15:51:36.0232088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:36.0243297Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:36.0275002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bool 2022-09-27T15:51:36.0285886Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bool 2022-09-27T15:51:36.0317932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float16 2022-09-27T15:51:36.0341427Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float16 2022-09-27T15:51:36.0361067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.0372989Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.0409349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.0417646Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.0450354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int16 2022-09-27T15:51:36.0461092Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int16 2022-09-27T15:51:36.0493329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int32 2022-09-27T15:51:36.0504899Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int32 2022-09-27T15:51:36.0537317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int64 2022-09-27T15:51:36.0549377Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int64 2022-09-27T15:51:36.0581058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int8 2022-09-27T15:51:36.0593040Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int8 2022-09-27T15:51:36.0624941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_uint8 2022-09-27T15:51:36.0637078Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_uint8 2022-09-27T15:51:36.0647518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bfloat16 2022-09-27T15:51:36.0658463Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex32 2022-09-27T15:51:36.0671812Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex64 2022-09-27T15:51:36.0683656Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bfloat16 2022-09-27T15:51:36.0723691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bool 2022-09-27T15:51:36.0726725Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bool 2022-09-27T15:51:36.0787422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float32 2022-09-27T15:51:36.0788105Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float32 2022-09-27T15:51:36.0804006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float64 2022-09-27T15:51:36.0816926Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float64 2022-09-27T15:51:36.0851840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int16 2022-09-27T15:51:36.0863825Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int16 2022-09-27T15:51:36.0897117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int32 2022-09-27T15:51:36.0918772Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int32 2022-09-27T15:51:36.0945087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int64 2022-09-27T15:51:36.0956887Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int64 2022-09-27T15:51:36.1000528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int8 2022-09-27T15:51:36.1002791Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int8 2022-09-27T15:51:36.1040730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_uint8 2022-09-27T15:51:36.1047260Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_uint8 2022-09-27T15:51:36.1080537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:36.1092422Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:36.1134421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bool 2022-09-27T15:51:36.1145604Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bool 2022-09-27T15:51:36.1175923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.1188759Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex64 2022-09-27T15:51:36.1198141Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.1200075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.1229275Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float16 2022-09-27T15:51:36.1237662Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int16 2022-09-27T15:51:36.1280723Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.3395700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int16 2022-09-27T15:51:36.3401439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int8 2022-09-27T15:51:36.3410569Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int16 2022-09-27T15:51:36.3413758Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int8 2022-09-27T15:51:36.3418967Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int64 2022-09-27T15:51:36.3432923Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float16 2022-09-27T15:51:36.3434604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int32 2022-09-27T15:51:36.3438859Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float32 2022-09-27T15:51:36.3440287Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int8 2022-09-27T15:51:36.3465144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_uint8 2022-09-27T15:51:36.3473579Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int32 2022-09-27T15:51:36.3482408Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_uint8 2022-09-27T15:51:36.3484452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int64 2022-09-27T15:51:36.3512585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_bool 2022-09-27T15:51:36.3520683Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int64 2022-09-27T15:51:36.3530058Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_bool 2022-09-27T15:51:36.3530892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex128 2022-09-27T15:51:36.3560778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int8 2022-09-27T15:51:36.3565958Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int8 2022-09-27T15:51:36.3573556Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex128 2022-09-27T15:51:36.3574575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_uint8 2022-09-27T15:51:36.3603549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex64 2022-09-27T15:51:36.3610006Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_uint8 2022-09-27T15:51:36.3618381Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex64 2022-09-27T15:51:36.3619258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float32 2022-09-27T15:51:36.3646825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_bfloat16 2022-09-27T15:51:36.3655240Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float32 2022-09-27T15:51:36.3663581Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_bfloat16 2022-09-27T15:51:36.3664502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex128 2022-09-27T15:51:36.3693788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float64 2022-09-27T15:51:36.3701211Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex128 2022-09-27T15:51:36.3710999Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float64 2022-09-27T15:51:36.3712941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int16 2022-09-27T15:51:36.3742222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex64 2022-09-27T15:51:36.3750759Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int16 2022-09-27T15:51:36.3759401Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex64 2022-09-27T15:51:36.3760039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int32 2022-09-27T15:51:36.3796444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float16 2022-09-27T15:51:36.3806577Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float16 2022-09-27T15:51:36.3815401Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float32 2022-09-27T15:51:36.3831936Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int32 2022-09-27T15:51:36.3834230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float32 2022-09-27T15:51:36.3837504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int64 2022-09-27T15:51:36.3860773Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float64 2022-09-27T15:51:36.3870926Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int64 2022-09-27T15:51:36.3879364Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float32 2022-09-27T15:51:36.3880343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int8 2022-09-27T15:51:36.3911294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float64 2022-09-27T15:51:36.3915916Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float64 2022-09-27T15:51:36.3926948Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int8 2022-09-27T15:51:36.3927941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:36.3959297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_uint8 2022-09-27T15:51:36.3964704Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_uint8 2022-09-27T15:51:36.3974602Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:36.3976198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:51:36.4001539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_bool 2022-09-27T15:51:36.4013630Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:51:36.4024499Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_bool 2022-09-27T15:51:36.4025768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex128 2022-09-27T15:51:36.4055209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:51:36.4062370Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex128 2022-09-27T15:51:36.4074301Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:51:36.4076908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex64 2022-09-27T15:51:36.4107413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float16 2022-09-27T15:51:36.4117942Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex64 2022-09-27T15:51:36.4126363Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float16 2022-09-27T15:51:36.4129454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.4158758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.4166400Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.4177703Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.4180805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.4210973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.4220886Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.4227282Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.4237718Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float64 2022-09-27T15:51:36.4238609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int16 2022-09-27T15:51:36.4239949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_bfloat16 2022-09-27T15:51:36.4271782Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int16 2022-09-27T15:51:36.4276543Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_bfloat16 2022-09-27T15:51:36.4290510Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int16 2022-09-27T15:51:36.4291771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int32 2022-09-27T15:51:36.4316899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex128 2022-09-27T15:51:36.4325393Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int32 2022-09-27T15:51:36.4334789Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex128 2022-09-27T15:51:36.4335556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int64 2022-09-27T15:51:36.4378682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex64 2022-09-27T15:51:36.4382949Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex64 2022-09-27T15:51:36.4393398Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int64 2022-09-27T15:51:36.4394708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float16 2022-09-27T15:51:36.4428222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int8 2022-09-27T15:51:36.4437736Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float16 2022-09-27T15:51:36.4451545Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int8 2022-09-27T15:51:36.4454180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float32 2022-09-27T15:51:36.4483883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_uint8 2022-09-27T15:51:36.4494581Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float32 2022-09-27T15:51:36.4503697Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_uint8 2022-09-27T15:51:36.4506026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float64 2022-09-27T15:51:36.4532697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bfloat16 2022-09-27T15:51:36.4539411Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float64 2022-09-27T15:51:36.4555666Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bfloat16 2022-09-27T15:51:36.4558306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bool 2022-09-27T15:51:36.4582865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:36.4590645Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int16 2022-09-27T15:51:36.4600610Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bool 2022-09-27T15:51:36.4609477Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:36.4611672Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int32 2022-09-27T15:51:36.4613251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex128 2022-09-27T15:51:36.4642901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:51:36.4651003Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:51:36.4659605Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex128 2022-09-27T15:51:36.4662022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex32 2022-09-27T15:51:36.4697063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:51:36.4700751Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex32 2022-09-27T15:51:36.4709649Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:51:36.4713615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float16 2022-09-27T15:51:36.4747880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex64 2022-09-27T15:51:36.4752054Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float16 2022-09-27T15:51:36.4761155Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex64 2022-09-27T15:51:36.4764028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.4796963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float16 2022-09-27T15:51:36.4803432Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float16 2022-09-27T15:51:36.4817451Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.4819045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float32 2022-09-27T15:51:36.4841386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.4856370Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.4868491Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float32 2022-09-27T15:51:36.4869767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float64 2022-09-27T15:51:36.4908374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex128 2022-09-27T15:51:36.4911418Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex128 2022-09-27T15:51:36.4925972Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float64 2022-09-27T15:51:36.4927142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex64 2022-09-27T15:51:36.4941558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int16 2022-09-27T15:51:36.4949474Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int32 2022-09-27T15:51:36.4965741Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int64 2022-09-27T15:51:36.4975283Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int16 2022-09-27T15:51:36.4986212Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex64 2022-09-27T15:51:36.4988043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int32 2022-09-27T15:51:36.5026913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float32 2022-09-27T15:51:36.5030850Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float32 2022-09-27T15:51:36.5040467Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int32 2022-09-27T15:51:36.5041802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float64 2022-09-27T15:51:36.5076154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int64 2022-09-27T15:51:36.5082019Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int64 2022-09-27T15:51:36.5093922Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float64 2022-09-27T15:51:36.5095125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex128 2022-09-27T15:51:36.5129421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int8 2022-09-27T15:51:36.5137863Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int8 2022-09-27T15:51:36.5147423Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex128 2022-09-27T15:51:36.5160941Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int8 2022-09-27T15:51:36.5164925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_uint8 2022-09-27T15:51:36.5166675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex64 2022-09-27T15:51:36.5192450Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_uint8 2022-09-27T15:51:36.5200671Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex64 2022-09-27T15:51:36.5210042Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_uint8 2022-09-27T15:51:36.5211018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.5246129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:36.5249478Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:36.5259711Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.5260704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.5290581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bool 2022-09-27T15:51:36.5295573Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.5308743Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bool 2022-09-27T15:51:36.5311430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex128 2022-09-27T15:51:36.5345828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex128 2022-09-27T15:51:36.5355043Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex128 2022-09-27T15:51:36.5363225Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex128 2022-09-27T15:51:36.5374809Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int64 2022-09-27T15:51:36.5376124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex32 2022-09-27T15:51:36.5378570Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int8 2022-09-27T15:51:36.5405051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex64 2022-09-27T15:51:36.5410412Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex32 2022-09-27T15:51:36.5420513Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex64 2022-09-27T15:51:36.5423643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex64 2022-09-27T15:51:36.5452710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float32 2022-09-27T15:51:36.5464527Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex64 2022-09-27T15:51:36.5475374Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float32 2022-09-27T15:51:36.5476835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float16 2022-09-27T15:51:36.5500475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float64 2022-09-27T15:51:36.5511047Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float16 2022-09-27T15:51:36.5520198Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float64 2022-09-27T15:51:36.5521578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.5544899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex128 2022-09-27T15:51:36.5555742Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.5563417Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex128 2022-09-27T15:51:36.5564217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex64 2022-09-27T15:51:36.5593347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.5600033Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex64 2022-09-27T15:51:36.5611974Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.5613251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.5646955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int16 2022-09-27T15:51:36.5650857Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int16 2022-09-27T15:51:36.5659477Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.5660705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.5690400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int32 2022-09-27T15:51:36.5696724Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int32 2022-09-27T15:51:36.5705181Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.5707330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_bfloat16 2022-09-27T15:51:36.5740917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int64 2022-09-27T15:51:36.5750977Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_bfloat16 2022-09-27T15:51:36.5752628Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int8 2022-09-27T15:51:36.5762487Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int64 2022-09-27T15:51:36.5765731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex128 2022-09-27T15:51:36.5766549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int8 2022-09-27T15:51:36.5797361Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_uint8 2022-09-27T15:51:36.5805322Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex128 2022-09-27T15:51:36.5816268Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int8 2022-09-27T15:51:36.5817121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_uint8 2022-09-27T15:51:36.5845646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex64 2022-09-27T15:51:36.5854956Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_uint8 2022-09-27T15:51:36.5865032Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex64 2022-09-27T15:51:36.5867722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_bool 2022-09-27T15:51:36.5897094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float16 2022-09-27T15:51:36.5906178Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_bool 2022-09-27T15:51:36.5918174Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float16 2022-09-27T15:51:36.5919802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float32 2022-09-27T15:51:36.5938910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex128 2022-09-27T15:51:36.5947963Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float32 2022-09-27T15:51:36.5958418Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex128 2022-09-27T15:51:36.5960790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float64 2022-09-27T15:51:36.5992371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex64 2022-09-27T15:51:36.6000458Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float64 2022-09-27T15:51:36.6011575Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex64 2022-09-27T15:51:36.6012650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:36.6053386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float32 2022-09-27T15:51:36.6056678Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:36.6065714Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float32 2022-09-27T15:51:36.6066531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:51:36.6100578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float64 2022-09-27T15:51:36.6108421Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:51:36.6121401Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float64 2022-09-27T15:51:36.6122884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:51:36.6135293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int16 2022-09-27T15:51:36.6146820Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_uint8 2022-09-27T15:51:36.6153396Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bfloat16 2022-09-27T15:51:36.6161394Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:51:36.6173319Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int16 2022-09-27T15:51:36.6175959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float16 2022-09-27T15:51:36.6200292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int32 2022-09-27T15:51:36.6209160Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float16 2022-09-27T15:51:36.6220439Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int32 2022-09-27T15:51:36.6223319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int64 2022-09-27T15:51:36.6251018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.6262269Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.6271661Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int64 2022-09-27T15:51:36.6273024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.6298459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int8 2022-09-27T15:51:36.6311635Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.6319255Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int8 2022-09-27T15:51:36.6321273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_bfloat16 2022-09-27T15:51:36.6351414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_uint8 2022-09-27T15:51:36.6363908Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_bfloat16 2022-09-27T15:51:36.6372800Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_uint8 2022-09-27T15:51:36.6385032Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bfloat16 2022-09-27T15:51:36.6386253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex128 2022-09-27T15:51:36.6386983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_bool 2022-09-27T15:51:36.6413381Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bool 2022-09-27T15:51:36.6419969Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_bool 2022-09-27T15:51:36.6430544Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex128 2022-09-27T15:51:36.6432725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex128 2022-09-27T15:51:36.6458573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex64 2022-09-27T15:51:36.6466429Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex128 2022-09-27T15:51:36.6475399Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex64 2022-09-27T15:51:36.6476185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex64 2022-09-27T15:51:36.6509610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float16 2022-09-27T15:51:36.6514409Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex64 2022-09-27T15:51:36.6531459Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float16 2022-09-27T15:51:36.6532853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float32 2022-09-27T15:51:36.6569919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.6579986Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.6591289Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float32 2022-09-27T15:51:36.6592505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float64 2022-09-27T15:51:36.6623734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.6635704Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float64 2022-09-27T15:51:36.6638542Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.6651193Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bool 2022-09-27T15:51:36.6654183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int16 2022-09-27T15:51:36.6655211Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex128 2022-09-27T15:51:36.6678590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int16 2022-09-27T15:51:36.6687845Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int16 2022-09-27T15:51:36.6696023Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int16 2022-09-27T15:51:36.6697017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int32 2022-09-27T15:51:36.6728149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int32 2022-09-27T15:51:36.6733028Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int32 2022-09-27T15:51:36.6740553Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int32 2022-09-27T15:51:36.6743735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int64 2022-09-27T15:51:36.6768073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int64 2022-09-27T15:51:36.6773713Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int64 2022-09-27T15:51:36.6782353Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int64 2022-09-27T15:51:36.6784014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int8 2022-09-27T15:51:36.6806549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int8 2022-09-27T15:51:36.6820817Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int8 2022-09-27T15:51:36.6822944Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_uint8 2022-09-27T15:51:36.6835985Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int8 2022-09-27T15:51:36.6837348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_uint8 2022-09-27T15:51:36.6838470Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_bool 2022-09-27T15:51:36.6864637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:51:36.6869765Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_uint8 2022-09-27T15:51:36.6880104Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:51:36.6882318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:36.6897573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_bool 2022-09-27T15:51:36.6917086Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex128 2022-09-27T15:51:36.6920707Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_bool 2022-09-27T15:51:36.6932700Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:36.6935453Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex32 2022-09-27T15:51:36.6937403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex128 2022-09-27T15:51:36.6957668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex128 2022-09-27T15:51:36.6967862Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex128 2022-09-27T15:51:36.6975992Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex128 2022-09-27T15:51:36.6978294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex64 2022-09-27T15:51:36.7000881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex64 2022-09-27T15:51:36.7009908Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex64 2022-09-27T15:51:36.7016265Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex64 2022-09-27T15:51:36.7022244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float16 2022-09-27T15:51:36.7051265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float32 2022-09-27T15:51:36.7055468Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float16 2022-09-27T15:51:36.7065155Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float32 2022-09-27T15:51:36.7066916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.7091936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float64 2022-09-27T15:51:36.7101263Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.7113147Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float64 2022-09-27T15:51:36.7115183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.7163187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int16 2022-09-27T15:51:36.7163893Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.7164311Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int16 2022-09-27T15:51:36.7164684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int32 2022-09-27T15:51:36.7170577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int16 2022-09-27T15:51:36.7178190Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex32 2022-09-27T15:51:36.7187351Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int32 2022-09-27T15:51:36.7194692Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int16 2022-09-27T15:51:36.7199377Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex64 2022-09-27T15:51:36.7201062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int32 2022-09-27T15:51:36.7227355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int64 2022-09-27T15:51:36.7229979Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int32 2022-09-27T15:51:36.7236819Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int64 2022-09-27T15:51:36.7238675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int64 2022-09-27T15:51:36.7259875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int8 2022-09-27T15:51:36.7269545Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int64 2022-09-27T15:51:36.7273949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int8 2022-09-27T15:51:36.7283413Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int8 2022-09-27T15:51:36.7293009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_uint8 2022-09-27T15:51:36.7302893Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int8 2022-09-27T15:51:36.7312699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_uint8 2022-09-27T15:51:36.7320598Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_uint8 2022-09-27T15:51:36.7329960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_bool 2022-09-27T15:51:36.7341394Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_uint8 2022-09-27T15:51:36.7346073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bfloat16 2022-09-27T15:51:36.7355797Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_bool 2022-09-27T15:51:36.7367105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex128 2022-09-27T15:51:36.7374135Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bfloat16 2022-09-27T15:51:36.7381132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bool 2022-09-27T15:51:36.7391189Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex128 2022-09-27T15:51:36.7400524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex64 2022-09-27T15:51:36.7413127Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bool 2022-09-27T15:51:36.7416754Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex64 2022-09-27T15:51:36.7423409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex128 2022-09-27T15:51:36.7435619Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex64 2022-09-27T15:51:36.7440094Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex128 2022-09-27T15:51:36.7446548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.7448387Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float16 2022-09-27T15:51:36.7465675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex64 2022-09-27T15:51:36.7477831Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.7481939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.7490928Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex64 2022-09-27T15:51:36.7499450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float32 2022-09-27T15:51:36.7511350Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.7517123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int16 2022-09-27T15:51:36.7524091Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float32 2022-09-27T15:51:36.7534082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float64 2022-09-27T15:51:36.7544521Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int16 2022-09-27T15:51:36.7550252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int32 2022-09-27T15:51:36.7557643Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float64 2022-09-27T15:51:36.7567304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int16 2022-09-27T15:51:36.7575155Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int32 2022-09-27T15:51:36.7583669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int64 2022-09-27T15:51:36.7590530Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int16 2022-09-27T15:51:36.7597441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int32 2022-09-27T15:51:36.7609262Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int64 2022-09-27T15:51:36.7619987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int8 2022-09-27T15:51:36.7629626Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int32 2022-09-27T15:51:36.7637261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int64 2022-09-27T15:51:36.7648431Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int8 2022-09-27T15:51:36.7659460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_uint8 2022-09-27T15:51:36.7665640Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int64 2022-09-27T15:51:36.7674596Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float16 2022-09-27T15:51:36.7675367Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float32 2022-09-27T15:51:36.7680200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int8 2022-09-27T15:51:36.7687431Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_uint8 2022-09-27T15:51:36.7707318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_bool 2022-09-27T15:51:36.7716821Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int8 2022-09-27T15:51:36.7728455Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_bool 2022-09-27T15:51:36.7730049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex128 2022-09-27T15:51:36.7752213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_uint8 2022-09-27T15:51:36.7761816Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex128 2022-09-27T15:51:36.7769594Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_uint8 2022-09-27T15:51:36.7775996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex64 2022-09-27T15:51:36.7788476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:36.7796471Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex64 2022-09-27T15:51:36.7810194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float32 2022-09-27T15:51:36.7822490Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:36.7831078Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float32 2022-09-27T15:51:36.7832875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float64 2022-09-27T15:51:36.7853891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bool 2022-09-27T15:51:36.7863487Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float64 2022-09-27T15:51:36.7874112Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bool 2022-09-27T15:51:36.7875120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int16 2022-09-27T15:51:36.7908842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex128 2022-09-27T15:51:36.7918370Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float32 2022-09-27T15:51:36.7921259Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex128 2022-09-27T15:51:36.7929940Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int16 2022-09-27T15:51:36.7932667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int32 2022-09-27T15:51:36.7933474Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float64 2022-09-27T15:51:36.7954088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex64 2022-09-27T15:51:36.7967024Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int32 2022-09-27T15:51:36.7972126Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex64 2022-09-27T15:51:36.7979594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int64 2022-09-27T15:51:36.7993943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.8003956Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int64 2022-09-27T15:51:36.8010436Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.8013002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.8033025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int8 2022-09-27T15:51:36.8044770Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.8049024Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int8 2022-09-27T15:51:36.8056124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int16 2022-09-27T15:51:36.8066716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_uint8 2022-09-27T15:51:36.8076355Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int16 2022-09-27T15:51:36.8083825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int32 2022-09-27T15:51:36.8094929Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_uint8 2022-09-27T15:51:36.8103025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_bool 2022-09-27T15:51:36.8114548Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int32 2022-09-27T15:51:36.8123675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int64 2022-09-27T15:51:36.8133626Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_bool 2022-09-27T15:51:36.8143958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex128 2022-09-27T15:51:36.8155634Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int64 2022-09-27T15:51:36.8161491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int8 2022-09-27T15:51:36.8168906Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex128 2022-09-27T15:51:36.8177414Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float64 2022-09-27T15:51:36.8187639Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int8 2022-09-27T15:51:36.8189756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex64 2022-09-27T15:51:36.8192259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_uint8 2022-09-27T15:51:36.8206077Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int16 2022-09-27T15:51:36.8217890Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_bool 2022-09-27T15:51:36.8228575Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex64 2022-09-27T15:51:36.8239777Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_uint8 2022-09-27T15:51:36.8243571Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex128 2022-09-27T15:51:36.8245433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.8266592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bfloat16 2022-09-27T15:51:36.8271384Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.8282523Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bfloat16 2022-09-27T15:51:36.8283647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.8313792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bool 2022-09-27T15:51:36.8316531Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.8326217Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bool 2022-09-27T15:51:36.8328510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float32 2022-09-27T15:51:36.8360461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int16 2022-09-27T15:51:36.8366283Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float32 2022-09-27T15:51:36.8372384Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int16 2022-09-27T15:51:36.8384565Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int16 2022-09-27T15:51:36.8386168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int32 2022-09-27T15:51:36.8387728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float64 2022-09-27T15:51:36.8421601Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int32 2022-09-27T15:51:36.8424430Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int32 2022-09-27T15:51:36.8436211Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float64 2022-09-27T15:51:36.8437777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int64 2022-09-27T15:51:36.8465458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int16 2022-09-27T15:51:36.8477226Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int16 2022-09-27T15:51:36.8486149Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int64 2022-09-27T15:51:36.8488947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int32 2022-09-27T15:51:36.8516841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int8 2022-09-27T15:51:36.8527593Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int32 2022-09-27T15:51:36.8536612Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int8 2022-09-27T15:51:36.8539062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:51:36.8576603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int64 2022-09-27T15:51:36.8580045Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int32 2022-09-27T15:51:36.8584777Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int64 2022-09-27T15:51:36.8593367Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:51:36.8595746Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int64 2022-09-27T15:51:36.8597146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int8 2022-09-27T15:51:36.8625955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_bool 2022-09-27T15:51:36.8633842Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int8 2022-09-27T15:51:36.8642664Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_bool 2022-09-27T15:51:36.8643838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_uint8 2022-09-27T15:51:36.8676963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex128 2022-09-27T15:51:36.8678893Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex128 2022-09-27T15:51:36.8686172Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_uint8 2022-09-27T15:51:36.8688506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex64 2022-09-27T15:51:36.8710324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:36.8716005Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:36.8722247Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex64 2022-09-27T15:51:36.8724458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float32 2022-09-27T15:51:36.8744693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bool 2022-09-27T15:51:36.8749498Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bool 2022-09-27T15:51:36.8759297Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float32 2022-09-27T15:51:36.8761371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float64 2022-09-27T15:51:36.8781435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.8789188Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.8795669Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float64 2022-09-27T15:51:36.8797617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int16 2022-09-27T15:51:36.8820963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.8829692Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.8833372Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int16 2022-09-27T15:51:36.8843065Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int64 2022-09-27T15:51:36.8843462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int32 2022-09-27T15:51:36.8844423Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int8 2022-09-27T15:51:36.8866837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int16 2022-09-27T15:51:36.8872826Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int16 2022-09-27T15:51:36.8881113Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int32 2022-09-27T15:51:36.8882026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int64 2022-09-27T15:51:36.8906937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int32 2022-09-27T15:51:36.8909205Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int64 2022-09-27T15:51:36.8917805Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int32 2022-09-27T15:51:36.8918627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int64 2022-09-27T15:51:36.8941256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int8 2022-09-27T15:51:36.8947726Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int64 2022-09-27T15:51:36.8955126Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int8 2022-09-27T15:51:36.8955984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int8 2022-09-27T15:51:36.8983648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_uint8 2022-09-27T15:51:36.8986262Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_uint8 2022-09-27T15:51:36.8998486Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int8 2022-09-27T15:51:36.9000695Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int8 2022-09-27T15:51:36.9002774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_uint8 2022-09-27T15:51:36.9008085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_bool 2022-09-27T15:51:36.9016844Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_uint8 2022-09-27T15:51:36.9024143Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_uint8 2022-09-27T15:51:36.9033919Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_bool 2022-09-27T15:51:36.9036058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bfloat16 2022-09-27T15:51:36.9060950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex128 2022-09-27T15:51:36.9063340Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bfloat16 2022-09-27T15:51:36.9071165Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex128 2022-09-27T15:51:36.9072158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex64 2022-09-27T15:51:36.9097668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bool 2022-09-27T15:51:36.9100629Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bool 2022-09-27T15:51:36.9107822Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex64 2022-09-27T15:51:36.9108492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex128 2022-09-27T15:51:36.9130987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.9136695Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex128 2022-09-27T15:51:36.9143000Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.9144961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.9159910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex64 2022-09-27T15:51:36.9174019Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_uint8 2022-09-27T15:51:36.9176897Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex64 2022-09-27T15:51:36.9195583Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.9196829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float32 2022-09-27T15:51:36.9198605Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bfloat16 2022-09-27T15:51:36.9209320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int16 2022-09-27T15:51:36.9215388Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float32 2022-09-27T15:51:36.9221460Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int16 2022-09-27T15:51:36.9223438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int32 2022-09-27T15:51:36.9243478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float64 2022-09-27T15:51:36.9248304Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float64 2022-09-27T15:51:36.9257204Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int32 2022-09-27T15:51:36.9259036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int16 2022-09-27T15:51:36.9281154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int64 2022-09-27T15:51:36.9286971Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int16 2022-09-27T15:51:36.9293912Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int64 2022-09-27T15:51:36.9295723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int8 2022-09-27T15:51:36.9317871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int32 2022-09-27T15:51:36.9323287Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int8 2022-09-27T15:51:36.9332701Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int32 2022-09-27T15:51:36.9333531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int64 2022-09-27T15:51:36.9359186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_uint8 2022-09-27T15:51:36.9363121Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int64 2022-09-27T15:51:36.9372209Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_uint8 2022-09-27T15:51:36.9374565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_bool 2022-09-27T15:51:36.9396003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int8 2022-09-27T15:51:36.9401002Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_bool 2022-09-27T15:51:36.9409429Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int8 2022-09-27T15:51:36.9411300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex128 2022-09-27T15:51:36.9434570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_uint8 2022-09-27T15:51:36.9436157Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_uint8 2022-09-27T15:51:36.9445953Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bfloat16 2022-09-27T15:51:36.9454403Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex128 2022-09-27T15:51:36.9456746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex64 2022-09-27T15:51:36.9457682Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bool 2022-09-27T15:51:36.9477398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:36.9482709Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex64 2022-09-27T15:51:36.9491245Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:36.9493157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bool 2022-09-27T15:51:36.9518709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float32 2022-09-27T15:51:36.9521460Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bool 2022-09-27T15:51:36.9527925Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float32 2022-09-27T15:51:36.9530031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float64 2022-09-27T15:51:36.9551837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex128 2022-09-27T15:51:36.9557147Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex128 2022-09-27T15:51:36.9565933Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float64 2022-09-27T15:51:36.9567834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex64 2022-09-27T15:51:36.9593880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int16 2022-09-27T15:51:36.9596410Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int16 2022-09-27T15:51:36.9603501Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex64 2022-09-27T15:51:36.9605418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int32 2022-09-27T15:51:36.9627008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.9632507Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int32 2022-09-27T15:51:36.9643260Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.9651230Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bool 2022-09-27T15:51:36.9652348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.9653126Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex128 2022-09-27T15:51:36.9675041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int64 2022-09-27T15:51:36.9679790Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.9686510Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int64 2022-09-27T15:51:36.9688598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int8 2022-09-27T15:51:36.9710153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int16 2022-09-27T15:51:36.9715716Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int16 2022-09-27T15:51:36.9722354Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int8 2022-09-27T15:51:36.9724383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int32 2022-09-27T15:51:36.9747640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_uint8 2022-09-27T15:51:36.9753149Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int32 2022-09-27T15:51:36.9759706Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_uint8 2022-09-27T15:51:36.9761650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_bool 2022-09-27T15:51:36.9783555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int64 2022-09-27T15:51:36.9789369Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int64 2022-09-27T15:51:36.9795575Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_bool 2022-09-27T15:51:36.9797687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex128 2022-09-27T15:51:36.9818950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int8 2022-09-27T15:51:36.9824615Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int8 2022-09-27T15:51:36.9831350Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex128 2022-09-27T15:51:36.9833424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_uint8 2022-09-27T15:51:36.9855328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex64 2022-09-27T15:51:36.9861168Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_uint8 2022-09-27T15:51:36.9867325Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex64 2022-09-27T15:51:36.9869185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.9891025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bfloat16 2022-09-27T15:51:36.9896343Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float32 2022-09-27T15:51:36.9904811Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bfloat16 2022-09-27T15:51:36.9906718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bool 2022-09-27T15:51:36.9933598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.9936151Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float64 2022-09-27T15:51:36.9942882Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex128 2022-09-27T15:51:36.9950618Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bool 2022-09-27T15:51:36.9952601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex128 2022-09-27T15:51:36.9953961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int16 2022-09-27T15:51:36.9973716Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex64 2022-09-27T15:51:36.9980436Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex128 2022-09-27T15:51:36.9986648Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int16 2022-09-27T15:51:36.9988770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.0010812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex64 2022-09-27T15:51:37.0016176Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex64 2022-09-27T15:51:37.0024653Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.0026664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float32 2022-09-27T15:51:37.0048476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.0053739Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float32 2022-09-27T15:51:37.0062187Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.0064144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float64 2022-09-27T15:51:37.0084439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.0090695Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float64 2022-09-27T15:51:37.0100285Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.0101076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int16 2022-09-27T15:51:37.0129128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.0131961Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.0138231Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int16 2022-09-27T15:51:37.0140226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int32 2022-09-27T15:51:37.0162484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_bool 2022-09-27T15:51:37.0167857Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int32 2022-09-27T15:51:37.0174334Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_bool 2022-09-27T15:51:37.0176349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex128 2022-09-27T15:51:37.0195918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int64 2022-09-27T15:51:37.0200884Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int64 2022-09-27T15:51:37.0210450Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex128 2022-09-27T15:51:37.0212349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int8 2022-09-27T15:51:37.0223654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex64 2022-09-27T15:51:37.0235379Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex64 2022-09-27T15:51:37.0241981Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int8 2022-09-27T15:51:37.0249389Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex64 2022-09-27T15:51:37.0251823Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float16 2022-09-27T15:51:37.0253572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_uint8 2022-09-27T15:51:37.0273105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float32 2022-09-27T15:51:37.0278414Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_uint8 2022-09-27T15:51:37.0287008Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float32 2022-09-27T15:51:37.0289268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:37.0310470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float64 2022-09-27T15:51:37.0316652Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float64 2022-09-27T15:51:37.0325651Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:37.0334788Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex128 2022-09-27T15:51:37.0336327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int16 2022-09-27T15:51:37.0337449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.0360870Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex64 2022-09-27T15:51:37.0362599Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int16 2022-09-27T15:51:37.0370103Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.0372059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int32 2022-09-27T15:51:37.0394302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex128 2022-09-27T15:51:37.0399426Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int32 2022-09-27T15:51:37.0409446Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex128 2022-09-27T15:51:37.0410236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex64 2022-09-27T15:51:37.0432512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int64 2022-09-27T15:51:37.0438593Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int64 2022-09-27T15:51:37.0445129Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex64 2022-09-27T15:51:37.0447013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.0469046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int8 2022-09-27T15:51:37.0474365Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.0483017Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int8 2022-09-27T15:51:37.0485175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_uint8 2022-09-27T15:51:37.0498780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.0510027Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float16 2022-09-27T15:51:37.0516318Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.0523863Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_uint8 2022-09-27T15:51:37.0527113Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float32 2022-09-27T15:51:37.0528971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.0546377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.0552294Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.0561783Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.0564011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex128 2022-09-27T15:51:37.0586298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.0592284Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.0598818Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex128 2022-09-27T15:51:37.0601006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.0622999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex64 2022-09-27T15:51:37.0629623Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.0636997Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex64 2022-09-27T15:51:37.0637793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.0659596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.0665833Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.0672467Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.0674452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.0696514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.0701728Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.0711059Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.0713213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_bfloat16 2022-09-27T15:51:37.0734611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.0740821Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_bfloat16 2022-09-27T15:51:37.0747178Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.0749097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.0772378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float32 2022-09-27T15:51:37.0779265Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float32 2022-09-27T15:51:37.0785429Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float32 2022-09-27T15:51:37.0794148Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.0797374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.0798535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float64 2022-09-27T15:51:37.0816389Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float64 2022-09-27T15:51:37.0824398Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.0830971Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float64 2022-09-27T15:51:37.0833076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:37.0854709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.0860102Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:37.0866813Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.0869065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.0892938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.0899345Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.0906108Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.0906848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.0928733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bfloat16 2022-09-27T15:51:37.0935117Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.0941373Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bfloat16 2022-09-27T15:51:37.0943544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bool 2022-09-27T15:51:37.0966632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bfloat16 2022-09-27T15:51:37.0972096Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bfloat16 2022-09-27T15:51:37.0978381Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bool 2022-09-27T15:51:37.0980341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex128 2022-09-27T15:51:37.1000544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bool 2022-09-27T15:51:37.1008516Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex128 2022-09-27T15:51:37.1014838Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bool 2022-09-27T15:51:37.1016815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex128 2022-09-27T15:51:37.1038123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex32 2022-09-27T15:51:37.1047131Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex128 2022-09-27T15:51:37.1051910Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex32 2022-09-27T15:51:37.1061882Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float64 2022-09-27T15:51:37.1063729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex64 2022-09-27T15:51:37.1065196Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int16 2022-09-27T15:51:37.1087570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex64 2022-09-27T15:51:37.1089560Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex64 2022-09-27T15:51:37.1115132Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex64 2022-09-27T15:51:37.1127585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float16 2022-09-27T15:51:37.1135571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float16 2022-09-27T15:51:37.1143381Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float16 2022-09-27T15:51:37.1148014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float32 2022-09-27T15:51:37.1155552Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float16 2022-09-27T15:51:37.1164268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float32 2022-09-27T15:51:37.1172068Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float32 2022-09-27T15:51:37.1176610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float64 2022-09-27T15:51:37.1183951Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float32 2022-09-27T15:51:37.1193385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float64 2022-09-27T15:51:37.1202723Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float64 2022-09-27T15:51:37.1206959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int16 2022-09-27T15:51:37.1212411Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float64 2022-09-27T15:51:37.1222249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int16 2022-09-27T15:51:37.1231228Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int16 2022-09-27T15:51:37.1235485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int32 2022-09-27T15:51:37.1241007Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int16 2022-09-27T15:51:37.1257543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int32 2022-09-27T15:51:37.1259344Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int16 2022-09-27T15:51:37.1269277Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int32 2022-09-27T15:51:37.1275636Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int32 2022-09-27T15:51:37.1278994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int64 2022-09-27T15:51:37.1280036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int64 2022-09-27T15:51:37.1302923Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int32 2022-09-27T15:51:37.1305534Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int64 2022-09-27T15:51:37.1312179Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int64 2022-09-27T15:51:37.1314158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int8 2022-09-27T15:51:37.1335875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int8 2022-09-27T15:51:37.1341003Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int8 2022-09-27T15:51:37.1350185Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int8 2022-09-27T15:51:37.1352340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_uint8 2022-09-27T15:51:37.1374312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_uint8 2022-09-27T15:51:37.1380393Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_uint8 2022-09-27T15:51:37.1387594Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_uint8 2022-09-27T15:51:37.1388399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:37.1411458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:37.1417523Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:37.1424855Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:37.1425592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.1447553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.1452461Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.1461630Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.1465070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex128 2022-09-27T15:51:37.1469222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex128 2022-09-27T15:51:37.1474952Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int32 2022-09-27T15:51:37.1485165Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int64 2022-09-27T15:51:37.1491135Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex128 2022-09-27T15:51:37.1497434Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex128 2022-09-27T15:51:37.1499509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex32 2022-09-27T15:51:37.1521292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex64 2022-09-27T15:51:37.1527141Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex64 2022-09-27T15:51:37.1533257Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex32 2022-09-27T15:51:37.1535241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex64 2022-09-27T15:51:37.1557437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float16 2022-09-27T15:51:37.1563317Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float16 2022-09-27T15:51:37.1569609Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex64 2022-09-27T15:51:37.1571602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float16 2022-09-27T15:51:37.1592725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.1600779Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.1607060Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float16 2022-09-27T15:51:37.1609057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.1632024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.1636788Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.1646688Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.1647558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.1659822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.1668867Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int64 2022-09-27T15:51:37.1677108Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.1687020Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.1689191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.1691217Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int8 2022-09-27T15:51:37.1708322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.1715990Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.1722379Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.1724432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.1746759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.1752212Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.1761176Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.1763357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.1784560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.1790024Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.1796470Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.1798513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.1818430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.1826026Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.1832535Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.1834637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bfloat16 2022-09-27T15:51:37.1856223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.1861631Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.1867793Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bfloat16 2022-09-27T15:51:37.1869761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bool 2022-09-27T15:51:37.1874951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_bool 2022-09-27T15:51:37.1883247Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int8 2022-09-27T15:51:37.1890559Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_uint8 2022-09-27T15:51:37.1898089Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_bool 2022-09-27T15:51:37.1904430Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bool 2022-09-27T15:51:37.1906565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex128 2022-09-27T15:51:37.1927924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float32 2022-09-27T15:51:37.1934172Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex128 2022-09-27T15:51:37.1939952Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float32 2022-09-27T15:51:37.1941994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float64 2022-09-27T15:51:37.1964006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex64 2022-09-27T15:51:37.1969908Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float64 2022-09-27T15:51:37.1975706Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex64 2022-09-27T15:51:37.1977723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float16 2022-09-27T15:51:37.2001009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int16 2022-09-27T15:51:37.2006777Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float16 2022-09-27T15:51:37.2012385Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int16 2022-09-27T15:51:37.2014537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int32 2022-09-27T15:51:37.2034405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float32 2022-09-27T15:51:37.2039184Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float32 2022-09-27T15:51:37.2048632Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int32 2022-09-27T15:51:37.2050688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float64 2022-09-27T15:51:37.2074045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int64 2022-09-27T15:51:37.2081610Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float64 2022-09-27T15:51:37.2083026Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_uint8 2022-09-27T15:51:37.2095049Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int64 2022-09-27T15:51:37.2097803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int8 2022-09-27T15:51:37.2098686Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_bfloat16 2022-09-27T15:51:37.2118827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int16 2022-09-27T15:51:37.2125028Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int16 2022-09-27T15:51:37.2131133Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int8 2022-09-27T15:51:37.2133345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_uint8 2022-09-27T15:51:37.2154985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int32 2022-09-27T15:51:37.2161135Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int32 2022-09-27T15:51:37.2167251Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_uint8 2022-09-27T15:51:37.2169461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.2191114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int64 2022-09-27T15:51:37.2197214Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int64 2022-09-27T15:51:37.2203591Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.2206080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.2226552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int8 2022-09-27T15:51:37.2238782Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.2247176Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int8 2022-09-27T15:51:37.2249279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_uint8 2022-09-27T15:51:37.2280746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.2283588Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.2292074Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_uint8 2022-09-27T15:51:37.2296033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.2300424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:37.2311784Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex64 2022-09-27T15:51:37.2320624Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float16 2022-09-27T15:51:37.2324175Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.2334862Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:37.2336115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.2367155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.2379178Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.2386968Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.2390066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex128 2022-09-27T15:51:37.2421719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.2433995Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex128 2022-09-27T15:51:37.2447196Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.2448797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex64 2022-09-27T15:51:37.2492361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.2496061Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex64 2022-09-27T15:51:37.2507987Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.2509570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float16 2022-09-27T15:51:37.2539476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.2546352Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float16 2022-09-27T15:51:37.2556253Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.2557037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_bool 2022-09-27T15:51:37.2586925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.2592757Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_bool 2022-09-27T15:51:37.2604535Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.2605535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float32 2022-09-27T15:51:37.2633345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.2640167Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float32 2022-09-27T15:51:37.2649284Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.2651808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float64 2022-09-27T15:51:37.2678178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.2689849Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float64 2022-09-27T15:51:37.2700740Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.2702256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int16 2022-09-27T15:51:37.2730069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.2741333Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.2751026Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int16 2022-09-27T15:51:37.2752381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.2781087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int32 2022-09-27T15:51:37.2792002Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.2800451Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int32 2022-09-27T15:51:37.2802993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.2830698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int64 2022-09-27T15:51:37.2842264Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int64 2022-09-27T15:51:37.2851899Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.2853481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int8 2022-09-27T15:51:37.2884076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.2892056Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int8 2022-09-27T15:51:37.2899980Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.2902799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bfloat16 2022-09-27T15:51:37.2933642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_uint8 2022-09-27T15:51:37.2943966Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bfloat16 2022-09-27T15:51:37.2953199Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_uint8 2022-09-27T15:51:37.2956010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.2987005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bool 2022-09-27T15:51:37.2995954Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.3004682Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bool 2022-09-27T15:51:37.3006886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex128 2022-09-27T15:51:37.3034743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.3039547Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.3054060Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex128 2022-09-27T15:51:37.3055337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.3080565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex64 2022-09-27T15:51:37.3085572Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.3097431Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex64 2022-09-27T15:51:37.3099346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float16 2022-09-27T15:51:37.3130930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.3139243Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.3148801Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float16 2022-09-27T15:51:37.3150917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.3186957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float32 2022-09-27T15:51:37.3196307Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.3206190Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float32 2022-09-27T15:51:37.3209366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float64 2022-09-27T15:51:37.3230049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.3244442Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float64 2022-09-27T15:51:37.3250660Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.3257515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int16 2022-09-27T15:51:37.3271691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.3279433Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int16 2022-09-27T15:51:37.3289719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int32 2022-09-27T15:51:37.3303206Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.3307454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.3317623Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int32 2022-09-27T15:51:37.3330536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int64 2022-09-27T15:51:37.3345228Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.3353005Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int64 2022-09-27T15:51:37.3360333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_bool 2022-09-27T15:51:37.3374306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int8 2022-09-27T15:51:37.3388203Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_bool 2022-09-27T15:51:37.3395506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float32 2022-09-27T15:51:37.3404514Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int8 2022-09-27T15:51:37.3416729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_uint8 2022-09-27T15:51:37.3429695Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float32 2022-09-27T15:51:37.3434366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float64 2022-09-27T15:51:37.3446991Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_uint8 2022-09-27T15:51:37.3456549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:37.3463826Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float64 2022-09-27T15:51:37.3475596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int16 2022-09-27T15:51:37.3490515Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:37.3495920Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int16 2022-09-27T15:51:37.3503814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.3523750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int32 2022-09-27T15:51:37.3535752Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.3541593Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int32 2022-09-27T15:51:37.3551586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex128 2022-09-27T15:51:37.3578384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int64 2022-09-27T15:51:37.3588996Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex128 2022-09-27T15:51:37.3602594Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int64 2022-09-27T15:51:37.3605717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex64 2022-09-27T15:51:37.3633177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int8 2022-09-27T15:51:37.3637741Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex64 2022-09-27T15:51:37.3648731Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int8 2022-09-27T15:51:37.3649819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float16 2022-09-27T15:51:37.3681289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_uint8 2022-09-27T15:51:37.3685429Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_uint8 2022-09-27T15:51:37.3696138Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float16 2022-09-27T15:51:37.3697117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.3728145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.3732298Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.3743962Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.3745570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.3768584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.3775150Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.3784063Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.3789001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.3820917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.3834810Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.3844974Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.3847867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.3892114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.3899454Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.3909285Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.3912255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.3946680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.3953349Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.3963504Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.3965042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.3990536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.3997544Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.4008597Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.4010085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.4031360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.4043157Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.4047548Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.4056191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.4067562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bfloat16 2022-09-27T15:51:37.4082899Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.4085034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_bool 2022-09-27T15:51:37.4092228Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bfloat16 2022-09-27T15:51:37.4103011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bool 2022-09-27T15:51:37.4111194Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_bool 2022-09-27T15:51:37.4118439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex128 2022-09-27T15:51:37.4129056Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_bfloat16 2022-09-27T15:51:37.4140505Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bool 2022-09-27T15:51:37.4146622Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float32 2022-09-27T15:51:37.4148911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex128 2022-09-27T15:51:37.4158239Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex128 2022-09-27T15:51:37.4169733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex64 2022-09-27T15:51:37.4180216Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex128 2022-09-27T15:51:37.4191230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex64 2022-09-27T15:51:37.4202987Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex64 2022-09-27T15:51:37.4209527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float32 2022-09-27T15:51:37.4220076Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex64 2022-09-27T15:51:37.4235738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float16 2022-09-27T15:51:37.4249034Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float32 2022-09-27T15:51:37.4257700Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float16 2022-09-27T15:51:37.4264262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float64 2022-09-27T15:51:37.4283846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float32 2022-09-27T15:51:37.4297867Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float64 2022-09-27T15:51:37.4302158Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float32 2022-09-27T15:51:37.4311916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int16 2022-09-27T15:51:37.4339386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float64 2022-09-27T15:51:37.4347248Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float64 2022-09-27T15:51:37.4355567Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int16 2022-09-27T15:51:37.4356477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int32 2022-09-27T15:51:37.4386762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int16 2022-09-27T15:51:37.4392990Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int32 2022-09-27T15:51:37.4402197Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int16 2022-09-27T15:51:37.4403703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int32 2022-09-27T15:51:37.4426013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int64 2022-09-27T15:51:37.4437645Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int32 2022-09-27T15:51:37.4446056Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int64 2022-09-27T15:51:37.4447609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int64 2022-09-27T15:51:37.4489058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int8 2022-09-27T15:51:37.4495536Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int64 2022-09-27T15:51:37.4504565Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int8 2022-09-27T15:51:37.4505362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_uint8 2022-09-27T15:51:37.4542379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int8 2022-09-27T15:51:37.4552166Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_uint8 2022-09-27T15:51:37.4563318Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int8 2022-09-27T15:51:37.4564624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_uint8 2022-09-27T15:51:37.4596610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.4608193Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_uint8 2022-09-27T15:51:37.4617680Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.4618672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:37.4645012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex128 2022-09-27T15:51:37.4652665Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:37.4660524Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex128 2022-09-27T15:51:37.4661352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.4694924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex64 2022-09-27T15:51:37.4697824Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.4707167Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex64 2022-09-27T15:51:37.4708062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex128 2022-09-27T15:51:37.4734768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.4742244Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex128 2022-09-27T15:51:37.4753056Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.4754515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex64 2022-09-27T15:51:37.4779777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.4784116Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex64 2022-09-27T15:51:37.4796912Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.4798269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.4821237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float16 2022-09-27T15:51:37.4830713Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.4841275Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float16 2022-09-27T15:51:37.4842315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.4876608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.4880339Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.4889350Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.4890418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.4924410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.4927684Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.4936171Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.4937153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.4951927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.4974873Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float16 2022-09-27T15:51:37.4976869Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float32 2022-09-27T15:51:37.4980710Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.4990476Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.4992175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.5025756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.5038486Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.5050917Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.5052645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_bool 2022-09-27T15:51:37.5086124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.5093538Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_bool 2022-09-27T15:51:37.5107871Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.5111081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex128 2022-09-27T15:51:37.5143509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.5153454Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.5166345Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex128 2022-09-27T15:51:37.5169019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.5206370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex64 2022-09-27T15:51:37.5210331Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.5219411Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex64 2022-09-27T15:51:37.5221991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_bfloat16 2022-09-27T15:51:37.5259380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float32 2022-09-27T15:51:37.5263349Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_bfloat16 2022-09-27T15:51:37.5272839Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float32 2022-09-27T15:51:37.5275270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex128 2022-09-27T15:51:37.5306736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float64 2022-09-27T15:51:37.5317657Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float64 2022-09-27T15:51:37.5326888Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex128 2022-09-27T15:51:37.5329696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex64 2022-09-27T15:51:37.5361378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int16 2022-09-27T15:51:37.5370129Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex64 2022-09-27T15:51:37.5382278Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int16 2022-09-27T15:51:37.5384950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float32 2022-09-27T15:51:37.5419499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int32 2022-09-27T15:51:37.5425771Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float32 2022-09-27T15:51:37.5439093Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int32 2022-09-27T15:51:37.5440684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float64 2022-09-27T15:51:37.5473078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int64 2022-09-27T15:51:37.5481429Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int64 2022-09-27T15:51:37.5491076Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float64 2022-09-27T15:51:37.5492313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int8 2022-09-27T15:51:37.5522516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int16 2022-09-27T15:51:37.5534062Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int8 2022-09-27T15:51:37.5543807Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int16 2022-09-27T15:51:37.5544708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_uint8 2022-09-27T15:51:37.5579164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int32 2022-09-27T15:51:37.5587580Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_uint8 2022-09-27T15:51:37.5596387Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int32 2022-09-27T15:51:37.5598986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int64 2022-09-27T15:51:37.5633821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.5638651Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.5653768Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int64 2022-09-27T15:51:37.5655314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int8 2022-09-27T15:51:37.5681077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex128 2022-09-27T15:51:37.5690156Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int8 2022-09-27T15:51:37.5698139Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex128 2022-09-27T15:51:37.5698898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex64 2022-09-27T15:51:37.5736788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_uint8 2022-09-27T15:51:37.5739923Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex64 2022-09-27T15:51:37.5749665Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_uint8 2022-09-27T15:51:37.5751834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.5780354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:37.5786348Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:37.5799532Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.5800388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex128 2022-09-27T15:51:37.5829664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.5838032Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex128 2022-09-27T15:51:37.5845765Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.5848056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.5883259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex64 2022-09-27T15:51:37.5892201Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.5898441Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float32 2022-09-27T15:51:37.5906697Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex64 2022-09-27T15:51:37.5909788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.5910560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.5938759Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float64 2022-09-27T15:51:37.5947446Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.5958115Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.5960087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.5987960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.5994764Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.6004019Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.6005407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.6033682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.6035932Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.6044911Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.6046870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.6077976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.6084551Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.6094581Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.6096082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_bool 2022-09-27T15:51:37.6119437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.6126306Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_bool 2022-09-27T15:51:37.6134672Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.6137616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex128 2022-09-27T15:51:37.6169298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.6172679Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.6183062Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex128 2022-09-27T15:51:37.6183891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.6212558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex64 2022-09-27T15:51:37.6218188Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.6232759Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex64 2022-09-27T15:51:37.6235760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bfloat16 2022-09-27T15:51:37.6265494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float32 2022-09-27T15:51:37.6273418Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bfloat16 2022-09-27T15:51:37.6288614Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float32 2022-09-27T15:51:37.6290001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bool 2022-09-27T15:51:37.6325671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float64 2022-09-27T15:51:37.6335294Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bool 2022-09-27T15:51:37.6346569Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float64 2022-09-27T15:51:37.6348123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float32 2022-09-27T15:51:37.6389179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int16 2022-09-27T15:51:37.6396695Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float32 2022-09-27T15:51:37.6411928Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int16 2022-09-27T15:51:37.6412918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float64 2022-09-27T15:51:37.6454402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int32 2022-09-27T15:51:37.6458790Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float64 2022-09-27T15:51:37.6467666Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int32 2022-09-27T15:51:37.6468673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int16 2022-09-27T15:51:37.6505957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int64 2022-09-27T15:51:37.6510357Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int16 2022-09-27T15:51:37.6519429Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int64 2022-09-27T15:51:37.6522070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int32 2022-09-27T15:51:37.6554361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int8 2022-09-27T15:51:37.6562733Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int32 2022-09-27T15:51:37.6571703Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int8 2022-09-27T15:51:37.6574114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int64 2022-09-27T15:51:37.6600735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_uint8 2022-09-27T15:51:37.6613896Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int64 2022-09-27T15:51:37.6622186Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_uint8 2022-09-27T15:51:37.6625018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int8 2022-09-27T15:51:37.6652703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.6659851Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int8 2022-09-27T15:51:37.6673046Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.6675505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_uint8 2022-09-27T15:51:37.6702631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex128 2022-09-27T15:51:37.6709710Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_uint8 2022-09-27T15:51:37.6718516Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex128 2022-09-27T15:51:37.6719430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex64 2022-09-27T15:51:37.6747816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:37.6756979Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex64 2022-09-27T15:51:37.6764841Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:37.6766041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.6794047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.6802383Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.6812457Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.6813224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.6852908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.6857180Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.6867294Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.6868937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.6901825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.6911168Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.6923056Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.6923850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.6950856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.6957474Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.6967579Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.6969216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.6990793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.7000615Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.7010167Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.7012718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.7039987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.7045009Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.7056501Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.7057395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.7086466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.7093282Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.7105396Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.7106421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_bool 2022-09-27T15:51:37.7137405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.7143403Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.7156345Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_bool 2022-09-27T15:51:37.7157902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float32 2022-09-27T15:51:37.7184156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bfloat16 2022-09-27T15:51:37.7188824Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float32 2022-09-27T15:51:37.7199533Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bfloat16 2022-09-27T15:51:37.7200288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float64 2022-09-27T15:51:37.7229048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bool 2022-09-27T15:51:37.7235582Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bool 2022-09-27T15:51:37.7246935Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float64 2022-09-27T15:51:37.7248298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float16 2022-09-27T15:51:37.7269297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int16 2022-09-27T15:51:37.7280563Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float16 2022-09-27T15:51:37.7292406Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int16 2022-09-27T15:51:37.7294281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float32 2022-09-27T15:51:37.7323125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int32 2022-09-27T15:51:37.7332935Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float32 2022-09-27T15:51:37.7341299Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int32 2022-09-27T15:51:37.7342873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int64 2022-09-27T15:51:37.7380136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float64 2022-09-27T15:51:37.7387018Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int64 2022-09-27T15:51:37.7402301Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float64 2022-09-27T15:51:37.7403761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int8 2022-09-27T15:51:37.7407555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int16 2022-09-27T15:51:37.7417302Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float32 2022-09-27T15:51:37.7435379Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float64 2022-09-27T15:51:37.7437466Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int16 2022-09-27T15:51:37.7448892Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int8 2022-09-27T15:51:37.7449725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_uint8 2022-09-27T15:51:37.7478914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int32 2022-09-27T15:51:37.7488485Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int32 2022-09-27T15:51:37.7496795Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_uint8 2022-09-27T15:51:37.7498456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int64 2022-09-27T15:51:37.7529524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.7534009Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int64 2022-09-27T15:51:37.7544930Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.7546517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int8 2022-09-27T15:51:37.7577273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.7582055Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int8 2022-09-27T15:51:37.7590443Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.7591710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.7619634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_uint8 2022-09-27T15:51:37.7628435Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.7637274Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_uint8 2022-09-27T15:51:37.7640163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:37.7664105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.7674004Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:37.7682175Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.7685210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.7706171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.7716031Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.7726505Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.7728281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float16 2022-09-27T15:51:37.7749367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.7763759Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float16 2022-09-27T15:51:37.7775921Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.7777370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.7798187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.7810423Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.7820062Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.7821504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.7850505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.7855586Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.7868415Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.7869185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.7898738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_bool 2022-09-27T15:51:37.7904502Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_bool 2022-09-27T15:51:37.7916669Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.7917445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.7952700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float32 2022-09-27T15:51:37.7960588Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float32 2022-09-27T15:51:37.7969859Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.7970632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.8004983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float64 2022-09-27T15:51:37.8009415Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float64 2022-09-27T15:51:37.8022022Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.8023521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.8053370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int16 2022-09-27T15:51:37.8061486Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.8070956Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int16 2022-09-27T15:51:37.8072479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int32 2022-09-27T15:51:37.8098427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.8103924Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int32 2022-09-27T15:51:37.8117372Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.8118791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bfloat16 2022-09-27T15:51:37.8145751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int64 2022-09-27T15:51:37.8151988Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int64 2022-09-27T15:51:37.8160834Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bfloat16 2022-09-27T15:51:37.8161585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bool 2022-09-27T15:51:37.8193388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int8 2022-09-27T15:51:37.8200301Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int8 2022-09-27T15:51:37.8209205Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bool 2022-09-27T15:51:37.8217346Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float64 2022-09-27T15:51:37.8222158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex128 2022-09-27T15:51:37.8223705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_uint8 2022-09-27T15:51:37.8246078Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int16 2022-09-27T15:51:37.8256048Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex128 2022-09-27T15:51:37.8263521Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_uint8 2022-09-27T15:51:37.8264472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex32 2022-09-27T15:51:37.8292043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.8298686Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex32 2022-09-27T15:51:37.8307290Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.8309074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex64 2022-09-27T15:51:37.8340681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.8345791Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex64 2022-09-27T15:51:37.8354373Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.8356196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float16 2022-09-27T15:51:37.8383029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.8392780Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float16 2022-09-27T15:51:37.8400524Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.8402996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float32 2022-09-27T15:51:37.8432495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.8443307Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float32 2022-09-27T15:51:37.8453555Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.8454573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float64 2022-09-27T15:51:37.8481566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.8494288Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float64 2022-09-27T15:51:37.8503445Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.8504262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int16 2022-09-27T15:51:37.8530750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.8537536Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int16 2022-09-27T15:51:37.8547193Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.8548236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int32 2022-09-27T15:51:37.8581776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.8585118Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int32 2022-09-27T15:51:37.8593472Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.8594488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int64 2022-09-27T15:51:37.8622541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.8627914Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.8639706Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int64 2022-09-27T15:51:37.8641633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_bool 2022-09-27T15:51:37.8667287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int8 2022-09-27T15:51:37.8675197Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_bool 2022-09-27T15:51:37.8683962Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int8 2022-09-27T15:51:37.8684700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float32 2022-09-27T15:51:37.8711237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_uint8 2022-09-27T15:51:37.8718929Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float32 2022-09-27T15:51:37.8728702Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_uint8 2022-09-27T15:51:37.8729764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float64 2022-09-27T15:51:37.8753614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:37.8759956Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float64 2022-09-27T15:51:37.8771609Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:37.8772401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int16 2022-09-27T15:51:37.8802968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.8813186Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int16 2022-09-27T15:51:37.8821633Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.8823111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex128 2022-09-27T15:51:37.8850421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int32 2022-09-27T15:51:37.8855246Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex128 2022-09-27T15:51:37.8864989Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int32 2022-09-27T15:51:37.8866045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex32 2022-09-27T15:51:37.8901133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int64 2022-09-27T15:51:37.8903305Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int64 2022-09-27T15:51:37.8912341Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex32 2022-09-27T15:51:37.8913162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex64 2022-09-27T15:51:37.8939184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int8 2022-09-27T15:51:37.8946623Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex64 2022-09-27T15:51:37.8955563Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int8 2022-09-27T15:51:37.8956618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float16 2022-09-27T15:51:37.8985478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_uint8 2022-09-27T15:51:37.8991065Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_uint8 2022-09-27T15:51:37.9002166Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float16 2022-09-27T15:51:37.9004347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.9032001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.9040573Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.9050292Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.9051126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.9086756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.9089786Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.9098016Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.9099142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.9135006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.9136985Z [gw0] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int16 2022-09-27T15:51:37.9149147Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float64 2022-09-27T15:51:37.9161445Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.9163577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.9165418Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int32 2022-09-27T15:51:37.9192129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.9205136Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.9213351Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int16 2022-09-27T15:51:37.9216235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.9247809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.9255019Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.9263435Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int32 2022-09-27T15:51:37.9265897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.9293740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.9301785Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int64 2022-09-27T15:51:37.9312169Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.9313829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.9334618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.9344753Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int8 2022-09-27T15:51:37.9354431Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.9355999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.9378957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bfloat16 2022-09-27T15:51:37.9388496Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bfloat16 2022-09-27T15:51:37.9398196Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:51:37.9399714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bfloat16 2022-09-27T15:51:37.9425539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bool 2022-09-27T15:51:37.9431877Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bfloat16 2022-09-27T15:51:37.9443197Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bool 2022-09-27T15:51:37.9444880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float16 2022-09-27T15:51:37.9471978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bool 2022-09-27T15:51:37.9478954Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float16 2022-09-27T15:51:37.9487362Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bool 2022-09-27T15:51:37.9488098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float32 2022-09-27T15:51:37.9519174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex128 2022-09-27T15:51:37.9523748Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex128 2022-09-27T15:51:37.9533333Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float32 2022-09-27T15:51:37.9534343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float64 2022-09-27T15:51:37.9564297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex32 2022-09-27T15:51:37.9571565Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float64 2022-09-27T15:51:37.9580058Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex32 2022-09-27T15:51:37.9582652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int16 2022-09-27T15:51:37.9604736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex64 2022-09-27T15:51:37.9614821Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int16 2022-09-27T15:51:37.9621126Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex64 2022-09-27T15:51:37.9627298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int32 2022-09-27T15:51:37.9647257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float16 2022-09-27T15:51:37.9655247Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int32 2022-09-27T15:51:37.9663129Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float16 2022-09-27T15:51:37.9663930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float32 2022-09-27T15:51:37.9693657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int64 2022-09-27T15:51:37.9696585Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float32 2022-09-27T15:51:37.9704460Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int64 2022-09-27T15:51:37.9707201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int8 2022-09-27T15:51:37.9735406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float64 2022-09-27T15:51:37.9741777Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float64 2022-09-27T15:51:37.9749873Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int8 2022-09-27T15:51:37.9750722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_uint8 2022-09-27T15:51:37.9763657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int16 2022-09-27T15:51:37.9774882Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float64 2022-09-27T15:51:37.9786815Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int16 2022-09-27T15:51:37.9792009Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int16 2022-09-27T15:51:37.9805564Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_uint8 2022-09-27T15:51:37.9807306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int32 2022-09-27T15:51:37.9832606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:37.9841071Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int32 2022-09-27T15:51:37.9851003Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:37.9852647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.9877919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int64 2022-09-27T15:51:37.9884459Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bool 2022-09-27T15:51:37.9895692Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int64 2022-09-27T15:51:37.9897910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float16 2022-09-27T15:51:37.9929087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int8 2022-09-27T15:51:37.9933561Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float16 2022-09-27T15:51:37.9945725Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int8 2022-09-27T15:51:37.9947075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.9974411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_uint8 2022-09-27T15:51:37.9982276Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float32 2022-09-27T15:51:37.9990977Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_uint8 2022-09-27T15:51:37.9992874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.0027875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.0032137Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.0041900Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.0043020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.0072628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bool 2022-09-27T15:51:38.0082800Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.0096182Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bool 2022-09-27T15:51:38.0097565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.0134339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex128 2022-09-27T15:51:38.0138061Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.0146273Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex128 2022-09-27T15:51:38.0147481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex32 2022-09-27T15:51:38.0182147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.0190444Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.0195573Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex32 2022-09-27T15:51:38.0202996Z [gw0] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int32 2022-09-27T15:51:38.0206134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.0207698Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int64 2022-09-27T15:51:38.0235525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex64 2022-09-27T15:51:38.0249977Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.0254796Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex64 2022-09-27T15:51:38.0261942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.0282894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.0294923Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.0301869Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.0309782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.0324001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.0336676Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.0342882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex128 2022-09-27T15:51:38.0350998Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.0363147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.0377356Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex128 2022-09-27T15:51:38.0383683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex64 2022-09-27T15:51:38.0392699Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.0404572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.0415209Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex64 2022-09-27T15:51:38.0421611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float16 2022-09-27T15:51:38.0432063Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.0443836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.0454370Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float16 2022-09-27T15:51:38.0461018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float32 2022-09-27T15:51:38.0470298Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.0482420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.0494874Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float32 2022-09-27T15:51:38.0500967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float64 2022-09-27T15:51:38.0509243Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.0521247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.0533965Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float64 2022-09-27T15:51:38.0540118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.0548128Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.0559760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.0570367Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.0578478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex128 2022-09-27T15:51:38.0586483Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.0598381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.0610762Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex128 2022-09-27T15:51:38.0617478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex64 2022-09-27T15:51:38.0625539Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.0639675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bool 2022-09-27T15:51:38.0651593Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex64 2022-09-27T15:51:38.0657713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.0668405Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bool 2022-09-27T15:51:38.0678779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex128 2022-09-27T15:51:38.0689564Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.0696666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.0708950Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex128 2022-09-27T15:51:38.0720362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex32 2022-09-27T15:51:38.0732836Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.0740023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.0751469Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex32 2022-09-27T15:51:38.0763865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex64 2022-09-27T15:51:38.0777544Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.0783935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.0792019Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex64 2022-09-27T15:51:38.0804289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float16 2022-09-27T15:51:38.0815165Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.0828823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bool 2022-09-27T15:51:38.0840864Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float16 2022-09-27T15:51:38.0846846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float32 2022-09-27T15:51:38.0854550Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bool 2022-09-27T15:51:38.0861553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex128 2022-09-27T15:51:38.0870714Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float32 2022-09-27T15:51:38.0883131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float64 2022-09-27T15:51:38.0899551Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex128 2022-09-27T15:51:38.0906918Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float64 2022-09-27T15:51:38.0907819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex64 2022-09-27T15:51:38.0936761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int16 2022-09-27T15:51:38.0942701Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex64 2022-09-27T15:51:38.0954530Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int16 2022-09-27T15:51:38.0956105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float16 2022-09-27T15:51:38.0986327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int32 2022-09-27T15:51:38.0989354Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float16 2022-09-27T15:51:38.0997361Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int32 2022-09-27T15:51:38.0998142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float32 2022-09-27T15:51:38.1032141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int64 2022-09-27T15:51:38.1040496Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float32 2022-09-27T15:51:38.1049988Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int64 2022-09-27T15:51:38.1051708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float64 2022-09-27T15:51:38.1086380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int8 2022-09-27T15:51:38.1098795Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float64 2022-09-27T15:51:38.1103292Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int8 2022-09-27T15:51:38.1115573Z [gw0] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int64 2022-09-27T15:51:38.1117081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int16 2022-09-27T15:51:38.1118732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_uint8 2022-09-27T15:51:38.1139191Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int8 2022-09-27T15:51:38.1145136Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_uint8 2022-09-27T15:51:38.1156253Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int16 2022-09-27T15:51:38.1157232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.1182769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int32 2022-09-27T15:51:38.1191126Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int32 2022-09-27T15:51:38.1199267Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.1200103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bool 2022-09-27T15:51:38.1233125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int64 2022-09-27T15:51:38.1235140Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bool 2022-09-27T15:51:38.1242589Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int64 2022-09-27T15:51:38.1244678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int8 2022-09-27T15:51:38.1274378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex128 2022-09-27T15:51:38.1279779Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int8 2022-09-27T15:51:38.1290896Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex128 2022-09-27T15:51:38.1292070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex32 2022-09-27T15:51:38.1321821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_uint8 2022-09-27T15:51:38.1328046Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_uint8 2022-09-27T15:51:38.1337581Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex32 2022-09-27T15:51:38.1340417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex64 2022-09-27T15:51:38.1367935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.1370806Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.1377374Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex64 2022-09-27T15:51:38.1380035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.1398621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bool 2022-09-27T15:51:38.1409163Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.1415387Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bool 2022-09-27T15:51:38.1417968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.1437560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex128 2022-09-27T15:51:38.1453058Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.1456251Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex128 2022-09-27T15:51:38.1462450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.1473384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex64 2022-09-27T15:51:38.1482802Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.1492170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.1503594Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex64 2022-09-27T15:51:38.1512969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.1521508Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.1536139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.1549065Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.1555664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.1564437Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.1577395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.1591373Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.1596828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.1603762Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.1622288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.1634777Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.1641281Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.1649657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.1664557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.1675606Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.1684696Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.1686474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.1720386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.1722469Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.1730229Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.1732195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.1758916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bool 2022-09-27T15:51:38.1766891Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.1776991Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bool 2022-09-27T15:51:38.1778007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.1806015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex128 2022-09-27T15:51:38.1814612Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.1823449Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex128 2022-09-27T15:51:38.1825779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.1858071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex64 2022-09-27T15:51:38.1866086Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.1877509Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex64 2022-09-27T15:51:38.1878407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float16 2022-09-27T15:51:38.1902180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.1907229Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float16 2022-09-27T15:51:38.1916834Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.1925292Z [gw0] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int8 2022-09-27T15:51:38.1929263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float32 2022-09-27T15:51:38.1930481Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_uint8 2022-09-27T15:51:38.1961189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bool 2022-09-27T15:51:38.1964228Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bool 2022-09-27T15:51:38.1972015Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float32 2022-09-27T15:51:38.1973067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float64 2022-09-27T15:51:38.2008086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex128 2022-09-27T15:51:38.2010242Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex128 2022-09-27T15:51:38.2018268Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float64 2022-09-27T15:51:38.2019306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int16 2022-09-27T15:51:38.2046715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex64 2022-09-27T15:51:38.2052234Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int16 2022-09-27T15:51:38.2064345Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex64 2022-09-27T15:51:38.2065535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float16 2022-09-27T15:51:38.2095031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int32 2022-09-27T15:51:38.2098309Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float16 2022-09-27T15:51:38.2106100Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int32 2022-09-27T15:51:38.2107135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int64 2022-09-27T15:51:38.2140882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float32 2022-09-27T15:51:38.2143677Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float32 2022-09-27T15:51:38.2152065Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int64 2022-09-27T15:51:38.2153416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float64 2022-09-27T15:51:38.2183155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int8 2022-09-27T15:51:38.2188174Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float64 2022-09-27T15:51:38.2196985Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int8 2022-09-27T15:51:38.2203605Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int16 2022-09-27T15:51:38.2205216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_uint8 2022-09-27T15:51:38.2213769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int16 2022-09-27T15:51:38.2228147Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int32 2022-09-27T15:51:38.2232359Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_uint8 2022-09-27T15:51:38.2241567Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int16 2022-09-27T15:51:38.2242869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.2274042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int32 2022-09-27T15:51:38.2277174Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int32 2022-09-27T15:51:38.2286263Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.2287321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int64 2022-09-27T15:51:38.2313879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bool 2022-09-27T15:51:38.2319573Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int64 2022-09-27T15:51:38.2330848Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bool 2022-09-27T15:51:38.2331935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int8 2022-09-27T15:51:38.2359073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex128 2022-09-27T15:51:38.2363012Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int8 2022-09-27T15:51:38.2373520Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex128 2022-09-27T15:51:38.2374314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_uint8 2022-09-27T15:51:38.2409111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex64 2022-09-27T15:51:38.2412649Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex64 2022-09-27T15:51:38.2421158Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_uint8 2022-09-27T15:51:38.2422161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.2450006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.2457523Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.2465531Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.2468165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bool 2022-09-27T15:51:38.2490766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.2498830Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bool 2022-09-27T15:51:38.2507779Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.2509058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.2545644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex128 2022-09-27T15:51:38.2548300Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.2558490Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex128 2022-09-27T15:51:38.2559387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.2578117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex64 2022-09-27T15:51:38.2588436Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.2597547Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex64 2022-09-27T15:51:38.2598463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.2624360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.2630201Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.2636904Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.2639354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.2658102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.2668179Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.2675524Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.2677308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.2697244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.2707501Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.2716297Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.2717418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.2742910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.2749207Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.2755763Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.2757420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.2776443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.2785039Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.2795053Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.2798157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bool 2022-09-27T15:51:38.2826123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.2829357Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bool 2022-09-27T15:51:38.2838777Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.2839605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.2869247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex128 2022-09-27T15:51:38.2875014Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex128 2022-09-27T15:51:38.2884968Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.2885734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.2915542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex64 2022-09-27T15:51:38.2925440Z [gw0] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_uint8 2022-09-27T15:51:38.2927717Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex64 2022-09-27T15:51:38.2938644Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.2941582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float16 2022-09-27T15:51:38.2943187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.2961314Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bfloat16 2022-09-27T15:51:38.2968125Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.2977333Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float16 2022-09-27T15:51:38.2979660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bool 2022-09-27T15:51:38.2998718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float32 2022-09-27T15:51:38.3007592Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bool 2022-09-27T15:51:38.3019390Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float32 2022-09-27T15:51:38.3020518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float16 2022-09-27T15:51:38.3043685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float64 2022-09-27T15:51:38.3049107Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float16 2022-09-27T15:51:38.3058586Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float64 2022-09-27T15:51:38.3060879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float32 2022-09-27T15:51:38.3079889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int16 2022-09-27T15:51:38.3088814Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float32 2022-09-27T15:51:38.3098507Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int16 2022-09-27T15:51:38.3099304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float64 2022-09-27T15:51:38.3121086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int32 2022-09-27T15:51:38.3129002Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float64 2022-09-27T15:51:38.3138732Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int32 2022-09-27T15:51:38.3139650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int16 2022-09-27T15:51:38.3164469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int64 2022-09-27T15:51:38.3170126Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int16 2022-09-27T15:51:38.3176958Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int64 2022-09-27T15:51:38.3179579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int32 2022-09-27T15:51:38.3201153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int8 2022-09-27T15:51:38.3212444Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int32 2022-09-27T15:51:38.3220225Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int8 2022-09-27T15:51:38.3220996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int64 2022-09-27T15:51:38.3254018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_uint8 2022-09-27T15:51:38.3257283Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int64 2022-09-27T15:51:38.3266762Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_uint8 2022-09-27T15:51:38.3268736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int8 2022-09-27T15:51:38.3297046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.3303295Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.3315565Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int8 2022-09-27T15:51:38.3316477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_uint8 2022-09-27T15:51:38.3352304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bool 2022-09-27T15:51:38.3362861Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bool 2022-09-27T15:51:38.3372586Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_uint8 2022-09-27T15:51:38.3374099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.3405332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex128 2022-09-27T15:51:38.3416022Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.3425558Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex128 2022-09-27T15:51:38.3426584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex64 2022-09-27T15:51:38.3457746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bool 2022-09-27T15:51:38.3465822Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex64 2022-09-27T15:51:38.3475926Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bool 2022-09-27T15:51:38.3477151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.3504182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.3511573Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.3520014Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.3520985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.3553071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.3559194Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.3567791Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.3569162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.3596214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.3598909Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.3605688Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.3607711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.3627117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.3638494Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.3642457Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.3649064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.3660942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.3670795Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.3676408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.3686129Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.3702715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.3710728Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.3720106Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.3721095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.3751710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.3758860Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.3767284Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.3768306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.3798662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.3807152Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.3816598Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.3817634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.3845088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.3854603Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.3862965Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.3865547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bool 2022-09-27T15:51:38.3884973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bool 2022-09-27T15:51:38.3897461Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bool 2022-09-27T15:51:38.3905814Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bool 2022-09-27T15:51:38.3906823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex128 2022-09-27T15:51:38.3938853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex128 2022-09-27T15:51:38.3941464Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex128 2022-09-27T15:51:38.3950510Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex128 2022-09-27T15:51:38.3951572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex64 2022-09-27T15:51:38.3976682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex32 2022-09-27T15:51:38.3982503Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex64 2022-09-27T15:51:38.3990061Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex32 2022-09-27T15:51:38.3991151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex64 2022-09-27T15:51:38.4023856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float16 2022-09-27T15:51:38.4029638Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex64 2022-09-27T15:51:38.4041035Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float16 2022-09-27T15:51:38.4043128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float32 2022-09-27T15:51:38.4077053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float16 2022-09-27T15:51:38.4080589Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float32 2022-09-27T15:51:38.4089777Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float16 2022-09-27T15:51:38.4090881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float32 2022-09-27T15:51:38.4122333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float64 2022-09-27T15:51:38.4125735Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float32 2022-09-27T15:51:38.4139662Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float64 2022-09-27T15:51:38.4142479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float64 2022-09-27T15:51:38.4180015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int16 2022-09-27T15:51:38.4183854Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float64 2022-09-27T15:51:38.4193390Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int16 2022-09-27T15:51:38.4194746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int32 2022-09-27T15:51:38.4216893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int16 2022-09-27T15:51:38.4230936Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int32 2022-09-27T15:51:38.4238433Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int16 2022-09-27T15:51:38.4248227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int64 2022-09-27T15:51:38.4256446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int32 2022-09-27T15:51:38.4267521Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int64 2022-09-27T15:51:38.4282316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int8 2022-09-27T15:51:38.4296017Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int32 2022-09-27T15:51:38.4297852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int64 2022-09-27T15:51:38.4305960Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int8 2022-09-27T15:51:38.4317604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_uint8 2022-09-27T15:51:38.4332628Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int64 2022-09-27T15:51:38.4337580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int8 2022-09-27T15:51:38.4344826Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_uint8 2022-09-27T15:51:38.4356327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.4369699Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int8 2022-09-27T15:51:38.4381188Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.4384446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bool 2022-09-27T15:51:38.4404555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_uint8 2022-09-27T15:51:38.4415307Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bool 2022-09-27T15:51:38.4421764Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_uint8 2022-09-27T15:51:38.4424344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex128 2022-09-27T15:51:38.4444959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.4451387Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex128 2022-09-27T15:51:38.4462998Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.4464464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex64 2022-09-27T15:51:38.4487114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bool 2022-09-27T15:51:38.4493677Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex64 2022-09-27T15:51:38.4504084Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bool 2022-09-27T15:51:38.4505257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.4535695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex128 2022-09-27T15:51:38.4543947Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex128 2022-09-27T15:51:38.4552553Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.4554776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.4590661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex32 2022-09-27T15:51:38.4594260Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex32 2022-09-27T15:51:38.4604262Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.4605076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.4634883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex64 2022-09-27T15:51:38.4640939Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.4650454Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex64 2022-09-27T15:51:38.4651284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.4679154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.4686501Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.4698881Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.4700147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.4737616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.4747796Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.4760662Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.4762052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.4796896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.4806811Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.4816819Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.4819796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.4861133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.4864127Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.4874608Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.4887545Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int32 2022-09-27T15:51:38.4888794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.4890028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.4923785Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int64 2022-09-27T15:51:38.4928692Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.4941890Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.4943070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.4966333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.4976168Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.4985984Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.4987386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.5012878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bool 2022-09-27T15:51:38.5019991Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.5028955Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bool 2022-09-27T15:51:38.5030453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex128 2022-09-27T15:51:38.5054690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.5065668Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex128 2022-09-27T15:51:38.5068150Z [gw0] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bfloat16 2022-09-27T15:51:38.5080451Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.5082082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.5083899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex64 2022-09-27T15:51:38.5101433Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bool 2022-09-27T15:51:38.5116559Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.5121780Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex64 2022-09-27T15:51:38.5134346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bool 2022-09-27T15:51:38.5138936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float16 2022-09-27T15:51:38.5148095Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bool 2022-09-27T15:51:38.5160839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex128 2022-09-27T15:51:38.5174300Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float16 2022-09-27T15:51:38.5179822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float32 2022-09-27T15:51:38.5187651Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex128 2022-09-27T15:51:38.5200433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex32 2022-09-27T15:51:38.5210034Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float32 2022-09-27T15:51:38.5221767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float64 2022-09-27T15:51:38.5239850Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex32 2022-09-27T15:51:38.5242924Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float64 2022-09-27T15:51:38.5250044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex64 2022-09-27T15:51:38.5259149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int16 2022-09-27T15:51:38.5268955Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex64 2022-09-27T15:51:38.5283371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float16 2022-09-27T15:51:38.5293673Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int16 2022-09-27T15:51:38.5298904Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float16 2022-09-27T15:51:38.5305418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int32 2022-09-27T15:51:38.5321099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float32 2022-09-27T15:51:38.5333178Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int32 2022-09-27T15:51:38.5338413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int64 2022-09-27T15:51:38.5345971Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float32 2022-09-27T15:51:38.5356188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float64 2022-09-27T15:51:38.5363894Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int64 2022-09-27T15:51:38.5372745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int8 2022-09-27T15:51:38.5383337Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float64 2022-09-27T15:51:38.5391148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int16 2022-09-27T15:51:38.5400638Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int8 2022-09-27T15:51:38.5416360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_uint8 2022-09-27T15:51:38.5429799Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int16 2022-09-27T15:51:38.5434771Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_uint8 2022-09-27T15:51:38.5440825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int32 2022-09-27T15:51:38.5461098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.5473611Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int32 2022-09-27T15:51:38.5482716Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.5483996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int64 2022-09-27T15:51:38.5506481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bool 2022-09-27T15:51:38.5519210Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int64 2022-09-27T15:51:38.5525370Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bool 2022-09-27T15:51:38.5532640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int8 2022-09-27T15:51:38.5546377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex128 2022-09-27T15:51:38.5553761Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int8 2022-09-27T15:51:38.5561028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_uint8 2022-09-27T15:51:38.5570860Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex128 2022-09-27T15:51:38.5583047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex64 2022-09-27T15:51:38.5589876Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_uint8 2022-09-27T15:51:38.5598908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.5609397Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex64 2022-09-27T15:51:38.5616662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.5625442Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.5636958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bool 2022-09-27T15:51:38.5649950Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.5656859Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bool 2022-09-27T15:51:38.5660004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.5680793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex128 2022-09-27T15:51:38.5691823Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex128 2022-09-27T15:51:38.5699752Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.5701705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.5731569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex32 2022-09-27T15:51:38.5738583Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex32 2022-09-27T15:51:38.5747090Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.5747904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.5780134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex64 2022-09-27T15:51:38.5788714Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.5797964Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex64 2022-09-27T15:51:38.5799932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.5839741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.5845091Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.5854173Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.5855840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.5884604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.5889870Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.5903690Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.5905075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.5939896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.5948908Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.5958696Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.5960292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.5987374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.6001467Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.6010332Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.6011607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.6039178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.6049511Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.6057951Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.6060260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.6084744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float16 2022-09-27T15:51:38.6092222Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.6100987Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float16 2022-09-27T15:51:38.6104455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.6128578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float32 2022-09-27T15:51:38.6135906Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.6144034Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float32 2022-09-27T15:51:38.6145052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float64 2022-09-27T15:51:38.6172364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.6177985Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float64 2022-09-27T15:51:38.6188687Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.6189464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.6218507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int16 2022-09-27T15:51:38.6226651Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int16 2022-09-27T15:51:38.6236148Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.6239094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bool 2022-09-27T15:51:38.6263638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int32 2022-09-27T15:51:38.6271698Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bool 2022-09-27T15:51:38.6280114Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int32 2022-09-27T15:51:38.6281388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int64 2022-09-27T15:51:38.6317305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float16 2022-09-27T15:51:38.6321199Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int64 2022-09-27T15:51:38.6330006Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float16 2022-09-27T15:51:38.6331269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int8 2022-09-27T15:51:38.6359908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float32 2022-09-27T15:51:38.6364902Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int8 2022-09-27T15:51:38.6383227Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float32 2022-09-27T15:51:38.6384870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float64 2022-09-27T15:51:38.6413026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_uint8 2022-09-27T15:51:38.6418629Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_uint8 2022-09-27T15:51:38.6430662Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float64 2022-09-27T15:51:38.6431642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int16 2022-09-27T15:51:38.6469149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.6479387Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int16 2022-09-27T15:51:38.6488547Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.6490001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.6516116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int32 2022-09-27T15:51:38.6523935Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.6526867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.6538288Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int32 2022-09-27T15:51:38.6558470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int64 2022-09-27T15:51:38.6567289Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.6571725Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int64 2022-09-27T15:51:38.6580354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.6601164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int8 2022-09-27T15:51:38.6613309Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.6616307Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int8 2022-09-27T15:51:38.6622778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.6637342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_uint8 2022-09-27T15:51:38.6647296Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.6656558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.6673581Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_uint8 2022-09-27T15:51:38.6676480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.6685279Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.6704031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.6709241Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.6719152Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.6721246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.6746299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bool 2022-09-27T15:51:38.6751883Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.6764017Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bool 2022-09-27T15:51:38.6764874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.6792944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.6800289Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.6808840Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.6809673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.6839168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.6844479Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.6857025Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.6857963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.6895115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float32 2022-09-27T15:51:38.6903030Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.6915341Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float32 2022-09-27T15:51:38.6916138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.6956916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float64 2022-09-27T15:51:38.6966002Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float64 2022-09-27T15:51:38.6976272Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.6979144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int16 2022-09-27T15:51:38.7010316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.7020922Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int16 2022-09-27T15:51:38.7030010Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.7032882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.7058160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int32 2022-09-27T15:51:38.7065174Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.7075516Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int32 2022-09-27T15:51:38.7076541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int64 2022-09-27T15:51:38.7105989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.7112208Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int64 2022-09-27T15:51:38.7119187Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.7121571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int8 2022-09-27T15:51:38.7148392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.7156842Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int8 2022-09-27T15:51:38.7165836Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.7167478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.7189549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_uint8 2022-09-27T15:51:38.7200592Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.7208836Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_uint8 2022-09-27T15:51:38.7209612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.7239750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bool 2022-09-27T15:51:38.7247999Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bool 2022-09-27T15:51:38.7254422Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.7257156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex128 2022-09-27T15:51:38.7276556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.7287479Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex128 2022-09-27T15:51:38.7291676Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.7298009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex32 2022-09-27T15:51:38.7313248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.7322072Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex32 2022-09-27T15:51:38.7329445Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.7331889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex64 2022-09-27T15:51:38.7352424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.7369321Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex64 2022-09-27T15:51:38.7375580Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.7380818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float16 2022-09-27T15:51:38.7391904Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int64 2022-09-27T15:51:38.7404150Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float16 2022-09-27T15:51:38.7405714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.7408903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float32 2022-09-27T15:51:38.7434797Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int8 2022-09-27T15:51:38.7440402Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.7451640Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float32 2022-09-27T15:51:38.7454612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.7478545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float64 2022-09-27T15:51:38.7491466Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.7500500Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float64 2022-09-27T15:51:38.7501221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.7535033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int16 2022-09-27T15:51:38.7541355Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int16 2022-09-27T15:51:38.7550943Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.7553673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.7576402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int32 2022-09-27T15:51:38.7584636Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.7596665Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int32 2022-09-27T15:51:38.7598553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int64 2022-09-27T15:51:38.7622476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.7629479Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int64 2022-09-27T15:51:38.7641262Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.7642203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int8 2022-09-27T15:51:38.7672700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bool 2022-09-27T15:51:38.7679818Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bool 2022-09-27T15:51:38.7691532Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int8 2022-09-27T15:51:38.7693736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_uint8 2022-09-27T15:51:38.7724006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float16 2022-09-27T15:51:38.7729831Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_uint8 2022-09-27T15:51:38.7732296Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float16 2022-09-27T15:51:38.7743139Z [gw0] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bool 2022-09-27T15:51:38.7744020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.7745442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float32 2022-09-27T15:51:38.7765279Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex128 2022-09-27T15:51:38.7778180Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.7786124Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float32 2022-09-27T15:51:38.7786850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bool 2022-09-27T15:51:38.7821113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float64 2022-09-27T15:51:38.7823051Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bool 2022-09-27T15:51:38.7832121Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float64 2022-09-27T15:51:38.7833132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int16 2022-09-27T15:51:38.7859523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex128 2022-09-27T15:51:38.7867461Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex128 2022-09-27T15:51:38.7876298Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int16 2022-09-27T15:51:38.7878035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex32 2022-09-27T15:51:38.7899514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int32 2022-09-27T15:51:38.7909168Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int32 2022-09-27T15:51:38.7917966Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex32 2022-09-27T15:51:38.7919552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex64 2022-09-27T15:51:38.7941592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int64 2022-09-27T15:51:38.7955965Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex64 2022-09-27T15:51:38.7964687Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int64 2022-09-27T15:51:38.7965820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int8 2022-09-27T15:51:38.7995564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.7998473Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int8 2022-09-27T15:51:38.8006307Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.8007023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_uint8 2022-09-27T15:51:38.8036614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.8047573Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_uint8 2022-09-27T15:51:38.8056733Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.8059156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.8087789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.8100105Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.8111167Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.8114082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.8147411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bool 2022-09-27T15:51:38.8159442Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.8171890Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bool 2022-09-27T15:51:38.8173699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.8213719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.8218318Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.8227907Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.8230718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.8261215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.8272722Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.8284987Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.8286467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.8319499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.8323608Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.8337029Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.8338670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.8369078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.8380612Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.8390674Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.8392034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.8425683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.8431745Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.8445677Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.8446970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.8480077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float32 2022-09-27T15:51:38.8488401Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float32 2022-09-27T15:51:38.8497809Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.8499012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float64 2022-09-27T15:51:38.8534794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.8538236Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float64 2022-09-27T15:51:38.8545870Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.8548604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.8584061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.8593271Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.8606458Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.8607590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.8641916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.8646583Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.8657223Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.8658474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bool 2022-09-27T15:51:38.8686389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.8691690Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bool 2022-09-27T15:51:38.8702402Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.8703224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float16 2022-09-27T15:51:38.8733283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.8741774Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.8751299Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float16 2022-09-27T15:51:38.8752731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float32 2022-09-27T15:51:38.8779440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bool 2022-09-27T15:51:38.8784790Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float32 2022-09-27T15:51:38.8795451Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bool 2022-09-27T15:51:38.8796301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex128 2022-09-27T15:51:38.8828191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float64 2022-09-27T15:51:38.8835238Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex128 2022-09-27T15:51:38.8844209Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float64 2022-09-27T15:51:38.8846096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex64 2022-09-27T15:51:38.8871341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int16 2022-09-27T15:51:38.8880385Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex64 2022-09-27T15:51:38.8889945Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int16 2022-09-27T15:51:38.8896522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float16 2022-09-27T15:51:38.8923755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int32 2022-09-27T15:51:38.8929714Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int32 2022-09-27T15:51:38.8938986Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float16 2022-09-27T15:51:38.8940907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int64 2022-09-27T15:51:38.8967114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float32 2022-09-27T15:51:38.8975811Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int64 2022-09-27T15:51:38.8982724Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float32 2022-09-27T15:51:38.8985539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int8 2022-09-27T15:51:38.9011786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float64 2022-09-27T15:51:38.9021055Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int8 2022-09-27T15:51:38.9029652Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float64 2022-09-27T15:51:38.9032414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_uint8 2022-09-27T15:51:38.9058799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int16 2022-09-27T15:51:38.9066412Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_uint8 2022-09-27T15:51:38.9077808Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int16 2022-09-27T15:51:38.9079075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.9101178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int32 2022-09-27T15:51:38.9109208Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int32 2022-09-27T15:51:38.9119993Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.9121806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int64 2022-09-27T15:51:38.9147969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bool 2022-09-27T15:51:38.9157615Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int64 2022-09-27T15:51:38.9164404Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bool 2022-09-27T15:51:38.9166912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int8 2022-09-27T15:51:38.9195886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.9202581Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int8 2022-09-27T15:51:38.9211956Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.9214474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_uint8 2022-09-27T15:51:38.9240636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.9252669Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_uint8 2022-09-27T15:51:38.9260669Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.9262402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.9295516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.9298292Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.9306048Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.9309245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.9335419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bool 2022-09-27T15:51:38.9343678Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.9353143Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bool 2022-09-27T15:51:38.9355123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.9380053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex128 2022-09-27T15:51:38.9389521Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.9396690Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex128 2022-09-27T15:51:38.9399324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.9419161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex64 2022-09-27T15:51:38.9430479Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.9434758Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex64 2022-09-27T15:51:38.9441350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.9456830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.9465214Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.9474194Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float16 2022-09-27T15:51:38.9475308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.9500601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.9506350Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.9514385Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float32 2022-09-27T15:51:38.9515155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.9548001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.9554845Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float64 2022-09-27T15:51:38.9562889Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.9565689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.9589220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float16 2022-09-27T15:51:38.9597874Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int16 2022-09-27T15:51:38.9606553Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float16 2022-09-27T15:51:38.9607788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float32 2022-09-27T15:51:38.9630921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.9635360Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float32 2022-09-27T15:51:38.9647484Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int32 2022-09-27T15:51:38.9649389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float64 2022-09-27T15:51:38.9678364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.9685204Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int64 2022-09-27T15:51:38.9695991Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float64 2022-09-27T15:51:38.9697409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.9721144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int16 2022-09-27T15:51:38.9728953Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int8 2022-09-27T15:51:38.9740330Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int16 2022-09-27T15:51:38.9741742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.9764233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int32 2022-09-27T15:51:38.9773734Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_uint8 2022-09-27T15:51:38.9778695Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int32 2022-09-27T15:51:38.9787308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.9815353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int64 2022-09-27T15:51:38.9822614Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int64 2022-09-27T15:51:38.9831993Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_bfloat16 2022-09-27T15:51:38.9833558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int8 2022-09-27T15:51:38.9850984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex128 2022-09-27T15:51:38.9864237Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int8 2022-09-27T15:51:38.9870610Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int8 2022-09-27T15:51:38.9882411Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex128 2022-09-27T15:51:38.9885567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex32 2022-09-27T15:51:38.9887564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_uint8 2022-09-27T15:51:38.9922997Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_uint8 2022-09-27T15:51:38.9926698Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_uint8 2022-09-27T15:51:38.9936136Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex32 2022-09-27T15:51:38.9938291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.9966196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex64 2022-09-27T15:51:38.9969105Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:38.9977891Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex64 2022-09-27T15:51:38.9978733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float16 2022-09-27T15:51:39.0010884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float16 2022-09-27T15:51:39.0016990Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float16 2022-09-27T15:51:39.0025185Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float16 2022-09-27T15:51:39.0025929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float32 2022-09-27T15:51:39.0062353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.0068621Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.0076758Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float32 2022-09-27T15:51:39.0077551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.0110448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float64 2022-09-27T15:51:39.0112717Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.0122465Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float64 2022-09-27T15:51:39.0123359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int16 2022-09-27T15:51:39.0153909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int16 2022-09-27T15:51:39.0159595Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int16 2022-09-27T15:51:39.0174154Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int16 2022-09-27T15:51:39.0174980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int32 2022-09-27T15:51:39.0206208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int32 2022-09-27T15:51:39.0211923Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int32 2022-09-27T15:51:39.0221229Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int32 2022-09-27T15:51:39.0222545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int64 2022-09-27T15:51:39.0251669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int64 2022-09-27T15:51:39.0257582Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int64 2022-09-27T15:51:39.0265824Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int64 2022-09-27T15:51:39.0266636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int8 2022-09-27T15:51:39.0295518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int8 2022-09-27T15:51:39.0303583Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int8 2022-09-27T15:51:39.0313111Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int8 2022-09-27T15:51:39.0316101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_uint8 2022-09-27T15:51:39.0339003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_uint8 2022-09-27T15:51:39.0351180Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_uint8 2022-09-27T15:51:39.0364825Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_uint8 2022-09-27T15:51:39.0366400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.0397577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.0403277Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.0415619Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.0417319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex128 2022-09-27T15:51:39.0445051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float16 2022-09-27T15:51:39.0450289Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex128 2022-09-27T15:51:39.0463675Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float16 2022-09-27T15:51:39.0464940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float32 2022-09-27T15:51:39.0491045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex32 2022-09-27T15:51:39.0497910Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float32 2022-09-27T15:51:39.0510388Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex32 2022-09-27T15:51:39.0525796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex64 2022-09-27T15:51:39.0545222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float64 2022-09-27T15:51:39.0554397Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex64 2022-09-27T15:51:39.0563103Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float64 2022-09-27T15:51:39.0564544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float16 2022-09-27T15:51:39.0597732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.0606622Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.0615929Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float16 2022-09-27T15:51:39.0618788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float16 2022-09-27T15:51:39.0649722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.0655104Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float16 2022-09-27T15:51:39.0664091Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.0665420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.0697427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.0699669Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.0713235Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.0716016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.0749562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int16 2022-09-27T15:51:39.0754436Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int16 2022-09-27T15:51:39.0763724Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.0765497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int32 2022-09-27T15:51:39.0793876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int16 2022-09-27T15:51:39.0802011Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int16 2022-09-27T15:51:39.0809551Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int32 2022-09-27T15:51:39.0811241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int64 2022-09-27T15:51:39.0842538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int32 2022-09-27T15:51:39.0854308Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int64 2022-09-27T15:51:39.0863608Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int32 2022-09-27T15:51:39.0865253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int8 2022-09-27T15:51:39.0889907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int64 2022-09-27T15:51:39.0897268Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int64 2022-09-27T15:51:39.0908349Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int8 2022-09-27T15:51:39.0910224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_uint8 2022-09-27T15:51:39.0939113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int8 2022-09-27T15:51:39.0940982Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int8 2022-09-27T15:51:39.0949964Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_uint8 2022-09-27T15:51:39.0951569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_uint8 2022-09-27T15:51:39.0968792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.0984861Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.0994902Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_uint8 2022-09-27T15:51:39.0996327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bool 2022-09-27T15:51:39.1010976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int16 2022-09-27T15:51:39.1022598Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bool 2022-09-27T15:51:39.1033472Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int16 2022-09-27T15:51:39.1037549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex128 2022-09-27T15:51:39.1050626Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex128 2022-09-27T15:51:39.1052221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int32 2022-09-27T15:51:39.1065575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex32 2022-09-27T15:51:39.1077879Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex32 2022-09-27T15:51:39.1084225Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int32 2022-09-27T15:51:39.1091879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex64 2022-09-27T15:51:39.1095260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int64 2022-09-27T15:51:39.1105034Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex64 2022-09-27T15:51:39.1123535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float16 2022-09-27T15:51:39.1129483Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int64 2022-09-27T15:51:39.1137438Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float16 2022-09-27T15:51:39.1138394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float32 2022-09-27T15:51:39.1161296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int8 2022-09-27T15:51:39.1174170Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float32 2022-09-27T15:51:39.1182660Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int8 2022-09-27T15:51:39.1183611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float64 2022-09-27T15:51:39.1202147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_uint8 2022-09-27T15:51:39.1211643Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float64 2022-09-27T15:51:39.1222483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int16 2022-09-27T15:51:39.1236047Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_uint8 2022-09-27T15:51:39.1244550Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int16 2022-09-27T15:51:39.1245384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int32 2022-09-27T15:51:39.1261145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.1273905Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int32 2022-09-27T15:51:39.1281469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int64 2022-09-27T15:51:39.1289913Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.1303762Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int64 2022-09-27T15:51:39.1305026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int8 2022-09-27T15:51:39.1321814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bool 2022-09-27T15:51:39.1331695Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int8 2022-09-27T15:51:39.1335816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_uint8 2022-09-27T15:51:39.1344797Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bool 2022-09-27T15:51:39.1351090Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_uint8 2022-09-27T15:51:39.1357545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float16 2022-09-27T15:51:39.1373875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.1382505Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.1391059Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float16 2022-09-27T15:51:39.1393834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bool 2022-09-27T15:51:39.1406468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float32 2022-09-27T15:51:39.1416194Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bool 2022-09-27T15:51:39.1427546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex128 2022-09-27T15:51:39.1438673Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float32 2022-09-27T15:51:39.1446355Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex128 2022-09-27T15:51:39.1449619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float64 2022-09-27T15:51:39.1477832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex32 2022-09-27T15:51:39.1480742Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float64 2022-09-27T15:51:39.1491402Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex32 2022-09-27T15:51:39.1492694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex64 2022-09-27T15:51:39.1510307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int16 2022-09-27T15:51:39.1523197Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex64 2022-09-27T15:51:39.1529858Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int16 2022-09-27T15:51:39.1539448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float16 2022-09-27T15:51:39.1550721Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float16 2022-09-27T15:51:39.1553718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.1567490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int32 2022-09-27T15:51:39.1574867Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.1582942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.1597737Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int32 2022-09-27T15:51:39.1607371Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.1608205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int64 2022-09-27T15:51:39.1631835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int16 2022-09-27T15:51:39.1642673Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int16 2022-09-27T15:51:39.1654786Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int64 2022-09-27T15:51:39.1656217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int32 2022-09-27T15:51:39.1672868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int8 2022-09-27T15:51:39.1689528Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int32 2022-09-27T15:51:39.1695911Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int8 2022-09-27T15:51:39.1704794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int64 2022-09-27T15:51:39.1712248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_uint8 2022-09-27T15:51:39.1722130Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int64 2022-09-27T15:51:39.1746797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int8 2022-09-27T15:51:39.1750346Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_uint8 2022-09-27T15:51:39.1759921Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int8 2022-09-27T15:51:39.1761197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.1776787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_uint8 2022-09-27T15:51:39.1793106Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_uint8 2022-09-27T15:51:39.1799194Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.1808863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.1810983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bool 2022-09-27T15:51:39.1823135Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.1839382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bool 2022-09-27T15:51:39.1848336Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bool 2022-09-27T15:51:39.1861171Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bool 2022-09-27T15:51:39.1862603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex128 2022-09-27T15:51:39.1878882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float16 2022-09-27T15:51:39.1891350Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex128 2022-09-27T15:51:39.1898917Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float16 2022-09-27T15:51:39.1906150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex32 2022-09-27T15:51:39.1909590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.1919894Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex32 2022-09-27T15:51:39.1939742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex64 2022-09-27T15:51:39.1945250Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex64 2022-09-27T15:51:39.1955178Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.1957010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.1969264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float16 2022-09-27T15:51:39.1980884Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float16 2022-09-27T15:51:39.1985546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float32 2022-09-27T15:51:39.1998753Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.2006680Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float32 2022-09-27T15:51:39.2007701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int16 2022-09-27T15:51:39.2025170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float64 2022-09-27T15:51:39.2041737Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float64 2022-09-27T15:51:39.2045913Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int16 2022-09-27T15:51:39.2056244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int16 2022-09-27T15:51:39.2066084Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int16 2022-09-27T15:51:39.2067928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int32 2022-09-27T15:51:39.2080180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int32 2022-09-27T15:51:39.2090624Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int32 2022-09-27T15:51:39.2093926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int64 2022-09-27T15:51:39.2106286Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int32 2022-09-27T15:51:39.2112039Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int64 2022-09-27T15:51:39.2120513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int64 2022-09-27T15:51:39.2129561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int8 2022-09-27T15:51:39.2139512Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int64 2022-09-27T15:51:39.2149626Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int8 2022-09-27T15:51:39.2150415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int8 2022-09-27T15:51:39.2168637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_uint8 2022-09-27T15:51:39.2175425Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_uint8 2022-09-27T15:51:39.2185288Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int8 2022-09-27T15:51:39.2186285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.2204813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_uint8 2022-09-27T15:51:39.2214390Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.2221744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bool 2022-09-27T15:51:39.2234461Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_uint8 2022-09-27T15:51:39.2242245Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bool 2022-09-27T15:51:39.2243277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.2261634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex128 2022-09-27T15:51:39.2274601Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex128 2022-09-27T15:51:39.2279727Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_uint8 2022-09-27T15:51:39.2289948Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.2291438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex32 2022-09-27T15:51:39.2294605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bool 2022-09-27T15:51:39.2308946Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_bool 2022-09-27T15:51:39.2323150Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex32 2022-09-27T15:51:39.2332057Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bool 2022-09-27T15:51:39.2334201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex64 2022-09-27T15:51:39.2350842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float16 2022-09-27T15:51:39.2363944Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex64 2022-09-27T15:51:39.2371535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float16 2022-09-27T15:51:39.2383431Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float16 2022-09-27T15:51:39.2389911Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float16 2022-09-27T15:51:39.2397884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float32 2022-09-27T15:51:39.2419498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.2426508Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float32 2022-09-27T15:51:39.2438117Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.2440123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float64 2022-09-27T15:51:39.2472137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.2475841Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.2483707Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_bool 2022-09-27T15:51:39.2494706Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float64 2022-09-27T15:51:39.2496156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int16 2022-09-27T15:51:39.2497243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int16 2022-09-27T15:51:39.2519024Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex128 2022-09-27T15:51:39.2531727Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int16 2022-09-27T15:51:39.2536644Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int16 2022-09-27T15:51:39.2546292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int32 2022-09-27T15:51:39.2554229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int32 2022-09-27T15:51:39.2572327Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int32 2022-09-27T15:51:39.2576053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int64 2022-09-27T15:51:39.2584741Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int32 2022-09-27T15:51:39.2592290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int64 2022-09-27T15:51:39.2600918Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int64 2022-09-27T15:51:39.2610792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int8 2022-09-27T15:51:39.2623331Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int64 2022-09-27T15:51:39.2635827Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int8 2022-09-27T15:51:39.2638524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int8 2022-09-27T15:51:39.2653734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_uint8 2022-09-27T15:51:39.2664467Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex128 2022-09-27T15:51:39.2677292Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_uint8 2022-09-27T15:51:39.2705917Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int8 2022-09-27T15:51:39.2712099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.2713464Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex64 2022-09-27T15:51:39.2729458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_uint8 2022-09-27T15:51:39.2735007Z [gw0] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex128 2022-09-27T15:51:39.2738471Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.2788013Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_uint8 2022-09-27T15:51:39.2797119Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex64 2022-09-27T15:51:39.2803197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bool 2022-09-27T15:51:39.2806853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.2811277Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.2840674Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bool 2022-09-27T15:51:39.2842546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bool 2022-09-27T15:51:39.2860158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex128 2022-09-27T15:51:39.2866641Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex128 2022-09-27T15:51:39.2901797Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bool 2022-09-27T15:51:39.2915921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float16 2022-09-27T15:51:39.2919883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex32 2022-09-27T15:51:39.2923429Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float16 2022-09-27T15:51:39.2972835Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex32 2022-09-27T15:51:39.2975268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex64 2022-09-27T15:51:39.2979128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.2982300Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.2994157Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex64 2022-09-27T15:51:39.3001789Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex64 2022-09-27T15:51:39.3005651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.3035691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float16 2022-09-27T15:51:39.3038955Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float32 2022-09-27T15:51:39.3043335Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.3062798Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float16 2022-09-27T15:51:39.3064788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int16 2022-09-27T15:51:39.3097872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float32 2022-09-27T15:51:39.3100899Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int16 2022-09-27T15:51:39.3112460Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float32 2022-09-27T15:51:39.3115535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int32 2022-09-27T15:51:39.3146463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float64 2022-09-27T15:51:39.3158639Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int32 2022-09-27T15:51:39.3168839Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float64 2022-09-27T15:51:39.3170176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int64 2022-09-27T15:51:39.3207116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int16 2022-09-27T15:51:39.3210850Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int64 2022-09-27T15:51:39.3222197Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int16 2022-09-27T15:51:39.3224851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int32 2022-09-27T15:51:39.3258028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int8 2022-09-27T15:51:39.3264244Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int32 2022-09-27T15:51:39.3278317Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int8 2022-09-27T15:51:39.3280727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int64 2022-09-27T15:51:39.3311222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_uint8 2022-09-27T15:51:39.3325880Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int64 2022-09-27T15:51:39.3333072Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_uint8 2022-09-27T15:51:39.3356270Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float32 2022-09-27T15:51:39.3357590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int8 2022-09-27T15:51:39.3358940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.3386076Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float64 2022-09-27T15:51:39.3389312Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.3400004Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int8 2022-09-27T15:51:39.3402656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_uint8 2022-09-27T15:51:39.3434235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bool 2022-09-27T15:51:39.3443259Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_uint8 2022-09-27T15:51:39.3455534Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bool 2022-09-27T15:51:39.3457435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.3489769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float16 2022-09-27T15:51:39.3498972Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.3511285Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float16 2022-09-27T15:51:39.3513866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bool 2022-09-27T15:51:39.3530598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float32 2022-09-27T15:51:39.3550841Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float64 2022-09-27T15:51:39.3557072Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float32 2022-09-27T15:51:39.3609596Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bool 2022-09-27T15:51:39.3619901Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int16 2022-09-27T15:51:39.3626195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float64 2022-09-27T15:51:39.3630442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex128 2022-09-27T15:51:39.3635447Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float64 2022-09-27T15:51:39.3645810Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex128 2022-09-27T15:51:39.3648669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex32 2022-09-27T15:51:39.3684222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int16 2022-09-27T15:51:39.3690474Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int16 2022-09-27T15:51:39.3704625Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex32 2022-09-27T15:51:39.3707232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex64 2022-09-27T15:51:39.3738018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int32 2022-09-27T15:51:39.3748940Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int16 2022-09-27T15:51:39.3758105Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int32 2022-09-27T15:51:39.3769686Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex64 2022-09-27T15:51:39.3770919Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int32 2022-09-27T15:51:39.3772269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int64 2022-09-27T15:51:39.3808729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float16 2022-09-27T15:51:39.3812050Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int64 2022-09-27T15:51:39.3827946Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float16 2022-09-27T15:51:39.3829677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.3861634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int8 2022-09-27T15:51:39.3871808Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.3880303Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int8 2022-09-27T15:51:39.3882492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.3914295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_uint8 2022-09-27T15:51:39.3924433Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.3936789Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_uint8 2022-09-27T15:51:39.3941503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int16 2022-09-27T15:51:39.3963380Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int32 2022-09-27T15:51:39.3965141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.3971952Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int64 2022-09-27T15:51:39.3988566Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int16 2022-09-27T15:51:39.4000975Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.4006354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int32 2022-09-27T15:51:39.4018407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bool 2022-09-27T15:51:39.4033694Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int32 2022-09-27T15:51:39.4041815Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bool 2022-09-27T15:51:39.4044203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int64 2022-09-27T15:51:39.4073414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float16 2022-09-27T15:51:39.4082874Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float16 2022-09-27T15:51:39.4097124Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int64 2022-09-27T15:51:39.4101139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.4106005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int8 2022-09-27T15:51:39.4133636Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int64 2022-09-27T15:51:39.4136789Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int8 2022-09-27T15:51:39.4140601Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.4152178Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int8 2022-09-27T15:51:39.4153402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.4187580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_uint8 2022-09-27T15:51:39.4198842Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.4209264Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_uint8 2022-09-27T15:51:39.4210966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.4245558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int16 2022-09-27T15:51:39.4248344Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int16 2022-09-27T15:51:39.4260557Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.4296096Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int8 2022-09-27T15:51:39.4298429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int32 2022-09-27T15:51:39.4305492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bool 2022-09-27T15:51:39.4310921Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_uint8 2022-09-27T15:51:39.4317782Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int32 2022-09-27T15:51:39.4326345Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bool 2022-09-27T15:51:39.4328912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int64 2022-09-27T15:51:39.4366349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex128 2022-09-27T15:51:39.4370623Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex128 2022-09-27T15:51:39.4380535Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int64 2022-09-27T15:51:39.4382130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int8 2022-09-27T15:51:39.4412260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex32 2022-09-27T15:51:39.4422287Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int8 2022-09-27T15:51:39.4432642Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex32 2022-09-27T15:51:39.4458128Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_uint8 2022-09-27T15:51:39.4459801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex64 2022-09-27T15:51:39.4461318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_uint8 2022-09-27T15:51:39.4478030Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_bool 2022-09-27T15:51:39.4492807Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex64 2022-09-27T15:51:39.4495833Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_uint8 2022-09-27T15:51:39.4510065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float16 2022-09-27T15:51:39.4527186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.4535896Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float16 2022-09-27T15:51:39.4542425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float32 2022-09-27T15:51:39.4555904Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.4568578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bool 2022-09-27T15:51:39.4584023Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float32 2022-09-27T15:51:39.4590656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float64 2022-09-27T15:51:39.4598882Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bool 2022-09-27T15:51:39.4618773Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_bool 2022-09-27T15:51:39.4620209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex128 2022-09-27T15:51:39.4622578Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex128 2022-09-27T15:51:39.4649370Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float64 2022-09-27T15:51:39.4652248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int16 2022-09-27T15:51:39.4663055Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex128 2022-09-27T15:51:39.4668052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex32 2022-09-27T15:51:39.4676673Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int16 2022-09-27T15:51:39.4695157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int32 2022-09-27T15:51:39.4707888Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex32 2022-09-27T15:51:39.4713798Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int32 2022-09-27T15:51:39.4721330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex64 2022-09-27T15:51:39.4738679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int64 2022-09-27T15:51:39.4746297Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex128 2022-09-27T15:51:39.4756268Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex64 2022-09-27T15:51:39.4806001Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int64 2022-09-27T15:51:39.4812082Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex64 2022-09-27T15:51:39.4822927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int8 2022-09-27T15:51:39.4826043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float16 2022-09-27T15:51:39.4830343Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int8 2022-09-27T15:51:39.4875839Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float16 2022-09-27T15:51:39.4884978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_uint8 2022-09-27T15:51:39.4892651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float32 2022-09-27T15:51:39.4899231Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_uint8 2022-09-27T15:51:39.4908181Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float32 2022-09-27T15:51:39.4945415Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex64 2022-09-27T15:51:39.4956654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.4961438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float64 2022-09-27T15:51:39.4964857Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float32 2022-09-27T15:51:39.4968455Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float64 2022-09-27T15:51:39.4979124Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.4982218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int16 2022-09-27T15:51:39.5013134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bool 2022-09-27T15:51:39.5022504Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int16 2022-09-27T15:51:39.5035287Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bool 2022-09-27T15:51:39.5038413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex128 2022-09-27T15:51:39.5064291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int32 2022-09-27T15:51:39.5078323Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float32 2022-09-27T15:51:39.5084563Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex128 2022-09-27T15:51:39.5132834Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int32 2022-09-27T15:51:39.5141809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int64 2022-09-27T15:51:39.5149102Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float64 2022-09-27T15:51:39.5152424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex32 2022-09-27T15:51:39.5156542Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int64 2022-09-27T15:51:39.5165929Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex32 2022-09-27T15:51:39.5168932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex64 2022-09-27T15:51:39.5202047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int8 2022-09-27T15:51:39.5210859Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex64 2022-09-27T15:51:39.5223252Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int8 2022-09-27T15:51:39.5250474Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float64 2022-09-27T15:51:39.5252087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float16 2022-09-27T15:51:39.5253781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_uint8 2022-09-27T15:51:39.5275353Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int16 2022-09-27T15:51:39.5280226Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_uint8 2022-09-27T15:51:39.5290543Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float16 2022-09-27T15:51:39.5293713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.5322538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.5331738Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.5345542Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.5348479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bool 2022-09-27T15:51:39.5378297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.5393112Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bool 2022-09-27T15:51:39.5404204Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.5449799Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int16 2022-09-27T15:51:39.5460072Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int32 2022-09-27T15:51:39.5461772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex128 2022-09-27T15:51:39.5469954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int16 2022-09-27T15:51:39.5474226Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex128 2022-09-27T15:51:39.5483469Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int16 2022-09-27T15:51:39.5486001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex32 2022-09-27T15:51:39.5515879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int32 2022-09-27T15:51:39.5525725Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex32 2022-09-27T15:51:39.5540636Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int32 2022-09-27T15:51:39.5543469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex64 2022-09-27T15:51:39.5584930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int64 2022-09-27T15:51:39.5589298Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex64 2022-09-27T15:51:39.5596203Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int32 2022-09-27T15:51:39.5647976Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int64 2022-09-27T15:51:39.5654730Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int64 2022-09-27T15:51:39.5665722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float16 2022-09-27T15:51:39.5669479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int8 2022-09-27T15:51:39.5675533Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float16 2022-09-27T15:51:39.5688664Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int8 2022-09-27T15:51:39.5690529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_uint8 2022-09-27T15:51:39.5726448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.5733053Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.5747751Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_uint8 2022-09-27T15:51:39.5750733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.5786270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.5796157Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.5807915Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.5820675Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int64 2022-09-27T15:51:39.5823444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int16 2022-09-27T15:51:39.5825220Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int8 2022-09-27T15:51:39.5861092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bool 2022-09-27T15:51:39.5866219Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int16 2022-09-27T15:51:39.5880737Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bool 2022-09-27T15:51:39.5882622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int32 2022-09-27T15:51:39.5908330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex128 2022-09-27T15:51:39.5920135Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int32 2022-09-27T15:51:39.5932333Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex128 2022-09-27T15:51:39.5934968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int64 2022-09-27T15:51:39.5966390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex32 2022-09-27T15:51:39.5977990Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex32 2022-09-27T15:51:39.5981247Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int64 2022-09-27T15:51:39.6022706Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int8 2022-09-27T15:51:39.6035981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int8 2022-09-27T15:51:39.6037469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex64 2022-09-27T15:51:39.6040392Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_uint8 2022-09-27T15:51:39.6043278Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex64 2022-09-27T15:51:39.6059970Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int8 2022-09-27T15:51:39.6061910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float16 2022-09-27T15:51:39.6091802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_uint8 2022-09-27T15:51:39.6096152Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float16 2022-09-27T15:51:39.6105126Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_uint8 2022-09-27T15:51:39.6107874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float32 2022-09-27T15:51:39.6142903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.6153085Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.6162210Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float32 2022-09-27T15:51:39.6164709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float64 2022-09-27T15:51:39.6175370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bool 2022-09-27T15:51:39.6198772Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_uint8 2022-09-27T15:51:39.6203967Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_bool 2022-09-27T15:51:39.6207054Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bool 2022-09-27T15:51:39.6219146Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float64 2022-09-27T15:51:39.6221629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int16 2022-09-27T15:51:39.6251679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex128 2022-09-27T15:51:39.6261578Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int16 2022-09-27T15:51:39.6271183Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex128 2022-09-27T15:51:39.6272937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex32 2022-09-27T15:51:39.6302159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int32 2022-09-27T15:51:39.6311636Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex32 2022-09-27T15:51:39.6324828Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int32 2022-09-27T15:51:39.6327441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int64 2022-09-27T15:51:39.6346791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex64 2022-09-27T15:51:39.6366129Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_bool 2022-09-27T15:51:39.6369401Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int64 2022-09-27T15:51:39.6382312Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex64 2022-09-27T15:51:39.6385485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int8 2022-09-27T15:51:39.6386902Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex128 2022-09-27T15:51:39.6412562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float16 2022-09-27T15:51:39.6421984Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float16 2022-09-27T15:51:39.6433729Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int8 2022-09-27T15:51:39.6436586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float32 2022-09-27T15:51:39.6469097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_uint8 2022-09-27T15:51:39.6480272Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float32 2022-09-27T15:51:39.6488578Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_uint8 2022-09-27T15:51:39.6491092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.6524938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float64 2022-09-27T15:51:39.6527626Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.6542672Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float64 2022-09-27T15:51:39.6548636Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex128 2022-09-27T15:51:39.6580418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bool 2022-09-27T15:51:39.6582583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int16 2022-09-27T15:51:39.6585214Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex64 2022-09-27T15:51:39.6589295Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int16 2022-09-27T15:51:39.6607428Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bool 2022-09-27T15:51:39.6609487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int32 2022-09-27T15:51:39.6633364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex128 2022-09-27T15:51:39.6645426Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int32 2022-09-27T15:51:39.6655513Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex128 2022-09-27T15:51:39.6658094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex32 2022-09-27T15:51:39.6686918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int64 2022-09-27T15:51:39.6693297Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex32 2022-09-27T15:51:39.6709666Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int64 2022-09-27T15:51:39.6712280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int8 2022-09-27T15:51:39.6740792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex64 2022-09-27T15:51:39.6752244Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int8 2022-09-27T15:51:39.6768707Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex64 2022-09-27T15:51:39.6811645Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex64 2022-09-27T15:51:39.6824377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_uint8 2022-09-27T15:51:39.6825949Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float32 2022-09-27T15:51:39.6829639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float16 2022-09-27T15:51:39.6834895Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float16 2022-09-27T15:51:39.6844918Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_uint8 2022-09-27T15:51:39.6848261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.6883585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.6889792Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.6902628Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.6904199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bool 2022-09-27T15:51:39.6943336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.6947469Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bool 2022-09-27T15:51:39.6957319Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.6958846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex128 2022-09-27T15:51:39.6968763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int16 2022-09-27T15:51:39.7002875Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float32 2022-09-27T15:51:39.7009752Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float64 2022-09-27T15:51:39.7013524Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int16 2022-09-27T15:51:39.7027139Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex128 2022-09-27T15:51:39.7029052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int32 2022-09-27T15:51:39.7064415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex32 2022-09-27T15:51:39.7068960Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex32 2022-09-27T15:51:39.7079276Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int32 2022-09-27T15:51:39.7081630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex64 2022-09-27T15:51:39.7115993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int64 2022-09-27T15:51:39.7121924Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex64 2022-09-27T15:51:39.7132511Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int64 2022-09-27T15:51:39.7135009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int8 2022-09-27T15:51:39.7165278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float16 2022-09-27T15:51:39.7175803Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int8 2022-09-27T15:51:39.7185390Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float16 2022-09-27T15:51:39.7188026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_uint8 2022-09-27T15:51:39.7227082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.7229863Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_uint8 2022-09-27T15:51:39.7242838Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.7248146Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float64 2022-09-27T15:51:39.7282234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.7283455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.7293176Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int16 2022-09-27T15:51:39.7299409Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.7302919Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.7307072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float32 2022-09-27T15:51:39.7315798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int16 2022-09-27T15:51:39.7328194Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float32 2022-09-27T15:51:39.7336152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float64 2022-09-27T15:51:39.7344799Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int16 2022-09-27T15:51:39.7361546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int32 2022-09-27T15:51:39.7372944Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float64 2022-09-27T15:51:39.7377018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.7389067Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int32 2022-09-27T15:51:39.7404886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int64 2022-09-27T15:51:39.7417167Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.7425375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.7435342Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int64 2022-09-27T15:51:39.7454312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int8 2022-09-27T15:51:39.7462771Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int16 2022-09-27T15:51:39.7471274Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.7474476Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int32 2022-09-27T15:51:39.7481367Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int8 2022-09-27T15:51:39.7502808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.7507622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_uint8 2022-09-27T15:51:39.7518931Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.7522928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.7535355Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_uint8 2022-09-27T15:51:39.7551353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.7564605Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.7568976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float32 2022-09-27T15:51:39.7579726Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.7596956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float32 2022-09-27T15:51:39.7612379Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float32 2022-09-27T15:51:39.7621601Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float32 2022-09-27T15:51:39.7623856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float64 2022-09-27T15:51:39.7656678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float64 2022-09-27T15:51:39.7667344Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float64 2022-09-27T15:51:39.7678963Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float64 2022-09-27T15:51:39.7681817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.7711705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.7722728Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int32 2022-09-27T15:51:39.7730306Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.7777632Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.7779471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.7782132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.7785600Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int64 2022-09-27T15:51:39.7789058Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.7807651Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.7809607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.7836368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.7845295Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.7855505Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.7857332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.7893774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.7897994Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.7908159Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.7961525Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int64 2022-09-27T15:51:39.7963232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bool 2022-09-27T15:51:39.7964844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float32 2022-09-27T15:51:39.7969270Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int8 2022-09-27T15:51:39.7974713Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float32 2022-09-27T15:51:39.7983529Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bool 2022-09-27T15:51:39.7986424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float64 2022-09-27T15:51:39.8016730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float32 2022-09-27T15:51:39.8029024Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float32 2022-09-27T15:51:39.8037862Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float64 2022-09-27T15:51:39.8074268Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex64 2022-09-27T15:51:39.8077447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.8090296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float64 2022-09-27T15:51:39.8093424Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float32 2022-09-27T15:51:39.8101862Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.8105724Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float64 2022-09-27T15:51:39.8130961Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int8 2022-09-27T15:51:39.8132569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.8133713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int16 2022-09-27T15:51:39.8153687Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_uint8 2022-09-27T15:51:39.8163523Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.8174220Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int16 2022-09-27T15:51:39.8177056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.8203957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int32 2022-09-27T15:51:39.8217034Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.8226769Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int32 2022-09-27T15:51:39.8229672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int64 2022-09-27T15:51:39.8260782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.8267010Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int64 2022-09-27T15:51:39.8280546Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.8283010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int8 2022-09-27T15:51:39.8304817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float32 2022-09-27T15:51:39.8320890Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_uint8 2022-09-27T15:51:39.8326922Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int8 2022-09-27T15:51:39.8342327Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float32 2022-09-27T15:51:39.8343551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float64 2022-09-27T15:51:39.8344846Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bfloat16 2022-09-27T15:51:39.8374890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_uint8 2022-09-27T15:51:39.8384811Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float64 2022-09-27T15:51:39.8395599Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_uint8 2022-09-27T15:51:39.8398219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.8428582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.8437567Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.8451692Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.8454452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.8486956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bool 2022-09-27T15:51:39.8494674Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bool 2022-09-27T15:51:39.8508618Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.8510891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.8520940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.8542045Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bfloat16 2022-09-27T15:51:39.8549877Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bool 2022-09-27T15:51:39.8556460Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.8565596Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.8566844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.8605910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.8608293Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.8631254Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.8632682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int16 2022-09-27T15:51:39.8650579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float32 2022-09-27T15:51:39.8661497Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float32 2022-09-27T15:51:39.8673985Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int16 2022-09-27T15:51:39.8683019Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bool 2022-09-27T15:51:39.8708005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float64 2022-09-27T15:51:39.8709466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int32 2022-09-27T15:51:39.8717925Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex128 2022-09-27T15:51:39.8724834Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float64 2022-09-27T15:51:39.8774884Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int32 2022-09-27T15:51:39.8776465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.8779474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int64 2022-09-27T15:51:39.8782612Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int64 2022-09-27T15:51:39.8820256Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.8832329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int8 2022-09-27T15:51:39.8835753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.8838564Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int8 2022-09-27T15:51:39.8856166Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.8894580Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex128 2022-09-27T15:51:39.8903906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.8905187Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex32 2022-09-27T15:51:39.8907882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_uint8 2022-09-27T15:51:39.8911555Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.8945802Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_uint8 2022-09-27T15:51:39.8959415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.8961825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.8964170Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.8974161Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.8975410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float32 2022-09-27T15:51:39.9013999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float16 2022-09-27T15:51:39.9016916Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float16 2022-09-27T15:51:39.9032958Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float32 2022-09-27T15:51:39.9084716Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex32 2022-09-27T15:51:39.9095640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float64 2022-09-27T15:51:39.9101860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float32 2022-09-27T15:51:39.9104323Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex64 2022-09-27T15:51:39.9108283Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float64 2022-09-27T15:51:39.9118269Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float32 2022-09-27T15:51:39.9119819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.9161366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float64 2022-09-27T15:51:39.9164597Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.9203705Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float64 2022-09-27T15:51:39.9213861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.9222889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.9225792Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex64 2022-09-27T15:51:39.9230686Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.9246956Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.9248385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float16 2022-09-27T15:51:39.9250089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.9281784Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float16 2022-09-27T15:51:39.9285263Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float16 2022-09-27T15:51:39.9321819Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.9327824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.9337544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.9340881Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.9351389Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.9352563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.9389597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float32 2022-09-27T15:51:39.9392594Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float32 2022-09-27T15:51:39.9407797Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.9445049Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float16 2022-09-27T15:51:39.9446487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float64 2022-09-27T15:51:39.9455906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.9459049Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float32 2022-09-27T15:51:39.9465392Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float64 2022-09-27T15:51:39.9504042Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.9505478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float16 2022-09-27T15:51:39.9516887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.9521354Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float16 2022-09-27T15:51:39.9557240Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.9558652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float32 2022-09-27T15:51:39.9571520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.9580400Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float32 2022-09-27T15:51:39.9587985Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.9626957Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float32 2022-09-27T15:51:39.9631535Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float64 2022-09-27T15:51:39.9641745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float64 2022-09-27T15:51:39.9644663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.9647163Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float64 2022-09-27T15:51:39.9694585Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.9695810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.9709645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.9713271Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_bfloat16 2022-09-27T15:51:39.9763081Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:39.9764478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float16 2022-09-27T15:51:39.9773284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float32 2022-09-27T15:51:39.9776594Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float64 2022-09-27T15:51:39.9780332Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float16 2022-09-27T15:51:39.9830831Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float32 2022-09-27T15:51:39.9840780Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int16 2022-09-27T15:51:39.9847006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float64 2022-09-27T15:51:39.9850606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.9855383Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float32 2022-09-27T15:51:39.9907600Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float64 2022-09-27T15:51:39.9909077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.9912447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int16 2022-09-27T15:51:39.9916719Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float64 2022-09-27T15:51:39.9927679Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int16 2022-09-27T15:51:39.9928849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int32 2022-09-27T15:51:39.9968476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex128 2022-09-27T15:51:39.9975951Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int16 2022-09-27T15:51:39.9978460Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int32 2022-09-27T15:51:39.9982016Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex128 2022-09-27T15:51:40.0022088Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int32 2022-09-27T15:51:40.0023286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int64 2022-09-27T15:51:40.0034300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex32 2022-09-27T15:51:40.0037864Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int64 2022-09-27T15:51:40.0084993Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex32 2022-09-27T15:51:40.0093024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex64 2022-09-27T15:51:40.0108342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int8 2022-09-27T15:51:40.0116681Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex64 2022-09-27T15:51:40.0121426Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int8 2022-09-27T15:51:40.0124728Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float32 2022-09-27T15:51:40.0163987Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int32 2022-09-27T15:51:40.0173293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex128 2022-09-27T15:51:40.0174982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.0176429Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int64 2022-09-27T15:51:40.0179590Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float64 2022-09-27T15:51:40.0183840Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex128 2022-09-27T15:51:40.0192083Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.0193355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex32 2022-09-27T15:51:40.0229560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.0232696Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex32 2022-09-27T15:51:40.0244723Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.0245994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.0281120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex64 2022-09-27T15:51:40.0288515Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int64 2022-09-27T15:51:40.0293032Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex64 2022-09-27T15:51:40.0301758Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.0305739Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int8 2022-09-27T15:51:40.0306855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.0329248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int16 2022-09-27T15:51:40.0336386Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.0347147Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int16 2022-09-27T15:51:40.0348440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bool 2022-09-27T15:51:40.0369283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int32 2022-09-27T15:51:40.0378488Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int32 2022-09-27T15:51:40.0387727Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bool 2022-09-27T15:51:40.0389000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int64 2022-09-27T15:51:40.0408304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex128 2022-09-27T15:51:40.0418034Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int8 2022-09-27T15:51:40.0428183Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int64 2022-09-27T15:51:40.0434650Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex128 2022-09-27T15:51:40.0445638Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_uint8 2022-09-27T15:51:40.0447409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex32 2022-09-27T15:51:40.0486799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int8 2022-09-27T15:51:40.0489436Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex32 2022-09-27T15:51:40.0499396Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int8 2022-09-27T15:51:40.0502625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex64 2022-09-27T15:51:40.0537268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.0541247Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_uint8 2022-09-27T15:51:40.0547556Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex64 2022-09-27T15:51:40.0561619Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.0562324Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_bool 2022-09-27T15:51:40.0563754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float32 2022-09-27T15:51:40.0602411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float16 2022-09-27T15:51:40.0608778Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float32 2022-09-27T15:51:40.0620322Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float16 2022-09-27T15:51:40.0623869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float64 2022-09-27T15:51:40.0656375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float32 2022-09-27T15:51:40.0662646Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float32 2022-09-27T15:51:40.0689653Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float64 2022-09-27T15:51:40.0692644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float64 2022-09-27T15:51:40.0733262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.0740134Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float64 2022-09-27T15:51:40.0743658Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.0759291Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_bool 2022-09-27T15:51:40.0761011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.0762594Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex128 2022-09-27T15:51:40.0792258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int16 2022-09-27T15:51:40.0802344Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.0815144Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int16 2022-09-27T15:51:40.0818233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.0849097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int32 2022-09-27T15:51:40.0856458Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.0869148Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int32 2022-09-27T15:51:40.0872079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.0901224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int64 2022-09-27T15:51:40.0911036Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.0922008Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int64 2022-09-27T15:51:40.0929774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int8 2022-09-27T15:51:40.0931505Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex128 2022-09-27T15:51:40.0940105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex128 2022-09-27T15:51:40.0953817Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex64 2022-09-27T15:51:40.0961496Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex128 2022-09-27T15:51:40.0973207Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int8 2022-09-27T15:51:40.0975824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_uint8 2022-09-27T15:51:40.1007667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex64 2022-09-27T15:51:40.1014092Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_uint8 2022-09-27T15:51:40.1029554Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex64 2022-09-27T15:51:40.1032701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.1069198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float16 2022-09-27T15:51:40.1073002Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.1082332Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float16 2022-09-27T15:51:40.1084820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bool 2022-09-27T15:51:40.1101201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float32 2022-09-27T15:51:40.1119549Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex64 2022-09-27T15:51:40.1120264Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float32 2022-09-27T15:51:40.1135794Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bool 2022-09-27T15:51:40.1142960Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float32 2022-09-27T15:51:40.1144786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float64 2022-09-27T15:51:40.1179775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex128 2022-09-27T15:51:40.1188649Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float64 2022-09-27T15:51:40.1197933Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex128 2022-09-27T15:51:40.1200701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.1237982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex32 2022-09-27T15:51:40.1242074Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex32 2022-09-27T15:51:40.1252270Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.1254444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex128 2022-09-27T15:51:40.1276446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex64 2022-09-27T15:51:40.1289621Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float32 2022-09-27T15:51:40.1300949Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex64 2022-09-27T15:51:40.1314271Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex128 2022-09-27T15:51:40.1316813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex64 2022-09-27T15:51:40.1318425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float16 2022-09-27T15:51:40.1349042Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float64 2022-09-27T15:51:40.1355029Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float16 2022-09-27T15:51:40.1368857Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex64 2022-09-27T15:51:40.1370442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float16 2022-09-27T15:51:40.1405784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.1415944Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.1429197Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float16 2022-09-27T15:51:40.1430867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.1466257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.1476850Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.1488738Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.1490456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.1525403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int16 2022-09-27T15:51:40.1535843Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.1543587Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int16 2022-09-27T15:51:40.1557134Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float64 2022-09-27T15:51:40.1559033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int32 2022-09-27T15:51:40.1560360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.1593518Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int16 2022-09-27T15:51:40.1597930Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int32 2022-09-27T15:51:40.1608132Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.1610048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float32 2022-09-27T15:51:40.1642048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int64 2022-09-27T15:51:40.1651415Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int64 2022-09-27T15:51:40.1663773Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float32 2022-09-27T15:51:40.1666310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int8 2022-09-27T15:51:40.1698470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float64 2022-09-27T15:51:40.1708324Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int8 2022-09-27T15:51:40.1722803Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float64 2022-09-27T15:51:40.1724638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.1754284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_uint8 2022-09-27T15:51:40.1765177Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int16 2022-09-27T15:51:40.1768030Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_uint8 2022-09-27T15:51:40.1812409Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.1816950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.1826677Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int32 2022-09-27T15:51:40.1829974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.1833089Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.1843366Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.1845843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.1877714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bool 2022-09-27T15:51:40.1888103Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.1897798Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bool 2022-09-27T15:51:40.1900855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.1930876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex128 2022-09-27T15:51:40.1941398Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.1952414Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex128 2022-09-27T15:51:40.1955281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex64 2022-09-27T15:51:40.1975237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float32 2022-09-27T15:51:40.1987221Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int32 2022-09-27T15:51:40.2002324Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex64 2022-09-27T15:51:40.2041437Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float32 2022-09-27T15:51:40.2058444Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int64 2022-09-27T15:51:40.2059527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float16 2022-09-27T15:51:40.2062729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float64 2022-09-27T15:51:40.2066891Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float64 2022-09-27T15:51:40.2075264Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float16 2022-09-27T15:51:40.2077857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.2110709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float32 2022-09-27T15:51:40.2118133Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.2132364Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float32 2022-09-27T15:51:40.2134086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.2175088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float64 2022-09-27T15:51:40.2177612Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float64 2022-09-27T15:51:40.2199997Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.2202261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int16 2022-09-27T15:51:40.2209891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.2237300Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int64 2022-09-27T15:51:40.2240051Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int8 2022-09-27T15:51:40.2244547Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int16 2022-09-27T15:51:40.2274832Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.2277461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.2297906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int32 2022-09-27T15:51:40.2308716Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.2322321Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int32 2022-09-27T15:51:40.2325127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float32 2022-09-27T15:51:40.2359233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int64 2022-09-27T15:51:40.2368466Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float32 2022-09-27T15:51:40.2380606Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int64 2022-09-27T15:51:40.2383868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float64 2022-09-27T15:51:40.2421821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int8 2022-09-27T15:51:40.2427686Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int8 2022-09-27T15:51:40.2438588Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float64 2022-09-27T15:51:40.2450719Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int8 2022-09-27T15:51:40.2454393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_uint8 2022-09-27T15:51:40.2456254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int16 2022-09-27T15:51:40.2487261Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_uint8 2022-09-27T15:51:40.2498064Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int16 2022-09-27T15:51:40.2507210Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_uint8 2022-09-27T15:51:40.2530892Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float64 2022-09-27T15:51:40.2533096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int32 2022-09-27T15:51:40.2534938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.2553425Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int16 2022-09-27T15:51:40.2564739Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int32 2022-09-27T15:51:40.2582010Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.2584858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int64 2022-09-27T15:51:40.2613019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bool 2022-09-27T15:51:40.2628077Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int64 2022-09-27T15:51:40.2638088Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bool 2022-09-27T15:51:40.2640706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int8 2022-09-27T15:51:40.2652285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex128 2022-09-27T15:51:40.2678135Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_uint8 2022-09-27T15:51:40.2682973Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex128 2022-09-27T15:51:40.2686571Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int8 2022-09-27T15:51:40.2696299Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_bool 2022-09-27T15:51:40.2697703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex64 2022-09-27T15:51:40.2738868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_uint8 2022-09-27T15:51:40.2743105Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex64 2022-09-27T15:51:40.2755878Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_uint8 2022-09-27T15:51:40.2767257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float16 2022-09-27T15:51:40.2799001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.2799658Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float16 2022-09-27T15:51:40.2815519Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.2816314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.2824650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.2854796Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_bool 2022-09-27T15:51:40.2857235Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex128 2022-09-27T15:51:40.2863786Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.2881076Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.2882599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.2909509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.2926842Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.2936703Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.2939155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int16 2022-09-27T15:51:40.2972077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int16 2022-09-27T15:51:40.2984853Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int16 2022-09-27T15:51:40.2996351Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int16 2022-09-27T15:51:40.3005256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int32 2022-09-27T15:51:40.3033168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int32 2022-09-27T15:51:40.3041175Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex128 2022-09-27T15:51:40.3043269Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex64 2022-09-27T15:51:40.3050343Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int32 2022-09-27T15:51:40.3065902Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int32 2022-09-27T15:51:40.3067758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int64 2022-09-27T15:51:40.3093478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int64 2022-09-27T15:51:40.3099809Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int64 2022-09-27T15:51:40.3116569Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int64 2022-09-27T15:51:40.3119315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int8 2022-09-27T15:51:40.3154212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int8 2022-09-27T15:51:40.3162612Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int8 2022-09-27T15:51:40.3174926Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int8 2022-09-27T15:51:40.3225239Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex64 2022-09-27T15:51:40.3238763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_uint8 2022-09-27T15:51:40.3240162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_uint8 2022-09-27T15:51:40.3243130Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float32 2022-09-27T15:51:40.3247450Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_uint8 2022-09-27T15:51:40.3256251Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_uint8 2022-09-27T15:51:40.3259004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.3294484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float32 2022-09-27T15:51:40.3302156Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.3314697Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float32 2022-09-27T15:51:40.3317235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bool 2022-09-27T15:51:40.3337342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float64 2022-09-27T15:51:40.3356220Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float32 2022-09-27T15:51:40.3359729Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bool 2022-09-27T15:51:40.3406013Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float64 2022-09-27T15:51:40.3412016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.3421835Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float64 2022-09-27T15:51:40.3424851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex128 2022-09-27T15:51:40.3428872Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex128 2022-09-27T15:51:40.3438283Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.3440022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.3473480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex64 2022-09-27T15:51:40.3482522Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.3498691Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex64 2022-09-27T15:51:40.3501424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float16 2022-09-27T15:51:40.3533353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float16 2022-09-27T15:51:40.3549376Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float16 2022-09-27T15:51:40.3556593Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float16 2022-09-27T15:51:40.3604541Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float64 2022-09-27T15:51:40.3614823Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int16 2022-09-27T15:51:40.3616280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float32 2022-09-27T15:51:40.3619395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float32 2022-09-27T15:51:40.3622259Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float32 2022-09-27T15:51:40.3633622Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float32 2022-09-27T15:51:40.3636550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float64 2022-09-27T15:51:40.3667194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float64 2022-09-27T15:51:40.3679697Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float64 2022-09-27T15:51:40.3688705Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float64 2022-09-27T15:51:40.3691010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int16 2022-09-27T15:51:40.3732600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float16 2022-09-27T15:51:40.3736514Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int16 2022-09-27T15:51:40.3746338Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float16 2022-09-27T15:51:40.3747970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int32 2022-09-27T15:51:40.3783425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.3790858Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.3806981Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int32 2022-09-27T15:51:40.3813613Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int16 2022-09-27T15:51:40.3814942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int64 2022-09-27T15:51:40.3845603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.3859045Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int32 2022-09-27T15:51:40.3874507Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int64 2022-09-27T15:51:40.3879507Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.3881308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int8 2022-09-27T15:51:40.3898416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.3906148Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int8 2022-09-27T15:51:40.3915552Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.3917997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_uint8 2022-09-27T15:51:40.3954727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex128 2022-09-27T15:51:40.3958841Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex128 2022-09-27T15:51:40.3970251Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_uint8 2022-09-27T15:51:40.3983759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.4003983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex64 2022-09-27T15:51:40.4008154Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int32 2022-09-27T15:51:40.4010724Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int64 2022-09-27T15:51:40.4013331Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex64 2022-09-27T15:51:40.4037000Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.4037905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float16 2022-09-27T15:51:40.4058204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bool 2022-09-27T15:51:40.4065931Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float16 2022-09-27T15:51:40.4077997Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bool 2022-09-27T15:51:40.4081158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex128 2022-09-27T15:51:40.4117158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float32 2022-09-27T15:51:40.4119898Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex128 2022-09-27T15:51:40.4153057Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float32 2022-09-27T15:51:40.4153874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float64 2022-09-27T15:51:40.4154576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex64 2022-09-27T15:51:40.4169895Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int64 2022-09-27T15:51:40.4175373Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int8 2022-09-27T15:51:40.4178404Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float64 2022-09-27T15:51:40.4189016Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex64 2022-09-27T15:51:40.4192297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float16 2022-09-27T15:51:40.4229556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int16 2022-09-27T15:51:40.4235575Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int16 2022-09-27T15:51:40.4248231Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float16 2022-09-27T15:51:40.4249759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int32 2022-09-27T15:51:40.4288589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.4294872Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.4326879Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int32 2022-09-27T15:51:40.4327747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int64 2022-09-27T15:51:40.4344036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.4352995Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int64 2022-09-27T15:51:40.4373132Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.4373989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int16 2022-09-27T15:51:40.4410682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int8 2022-09-27T15:51:40.4413327Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int16 2022-09-27T15:51:40.4419745Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int8 2022-09-27T15:51:40.4467745Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int8 2022-09-27T15:51:40.4476066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int32 2022-09-27T15:51:40.4476833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_uint8 2022-09-27T15:51:40.4477432Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_uint8 2022-09-27T15:51:40.4490370Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int32 2022-09-27T15:51:40.4507584Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_uint8 2022-09-27T15:51:40.4508470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.4534321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int64 2022-09-27T15:51:40.4541982Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.4557584Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int64 2022-09-27T15:51:40.4558535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int8 2022-09-27T15:51:40.4590090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex128 2022-09-27T15:51:40.4599217Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int8 2022-09-27T15:51:40.4610813Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex128 2022-09-27T15:51:40.4662872Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_uint8 2022-09-27T15:51:40.4668972Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int16 2022-09-27T15:51:40.4678687Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_bool 2022-09-27T15:51:40.4680123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_uint8 2022-09-27T15:51:40.4683528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex64 2022-09-27T15:51:40.4686001Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int32 2022-09-27T15:51:40.4689937Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex64 2022-09-27T15:51:40.4705323Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_uint8 2022-09-27T15:51:40.4706161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float16 2022-09-27T15:51:40.4734914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.4742002Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float16 2022-09-27T15:51:40.4757551Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.4758372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bool 2022-09-27T15:51:40.4791774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.4800696Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bool 2022-09-27T15:51:40.4814718Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.4859841Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_bool 2022-09-27T15:51:40.4860522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex128 2022-09-27T15:51:40.4861154Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex128 2022-09-27T15:51:40.4866046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.4868932Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.4884546Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex128 2022-09-27T15:51:40.4885455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int16 2022-09-27T15:51:40.4913219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex32 2022-09-27T15:51:40.4924879Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int16 2022-09-27T15:51:40.4941994Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex32 2022-09-27T15:51:40.4942826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int32 2022-09-27T15:51:40.4972206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex64 2022-09-27T15:51:40.4977550Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int32 2022-09-27T15:51:40.4999037Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex64 2022-09-27T15:51:40.5000105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float16 2022-09-27T15:51:40.5032888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int64 2022-09-27T15:51:40.5050633Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float16 2022-09-27T15:51:40.5059000Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int64 2022-09-27T15:51:40.5065562Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex128 2022-09-27T15:51:40.5068432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float32 2022-09-27T15:51:40.5106734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int8 2022-09-27T15:51:40.5110831Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex64 2022-09-27T15:51:40.5115163Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float32 2022-09-27T15:51:40.5119792Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int8 2022-09-27T15:51:40.5134739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float64 2022-09-27T15:51:40.5159803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_uint8 2022-09-27T15:51:40.5169796Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float64 2022-09-27T15:51:40.5181422Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_uint8 2022-09-27T15:51:40.5184192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float32 2022-09-27T15:51:40.5216216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int16 2022-09-27T15:51:40.5223022Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float32 2022-09-27T15:51:40.5235293Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int16 2022-09-27T15:51:40.5237001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float64 2022-09-27T15:51:40.5259436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int32 2022-09-27T15:51:40.5268548Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex64 2022-09-27T15:51:40.5281912Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int32 2022-09-27T15:51:40.5322590Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float64 2022-09-27T15:51:40.5333105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int64 2022-09-27T15:51:40.5338201Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float32 2022-09-27T15:51:40.5341432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.5344635Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.5354420Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int64 2022-09-27T15:51:40.5357669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int8 2022-09-27T15:51:40.5388455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.5396364Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int8 2022-09-27T15:51:40.5407048Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.5409493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.5444580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_uint8 2022-09-27T15:51:40.5450278Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_uint8 2022-09-27T15:51:40.5464278Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.5466014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.5474500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float32 2022-09-27T15:51:40.5501169Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float32 2022-09-27T15:51:40.5505177Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float64 2022-09-27T15:51:40.5509148Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.5536657Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float32 2022-09-27T15:51:40.5538744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bool 2022-09-27T15:51:40.5556373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float64 2022-09-27T15:51:40.5564710Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float64 2022-09-27T15:51:40.5579429Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bool 2022-09-27T15:51:40.5581284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex128 2022-09-27T15:51:40.5614397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int16 2022-09-27T15:51:40.5622106Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex128 2022-09-27T15:51:40.5632733Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int16 2022-09-27T15:51:40.5635507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int32 2022-09-27T15:51:40.5668554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex32 2022-09-27T15:51:40.5680130Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex32 2022-09-27T15:51:40.5691441Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int32 2022-09-27T15:51:40.5694188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int64 2022-09-27T15:51:40.5720416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex64 2022-09-27T15:51:40.5743043Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float64 2022-09-27T15:51:40.5747994Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int64 2022-09-27T15:51:40.5759352Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex64 2022-09-27T15:51:40.5760423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int8 2022-09-27T15:51:40.5761600Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int16 2022-09-27T15:51:40.5798725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float16 2022-09-27T15:51:40.5801514Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int8 2022-09-27T15:51:40.5813394Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float16 2022-09-27T15:51:40.5815081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_uint8 2022-09-27T15:51:40.5852871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.5860974Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_uint8 2022-09-27T15:51:40.5872630Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.5874304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.5911942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.5916523Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.5926351Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.5929224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.5952883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int16 2022-09-27T15:51:40.5966315Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int16 2022-09-27T15:51:40.5976172Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int16 2022-09-27T15:51:40.5988333Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.5989851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.5991015Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int32 2022-09-27T15:51:40.6026474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int32 2022-09-27T15:51:40.6030312Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int32 2022-09-27T15:51:40.6039805Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.6042702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int64 2022-09-27T15:51:40.6079318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int16 2022-09-27T15:51:40.6085290Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int64 2022-09-27T15:51:40.6095684Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int16 2022-09-27T15:51:40.6097472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int8 2022-09-27T15:51:40.6133390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int32 2022-09-27T15:51:40.6137705Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int8 2022-09-27T15:51:40.6146717Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int32 2022-09-27T15:51:40.6149296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_uint8 2022-09-27T15:51:40.6170833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int64 2022-09-27T15:51:40.6187943Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int32 2022-09-27T15:51:40.6191992Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_uint8 2022-09-27T15:51:40.6228744Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int64 2022-09-27T15:51:40.6241041Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int64 2022-09-27T15:51:40.6244600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int8 2022-09-27T15:51:40.6247634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.6250388Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.6260721Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int8 2022-09-27T15:51:40.6263392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bool 2022-09-27T15:51:40.6299199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_uint8 2022-09-27T15:51:40.6308154Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bool 2022-09-27T15:51:40.6321095Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_uint8 2022-09-27T15:51:40.6323813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.6354462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex128 2022-09-27T15:51:40.6363368Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex128 2022-09-27T15:51:40.6373676Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.6376206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float32 2022-09-27T15:51:40.6408035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex64 2022-09-27T15:51:40.6419351Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float32 2022-09-27T15:51:40.6430255Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex64 2022-09-27T15:51:40.6432019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float16 2022-09-27T15:51:40.6463662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float64 2022-09-27T15:51:40.6479638Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float16 2022-09-27T15:51:40.6488844Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int64 2022-09-27T15:51:40.6512422Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float64 2022-09-27T15:51:40.6513894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float32 2022-09-27T15:51:40.6515500Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int8 2022-09-27T15:51:40.6546725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.6551837Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.6560925Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float32 2022-09-27T15:51:40.6563677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.6594794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float64 2022-09-27T15:51:40.6605232Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.6616615Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float64 2022-09-27T15:51:40.6619506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int16 2022-09-27T15:51:40.6652792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.6659762Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.6670589Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int16 2022-09-27T15:51:40.6673005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.6712164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int32 2022-09-27T15:51:40.6716192Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.6723817Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int32 2022-09-27T15:51:40.6732523Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int8 2022-09-27T15:51:40.6785094Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int32 2022-09-27T15:51:40.6787187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float32 2022-09-27T15:51:40.6788684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int64 2022-09-27T15:51:40.6791703Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_uint8 2022-09-27T15:51:40.6794549Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float32 2022-09-27T15:51:40.6797785Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int64 2022-09-27T15:51:40.6808608Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int64 2022-09-27T15:51:40.6811689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float64 2022-09-27T15:51:40.6842101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int8 2022-09-27T15:51:40.6852862Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float64 2022-09-27T15:51:40.6865601Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int8 2022-09-27T15:51:40.6867466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_uint8 2022-09-27T15:51:40.6898667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int16 2022-09-27T15:51:40.6911905Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int16 2022-09-27T15:51:40.6921798Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_uint8 2022-09-27T15:51:40.6924420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int32 2022-09-27T15:51:40.6930760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.6962700Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_uint8 2022-09-27T15:51:40.6965859Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_bool 2022-09-27T15:51:40.6969457Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.6980223Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int32 2022-09-27T15:51:40.6982166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bool 2022-09-27T15:51:40.7009941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int64 2022-09-27T15:51:40.7024267Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bool 2022-09-27T15:51:40.7033332Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int64 2022-09-27T15:51:40.7035931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex128 2022-09-27T15:51:40.7067764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int8 2022-09-27T15:51:40.7077103Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex128 2022-09-27T15:51:40.7089443Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int8 2022-09-27T15:51:40.7092174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex64 2022-09-27T15:51:40.7124064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_uint8 2022-09-27T15:51:40.7141502Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex64 2022-09-27T15:51:40.7145763Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_uint8 2022-09-27T15:51:40.7201974Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_bool 2022-09-27T15:51:40.7208129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float16 2022-09-27T15:51:40.7218641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.7221516Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex128 2022-09-27T15:51:40.7225386Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.7236312Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float16 2022-09-27T15:51:40.7238112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.7273981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.7282938Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.7293234Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.7295203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.7329207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.7341156Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.7350950Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.7355073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int16 2022-09-27T15:51:40.7359745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int16 2022-09-27T15:51:40.7389161Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex128 2022-09-27T15:51:40.7392430Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex64 2022-09-27T15:51:40.7395487Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int16 2022-09-27T15:51:40.7417816Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int16 2022-09-27T15:51:40.7418638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int32 2022-09-27T15:51:40.7441963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int32 2022-09-27T15:51:40.7450721Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int32 2022-09-27T15:51:40.7472724Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int32 2022-09-27T15:51:40.7473553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int64 2022-09-27T15:51:40.7499356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int64 2022-09-27T15:51:40.7510889Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int64 2022-09-27T15:51:40.7554788Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int64 2022-09-27T15:51:40.7604619Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex64 2022-09-27T15:51:40.7605194Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float32 2022-09-27T15:51:40.7605766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int8 2022-09-27T15:51:40.7619411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int8 2022-09-27T15:51:40.7623460Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int8 2022-09-27T15:51:40.7636451Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int8 2022-09-27T15:51:40.7637326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_uint8 2022-09-27T15:51:40.7670191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_uint8 2022-09-27T15:51:40.7673129Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_uint8 2022-09-27T15:51:40.7685720Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_uint8 2022-09-27T15:51:40.7686543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.7715839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.7722010Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.7742518Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.7743179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bool 2022-09-27T15:51:40.7743827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float32 2022-09-27T15:51:40.7768565Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float32 2022-09-27T15:51:40.7773563Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float64 2022-09-27T15:51:40.7779581Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bool 2022-09-27T15:51:40.7806046Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float32 2022-09-27T15:51:40.7806888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float64 2022-09-27T15:51:40.7822625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex128 2022-09-27T15:51:40.7832610Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float64 2022-09-27T15:51:40.7855013Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex128 2022-09-27T15:51:40.7855713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int16 2022-09-27T15:51:40.7881513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex32 2022-09-27T15:51:40.7891230Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int16 2022-09-27T15:51:40.7913133Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex32 2022-09-27T15:51:40.7913905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int32 2022-09-27T15:51:40.7943416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex64 2022-09-27T15:51:40.7953410Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int32 2022-09-27T15:51:40.7968293Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex64 2022-09-27T15:51:40.7969861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float16 2022-09-27T15:51:40.8003283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int64 2022-09-27T15:51:40.8008649Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float64 2022-09-27T15:51:40.8010930Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int16 2022-09-27T15:51:40.8013997Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float16 2022-09-27T15:51:40.8048342Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int64 2022-09-27T15:51:40.8050123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float32 2022-09-27T15:51:40.8060850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int8 2022-09-27T15:51:40.8066836Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int8 2022-09-27T15:51:40.8118692Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float32 2022-09-27T15:51:40.8119508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_uint8 2022-09-27T15:51:40.8120247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float64 2022-09-27T15:51:40.8127031Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_uint8 2022-09-27T15:51:40.8143107Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float64 2022-09-27T15:51:40.8143989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.8175052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int16 2022-09-27T15:51:40.8183627Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.8231986Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int16 2022-09-27T15:51:40.8232678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int32 2022-09-27T15:51:40.8235854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.8254340Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int16 2022-09-27T15:51:40.8258467Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int32 2022-09-27T15:51:40.8307815Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.8312852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.8321506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int64 2022-09-27T15:51:40.8323878Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int32 2022-09-27T15:51:40.8327724Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.8356958Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int64 2022-09-27T15:51:40.8370829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int8 2022-09-27T15:51:40.8371559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int16 2022-09-27T15:51:40.8379422Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int16 2022-09-27T15:51:40.8390089Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int8 2022-09-27T15:51:40.8393065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int32 2022-09-27T15:51:40.8423133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_uint8 2022-09-27T15:51:40.8431655Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_uint8 2022-09-27T15:51:40.8439787Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int32 2022-09-27T15:51:40.8485451Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int32 2022-09-27T15:51:40.8492130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.8492711Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int64 2022-09-27T15:51:40.8501156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int64 2022-09-27T15:51:40.8502021Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.8529487Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int64 2022-09-27T15:51:40.8530185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int8 2022-09-27T15:51:40.8548188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bool 2022-09-27T15:51:40.8553135Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int8 2022-09-27T15:51:40.8572976Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bool 2022-09-27T15:51:40.8573951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_uint8 2022-09-27T15:51:40.8601158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex128 2022-09-27T15:51:40.8610562Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_uint8 2022-09-27T15:51:40.8631495Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex128 2022-09-27T15:51:40.8632315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex32 2022-09-27T15:51:40.8656231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.8671935Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex32 2022-09-27T15:51:40.8681596Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.8736076Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int64 2022-09-27T15:51:40.8757987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex64 2022-09-27T15:51:40.8761024Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int8 2022-09-27T15:51:40.8777269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float32 2022-09-27T15:51:40.8778081Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float32 2022-09-27T15:51:40.8778917Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex64 2022-09-27T15:51:40.8779719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float16 2022-09-27T15:51:40.8810402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float64 2022-09-27T15:51:40.8812257Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float16 2022-09-27T15:51:40.8826606Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float64 2022-09-27T15:51:40.8833975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.8861569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.8875218Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.8884159Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.8886446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.8914317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.8924162Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int8 2022-09-27T15:51:40.8928020Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.8976154Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.8985817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int16 2022-09-27T15:51:40.8986985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.8989900Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_uint8 2022-09-27T15:51:40.8992601Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int16 2022-09-27T15:51:40.9009254Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.9013639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int32 2022-09-27T15:51:40.9020765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.9044545Z [gw0] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int64 2022-09-27T15:51:40.9048442Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int8 2022-09-27T15:51:40.9052018Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int32 2022-09-27T15:51:40.9093862Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.9103959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int64 2022-09-27T15:51:40.9107705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float32 2022-09-27T15:51:40.9112973Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int64 2022-09-27T15:51:40.9160757Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float32 2022-09-27T15:51:40.9166045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float64 2022-09-27T15:51:40.9176158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int8 2022-09-27T15:51:40.9179683Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int8 2022-09-27T15:51:40.9190551Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float64 2022-09-27T15:51:40.9200324Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_uint8 2022-09-27T15:51:40.9201675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.9202950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_uint8 2022-09-27T15:51:40.9253909Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_bool 2022-09-27T15:51:40.9261227Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_uint8 2022-09-27T15:51:40.9266694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.9278609Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.9284439Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.9293590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.9313475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bool 2022-09-27T15:51:40.9326463Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.9330717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.9343156Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bool 2022-09-27T15:51:40.9358111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex128 2022-09-27T15:51:40.9373669Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.9378550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.9392502Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex128 2022-09-27T15:51:40.9406324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex32 2022-09-27T15:51:40.9418213Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.9431938Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_bool 2022-09-27T15:51:40.9436321Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex32 2022-09-27T15:51:40.9457934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float32 2022-09-27T15:51:40.9459337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex64 2022-09-27T15:51:40.9462870Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex128 2022-09-27T15:51:40.9473678Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float32 2022-09-27T15:51:40.9485191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float64 2022-09-27T15:51:40.9496545Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex64 2022-09-27T15:51:40.9508685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float16 2022-09-27T15:51:40.9518293Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float64 2022-09-27T15:51:40.9531299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.9542729Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float16 2022-09-27T15:51:40.9550556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float32 2022-09-27T15:51:40.9562528Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.9579853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.9593860Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float32 2022-09-27T15:51:40.9601248Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float32 2022-09-27T15:51:40.9607460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float64 2022-09-27T15:51:40.9631971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.9642213Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float64 2022-09-27T15:51:40.9657604Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float64 2022-09-27T15:51:40.9692777Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex128 2022-09-27T15:51:40.9705098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.9706413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int16 2022-09-27T15:51:40.9709242Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex64 2022-09-27T15:51:40.9711766Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int16 2022-09-27T15:51:40.9722038Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_bfloat16 2022-09-27T15:51:40.9723879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int32 2022-09-27T15:51:40.9754043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex128 2022-09-27T15:51:40.9768750Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int32 2022-09-27T15:51:40.9777038Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex128 2022-09-27T15:51:40.9779530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex64 2022-09-27T15:51:40.9807140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int64 2022-09-27T15:51:40.9814880Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex64 2022-09-27T15:51:40.9828786Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int64 2022-09-27T15:51:40.9838570Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex64 2022-09-27T15:51:40.9839867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int8 2022-09-27T15:51:40.9841218Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float32 2022-09-27T15:51:40.9879648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float32 2022-09-27T15:51:40.9884225Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float32 2022-09-27T15:51:40.9892789Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int8 2022-09-27T15:51:40.9895442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float64 2022-09-27T15:51:40.9925524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_uint8 2022-09-27T15:51:40.9930641Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float64 2022-09-27T15:51:40.9947799Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_uint8 2022-09-27T15:51:40.9951124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:40.9979783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int16 2022-09-27T15:51:40.9992080Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:41.0002045Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int16 2022-09-27T15:51:41.0005250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bool 2022-09-27T15:51:41.0040581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int32 2022-09-27T15:51:41.0049607Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int32 2022-09-27T15:51:41.0066755Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bool 2022-09-27T15:51:41.0125715Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float32 2022-09-27T15:51:41.0130617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex128 2022-09-27T15:51:41.0135895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int64 2022-09-27T15:51:41.0141522Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float64 2022-09-27T15:51:41.0142266Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int64 2022-09-27T15:51:41.0153728Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex128 2022-09-27T15:51:41.0157761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int8 2022-09-27T15:51:41.0193673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex32 2022-09-27T15:51:41.0198672Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int8 2022-09-27T15:51:41.0207338Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex32 2022-09-27T15:51:41.0210169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex64 2022-09-27T15:51:41.0247086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_uint8 2022-09-27T15:51:41.0253269Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex64 2022-09-27T15:51:41.0260193Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_uint8 2022-09-27T15:51:41.0272223Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float64 2022-09-27T15:51:41.0275128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:41.0276662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float16 2022-09-27T15:51:41.0304286Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int16 2022-09-27T15:51:41.0312368Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float16 2022-09-27T15:51:41.0323757Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:41.0325620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.0359847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex128 2022-09-27T15:51:41.0365855Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.0379714Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex128 2022-09-27T15:51:41.0382149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.0418899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex64 2022-09-27T15:51:41.0422472Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.0431622Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex64 2022-09-27T15:51:41.0434434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.0453244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int16 2022-09-27T15:51:41.0467402Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int16 2022-09-27T15:51:41.0476645Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.0512285Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int16 2022-09-27T15:51:41.0513606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.0515937Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int32 2022-09-27T15:51:41.0530702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int32 2022-09-27T15:51:41.0533615Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int32 2022-09-27T15:51:41.0544036Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.0566872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int64 2022-09-27T15:51:41.0574987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int16 2022-09-27T15:51:41.0587737Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int64 2022-09-27T15:51:41.0597893Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int16 2022-09-27T15:51:41.0600626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int8 2022-09-27T15:51:41.0630677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int32 2022-09-27T15:51:41.0640059Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int8 2022-09-27T15:51:41.0653323Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int32 2022-09-27T15:51:41.0655542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_uint8 2022-09-27T15:51:41.0694226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int64 2022-09-27T15:51:41.0699193Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int64 2022-09-27T15:51:41.0716318Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_uint8 2022-09-27T15:51:41.0717028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bfloat16 2022-09-27T15:51:41.0746887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int8 2022-09-27T15:51:41.0756343Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int32 2022-09-27T15:51:41.0762783Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int8 2022-09-27T15:51:41.0819499Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bfloat16 2022-09-27T15:51:41.0821040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bool 2022-09-27T15:51:41.0822410Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int64 2022-09-27T15:51:41.0825802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_uint8 2022-09-27T15:51:41.0829361Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bool 2022-09-27T15:51:41.0840161Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_uint8 2022-09-27T15:51:41.0843060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex128 2022-09-27T15:51:41.0874219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_bfloat16 2022-09-27T15:51:41.0886203Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex128 2022-09-27T15:51:41.0897108Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_bfloat16 2022-09-27T15:51:41.0897966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex64 2022-09-27T15:51:41.0935712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float32 2022-09-27T15:51:41.0939625Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float32 2022-09-27T15:51:41.0951854Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex64 2022-09-27T15:51:41.0952711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float64 2022-09-27T15:51:41.0963277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float16 2022-09-27T15:51:41.0988723Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int64 2022-09-27T15:51:41.0996562Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int8 2022-09-27T15:51:41.0999720Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float64 2022-09-27T15:51:41.1005615Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float16 2022-09-27T15:51:41.1054611Z [gw0] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int8 2022-09-27T15:51:41.1059954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float32 2022-09-27T15:51:41.1069063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int16 2022-09-27T15:51:41.1072166Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_uint8 2022-09-27T15:51:41.1076761Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int16 2022-09-27T15:51:41.1123889Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float32 2022-09-27T15:51:41.1129063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int32 2022-09-27T15:51:41.1139791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float64 2022-09-27T15:51:41.1144486Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float64 2022-09-27T15:51:41.1191208Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int32 2022-09-27T15:51:41.1199503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int64 2022-09-27T15:51:41.1206573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int16 2022-09-27T15:51:41.1210112Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int16 2022-09-27T15:51:41.1219033Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int64 2022-09-27T15:51:41.1220723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int32 2022-09-27T15:51:41.1255419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int8 2022-09-27T15:51:41.1261226Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int8 2022-09-27T15:51:41.1276993Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int32 2022-09-27T15:51:41.1307897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int64 2022-09-27T15:51:41.1308548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_uint8 2022-09-27T15:51:41.1312891Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int8 2022-09-27T15:51:41.1318259Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_uint8 2022-09-27T15:51:41.1322931Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int64 2022-09-27T15:51:41.1339427Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_uint8 2022-09-27T15:51:41.1341106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:41.1372534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int8 2022-09-27T15:51:41.1383387Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:41.1425828Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int8 2022-09-27T15:51:41.1426503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_uint8 2022-09-27T15:51:41.1427194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.1440026Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.1456720Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_uint8 2022-09-27T15:51:41.1457647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.1497034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:41.1500872Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:41.1516317Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.1546621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bool 2022-09-27T15:51:41.1605293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int16 2022-09-27T15:51:41.1606112Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_uint8 2022-09-27T15:51:41.1606740Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_bool 2022-09-27T15:51:41.1607313Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bool 2022-09-27T15:51:41.1608037Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int16 2022-09-27T15:51:41.1608767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int32 2022-09-27T15:51:41.1609422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex128 2022-09-27T15:51:41.1611943Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex128 2022-09-27T15:51:41.1661140Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int32 2022-09-27T15:51:41.1662413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex64 2022-09-27T15:51:41.1668054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int64 2022-09-27T15:51:41.1677291Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int64 2022-09-27T15:51:41.1682156Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex64 2022-09-27T15:51:41.1688688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int8 2022-09-27T15:51:41.1706631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float16 2022-09-27T15:51:41.1716271Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int8 2022-09-27T15:51:41.1724999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_uint8 2022-09-27T15:51:41.1737742Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float16 2022-09-27T15:51:41.1753485Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_bool 2022-09-27T15:51:41.1796125Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_uint8 2022-09-27T15:51:41.1800165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.1801583Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex128 2022-09-27T15:51:41.1804652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_bfloat16 2022-09-27T15:51:41.1808834Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.1820282Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_bfloat16 2022-09-27T15:51:41.1823118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.1855021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex128 2022-09-27T15:51:41.1865840Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.1874114Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex128 2022-09-27T15:51:41.1876662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex64 2022-09-27T15:51:41.1907704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int16 2022-09-27T15:51:41.1911452Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex64 2022-09-27T15:51:41.1923233Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int16 2022-09-27T15:51:41.1925792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float16 2022-09-27T15:51:41.1947907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int32 2022-09-27T15:51:41.1964106Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex128 2022-09-27T15:51:41.1967448Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float16 2022-09-27T15:51:41.2003492Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int32 2022-09-27T15:51:41.2016231Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex64 2022-09-27T15:51:41.2017926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int64 2022-09-27T15:51:41.2020940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float32 2022-09-27T15:51:41.2023771Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float32 2022-09-27T15:51:41.2034439Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int64 2022-09-27T15:51:41.2036339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float64 2022-09-27T15:51:41.2065184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int8 2022-09-27T15:51:41.2075936Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float64 2022-09-27T15:51:41.2088216Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int8 2022-09-27T15:51:41.2090717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:41.2121385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_uint8 2022-09-27T15:51:41.2137452Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:41.2147721Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_uint8 2022-09-27T15:51:41.2150760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bfloat16 2022-09-27T15:51:41.2183937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:51:41.2194122Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bfloat16 2022-09-27T15:51:41.2210512Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:51:41.2248960Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex64 2022-09-27T15:51:41.2250088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bool 2022-09-27T15:51:41.2251358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:51:41.2259760Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float32 2022-09-27T15:51:41.2267143Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:51:41.2285316Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bool 2022-09-27T15:51:41.2287083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float16 2022-09-27T15:51:41.2314944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int64 2022-09-27T15:51:41.2324384Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float16 2022-09-27T15:51:41.2336211Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int64 2022-09-27T15:51:41.2338839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int8 2022-09-27T15:51:41.2373602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.2377102Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.2385358Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int8 2022-09-27T15:51:41.2387691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.2421239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_uint8 2022-09-27T15:51:41.2428594Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.2438084Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_uint8 2022-09-27T15:51:41.2440671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:41.2447819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bfloat16 2022-09-27T15:51:41.2476485Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float32 2022-09-27T15:51:41.2479637Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float64 2022-09-27T15:51:41.2483613Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:41.2510031Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bfloat16 2022-09-27T15:51:41.2512194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.2530387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bool 2022-09-27T15:51:41.2541273Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bool 2022-09-27T15:51:41.2552094Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.2554843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex128 2022-09-27T15:51:41.2587049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.2592532Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex128 2022-09-27T15:51:41.2605062Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.2607569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int16 2022-09-27T15:51:41.2642996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex32 2022-09-27T15:51:41.2648178Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex32 2022-09-27T15:51:41.2660907Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int16 2022-09-27T15:51:41.2662373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int32 2022-09-27T15:51:41.2683903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex64 2022-09-27T15:51:41.2694630Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float64 2022-09-27T15:51:41.2705693Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex64 2022-09-27T15:51:41.2717303Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int32 2022-09-27T15:51:41.2755648Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int16 2022-09-27T15:51:41.2770037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int64 2022-09-27T15:51:41.2773303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float16 2022-09-27T15:51:41.2778113Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float16 2022-09-27T15:51:41.2787965Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int64 2022-09-27T15:51:41.2790976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int8 2022-09-27T15:51:41.2826387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float32 2022-09-27T15:51:41.2833728Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int8 2022-09-27T15:51:41.2848465Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float32 2022-09-27T15:51:41.2850823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float64 2022-09-27T15:51:41.2887119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_uint8 2022-09-27T15:51:41.2890935Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float64 2022-09-27T15:51:41.2904492Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_uint8 2022-09-27T15:51:41.2906158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_bfloat16 2022-09-27T15:51:41.2944008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int16 2022-09-27T15:51:41.2955695Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int16 2022-09-27T15:51:41.2958870Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_bfloat16 2022-09-27T15:51:41.3000800Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int16 2022-09-27T15:51:41.3006809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float32 2022-09-27T15:51:41.3015639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int32 2022-09-27T15:51:41.3018436Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int32 2022-09-27T15:51:41.3021495Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int32 2022-09-27T15:51:41.3032933Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float32 2022-09-27T15:51:41.3034945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int64 2022-09-27T15:51:41.3068678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float64 2022-09-27T15:51:41.3078938Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int64 2022-09-27T15:51:41.3091905Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float64 2022-09-27T15:51:41.3093649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int16 2022-09-27T15:51:41.3123253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int8 2022-09-27T15:51:41.3132633Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int16 2022-09-27T15:51:41.3141525Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int8 2022-09-27T15:51:41.3144457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_uint8 2022-09-27T15:51:41.3176458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int32 2022-09-27T15:51:41.3187855Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_uint8 2022-09-27T15:51:41.3197462Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int32 2022-09-27T15:51:41.3222184Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int32 2022-09-27T15:51:41.3246508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int64 2022-09-27T15:51:41.3248350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:41.3252052Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int64 2022-09-27T15:51:41.3257793Z [gw0] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_uint8 2022-09-27T15:51:41.3261339Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int64 2022-09-27T15:51:41.3315583Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:41.3317105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int8 2022-09-27T15:51:41.3318509Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_bfloat16 2022-09-27T15:51:41.3321259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bool 2022-09-27T15:51:41.3323899Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int8 2022-09-27T15:51:41.3370402Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bool 2022-09-27T15:51:41.3372727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex128 2022-09-27T15:51:41.3387802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_uint8 2022-09-27T15:51:41.3391590Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_uint8 2022-09-27T15:51:41.3439736Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex128 2022-09-27T15:51:41.3446391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:41.3448636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex32 2022-09-27T15:51:41.3460857Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex32 2022-09-27T15:51:41.3469478Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:41.3522346Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int64 2022-09-27T15:51:41.3526013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex64 2022-09-27T15:51:41.3529255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.3532162Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int8 2022-09-27T15:51:41.3537131Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex64 2022-09-27T15:51:41.3585909Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.3587613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float16 2022-09-27T15:51:41.3590166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.3592663Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float16 2022-09-27T15:51:41.3639992Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.3644936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int16 2022-09-27T15:51:41.3655572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.3659263Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int16 2022-09-27T15:51:41.3667402Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.3707156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int32 2022-09-27T15:51:41.3709218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.3712428Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int8 2022-09-27T15:51:41.3715116Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_uint8 2022-09-27T15:51:41.3717512Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int32 2022-09-27T15:51:41.3767914Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.3777266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int64 2022-09-27T15:51:41.3779853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int16 2022-09-27T15:51:41.3790515Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int16 2022-09-27T15:51:41.3799367Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int64 2022-09-27T15:51:41.3802331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int32 2022-09-27T15:51:41.3839982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int8 2022-09-27T15:51:41.3842868Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int8 2022-09-27T15:51:41.3853119Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int32 2022-09-27T15:51:41.3855661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_uint8 2022-09-27T15:51:41.3866940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int64 2022-09-27T15:51:41.3891628Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_uint8 2022-09-27T15:51:41.3895998Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bfloat16 2022-09-27T15:51:41.3898952Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_uint8 2022-09-27T15:51:41.3947850Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int64 2022-09-27T15:51:41.3952932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int8 2022-09-27T15:51:41.3963124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_bool 2022-09-27T15:51:41.3967295Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_bool 2022-09-27T15:51:41.4015200Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int8 2022-09-27T15:51:41.4016950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_uint8 2022-09-27T15:51:41.4029712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float32 2022-09-27T15:51:41.4039322Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float32 2022-09-27T15:51:41.4045158Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_uint8 2022-09-27T15:51:41.4079880Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bfloat16 2022-09-27T15:51:41.4083144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float64 2022-09-27T15:51:41.4091837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bfloat16 2022-09-27T15:51:41.4096630Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bool 2022-09-27T15:51:41.4102160Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bfloat16 2022-09-27T15:51:41.4142173Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float64 2022-09-27T15:51:41.4151246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bool 2022-09-27T15:51:41.4153911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int16 2022-09-27T15:51:41.4157594Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bool 2022-09-27T15:51:41.4171310Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int16 2022-09-27T15:51:41.4193020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex128 2022-09-27T15:51:41.4213419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int32 2022-09-27T15:51:41.4215801Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int32 2022-09-27T15:51:41.4220292Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bool 2022-09-27T15:51:41.4230667Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex128 2022-09-27T15:51:41.4231979Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:51:41.4233265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int64 2022-09-27T15:51:41.4263574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex32 2022-09-27T15:51:41.4274912Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int64 2022-09-27T15:51:41.4285398Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex32 2022-09-27T15:51:41.4287726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int8 2022-09-27T15:51:41.4317620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex64 2022-09-27T15:51:41.4326442Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int8 2022-09-27T15:51:41.4339536Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex64 2022-09-27T15:51:41.4341294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float16 2022-09-27T15:51:41.4370426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_uint8 2022-09-27T15:51:41.4380090Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float16 2022-09-27T15:51:41.4395481Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_uint8 2022-09-27T15:51:41.4402093Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:51:41.4407589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_bool 2022-09-27T15:51:41.4414981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float32 2022-09-27T15:51:41.4434346Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex32 2022-09-27T15:51:41.4442570Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_bool 2022-09-27T15:51:41.4451969Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float32 2022-09-27T15:51:41.4454529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.4488148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float64 2022-09-27T15:51:41.4499452Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.4510668Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float64 2022-09-27T15:51:41.4513707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.4545928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int16 2022-09-27T15:51:41.4555959Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int16 2022-09-27T15:51:41.4566982Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.4572230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int16 2022-09-27T15:51:41.4577983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int32 2022-09-27T15:51:41.4589046Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex32 2022-09-27T15:51:41.4604906Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:51:41.4609290Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int32 2022-09-27T15:51:41.4620386Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int16 2022-09-27T15:51:41.4622870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int64 2022-09-27T15:51:41.4661156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int32 2022-09-27T15:51:41.4667991Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int64 2022-09-27T15:51:41.4677309Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int32 2022-09-27T15:51:41.4679181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int8 2022-09-27T15:51:41.4714214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int64 2022-09-27T15:51:41.4717883Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int8 2022-09-27T15:51:41.4729834Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int64 2022-09-27T15:51:41.4732366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_uint8 2022-09-27T15:51:41.4739289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int8 2022-09-27T15:51:41.4749296Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:51:41.4765266Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float16 2022-09-27T15:51:41.4773188Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_uint8 2022-09-27T15:51:41.4783292Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int8 2022-09-27T15:51:41.4785818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:41.4819764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_uint8 2022-09-27T15:51:41.4825801Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:41.4834419Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_uint8 2022-09-27T15:51:41.4836848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bfloat16 2022-09-27T15:51:41.4874082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bool 2022-09-27T15:51:41.4876660Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bfloat16 2022-09-27T15:51:41.4885855Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bool 2022-09-27T15:51:41.4890808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bool 2022-09-27T15:51:41.4895270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex128 2022-09-27T15:51:41.4906518Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float16 2022-09-27T15:51:41.4920472Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float32 2022-09-27T15:51:41.4925720Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bool 2022-09-27T15:51:41.4938244Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex128 2022-09-27T15:51:41.4941002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex128 2022-09-27T15:51:41.4977472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex32 2022-09-27T15:51:41.4979823Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex128 2022-09-27T15:51:41.4989431Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex32 2022-09-27T15:51:41.4991957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex64 2022-09-27T15:51:41.5024525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex64 2022-09-27T15:51:41.5029626Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex64 2022-09-27T15:51:41.5043880Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex64 2022-09-27T15:51:41.5075715Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float32 2022-09-27T15:51:41.5077541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float16 2022-09-27T15:51:41.5079272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float32 2022-09-27T15:51:41.5091347Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float64 2022-09-27T15:51:41.5096811Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float32 2022-09-27T15:51:41.5108786Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float16 2022-09-27T15:51:41.5111319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.5139456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float64 2022-09-27T15:51:41.5148075Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.5158727Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float64 2022-09-27T15:51:41.5161215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.5188390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int16 2022-09-27T15:51:41.5199242Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.5211217Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int16 2022-09-27T15:51:41.5220598Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float64 2022-09-27T15:51:41.5223268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int32 2022-09-27T15:51:41.5226351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int16 2022-09-27T15:51:41.5254690Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int16 2022-09-27T15:51:41.5260114Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int32 2022-09-27T15:51:41.5272585Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int16 2022-09-27T15:51:41.5275200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int32 2022-09-27T15:51:41.5305256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int64 2022-09-27T15:51:41.5315818Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int64 2022-09-27T15:51:41.5325796Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int32 2022-09-27T15:51:41.5328345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int64 2022-09-27T15:51:41.5360009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int8 2022-09-27T15:51:41.5368733Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int64 2022-09-27T15:51:41.5370622Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int16 2022-09-27T15:51:41.5388100Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int8 2022-09-27T15:51:41.5390671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_uint8 2022-09-27T15:51:41.5393971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int8 2022-09-27T15:51:41.5420509Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int32 2022-09-27T15:51:41.5428444Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_uint8 2022-09-27T15:51:41.5438474Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int8 2022-09-27T15:51:41.5440929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:41.5469782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_uint8 2022-09-27T15:51:41.5479409Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:41.5487580Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_uint8 2022-09-27T15:51:41.5490065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bool 2022-09-27T15:51:41.5524428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_bfloat16 2022-09-27T15:51:41.5527889Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bool 2022-09-27T15:51:41.5539138Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_bfloat16 2022-09-27T15:51:41.5548774Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int32 2022-09-27T15:51:41.5551713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex128 2022-09-27T15:51:41.5553458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex128 2022-09-27T15:51:41.5578970Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int64 2022-09-27T15:51:41.5588689Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex128 2022-09-27T15:51:41.5597136Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex128 2022-09-27T15:51:41.5599724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex64 2022-09-27T15:51:41.5644440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex32 2022-09-27T15:51:41.5650193Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex32 2022-09-27T15:51:41.5661692Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex64 2022-09-27T15:51:41.5664398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.5679134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex64 2022-09-27T15:51:41.5692878Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int64 2022-09-27T15:51:41.5702303Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int8 2022-09-27T15:51:41.5704741Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex64 2022-09-27T15:51:41.5714114Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.5716660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.5746521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float16 2022-09-27T15:51:41.5755487Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float16 2022-09-27T15:51:41.5764905Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.5767451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float32 2022-09-27T15:51:41.5805408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int16 2022-09-27T15:51:41.5809819Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float32 2022-09-27T15:51:41.5826637Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int16 2022-09-27T15:51:41.5831140Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int8 2022-09-27T15:51:41.5837479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int32 2022-09-27T15:51:41.5840279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float64 2022-09-27T15:51:41.5855153Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_uint8 2022-09-27T15:51:41.5863963Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int32 2022-09-27T15:51:41.5872356Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float64 2022-09-27T15:51:41.5873176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int64 2022-09-27T15:51:41.5901575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int16 2022-09-27T15:51:41.5911400Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int16 2022-09-27T15:51:41.5919470Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int64 2022-09-27T15:51:41.5920274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int8 2022-09-27T15:51:41.5953727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int32 2022-09-27T15:51:41.5958327Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int8 2022-09-27T15:51:41.5969165Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int32 2022-09-27T15:51:41.5978742Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_uint8 2022-09-27T15:51:41.5980630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_uint8 2022-09-27T15:51:41.5981918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int64 2022-09-27T15:51:41.5999358Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_bool 2022-09-27T15:51:41.6009502Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_uint8 2022-09-27T15:51:41.6018217Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int64 2022-09-27T15:51:41.6019482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bfloat16 2022-09-27T15:51:41.6047042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int8 2022-09-27T15:51:41.6055852Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bfloat16 2022-09-27T15:51:41.6067779Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int8 2022-09-27T15:51:41.6070149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bool 2022-09-27T15:51:41.6103466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_uint8 2022-09-27T15:51:41.6115507Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bool 2022-09-27T15:51:41.6128807Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_uint8 2022-09-27T15:51:41.6129576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex128 2022-09-27T15:51:41.6158019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:41.6173376Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:41.6179603Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex128 2022-09-27T15:51:41.6191935Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_bool 2022-09-27T15:51:41.6196644Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float32 2022-09-27T15:51:41.6197318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex64 2022-09-27T15:51:41.6215156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex128 2022-09-27T15:51:41.6227502Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex64 2022-09-27T15:51:41.6239986Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex128 2022-09-27T15:51:41.6241081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float16 2022-09-27T15:51:41.6264326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex32 2022-09-27T15:51:41.6277563Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float16 2022-09-27T15:51:41.6290369Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex32 2022-09-27T15:51:41.6292458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex64 2022-09-27T15:51:41.6326390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float32 2022-09-27T15:51:41.6339893Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float32 2022-09-27T15:51:41.6348836Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex64 2022-09-27T15:51:41.6351881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float16 2022-09-27T15:51:41.6383229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float64 2022-09-27T15:51:41.6392640Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float16 2022-09-27T15:51:41.6404055Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float64 2022-09-27T15:51:41.6418731Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float32 2022-09-27T15:51:41.6420786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int16 2022-09-27T15:51:41.6422578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.6449992Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float64 2022-09-27T15:51:41.6459075Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.6471890Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int16 2022-09-27T15:51:41.6474338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.6502110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int32 2022-09-27T15:51:41.6514429Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.6524645Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int32 2022-09-27T15:51:41.6527138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int64 2022-09-27T15:51:41.6559881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int16 2022-09-27T15:51:41.6571142Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int64 2022-09-27T15:51:41.6583457Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int16 2022-09-27T15:51:41.6585940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int32 2022-09-27T15:51:41.6608702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int8 2022-09-27T15:51:41.6620190Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float64 2022-09-27T15:51:41.6625170Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int8 2022-09-27T15:51:41.6641682Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int32 2022-09-27T15:51:41.6643340Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int16 2022-09-27T15:51:41.6646052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int64 2022-09-27T15:51:41.6679278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_uint8 2022-09-27T15:51:41.6684296Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_uint8 2022-09-27T15:51:41.6693975Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int64 2022-09-27T15:51:41.6696620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int8 2022-09-27T15:51:41.6727501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:41.6736176Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:41.6748609Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int8 2022-09-27T15:51:41.6751460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bool 2022-09-27T15:51:41.6782760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_uint8 2022-09-27T15:51:41.6792919Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bool 2022-09-27T15:51:41.6805229Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_uint8 2022-09-27T15:51:41.6808230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_bfloat16 2022-09-27T15:51:41.6820276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex128 2022-09-27T15:51:41.6830501Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int16 2022-09-27T15:51:41.6840354Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int32 2022-09-27T15:51:41.6847313Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex128 2022-09-27T15:51:41.6858218Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_bfloat16 2022-09-27T15:51:41.6860959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex64 2022-09-27T15:51:41.6878065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex128 2022-09-27T15:51:41.6890012Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex64 2022-09-27T15:51:41.6897415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float16 2022-09-27T15:51:41.6907200Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex128 2022-09-27T15:51:41.6919482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex64 2022-09-27T15:51:41.6929979Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float16 2022-09-27T15:51:41.6942618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.6953877Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex64 2022-09-27T15:51:41.6962582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float16 2022-09-27T15:51:41.6974588Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.6987256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.6998852Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float16 2022-09-27T15:51:41.7007275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float32 2022-09-27T15:51:41.7020664Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.7031104Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int32 2022-09-27T15:51:41.7035324Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float32 2022-09-27T15:51:41.7043731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int16 2022-09-27T15:51:41.7052160Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int64 2022-09-27T15:51:41.7065481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float64 2022-09-27T15:51:41.7076870Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int16 2022-09-27T15:51:41.7083730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int32 2022-09-27T15:51:41.7094495Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float64 2022-09-27T15:51:41.7113114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int16 2022-09-27T15:51:41.7126622Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int32 2022-09-27T15:51:41.7134070Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int16 2022-09-27T15:51:41.7140989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int64 2022-09-27T15:51:41.7163928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int32 2022-09-27T15:51:41.7175375Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int64 2022-09-27T15:51:41.7192262Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int32 2022-09-27T15:51:41.7194113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int64 2022-09-27T15:51:41.7225907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int8 2022-09-27T15:51:41.7236125Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int64 2022-09-27T15:51:41.7246562Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int8 2022-09-27T15:51:41.7257617Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int64 2022-09-27T15:51:41.7259315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int8 2022-09-27T15:51:41.7260877Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int8 2022-09-27T15:51:41.7286374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_uint8 2022-09-27T15:51:41.7293895Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int8 2022-09-27T15:51:41.7308663Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_uint8 2022-09-27T15:51:41.7311814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_uint8 2022-09-27T15:51:41.7345095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bfloat16 2022-09-27T15:51:41.7355431Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bfloat16 2022-09-27T15:51:41.7365021Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_uint8 2022-09-27T15:51:41.7367943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bool 2022-09-27T15:51:41.7399449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:41.7409605Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:41.7419088Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bool 2022-09-27T15:51:41.7421387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex128 2022-09-27T15:51:41.7452169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex128 2022-09-27T15:51:41.7459497Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex128 2022-09-27T15:51:41.7470026Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int8 2022-09-27T15:51:41.7481187Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex128 2022-09-27T15:51:41.7486489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex64 2022-09-27T15:51:41.7519391Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_uint8 2022-09-27T15:51:41.7523251Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_bfloat16 2022-09-27T15:51:41.7525094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex32 2022-09-27T15:51:41.7528292Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex128 2022-09-27T15:51:41.7531555Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex64 2022-09-27T15:51:41.7542274Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex32 2022-09-27T15:51:41.7545112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float16 2022-09-27T15:51:41.7575491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex64 2022-09-27T15:51:41.7586666Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float16 2022-09-27T15:51:41.7597559Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex64 2022-09-27T15:51:41.7599316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.7630260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float16 2022-09-27T15:51:41.7638749Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.7646095Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float16 2022-09-27T15:51:41.7655480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.7673864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float32 2022-09-27T15:51:41.7685832Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.7688429Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_uint8 2022-09-27T15:51:41.7702280Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float32 2022-09-27T15:51:41.7703689Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_bool 2022-09-27T15:51:41.7704865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int16 2022-09-27T15:51:41.7741246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float64 2022-09-27T15:51:41.7744749Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float64 2022-09-27T15:51:41.7756531Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int16 2022-09-27T15:51:41.7759173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int16 2022-09-27T15:51:41.7790872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int32 2022-09-27T15:51:41.7796228Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int16 2022-09-27T15:51:41.7809065Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int32 2022-09-27T15:51:41.7810669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int64 2022-09-27T15:51:41.7843172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int32 2022-09-27T15:51:41.7850850Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int64 2022-09-27T15:51:41.7888628Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int32 2022-09-27T15:51:41.7897370Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_bool 2022-09-27T15:51:41.7901901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int8 2022-09-27T15:51:41.7903030Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float32 2022-09-27T15:51:41.7939664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int64 2022-09-27T15:51:41.7944543Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int8 2022-09-27T15:51:41.7992781Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int64 2022-09-27T15:51:41.7998943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_uint8 2022-09-27T15:51:41.8014625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int8 2022-09-27T15:51:41.8036680Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int8 2022-09-27T15:51:41.8041974Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_uint8 2022-09-27T15:51:41.8048074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_uint8 2022-09-27T15:51:41.8056886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_bool 2022-09-27T15:51:41.8065065Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_uint8 2022-09-27T15:51:41.8081596Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_bool 2022-09-27T15:51:41.8083319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex128 2022-09-27T15:51:41.8112022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:41.8114819Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex128 2022-09-27T15:51:41.8139473Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:41.8160213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bool 2022-09-27T15:51:41.8176754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex64 2022-09-27T15:51:41.8183431Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex64 2022-09-27T15:51:41.8187104Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float32 2022-09-27T15:51:41.8203145Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bool 2022-09-27T15:51:41.8205068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float32 2022-09-27T15:51:41.8207092Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float64 2022-09-27T15:51:41.8235772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex128 2022-09-27T15:51:41.8243958Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float32 2022-09-27T15:51:41.8262209Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex128 2022-09-27T15:51:41.8263999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float64 2022-09-27T15:51:41.8293748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex32 2022-09-27T15:51:41.8304819Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex32 2022-09-27T15:51:41.8317864Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float64 2022-09-27T15:51:41.8320785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int16 2022-09-27T15:51:41.8352001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex64 2022-09-27T15:51:41.8362576Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int16 2022-09-27T15:51:41.8373099Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex64 2022-09-27T15:51:41.8375675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float16 2022-09-27T15:51:41.8410615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int32 2022-09-27T15:51:41.8418606Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int32 2022-09-27T15:51:41.8427028Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float16 2022-09-27T15:51:41.8439549Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float64 2022-09-27T15:51:41.8443758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int64 2022-09-27T15:51:41.8445677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.8472246Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int16 2022-09-27T15:51:41.8483253Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.8494072Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int64 2022-09-27T15:51:41.8496107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.8528256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int8 2022-09-27T15:51:41.8535592Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int8 2022-09-27T15:51:41.8547407Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.8550202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int16 2022-09-27T15:51:41.8580744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_uint8 2022-09-27T15:51:41.8588703Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int16 2022-09-27T15:51:41.8603118Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_uint8 2022-09-27T15:51:41.8605996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_bool 2022-09-27T15:51:41.8622072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int32 2022-09-27T15:51:41.8634658Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int16 2022-09-27T15:51:41.8644259Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int32 2022-09-27T15:51:41.8646790Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_bool 2022-09-27T15:51:41.8656150Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int32 2022-09-27T15:51:41.8658974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int64 2022-09-27T15:51:41.8690795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex128 2022-09-27T15:51:41.8700902Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int64 2022-09-27T15:51:41.8710906Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex128 2022-09-27T15:51:41.8713913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int8 2022-09-27T15:51:41.8743523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex64 2022-09-27T15:51:41.8753285Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex64 2022-09-27T15:51:41.8767575Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int8 2022-09-27T15:51:41.8769506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.8799242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_uint8 2022-09-27T15:51:41.8808671Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.8825603Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_uint8 2022-09-27T15:51:41.8874740Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int32 2022-09-27T15:51:41.8879978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.8890458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bfloat16 2022-09-27T15:51:41.8893406Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int64 2022-09-27T15:51:41.8897679Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bfloat16 2022-09-27T15:51:41.8906888Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.8908991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bool 2022-09-27T15:51:41.8951983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int16 2022-09-27T15:51:41.8952626Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bool 2022-09-27T15:51:41.8963480Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int16 2022-09-27T15:51:41.8965167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex128 2022-09-27T15:51:41.8998327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int32 2022-09-27T15:51:41.9005143Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int32 2022-09-27T15:51:41.9019065Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex128 2022-09-27T15:51:41.9020995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex32 2022-09-27T15:51:41.9032215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int64 2022-09-27T15:51:41.9058349Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int64 2022-09-27T15:51:41.9062170Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int8 2022-09-27T15:51:41.9066751Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex32 2022-09-27T15:51:41.9071785Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int64 2022-09-27T15:51:41.9085114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex64 2022-09-27T15:51:41.9106222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int8 2022-09-27T15:51:41.9122955Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex64 2022-09-27T15:51:41.9131876Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int8 2022-09-27T15:51:41.9134685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float16 2022-09-27T15:51:41.9172703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_uint8 2022-09-27T15:51:41.9176691Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_uint8 2022-09-27T15:51:41.9189354Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float16 2022-09-27T15:51:41.9192086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float32 2022-09-27T15:51:41.9210853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_bfloat16 2022-09-27T15:51:41.9224555Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_bfloat16 2022-09-27T15:51:41.9233762Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float32 2022-09-27T15:51:41.9241882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex128 2022-09-27T15:51:41.9250213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float64 2022-09-27T15:51:41.9263092Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex128 2022-09-27T15:51:41.9289489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex32 2022-09-27T15:51:41.9293018Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int8 2022-09-27T15:51:41.9299054Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float64 2022-09-27T15:51:41.9337247Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex32 2022-09-27T15:51:41.9350433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex64 2022-09-27T15:51:41.9352255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int16 2022-09-27T15:51:41.9355549Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_uint8 2022-09-27T15:51:41.9359941Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex64 2022-09-27T15:51:41.9367814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float16 2022-09-27T15:51:41.9372621Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int16 2022-09-27T15:51:41.9380223Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float16 2022-09-27T15:51:41.9387359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int32 2022-09-27T15:51:41.9399224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float32 2022-09-27T15:51:41.9412384Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int32 2022-09-27T15:51:41.9423861Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float32 2022-09-27T15:51:41.9426274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int64 2022-09-27T15:51:41.9444259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float64 2022-09-27T15:51:41.9457904Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float64 2022-09-27T15:51:41.9466871Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int64 2022-09-27T15:51:41.9469489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:41.9488378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int8 2022-09-27T15:51:41.9501981Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:41.9512636Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_uint8 2022-09-27T15:51:41.9524315Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int8 2022-09-27T15:51:41.9526896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_uint8 2022-09-27T15:51:41.9528488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex128 2022-09-27T15:51:41.9543367Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_bool 2022-09-27T15:51:41.9560441Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex128 2022-09-27T15:51:41.9570281Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_uint8 2022-09-27T15:51:41.9573874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex32 2022-09-27T15:51:41.9584111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:41.9593809Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex32 2022-09-27T15:51:41.9600638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex64 2022-09-27T15:51:41.9612821Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:41.9619847Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex64 2022-09-27T15:51:41.9628761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bool 2022-09-27T15:51:41.9648044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float16 2022-09-27T15:51:41.9657247Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float16 2022-09-27T15:51:41.9667827Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bool 2022-09-27T15:51:41.9670508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex128 2022-09-27T15:51:41.9689259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.9701902Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.9715799Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex128 2022-09-27T15:51:41.9717654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex32 2022-09-27T15:51:41.9737323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.9749862Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.9760202Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex32 2022-09-27T15:51:41.9807325Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_bool 2022-09-27T15:51:41.9812713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex64 2022-09-27T15:51:41.9814872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bfloat16 2022-09-27T15:51:41.9818032Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float32 2022-09-27T15:51:41.9821026Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bfloat16 2022-09-27T15:51:41.9830530Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex64 2022-09-27T15:51:41.9832917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float16 2022-09-27T15:51:41.9864041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bool 2022-09-27T15:51:41.9873269Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float16 2022-09-27T15:51:41.9885337Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bool 2022-09-27T15:51:41.9888236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex128 2022-09-27T15:51:41.9922460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.9926192Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float32 2022-09-27T15:51:41.9938315Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex128 2022-09-27T15:51:41.9941265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.9972036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex32 2022-09-27T15:51:41.9981400Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float64 2022-09-27T15:51:41.9993136Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex32 2022-09-27T15:51:41.9995859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int16 2022-09-27T15:51:42.0006926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex64 2022-09-27T15:51:42.0030763Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float32 2022-09-27T15:51:42.0033786Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float64 2022-09-27T15:51:42.0041315Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int16 2022-09-27T15:51:42.0068679Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex64 2022-09-27T15:51:42.0070703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float16 2022-09-27T15:51:42.0087475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int32 2022-09-27T15:51:42.0099604Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float16 2022-09-27T15:51:42.0109508Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int32 2022-09-27T15:51:42.0112235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int64 2022-09-27T15:51:42.0142446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float32 2022-09-27T15:51:42.0152685Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int64 2022-09-27T15:51:42.0164867Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float32 2022-09-27T15:51:42.0167460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float64 2022-09-27T15:51:42.0199197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int8 2022-09-27T15:51:42.0208480Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float64 2022-09-27T15:51:42.0223094Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int8 2022-09-27T15:51:42.0225034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_uint8 2022-09-27T15:51:42.0264585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int16 2022-09-27T15:51:42.0267465Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_uint8 2022-09-27T15:51:42.0274459Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int16 2022-09-27T15:51:42.0313098Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float64 2022-09-27T15:51:42.0324265Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int16 2022-09-27T15:51:42.0326187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int32 2022-09-27T15:51:42.0332438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_bfloat16 2022-09-27T15:51:42.0336596Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_bfloat16 2022-09-27T15:51:42.0350163Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int32 2022-09-27T15:51:42.0352177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int64 2022-09-27T15:51:42.0379586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex128 2022-09-27T15:51:42.0389266Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int64 2022-09-27T15:51:42.0404054Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex128 2022-09-27T15:51:42.0406046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex64 2022-09-27T15:51:42.0440147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int8 2022-09-27T15:51:42.0444516Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex64 2022-09-27T15:51:42.0453782Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int8 2022-09-27T15:51:42.0456614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_uint8 2022-09-27T15:51:42.0487023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float16 2022-09-27T15:51:42.0496848Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float16 2022-09-27T15:51:42.0511584Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_uint8 2022-09-27T15:51:42.0515422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float32 2022-09-27T15:51:42.0521393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:42.0548444Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int16 2022-09-27T15:51:42.0551542Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int32 2022-09-27T15:51:42.0554496Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float32 2022-09-27T15:51:42.0572282Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:42.0574250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bool 2022-09-27T15:51:42.0598513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float64 2022-09-27T15:51:42.0610490Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bool 2022-09-27T15:51:42.0620939Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float64 2022-09-27T15:51:42.0623903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:42.0654762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex128 2022-09-27T15:51:42.0666772Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:42.0676419Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex128 2022-09-27T15:51:42.0678830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex128 2022-09-27T15:51:42.0714189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex32 2022-09-27T15:51:42.0720619Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex128 2022-09-27T15:51:42.0733726Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex32 2022-09-27T15:51:42.0736320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex64 2022-09-27T15:51:42.0777998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex64 2022-09-27T15:51:42.0780255Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex64 2022-09-27T15:51:42.0783672Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int32 2022-09-27T15:51:42.0796883Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex64 2022-09-27T15:51:42.0798380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float16 2022-09-27T15:51:42.0799552Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int64 2022-09-27T15:51:42.0833662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float16 2022-09-27T15:51:42.0837437Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float16 2022-09-27T15:51:42.0849373Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float16 2022-09-27T15:51:42.0852281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float32 2022-09-27T15:51:42.0887893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float32 2022-09-27T15:51:42.0891920Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float32 2022-09-27T15:51:42.0900933Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float32 2022-09-27T15:51:42.0903819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float64 2022-09-27T15:51:42.0933501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float64 2022-09-27T15:51:42.0943304Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float64 2022-09-27T15:51:42.0955152Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float64 2022-09-27T15:51:42.0957993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_bfloat16 2022-09-27T15:51:42.0993911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int16 2022-09-27T15:51:42.0997303Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int16 2022-09-27T15:51:42.1006183Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_bfloat16 2022-09-27T15:51:42.1016888Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int64 2022-09-27T15:51:42.1020214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int32 2022-09-27T15:51:42.1056372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex128 2022-09-27T15:51:42.1059443Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int8 2022-09-27T15:51:42.1066068Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int32 2022-09-27T15:51:42.1078861Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex128 2022-09-27T15:51:42.1081900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int64 2022-09-27T15:51:42.1114023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex64 2022-09-27T15:51:42.1122943Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int64 2022-09-27T15:51:42.1136576Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex64 2022-09-27T15:51:42.1138374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int8 2022-09-27T15:51:42.1176709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float16 2022-09-27T15:51:42.1179489Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float16 2022-09-27T15:51:42.1195783Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int8 2022-09-27T15:51:42.1197625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_uint8 2022-09-27T15:51:42.1227431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float32 2022-09-27T15:51:42.1235720Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float32 2022-09-27T15:51:42.1251017Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_uint8 2022-09-27T15:51:42.1253358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bfloat16 2022-09-27T15:51:42.1296332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float64 2022-09-27T15:51:42.1299407Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bfloat16 2022-09-27T15:51:42.1301889Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int8 2022-09-27T15:51:42.1353019Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float64 2022-09-27T15:51:42.1358234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:42.1368133Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_uint8 2022-09-27T15:51:42.1371104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bool 2022-09-27T15:51:42.1375014Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:42.1383930Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bool 2022-09-27T15:51:42.1386483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex128 2022-09-27T15:51:42.1418218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex128 2022-09-27T15:51:42.1427836Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex128 2022-09-27T15:51:42.1437943Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex128 2022-09-27T15:51:42.1440484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex32 2022-09-27T15:51:42.1475386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex64 2022-09-27T15:51:42.1478915Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex32 2022-09-27T15:51:42.1490794Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex64 2022-09-27T15:51:42.1493468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex64 2022-09-27T15:51:42.1524978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float16 2022-09-27T15:51:42.1532556Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex64 2022-09-27T15:51:42.1544034Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float16 2022-09-27T15:51:42.1555992Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_uint8 2022-09-27T15:51:42.1558074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float16 2022-09-27T15:51:42.1559545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float32 2022-09-27T15:51:42.1595666Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_bool 2022-09-27T15:51:42.1599668Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float32 2022-09-27T15:51:42.1609476Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float16 2022-09-27T15:51:42.1612357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float32 2022-09-27T15:51:42.1643164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float64 2022-09-27T15:51:42.1652520Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float32 2022-09-27T15:51:42.1663959Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float64 2022-09-27T15:51:42.1666502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float64 2022-09-27T15:51:42.1699547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_bfloat16 2022-09-27T15:51:42.1707079Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_bool 2022-09-27T15:51:42.1714871Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float64 2022-09-27T15:51:42.1727819Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_bfloat16 2022-09-27T15:51:42.1729583Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex128 2022-09-27T15:51:42.1731432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex128 2022-09-27T15:51:42.1761998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int16 2022-09-27T15:51:42.1773743Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int16 2022-09-27T15:51:42.1785140Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex128 2022-09-27T15:51:42.1788120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex32 2022-09-27T15:51:42.1823098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int32 2022-09-27T15:51:42.1832963Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int32 2022-09-27T15:51:42.1850753Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex32 2022-09-27T15:51:42.1852512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int64 2022-09-27T15:51:42.1897572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex64 2022-09-27T15:51:42.1899849Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int64 2022-09-27T15:51:42.1902300Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex128 2022-09-27T15:51:42.1913616Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex64 2022-09-27T15:51:42.1917424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int8 2022-09-27T15:51:42.1919393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float16 2022-09-27T15:51:42.1942635Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex64 2022-09-27T15:51:42.1952510Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int8 2022-09-27T15:51:42.1965747Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float16 2022-09-27T15:51:42.1968756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float32 2022-09-27T15:51:42.2003613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_uint8 2022-09-27T15:51:42.2009475Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float32 2022-09-27T15:51:42.2023024Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_uint8 2022-09-27T15:51:42.2024603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:42.2056425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float64 2022-09-27T15:51:42.2066320Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float64 2022-09-27T15:51:42.2075845Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:42.2086855Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex64 2022-09-27T15:51:42.2088553Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float32 2022-09-27T15:51:42.2090441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bool 2022-09-27T15:51:42.2121566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int16 2022-09-27T15:51:42.2124724Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int16 2022-09-27T15:51:42.2142234Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bool 2022-09-27T15:51:42.2143967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex128 2022-09-27T15:51:42.2178637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int32 2022-09-27T15:51:42.2185715Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex128 2022-09-27T15:51:42.2201469Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int32 2022-09-27T15:51:42.2204153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int64 2022-09-27T15:51:42.2240920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex32 2022-09-27T15:51:42.2243258Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex32 2022-09-27T15:51:42.2249090Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int64 2022-09-27T15:51:42.2264642Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float32 2022-09-27T15:51:42.2266462Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float64 2022-09-27T15:51:42.2269137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex64 2022-09-27T15:51:42.2298921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int8 2022-09-27T15:51:42.2309374Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex64 2022-09-27T15:51:42.2320121Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int8 2022-09-27T15:51:42.2322869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float16 2022-09-27T15:51:42.2353679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_uint8 2022-09-27T15:51:42.2364165Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float16 2022-09-27T15:51:42.2375085Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_uint8 2022-09-27T15:51:42.2377947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float32 2022-09-27T15:51:42.2412182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:42.2424427Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:42.2427128Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float64 2022-09-27T15:51:42.2473634Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float32 2022-09-27T15:51:42.2479392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex128 2022-09-27T15:51:42.2485673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float64 2022-09-27T15:51:42.2488594Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int16 2022-09-27T15:51:42.2497565Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex128 2022-09-27T15:51:42.2524693Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float64 2022-09-27T15:51:42.2525252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex32 2022-09-27T15:51:42.2550611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int16 2022-09-27T15:51:42.2576966Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int16 2022-09-27T15:51:42.2577636Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex32 2022-09-27T15:51:42.2578265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex64 2022-09-27T15:51:42.2603444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int32 2022-09-27T15:51:42.2610264Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int32 2022-09-27T15:51:42.2625285Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex64 2022-09-27T15:51:42.2657421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float16 2022-09-27T15:51:42.2658200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int64 2022-09-27T15:51:42.2672722Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int16 2022-09-27T15:51:42.2675296Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int64 2022-09-27T15:51:42.2727481Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float16 2022-09-27T15:51:42.2728183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int8 2022-09-27T15:51:42.2734396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float32 2022-09-27T15:51:42.2737531Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int32 2022-09-27T15:51:42.2743268Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float32 2022-09-27T15:51:42.2769244Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int8 2022-09-27T15:51:42.2770071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_uint8 2022-09-27T15:51:42.2790090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float64 2022-09-27T15:51:42.2798511Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float64 2022-09-27T15:51:42.2813446Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_uint8 2022-09-27T15:51:42.2815447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int16 2022-09-27T15:51:42.2858972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bfloat16 2022-09-27T15:51:42.2872584Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bfloat16 2022-09-27T15:51:42.2877371Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int16 2022-09-27T15:51:42.2913976Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int32 2022-09-27T15:51:42.2921133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int32 2022-09-27T15:51:42.2928957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bool 2022-09-27T15:51:42.2932197Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int64 2022-09-27T15:51:42.2935166Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bool 2022-09-27T15:51:42.2954144Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int32 2022-09-27T15:51:42.2955003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex128 2022-09-27T15:51:42.2979866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int64 2022-09-27T15:51:42.2991881Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex128 2022-09-27T15:51:42.3001271Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int64 2022-09-27T15:51:42.3003856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex64 2022-09-27T15:51:42.3038460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int8 2022-09-27T15:51:42.3047189Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int8 2022-09-27T15:51:42.3060372Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex64 2022-09-27T15:51:42.3107636Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int64 2022-09-27T15:51:42.3109324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_uint8 2022-09-27T15:51:42.3110963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float16 2022-09-27T15:51:42.3113955Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int8 2022-09-27T15:51:42.3117145Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_uint8 2022-09-27T15:51:42.3133040Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float16 2022-09-27T15:51:42.3133869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bfloat16 2022-09-27T15:51:42.3166047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float32 2022-09-27T15:51:42.3173859Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float32 2022-09-27T15:51:42.3189813Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bfloat16 2022-09-27T15:51:42.3190698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bool 2022-09-27T15:51:42.3224003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float64 2022-09-27T15:51:42.3232769Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bool 2022-09-27T15:51:42.3241595Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float64 2022-09-27T15:51:42.3286569Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int8 2022-09-27T15:51:42.3296247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex128 2022-09-27T15:51:42.3298099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int16 2022-09-27T15:51:42.3301219Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_uint8 2022-09-27T15:51:42.3309299Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int16 2022-09-27T15:51:42.3319660Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex128 2022-09-27T15:51:42.3322855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex64 2022-09-27T15:51:42.3355923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int32 2022-09-27T15:51:42.3364746Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex64 2022-09-27T15:51:42.3377188Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int32 2022-09-27T15:51:42.3377881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float16 2022-09-27T15:51:42.3415891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int64 2022-09-27T15:51:42.3418234Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_uint8 2022-09-27T15:51:42.3422404Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int64 2022-09-27T15:51:42.3472022Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float16 2022-09-27T15:51:42.3477979Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_bool 2022-09-27T15:51:42.3480001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float32 2022-09-27T15:51:42.3483136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int8 2022-09-27T15:51:42.3487167Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float32 2022-09-27T15:51:42.3507437Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int8 2022-09-27T15:51:42.3508250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float64 2022-09-27T15:51:42.3531762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_uint8 2022-09-27T15:51:42.3540259Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_uint8 2022-09-27T15:51:42.3549721Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float64 2022-09-27T15:51:42.3552558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int16 2022-09-27T15:51:42.3587250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:42.3596746Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:42.3603809Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int16 2022-09-27T15:51:42.3647478Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_bool 2022-09-27T15:51:42.3652351Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex128 2022-09-27T15:51:42.3657607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int32 2022-09-27T15:51:42.3661012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bool 2022-09-27T15:51:42.3665952Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int32 2022-09-27T15:51:42.3690364Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bool 2022-09-27T15:51:42.3691195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int64 2022-09-27T15:51:42.3711388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex128 2022-09-27T15:51:42.3718119Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex128 2022-09-27T15:51:42.3734874Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int64 2022-09-27T15:51:42.3735665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int8 2022-09-27T15:51:42.3762820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex64 2022-09-27T15:51:42.3770206Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex64 2022-09-27T15:51:42.3783174Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int8 2022-09-27T15:51:42.3784057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float16 2022-09-27T15:51:42.3788746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_uint8 2022-09-27T15:51:42.3815391Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex128 2022-09-27T15:51:42.3820588Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex64 2022-09-27T15:51:42.3824389Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float16 2022-09-27T15:51:42.3845478Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_uint8 2022-09-27T15:51:42.3846279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:42.3867875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float32 2022-09-27T15:51:42.3872469Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:42.3886175Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float32 2022-09-27T15:51:42.3888162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bool 2022-09-27T15:51:42.3922532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float64 2022-09-27T15:51:42.3927243Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bool 2022-09-27T15:51:42.3939586Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float64 2022-09-27T15:51:42.3944044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex128 2022-09-27T15:51:42.3948414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int16 2022-09-27T15:51:42.3977289Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex64 2022-09-27T15:51:42.3991732Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float32 2022-09-27T15:51:42.3994355Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex128 2022-09-27T15:51:42.4005843Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int16 2022-09-27T15:51:42.4009395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int32 2022-09-27T15:51:42.4044419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex64 2022-09-27T15:51:42.4048205Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int32 2022-09-27T15:51:42.4059632Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex64 2022-09-27T15:51:42.4060426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int64 2022-09-27T15:51:42.4092350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float16 2022-09-27T15:51:42.4101896Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int64 2022-09-27T15:51:42.4112734Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float16 2022-09-27T15:51:42.4125742Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float32 2022-09-27T15:51:42.4127876Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float64 2022-09-27T15:51:42.4128527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int8 2022-09-27T15:51:42.4157995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float32 2022-09-27T15:51:42.4164782Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float32 2022-09-27T15:51:42.4179502Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int8 2022-09-27T15:51:42.4181119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float64 2022-09-27T15:51:42.4212378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_uint8 2022-09-27T15:51:42.4219176Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_uint8 2022-09-27T15:51:42.4232531Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float64 2022-09-27T15:51:42.4234173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_bfloat16 2022-09-27T15:51:42.4265370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int16 2022-09-27T15:51:42.4274999Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_bfloat16 2022-09-27T15:51:42.4287911Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int16 2022-09-27T15:51:42.4289720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float16 2022-09-27T15:51:42.4306854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int32 2022-09-27T15:51:42.4329862Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float64 2022-09-27T15:51:42.4334217Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float16 2022-09-27T15:51:42.4369911Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int32 2022-09-27T15:51:42.4371838Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int16 2022-09-27T15:51:42.4377931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float32 2022-09-27T15:51:42.4386442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int64 2022-09-27T15:51:42.4397429Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int64 2022-09-27T15:51:42.4409038Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float32 2022-09-27T15:51:42.4410937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int8 2022-09-27T15:51:42.4441935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float64 2022-09-27T15:51:42.4454461Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int8 2022-09-27T15:51:42.4464635Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float64 2022-09-27T15:51:42.4466903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_uint8 2022-09-27T15:51:42.4499645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int16 2022-09-27T15:51:42.4509910Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_uint8 2022-09-27T15:51:42.4520866Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int16 2022-09-27T15:51:42.4559058Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int16 2022-09-27T15:51:42.4570614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int32 2022-09-27T15:51:42.4575294Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int32 2022-09-27T15:51:42.4578144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bfloat16 2022-09-27T15:51:42.4581697Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int32 2022-09-27T15:51:42.4593795Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bfloat16 2022-09-27T15:51:42.4596314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bool 2022-09-27T15:51:42.4631128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int64 2022-09-27T15:51:42.4637607Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int64 2022-09-27T15:51:42.4651753Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bool 2022-09-27T15:51:42.4653437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex128 2022-09-27T15:51:42.4691240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int8 2022-09-27T15:51:42.4695807Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int8 2022-09-27T15:51:42.4706570Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex128 2022-09-27T15:51:42.4715065Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int32 2022-09-27T15:51:42.4744187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex64 2022-09-27T15:51:42.4752135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_uint8 2022-09-27T15:51:42.4756920Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int64 2022-09-27T15:51:42.4766046Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex64 2022-09-27T15:51:42.4775824Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_uint8 2022-09-27T15:51:42.4777683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:42.4810426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float16 2022-09-27T15:51:42.4819887Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:42.4829095Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float16 2022-09-27T15:51:42.4832159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float32 2022-09-27T15:51:42.4839528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float16 2022-09-27T15:51:42.4869444Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex128 2022-09-27T15:51:42.4875149Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex64 2022-09-27T15:51:42.4880120Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float32 2022-09-27T15:51:42.4884504Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float16 2022-09-27T15:51:42.4890440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float64 2022-09-27T15:51:42.4912568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float32 2022-09-27T15:51:42.4929526Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float64 2022-09-27T15:51:42.4941653Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float32 2022-09-27T15:51:42.4946813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int16 2022-09-27T15:51:42.4990476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float64 2022-09-27T15:51:42.4994229Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int64 2022-09-27T15:51:42.5003000Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int16 2022-09-27T15:51:42.5007385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int32 2022-09-27T15:51:42.5010580Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float64 2022-09-27T15:51:42.5012805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int16 2022-09-27T15:51:42.5039259Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int32 2022-09-27T15:51:42.5048884Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int16 2022-09-27T15:51:42.5050543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int64 2022-09-27T15:51:42.5053200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int32 2022-09-27T15:51:42.5060942Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int64 2022-09-27T15:51:42.5069021Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int32 2022-09-27T15:51:42.5071850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int8 2022-09-27T15:51:42.5095357Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int8 2022-09-27T15:51:42.5118837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int64 2022-09-27T15:51:42.5130701Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int8 2022-09-27T15:51:42.5132298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_uint8 2022-09-27T15:51:42.5138468Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int64 2022-09-27T15:51:42.5151142Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_uint8 2022-09-27T15:51:42.5152920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int8 2022-09-27T15:51:42.5189637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:42.5192729Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int8 2022-09-27T15:51:42.5226806Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:42.5238446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bool 2022-09-27T15:51:42.5241730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_uint8 2022-09-27T15:51:42.5244405Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bool 2022-09-27T15:51:42.5271510Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_uint8 2022-09-27T15:51:42.5272757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bfloat16 2022-09-27T15:51:42.5292875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex128 2022-09-27T15:51:42.5295298Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex128 2022-09-27T15:51:42.5333587Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bfloat16 2022-09-27T15:51:42.5339556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex64 2022-09-27T15:51:42.5355854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bool 2022-09-27T15:51:42.5359754Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bool 2022-09-27T15:51:42.5369831Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex64 2022-09-27T15:51:42.5381994Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int8 2022-09-27T15:51:42.5398413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex128 2022-09-27T15:51:42.5400468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float16 2022-09-27T15:51:42.5424669Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_uint8 2022-09-27T15:51:42.5433476Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex128 2022-09-27T15:51:42.5446558Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float16 2022-09-27T15:51:42.5449803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex64 2022-09-27T15:51:42.5485975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float32 2022-09-27T15:51:42.5496658Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex64 2022-09-27T15:51:42.5507309Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float32 2022-09-27T15:51:42.5509821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float64 2022-09-27T15:51:42.5539910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float16 2022-09-27T15:51:42.5548896Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float64 2022-09-27T15:51:42.5564889Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float16 2022-09-27T15:51:42.5566337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int16 2022-09-27T15:51:42.5603455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float32 2022-09-27T15:51:42.5608859Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int16 2022-09-27T15:51:42.5619640Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float32 2022-09-27T15:51:42.5622431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int32 2022-09-27T15:51:42.5655814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float64 2022-09-27T15:51:42.5664569Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float64 2022-09-27T15:51:42.5673138Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_uint8 2022-09-27T15:51:42.5722919Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int32 2022-09-27T15:51:42.5732320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int64 2022-09-27T15:51:42.5737950Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_bool 2022-09-27T15:51:42.5741031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int16 2022-09-27T15:51:42.5745054Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int16 2022-09-27T15:51:42.5754705Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int64 2022-09-27T15:51:42.5756479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int32 2022-09-27T15:51:42.5785710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int8 2022-09-27T15:51:42.5794819Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int8 2022-09-27T15:51:42.5805373Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int32 2022-09-27T15:51:42.5807855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_uint8 2022-09-27T15:51:42.5838657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int64 2022-09-27T15:51:42.5850020Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_uint8 2022-09-27T15:51:42.5860237Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int64 2022-09-27T15:51:42.5862938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int8 2022-09-27T15:51:42.5892764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bfloat16 2022-09-27T15:51:42.5903916Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int8 2022-09-27T15:51:42.5919612Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bfloat16 2022-09-27T15:51:42.5922158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bool 2022-09-27T15:51:42.5953113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_uint8 2022-09-27T15:51:42.5963232Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bool 2022-09-27T15:51:42.5976741Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_uint8 2022-09-27T15:51:42.5979367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex128 2022-09-27T15:51:42.6020768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:42.6032734Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:42.6035999Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex128 2022-09-27T15:51:42.6086329Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_bool 2022-09-27T15:51:42.6090052Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex128 2022-09-27T15:51:42.6091397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex64 2022-09-27T15:51:42.6094235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bool 2022-09-27T15:51:42.6099747Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex64 2022-09-27T15:51:42.6109890Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bool 2022-09-27T15:51:42.6114133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float16 2022-09-27T15:51:42.6144127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex128 2022-09-27T15:51:42.6154672Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float16 2022-09-27T15:51:42.6165083Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex128 2022-09-27T15:51:42.6167657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float32 2022-09-27T15:51:42.6206850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex64 2022-09-27T15:51:42.6210930Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float32 2022-09-27T15:51:42.6220382Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex64 2022-09-27T15:51:42.6222788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float64 2022-09-27T15:51:42.6266433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float16 2022-09-27T15:51:42.6272074Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float64 2022-09-27T15:51:42.6281734Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float16 2022-09-27T15:51:42.6284591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int16 2022-09-27T15:51:42.6319659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float32 2022-09-27T15:51:42.6324245Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int16 2022-09-27T15:51:42.6336620Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float32 2022-09-27T15:51:42.6339412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float64 2022-09-27T15:51:42.6383860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int32 2022-09-27T15:51:42.6390102Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float64 2022-09-27T15:51:42.6394470Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int32 2022-09-27T15:51:42.6447118Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex128 2022-09-27T15:51:42.6452549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int64 2022-09-27T15:51:42.6454189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int16 2022-09-27T15:51:42.6465034Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex64 2022-09-27T15:51:42.6469718Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int16 2022-09-27T15:51:42.6478983Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int64 2022-09-27T15:51:42.6482146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int8 2022-09-27T15:51:42.6515188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int32 2022-09-27T15:51:42.6530388Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int8 2022-09-27T15:51:42.6540249Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int32 2022-09-27T15:51:42.6543154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_uint8 2022-09-27T15:51:42.6580912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int64 2022-09-27T15:51:42.6584858Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_uint8 2022-09-27T15:51:42.6596281Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int64 2022-09-27T15:51:42.6598189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:42.6627684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int8 2022-09-27T15:51:42.6636636Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int8 2022-09-27T15:51:42.6647745Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:42.6650162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bool 2022-09-27T15:51:42.6680779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_uint8 2022-09-27T15:51:42.6694306Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bool 2022-09-27T15:51:42.6701650Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_uint8 2022-09-27T15:51:42.6739274Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex64 2022-09-27T15:51:42.6753502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex128 2022-09-27T15:51:42.6755256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bfloat16 2022-09-27T15:51:42.6758401Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float32 2022-09-27T15:51:42.6761265Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bfloat16 2022-09-27T15:51:42.6771090Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex128 2022-09-27T15:51:42.6773725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex64 2022-09-27T15:51:42.6805517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bool 2022-09-27T15:51:42.6817511Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex64 2022-09-27T15:51:42.6825288Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bool 2022-09-27T15:51:42.6827865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex128 2022-09-27T15:51:42.6857692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float16 2022-09-27T15:51:42.6865602Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex128 2022-09-27T15:51:42.6879125Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float16 2022-09-27T15:51:42.6881748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float32 2022-09-27T15:51:42.6921871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex32 2022-09-27T15:51:42.6924205Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float32 2022-09-27T15:51:42.6926391Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float32 2022-09-27T15:51:42.6976512Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex32 2022-09-27T15:51:42.6982934Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float64 2022-09-27T15:51:42.6993129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float64 2022-09-27T15:51:42.6995884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex64 2022-09-27T15:51:42.6999919Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex64 2022-09-27T15:51:42.7008648Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float64 2022-09-27T15:51:42.7011429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float16 2022-09-27T15:51:42.7042022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int16 2022-09-27T15:51:42.7048140Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float16 2022-09-27T15:51:42.7060453Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int16 2022-09-27T15:51:42.7063095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int32 2022-09-27T15:51:42.7095971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float32 2022-09-27T15:51:42.7098361Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int32 2022-09-27T15:51:42.7112654Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float32 2022-09-27T15:51:42.7114350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int64 2022-09-27T15:51:42.7123987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float64 2022-09-27T15:51:42.7151458Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float64 2022-09-27T15:51:42.7154497Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int16 2022-09-27T15:51:42.7157678Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int64 2022-09-27T15:51:42.7177809Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float64 2022-09-27T15:51:42.7179747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int8 2022-09-27T15:51:42.7206557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int16 2022-09-27T15:51:42.7217629Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int16 2022-09-27T15:51:42.7229240Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int8 2022-09-27T15:51:42.7230505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int32 2022-09-27T15:51:42.7263786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_uint8 2022-09-27T15:51:42.7273037Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int32 2022-09-27T15:51:42.7283337Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_uint8 2022-09-27T15:51:42.7284567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bfloat16 2022-09-27T15:51:42.7323893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int64 2022-09-27T15:51:42.7330407Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int16 2022-09-27T15:51:42.7333722Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bfloat16 2022-09-27T15:51:42.7344701Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int64 2022-09-27T15:51:42.7346520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int8 2022-09-27T15:51:42.7348143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bool 2022-09-27T15:51:42.7378720Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int32 2022-09-27T15:51:42.7381273Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int8 2022-09-27T15:51:42.7396852Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bool 2022-09-27T15:51:42.7398939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex128 2022-09-27T15:51:42.7434059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_uint8 2022-09-27T15:51:42.7438437Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_uint8 2022-09-27T15:51:42.7450203Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex128 2022-09-27T15:51:42.7452337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:42.7487863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex64 2022-09-27T15:51:42.7494791Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex64 2022-09-27T15:51:42.7503963Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:42.7506983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bool 2022-09-27T15:51:42.7520735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float32 2022-09-27T15:51:42.7534864Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int32 2022-09-27T15:51:42.7542045Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int64 2022-09-27T15:51:42.7547523Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bool 2022-09-27T15:51:42.7561037Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float32 2022-09-27T15:51:42.7563165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float64 2022-09-27T15:51:42.7599758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex128 2022-09-27T15:51:42.7603960Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float64 2022-09-27T15:51:42.7613149Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex128 2022-09-27T15:51:42.7616014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int16 2022-09-27T15:51:42.7647331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex32 2022-09-27T15:51:42.7657295Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex32 2022-09-27T15:51:42.7667956Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int16 2022-09-27T15:51:42.7671106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int32 2022-09-27T15:51:42.7693078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex64 2022-09-27T15:51:42.7710045Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int64 2022-09-27T15:51:42.7713300Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int32 2022-09-27T15:51:42.7724473Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex64 2022-09-27T15:51:42.7726864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int64 2022-09-27T15:51:42.7730617Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int8 2022-09-27T15:51:42.7760508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float16 2022-09-27T15:51:42.7769979Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float16 2022-09-27T15:51:42.7782081Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int64 2022-09-27T15:51:42.7784789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int8 2022-09-27T15:51:42.7815803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float32 2022-09-27T15:51:42.7824380Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int8 2022-09-27T15:51:42.7836386Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float32 2022-09-27T15:51:42.7839386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float64 2022-09-27T15:51:42.7870434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_uint8 2022-09-27T15:51:42.7879571Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float64 2022-09-27T15:51:42.7892892Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_uint8 2022-09-27T15:51:42.7895703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int16 2022-09-27T15:51:42.7905025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:42.7917257Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int8 2022-09-27T15:51:42.7926622Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_uint8 2022-09-27T15:51:42.7938224Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int16 2022-09-27T15:51:42.7949038Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:42.7950739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int32 2022-09-27T15:51:42.7981660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bool 2022-09-27T15:51:42.7989186Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int32 2022-09-27T15:51:42.8006768Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bool 2022-09-27T15:51:42.8008340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex128 2022-09-27T15:51:42.8037035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int64 2022-09-27T15:51:42.8051177Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex128 2022-09-27T15:51:42.8058663Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int64 2022-09-27T15:51:42.8069450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex64 2022-09-27T15:51:42.8090155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int8 2022-09-27T15:51:42.8099041Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex64 2022-09-27T15:51:42.8106150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float32 2022-09-27T15:51:42.8117352Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int8 2022-09-27T15:51:42.8121383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_uint8 2022-09-27T15:51:42.8129288Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_uint8 2022-09-27T15:51:42.8151609Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float32 2022-09-27T15:51:42.8185039Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_uint8 2022-09-27T15:51:42.8188317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float64 2022-09-27T15:51:42.8192015Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_bool 2022-09-27T15:51:42.8205514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bfloat16 2022-09-27T15:51:42.8210675Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bfloat16 2022-09-27T15:51:42.8220648Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float64 2022-09-27T15:51:42.8222003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bool 2022-09-27T15:51:42.8256178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int16 2022-09-27T15:51:42.8267508Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bool 2022-09-27T15:51:42.8276194Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int16 2022-09-27T15:51:42.8279502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex128 2022-09-27T15:51:42.8296111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int32 2022-09-27T15:51:42.8313744Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_bool 2022-09-27T15:51:42.8316520Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex128 2022-09-27T15:51:42.8369594Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int32 2022-09-27T15:51:42.8378681Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float32 2022-09-27T15:51:42.8380140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex32 2022-09-27T15:51:42.8389078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int64 2022-09-27T15:51:42.8393629Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex32 2022-09-27T15:51:42.8402787Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int64 2022-09-27T15:51:42.8407000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int8 2022-09-27T15:51:42.8438014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex64 2022-09-27T15:51:42.8451303Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int8 2022-09-27T15:51:42.8462181Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex64 2022-09-27T15:51:42.8465617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_uint8 2022-09-27T15:51:42.8494097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float16 2022-09-27T15:51:42.8500965Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_uint8 2022-09-27T15:51:42.8518052Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float16 2022-09-27T15:51:42.8564112Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float32 2022-09-27T15:51:42.8569311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bfloat16 2022-09-27T15:51:42.8571135Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float64 2022-09-27T15:51:42.8581750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float32 2022-09-27T15:51:42.8585830Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float32 2022-09-27T15:51:42.8613142Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bfloat16 2022-09-27T15:51:42.8615179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float64 2022-09-27T15:51:42.8635452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bool 2022-09-27T15:51:42.8640065Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float64 2022-09-27T15:51:42.8649143Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bool 2022-09-27T15:51:42.8651697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int16 2022-09-27T15:51:42.8659601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex128 2022-09-27T15:51:42.8686498Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float64 2022-09-27T15:51:42.8689856Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int16 2022-09-27T15:51:42.8692929Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int16 2022-09-27T15:51:42.8705378Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex128 2022-09-27T15:51:42.8706632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int32 2022-09-27T15:51:42.8740680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex64 2022-09-27T15:51:42.8747134Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int32 2022-09-27T15:51:42.8758918Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex64 2022-09-27T15:51:42.8760144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int64 2022-09-27T15:51:42.8795506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float32 2022-09-27T15:51:42.8801688Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int64 2022-09-27T15:51:42.8814857Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float32 2022-09-27T15:51:42.8817344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int8 2022-09-27T15:51:42.8823779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float64 2022-09-27T15:51:42.8841362Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int16 2022-09-27T15:51:42.8849406Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int32 2022-09-27T15:51:42.8857437Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float64 2022-09-27T15:51:42.8865214Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int8 2022-09-27T15:51:42.8868004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int16 2022-09-27T15:51:42.8908452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_uint8 2022-09-27T15:51:42.8913114Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_uint8 2022-09-27T15:51:42.8923257Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int16 2022-09-27T15:51:42.8924833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int32 2022-09-27T15:51:42.8957597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:42.8965519Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int32 2022-09-27T15:51:42.8982728Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:42.8983972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bool 2022-09-27T15:51:42.9008047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int64 2022-09-27T15:51:42.9022491Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int32 2022-09-27T15:51:42.9033573Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bool 2022-09-27T15:51:42.9071591Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int64 2022-09-27T15:51:42.9084426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int8 2022-09-27T15:51:42.9086019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex128 2022-09-27T15:51:42.9088924Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int64 2022-09-27T15:51:42.9091766Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int8 2022-09-27T15:51:42.9102194Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex128 2022-09-27T15:51:42.9103440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_uint8 2022-09-27T15:51:42.9140510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex32 2022-09-27T15:51:42.9147364Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_uint8 2022-09-27T15:51:42.9160968Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex32 2022-09-27T15:51:42.9163520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:42.9195366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex64 2022-09-27T15:51:42.9204613Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:42.9215923Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex64 2022-09-27T15:51:42.9218542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float16 2022-09-27T15:51:42.9255824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bool 2022-09-27T15:51:42.9263545Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bool 2022-09-27T15:51:42.9266033Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float16 2022-09-27T15:51:42.9306951Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int64 2022-09-27T15:51:42.9320679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex128 2022-09-27T15:51:42.9322310Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int8 2022-09-27T15:51:42.9326039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float32 2022-09-27T15:51:42.9331219Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex128 2022-09-27T15:51:42.9340737Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float32 2022-09-27T15:51:42.9343304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float64 2022-09-27T15:51:42.9372832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex64 2022-09-27T15:51:42.9385511Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex64 2022-09-27T15:51:42.9399093Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float64 2022-09-27T15:51:42.9400993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float32 2022-09-27T15:51:42.9432650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int16 2022-09-27T15:51:42.9443707Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int16 2022-09-27T15:51:42.9446394Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float32 2022-09-27T15:51:42.9498414Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int8 2022-09-27T15:51:42.9501577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int32 2022-09-27T15:51:42.9502932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float64 2022-09-27T15:51:42.9505986Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_uint8 2022-09-27T15:51:42.9509383Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int32 2022-09-27T15:51:42.9551189Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float64 2022-09-27T15:51:42.9562490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int64 2022-09-27T15:51:42.9565251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int16 2022-09-27T15:51:42.9568941Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int16 2022-09-27T15:51:42.9578528Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int64 2022-09-27T15:51:42.9580543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int32 2022-09-27T15:51:42.9610709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int8 2022-09-27T15:51:42.9622472Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int8 2022-09-27T15:51:42.9630375Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int32 2022-09-27T15:51:42.9679775Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_uint8 2022-09-27T15:51:42.9684959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int64 2022-09-27T15:51:42.9695251Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_bool 2022-09-27T15:51:42.9698225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_uint8 2022-09-27T15:51:42.9702132Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_uint8 2022-09-27T15:51:42.9715080Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int64 2022-09-27T15:51:42.9716942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bfloat16 2022-09-27T15:51:42.9746446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int8 2022-09-27T15:51:42.9754459Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bfloat16 2022-09-27T15:51:42.9770276Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int8 2022-09-27T15:51:42.9771781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bool 2022-09-27T15:51:42.9791778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_uint8 2022-09-27T15:51:42.9809160Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_bool 2022-09-27T15:51:42.9812742Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bool 2022-09-27T15:51:42.9841725Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_uint8 2022-09-27T15:51:42.9843378Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float32 2022-09-27T15:51:42.9845282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex128 2022-09-27T15:51:42.9860201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bfloat16 2022-09-27T15:51:42.9867659Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex128 2022-09-27T15:51:42.9883120Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bfloat16 2022-09-27T15:51:42.9885988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bool 2022-09-27T15:51:42.9917131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex32 2022-09-27T15:51:42.9924163Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bool 2022-09-27T15:51:42.9937984Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex32 2022-09-27T15:51:42.9940686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex64 2022-09-27T15:51:42.9956972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex128 2022-09-27T15:51:42.9974313Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float32 2022-09-27T15:51:42.9979164Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex128 2022-09-27T15:51:42.9988899Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex64 2022-09-27T15:51:42.9992155Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float64 2022-09-27T15:51:42.9993966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex64 2022-09-27T15:51:43.0022986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float16 2022-09-27T15:51:43.0033479Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float16 2022-09-27T15:51:43.0042577Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex64 2022-09-27T15:51:43.0044785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float32 2022-09-27T15:51:43.0076749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float16 2022-09-27T15:51:43.0082921Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float32 2022-09-27T15:51:43.0095665Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float16 2022-09-27T15:51:43.0101189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float64 2022-09-27T15:51:43.0105655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float32 2022-09-27T15:51:43.0115890Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float64 2022-09-27T15:51:43.0131209Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int16 2022-09-27T15:51:43.0136380Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float64 2022-09-27T15:51:43.0150262Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float32 2022-09-27T15:51:43.0152338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float64 2022-09-27T15:51:43.0183345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int16 2022-09-27T15:51:43.0194138Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float64 2022-09-27T15:51:43.0204288Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int16 2022-09-27T15:51:43.0207319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int32 2022-09-27T15:51:43.0250989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int16 2022-09-27T15:51:43.0262181Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int32 2022-09-27T15:51:43.0266782Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int16 2022-09-27T15:51:43.0277228Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int16 2022-09-27T15:51:43.0279600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int64 2022-09-27T15:51:43.0282789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int32 2022-09-27T15:51:43.0316098Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int32 2022-09-27T15:51:43.0318973Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int64 2022-09-27T15:51:43.0329322Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int32 2022-09-27T15:51:43.0332217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int64 2022-09-27T15:51:43.0363591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int8 2022-09-27T15:51:43.0374198Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int64 2022-09-27T15:51:43.0383103Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int8 2022-09-27T15:51:43.0385900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int8 2022-09-27T15:51:43.0417314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_uint8 2022-09-27T15:51:43.0427497Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int32 2022-09-27T15:51:43.0436806Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_uint8 2022-09-27T15:51:43.0448491Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int8 2022-09-27T15:51:43.0450749Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int64 2022-09-27T15:51:43.0452680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:43.0481717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_uint8 2022-09-27T15:51:43.0487731Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_uint8 2022-09-27T15:51:43.0504179Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:43.0506917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:43.0534100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bool 2022-09-27T15:51:43.0548160Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bool 2022-09-27T15:51:43.0558517Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:43.0560145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bool 2022-09-27T15:51:43.0589332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex128 2022-09-27T15:51:43.0596999Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int64 2022-09-27T15:51:43.0604184Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bool 2022-09-27T15:51:43.0620411Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex128 2022-09-27T15:51:43.0621941Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int8 2022-09-27T15:51:43.0624959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex32 2022-09-27T15:51:43.0650661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex128 2022-09-27T15:51:43.0660979Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex32 2022-09-27T15:51:43.0684143Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex128 2022-09-27T15:51:43.0684832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex64 2022-09-27T15:51:43.0715384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex64 2022-09-27T15:51:43.0720197Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex64 2022-09-27T15:51:43.0734139Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex64 2022-09-27T15:51:43.0735023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float16 2022-09-27T15:51:43.0767217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float16 2022-09-27T15:51:43.0775471Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float16 2022-09-27T15:51:43.0777402Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float16 2022-09-27T15:51:43.0795424Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int8 2022-09-27T15:51:43.0800289Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_uint8 2022-09-27T15:51:43.0800936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float32 2022-09-27T15:51:43.0830027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float32 2022-09-27T15:51:43.0842156Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float32 2022-09-27T15:51:43.0853079Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float32 2022-09-27T15:51:43.0855670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float64 2022-09-27T15:51:43.0888379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float64 2022-09-27T15:51:43.0897532Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float64 2022-09-27T15:51:43.0909760Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float64 2022-09-27T15:51:43.0911684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int16 2022-09-27T15:51:43.0929887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int16 2022-09-27T15:51:43.0941807Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_uint8 2022-09-27T15:51:43.0950689Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int16 2022-09-27T15:51:43.0961142Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int16 2022-09-27T15:51:43.0964654Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_bool 2022-09-27T15:51:43.0966934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.0982645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.0999830Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex64 2022-09-27T15:51:43.1006617Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.1018738Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.1028705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.1029413Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float16 2022-09-27T15:51:43.1053244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.1065806Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.1077459Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.1078323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int8 2022-09-27T15:51:43.1108597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int8 2022-09-27T15:51:43.1118325Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int8 2022-09-27T15:51:43.1132691Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int8 2022-09-27T15:51:43.1177223Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_bool 2022-09-27T15:51:43.1183888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_uint8 2022-09-27T15:51:43.1185496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_uint8 2022-09-27T15:51:43.1189562Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float32 2022-09-27T15:51:43.1197925Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_uint8 2022-09-27T15:51:43.1210341Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_uint8 2022-09-27T15:51:43.1211310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bfloat16 2022-09-27T15:51:43.1239904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bfloat16 2022-09-27T15:51:43.1249318Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bfloat16 2022-09-27T15:51:43.1262545Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bfloat16 2022-09-27T15:51:43.1265097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bool 2022-09-27T15:51:43.1298243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bool 2022-09-27T15:51:43.1301510Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bool 2022-09-27T15:51:43.1310072Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float32 2022-09-27T15:51:43.1352575Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bool 2022-09-27T15:51:43.1363331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex128 2022-09-27T15:51:43.1367031Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float64 2022-09-27T15:51:43.1370943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex128 2022-09-27T15:51:43.1374674Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex128 2022-09-27T15:51:43.1410221Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex128 2022-09-27T15:51:43.1410993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex64 2022-09-27T15:51:43.1421722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex64 2022-09-27T15:51:43.1431621Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex64 2022-09-27T15:51:43.1441720Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex64 2022-09-27T15:51:43.1443332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float16 2022-09-27T15:51:43.1474492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float16 2022-09-27T15:51:43.1486628Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float64 2022-09-27T15:51:43.1489179Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float16 2022-09-27T15:51:43.1509930Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float16 2022-09-27T15:51:43.1510669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float32 2022-09-27T15:51:43.1511390Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int16 2022-09-27T15:51:43.1538648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float32 2022-09-27T15:51:43.1544118Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float32 2022-09-27T15:51:43.1556590Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float32 2022-09-27T15:51:43.1559236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float64 2022-09-27T15:51:43.1590621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float64 2022-09-27T15:51:43.1596052Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float64 2022-09-27T15:51:43.1612592Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float64 2022-09-27T15:51:43.1613257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int16 2022-09-27T15:51:43.1644713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int16 2022-09-27T15:51:43.1652065Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int16 2022-09-27T15:51:43.1663641Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int16 2022-09-27T15:51:43.1710397Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int16 2022-09-27T15:51:43.1715877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int32 2022-09-27T15:51:43.1725277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int32 2022-09-27T15:51:43.1727949Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int32 2022-09-27T15:51:43.1731776Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int32 2022-09-27T15:51:43.1751298Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int32 2022-09-27T15:51:43.1751982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int64 2022-09-27T15:51:43.1780534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int64 2022-09-27T15:51:43.1784767Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int64 2022-09-27T15:51:43.1803319Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int64 2022-09-27T15:51:43.1804045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int8 2022-09-27T15:51:43.1833077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int8 2022-09-27T15:51:43.1835975Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int8 2022-09-27T15:51:43.1886649Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int8 2022-09-27T15:51:43.1887929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_uint8 2022-09-27T15:51:43.1890231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_uint8 2022-09-27T15:51:43.1896777Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int32 2022-09-27T15:51:43.1898779Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_uint8 2022-09-27T15:51:43.1901316Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_uint8 2022-09-27T15:51:43.1921640Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int64 2022-09-27T15:51:43.1923836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:43.1946177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:43.1953431Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:43.1964422Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:43.1967235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bool 2022-09-27T15:51:43.1999597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bool 2022-09-27T15:51:43.2006840Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bool 2022-09-27T15:51:43.2018827Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bool 2022-09-27T15:51:43.2021955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex128 2022-09-27T15:51:43.2057947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex128 2022-09-27T15:51:43.2070069Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex128 2022-09-27T15:51:43.2074543Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex128 2022-09-27T15:51:43.2109731Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int64 2022-09-27T15:51:43.2122637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex64 2022-09-27T15:51:43.2124824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex64 2022-09-27T15:51:43.2127999Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int8 2022-09-27T15:51:43.2130985Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex64 2022-09-27T15:51:43.2152248Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex64 2022-09-27T15:51:43.2153094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float16 2022-09-27T15:51:43.2175141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float16 2022-09-27T15:51:43.2181408Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float16 2022-09-27T15:51:43.2209201Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float16 2022-09-27T15:51:43.2210552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float32 2022-09-27T15:51:43.2227314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float32 2022-09-27T15:51:43.2235502Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float32 2022-09-27T15:51:43.2250347Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float32 2022-09-27T15:51:43.2251053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float64 2022-09-27T15:51:43.2263081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float64 2022-09-27T15:51:43.2285487Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int8 2022-09-27T15:51:43.2288052Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_uint8 2022-09-27T15:51:43.2290948Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float64 2022-09-27T15:51:43.2301517Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float64 2022-09-27T15:51:43.2302764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int16 2022-09-27T15:51:43.2342646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int16 2022-09-27T15:51:43.2346331Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int16 2022-09-27T15:51:43.2361003Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int16 2022-09-27T15:51:43.2361828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.2391630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.2402196Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.2415345Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.2417970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.2439511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.2452169Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_uint8 2022-09-27T15:51:43.2458674Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.2488946Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.2489616Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bfloat16 2022-09-27T15:51:43.2490232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int8 2022-09-27T15:51:43.2506277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int8 2022-09-27T15:51:43.2511941Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int8 2022-09-27T15:51:43.2560743Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int8 2022-09-27T15:51:43.2566429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_uint8 2022-09-27T15:51:43.2596352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_uint8 2022-09-27T15:51:43.2620452Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_uint8 2022-09-27T15:51:43.2621166Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_uint8 2022-09-27T15:51:43.2621990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex128 2022-09-27T15:51:43.2635049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_bfloat16 2022-09-27T15:51:43.2638789Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex128 2022-09-27T15:51:43.2640464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex64 2022-09-27T15:51:43.2644180Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_bfloat16 2022-09-27T15:51:43.2679772Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex64 2022-09-27T15:51:43.2680499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float32 2022-09-27T15:51:43.2684737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float32 2022-09-27T15:51:43.2689695Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float32 2022-09-27T15:51:43.2719095Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float32 2022-09-27T15:51:43.2719806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float64 2022-09-27T15:51:43.2720454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float64 2022-09-27T15:51:43.2738613Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float64 2022-09-27T15:51:43.2739467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int16 2022-09-27T15:51:43.2751908Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float64 2022-09-27T15:51:43.2786853Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int16 2022-09-27T15:51:43.2787779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int16 2022-09-27T15:51:43.2812293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int32 2022-09-27T15:51:43.2812882Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int32 2022-09-27T15:51:43.2813506Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int16 2022-09-27T15:51:43.2814135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int64 2022-09-27T15:51:43.2829506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int32 2022-09-27T15:51:43.2842925Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int64 2022-09-27T15:51:43.2851162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int8 2022-09-27T15:51:43.2858686Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int32 2022-09-27T15:51:43.2862761Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int8 2022-09-27T15:51:43.2873919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int64 2022-09-27T15:51:43.2907993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_uint8 2022-09-27T15:51:43.2909010Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int64 2022-09-27T15:51:43.2915862Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_uint8 2022-09-27T15:51:43.2918297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex128 2022-09-27T15:51:43.2936433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int8 2022-09-27T15:51:43.2952498Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex128 2022-09-27T15:51:43.2957874Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int8 2022-09-27T15:51:43.2968033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex64 2022-09-27T15:51:43.2975754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_uint8 2022-09-27T15:51:43.2995714Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex64 2022-09-27T15:51:43.3003516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float32 2022-09-27T15:51:43.3011934Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_uint8 2022-09-27T15:51:43.3026094Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float32 2022-09-27T15:51:43.3027756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:43.3045845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float64 2022-09-27T15:51:43.3059862Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float64 2022-09-27T15:51:43.3063292Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:43.3077193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int16 2022-09-27T15:51:43.3083434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float32 2022-09-27T15:51:43.3091476Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int16 2022-09-27T15:51:43.3116681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.3118948Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float32 2022-09-27T15:51:43.3128450Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.3131426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float64 2022-09-27T15:51:43.3148474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.3167675Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.3169676Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float64 2022-09-27T15:51:43.3185254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int8 2022-09-27T15:51:43.3185800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int16 2022-09-27T15:51:43.3199280Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int8 2022-09-27T15:51:43.3216225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_uint8 2022-09-27T15:51:43.3231443Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int16 2022-09-27T15:51:43.3246715Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_uint8 2022-09-27T15:51:43.3247276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.3272017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bfloat16 2022-09-27T15:51:43.3274832Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bfloat16 2022-09-27T15:51:43.3290526Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.3292911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.3334606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bool 2022-09-27T15:51:43.3335222Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.3344154Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bool 2022-09-27T15:51:43.3345821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int8 2022-09-27T15:51:43.3388169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex128 2022-09-27T15:51:43.3388762Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int8 2022-09-27T15:51:43.3400059Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex128 2022-09-27T15:51:43.3401138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_uint8 2022-09-27T15:51:43.3442382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex32 2022-09-27T15:51:43.3443305Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex32 2022-09-27T15:51:43.3451853Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_uint8 2022-09-27T15:51:43.3454929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex64 2022-09-27T15:51:43.3486775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bfloat16 2022-09-27T15:51:43.3492292Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bfloat16 2022-09-27T15:51:43.3505936Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex64 2022-09-27T15:51:43.3507369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float16 2022-09-27T15:51:43.3540155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bool 2022-09-27T15:51:43.3545477Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float16 2022-09-27T15:51:43.3559147Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bool 2022-09-27T15:51:43.3560810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float32 2022-09-27T15:51:43.3592724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex128 2022-09-27T15:51:43.3598129Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float32 2022-09-27T15:51:43.3611685Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex128 2022-09-27T15:51:43.3612940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float64 2022-09-27T15:51:43.3646128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex64 2022-09-27T15:51:43.3649644Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex64 2022-09-27T15:51:43.3661383Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float64 2022-09-27T15:51:43.3663609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float32 2022-09-27T15:51:43.3704186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int16 2022-09-27T15:51:43.3706925Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int16 2022-09-27T15:51:43.3718191Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float32 2022-09-27T15:51:43.3719507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int32 2022-09-27T15:51:43.3751836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float64 2022-09-27T15:51:43.3761943Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float64 2022-09-27T15:51:43.3773221Z [gw3] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int32 2022-09-27T15:51:43.3776096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int64 2022-09-27T15:51:43.3809155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int16 2022-09-27T15:51:43.3816990Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int16 2022-09-27T15:51:43.3832554Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int64 2022-09-27T15:51:43.3834019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int32 2022-09-27T15:51:43.3866302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int8 2022-09-27T15:51:43.3875328Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int8 2022-09-27T15:51:43.3885608Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int32 2022-09-27T15:51:43.3888348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_uint8 2022-09-27T15:51:43.3920454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int64 2022-09-27T15:51:43.3925679Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int64 2022-09-27T15:51:43.3939303Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_uint8 2022-09-27T15:51:43.3941674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:43.3974053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int8 2022-09-27T15:51:43.3984633Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int8 2022-09-27T15:51:43.3995110Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:43.3996863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bool 2022-09-27T15:51:43.4026529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_uint8 2022-09-27T15:51:43.4033676Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bool 2022-09-27T15:51:43.4045848Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_uint8 2022-09-27T15:51:43.4048370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex128 2022-09-27T15:51:43.4080572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:43.4088446Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:43.4098088Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex128 2022-09-27T15:51:43.4100800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex32 2022-09-27T15:51:43.4133813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bool 2022-09-27T15:51:43.4137710Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex32 2022-09-27T15:51:43.4145459Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bool 2022-09-27T15:51:43.4147982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex64 2022-09-27T15:51:43.4180235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex128 2022-09-27T15:51:43.4185832Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex64 2022-09-27T15:51:43.4199451Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex128 2022-09-27T15:51:43.4201195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex64 2022-09-27T15:51:43.4235077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float16 2022-09-27T15:51:43.4240261Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex64 2022-09-27T15:51:43.4254709Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float16 2022-09-27T15:51:43.4256830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float32 2022-09-27T15:51:43.4290371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float32 2022-09-27T15:51:43.4296750Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float32 2022-09-27T15:51:43.4308613Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float32 2022-09-27T15:51:43.4311279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float64 2022-09-27T15:51:43.4342440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float64 2022-09-27T15:51:43.4349313Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float64 2022-09-27T15:51:43.4363924Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float64 2022-09-27T15:51:43.4365589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int16 2022-09-27T15:51:43.4402416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int16 2022-09-27T15:51:43.4411563Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int16 2022-09-27T15:51:43.4420364Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int16 2022-09-27T15:51:43.4423432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.4462781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.4469557Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.4483660Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.4486484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.4519505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.4522290Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.4540957Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.4543459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int8 2022-09-27T15:51:43.4574020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int8 2022-09-27T15:51:43.4583172Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int8 2022-09-27T15:51:43.4593533Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int8 2022-09-27T15:51:43.4595102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_uint8 2022-09-27T15:51:43.4627543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_uint8 2022-09-27T15:51:43.4636324Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_uint8 2022-09-27T15:51:43.4646476Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_uint8 2022-09-27T15:51:43.4648667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_bfloat16 2022-09-27T15:51:43.4681803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bfloat16 2022-09-27T15:51:43.4691563Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_bfloat16 2022-09-27T15:51:43.4701659Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bfloat16 2022-09-27T15:51:43.4716517Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bfloat16 2022-09-27T15:51:43.4718092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bool 2022-09-27T15:51:43.4719983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex128 2022-09-27T15:51:43.4751252Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bool 2022-09-27T15:51:43.4756784Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex128 2022-09-27T15:51:43.4772710Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bool 2022-09-27T15:51:43.4773931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex128 2022-09-27T15:51:43.4807378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex64 2022-09-27T15:51:43.4810137Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex64 2022-09-27T15:51:43.4825808Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex128 2022-09-27T15:51:43.4827235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex64 2022-09-27T15:51:43.4858694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float16 2022-09-27T15:51:43.4869598Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float16 2022-09-27T15:51:43.4893778Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex64 2022-09-27T15:51:43.4895304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float32 2022-09-27T15:51:43.4922567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float16 2022-09-27T15:51:43.4925757Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float32 2022-09-27T15:51:43.4936522Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float16 2022-09-27T15:51:43.4938424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float64 2022-09-27T15:51:43.4970018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float32 2022-09-27T15:51:43.4980038Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float64 2022-09-27T15:51:43.4988861Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float32 2022-09-27T15:51:43.4991639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float64 2022-09-27T15:51:43.5022038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int16 2022-09-27T15:51:43.5027259Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float64 2022-09-27T15:51:43.5039432Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int16 2022-09-27T15:51:43.5042051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int32 2022-09-27T15:51:43.5069486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int16 2022-09-27T15:51:43.5081154Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int16 2022-09-27T15:51:43.5089064Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int32 2022-09-27T15:51:43.5091165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int64 2022-09-27T15:51:43.5123992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int32 2022-09-27T15:51:43.5129528Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int32 2022-09-27T15:51:43.5142439Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int64 2022-09-27T15:51:43.5143596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int64 2022-09-27T15:51:43.5179387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int8 2022-09-27T15:51:43.5225365Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int64 2022-09-27T15:51:43.5226114Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int8 2022-09-27T15:51:43.5226796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_uint8 2022-09-27T15:51:43.5234103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int8 2022-09-27T15:51:43.5235330Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_uint8 2022-09-27T15:51:43.5250276Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int8 2022-09-27T15:51:43.5251164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_uint8 2022-09-27T15:51:43.5287772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:43.5290020Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:43.5300151Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_uint8 2022-09-27T15:51:43.5301727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex128 2022-09-27T15:51:43.5337528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:43.5340929Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:43.5349321Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex128 2022-09-27T15:51:43.5351842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bool 2022-09-27T15:51:43.5382493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex64 2022-09-27T15:51:43.5390431Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bool 2022-09-27T15:51:43.5400403Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex64 2022-09-27T15:51:43.5401713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float16 2022-09-27T15:51:43.5434922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex128 2022-09-27T15:51:43.5440512Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex128 2022-09-27T15:51:43.5453331Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float16 2022-09-27T15:51:43.5454491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex64 2022-09-27T15:51:43.5487833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float32 2022-09-27T15:51:43.5493138Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float32 2022-09-27T15:51:43.5505949Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex64 2022-09-27T15:51:43.5507173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float64 2022-09-27T15:51:43.5542976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float16 2022-09-27T15:51:43.5546530Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float64 2022-09-27T15:51:43.5555048Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float16 2022-09-27T15:51:43.5557213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int16 2022-09-27T15:51:43.5589484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float32 2022-09-27T15:51:43.5595304Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float32 2022-09-27T15:51:43.5608163Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int16 2022-09-27T15:51:43.5609521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.5645126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float64 2022-09-27T15:51:43.5648609Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.5656714Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float64 2022-09-27T15:51:43.5659109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.5694455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int16 2022-09-27T15:51:43.5699672Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.5709569Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int16 2022-09-27T15:51:43.5712115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.5747050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int8 2022-09-27T15:51:43.5752630Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.5765440Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int8 2022-09-27T15:51:43.5767825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_uint8 2022-09-27T15:51:43.5802787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.5809532Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_uint8 2022-09-27T15:51:43.5818071Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.5820693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int8 2022-09-27T15:51:43.5855012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bfloat16 2022-09-27T15:51:43.5859852Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bfloat16 2022-09-27T15:51:43.5870849Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int8 2022-09-27T15:51:43.5873530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bool 2022-09-27T15:51:43.5907634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_uint8 2022-09-27T15:51:43.5911088Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bool 2022-09-27T15:51:43.5920426Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_uint8 2022-09-27T15:51:43.5922571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex128 2022-09-27T15:51:43.5954824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int32 2022-09-27T15:51:43.5960426Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex128 2022-09-27T15:51:43.5972601Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int32 2022-09-27T15:51:43.5974168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex32 2022-09-27T15:51:43.6006407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int64 2022-09-27T15:51:43.6014404Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int64 2022-09-27T15:51:43.6023427Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex32 2022-09-27T15:51:43.6025415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex64 2022-09-27T15:51:43.6064200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.6068078Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.6078185Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex64 2022-09-27T15:51:43.6079474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.6111885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float16 2022-09-27T15:51:43.6117336Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float16 2022-09-27T15:51:43.6130499Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.6132242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bfloat16 2022-09-27T15:51:43.6164047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float32 2022-09-27T15:51:43.6170079Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float32 2022-09-27T15:51:43.6184276Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bfloat16 2022-09-27T15:51:43.6186326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bool 2022-09-27T15:51:43.6216775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float64 2022-09-27T15:51:43.6223798Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float64 2022-09-27T15:51:43.6235224Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bool 2022-09-27T15:51:43.6236954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex128 2022-09-27T15:51:43.6272532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int16 2022-09-27T15:51:43.6277909Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex128 2022-09-27T15:51:43.6291265Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int16 2022-09-27T15:51:43.6292453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex64 2022-09-27T15:51:43.6332039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int32 2022-09-27T15:51:43.6335888Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int32 2022-09-27T15:51:43.6345206Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex64 2022-09-27T15:51:43.6347838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float16 2022-09-27T15:51:43.6388520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int64 2022-09-27T15:51:43.6393840Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float16 2022-09-27T15:51:43.6400350Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int64 2022-09-27T15:51:43.6404008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int8 2022-09-27T15:51:43.6436805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float32 2022-09-27T15:51:43.6446662Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int8 2022-09-27T15:51:43.6459443Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float32 2022-09-27T15:51:43.6460383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float64 2022-09-27T15:51:43.6492896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_uint8 2022-09-27T15:51:43.6504817Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float64 2022-09-27T15:51:43.6517047Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_uint8 2022-09-27T15:51:43.6517656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:43.6551633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int16 2022-09-27T15:51:43.6557792Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:43.6570908Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int16 2022-09-27T15:51:43.6573293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int32 2022-09-27T15:51:43.6618502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bool 2022-09-27T15:51:43.6625506Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int32 2022-09-27T15:51:43.6632806Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bool 2022-09-27T15:51:43.6659306Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bool 2022-09-27T15:51:43.6660948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int64 2022-09-27T15:51:43.6668626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex128 2022-09-27T15:51:43.6689791Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex128 2022-09-27T15:51:43.6703842Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int64 2022-09-27T15:51:43.6725679Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex128 2022-09-27T15:51:43.6727107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int8 2022-09-27T15:51:43.6743851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex32 2022-09-27T15:51:43.6752224Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex32 2022-09-27T15:51:43.6767281Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int8 2022-09-27T15:51:43.6768627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_uint8 2022-09-27T15:51:43.6810368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex64 2022-09-27T15:51:43.6812947Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_uint8 2022-09-27T15:51:43.6822334Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex64 2022-09-27T15:51:43.6824645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float16 2022-09-27T15:51:43.6868178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:43.6868764Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:43.6876563Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float16 2022-09-27T15:51:43.6877319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float32 2022-09-27T15:51:43.6912308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bool 2022-09-27T15:51:43.6919829Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bool 2022-09-27T15:51:43.6930416Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float32 2022-09-27T15:51:43.6931656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float64 2022-09-27T15:51:43.6966951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex128 2022-09-27T15:51:43.6974063Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float64 2022-09-27T15:51:43.6986906Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex128 2022-09-27T15:51:43.6988297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int16 2022-09-27T15:51:43.7023082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex64 2022-09-27T15:51:43.7029875Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int16 2022-09-27T15:51:43.7041331Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex64 2022-09-27T15:51:43.7043270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.7077098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float16 2022-09-27T15:51:43.7082762Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.7094812Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float16 2022-09-27T15:51:43.7096914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.7129853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float32 2022-09-27T15:51:43.7135905Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float32 2022-09-27T15:51:43.7150200Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.7152852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int8 2022-09-27T15:51:43.7186133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float64 2022-09-27T15:51:43.7193462Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int8 2022-09-27T15:51:43.7209259Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float64 2022-09-27T15:51:43.7210879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int16 2022-09-27T15:51:43.7246479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_uint8 2022-09-27T15:51:43.7256324Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int16 2022-09-27T15:51:43.7267050Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_uint8 2022-09-27T15:51:43.7269712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bfloat16 2022-09-27T15:51:43.7305295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.7311794Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.7320650Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bfloat16 2022-09-27T15:51:43.7323271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.7359666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bool 2022-09-27T15:51:43.7365263Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bool 2022-09-27T15:51:43.7378908Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.7380117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int8 2022-09-27T15:51:43.7412966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex128 2022-09-27T15:51:43.7421098Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int8 2022-09-27T15:51:43.7436184Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex128 2022-09-27T15:51:43.7437376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_uint8 2022-09-27T15:51:43.7472775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex64 2022-09-27T15:51:43.7480315Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_uint8 2022-09-27T15:51:43.7494863Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex64 2022-09-27T15:51:43.7497416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int32 2022-09-27T15:51:43.7532013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float32 2022-09-27T15:51:43.7550034Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float32 2022-09-27T15:51:43.7551842Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int32 2022-09-27T15:51:43.7553566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float64 2022-09-27T15:51:43.7585896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int64 2022-09-27T15:51:43.7596360Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float64 2022-09-27T15:51:43.7605033Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int64 2022-09-27T15:51:43.7606752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int16 2022-09-27T15:51:43.7645936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.7650285Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int16 2022-09-27T15:51:43.7659041Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.7661288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int32 2022-09-27T15:51:43.7706126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.7723545Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.7724551Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int32 2022-09-27T15:51:43.7726538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bfloat16 2022-09-27T15:51:43.7764221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int64 2022-09-27T15:51:43.7769747Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bfloat16 2022-09-27T15:51:43.7779337Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int64 2022-09-27T15:51:43.7780532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bool 2022-09-27T15:51:43.7814809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int8 2022-09-27T15:51:43.7822382Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int8 2022-09-27T15:51:43.7831473Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bool 2022-09-27T15:51:43.7833159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex128 2022-09-27T15:51:43.7869710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_uint8 2022-09-27T15:51:43.7878444Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex128 2022-09-27T15:51:43.7887723Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_uint8 2022-09-27T15:51:43.7890671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:43.7925822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex64 2022-09-27T15:51:43.7929741Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:43.7939118Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex64 2022-09-27T15:51:43.7940578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bool 2022-09-27T15:51:43.7972624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float16 2022-09-27T15:51:43.7978088Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bool 2022-09-27T15:51:43.7990895Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float16 2022-09-27T15:51:43.7992413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float32 2022-09-27T15:51:43.8028518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex128 2022-09-27T15:51:43.8035585Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float32 2022-09-27T15:51:43.8047933Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex128 2022-09-27T15:51:43.8049335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex64 2022-09-27T15:51:43.8082881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float64 2022-09-27T15:51:43.8089566Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float64 2022-09-27T15:51:43.8100417Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex64 2022-09-27T15:51:43.8102664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float32 2022-09-27T15:51:43.8134366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int16 2022-09-27T15:51:43.8148153Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int16 2022-09-27T15:51:43.8164059Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float32 2022-09-27T15:51:43.8164614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int32 2022-09-27T15:51:43.8190116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float64 2022-09-27T15:51:43.8195442Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int32 2022-09-27T15:51:43.8208237Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float64 2022-09-27T15:51:43.8210686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int64 2022-09-27T15:51:43.8241096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int16 2022-09-27T15:51:43.8247434Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int16 2022-09-27T15:51:43.8259650Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int64 2022-09-27T15:51:43.8262344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.8293542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int8 2022-09-27T15:51:43.8298553Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.8314123Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int8 2022-09-27T15:51:43.8316428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.8346318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_uint8 2022-09-27T15:51:43.8354118Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.8367132Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_uint8 2022-09-27T15:51:43.8368617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int8 2022-09-27T15:51:43.8403637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:43.8409183Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:43.8422351Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int8 2022-09-27T15:51:43.8424616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bool 2022-09-27T15:51:43.8462561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_uint8 2022-09-27T15:51:43.8466428Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bool 2022-09-27T15:51:43.8474936Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_uint8 2022-09-27T15:51:43.8477404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bfloat16 2022-09-27T15:51:43.8508752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex128 2022-09-27T15:51:43.8514746Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bfloat16 2022-09-27T15:51:43.8529282Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex128 2022-09-27T15:51:43.8531530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex64 2022-09-27T15:51:43.8563168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bool 2022-09-27T15:51:43.8573955Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex64 2022-09-27T15:51:43.8582897Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bool 2022-09-27T15:51:43.8584060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float16 2022-09-27T15:51:43.8622128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float16 2022-09-27T15:51:43.8625060Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float16 2022-09-27T15:51:43.8636237Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float16 2022-09-27T15:51:43.8638464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float32 2022-09-27T15:51:43.8674312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float32 2022-09-27T15:51:43.8677997Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float32 2022-09-27T15:51:43.8687134Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float32 2022-09-27T15:51:43.8688522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float64 2022-09-27T15:51:43.8721054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float64 2022-09-27T15:51:43.8728786Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float64 2022-09-27T15:51:43.8738134Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float64 2022-09-27T15:51:43.8740550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int16 2022-09-27T15:51:43.8769413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int16 2022-09-27T15:51:43.8776796Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int16 2022-09-27T15:51:43.8787689Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int16 2022-09-27T15:51:43.8788389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int32 2022-09-27T15:51:43.8824278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.8834109Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.8844380Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int32 2022-09-27T15:51:43.8845809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.8882844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int64 2022-09-27T15:51:43.8894774Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int64 2022-09-27T15:51:43.8904722Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.8907356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int8 2022-09-27T15:51:43.8944485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int8 2022-09-27T15:51:43.8948387Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int8 2022-09-27T15:51:43.8963225Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int8 2022-09-27T15:51:43.8966350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_uint8 2022-09-27T15:51:43.8976496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_uint8 2022-09-27T15:51:43.8986956Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float16 2022-09-27T15:51:43.8998085Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float32 2022-09-27T15:51:43.9003496Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_uint8 2022-09-27T15:51:43.9015421Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_uint8 2022-09-27T15:51:43.9017623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_bfloat16 2022-09-27T15:51:43.9054806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:43.9058966Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:43.9068109Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_bfloat16 2022-09-27T15:51:43.9071042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float32 2022-09-27T15:51:43.9101320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bool 2022-09-27T15:51:43.9110311Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bool 2022-09-27T15:51:43.9126670Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float32 2022-09-27T15:51:43.9128541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float16 2022-09-27T15:51:43.9152191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float64 2022-09-27T15:51:43.9158799Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float64 2022-09-27T15:51:43.9171244Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float16 2022-09-27T15:51:43.9173877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float32 2022-09-27T15:51:43.9205776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int16 2022-09-27T15:51:43.9211235Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int16 2022-09-27T15:51:43.9224405Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float32 2022-09-27T15:51:43.9225800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float64 2022-09-27T15:51:43.9263232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int32 2022-09-27T15:51:43.9265663Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int32 2022-09-27T15:51:43.9278208Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float64 2022-09-27T15:51:43.9281805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int64 2022-09-27T15:51:43.9314090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int16 2022-09-27T15:51:43.9321922Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int16 2022-09-27T15:51:43.9331843Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int64 2022-09-27T15:51:43.9335297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.9371979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int8 2022-09-27T15:51:43.9374468Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int8 2022-09-27T15:51:43.9384744Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.9387177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_uint8 2022-09-27T15:51:43.9424485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.9433472Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.9443488Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_uint8 2022-09-27T15:51:43.9446603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:43.9480061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int8 2022-09-27T15:51:43.9487860Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:43.9497716Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int8 2022-09-27T15:51:43.9500381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float32 2022-09-27T15:51:43.9541876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_uint8 2022-09-27T15:51:43.9544783Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_uint8 2022-09-27T15:51:43.9556062Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float32 2022-09-27T15:51:43.9557366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bfloat16 2022-09-27T15:51:43.9598249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float64 2022-09-27T15:51:43.9607649Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float64 2022-09-27T15:51:43.9616915Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bfloat16 2022-09-27T15:51:43.9619237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bool 2022-09-27T15:51:43.9650299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int16 2022-09-27T15:51:43.9660905Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bool 2022-09-27T15:51:43.9671275Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int16 2022-09-27T15:51:43.9674024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.9711347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float16 2022-09-27T15:51:43.9718351Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int32 2022-09-27T15:51:43.9729290Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float16 2022-09-27T15:51:43.9732327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float32 2022-09-27T15:51:43.9764380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.9776654Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float32 2022-09-27T15:51:43.9787512Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int64 2022-09-27T15:51:43.9789212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float64 2022-09-27T15:51:43.9822119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int8 2022-09-27T15:51:43.9834324Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float64 2022-09-27T15:51:43.9841879Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int8 2022-09-27T15:51:43.9845616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_uint8 2022-09-27T15:51:43.9879864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int16 2022-09-27T15:51:43.9883390Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_uint8 2022-09-27T15:51:43.9892877Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int16 2022-09-27T15:51:43.9894519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bfloat16 2022-09-27T15:51:43.9926741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int32 2022-09-27T15:51:43.9935702Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bfloat16 2022-09-27T15:51:43.9945119Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int32 2022-09-27T15:51:43.9947700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int64 2022-09-27T15:51:43.9978688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bool 2022-09-27T15:51:43.9984883Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int64 2022-09-27T15:51:43.9996743Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bool 2022-09-27T15:51:43.9999516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex128 2022-09-27T15:51:44.0034042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int8 2022-09-27T15:51:44.0039845Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex128 2022-09-27T15:51:44.0049603Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int8 2022-09-27T15:51:44.0052082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_uint8 2022-09-27T15:51:44.0088471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex32 2022-09-27T15:51:44.0091904Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_uint8 2022-09-27T15:51:44.0100486Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex32 2022-09-27T15:51:44.0103063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex64 2022-09-27T15:51:44.0133669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:44.0142644Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex64 2022-09-27T15:51:44.0152473Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:44.0155080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float16 2022-09-27T15:51:44.0187178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bool 2022-09-27T15:51:44.0193067Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bool 2022-09-27T15:51:44.0205539Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float16 2022-09-27T15:51:44.0208191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float16 2022-09-27T15:51:44.0239040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float32 2022-09-27T15:51:44.0246717Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float16 2022-09-27T15:51:44.0258347Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float32 2022-09-27T15:51:44.0261080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float64 2022-09-27T15:51:44.0291601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.0300627Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float64 2022-09-27T15:51:44.0310851Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.0313406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.0345570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int16 2022-09-27T15:51:44.0350945Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.0361462Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int16 2022-09-27T15:51:44.0363960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int16 2022-09-27T15:51:44.0396846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int32 2022-09-27T15:51:44.0402035Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int32 2022-09-27T15:51:44.0414831Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int16 2022-09-27T15:51:44.0417559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int64 2022-09-27T15:51:44.0451225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int32 2022-09-27T15:51:44.0459791Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int32 2022-09-27T15:51:44.0470015Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int64 2022-09-27T15:51:44.0472284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int8 2022-09-27T15:51:44.0507635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int64 2022-09-27T15:51:44.0512227Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int64 2022-09-27T15:51:44.0521888Z [gw3] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int8 2022-09-27T15:51:44.0523730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_uint8 2022-09-27T15:51:44.0553550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int8 2022-09-27T15:51:44.0562411Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_uint8 2022-09-27T15:51:44.0571482Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int8 2022-09-27T15:51:44.0573891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:44.0605681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_uint8 2022-09-27T15:51:44.0611467Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:44.0624555Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_uint8 2022-09-27T15:51:44.0626817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bool 2022-09-27T15:51:44.0660824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bfloat16 2022-09-27T15:51:44.0666546Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bfloat16 2022-09-27T15:51:44.0680420Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bool 2022-09-27T15:51:44.0682166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex128 2022-09-27T15:51:44.0722652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bool 2022-09-27T15:51:44.0727665Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bool 2022-09-27T15:51:44.0737186Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex128 2022-09-27T15:51:44.0740022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex32 2022-09-27T15:51:44.0767955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex128 2022-09-27T15:51:44.0773403Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex32 2022-09-27T15:51:44.0785180Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex128 2022-09-27T15:51:44.0787306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex64 2022-09-27T15:51:44.0820461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex64 2022-09-27T15:51:44.0827759Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex64 2022-09-27T15:51:44.0839206Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex64 2022-09-27T15:51:44.0841717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float32 2022-09-27T15:51:44.0874253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float16 2022-09-27T15:51:44.0890540Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float32 2022-09-27T15:51:44.0909618Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float16 2022-09-27T15:51:44.0910774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.0935169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float64 2022-09-27T15:51:44.0943170Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float64 2022-09-27T15:51:44.0967701Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.0968375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.0991767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int16 2022-09-27T15:51:44.1005455Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.1014731Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int16 2022-09-27T15:51:44.1017248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int16 2022-09-27T15:51:44.1052412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int32 2022-09-27T15:51:44.1055146Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int16 2022-09-27T15:51:44.1065393Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int32 2022-09-27T15:51:44.1068109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int64 2022-09-27T15:51:44.1105235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int32 2022-09-27T15:51:44.1111701Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int32 2022-09-27T15:51:44.1121594Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int64 2022-09-27T15:51:44.1123098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int8 2022-09-27T15:51:44.1175699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int64 2022-09-27T15:51:44.1176761Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int64 2022-09-27T15:51:44.1179467Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int8 2022-09-27T15:51:44.1185887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_uint8 2022-09-27T15:51:44.1222682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int8 2022-09-27T15:51:44.1229284Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_uint8 2022-09-27T15:51:44.1239806Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int8 2022-09-27T15:51:44.1240471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_uint8 2022-09-27T15:51:44.1281466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:44.1284299Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:44.1296056Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_uint8 2022-09-27T15:51:44.1297651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bool 2022-09-27T15:51:44.1336970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bfloat16 2022-09-27T15:51:44.1340753Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bfloat16 2022-09-27T15:51:44.1355511Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bool 2022-09-27T15:51:44.1356171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex128 2022-09-27T15:51:44.1391036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bool 2022-09-27T15:51:44.1397852Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bool 2022-09-27T15:51:44.1411985Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex128 2022-09-27T15:51:44.1414644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex128 2022-09-27T15:51:44.1449746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex64 2022-09-27T15:51:44.1457414Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex64 2022-09-27T15:51:44.1468516Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex128 2022-09-27T15:51:44.1469853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex32 2022-09-27T15:51:44.1506832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.1516908Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.1526435Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex32 2022-09-27T15:51:44.1529017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.1564830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex64 2022-09-27T15:51:44.1571046Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.1585665Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex64 2022-09-27T15:51:44.1586317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int16 2022-09-27T15:51:44.1618162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float16 2022-09-27T15:51:44.1623552Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float16 2022-09-27T15:51:44.1636195Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int16 2022-09-27T15:51:44.1637532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int32 2022-09-27T15:51:44.1671903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float32 2022-09-27T15:51:44.1678676Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float32 2022-09-27T15:51:44.1689900Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int32 2022-09-27T15:51:44.1691145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int64 2022-09-27T15:51:44.1724137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float64 2022-09-27T15:51:44.1729086Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float64 2022-09-27T15:51:44.1741426Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int64 2022-09-27T15:51:44.1744201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int16 2022-09-27T15:51:44.1772403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int8 2022-09-27T15:51:44.1782689Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex128 2022-09-27T15:51:44.1787194Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int8 2022-09-27T15:51:44.1805118Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int16 2022-09-27T15:51:44.1805769Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex32 2022-09-27T15:51:44.1806331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_uint8 2022-09-27T15:51:44.1839758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int32 2022-09-27T15:51:44.1844903Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int32 2022-09-27T15:51:44.1856673Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_uint8 2022-09-27T15:51:44.1857470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int64 2022-09-27T15:51:44.1891092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bfloat16 2022-09-27T15:51:44.1895362Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int64 2022-09-27T15:51:44.1907304Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bfloat16 2022-09-27T15:51:44.1908132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bool 2022-09-27T15:51:44.1936210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int8 2022-09-27T15:51:44.1940660Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bool 2022-09-27T15:51:44.1952761Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int8 2022-09-27T15:51:44.1955404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex128 2022-09-27T15:51:44.1988572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_uint8 2022-09-27T15:51:44.2001843Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_uint8 2022-09-27T15:51:44.2014493Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex128 2022-09-27T15:51:44.2015157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:44.2044173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex64 2022-09-27T15:51:44.2052740Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:44.2066865Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex64 2022-09-27T15:51:44.2068128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float32 2022-09-27T15:51:44.2099270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bool 2022-09-27T15:51:44.2105780Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bool 2022-09-27T15:51:44.2121145Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float32 2022-09-27T15:51:44.2121934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float64 2022-09-27T15:51:44.2153045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex128 2022-09-27T15:51:44.2157381Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float64 2022-09-27T15:51:44.2173166Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex128 2022-09-27T15:51:44.2173867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex32 2022-09-27T15:51:44.2205992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int16 2022-09-27T15:51:44.2211643Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex32 2022-09-27T15:51:44.2228258Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int16 2022-09-27T15:51:44.2228956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int32 2022-09-27T15:51:44.2249190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex64 2022-09-27T15:51:44.2261974Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float32 2022-09-27T15:51:44.2264982Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int32 2022-09-27T15:51:44.2311083Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex64 2022-09-27T15:51:44.2311774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float16 2022-09-27T15:51:44.2312654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int64 2022-09-27T15:51:44.2315973Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float64 2022-09-27T15:51:44.2319118Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int64 2022-09-27T15:51:44.2367211Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float16 2022-09-27T15:51:44.2367806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int8 2022-09-27T15:51:44.2368334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.2371078Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int8 2022-09-27T15:51:44.2415827Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.2416484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_uint8 2022-09-27T15:51:44.2417265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.2421881Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_uint8 2022-09-27T15:51:44.2465847Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.2470859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int16 2022-09-27T15:51:44.2474379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:44.2477623Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int16 2022-09-27T15:51:44.2522261Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:44.2527341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bool 2022-09-27T15:51:44.2537381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int32 2022-09-27T15:51:44.2540761Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bool 2022-09-27T15:51:44.2555135Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int32 2022-09-27T15:51:44.2555714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex128 2022-09-27T15:51:44.2585687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int64 2022-09-27T15:51:44.2588048Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int64 2022-09-27T15:51:44.2630159Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex128 2022-09-27T15:51:44.2642031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int8 2022-09-27T15:51:44.2643785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex64 2022-09-27T15:51:44.2647710Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int8 2022-09-27T15:51:44.2689150Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex64 2022-09-27T15:51:44.2693703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.2703357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_uint8 2022-09-27T15:51:44.2706855Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.2715202Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_uint8 2022-09-27T15:51:44.2716574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bfloat16 2022-09-27T15:51:44.2746000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.2753702Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bfloat16 2022-09-27T15:51:44.2788149Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.2788905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int16 2022-09-27T15:51:44.2803591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bool 2022-09-27T15:51:44.2811281Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int16 2022-09-27T15:51:44.2822693Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bool 2022-09-27T15:51:44.2823356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int32 2022-09-27T15:51:44.2854383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex128 2022-09-27T15:51:44.2864457Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int32 2022-09-27T15:51:44.2874027Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex128 2022-09-27T15:51:44.2875889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex32 2022-09-27T15:51:44.2908575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int64 2022-09-27T15:51:44.2915245Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int64 2022-09-27T15:51:44.2926805Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex32 2022-09-27T15:51:44.2927443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int8 2022-09-27T15:51:44.2959902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex64 2022-09-27T15:51:44.2964715Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int8 2022-09-27T15:51:44.3010899Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex64 2022-09-27T15:51:44.3011642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_uint8 2022-09-27T15:51:44.3015369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float16 2022-09-27T15:51:44.3021086Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float16 2022-09-27T15:51:44.3045920Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_uint8 2022-09-27T15:51:44.3046706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float32 2022-09-27T15:51:44.3072306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bfloat16 2022-09-27T15:51:44.3078181Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float32 2022-09-27T15:51:44.3090620Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bfloat16 2022-09-27T15:51:44.3110635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float64 2022-09-27T15:51:44.3132340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bool 2022-09-27T15:51:44.3136146Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bool 2022-09-27T15:51:44.3180287Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float64 2022-09-27T15:51:44.3180997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int16 2022-09-27T15:51:44.3181615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex128 2022-09-27T15:51:44.3187784Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int16 2022-09-27T15:51:44.3215257Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex128 2022-09-27T15:51:44.3215994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex64 2022-09-27T15:51:44.3237736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int32 2022-09-27T15:51:44.3260892Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int32 2022-09-27T15:51:44.3261512Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex64 2022-09-27T15:51:44.3262096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int64 2022-09-27T15:51:44.3296246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float32 2022-09-27T15:51:44.3305672Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int64 2022-09-27T15:51:44.3321113Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float32 2022-09-27T15:51:44.3324833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int8 2022-09-27T15:51:44.3351052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float64 2022-09-27T15:51:44.3356172Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float64 2022-09-27T15:51:44.3375592Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int8 2022-09-27T15:51:44.3376268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_uint8 2022-09-27T15:51:44.3407472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int16 2022-09-27T15:51:44.3416370Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_uint8 2022-09-27T15:51:44.3424902Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int16 2022-09-27T15:51:44.3439422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int32 2022-09-27T15:51:44.3459146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:44.3465084Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int32 2022-09-27T15:51:44.3483521Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:44.3484258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int64 2022-09-27T15:51:44.3515787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bool 2022-09-27T15:51:44.3522672Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bool 2022-09-27T15:51:44.3534287Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int64 2022-09-27T15:51:44.3536932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int8 2022-09-27T15:51:44.3573606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex128 2022-09-27T15:51:44.3582256Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex128 2022-09-27T15:51:44.3593176Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int8 2022-09-27T15:51:44.3595432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_uint8 2022-09-27T15:51:44.3629542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex32 2022-09-27T15:51:44.3637358Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_uint8 2022-09-27T15:51:44.3650635Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex32 2022-09-27T15:51:44.3652432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:44.3686957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex64 2022-09-27T15:51:44.3693923Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex64 2022-09-27T15:51:44.3706910Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:44.3708274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float16 2022-09-27T15:51:44.3741197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bool 2022-09-27T15:51:44.3750467Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float16 2022-09-27T15:51:44.3760934Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bool 2022-09-27T15:51:44.3762446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex128 2022-09-27T15:51:44.3795320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.3800619Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.3813452Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex128 2022-09-27T15:51:44.3814784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.3847234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex64 2022-09-27T15:51:44.3855521Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex64 2022-09-27T15:51:44.3865233Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.3866569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int16 2022-09-27T15:51:44.3902727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.3906053Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int16 2022-09-27T15:51:44.3914364Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.3916528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.3948544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int32 2022-09-27T15:51:44.3956369Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.3965976Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int32 2022-09-27T15:51:44.3967329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int16 2022-09-27T15:51:44.3999952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int64 2022-09-27T15:51:44.4005108Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int64 2022-09-27T15:51:44.4018864Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int16 2022-09-27T15:51:44.4020232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int32 2022-09-27T15:51:44.4055405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int8 2022-09-27T15:51:44.4061949Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int32 2022-09-27T15:51:44.4074720Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int8 2022-09-27T15:51:44.4077082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int64 2022-09-27T15:51:44.4112095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_uint8 2022-09-27T15:51:44.4116446Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int64 2022-09-27T15:51:44.4127858Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_uint8 2022-09-27T15:51:44.4128506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int8 2022-09-27T15:51:44.4161059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bfloat16 2022-09-27T15:51:44.4166389Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bfloat16 2022-09-27T15:51:44.4178754Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int8 2022-09-27T15:51:44.4180945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_uint8 2022-09-27T15:51:44.4214225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bool 2022-09-27T15:51:44.4220624Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_uint8 2022-09-27T15:51:44.4231372Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bool 2022-09-27T15:51:44.4233490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex128 2022-09-27T15:51:44.4269232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_bfloat16 2022-09-27T15:51:44.4272766Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_bfloat16 2022-09-27T15:51:44.4280886Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex128 2022-09-27T15:51:44.4283284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float32 2022-09-27T15:51:44.4315526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex32 2022-09-27T15:51:44.4319420Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float32 2022-09-27T15:51:44.4329529Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex32 2022-09-27T15:51:44.4331319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex64 2022-09-27T15:51:44.4361710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float64 2022-09-27T15:51:44.4369316Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex64 2022-09-27T15:51:44.4384314Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float64 2022-09-27T15:51:44.4387099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:44.4415245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float16 2022-09-27T15:51:44.4422908Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float16 2022-09-27T15:51:44.4434807Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:44.4436171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.4469914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float32 2022-09-27T15:51:44.4472834Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float32 2022-09-27T15:51:44.4490004Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.4491338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float64 2022-09-27T15:51:44.4523412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.4528592Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float64 2022-09-27T15:51:44.4541121Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.4542528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bfloat16 2022-09-27T15:51:44.4577783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int16 2022-09-27T15:51:44.4582950Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bfloat16 2022-09-27T15:51:44.4595153Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int16 2022-09-27T15:51:44.4604778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bool 2022-09-27T15:51:44.4638689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int32 2022-09-27T15:51:44.4642027Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bool 2022-09-27T15:51:44.4653483Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int32 2022-09-27T15:51:44.4656387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float32 2022-09-27T15:51:44.4690359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int64 2022-09-27T15:51:44.4693789Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int64 2022-09-27T15:51:44.4702199Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float32 2022-09-27T15:51:44.4704634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float64 2022-09-27T15:51:44.4738362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int8 2022-09-27T15:51:44.4742097Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float64 2022-09-27T15:51:44.4754585Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int8 2022-09-27T15:51:44.4756950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int16 2022-09-27T15:51:44.4784527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_uint8 2022-09-27T15:51:44.4789796Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_uint8 2022-09-27T15:51:44.4803175Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int16 2022-09-27T15:51:44.4805720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:44.4837019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int32 2022-09-27T15:51:44.4842341Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int32 2022-09-27T15:51:44.4856757Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:44.4858040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bool 2022-09-27T15:51:44.4894326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int64 2022-09-27T15:51:44.4897947Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bool 2022-09-27T15:51:44.4906340Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int64 2022-09-27T15:51:44.4908760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex128 2022-09-27T15:51:44.4939883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int8 2022-09-27T15:51:44.4944149Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex128 2022-09-27T15:51:44.4956105Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int8 2022-09-27T15:51:44.4958486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex32 2022-09-27T15:51:44.4989898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_uint8 2022-09-27T15:51:44.4995488Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex32 2022-09-27T15:51:44.5008381Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_uint8 2022-09-27T15:51:44.5009785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:44.5044502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex64 2022-09-27T15:51:44.5056188Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:44.5065386Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex64 2022-09-27T15:51:44.5069310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float16 2022-09-27T15:51:44.5105328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bool 2022-09-27T15:51:44.5115429Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float16 2022-09-27T15:51:44.5125203Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bool 2022-09-27T15:51:44.5128839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.5167807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.5171586Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.5184242Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.5185921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.5220303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.5227038Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.5239269Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.5240384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int16 2022-09-27T15:51:44.5273648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int16 2022-09-27T15:51:44.5278944Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int16 2022-09-27T15:51:44.5294892Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int16 2022-09-27T15:51:44.5296494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int32 2022-09-27T15:51:44.5328935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int32 2022-09-27T15:51:44.5333047Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int32 2022-09-27T15:51:44.5341317Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int32 2022-09-27T15:51:44.5343661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int64 2022-09-27T15:51:44.5386147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int64 2022-09-27T15:51:44.5391573Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int64 2022-09-27T15:51:44.5406622Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int64 2022-09-27T15:51:44.5407425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int8 2022-09-27T15:51:44.5436886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int8 2022-09-27T15:51:44.5452071Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int8 2022-09-27T15:51:44.5454283Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int8 2022-09-27T15:51:44.5455473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_uint8 2022-09-27T15:51:44.5492960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_uint8 2022-09-27T15:51:44.5493603Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_uint8 2022-09-27T15:51:44.5513362Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_uint8 2022-09-27T15:51:44.5515606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_bool 2022-09-27T15:51:44.5541513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_bfloat16 2022-09-27T15:51:44.5546278Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_bfloat16 2022-09-27T15:51:44.5559482Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_bool 2022-09-27T15:51:44.5560586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex128 2022-09-27T15:51:44.5596361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float32 2022-09-27T15:51:44.5603416Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float32 2022-09-27T15:51:44.5613675Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex128 2022-09-27T15:51:44.5616033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float64 2022-09-27T15:51:44.5644245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex64 2022-09-27T15:51:44.5650953Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex64 2022-09-27T15:51:44.5664935Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float64 2022-09-27T15:51:44.5666207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int16 2022-09-27T15:51:44.5698877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float16 2022-09-27T15:51:44.5704489Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float16 2022-09-27T15:51:44.5722312Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int16 2022-09-27T15:51:44.5722879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int32 2022-09-27T15:51:44.5747947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float32 2022-09-27T15:51:44.5754733Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int32 2022-09-27T15:51:44.5767506Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float32 2022-09-27T15:51:44.5769943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int64 2022-09-27T15:51:44.5801310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float64 2022-09-27T15:51:44.5806182Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float64 2022-09-27T15:51:44.5827335Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int64 2022-09-27T15:51:44.5828070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int8 2022-09-27T15:51:44.5852559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:44.5856043Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:44.5865435Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int8 2022-09-27T15:51:44.5866645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_uint8 2022-09-27T15:51:44.5902883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex128 2022-09-27T15:51:44.5911819Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_uint8 2022-09-27T15:51:44.5920725Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex128 2022-09-27T15:51:44.5923879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_bool 2022-09-27T15:51:44.5952890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex64 2022-09-27T15:51:44.5958914Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_bool 2022-09-27T15:51:44.5970269Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex64 2022-09-27T15:51:44.5972199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float16 2022-09-27T15:51:44.6012639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.6018318Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.6030402Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float16 2022-09-27T15:51:44.6031121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.6067218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.6078946Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.6092356Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.6094972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.6129451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int16 2022-09-27T15:51:44.6145205Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.6154177Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int16 2022-09-27T15:51:44.6156419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int32 2022-09-27T15:51:44.6190437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_bfloat16 2022-09-27T15:51:44.6201702Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_bfloat16 2022-09-27T15:51:44.6210544Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int32 2022-09-27T15:51:44.6213044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int64 2022-09-27T15:51:44.6246631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex128 2022-09-27T15:51:44.6256206Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex128 2022-09-27T15:51:44.6266173Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int64 2022-09-27T15:51:44.6268799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int8 2022-09-27T15:51:44.6303301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex64 2022-09-27T15:51:44.6310009Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int8 2022-09-27T15:51:44.6321633Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex64 2022-09-27T15:51:44.6324592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_uint8 2022-09-27T15:51:44.6356407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float16 2022-09-27T15:51:44.6366995Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float16 2022-09-27T15:51:44.6377302Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_uint8 2022-09-27T15:51:44.6378970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_bool 2022-09-27T15:51:44.6389066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float32 2022-09-27T15:51:44.6399707Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float64 2022-09-27T15:51:44.6412781Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int16 2022-09-27T15:51:44.6418232Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_bool 2022-09-27T15:51:44.6431068Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float32 2022-09-27T15:51:44.6433810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float64 2022-09-27T15:51:44.6463988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float32 2022-09-27T15:51:44.6470307Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float32 2022-09-27T15:51:44.6483872Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float64 2022-09-27T15:51:44.6486306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float64 2022-09-27T15:51:44.6516200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:44.6522592Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float64 2022-09-27T15:51:44.6535834Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:44.6538458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex128 2022-09-27T15:51:44.6570864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int16 2022-09-27T15:51:44.6576241Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex128 2022-09-27T15:51:44.6589160Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int16 2022-09-27T15:51:44.6590629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int32 2022-09-27T15:51:44.6626321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex64 2022-09-27T15:51:44.6631883Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex64 2022-09-27T15:51:44.6644710Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int32 2022-09-27T15:51:44.6646787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float16 2022-09-27T15:51:44.6679032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int64 2022-09-27T15:51:44.6684638Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int64 2022-09-27T15:51:44.6697441Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float16 2022-09-27T15:51:44.6698814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.6736386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int8 2022-09-27T15:51:44.6738810Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.6749313Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int8 2022-09-27T15:51:44.6751278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.6782226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_uint8 2022-09-27T15:51:44.6787745Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_uint8 2022-09-27T15:51:44.6800620Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.6801764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_bool 2022-09-27T15:51:44.6834736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bfloat16 2022-09-27T15:51:44.6840126Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_bool 2022-09-27T15:51:44.6853264Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bfloat16 2022-09-27T15:51:44.6854475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bool 2022-09-27T15:51:44.6888164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.6895174Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.6906056Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bool 2022-09-27T15:51:44.6908656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex128 2022-09-27T15:51:44.6947661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.6951337Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.6960053Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex128 2022-09-27T15:51:44.6961498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex32 2022-09-27T15:51:44.6994769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int16 2022-09-27T15:51:44.7002991Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int16 2022-09-27T15:51:44.7013288Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex32 2022-09-27T15:51:44.7015835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex64 2022-09-27T15:51:44.7053654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int32 2022-09-27T15:51:44.7056059Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int32 2022-09-27T15:51:44.7065333Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex64 2022-09-27T15:51:44.7067830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int64 2022-09-27T15:51:44.7101821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float16 2022-09-27T15:51:44.7110659Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int64 2022-09-27T15:51:44.7120334Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float16 2022-09-27T15:51:44.7122995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int8 2022-09-27T15:51:44.7159437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float32 2022-09-27T15:51:44.7162740Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int8 2022-09-27T15:51:44.7172975Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float32 2022-09-27T15:51:44.7175562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float64 2022-09-27T15:51:44.7210456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_uint8 2022-09-27T15:51:44.7213939Z [gw3] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float64 2022-09-27T15:51:44.7222257Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_uint8 2022-09-27T15:51:44.7224705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bfloat16 2022-09-27T15:51:44.7253403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int16 2022-09-27T15:51:44.7261669Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bfloat16 2022-09-27T15:51:44.7273996Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int16 2022-09-27T15:51:44.7276764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bool 2022-09-27T15:51:44.7312534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int32 2022-09-27T15:51:44.7314965Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bool 2022-09-27T15:51:44.7324975Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int32 2022-09-27T15:51:44.7327592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int64 2022-09-27T15:51:44.7359477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float32 2022-09-27T15:51:44.7367508Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int64 2022-09-27T15:51:44.7377192Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float32 2022-09-27T15:51:44.7379849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float64 2022-09-27T15:51:44.7409976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int8 2022-09-27T15:51:44.7419580Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int8 2022-09-27T15:51:44.7428477Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float64 2022-09-27T15:51:44.7431260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_uint8 2022-09-27T15:51:44.7461739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int16 2022-09-27T15:51:44.7466862Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int16 2022-09-27T15:51:44.7482053Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_uint8 2022-09-27T15:51:44.7483374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:44.7515981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int32 2022-09-27T15:51:44.7521425Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:44.7533048Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int32 2022-09-27T15:51:44.7535134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int64 2022-09-27T15:51:44.7569439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bool 2022-09-27T15:51:44.7571815Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bool 2022-09-27T15:51:44.7584557Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int64 2022-09-27T15:51:44.7585901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex128 2022-09-27T15:51:44.7620461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int8 2022-09-27T15:51:44.7625747Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int8 2022-09-27T15:51:44.7639026Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex128 2022-09-27T15:51:44.7641393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_uint8 2022-09-27T15:51:44.7674177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex32 2022-09-27T15:51:44.7677783Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex32 2022-09-27T15:51:44.7686030Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_uint8 2022-09-27T15:51:44.7688307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:44.7720937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex64 2022-09-27T15:51:44.7726439Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:44.7738935Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex64 2022-09-27T15:51:44.7740247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float16 2022-09-27T15:51:44.7772737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bool 2022-09-27T15:51:44.7780668Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float16 2022-09-27T15:51:44.7791228Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bool 2022-09-27T15:51:44.7793056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.7826270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.7830148Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.7838740Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.7841384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.7874647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.7878130Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.7886533Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.7888712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int16 2022-09-27T15:51:44.7922007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int16 2022-09-27T15:51:44.7927220Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int16 2022-09-27T15:51:44.7939725Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int16 2022-09-27T15:51:44.7941907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int32 2022-09-27T15:51:44.7975260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int32 2022-09-27T15:51:44.7978878Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int32 2022-09-27T15:51:44.7990336Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int32 2022-09-27T15:51:44.7992746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int64 2022-09-27T15:51:44.8023870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int64 2022-09-27T15:51:44.8031304Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int64 2022-09-27T15:51:44.8040967Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int64 2022-09-27T15:51:44.8043143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int8 2022-09-27T15:51:44.8077648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int8 2022-09-27T15:51:44.8083100Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int8 2022-09-27T15:51:44.8100068Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int8 2022-09-27T15:51:44.8101439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_uint8 2022-09-27T15:51:44.8135377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_uint8 2022-09-27T15:51:44.8140841Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_uint8 2022-09-27T15:51:44.8154090Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_uint8 2022-09-27T15:51:44.8156752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_bfloat16 2022-09-27T15:51:44.8187792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bfloat16 2022-09-27T15:51:44.8193984Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_bfloat16 2022-09-27T15:51:44.8207475Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bfloat16 2022-09-27T15:51:44.8209207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float32 2022-09-27T15:51:44.8241472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bool 2022-09-27T15:51:44.8250607Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bool 2022-09-27T15:51:44.8261881Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float32 2022-09-27T15:51:44.8264736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float64 2022-09-27T15:51:44.8302748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex128 2022-09-27T15:51:44.8305206Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex128 2022-09-27T15:51:44.8315534Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float64 2022-09-27T15:51:44.8318139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex32 2022-09-27T15:51:44.8355708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int16 2022-09-27T15:51:44.8358114Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex32 2022-09-27T15:51:44.8367461Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int16 2022-09-27T15:51:44.8370009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex64 2022-09-27T15:51:44.8400937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int32 2022-09-27T15:51:44.8410566Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int32 2022-09-27T15:51:44.8420244Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex64 2022-09-27T15:51:44.8423054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float16 2022-09-27T15:51:44.8456828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int64 2022-09-27T15:51:44.8463921Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float16 2022-09-27T15:51:44.8475191Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int64 2022-09-27T15:51:44.8477634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float32 2022-09-27T15:51:44.8508094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int8 2022-09-27T15:51:44.8518735Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float32 2022-09-27T15:51:44.8528462Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int8 2022-09-27T15:51:44.8530467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float64 2022-09-27T15:51:44.8562953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_uint8 2022-09-27T15:51:44.8571102Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_uint8 2022-09-27T15:51:44.8581470Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float64 2022-09-27T15:51:44.8582750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:44.8621363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int16 2022-09-27T15:51:44.8631804Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:44.8639372Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int16 2022-09-27T15:51:44.8641613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int32 2022-09-27T15:51:44.8676201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.8684909Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.8695746Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int32 2022-09-27T15:51:44.8696920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int64 2022-09-27T15:51:44.8736926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.8739387Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int64 2022-09-27T15:51:44.8754627Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.8756258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int16 2022-09-27T15:51:44.8789773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int8 2022-09-27T15:51:44.8797433Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int8 2022-09-27T15:51:44.8813409Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int16 2022-09-27T15:51:44.8822840Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int16 2022-09-27T15:51:44.8826347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_uint8 2022-09-27T15:51:44.8828187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int32 2022-09-27T15:51:44.8863363Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int32 2022-09-27T15:51:44.8868612Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_uint8 2022-09-27T15:51:44.8880403Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int32 2022-09-27T15:51:44.8883388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:44.8915236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int64 2022-09-27T15:51:44.8924248Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int64 2022-09-27T15:51:44.8956415Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:44.8957046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bool 2022-09-27T15:51:44.8989355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int8 2022-09-27T15:51:44.8989996Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int8 2022-09-27T15:51:44.8993723Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bool 2022-09-27T15:51:44.9007780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_uint8 2022-09-27T15:51:44.9028320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex128 2022-09-27T15:51:44.9036428Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_uint8 2022-09-27T15:51:44.9061612Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex128 2022-09-27T15:51:44.9062239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex32 2022-09-27T15:51:44.9086370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_bfloat16 2022-09-27T15:51:44.9095073Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex32 2022-09-27T15:51:44.9101744Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_bfloat16 2022-09-27T15:51:44.9103444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float32 2022-09-27T15:51:44.9140712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex64 2022-09-27T15:51:44.9144436Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float32 2022-09-27T15:51:44.9155526Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex64 2022-09-27T15:51:44.9156939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float64 2022-09-27T15:51:44.9194430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float16 2022-09-27T15:51:44.9198370Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float16 2022-09-27T15:51:44.9206549Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float64 2022-09-27T15:51:44.9209048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int16 2022-09-27T15:51:44.9241947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.9246445Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int16 2022-09-27T15:51:44.9255967Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float32 2022-09-27T15:51:44.9257421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int32 2022-09-27T15:51:44.9290722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.9300790Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex32 2022-09-27T15:51:44.9304025Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int32 2022-09-27T15:51:44.9341692Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float64 2022-09-27T15:51:44.9349644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int16 2022-09-27T15:51:44.9350905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bfloat16 2022-09-27T15:51:44.9353104Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex64 2022-09-27T15:51:44.9361796Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int16 2022-09-27T15:51:44.9401512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int32 2022-09-27T15:51:44.9412900Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int32 2022-09-27T15:51:44.9445662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int64 2022-09-27T15:51:44.9457067Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int64 2022-09-27T15:51:44.9487810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int8 2022-09-27T15:51:44.9496220Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int8 2022-09-27T15:51:44.9531597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_uint8 2022-09-27T15:51:44.9540148Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_uint8 2022-09-27T15:51:44.9573219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bfloat16 2022-09-27T15:51:44.9592920Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bfloat16 2022-09-27T15:51:44.9617575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bool 2022-09-27T15:51:44.9631561Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bool 2022-09-27T15:51:44.9668850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex128 2022-09-27T15:51:44.9680318Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex128 2022-09-27T15:51:44.9705536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex32 2022-09-27T15:51:44.9714587Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex32 2022-09-27T15:51:44.9749957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex64 2022-09-27T15:51:44.9759500Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex64 2022-09-27T15:51:44.9799804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float16 2022-09-27T15:51:44.9800787Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float16 2022-09-27T15:51:44.9831796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float32 2022-09-27T15:51:44.9857451Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float32 2022-09-27T15:51:44.9876374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float64 2022-09-27T15:51:44.9911525Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float64 2022-09-27T15:51:44.9940354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int16 2022-09-27T15:51:44.9940905Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int16 2022-09-27T15:51:44.9961652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int32 2022-09-27T15:51:44.9969341Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int32 2022-09-27T15:51:45.0006908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int64 2022-09-27T15:51:45.0019966Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int64 2022-09-27T15:51:45.0052073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int8 2022-09-27T15:51:45.0064221Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int8 2022-09-27T15:51:45.0095815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_uint8 2022-09-27T15:51:45.0106898Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_uint8 2022-09-27T15:51:45.0138024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:45.0148268Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:45.0179336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bool 2022-09-27T15:51:45.0190023Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bool 2022-09-27T15:51:45.0221174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex128 2022-09-27T15:51:45.0231922Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex128 2022-09-27T15:51:45.0264061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex32 2022-09-27T15:51:45.0273959Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex32 2022-09-27T15:51:45.0302586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex64 2022-09-27T15:51:45.0312642Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex64 2022-09-27T15:51:45.0341231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float16 2022-09-27T15:51:45.0351347Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float16 2022-09-27T15:51:45.0383663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float32 2022-09-27T15:51:45.0391231Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float32 2022-09-27T15:51:45.0422262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float64 2022-09-27T15:51:45.0432372Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float64 2022-09-27T15:51:45.0460773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int16 2022-09-27T15:51:45.0470720Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int16 2022-09-27T15:51:45.0500257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int32 2022-09-27T15:51:45.0510618Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int32 2022-09-27T15:51:45.0540199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int64 2022-09-27T15:51:45.0550870Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int64 2022-09-27T15:51:45.0580452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int8 2022-09-27T15:51:45.0590639Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int8 2022-09-27T15:51:45.0620672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_uint8 2022-09-27T15:51:45.0631750Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_uint8 2022-09-27T15:51:45.0661064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bfloat16 2022-09-27T15:51:45.0671043Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bfloat16 2022-09-27T15:51:45.0700109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bool 2022-09-27T15:51:45.0710879Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bool 2022-09-27T15:51:45.0744403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex128 2022-09-27T15:51:45.0756210Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex128 2022-09-27T15:51:45.0790264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex32 2022-09-27T15:51:45.0803096Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex32 2022-09-27T15:51:45.0830933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex64 2022-09-27T15:51:45.0840934Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex64 2022-09-27T15:51:45.0869968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float16 2022-09-27T15:51:45.0879887Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float16 2022-09-27T15:51:45.0911672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float32 2022-09-27T15:51:45.0921983Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float32 2022-09-27T15:51:45.0954284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float64 2022-09-27T15:51:45.0966378Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float64 2022-09-27T15:51:45.0995123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int16 2022-09-27T15:51:45.1007918Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int16 2022-09-27T15:51:45.1042593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int32 2022-09-27T15:51:45.1053367Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int32 2022-09-27T15:51:45.1088029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int64 2022-09-27T15:51:45.1102307Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int64 2022-09-27T15:51:45.1133455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int8 2022-09-27T15:51:45.1143696Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int8 2022-09-27T15:51:45.1173802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_uint8 2022-09-27T15:51:45.1183778Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_uint8 2022-09-27T15:51:45.1215870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:45.1227666Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:45.1259107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bool 2022-09-27T15:51:45.1269036Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bool 2022-09-27T15:51:45.1297742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex128 2022-09-27T15:51:45.1307599Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex128 2022-09-27T15:51:45.1337217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex32 2022-09-27T15:51:45.1347618Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex32 2022-09-27T15:51:45.1379179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex64 2022-09-27T15:51:45.1391589Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex64 2022-09-27T15:51:45.1421547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float16 2022-09-27T15:51:45.1432334Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float16 2022-09-27T15:51:45.1462651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float32 2022-09-27T15:51:45.1473395Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float32 2022-09-27T15:51:45.1502956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float64 2022-09-27T15:51:45.1513351Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int32 2022-09-27T15:51:45.1522451Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float64 2022-09-27T15:51:45.1525268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int16 2022-09-27T15:51:45.1556315Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int64 2022-09-27T15:51:45.1565179Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int16 2022-09-27T15:51:45.1601638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int32 2022-09-27T15:51:45.1614547Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int32 2022-09-27T15:51:45.1651321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int64 2022-09-27T15:51:45.1662123Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int64 2022-09-27T15:51:45.1693148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int8 2022-09-27T15:51:45.1705134Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int8 2022-09-27T15:51:45.1736879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_uint8 2022-09-27T15:51:45.1749015Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_uint8 2022-09-27T15:51:45.1782845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bfloat16 2022-09-27T15:51:45.1793744Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bfloat16 2022-09-27T15:51:45.1824838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bool 2022-09-27T15:51:45.1835783Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bool 2022-09-27T15:51:45.1867922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex128 2022-09-27T15:51:45.1880369Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex128 2022-09-27T15:51:45.1914449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex32 2022-09-27T15:51:45.1921699Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex32 2022-09-27T15:51:45.1952851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex64 2022-09-27T15:51:45.1964878Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex64 2022-09-27T15:51:45.1997195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float16 2022-09-27T15:51:45.2007504Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float16 2022-09-27T15:51:45.2043945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float32 2022-09-27T15:51:45.2052291Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float32 2022-09-27T15:51:45.2085515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float64 2022-09-27T15:51:45.2094883Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float64 2022-09-27T15:51:45.2131814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int16 2022-09-27T15:51:45.2134654Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int16 2022-09-27T15:51:45.2152238Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bfloat16 2022-09-27T15:51:45.2152848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int32 2022-09-27T15:51:45.2178566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bool 2022-09-27T15:51:45.2224930Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int32 2022-09-27T15:51:45.2225552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int64 2022-09-27T15:51:45.2250388Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int64 2022-09-27T15:51:45.2264737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int8 2022-09-27T15:51:45.2280706Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int8 2022-09-27T15:51:45.2303495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_uint8 2022-09-27T15:51:45.2318944Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_uint8 2022-09-27T15:51:45.2342028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:45.2366476Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:45.2380529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bool 2022-09-27T15:51:45.2391437Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bool 2022-09-27T15:51:45.2426397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex128 2022-09-27T15:51:45.2445539Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex128 2022-09-27T15:51:45.2466085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex32 2022-09-27T15:51:45.2497042Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex32 2022-09-27T15:51:45.2515452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex64 2022-09-27T15:51:45.2522412Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex64 2022-09-27T15:51:45.2563595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float16 2022-09-27T15:51:45.2571531Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float16 2022-09-27T15:51:45.2601599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float32 2022-09-27T15:51:45.2613973Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float32 2022-09-27T15:51:45.2646994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float64 2022-09-27T15:51:45.2658899Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float64 2022-09-27T15:51:45.2689237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int16 2022-09-27T15:51:45.2707388Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int16 2022-09-27T15:51:45.2732288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int32 2022-09-27T15:51:45.2757866Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int32 2022-09-27T15:51:45.2776237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int64 2022-09-27T15:51:45.2794003Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int64 2022-09-27T15:51:45.2821604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int8 2022-09-27T15:51:45.2869180Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int8 2022-09-27T15:51:45.2869907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_uint8 2022-09-27T15:51:45.2913848Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_uint8 2022-09-27T15:51:45.2914512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bfloat16 2022-09-27T15:51:45.2957753Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bfloat16 2022-09-27T15:51:45.2958529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bool 2022-09-27T15:51:45.2989731Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bool 2022-09-27T15:51:45.3001600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex128 2022-09-27T15:51:45.3015136Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex128 2022-09-27T15:51:45.3051799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex32 2022-09-27T15:51:45.3052701Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex32 2022-09-27T15:51:45.3089709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex64 2022-09-27T15:51:45.3105532Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex64 2022-09-27T15:51:45.3138474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float16 2022-09-27T15:51:45.3177018Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float16 2022-09-27T15:51:45.3186928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float32 2022-09-27T15:51:45.3187727Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float32 2022-09-27T15:51:45.3219179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float64 2022-09-27T15:51:45.3235896Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float64 2022-09-27T15:51:45.3310738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int16 2022-09-27T15:51:45.3322524Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int16 2022-09-27T15:51:45.3323291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int32 2022-09-27T15:51:45.3324003Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int32 2022-09-27T15:51:45.3355709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int64 2022-09-27T15:51:45.3370352Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int64 2022-09-27T15:51:45.3399063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int8 2022-09-27T15:51:45.3408088Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int8 2022-09-27T15:51:45.3443536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_uint8 2022-09-27T15:51:45.3454844Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_uint8 2022-09-27T15:51:45.3489771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:45.3523735Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:45.3532306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bool 2022-09-27T15:51:45.3572733Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bool 2022-09-27T15:51:45.3573603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex128 2022-09-27T15:51:45.3613622Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex128 2022-09-27T15:51:45.3629995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex32 2022-09-27T15:51:45.3630848Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex32 2022-09-27T15:51:45.3662388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex64 2022-09-27T15:51:45.3684112Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex64 2022-09-27T15:51:45.3713882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float16 2022-09-27T15:51:45.3714604Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float16 2022-09-27T15:51:45.3749293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float32 2022-09-27T15:51:45.3770946Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float32 2022-09-27T15:51:45.3792447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float64 2022-09-27T15:51:45.3800071Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float64 2022-09-27T15:51:45.3830339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int16 2022-09-27T15:51:45.3870811Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int16 2022-09-27T15:51:45.3871462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int32 2022-09-27T15:51:45.3894367Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int32 2022-09-27T15:51:45.3923068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int64 2022-09-27T15:51:45.3923847Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int64 2022-09-27T15:51:45.3954760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int8 2022-09-27T15:51:45.3969388Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int8 2022-09-27T15:51:45.4000253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_uint8 2022-09-27T15:51:45.4012587Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_uint8 2022-09-27T15:51:45.4043569Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_bfloat16 2022-09-27T15:51:45.4050236Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_bfloat16 2022-09-27T15:51:45.4076411Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float16 2022-09-27T15:51:45.4089723Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex64 2022-09-27T15:51:45.4098509Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float16 2022-09-27T15:51:45.4107950Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float16 2022-09-27T15:51:45.4142473Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float32 2022-09-27T15:51:45.4160797Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float32 2022-09-27T15:51:45.4184600Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float64 2022-09-27T15:51:45.4200265Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float64 2022-09-27T15:51:45.4223512Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:45.4246162Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:51:45.4271436Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float16 2022-09-27T15:51:45.4284120Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float16 2022-09-27T15:51:45.4314383Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float32 2022-09-27T15:51:45.4323126Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float32 2022-09-27T15:51:45.4354831Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float64 2022-09-27T15:51:45.4606196Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float64 2022-09-27T15:51:45.4851635Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_bfloat16 2022-09-27T15:51:45.4852226Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int64 2022-09-27T15:51:45.5029226Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int8 2022-09-27T15:51:45.5036270Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bool 2022-09-27T15:51:45.7802520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex128 2022-09-27T15:51:45.7811610Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_bfloat16 2022-09-27T15:51:45.7994657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex128 2022-09-27T15:51:45.8103016Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int8 2022-09-27T15:51:45.8963009Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_uint8 2022-09-27T15:51:45.8971223Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float16 2022-09-27T15:51:46.0934650Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float32 2022-09-27T15:51:46.0943687Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_uint8 2022-09-27T15:51:46.1532355Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bfloat16 2022-09-27T15:51:46.1563674Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float32 2022-09-27T15:51:46.2608060Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float64 2022-09-27T15:51:46.2627105Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex128 2022-09-27T15:51:46.2907370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex64 2022-09-27T15:51:46.2927505Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex128 2022-09-27T15:51:46.4229693Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex32 2022-09-27T15:51:46.4230352Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bfloat16 2022-09-27T15:51:46.5466025Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bool 2022-09-27T15:51:46.5466668Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float64 2022-09-27T15:51:46.6191341Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int16 2022-09-27T15:51:46.6191922Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bool 2022-09-27T15:51:46.6882275Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex128 2022-09-27T15:51:46.6883028Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int16 2022-09-27T15:51:46.8807791Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int32 2022-09-27T15:51:46.8808654Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int32 2022-09-27T15:51:46.8971891Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int64 2022-09-27T15:51:46.8972648Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex64 2022-09-27T15:51:47.0334396Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float32 2022-09-27T15:51:47.0335209Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int64 2022-09-27T15:51:47.0780289Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int8 2022-09-27T15:51:47.0780951Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float32 2022-09-27T15:51:47.1493625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float64 2022-09-27T15:51:47.1494252Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex32 2022-09-27T15:51:47.1670612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex64 2022-09-27T15:51:47.1762820Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int8 2022-09-27T15:51:47.2932865Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_uint8 2022-09-27T15:51:47.2970462Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_uint8 2022-09-27T15:51:47.3260554Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bfloat16 2022-09-27T15:51:47.3309591Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex128 2022-09-27T15:51:47.3457134Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex32 2022-09-27T15:51:47.3457771Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bfloat16 2022-09-27T15:51:47.3477698Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bool 2022-09-27T15:51:47.3486099Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float64 2022-09-27T15:51:47.3760171Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int16 2022-09-27T15:51:47.3760806Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bool 2022-09-27T15:51:47.4104121Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex128 2022-09-27T15:51:47.4225023Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex128 2022-09-27T15:51:47.4625398Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex32 2022-09-27T15:51:47.4625998Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex32 2022-09-27T15:51:47.4891502Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex64 2022-09-27T15:51:47.4928439Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex64 2022-09-27T15:51:47.5062671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float16 2022-09-27T15:51:47.5072556Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex64 2022-09-27T15:51:47.5491702Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float16 2022-09-27T15:51:47.5493104Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int16 2022-09-27T15:51:47.5502031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int32 2022-09-27T15:51:47.5502661Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float16 2022-09-27T15:51:47.5986196Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float32 2022-09-27T15:51:47.5986855Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float32 2022-09-27T15:51:47.6328582Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float64 2022-09-27T15:51:47.6356360Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float64 2022-09-27T15:51:47.6653037Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int16 2022-09-27T15:51:47.6658606Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int16 2022-09-27T15:51:47.7007482Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int32 2022-09-27T15:51:47.7008095Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int32 2022-09-27T15:51:47.7311253Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int64 2022-09-27T15:51:47.7321159Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int64 2022-09-27T15:51:47.7495687Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int8 2022-09-27T15:51:47.7496525Z [gw2] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int32 2022-09-27T15:51:47.7606045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int64 2022-09-27T15:51:47.7616955Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int8 2022-09-27T15:51:47.7903004Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_uint8 2022-09-27T15:51:47.7914292Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_uint8 2022-09-27T15:51:47.8042174Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bfloat16 2022-09-27T15:51:47.8042706Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bfloat16 2022-09-27T15:51:47.8103906Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bool 2022-09-27T15:51:47.8119788Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bool 2022-09-27T15:51:47.8263352Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex128 2022-09-27T15:51:47.8264071Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex128 2022-09-27T15:51:47.8357329Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex64 2022-09-27T15:51:47.8394675Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex64 2022-09-27T15:51:47.8468883Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float16 2022-09-27T15:51:47.8505868Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float16 2022-09-27T15:51:47.8596531Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float32 2022-09-27T15:51:47.8597115Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float32 2022-09-27T15:51:47.8666468Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float64 2022-09-27T15:51:47.8731548Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float64 2022-09-27T15:51:47.8819539Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int16 2022-09-27T15:51:47.8820088Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int16 2022-09-27T15:51:47.8903623Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int32 2022-09-27T15:51:47.8904249Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int32 2022-09-27T15:51:47.8953080Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int64 2022-09-27T15:51:47.8953666Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int64 2022-09-27T15:51:47.9038983Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int8 2022-09-27T15:51:47.9039526Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int8 2022-09-27T15:51:47.9118236Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_uint8 2022-09-27T15:51:47.9146595Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_uint8 2022-09-27T15:51:47.9169396Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bfloat16 2022-09-27T15:51:47.9184007Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bfloat16 2022-09-27T15:51:47.9281125Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bool 2022-09-27T15:51:47.9281792Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bool 2022-09-27T15:51:47.9282407Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex128 2022-09-27T15:51:47.9333429Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex128 2022-09-27T15:51:47.9334712Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex64 2022-09-27T15:51:47.9383574Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex64 2022-09-27T15:51:47.9384634Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float16 2022-09-27T15:51:47.9415482Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float16 2022-09-27T15:51:47.9445715Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float32 2022-09-27T15:51:47.9446512Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float32 2022-09-27T15:51:47.9483878Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float64 2022-09-27T15:51:47.9532300Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float64 2022-09-27T15:51:47.9533482Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int16 2022-09-27T15:51:47.9578796Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int16 2022-09-27T15:51:47.9579950Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int32 2022-09-27T15:51:47.9623697Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int32 2022-09-27T15:51:47.9624257Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int64 2022-09-27T15:51:47.9631286Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int64 2022-09-27T15:51:47.9725461Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float16 2022-09-27T15:51:47.9726030Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int8 2022-09-27T15:51:47.9726563Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float32 2022-09-27T15:51:47.9727137Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int8 2022-09-27T15:51:47.9777418Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_uint8 2022-09-27T15:51:47.9778212Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_uint8 2022-09-27T15:51:47.9778769Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bfloat16 2022-09-27T15:51:47.9786483Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bfloat16 2022-09-27T15:51:47.9816303Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int64 2022-09-27T15:51:47.9816901Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bool 2022-09-27T15:51:47.9847064Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int8 2022-09-27T15:51:47.9854777Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bool 2022-09-27T15:51:47.9907344Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex128 2022-09-27T15:51:47.9913032Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex128 2022-09-27T15:51:48.0070745Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex64 2022-09-27T15:51:48.0071398Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex64 2022-09-27T15:51:48.0071931Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float16 2022-09-27T15:51:48.0072476Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float16 2022-09-27T15:51:48.0073006Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float32 2022-09-27T15:51:48.0094163Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float32 2022-09-27T15:51:48.0181676Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float64 2022-09-27T15:51:48.0182346Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float64 2022-09-27T15:51:48.0182970Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int16 2022-09-27T15:51:48.0285072Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int16 2022-09-27T15:51:48.0286120Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int32 2022-09-27T15:51:48.0286726Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int32 2022-09-27T15:51:48.0287270Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int64 2022-09-27T15:51:48.0310810Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int64 2022-09-27T15:51:48.0336534Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int8 2022-09-27T15:51:48.0342413Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int8 2022-09-27T15:51:48.0385958Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_uint8 2022-09-27T15:51:48.0397423Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_uint8 2022-09-27T15:51:48.1197759Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bfloat16 2022-09-27T15:51:48.1228967Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float32 2022-09-27T15:51:48.1716230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float64 2022-09-27T15:51:48.1737695Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int8 2022-09-27T15:51:48.2324786Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_uint8 2022-09-27T15:51:48.2333982Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex32 2022-09-27T15:51:48.3579540Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex64 2022-09-27T15:51:48.3585058Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_uint8 2022-09-27T15:51:48.3588699Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float64 2022-09-27T15:51:48.3680383Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bfloat16 2022-09-27T15:51:48.4981230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int16 2022-09-27T15:51:48.4989525Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int16 2022-09-27T15:51:48.6046341Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int32 2022-09-27T15:51:48.6065368Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bfloat16 2022-09-27T15:51:48.6408400Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bool 2022-09-27T15:51:48.6427743Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int32 2022-09-27T15:51:48.6683761Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int64 2022-09-27T15:51:48.6704484Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bfloat16 2022-09-27T15:51:48.7620348Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bool 2022-09-27T15:51:48.7648201Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex64 2022-09-27T15:51:48.8022945Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float16 2022-09-27T15:51:48.8023628Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int64 2022-09-27T15:51:48.9330668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int8 2022-09-27T15:51:48.9331322Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int8 2022-09-27T15:51:48.9650008Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_uint8 2022-09-27T15:51:48.9681175Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bool 2022-09-27T15:51:49.0463329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex128 2022-09-27T15:51:49.0472237Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_uint8 2022-09-27T15:51:49.0587498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex64 2022-09-27T15:51:49.0978793Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bool 2022-09-27T15:51:49.1015500Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex128 2022-09-27T15:51:49.1050044Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex64 2022-09-27T15:51:49.1260390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float32 2022-09-27T15:51:49.1296254Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float32 2022-09-27T15:51:49.1495747Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float64 2022-09-27T15:51:49.1501915Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float64 2022-09-27T15:51:49.1830201Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int16 2022-09-27T15:51:49.1831097Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int16 2022-09-27T15:51:49.1972283Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int32 2022-09-27T15:51:49.1995176Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float16 2022-09-27T15:51:49.2121455Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float32 2022-09-27T15:51:49.2122293Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int32 2022-09-27T15:51:49.2430144Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int64 2022-09-27T15:51:49.2430828Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int64 2022-09-27T15:51:49.2818837Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int8 2022-09-27T15:51:49.2819537Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int8 2022-09-27T15:51:49.3367537Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_uint8 2022-09-27T15:51:49.3368237Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_uint8 2022-09-27T15:51:49.3738473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_bool 2022-09-27T15:51:49.3739348Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_bool 2022-09-27T15:51:49.4018897Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex128 2022-09-27T15:51:49.4019662Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex128 2022-09-27T15:51:49.4242013Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex64 2022-09-27T15:51:49.4259593Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex64 2022-09-27T15:51:49.4561702Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float32 2022-09-27T15:51:49.4576778Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float32 2022-09-27T15:51:49.4883681Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float64 2022-09-27T15:51:49.4895371Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float64 2022-09-27T15:51:49.5002066Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int16 2022-09-27T15:51:49.5014818Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float32 2022-09-27T15:51:49.5206047Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float64 2022-09-27T15:51:49.5220480Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int16 2022-09-27T15:51:49.5539769Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int32 2022-09-27T15:51:49.5558911Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int32 2022-09-27T15:51:49.5937650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int64 2022-09-27T15:51:49.5951225Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int64 2022-09-27T15:51:49.6701978Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int8 2022-09-27T15:51:49.6718029Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int8 2022-09-27T15:51:49.7007870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_uint8 2022-09-27T15:51:49.7025605Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex128 2022-09-27T15:51:49.7056333Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex64 2022-09-27T15:51:49.7074341Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_uint8 2022-09-27T15:51:49.7150561Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bfloat16 2022-09-27T15:51:49.7157084Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bfloat16 2022-09-27T15:51:49.7221083Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bool 2022-09-27T15:51:49.7231550Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bool 2022-09-27T15:51:49.7304340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:51:49.7314976Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:51:49.7393181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex32 2022-09-27T15:51:49.7406665Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex32 2022-09-27T15:51:49.7476301Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:51:49.7488240Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:51:49.7562304Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float16 2022-09-27T15:51:49.7572889Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float16 2022-09-27T15:51:49.7662522Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float32 2022-09-27T15:51:49.8030429Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float32 2022-09-27T15:51:49.8050411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float64 2022-09-27T15:51:49.8051185Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float64 2022-09-27T15:51:49.8051917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int16 2022-09-27T15:51:49.8052643Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int16 2022-09-27T15:51:49.8053350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int32 2022-09-27T15:51:49.8054068Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int32 2022-09-27T15:51:49.8054774Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int64 2022-09-27T15:51:49.8055483Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int64 2022-09-27T15:51:49.8056403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int8 2022-09-27T15:51:49.8057268Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int8 2022-09-27T15:51:49.8147337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_uint8 2022-09-27T15:51:49.8148337Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_uint8 2022-09-27T15:51:49.8622798Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_bool 2022-09-27T15:51:49.8638158Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_bool 2022-09-27T15:51:49.8870999Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float32 2022-09-27T15:51:49.8871792Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float32 2022-09-27T15:51:49.8922509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float64 2022-09-27T15:51:49.8943413Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float64 2022-09-27T15:51:49.9071766Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int16 2022-09-27T15:51:49.9072351Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float64 2022-09-27T15:51:49.9243454Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int16 2022-09-27T15:51:49.9259852Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int16 2022-09-27T15:51:49.9434234Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int32 2022-09-27T15:51:49.9453108Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int32 2022-09-27T15:51:49.9628045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int64 2022-09-27T15:51:49.9628803Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int64 2022-09-27T15:51:49.9860496Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int8 2022-09-27T15:51:49.9861351Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int8 2022-09-27T15:51:50.0145132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_uint8 2022-09-27T15:51:50.0156347Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_uint8 2022-09-27T15:51:50.0272447Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_bool 2022-09-27T15:51:50.0295879Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int16 2022-09-27T15:51:50.0452889Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int32 2022-09-27T15:51:50.0453548Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_bool 2022-09-27T15:51:50.0650779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float32 2022-09-27T15:51:50.0651671Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float32 2022-09-27T15:51:50.0852383Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float64 2022-09-27T15:51:50.0866857Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float64 2022-09-27T15:51:50.1144675Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int16 2022-09-27T15:51:50.1150743Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int16 2022-09-27T15:51:50.1589669Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int32 2022-09-27T15:51:50.1590565Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int32 2022-09-27T15:51:50.1694854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int64 2022-09-27T15:51:50.1695570Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int32 2022-09-27T15:51:50.2058640Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int64 2022-09-27T15:51:50.2069133Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int64 2022-09-27T15:51:50.2078885Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex128 2022-09-27T15:51:50.2079943Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int8 2022-09-27T15:51:50.2427848Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex64 2022-09-27T15:51:50.2432275Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int8 2022-09-27T15:51:50.2458658Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex64 2022-09-27T15:51:50.2459203Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_uint8 2022-09-27T15:51:50.2726456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float32 2022-09-27T15:51:50.2790115Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_uint8 2022-09-27T15:51:50.3227120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_bool 2022-09-27T15:51:50.3240031Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_bool 2022-09-27T15:51:50.3386131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float32 2022-09-27T15:51:50.3392884Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int64 2022-09-27T15:51:50.4063569Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int8 2022-09-27T15:51:50.4085779Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float32 2022-09-27T15:51:50.4536882Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float64 2022-09-27T15:51:50.4537523Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float64 2022-09-27T15:51:50.4607752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int16 2022-09-27T15:51:50.4616928Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int8 2022-09-27T15:51:50.4789625Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_uint8 2022-09-27T15:51:50.4790697Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float32 2022-09-27T15:51:50.4941813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float64 2022-09-27T15:51:50.4974288Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int16 2022-09-27T15:51:50.5386285Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int32 2022-09-27T15:51:50.5424074Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int32 2022-09-27T15:51:50.5751920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int64 2022-09-27T15:51:50.5820489Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_uint8 2022-09-27T15:51:50.5851498Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bfloat16 2022-09-27T15:51:50.5852245Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int64 2022-09-27T15:51:50.6347270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int8 2022-09-27T15:51:50.6363416Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int8 2022-09-27T15:51:50.6850161Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_uint8 2022-09-27T15:51:50.6850825Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_uint8 2022-09-27T15:51:50.7014521Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_bool 2022-09-27T15:51:50.7057210Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_bool 2022-09-27T15:51:50.7186182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex128 2022-09-27T15:51:50.7199021Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex128 2022-09-27T15:51:50.7328697Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex64 2022-09-27T15:51:50.7342891Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex64 2022-09-27T15:51:50.7343499Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float32 2022-09-27T15:51:50.7344193Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float64 2022-09-27T15:51:50.7478612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int16 2022-09-27T15:51:50.7508508Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float32 2022-09-27T15:51:50.7646772Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float64 2022-09-27T15:51:50.7676968Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float64 2022-09-27T15:51:50.7928076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int16 2022-09-27T15:51:50.7928836Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int16 2022-09-27T15:51:50.8278275Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int32 2022-09-27T15:51:50.8307704Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int32 2022-09-27T15:51:50.8508555Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int64 2022-09-27T15:51:50.8509207Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int64 2022-09-27T15:51:50.8711925Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int8 2022-09-27T15:51:50.8725735Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int8 2022-09-27T15:51:50.8882595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_uint8 2022-09-27T15:51:50.8905528Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_uint8 2022-09-27T15:51:50.9216241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_bool 2022-09-27T15:51:50.9216915Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_bool 2022-09-27T15:51:50.9377042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex128 2022-09-27T15:51:50.9386088Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bfloat16 2022-09-27T15:51:50.9433830Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bool 2022-09-27T15:51:50.9434535Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex128 2022-09-27T15:51:50.9536860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex64 2022-09-27T15:51:50.9553417Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int16 2022-09-27T15:51:50.9620519Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int32 2022-09-27T15:51:50.9646330Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex64 2022-09-27T15:51:50.9911103Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float32 2022-09-27T15:51:50.9918659Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float32 2022-09-27T15:51:51.0209466Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float64 2022-09-27T15:51:51.0221446Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float64 2022-09-27T15:51:51.0525838Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int16 2022-09-27T15:51:51.0535988Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int16 2022-09-27T15:51:51.0828704Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int32 2022-09-27T15:51:51.0888462Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int32 2022-09-27T15:51:51.1164737Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int64 2022-09-27T15:51:51.1165499Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int64 2022-09-27T15:51:51.1465598Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int8 2022-09-27T15:51:51.1469464Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int8 2022-09-27T15:51:51.1536613Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_uint8 2022-09-27T15:51:51.1542877Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex64 2022-09-27T15:51:51.1777739Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float16 2022-09-27T15:51:51.1780277Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int32 2022-09-27T15:51:51.1801476Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_uint8 2022-09-27T15:51:51.1802092Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_bool 2022-09-27T15:51:51.2100950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int64 2022-09-27T15:51:51.2101572Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_bool 2022-09-27T15:51:51.2407661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex128 2022-09-27T15:51:51.2408338Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex128 2022-09-27T15:51:51.2668420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex64 2022-09-27T15:51:51.2669234Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex64 2022-09-27T15:51:51.3019724Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float32 2022-09-27T15:51:51.3030339Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float32 2022-09-27T15:51:51.3506732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float64 2022-09-27T15:51:51.3513908Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float64 2022-09-27T15:51:51.3851575Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int16 2022-09-27T15:51:51.3864444Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int16 2022-09-27T15:51:51.4012482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int32 2022-09-27T15:51:51.4025008Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bool 2022-09-27T15:51:51.4212159Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex128 2022-09-27T15:51:51.4216050Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int32 2022-09-27T15:51:51.4231129Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int64 2022-09-27T15:51:51.4233448Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int8 2022-09-27T15:51:51.4598167Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int64 2022-09-27T15:51:51.4612868Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int64 2022-09-27T15:51:51.4983297Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int8 2022-09-27T15:51:51.4997204Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int8 2022-09-27T15:51:51.5394701Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_uint8 2022-09-27T15:51:51.5422459Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_uint8 2022-09-27T15:51:51.5585274Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_bool 2022-09-27T15:51:51.5596610Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_bool 2022-09-27T15:51:51.5774604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float32 2022-09-27T15:51:51.5786034Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float32 2022-09-27T15:51:51.5881652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float64 2022-09-27T15:51:51.5892256Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float64 2022-09-27T15:51:51.6063379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int16 2022-09-27T15:51:51.6064774Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int16 2022-09-27T15:51:51.6258816Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int32 2022-09-27T15:51:51.6270221Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int32 2022-09-27T15:51:51.6376508Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int64 2022-09-27T15:51:51.6395266Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int8 2022-09-27T15:51:51.6427955Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_uint8 2022-09-27T15:51:51.6428595Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int64 2022-09-27T15:51:51.6569640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int8 2022-09-27T15:51:51.6570262Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int8 2022-09-27T15:51:51.6716626Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_uint8 2022-09-27T15:51:51.6717274Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_uint8 2022-09-27T15:51:51.6986917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_bool 2022-09-27T15:51:51.7008349Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_bool 2022-09-27T15:51:51.7187764Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float32 2022-09-27T15:51:51.7195001Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float32 2022-09-27T15:51:51.7347372Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float64 2022-09-27T15:51:51.7373995Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float64 2022-09-27T15:51:51.7619051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int16 2022-09-27T15:51:51.7630684Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int16 2022-09-27T15:51:51.7881571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int32 2022-09-27T15:51:51.7913832Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int32 2022-09-27T15:51:51.8196269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int64 2022-09-27T15:51:51.8233571Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int64 2022-09-27T15:51:51.8425428Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int8 2022-09-27T15:51:51.8429921Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_uint8 2022-09-27T15:51:51.8501823Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bfloat16 2022-09-27T15:51:51.8502806Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int8 2022-09-27T15:51:51.8860038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_uint8 2022-09-27T15:51:51.8861750Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_uint8 2022-09-27T15:51:51.9107403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_bool 2022-09-27T15:51:51.9118484Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float16 2022-09-27T15:51:51.9219818Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float32 2022-09-27T15:51:51.9220880Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_bool 2022-09-27T15:51:51.9471803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float32 2022-09-27T15:51:51.9482868Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float32 2022-09-27T15:51:51.9717152Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float64 2022-09-27T15:51:51.9717885Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float64 2022-09-27T15:51:52.0060643Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int16 2022-09-27T15:51:52.0077093Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int16 2022-09-27T15:51:52.0412299Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int32 2022-09-27T15:51:52.0413006Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int32 2022-09-27T15:51:52.0705866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int64 2022-09-27T15:51:52.0706514Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int64 2022-09-27T15:51:52.1014094Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int8 2022-09-27T15:51:52.1022057Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int8 2022-09-27T15:51:52.1378672Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_uint8 2022-09-27T15:51:52.1396047Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_uint8 2022-09-27T15:51:52.3087622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bfloat16 2022-09-27T15:51:52.3105594Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex128 2022-09-27T15:51:52.3418571Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex64 2022-09-27T15:51:52.3429946Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bfloat16 2022-09-27T15:51:52.4060081Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bool 2022-09-27T15:51:52.4080153Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float32 2022-09-27T15:51:52.5459280Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float64 2022-09-27T15:51:52.5480749Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bool 2022-09-27T15:51:52.7547592Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex128 2022-09-27T15:51:52.7559349Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bfloat16 2022-09-27T15:51:52.9332201Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bool 2022-09-27T15:51:52.9343820Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float64 2022-09-27T15:51:53.0250681Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int16 2022-09-27T15:51:53.0265466Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex128 2022-09-27T15:51:53.0461089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex32 2022-09-27T15:51:53.0490035Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex64 2022-09-27T15:51:53.1411457Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float32 2022-09-27T15:51:53.1413909Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bool 2022-09-27T15:51:53.3777348Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex128 2022-09-27T15:51:53.3875464Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int16 2022-09-27T15:51:53.3960312Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int32 2022-09-27T15:51:53.3982325Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float32 2022-09-27T15:51:53.7440986Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float64 2022-09-27T15:51:53.7450669Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex32 2022-09-27T15:51:53.8000191Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex64 2022-09-27T15:51:53.8008714Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float64 2022-09-27T15:51:53.8667388Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int16 2022-09-27T15:51:53.8675558Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int32 2022-09-27T15:51:54.0419995Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int64 2022-09-27T15:51:54.0445023Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex128 2022-09-27T15:51:54.0694091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex32 2022-09-27T15:51:54.0705016Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex64 2022-09-27T15:51:54.1363762Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float16 2022-09-27T15:51:54.1364406Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int16 2022-09-27T15:51:54.3920509Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int32 2022-09-27T15:51:54.3921416Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int64 2022-09-27T15:51:54.4506976Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int8 2022-09-27T15:51:54.4507718Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float16 2022-09-27T15:51:54.5060793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float32 2022-09-27T15:51:54.5061440Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int32 2022-09-27T15:51:54.6140386Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int64 2022-09-27T15:51:54.6141116Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float32 2022-09-27T15:51:54.8174989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float64 2022-09-27T15:51:54.8184221Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int8 2022-09-27T15:51:54.8452381Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_uint8 2022-09-27T15:51:54.8695769Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float64 2022-09-27T15:51:54.8696394Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int16 2022-09-27T15:51:54.8696966Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int64 2022-09-27T15:51:54.9976711Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int8 2022-09-27T15:51:54.9987651Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int16 2022-09-27T15:51:55.1589385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int32 2022-09-27T15:51:55.1618213Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int32 2022-09-27T15:51:55.1729783Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int64 2022-09-27T15:51:55.1749798Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int8 2022-09-27T15:51:55.2649076Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_uint8 2022-09-27T15:51:55.2649916Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_uint8 2022-09-27T15:51:55.3332875Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_bfloat16 2022-09-27T15:51:55.3339340Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int64 2022-09-27T15:51:55.4652633Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int8 2022-09-27T15:51:55.4676530Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int8 2022-09-27T15:51:55.4895569Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_uint8 2022-09-27T15:51:55.5017801Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_uint8 2022-09-27T15:51:55.5977358Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bfloat16 2022-09-27T15:51:55.5978025Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_bfloat16 2022-09-27T15:51:55.6100330Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float32 2022-09-27T15:51:55.6101194Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_uint8 2022-09-27T15:51:55.6414949Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bfloat16 2022-09-27T15:51:55.6435712Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex32 2022-09-27T15:51:55.6759960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex64 2022-09-27T15:51:55.6778875Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bfloat16 2022-09-27T15:51:55.7444554Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bool 2022-09-27T15:51:55.7459106Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bool 2022-09-27T15:51:55.8148577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex128 2022-09-27T15:51:55.8161029Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bfloat16 2022-09-27T15:51:55.8195464Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bool 2022-09-27T15:51:55.8206927Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex128 2022-09-27T15:51:55.8811426Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex32 2022-09-27T15:51:55.8830209Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float32 2022-09-27T15:51:55.8958115Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float64 2022-09-27T15:51:55.8973216Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex32 2022-09-27T15:51:55.9719029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex64 2022-09-27T15:51:55.9730461Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex64 2022-09-27T15:51:56.0004026Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float16 2022-09-27T15:51:56.0017206Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bool 2022-09-27T15:51:56.0474201Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float16 2022-09-27T15:51:56.0485516Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float16 2022-09-27T15:51:56.1219794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float32 2022-09-27T15:51:56.1231649Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float32 2022-09-27T15:51:56.1934400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float64 2022-09-27T15:51:56.1946992Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float64 2022-09-27T15:51:56.2339985Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int16 2022-09-27T15:51:56.2351885Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float64 2022-09-27T15:51:56.2653210Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int16 2022-09-27T15:51:56.2676486Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int16 2022-09-27T15:51:56.3157720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int32 2022-09-27T15:51:56.3169763Z [gw2] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex64 2022-09-27T15:51:56.3321663Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float16 2022-09-27T15:51:56.3333992Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int32 2022-09-27T15:51:56.3634789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int64 2022-09-27T15:51:56.3646885Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int16 2022-09-27T15:51:56.4022085Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int32 2022-09-27T15:51:56.4033360Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int64 2022-09-27T15:51:56.4724682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int8 2022-09-27T15:51:56.4731993Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int8 2022-09-27T15:51:56.5201394Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_uint8 2022-09-27T15:51:56.5213342Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int32 2022-09-27T15:51:56.5292381Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int64 2022-09-27T15:51:56.5303617Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float16 2022-09-27T15:51:56.5408936Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float32 2022-09-27T15:51:56.5422957Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_uint8 2022-09-27T15:51:56.5608932Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bfloat16 2022-09-27T15:51:56.5649521Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bfloat16 2022-09-27T15:51:56.5835182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bool 2022-09-27T15:51:56.5835917Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bool 2022-09-27T15:51:56.6037628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex128 2022-09-27T15:51:56.6044948Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex128 2022-09-27T15:51:56.6260043Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex64 2022-09-27T15:51:56.6266732Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex64 2022-09-27T15:51:56.6458470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float16 2022-09-27T15:51:56.6471934Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float16 2022-09-27T15:51:56.6672852Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float32 2022-09-27T15:51:56.6685621Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float32 2022-09-27T15:51:56.6827123Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float64 2022-09-27T15:51:56.6827769Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int64 2022-09-27T15:51:56.6881630Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int8 2022-09-27T15:51:56.6888187Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float64 2022-09-27T15:51:56.7078828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int16 2022-09-27T15:51:56.7092781Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int16 2022-09-27T15:51:56.7274482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int32 2022-09-27T15:51:56.7286927Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int32 2022-09-27T15:51:56.7482795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int64 2022-09-27T15:51:56.7486411Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int64 2022-09-27T15:51:56.7774845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int8 2022-09-27T15:51:56.7775463Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int8 2022-09-27T15:51:56.7830313Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_uint8 2022-09-27T15:51:56.7830921Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float32 2022-09-27T15:51:56.7866621Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float64 2022-09-27T15:51:56.7867197Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_uint8 2022-09-27T15:51:56.7924103Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bfloat16 2022-09-27T15:51:56.7935256Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bfloat16 2022-09-27T15:51:56.7990543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bool 2022-09-27T15:51:56.8005821Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bool 2022-09-27T15:51:56.8014454Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int8 2022-09-27T15:51:56.8017551Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex128 2022-09-27T15:51:56.8078949Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_uint8 2022-09-27T15:51:56.8095766Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex128 2022-09-27T15:51:56.8159387Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex64 2022-09-27T15:51:56.8166138Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex64 2022-09-27T15:51:56.8238782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float16 2022-09-27T15:51:56.8241940Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float16 2022-09-27T15:51:56.8306071Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float32 2022-09-27T15:51:56.8323877Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float32 2022-09-27T15:51:56.8381781Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float64 2022-09-27T15:51:56.8390413Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float64 2022-09-27T15:51:56.8445079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int16 2022-09-27T15:51:56.8456198Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int16 2022-09-27T15:51:56.8521960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int32 2022-09-27T15:51:56.8536727Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int32 2022-09-27T15:51:56.8593825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int64 2022-09-27T15:51:56.8607565Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int64 2022-09-27T15:51:56.8665177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int8 2022-09-27T15:51:56.8675862Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int8 2022-09-27T15:51:56.8732224Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_uint8 2022-09-27T15:51:56.8743239Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_uint8 2022-09-27T15:51:56.8798567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bfloat16 2022-09-27T15:51:56.8810333Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bfloat16 2022-09-27T15:51:56.8863144Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bool 2022-09-27T15:51:56.8873557Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bool 2022-09-27T15:51:56.8931607Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex128 2022-09-27T15:51:56.8943795Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex128 2022-09-27T15:51:56.8999609Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex64 2022-09-27T15:51:56.9010691Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex64 2022-09-27T15:51:56.9063512Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float16 2022-09-27T15:51:56.9076394Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float16 2022-09-27T15:51:56.9115922Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float32 2022-09-27T15:51:56.9129637Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_uint8 2022-09-27T15:51:56.9137406Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_bfloat16 2022-09-27T15:51:56.9155763Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float32 2022-09-27T15:51:56.9169686Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_bfloat16 2022-09-27T15:51:56.9170262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float64 2022-09-27T15:51:56.9217263Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float16 2022-09-27T15:51:56.9235694Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float64 2022-09-27T15:51:56.9290437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int16 2022-09-27T15:51:56.9300462Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int16 2022-09-27T15:51:56.9430521Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int32 2022-09-27T15:51:56.9445942Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int32 2022-09-27T15:51:56.9446552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int64 2022-09-27T15:51:56.9447142Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int64 2022-09-27T15:51:56.9503175Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int8 2022-09-27T15:51:56.9507714Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int8 2022-09-27T15:51:56.9569314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_uint8 2022-09-27T15:51:56.9582310Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_uint8 2022-09-27T15:51:57.0594497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bfloat16 2022-09-27T15:51:57.0595106Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float64 2022-09-27T15:51:57.1764483Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int16 2022-09-27T15:51:57.1776304Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int16 2022-09-27T15:51:57.3347437Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int32 2022-09-27T15:51:57.3348291Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int32 2022-09-27T15:51:57.4331268Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int64 2022-09-27T15:51:57.4356731Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float16 2022-09-27T15:51:57.4510828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float32 2022-09-27T15:51:57.4511679Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int64 2022-09-27T15:51:57.5554474Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int8 2022-09-27T15:51:57.5562408Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int8 2022-09-27T15:51:57.6716895Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_uint8 2022-09-27T15:51:57.6717557Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_uint8 2022-09-27T15:51:57.6792233Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bfloat16 2022-09-27T15:51:57.6798505Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bfloat16 2022-09-27T15:51:57.8222452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bool 2022-09-27T15:51:57.8232283Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bfloat16 2022-09-27T15:51:57.8581472Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bool 2022-09-27T15:51:57.8583980Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float32 2022-09-27T15:51:58.0346450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float64 2022-09-27T15:51:58.0353279Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bool 2022-09-27T15:51:58.4249569Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float16 2022-09-27T15:51:58.4250338Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float16 2022-09-27T15:51:58.4371748Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float32 2022-09-27T15:51:58.4396242Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bool 2022-09-27T15:51:58.6027475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex128 2022-09-27T15:51:58.6028036Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float32 2022-09-27T15:51:58.7791100Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float64 2022-09-27T15:51:58.7806018Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float64 2022-09-27T15:51:58.8713268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int16 2022-09-27T15:51:58.8713883Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float64 2022-09-27T15:51:59.0344116Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int16 2022-09-27T15:51:59.0344652Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int16 2022-09-27T15:51:59.1733807Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int32 2022-09-27T15:51:59.1734486Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int32 2022-09-27T15:51:59.3548710Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int64 2022-09-27T15:51:59.3549414Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int64 2022-09-27T15:51:59.4289101Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int8 2022-09-27T15:51:59.4289723Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float16 2022-09-27T15:51:59.4569350Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float32 2022-09-27T15:51:59.4606531Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int16 2022-09-27T15:51:59.4965865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int32 2022-09-27T15:51:59.4966471Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int8 2022-09-27T15:51:59.6134401Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_uint8 2022-09-27T15:51:59.6135056Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_uint8 2022-09-27T15:51:59.7101050Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bfloat16 2022-09-27T15:51:59.7101703Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex128 2022-09-27T15:52:00.0335993Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex64 2022-09-27T15:52:00.0440647Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bfloat16 2022-09-27T15:52:00.1491252Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bool 2022-09-27T15:52:00.1491884Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int32 2022-09-27T15:52:00.6241549Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int64 2022-09-27T15:52:00.6242173Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bool 2022-09-27T15:52:00.8191759Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex128 2022-09-27T15:52:00.8192310Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int64 2022-09-27T15:52:00.8400274Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int8 2022-09-27T15:52:00.8400951Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex64 2022-09-27T15:52:01.3929527Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float16 2022-09-27T15:52:01.3930177Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int8 2022-09-27T15:52:01.5564337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_uint8 2022-09-27T15:52:01.5575562Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float32 2022-09-27T15:52:01.7075859Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float64 2022-09-27T15:52:01.7076521Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex128 2022-09-27T15:52:01.9382409Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex64 2022-09-27T15:52:01.9383114Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_uint8 2022-09-27T15:52:02.0047654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_bfloat16 2022-09-27T15:52:02.0048361Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float16 2022-09-27T15:52:02.2400162Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float32 2022-09-27T15:52:02.2400865Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_bfloat16 2022-09-27T15:52:02.4385996Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex128 2022-09-27T15:52:02.4386825Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex128 2022-09-27T15:52:02.6144445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex64 2022-09-27T15:52:02.6149437Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex64 2022-09-27T15:52:02.7087345Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float32 2022-09-27T15:52:02.7166138Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex64 2022-09-27T15:52:02.7872024Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float32 2022-09-27T15:52:02.7901405Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float32 2022-09-27T15:52:02.9375081Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float64 2022-09-27T15:52:02.9408985Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float32 2022-09-27T15:52:02.9969856Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float64 2022-09-27T15:52:02.9970614Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float64 2022-09-27T15:52:03.0290220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bfloat16 2022-09-27T15:52:03.0296918Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bfloat16 2022-09-27T15:52:03.0426497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bool 2022-09-27T15:52:03.0506993Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bool 2022-09-27T15:52:03.0609651Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex128 2022-09-27T15:52:03.0610417Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex128 2022-09-27T15:52:03.0858725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex64 2022-09-27T15:52:03.0859398Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex64 2022-09-27T15:52:03.1185899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float16 2022-09-27T15:52:03.1198676Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float16 2022-09-27T15:52:03.1306570Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float32 2022-09-27T15:52:03.1307207Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float32 2022-09-27T15:52:03.1482303Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float64 2022-09-27T15:52:03.1483130Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float32 2022-09-27T15:52:03.1653695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float64 2022-09-27T15:52:03.1660030Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float64 2022-09-27T15:52:03.1820023Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int16 2022-09-27T15:52:03.1855066Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int16 2022-09-27T15:52:03.1994816Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int32 2022-09-27T15:52:03.2017217Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int32 2022-09-27T15:52:03.2169272Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int64 2022-09-27T15:52:03.2186181Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int64 2022-09-27T15:52:03.2337374Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int8 2022-09-27T15:52:03.2374757Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int8 2022-09-27T15:52:03.2506071Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_uint8 2022-09-27T15:52:03.2512346Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_uint8 2022-09-27T15:52:03.3320549Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bfloat16 2022-09-27T15:52:03.3327177Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bfloat16 2022-09-27T15:52:03.4122439Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bool 2022-09-27T15:52:03.4123100Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bool 2022-09-27T15:52:03.4938892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex128 2022-09-27T15:52:03.4939618Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex128 2022-09-27T15:52:03.5708837Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex64 2022-09-27T15:52:03.5709587Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex64 2022-09-27T15:52:03.5710207Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float16 2022-09-27T15:52:03.5710812Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float64 2022-09-27T15:52:03.6471381Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int16 2022-09-27T15:52:03.6478246Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float16 2022-09-27T15:52:03.7283890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float32 2022-09-27T15:52:03.7290308Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float32 2022-09-27T15:52:03.8085842Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float64 2022-09-27T15:52:03.8098069Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float64 2022-09-27T15:52:03.8242769Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int16 2022-09-27T15:52:03.8273796Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int16 2022-09-27T15:52:03.8274460Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int32 2022-09-27T15:52:03.8475233Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float64 2022-09-27T15:52:03.9148592Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int16 2022-09-27T15:52:03.9149286Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int16 2022-09-27T15:52:03.9149802Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int32 2022-09-27T15:52:03.9150324Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float64 2022-09-27T15:52:03.9854397Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int16 2022-09-27T15:52:03.9855203Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int32 2022-09-27T15:52:04.0553303Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int64 2022-09-27T15:52:04.0554047Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int64 2022-09-27T15:52:04.1364155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int8 2022-09-27T15:52:04.1384457Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int8 2022-09-27T15:52:04.1713510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_uint8 2022-09-27T15:52:04.1714179Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int32 2022-09-27T15:52:04.2308931Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int64 2022-09-27T15:52:04.2331927Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_uint8 2022-09-27T15:52:04.3779902Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_bfloat16 2022-09-27T15:52:04.3780562Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_bfloat16 2022-09-27T15:52:04.5357323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex128 2022-09-27T15:52:04.5394005Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex128 2022-09-27T15:52:04.5929221Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex64 2022-09-27T15:52:04.5929761Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int64 2022-09-27T15:52:04.6498891Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int8 2022-09-27T15:52:04.6499698Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int16 2022-09-27T15:52:04.6930225Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int32 2022-09-27T15:52:04.6937622Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex64 2022-09-27T15:52:04.7805585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float16 2022-09-27T15:52:04.7806245Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int16 2022-09-27T15:52:04.8454147Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int32 2022-09-27T15:52:04.8486623Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float16 2022-09-27T15:52:04.9866504Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float32 2022-09-27T15:52:04.9867148Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float32 2022-09-27T15:52:05.1319323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float64 2022-09-27T15:52:05.1320026Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float64 2022-09-27T15:52:05.1320678Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int8 2022-09-27T15:52:05.1321274Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bfloat16 2022-09-27T15:52:05.2142812Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_uint8 2022-09-27T15:52:05.2149690Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bfloat16 2022-09-27T15:52:05.2787792Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bool 2022-09-27T15:52:05.2809638Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bool 2022-09-27T15:52:05.3698755Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float16 2022-09-27T15:52:05.3699625Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float16 2022-09-27T15:52:05.4086960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float32 2022-09-27T15:52:05.4087632Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int32 2022-09-27T15:52:05.4326734Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int64 2022-09-27T15:52:05.4327487Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_uint8 2022-09-27T15:52:05.4463141Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bfloat16 2022-09-27T15:52:05.4463749Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float32 2022-09-27T15:52:05.4973789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float64 2022-09-27T15:52:05.4999077Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float64 2022-09-27T15:52:05.5705736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int16 2022-09-27T15:52:05.5706589Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int16 2022-09-27T15:52:05.6274851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int32 2022-09-27T15:52:05.6279160Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int32 2022-09-27T15:52:05.6327766Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int32 2022-09-27T15:52:05.6328311Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int64 2022-09-27T15:52:05.6968691Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int64 2022-09-27T15:52:05.6980840Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int64 2022-09-27T15:52:05.7588604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int8 2022-09-27T15:52:05.7598113Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int8 2022-09-27T15:52:05.8234728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_uint8 2022-09-27T15:52:05.8242366Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_uint8 2022-09-27T15:52:05.9105201Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bfloat16 2022-09-27T15:52:05.9133063Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bfloat16 2022-09-27T15:52:05.9716110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bool 2022-09-27T15:52:05.9726526Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bool 2022-09-27T15:52:06.0570757Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float16 2022-09-27T15:52:06.0571395Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bfloat16 2022-09-27T15:52:06.0616676Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bool 2022-09-27T15:52:06.0800029Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float16 2022-09-27T15:52:06.0937439Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float32 2022-09-27T15:52:06.0979623Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int64 2022-09-27T15:52:06.1279305Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int8 2022-09-27T15:52:06.1327668Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float32 2022-09-27T15:52:06.1896729Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float64 2022-09-27T15:52:06.1906398Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float64 2022-09-27T15:52:06.2538800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int16 2022-09-27T15:52:06.2549280Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int16 2022-09-27T15:52:06.3149201Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int32 2022-09-27T15:52:06.3160360Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int32 2022-09-27T15:52:06.3787016Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int64 2022-09-27T15:52:06.3853862Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int64 2022-09-27T15:52:06.4189351Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int8 2022-09-27T15:52:06.4190051Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int64 2022-09-27T15:52:06.4464137Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int8 2022-09-27T15:52:06.4464836Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int8 2022-09-27T15:52:06.4901534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_uint8 2022-09-27T15:52:06.4902142Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bool 2022-09-27T15:52:06.5081893Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex128 2022-09-27T15:52:06.5127589Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_uint8 2022-09-27T15:52:06.5815665Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bfloat16 2022-09-27T15:52:06.5882738Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bfloat16 2022-09-27T15:52:06.6437923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bool 2022-09-27T15:52:06.6441982Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bool 2022-09-27T15:52:06.7252023Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex128 2022-09-27T15:52:06.7252777Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex128 2022-09-27T15:52:06.7360725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex64 2022-09-27T15:52:06.7361441Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int8 2022-09-27T15:52:06.8038575Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_uint8 2022-09-27T15:52:06.8039336Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex64 2022-09-27T15:52:06.8726456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float16 2022-09-27T15:52:06.8757689Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float16 2022-09-27T15:52:06.9507704Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float32 2022-09-27T15:52:06.9508488Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float32 2022-09-27T15:52:07.0253227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float64 2022-09-27T15:52:07.0270011Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float64 2022-09-27T15:52:07.1082295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int16 2022-09-27T15:52:07.1083174Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int16 2022-09-27T15:52:07.1301974Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int32 2022-09-27T15:52:07.1321667Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int8 2022-09-27T15:52:07.1701331Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_uint8 2022-09-27T15:52:07.1754146Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int32 2022-09-27T15:52:07.2249795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int64 2022-09-27T15:52:07.2262534Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex128 2022-09-27T15:52:07.2452767Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex64 2022-09-27T15:52:07.2461580Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int64 2022-09-27T15:52:07.3168538Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int8 2022-09-27T15:52:07.3183218Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int8 2022-09-27T15:52:07.3624683Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_uint8 2022-09-27T15:52:07.3640769Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_uint8 2022-09-27T15:52:07.4034725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_bfloat16 2022-09-27T15:52:07.4043500Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_uint8 2022-09-27T15:52:07.4065461Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_uint8 2022-09-27T15:52:07.4066036Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bfloat16 2022-09-27T15:52:07.4309794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_bfloat16 2022-09-27T15:52:07.4378900Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_bfloat16 2022-09-27T15:52:07.4551165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float16 2022-09-27T15:52:07.4583954Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float16 2022-09-27T15:52:07.4778370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float32 2022-09-27T15:52:07.4796136Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float32 2022-09-27T15:52:07.5069909Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float64 2022-09-27T15:52:07.5070529Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float64 2022-09-27T15:52:07.5280383Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int16 2022-09-27T15:52:07.5306880Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int16 2022-09-27T15:52:07.5527430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int32 2022-09-27T15:52:07.5533906Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int32 2022-09-27T15:52:07.5653505Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int64 2022-09-27T15:52:07.5683686Z [gw2] [ 46%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int64 2022-09-27T15:52:07.5886889Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int8 2022-09-27T15:52:07.5932245Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int8 2022-09-27T15:52:07.6136196Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_uint8 2022-09-27T15:52:07.6142906Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_uint8 2022-09-27T15:52:07.6169378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bfloat16 2022-09-27T15:52:07.6200522Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bfloat16 2022-09-27T15:52:07.6201115Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bool 2022-09-27T15:52:07.6233741Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bool 2022-09-27T15:52:07.6234339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex128 2022-09-27T15:52:07.6240467Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex128 2022-09-27T15:52:07.6264476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex64 2022-09-27T15:52:07.6272302Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex64 2022-09-27T15:52:07.6293434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float16 2022-09-27T15:52:07.6303420Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float16 2022-09-27T15:52:07.6334864Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_bfloat16 2022-09-27T15:52:07.6335533Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float32 2022-09-27T15:52:07.6336152Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float32 2022-09-27T15:52:07.6366669Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float32 2022-09-27T15:52:07.6373110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float64 2022-09-27T15:52:07.6373990Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float64 2022-09-27T15:52:07.6394557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int16 2022-09-27T15:52:07.6400993Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int16 2022-09-27T15:52:07.6419961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int32 2022-09-27T15:52:07.6429271Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int32 2022-09-27T15:52:07.6449557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int64 2022-09-27T15:52:07.6460669Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int64 2022-09-27T15:52:07.6475408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int8 2022-09-27T15:52:07.6487866Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int8 2022-09-27T15:52:07.6511325Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_uint8 2022-09-27T15:52:07.6526327Z [gw2] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_uint8 2022-09-27T15:52:07.8116074Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bfloat16 2022-09-27T15:52:07.8134236Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float32 2022-09-27T15:52:07.8535541Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float64 2022-09-27T15:52:07.8564210Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex64 2022-09-27T15:52:07.9345275Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float32 2022-09-27T15:52:07.9355332Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bfloat16 2022-09-27T15:52:07.9402959Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bool 2022-09-27T15:52:07.9415575Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bfloat16 2022-09-27T15:52:08.0418784Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bool 2022-09-27T15:52:08.0430032Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float64 2022-09-27T15:52:08.1781804Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int16 2022-09-27T15:52:08.1783424Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int16 2022-09-27T15:52:08.1783984Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int32 2022-09-27T15:52:08.1798885Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float32 2022-09-27T15:52:08.1992038Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float64 2022-09-27T15:52:08.1992712Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bool 2022-09-27T15:52:08.1993253Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float16 2022-09-27T15:52:08.1993803Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bool 2022-09-27T15:52:08.3543813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex128 2022-09-27T15:52:08.3544558Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int32 2022-09-27T15:52:08.5164862Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int64 2022-09-27T15:52:08.5165587Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int64 2022-09-27T15:52:08.6062394Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int8 2022-09-27T15:52:08.6071093Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float64 2022-09-27T15:52:08.6368258Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int16 2022-09-27T15:52:08.6378844Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int8 2022-09-27T15:52:08.7543950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_uint8 2022-09-27T15:52:08.7567114Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_uint8 2022-09-27T15:52:08.8690342Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_bfloat16 2022-09-27T15:52:08.8718948Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex128 2022-09-27T15:52:09.0542739Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex64 2022-09-27T15:52:09.0543496Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int16 2022-09-27T15:52:09.0544170Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int32 2022-09-27T15:52:09.0544844Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float16 2022-09-27T15:52:09.3762985Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float32 2022-09-27T15:52:09.3763585Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex64 2022-09-27T15:52:09.3932686Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float32 2022-09-27T15:52:09.3933242Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int32 2022-09-27T15:52:09.4305051Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int64 2022-09-27T15:52:09.4314816Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float32 2022-09-27T15:52:09.5418395Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float64 2022-09-27T15:52:09.5419028Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float32 2022-09-27T15:52:09.7953790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float64 2022-09-27T15:52:09.7964475Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float64 2022-09-27T15:52:09.8060079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int16 2022-09-27T15:52:09.8087642Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int64 2022-09-27T15:52:09.9332533Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int8 2022-09-27T15:52:09.9389442Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float64 2022-09-27T15:52:09.9901361Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int16 2022-09-27T15:52:09.9939158Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int16 2022-09-27T15:52:10.1726389Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int32 2022-09-27T15:52:10.1728949Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int8 2022-09-27T15:52:10.1917393Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_uint8 2022-09-27T15:52:10.1918646Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int32 2022-09-27T15:52:10.1919233Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int64 2022-09-27T15:52:10.2011044Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int16 2022-09-27T15:52:10.3947335Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int32 2022-09-27T15:52:10.3955343Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int64 2022-09-27T15:52:10.4688384Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int8 2022-09-27T15:52:10.4689028Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int32 2022-09-27T15:52:10.5446395Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int64 2022-09-27T15:52:10.5447044Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_uint8 2022-09-27T15:52:10.5695745Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bfloat16 2022-09-27T15:52:10.5724878Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int8 2022-09-27T15:52:10.7415376Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_uint8 2022-09-27T15:52:10.7433879Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_uint8 2022-09-27T15:52:10.7877388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bfloat16 2022-09-27T15:52:10.7878034Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int64 2022-09-27T15:52:10.8877941Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int8 2022-09-27T15:52:10.8878528Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bfloat16 2022-09-27T15:52:11.0400939Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bool 2022-09-27T15:52:11.0401569Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bfloat16 2022-09-27T15:52:11.0553303Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bool 2022-09-27T15:52:11.0574293Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int8 2022-09-27T15:52:11.3075532Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_uint8 2022-09-27T15:52:11.3076399Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bool 2022-09-27T15:52:11.3440706Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex128 2022-09-27T15:52:11.3441498Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bool 2022-09-27T15:52:11.3442170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex128 2022-09-27T15:52:11.3442713Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_uint8 2022-09-27T15:52:11.9577441Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bfloat16 2022-09-27T15:52:11.9597391Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bfloat16 2022-09-27T15:52:12.0404229Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bool 2022-09-27T15:52:12.0404970Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex128 2022-09-27T15:52:12.1902848Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex64 2022-09-27T15:52:12.1903550Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex128 2022-09-27T15:52:12.3532626Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex64 2022-09-27T15:52:12.3533245Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bool 2022-09-27T15:52:12.5695031Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float16 2022-09-27T15:52:12.5701793Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex64 2022-09-27T15:52:12.7789876Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float32 2022-09-27T15:52:12.7790639Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float32 2022-09-27T15:52:12.9101901Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float64 2022-09-27T15:52:12.9119792Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex64 2022-09-27T15:52:13.0347068Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float32 2022-09-27T15:52:13.0347715Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float64 2022-09-27T15:52:13.1848543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int16 2022-09-27T15:52:13.1849183Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float32 2022-09-27T15:52:13.1871821Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float64 2022-09-27T15:52:13.1882117Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float16 2022-09-27T15:52:13.2407458Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float32 2022-09-27T15:52:13.2423471Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int16 2022-09-27T15:52:13.4531040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int32 2022-09-27T15:52:13.4560420Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int32 2022-09-27T15:52:13.5423077Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int64 2022-09-27T15:52:13.5423812Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float64 2022-09-27T15:52:13.5856699Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int16 2022-09-27T15:52:13.5867554Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float32 2022-09-27T15:52:13.6920422Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float64 2022-09-27T15:52:13.6921174Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int64 2022-09-27T15:52:13.8047086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int8 2022-09-27T15:52:13.8064331Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int16 2022-09-27T15:52:13.8823911Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int32 2022-09-27T15:52:13.8836362Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int8 2022-09-27T15:52:13.9019119Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_uint8 2022-09-27T15:52:13.9019807Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_bfloat16 2022-09-27T15:52:14.0709036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float16 2022-09-27T15:52:14.1158543Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_uint8 2022-09-27T15:52:14.1159214Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bfloat16 2022-09-27T15:52:14.1159742Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float64 2022-09-27T15:52:14.1160272Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int16 2022-09-27T15:52:14.1160830Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int32 2022-09-27T15:52:14.3410769Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int64 2022-09-27T15:52:14.3411434Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int16 2022-09-27T15:52:14.3877985Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int32 2022-09-27T15:52:14.3878592Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int64 2022-09-27T15:52:14.6198548Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int8 2022-09-27T15:52:14.6202813Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int8 2022-09-27T15:52:14.6264631Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_uint8 2022-09-27T15:52:14.6284156Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int32 2022-09-27T15:52:14.8687595Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int64 2022-09-27T15:52:14.8707278Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_uint8 2022-09-27T15:52:14.9107041Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_bfloat16 2022-09-27T15:52:14.9107701Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_bfloat16 2022-09-27T15:52:14.9558898Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float32 2022-09-27T15:52:14.9559698Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bfloat16 2022-09-27T15:52:14.9560285Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bool 2022-09-27T15:52:14.9560835Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float32 2022-09-27T15:52:14.9561386Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float64 2022-09-27T15:52:14.9561889Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int64 2022-09-27T15:52:14.9562361Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int8 2022-09-27T15:52:14.9602153Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float64 2022-09-27T15:52:15.2324406Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bfloat16 2022-09-27T15:52:15.2325034Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int8 2022-09-27T15:52:15.5041171Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_uint8 2022-09-27T15:52:15.5048939Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_uint8 2022-09-27T15:52:15.5100269Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_bfloat16 2022-09-27T15:52:15.5100885Z [gw1] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_bfloat16 2022-09-27T15:52:15.5764856Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float16 2022-09-27T15:52:15.5765688Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bool 2022-09-27T15:52:15.7888610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float32 2022-09-27T15:52:15.7913722Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bfloat16 2022-09-27T15:52:15.9840614Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bool 2022-09-27T15:52:15.9889182Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float32 2022-09-27T15:52:16.2821046Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float64 2022-09-27T15:52:16.2821661Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bool 2022-09-27T15:52:16.3664700Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float32 2022-09-27T15:52:16.3684530Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float16 2022-09-27T15:52:16.5518958Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float32 2022-09-27T15:52:16.5653371Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float64 2022-09-27T15:52:16.5654017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int16 2022-09-27T15:52:16.5670691Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float32 2022-09-27T15:52:16.8025800Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float64 2022-09-27T15:52:16.8037617Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float32 2022-09-27T15:52:16.9224972Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float64 2022-09-27T15:52:16.9249290Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float64 2022-09-27T15:52:17.1804197Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int16 2022-09-27T15:52:17.1804862Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int16 2022-09-27T15:52:17.2392104Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int32 2022-09-27T15:52:17.2392766Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int16 2022-09-27T15:52:17.4663936Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int32 2022-09-27T15:52:17.4671587Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float64 2022-09-27T15:52:17.6448338Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int16 2022-09-27T15:52:17.6466161Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int32 2022-09-27T15:52:17.9196408Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int64 2022-09-27T15:52:17.9197205Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int16 2022-09-27T15:52:18.0026488Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int32 2022-09-27T15:52:18.0027302Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int32 2022-09-27T15:52:18.1427146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int64 2022-09-27T15:52:18.1433523Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int64 2022-09-27T15:52:18.4800265Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int8 2022-09-27T15:52:18.4862516Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int32 2022-09-27T15:52:18.5035687Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int64 2022-09-27T15:52:18.5055264Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int8 2022-09-27T15:52:18.7236705Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_uint8 2022-09-27T15:52:18.7265007Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int64 2022-09-27T15:52:18.7880540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int8 2022-09-27T15:52:18.7914572Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_uint8 2022-09-27T15:52:18.8317222Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_bool 2022-09-27T15:52:18.8317863Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int64 2022-09-27T15:52:19.2235810Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int8 2022-09-27T15:52:19.2236757Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float16 2022-09-27T15:52:19.2591002Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float32 2022-09-27T15:52:19.2597693Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int8 2022-09-27T15:52:19.3772846Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_uint8 2022-09-27T15:52:19.3798737Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_bool 2022-09-27T15:52:19.4498046Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float32 2022-09-27T15:52:19.4517630Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int8 2022-09-27T15:52:19.5731692Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_uint8 2022-09-27T15:52:19.5732415Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_uint8 2022-09-27T15:52:19.7288753Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_bfloat16 2022-09-27T15:52:19.7380248Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float32 2022-09-27T15:52:20.0376841Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float64 2022-09-27T15:52:20.0377485Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_bfloat16 2022-09-27T15:52:20.0991111Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float16 2022-09-27T15:52:20.0991716Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_uint8 2022-09-27T15:52:20.1902964Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bfloat16 2022-09-27T15:52:20.1903630Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float64 2022-09-27T15:52:20.4122758Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int16 2022-09-27T15:52:20.4123445Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bfloat16 2022-09-27T15:52:20.6690806Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bool 2022-09-27T15:52:20.6691652Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int16 2022-09-27T15:52:20.7336857Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int32 2022-09-27T15:52:20.7337510Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bool 2022-09-27T15:52:20.8297692Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex128 2022-09-27T15:52:20.8298352Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float16 2022-09-27T15:52:21.1740808Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float32 2022-09-27T15:52:21.1771328Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int32 2022-09-27T15:52:21.3081603Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int64 2022-09-27T15:52:21.3095876Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float32 2022-09-27T15:52:21.5357722Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float64 2022-09-27T15:52:21.5368575Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex128 2022-09-27T15:52:21.5572543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex64 2022-09-27T15:52:21.5573193Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int64 2022-09-27T15:52:21.7623147Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int8 2022-09-27T15:52:21.7630081Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float64 2022-09-27T15:52:21.8713514Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int16 2022-09-27T15:52:21.8714130Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int8 2022-09-27T15:52:21.9531214Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_uint8 2022-09-27T15:52:21.9531957Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex64 2022-09-27T15:52:22.1149014Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float32 2022-09-27T15:52:22.1149635Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int16 2022-09-27T15:52:22.2052866Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int32 2022-09-27T15:52:22.2053550Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float32 2022-09-27T15:52:22.2969862Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float64 2022-09-27T15:52:22.2970505Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_uint8 2022-09-27T15:52:22.5256833Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_bool 2022-09-27T15:52:22.5267653Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float64 2022-09-27T15:52:22.6070535Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int16 2022-09-27T15:52:22.6071276Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int32 2022-09-27T15:52:22.7490870Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int64 2022-09-27T15:52:22.7494983Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int16 2022-09-27T15:52:22.9829536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int32 2022-09-27T15:52:22.9830141Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_bool 2022-09-27T15:52:23.0033266Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float32 2022-09-27T15:52:23.0033917Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int32 2022-09-27T15:52:23.1081708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int64 2022-09-27T15:52:23.1082307Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int64 2022-09-27T15:52:23.2265732Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int8 2022-09-27T15:52:23.2266470Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int64 2022-09-27T15:52:23.3297599Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int8 2022-09-27T15:52:23.3303465Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float32 2022-09-27T15:52:23.4005262Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float64 2022-09-27T15:52:23.4006039Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int8 2022-09-27T15:52:23.4006548Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_uint8 2022-09-27T15:52:23.4007101Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int8 2022-09-27T15:52:23.5752438Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_uint8 2022-09-27T15:52:23.5753072Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_uint8 2022-09-27T15:52:23.6682970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bfloat16 2022-09-27T15:52:23.6683659Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_uint8 2022-09-27T15:52:23.7805367Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bfloat16 2022-09-27T15:52:23.7806261Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float64 2022-09-27T15:52:23.8724248Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int16 2022-09-27T15:52:23.8724994Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bfloat16 2022-09-27T15:52:23.9251487Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bool 2022-09-27T15:52:23.9252336Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float32 2022-09-27T15:52:24.0784273Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float64 2022-09-27T15:52:24.0796621Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int16 2022-09-27T15:52:24.0810936Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int32 2022-09-27T15:52:24.0822745Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bfloat16 2022-09-27T15:52:24.1240286Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bool 2022-09-27T15:52:24.1255433Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bool 2022-09-27T15:52:24.3404643Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex128 2022-09-27T15:52:24.3405334Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bool 2022-09-27T15:52:24.4167099Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float16 2022-09-27T15:52:24.4167750Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int32 2022-09-27T15:52:24.6498623Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int64 2022-09-27T15:52:24.6499348Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex128 2022-09-27T15:52:24.7514671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex64 2022-09-27T15:52:24.7521748Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int64 2022-09-27T15:52:25.0175981Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int8 2022-09-27T15:52:25.0183850Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex64 2022-09-27T15:52:25.0346917Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int8 2022-09-27T15:52:25.0347590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float32 2022-09-27T15:52:25.0348328Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_uint8 2022-09-27T15:52:25.0348998Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float16 2022-09-27T15:52:25.1975552Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float32 2022-09-27T15:52:25.1976280Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float32 2022-09-27T15:52:25.2775900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float64 2022-09-27T15:52:25.2776472Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_uint8 2022-09-27T15:52:25.3301111Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bfloat16 2022-09-27T15:52:25.3301785Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float32 2022-09-27T15:52:25.4319475Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float64 2022-09-27T15:52:25.4337303Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float64 2022-09-27T15:52:25.6322866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int16 2022-09-27T15:52:25.6323692Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int16 2022-09-27T15:52:25.7568119Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int32 2022-09-27T15:52:25.7568770Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float64 2022-09-27T15:52:25.8323298Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int16 2022-09-27T15:52:25.8350725Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int32 2022-09-27T15:52:26.0377998Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int64 2022-09-27T15:52:26.0378764Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int16 2022-09-27T15:52:26.0523132Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int32 2022-09-27T15:52:26.0523909Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int64 2022-09-27T15:52:26.0736223Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int8 2022-09-27T15:52:26.0805930Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bfloat16 2022-09-27T15:52:26.2421361Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bool 2022-09-27T15:52:26.2429685Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int8 2022-09-27T15:52:26.3247638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_uint8 2022-09-27T15:52:26.3248332Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int32 2022-09-27T15:52:26.4140783Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int64 2022-09-27T15:52:26.4167806Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_uint8 2022-09-27T15:52:26.4261639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bfloat16 2022-09-27T15:52:26.4293515Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bfloat16 2022-09-27T15:52:26.4381270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bool 2022-09-27T15:52:26.4392933Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bool 2022-09-27T15:52:26.4498264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex128 2022-09-27T15:52:26.4511091Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex128 2022-09-27T15:52:26.4663113Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex32 2022-09-27T15:52:26.4663957Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex32 2022-09-27T15:52:26.4727945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex64 2022-09-27T15:52:26.4734131Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex64 2022-09-27T15:52:26.4822707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float16 2022-09-27T15:52:26.4843615Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float16 2022-09-27T15:52:26.4933547Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float32 2022-09-27T15:52:26.5011737Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float32 2022-09-27T15:52:26.5035051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float64 2022-09-27T15:52:26.5063094Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float64 2022-09-27T15:52:26.5132401Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int16 2022-09-27T15:52:26.5167094Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int16 2022-09-27T15:52:26.5240996Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int32 2022-09-27T15:52:26.5241625Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int32 2022-09-27T15:52:26.5314538Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int64 2022-09-27T15:52:26.5361925Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int64 2022-09-27T15:52:26.5445753Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int8 2022-09-27T15:52:26.5446454Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int8 2022-09-27T15:52:26.5528029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_uint8 2022-09-27T15:52:26.5546817Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_uint8 2022-09-27T15:52:26.5684689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bfloat16 2022-09-27T15:52:26.5708737Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bfloat16 2022-09-27T15:52:26.5836850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bool 2022-09-27T15:52:26.5843750Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bool 2022-09-27T15:52:26.6001729Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex128 2022-09-27T15:52:26.6023772Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex128 2022-09-27T15:52:26.6183990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex32 2022-09-27T15:52:26.6204356Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex32 2022-09-27T15:52:26.6349530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex64 2022-09-27T15:52:26.6371429Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex64 2022-09-27T15:52:26.6530690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float16 2022-09-27T15:52:26.6531432Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float16 2022-09-27T15:52:26.6660439Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float32 2022-09-27T15:52:26.6669148Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int64 2022-09-27T15:52:26.6800421Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float32 2022-09-27T15:52:26.6800998Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float64 2022-09-27T15:52:26.6866074Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int8 2022-09-27T15:52:26.6867004Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float64 2022-09-27T15:52:26.7078118Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int16 2022-09-27T15:52:26.7078838Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int16 2022-09-27T15:52:26.7079515Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int32 2022-09-27T15:52:26.7107959Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int32 2022-09-27T15:52:26.7223668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int64 2022-09-27T15:52:26.7258075Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int64 2022-09-27T15:52:26.7374847Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int8 2022-09-27T15:52:26.7390410Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int8 2022-09-27T15:52:26.7528878Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_uint8 2022-09-27T15:52:26.7535232Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_uint8 2022-09-27T15:52:26.7770584Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bfloat16 2022-09-27T15:52:26.7774225Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bfloat16 2022-09-27T15:52:26.7987904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bool 2022-09-27T15:52:26.7998011Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bool 2022-09-27T15:52:26.8191223Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex128 2022-09-27T15:52:26.8231359Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex128 2022-09-27T15:52:26.8403490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex32 2022-09-27T15:52:26.8425809Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex32 2022-09-27T15:52:26.8587250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex64 2022-09-27T15:52:26.8596450Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bool 2022-09-27T15:52:26.8625116Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float32 2022-09-27T15:52:26.8671824Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex64 2022-09-27T15:52:26.8858702Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float16 2022-09-27T15:52:26.8893049Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float16 2022-09-27T15:52:26.9112788Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float32 2022-09-27T15:52:26.9113425Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float32 2022-09-27T15:52:26.9346581Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float64 2022-09-27T15:52:26.9347228Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float64 2022-09-27T15:52:26.9367117Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int16 2022-09-27T15:52:26.9377113Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int8 2022-09-27T15:52:26.9563559Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_uint8 2022-09-27T15:52:26.9577521Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int16 2022-09-27T15:52:26.9798138Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int32 2022-09-27T15:52:26.9799253Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int32 2022-09-27T15:52:26.9961930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int64 2022-09-27T15:52:26.9977973Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int64 2022-09-27T15:52:27.0187404Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int8 2022-09-27T15:52:27.0197176Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int8 2022-09-27T15:52:27.0416255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_uint8 2022-09-27T15:52:27.0427741Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_uint8 2022-09-27T15:52:27.1826122Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_bool 2022-09-27T15:52:27.1838047Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_uint8 2022-09-27T15:52:27.3152454Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bfloat16 2022-09-27T15:52:27.3166802Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float32 2022-09-27T15:52:27.4031238Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float64 2022-09-27T15:52:27.4032119Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_bool 2022-09-27T15:52:27.5513740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int16 2022-09-27T15:52:27.5529938Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bfloat16 2022-09-27T15:52:27.7775376Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bool 2022-09-27T15:52:27.7776010Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int16 2022-09-27T15:52:27.7970052Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int32 2022-09-27T15:52:27.7981539Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bool 2022-09-27T15:52:27.9270418Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float16 2022-09-27T15:52:27.9271046Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float64 2022-09-27T15:52:28.1665927Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int16 2022-09-27T15:52:28.1666562Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int32 2022-09-27T15:52:28.4144781Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int64 2022-09-27T15:52:28.4145557Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float16 2022-09-27T15:52:28.5480741Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float32 2022-09-27T15:52:28.5498724Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int16 2022-09-27T15:52:28.5953077Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int32 2022-09-27T15:52:28.5956493Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float64 2022-09-27T15:52:28.6121320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int16 2022-09-27T15:52:28.6122062Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int64 2022-09-27T15:52:28.7109438Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int8 2022-09-27T15:52:28.7110094Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float32 2022-09-27T15:52:28.9978213Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float64 2022-09-27T15:52:28.9986974Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int8 2022-09-27T15:52:29.1317489Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_uint8 2022-09-27T15:52:29.1318139Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float64 2022-09-27T15:52:29.1823545Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int16 2022-09-27T15:52:29.1835481Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int32 2022-09-27T15:52:29.3841152Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int64 2022-09-27T15:52:29.3903981Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_uint8 2022-09-27T15:52:29.3904684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int16 2022-09-27T15:52:29.3910898Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int16 2022-09-27T15:52:29.4343361Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int32 2022-09-27T15:52:29.4433770Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int16 2022-09-27T15:52:29.6587791Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int32 2022-09-27T15:52:29.6588446Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int32 2022-09-27T15:52:29.7840521Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int64 2022-09-27T15:52:29.7846145Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int16 2022-09-27T15:52:29.8407508Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int32 2022-09-27T15:52:29.8459484Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int64 2022-09-27T15:52:29.9794713Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int8 2022-09-27T15:52:29.9795324Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int64 2022-09-27T15:52:30.1921681Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int8 2022-09-27T15:52:30.1922678Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int32 2022-09-27T15:52:30.2397917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:52:30.2398668Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int8 2022-09-27T15:52:30.2984732Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_uint8 2022-09-27T15:52:30.2985703Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int32 2022-09-27T15:52:30.4519582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int64 2022-09-27T15:52:30.4543478Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int8 2022-09-27T15:52:30.4943465Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_uint8 2022-09-27T15:52:30.4944108Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_uint8 2022-09-27T15:52:30.6531324Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bfloat16 2022-09-27T15:52:30.6532044Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:52:31.0479519Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int8 2022-09-27T15:52:31.0534623Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int8 2022-09-27T15:52:31.0703095Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_uint8 2022-09-27T15:52:31.0724477Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_uint8 2022-09-27T15:52:31.1760227Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 2022-09-27T15:52:31.1765915Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int64 2022-09-27T15:52:31.3046976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int8 2022-09-27T15:52:31.3054136Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bfloat16 2022-09-27T15:52:31.4509281Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bool 2022-09-27T15:52:31.4510078Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_uint8 2022-09-27T15:52:31.6521161Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_bool 2022-09-27T15:52:31.6526413Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_bool 2022-09-27T15:52:31.7011375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int16 2022-09-27T15:52:31.7033196Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 2022-09-27T15:52:31.7890614Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:52:31.7891450Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int16 2022-09-27T15:52:31.9319198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int32 2022-09-27T15:52:31.9323103Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bool 2022-09-27T15:52:31.9378132Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int32 2022-09-27T15:52:31.9378883Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float16 2022-09-27T15:52:32.0279108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int64 2022-09-27T15:52:32.0289822Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int8 2022-09-27T15:52:32.1261221Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_uint8 2022-09-27T15:52:32.1290754Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int64 2022-09-27T15:52:32.2741582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int8 2022-09-27T15:52:32.2784863Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int8 2022-09-27T15:52:32.2884161Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_uint8 2022-09-27T15:52:32.2884844Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:52:32.4219558Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:52:32.4225303Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_uint8 2022-09-27T15:52:32.4851505Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_bool 2022-09-27T15:52:32.4852300Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_uint8 2022-09-27T15:52:32.8028573Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bfloat16 2022-09-27T15:52:32.8029368Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_bool 2022-09-27T15:52:32.9509236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int16 2022-09-27T15:52:32.9509944Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:52:33.0619030Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 2022-09-27T15:52:33.0619755Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float16 2022-09-27T15:52:33.2152842Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float32 2022-09-27T15:52:33.2153582Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int16 2022-09-27T15:52:33.3486786Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int32 2022-09-27T15:52:33.3487607Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bfloat16 2022-09-27T15:52:33.5350811Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bool 2022-09-27T15:52:33.5351787Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 2022-09-27T15:52:33.6246272Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 2022-09-27T15:52:33.6269203Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int32 2022-09-27T15:52:33.7459940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int64 2022-09-27T15:52:33.7483388Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bool 2022-09-27T15:52:33.7756764Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float16 2022-09-27T15:52:33.7757404Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float32 2022-09-27T15:52:34.1138487Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float64 2022-09-27T15:52:34.1141925Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int64 2022-09-27T15:52:34.1208442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int8 2022-09-27T15:52:34.1283966Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 2022-09-27T15:52:34.5302492Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 2022-09-27T15:52:34.5303437Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int8 2022-09-27T15:52:34.5717862Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_uint8 2022-09-27T15:52:34.5766444Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float64 2022-09-27T15:52:34.6879255Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int16 2022-09-27T15:52:34.6885316Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 2022-09-27T15:52:34.8603252Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 2022-09-27T15:52:34.8625129Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float16 2022-09-27T15:52:34.9137922Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float32 2022-09-27T15:52:34.9220833Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_uint8 2022-09-27T15:52:35.1884859Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_bool 2022-09-27T15:52:35.1900089Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int16 2022-09-27T15:52:35.2143984Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int32 2022-09-27T15:52:35.2162395Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 2022-09-27T15:52:35.2815490Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 2022-09-27T15:52:35.2817152Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float32 2022-09-27T15:52:35.2862390Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_bool 2022-09-27T15:52:35.2913618Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int16 2022-09-27T15:52:35.6874515Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float64 2022-09-27T15:52:35.6875342Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int16 2022-09-27T15:52:35.7557379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int32 2022-09-27T15:52:35.7567127Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 2022-09-27T15:52:35.8315545Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 2022-09-27T15:52:35.8385762Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float64 2022-09-27T15:52:35.8386475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int16 2022-09-27T15:52:35.8416721Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int32 2022-09-27T15:52:36.1510611Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int64 2022-09-27T15:52:36.1521267Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int32 2022-09-27T15:52:36.2353416Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int64 2022-09-27T15:52:36.2354098Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int16 2022-09-27T15:52:36.5047406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int32 2022-09-27T15:52:36.5056843Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int64 2022-09-27T15:52:36.6182729Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int8 2022-09-27T15:52:36.6200043Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int64 2022-09-27T15:52:36.6819206Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int8 2022-09-27T15:52:36.6820153Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int32 2022-09-27T15:52:37.0615849Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int64 2022-09-27T15:52:37.0646567Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 2022-09-27T15:52:37.0932040Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:52:37.0939826Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int8 2022-09-27T15:52:37.1964641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_uint8 2022-09-27T15:52:37.1965301Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int64 2022-09-27T15:52:37.1965897Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int8 2022-09-27T15:52:37.1966485Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int8 2022-09-27T15:52:37.5924014Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_uint8 2022-09-27T15:52:37.5924608Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int8 2022-09-27T15:52:37.6219974Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_uint8 2022-09-27T15:52:37.6220726Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_uint8 2022-09-27T15:52:37.6240987Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_shapes_cpu_float32 2022-09-27T15:52:37.6244852Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_shapes_cpu_float32 2022-09-27T15:52:37.6524461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bfloat16 2022-09-27T15:52:37.6525209Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bfloat16 2022-09-27T15:52:37.6772207Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bool 2022-09-27T15:52:37.6772949Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bool 2022-09-27T15:52:37.7060207Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:52:37.7060977Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:52:37.7720633Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:52:37.7721329Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:52:37.7942366Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float16 2022-09-27T15:52:37.7943091Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float16 2022-09-27T15:52:37.8583226Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float32 2022-09-27T15:52:37.8596186Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_uint8 2022-09-27T15:52:37.8708575Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bfloat16 2022-09-27T15:52:37.8709212Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bfloat16 2022-09-27T15:52:37.8737928Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bool 2022-09-27T15:52:37.8822581Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bool 2022-09-27T15:52:37.8824195Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex128 2022-09-27T15:52:37.8824869Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float32 2022-09-27T15:52:37.8825524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float64 2022-09-27T15:52:37.8849725Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex128 2022-09-27T15:52:37.8898373Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex32 2022-09-27T15:52:37.8938281Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex32 2022-09-27T15:52:37.8980954Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex64 2022-09-27T15:52:37.8996309Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex64 2022-09-27T15:52:37.9060236Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float16 2022-09-27T15:52:37.9066976Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float16 2022-09-27T15:52:37.9117901Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float32 2022-09-27T15:52:37.9118563Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float64 2022-09-27T15:52:37.9149263Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int16 2022-09-27T15:52:37.9150008Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float32 2022-09-27T15:52:37.9227400Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float64 2022-09-27T15:52:37.9228017Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float64 2022-09-27T15:52:37.9306725Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int16 2022-09-27T15:52:37.9307414Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int16 2022-09-27T15:52:37.9403830Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int32 2022-09-27T15:52:37.9404621Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int32 2022-09-27T15:52:37.9405224Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int64 2022-09-27T15:52:37.9405866Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int16 2022-09-27T15:52:37.9426604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int32 2022-09-27T15:52:37.9437947Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int64 2022-09-27T15:52:37.9514213Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int8 2022-09-27T15:52:37.9514847Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int8 2022-09-27T15:52:37.9565841Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_uint8 2022-09-27T15:52:37.9590344Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_uint8 2022-09-27T15:52:37.9650659Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bfloat16 2022-09-27T15:52:37.9651217Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bfloat16 2022-09-27T15:52:37.9881376Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bool 2022-09-27T15:52:37.9882064Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bool 2022-09-27T15:52:37.9882601Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex128 2022-09-27T15:52:37.9883216Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int32 2022-09-27T15:52:37.9883849Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int64 2022-09-27T15:52:38.0088828Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex128 2022-09-27T15:52:38.0089469Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex32 2022-09-27T15:52:38.0090073Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex32 2022-09-27T15:52:38.0090690Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex64 2022-09-27T15:52:38.0091292Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex64 2022-09-27T15:52:38.0092097Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float16 2022-09-27T15:52:38.0100859Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float16 2022-09-27T15:52:38.0101327Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float32 2022-09-27T15:52:38.0101781Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float32 2022-09-27T15:52:38.0102385Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float64 2022-09-27T15:52:38.0102842Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float64 2022-09-27T15:52:38.0181327Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int16 2022-09-27T15:52:38.0182480Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int16 2022-09-27T15:52:38.0183050Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int32 2022-09-27T15:52:38.0393767Z [gw0] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:52:38.0394858Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:52:38.0395525Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int32 2022-09-27T15:52:38.0396097Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int64 2022-09-27T15:52:38.0396696Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int64 2022-09-27T15:52:38.0397289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int8 2022-09-27T15:52:38.0402726Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int64 2022-09-27T15:52:38.0403411Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int8 2022-09-27T15:52:38.0406677Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int8 2022-09-27T15:52:38.0409821Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_uint8 2022-09-27T15:52:38.0616103Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_uint8 2022-09-27T15:52:38.0616865Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_bfloat16 2022-09-27T15:52:38.0617472Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int8 2022-09-27T15:52:38.0785397Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_uint8 2022-09-27T15:52:38.0786304Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_uint8 2022-09-27T15:52:38.0869297Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bfloat16 2022-09-27T15:52:38.0870261Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bfloat16 2022-09-27T15:52:38.0989136Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bool 2022-09-27T15:52:38.0989955Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bool 2022-09-27T15:52:38.1144266Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex128 2022-09-27T15:52:38.1173952Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex128 2022-09-27T15:52:38.1788934Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex64 2022-09-27T15:52:38.1789754Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex64 2022-09-27T15:52:38.1790370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float16 2022-09-27T15:52:38.1790979Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float16 2022-09-27T15:52:38.1791570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float32 2022-09-27T15:52:38.1792354Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float32 2022-09-27T15:52:38.1792956Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float64 2022-09-27T15:52:38.1793547Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float64 2022-09-27T15:52:38.1881612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int16 2022-09-27T15:52:38.1913709Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int16 2022-09-27T15:52:38.2032808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int32 2022-09-27T15:52:38.2033972Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int32 2022-09-27T15:52:38.2206169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int64 2022-09-27T15:52:38.2207005Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int64 2022-09-27T15:52:38.2333780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int8 2022-09-27T15:52:38.2350603Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int8 2022-09-27T15:52:38.2493281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_uint8 2022-09-27T15:52:38.2549148Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_uint8 2022-09-27T15:52:38.3134926Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bfloat16 2022-09-27T15:52:38.3138291Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bfloat16 2022-09-27T15:52:38.3409571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bool 2022-09-27T15:52:38.3410471Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bool 2022-09-27T15:52:38.3780428Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex128 2022-09-27T15:52:38.3781179Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex128 2022-09-27T15:52:38.4001179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex32 2022-09-27T15:52:38.4002156Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex32 2022-09-27T15:52:38.4164742Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex64 2022-09-27T15:52:38.4165505Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_uint8 2022-09-27T15:52:38.4311434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bfloat16 2022-09-27T15:52:38.4312173Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex64 2022-09-27T15:52:38.4687883Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float16 2022-09-27T15:52:38.4688621Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float16 2022-09-27T15:52:38.5029370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float32 2022-09-27T15:52:38.5030026Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float32 2022-09-27T15:52:38.5199695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float64 2022-09-27T15:52:38.5200479Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float64 2022-09-27T15:52:38.5546551Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int16 2022-09-27T15:52:38.5547503Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int16 2022-09-27T15:52:38.5766498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int32 2022-09-27T15:52:38.5767501Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int32 2022-09-27T15:52:38.6481484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int64 2022-09-27T15:52:38.6511786Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int64 2022-09-27T15:52:38.6822684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int8 2022-09-27T15:52:38.6823533Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int8 2022-09-27T15:52:38.7505962Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_uint8 2022-09-27T15:52:38.7506927Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_uint8 2022-09-27T15:52:39.0508967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_bfloat16 2022-09-27T15:52:39.0548121Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_bfloat16 2022-09-27T15:52:39.2193888Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float32 2022-09-27T15:52:39.2194988Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_bfloat16 2022-09-27T15:52:39.2729825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float32 2022-09-27T15:52:39.2730660Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:52:39.5791991Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 2022-09-27T15:52:39.5806945Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float32 2022-09-27T15:52:39.7766520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float64 2022-09-27T15:52:39.7767339Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bfloat16 2022-09-27T15:52:39.7902997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bool 2022-09-27T15:52:39.7936803Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float32 2022-09-27T15:52:39.9221066Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float64 2022-09-27T15:52:39.9221623Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float64 2022-09-27T15:52:40.0738370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int16 2022-09-27T15:52:40.0767396Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int16 2022-09-27T15:52:40.1060662Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int32 2022-09-27T15:52:40.1061672Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 2022-09-27T15:52:40.2331247Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 2022-09-27T15:52:40.2331933Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int32 2022-09-27T15:52:40.2458608Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int64 2022-09-27T15:52:40.2459302Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bool 2022-09-27T15:52:40.4434677Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float16 2022-09-27T15:52:40.4438958Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float64 2022-09-27T15:52:40.4542616Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int64 2022-09-27T15:52:40.4543227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int8 2022-09-27T15:52:40.6506946Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bfloat16 2022-09-27T15:52:40.6511697Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int8 2022-09-27T15:52:40.7917260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_uint8 2022-09-27T15:52:40.7917909Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_uint8 2022-09-27T15:52:40.8835606Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bfloat16 2022-09-27T15:52:40.8837014Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bfloat16 2022-09-27T15:52:40.9694882Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bool 2022-09-27T15:52:40.9884022Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 2022-09-27T15:52:40.9884845Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 2022-09-27T15:52:40.9885357Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bool 2022-09-27T15:52:41.0849737Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex128 2022-09-27T15:52:41.0850448Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex128 2022-09-27T15:52:41.1242864Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex32 2022-09-27T15:52:41.1250885Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bfloat16 2022-09-27T15:52:41.1816225Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bool 2022-09-27T15:52:41.1816869Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex32 2022-09-27T15:52:41.2791980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex64 2022-09-27T15:52:41.2837921Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex64 2022-09-27T15:52:41.3784271Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float16 2022-09-27T15:52:41.3784927Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float16 2022-09-27T15:52:41.5060892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float32 2022-09-27T15:52:41.5061533Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float32 2022-09-27T15:52:41.5770828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float64 2022-09-27T15:52:41.5771440Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float64 2022-09-27T15:52:41.6486578Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int16 2022-09-27T15:52:41.6500605Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float16 2022-09-27T15:52:41.6738338Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float32 2022-09-27T15:52:41.6750961Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int16 2022-09-27T15:52:41.6830589Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int32 2022-09-27T15:52:41.6957625Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bool 2022-09-27T15:52:41.7771476Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float32 2022-09-27T15:52:41.7772098Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int32 2022-09-27T15:52:41.8696450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int64 2022-09-27T15:52:41.8699365Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int64 2022-09-27T15:52:41.9198501Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int8 2022-09-27T15:52:41.9213345Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 2022-09-27T15:52:41.9628851Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 2022-09-27T15:52:41.9643520Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int8 2022-09-27T15:52:42.0799803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_uint8 2022-09-27T15:52:42.0800490Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_uint8 2022-09-27T15:52:42.1803465Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_bfloat16 2022-09-27T15:52:42.1856056Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float32 2022-09-27T15:52:42.2193285Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float64 2022-09-27T15:52:42.2193963Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float32 2022-09-27T15:52:42.2759154Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float64 2022-09-27T15:52:42.2759879Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_bfloat16 2022-09-27T15:52:42.4221944Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float32 2022-09-27T15:52:42.4222613Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float32 2022-09-27T15:52:42.5589741Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float64 2022-09-27T15:52:42.5590421Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float64 2022-09-27T15:52:42.7171114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int16 2022-09-27T15:52:42.7171765Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int16 2022-09-27T15:52:42.7393490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int32 2022-09-27T15:52:42.7394205Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 2022-09-27T15:52:42.8324679Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 2022-09-27T15:52:42.8325463Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float64 2022-09-27T15:52:42.8501525Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int16 2022-09-27T15:52:42.8632938Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int32 2022-09-27T15:52:42.9344404Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int64 2022-09-27T15:52:42.9345027Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float64 2022-09-27T15:52:42.9856663Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int16 2022-09-27T15:52:42.9908882Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int64 2022-09-27T15:52:43.1017117Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int8 2022-09-27T15:52:43.1025263Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int8 2022-09-27T15:52:43.2604808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_uint8 2022-09-27T15:52:43.2605457Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_uint8 2022-09-27T15:52:43.2733452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bfloat16 2022-09-27T15:52:43.2740881Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int16 2022-09-27T15:52:43.3974550Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int32 2022-09-27T15:52:43.3975216Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int16 2022-09-27T15:52:43.6064024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int32 2022-09-27T15:52:43.6064636Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 2022-09-27T15:52:43.7373734Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 2022-09-27T15:52:43.7374376Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int32 2022-09-27T15:52:43.7831505Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int64 2022-09-27T15:52:43.7930140Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bfloat16 2022-09-27T15:52:43.9613154Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bool 2022-09-27T15:52:43.9632285Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int32 2022-09-27T15:52:44.0531818Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int64 2022-09-27T15:52:44.0532426Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bool 2022-09-27T15:52:44.2802776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float16 2022-09-27T15:52:44.2834143Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int64 2022-09-27T15:52:44.6066351Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int8 2022-09-27T15:52:44.6082674Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int64 2022-09-27T15:52:44.7802600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int8 2022-09-27T15:52:44.7803233Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int8 2022-09-27T15:52:44.8470458Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_uint8 2022-09-27T15:52:44.8471211Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float16 2022-09-27T15:52:45.1826262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float32 2022-09-27T15:52:45.1827084Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 2022-09-27T15:52:45.1886443Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:52:45.1889389Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int8 2022-09-27T15:52:45.2491350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_uint8 2022-09-27T15:52:45.2491971Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float32 2022-09-27T15:52:45.2514417Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_uint8 2022-09-27T15:52:45.2515035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float64 2022-09-27T15:52:45.6845957Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_bfloat16 2022-09-27T15:52:45.6846617Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_uint8 2022-09-27T15:52:45.8673497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_bfloat16 2022-09-27T15:52:45.8674191Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float64 2022-09-27T15:52:46.2566576Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int16 2022-09-27T15:52:46.2576859Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int16 2022-09-27T15:52:46.2587532Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_bfloat16 2022-09-27T15:52:46.2743155Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:52:46.2743804Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int32 2022-09-27T15:52:46.2744348Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float16 2022-09-27T15:52:46.6555596Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:52:46.6585197Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int32 2022-09-27T15:52:46.8588529Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int64 2022-09-27T15:52:46.8589328Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_bfloat16 2022-09-27T15:52:47.0716373Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float16 2022-09-27T15:52:47.0728512Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int64 2022-09-27T15:52:47.3996692Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int8 2022-09-27T15:52:47.4463828Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int8 2022-09-27T15:52:47.5823172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_uint8 2022-09-27T15:52:47.5831703Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float16 2022-09-27T15:52:47.6630812Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float32 2022-09-27T15:52:47.6631459Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_uint8 2022-09-27T15:52:47.6631994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bfloat16 2022-09-27T15:52:47.6632587Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:52:48.1007624Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 2022-09-27T15:52:48.1008351Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bfloat16 2022-09-27T15:52:48.2648980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bool 2022-09-27T15:52:48.2649888Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float16 2022-09-27T15:52:48.3872454Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float32 2022-09-27T15:52:48.3873202Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bool 2022-09-27T15:52:48.5180502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float16 2022-09-27T15:52:48.5181322Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float32 2022-09-27T15:52:48.6571418Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float64 2022-09-27T15:52:48.6580199Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 2022-09-27T15:52:49.0030037Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 2022-09-27T15:52:49.0052593Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float16 2022-09-27T15:52:49.0410531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float32 2022-09-27T15:52:49.0419692Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float32 2022-09-27T15:52:49.2736833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float64 2022-09-27T15:52:49.2737919Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float64 2022-09-27T15:52:49.5138916Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_bfloat16 2022-09-27T15:52:49.5139652Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float32 2022-09-27T15:52:49.6198862Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float64 2022-09-27T15:52:49.6211743Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 2022-09-27T15:52:49.8482000Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 2022-09-27T15:52:49.8482881Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float64 2022-09-27T15:52:50.0095649Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int16 2022-09-27T15:52:50.0096569Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float64 2022-09-27T15:52:50.3141140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int16 2022-09-27T15:52:50.3141940Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int16 2022-09-27T15:52:50.3863934Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int32 2022-09-27T15:52:50.3864962Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int16 2022-09-27T15:52:50.4241303Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int32 2022-09-27T15:52:50.4254889Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_bfloat16 2022-09-27T15:52:50.6328708Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float16 2022-09-27T15:52:50.6342854Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int32 2022-09-27T15:52:50.6853785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int64 2022-09-27T15:52:50.6854538Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 2022-09-27T15:52:50.9479941Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 2022-09-27T15:52:50.9480775Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int32 2022-09-27T15:52:51.0250532Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int64 2022-09-27T15:52:51.0251667Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int64 2022-09-27T15:52:51.4531239Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int8 2022-09-27T15:52:51.4532182Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int8 2022-09-27T15:52:51.6345388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_uint8 2022-09-27T15:52:51.6349111Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float16 2022-09-27T15:52:51.6483145Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float32 2022-09-27T15:52:51.6483861Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 2022-09-27T15:52:51.6613901Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 2022-09-27T15:52:51.6614781Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int64 2022-09-27T15:52:51.7958231Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int8 2022-09-27T15:52:51.7965286Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_uint8 2022-09-27T15:52:51.9480187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bfloat16 2022-09-27T15:52:51.9481196Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bfloat16 2022-09-27T15:52:52.0407929Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bool 2022-09-27T15:52:52.0497200Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bool 2022-09-27T15:52:52.2086094Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex128 2022-09-27T15:52:52.2086799Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int8 2022-09-27T15:52:52.2087419Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_uint8 2022-09-27T15:52:52.2088050Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex128 2022-09-27T15:52:52.3659562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex32 2022-09-27T15:52:52.3660561Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex32 2022-09-27T15:52:52.4951087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex64 2022-09-27T15:52:52.4951766Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex64 2022-09-27T15:52:52.6457323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float16 2022-09-27T15:52:52.6458364Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float16 2022-09-27T15:52:52.8292081Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float32 2022-09-27T15:52:52.8293098Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float32 2022-09-27T15:52:52.8293751Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float64 2022-09-27T15:52:52.8294376Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float32 2022-09-27T15:52:52.8295209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float64 2022-09-27T15:52:52.8295947Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 2022-09-27T15:52:52.9494296Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_bool 2022-09-27T15:52:52.9495059Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float64 2022-09-27T15:52:53.0406177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int16 2022-09-27T15:52:53.0422934Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_uint8 2022-09-27T15:52:53.0509580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_bfloat16 2022-09-27T15:52:53.0583686Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int16 2022-09-27T15:52:53.1776060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int32 2022-09-27T15:52:53.1777042Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int32 2022-09-27T15:52:53.2975506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int64 2022-09-27T15:52:53.3003562Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int64 2022-09-27T15:52:53.3966409Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int8 2022-09-27T15:52:53.3967215Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_bool 2022-09-27T15:52:53.4057818Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float32 2022-09-27T15:52:53.4070348Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int8 2022-09-27T15:52:53.5158733Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_uint8 2022-09-27T15:52:53.5159676Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_uint8 2022-09-27T15:52:53.5272021Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bfloat16 2022-09-27T15:52:53.5284266Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bfloat16 2022-09-27T15:52:53.5389963Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bool 2022-09-27T15:52:53.5399769Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bool 2022-09-27T15:52:53.5502744Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex128 2022-09-27T15:52:53.5524791Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex128 2022-09-27T15:52:53.5627810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex32 2022-09-27T15:52:53.5628558Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex32 2022-09-27T15:52:53.5736031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex64 2022-09-27T15:52:53.5743440Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex64 2022-09-27T15:52:53.5854375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float16 2022-09-27T15:52:53.5855114Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float16 2022-09-27T15:52:53.5952990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float32 2022-09-27T15:52:53.5979812Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float32 2022-09-27T15:52:53.6070652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float64 2022-09-27T15:52:53.6107378Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float64 2022-09-27T15:52:53.6178811Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int16 2022-09-27T15:52:53.6191545Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int16 2022-09-27T15:52:53.6290917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int32 2022-09-27T15:52:53.6301366Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int32 2022-09-27T15:52:53.6394553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int64 2022-09-27T15:52:53.6461179Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int64 2022-09-27T15:52:53.6607335Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int8 2022-09-27T15:52:53.6607987Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int8 2022-09-27T15:52:53.6608591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_uint8 2022-09-27T15:52:53.6651093Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_uint8 2022-09-27T15:52:53.7019461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bfloat16 2022-09-27T15:52:53.7020416Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_bfloat16 2022-09-27T15:52:53.7936001Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float16 2022-09-27T15:52:53.7947991Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float64 2022-09-27T15:52:53.8273520Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex128 2022-09-27T15:52:53.8274476Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bfloat16 2022-09-27T15:52:53.9177155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bool 2022-09-27T15:52:53.9180076Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float32 2022-09-27T15:52:53.9680517Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float64 2022-09-27T15:52:53.9706729Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bool 2022-09-27T15:52:54.3500442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex128 2022-09-27T15:52:54.3512171Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex128 2022-09-27T15:52:54.4192768Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex32 2022-09-27T15:52:54.4204546Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float16 2022-09-27T15:52:54.4240246Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float32 2022-09-27T15:52:54.4252483Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex128 2022-09-27T15:52:54.7925696Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex32 2022-09-27T15:52:54.7937066Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float32 2022-09-27T15:52:54.9943252Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float64 2022-09-27T15:52:54.9954325Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex32 2022-09-27T15:52:55.0505922Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex64 2022-09-27T15:52:55.0520482Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex32 2022-09-27T15:52:55.2386281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex64 2022-09-27T15:52:55.2398923Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float64 2022-09-27T15:52:55.3127934Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int16 2022-09-27T15:52:55.3140434Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex64 2022-09-27T15:52:55.3174661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float16 2022-09-27T15:52:55.3191431Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex64 2022-09-27T15:52:55.3250992Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bfloat16 2022-09-27T15:52:55.3263898Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bfloat16 2022-09-27T15:52:55.3322611Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bool 2022-09-27T15:52:55.3335441Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bool 2022-09-27T15:52:55.3388780Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex128 2022-09-27T15:52:55.3408089Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex128 2022-09-27T15:52:55.3455217Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex32 2022-09-27T15:52:55.3467249Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex32 2022-09-27T15:52:55.3516774Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex64 2022-09-27T15:52:55.3530735Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex64 2022-09-27T15:52:55.3589258Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float16 2022-09-27T15:52:55.3601891Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float16 2022-09-27T15:52:55.3658980Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float32 2022-09-27T15:52:55.3688796Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float32 2022-09-27T15:52:55.3766337Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float64 2022-09-27T15:52:55.3766974Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float64 2022-09-27T15:52:55.3787399Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int16 2022-09-27T15:52:55.3799798Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int16 2022-09-27T15:52:55.3875027Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int32 2022-09-27T15:52:55.3875605Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int32 2022-09-27T15:52:55.3914089Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int64 2022-09-27T15:52:55.3924812Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int64 2022-09-27T15:52:55.3981386Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int8 2022-09-27T15:52:55.3992452Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int8 2022-09-27T15:52:55.4044453Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_uint8 2022-09-27T15:52:55.4055656Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_uint8 2022-09-27T15:52:55.4124611Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bfloat16 2022-09-27T15:52:55.4146456Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bfloat16 2022-09-27T15:52:55.4207663Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bool 2022-09-27T15:52:55.4218354Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bool 2022-09-27T15:52:55.4289934Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex128 2022-09-27T15:52:55.4300422Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex128 2022-09-27T15:52:55.4372314Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex64 2022-09-27T15:52:55.4384024Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex64 2022-09-27T15:52:55.4453088Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float16 2022-09-27T15:52:55.4463417Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float16 2022-09-27T15:52:55.4535625Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float32 2022-09-27T15:52:55.4546605Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float32 2022-09-27T15:52:55.4612248Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float64 2022-09-27T15:52:55.4624428Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float64 2022-09-27T15:52:55.4686758Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int16 2022-09-27T15:52:55.4733480Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int16 2022-09-27T15:52:55.4761764Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int32 2022-09-27T15:52:55.4772199Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int32 2022-09-27T15:52:55.4837327Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int64 2022-09-27T15:52:55.4849341Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int64 2022-09-27T15:52:55.4911340Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int8 2022-09-27T15:52:55.4924143Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int8 2022-09-27T15:52:55.4993683Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_uint8 2022-09-27T15:52:55.5005373Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_uint8 2022-09-27T15:52:55.5054907Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bfloat16 2022-09-27T15:52:55.5066879Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bfloat16 2022-09-27T15:52:55.5116477Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bool 2022-09-27T15:52:55.5127818Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bool 2022-09-27T15:52:55.5176254Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex128 2022-09-27T15:52:55.5189043Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex128 2022-09-27T15:52:55.5236900Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex64 2022-09-27T15:52:55.5248032Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex64 2022-09-27T15:52:55.5295178Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float16 2022-09-27T15:52:55.5305971Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float16 2022-09-27T15:52:55.5359531Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float32 2022-09-27T15:52:55.5370582Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float32 2022-09-27T15:52:55.5420725Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float64 2022-09-27T15:52:55.5431863Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float64 2022-09-27T15:52:55.5477678Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int16 2022-09-27T15:52:55.5489619Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int16 2022-09-27T15:52:55.5535029Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int32 2022-09-27T15:52:55.5548889Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int32 2022-09-27T15:52:55.5592280Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int64 2022-09-27T15:52:55.5603221Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int64 2022-09-27T15:52:55.5651568Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int8 2022-09-27T15:52:55.5662374Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int8 2022-09-27T15:52:55.5708237Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_uint8 2022-09-27T15:52:55.5719547Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_uint8 2022-09-27T15:52:55.5777004Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bfloat16 2022-09-27T15:52:55.5787999Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bfloat16 2022-09-27T15:52:55.5844063Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bool 2022-09-27T15:52:55.5856122Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bool 2022-09-27T15:52:55.5866925Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float16 2022-09-27T15:52:55.5867745Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex128 2022-09-27T15:52:55.5875267Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float32 2022-09-27T15:52:55.5886568Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int16 2022-09-27T15:52:55.5934182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int32 2022-09-27T15:52:55.5945994Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex128 2022-09-27T15:52:55.6007093Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex32 2022-09-27T15:52:55.6017973Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex32 2022-09-27T15:52:55.6085438Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex64 2022-09-27T15:52:55.6098905Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex64 2022-09-27T15:52:55.6162798Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float16 2022-09-27T15:52:55.6175049Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float16 2022-09-27T15:52:55.6239137Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float32 2022-09-27T15:52:55.6250859Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float32 2022-09-27T15:52:55.6308359Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float64 2022-09-27T15:52:55.6319113Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float64 2022-09-27T15:52:55.6381005Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int16 2022-09-27T15:52:55.6392314Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int16 2022-09-27T15:52:55.6450686Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int32 2022-09-27T15:52:55.6461244Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int32 2022-09-27T15:52:55.6520301Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int64 2022-09-27T15:52:55.6531698Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int64 2022-09-27T15:52:55.6589365Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int8 2022-09-27T15:52:55.6601990Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int8 2022-09-27T15:52:55.6659320Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_uint8 2022-09-27T15:52:55.6670237Z [gw1] [ 48%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_uint8 2022-09-27T15:52:55.6720093Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bfloat16 2022-09-27T15:52:55.6731676Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float32 2022-09-27T15:52:55.8621161Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float64 2022-09-27T15:52:55.8624391Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float64 2022-09-27T15:52:55.9440385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int16 2022-09-27T15:52:55.9441235Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int16 2022-09-27T15:52:55.9463835Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int32 2022-09-27T15:52:55.9485962Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int32 2022-09-27T15:52:56.0332392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int64 2022-09-27T15:52:56.0344602Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int32 2022-09-27T15:52:56.1341019Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int64 2022-09-27T15:52:56.1352589Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int64 2022-09-27T15:52:56.2072425Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int8 2022-09-27T15:52:56.2073402Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int8 2022-09-27T15:52:56.2800278Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_uint8 2022-09-27T15:52:56.2811520Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_uint8 2022-09-27T15:52:56.3271042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bfloat16 2022-09-27T15:52:56.3282442Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int64 2022-09-27T15:52:56.3819808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int8 2022-09-27T15:52:56.3831847Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bfloat16 2022-09-27T15:52:56.5088324Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bool 2022-09-27T15:52:56.5099206Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bool 2022-09-27T15:52:56.6601579Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex128 2022-09-27T15:52:56.6615478Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int8 2022-09-27T15:52:56.9010051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_uint8 2022-09-27T15:52:56.9022279Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex128 2022-09-27T15:52:56.9549381Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex32 2022-09-27T15:52:56.9561384Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bfloat16 2022-09-27T15:52:56.9809870Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bool 2022-09-27T15:52:56.9822982Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_uint8 2022-09-27T15:52:57.4822921Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bfloat16 2022-09-27T15:52:57.4836695Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex32 2022-09-27T15:52:57.4895556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex64 2022-09-27T15:52:57.4913492Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float64 2022-09-27T15:52:57.6062486Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int16 2022-09-27T15:52:57.6074308Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bfloat16 2022-09-27T15:52:57.7743351Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bool 2022-09-27T15:52:57.7759376Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex64 2022-09-27T15:52:57.8051118Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float16 2022-09-27T15:52:57.8052102Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bool 2022-09-27T15:52:57.9700036Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex128 2022-09-27T15:52:57.9700935Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bool 2022-09-27T15:52:58.0393889Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float16 2022-09-27T15:52:58.0394739Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int16 2022-09-27T15:52:58.0461974Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int32 2022-09-27T15:52:58.0472159Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float16 2022-09-27T15:52:58.1762347Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float32 2022-09-27T15:52:58.1763043Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float32 2022-09-27T15:52:58.3317440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float64 2022-09-27T15:52:58.3323916Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float64 2022-09-27T15:52:58.4229977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int16 2022-09-27T15:52:58.4236325Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int16 2022-09-27T15:52:58.5147645Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int32 2022-09-27T15:52:58.5148548Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int32 2022-09-27T15:52:58.5486324Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int64 2022-09-27T15:52:58.5491155Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int32 2022-09-27T15:52:58.6383968Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int64 2022-09-27T15:52:58.6384659Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int64 2022-09-27T15:52:58.7147655Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int8 2022-09-27T15:52:58.7178644Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int8 2022-09-27T15:52:58.8107370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_uint8 2022-09-27T15:52:58.8108048Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_uint8 2022-09-27T15:52:58.9486954Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bfloat16 2022-09-27T15:52:58.9487741Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bfloat16 2022-09-27T15:52:58.9488289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bool 2022-09-27T15:52:58.9488858Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float16 2022-09-27T15:52:59.0664308Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float32 2022-09-27T15:52:59.0665187Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bool 2022-09-27T15:52:59.2071216Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:52:59.2072137Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:52:59.2793329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:52:59.2823432Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int64 2022-09-27T15:52:59.3542034Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int8 2022-09-27T15:52:59.3544324Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:52:59.4273757Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float16 2022-09-27T15:52:59.4274663Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float32 2022-09-27T15:52:59.4820922Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float64 2022-09-27T15:52:59.4857918Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float16 2022-09-27T15:52:59.6218473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float32 2022-09-27T15:52:59.6219393Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex128 2022-09-27T15:52:59.6220016Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex64 2022-09-27T15:52:59.6220650Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float32 2022-09-27T15:52:59.7484193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float64 2022-09-27T15:52:59.7503068Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float64 2022-09-27T15:52:59.8836087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int16 2022-09-27T15:52:59.8846790Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int16 2022-09-27T15:52:59.8879287Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int32 2022-09-27T15:52:59.8911018Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int8 2022-09-27T15:53:00.0096667Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_uint8 2022-09-27T15:53:00.0231619Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int32 2022-09-27T15:53:00.1405069Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int64 2022-09-27T15:53:00.1416857Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int64 2022-09-27T15:53:00.1495737Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int8 2022-09-27T15:53:00.1518173Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float64 2022-09-27T15:53:00.2788108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int16 2022-09-27T15:53:00.2788914Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int8 2022-09-27T15:53:00.3921378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_uint8 2022-09-27T15:53:00.3948867Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_uint8 2022-09-27T15:53:00.4436996Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bfloat16 2022-09-27T15:53:00.4437903Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bfloat16 2022-09-27T15:53:00.4911060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bool 2022-09-27T15:53:00.4947396Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bool 2022-09-27T15:53:00.5093082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex128 2022-09-27T15:53:00.5093865Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_uint8 2022-09-27T15:53:00.5482443Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bfloat16 2022-09-27T15:53:00.5487898Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex128 2022-09-27T15:53:00.5712146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex32 2022-09-27T15:53:00.5713129Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int16 2022-09-27T15:53:00.6102353Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int32 2022-09-27T15:53:00.6103243Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex32 2022-09-27T15:53:00.6644187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex64 2022-09-27T15:53:00.6645058Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex64 2022-09-27T15:53:00.7108400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float16 2022-09-27T15:53:00.7167226Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float16 2022-09-27T15:53:00.7791162Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float32 2022-09-27T15:53:00.7792268Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float32 2022-09-27T15:53:00.7882453Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float64 2022-09-27T15:53:00.7890892Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bfloat16 2022-09-27T15:53:00.8284786Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bool 2022-09-27T15:53:00.8363960Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float64 2022-09-27T15:53:00.8887397Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int16 2022-09-27T15:53:00.8931003Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int16 2022-09-27T15:53:00.9115996Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int32 2022-09-27T15:53:00.9141157Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex64 2022-09-27T15:53:00.9626249Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float16 2022-09-27T15:53:00.9627129Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int32 2022-09-27T15:53:01.0033866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int64 2022-09-27T15:53:01.0079931Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int64 2022-09-27T15:53:01.0423145Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int8 2022-09-27T15:53:01.0424219Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int32 2022-09-27T15:53:01.0515629Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int64 2022-09-27T15:53:01.0543070Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int8 2022-09-27T15:53:01.0924460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_uint8 2022-09-27T15:53:01.0936222Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_uint8 2022-09-27T15:53:01.2072348Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bfloat16 2022-09-27T15:53:01.2110324Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bool 2022-09-27T15:53:01.5276897Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex128 2022-09-27T15:53:01.5277973Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int64 2022-09-27T15:53:01.8730503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int8 2022-09-27T15:53:01.8731620Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int8 2022-09-27T15:53:01.9385624Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_uint8 2022-09-27T15:53:01.9386462Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex128 2022-09-27T15:53:02.2779809Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex64 2022-09-27T15:53:02.2789152Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_uint8 2022-09-27T15:53:02.6013721Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bfloat16 2022-09-27T15:53:02.6014676Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex64 2022-09-27T15:53:02.7217023Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float32 2022-09-27T15:53:02.7235224Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bfloat16 2022-09-27T15:53:02.8351642Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bool 2022-09-27T15:53:02.8352447Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float32 2022-09-27T15:53:02.8508366Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float64 2022-09-27T15:53:02.8509146Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float16 2022-09-27T15:53:02.9709312Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float32 2022-09-27T15:53:02.9772138Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bfloat16 2022-09-27T15:53:03.1379179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bool 2022-09-27T15:53:03.1379961Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float64 2022-09-27T15:53:03.3327838Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int16 2022-09-27T15:53:03.3328945Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bool 2022-09-27T15:53:03.3813214Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float16 2022-09-27T15:53:03.3814159Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int16 2022-09-27T15:53:03.6117289Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int32 2022-09-27T15:53:03.6118132Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int32 2022-09-27T15:53:03.7939215Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int64 2022-09-27T15:53:03.8122870Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float32 2022-09-27T15:53:03.9046521Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float64 2022-09-27T15:53:03.9047260Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int64 2022-09-27T15:53:03.9975589Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int8 2022-09-27T15:53:03.9976413Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bool 2022-09-27T15:53:04.3150621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float16 2022-09-27T15:53:04.3151462Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int8 2022-09-27T15:53:04.3701293Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_uint8 2022-09-27T15:53:04.3702074Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float16 2022-09-27T15:53:04.6283994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float32 2022-09-27T15:53:04.6290791Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_uint8 2022-09-27T15:53:04.9121170Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bfloat16 2022-09-27T15:53:04.9122434Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float32 2022-09-27T15:53:05.0181255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float64 2022-09-27T15:53:05.0182460Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bfloat16 2022-09-27T15:53:05.1348714Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bool 2022-09-27T15:53:05.1389284Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float64 2022-09-27T15:53:05.3122487Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int16 2022-09-27T15:53:05.3129740Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bool 2022-09-27T15:53:05.5133800Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex128 2022-09-27T15:53:05.5246127Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float64 2022-09-27T15:53:05.8984993Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int16 2022-09-27T15:53:05.8986077Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex128 2022-09-27T15:53:05.9049969Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex64 2022-09-27T15:53:05.9050688Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int16 2022-09-27T15:53:05.9530264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int32 2022-09-27T15:53:05.9540991Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float16 2022-09-27T15:53:06.0947062Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float32 2022-09-27T15:53:06.0947827Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int16 2022-09-27T15:53:06.2856803Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int32 2022-09-27T15:53:06.2861184Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int32 2022-09-27T15:53:06.3528081Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int64 2022-09-27T15:53:06.3542501Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex64 2022-09-27T15:53:06.6693263Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float16 2022-09-27T15:53:06.6706834Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int64 2022-09-27T15:53:06.7571111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int8 2022-09-27T15:53:06.7582844Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float16 2022-09-27T15:53:06.9557656Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float32 2022-09-27T15:53:06.9568716Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float32 2022-09-27T15:53:06.9766211Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float64 2022-09-27T15:53:06.9777849Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int32 2022-09-27T15:53:06.9795778Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int64 2022-09-27T15:53:06.9842578Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float32 2022-09-27T15:53:07.0220215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float64 2022-09-27T15:53:07.0238967Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int8 2022-09-27T15:53:07.2534166Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_uint8 2022-09-27T15:53:07.2560739Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float64 2022-09-27T15:53:07.3903347Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int16 2022-09-27T15:53:07.3904162Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int16 2022-09-27T15:53:07.4064647Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int32 2022-09-27T15:53:07.4065793Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_uint8 2022-09-27T15:53:07.5532987Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bfloat16 2022-09-27T15:53:07.5534489Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int32 2022-09-27T15:53:07.7213211Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int64 2022-09-27T15:53:07.7213969Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int64 2022-09-27T15:53:07.8449837Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int8 2022-09-27T15:53:07.8450587Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int8 2022-09-27T15:53:07.9823372Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_uint8 2022-09-27T15:53:07.9824138Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_uint8 2022-09-27T15:53:07.9824689Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bfloat16 2022-09-27T15:53:07.9825256Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bfloat16 2022-09-27T15:53:07.9892656Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bool 2022-09-27T15:53:07.9893293Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bool 2022-09-27T15:53:07.9936772Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex128 2022-09-27T15:53:07.9937404Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int64 2022-09-27T15:53:08.0040563Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int8 2022-09-27T15:53:08.0041181Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex128 2022-09-27T15:53:08.0149552Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex32 2022-09-27T15:53:08.0150207Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex32 2022-09-27T15:53:08.0198942Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex64 2022-09-27T15:53:08.0199637Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex64 2022-09-27T15:53:08.0248961Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float16 2022-09-27T15:53:08.0342450Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float16 2022-09-27T15:53:08.0343948Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float32 2022-09-27T15:53:08.0348789Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float32 2022-09-27T15:53:08.0430505Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float64 2022-09-27T15:53:08.0467719Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float64 2022-09-27T15:53:08.0513265Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int16 2022-09-27T15:53:08.0592401Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int16 2022-09-27T15:53:08.0592969Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int32 2022-09-27T15:53:08.0670185Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int32 2022-09-27T15:53:08.0670825Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int64 2022-09-27T15:53:08.0744578Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int64 2022-09-27T15:53:08.0763665Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int8 2022-09-27T15:53:08.0764396Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int8 2022-09-27T15:53:08.0888238Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_uint8 2022-09-27T15:53:08.0888975Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_uint8 2022-09-27T15:53:08.1005515Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bfloat16 2022-09-27T15:53:08.1013162Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bfloat16 2022-09-27T15:53:08.1160211Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bool 2022-09-27T15:53:08.1274746Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bool 2022-09-27T15:53:08.1303839Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex128 2022-09-27T15:53:08.1431331Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex128 2022-09-27T15:53:08.1458499Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex32 2022-09-27T15:53:08.1471341Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex32 2022-09-27T15:53:08.1624773Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex64 2022-09-27T15:53:08.1636394Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex64 2022-09-27T15:53:08.1789671Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float16 2022-09-27T15:53:08.1800786Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float16 2022-09-27T15:53:08.1960090Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float32 2022-09-27T15:53:08.1966294Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float32 2022-09-27T15:53:08.2119797Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float64 2022-09-27T15:53:08.2277444Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float64 2022-09-27T15:53:08.2278497Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int16 2022-09-27T15:53:08.2308739Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int16 2022-09-27T15:53:08.2435052Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int32 2022-09-27T15:53:08.2446978Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int32 2022-09-27T15:53:08.2455399Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float64 2022-09-27T15:53:08.2458603Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int64 2022-09-27T15:53:08.2577382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int16 2022-09-27T15:53:08.2587549Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int64 2022-09-27T15:53:08.2713691Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int8 2022-09-27T15:53:08.2723673Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int8 2022-09-27T15:53:08.2845309Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_uint8 2022-09-27T15:53:08.2855813Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_uint8 2022-09-27T15:53:08.3014703Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_bfloat16 2022-09-27T15:53:08.3025019Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_bfloat16 2022-09-27T15:53:08.3182152Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex128 2022-09-27T15:53:08.3195191Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex128 2022-09-27T15:53:08.3347956Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex64 2022-09-27T15:53:08.3358061Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex64 2022-09-27T15:53:08.3526182Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float16 2022-09-27T15:53:08.3536222Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float16 2022-09-27T15:53:08.3681540Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float32 2022-09-27T15:53:08.3691544Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float32 2022-09-27T15:53:08.3841229Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float64 2022-09-27T15:53:08.3848950Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float64 2022-09-27T15:53:08.4125784Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_bfloat16 2022-09-27T15:53:08.4135858Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_bfloat16 2022-09-27T15:53:08.4431219Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex128 2022-09-27T15:53:08.4441794Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex128 2022-09-27T15:53:08.4719817Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex64 2022-09-27T15:53:08.4730648Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex64 2022-09-27T15:53:08.5065548Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float16 2022-09-27T15:53:08.5076650Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float16 2022-09-27T15:53:08.5337186Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float32 2022-09-27T15:53:08.5348029Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float32 2022-09-27T15:53:08.5631604Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float64 2022-09-27T15:53:08.5642845Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float64 2022-09-27T15:53:08.7743877Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_bfloat16 2022-09-27T15:53:08.7784434Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int8 2022-09-27T15:53:09.0474668Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_uint8 2022-09-27T15:53:09.0490022Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bfloat16 2022-09-27T15:53:09.1654157Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bool 2022-09-27T15:53:09.1673869Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_bfloat16 2022-09-27T15:53:09.4980896Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex128 2022-09-27T15:53:09.4994488Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int16 2022-09-27T15:53:09.6551360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int32 2022-09-27T15:53:09.6574393Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_uint8 2022-09-27T15:53:09.8802410Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bfloat16 2022-09-27T15:53:09.8803201Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bfloat16 2022-09-27T15:53:09.9396378Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bool 2022-09-27T15:53:09.9397120Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex128 2022-09-27T15:53:10.0850321Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex32 2022-09-27T15:53:10.0865940Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bool 2022-09-27T15:53:10.5244403Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex128 2022-09-27T15:53:10.5258263Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bool 2022-09-27T15:53:10.5765582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float16 2022-09-27T15:53:10.5777847Z [gw0] [ 49%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex32 2022-09-27T15:53:10.6571125Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex64 2022-09-27T15:53:10.6583248Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex128 2022-09-27T15:53:10.8535320Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex32 2022-09-27T15:53:10.8536201Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int32 2022-09-27T15:53:11.2859445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int64 2022-09-27T15:53:11.2860326Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex64 2022-09-27T15:53:11.4010769Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float16 2022-09-27T15:53:11.4011540Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex32 2022-09-27T15:53:11.7619886Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex64 2022-09-27T15:53:11.7631014Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex64 2022-09-27T15:53:12.1150549Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float16 2022-09-27T15:53:12.1151283Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float16 2022-09-27T15:53:12.1887440Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float32 2022-09-27T15:53:12.1902648Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int64 2022-09-27T15:53:12.2328207Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int8 2022-09-27T15:53:12.2360771Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float16 2022-09-27T15:53:12.2588411Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float32 2022-09-27T15:53:12.2678431Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float32 2022-09-27T15:53:12.4139578Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float64 2022-09-27T15:53:12.4155824Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float16 2022-09-27T15:53:12.4962759Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float32 2022-09-27T15:53:12.4977652Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float64 2022-09-27T15:53:12.5893169Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int16 2022-09-27T15:53:12.5893870Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float32 2022-09-27T15:53:12.6390674Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float64 2022-09-27T15:53:12.6640881Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int16 2022-09-27T15:53:12.7875343Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int32 2022-09-27T15:53:12.7876041Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int32 2022-09-27T15:53:12.9448315Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int64 2022-09-27T15:53:12.9471124Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int64 2022-09-27T15:53:13.0210992Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int8 2022-09-27T15:53:13.0218190Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float64 2022-09-27T15:53:13.0753151Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int16 2022-09-27T15:53:13.0768268Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int8 2022-09-27T15:53:13.2012238Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_uint8 2022-09-27T15:53:13.2028955Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_uint8 2022-09-27T15:53:13.2826462Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bfloat16 2022-09-27T15:53:13.2893029Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int16 2022-09-27T15:53:13.4405540Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int32 2022-09-27T15:53:13.4501057Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int8 2022-09-27T15:53:13.4664400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_uint8 2022-09-27T15:53:13.4665404Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bfloat16 2022-09-27T15:53:13.5754516Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bool 2022-09-27T15:53:13.5755291Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int32 2022-09-27T15:53:13.6701655Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int64 2022-09-27T15:53:13.6702779Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float32 2022-09-27T15:53:13.7339846Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float64 2022-09-27T15:53:13.7340611Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bool 2022-09-27T15:53:13.8914281Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex128 2022-09-27T15:53:13.8915181Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int64 2022-09-27T15:53:14.1380081Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int8 2022-09-27T15:53:14.1380890Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int8 2022-09-27T15:53:14.3653809Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_uint8 2022-09-27T15:53:14.3772354Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex128 2022-09-27T15:53:14.3773102Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex32 2022-09-27T15:53:14.3773671Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_uint8 2022-09-27T15:53:14.4009816Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bfloat16 2022-09-27T15:53:14.4031448Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bfloat16 2022-09-27T15:53:14.4206970Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bool 2022-09-27T15:53:14.4352688Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bool 2022-09-27T15:53:14.4432760Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex128 2022-09-27T15:53:14.4454460Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex128 2022-09-27T15:53:14.4664800Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex64 2022-09-27T15:53:14.4695120Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex64 2022-09-27T15:53:14.4945885Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float16 2022-09-27T15:53:14.4964581Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float16 2022-09-27T15:53:14.5167429Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float32 2022-09-27T15:53:14.5178182Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float32 2022-09-27T15:53:14.5383045Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float64 2022-09-27T15:53:14.5383635Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float64 2022-09-27T15:53:14.5572212Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int16 2022-09-27T15:53:14.5586438Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int16 2022-09-27T15:53:14.5765594Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int32 2022-09-27T15:53:14.5766196Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int32 2022-09-27T15:53:14.6072030Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int64 2022-09-27T15:53:14.6072633Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int64 2022-09-27T15:53:14.6188246Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int8 2022-09-27T15:53:14.6234681Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int8 2022-09-27T15:53:14.6439573Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_uint8 2022-09-27T15:53:14.6440535Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_uint8 2022-09-27T15:53:14.6680301Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bfloat16 2022-09-27T15:53:14.6681097Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bfloat16 2022-09-27T15:53:14.6890935Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bool 2022-09-27T15:53:14.6892068Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bool 2022-09-27T15:53:14.6892649Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex128 2022-09-27T15:53:14.6893256Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_uint8 2022-09-27T15:53:14.7055110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bfloat16 2022-09-27T15:53:14.7066430Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex128 2022-09-27T15:53:14.7257244Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex64 2022-09-27T15:53:14.7268384Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex64 2022-09-27T15:53:14.7487565Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float16 2022-09-27T15:53:14.7498478Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float16 2022-09-27T15:53:14.7673628Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float32 2022-09-27T15:53:14.7683774Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float32 2022-09-27T15:53:14.7864879Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float64 2022-09-27T15:53:14.7875261Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float64 2022-09-27T15:53:14.8035659Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int16 2022-09-27T15:53:14.8053442Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int16 2022-09-27T15:53:14.8261801Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int32 2022-09-27T15:53:14.8262564Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int32 2022-09-27T15:53:14.8402931Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int64 2022-09-27T15:53:14.8413438Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int64 2022-09-27T15:53:14.8585355Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int8 2022-09-27T15:53:14.8596739Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int8 2022-09-27T15:53:14.8772804Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_uint8 2022-09-27T15:53:14.8782299Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_uint8 2022-09-27T15:53:14.8838271Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bfloat16 2022-09-27T15:53:14.8851034Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bfloat16 2022-09-27T15:53:14.8891630Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bool 2022-09-27T15:53:14.8901893Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bool 2022-09-27T15:53:14.8948854Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex128 2022-09-27T15:53:14.8959121Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex128 2022-09-27T15:53:14.9006071Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex64 2022-09-27T15:53:14.9016135Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex64 2022-09-27T15:53:14.9072522Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float16 2022-09-27T15:53:14.9073335Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float16 2022-09-27T15:53:14.9119619Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float32 2022-09-27T15:53:14.9135695Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float32 2022-09-27T15:53:14.9179044Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float64 2022-09-27T15:53:14.9189159Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float64 2022-09-27T15:53:14.9229748Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int16 2022-09-27T15:53:14.9240048Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int16 2022-09-27T15:53:14.9280241Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int32 2022-09-27T15:53:14.9290246Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int32 2022-09-27T15:53:14.9332370Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int64 2022-09-27T15:53:14.9342318Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int64 2022-09-27T15:53:14.9382474Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int8 2022-09-27T15:53:14.9392498Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int8 2022-09-27T15:53:14.9432706Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_uint8 2022-09-27T15:53:14.9442651Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_uint8 2022-09-27T15:53:14.9639284Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bfloat16 2022-09-27T15:53:14.9653962Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bfloat16 2022-09-27T15:53:15.0575337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bool 2022-09-27T15:53:15.0586661Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float64 2022-09-27T15:53:15.2172676Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int16 2022-09-27T15:53:15.2184966Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bool 2022-09-27T15:53:15.2273544Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex128 2022-09-27T15:53:15.2498171Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex32 2022-09-27T15:53:15.2498834Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex64 2022-09-27T15:53:15.2499416Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bfloat16 2022-09-27T15:53:15.6206413Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bool 2022-09-27T15:53:15.6207006Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bool 2022-09-27T15:53:15.7634562Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex128 2022-09-27T15:53:15.7635271Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex128 2022-09-27T15:53:15.8064545Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex64 2022-09-27T15:53:15.8078736Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex64 2022-09-27T15:53:16.1899722Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float16 2022-09-27T15:53:16.1900304Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex64 2022-09-27T15:53:16.2357628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float32 2022-09-27T15:53:16.2372442Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float16 2022-09-27T15:53:16.4064445Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float32 2022-09-27T15:53:16.4065137Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float32 2022-09-27T15:53:16.4160240Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int16 2022-09-27T15:53:16.4160832Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int32 2022-09-27T15:53:16.5371518Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float64 2022-09-27T15:53:16.5372267Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float32 2022-09-27T15:53:16.5674022Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float64 2022-09-27T15:53:16.5675146Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex128 2022-09-27T15:53:16.7440435Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex64 2022-09-27T15:53:16.7441391Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float64 2022-09-27T15:53:16.9400393Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int16 2022-09-27T15:53:16.9401063Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float64 2022-09-27T15:53:16.9613332Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int16 2022-09-27T15:53:16.9613939Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int16 2022-09-27T15:53:17.1478283Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int32 2022-09-27T15:53:17.1479044Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int16 2022-09-27T15:53:17.1534469Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int32 2022-09-27T15:53:17.1535028Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int32 2022-09-27T15:53:17.3504609Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int64 2022-09-27T15:53:17.3505335Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int32 2022-09-27T15:53:17.3917191Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int64 2022-09-27T15:53:17.3918051Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int64 2022-09-27T15:53:17.6154910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int8 2022-09-27T15:53:17.6155747Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex64 2022-09-27T15:53:17.6156428Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float32 2022-09-27T15:53:17.6157083Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int8 2022-09-27T15:53:17.6157756Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_uint8 2022-09-27T15:53:17.6158431Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int64 2022-09-27T15:53:17.8025279Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int8 2022-09-27T15:53:17.8027136Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_uint8 2022-09-27T15:53:17.8027757Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bfloat16 2022-09-27T15:53:17.8237139Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int8 2022-09-27T15:53:17.9412345Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_uint8 2022-09-27T15:53:17.9413104Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int32 2022-09-27T15:53:18.0265874Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int64 2022-09-27T15:53:18.0332145Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_uint8 2022-09-27T15:53:18.1076416Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bfloat16 2022-09-27T15:53:18.1077124Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float32 2022-09-27T15:53:18.1870037Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float64 2022-09-27T15:53:18.1942983Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bfloat16 2022-09-27T15:53:18.2329382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bool 2022-09-27T15:53:18.2431034Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bfloat16 2022-09-27T15:53:18.4724899Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bool 2022-09-27T15:53:18.4816034Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bool 2022-09-27T15:53:18.5227480Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex128 2022-09-27T15:53:18.5228661Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bool 2022-09-27T15:53:18.6345118Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex128 2022-09-27T15:53:18.6346000Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float64 2022-09-27T15:53:18.9476601Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int16 2022-09-27T15:53:18.9480509Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex128 2022-09-27T15:53:19.0838250Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex64 2022-09-27T15:53:19.0839178Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int16 2022-09-27T15:53:19.1883440Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int32 2022-09-27T15:53:19.1884147Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex128 2022-09-27T15:53:19.2244200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex64 2022-09-27T15:53:19.2245068Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int64 2022-09-27T15:53:19.2897366Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int8 2022-09-27T15:53:19.2898179Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex64 2022-09-27T15:53:19.4989421Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float16 2022-09-27T15:53:19.5005596Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int32 2022-09-27T15:53:19.6226920Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int64 2022-09-27T15:53:19.6227971Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex64 2022-09-27T15:53:19.6241966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float32 2022-09-27T15:53:19.6267230Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float16 2022-09-27T15:53:19.7515842Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float32 2022-09-27T15:53:19.7516659Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float32 2022-09-27T15:53:19.7901876Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float64 2022-09-27T15:53:19.7902844Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float32 2022-09-27T15:53:19.8042046Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float64 2022-09-27T15:53:19.8042990Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int64 2022-09-27T15:53:19.9480045Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int8 2022-09-27T15:53:19.9480658Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float64 2022-09-27T15:53:20.0333826Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int16 2022-09-27T15:53:20.0338632Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float64 2022-09-27T15:53:20.0531659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int16 2022-09-27T15:53:20.0597078Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int8 2022-09-27T15:53:20.0608440Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_uint8 2022-09-27T15:53:20.0676224Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int16 2022-09-27T15:53:20.1885149Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int32 2022-09-27T15:53:20.1886156Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int32 2022-09-27T15:53:20.2337669Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int64 2022-09-27T15:53:20.2351573Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int16 2022-09-27T15:53:20.2938399Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int32 2022-09-27T15:53:20.2987429Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_uint8 2022-09-27T15:53:20.3461397Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bfloat16 2022-09-27T15:53:20.3462141Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int64 2022-09-27T15:53:20.4500377Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int8 2022-09-27T15:53:20.4516739Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int32 2022-09-27T15:53:20.4663188Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int64 2022-09-27T15:53:20.4663871Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int8 2022-09-27T15:53:20.5530409Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_uint8 2022-09-27T15:53:20.5602952Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int8 2022-09-27T15:53:20.5603690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_uint8 2022-09-27T15:53:20.5613591Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bfloat16 2022-09-27T15:53:20.5863958Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bool 2022-09-27T15:53:20.5864921Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_uint8 2022-09-27T15:53:20.6896557Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bfloat16 2022-09-27T15:53:20.6928676Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int64 2022-09-27T15:53:20.7617446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int8 2022-09-27T15:53:20.7618438Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bfloat16 2022-09-27T15:53:20.8759398Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bool 2022-09-27T15:53:20.8855762Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int8 2022-09-27T15:53:20.8893589Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_uint8 2022-09-27T15:53:20.8971927Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bool 2022-09-27T15:53:20.9627897Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex128 2022-09-27T15:53:20.9654894Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bool 2022-09-27T15:53:21.0547003Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float16 2022-09-27T15:53:21.0580382Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_uint8 2022-09-27T15:53:21.1838736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bfloat16 2022-09-27T15:53:21.1842652Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bfloat16 2022-09-27T15:53:21.2862935Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bool 2022-09-27T15:53:21.2878924Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bool 2022-09-27T15:53:21.3137356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex128 2022-09-27T15:53:21.3151859Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float16 2022-09-27T15:53:21.4255800Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float32 2022-09-27T15:53:21.4268135Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex128 2022-09-27T15:53:21.4463837Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex32 2022-09-27T15:53:21.4480261Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float32 2022-09-27T15:53:21.5501569Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float64 2022-09-27T15:53:21.5509641Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex32 2022-09-27T15:53:21.6396300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex64 2022-09-27T15:53:21.6429350Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex128 2022-09-27T15:53:21.6702991Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex64 2022-09-27T15:53:21.6703929Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float64 2022-09-27T15:53:21.6839596Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int16 2022-09-27T15:53:21.6904934Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex64 2022-09-27T15:53:21.8301986Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float16 2022-09-27T15:53:21.8302655Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float16 2022-09-27T15:53:21.8384658Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float32 2022-09-27T15:53:21.8518725Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_uint8 2022-09-27T15:53:21.8519511Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bfloat16 2022-09-27T15:53:21.8635817Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bfloat16 2022-09-27T15:53:21.8636535Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bool 2022-09-27T15:53:21.8637139Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int16 2022-09-27T15:53:21.8637718Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int32 2022-09-27T15:53:21.8818670Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bool 2022-09-27T15:53:21.8819432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex128 2022-09-27T15:53:21.8820039Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex128 2022-09-27T15:53:21.8984037Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex32 2022-09-27T15:53:21.8984804Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex32 2022-09-27T15:53:21.8985413Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex64 2022-09-27T15:53:21.9097423Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex64 2022-09-27T15:53:21.9098178Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float16 2022-09-27T15:53:21.9107218Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float16 2022-09-27T15:53:21.9222559Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float32 2022-09-27T15:53:21.9225625Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float32 2022-09-27T15:53:21.9345845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float64 2022-09-27T15:53:21.9365443Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float64 2022-09-27T15:53:21.9467655Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int16 2022-09-27T15:53:21.9585441Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int16 2022-09-27T15:53:21.9586042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int32 2022-09-27T15:53:21.9586785Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float32 2022-09-27T15:53:21.9587268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float64 2022-09-27T15:53:21.9617336Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int32 2022-09-27T15:53:21.9788390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int64 2022-09-27T15:53:21.9789378Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int64 2022-09-27T15:53:21.9825179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int8 2022-09-27T15:53:21.9901492Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int8 2022-09-27T15:53:21.9946136Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_uint8 2022-09-27T15:53:21.9975416Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_uint8 2022-09-27T15:53:22.0215895Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bfloat16 2022-09-27T15:53:22.0216677Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bfloat16 2022-09-27T15:53:22.0217266Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bool 2022-09-27T15:53:22.0217832Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bool 2022-09-27T15:53:22.0218404Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex128 2022-09-27T15:53:22.0334714Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex128 2022-09-27T15:53:22.0335266Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex32 2022-09-27T15:53:22.0335805Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex32 2022-09-27T15:53:22.0424592Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex64 2022-09-27T15:53:22.0425471Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex64 2022-09-27T15:53:22.0484271Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float16 2022-09-27T15:53:22.0571012Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float16 2022-09-27T15:53:22.0571635Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float32 2022-09-27T15:53:22.0667998Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float32 2022-09-27T15:53:22.0680888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float64 2022-09-27T15:53:22.0681556Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float64 2022-09-27T15:53:22.0763521Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int16 2022-09-27T15:53:22.0764323Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int16 2022-09-27T15:53:22.0832022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int32 2022-09-27T15:53:22.0839561Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int32 2022-09-27T15:53:22.0863660Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float64 2022-09-27T15:53:22.0864294Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int16 2022-09-27T15:53:22.0920682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int64 2022-09-27T15:53:22.0933591Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int32 2022-09-27T15:53:22.0936679Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int64 2022-09-27T15:53:22.1027584Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int64 2022-09-27T15:53:22.1028156Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int8 2022-09-27T15:53:22.1111151Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int8 2022-09-27T15:53:22.1111767Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_uint8 2022-09-27T15:53:22.1180802Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_uint8 2022-09-27T15:53:22.2133099Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_bfloat16 2022-09-27T15:53:22.2133771Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int16 2022-09-27T15:53:22.2668910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int32 2022-09-27T15:53:22.2675104Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int64 2022-09-27T15:53:22.3278038Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int8 2022-09-27T15:53:22.3278841Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int32 2022-09-27T15:53:22.4050771Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int64 2022-09-27T15:53:22.4051420Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int8 2022-09-27T15:53:22.4551931Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_uint8 2022-09-27T15:53:22.4601075Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int64 2022-09-27T15:53:22.5484710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int8 2022-09-27T15:53:22.5490316Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_uint8 2022-09-27T15:53:22.5895501Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bfloat16 2022-09-27T15:53:22.5905491Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int8 2022-09-27T15:53:22.7077194Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_uint8 2022-09-27T15:53:22.7084504Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_uint8 2022-09-27T15:53:22.7200077Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bfloat16 2022-09-27T15:53:22.7204113Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex64 2022-09-27T15:53:22.7314512Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float32 2022-09-27T15:53:22.7322072Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bfloat16 2022-09-27T15:53:22.7422425Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bool 2022-09-27T15:53:22.7423027Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bfloat16 2022-09-27T15:53:22.7525709Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bool 2022-09-27T15:53:22.7556888Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bool 2022-09-27T15:53:22.7792337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex128 2022-09-27T15:53:22.7822847Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex128 2022-09-27T15:53:22.8063878Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex32 2022-09-27T15:53:22.8077842Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex32 2022-09-27T15:53:22.8348361Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex64 2022-09-27T15:53:22.8359037Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex64 2022-09-27T15:53:22.8590217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float16 2022-09-27T15:53:22.8612300Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float16 2022-09-27T15:53:22.8837300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float32 2022-09-27T15:53:22.8844735Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float32 2022-09-27T15:53:22.9079575Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float64 2022-09-27T15:53:22.9085969Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float64 2022-09-27T15:53:22.9241833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int16 2022-09-27T15:53:22.9248504Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float32 2022-09-27T15:53:22.9270222Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float64 2022-09-27T15:53:22.9297512Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int16 2022-09-27T15:53:22.9468467Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int32 2022-09-27T15:53:22.9469109Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bool 2022-09-27T15:53:22.9526453Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int32 2022-09-27T15:53:22.9527277Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int64 2022-09-27T15:53:22.9539810Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float16 2022-09-27T15:53:22.9561646Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_bfloat16 2022-09-27T15:53:22.9697520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float32 2022-09-27T15:53:22.9748388Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int64 2022-09-27T15:53:22.9967072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int8 2022-09-27T15:53:22.9967878Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int8 2022-09-27T15:53:23.0127197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_uint8 2022-09-27T15:53:23.0135709Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_uint8 2022-09-27T15:53:23.2090011Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bfloat16 2022-09-27T15:53:23.2093786Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float64 2022-09-27T15:53:23.2826911Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int16 2022-09-27T15:53:23.2827561Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float16 2022-09-27T15:53:23.3492392Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float32 2022-09-27T15:53:23.3503081Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bfloat16 2022-09-27T15:53:23.3978912Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bool 2022-09-27T15:53:23.3995965Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float32 2022-09-27T15:53:23.4266417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float64 2022-09-27T15:53:23.4292055Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float32 2022-09-27T15:53:23.4527343Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float64 2022-09-27T15:53:23.4560413Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int16 2022-09-27T15:53:23.6337468Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int32 2022-09-27T15:53:23.6338097Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float64 2022-09-27T15:53:23.6366625Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int16 2022-09-27T15:53:23.6381224Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bool 2022-09-27T15:53:23.6850293Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float32 2022-09-27T15:53:23.6851205Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int32 2022-09-27T15:53:23.7801249Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int64 2022-09-27T15:53:23.7839797Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int16 2022-09-27T15:53:23.8373402Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int32 2022-09-27T15:53:23.8394515Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float32 2022-09-27T15:53:23.9431256Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float64 2022-09-27T15:53:23.9500287Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int32 2022-09-27T15:53:23.9501034Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int64 2022-09-27T15:53:23.9501697Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int64 2022-09-27T15:53:23.9723338Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int8 2022-09-27T15:53:23.9745150Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float64 2022-09-27T15:53:24.1183744Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bfloat16 2022-09-27T15:53:24.1260635Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int64 2022-09-27T15:53:24.1261324Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int8 2022-09-27T15:53:24.1277868Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float64 2022-09-27T15:53:24.1916239Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int16 2022-09-27T15:53:24.1917113Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int8 2022-09-27T15:53:24.2663191Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_uint8 2022-09-27T15:53:24.2663846Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int8 2022-09-27T15:53:24.2961483Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_uint8 2022-09-27T15:53:24.2962155Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bfloat16 2022-09-27T15:53:24.3318624Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bool 2022-09-27T15:53:24.3327863Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int16 2022-09-27T15:53:24.4073582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int32 2022-09-27T15:53:24.4074441Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_uint8 2022-09-27T15:53:24.4277327Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bfloat16 2022-09-27T15:53:24.4299894Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_uint8 2022-09-27T15:53:24.4338281Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bfloat16 2022-09-27T15:53:24.4345179Z [gw0] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bfloat16 2022-09-27T15:53:24.4393061Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bool 2022-09-27T15:53:24.4401889Z [gw0] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bool 2022-09-27T15:53:24.4450222Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex128 2022-09-27T15:53:24.4461358Z [gw0] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex128 2022-09-27T15:53:24.4519345Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex64 2022-09-27T15:53:24.4520008Z [gw0] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex64 2022-09-27T15:53:24.4623260Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float16 2022-09-27T15:53:24.4624573Z [gw0] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float16 2022-09-27T15:53:24.4625268Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float32 2022-09-27T15:53:24.4711979Z [gw0] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float32 2022-09-27T15:53:24.4712547Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float64 2022-09-27T15:53:24.4713241Z [gw0] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float64 2022-09-27T15:53:24.4729207Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int16 2022-09-27T15:53:24.4752084Z [gw0] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int16 2022-09-27T15:53:24.4782422Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int32 2022-09-27T15:53:24.4791352Z [gw0] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int32 2022-09-27T15:53:24.4835829Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int64 2022-09-27T15:53:24.4891864Z [gw0] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int64 2022-09-27T15:53:24.4892473Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int8 2022-09-27T15:53:24.4938288Z [gw0] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int8 2022-09-27T15:53:24.4949978Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_uint8 2022-09-27T15:53:24.4969844Z [gw0] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_uint8 2022-09-27T15:53:24.5295155Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bfloat16 2022-09-27T15:53:24.5295686Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bfloat16 2022-09-27T15:53:24.5468553Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bool 2022-09-27T15:53:24.5518961Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bool 2022-09-27T15:53:24.5787019Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex128 2022-09-27T15:53:24.5788526Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int32 2022-09-27T15:53:24.5789169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int64 2022-09-27T15:53:24.5816247Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex128 2022-09-27T15:53:24.6065632Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex64 2022-09-27T15:53:24.6103016Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex64 2022-09-27T15:53:24.6483910Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float16 2022-09-27T15:53:24.6484544Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bfloat16 2022-09-27T15:53:24.6485101Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bool 2022-09-27T15:53:24.6485757Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float16 2022-09-27T15:53:24.6521995Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float32 2022-09-27T15:53:24.6522998Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bool 2022-09-27T15:53:24.6661766Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float32 2022-09-27T15:53:24.6676488Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float32 2022-09-27T15:53:24.6905292Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float64 2022-09-27T15:53:24.6918394Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float64 2022-09-27T15:53:24.7171341Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int16 2022-09-27T15:53:24.7237159Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int16 2022-09-27T15:53:24.7442084Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int32 2022-09-27T15:53:24.7443946Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int32 2022-09-27T15:53:24.7706165Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int64 2022-09-27T15:53:24.7706876Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int64 2022-09-27T15:53:24.7947655Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int8 2022-09-27T15:53:24.7959052Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int8 2022-09-27T15:53:24.8224916Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_uint8 2022-09-27T15:53:24.8225634Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_uint8 2022-09-27T15:53:24.8237767Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex128 2022-09-27T15:53:24.8250017Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int64 2022-09-27T15:53:24.8287540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int8 2022-09-27T15:53:24.8288202Z [gw0] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex128 2022-09-27T15:53:24.8348575Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex64 2022-09-27T15:53:24.8349157Z [gw0] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex64 2022-09-27T15:53:24.8382315Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float32 2022-09-27T15:53:24.8430556Z [gw0] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float32 2022-09-27T15:53:24.8431345Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float64 2022-09-27T15:53:24.8463840Z [gw0] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float64 2022-09-27T15:53:24.8492969Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int16 2022-09-27T15:53:24.8496634Z [gw0] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int16 2022-09-27T15:53:24.8520925Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int32 2022-09-27T15:53:24.8527070Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bool 2022-09-27T15:53:24.8592340Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex128 2022-09-27T15:53:24.8592903Z [gw0] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int32 2022-09-27T15:53:24.8593691Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int64 2022-09-27T15:53:24.8689579Z [gw0] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int64 2022-09-27T15:53:24.8690808Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int8 2022-09-27T15:53:24.8691400Z [gw0] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int8 2022-09-27T15:53:24.8691962Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_uint8 2022-09-27T15:53:24.8695401Z [gw0] [ 50%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_uint8 2022-09-27T15:53:24.8781568Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bfloat16 2022-09-27T15:53:24.8861564Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bfloat16 2022-09-27T15:53:24.8862501Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bool 2022-09-27T15:53:24.8959185Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bool 2022-09-27T15:53:24.8960799Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex128 2022-09-27T15:53:24.8977325Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex128 2022-09-27T15:53:24.9008584Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex32 2022-09-27T15:53:24.9009423Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float32 2022-09-27T15:53:24.9057083Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float64 2022-09-27T15:53:24.9069869Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex32 2022-09-27T15:53:24.9169604Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex64 2022-09-27T15:53:24.9196373Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex64 2022-09-27T15:53:24.9274803Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float16 2022-09-27T15:53:24.9311767Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float16 2022-09-27T15:53:24.9374556Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float32 2022-09-27T15:53:24.9384264Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float32 2022-09-27T15:53:24.9513732Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float64 2022-09-27T15:53:24.9514373Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float64 2022-09-27T15:53:24.9546883Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int16 2022-09-27T15:53:24.9555159Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int16 2022-09-27T15:53:24.9633117Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int32 2022-09-27T15:53:24.9649479Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int32 2022-09-27T15:53:24.9719178Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int64 2022-09-27T15:53:24.9781715Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int64 2022-09-27T15:53:24.9808494Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int8 2022-09-27T15:53:24.9814592Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int8 2022-09-27T15:53:24.9886093Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_uint8 2022-09-27T15:53:24.9930908Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_uint8 2022-09-27T15:53:25.0301088Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bfloat16 2022-09-27T15:53:25.0301750Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bfloat16 2022-09-27T15:53:25.0424373Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bool 2022-09-27T15:53:25.0438312Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int8 2022-09-27T15:53:25.0568992Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_uint8 2022-09-27T15:53:25.0580446Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bool 2022-09-27T15:53:25.0963506Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex128 2022-09-27T15:53:25.0990338Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex128 2022-09-27T15:53:25.1341190Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex64 2022-09-27T15:53:25.1371007Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex64 2022-09-27T15:53:25.1805326Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float16 2022-09-27T15:53:25.1806128Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float16 2022-09-27T15:53:25.1952675Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float32 2022-09-27T15:53:25.1962128Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float64 2022-09-27T15:53:25.2173468Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int16 2022-09-27T15:53:25.2212447Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float32 2022-09-27T15:53:25.2462800Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float64 2022-09-27T15:53:25.2464654Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_uint8 2022-09-27T15:53:25.2669184Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_bfloat16 2022-09-27T15:53:25.2670071Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float64 2022-09-27T15:53:25.3106798Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int16 2022-09-27T15:53:25.3107671Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int16 2022-09-27T15:53:25.3203517Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int32 2022-09-27T15:53:25.3238649Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex128 2022-09-27T15:53:25.3375929Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex32 2022-09-27T15:53:25.3411690Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int32 2022-09-27T15:53:25.3779605Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int64 2022-09-27T15:53:25.3780262Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int64 2022-09-27T15:53:25.4104324Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int8 2022-09-27T15:53:25.4105136Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int8 2022-09-27T15:53:25.4148418Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_uint8 2022-09-27T15:53:25.4178397Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int16 2022-09-27T15:53:25.4402721Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int32 2022-09-27T15:53:25.4424031Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_uint8 2022-09-27T15:53:25.5090227Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int32 2022-09-27T15:53:25.5108598Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int32 2022-09-27T15:53:25.5808043Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int64 2022-09-27T15:53:25.5836076Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int64 2022-09-27T15:53:25.6265685Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bfloat16 2022-09-27T15:53:25.6324377Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bfloat16 2022-09-27T15:53:25.6600387Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bool 2022-09-27T15:53:25.6601046Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int32 2022-09-27T15:53:25.6632762Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int64 2022-09-27T15:53:25.6643430Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bool 2022-09-27T15:53:25.7061639Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex128 2022-09-27T15:53:25.7077065Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex128 2022-09-27T15:53:25.7480643Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex64 2022-09-27T15:53:25.7481341Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex64 2022-09-27T15:53:25.7793102Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float16 2022-09-27T15:53:25.7848309Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float16 2022-09-27T15:53:25.8112276Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float32 2022-09-27T15:53:25.8157534Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float32 2022-09-27T15:53:25.8485914Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float64 2022-09-27T15:53:25.8486513Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float64 2022-09-27T15:53:25.8932980Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int16 2022-09-27T15:53:25.8934494Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int16 2022-09-27T15:53:25.9045302Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int32 2022-09-27T15:53:25.9046058Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int64 2022-09-27T15:53:25.9253695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int8 2022-09-27T15:53:25.9254288Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int32 2022-09-27T15:53:25.9616818Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int64 2022-09-27T15:53:25.9627772Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int64 2022-09-27T15:53:26.0087719Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int8 2022-09-27T15:53:26.0098730Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int8 2022-09-27T15:53:26.0551053Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_uint8 2022-09-27T15:53:26.0551676Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_uint8 2022-09-27T15:53:26.0552230Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int32 2022-09-27T15:53:26.0552815Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex32 2022-09-27T15:53:26.1205827Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex64 2022-09-27T15:53:26.1206529Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int8 2022-09-27T15:53:26.1230212Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int32 2022-09-27T15:53:26.1230881Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_uint8 2022-09-27T15:53:26.2078490Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int64 2022-09-27T15:53:26.2154005Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int64 2022-09-27T15:53:26.3278757Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bfloat16 2022-09-27T15:53:26.3296695Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_uint8 2022-09-27T15:53:26.3777899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_bfloat16 2022-09-27T15:53:26.3782209Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex64 2022-09-27T15:53:26.7141173Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float16 2022-09-27T15:53:26.7157324Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bfloat16 2022-09-27T15:53:26.7296894Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bool 2022-09-27T15:53:26.7297889Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_bfloat16 2022-09-27T15:53:26.7488688Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float16 2022-09-27T15:53:26.7489405Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float16 2022-09-27T15:53:26.8881647Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float32 2022-09-27T15:53:26.8910040Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float32 2022-09-27T15:53:27.1048237Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float64 2022-09-27T15:53:27.1054202Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float64 2022-09-27T15:53:27.1617142Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int16 2022-09-27T15:53:27.1617989Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bool 2022-09-27T15:53:27.1957006Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex128 2022-09-27T15:53:27.1957928Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_bfloat16 2022-09-27T15:53:27.2774503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float16 2022-09-27T15:53:27.2775345Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int16 2022-09-27T15:53:27.4269027Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int32 2022-09-27T15:53:27.4270172Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int32 2022-09-27T15:53:27.5912247Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int64 2022-09-27T15:53:27.5913004Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int64 2022-09-27T15:53:27.7354394Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int8 2022-09-27T15:53:27.7355146Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int8 2022-09-27T15:53:27.8673161Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_uint8 2022-09-27T15:53:27.8673981Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_uint8 2022-09-27T15:53:28.0585954Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int16 2022-09-27T15:53:28.0586786Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex128 2022-09-27T15:53:28.3729774Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex64 2022-09-27T15:53:28.3740755Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float16 2022-09-27T15:53:28.4898969Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float32 2022-09-27T15:53:28.4899898Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int16 2022-09-27T15:53:28.5082574Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int32 2022-09-27T15:53:28.5083372Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float16 2022-09-27T15:53:28.7340004Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float32 2022-09-27T15:53:28.7340889Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex64 2022-09-27T15:53:28.8955021Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float16 2022-09-27T15:53:28.8971245Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float32 2022-09-27T15:53:29.0565449Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float64 2022-09-27T15:53:29.0566231Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int32 2022-09-27T15:53:29.4867808Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int64 2022-09-27T15:53:29.4868809Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float64 2022-09-27T15:53:29.5164941Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_bfloat16 2022-09-27T15:53:29.5189137Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float16 2022-09-27T15:53:29.6474821Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float32 2022-09-27T15:53:29.6509913Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int64 2022-09-27T15:53:29.9056288Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int8 2022-09-27T15:53:29.9061690Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float32 2022-09-27T15:53:29.9421099Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float64 2022-09-27T15:53:29.9422201Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float32 2022-09-27T15:53:30.2506666Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float64 2022-09-27T15:53:30.2517163Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int8 2022-09-27T15:53:30.4900409Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_uint8 2022-09-27T15:53:30.4901475Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_bfloat16 2022-09-27T15:53:30.4904713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float16 2022-09-27T15:53:30.4905588Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float64 2022-09-27T15:53:30.9498893Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int16 2022-09-27T15:53:30.9499834Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_uint8 2022-09-27T15:53:31.2151509Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bfloat16 2022-09-27T15:53:31.2152325Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int16 2022-09-27T15:53:31.3746185Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int32 2022-09-27T15:53:31.3747040Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float64 2022-09-27T15:53:31.4553808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int16 2022-09-27T15:53:31.4554583Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bfloat16 2022-09-27T15:53:31.7762124Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bool 2022-09-27T15:53:31.7763165Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bool 2022-09-27T15:53:31.8567207Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float16 2022-09-27T15:53:31.8567916Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int32 2022-09-27T15:53:31.8781153Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int64 2022-09-27T15:53:31.8935552Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float16 2022-09-27T15:53:32.2867213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float32 2022-09-27T15:53:32.2868273Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int16 2022-09-27T15:53:32.4727951Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int32 2022-09-27T15:53:32.4728841Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float16 2022-09-27T15:53:32.4733968Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float32 2022-09-27T15:53:32.4830967Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int64 2022-09-27T15:53:32.6739580Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int8 2022-09-27T15:53:32.6740513Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float32 2022-09-27T15:53:32.8921320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float64 2022-09-27T15:53:32.8946682Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float32 2022-09-27T15:53:33.0415689Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float64 2022-09-27T15:53:33.0416399Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int8 2022-09-27T15:53:33.1699608Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_uint8 2022-09-27T15:53:33.1700669Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int32 2022-09-27T15:53:33.4272838Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int64 2022-09-27T15:53:33.4273726Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float64 2022-09-27T15:53:33.5260694Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int16 2022-09-27T15:53:33.5265682Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float64 2022-09-27T15:53:33.6788745Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex128 2022-09-27T15:53:33.6789780Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_uint8 2022-09-27T15:53:33.7814323Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_bfloat16 2022-09-27T15:53:33.7815103Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int16 2022-09-27T15:53:34.0195041Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int32 2022-09-27T15:53:34.0196065Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex128 2022-09-27T15:53:34.0415257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex32 2022-09-27T15:53:34.0437545Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int64 2022-09-27T15:53:34.0789318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int8 2022-09-27T15:53:34.0790028Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_bfloat16 2022-09-27T15:53:34.2074169Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float32 2022-09-27T15:53:34.2075095Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int32 2022-09-27T15:53:34.4524329Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int64 2022-09-27T15:53:34.4525104Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float32 2022-09-27T15:53:34.6594853Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float64 2022-09-27T15:53:34.6595650Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int64 2022-09-27T15:53:34.7491783Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int8 2022-09-27T15:53:34.7492651Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex32 2022-09-27T15:53:34.8295864Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex64 2022-09-27T15:53:34.8296692Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float64 2022-09-27T15:53:34.9728740Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int16 2022-09-27T15:53:34.9729449Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int16 2022-09-27T15:53:34.9750256Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int8 2022-09-27T15:53:34.9750908Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_uint8 2022-09-27T15:53:35.0179766Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int32 2022-09-27T15:53:35.0326034Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int8 2022-09-27T15:53:35.0770785Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_uint8 2022-09-27T15:53:35.0783015Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex64 2022-09-27T15:53:35.0950076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bfloat16 2022-09-27T15:53:35.0965159Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bfloat16 2022-09-27T15:53:35.1074303Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bool 2022-09-27T15:53:35.1080682Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bool 2022-09-27T15:53:35.1090385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex128 2022-09-27T15:53:35.1108531Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int32 2022-09-27T15:53:35.1362680Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int64 2022-09-27T15:53:35.1363388Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex128 2022-09-27T15:53:35.1401975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex32 2022-09-27T15:53:35.1511752Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex32 2022-09-27T15:53:35.1673987Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex64 2022-09-27T15:53:35.1674649Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex64 2022-09-27T15:53:35.1810187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float16 2022-09-27T15:53:35.1810892Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float16 2022-09-27T15:53:35.1923090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float32 2022-09-27T15:53:35.2059735Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float32 2022-09-27T15:53:35.2122749Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float64 2022-09-27T15:53:35.2123589Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float64 2022-09-27T15:53:35.2274362Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int16 2022-09-27T15:53:35.2303306Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int16 2022-09-27T15:53:35.2454822Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int32 2022-09-27T15:53:35.2455443Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int32 2022-09-27T15:53:35.2604327Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int64 2022-09-27T15:53:35.2605084Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int64 2022-09-27T15:53:35.2758664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int8 2022-09-27T15:53:35.2804895Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int8 2022-09-27T15:53:35.2805577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_uint8 2022-09-27T15:53:35.2806134Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int64 2022-09-27T15:53:35.2910176Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int8 2022-09-27T15:53:35.2958291Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_uint8 2022-09-27T15:53:35.2987152Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bfloat16 2022-09-27T15:53:35.3007272Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_uint8 2022-09-27T15:53:35.3008084Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bfloat16 2022-09-27T15:53:35.3008657Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bfloat16 2022-09-27T15:53:35.3109222Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bool 2022-09-27T15:53:35.3110182Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bool 2022-09-27T15:53:35.3144761Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex128 2022-09-27T15:53:35.3153991Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex128 2022-09-27T15:53:35.3221080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex64 2022-09-27T15:53:35.3246664Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex64 2022-09-27T15:53:35.3303102Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float16 2022-09-27T15:53:35.3413273Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float16 2022-09-27T15:53:35.3424962Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float32 2022-09-27T15:53:35.3426842Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float32 2022-09-27T15:53:35.3471793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float64 2022-09-27T15:53:35.3472546Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float64 2022-09-27T15:53:35.3590477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int16 2022-09-27T15:53:35.3591273Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int16 2022-09-27T15:53:35.3602279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int32 2022-09-27T15:53:35.3612165Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int32 2022-09-27T15:53:35.3693838Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int64 2022-09-27T15:53:35.3702986Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int64 2022-09-27T15:53:35.3782576Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int8 2022-09-27T15:53:35.3804526Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int8 2022-09-27T15:53:35.3859872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_uint8 2022-09-27T15:53:35.3904871Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_uint8 2022-09-27T15:53:35.3947226Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bfloat16 2022-09-27T15:53:35.3960203Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bfloat16 2022-09-27T15:53:35.4019889Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bool 2022-09-27T15:53:35.4036319Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bool 2022-09-27T15:53:35.4088635Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex128 2022-09-27T15:53:35.4089236Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int8 2022-09-27T15:53:35.4107774Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_uint8 2022-09-27T15:53:35.4143077Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex128 2022-09-27T15:53:35.4182012Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex64 2022-09-27T15:53:35.4196092Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex64 2022-09-27T15:53:35.4245785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float16 2022-09-27T15:53:35.4269158Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float16 2022-09-27T15:53:35.4328827Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float32 2022-09-27T15:53:35.4364772Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float32 2022-09-27T15:53:35.4407079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float64 2022-09-27T15:53:35.4414445Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float64 2022-09-27T15:53:35.4468142Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int16 2022-09-27T15:53:35.4577599Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int16 2022-09-27T15:53:35.4578128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int32 2022-09-27T15:53:35.4578630Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int32 2022-09-27T15:53:35.4606554Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int64 2022-09-27T15:53:35.4616692Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int64 2022-09-27T15:53:35.4675046Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int8 2022-09-27T15:53:35.4683640Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int8 2022-09-27T15:53:35.4748385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_uint8 2022-09-27T15:53:35.4768635Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_uint8 2022-09-27T15:53:35.4843493Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bfloat16 2022-09-27T15:53:35.4858953Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bfloat16 2022-09-27T15:53:35.4939487Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bool 2022-09-27T15:53:35.4952586Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bool 2022-09-27T15:53:35.5040651Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex128 2022-09-27T15:53:35.5064095Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex128 2022-09-27T15:53:35.5138072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex32 2022-09-27T15:53:35.5152839Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex32 2022-09-27T15:53:35.5238943Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex64 2022-09-27T15:53:35.5245224Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex64 2022-09-27T15:53:35.5330286Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float16 2022-09-27T15:53:35.5330876Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_uint8 2022-09-27T15:53:35.5331447Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bfloat16 2022-09-27T15:53:35.5337879Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float16 2022-09-27T15:53:35.5407552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float32 2022-09-27T15:53:35.5419211Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float32 2022-09-27T15:53:35.5497777Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float64 2022-09-27T15:53:35.5589489Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float64 2022-09-27T15:53:35.5665313Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int16 2022-09-27T15:53:35.5665983Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bfloat16 2022-09-27T15:53:35.5666575Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bool 2022-09-27T15:53:35.5667186Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int16 2022-09-27T15:53:35.5771709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int32 2022-09-27T15:53:35.5784515Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int32 2022-09-27T15:53:35.5785177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int64 2022-09-27T15:53:35.5819749Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int64 2022-09-27T15:53:35.5820279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int8 2022-09-27T15:53:35.5820827Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bool 2022-09-27T15:53:35.5854435Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex128 2022-09-27T15:53:35.5879003Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int8 2022-09-27T15:53:35.5948506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_uint8 2022-09-27T15:53:35.5987628Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_uint8 2022-09-27T15:53:35.6086256Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bfloat16 2022-09-27T15:53:35.6105457Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex128 2022-09-27T15:53:35.6381703Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex32 2022-09-27T15:53:35.6383311Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_uint8 2022-09-27T15:53:35.6384078Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bfloat16 2022-09-27T15:53:35.6384688Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bfloat16 2022-09-27T15:53:35.6385236Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bool 2022-09-27T15:53:35.6546251Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex32 2022-09-27T15:53:35.6632450Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex64 2022-09-27T15:53:35.6723203Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex64 2022-09-27T15:53:35.6877185Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float16 2022-09-27T15:53:35.6891432Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float16 2022-09-27T15:53:35.7243344Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float32 2022-09-27T15:53:35.7244127Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float32 2022-09-27T15:53:35.7382621Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float64 2022-09-27T15:53:35.7436592Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float64 2022-09-27T15:53:35.7653981Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int16 2022-09-27T15:53:35.7654781Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int16 2022-09-27T15:53:35.7897930Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int32 2022-09-27T15:53:35.7910512Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int32 2022-09-27T15:53:35.8149448Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int64 2022-09-27T15:53:35.8160040Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int64 2022-09-27T15:53:35.8361760Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int8 2022-09-27T15:53:35.8374189Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int8 2022-09-27T15:53:35.8624576Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_uint8 2022-09-27T15:53:35.8639442Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_uint8 2022-09-27T15:53:35.8748706Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bfloat16 2022-09-27T15:53:35.8759516Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bfloat16 2022-09-27T15:53:35.8848940Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bool 2022-09-27T15:53:35.8860358Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bool 2022-09-27T15:53:35.8991335Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex128 2022-09-27T15:53:35.9003235Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex128 2022-09-27T15:53:35.9119789Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex32 2022-09-27T15:53:35.9130888Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex32 2022-09-27T15:53:35.9247888Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex64 2022-09-27T15:53:35.9257160Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex64 2022-09-27T15:53:35.9378080Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float16 2022-09-27T15:53:35.9390134Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float16 2022-09-27T15:53:35.9517720Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float32 2022-09-27T15:53:35.9529928Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float32 2022-09-27T15:53:35.9638909Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float64 2022-09-27T15:53:35.9650115Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float64 2022-09-27T15:53:35.9746186Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int16 2022-09-27T15:53:35.9759037Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int16 2022-09-27T15:53:35.9850165Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int32 2022-09-27T15:53:35.9862099Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int32 2022-09-27T15:53:35.9950014Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int64 2022-09-27T15:53:35.9961913Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int64 2022-09-27T15:53:36.0052604Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int8 2022-09-27T15:53:36.0065146Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int8 2022-09-27T15:53:36.0166714Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_uint8 2022-09-27T15:53:36.0180636Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_uint8 2022-09-27T15:53:36.0379394Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bfloat16 2022-09-27T15:53:36.0391666Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bfloat16 2022-09-27T15:53:36.0435374Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bool 2022-09-27T15:53:36.0449682Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bool 2022-09-27T15:53:36.0537029Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float32 2022-09-27T15:53:36.0548884Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bool 2022-09-27T15:53:36.0779390Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex128 2022-09-27T15:53:36.0805453Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex128 2022-09-27T15:53:36.1062411Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex32 2022-09-27T15:53:36.1074996Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex32 2022-09-27T15:53:36.1346586Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex64 2022-09-27T15:53:36.1356324Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex64 2022-09-27T15:53:36.1602148Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float16 2022-09-27T15:53:36.1614844Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float16 2022-09-27T15:53:36.1820552Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float32 2022-09-27T15:53:36.1832349Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float32 2022-09-27T15:53:36.2044253Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float64 2022-09-27T15:53:36.2056304Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float64 2022-09-27T15:53:36.2224633Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int16 2022-09-27T15:53:36.2240049Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int16 2022-09-27T15:53:36.2394380Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int32 2022-09-27T15:53:36.2406119Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int32 2022-09-27T15:53:36.2543369Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int64 2022-09-27T15:53:36.2555564Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int64 2022-09-27T15:53:36.2727917Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int8 2022-09-27T15:53:36.2728628Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int8 2022-09-27T15:53:36.2879364Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_uint8 2022-09-27T15:53:36.2902021Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_uint8 2022-09-27T15:53:36.2980201Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bfloat16 2022-09-27T15:53:36.2996225Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bfloat16 2022-09-27T15:53:36.3071598Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bool 2022-09-27T15:53:36.3081852Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bool 2022-09-27T15:53:36.3188138Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex128 2022-09-27T15:53:36.3196952Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex128 2022-09-27T15:53:36.3297808Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex32 2022-09-27T15:53:36.3310362Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex32 2022-09-27T15:53:36.3404461Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex64 2022-09-27T15:53:36.3411021Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float32 2022-09-27T15:53:36.3434504Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex64 2022-09-27T15:53:36.3435086Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float16 2022-09-27T15:53:36.3519958Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float64 2022-09-27T15:53:36.3534108Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float16 2022-09-27T15:53:36.3614754Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float32 2022-09-27T15:53:36.3625070Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float32 2022-09-27T15:53:36.3719272Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float64 2022-09-27T15:53:36.3720065Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float64 2022-09-27T15:53:36.3805836Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int16 2022-09-27T15:53:36.3818613Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int16 2022-09-27T15:53:36.4062383Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int32 2022-09-27T15:53:36.4063286Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int32 2022-09-27T15:53:36.4063881Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int64 2022-09-27T15:53:36.4064554Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int64 2022-09-27T15:53:36.4067565Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int8 2022-09-27T15:53:36.4068396Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int8 2022-09-27T15:53:36.4288965Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_uint8 2022-09-27T15:53:36.4289831Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_uint8 2022-09-27T15:53:36.4290436Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_bfloat16 2022-09-27T15:53:36.4316287Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_bfloat16 2022-09-27T15:53:36.4379522Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex128 2022-09-27T15:53:36.4406609Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bfloat16 2022-09-27T15:53:36.4449220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bool 2022-09-27T15:53:36.4449882Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex128 2022-09-27T15:53:36.4613907Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex64 2022-09-27T15:53:36.4614665Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex64 2022-09-27T15:53:36.4776243Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float16 2022-09-27T15:53:36.4786500Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float16 2022-09-27T15:53:36.4940405Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float32 2022-09-27T15:53:36.4941129Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float32 2022-09-27T15:53:36.5061484Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float64 2022-09-27T15:53:36.5109978Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float64 2022-09-27T15:53:36.5367741Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_bfloat16 2022-09-27T15:53:36.5481460Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_bfloat16 2022-09-27T15:53:36.5761382Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex128 2022-09-27T15:53:36.5762210Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex128 2022-09-27T15:53:36.5976345Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex64 2022-09-27T15:53:36.5977080Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex64 2022-09-27T15:53:36.6226938Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float16 2022-09-27T15:53:36.6227693Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float16 2022-09-27T15:53:36.6464158Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float32 2022-09-27T15:53:36.6477930Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float32 2022-09-27T15:53:36.6702798Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float64 2022-09-27T15:53:36.6718807Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float64 2022-09-27T15:53:36.7106524Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bfloat16 2022-09-27T15:53:36.7116675Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bfloat16 2022-09-27T15:53:36.7443789Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bool 2022-09-27T15:53:36.7453714Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bool 2022-09-27T15:53:36.7905124Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex128 2022-09-27T15:53:36.7906042Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex128 2022-09-27T15:53:36.8358233Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex32 2022-09-27T15:53:36.8359092Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex32 2022-09-27T15:53:36.8775126Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex64 2022-09-27T15:53:36.8794698Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex64 2022-09-27T15:53:36.9015985Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float16 2022-09-27T15:53:36.9033276Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float64 2022-09-27T15:53:36.9163808Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int16 2022-09-27T15:53:36.9198022Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float16 2022-09-27T15:53:36.9579387Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float32 2022-09-27T15:53:36.9580353Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float32 2022-09-27T15:53:36.9958935Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float64 2022-09-27T15:53:36.9965250Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float64 2022-09-27T15:53:37.0273841Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int16 2022-09-27T15:53:37.0313974Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int16 2022-09-27T15:53:37.0614069Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int32 2022-09-27T15:53:37.0614957Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int32 2022-09-27T15:53:37.0884771Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int64 2022-09-27T15:53:37.0913428Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int64 2022-09-27T15:53:37.1257405Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int8 2022-09-27T15:53:37.1258238Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int8 2022-09-27T15:53:37.1283430Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_uint8 2022-09-27T15:53:37.1314962Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bool 2022-09-27T15:53:37.1571381Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:53:37.1592098Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_uint8 2022-09-27T15:53:37.2080419Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bfloat16 2022-09-27T15:53:37.2095922Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bfloat16 2022-09-27T15:53:37.2777911Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bool 2022-09-27T15:53:37.2778694Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bool 2022-09-27T15:53:37.2779272Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex128 2022-09-27T15:53:37.2779846Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int16 2022-09-27T15:53:37.3026089Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int32 2022-09-27T15:53:37.3039084Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex128 2022-09-27T15:53:37.3581014Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex32 2022-09-27T15:53:37.3589781Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex32 2022-09-27T15:53:37.4119093Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex64 2022-09-27T15:53:37.4119777Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex64 2022-09-27T15:53:37.4543172Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float16 2022-09-27T15:53:37.4555029Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float16 2022-09-27T15:53:37.5067403Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float32 2022-09-27T15:53:37.5073689Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float32 2022-09-27T15:53:37.5659327Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float64 2022-09-27T15:53:37.5660243Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float64 2022-09-27T15:53:37.5951740Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int16 2022-09-27T15:53:37.5952308Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int16 2022-09-27T15:53:37.6373502Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int32 2022-09-27T15:53:37.6382759Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int32 2022-09-27T15:53:37.6563363Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int64 2022-09-27T15:53:37.6568264Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int32 2022-09-27T15:53:37.6849256Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int64 2022-09-27T15:53:37.6849841Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int64 2022-09-27T15:53:37.7223935Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int8 2022-09-27T15:53:37.7224541Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int8 2022-09-27T15:53:37.7619286Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_uint8 2022-09-27T15:53:37.7751180Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_uint8 2022-09-27T15:53:37.7751806Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bfloat16 2022-09-27T15:53:37.7752367Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bfloat16 2022-09-27T15:53:37.7855356Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bool 2022-09-27T15:53:37.7892038Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bool 2022-09-27T15:53:37.7892800Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex128 2022-09-27T15:53:37.7893440Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex128 2022-09-27T15:53:37.7925399Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex32 2022-09-27T15:53:37.7964877Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex32 2022-09-27T15:53:37.8000420Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex64 2022-09-27T15:53:37.8010556Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex64 2022-09-27T15:53:37.8233714Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float16 2022-09-27T15:53:37.8235216Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float16 2022-09-27T15:53:37.8235837Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float32 2022-09-27T15:53:37.8236457Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float32 2022-09-27T15:53:37.8239698Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float64 2022-09-27T15:53:37.8240551Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float64 2022-09-27T15:53:37.8296437Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int16 2022-09-27T15:53:37.8334095Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int16 2022-09-27T15:53:37.8367945Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int32 2022-09-27T15:53:37.8379003Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int32 2022-09-27T15:53:37.8431582Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int64 2022-09-27T15:53:37.8442324Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int64 2022-09-27T15:53:37.8547700Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int8 2022-09-27T15:53:37.8548458Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int8 2022-09-27T15:53:37.8606906Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_uint8 2022-09-27T15:53:37.8607596Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_uint8 2022-09-27T15:53:37.8654342Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bfloat16 2022-09-27T15:53:37.8661891Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bfloat16 2022-09-27T15:53:37.8714575Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bool 2022-09-27T15:53:37.8723254Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bool 2022-09-27T15:53:37.8791307Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex128 2022-09-27T15:53:37.8815389Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex128 2022-09-27T15:53:37.8874788Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex32 2022-09-27T15:53:37.8888949Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex32 2022-09-27T15:53:37.8950412Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex64 2022-09-27T15:53:37.8957364Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex64 2022-09-27T15:53:37.9019968Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float16 2022-09-27T15:53:37.9027622Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float16 2022-09-27T15:53:37.9094995Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float32 2022-09-27T15:53:37.9122283Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float32 2022-09-27T15:53:37.9184918Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float64 2022-09-27T15:53:37.9185618Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float64 2022-09-27T15:53:37.9252609Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int16 2022-09-27T15:53:37.9253294Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int16 2022-09-27T15:53:37.9309992Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int32 2022-09-27T15:53:37.9366296Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int32 2022-09-27T15:53:37.9381693Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int64 2022-09-27T15:53:37.9400174Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int64 2022-09-27T15:53:37.9453040Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int8 2022-09-27T15:53:37.9457387Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int8 2022-09-27T15:53:37.9518694Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_uint8 2022-09-27T15:53:37.9549514Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_uint8 2022-09-27T15:53:37.9792813Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bfloat16 2022-09-27T15:53:37.9811748Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bfloat16 2022-09-27T15:53:38.0024124Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bool 2022-09-27T15:53:38.0047529Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bool 2022-09-27T15:53:38.0366609Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex128 2022-09-27T15:53:38.0373623Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex128 2022-09-27T15:53:38.0394753Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int64 2022-09-27T15:53:38.0395438Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int8 2022-09-27T15:53:38.0765041Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex32 2022-09-27T15:53:38.0766075Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex32 2022-09-27T15:53:38.0766694Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex64 2022-09-27T15:53:38.0767612Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:53:38.0974100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:53:38.0985570Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex64 2022-09-27T15:53:38.1290484Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float16 2022-09-27T15:53:38.1301275Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float16 2022-09-27T15:53:38.1638167Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float32 2022-09-27T15:53:38.1638913Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float32 2022-09-27T15:53:38.1886945Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float64 2022-09-27T15:53:38.1897809Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float64 2022-09-27T15:53:38.2121065Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int16 2022-09-27T15:53:38.2134171Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int16 2022-09-27T15:53:38.2357394Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int32 2022-09-27T15:53:38.2358040Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int32 2022-09-27T15:53:38.2572784Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int64 2022-09-27T15:53:38.2573430Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int64 2022-09-27T15:53:38.2751961Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int8 2022-09-27T15:53:38.2763074Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int8 2022-09-27T15:53:38.3059587Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_uint8 2022-09-27T15:53:38.3072131Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_uint8 2022-09-27T15:53:38.3117182Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bfloat16 2022-09-27T15:53:38.3127080Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bfloat16 2022-09-27T15:53:38.3171080Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bool 2022-09-27T15:53:38.3182353Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bool 2022-09-27T15:53:38.3232216Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex128 2022-09-27T15:53:38.3244812Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex128 2022-09-27T15:53:38.3292783Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex32 2022-09-27T15:53:38.3304077Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex32 2022-09-27T15:53:38.3348694Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex64 2022-09-27T15:53:38.3360256Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex64 2022-09-27T15:53:38.3410407Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float16 2022-09-27T15:53:38.3419145Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float16 2022-09-27T15:53:38.3469103Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float32 2022-09-27T15:53:38.3477941Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float32 2022-09-27T15:53:38.3524298Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float64 2022-09-27T15:53:38.3537111Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float64 2022-09-27T15:53:38.3583401Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int16 2022-09-27T15:53:38.3594063Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int16 2022-09-27T15:53:38.3636698Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int32 2022-09-27T15:53:38.3646948Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int32 2022-09-27T15:53:38.3687985Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int64 2022-09-27T15:53:38.3697723Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int64 2022-09-27T15:53:38.3739712Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int8 2022-09-27T15:53:38.3749852Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int8 2022-09-27T15:53:38.3783451Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_uint8 2022-09-27T15:53:38.3795965Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int8 2022-09-27T15:53:38.3810266Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_uint8 2022-09-27T15:53:38.3811441Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_add_cpu 2022-09-27T15:53:38.3845200Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_uint8 2022-09-27T15:53:38.3865117Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_add_cpu 2022-09-27T15:53:38.3956471Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amax_cpu 2022-09-27T15:53:38.3966017Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amax_cpu 2022-09-27T15:53:38.4034567Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amin_cpu 2022-09-27T15:53:38.4046424Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amin_cpu 2022-09-27T15:53:38.4080513Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_arange_cpu 2022-09-27T15:53:38.4091084Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_arange_cpu 2022-09-27T15:53:38.4145258Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_atan2_cpu 2022-09-27T15:53:38.4155991Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_atan2_cpu 2022-09-27T15:53:38.4184045Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_and_cpu 2022-09-27T15:53:38.4194466Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_and_cpu 2022-09-27T15:53:38.4226432Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_left_shift_cpu 2022-09-27T15:53:38.4239596Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_left_shift_cpu 2022-09-27T15:53:38.4273281Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_or_cpu 2022-09-27T15:53:38.4284661Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_or_cpu 2022-09-27T15:53:38.4317982Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_xor_cpu 2022-09-27T15:53:38.4340769Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_xor_cpu 2022-09-27T15:53:38.4402257Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_cat_cpu 2022-09-27T15:53:38.4412976Z [gw0] [ 51%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_cat_cpu 2022-09-27T15:53:38.4465930Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_max_cpu 2022-09-27T15:53:38.4474810Z [gw0] [ 51%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_max_cpu 2022-09-27T15:53:38.4521084Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_min_cpu 2022-09-27T15:53:38.4529795Z [gw0] [ 51%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_min_cpu 2022-09-27T15:53:38.4581839Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_copysign_cpu 2022-09-27T15:53:38.4592339Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_copysign_cpu 2022-09-27T15:53:38.4649875Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diag_embed_cpu 2022-09-27T15:53:38.4661522Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diag_embed_cpu 2022-09-27T15:53:38.4714734Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diagonal_cpu 2022-09-27T15:53:38.4724922Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diagonal_cpu 2022-09-27T15:53:38.4754743Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_floor_rounding_cpu 2022-09-27T15:53:38.4765461Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_floor_rounding_cpu 2022-09-27T15:53:38.4801080Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_no_rounding_mode_cpu 2022-09-27T15:53:38.4808231Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_no_rounding_mode_cpu 2022-09-27T15:53:38.4837598Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_trunc_rounding_cpu 2022-09-27T15:53:38.4848636Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_trunc_rounding_cpu 2022-09-27T15:53:38.4883290Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dsplit_cpu 2022-09-27T15:53:38.4894525Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dsplit_cpu 2022-09-27T15:53:38.4978958Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dstack_cpu 2022-09-27T15:53:38.4989163Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dstack_cpu 2022-09-27T15:53:38.5021011Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eq_cpu 2022-09-27T15:53:38.5031305Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eq_cpu 2022-09-27T15:53:38.5065222Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eye_cpu 2022-09-27T15:53:38.5071489Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eye_cpu 2022-09-27T15:53:38.5107231Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fliplr_cpu 2022-09-27T15:53:38.5114784Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fliplr_cpu 2022-09-27T15:53:38.5145469Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_flipud_cpu 2022-09-27T15:53:38.5155478Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_flipud_cpu 2022-09-27T15:53:38.5184147Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_float_power_cpu 2022-09-27T15:53:38.5194000Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_float_power_cpu 2022-09-27T15:53:38.5222429Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_floor_divide_cpu 2022-09-27T15:53:38.5233037Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_floor_divide_cpu 2022-09-27T15:53:38.5268705Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmax_cpu 2022-09-27T15:53:38.5279271Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmax_cpu 2022-09-27T15:53:38.5315672Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmin_cpu 2022-09-27T15:53:38.5325583Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmin_cpu 2022-09-27T15:53:38.5358282Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmod_cpu 2022-09-27T15:53:38.5368310Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmod_cpu 2022-09-27T15:53:38.5402943Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gcd_cpu 2022-09-27T15:53:38.5413344Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gcd_cpu 2022-09-27T15:53:38.5445886Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ge_cpu 2022-09-27T15:53:38.5456363Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ge_cpu 2022-09-27T15:53:38.5490158Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gt_cpu 2022-09-27T15:53:38.5500501Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gt_cpu 2022-09-27T15:53:38.5537319Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_heaviside_cpu 2022-09-27T15:53:38.5547632Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_heaviside_cpu 2022-09-27T15:53:38.5588461Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hsplit_cpu 2022-09-27T15:53:38.5598490Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hsplit_cpu 2022-09-27T15:53:38.5655467Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hstack_cpu 2022-09-27T15:53:38.5666333Z [gw0] [ 51%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hstack_cpu 2022-09-27T15:53:38.5701250Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hypot_cpu 2022-09-27T15:53:38.5712496Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hypot_cpu 2022-09-27T15:53:38.5771754Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igamma_cpu 2022-09-27T15:53:38.5782915Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igamma_cpu 2022-09-27T15:53:38.5840902Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igammac_cpu 2022-09-27T15:53:38.5851123Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igammac_cpu 2022-09-27T15:53:38.5922526Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_index_select_cpu 2022-09-27T15:53:38.5937887Z [gw0] [ 51%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_index_select_cpu 2022-09-27T15:53:38.5988495Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_isclose_cpu 2022-09-27T15:53:38.5997895Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_isclose_cpu 2022-09-27T15:53:38.6034377Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lcm_cpu 2022-09-27T15:53:38.6044555Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lcm_cpu 2022-09-27T15:53:38.6078118Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_le_cpu 2022-09-27T15:53:38.6088203Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_le_cpu 2022-09-27T15:53:38.6121848Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_linspace_cpu 2022-09-27T15:53:38.6131885Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_linspace_cpu 2022-09-27T15:53:38.6171721Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_and_cpu 2022-09-27T15:53:38.6183002Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_and_cpu 2022-09-27T15:53:38.6223271Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_or_cpu 2022-09-27T15:53:38.6235710Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_or_cpu 2022-09-27T15:53:38.6275151Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_xor_cpu 2022-09-27T15:53:38.6285203Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_xor_cpu 2022-09-27T15:53:38.6322978Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logspace_cpu 2022-09-27T15:53:38.6333577Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logspace_cpu 2022-09-27T15:53:38.6377657Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lt_cpu 2022-09-27T15:53:38.6380423Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lt_cpu 2022-09-27T15:53:38.6443321Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_masked_fill_cpu 2022-09-27T15:53:38.6453709Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_masked_fill_cpu 2022-09-27T15:53:38.6505449Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_maximum_cpu 2022-09-27T15:53:38.6515888Z [gw0] [ 51%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_maximum_cpu 2022-09-27T15:53:38.6591638Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mean_cpu 2022-09-27T15:53:38.6603257Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mean_cpu 2022-09-27T15:53:38.6656104Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_minimum_cpu 2022-09-27T15:53:38.6666521Z [gw0] [ 51%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_minimum_cpu 2022-09-27T15:53:38.6728367Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_movedim_cpu 2022-09-27T15:53:38.6739001Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_movedim_cpu 2022-09-27T15:53:38.6765943Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mul_cpu 2022-09-27T15:53:38.6777509Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mul_cpu 2022-09-27T15:53:38.6782924Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:53:38.6792036Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_native_layer_norm_cpu 2022-09-27T15:53:38.6827582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float16 2022-09-27T15:53:38.6838912Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_native_layer_norm_cpu 2022-09-27T15:53:38.6871540Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ne_cpu 2022-09-27T15:53:38.6883636Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ne_cpu 2022-09-27T15:53:38.6915881Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_neg_cpu 2022-09-27T15:53:38.6927962Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_neg_cpu 2022-09-27T15:53:38.6968902Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nextafter_cpu 2022-09-27T15:53:38.6982347Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nextafter_cpu 2022-09-27T15:53:38.7022537Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_gelu_cpu 2022-09-27T15:53:38.7039883Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_gelu_cpu 2022-09-27T15:53:38.7083267Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:53:38.7094876Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:53:38.7149650Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_l1_loss_cpu 2022-09-27T15:53:38.7166805Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_l1_loss_cpu 2022-09-27T15:53:38.7219153Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:53:38.7233429Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:53:38.7290349Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:53:38.7300958Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:53:38.7350246Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_prelu_cpu 2022-09-27T15:53:38.7365076Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_prelu_cpu 2022-09-27T15:53:38.7370215Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_softshrink_cpu 2022-09-27T15:53:38.7382950Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_uint8 2022-09-27T15:53:38.7395148Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_bfloat16 2022-09-27T15:53:38.7407148Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_softshrink_cpu 2022-09-27T15:53:38.7440604Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_pow_cpu 2022-09-27T15:53:38.7447208Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_pow_cpu 2022-09-27T15:53:38.7473117Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_remainder_cpu 2022-09-27T15:53:38.7486679Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_remainder_cpu 2022-09-27T15:53:38.7528161Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_as_cpu 2022-09-27T15:53:38.7540018Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_as_cpu 2022-09-27T15:53:38.7593366Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_cpu 2022-09-27T15:53:38.7604804Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_cpu 2022-09-27T15:53:38.7642287Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_roll_cpu 2022-09-27T15:53:38.7653666Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_roll_cpu 2022-09-27T15:53:38.7692568Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rot90_cpu 2022-09-27T15:53:38.7704074Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rot90_cpu 2022-09-27T15:53:38.7738307Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rsub_cpu 2022-09-27T15:53:38.7748209Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rsub_cpu 2022-09-27T15:53:38.7774915Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_special_zeta_cpu 2022-09-27T15:53:38.7786866Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_special_zeta_cpu 2022-09-27T15:53:38.7816858Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sub_cpu 2022-09-27T15:53:38.7826115Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sub_cpu 2022-09-27T15:53:38.7865404Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sum_to_size_cpu 2022-09-27T15:53:38.7876592Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sum_to_size_cpu 2022-09-27T15:53:38.7909490Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_t_cpu 2022-09-27T15:53:38.7920903Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_t_cpu 2022-09-27T15:53:38.7953276Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_trace_cpu 2022-09-27T15:53:38.7965132Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_trace_cpu 2022-09-27T15:53:38.7993943Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_true_divide_cpu 2022-09-27T15:53:38.8005668Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_true_divide_cpu 2022-09-27T15:53:38.8038258Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_unbind_cpu 2022-09-27T15:53:38.8049941Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_unbind_cpu 2022-09-27T15:53:38.8101061Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_as_cpu 2022-09-27T15:53:38.8112293Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_as_cpu 2022-09-27T15:53:38.8189941Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_cpu 2022-09-27T15:53:38.8190444Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_cpu 2022-09-27T15:53:38.8264402Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vsplit_cpu 2022-09-27T15:53:38.8264991Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vsplit_cpu 2022-09-27T15:53:38.8306960Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vstack_cpu 2022-09-27T15:53:38.8324680Z [gw0] [ 52%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vstack_cpu 2022-09-27T15:53:38.8348868Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_where_cpu 2022-09-27T15:53:38.8356406Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_where_cpu 2022-09-27T15:53:38.8392158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_bfloat16 2022-09-27T15:53:38.8406107Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_bfloat16 2022-09-27T15:53:38.8427908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex128 2022-09-27T15:53:38.8439043Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex128 2022-09-27T15:53:38.8469796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex32 2022-09-27T15:53:38.8480764Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex32 2022-09-27T15:53:38.8511531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex64 2022-09-27T15:53:38.8523743Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex64 2022-09-27T15:53:38.8552772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float16 2022-09-27T15:53:38.8564452Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float16 2022-09-27T15:53:38.8594705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float32 2022-09-27T15:53:38.8605969Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float32 2022-09-27T15:53:38.8638601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float64 2022-09-27T15:53:38.8649173Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float64 2022-09-27T15:53:38.8681626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int16 2022-09-27T15:53:38.8693496Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int16 2022-09-27T15:53:38.8727060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int32 2022-09-27T15:53:38.8739978Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int32 2022-09-27T15:53:38.8770526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int64 2022-09-27T15:53:38.8782875Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int64 2022-09-27T15:53:38.8813296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int8 2022-09-27T15:53:38.8825934Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int8 2022-09-27T15:53:38.8844635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_uint8 2022-09-27T15:53:38.8857439Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_bfloat16 2022-09-27T15:53:38.8870879Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_uint8 2022-09-27T15:53:38.8872144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:38.8902637Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:53:38.8914670Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:38.8943216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex128 2022-09-27T15:53:38.8955881Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex128 2022-09-27T15:53:38.8985422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex32 2022-09-27T15:53:38.9013842Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex32 2022-09-27T15:53:38.9025967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex64 2022-09-27T15:53:38.9037651Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex64 2022-09-27T15:53:38.9090232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float16 2022-09-27T15:53:38.9091152Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float16 2022-09-27T15:53:38.9110733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float32 2022-09-27T15:53:38.9120755Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float32 2022-09-27T15:53:38.9168366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float64 2022-09-27T15:53:38.9169083Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float64 2022-09-27T15:53:38.9231959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int16 2022-09-27T15:53:38.9232632Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int16 2022-09-27T15:53:38.9233981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int32 2022-09-27T15:53:38.9242614Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int32 2022-09-27T15:53:38.9272280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int64 2022-09-27T15:53:38.9283714Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int64 2022-09-27T15:53:38.9325701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int8 2022-09-27T15:53:38.9331100Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int8 2022-09-27T15:53:38.9365002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_uint8 2022-09-27T15:53:38.9376660Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_uint8 2022-09-27T15:53:38.9410903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bfloat16 2022-09-27T15:53:38.9423912Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bfloat16 2022-09-27T15:53:38.9451666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bool 2022-09-27T15:53:38.9465203Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bool 2022-09-27T15:53:38.9496930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex128 2022-09-27T15:53:38.9505770Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex128 2022-09-27T15:53:38.9547337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex64 2022-09-27T15:53:38.9560076Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex64 2022-09-27T15:53:38.9588971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float32 2022-09-27T15:53:38.9601471Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float32 2022-09-27T15:53:38.9634983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float64 2022-09-27T15:53:38.9646471Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float64 2022-09-27T15:53:38.9674553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int16 2022-09-27T15:53:38.9687145Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int16 2022-09-27T15:53:38.9719070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int32 2022-09-27T15:53:38.9727896Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int32 2022-09-27T15:53:38.9764570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int64 2022-09-27T15:53:38.9776946Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int64 2022-09-27T15:53:38.9813147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int8 2022-09-27T15:53:38.9825694Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int8 2022-09-27T15:53:38.9861550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_uint8 2022-09-27T15:53:38.9873854Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_uint8 2022-09-27T15:53:38.9909473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:38.9921682Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:38.9955584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bool 2022-09-27T15:53:38.9968113Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bool 2022-09-27T15:53:38.9999659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex128 2022-09-27T15:53:39.0012505Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex128 2022-09-27T15:53:39.0048247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex64 2022-09-27T15:53:39.0061309Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex64 2022-09-27T15:53:39.0094106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float32 2022-09-27T15:53:39.0103995Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float32 2022-09-27T15:53:39.0139584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float64 2022-09-27T15:53:39.0151476Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float64 2022-09-27T15:53:39.0180323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int16 2022-09-27T15:53:39.0191640Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int16 2022-09-27T15:53:39.0226511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int32 2022-09-27T15:53:39.0239360Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int32 2022-09-27T15:53:39.0268084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int64 2022-09-27T15:53:39.0279060Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int64 2022-09-27T15:53:39.0309172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int8 2022-09-27T15:53:39.0320840Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int8 2022-09-27T15:53:39.0349873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_uint8 2022-09-27T15:53:39.0361808Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_uint8 2022-09-27T15:53:39.0391963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bfloat16 2022-09-27T15:53:39.0404262Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bfloat16 2022-09-27T15:53:39.0435328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bool 2022-09-27T15:53:39.0446108Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bool 2022-09-27T15:53:39.0475163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex128 2022-09-27T15:53:39.0486285Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex128 2022-09-27T15:53:39.0515350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex64 2022-09-27T15:53:39.0526892Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex64 2022-09-27T15:53:39.0556038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float32 2022-09-27T15:53:39.0566914Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float32 2022-09-27T15:53:39.0595825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float64 2022-09-27T15:53:39.0607425Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float64 2022-09-27T15:53:39.0636939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int16 2022-09-27T15:53:39.0649236Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int16 2022-09-27T15:53:39.0680847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int32 2022-09-27T15:53:39.0693493Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int32 2022-09-27T15:53:39.0728279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int64 2022-09-27T15:53:39.0739440Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int64 2022-09-27T15:53:39.0780902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int8 2022-09-27T15:53:39.0789069Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int8 2022-09-27T15:53:39.0821889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_uint8 2022-09-27T15:53:39.0833429Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_uint8 2022-09-27T15:53:39.0865334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:39.0879344Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:39.0887215Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:53:39.0889695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bool 2022-09-27T15:53:39.0918644Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:53:39.0930156Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bool 2022-09-27T15:53:39.0959336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex128 2022-09-27T15:53:39.0970135Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex128 2022-09-27T15:53:39.1001165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex64 2022-09-27T15:53:39.1011051Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex64 2022-09-27T15:53:39.1034879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float32 2022-09-27T15:53:39.1044073Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float32 2022-09-27T15:53:39.1077434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float64 2022-09-27T15:53:39.1089706Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float64 2022-09-27T15:53:39.1119719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int16 2022-09-27T15:53:39.1130644Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int16 2022-09-27T15:53:39.1161394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int32 2022-09-27T15:53:39.1170625Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int32 2022-09-27T15:53:39.1200514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int64 2022-09-27T15:53:39.1208256Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int64 2022-09-27T15:53:39.1231427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int8 2022-09-27T15:53:39.1242769Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int8 2022-09-27T15:53:39.1270420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_uint8 2022-09-27T15:53:39.1277466Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_uint8 2022-09-27T15:53:39.1303723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bfloat16 2022-09-27T15:53:39.1311103Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bfloat16 2022-09-27T15:53:39.1337420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bool 2022-09-27T15:53:39.1344695Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bool 2022-09-27T15:53:39.1370933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex128 2022-09-27T15:53:39.1379024Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex128 2022-09-27T15:53:39.1406099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex32 2022-09-27T15:53:39.1415691Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex32 2022-09-27T15:53:39.1441798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex64 2022-09-27T15:53:39.1449090Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex64 2022-09-27T15:53:39.1474943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float16 2022-09-27T15:53:39.1482332Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float16 2022-09-27T15:53:39.1508318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float32 2022-09-27T15:53:39.1515369Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float32 2022-09-27T15:53:39.1541290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float64 2022-09-27T15:53:39.1550124Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float64 2022-09-27T15:53:39.1582780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int16 2022-09-27T15:53:39.1594041Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int16 2022-09-27T15:53:39.1622110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int32 2022-09-27T15:53:39.1629668Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int32 2022-09-27T15:53:39.1659814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int64 2022-09-27T15:53:39.1667620Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int64 2022-09-27T15:53:39.1693236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int8 2022-09-27T15:53:39.1701269Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int8 2022-09-27T15:53:39.1723754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_uint8 2022-09-27T15:53:39.1735177Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_uint8 2022-09-27T15:53:39.1762308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:39.1773111Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:39.1803741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bool 2022-09-27T15:53:39.1811191Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bool 2022-09-27T15:53:39.1839406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex128 2022-09-27T15:53:39.1846653Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex128 2022-09-27T15:53:39.1875912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex32 2022-09-27T15:53:39.1883119Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex32 2022-09-27T15:53:39.1909202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex64 2022-09-27T15:53:39.1916334Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex64 2022-09-27T15:53:39.1942097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float16 2022-09-27T15:53:39.1949387Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float16 2022-09-27T15:53:39.1979812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float32 2022-09-27T15:53:39.1986727Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float32 2022-09-27T15:53:39.2012782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float64 2022-09-27T15:53:39.2019664Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float64 2022-09-27T15:53:39.2045252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int16 2022-09-27T15:53:39.2052438Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int16 2022-09-27T15:53:39.2079558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int32 2022-09-27T15:53:39.2089078Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int32 2022-09-27T15:53:39.2114119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int64 2022-09-27T15:53:39.2122734Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int64 2022-09-27T15:53:39.2147321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int8 2022-09-27T15:53:39.2154040Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int8 2022-09-27T15:53:39.2176027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_uint8 2022-09-27T15:53:39.2183169Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_uint8 2022-09-27T15:53:39.2206427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_bfloat16 2022-09-27T15:53:39.2216232Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_bfloat16 2022-09-27T15:53:39.2238728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex128 2022-09-27T15:53:39.2249252Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex128 2022-09-27T15:53:39.2276884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex64 2022-09-27T15:53:39.2286426Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex64 2022-09-27T15:53:39.2311491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float32 2022-09-27T15:53:39.2321930Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float32 2022-09-27T15:53:39.2343480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float64 2022-09-27T15:53:39.2352352Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float64 2022-09-27T15:53:39.2374992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:39.2385548Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:39.2414602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex128 2022-09-27T15:53:39.2424135Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex128 2022-09-27T15:53:39.2451501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex64 2022-09-27T15:53:39.2460898Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex64 2022-09-27T15:53:39.2481739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float32 2022-09-27T15:53:39.2492742Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float32 2022-09-27T15:53:39.2515486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float64 2022-09-27T15:53:39.2525352Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float64 2022-09-27T15:53:39.2546938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bfloat16 2022-09-27T15:53:39.2554681Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:53:39.2565698Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bfloat16 2022-09-27T15:53:39.2567735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bool 2022-09-27T15:53:39.2594949Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float16 2022-09-27T15:53:39.2605899Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bool 2022-09-27T15:53:39.2634243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex128 2022-09-27T15:53:39.2643846Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex128 2022-09-27T15:53:39.2671303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex64 2022-09-27T15:53:39.2678381Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex64 2022-09-27T15:53:39.2704899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float16 2022-09-27T15:53:39.2712341Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float16 2022-09-27T15:53:39.2738091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float32 2022-09-27T15:53:39.2745904Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float32 2022-09-27T15:53:39.2770988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float64 2022-09-27T15:53:39.2778421Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float64 2022-09-27T15:53:39.2804227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int16 2022-09-27T15:53:39.2811331Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int16 2022-09-27T15:53:39.2837161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int32 2022-09-27T15:53:39.2844799Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int32 2022-09-27T15:53:39.2869942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int64 2022-09-27T15:53:39.2876836Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int64 2022-09-27T15:53:39.2901861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int8 2022-09-27T15:53:39.2910304Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int8 2022-09-27T15:53:39.2936092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_uint8 2022-09-27T15:53:39.2944372Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_uint8 2022-09-27T15:53:39.2959471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:39.2972989Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bfloat16 2022-09-27T15:53:39.2982911Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:39.2984416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bool 2022-09-27T15:53:39.3016012Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bool 2022-09-27T15:53:39.3023455Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bool 2022-09-27T15:53:39.3053027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex128 2022-09-27T15:53:39.3065837Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex128 2022-09-27T15:53:39.3089467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex64 2022-09-27T15:53:39.3099232Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex64 2022-09-27T15:53:39.3123225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float16 2022-09-27T15:53:39.3132888Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float16 2022-09-27T15:53:39.3156436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float32 2022-09-27T15:53:39.3168874Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float32 2022-09-27T15:53:39.3204945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float64 2022-09-27T15:53:39.3213604Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float64 2022-09-27T15:53:39.3245688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int16 2022-09-27T15:53:39.3256845Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int16 2022-09-27T15:53:39.3285954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int32 2022-09-27T15:53:39.3295981Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int32 2022-09-27T15:53:39.3330713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int64 2022-09-27T15:53:39.3339160Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int64 2022-09-27T15:53:39.3367990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int8 2022-09-27T15:53:39.3379820Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int8 2022-09-27T15:53:39.3410994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_uint8 2022-09-27T15:53:39.3423699Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_uint8 2022-09-27T15:53:39.3451567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bfloat16 2022-09-27T15:53:39.3463722Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bfloat16 2022-09-27T15:53:39.3491406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bool 2022-09-27T15:53:39.3502466Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bool 2022-09-27T15:53:39.3530533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex128 2022-09-27T15:53:39.3541986Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex128 2022-09-27T15:53:39.3564906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex64 2022-09-27T15:53:39.3574357Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex64 2022-09-27T15:53:39.3597526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float16 2022-09-27T15:53:39.3608656Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float16 2022-09-27T15:53:39.3636384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float32 2022-09-27T15:53:39.3647764Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float32 2022-09-27T15:53:39.3675746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float64 2022-09-27T15:53:39.3685033Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float64 2022-09-27T15:53:39.3706427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int16 2022-09-27T15:53:39.3717760Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int16 2022-09-27T15:53:39.3739046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int32 2022-09-27T15:53:39.3749162Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int32 2022-09-27T15:53:39.3765358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int64 2022-09-27T15:53:39.3774084Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float16 2022-09-27T15:53:39.3787490Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int64 2022-09-27T15:53:39.3789481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int8 2022-09-27T15:53:39.3814325Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:53:39.3823357Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int8 2022-09-27T15:53:39.3849294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_uint8 2022-09-27T15:53:39.3856676Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_uint8 2022-09-27T15:53:39.3882477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:39.3889675Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:39.3915367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bool 2022-09-27T15:53:39.3922229Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bool 2022-09-27T15:53:39.3947713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex128 2022-09-27T15:53:39.3955236Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex128 2022-09-27T15:53:39.3981466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex64 2022-09-27T15:53:39.3989036Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex64 2022-09-27T15:53:39.4015344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float16 2022-09-27T15:53:39.4023936Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float16 2022-09-27T15:53:39.4054451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float32 2022-09-27T15:53:39.4062926Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float32 2022-09-27T15:53:39.4087928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float64 2022-09-27T15:53:39.4097177Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float64 2022-09-27T15:53:39.4133333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int16 2022-09-27T15:53:39.4142767Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int16 2022-09-27T15:53:39.4166001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int32 2022-09-27T15:53:39.4177962Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int32 2022-09-27T15:53:39.4207472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int64 2022-09-27T15:53:39.4218406Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int64 2022-09-27T15:53:39.4251646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int8 2022-09-27T15:53:39.4257698Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int8 2022-09-27T15:53:39.4284248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_uint8 2022-09-27T15:53:39.4294083Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_uint8 2022-09-27T15:53:39.4320674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_bfloat16 2022-09-27T15:53:39.4329754Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_bfloat16 2022-09-27T15:53:39.4354863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex128 2022-09-27T15:53:39.4364450Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex128 2022-09-27T15:53:39.4390803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex64 2022-09-27T15:53:39.4399311Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex64 2022-09-27T15:53:39.4427881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float16 2022-09-27T15:53:39.4439954Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float16 2022-09-27T15:53:39.4468117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float32 2022-09-27T15:53:39.4478750Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float32 2022-09-27T15:53:39.4509077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float64 2022-09-27T15:53:39.4519579Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float64 2022-09-27T15:53:39.4546940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:39.4555908Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:39.4577618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex128 2022-09-27T15:53:39.4587077Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex128 2022-09-27T15:53:39.4612720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex64 2022-09-27T15:53:39.4620027Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex64 2022-09-27T15:53:39.4646021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float16 2022-09-27T15:53:39.4653418Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float16 2022-09-27T15:53:39.4677446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float32 2022-09-27T15:53:39.4688102Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float32 2022-09-27T15:53:39.4711293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float64 2022-09-27T15:53:39.4720618Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float64 2022-09-27T15:53:39.4743218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bfloat16 2022-09-27T15:53:39.4753068Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bfloat16 2022-09-27T15:53:39.4775869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bool 2022-09-27T15:53:39.4785825Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bool 2022-09-27T15:53:39.4812236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float16 2022-09-27T15:53:39.4821885Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float16 2022-09-27T15:53:39.4846657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float32 2022-09-27T15:53:39.4855930Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float32 2022-09-27T15:53:39.4883763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float64 2022-09-27T15:53:39.4892486Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float64 2022-09-27T15:53:39.4923176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int16 2022-09-27T15:53:39.4933868Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int16 2022-09-27T15:53:39.4965648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int32 2022-09-27T15:53:39.4975280Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int32 2022-09-27T15:53:39.5003430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int64 2022-09-27T15:53:39.5013574Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int64 2022-09-27T15:53:39.5037061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int8 2022-09-27T15:53:39.5046580Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int8 2022-09-27T15:53:39.5069205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_uint8 2022-09-27T15:53:39.5079903Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_uint8 2022-09-27T15:53:39.5105501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:39.5115150Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:39.5140933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bool 2022-09-27T15:53:39.5148166Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bool 2022-09-27T15:53:39.5177426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float16 2022-09-27T15:53:39.5184784Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float16 2022-09-27T15:53:39.5210339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float32 2022-09-27T15:53:39.5221732Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float32 2022-09-27T15:53:39.5245087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float64 2022-09-27T15:53:39.5255197Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float64 2022-09-27T15:53:39.5276483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int16 2022-09-27T15:53:39.5288152Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int16 2022-09-27T15:53:39.5313834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int32 2022-09-27T15:53:39.5321231Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int32 2022-09-27T15:53:39.5350372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int64 2022-09-27T15:53:39.5357753Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int64 2022-09-27T15:53:39.5383909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int8 2022-09-27T15:53:39.5391867Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int8 2022-09-27T15:53:39.5417097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_uint8 2022-09-27T15:53:39.5424459Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_uint8 2022-09-27T15:53:39.5454246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bfloat16 2022-09-27T15:53:39.5462108Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bfloat16 2022-09-27T15:53:39.5484255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bool 2022-09-27T15:53:39.5494401Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bool 2022-09-27T15:53:39.5520729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float16 2022-09-27T15:53:39.5525629Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float16 2022-09-27T15:53:39.5533026Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:53:39.5536103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float32 2022-09-27T15:53:39.5559968Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:53:39.5571043Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float32 2022-09-27T15:53:39.5594476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float64 2022-09-27T15:53:39.5603091Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float64 2022-09-27T15:53:39.5629314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int16 2022-09-27T15:53:39.5637095Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int16 2022-09-27T15:53:39.5658453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int32 2022-09-27T15:53:39.5668920Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int32 2022-09-27T15:53:39.5699325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int64 2022-09-27T15:53:39.5706868Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int64 2022-09-27T15:53:39.5736573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int8 2022-09-27T15:53:39.5744332Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int8 2022-09-27T15:53:39.5770188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_uint8 2022-09-27T15:53:39.5778111Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_uint8 2022-09-27T15:53:39.5801633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:39.5811049Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:39.5834448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bool 2022-09-27T15:53:39.5844107Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bool 2022-09-27T15:53:39.5870321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float16 2022-09-27T15:53:39.5882756Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float16 2022-09-27T15:53:39.5918049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float32 2022-09-27T15:53:39.5928359Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float32 2022-09-27T15:53:39.5964014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float64 2022-09-27T15:53:39.5975854Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float64 2022-09-27T15:53:39.6011884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int16 2022-09-27T15:53:39.6016862Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int16 2022-09-27T15:53:39.6046966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int32 2022-09-27T15:53:39.6057495Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int32 2022-09-27T15:53:39.6087800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int64 2022-09-27T15:53:39.6097954Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int64 2022-09-27T15:53:39.6126804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int8 2022-09-27T15:53:39.6133049Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float16 2022-09-27T15:53:39.6147346Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int8 2022-09-27T15:53:39.6149407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_uint8 2022-09-27T15:53:39.6178147Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:53:39.6189429Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_uint8 2022-09-27T15:53:39.6215890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bfloat16 2022-09-27T15:53:39.6226738Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bfloat16 2022-09-27T15:53:39.6257390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bool 2022-09-27T15:53:39.6266923Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bool 2022-09-27T15:53:39.6300069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex128 2022-09-27T15:53:39.6310947Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex128 2022-09-27T15:53:39.6341295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex64 2022-09-27T15:53:39.6353078Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex64 2022-09-27T15:53:39.6385621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float16 2022-09-27T15:53:39.6396776Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float16 2022-09-27T15:53:39.6425707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float32 2022-09-27T15:53:39.6436538Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float32 2022-09-27T15:53:39.6469652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float64 2022-09-27T15:53:39.6481991Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float64 2022-09-27T15:53:39.6509646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int16 2022-09-27T15:53:39.6519816Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int16 2022-09-27T15:53:39.6550497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int32 2022-09-27T15:53:39.6558313Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int32 2022-09-27T15:53:39.6588496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int64 2022-09-27T15:53:39.6597940Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int64 2022-09-27T15:53:39.6630500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int8 2022-09-27T15:53:39.6641653Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int8 2022-09-27T15:53:39.6670794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_uint8 2022-09-27T15:53:39.6680898Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_uint8 2022-09-27T15:53:39.6710892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:39.6721687Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:39.6756498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bool 2022-09-27T15:53:39.6769400Z [gw0] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bool 2022-09-27T15:53:39.6802196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex128 2022-09-27T15:53:39.6813017Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex128 2022-09-27T15:53:39.6844079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex64 2022-09-27T15:53:39.6854146Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex64 2022-09-27T15:53:39.6886759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float16 2022-09-27T15:53:39.6898027Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float16 2022-09-27T15:53:39.6927644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float32 2022-09-27T15:53:39.6937684Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float32 2022-09-27T15:53:39.6967112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float64 2022-09-27T15:53:39.6977902Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float64 2022-09-27T15:53:39.7010801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int16 2022-09-27T15:53:39.7021241Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int16 2022-09-27T15:53:39.7052831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int32 2022-09-27T15:53:39.7064006Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int32 2022-09-27T15:53:39.7091852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int64 2022-09-27T15:53:39.7101659Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int64 2022-09-27T15:53:39.7129680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int8 2022-09-27T15:53:39.7140462Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int8 2022-09-27T15:53:39.7172227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_uint8 2022-09-27T15:53:39.7182726Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_uint8 2022-09-27T15:53:39.7211523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_bfloat16 2022-09-27T15:53:39.7221731Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_bfloat16 2022-09-27T15:53:39.7251607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float16 2022-09-27T15:53:39.7261742Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float16 2022-09-27T15:53:39.7279466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float32 2022-09-27T15:53:39.7291312Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:53:39.7297387Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float32 2022-09-27T15:53:39.7305908Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_bfloat16 2022-09-27T15:53:39.7334080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float64 2022-09-27T15:53:39.7345899Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float64 2022-09-27T15:53:39.7374785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int16 2022-09-27T15:53:39.7384884Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int16 2022-09-27T15:53:39.7413798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int32 2022-09-27T15:53:39.7424823Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int32 2022-09-27T15:53:39.7453605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int64 2022-09-27T15:53:39.7463693Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int64 2022-09-27T15:53:39.7492342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int8 2022-09-27T15:53:39.7502375Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int8 2022-09-27T15:53:39.7532221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_uint8 2022-09-27T15:53:39.7544269Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_uint8 2022-09-27T15:53:39.7579437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:39.7589473Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:39.7618332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float16 2022-09-27T15:53:39.7628496Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float16 2022-09-27T15:53:39.7657313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float32 2022-09-27T15:53:39.7667444Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float32 2022-09-27T15:53:39.7697088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float64 2022-09-27T15:53:39.7707337Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float64 2022-09-27T15:53:39.7737674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int16 2022-09-27T15:53:39.7748161Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int16 2022-09-27T15:53:39.7776945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int32 2022-09-27T15:53:39.7787117Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int32 2022-09-27T15:53:39.7815993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int64 2022-09-27T15:53:39.7827107Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int64 2022-09-27T15:53:39.7855967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int8 2022-09-27T15:53:39.7865895Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int8 2022-09-27T15:53:39.7893872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_uint8 2022-09-27T15:53:39.7903724Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_uint8 2022-09-27T15:53:39.7932271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bfloat16 2022-09-27T15:53:39.7942299Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bfloat16 2022-09-27T15:53:39.7973850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bool 2022-09-27T15:53:39.7985184Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bool 2022-09-27T15:53:39.8018703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex128 2022-09-27T15:53:39.8029448Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex128 2022-09-27T15:53:39.8059526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex64 2022-09-27T15:53:39.8071834Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex64 2022-09-27T15:53:39.8106163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float16 2022-09-27T15:53:39.8115385Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float16 2022-09-27T15:53:39.8144876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float32 2022-09-27T15:53:39.8155901Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float32 2022-09-27T15:53:39.8189396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float64 2022-09-27T15:53:39.8200782Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float64 2022-09-27T15:53:39.8235446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int16 2022-09-27T15:53:39.8250710Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int16 2022-09-27T15:53:39.8284777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int32 2022-09-27T15:53:39.8292769Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int32 2022-09-27T15:53:39.8323581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int64 2022-09-27T15:53:39.8334753Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int64 2022-09-27T15:53:39.8365182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int8 2022-09-27T15:53:39.8375670Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int8 2022-09-27T15:53:39.8412113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_uint8 2022-09-27T15:53:39.8424496Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_uint8 2022-09-27T15:53:39.8455751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:39.8466948Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:39.8499172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bool 2022-09-27T15:53:39.8511533Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bool 2022-09-27T15:53:39.8550734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex128 2022-09-27T15:53:39.8560526Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex128 2022-09-27T15:53:39.8594804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex64 2022-09-27T15:53:39.8606597Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex64 2022-09-27T15:53:39.8639802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float16 2022-09-27T15:53:39.8650692Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float16 2022-09-27T15:53:39.8684199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float32 2022-09-27T15:53:39.8695368Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float32 2022-09-27T15:53:39.8729359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float64 2022-09-27T15:53:39.8740452Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float64 2022-09-27T15:53:39.8772745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int16 2022-09-27T15:53:39.8783692Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int16 2022-09-27T15:53:39.8815369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int32 2022-09-27T15:53:39.8827249Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int32 2022-09-27T15:53:39.8865605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int64 2022-09-27T15:53:39.8876868Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int64 2022-09-27T15:53:39.8908131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int8 2022-09-27T15:53:39.8921160Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int8 2022-09-27T15:53:39.8955558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_uint8 2022-09-27T15:53:39.8967694Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_uint8 2022-09-27T15:53:39.9000049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bfloat16 2022-09-27T15:53:39.9010512Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bfloat16 2022-09-27T15:53:39.9039283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bool 2022-09-27T15:53:39.9049233Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bool 2022-09-27T15:53:39.9079335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex128 2022-09-27T15:53:39.9091205Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex128 2022-09-27T15:53:39.9122803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex64 2022-09-27T15:53:39.9133732Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex64 2022-09-27T15:53:39.9166251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float32 2022-09-27T15:53:39.9177935Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float32 2022-09-27T15:53:39.9208841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float64 2022-09-27T15:53:39.9221414Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float64 2022-09-27T15:53:39.9252120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int16 2022-09-27T15:53:39.9263954Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int16 2022-09-27T15:53:39.9299207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int32 2022-09-27T15:53:39.9313211Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int32 2022-09-27T15:53:39.9346564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int64 2022-09-27T15:53:39.9356990Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int64 2022-09-27T15:53:39.9385954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int8 2022-09-27T15:53:39.9396584Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int8 2022-09-27T15:53:39.9428411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_uint8 2022-09-27T15:53:39.9439636Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_uint8 2022-09-27T15:53:39.9468430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:39.9478360Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:39.9508465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bool 2022-09-27T15:53:39.9518385Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bool 2022-09-27T15:53:39.9547911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex128 2022-09-27T15:53:39.9557063Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex128 2022-09-27T15:53:39.9568471Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_bfloat16 2022-09-27T15:53:39.9570964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex64 2022-09-27T15:53:39.9601307Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex128 2022-09-27T15:53:39.9611948Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex64 2022-09-27T15:53:39.9647377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float32 2022-09-27T15:53:39.9660629Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float32 2022-09-27T15:53:39.9689254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float64 2022-09-27T15:53:39.9711542Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float64 2022-09-27T15:53:39.9717027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int16 2022-09-27T15:53:39.9726785Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:53:39.9743410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:53:39.9752424Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int16 2022-09-27T15:53:39.9779604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int32 2022-09-27T15:53:39.9824021Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int32 2022-09-27T15:53:39.9863609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int64 2022-09-27T15:53:39.9893094Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int64 2022-09-27T15:53:39.9894983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int8 2022-09-27T15:53:39.9897738Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int8 2022-09-27T15:53:39.9956731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_uint8 2022-09-27T15:53:40.0020625Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_uint8 2022-09-27T15:53:40.0023125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bfloat16 2022-09-27T15:53:40.0027461Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bfloat16 2022-09-27T15:53:40.0029900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bool 2022-09-27T15:53:40.0034322Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bool 2022-09-27T15:53:40.0067995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex128 2022-09-27T15:53:40.0071916Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex128 2022-09-27T15:53:40.0177060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex64 2022-09-27T15:53:40.0181323Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex64 2022-09-27T15:53:40.0202079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float32 2022-09-27T15:53:40.0205247Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float32 2022-09-27T15:53:40.0206986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float64 2022-09-27T15:53:40.0209933Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float64 2022-09-27T15:53:40.0241295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int16 2022-09-27T15:53:40.0244691Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int16 2022-09-27T15:53:40.0284424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int32 2022-09-27T15:53:40.0288785Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int32 2022-09-27T15:53:40.0308390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int64 2022-09-27T15:53:40.0335447Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int64 2022-09-27T15:53:40.0354014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int8 2022-09-27T15:53:40.0369682Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int8 2022-09-27T15:53:40.0401811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_uint8 2022-09-27T15:53:40.0414511Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_uint8 2022-09-27T15:53:40.0445946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:40.0459017Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:40.0489124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bool 2022-09-27T15:53:40.0499381Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bool 2022-09-27T15:53:40.0530656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex128 2022-09-27T15:53:40.0542123Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex128 2022-09-27T15:53:40.0576908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex64 2022-09-27T15:53:40.0588953Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex64 2022-09-27T15:53:40.0627143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float32 2022-09-27T15:53:40.0638701Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float32 2022-09-27T15:53:40.0673206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float64 2022-09-27T15:53:40.0685035Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float64 2022-09-27T15:53:40.0719536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int16 2022-09-27T15:53:40.0732665Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int16 2022-09-27T15:53:40.0768755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int32 2022-09-27T15:53:40.0779699Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int32 2022-09-27T15:53:40.0814236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int64 2022-09-27T15:53:40.0825356Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int64 2022-09-27T15:53:40.0861366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int8 2022-09-27T15:53:40.0873677Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int8 2022-09-27T15:53:40.0912970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_uint8 2022-09-27T15:53:40.0920307Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_uint8 2022-09-27T15:53:40.0952967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bfloat16 2022-09-27T15:53:40.0965813Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bfloat16 2022-09-27T15:53:40.0999443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bool 2022-09-27T15:53:40.1009879Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bool 2022-09-27T15:53:40.1041121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float32 2022-09-27T15:53:40.1052728Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float32 2022-09-27T15:53:40.1089981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float64 2022-09-27T15:53:40.1101571Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float64 2022-09-27T15:53:40.1137496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int16 2022-09-27T15:53:40.1151652Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int16 2022-09-27T15:53:40.1179829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int32 2022-09-27T15:53:40.1191181Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int32 2022-09-27T15:53:40.1224444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int64 2022-09-27T15:53:40.1235935Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int64 2022-09-27T15:53:40.1265025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int8 2022-09-27T15:53:40.1275132Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int8 2022-09-27T15:53:40.1304944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_uint8 2022-09-27T15:53:40.1317966Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_uint8 2022-09-27T15:53:40.1354636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:40.1366476Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:40.1400397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bool 2022-09-27T15:53:40.1412567Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bool 2022-09-27T15:53:40.1446663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float32 2022-09-27T15:53:40.1458214Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float32 2022-09-27T15:53:40.1492753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float64 2022-09-27T15:53:40.1503620Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float64 2022-09-27T15:53:40.1538564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int16 2022-09-27T15:53:40.1549813Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int16 2022-09-27T15:53:40.1586320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int32 2022-09-27T15:53:40.1598026Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int32 2022-09-27T15:53:40.1632815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int64 2022-09-27T15:53:40.1644913Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int64 2022-09-27T15:53:40.1680901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int8 2022-09-27T15:53:40.1691614Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int8 2022-09-27T15:53:40.1721961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_uint8 2022-09-27T15:53:40.1732428Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_uint8 2022-09-27T15:53:40.1761765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bfloat16 2022-09-27T15:53:40.1771904Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bfloat16 2022-09-27T15:53:40.1800939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bool 2022-09-27T15:53:40.1811120Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bool 2022-09-27T15:53:40.1854895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex128 2022-09-27T15:53:40.1866378Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex128 2022-09-27T15:53:40.1901572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex64 2022-09-27T15:53:40.1914456Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex64 2022-09-27T15:53:40.1947575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float32 2022-09-27T15:53:40.1959369Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float32 2022-09-27T15:53:40.1996068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float64 2022-09-27T15:53:40.2009325Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float64 2022-09-27T15:53:40.2045619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int16 2022-09-27T15:53:40.2056329Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int16 2022-09-27T15:53:40.2092049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int32 2022-09-27T15:53:40.2105339Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int32 2022-09-27T15:53:40.2140595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int64 2022-09-27T15:53:40.2151453Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int64 2022-09-27T15:53:40.2180898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int8 2022-09-27T15:53:40.2192263Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int8 2022-09-27T15:53:40.2226213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_uint8 2022-09-27T15:53:40.2238408Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_uint8 2022-09-27T15:53:40.2272334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:40.2284133Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bfloat16 2022-09-27T15:53:40.2317061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bool 2022-09-27T15:53:40.2327017Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bool 2022-09-27T15:53:40.2360627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex128 2022-09-27T15:53:40.2384087Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex128 2022-09-27T15:53:40.2404220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex64 2022-09-27T15:53:40.2412338Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex64 2022-09-27T15:53:40.2447367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float32 2022-09-27T15:53:40.2455270Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float32 2022-09-27T15:53:40.2484981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float64 2022-09-27T15:53:40.2496797Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float64 2022-09-27T15:53:40.2529820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int16 2022-09-27T15:53:40.2541028Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int16 2022-09-27T15:53:40.2573848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int32 2022-09-27T15:53:40.2585926Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int32 2022-09-27T15:53:40.2618816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int64 2022-09-27T15:53:40.2630064Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int64 2022-09-27T15:53:40.2666328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int8 2022-09-27T15:53:40.2682774Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int8 2022-09-27T15:53:40.2706996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_uint8 2022-09-27T15:53:40.2715539Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex128 2022-09-27T15:53:40.2724986Z [gw0] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_uint8 2022-09-27T15:53:40.2728741Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex64 2022-09-27T15:53:40.4359487Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bool 2022-09-27T15:53:40.4371389Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bool 2022-09-27T15:53:40.4685827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float16 2022-09-27T15:53:40.4697534Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:53:40.5480599Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int16 2022-09-27T15:53:40.5492718Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex64 2022-09-27T15:53:40.7894281Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float16 2022-09-27T15:53:40.7907807Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float16 2022-09-27T15:53:40.9407094Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float32 2022-09-27T15:53:40.9418960Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float16 2022-09-27T15:53:40.9429373Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float32 2022-09-27T15:53:40.9441764Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bool 2022-09-27T15:53:41.0685825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex128 2022-09-27T15:53:41.0698006Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float32 2022-09-27T15:53:41.0826308Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float64 2022-09-27T15:53:41.0837587Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int16 2022-09-27T15:53:41.1641384Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int32 2022-09-27T15:53:41.1654679Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float32 2022-09-27T15:53:41.3573174Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float64 2022-09-27T15:53:41.3586132Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float64 2022-09-27T15:53:41.4995669Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex128 2022-09-27T15:53:41.5008071Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float64 2022-09-27T15:53:41.6508974Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int16 2022-09-27T15:53:41.6520486Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex128 2022-09-27T15:53:41.6623124Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex64 2022-09-27T15:53:41.6636307Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int16 2022-09-27T15:53:41.7318062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int32 2022-09-27T15:53:41.7331151Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int32 2022-09-27T15:53:41.8374342Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int64 2022-09-27T15:53:41.8384119Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int32 2022-09-27T15:53:41.9606529Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int64 2022-09-27T15:53:41.9618078Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex64 2022-09-27T15:53:42.0454920Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float32 2022-09-27T15:53:42.0473503Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int64 2022-09-27T15:53:42.2299104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int8 2022-09-27T15:53:42.2314347Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int8 2022-09-27T15:53:42.2665610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_uint8 2022-09-27T15:53:42.2686773Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float32 2022-09-27T15:53:42.4278495Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float64 2022-09-27T15:53:42.4297815Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_uint8 2022-09-27T15:53:42.4401699Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bfloat16 2022-09-27T15:53:42.4415836Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int64 2022-09-27T15:53:42.5488622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int8 2022-09-27T15:53:42.5501125Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float64 2022-09-27T15:53:42.5786011Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:53:42.5832863Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:53:42.6166698Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:53:42.6179395Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:53:42.6482674Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float32 2022-09-27T15:53:42.6493328Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float32 2022-09-27T15:53:42.6775767Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float64 2022-09-27T15:53:42.6789025Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float64 2022-09-27T15:53:42.6948925Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_bfloat16 2022-09-27T15:53:42.6967374Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bfloat16 2022-09-27T15:53:42.8604532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bool 2022-09-27T15:53:42.8616119Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bool 2022-09-27T15:53:43.0590064Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float16 2022-09-27T15:53:43.0601978Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int8 2022-09-27T15:53:43.0920814Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_uint8 2022-09-27T15:53:43.0934060Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_bfloat16 2022-09-27T15:53:43.1845176Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:53:43.1857654Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex128 2022-09-27T15:53:43.3396928Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex64 2022-09-27T15:53:43.3410296Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float16 2022-09-27T15:53:43.4830078Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float32 2022-09-27T15:53:43.4846524Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:53:43.5593801Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:53:43.5608779Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float32 2022-09-27T15:53:43.6512716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float64 2022-09-27T15:53:43.6527128Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_uint8 2022-09-27T15:53:43.8635074Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_bfloat16 2022-09-27T15:53:43.8648601Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float64 2022-09-27T15:53:43.9095790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int16 2022-09-27T15:53:43.9109242Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:53:44.0310849Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float16 2022-09-27T15:53:44.0323357Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int16 2022-09-27T15:53:44.2130720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int32 2022-09-27T15:53:44.2143877Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int32 2022-09-27T15:53:44.3692748Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int64 2022-09-27T15:53:44.3706495Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float16 2022-09-27T15:53:44.4321243Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:53:44.4335671Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int64 2022-09-27T15:53:44.4860096Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int8 2022-09-27T15:53:44.4878081Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_bfloat16 2022-09-27T15:53:44.6001695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float16 2022-09-27T15:53:44.6013743Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int8 2022-09-27T15:53:44.7607640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_uint8 2022-09-27T15:53:44.7619037Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:53:44.7687606Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:53:44.7706492Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_uint8 2022-09-27T15:53:44.8167760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bfloat16 2022-09-27T15:53:44.8179225Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bfloat16 2022-09-27T15:53:44.8531399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bool 2022-09-27T15:53:44.8543362Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bool 2022-09-27T15:53:44.9105529Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex128 2022-09-27T15:53:44.9116988Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex128 2022-09-27T15:53:44.9684856Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex32 2022-09-27T15:53:44.9702128Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex32 2022-09-27T15:53:45.0245507Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex64 2022-09-27T15:53:45.0267878Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex64 2022-09-27T15:53:45.0447877Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float16 2022-09-27T15:53:45.0554568Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex64 2022-09-27T15:53:45.0714179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float16 2022-09-27T15:53:45.0725078Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float16 2022-09-27T15:53:45.1383869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float32 2022-09-27T15:53:45.1395645Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float32 2022-09-27T15:53:45.1789195Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float64 2022-09-27T15:53:45.1800141Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:53:45.1835604Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_bfloat16 2022-09-27T15:53:45.1846742Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float64 2022-09-27T15:53:45.2278223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int16 2022-09-27T15:53:45.2292110Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_bfloat16 2022-09-27T15:53:45.2302053Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex128 2022-09-27T15:53:45.2314036Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int16 2022-09-27T15:53:45.2608851Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int32 2022-09-27T15:53:45.2619617Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int32 2022-09-27T15:53:45.2689250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int64 2022-09-27T15:53:45.2701277Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex128 2022-09-27T15:53:45.2899933Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex64 2022-09-27T15:53:45.2910251Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int64 2022-09-27T15:53:45.3105214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int8 2022-09-27T15:53:45.3117391Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex64 2022-09-27T15:53:45.3218485Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float16 2022-09-27T15:53:45.3230393Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int8 2022-09-27T15:53:45.3576658Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_uint8 2022-09-27T15:53:45.3588745Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_uint8 2022-09-27T15:53:45.3615064Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bfloat16 2022-09-27T15:53:45.3629035Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float16 2022-09-27T15:53:45.3643935Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float32 2022-09-27T15:53:45.3654909Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bfloat16 2022-09-27T15:53:45.3703533Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bool 2022-09-27T15:53:45.3713564Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bool 2022-09-27T15:53:45.3768556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex128 2022-09-27T15:53:45.3777465Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex128 2022-09-27T15:53:45.3838183Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex32 2022-09-27T15:53:45.3849724Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex32 2022-09-27T15:53:45.3911324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex64 2022-09-27T15:53:45.3922789Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex64 2022-09-27T15:53:45.3981570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float16 2022-09-27T15:53:45.3993229Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float16 2022-09-27T15:53:45.4020540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float32 2022-09-27T15:53:45.4033346Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float32 2022-09-27T15:53:45.4045627Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float64 2022-09-27T15:53:45.4057203Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float32 2022-09-27T15:53:45.4110984Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float64 2022-09-27T15:53:45.4122571Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float64 2022-09-27T15:53:45.4171547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int16 2022-09-27T15:53:45.4183867Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int16 2022-09-27T15:53:45.4232673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int32 2022-09-27T15:53:45.4244312Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int32 2022-09-27T15:53:45.4291781Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int64 2022-09-27T15:53:45.4304092Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int64 2022-09-27T15:53:45.4348279Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int8 2022-09-27T15:53:45.4358164Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int8 2022-09-27T15:53:45.4401259Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_uint8 2022-09-27T15:53:45.4413143Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_uint8 2022-09-27T15:53:45.4417793Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bfloat16 2022-09-27T15:53:45.4428414Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float64 2022-09-27T15:53:45.4498030Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int16 2022-09-27T15:53:45.4506354Z [gw1] [ 53%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int16 2022-09-27T15:53:45.4582143Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int32 2022-09-27T15:53:45.4597798Z [gw1] [ 53%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int32 2022-09-27T15:53:45.4669581Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int64 2022-09-27T15:53:45.4676403Z [gw1] [ 53%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int64 2022-09-27T15:53:45.5132868Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int8 2022-09-27T15:53:45.5145523Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int8 2022-09-27T15:53:45.5501951Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_uint8 2022-09-27T15:53:45.5525685Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_uint8 2022-09-27T15:53:45.5873311Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bfloat16 2022-09-27T15:53:45.5890111Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float16 2022-09-27T15:53:45.6479217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:53:45.6492153Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bfloat16 2022-09-27T15:53:45.8146754Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bool 2022-09-27T15:53:45.8156964Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bool 2022-09-27T15:53:45.8581435Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex128 2022-09-27T15:53:45.8590832Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bfloat16 2022-09-27T15:53:46.0572808Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bool 2022-09-27T15:53:46.0584831Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:53:46.3049273Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:53:46.3061885Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bool 2022-09-27T15:53:46.4966697Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex128 2022-09-27T15:53:46.4979705Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex128 2022-09-27T15:53:46.6266007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex32 2022-09-27T15:53:46.6266610Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:53:47.0690709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int16 2022-09-27T15:53:47.0702512Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex128 2022-09-27T15:53:47.2020525Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex64 2022-09-27T15:53:47.2032635Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int16 2022-09-27T15:53:47.4261070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int32 2022-09-27T15:53:47.4261777Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex32 2022-09-27T15:53:47.6882359Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex64 2022-09-27T15:53:47.6894012Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex64 2022-09-27T15:53:47.8282103Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float32 2022-09-27T15:53:47.8313517Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int32 2022-09-27T15:53:47.8892533Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int64 2022-09-27T15:53:47.8979446Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex64 2022-09-27T15:53:47.9931629Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float16 2022-09-27T15:53:47.9955544Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float32 2022-09-27T15:53:48.2380821Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float64 2022-09-27T15:53:48.2396088Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float16 2022-09-27T15:53:48.3150338Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float32 2022-09-27T15:53:48.3171945Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float64 2022-09-27T15:53:48.4158718Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int16 2022-09-27T15:53:48.4167099Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float32 2022-09-27T15:53:48.4927379Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float64 2022-09-27T15:53:48.4946908Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int64 2022-09-27T15:53:48.5726334Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int8 2022-09-27T15:53:48.5728293Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int16 2022-09-27T15:53:48.6536315Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int32 2022-09-27T15:53:48.6547160Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float64 2022-09-27T15:53:48.7527987Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int16 2022-09-27T15:53:48.7541790Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int16 2022-09-27T15:53:48.8264404Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int32 2022-09-27T15:53:48.8275968Z [gw1] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int32 2022-09-27T15:53:48.8661077Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int64 2022-09-27T15:53:48.8661697Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int32 2022-09-27T15:53:48.9595696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int64 2022-09-27T15:53:48.9614417Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float16 2022-09-27T15:53:48.9783236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float32 2022-09-27T15:53:48.9804413Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int64 2022-09-27T15:53:49.0708056Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int8 2022-09-27T15:53:49.0708660Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int8 2022-09-27T15:53:49.0882709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_uint8 2022-09-27T15:53:49.0883451Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int8 2022-09-27T15:53:49.1309117Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_uint8 2022-09-27T15:53:49.1329003Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int64 2022-09-27T15:53:49.1904009Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int8 2022-09-27T15:53:49.1904670Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_uint8 2022-09-27T15:53:49.4175045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bfloat16 2022-09-27T15:53:49.4193736Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int8 2022-09-27T15:53:49.4247826Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_uint8 2022-09-27T15:53:49.4248512Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bfloat16 2022-09-27T15:53:49.5965281Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bool 2022-09-27T15:53:49.5966019Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bool 2022-09-27T15:53:49.7092975Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex128 2022-09-27T15:53:49.7115383Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_uint8 2022-09-27T15:53:49.7200009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bfloat16 2022-09-27T15:53:49.7200640Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_uint8 2022-09-27T15:53:49.7229534Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bfloat16 2022-09-27T15:53:49.7258577Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bfloat16 2022-09-27T15:53:49.7361654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bool 2022-09-27T15:53:49.7379502Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bool 2022-09-27T15:53:49.7495542Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex128 2022-09-27T15:53:49.7496268Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex128 2022-09-27T15:53:49.7625197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex32 2022-09-27T15:53:49.7625851Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex32 2022-09-27T15:53:49.7745408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex64 2022-09-27T15:53:49.7792468Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex64 2022-09-27T15:53:49.7874870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float16 2022-09-27T15:53:49.7904207Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float16 2022-09-27T15:53:49.8006765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float32 2022-09-27T15:53:49.8028192Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float32 2022-09-27T15:53:49.8139606Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float64 2022-09-27T15:53:49.8198954Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float64 2022-09-27T15:53:49.8323111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int16 2022-09-27T15:53:49.8323729Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int16 2022-09-27T15:53:49.8386136Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int32 2022-09-27T15:53:49.8407311Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int32 2022-09-27T15:53:49.8496840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int64 2022-09-27T15:53:49.8560734Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int64 2022-09-27T15:53:49.8632734Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int8 2022-09-27T15:53:49.8641591Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int8 2022-09-27T15:53:49.8763033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_uint8 2022-09-27T15:53:49.8784385Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_uint8 2022-09-27T15:53:49.8963902Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bfloat16 2022-09-27T15:53:49.8976967Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bfloat16 2022-09-27T15:53:49.9186917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bool 2022-09-27T15:53:49.9196895Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bool 2022-09-27T15:53:49.9397891Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex128 2022-09-27T15:53:49.9416033Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex128 2022-09-27T15:53:49.9604748Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex32 2022-09-27T15:53:49.9618284Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex32 2022-09-27T15:53:49.9812258Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex64 2022-09-27T15:53:49.9837925Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex64 2022-09-27T15:53:50.0022607Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float16 2022-09-27T15:53:50.0027175Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float16 2022-09-27T15:53:50.0232967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float32 2022-09-27T15:53:50.0244713Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float32 2022-09-27T15:53:50.0394679Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float64 2022-09-27T15:53:50.0395400Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bfloat16 2022-09-27T15:53:50.0435289Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bool 2022-09-27T15:53:50.0446085Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float64 2022-09-27T15:53:50.0621817Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int16 2022-09-27T15:53:50.0638505Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int16 2022-09-27T15:53:50.0860928Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int32 2022-09-27T15:53:50.0861645Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int32 2022-09-27T15:53:50.1069274Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int64 2022-09-27T15:53:50.1069973Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int64 2022-09-27T15:53:50.1267101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int8 2022-09-27T15:53:50.1284736Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int8 2022-09-27T15:53:50.1489653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_uint8 2022-09-27T15:53:50.1581340Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_uint8 2022-09-27T15:53:50.1620874Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bfloat16 2022-09-27T15:53:50.1621546Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bfloat16 2022-09-27T15:53:50.1709983Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bool 2022-09-27T15:53:50.1710774Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bool 2022-09-27T15:53:50.1778210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex128 2022-09-27T15:53:50.1806738Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex128 2022-09-27T15:53:50.1875799Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex32 2022-09-27T15:53:50.1887588Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex32 2022-09-27T15:53:50.1975812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex64 2022-09-27T15:53:50.1997573Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex64 2022-09-27T15:53:50.2068227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float16 2022-09-27T15:53:50.2078843Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float16 2022-09-27T15:53:50.2174329Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex128 2022-09-27T15:53:50.2177698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float32 2022-09-27T15:53:50.2178308Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex32 2022-09-27T15:53:50.2178928Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float32 2022-09-27T15:53:50.2252979Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float64 2022-09-27T15:53:50.2261541Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float64 2022-09-27T15:53:50.2331734Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int16 2022-09-27T15:53:50.2341657Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int16 2022-09-27T15:53:50.2420214Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int32 2022-09-27T15:53:50.2433802Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int32 2022-09-27T15:53:50.2510693Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int64 2022-09-27T15:53:50.2521021Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int64 2022-09-27T15:53:50.2597526Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int8 2022-09-27T15:53:50.2621206Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int8 2022-09-27T15:53:50.2680161Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_uint8 2022-09-27T15:53:50.2693218Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_uint8 2022-09-27T15:53:50.3096370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bfloat16 2022-09-27T15:53:50.3109446Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bfloat16 2022-09-27T15:53:50.3530131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bool 2022-09-27T15:53:50.3530722Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bool 2022-09-27T15:53:50.3955433Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex128 2022-09-27T15:53:50.3968257Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex128 2022-09-27T15:53:50.4407380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex32 2022-09-27T15:53:50.4425331Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex32 2022-09-27T15:53:50.4654978Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex64 2022-09-27T15:53:50.4701249Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bool 2022-09-27T15:53:50.4865930Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float32 2022-09-27T15:53:50.4877330Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex64 2022-09-27T15:53:50.5310702Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float16 2022-09-27T15:53:50.5455233Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float16 2022-09-27T15:53:50.5806701Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float32 2022-09-27T15:53:50.5807508Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float32 2022-09-27T15:53:50.6266034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float64 2022-09-27T15:53:50.6266712Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float64 2022-09-27T15:53:50.6680403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int16 2022-09-27T15:53:50.6697714Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int16 2022-09-27T15:53:50.7108302Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int32 2022-09-27T15:53:50.7144525Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int32 2022-09-27T15:53:50.7540276Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int64 2022-09-27T15:53:50.7569584Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int64 2022-09-27T15:53:50.7612374Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int8 2022-09-27T15:53:50.7705944Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float32 2022-09-27T15:53:50.7947553Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float64 2022-09-27T15:53:50.7948251Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int8 2022-09-27T15:53:50.8385603Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_uint8 2022-09-27T15:53:50.8397544Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_uint8 2022-09-27T15:53:50.8981035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bfloat16 2022-09-27T15:53:50.9031050Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float32 2022-09-27T15:53:51.0359746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float64 2022-09-27T15:53:51.0360461Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex32 2022-09-27T15:53:51.1266412Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex64 2022-09-27T15:53:51.1267117Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float64 2022-09-27T15:53:51.4191828Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int16 2022-09-27T15:53:51.4221608Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int16 2022-09-27T15:53:51.5422781Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int32 2022-09-27T15:53:51.5446094Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex64 2022-09-27T15:53:51.6267516Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float16 2022-09-27T15:53:51.6270178Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bfloat16 2022-09-27T15:53:51.7194228Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bool 2022-09-27T15:53:51.7247064Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int32 2022-09-27T15:53:51.9424035Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int64 2022-09-27T15:53:51.9457489Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float16 2022-09-27T15:53:52.0190883Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float32 2022-09-27T15:53:52.0194576Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bool 2022-09-27T15:53:52.0386344Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex128 2022-09-27T15:53:52.0387027Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int64 2022-09-27T15:53:52.1500842Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int8 2022-09-27T15:53:52.1514829Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float32 2022-09-27T15:53:52.3235918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float64 2022-09-27T15:53:52.3236551Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int8 2022-09-27T15:53:52.4131852Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_uint8 2022-09-27T15:53:52.4132540Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float64 2022-09-27T15:53:52.5276187Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int16 2022-09-27T15:53:52.5276896Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int16 2022-09-27T15:53:52.5928940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int32 2022-09-27T15:53:52.6007479Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_uint8 2022-09-27T15:53:52.6756069Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bfloat16 2022-09-27T15:53:52.6777746Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int32 2022-09-27T15:53:52.7961285Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int64 2022-09-27T15:53:52.7962035Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int64 2022-09-27T15:53:52.9161881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int8 2022-09-27T15:53:52.9162650Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int8 2022-09-27T15:53:52.9551133Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_uint8 2022-09-27T15:53:52.9551749Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float64 2022-09-27T15:53:52.9586354Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int16 2022-09-27T15:53:52.9600697Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex128 2022-09-27T15:53:53.0091746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex32 2022-09-27T15:53:53.0105621Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bfloat16 2022-09-27T15:53:53.0160868Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bool 2022-09-27T15:53:53.0611615Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_uint8 2022-09-27T15:53:53.0612283Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bfloat16 2022-09-27T15:53:53.0613080Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bfloat16 2022-09-27T15:53:53.0858384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bool 2022-09-27T15:53:53.0859037Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bool 2022-09-27T15:53:53.1466824Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:53:53.1467609Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:53:53.1677067Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:53:53.1702669Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:53:53.2060569Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float16 2022-09-27T15:53:53.2079240Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float16 2022-09-27T15:53:53.2415591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float32 2022-09-27T15:53:53.2426017Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float32 2022-09-27T15:53:53.2762891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float64 2022-09-27T15:53:53.2777972Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float64 2022-09-27T15:53:53.3017340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int16 2022-09-27T15:53:53.3028262Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int16 2022-09-27T15:53:53.3281869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int32 2022-09-27T15:53:53.3302776Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int32 2022-09-27T15:53:53.3550458Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int64 2022-09-27T15:53:53.3586948Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int64 2022-09-27T15:53:53.3803261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int8 2022-09-27T15:53:53.3816244Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int8 2022-09-27T15:53:53.4105450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_uint8 2022-09-27T15:53:53.4118442Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_uint8 2022-09-27T15:53:53.4469743Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bfloat16 2022-09-27T15:53:53.4483522Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bfloat16 2022-09-27T15:53:53.4492348Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bool 2022-09-27T15:53:53.4506464Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bool 2022-09-27T15:53:53.4719967Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex128 2022-09-27T15:53:53.4733498Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bool 2022-09-27T15:53:53.5169968Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex128 2022-09-27T15:53:53.5181594Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex128 2022-09-27T15:53:53.5709689Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex32 2022-09-27T15:53:53.5759196Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex32 2022-09-27T15:53:53.6191787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex64 2022-09-27T15:53:53.6243955Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex64 2022-09-27T15:53:53.6634299Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float16 2022-09-27T15:53:53.6635007Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float16 2022-09-27T15:53:53.6969961Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float32 2022-09-27T15:53:53.6983458Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float32 2022-09-27T15:53:53.7340523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float64 2022-09-27T15:53:53.7359371Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float64 2022-09-27T15:53:53.7665604Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int16 2022-09-27T15:53:53.7709917Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int16 2022-09-27T15:53:53.7945902Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int32 2022-09-27T15:53:53.7959194Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int32 2022-09-27T15:53:53.8159602Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int64 2022-09-27T15:53:53.8178072Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int64 2022-09-27T15:53:53.8413018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int8 2022-09-27T15:53:53.8426203Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int8 2022-09-27T15:53:53.8642367Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_uint8 2022-09-27T15:53:53.8655807Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_uint8 2022-09-27T15:53:54.1677840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bfloat16 2022-09-27T15:53:54.1678540Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex128 2022-09-27T15:53:54.4080805Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex64 2022-09-27T15:53:54.4081493Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bfloat16 2022-09-27T15:53:54.4135040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bool 2022-09-27T15:53:54.4135703Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex32 2022-09-27T15:53:54.7894392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex64 2022-09-27T15:53:54.7909887Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex64 2022-09-27T15:53:54.8899806Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float32 2022-09-27T15:53:54.8907249Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bool 2022-09-27T15:53:54.9358271Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float16 2022-09-27T15:53:54.9370819Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int16 2022-09-27T15:53:55.0113650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int32 2022-09-27T15:53:55.0131596Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float32 2022-09-27T15:53:55.0416884Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float64 2022-09-27T15:53:55.0429026Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex64 2022-09-27T15:53:55.3380200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float16 2022-09-27T15:53:55.3391242Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float64 2022-09-27T15:53:55.6627708Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int16 2022-09-27T15:53:55.6673208Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int16 2022-09-27T15:53:55.7672592Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int32 2022-09-27T15:53:55.7673266Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float16 2022-09-27T15:53:56.0442260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float32 2022-09-27T15:53:56.0458835Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int32 2022-09-27T15:53:56.0470889Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float16 2022-09-27T15:53:56.0634921Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float32 2022-09-27T15:53:56.4139920Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int64 2022-09-27T15:53:56.4174974Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int64 2022-09-27T15:53:56.4780529Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int8 2022-09-27T15:53:56.4781210Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float32 2022-09-27T15:53:56.5683386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float64 2022-09-27T15:53:56.5684189Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float32 2022-09-27T15:53:56.8010281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float64 2022-09-27T15:53:56.8010927Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int8 2022-09-27T15:53:57.1101902Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_uint8 2022-09-27T15:53:57.1191538Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_uint8 2022-09-27T15:53:57.1456736Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bfloat16 2022-09-27T15:53:57.1477693Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int32 2022-09-27T15:53:57.1800828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int64 2022-09-27T15:53:57.1825193Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float64 2022-09-27T15:53:57.1825860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int16 2022-09-27T15:53:57.1842335Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float64 2022-09-27T15:53:57.4409529Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int16 2022-09-27T15:53:57.4410162Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bfloat16 2022-09-27T15:53:57.5867279Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bool 2022-09-27T15:53:57.5878651Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int16 2022-09-27T15:53:57.7053881Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int32 2022-09-27T15:53:57.7054889Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int16 2022-09-27T15:53:57.8904496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int32 2022-09-27T15:53:57.8936776Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bool 2022-09-27T15:53:57.9940294Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex128 2022-09-27T15:53:57.9940891Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int32 2022-09-27T15:53:58.2467177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int64 2022-09-27T15:53:58.2477335Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int32 2022-09-27T15:53:58.4185455Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int64 2022-09-27T15:53:58.4186725Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int64 2022-09-27T15:53:58.6559804Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int8 2022-09-27T15:53:58.6560453Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex128 2022-09-27T15:53:58.8193877Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex64 2022-09-27T15:53:58.8201307Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int64 2022-09-27T15:53:58.8484075Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int8 2022-09-27T15:53:58.8484921Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int8 2022-09-27T15:53:59.1627907Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_uint8 2022-09-27T15:53:59.1628716Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int64 2022-09-27T15:53:59.2198847Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int8 2022-09-27T15:53:59.2242526Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex64 2022-09-27T15:53:59.2296301Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float32 2022-09-27T15:53:59.2312173Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_uint8 2022-09-27T15:53:59.3147783Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bfloat16 2022-09-27T15:53:59.3166875Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int8 2022-09-27T15:53:59.4727800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_uint8 2022-09-27T15:53:59.4779337Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float32 2022-09-27T15:53:59.5042082Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float64 2022-09-27T15:53:59.5068769Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bfloat16 2022-09-27T15:53:59.7580752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bool 2022-09-27T15:53:59.7581349Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bool 2022-09-27T15:53:59.8128142Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float32 2022-09-27T15:53:59.8128889Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_uint8 2022-09-27T15:53:59.8129516Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bfloat16 2022-09-27T15:53:59.8130117Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float64 2022-09-27T15:53:59.9370061Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int16 2022-09-27T15:53:59.9473787Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float32 2022-09-27T15:54:00.1199336Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float64 2022-09-27T15:54:00.1238944Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int16 2022-09-27T15:54:00.1420755Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int32 2022-09-27T15:54:00.1421361Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bfloat16 2022-09-27T15:54:00.1874918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bool 2022-09-27T15:54:00.1875543Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float64 2022-09-27T15:54:00.3666423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int16 2022-09-27T15:54:00.3685633Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int16 2022-09-27T15:54:00.3898961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int32 2022-09-27T15:54:00.3899652Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int32 2022-09-27T15:54:00.4976943Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int64 2022-09-27T15:54:00.4977617Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bool 2022-09-27T15:54:00.5584895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex128 2022-09-27T15:54:00.5585584Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int32 2022-09-27T15:54:00.7132194Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int64 2022-09-27T15:54:00.7132830Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int64 2022-09-27T15:54:00.7664274Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int8 2022-09-27T15:54:00.7675468Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int64 2022-09-27T15:54:00.9303284Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int8 2022-09-27T15:54:00.9311412Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int8 2022-09-27T15:54:00.9522494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_uint8 2022-09-27T15:54:00.9523082Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int8 2022-09-27T15:54:01.1163491Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_uint8 2022-09-27T15:54:01.1166102Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_uint8 2022-09-27T15:54:01.1851378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bfloat16 2022-09-27T15:54:01.1872195Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int8 2022-09-27T15:54:01.3633304Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_uint8 2022-09-27T15:54:01.3633967Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_uint8 2022-09-27T15:54:01.4194921Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_bfloat16 2022-09-27T15:54:01.4195696Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_bfloat16 2022-09-27T15:54:01.4422677Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float32 2022-09-27T15:54:01.4799911Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float32 2022-09-27T15:54:01.4800583Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float64 2022-09-27T15:54:01.4801226Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex128 2022-09-27T15:54:01.4865445Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex64 2022-09-27T15:54:01.4873083Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float64 2022-09-27T15:54:01.5478004Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bfloat16 2022-09-27T15:54:01.5478907Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bfloat16 2022-09-27T15:54:01.8290894Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bool 2022-09-27T15:54:01.8291560Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bool 2022-09-27T15:54:01.9761132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float32 2022-09-27T15:54:01.9775869Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float32 2022-09-27T15:54:02.0428423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float64 2022-09-27T15:54:02.0429112Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bfloat16 2022-09-27T15:54:02.2118618Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bool 2022-09-27T15:54:02.2144598Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float64 2022-09-27T15:54:02.3161032Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int16 2022-09-27T15:54:02.3170810Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bool 2022-09-27T15:54:02.4063533Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex128 2022-09-27T15:54:02.4071465Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int16 2022-09-27T15:54:02.4198521Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int32 2022-09-27T15:54:02.4284100Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex64 2022-09-27T15:54:02.6141345Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float32 2022-09-27T15:54:02.6150263Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int32 2022-09-27T15:54:02.6545623Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int64 2022-09-27T15:54:02.6555072Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float32 2022-09-27T15:54:02.8413607Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float64 2022-09-27T15:54:02.8439467Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int64 2022-09-27T15:54:02.9652980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int8 2022-09-27T15:54:02.9660787Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float64 2022-09-27T15:54:03.0182103Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int16 2022-09-27T15:54:03.0185724Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int8 2022-09-27T15:54:03.1750347Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_uint8 2022-09-27T15:54:03.1751031Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex128 2022-09-27T15:54:03.1900459Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex64 2022-09-27T15:54:03.2164437Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int16 2022-09-27T15:54:03.2165282Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int32 2022-09-27T15:54:03.2165985Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_uint8 2022-09-27T15:54:03.2290544Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bfloat16 2022-09-27T15:54:03.2312270Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_uint8 2022-09-27T15:54:03.4369406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bfloat16 2022-09-27T15:54:03.4370126Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int32 2022-09-27T15:54:03.4633209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int64 2022-09-27T15:54:03.4634052Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bfloat16 2022-09-27T15:54:03.4763280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bool 2022-09-27T15:54:03.4785168Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bfloat16 2022-09-27T15:54:03.7120199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bool 2022-09-27T15:54:03.7134739Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int64 2022-09-27T15:54:03.7281170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int8 2022-09-27T15:54:03.7282021Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bool 2022-09-27T15:54:03.7514187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex128 2022-09-27T15:54:03.7514906Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bool 2022-09-27T15:54:03.7995308Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float32 2022-09-27T15:54:03.8025111Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex64 2022-09-27T15:54:03.9176546Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float16 2022-09-27T15:54:03.9177269Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float32 2022-09-27T15:54:03.9527080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float64 2022-09-27T15:54:03.9539271Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int8 2022-09-27T15:54:04.1413514Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_uint8 2022-09-27T15:54:04.1414423Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float64 2022-09-27T15:54:04.2053711Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int16 2022-09-27T15:54:04.2059786Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_uint8 2022-09-27T15:54:04.2530277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bfloat16 2022-09-27T15:54:04.2530953Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex128 2022-09-27T15:54:04.3407267Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex32 2022-09-27T15:54:04.3429248Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int16 2022-09-27T15:54:04.5057873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int32 2022-09-27T15:54:04.5075907Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bfloat16 2022-09-27T15:54:04.5376333Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bool 2022-09-27T15:54:04.5402564Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int32 2022-09-27T15:54:04.6005127Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int64 2022-09-27T15:54:04.6005776Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float16 2022-09-27T15:54:04.8000065Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float32 2022-09-27T15:54:04.8000814Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int64 2022-09-27T15:54:04.9654568Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int8 2022-09-27T15:54:04.9665366Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bool 2022-09-27T15:54:04.9859168Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex128 2022-09-27T15:54:04.9882479Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int8 2022-09-27T15:54:05.1214803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_uint8 2022-09-27T15:54:05.1215507Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float32 2022-09-27T15:54:05.1543829Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float64 2022-09-27T15:54:05.1544889Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex32 2022-09-27T15:54:05.1888863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex64 2022-09-27T15:54:05.1900039Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_uint8 2022-09-27T15:54:05.5246566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bfloat16 2022-09-27T15:54:05.5247238Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bfloat16 2022-09-27T15:54:05.5294798Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bool 2022-09-27T15:54:05.5295396Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex64 2022-09-27T15:54:05.7224741Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float16 2022-09-27T15:54:05.7274929Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex128 2022-09-27T15:54:05.8184065Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex64 2022-09-27T15:54:05.8185023Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bool 2022-09-27T15:54:05.9029852Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float16 2022-09-27T15:54:05.9030549Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float64 2022-09-27T15:54:06.0537120Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int16 2022-09-27T15:54:06.0555779Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float16 2022-09-27T15:54:06.2447114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float32 2022-09-27T15:54:06.2472190Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float32 2022-09-27T15:54:06.2630161Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float64 2022-09-27T15:54:06.2705254Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float16 2022-09-27T15:54:06.3162394Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float32 2022-09-27T15:54:06.3175131Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int16 2022-09-27T15:54:06.4066224Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int32 2022-09-27T15:54:06.4066875Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex64 2022-09-27T15:54:06.4550826Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float32 2022-09-27T15:54:06.4557984Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float32 2022-09-27T15:54:06.5181113Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float64 2022-09-27T15:54:06.5187232Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float64 2022-09-27T15:54:06.6509825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int16 2022-09-27T15:54:06.6529028Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float32 2022-09-27T15:54:06.6983123Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float64 2022-09-27T15:54:06.6992862Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int16 2022-09-27T15:54:06.7132238Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int32 2022-09-27T15:54:06.7133128Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float64 2022-09-27T15:54:06.7165940Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int32 2022-09-27T15:54:06.7166589Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int16 2022-09-27T15:54:06.8794574Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int64 2022-09-27T15:54:06.8813652Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int32 2022-09-27T15:54:06.9134028Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int64 2022-09-27T15:54:06.9134783Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int16 2022-09-27T15:54:06.9554799Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int32 2022-09-27T15:54:06.9563853Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float64 2022-09-27T15:54:07.0821012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int16 2022-09-27T15:54:07.0838116Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int64 2022-09-27T15:54:07.1229906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int8 2022-09-27T15:54:07.1240689Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int32 2022-09-27T15:54:07.1454825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int64 2022-09-27T15:54:07.1463552Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int64 2022-09-27T15:54:07.2109425Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int8 2022-09-27T15:54:07.2110085Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int16 2022-09-27T15:54:07.2397406Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int32 2022-09-27T15:54:07.2417032Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int8 2022-09-27T15:54:07.3433135Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_uint8 2022-09-27T15:54:07.3455177Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int64 2022-09-27T15:54:07.4075410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int8 2022-09-27T15:54:07.4102520Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_uint8 2022-09-27T15:54:07.4717453Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bfloat16 2022-09-27T15:54:07.4725223Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int32 2022-09-27T15:54:07.5148857Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int64 2022-09-27T15:54:07.5149496Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int8 2022-09-27T15:54:07.5322687Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_uint8 2022-09-27T15:54:07.5336089Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int8 2022-09-27T15:54:07.7175479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_uint8 2022-09-27T15:54:07.7180489Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_uint8 2022-09-27T15:54:07.7484370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bfloat16 2022-09-27T15:54:07.7492020Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int64 2022-09-27T15:54:07.7757207Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int8 2022-09-27T15:54:07.7757991Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bfloat16 2022-09-27T15:54:07.8739977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bool 2022-09-27T15:54:07.8740644Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_uint8 2022-09-27T15:54:08.0096432Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bfloat16 2022-09-27T15:54:08.0097179Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bfloat16 2022-09-27T15:54:08.0437404Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bool 2022-09-27T15:54:08.0448444Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int8 2022-09-27T15:54:08.1045922Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_uint8 2022-09-27T15:54:08.1054098Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bfloat16 2022-09-27T15:54:08.1698517Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bool 2022-09-27T15:54:08.1784565Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bool 2022-09-27T15:54:08.2841017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex128 2022-09-27T15:54:08.2841652Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bool 2022-09-27T15:54:08.3856813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex128 2022-09-27T15:54:08.3857496Z [gw1] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bool 2022-09-27T15:54:08.4478798Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex128 2022-09-27T15:54:08.4533907Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_uint8 2022-09-27T15:54:08.6200347Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bfloat16 2022-09-27T15:54:08.6205287Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bfloat16 2022-09-27T15:54:08.6665402Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bool 2022-09-27T15:54:08.6666210Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bool 2022-09-27T15:54:08.8205433Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex128 2022-09-27T15:54:08.8232823Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex128 2022-09-27T15:54:08.8802961Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex32 2022-09-27T15:54:08.8814543Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex128 2022-09-27T15:54:08.9109844Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex64 2022-09-27T15:54:08.9112849Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex128 2022-09-27T15:54:09.0308380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex64 2022-09-27T15:54:09.0325784Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex32 2022-09-27T15:54:09.2052743Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex64 2022-09-27T15:54:09.2084171Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex64 2022-09-27T15:54:09.2084975Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float16 2022-09-27T15:54:09.2095128Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex128 2022-09-27T15:54:09.2153442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex32 2022-09-27T15:54:09.2211524Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex64 2022-09-27T15:54:09.3104273Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float16 2022-09-27T15:54:09.3105116Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex64 2022-09-27T15:54:09.3301859Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float32 2022-09-27T15:54:09.3380753Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float16 2022-09-27T15:54:09.4562149Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float32 2022-09-27T15:54:09.4562819Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float32 2022-09-27T15:54:09.4855544Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float64 2022-09-27T15:54:09.4856180Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float32 2022-09-27T15:54:09.5612246Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float64 2022-09-27T15:54:09.5612912Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float64 2022-09-27T15:54:09.5975186Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int16 2022-09-27T15:54:09.5975886Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int16 2022-09-27T15:54:09.6141478Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int32 2022-09-27T15:54:09.6142075Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float16 2022-09-27T15:54:09.6391740Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float32 2022-09-27T15:54:09.6417414Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int32 2022-09-27T15:54:09.6793874Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int64 2022-09-27T15:54:09.6794640Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int64 2022-09-27T15:54:09.7088739Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int8 2022-09-27T15:54:09.7091337Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int8 2022-09-27T15:54:09.7324857Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_uint8 2022-09-27T15:54:09.7350206Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float64 2022-09-27T15:54:09.7448689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int16 2022-09-27T15:54:09.7463595Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_uint8 2022-09-27T15:54:09.7609649Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bfloat16 2022-09-27T15:54:09.7610440Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bfloat16 2022-09-27T15:54:09.7664195Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bool 2022-09-27T15:54:09.7787911Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bool 2022-09-27T15:54:09.7788602Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex128 2022-09-27T15:54:09.7789230Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float32 2022-09-27T15:54:09.7872651Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float64 2022-09-27T15:54:09.7873323Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex128 2022-09-27T15:54:09.7986260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex32 2022-09-27T15:54:09.7991973Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex32 2022-09-27T15:54:09.8169149Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex64 2022-09-27T15:54:09.8170092Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex64 2022-09-27T15:54:09.8275170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float16 2022-09-27T15:54:09.8295897Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float16 2022-09-27T15:54:09.8396727Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float32 2022-09-27T15:54:09.8439438Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float32 2022-09-27T15:54:09.8555491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float64 2022-09-27T15:54:09.8556313Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float64 2022-09-27T15:54:09.8654109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int16 2022-09-27T15:54:09.8675258Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int16 2022-09-27T15:54:09.8764031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int32 2022-09-27T15:54:09.8771679Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int32 2022-09-27T15:54:09.8873571Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int64 2022-09-27T15:54:09.8891549Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int64 2022-09-27T15:54:09.9066527Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int8 2022-09-27T15:54:09.9067301Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int8 2022-09-27T15:54:09.9131489Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_uint8 2022-09-27T15:54:09.9132151Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_uint8 2022-09-27T15:54:09.9312272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bfloat16 2022-09-27T15:54:09.9318818Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int16 2022-09-27T15:54:10.0204081Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int32 2022-09-27T15:54:10.0204802Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float64 2022-09-27T15:54:10.1283525Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int16 2022-09-27T15:54:10.1309480Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int32 2022-09-27T15:54:10.1613227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int64 2022-09-27T15:54:10.1632986Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int16 2022-09-27T15:54:10.2937178Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int32 2022-09-27T15:54:10.2937989Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bfloat16 2022-09-27T15:54:10.3282691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bool 2022-09-27T15:54:10.3283480Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int32 2022-09-27T15:54:10.3544040Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int64 2022-09-27T15:54:10.3564668Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int64 2022-09-27T15:54:10.4651408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int8 2022-09-27T15:54:10.4652464Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex32 2022-09-27T15:54:10.4897850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex64 2022-09-27T15:54:10.4898772Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int64 2022-09-27T15:54:10.5344053Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int8 2022-09-27T15:54:10.5360870Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int8 2022-09-27T15:54:10.6261111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_uint8 2022-09-27T15:54:10.6271217Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int8 2022-09-27T15:54:10.7138664Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_uint8 2022-09-27T15:54:10.7139645Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_uint8 2022-09-27T15:54:10.7193406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bfloat16 2022-09-27T15:54:10.7263714Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bool 2022-09-27T15:54:10.7323394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float32 2022-09-27T15:54:10.7324363Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bfloat16 2022-09-27T15:54:10.7325068Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bool 2022-09-27T15:54:10.7325749Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bool 2022-09-27T15:54:10.7354812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex128 2022-09-27T15:54:10.7355510Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex128 2022-09-27T15:54:10.7418760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex64 2022-09-27T15:54:10.7425767Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex64 2022-09-27T15:54:10.7487971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float16 2022-09-27T15:54:10.7496996Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float16 2022-09-27T15:54:10.7628038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float32 2022-09-27T15:54:10.7628643Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float32 2022-09-27T15:54:10.7629208Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float64 2022-09-27T15:54:10.7629773Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_uint8 2022-09-27T15:54:10.7630323Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bfloat16 2022-09-27T15:54:10.7699447Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float64 2022-09-27T15:54:10.7700158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int16 2022-09-27T15:54:10.7777752Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int16 2022-09-27T15:54:10.7778406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int32 2022-09-27T15:54:10.7788878Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int32 2022-09-27T15:54:10.7856788Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int64 2022-09-27T15:54:10.7869379Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int64 2022-09-27T15:54:10.7933891Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int8 2022-09-27T15:54:10.7945181Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int8 2022-09-27T15:54:10.8009604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_uint8 2022-09-27T15:54:10.8024552Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_uint8 2022-09-27T15:54:10.8196524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bfloat16 2022-09-27T15:54:10.8214188Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bfloat16 2022-09-27T15:54:10.8373788Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bool 2022-09-27T15:54:10.8393932Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bool 2022-09-27T15:54:10.8582160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex128 2022-09-27T15:54:10.8595583Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex128 2022-09-27T15:54:10.8793229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex64 2022-09-27T15:54:10.8793969Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex64 2022-09-27T15:54:10.8980431Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float16 2022-09-27T15:54:10.9002247Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float16 2022-09-27T15:54:10.9190576Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float32 2022-09-27T15:54:10.9200755Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float32 2022-09-27T15:54:10.9393777Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float64 2022-09-27T15:54:10.9400614Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float64 2022-09-27T15:54:10.9574098Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int16 2022-09-27T15:54:10.9585971Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int16 2022-09-27T15:54:10.9766396Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int32 2022-09-27T15:54:10.9778160Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int32 2022-09-27T15:54:10.9970122Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int64 2022-09-27T15:54:10.9984964Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int64 2022-09-27T15:54:11.0095879Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int8 2022-09-27T15:54:11.0149919Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float32 2022-09-27T15:54:11.0205174Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float64 2022-09-27T15:54:11.0205677Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int8 2022-09-27T15:54:11.0335003Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_uint8 2022-09-27T15:54:11.0379905Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_uint8 2022-09-27T15:54:11.2828203Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bfloat16 2022-09-27T15:54:11.2829205Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex64 2022-09-27T15:54:11.3474490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float16 2022-09-27T15:54:11.3475327Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float64 2022-09-27T15:54:11.3567928Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int16 2022-09-27T15:54:11.3568564Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bfloat16 2022-09-27T15:54:11.3569094Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bool 2022-09-27T15:54:11.3569628Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bfloat16 2022-09-27T15:54:11.6230335Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bool 2022-09-27T15:54:11.6330334Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int16 2022-09-27T15:54:11.6500066Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int32 2022-09-27T15:54:11.6523900Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bool 2022-09-27T15:54:11.7037218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float32 2022-09-27T15:54:11.7065442Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bool 2022-09-27T15:54:11.8632098Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex128 2022-09-27T15:54:11.8633012Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float16 2022-09-27T15:54:11.8947890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float32 2022-09-27T15:54:11.8965025Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float32 2022-09-27T15:54:11.9527164Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float64 2022-09-27T15:54:11.9528075Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int32 2022-09-27T15:54:12.1667901Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int64 2022-09-27T15:54:12.1668732Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float64 2022-09-27T15:54:12.1714461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int16 2022-09-27T15:54:12.1728364Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float32 2022-09-27T15:54:12.2460480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float64 2022-09-27T15:54:12.2461383Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int64 2022-09-27T15:54:12.3554087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int8 2022-09-27T15:54:12.3571302Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int16 2022-09-27T15:54:12.4742590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int32 2022-09-27T15:54:12.4760216Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int8 2022-09-27T15:54:12.5484228Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_uint8 2022-09-27T15:54:12.5494659Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float64 2022-09-27T15:54:12.5524525Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex128 2022-09-27T15:54:12.5525218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int16 2022-09-27T15:54:12.5710774Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex64 2022-09-27T15:54:12.5756713Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int32 2022-09-27T15:54:12.7173803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int64 2022-09-27T15:54:12.7174456Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_uint8 2022-09-27T15:54:12.7937617Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_bfloat16 2022-09-27T15:54:12.7938866Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int64 2022-09-27T15:54:12.8407264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int8 2022-09-27T15:54:12.8408268Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int16 2022-09-27T15:54:12.9676297Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int32 2022-09-27T15:54:12.9760519Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int8 2022-09-27T15:54:13.1057714Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_uint8 2022-09-27T15:54:13.1103615Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int32 2022-09-27T15:54:13.1413556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int64 2022-09-27T15:54:13.1414761Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex64 2022-09-27T15:54:13.1448391Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float16 2022-09-27T15:54:13.1456948Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_uint8 2022-09-27T15:54:13.2451776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_bool 2022-09-27T15:54:13.2463089Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_bfloat16 2022-09-27T15:54:13.3022087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float16 2022-09-27T15:54:13.3040317Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_bool 2022-09-27T15:54:13.4096340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex128 2022-09-27T15:54:13.4112464Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int64 2022-09-27T15:54:13.6327398Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int8 2022-09-27T15:54:13.6328336Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex128 2022-09-27T15:54:13.6631729Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex64 2022-09-27T15:54:13.6646216Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int8 2022-09-27T15:54:13.9202713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_uint8 2022-09-27T15:54:13.9208981Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float16 2022-09-27T15:54:13.9381653Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float32 2022-09-27T15:54:13.9403987Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_uint8 2022-09-27T15:54:13.9630216Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bfloat16 2022-09-27T15:54:13.9648251Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex64 2022-09-27T15:54:14.0640816Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float16 2022-09-27T15:54:14.0641749Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float16 2022-09-27T15:54:14.1514922Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float32 2022-09-27T15:54:14.1528107Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bfloat16 2022-09-27T15:54:14.2926055Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bool 2022-09-27T15:54:14.2927146Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float16 2022-09-27T15:54:14.3148381Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float32 2022-09-27T15:54:14.3188655Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float32 2022-09-27T15:54:14.3522996Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float64 2022-09-27T15:54:14.3523988Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bool 2022-09-27T15:54:14.4971292Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex128 2022-09-27T15:54:14.5036674Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float32 2022-09-27T15:54:14.6235944Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float64 2022-09-27T15:54:14.6248825Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float32 2022-09-27T15:54:14.7993795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float64 2022-09-27T15:54:14.8009328Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex128 2022-09-27T15:54:14.8189158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex64 2022-09-27T15:54:14.8260478Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float64 2022-09-27T15:54:14.9480671Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int16 2022-09-27T15:54:14.9481395Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float64 2022-09-27T15:54:15.0396916Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int16 2022-09-27T15:54:15.0428584Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float64 2022-09-27T15:54:15.1343175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int16 2022-09-27T15:54:15.1344448Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex64 2022-09-27T15:54:15.2053247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float16 2022-09-27T15:54:15.2054138Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int16 2022-09-27T15:54:15.2596982Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int32 2022-09-27T15:54:15.2614732Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int16 2022-09-27T15:54:15.3741047Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int32 2022-09-27T15:54:15.3796556Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int16 2022-09-27T15:54:15.5564712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int32 2022-09-27T15:54:15.5565766Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float16 2022-09-27T15:54:15.5770103Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float32 2022-09-27T15:54:15.5771208Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int32 2022-09-27T15:54:15.6673288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int64 2022-09-27T15:54:15.6705886Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int32 2022-09-27T15:54:15.6847784Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int64 2022-09-27T15:54:15.6870444Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float32 2022-09-27T15:54:15.7762013Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float64 2022-09-27T15:54:15.7848325Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int32 2022-09-27T15:54:15.9086419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int64 2022-09-27T15:54:15.9095855Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int64 2022-09-27T15:54:15.9098660Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float64 2022-09-27T15:54:15.9114334Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int8 2022-09-27T15:54:16.0460345Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int16 2022-09-27T15:54:16.0461116Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int16 2022-09-27T15:54:16.0862609Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int32 2022-09-27T15:54:16.0883556Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int64 2022-09-27T15:54:16.1761930Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int8 2022-09-27T15:54:16.1762939Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int64 2022-09-27T15:54:16.1812167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int8 2022-09-27T15:54:16.1867201Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int32 2022-09-27T15:54:16.2257203Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int64 2022-09-27T15:54:16.2264484Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int8 2022-09-27T15:54:16.3350425Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_uint8 2022-09-27T15:54:16.3351328Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int64 2022-09-27T15:54:16.4330100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int8 2022-09-27T15:54:16.4330776Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int8 2022-09-27T15:54:16.4582067Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_uint8 2022-09-27T15:54:16.4598130Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int8 2022-09-27T15:54:16.5385524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_uint8 2022-09-27T15:54:16.5386404Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int8 2022-09-27T15:54:16.5536286Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_uint8 2022-09-27T15:54:16.5589097Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_uint8 2022-09-27T15:54:16.5705703Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_bool 2022-09-27T15:54:16.5706416Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_bool 2022-09-27T15:54:16.5835313Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex128 2022-09-27T15:54:16.5847841Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex128 2022-09-27T15:54:16.5848494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex64 2022-09-27T15:54:16.5864750Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_uint8 2022-09-27T15:54:16.5962374Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bfloat16 2022-09-27T15:54:16.5984057Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex64 2022-09-27T15:54:16.6112696Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float32 2022-09-27T15:54:16.6133503Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float32 2022-09-27T15:54:16.6283172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float64 2022-09-27T15:54:16.6305938Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float64 2022-09-27T15:54:16.6440105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int16 2022-09-27T15:54:16.6458258Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int16 2022-09-27T15:54:16.6598352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int32 2022-09-27T15:54:16.6599012Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int32 2022-09-27T15:54:16.6759163Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int64 2022-09-27T15:54:16.6774210Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int64 2022-09-27T15:54:16.6945061Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int8 2022-09-27T15:54:16.6945911Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int8 2022-09-27T15:54:16.7081667Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_uint8 2022-09-27T15:54:16.7109294Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_uint8 2022-09-27T15:54:16.7322461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_bool 2022-09-27T15:54:16.7333091Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_bool 2022-09-27T15:54:16.7505233Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex128 2022-09-27T15:54:16.7517512Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex128 2022-09-27T15:54:16.7718627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex64 2022-09-27T15:54:16.7719640Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex64 2022-09-27T15:54:16.7783296Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float32 2022-09-27T15:54:16.7801084Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_uint8 2022-09-27T15:54:16.7896503Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bfloat16 2022-09-27T15:54:16.7919660Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float32 2022-09-27T15:54:16.8090374Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float64 2022-09-27T15:54:16.8112222Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float64 2022-09-27T15:54:16.8165131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int16 2022-09-27T15:54:16.8168677Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bfloat16 2022-09-27T15:54:16.8347062Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bool 2022-09-27T15:54:16.8361229Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int16 2022-09-27T15:54:16.8600678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int32 2022-09-27T15:54:16.8634340Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int32 2022-09-27T15:54:16.8719060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int64 2022-09-27T15:54:16.8737817Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_uint8 2022-09-27T15:54:16.8934382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bfloat16 2022-09-27T15:54:16.8935171Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int64 2022-09-27T15:54:16.9166288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int8 2022-09-27T15:54:16.9187639Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int8 2022-09-27T15:54:16.9436980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_uint8 2022-09-27T15:54:16.9437688Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_uint8 2022-09-27T15:54:16.9756821Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_bool 2022-09-27T15:54:16.9757919Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_bool 2022-09-27T15:54:16.9968480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex128 2022-09-27T15:54:16.9972577Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex128 2022-09-27T15:54:17.0211806Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex64 2022-09-27T15:54:17.0212850Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex64 2022-09-27T15:54:17.0396108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float32 2022-09-27T15:54:17.0396876Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bool 2022-09-27T15:54:17.0461184Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float16 2022-09-27T15:54:17.0489653Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float32 2022-09-27T15:54:17.0753100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float64 2022-09-27T15:54:17.0782230Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float64 2022-09-27T15:54:17.1050790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int16 2022-09-27T15:54:17.1057077Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int16 2022-09-27T15:54:17.1367568Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int32 2022-09-27T15:54:17.1389202Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int32 2022-09-27T15:54:17.1696161Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int64 2022-09-27T15:54:17.1696829Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int64 2022-09-27T15:54:17.1968736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int8 2022-09-27T15:54:17.1980652Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int8 2022-09-27T15:54:17.2287651Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_uint8 2022-09-27T15:54:17.2295164Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_uint8 2022-09-27T15:54:17.2373590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bfloat16 2022-09-27T15:54:17.2417005Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bfloat16 2022-09-27T15:54:17.2445824Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bool 2022-09-27T15:54:17.2470442Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bool 2022-09-27T15:54:17.2533403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex128 2022-09-27T15:54:17.2548694Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex128 2022-09-27T15:54:17.2630542Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex32 2022-09-27T15:54:17.2642041Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex32 2022-09-27T15:54:17.2717065Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex64 2022-09-27T15:54:17.2767704Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex64 2022-09-27T15:54:17.2768383Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float16 2022-09-27T15:54:17.2810166Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bfloat16 2022-09-27T15:54:17.2810906Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bool 2022-09-27T15:54:17.2854063Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float16 2022-09-27T15:54:17.2898436Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float32 2022-09-27T15:54:17.2971418Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float32 2022-09-27T15:54:17.2973899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float64 2022-09-27T15:54:17.2987312Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bfloat16 2022-09-27T15:54:17.2988348Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bool 2022-09-27T15:54:17.3031865Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float64 2022-09-27T15:54:17.3059059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int16 2022-09-27T15:54:17.3130418Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int16 2022-09-27T15:54:17.3131432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int32 2022-09-27T15:54:17.3201788Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int32 2022-09-27T15:54:17.3205125Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int64 2022-09-27T15:54:17.3276932Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int64 2022-09-27T15:54:17.3277676Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int8 2022-09-27T15:54:17.3289112Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int8 2022-09-27T15:54:17.3361003Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_uint8 2022-09-27T15:54:17.3369991Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_uint8 2022-09-27T15:54:17.3544857Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_bool 2022-09-27T15:54:17.3562676Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_bool 2022-09-27T15:54:17.3740652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex128 2022-09-27T15:54:17.3758989Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex128 2022-09-27T15:54:17.3997713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex64 2022-09-27T15:54:17.4038132Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex64 2022-09-27T15:54:17.4240840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float32 2022-09-27T15:54:17.4241587Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float32 2022-09-27T15:54:17.4278534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float64 2022-09-27T15:54:17.4289254Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float16 2022-09-27T15:54:17.4442908Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float32 2022-09-27T15:54:17.4450995Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float64 2022-09-27T15:54:17.4748117Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int16 2022-09-27T15:54:17.4748746Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int16 2022-09-27T15:54:17.5010699Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int32 2022-09-27T15:54:17.5018046Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int32 2022-09-27T15:54:17.5206568Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int64 2022-09-27T15:54:17.5232636Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int64 2022-09-27T15:54:17.5430837Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int8 2022-09-27T15:54:17.5443583Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int8 2022-09-27T15:54:17.5487012Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_uint8 2022-09-27T15:54:17.5493317Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bool 2022-09-27T15:54:17.5729370Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex128 2022-09-27T15:54:17.5740879Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_uint8 2022-09-27T15:54:17.5833814Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_bool 2022-09-27T15:54:17.5856666Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float32 2022-09-27T15:54:17.6025685Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float64 2022-09-27T15:54:17.6043352Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_bool 2022-09-27T15:54:17.6269561Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex128 2022-09-27T15:54:17.6270562Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex128 2022-09-27T15:54:17.6518297Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex64 2022-09-27T15:54:17.6529165Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex64 2022-09-27T15:54:17.6838072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float32 2022-09-27T15:54:17.6839930Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bool 2022-09-27T15:54:17.6849402Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:54:17.6850446Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float32 2022-09-27T15:54:17.7164456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float64 2022-09-27T15:54:17.7178335Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float64 2022-09-27T15:54:17.7513455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int16 2022-09-27T15:54:17.7532618Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int16 2022-09-27T15:54:17.7826154Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int32 2022-09-27T15:54:17.7873256Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int32 2022-09-27T15:54:17.8182542Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int64 2022-09-27T15:54:17.8184690Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int64 2022-09-27T15:54:17.8185340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int8 2022-09-27T15:54:17.8207228Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float64 2022-09-27T15:54:17.8508615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int16 2022-09-27T15:54:17.8509323Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int8 2022-09-27T15:54:17.8791930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_uint8 2022-09-27T15:54:17.8827571Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_uint8 2022-09-27T15:54:17.9218820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_bool 2022-09-27T15:54:17.9243469Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_bool 2022-09-27T15:54:17.9593523Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex128 2022-09-27T15:54:17.9594613Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex128 2022-09-27T15:54:17.9782969Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex64 2022-09-27T15:54:17.9808670Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int16 2022-09-27T15:54:17.9954070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int32 2022-09-27T15:54:17.9963079Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex64 2022-09-27T15:54:18.0378733Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float32 2022-09-27T15:54:18.0379665Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float32 2022-09-27T15:54:18.0844268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float64 2022-09-27T15:54:18.0845517Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float64 2022-09-27T15:54:18.1505772Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int16 2022-09-27T15:54:18.1529943Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int16 2022-09-27T15:54:18.1576960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int32 2022-09-27T15:54:18.1635206Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int32 2022-09-27T15:54:18.2175469Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int64 2022-09-27T15:54:18.2207173Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int32 2022-09-27T15:54:18.2792537Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int64 2022-09-27T15:54:18.2793454Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int64 2022-09-27T15:54:18.3449655Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int8 2022-09-27T15:54:18.3450599Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int8 2022-09-27T15:54:18.3734587Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_uint8 2022-09-27T15:54:18.3735410Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int64 2022-09-27T15:54:18.4032073Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int8 2022-09-27T15:54:18.4033171Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_uint8 2022-09-27T15:54:18.4269456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_bool 2022-09-27T15:54:18.4277723Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_bool 2022-09-27T15:54:18.4450707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex128 2022-09-27T15:54:18.4485727Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex128 2022-09-27T15:54:18.4672549Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex64 2022-09-27T15:54:18.4699343Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex64 2022-09-27T15:54:18.4937348Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float32 2022-09-27T15:54:18.4938078Z [gw1] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex128 2022-09-27T15:54:18.5116566Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex64 2022-09-27T15:54:18.5120436Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float32 2022-09-27T15:54:18.5270653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float64 2022-09-27T15:54:18.5271499Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int8 2022-09-27T15:54:18.5567539Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_uint8 2022-09-27T15:54:18.5589816Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float64 2022-09-27T15:54:18.5810684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int16 2022-09-27T15:54:18.5811859Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int16 2022-09-27T15:54:18.6062140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int32 2022-09-27T15:54:18.6066852Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int32 2022-09-27T15:54:18.6147706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int64 2022-09-27T15:54:18.6158048Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:54:18.6558005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:54:18.6558955Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int64 2022-09-27T15:54:18.6758817Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int8 2022-09-27T15:54:18.6759690Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int8 2022-09-27T15:54:18.7024876Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_uint8 2022-09-27T15:54:18.7025659Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_uint8 2022-09-27T15:54:18.7165977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bfloat16 2022-09-27T15:54:18.7167036Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_uint8 2022-09-27T15:54:18.7500498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_bool 2022-09-27T15:54:18.7578850Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_bool 2022-09-27T15:54:18.7730256Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex128 2022-09-27T15:54:18.7766212Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex128 2022-09-27T15:54:18.7905784Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex64 2022-09-27T15:54:18.7906733Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex64 2022-09-27T15:54:18.8016393Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float16 2022-09-27T15:54:18.8040757Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float16 2022-09-27T15:54:18.8155835Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float32 2022-09-27T15:54:18.8173567Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float32 2022-09-27T15:54:18.8300111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float64 2022-09-27T15:54:18.8440650Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float64 2022-09-27T15:54:18.8441433Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int16 2022-09-27T15:54:18.8490519Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int16 2022-09-27T15:54:18.8579532Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int32 2022-09-27T15:54:18.8597208Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int32 2022-09-27T15:54:18.8731268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int64 2022-09-27T15:54:18.8759506Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int64 2022-09-27T15:54:18.8876731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int8 2022-09-27T15:54:18.8916173Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int8 2022-09-27T15:54:18.9123735Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_uint8 2022-09-27T15:54:18.9124534Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_uint8 2022-09-27T15:54:18.9576515Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_bfloat16 2022-09-27T15:54:18.9577318Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_bfloat16 2022-09-27T15:54:18.9746587Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex128 2022-09-27T15:54:18.9751618Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bfloat16 2022-09-27T15:54:19.0009000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bool 2022-09-27T15:54:19.0010018Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex128 2022-09-27T15:54:19.0436269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex64 2022-09-27T15:54:19.0447263Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex64 2022-09-27T15:54:19.0992734Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float16 2022-09-27T15:54:19.1001239Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float16 2022-09-27T15:54:19.1430238Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float32 2022-09-27T15:54:19.1442590Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float32 2022-09-27T15:54:19.1977831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float64 2022-09-27T15:54:19.1978640Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float64 2022-09-27T15:54:19.1999312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_bfloat16 2022-09-27T15:54:19.2010381Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bool 2022-09-27T15:54:19.2337428Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float16 2022-09-27T15:54:19.2338203Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex64 2022-09-27T15:54:19.2885554Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float16 2022-09-27T15:54:19.2892917Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_bfloat16 2022-09-27T15:54:19.3689824Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex128 2022-09-27T15:54:19.3841076Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex128 2022-09-27T15:54:19.3841694Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex64 2022-09-27T15:54:19.3842333Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:54:19.4477007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float16 2022-09-27T15:54:19.4496080Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex64 2022-09-27T15:54:19.5434294Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float16 2022-09-27T15:54:19.5457397Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float16 2022-09-27T15:54:19.5994928Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float32 2022-09-27T15:54:19.6106839Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float16 2022-09-27T15:54:19.6229942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float32 2022-09-27T15:54:19.6241637Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float32 2022-09-27T15:54:19.7061406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float64 2022-09-27T15:54:19.7083381Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float64 2022-09-27T15:54:19.7680332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_bfloat16 2022-09-27T15:54:19.7692551Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float32 2022-09-27T15:54:19.9921930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float64 2022-09-27T15:54:20.0036320Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float64 2022-09-27T15:54:20.0150963Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int16 2022-09-27T15:54:20.0281893Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float16 2022-09-27T15:54:20.0734736Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float32 2022-09-27T15:54:20.0759150Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float16 2022-09-27T15:54:20.1534856Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:54:20.1535922Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int16 2022-09-27T15:54:20.3203277Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int32 2022-09-27T15:54:20.3215290Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int32 2022-09-27T15:54:20.3815246Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int64 2022-09-27T15:54:20.3816208Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:54:20.4085535Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:54:20.4086359Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float32 2022-09-27T15:54:20.5111633Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float64 2022-09-27T15:54:20.5112593Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int64 2022-09-27T15:54:20.5811809Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int8 2022-09-27T15:54:20.5830162Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_bfloat16 2022-09-27T15:54:20.6590701Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex128 2022-09-27T15:54:20.6617079Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int8 2022-09-27T15:54:20.8101948Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_uint8 2022-09-27T15:54:20.8122587Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_uint8 2022-09-27T15:54:20.8269077Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bfloat16 2022-09-27T15:54:20.8289658Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:54:20.9338488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int16 2022-09-27T15:54:20.9354863Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float64 2022-09-27T15:54:21.0150839Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int16 2022-09-27T15:54:21.0173504Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bfloat16 2022-09-27T15:54:21.1807729Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bool 2022-09-27T15:54:21.1808530Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bool 2022-09-27T15:54:21.1916446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex128 2022-09-27T15:54:21.1963448Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int16 2022-09-27T15:54:21.3130999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int32 2022-09-27T15:54:21.3131860Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int16 2022-09-27T15:54:21.4674193Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int32 2022-09-27T15:54:21.4689331Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex128 2022-09-27T15:54:21.5585795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex32 2022-09-27T15:54:21.5586783Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int32 2022-09-27T15:54:21.5876502Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int64 2022-09-27T15:54:21.5895995Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex128 2022-09-27T15:54:21.6857334Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex32 2022-09-27T15:54:21.6880191Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int32 2022-09-27T15:54:22.0891943Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int64 2022-09-27T15:54:22.0945115Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int64 2022-09-27T15:54:22.1743815Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int8 2022-09-27T15:54:22.1744753Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int64 2022-09-27T15:54:22.3007505Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int8 2022-09-27T15:54:22.3008644Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex32 2022-09-27T15:54:22.6186454Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex64 2022-09-27T15:54:22.6208808Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex64 2022-09-27T15:54:22.6456986Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float16 2022-09-27T15:54:22.6457577Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int8 2022-09-27T15:54:22.6798483Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_uint8 2022-09-27T15:54:22.6799325Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int8 2022-09-27T15:54:23.0032861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_uint8 2022-09-27T15:54:23.0048043Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float16 2022-09-27T15:54:23.0938169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float32 2022-09-27T15:54:23.0948067Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_uint8 2022-09-27T15:54:23.1557476Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_bfloat16 2022-09-27T15:54:23.1558267Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float32 2022-09-27T15:54:23.2645791Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float64 2022-09-27T15:54:23.2646910Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_uint8 2022-09-27T15:54:23.3743408Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_bfloat16 2022-09-27T15:54:23.3755517Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float64 2022-09-27T15:54:23.4285792Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int16 2022-09-27T15:54:23.4304182Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex32 2022-09-27T15:54:23.4903945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex64 2022-09-27T15:54:23.4967961Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int16 2022-09-27T15:54:23.6154060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int32 2022-09-27T15:54:23.6169146Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int32 2022-09-27T15:54:23.6588239Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int64 2022-09-27T15:54:23.6595210Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_bfloat16 2022-09-27T15:54:23.7591032Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex128 2022-09-27T15:54:23.7592288Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int64 2022-09-27T15:54:23.7866431Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int8 2022-09-27T15:54:23.7867083Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_bfloat16 2022-09-27T15:54:23.8669101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float16 2022-09-27T15:54:23.8747092Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int8 2022-09-27T15:54:23.9844137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_uint8 2022-09-27T15:54:23.9844797Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_uint8 2022-09-27T15:54:24.0990496Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int16 2022-09-27T15:54:24.1001799Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex64 2022-09-27T15:54:24.2059998Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float16 2022-09-27T15:54:24.2073257Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex128 2022-09-27T15:54:24.4134687Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex64 2022-09-27T15:54:24.4228979Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float16 2022-09-27T15:54:24.7299451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:54:24.7327785Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:54:24.7784284Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:54:24.7803912Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex64 2022-09-27T15:54:24.9573426Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float32 2022-09-27T15:54:24.9596862Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int16 2022-09-27T15:54:25.1371302Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int32 2022-09-27T15:54:25.1371973Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:54:25.1702787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int16 2022-09-27T15:54:25.1800084Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float16 2022-09-27T15:54:25.3308432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float32 2022-09-27T15:54:25.3309286Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float32 2022-09-27T15:54:25.4892517Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float64 2022-09-27T15:54:25.4893459Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int16 2022-09-27T15:54:25.5893565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int32 2022-09-27T15:54:25.5894358Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float32 2022-09-27T15:54:25.6290338Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float64 2022-09-27T15:54:25.6300985Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int32 2022-09-27T15:54:25.8589508Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int64 2022-09-27T15:54:25.8595859Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float64 2022-09-27T15:54:25.8627307Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int16 2022-09-27T15:54:25.8628426Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int32 2022-09-27T15:54:26.1274209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int64 2022-09-27T15:54:26.1275029Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float64 2022-09-27T15:54:26.2678804Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int16 2022-09-27T15:54:26.2695524Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int64 2022-09-27T15:54:26.3533969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int8 2022-09-27T15:54:26.3541446Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int16 2022-09-27T15:54:26.3566205Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int64 2022-09-27T15:54:26.3566816Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int8 2022-09-27T15:54:26.5121929Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int32 2022-09-27T15:54:26.5122591Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int16 2022-09-27T15:54:26.5972631Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int32 2022-09-27T15:54:26.5973323Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int8 2022-09-27T15:54:26.8615002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_uint8 2022-09-27T15:54:26.8641675Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int32 2022-09-27T15:54:26.8944201Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int64 2022-09-27T15:54:26.8944920Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_uint8 2022-09-27T15:54:26.8945623Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bfloat16 2022-09-27T15:54:26.8946303Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bfloat16 2022-09-27T15:54:26.9246616Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bool 2022-09-27T15:54:26.9247461Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bool 2022-09-27T15:54:26.9249589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex128 2022-09-27T15:54:26.9250303Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex128 2022-09-27T15:54:26.9250932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex32 2022-09-27T15:54:26.9251549Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex32 2022-09-27T15:54:26.9258885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex64 2022-09-27T15:54:26.9259488Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex64 2022-09-27T15:54:26.9393359Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float16 2022-09-27T15:54:26.9394713Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float16 2022-09-27T15:54:26.9395363Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float32 2022-09-27T15:54:26.9430560Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float32 2022-09-27T15:54:26.9477530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float64 2022-09-27T15:54:26.9478354Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float64 2022-09-27T15:54:26.9525378Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int16 2022-09-27T15:54:26.9537647Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int16 2022-09-27T15:54:26.9583810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int32 2022-09-27T15:54:26.9584554Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int32 2022-09-27T15:54:26.9595156Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int64 2022-09-27T15:54:26.9660413Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int32 2022-09-27T15:54:26.9661142Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int64 2022-09-27T15:54:26.9684641Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int64 2022-09-27T15:54:26.9748384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int8 2022-09-27T15:54:26.9749317Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int8 2022-09-27T15:54:26.9804076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_uint8 2022-09-27T15:54:26.9894288Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_uint8 2022-09-27T15:54:26.9895746Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bfloat16 2022-09-27T15:54:26.9910654Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bfloat16 2022-09-27T15:54:26.9969018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bool 2022-09-27T15:54:27.0130522Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bool 2022-09-27T15:54:27.0131915Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex128 2022-09-27T15:54:27.0132572Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex128 2022-09-27T15:54:27.0137139Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex32 2022-09-27T15:54:27.0137976Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex32 2022-09-27T15:54:27.0211199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex64 2022-09-27T15:54:27.0245137Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex64 2022-09-27T15:54:27.0285586Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float16 2022-09-27T15:54:27.0345102Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float16 2022-09-27T15:54:27.0366952Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float32 2022-09-27T15:54:27.0418940Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float32 2022-09-27T15:54:27.0439220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float64 2022-09-27T15:54:27.0460265Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float64 2022-09-27T15:54:27.0518379Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int16 2022-09-27T15:54:27.0569985Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int16 2022-09-27T15:54:27.0589433Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int32 2022-09-27T15:54:27.0602492Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int32 2022-09-27T15:54:27.0659945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int64 2022-09-27T15:54:27.0671044Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int64 2022-09-27T15:54:27.0727965Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int8 2022-09-27T15:54:27.0738814Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int8 2022-09-27T15:54:27.0796579Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_uint8 2022-09-27T15:54:27.0808807Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_uint8 2022-09-27T15:54:27.0829189Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bfloat16 2022-09-27T15:54:27.0845123Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bfloat16 2022-09-27T15:54:27.0859676Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bool 2022-09-27T15:54:27.0870789Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bool 2022-09-27T15:54:27.0891094Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex128 2022-09-27T15:54:27.0902427Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex128 2022-09-27T15:54:27.0920017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex32 2022-09-27T15:54:27.0930454Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex32 2022-09-27T15:54:27.0949044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex64 2022-09-27T15:54:27.0960560Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex64 2022-09-27T15:54:27.0978255Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float16 2022-09-27T15:54:27.0989555Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float16 2022-09-27T15:54:27.1007741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float32 2022-09-27T15:54:27.1018549Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float32 2022-09-27T15:54:27.1039648Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float64 2022-09-27T15:54:27.1050175Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float64 2022-09-27T15:54:27.1067372Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int16 2022-09-27T15:54:27.1077753Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int16 2022-09-27T15:54:27.1095436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int32 2022-09-27T15:54:27.1105859Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int32 2022-09-27T15:54:27.1124160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int64 2022-09-27T15:54:27.1134514Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int64 2022-09-27T15:54:27.1152863Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int8 2022-09-27T15:54:27.1162799Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int8 2022-09-27T15:54:27.1180298Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_uint8 2022-09-27T15:54:27.1190432Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_uint8 2022-09-27T15:54:27.1208400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bfloat16 2022-09-27T15:54:27.1218245Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bfloat16 2022-09-27T15:54:27.1236215Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bool 2022-09-27T15:54:27.1246201Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bool 2022-09-27T15:54:27.1264239Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex128 2022-09-27T15:54:27.1274794Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex128 2022-09-27T15:54:27.1292445Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex32 2022-09-27T15:54:27.1303386Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex32 2022-09-27T15:54:27.1320989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex64 2022-09-27T15:54:27.1331214Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex64 2022-09-27T15:54:27.1352554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float16 2022-09-27T15:54:27.1363081Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float16 2022-09-27T15:54:27.1385799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float32 2022-09-27T15:54:27.1396634Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float32 2022-09-27T15:54:27.1417332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float64 2022-09-27T15:54:27.1440308Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float64 2022-09-27T15:54:27.1445635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int16 2022-09-27T15:54:27.1455730Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int16 2022-09-27T15:54:27.1473992Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int32 2022-09-27T15:54:27.1484289Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int32 2022-09-27T15:54:27.1502549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int64 2022-09-27T15:54:27.1512506Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int64 2022-09-27T15:54:27.1529738Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int8 2022-09-27T15:54:27.1540014Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int8 2022-09-27T15:54:27.1558321Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_uint8 2022-09-27T15:54:27.1568475Z [gw0] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_uint8 2022-09-27T15:54:27.3170351Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bfloat16 2022-09-27T15:54:27.3182182Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int64 2022-09-27T15:54:27.3455175Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int8 2022-09-27T15:54:27.3469037Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int8 2022-09-27T15:54:27.3706476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_uint8 2022-09-27T15:54:27.3731251Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int64 2022-09-27T15:54:27.4323498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int8 2022-09-27T15:54:27.4520051Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bfloat16 2022-09-27T15:54:27.5121470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bool 2022-09-27T15:54:27.5135979Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int8 2022-09-27T15:54:27.6384203Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_uint8 2022-09-27T15:54:27.6393537Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bool 2022-09-27T15:54:27.6732767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex128 2022-09-27T15:54:27.6733446Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_uint8 2022-09-27T15:54:27.7154600Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bfloat16 2022-09-27T15:54:27.7192640Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bfloat16 2022-09-27T15:54:27.7310493Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bool 2022-09-27T15:54:27.7380789Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bool 2022-09-27T15:54:27.7542047Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float32 2022-09-27T15:54:27.7542912Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int8 2022-09-27T15:54:27.8147930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_uint8 2022-09-27T15:54:27.8166279Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float32 2022-09-27T15:54:27.8997192Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float64 2022-09-27T15:54:27.9021741Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float64 2022-09-27T15:54:27.9152502Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int16 2022-09-27T15:54:27.9174365Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int16 2022-09-27T15:54:27.9309511Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int32 2022-09-27T15:54:27.9319502Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int32 2022-09-27T15:54:27.9468071Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int64 2022-09-27T15:54:27.9477254Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int64 2022-09-27T15:54:27.9617434Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int8 2022-09-27T15:54:27.9757221Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int8 2022-09-27T15:54:27.9757968Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_uint8 2022-09-27T15:54:27.9785084Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_uint8 2022-09-27T15:54:28.1307012Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bfloat16 2022-09-27T15:54:28.1307769Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_uint8 2022-09-27T15:54:28.2119700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bfloat16 2022-09-27T15:54:28.2155783Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bfloat16 2022-09-27T15:54:28.2749596Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bool 2022-09-27T15:54:28.2768157Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_uint8 2022-09-27T15:54:28.2768747Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bfloat16 2022-09-27T15:54:28.2777850Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bool 2022-09-27T15:54:28.2800713Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex128 2022-09-27T15:54:28.2801614Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex128 2022-09-27T15:54:28.3381478Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex32 2022-09-27T15:54:28.3493365Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex128 2022-09-27T15:54:28.3494236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex64 2022-09-27T15:54:28.3494796Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bfloat16 2022-09-27T15:54:28.3955770Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bool 2022-09-27T15:54:28.3966483Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex64 2022-09-27T15:54:28.4769260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float16 2022-09-27T15:54:28.4780569Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float16 2022-09-27T15:54:28.5345605Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float32 2022-09-27T15:54:28.5374216Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float32 2022-09-27T15:54:28.5759468Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float64 2022-09-27T15:54:28.5773434Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bool 2022-09-27T15:54:28.5931933Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float16 2022-09-27T15:54:28.5943911Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float64 2022-09-27T15:54:28.6523273Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int16 2022-09-27T15:54:28.6542995Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int16 2022-09-27T15:54:28.7097089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int32 2022-09-27T15:54:28.7109366Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int32 2022-09-27T15:54:28.7725508Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int64 2022-09-27T15:54:28.7738870Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int64 2022-09-27T15:54:28.8335534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int8 2022-09-27T15:54:28.8346840Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int8 2022-09-27T15:54:28.9010795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_uint8 2022-09-27T15:54:28.9011403Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_uint8 2022-09-27T15:54:28.9116682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bfloat16 2022-09-27T15:54:28.9145389Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bfloat16 2022-09-27T15:54:28.9378311Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bool 2022-09-27T15:54:28.9379102Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bool 2022-09-27T15:54:28.9419059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex128 2022-09-27T15:54:28.9427838Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex128 2022-09-27T15:54:28.9483247Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bfloat16 2022-09-27T15:54:28.9483973Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex64 2022-09-27T15:54:28.9636124Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bool 2022-09-27T15:54:28.9636819Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex64 2022-09-27T15:54:28.9778347Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float16 2022-09-27T15:54:28.9779426Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float16 2022-09-27T15:54:28.9913892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float32 2022-09-27T15:54:28.9914818Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float32 2022-09-27T15:54:29.0050288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float64 2022-09-27T15:54:29.0071385Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float64 2022-09-27T15:54:29.0203909Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int16 2022-09-27T15:54:29.0219844Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int16 2022-09-27T15:54:29.0357019Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int32 2022-09-27T15:54:29.0382573Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int32 2022-09-27T15:54:29.0509625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int64 2022-09-27T15:54:29.0510285Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int64 2022-09-27T15:54:29.0655724Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int8 2022-09-27T15:54:29.0691069Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int8 2022-09-27T15:54:29.0809702Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_uint8 2022-09-27T15:54:29.0821458Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_uint8 2022-09-27T15:54:29.0870872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bfloat16 2022-09-27T15:54:29.0908065Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bfloat16 2022-09-27T15:54:29.0975440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bool 2022-09-27T15:54:29.0976045Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bool 2022-09-27T15:54:29.0993463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex128 2022-09-27T15:54:29.1003662Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex128 2022-09-27T15:54:29.1058166Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex64 2022-09-27T15:54:29.1070713Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex64 2022-09-27T15:54:29.1127732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float16 2022-09-27T15:54:29.1128590Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float16 2022-09-27T15:54:29.1178069Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float32 2022-09-27T15:54:29.1189956Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float32 2022-09-27T15:54:29.1244098Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float64 2022-09-27T15:54:29.1267757Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float64 2022-09-27T15:54:29.1311230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int16 2022-09-27T15:54:29.1317615Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int16 2022-09-27T15:54:29.1367314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int32 2022-09-27T15:54:29.1378288Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int32 2022-09-27T15:54:29.1423066Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int64 2022-09-27T15:54:29.1433523Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int64 2022-09-27T15:54:29.1481454Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int8 2022-09-27T15:54:29.1494890Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int8 2022-09-27T15:54:29.1543808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_uint8 2022-09-27T15:54:29.1555129Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_uint8 2022-09-27T15:54:29.2575208Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bfloat16 2022-09-27T15:54:29.2587379Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float16 2022-09-27T15:54:29.2817010Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float32 2022-09-27T15:54:29.2817793Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex32 2022-09-27T15:54:29.3161711Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex64 2022-09-27T15:54:29.3162550Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bool 2022-09-27T15:54:29.5340554Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float16 2022-09-27T15:54:29.5341616Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bfloat16 2022-09-27T15:54:29.7399480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bool 2022-09-27T15:54:29.7400324Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float32 2022-09-27T15:54:29.8215532Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float64 2022-09-27T15:54:29.8225649Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bool 2022-09-27T15:54:29.9972279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex128 2022-09-27T15:54:29.9973089Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex64 2022-09-27T15:54:30.2972768Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float16 2022-09-27T15:54:30.3125756Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float64 2022-09-27T15:54:30.4378050Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int16 2022-09-27T15:54:30.4378651Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float16 2022-09-27T15:54:30.5725034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float32 2022-09-27T15:54:30.5725677Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int16 2022-09-27T15:54:30.6087540Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int32 2022-09-27T15:54:30.6088393Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float16 2022-09-27T15:54:30.8872104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float32 2022-09-27T15:54:30.8884127Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex128 2022-09-27T15:54:30.9054689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex64 2022-09-27T15:54:30.9063779Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int32 2022-09-27T15:54:30.9214020Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int64 2022-09-27T15:54:30.9235004Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float32 2022-09-27T15:54:30.9723253Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float64 2022-09-27T15:54:30.9723991Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float32 2022-09-27T15:54:31.2345603Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float64 2022-09-27T15:54:31.2353582Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int64 2022-09-27T15:54:31.2889990Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int8 2022-09-27T15:54:31.2907456Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float64 2022-09-27T15:54:31.3714597Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int16 2022-09-27T15:54:31.3715688Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex64 2022-09-27T15:54:31.5226754Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float32 2022-09-27T15:54:31.5227843Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int8 2022-09-27T15:54:31.5386427Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_uint8 2022-09-27T15:54:31.5387428Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float64 2022-09-27T15:54:31.5493852Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int16 2022-09-27T15:54:31.5494484Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int16 2022-09-27T15:54:31.5994975Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int32 2022-09-27T15:54:31.6004227Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float32 2022-09-27T15:54:31.8318282Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float64 2022-09-27T15:54:31.8407552Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int32 2022-09-27T15:54:31.8408186Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int64 2022-09-27T15:54:31.8408795Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_uint8 2022-09-27T15:54:31.8651706Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bfloat16 2022-09-27T15:54:31.8652431Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bfloat16 2022-09-27T15:54:31.8653010Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bool 2022-09-27T15:54:31.8742763Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bool 2022-09-27T15:54:31.8799694Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex128 2022-09-27T15:54:31.8812270Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex128 2022-09-27T15:54:31.8977351Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex32 2022-09-27T15:54:31.8988514Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex32 2022-09-27T15:54:31.9143699Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex64 2022-09-27T15:54:31.9172048Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex64 2022-09-27T15:54:31.9287797Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float16 2022-09-27T15:54:31.9307102Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float16 2022-09-27T15:54:31.9441599Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float32 2022-09-27T15:54:31.9457261Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float32 2022-09-27T15:54:31.9606970Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float64 2022-09-27T15:54:31.9613903Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float64 2022-09-27T15:54:31.9626896Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int16 2022-09-27T15:54:31.9641551Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float64 2022-09-27T15:54:31.9743925Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int16 2022-09-27T15:54:31.9853066Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int16 2022-09-27T15:54:31.9901907Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int32 2022-09-27T15:54:31.9902643Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int32 2022-09-27T15:54:32.0008100Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int64 2022-09-27T15:54:32.0021198Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int64 2022-09-27T15:54:32.0161227Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int8 2022-09-27T15:54:32.0161889Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int8 2022-09-27T15:54:32.0301345Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_uint8 2022-09-27T15:54:32.0364284Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_uint8 2022-09-27T15:54:32.1416900Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bfloat16 2022-09-27T15:54:32.1432099Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int16 2022-09-27T15:54:32.2117153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int32 2022-09-27T15:54:32.2117990Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int64 2022-09-27T15:54:32.2851514Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int8 2022-09-27T15:54:32.2852214Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int16 2022-09-27T15:54:32.5096217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int32 2022-09-27T15:54:32.5102549Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int8 2022-09-27T15:54:32.5677462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_uint8 2022-09-27T15:54:32.5678218Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int32 2022-09-27T15:54:32.6503297Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int64 2022-09-27T15:54:32.6504121Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bfloat16 2022-09-27T15:54:32.7190977Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bool 2022-09-27T15:54:32.7191700Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int32 2022-09-27T15:54:32.8309653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int64 2022-09-27T15:54:32.8310275Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_uint8 2022-09-27T15:54:32.8761467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bfloat16 2022-09-27T15:54:32.8762295Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int64 2022-09-27T15:54:32.9492330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int8 2022-09-27T15:54:32.9492950Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bool 2022-09-27T15:54:33.1864975Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float16 2022-09-27T15:54:33.1865802Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int8 2022-09-27T15:54:33.2355886Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_uint8 2022-09-27T15:54:33.2369755Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bfloat16 2022-09-27T15:54:33.3680974Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bool 2022-09-27T15:54:33.3733608Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int64 2022-09-27T15:54:33.4474788Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int8 2022-09-27T15:54:33.4489282Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_uint8 2022-09-27T15:54:33.6546895Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bfloat16 2022-09-27T15:54:33.6547730Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bool 2022-09-27T15:54:33.7374458Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float32 2022-09-27T15:54:33.7451123Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bfloat16 2022-09-27T15:54:33.7748931Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bool 2022-09-27T15:54:33.7749662Z [gw1] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float16 2022-09-27T15:54:33.7872338Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float32 2022-09-27T15:54:33.7882367Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int8 2022-09-27T15:54:33.9078363Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_uint8 2022-09-27T15:54:33.9079055Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float32 2022-09-27T15:54:33.9973862Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float64 2022-09-27T15:54:33.9982826Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bool 2022-09-27T15:54:34.1602116Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex128 2022-09-27T15:54:34.1602866Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float32 2022-09-27T15:54:34.1814538Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float64 2022-09-27T15:54:34.1822097Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_uint8 2022-09-27T15:54:34.2308955Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bfloat16 2022-09-27T15:54:34.2309692Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float64 2022-09-27T15:54:34.5050261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int16 2022-09-27T15:54:34.5050910Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int16 2022-09-27T15:54:34.5341853Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int32 2022-09-27T15:54:34.5342699Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bfloat16 2022-09-27T15:54:34.6902935Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bool 2022-09-27T15:54:34.6903725Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex128 2022-09-27T15:54:34.6995343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex64 2022-09-27T15:54:34.7080605Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float64 2022-09-27T15:54:34.7864783Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int16 2022-09-27T15:54:34.7890210Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int32 2022-09-27T15:54:34.8715806Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int64 2022-09-27T15:54:34.8740471Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bool 2022-09-27T15:54:34.9829183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float32 2022-09-27T15:54:34.9854718Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int16 2022-09-27T15:54:35.0565347Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int32 2022-09-27T15:54:35.0592637Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int64 2022-09-27T15:54:35.1153518Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int8 2022-09-27T15:54:35.1162879Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float32 2022-09-27T15:54:35.1334266Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float64 2022-09-27T15:54:35.1335206Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex64 2022-09-27T15:54:35.2863539Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float32 2022-09-27T15:54:35.2875289Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int32 2022-09-27T15:54:35.2886384Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float32 2022-09-27T15:54:35.2887166Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float64 2022-09-27T15:54:35.3125617Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int64 2022-09-27T15:54:35.3126209Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int8 2022-09-27T15:54:35.4688615Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_uint8 2022-09-27T15:54:35.4708513Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float64 2022-09-27T15:54:35.5438070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int16 2022-09-27T15:54:35.5441345Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float64 2022-09-27T15:54:35.5635964Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int16 2022-09-27T15:54:35.5656445Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_uint8 2022-09-27T15:54:35.6035089Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bfloat16 2022-09-27T15:54:35.6035960Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int64 2022-09-27T15:54:35.7144538Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int8 2022-09-27T15:54:35.7145562Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int16 2022-09-27T15:54:35.7370321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int32 2022-09-27T15:54:35.7379287Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int16 2022-09-27T15:54:35.8488844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int32 2022-09-27T15:54:35.8489606Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int8 2022-09-27T15:54:35.9307505Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_uint8 2022-09-27T15:54:35.9308292Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bfloat16 2022-09-27T15:54:35.9361597Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bool 2022-09-27T15:54:35.9362293Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int32 2022-09-27T15:54:35.9656683Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int64 2022-09-27T15:54:35.9671442Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int32 2022-09-27T15:54:36.1061153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int64 2022-09-27T15:54:36.1061828Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_uint8 2022-09-27T15:54:36.1366785Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_bfloat16 2022-09-27T15:54:36.1401193Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int64 2022-09-27T15:54:36.1427440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int8 2022-09-27T15:54:36.1440715Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_bfloat16 2022-09-27T15:54:36.1771638Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex128 2022-09-27T15:54:36.1772250Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex128 2022-09-27T15:54:36.2145439Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex64 2022-09-27T15:54:36.2146170Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex64 2022-09-27T15:54:36.2426740Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float16 2022-09-27T15:54:36.2427638Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float16 2022-09-27T15:54:36.2545653Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float32 2022-09-27T15:54:36.2546597Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int64 2022-09-27T15:54:36.2713800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int8 2022-09-27T15:54:36.2728224Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float32 2022-09-27T15:54:36.3049939Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float64 2022-09-27T15:54:36.3058343Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float64 2022-09-27T15:54:36.3178059Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-09-27T15:54:36.3190679Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int8 2022-09-27T15:54:36.3264883Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_uint8 2022-09-27T15:54:36.3271668Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-09-27T15:54:36.3298456Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bool 2022-09-27T15:54:36.3299114Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:54:36.3456274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float32 2022-09-27T15:54:36.3467003Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:54:36.3684588Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:54:36.3709601Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:54:36.3904884Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:54:36.3923106Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:54:36.4139876Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float16 2022-09-27T15:54:36.4140572Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float16 2022-09-27T15:54:36.4344521Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:54:36.4408268Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:54:36.4610543Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:54:36.4611470Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:54:36.4772222Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int16 2022-09-27T15:54:36.4785976Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int16 2022-09-27T15:54:36.4963331Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int32 2022-09-27T15:54:36.4974847Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int32 2022-09-27T15:54:36.4981664Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int8 2022-09-27T15:54:36.5003358Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_uint8 2022-09-27T15:54:36.5004245Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:54:36.5004898Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bfloat16 2022-09-27T15:54:36.5065959Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_uint8 2022-09-27T15:54:36.5077179Z [gw2] [ 57%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bfloat16 2022-09-27T15:54:36.5148736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bool 2022-09-27T15:54:36.5161563Z [gw2] [ 57%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bool 2022-09-27T15:54:36.5185057Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex128 2022-09-27T15:54:36.5196659Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:54:36.5230685Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int8 2022-09-27T15:54:36.5242338Z [gw2] [ 57%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex128 2022-09-27T15:54:36.5311400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex64 2022-09-27T15:54:36.5397979Z [gw2] [ 57%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex64 2022-09-27T15:54:36.5398642Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float16 2022-09-27T15:54:36.5433832Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int8 2022-09-27T15:54:36.5434589Z [gw2] [ 57%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float16 2022-09-27T15:54:36.5435236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float32 2022-09-27T15:54:36.5481107Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_uint8 2022-09-27T15:54:36.5513662Z [gw2] [ 57%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float32 2022-09-27T15:54:36.5557660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float64 2022-09-27T15:54:36.5574734Z [gw2] [ 57%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float64 2022-09-27T15:54:36.5598619Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int16 2022-09-27T15:54:36.5608658Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_uint8 2022-09-27T15:54:36.5640580Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-09-27T15:54:36.5654454Z [gw2] [ 57%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int16 2022-09-27T15:54:36.5720858Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int32 2022-09-27T15:54:36.5731682Z [gw2] [ 57%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int32 2022-09-27T15:54:36.5789365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int64 2022-09-27T15:54:36.5797504Z [gw2] [ 57%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int64 2022-09-27T15:54:36.5828747Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int8 2022-09-27T15:54:36.5842035Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-09-27T15:54:36.5844283Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float32 2022-09-27T15:54:36.5859986Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:54:36.5865504Z [gw2] [ 57%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int8 2022-09-27T15:54:36.5872537Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float64 2022-09-27T15:54:36.5935048Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_uint8 2022-09-27T15:54:36.5945588Z [gw2] [ 57%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_uint8 2022-09-27T15:54:36.6031819Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bfloat16 2022-09-27T15:54:36.6041936Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:54:36.6299397Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:54:36.6300428Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:54:36.6393939Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:54:36.6406213Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bfloat16 2022-09-27T15:54:36.6509772Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bool 2022-09-27T15:54:36.6529678Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:54:36.6731597Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float16 2022-09-27T15:54:36.6738500Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float16 2022-09-27T15:54:36.6875238Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:54:36.6875957Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bool 2022-09-27T15:54:36.6959350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex128 2022-09-27T15:54:36.6971107Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:54:36.7152455Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:54:36.7164507Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_uint8 2022-09-27T15:54:36.7199757Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_bfloat16 2022-09-27T15:54:36.7211839Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:54:36.7310510Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int16 2022-09-27T15:54:36.7320940Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex128 2022-09-27T15:54:36.7402738Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex64 2022-09-27T15:54:36.7414590Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int16 2022-09-27T15:54:36.7627263Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int32 2022-09-27T15:54:36.7631053Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int32 2022-09-27T15:54:36.7778270Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:54:36.7789531Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex64 2022-09-27T15:54:36.7817860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float16 2022-09-27T15:54:36.7829517Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:54:36.8014900Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int8 2022-09-27T15:54:36.8028199Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int8 2022-09-27T15:54:36.8221771Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_uint8 2022-09-27T15:54:36.8237197Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_uint8 2022-09-27T15:54:36.8241885Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bfloat16 2022-09-27T15:54:36.8255278Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float16 2022-09-27T15:54:36.8457096Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float32 2022-09-27T15:54:36.8541167Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float64 2022-09-27T15:54:36.8710425Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int16 2022-09-27T15:54:36.8732707Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float32 2022-09-27T15:54:36.9099867Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float64 2022-09-27T15:54:36.9104960Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float64 2022-09-27T15:54:36.9517708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int16 2022-09-27T15:54:36.9541222Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int16 2022-09-27T15:54:36.9965777Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int32 2022-09-27T15:54:36.9975470Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int32 2022-09-27T15:54:37.0017531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int64 2022-09-27T15:54:37.0029677Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_bfloat16 2022-09-27T15:54:37.0418022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:54:37.0431045Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int64 2022-09-27T15:54:37.0511922Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int8 2022-09-27T15:54:37.0563889Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int16 2022-09-27T15:54:37.0830750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int32 2022-09-27T15:54:37.0845149Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int8 2022-09-27T15:54:37.1297547Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_uint8 2022-09-27T15:54:37.1330619Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_uint8 2022-09-27T15:54:37.1331223Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex128 2022-09-27T15:54:37.1336609Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex128 2022-09-27T15:54:37.1357631Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex64 2022-09-27T15:54:37.1368314Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex64 2022-09-27T15:54:37.1388595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float32 2022-09-27T15:54:37.1400170Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float32 2022-09-27T15:54:37.1420166Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float64 2022-09-27T15:54:37.1431113Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float64 2022-09-27T15:54:37.1450486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int16 2022-09-27T15:54:37.1503145Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int16 2022-09-27T15:54:37.1524116Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int32 2022-09-27T15:54:37.1537007Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int32 2022-09-27T15:54:37.1558166Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int64 2022-09-27T15:54:37.1570196Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int64 2022-09-27T15:54:37.1591030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int8 2022-09-27T15:54:37.1604193Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int8 2022-09-27T15:54:37.1629678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_uint8 2022-09-27T15:54:37.1642882Z [gw2] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_uint8 2022-09-27T15:54:37.1765990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bfloat16 2022-09-27T15:54:37.1778150Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bfloat16 2022-09-27T15:54:37.1883565Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bool 2022-09-27T15:54:37.1895486Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bool 2022-09-27T15:54:37.2014505Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex128 2022-09-27T15:54:37.2026283Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex128 2022-09-27T15:54:37.2137851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex32 2022-09-27T15:54:37.2149340Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex32 2022-09-27T15:54:37.2276126Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex64 2022-09-27T15:54:37.2290702Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex64 2022-09-27T15:54:37.2410874Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float16 2022-09-27T15:54:37.2422443Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float16 2022-09-27T15:54:37.2519419Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float32 2022-09-27T15:54:37.2530056Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float32 2022-09-27T15:54:37.2559046Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float64 2022-09-27T15:54:37.2569588Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bfloat16 2022-09-27T15:54:37.2635229Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int32 2022-09-27T15:54:37.2636012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int64 2022-09-27T15:54:37.2641575Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bool 2022-09-27T15:54:37.2651738Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float64 2022-09-27T15:54:37.2740092Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int16 2022-09-27T15:54:37.2750288Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int16 2022-09-27T15:54:37.2841883Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int32 2022-09-27T15:54:37.2848413Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int32 2022-09-27T15:54:37.2954386Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int64 2022-09-27T15:54:37.2961806Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int64 2022-09-27T15:54:37.3072386Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int8 2022-09-27T15:54:37.3085509Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int8 2022-09-27T15:54:37.3188236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_uint8 2022-09-27T15:54:37.3199105Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_uint8 2022-09-27T15:54:37.3502892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bfloat16 2022-09-27T15:54:37.3513366Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bfloat16 2022-09-27T15:54:37.3757064Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bool 2022-09-27T15:54:37.3768232Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bool 2022-09-27T15:54:37.4079073Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex128 2022-09-27T15:54:37.4123486Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:54:37.4124551Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex128 2022-09-27T15:54:37.4125168Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:54:37.4496421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex64 2022-09-27T15:54:37.4513812Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex64 2022-09-27T15:54:37.4781113Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float16 2022-09-27T15:54:37.4795371Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bool 2022-09-27T15:54:37.4801514Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int64 2022-09-27T15:54:37.5034639Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float16 2022-09-27T15:54:37.5035408Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int8 2022-09-27T15:54:37.5036141Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float16 2022-09-27T15:54:37.5258326Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float32 2022-09-27T15:54:37.5284269Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float32 2022-09-27T15:54:37.5677546Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float64 2022-09-27T15:54:37.5678598Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float64 2022-09-27T15:54:37.6004373Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int16 2022-09-27T15:54:37.6018872Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int16 2022-09-27T15:54:37.6351018Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int32 2022-09-27T15:54:37.6387639Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int32 2022-09-27T15:54:37.6744693Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int64 2022-09-27T15:54:37.6745581Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int64 2022-09-27T15:54:37.7082783Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int8 2022-09-27T15:54:37.7088832Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int8 2022-09-27T15:54:37.7104143Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int8 2022-09-27T15:54:37.7105069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_uint8 2022-09-27T15:54:37.7435723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_uint8 2022-09-27T15:54:37.7448638Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_uint8 2022-09-27T15:54:37.8095899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int32 2022-09-27T15:54:37.8102584Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int32 2022-09-27T15:54:37.8218889Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int64 2022-09-27T15:54:37.8233196Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:54:37.8843627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float16 2022-09-27T15:54:37.8855484Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int64 2022-09-27T15:54:37.8977072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bfloat16 2022-09-27T15:54:37.8987807Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_uint8 2022-09-27T15:54:37.9205486Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bfloat16 2022-09-27T15:54:37.9222072Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bfloat16 2022-09-27T15:54:37.9528022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bool 2022-09-27T15:54:37.9536634Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bool 2022-09-27T15:54:37.9930363Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex128 2022-09-27T15:54:37.9942492Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex128 2022-09-27T15:54:38.0323783Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex64 2022-09-27T15:54:38.0334826Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex64 2022-09-27T15:54:38.0710430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float16 2022-09-27T15:54:38.0722102Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float16 2022-09-27T15:54:38.1050982Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float32 2022-09-27T15:54:38.1086311Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float32 2022-09-27T15:54:38.1099486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float64 2022-09-27T15:54:38.1112720Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float16 2022-09-27T15:54:38.1410296Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:54:38.1421675Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float64 2022-09-27T15:54:38.1527385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int16 2022-09-27T15:54:38.1725089Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float16 2022-09-27T15:54:38.1725914Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bfloat16 2022-09-27T15:54:38.1726545Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float32 2022-09-27T15:54:38.1732339Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bool 2022-09-27T15:54:38.1741485Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int16 2022-09-27T15:54:38.2060190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int32 2022-09-27T15:54:38.2073113Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int32 2022-09-27T15:54:38.2405895Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int64 2022-09-27T15:54:38.2418738Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int64 2022-09-27T15:54:38.2727658Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int8 2022-09-27T15:54:38.2741957Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int8 2022-09-27T15:54:38.3040792Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_uint8 2022-09-27T15:54:38.3053252Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_uint8 2022-09-27T15:54:38.3750954Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int32 2022-09-27T15:54:38.3764834Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int32 2022-09-27T15:54:38.4457528Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int64 2022-09-27T15:54:38.4470892Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int64 2022-09-27T15:54:38.4907256Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bfloat16 2022-09-27T15:54:38.4912690Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float32 2022-09-27T15:54:38.5111546Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float64 2022-09-27T15:54:38.5124174Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:54:38.5139502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:54:38.5311858Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bool 2022-09-27T15:54:38.7385639Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float32 2022-09-27T15:54:38.7390841Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float32 2022-09-27T15:54:38.9380297Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float64 2022-09-27T15:54:38.9381433Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:54:38.9436512Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_bfloat16 2022-09-27T15:54:38.9452279Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float64 2022-09-27T15:54:39.0366436Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int16 2022-09-27T15:54:39.0367402Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float64 2022-09-27T15:54:39.2023342Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int16 2022-09-27T15:54:39.2039382Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int16 2022-09-27T15:54:39.3018299Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int32 2022-09-27T15:54:39.3019372Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int16 2022-09-27T15:54:39.3022119Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int32 2022-09-27T15:54:39.3056732Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bfloat16 2022-09-27T15:54:39.4167121Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bool 2022-09-27T15:54:39.4205555Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_bfloat16 2022-09-27T15:54:39.4806329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex128 2022-09-27T15:54:39.4894348Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int32 2022-09-27T15:54:39.5692743Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int64 2022-09-27T15:54:39.5701160Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int32 2022-09-27T15:54:39.7840716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int64 2022-09-27T15:54:39.7841506Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int64 2022-09-27T15:54:39.8607270Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int8 2022-09-27T15:54:39.8628361Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int64 2022-09-27T15:54:39.9508995Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int8 2022-09-27T15:54:39.9510095Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bool 2022-09-27T15:54:40.0284008Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex128 2022-09-27T15:54:40.0318157Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int8 2022-09-27T15:54:40.0505109Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_uint8 2022-09-27T15:54:40.0519320Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex128 2022-09-27T15:54:40.1232469Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex64 2022-09-27T15:54:40.1244804Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int8 2022-09-27T15:54:40.2859072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_uint8 2022-09-27T15:54:40.2859949Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_uint8 2022-09-27T15:54:40.2929132Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bfloat16 2022-09-27T15:54:40.2954729Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bfloat16 2022-09-27T15:54:40.3036841Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bool 2022-09-27T15:54:40.3057633Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bool 2022-09-27T15:54:40.3192018Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex128 2022-09-27T15:54:40.3201259Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex128 2022-09-27T15:54:40.3350743Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex32 2022-09-27T15:54:40.3370419Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex32 2022-09-27T15:54:40.3613396Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex64 2022-09-27T15:54:40.3614031Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_uint8 2022-09-27T15:54:40.3614656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bfloat16 2022-09-27T15:54:40.3675295Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex64 2022-09-27T15:54:40.3675920Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float16 2022-09-27T15:54:40.3676679Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float16 2022-09-27T15:54:40.3730946Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float32 2022-09-27T15:54:40.3737481Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float32 2022-09-27T15:54:40.3846302Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float64 2022-09-27T15:54:40.3867969Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float64 2022-09-27T15:54:40.3942035Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int16 2022-09-27T15:54:40.3955376Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int16 2022-09-27T15:54:40.4060328Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int32 2022-09-27T15:54:40.4067623Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int32 2022-09-27T15:54:40.4182468Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int64 2022-09-27T15:54:40.4183332Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int64 2022-09-27T15:54:40.4285673Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int8 2022-09-27T15:54:40.4288575Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int8 2022-09-27T15:54:40.4409690Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_uint8 2022-09-27T15:54:40.4410365Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_uint8 2022-09-27T15:54:40.6582948Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bfloat16 2022-09-27T15:54:40.6606878Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bfloat16 2022-09-27T15:54:40.6893179Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bool 2022-09-27T15:54:40.6918289Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex64 2022-09-27T15:54:40.8486080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float16 2022-09-27T15:54:40.8505737Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex128 2022-09-27T15:54:41.0019066Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex64 2022-09-27T15:54:41.0020009Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bfloat16 2022-09-27T15:54:41.0768129Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bool 2022-09-27T15:54:41.0768885Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bool 2022-09-27T15:54:41.1796915Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float16 2022-09-27T15:54:41.1827712Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float16 2022-09-27T15:54:41.3745657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float32 2022-09-27T15:54:41.3746440Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bool 2022-09-27T15:54:41.6435721Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex128 2022-09-27T15:54:41.6436604Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float16 2022-09-27T15:54:41.7578313Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float32 2022-09-27T15:54:41.7590789Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex64 2022-09-27T15:54:41.8052825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float16 2022-09-27T15:54:41.8053766Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float32 2022-09-27T15:54:41.8991108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float64 2022-09-27T15:54:41.8992094Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float32 2022-09-27T15:54:42.2380846Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float64 2022-09-27T15:54:42.2381683Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float64 2022-09-27T15:54:42.4645867Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int16 2022-09-27T15:54:42.4647048Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float64 2022-09-27T15:54:42.4647703Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex128 2022-09-27T15:54:42.4648345Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int16 2022-09-27T15:54:42.6493321Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int32 2022-09-27T15:54:42.6494197Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex128 2022-09-27T15:54:42.7586315Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex32 2022-09-27T15:54:42.7628537Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int32 2022-09-27T15:54:43.1324915Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int64 2022-09-27T15:54:43.1325860Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float16 2022-09-27T15:54:43.1970973Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float32 2022-09-27T15:54:43.1971637Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int64 2022-09-27T15:54:43.2378808Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int8 2022-09-27T15:54:43.2394945Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex128 2022-09-27T15:54:43.5537543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex64 2022-09-27T15:54:43.5538158Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int8 2022-09-27T15:54:43.8725737Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_uint8 2022-09-27T15:54:43.8726429Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_uint8 2022-09-27T15:54:43.9471711Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bfloat16 2022-09-27T15:54:43.9472453Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float32 2022-09-27T15:54:44.0070423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float64 2022-09-27T15:54:44.0071297Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex64 2022-09-27T15:54:44.2545144Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float32 2022-09-27T15:54:44.2546014Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bfloat16 2022-09-27T15:54:44.3623801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bool 2022-09-27T15:54:44.3624556Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex32 2022-09-27T15:54:44.7387848Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex64 2022-09-27T15:54:44.7434871Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float32 2022-09-27T15:54:44.7435519Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float64 2022-09-27T15:54:44.7436096Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float64 2022-09-27T15:54:44.8149105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int16 2022-09-27T15:54:44.8149900Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bool 2022-09-27T15:54:45.2812856Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex128 2022-09-27T15:54:45.2840906Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex64 2022-09-27T15:54:45.4508556Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float16 2022-09-27T15:54:45.4509860Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float64 2022-09-27T15:54:45.4732319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:54:45.4733146Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int16 2022-09-27T15:54:45.5095131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int32 2022-09-27T15:54:45.5095789Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex128 2022-09-27T15:54:45.5532325Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex64 2022-09-27T15:54:45.5543355Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:54:45.6845120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:54:45.6846155Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:54:45.7882125Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float32 2022-09-27T15:54:45.7895653Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float32 2022-09-27T15:54:45.8958888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float64 2022-09-27T15:54:45.8965817Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float64 2022-09-27T15:54:46.0765640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_bfloat16 2022-09-27T15:54:46.0778107Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex64 2022-09-27T15:54:46.1588178Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float32 2022-09-27T15:54:46.1602980Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float16 2022-09-27T15:54:46.1639388Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int32 2022-09-27T15:54:46.1640121Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float32 2022-09-27T15:54:46.3085394Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int64 2022-09-27T15:54:46.3086314Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float32 2022-09-27T15:54:46.5198629Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float64 2022-09-27T15:54:46.5211948Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float32 2022-09-27T15:54:46.5982184Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float64 2022-09-27T15:54:46.5994106Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float64 2022-09-27T15:54:46.8362634Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int16 2022-09-27T15:54:46.8379868Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int16 2022-09-27T15:54:46.8695984Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int32 2022-09-27T15:54:46.8714225Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int64 2022-09-27T15:54:47.0001871Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int8 2022-09-27T15:54:47.0053345Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float64 2022-09-27T15:54:47.0105266Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int16 2022-09-27T15:54:47.0140449Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_bfloat16 2022-09-27T15:54:47.0571951Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:54:47.0578985Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int32 2022-09-27T15:54:47.2636426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int64 2022-09-27T15:54:47.2642859Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int16 2022-09-27T15:54:47.2837144Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int32 2022-09-27T15:54:47.2852700Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int64 2022-09-27T15:54:47.4772783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int8 2022-09-27T15:54:47.4791572Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int8 2022-09-27T15:54:47.4898482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_uint8 2022-09-27T15:54:47.4923847Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int8 2022-09-27T15:54:47.5529743Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_uint8 2022-09-27T15:54:47.5530556Z [gw1] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int32 2022-09-27T15:54:47.6745892Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int64 2022-09-27T15:54:47.6771773Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_uint8 2022-09-27T15:54:47.6925352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bfloat16 2022-09-27T15:54:47.6927825Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bfloat16 2022-09-27T15:54:47.6928952Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bool 2022-09-27T15:54:47.6929818Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bool 2022-09-27T15:54:47.6930418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex128 2022-09-27T15:54:47.6937777Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex128 2022-09-27T15:54:47.6986358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex64 2022-09-27T15:54:47.7042878Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex64 2022-09-27T15:54:47.7043638Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float16 2022-09-27T15:54:47.7052483Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float16 2022-09-27T15:54:47.7103043Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float32 2022-09-27T15:54:47.7163187Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float32 2022-09-27T15:54:47.7168241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float64 2022-09-27T15:54:47.7169136Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float64 2022-09-27T15:54:47.7204664Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int16 2022-09-27T15:54:47.7214752Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int16 2022-09-27T15:54:47.7250827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int32 2022-09-27T15:54:47.7283936Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int32 2022-09-27T15:54:47.7319471Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int64 2022-09-27T15:54:47.7320162Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int64 2022-09-27T15:54:47.7369160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int8 2022-09-27T15:54:47.7369953Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int8 2022-09-27T15:54:47.7402306Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_uint8 2022-09-27T15:54:47.7412974Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_uint8 2022-09-27T15:54:47.7503763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bfloat16 2022-09-27T15:54:47.7513754Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bfloat16 2022-09-27T15:54:47.7661224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bool 2022-09-27T15:54:47.7661965Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bool 2022-09-27T15:54:47.7695697Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex128 2022-09-27T15:54:47.7707989Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex128 2022-09-27T15:54:47.7812508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex64 2022-09-27T15:54:47.7823375Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex64 2022-09-27T15:54:47.7925949Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float16 2022-09-27T15:54:47.7937035Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float16 2022-09-27T15:54:47.8036635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float32 2022-09-27T15:54:47.8047760Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float32 2022-09-27T15:54:47.8132592Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float64 2022-09-27T15:54:47.8143073Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float64 2022-09-27T15:54:47.8216770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int16 2022-09-27T15:54:47.8227715Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int16 2022-09-27T15:54:47.8298146Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int32 2022-09-27T15:54:47.8308362Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int32 2022-09-27T15:54:47.8377742Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int64 2022-09-27T15:54:47.8391035Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int64 2022-09-27T15:54:47.8473461Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int8 2022-09-27T15:54:47.8483675Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int8 2022-09-27T15:54:47.8553143Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_uint8 2022-09-27T15:54:47.8563197Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_uint8 2022-09-27T15:54:47.8704292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bfloat16 2022-09-27T15:54:47.8715672Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int64 2022-09-27T15:54:48.0317350Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int8 2022-09-27T15:54:48.0330244Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:54:48.0754495Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:54:48.0785637Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_uint8 2022-09-27T15:54:48.0850586Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_bfloat16 2022-09-27T15:54:48.0882959Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bfloat16 2022-09-27T15:54:48.1250243Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bool 2022-09-27T15:54:48.1250958Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int8 2022-09-27T15:54:48.3268972Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_uint8 2022-09-27T15:54:48.3282555Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_bfloat16 2022-09-27T15:54:48.3867151Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float32 2022-09-27T15:54:48.3896074Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_uint8 2022-09-27T15:54:48.4197180Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bfloat16 2022-09-27T15:54:48.4198048Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bool 2022-09-27T15:54:48.4779294Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float32 2022-09-27T15:54:48.4780184Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float32 2022-09-27T15:54:48.6642529Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float64 2022-09-27T15:54:48.6644090Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float32 2022-09-27T15:54:48.7066224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float64 2022-09-27T15:54:48.7067189Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float64 2022-09-27T15:54:48.8441188Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int16 2022-09-27T15:54:48.8446020Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int16 2022-09-27T15:54:48.9863806Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int32 2022-09-27T15:54:48.9876426Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int32 2022-09-27T15:54:49.0133223Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int64 2022-09-27T15:54:49.0133984Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float64 2022-09-27T15:54:49.0625233Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int16 2022-09-27T15:54:49.0646219Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:54:49.1426940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float16 2022-09-27T15:54:49.1438122Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bfloat16 2022-09-27T15:54:49.1675210Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bool 2022-09-27T15:54:49.1690992Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int64 2022-09-27T15:54:49.2566216Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int8 2022-09-27T15:54:49.2594975Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int16 2022-09-27T15:54:49.2868383Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int32 2022-09-27T15:54:49.2902424Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int8 2022-09-27T15:54:49.3251678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_uint8 2022-09-27T15:54:49.3378535Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bool 2022-09-27T15:54:49.4097189Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float16 2022-09-27T15:54:49.4097991Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_uint8 2022-09-27T15:54:49.4255871Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bfloat16 2022-09-27T15:54:49.4263777Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bfloat16 2022-09-27T15:54:49.4506226Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bool 2022-09-27T15:54:49.4526259Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bool 2022-09-27T15:54:49.4752439Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex128 2022-09-27T15:54:49.4780954Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex128 2022-09-27T15:54:49.4823356Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int32 2022-09-27T15:54:49.4824156Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int64 2022-09-27T15:54:49.5015548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex32 2022-09-27T15:54:49.5039745Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex32 2022-09-27T15:54:49.5278032Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex64 2022-09-27T15:54:49.5278824Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex64 2022-09-27T15:54:49.5524190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float16 2022-09-27T15:54:49.5674040Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float16 2022-09-27T15:54:49.5782634Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float32 2022-09-27T15:54:49.5862465Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float32 2022-09-27T15:54:49.6075622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float64 2022-09-27T15:54:49.6076673Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float64 2022-09-27T15:54:49.6292342Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int16 2022-09-27T15:54:49.6313454Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int16 2022-09-27T15:54:49.6504091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int32 2022-09-27T15:54:49.6513845Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int32 2022-09-27T15:54:49.6763169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int64 2022-09-27T15:54:49.6819038Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int64 2022-09-27T15:54:49.6990010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int8 2022-09-27T15:54:49.6997368Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int8 2022-09-27T15:54:49.7144971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_uint8 2022-09-27T15:54:49.7157172Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int64 2022-09-27T15:54:49.7224570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int8 2022-09-27T15:54:49.7234184Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_uint8 2022-09-27T15:54:49.7331256Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bfloat16 2022-09-27T15:54:49.7342092Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bfloat16 2022-09-27T15:54:49.7436054Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bool 2022-09-27T15:54:49.7448148Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bool 2022-09-27T15:54:49.7573887Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex128 2022-09-27T15:54:49.7587498Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex128 2022-09-27T15:54:49.7705532Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex32 2022-09-27T15:54:49.7716822Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex32 2022-09-27T15:54:49.7818772Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex64 2022-09-27T15:54:49.7830991Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex64 2022-09-27T15:54:49.7925925Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float16 2022-09-27T15:54:49.7936647Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float16 2022-09-27T15:54:49.8032653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float32 2022-09-27T15:54:49.8042899Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float32 2022-09-27T15:54:49.8142531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float64 2022-09-27T15:54:49.8176229Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float64 2022-09-27T15:54:49.8257209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int16 2022-09-27T15:54:49.8277915Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int16 2022-09-27T15:54:49.8377587Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int32 2022-09-27T15:54:49.8388976Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int32 2022-09-27T15:54:49.8491501Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int64 2022-09-27T15:54:49.8502320Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int64 2022-09-27T15:54:49.8594658Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int8 2022-09-27T15:54:49.8605122Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int8 2022-09-27T15:54:49.8691844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_uint8 2022-09-27T15:54:49.8702389Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_uint8 2022-09-27T15:54:49.8893701Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bfloat16 2022-09-27T15:54:49.8906847Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bfloat16 2022-09-27T15:54:49.9086243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bool 2022-09-27T15:54:49.9097630Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bool 2022-09-27T15:54:49.9148346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex128 2022-09-27T15:54:49.9160662Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int8 2022-09-27T15:54:49.9314328Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_uint8 2022-09-27T15:54:49.9326106Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex128 2022-09-27T15:54:49.9587993Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex32 2022-09-27T15:54:49.9599664Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex32 2022-09-27T15:54:49.9833842Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex64 2022-09-27T15:54:49.9866213Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex64 2022-09-27T15:54:50.0090664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float16 2022-09-27T15:54:50.0102961Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float16 2022-09-27T15:54:50.0341993Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float32 2022-09-27T15:54:50.0356105Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float32 2022-09-27T15:54:50.0557725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float64 2022-09-27T15:54:50.0572098Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float64 2022-09-27T15:54:50.0754029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int16 2022-09-27T15:54:50.0767376Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int16 2022-09-27T15:54:50.0957346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int32 2022-09-27T15:54:50.0971438Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int32 2022-09-27T15:54:50.0991485Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int64 2022-09-27T15:54:50.1004274Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float16 2022-09-27T15:54:50.1194954Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float32 2022-09-27T15:54:50.1212192Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int64 2022-09-27T15:54:50.1268421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int8 2022-09-27T15:54:50.1284061Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_uint8 2022-09-27T15:54:50.1383486Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float16 2022-09-27T15:54:50.1384623Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:54:50.1416969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_bool 2022-09-27T15:54:50.1428434Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int8 2022-09-27T15:54:50.1589798Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_uint8 2022-09-27T15:54:50.1601784Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_bool 2022-09-27T15:54:50.1620457Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex128 2022-09-27T15:54:50.1637405Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_uint8 2022-09-27T15:54:50.1828839Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bfloat16 2022-09-27T15:54:50.1847792Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bfloat16 2022-09-27T15:54:50.2007766Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bool 2022-09-27T15:54:50.2019411Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex128 2022-09-27T15:54:50.2028111Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex64 2022-09-27T15:54:50.2039092Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bool 2022-09-27T15:54:50.2202850Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex128 2022-09-27T15:54:50.2214984Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex128 2022-09-27T15:54:50.2375806Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex32 2022-09-27T15:54:50.2388123Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex32 2022-09-27T15:54:50.2442799Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex64 2022-09-27T15:54:50.2455829Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex64 2022-09-27T15:54:50.2549471Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float16 2022-09-27T15:54:50.2561613Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex64 2022-09-27T15:54:50.2717973Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float16 2022-09-27T15:54:50.2730322Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float16 2022-09-27T15:54:50.2854125Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float32 2022-09-27T15:54:50.2868491Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float16 2022-09-27T15:54:50.2897943Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float32 2022-09-27T15:54:50.2911772Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float32 2022-09-27T15:54:50.3100985Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float64 2022-09-27T15:54:50.3113132Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float64 2022-09-27T15:54:50.3261892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int16 2022-09-27T15:54:50.3275943Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float32 2022-09-27T15:54:50.3298505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float64 2022-09-27T15:54:50.3307102Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int16 2022-09-27T15:54:50.3428229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int32 2022-09-27T15:54:50.3437300Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int32 2022-09-27T15:54:50.3555387Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int64 2022-09-27T15:54:50.3564212Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int64 2022-09-27T15:54:50.3571981Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float64 2022-09-27T15:54:50.3572930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int8 2022-09-27T15:54:50.3719949Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int16 2022-09-27T15:54:50.3729332Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int8 2022-09-27T15:54:50.3792624Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_uint8 2022-09-27T15:54:50.3802477Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int16 2022-09-27T15:54:50.3848006Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int32 2022-09-27T15:54:50.3854810Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_uint8 2022-09-27T15:54:50.4019732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_bfloat16 2022-09-27T15:54:50.4029143Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int32 2022-09-27T15:54:50.4124735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int64 2022-09-27T15:54:50.4131885Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_bfloat16 2022-09-27T15:54:50.4246037Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex128 2022-09-27T15:54:50.4256427Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int64 2022-09-27T15:54:50.4363484Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int8 2022-09-27T15:54:50.4372984Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex128 2022-09-27T15:54:50.4494033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex64 2022-09-27T15:54:50.4506587Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int8 2022-09-27T15:54:50.4595913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_uint8 2022-09-27T15:54:50.4607031Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex64 2022-09-27T15:54:50.4751232Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float16 2022-09-27T15:54:50.4762349Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_uint8 2022-09-27T15:54:50.4824430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_bool 2022-09-27T15:54:50.4836833Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_bool 2022-09-27T15:54:50.4911727Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex128 2022-09-27T15:54:50.4922773Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex128 2022-09-27T15:54:50.4941799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex64 2022-09-27T15:54:50.4955951Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float16 2022-09-27T15:54:50.4995696Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float32 2022-09-27T15:54:50.5006666Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex64 2022-09-27T15:54:50.5076223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float32 2022-09-27T15:54:50.5087301Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float32 2022-09-27T15:54:50.5154612Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float64 2022-09-27T15:54:50.5165537Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float64 2022-09-27T15:54:50.5230203Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int16 2022-09-27T15:54:50.5241161Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int16 2022-09-27T15:54:50.5268878Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int32 2022-09-27T15:54:50.5280805Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float32 2022-09-27T15:54:50.5303732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float64 2022-09-27T15:54:50.5313912Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float32 2022-09-27T15:54:50.5333466Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int32 2022-09-27T15:54:50.5334228Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int64 2022-09-27T15:54:50.5390361Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float64 2022-09-27T15:54:50.5401469Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int64 2022-09-27T15:54:50.5468392Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int8 2022-09-27T15:54:50.5479396Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int8 2022-09-27T15:54:50.5547272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_uint8 2022-09-27T15:54:50.5558827Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_uint8 2022-09-27T15:54:50.5596874Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_bool 2022-09-27T15:54:50.5610562Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float64 2022-09-27T15:54:50.5658849Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_bfloat16 2022-09-27T15:54:50.5667717Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_bool 2022-09-27T15:54:50.5748846Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex128 2022-09-27T15:54:50.5758883Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex128 2022-09-27T15:54:50.5852383Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex64 2022-09-27T15:54:50.5862973Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex64 2022-09-27T15:54:50.5948324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float32 2022-09-27T15:54:50.5973701Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float32 2022-09-27T15:54:50.6046005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float64 2022-09-27T15:54:50.6055747Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float64 2022-09-27T15:54:50.6158378Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int16 2022-09-27T15:54:50.6165035Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int16 2022-09-27T15:54:50.6275968Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int32 2022-09-27T15:54:50.6288230Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int32 2022-09-27T15:54:50.6392418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int64 2022-09-27T15:54:50.6404492Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int64 2022-09-27T15:54:50.6456066Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int8 2022-09-27T15:54:50.6469661Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_bfloat16 2022-09-27T15:54:50.6508774Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex128 2022-09-27T15:54:50.6520746Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int8 2022-09-27T15:54:50.6629254Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_uint8 2022-09-27T15:54:50.6640541Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_uint8 2022-09-27T15:54:50.6756325Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_bool 2022-09-27T15:54:50.6767614Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_bool 2022-09-27T15:54:50.6876060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex128 2022-09-27T15:54:50.6887355Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex128 2022-09-27T15:54:50.6996939Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex64 2022-09-27T15:54:50.7008131Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex64 2022-09-27T15:54:50.7133105Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float32 2022-09-27T15:54:50.7145601Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float32 2022-09-27T15:54:50.7157506Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float64 2022-09-27T15:54:50.7171437Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex128 2022-09-27T15:54:50.7250476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex64 2022-09-27T15:54:50.7260685Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float64 2022-09-27T15:54:50.7359485Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int16 2022-09-27T15:54:50.7369694Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int16 2022-09-27T15:54:50.7472078Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int32 2022-09-27T15:54:50.7482132Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int32 2022-09-27T15:54:50.7592797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int64 2022-09-27T15:54:50.7594803Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int64 2022-09-27T15:54:50.7704637Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int8 2022-09-27T15:54:50.7715939Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int8 2022-09-27T15:54:50.7818385Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_uint8 2022-09-27T15:54:50.7829489Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_uint8 2022-09-27T15:54:50.7846725Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bfloat16 2022-09-27T15:54:50.7858835Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex64 2022-09-27T15:54:50.7883312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float16 2022-09-27T15:54:50.7894918Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bfloat16 2022-09-27T15:54:50.7940922Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bool 2022-09-27T15:54:50.7953506Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bool 2022-09-27T15:54:50.8009023Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex128 2022-09-27T15:54:50.8020429Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex128 2022-09-27T15:54:50.8088480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex32 2022-09-27T15:54:50.8100119Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex32 2022-09-27T15:54:50.8159744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex64 2022-09-27T15:54:50.8172411Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex64 2022-09-27T15:54:50.8236012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float16 2022-09-27T15:54:50.8248174Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float16 2022-09-27T15:54:50.8303217Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float32 2022-09-27T15:54:50.8315468Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float32 2022-09-27T15:54:50.8375614Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float64 2022-09-27T15:54:50.8387021Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float64 2022-09-27T15:54:50.8435684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int16 2022-09-27T15:54:50.8447223Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int16 2022-09-27T15:54:50.8496861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int32 2022-09-27T15:54:50.8508000Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int32 2022-09-27T15:54:50.8555012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int64 2022-09-27T15:54:50.8566342Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int64 2022-09-27T15:54:50.8613579Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int8 2022-09-27T15:54:50.8624638Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int8 2022-09-27T15:54:50.8672260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_uint8 2022-09-27T15:54:50.8683359Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_uint8 2022-09-27T15:54:50.8736337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_bool 2022-09-27T15:54:50.8748807Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float16 2022-09-27T15:54:50.8754768Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float32 2022-09-27T15:54:50.8762662Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_bool 2022-09-27T15:54:50.8826935Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex128 2022-09-27T15:54:50.8836861Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex128 2022-09-27T15:54:50.8899553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex64 2022-09-27T15:54:50.8909672Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex64 2022-09-27T15:54:50.8969672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float32 2022-09-27T15:54:50.8979754Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float32 2022-09-27T15:54:50.9039037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float64 2022-09-27T15:54:50.9049089Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float64 2022-09-27T15:54:50.9113886Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int16 2022-09-27T15:54:50.9124963Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int16 2022-09-27T15:54:50.9192244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int32 2022-09-27T15:54:50.9203286Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int32 2022-09-27T15:54:50.9266223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int64 2022-09-27T15:54:50.9277030Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int64 2022-09-27T15:54:50.9345452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int8 2022-09-27T15:54:50.9355878Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int8 2022-09-27T15:54:50.9415257Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_uint8 2022-09-27T15:54:50.9426214Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_uint8 2022-09-27T15:54:50.9454020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_bool 2022-09-27T15:54:50.9467138Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float32 2022-09-27T15:54:50.9543969Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float64 2022-09-27T15:54:50.9556516Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_bool 2022-09-27T15:54:50.9664468Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex128 2022-09-27T15:54:50.9675813Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex128 2022-09-27T15:54:50.9766262Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex64 2022-09-27T15:54:50.9777640Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex64 2022-09-27T15:54:50.9908254Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float32 2022-09-27T15:54:50.9919601Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float32 2022-09-27T15:54:51.0054359Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float64 2022-09-27T15:54:51.0067914Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float64 2022-09-27T15:54:51.0164327Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int16 2022-09-27T15:54:51.0177881Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float64 2022-09-27T15:54:51.0187901Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int16 2022-09-27T15:54:51.0190779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bfloat16 2022-09-27T15:54:51.0284942Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int32 2022-09-27T15:54:51.0296417Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int32 2022-09-27T15:54:51.0403555Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int64 2022-09-27T15:54:51.0416375Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int64 2022-09-27T15:54:51.0431146Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:54:51.0431956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int8 2022-09-27T15:54:51.0535108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:54:51.0544558Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int8 2022-09-27T15:54:51.0553578Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bfloat16 2022-09-27T15:54:51.0556669Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bool 2022-09-27T15:54:51.0662870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_uint8 2022-09-27T15:54:51.0673857Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_uint8 2022-09-27T15:54:51.0814184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_bool 2022-09-27T15:54:51.0825605Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_bool 2022-09-27T15:54:51.0840720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex128 2022-09-27T15:54:51.0874041Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float64 2022-09-27T15:54:51.0874938Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bool 2022-09-27T15:54:51.0875645Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int16 2022-09-27T15:54:51.0975572Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex128 2022-09-27T15:54:51.1027344Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex128 2022-09-27T15:54:51.1154612Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex64 2022-09-27T15:54:51.1203667Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex64 2022-09-27T15:54:51.1224771Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float32 2022-09-27T15:54:51.1237458Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex128 2022-09-27T15:54:51.1310502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex32 2022-09-27T15:54:51.1359790Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float32 2022-09-27T15:54:51.1474228Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float64 2022-09-27T15:54:51.1485397Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float64 2022-09-27T15:54:51.1612153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int16 2022-09-27T15:54:51.1624531Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex32 2022-09-27T15:54:51.1650480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex64 2022-09-27T15:54:51.1663262Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int16 2022-09-27T15:54:51.1808128Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int32 2022-09-27T15:54:51.1819242Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int32 2022-09-27T15:54:51.1986785Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int64 2022-09-27T15:54:51.1998295Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex64 2022-09-27T15:54:51.2002927Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int64 2022-09-27T15:54:51.2013388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float16 2022-09-27T15:54:51.2099348Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int8 2022-09-27T15:54:51.2121697Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int16 2022-09-27T15:54:51.2155830Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int32 2022-09-27T15:54:51.2196075Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int8 2022-09-27T15:54:51.2306606Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_uint8 2022-09-27T15:54:51.2307340Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_uint8 2022-09-27T15:54:51.2325523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_bool 2022-09-27T15:54:51.2337699Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float16 2022-09-27T15:54:51.2394189Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float32 2022-09-27T15:54:51.2394984Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_bool 2022-09-27T15:54:51.2473346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex128 2022-09-27T15:54:51.2509030Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex128 2022-09-27T15:54:51.2558595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex64 2022-09-27T15:54:51.2593026Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex64 2022-09-27T15:54:51.2689510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float32 2022-09-27T15:54:51.2690157Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float32 2022-09-27T15:54:51.2694509Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float64 2022-09-27T15:54:51.2706926Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float32 2022-09-27T15:54:51.2738642Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float64 2022-09-27T15:54:51.2770342Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float64 2022-09-27T15:54:51.2825883Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int16 2022-09-27T15:54:51.2853593Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int16 2022-09-27T15:54:51.2911757Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int32 2022-09-27T15:54:51.2929726Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int32 2022-09-27T15:54:51.2990654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int64 2022-09-27T15:54:51.3020216Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int64 2022-09-27T15:54:51.3062035Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int8 2022-09-27T15:54:51.3072977Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float64 2022-09-27T15:54:51.3078706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int16 2022-09-27T15:54:51.3092330Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int8 2022-09-27T15:54:51.3199729Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_uint8 2022-09-27T15:54:51.3200690Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_uint8 2022-09-27T15:54:51.3309246Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_bool 2022-09-27T15:54:51.3309985Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_bool 2022-09-27T15:54:51.3391537Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex128 2022-09-27T15:54:51.3402518Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int16 2022-09-27T15:54:51.3413641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int32 2022-09-27T15:54:51.3458486Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex128 2022-09-27T15:54:51.3503770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex64 2022-09-27T15:54:51.3510705Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int32 2022-09-27T15:54:51.3527744Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int64 2022-09-27T15:54:51.3539186Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex64 2022-09-27T15:54:51.3636097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float32 2022-09-27T15:54:51.3646891Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float32 2022-09-27T15:54:51.3714042Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float64 2022-09-27T15:54:51.3725337Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int32 2022-09-27T15:54:51.3740561Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int64 2022-09-27T15:54:51.3751526Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float64 2022-09-27T15:54:51.3870928Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int16 2022-09-27T15:54:51.3882137Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int16 2022-09-27T15:54:51.3991631Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int32 2022-09-27T15:54:51.4002521Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int32 2022-09-27T15:54:51.4021732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int64 2022-09-27T15:54:51.4033890Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int64 2022-09-27T15:54:51.4098420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int8 2022-09-27T15:54:51.4108762Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int64 2022-09-27T15:54:51.4200468Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int8 2022-09-27T15:54:51.4210511Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int8 2022-09-27T15:54:51.4307557Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_uint8 2022-09-27T15:54:51.4314028Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int8 2022-09-27T15:54:51.4327884Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_uint8 2022-09-27T15:54:51.4328787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_bool 2022-09-27T15:54:51.4449377Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_uint8 2022-09-27T15:54:51.4459848Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_bool 2022-09-27T15:54:51.4557895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex128 2022-09-27T15:54:51.4568093Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex128 2022-09-27T15:54:51.4602544Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex64 2022-09-27T15:54:51.4614601Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_uint8 2022-09-27T15:54:51.4671925Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bfloat16 2022-09-27T15:54:51.4682703Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex64 2022-09-27T15:54:51.4804715Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float32 2022-09-27T15:54:51.4815881Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float32 2022-09-27T15:54:51.4921959Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float64 2022-09-27T15:54:51.4934332Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int64 2022-09-27T15:54:51.4940490Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int8 2022-09-27T15:54:51.4948468Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float64 2022-09-27T15:54:51.5051620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int16 2022-09-27T15:54:51.5061835Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int16 2022-09-27T15:54:51.5167651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int32 2022-09-27T15:54:51.5179726Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int32 2022-09-27T15:54:51.5296772Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int64 2022-09-27T15:54:51.5307644Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int64 2022-09-27T15:54:51.5419975Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int8 2022-09-27T15:54:51.5430751Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int8 2022-09-27T15:54:51.5550065Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_uint8 2022-09-27T15:54:51.5559639Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_uint8 2022-09-27T15:54:51.5614796Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bfloat16 2022-09-27T15:54:51.5626856Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bfloat16 2022-09-27T15:54:51.5673190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bool 2022-09-27T15:54:51.5683759Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bool 2022-09-27T15:54:51.5734462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:54:51.5745111Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:54:51.5803003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex32 2022-09-27T15:54:51.5807122Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex32 2022-09-27T15:54:51.5817256Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bfloat16 2022-09-27T15:54:51.5818350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:54:51.5871292Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bool 2022-09-27T15:54:51.5877466Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:54:51.5928506Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float16 2022-09-27T15:54:51.5939299Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float16 2022-09-27T15:54:51.5986986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float32 2022-09-27T15:54:51.5997097Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float32 2022-09-27T15:54:51.6036114Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float64 2022-09-27T15:54:51.6046651Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int8 2022-09-27T15:54:51.6060321Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float64 2022-09-27T15:54:51.6061146Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_uint8 2022-09-27T15:54:51.6106226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int16 2022-09-27T15:54:51.6117336Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int16 2022-09-27T15:54:51.6164427Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int32 2022-09-27T15:54:51.6175406Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int32 2022-09-27T15:54:51.6213745Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int64 2022-09-27T15:54:51.6225042Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int64 2022-09-27T15:54:51.6272896Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int8 2022-09-27T15:54:51.6285154Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int8 2022-09-27T15:54:51.6325163Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_uint8 2022-09-27T15:54:51.6336641Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_uint8 2022-09-27T15:54:51.6394035Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_bool 2022-09-27T15:54:51.6404067Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_bool 2022-09-27T15:54:51.6464843Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float32 2022-09-27T15:54:51.6474901Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float32 2022-09-27T15:54:51.6533593Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float64 2022-09-27T15:54:51.6543744Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float64 2022-09-27T15:54:51.6600736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int16 2022-09-27T15:54:51.6610757Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int16 2022-09-27T15:54:51.6668301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int32 2022-09-27T15:54:51.6680502Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int32 2022-09-27T15:54:51.6741014Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int64 2022-09-27T15:54:51.6751617Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int64 2022-09-27T15:54:51.6816868Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int8 2022-09-27T15:54:51.6827116Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int8 2022-09-27T15:54:51.6884590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_uint8 2022-09-27T15:54:51.6894693Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_uint8 2022-09-27T15:54:51.6929223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_bool 2022-09-27T15:54:51.6944096Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bool 2022-09-27T15:54:51.7004003Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex128 2022-09-27T15:54:51.7011114Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_bool 2022-09-27T15:54:51.7101400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float32 2022-09-27T15:54:51.7112761Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float32 2022-09-27T15:54:51.7162754Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float64 2022-09-27T15:54:51.7174002Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_uint8 2022-09-27T15:54:51.7211791Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bfloat16 2022-09-27T15:54:51.7223953Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float64 2022-09-27T15:54:51.7297960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int16 2022-09-27T15:54:51.7309875Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bfloat16 2022-09-27T15:54:51.7330543Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bool 2022-09-27T15:54:51.7340966Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int16 2022-09-27T15:54:51.7425992Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int32 2022-09-27T15:54:51.7439229Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bool 2022-09-27T15:54:51.7450240Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int32 2022-09-27T15:54:51.7451180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int64 2022-09-27T15:54:51.7540221Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex128 2022-09-27T15:54:51.7550461Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int64 2022-09-27T15:54:51.7588650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int8 2022-09-27T15:54:51.7601396Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex128 2022-09-27T15:54:51.7658398Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex32 2022-09-27T15:54:51.7685826Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int8 2022-09-27T15:54:51.7737988Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_uint8 2022-09-27T15:54:51.7749174Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex32 2022-09-27T15:54:51.7777230Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex64 2022-09-27T15:54:51.7792220Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_uint8 2022-09-27T15:54:51.7885698Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_bool 2022-09-27T15:54:51.7895186Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex64 2022-09-27T15:54:51.7973790Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float16 2022-09-27T15:54:51.7974431Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_bool 2022-09-27T15:54:51.8026193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float32 2022-09-27T15:54:51.8039913Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float16 2022-09-27T15:54:51.8121970Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float32 2022-09-27T15:54:51.8165791Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float32 2022-09-27T15:54:51.8166624Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float64 2022-09-27T15:54:51.8172453Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float32 2022-09-27T15:54:51.8282276Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float64 2022-09-27T15:54:51.8285341Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex128 2022-09-27T15:54:51.8293610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex32 2022-09-27T15:54:51.8311054Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float64 2022-09-27T15:54:51.8379730Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int16 2022-09-27T15:54:51.8394594Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float64 2022-09-27T15:54:51.8424424Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int16 2022-09-27T15:54:51.8431225Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int16 2022-09-27T15:54:51.8549405Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int32 2022-09-27T15:54:51.8552768Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int16 2022-09-27T15:54:51.8574056Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int32 2022-09-27T15:54:51.8574657Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int64 2022-09-27T15:54:51.8677241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int32 2022-09-27T15:54:51.8688909Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int64 2022-09-27T15:54:51.8745612Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int8 2022-09-27T15:54:51.8756107Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int32 2022-09-27T15:54:51.8805788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int64 2022-09-27T15:54:51.8822692Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int8 2022-09-27T15:54:51.8932999Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_uint8 2022-09-27T15:54:51.8972748Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int64 2022-09-27T15:54:51.8973433Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_uint8 2022-09-27T15:54:51.8974264Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_bfloat16 2022-09-27T15:54:51.9132961Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int8 2022-09-27T15:54:51.9146641Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int8 2022-09-27T15:54:51.9288385Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_uint8 2022-09-27T15:54:51.9300195Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_uint8 2022-09-27T15:54:51.9365960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_bool 2022-09-27T15:54:51.9377905Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_bool 2022-09-27T15:54:51.9464384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex128 2022-09-27T15:54:51.9470075Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex128 2022-09-27T15:54:51.9550876Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex64 2022-09-27T15:54:51.9563056Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex64 2022-09-27T15:54:51.9598322Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float32 2022-09-27T15:54:51.9610824Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex32 2022-09-27T15:54:51.9632220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex64 2022-09-27T15:54:51.9644266Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float32 2022-09-27T15:54:51.9711453Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float64 2022-09-27T15:54:51.9724101Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float64 2022-09-27T15:54:51.9790751Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int16 2022-09-27T15:54:51.9802099Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int16 2022-09-27T15:54:51.9867515Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int32 2022-09-27T15:54:51.9879820Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int32 2022-09-27T15:54:51.9949670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int64 2022-09-27T15:54:51.9960833Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int64 2022-09-27T15:54:51.9974143Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:54:51.9974939Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int8 2022-09-27T15:54:52.0029799Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_bfloat16 2022-09-27T15:54:52.0063736Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int8 2022-09-27T15:54:52.0120602Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_uint8 2022-09-27T15:54:52.0160996Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_uint8 2022-09-27T15:54:52.0294275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_bool 2022-09-27T15:54:52.0339738Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_bool 2022-09-27T15:54:52.0430153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex128 2022-09-27T15:54:52.0483896Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex128 2022-09-27T15:54:52.0545161Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex64 2022-09-27T15:54:52.0557807Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_bfloat16 2022-09-27T15:54:52.0564278Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex128 2022-09-27T15:54:52.0630785Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex64 2022-09-27T15:54:52.0691769Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_bfloat16 2022-09-27T15:54:52.0692572Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float32 2022-09-27T15:54:52.0861329Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float32 2022-09-27T15:54:52.1089166Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float32 2022-09-27T15:54:52.1100601Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float64 2022-09-27T15:54:52.1101355Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex64 2022-09-27T15:54:52.1156874Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float16 2022-09-27T15:54:52.1206908Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex128 2022-09-27T15:54:52.1207532Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex64 2022-09-27T15:54:52.1208129Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float64 2022-09-27T15:54:52.1310658Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int16 2022-09-27T15:54:52.1345667Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int16 2022-09-27T15:54:52.1427901Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int32 2022-09-27T15:54:52.1440565Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int32 2022-09-27T15:54:52.1586302Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int64 2022-09-27T15:54:52.1587218Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int64 2022-09-27T15:54:52.1706408Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int8 2022-09-27T15:54:52.1707241Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int8 2022-09-27T15:54:52.1707914Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_uint8 2022-09-27T15:54:52.1713119Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex64 2022-09-27T15:54:52.1789768Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float16 2022-09-27T15:54:52.1829926Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_uint8 2022-09-27T15:54:52.1916320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_bool 2022-09-27T15:54:52.1966631Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_bool 2022-09-27T15:54:52.2122030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex128 2022-09-27T15:54:52.2122830Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float32 2022-09-27T15:54:52.2123523Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float64 2022-09-27T15:54:52.2124278Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex128 2022-09-27T15:54:52.2142612Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex64 2022-09-27T15:54:52.2153577Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float16 2022-09-27T15:54:52.2199180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float32 2022-09-27T15:54:52.2245330Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex64 2022-09-27T15:54:52.2259605Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float32 2022-09-27T15:54:52.2267326Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float16 2022-09-27T15:54:52.2373372Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float32 2022-09-27T15:54:52.2374012Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float32 2022-09-27T15:54:52.2529961Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float64 2022-09-27T15:54:52.2530773Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float64 2022-09-27T15:54:52.2673292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int16 2022-09-27T15:54:52.2674078Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int16 2022-09-27T15:54:52.2818241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int32 2022-09-27T15:54:52.2819009Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int32 2022-09-27T15:54:52.2819713Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int64 2022-09-27T15:54:52.2832334Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float32 2022-09-27T15:54:52.2912317Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float64 2022-09-27T15:54:52.2947975Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int64 2022-09-27T15:54:52.3049043Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int8 2022-09-27T15:54:52.3086352Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int8 2022-09-27T15:54:52.3184669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_uint8 2022-09-27T15:54:52.3216389Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_uint8 2022-09-27T15:54:52.3307194Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_bool 2022-09-27T15:54:52.3308137Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_bool 2022-09-27T15:54:52.3362863Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float32 2022-09-27T15:54:52.3379219Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float32 2022-09-27T15:54:52.3387522Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float64 2022-09-27T15:54:52.3388310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float64 2022-09-27T15:54:52.3393255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int16 2022-09-27T15:54:52.3405668Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float32 2022-09-27T15:54:52.3434728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float64 2022-09-27T15:54:52.3445069Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float64 2022-09-27T15:54:52.3488380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int16 2022-09-27T15:54:52.3541763Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float64 2022-09-27T15:54:52.3542653Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bfloat16 2022-09-27T15:54:52.3543362Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int16 2022-09-27T15:54:52.3641734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int32 2022-09-27T15:54:52.3642702Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int32 2022-09-27T15:54:52.3729783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int64 2022-09-27T15:54:52.3730872Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int64 2022-09-27T15:54:52.3817721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int8 2022-09-27T15:54:52.3818706Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int8 2022-09-27T15:54:52.3911086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_uint8 2022-09-27T15:54:52.3911828Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_uint8 2022-09-27T15:54:52.3935825Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_bool 2022-09-27T15:54:52.3963737Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int16 2022-09-27T15:54:52.4013878Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int32 2022-09-27T15:54:52.4020430Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_bool 2022-09-27T15:54:52.4212885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float32 2022-09-27T15:54:52.4217755Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float32 2022-09-27T15:54:52.4328149Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float64 2022-09-27T15:54:52.4339327Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float64 2022-09-27T15:54:52.4446124Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int16 2022-09-27T15:54:52.4457613Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int16 2022-09-27T15:54:52.4539630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int32 2022-09-27T15:54:52.4551084Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int32 2022-09-27T15:54:52.4558766Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int64 2022-09-27T15:54:52.4569676Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int32 2022-09-27T15:54:52.4623272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int64 2022-09-27T15:54:52.4636395Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float64 2022-09-27T15:54:52.4660234Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int16 2022-09-27T15:54:52.4671113Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int64 2022-09-27T15:54:52.4793438Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int8 2022-09-27T15:54:52.4794203Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int8 2022-09-27T15:54:52.4886620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_uint8 2022-09-27T15:54:52.4906938Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_uint8 2022-09-27T15:54:52.5015309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_bool 2022-09-27T15:54:52.5026141Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_bool 2022-09-27T15:54:52.5094786Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float32 2022-09-27T15:54:52.5107027Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int64 2022-09-27T15:54:52.5121369Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int8 2022-09-27T15:54:52.5130983Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float32 2022-09-27T15:54:52.5246577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float64 2022-09-27T15:54:52.5268151Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float64 2022-09-27T15:54:52.5379832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int16 2022-09-27T15:54:52.5390782Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int16 2022-09-27T15:54:52.5503056Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int32 2022-09-27T15:54:52.5513903Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int32 2022-09-27T15:54:52.5612149Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int64 2022-09-27T15:54:52.5624426Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int8 2022-09-27T15:54:52.5638061Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int64 2022-09-27T15:54:52.5642452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int8 2022-09-27T15:54:52.5777762Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_uint8 2022-09-27T15:54:52.5793897Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int8 2022-09-27T15:54:52.5851559Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_uint8 2022-09-27T15:54:52.5863367Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int16 2022-09-27T15:54:52.5916344Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int32 2022-09-27T15:54:52.5984258Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_uint8 2022-09-27T15:54:52.6088284Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bfloat16 2022-09-27T15:54:52.6099593Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_uint8 2022-09-27T15:54:52.6703846Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bfloat16 2022-09-27T15:54:52.6726925Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bfloat16 2022-09-27T15:54:52.7046897Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bool 2022-09-27T15:54:52.7058285Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int32 2022-09-27T15:54:52.8086404Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int64 2022-09-27T15:54:52.8105597Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bfloat16 2022-09-27T15:54:52.8224385Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bool 2022-09-27T15:54:52.8225395Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int64 2022-09-27T15:54:52.9086930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int8 2022-09-27T15:54:52.9110139Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bfloat16 2022-09-27T15:54:52.9362970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bool 2022-09-27T15:54:52.9363565Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bool 2022-09-27T15:54:52.9364124Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex128 2022-09-27T15:54:52.9380922Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int8 2022-09-27T15:54:53.0113729Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_uint8 2022-09-27T15:54:53.0134337Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bool 2022-09-27T15:54:53.0492460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex128 2022-09-27T15:54:53.0608404Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_uint8 2022-09-27T15:54:53.0611534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bfloat16 2022-09-27T15:54:53.0625540Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bfloat16 2022-09-27T15:54:53.0727571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bool 2022-09-27T15:54:53.0739199Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bool 2022-09-27T15:54:53.0889365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex128 2022-09-27T15:54:53.0890171Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex128 2022-09-27T15:54:53.0996811Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex32 2022-09-27T15:54:53.1001904Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex32 2022-09-27T15:54:53.1114043Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex64 2022-09-27T15:54:53.1127965Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex64 2022-09-27T15:54:53.1246680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float16 2022-09-27T15:54:53.1252802Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float16 2022-09-27T15:54:53.1375863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float32 2022-09-27T15:54:53.1395082Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float32 2022-09-27T15:54:53.1500661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float64 2022-09-27T15:54:53.1507477Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float64 2022-09-27T15:54:53.1621389Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int16 2022-09-27T15:54:53.1651671Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int16 2022-09-27T15:54:53.1742698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int32 2022-09-27T15:54:53.1751417Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int32 2022-09-27T15:54:53.1858098Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int64 2022-09-27T15:54:53.1872986Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int64 2022-09-27T15:54:53.1976133Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int8 2022-09-27T15:54:53.1988792Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int8 2022-09-27T15:54:53.2102247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_uint8 2022-09-27T15:54:53.2116941Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_uint8 2022-09-27T15:54:53.2122709Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bool 2022-09-27T15:54:53.2131853Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bfloat16 2022-09-27T15:54:53.2231517Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex128 2022-09-27T15:54:53.2242592Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bfloat16 2022-09-27T15:54:53.2342620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bool 2022-09-27T15:54:53.2355571Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bool 2022-09-27T15:54:53.2459483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex128 2022-09-27T15:54:53.2471829Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex128 2022-09-27T15:54:53.2631919Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex32 2022-09-27T15:54:53.2632918Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex32 2022-09-27T15:54:53.2734384Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex64 2022-09-27T15:54:53.2735525Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex64 2022-09-27T15:54:53.2870584Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float16 2022-09-27T15:54:53.2871947Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float16 2022-09-27T15:54:53.3015879Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float32 2022-09-27T15:54:53.3016848Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float32 2022-09-27T15:54:53.3127555Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float64 2022-09-27T15:54:53.3168501Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float64 2022-09-27T15:54:53.3252608Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int16 2022-09-27T15:54:53.3295692Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int16 2022-09-27T15:54:53.3447619Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int32 2022-09-27T15:54:53.3448254Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int32 2022-09-27T15:54:53.3555875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int64 2022-09-27T15:54:53.3564779Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int64 2022-09-27T15:54:53.3655243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int8 2022-09-27T15:54:53.3671927Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int8 2022-09-27T15:54:53.3785608Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_uint8 2022-09-27T15:54:53.3799279Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_uint8 2022-09-27T15:54:53.4347731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bfloat16 2022-09-27T15:54:53.4359761Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bfloat16 2022-09-27T15:54:53.4750087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bool 2022-09-27T15:54:53.4763907Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bool 2022-09-27T15:54:53.5257251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex128 2022-09-27T15:54:53.5264340Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex128 2022-09-27T15:54:53.5777770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex32 2022-09-27T15:54:53.5787801Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex32 2022-09-27T15:54:53.6059223Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex64 2022-09-27T15:54:53.6103683Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex128 2022-09-27T15:54:53.6289624Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex32 2022-09-27T15:54:53.6319291Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex64 2022-09-27T15:54:53.6584767Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float16 2022-09-27T15:54:53.6616390Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex128 2022-09-27T15:54:53.6841979Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex64 2022-09-27T15:54:53.6929892Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float16 2022-09-27T15:54:53.7400332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float32 2022-09-27T15:54:53.7414446Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float32 2022-09-27T15:54:53.7766629Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float64 2022-09-27T15:54:53.7774515Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex128 2022-09-27T15:54:53.8070178Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex64 2022-09-27T15:54:53.8070859Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float64 2022-09-27T15:54:53.8504121Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int16 2022-09-27T15:54:53.8513904Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int16 2022-09-27T15:54:53.9101801Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int32 2022-09-27T15:54:53.9102609Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int32 2022-09-27T15:54:53.9441700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int64 2022-09-27T15:54:53.9459587Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int64 2022-09-27T15:54:53.9851740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int8 2022-09-27T15:54:53.9865028Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int8 2022-09-27T15:54:54.0293918Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_uint8 2022-09-27T15:54:54.0294947Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_uint8 2022-09-27T15:54:54.0363211Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bfloat16 2022-09-27T15:54:54.0363955Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bfloat16 2022-09-27T15:54:54.0444920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bool 2022-09-27T15:54:54.0451217Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bool 2022-09-27T15:54:54.0492087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex128 2022-09-27T15:54:54.0498892Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex128 2022-09-27T15:54:54.0580022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex32 2022-09-27T15:54:54.0580822Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex32 2022-09-27T15:54:54.0581403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex64 2022-09-27T15:54:54.0596756Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex64 2022-09-27T15:54:54.0635963Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float16 2022-09-27T15:54:54.0674125Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float16 2022-09-27T15:54:54.0691129Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float32 2022-09-27T15:54:54.0703703Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float32 2022-09-27T15:54:54.0748344Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float64 2022-09-27T15:54:54.0758117Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float64 2022-09-27T15:54:54.0802261Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int16 2022-09-27T15:54:54.0817343Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int16 2022-09-27T15:54:54.0852689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int32 2022-09-27T15:54:54.0867071Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int32 2022-09-27T15:54:54.0912934Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int64 2022-09-27T15:54:54.0923867Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int64 2022-09-27T15:54:54.0965638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int8 2022-09-27T15:54:54.1023536Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int8 2022-09-27T15:54:54.1040222Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_uint8 2022-09-27T15:54:54.1040854Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_uint8 2022-09-27T15:54:54.1348758Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_bfloat16 2022-09-27T15:54:54.1372644Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_bfloat16 2022-09-27T15:54:54.1702954Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float16 2022-09-27T15:54:54.1713551Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float16 2022-09-27T15:54:54.1936220Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:54:54.1947051Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:54:54.2161218Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:54:54.2171235Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:54:54.2225580Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_bfloat16 2022-09-27T15:54:54.2237670Z [gw2] [ 59%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_bfloat16 2022-09-27T15:54:54.2289880Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float16 2022-09-27T15:54:54.2300156Z [gw2] [ 59%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float16 2022-09-27T15:54:54.2312036Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:54:54.2323601Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex64 2022-09-27T15:54:54.2347387Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float32 2022-09-27T15:54:54.2360080Z [gw2] [ 59%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:54:54.2411621Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:54:54.2432699Z [gw2] [ 59%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:54:54.2613981Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_bfloat16 2022-09-27T15:54:54.2630496Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex64 2022-09-27T15:54:54.3982471Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float16 2022-09-27T15:54:54.3994803Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float32 2022-09-27T15:54:54.5811552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float64 2022-09-27T15:54:54.5830186Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex32 2022-09-27T15:54:54.6069807Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex64 2022-09-27T15:54:54.6101106Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_bfloat16 2022-09-27T15:54:54.6872929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex128 2022-09-27T15:54:54.6873672Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float64 2022-09-27T15:54:54.8974053Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int16 2022-09-27T15:54:54.8979040Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int16 2022-09-27T15:54:54.9415199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int32 2022-09-27T15:54:54.9437272Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float16 2022-09-27T15:54:55.1057275Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float32 2022-09-27T15:54:55.1058001Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex64 2022-09-27T15:54:55.1194663Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float16 2022-09-27T15:54:55.1244454Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int32 2022-09-27T15:54:55.2394829Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int64 2022-09-27T15:54:55.2410551Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex128 2022-09-27T15:54:55.2594457Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex32 2022-09-27T15:54:55.2603705Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float32 2022-09-27T15:54:55.3547193Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float64 2022-09-27T15:54:55.3547846Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int64 2022-09-27T15:54:55.5704518Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int8 2022-09-27T15:54:55.5705458Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int8 2022-09-27T15:54:55.6007151Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_uint8 2022-09-27T15:54:55.6008032Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float16 2022-09-27T15:54:55.7802406Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float32 2022-09-27T15:54:55.7803215Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_uint8 2022-09-27T15:54:55.7971192Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bfloat16 2022-09-27T15:54:55.8065512Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float64 2022-09-27T15:54:55.9191274Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int16 2022-09-27T15:54:55.9221202Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float32 2022-09-27T15:54:56.0646817Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float64 2022-09-27T15:54:56.0647568Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bfloat16 2022-09-27T15:54:56.2139263Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bool 2022-09-27T15:54:56.2140200Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int16 2022-09-27T15:54:56.2871161Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int32 2022-09-27T15:54:56.2936590Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float64 2022-09-27T15:54:56.3404364Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int16 2022-09-27T15:54:56.3405005Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bool 2022-09-27T15:54:56.3915625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float32 2022-09-27T15:54:56.3916352Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex32 2022-09-27T15:54:56.4694741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex64 2022-09-27T15:54:56.4728546Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int16 2022-09-27T15:54:56.5115217Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int32 2022-09-27T15:54:56.5127700Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float32 2022-09-27T15:54:56.5811341Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float64 2022-09-27T15:54:56.5812052Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int32 2022-09-27T15:54:56.6272893Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int64 2022-09-27T15:54:56.6273759Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int32 2022-09-27T15:54:56.7720853Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int64 2022-09-27T15:54:56.7823813Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float64 2022-09-27T15:54:56.7983210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int16 2022-09-27T15:54:56.7995275Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int64 2022-09-27T15:54:56.9172651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int8 2022-09-27T15:54:56.9173387Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int8 2022-09-27T15:54:56.9267797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_uint8 2022-09-27T15:54:56.9369978Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex64 2022-09-27T15:54:56.9370706Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float16 2022-09-27T15:54:56.9381617Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int64 2022-09-27T15:54:56.9678268Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int8 2022-09-27T15:54:56.9679019Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int16 2022-09-27T15:54:57.0480917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int32 2022-09-27T15:54:57.0489495Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_uint8 2022-09-27T15:54:57.0892833Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bfloat16 2022-09-27T15:54:57.0893671Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bfloat16 2022-09-27T15:54:57.1157165Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bool 2022-09-27T15:54:57.1157947Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bool 2022-09-27T15:54:57.1293784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex128 2022-09-27T15:54:57.1320428Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int32 2022-09-27T15:54:57.1568200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int64 2022-09-27T15:54:57.1589963Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex128 2022-09-27T15:54:57.2063460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex32 2022-09-27T15:54:57.2076065Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex32 2022-09-27T15:54:57.2152109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex64 2022-09-27T15:54:57.2173175Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int8 2022-09-27T15:54:57.2459193Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_uint8 2022-09-27T15:54:57.2502216Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex64 2022-09-27T15:54:57.2787142Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float16 2022-09-27T15:54:57.2811179Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float16 2022-09-27T15:54:57.3137272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float32 2022-09-27T15:54:57.3152978Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float32 2022-09-27T15:54:57.3336633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float64 2022-09-27T15:54:57.3337345Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int64 2022-09-27T15:54:57.3537706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int8 2022-09-27T15:54:57.3557416Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float64 2022-09-27T15:54:57.3869973Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int16 2022-09-27T15:54:57.3870792Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int16 2022-09-27T15:54:57.4101395Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int32 2022-09-27T15:54:57.4101974Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int32 2022-09-27T15:54:57.4118469Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int64 2022-09-27T15:54:57.4136059Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float16 2022-09-27T15:54:57.4337428Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float32 2022-09-27T15:54:57.4343793Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int64 2022-09-27T15:54:57.4635801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int8 2022-09-27T15:54:57.4642566Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int8 2022-09-27T15:54:57.4661478Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_uint8 2022-09-27T15:54:57.4662304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_uint8 2022-09-27T15:54:57.4914325Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_bfloat16 2022-09-27T15:54:57.4944143Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_uint8 2022-09-27T15:54:57.5017714Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bfloat16 2022-09-27T15:54:57.5018309Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int8 2022-09-27T15:54:57.5039664Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bfloat16 2022-09-27T15:54:57.5040279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_uint8 2022-09-27T15:54:57.5113024Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bool 2022-09-27T15:54:57.5122493Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bool 2022-09-27T15:54:57.5233287Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex128 2022-09-27T15:54:57.5242946Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex128 2022-09-27T15:54:57.5352756Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex64 2022-09-27T15:54:57.5361953Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex64 2022-09-27T15:54:57.5477161Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float16 2022-09-27T15:54:57.5478018Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float16 2022-09-27T15:54:57.5621458Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int8 2022-09-27T15:54:57.5635449Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int8 2022-09-27T15:54:57.5743287Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_uint8 2022-09-27T15:54:57.5783572Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_uint8 2022-09-27T15:54:57.6719719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bfloat16 2022-09-27T15:54:57.6720588Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_uint8 2022-09-27T15:54:57.6781752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bfloat16 2022-09-27T15:54:57.6782540Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float32 2022-09-27T15:54:57.7727663Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float64 2022-09-27T15:54:57.7728367Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_bfloat16 2022-09-27T15:54:57.9763563Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex128 2022-09-27T15:54:57.9772546Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bfloat16 2022-09-27T15:54:58.0172092Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bool 2022-09-27T15:54:58.0216195Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float64 2022-09-27T15:54:58.0353836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int16 2022-09-27T15:54:58.0380399Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bfloat16 2022-09-27T15:54:58.1616774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bool 2022-09-27T15:54:58.1617734Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int16 2022-09-27T15:54:58.2431865Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int32 2022-09-27T15:54:58.2461106Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bool 2022-09-27T15:54:58.2607426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float16 2022-09-27T15:54:58.2635653Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bool 2022-09-27T15:54:58.2961957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex128 2022-09-27T15:54:58.2962722Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int32 2022-09-27T15:54:58.3799019Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int64 2022-09-27T15:54:58.3799643Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex128 2022-09-27T15:54:58.4497808Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex32 2022-09-27T15:54:58.4498788Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int64 2022-09-27T15:54:58.5731251Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int8 2022-09-27T15:54:58.5731963Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int8 2022-09-27T15:54:58.6773841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_uint8 2022-09-27T15:54:58.6846214Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_uint8 2022-09-27T15:54:58.8716414Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bfloat16 2022-09-27T15:54:58.8730576Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex128 2022-09-27T15:54:59.0194220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex64 2022-09-27T15:54:59.0195062Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float16 2022-09-27T15:54:59.0608218Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float32 2022-09-27T15:54:59.0609081Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bfloat16 2022-09-27T15:54:59.2360484Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bool 2022-09-27T15:54:59.2369382Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex32 2022-09-27T15:54:59.3029008Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex64 2022-09-27T15:54:59.3052117Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex64 2022-09-27T15:54:59.4166119Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float32 2022-09-27T15:54:59.4166831Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float32 2022-09-27T15:54:59.4859887Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float64 2022-09-27T15:54:59.4873230Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float32 2022-09-27T15:54:59.4966874Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float64 2022-09-27T15:54:59.4967671Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bool 2022-09-27T15:54:59.7634004Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex128 2022-09-27T15:54:59.7634873Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float64 2022-09-27T15:54:59.8180395Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int16 2022-09-27T15:54:59.8196607Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex64 2022-09-27T15:54:59.9296579Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float16 2022-09-27T15:54:59.9306869Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float64 2022-09-27T15:54:59.9638905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int16 2022-09-27T15:54:59.9654456Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int16 2022-09-27T15:55:00.1474952Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int32 2022-09-27T15:55:00.1495813Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int16 2022-09-27T15:55:00.1731226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int32 2022-09-27T15:55:00.1746270Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int32 2022-09-27T15:55:00.2732595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int64 2022-09-27T15:55:00.2733205Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float16 2022-09-27T15:55:00.4026615Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float32 2022-09-27T15:55:00.4031914Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int32 2022-09-27T15:55:00.4209041Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int64 2022-09-27T15:55:00.4260060Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int64 2022-09-27T15:55:00.6345555Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int8 2022-09-27T15:55:00.6352122Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float32 2022-09-27T15:55:00.6890850Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float64 2022-09-27T15:55:00.6891904Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex128 2022-09-27T15:55:00.7140187Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex64 2022-09-27T15:55:00.7141270Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int8 2022-09-27T15:55:00.9225269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_uint8 2022-09-27T15:55:00.9226087Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int64 2022-09-27T15:55:00.9659518Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int8 2022-09-27T15:55:00.9660285Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_uint8 2022-09-27T15:55:01.0568600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bfloat16 2022-09-27T15:55:01.0569228Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float64 2022-09-27T15:55:01.1902349Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int16 2022-09-27T15:55:01.1903089Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int16 2022-09-27T15:55:01.2124806Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int32 2022-09-27T15:55:01.2125570Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int8 2022-09-27T15:55:01.2630294Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_uint8 2022-09-27T15:55:01.2631126Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bfloat16 2022-09-27T15:55:01.3369321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bool 2022-09-27T15:55:01.3379960Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int32 2022-09-27T15:55:01.4815406Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int64 2022-09-27T15:55:01.4816043Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_uint8 2022-09-27T15:55:01.4877973Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bfloat16 2022-09-27T15:55:01.4980283Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int64 2022-09-27T15:55:01.4981033Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bfloat16 2022-09-27T15:55:01.4981618Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int8 2022-09-27T15:55:01.4982165Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bool 2022-09-27T15:55:01.4982782Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bool 2022-09-27T15:55:01.5073039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex128 2022-09-27T15:55:01.5079226Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex128 2022-09-27T15:55:01.5199992Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex32 2022-09-27T15:55:01.5207259Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex32 2022-09-27T15:55:01.5316621Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex64 2022-09-27T15:55:01.5317320Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex64 2022-09-27T15:55:01.5408319Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float16 2022-09-27T15:55:01.5422278Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float16 2022-09-27T15:55:01.5513411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float32 2022-09-27T15:55:01.5567832Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float32 2022-09-27T15:55:01.5621333Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float64 2022-09-27T15:55:01.5622030Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float64 2022-09-27T15:55:01.5673356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int16 2022-09-27T15:55:01.5707946Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int16 2022-09-27T15:55:01.5708702Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int32 2022-09-27T15:55:01.5709336Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bool 2022-09-27T15:55:01.5769782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex128 2022-09-27T15:55:01.5770452Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int32 2022-09-27T15:55:01.5826488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int64 2022-09-27T15:55:01.5827217Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int64 2022-09-27T15:55:01.5878592Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int8 2022-09-27T15:55:01.5945292Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int8 2022-09-27T15:55:01.5946736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_uint8 2022-09-27T15:55:01.6062719Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_uint8 2022-09-27T15:55:01.6300263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bfloat16 2022-09-27T15:55:01.6313600Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int8 2022-09-27T15:55:01.7589682Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_uint8 2022-09-27T15:55:01.7628906Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_uint8 2022-09-27T15:55:01.7632056Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bfloat16 2022-09-27T15:55:01.7632892Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bfloat16 2022-09-27T15:55:01.7695615Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bool 2022-09-27T15:55:01.7696694Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bool 2022-09-27T15:55:01.7697306Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex128 2022-09-27T15:55:01.7706060Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex128 2022-09-27T15:55:01.7753963Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex32 2022-09-27T15:55:01.7754762Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex32 2022-09-27T15:55:01.7755359Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex64 2022-09-27T15:55:01.7778739Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex64 2022-09-27T15:55:01.7787901Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float16 2022-09-27T15:55:01.7810033Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float16 2022-09-27T15:55:01.7826778Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float32 2022-09-27T15:55:01.7827488Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float32 2022-09-27T15:55:01.7851857Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float64 2022-09-27T15:55:01.7872237Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float64 2022-09-27T15:55:01.7878545Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int16 2022-09-27T15:55:01.7893470Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int16 2022-09-27T15:55:01.7914330Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int32 2022-09-27T15:55:01.7920164Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int32 2022-09-27T15:55:01.7946259Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int64 2022-09-27T15:55:01.7958352Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int64 2022-09-27T15:55:01.8040818Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int8 2022-09-27T15:55:01.8041586Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int8 2022-09-27T15:55:01.8042217Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_uint8 2022-09-27T15:55:01.8042845Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_uint8 2022-09-27T15:55:01.8043513Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bfloat16 2022-09-27T15:55:01.8051697Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bfloat16 2022-09-27T15:55:01.8073961Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bool 2022-09-27T15:55:01.8145212Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bool 2022-09-27T15:55:01.8149693Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex128 2022-09-27T15:55:01.8150511Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex128 2022-09-27T15:55:01.8151345Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex32 2022-09-27T15:55:01.8156147Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex32 2022-09-27T15:55:01.8177732Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex64 2022-09-27T15:55:01.8206488Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex64 2022-09-27T15:55:01.8207272Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float16 2022-09-27T15:55:01.8230132Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float16 2022-09-27T15:55:01.8241441Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float32 2022-09-27T15:55:01.8305335Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float32 2022-09-27T15:55:01.8306173Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float64 2022-09-27T15:55:01.8307023Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float64 2022-09-27T15:55:01.8307611Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int16 2022-09-27T15:55:01.8315165Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int16 2022-09-27T15:55:01.8360109Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int32 2022-09-27T15:55:01.8360843Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int32 2022-09-27T15:55:01.8363801Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int64 2022-09-27T15:55:01.8399305Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int64 2022-09-27T15:55:01.8401944Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int8 2022-09-27T15:55:01.8411667Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int8 2022-09-27T15:55:01.8435351Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_uint8 2022-09-27T15:55:01.8454715Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_uint8 2022-09-27T15:55:01.8569380Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bfloat16 2022-09-27T15:55:01.8570112Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bfloat16 2022-09-27T15:55:01.8660384Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bool 2022-09-27T15:55:01.8692537Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bool 2022-09-27T15:55:01.8790888Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex128 2022-09-27T15:55:01.8791665Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex128 2022-09-27T15:55:01.8893287Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex32 2022-09-27T15:55:01.8906336Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex32 2022-09-27T15:55:01.9015979Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex64 2022-09-27T15:55:01.9016663Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex64 2022-09-27T15:55:01.9109264Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float16 2022-09-27T15:55:01.9211066Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float16 2022-09-27T15:55:01.9212445Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float32 2022-09-27T15:55:01.9279973Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float32 2022-09-27T15:55:01.9314443Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float64 2022-09-27T15:55:01.9320590Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float64 2022-09-27T15:55:01.9407166Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int16 2022-09-27T15:55:01.9416575Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int16 2022-09-27T15:55:01.9509926Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int32 2022-09-27T15:55:01.9517022Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int32 2022-09-27T15:55:01.9617593Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int64 2022-09-27T15:55:01.9618278Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int64 2022-09-27T15:55:01.9712025Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int8 2022-09-27T15:55:01.9712821Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int8 2022-09-27T15:55:01.9812212Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_uint8 2022-09-27T15:55:01.9824457Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_uint8 2022-09-27T15:55:01.9927794Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bfloat16 2022-09-27T15:55:01.9941365Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bfloat16 2022-09-27T15:55:02.0032624Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bool 2022-09-27T15:55:02.0039140Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bool 2022-09-27T15:55:02.0141575Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex128 2022-09-27T15:55:02.0195344Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex128 2022-09-27T15:55:02.0279070Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex32 2022-09-27T15:55:02.0279809Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex32 2022-09-27T15:55:02.0394898Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex64 2022-09-27T15:55:02.0395483Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex64 2022-09-27T15:55:02.0495018Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float16 2022-09-27T15:55:02.0511422Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float16 2022-09-27T15:55:02.0597837Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float32 2022-09-27T15:55:02.0615906Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float32 2022-09-27T15:55:02.0715055Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float64 2022-09-27T15:55:02.0724256Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float64 2022-09-27T15:55:02.0815224Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int16 2022-09-27T15:55:02.0826125Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int16 2022-09-27T15:55:02.0925424Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int32 2022-09-27T15:55:02.0940357Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int32 2022-09-27T15:55:02.1303939Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int64 2022-09-27T15:55:02.1304694Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int64 2022-09-27T15:55:02.1305374Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int8 2022-09-27T15:55:02.1306110Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int8 2022-09-27T15:55:02.1306796Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_uint8 2022-09-27T15:55:02.1307478Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_uint8 2022-09-27T15:55:02.1607147Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bfloat16 2022-09-27T15:55:02.1607663Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bfloat16 2022-09-27T15:55:02.1608130Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bool 2022-09-27T15:55:02.1608630Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bool 2022-09-27T15:55:02.1609105Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex128 2022-09-27T15:55:02.1609570Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex128 2022-09-27T15:55:02.1692287Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex32 2022-09-27T15:55:02.1693038Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex32 2022-09-27T15:55:02.1792659Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex64 2022-09-27T15:55:02.1793387Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex64 2022-09-27T15:55:02.2212170Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float16 2022-09-27T15:55:02.2212948Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float16 2022-09-27T15:55:02.2213520Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float32 2022-09-27T15:55:02.2214030Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float32 2022-09-27T15:55:02.2214602Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float64 2022-09-27T15:55:02.2215192Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float64 2022-09-27T15:55:02.2215755Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int16 2022-09-27T15:55:02.2216313Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int16 2022-09-27T15:55:02.2309253Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int32 2022-09-27T15:55:02.2309973Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int32 2022-09-27T15:55:02.2386011Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int64 2022-09-27T15:55:02.2395776Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int64 2022-09-27T15:55:02.2492432Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int8 2022-09-27T15:55:02.2512713Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int8 2022-09-27T15:55:02.2596406Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_uint8 2022-09-27T15:55:02.2653583Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_uint8 2022-09-27T15:55:02.2749295Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_bfloat16 2022-09-27T15:55:02.2750156Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex128 2022-09-27T15:55:02.3226490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex64 2022-09-27T15:55:02.3227460Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bfloat16 2022-09-27T15:55:02.4179558Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bool 2022-09-27T15:55:02.4201233Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex64 2022-09-27T15:55:02.5732964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float32 2022-09-27T15:55:02.5740991Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bool 2022-09-27T15:55:02.6906359Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex128 2022-09-27T15:55:02.6924469Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex64 2022-09-27T15:55:02.7009334Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float32 2022-09-27T15:55:02.7010423Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float32 2022-09-27T15:55:02.7738411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float64 2022-09-27T15:55:02.7739242Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_bfloat16 2022-09-27T15:55:02.8757121Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float32 2022-09-27T15:55:02.8774444Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float32 2022-09-27T15:55:03.0692216Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float64 2022-09-27T15:55:03.0693312Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float64 2022-09-27T15:55:03.1363633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int16 2022-09-27T15:55:03.1387778Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float64 2022-09-27T15:55:03.1909358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int16 2022-09-27T15:55:03.1917046Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float32 2022-09-27T15:55:03.3475598Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float64 2022-09-27T15:55:03.3476355Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int16 2022-09-27T15:55:03.3488560Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int16 2022-09-27T15:55:03.3491048Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int32 2022-09-27T15:55:03.4438353Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int32 2022-09-27T15:55:03.4438997Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex128 2022-09-27T15:55:03.5625122Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex32 2022-09-27T15:55:03.5643354Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int32 2022-09-27T15:55:03.6421487Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int64 2022-09-27T15:55:03.6428589Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int32 2022-09-27T15:55:03.7196141Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int64 2022-09-27T15:55:03.7196748Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float64 2022-09-27T15:55:03.8101036Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_bfloat16 2022-09-27T15:55:03.8140172Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int64 2022-09-27T15:55:03.9638834Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int8 2022-09-27T15:55:03.9639439Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int64 2022-09-27T15:55:04.0089005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int8 2022-09-27T15:55:04.0089730Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int8 2022-09-27T15:55:04.1744691Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_uint8 2022-09-27T15:55:04.1751183Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_bfloat16 2022-09-27T15:55:04.2038268Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float32 2022-09-27T15:55:04.2055245Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_uint8 2022-09-27T15:55:04.2537556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_bfloat16 2022-09-27T15:55:04.2538209Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int8 2022-09-27T15:55:04.2994764Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_uint8 2022-09-27T15:55:04.2995545Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_bfloat16 2022-09-27T15:55:04.3880840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float32 2022-09-27T15:55:04.3881874Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float32 2022-09-27T15:55:04.4780264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float64 2022-09-27T15:55:04.4797021Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float64 2022-09-27T15:55:04.5414510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bfloat16 2022-09-27T15:55:04.5434670Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_uint8 2022-09-27T15:55:04.5885131Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bfloat16 2022-09-27T15:55:04.5905449Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float32 2022-09-27T15:55:04.7335633Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float64 2022-09-27T15:55:04.7336302Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex32 2022-09-27T15:55:04.9352519Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex64 2022-09-27T15:55:04.9364883Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bfloat16 2022-09-27T15:55:05.0576259Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bool 2022-09-27T15:55:05.0576935Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float64 2022-09-27T15:55:05.0600343Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_bfloat16 2022-09-27T15:55:05.0612849Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_bfloat16 2022-09-27T15:55:05.0677904Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:55:05.0678713Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:55:05.0679492Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:55:05.0680075Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:55:05.1879411Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_bfloat16 2022-09-27T15:55:05.1889089Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bfloat16 2022-09-27T15:55:05.4631492Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bool 2022-09-27T15:55:05.4660408Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex64 2022-09-27T15:55:05.4872386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float16 2022-09-27T15:55:05.4879352Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bool 2022-09-27T15:55:05.5202264Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex128 2022-09-27T15:55:05.5203224Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_bfloat16 2022-09-27T15:55:05.5203918Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float32 2022-09-27T15:55:05.5204617Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bool 2022-09-27T15:55:05.9868274Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex128 2022-09-27T15:55:05.9869031Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float32 2022-09-27T15:55:06.3241805Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float64 2022-09-27T15:55:06.3242659Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float16 2022-09-27T15:55:06.5581184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float32 2022-09-27T15:55:06.5581978Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float64 2022-09-27T15:55:06.5882073Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_bfloat16 2022-09-27T15:55:06.5898599Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex128 2022-09-27T15:55:06.6025375Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex64 2022-09-27T15:55:06.6026047Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_bfloat16 2022-09-27T15:55:06.6237261Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:55:06.6240812Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex128 2022-09-27T15:55:06.6398264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex64 2022-09-27T15:55:06.6406884Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:55:06.6755946Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:55:06.6841613Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:55:06.8542707Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_bfloat16 2022-09-27T15:55:06.8549800Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_bfloat16 2022-09-27T15:55:06.8566920Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float32 2022-09-27T15:55:06.8567731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float64 2022-09-27T15:55:07.0135846Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float32 2022-09-27T15:55:07.0137454Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float32 2022-09-27T15:55:07.1654776Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float64 2022-09-27T15:55:07.1665976Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float64 2022-09-27T15:55:07.3391244Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_bfloat16 2022-09-27T15:55:07.3392120Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex64 2022-09-27T15:55:07.3392780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float16 2022-09-27T15:55:07.3393422Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float64 2022-09-27T15:55:07.4893536Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int16 2022-09-27T15:55:07.4910874Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex64 2022-09-27T15:55:07.5873237Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float32 2022-09-27T15:55:07.5874136Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int16 2022-09-27T15:55:07.6044465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int32 2022-09-27T15:55:07.6067225Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_bfloat16 2022-09-27T15:55:07.8081374Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:55:07.8082429Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float32 2022-09-27T15:55:07.8644938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float64 2022-09-27T15:55:07.8645664Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int32 2022-09-27T15:55:07.9750219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int64 2022-09-27T15:55:07.9772076Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:55:08.2057225Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:55:08.2063299Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float16 2022-09-27T15:55:08.2065758Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float32 2022-09-27T15:55:08.2066521Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int64 2022-09-27T15:55:08.3062188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int8 2022-09-27T15:55:08.3063275Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float64 2022-09-27T15:55:08.4711382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int16 2022-09-27T15:55:08.4717214Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:55:08.5324023Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_bfloat16 2022-09-27T15:55:08.5325005Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int8 2022-09-27T15:55:08.6806982Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_uint8 2022-09-27T15:55:08.6871444Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float32 2022-09-27T15:55:08.6872032Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float64 2022-09-27T15:55:08.6872605Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int16 2022-09-27T15:55:08.7847767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int32 2022-09-27T15:55:08.7848870Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_uint8 2022-09-27T15:55:09.0174249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bfloat16 2022-09-27T15:55:09.0186792Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_bfloat16 2022-09-27T15:55:09.0187434Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:55:09.0188041Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int32 2022-09-27T15:55:09.1934963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int64 2022-09-27T15:55:09.1947185Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float64 2022-09-27T15:55:09.3554699Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int16 2022-09-27T15:55:09.3562528Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int64 2022-09-27T15:55:09.3585753Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bfloat16 2022-09-27T15:55:09.3586513Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int8 2022-09-27T15:55:09.4792129Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bool 2022-09-27T15:55:09.4794769Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:55:09.5374805Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:55:09.5394731Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int16 2022-09-27T15:55:09.5490082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int32 2022-09-27T15:55:09.5516668Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bool 2022-09-27T15:55:09.6763512Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float16 2022-09-27T15:55:09.6781507Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int8 2022-09-27T15:55:09.9284514Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_uint8 2022-09-27T15:55:09.9296618Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int32 2022-09-27T15:55:10.0004245Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int64 2022-09-27T15:55:10.0005479Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_uint8 2022-09-27T15:55:10.0228352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bfloat16 2022-09-27T15:55:10.0257616Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:55:10.2558569Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int16 2022-09-27T15:55:10.2564017Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float16 2022-09-27T15:55:10.3123347Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float32 2022-09-27T15:55:10.3124194Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int64 2022-09-27T15:55:10.3389104Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int8 2022-09-27T15:55:10.3401594Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int16 2022-09-27T15:55:10.4792914Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int32 2022-09-27T15:55:10.4809674Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bfloat16 2022-09-27T15:55:10.6279138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bool 2022-09-27T15:55:10.6296734Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int8 2022-09-27T15:55:10.6631922Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_uint8 2022-09-27T15:55:10.6641713Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int32 2022-09-27T15:55:10.6903220Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int64 2022-09-27T15:55:10.6978154Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bool 2022-09-27T15:55:10.6978794Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex128 2022-09-27T15:55:10.6979486Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float32 2022-09-27T15:55:10.9671552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float64 2022-09-27T15:55:10.9687087Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_uint8 2022-09-27T15:55:11.0194098Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bfloat16 2022-09-27T15:55:11.0194963Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int64 2022-09-27T15:55:11.1703208Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int8 2022-09-27T15:55:11.1718798Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bfloat16 2022-09-27T15:55:11.2048512Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bool 2022-09-27T15:55:11.2097556Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float64 2022-09-27T15:55:11.3288984Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int16 2022-09-27T15:55:11.3299454Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int8 2022-09-27T15:55:11.3334712Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-09-27T15:55:11.3356045Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bool 2022-09-27T15:55:11.3374370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex128 2022-09-27T15:55:11.3411783Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int16 2022-09-27T15:55:11.4588434Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int32 2022-09-27T15:55:11.4612763Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-09-27T15:55:11.4823790Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:55:11.4824597Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int32 2022-09-27T15:55:11.5476660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int64 2022-09-27T15:55:11.5501583Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:55:11.5781251Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:55:11.5792357Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex128 2022-09-27T15:55:11.6112587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex32 2022-09-27T15:55:11.6160964Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int64 2022-09-27T15:55:11.6350238Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int8 2022-09-27T15:55:11.6351283Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:55:11.6537838Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_bfloat16 2022-09-27T15:55:11.6548536Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_bfloat16 2022-09-27T15:55:11.6774493Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:55:11.6792008Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:55:11.7002084Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:55:11.7014369Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:55:11.7064194Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float16 2022-09-27T15:55:11.7138984Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex128 2022-09-27T15:55:11.7199809Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex64 2022-09-27T15:55:11.7200508Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int8 2022-09-27T15:55:11.7300528Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_uint8 2022-09-27T15:55:11.7301352Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float16 2022-09-27T15:55:11.7406778Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:55:11.7407462Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:55:11.7576256Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:55:11.7577038Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:55:11.8056247Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_bfloat16 2022-09-27T15:55:11.8076046Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_bfloat16 2022-09-27T15:55:11.8092290Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:55:11.8110021Z [gw1] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:55:11.8265243Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:55:11.8265978Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_uint8 2022-09-27T15:55:11.8374435Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bfloat16 2022-09-27T15:55:11.8375237Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bfloat16 2022-09-27T15:55:11.8460868Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bool 2022-09-27T15:55:11.8474880Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bool 2022-09-27T15:55:11.8532092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex128 2022-09-27T15:55:11.8553293Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:55:11.8583459Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-09-27T15:55:11.8745667Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex128 2022-09-27T15:55:11.8746279Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex32 2022-09-27T15:55:11.8747214Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex32 2022-09-27T15:55:11.8816176Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex64 2022-09-27T15:55:11.8838234Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex64 2022-09-27T15:55:11.8838977Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-09-27T15:55:11.8839570Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:55:11.8977212Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float16 2022-09-27T15:55:11.8978145Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float16 2022-09-27T15:55:11.9055651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float32 2022-09-27T15:55:11.9056752Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float32 2022-09-27T15:55:11.9057411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float64 2022-09-27T15:55:11.9087934Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:55:11.9167191Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:55:11.9168051Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float64 2022-09-27T15:55:11.9235875Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int16 2022-09-27T15:55:11.9243718Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int16 2022-09-27T15:55:11.9279501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int32 2022-09-27T15:55:11.9290951Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:55:11.9330562Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-09-27T15:55:11.9339949Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int32 2022-09-27T15:55:11.9465384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int64 2022-09-27T15:55:11.9466108Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int64 2022-09-27T15:55:11.9603882Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int8 2022-09-27T15:55:11.9604607Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int8 2022-09-27T15:55:11.9605201Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_uint8 2022-09-27T15:55:11.9670898Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_uint8 2022-09-27T15:55:12.0310741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_bfloat16 2022-09-27T15:55:12.0412342Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_bfloat16 2022-09-27T15:55:12.0484753Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float32 2022-09-27T15:55:12.0485567Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex64 2022-09-27T15:55:12.0858344Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float16 2022-09-27T15:55:12.0859190Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float32 2022-09-27T15:55:12.1118811Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float64 2022-09-27T15:55:12.1206310Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float64 2022-09-27T15:55:12.1420824Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bfloat16 2022-09-27T15:55:12.1424366Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-09-27T15:55:12.2443658Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:55:12.2453330Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:55:12.3485600Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:55:12.3496826Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:55:12.4205970Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-09-27T15:55:12.4225268Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float16 2022-09-27T15:55:12.4365296Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float32 2022-09-27T15:55:12.4377466Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-09-27T15:55:12.4451373Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-09-27T15:55:12.4463322Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bfloat16 2022-09-27T15:55:12.5327026Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bool 2022-09-27T15:55:12.5342478Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float32 2022-09-27T15:55:12.5357454Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float64 2022-09-27T15:55:12.5368655Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-09-27T15:55:12.6301574Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:55:12.6302410Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:55:12.6763088Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-09-27T15:55:12.6775010Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bool 2022-09-27T15:55:12.7093841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex128 2022-09-27T15:55:12.7105265Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float64 2022-09-27T15:55:12.7187900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int16 2022-09-27T15:55:12.7200147Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-09-27T15:55:12.8069031Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-09-27T15:55:12.8069949Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int16 2022-09-27T15:55:12.8091863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int32 2022-09-27T15:55:12.8107864Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-09-27T15:55:12.9279475Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float32 2022-09-27T15:55:12.9300181Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int32 2022-09-27T15:55:12.9505506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int64 2022-09-27T15:55:12.9526305Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex32 2022-09-27T15:55:13.0959751Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex64 2022-09-27T15:55:13.0960457Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int64 2022-09-27T15:55:13.2062619Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int8 2022-09-27T15:55:13.2083173Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int8 2022-09-27T15:55:13.2768919Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_uint8 2022-09-27T15:55:13.2777385Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float32 2022-09-27T15:55:13.3069316Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float64 2022-09-27T15:55:13.3070078Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_uint8 2022-09-27T15:55:13.4000173Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bfloat16 2022-09-27T15:55:13.4001010Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex128 2022-09-27T15:55:13.8753783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex64 2022-09-27T15:55:13.8760065Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float64 2022-09-27T15:55:13.9052815Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float16 2022-09-27T15:55:13.9063653Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float16 2022-09-27T15:55:13.9247565Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:55:13.9307775Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:55:13.9447330Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:55:13.9471681Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:55:13.9907080Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_bfloat16 2022-09-27T15:55:13.9908093Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_bfloat16 2022-09-27T15:55:13.9908751Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:55:13.9921741Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex64 2022-09-27T15:55:14.0304505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float16 2022-09-27T15:55:14.0305541Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:55:14.0514495Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:55:14.0614894Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:55:14.0631436Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float16 2022-09-27T15:55:14.0650056Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex64 2022-09-27T15:55:14.0952608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float16 2022-09-27T15:55:14.1220522Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float16 2022-09-27T15:55:14.1221906Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:55:14.1464447Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:55:14.1480111Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:55:14.1546378Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:55:14.1709335Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int16 2022-09-27T15:55:14.1768004Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bfloat16 2022-09-27T15:55:14.1770369Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bool 2022-09-27T15:55:14.1798198Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int16 2022-09-27T15:55:14.2401361Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int32 2022-09-27T15:55:14.2402097Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int32 2022-09-27T15:55:14.2402789Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:55:14.2403474Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:55:14.2617864Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int8 2022-09-27T15:55:14.2664698Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int8 2022-09-27T15:55:14.2964419Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_uint8 2022-09-27T15:55:14.2965281Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_uint8 2022-09-27T15:55:14.3012449Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:55:14.3045186Z [gw1] [ 61%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:55:14.3081965Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:55:14.3082704Z [gw1] [ 61%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:55:14.6278542Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 2022-09-27T15:55:14.6279404Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bool 2022-09-27T15:55:14.7735936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex128 2022-09-27T15:55:14.7736830Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 2022-09-27T15:55:14.9251980Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:55:14.9252824Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float16 2022-09-27T15:55:15.1505045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float32 2022-09-27T15:55:15.1517170Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:55:15.1800709Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:55:15.1821205Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float32 2022-09-27T15:55:15.2853891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float64 2022-09-27T15:55:15.2874693Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float16 2022-09-27T15:55:15.5313362Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float32 2022-09-27T15:55:15.5326715Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float64 2022-09-27T15:55:15.5385449Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int16 2022-09-27T15:55:15.5393120Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex128 2022-09-27T15:55:15.5412291Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:55:15.5413150Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int16 2022-09-27T15:55:15.6087486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex64 2022-09-27T15:55:15.6093991Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float32 2022-09-27T15:55:15.7613220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float64 2022-09-27T15:55:15.7623754Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int16 2022-09-27T15:55:15.9517093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int32 2022-09-27T15:55:15.9531071Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int16 2022-09-27T15:55:15.9971835Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int32 2022-09-27T15:55:15.9986023Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int32 2022-09-27T15:55:16.0003751Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int64 2022-09-27T15:55:16.0250257Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float64 2022-09-27T15:55:16.2163978Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int16 2022-09-27T15:55:16.2176233Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int16 2022-09-27T15:55:16.2405989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int32 2022-09-27T15:55:16.2488342Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex64 2022-09-27T15:55:16.2661396Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float16 2022-09-27T15:55:16.2677024Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int64 2022-09-27T15:55:16.3649860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int8 2022-09-27T15:55:16.3650787Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int32 2022-09-27T15:55:16.4445905Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:55:16.4451036Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int32 2022-09-27T15:55:16.4838112Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int64 2022-09-27T15:55:16.4871677Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int8 2022-09-27T15:55:16.7171047Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_uint8 2022-09-27T15:55:16.7172122Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_uint8 2022-09-27T15:55:16.7172740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_bfloat16 2022-09-27T15:55:16.7173359Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int64 2022-09-27T15:55:16.7504336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int8 2022-09-27T15:55:16.7518377Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:55:16.9244052Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int8 2022-09-27T15:55:16.9273450Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int8 2022-09-27T15:55:16.9491971Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_uint8 2022-09-27T15:55:16.9546622Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_bfloat16 2022-09-27T15:55:17.1286542Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex128 2022-09-27T15:55:17.1556880Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_uint8 2022-09-27T15:55:17.1596073Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_bfloat16 2022-09-27T15:55:17.1605062Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int8 2022-09-27T15:55:17.1838218Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_uint8 2022-09-27T15:55:17.1843718Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float16 2022-09-27T15:55:17.2107815Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float32 2022-09-27T15:55:17.2108846Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_bfloat16 2022-09-27T15:55:17.2663950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex128 2022-09-27T15:55:17.2672575Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex128 2022-09-27T15:55:17.3281443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex64 2022-09-27T15:55:17.3336253Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex64 2022-09-27T15:55:17.3814225Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float32 2022-09-27T15:55:17.3837800Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float32 2022-09-27T15:55:17.4409114Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float64 2022-09-27T15:55:17.4478372Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float64 2022-09-27T15:55:17.4513914Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bfloat16 2022-09-27T15:55:17.4537754Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex128 2022-09-27T15:55:17.4541279Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex32 2022-09-27T15:55:17.4602836Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bfloat16 2022-09-27T15:55:17.4611922Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bool 2022-09-27T15:55:17.4612576Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bool 2022-09-27T15:55:17.4676392Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex128 2022-09-27T15:55:17.4684242Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex128 2022-09-27T15:55:17.4746392Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex64 2022-09-27T15:55:17.4797835Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex64 2022-09-27T15:55:17.4871719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float16 2022-09-27T15:55:17.4882305Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float16 2022-09-27T15:55:17.4943914Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float32 2022-09-27T15:55:17.4951530Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float32 2022-09-27T15:55:17.5012249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float64 2022-09-27T15:55:17.5025863Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float64 2022-09-27T15:55:17.5065331Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int16 2022-09-27T15:55:17.5119269Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int16 2022-09-27T15:55:17.5119873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int32 2022-09-27T15:55:17.5165170Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int32 2022-09-27T15:55:17.5170841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int64 2022-09-27T15:55:17.5179879Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int64 2022-09-27T15:55:17.5223337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int8 2022-09-27T15:55:17.5260061Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int8 2022-09-27T15:55:17.5276655Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_uint8 2022-09-27T15:55:17.5308960Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_uint8 2022-09-27T15:55:17.5448257Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bfloat16 2022-09-27T15:55:17.5475483Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bfloat16 2022-09-27T15:55:17.5597211Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bool 2022-09-27T15:55:17.5612033Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bool 2022-09-27T15:55:17.5795680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex128 2022-09-27T15:55:17.5832289Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex128 2022-09-27T15:55:17.5912345Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex64 2022-09-27T15:55:17.5919278Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_uint8 2022-09-27T15:55:17.5996813Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_bfloat16 2022-09-27T15:55:17.6006819Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex64 2022-09-27T15:55:17.6213393Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float16 2022-09-27T15:55:17.6216966Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float16 2022-09-27T15:55:17.6408540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float32 2022-09-27T15:55:17.6416999Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float32 2022-09-27T15:55:17.6582746Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float64 2022-09-27T15:55:17.6591356Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float64 2022-09-27T15:55:17.6604392Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float32 2022-09-27T15:55:17.6605103Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int16 2022-09-27T15:55:17.6797780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float64 2022-09-27T15:55:17.6808815Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int16 2022-09-27T15:55:17.7007649Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int32 2022-09-27T15:55:17.7066035Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int32 2022-09-27T15:55:17.7248721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int64 2022-09-27T15:55:17.7249424Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int64 2022-09-27T15:55:17.7418845Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int8 2022-09-27T15:55:17.7432985Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int8 2022-09-27T15:55:17.7625784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_uint8 2022-09-27T15:55:17.7626559Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_uint8 2022-09-27T15:55:17.7749497Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_bfloat16 2022-09-27T15:55:17.7750173Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_bfloat16 2022-09-27T15:55:17.7894006Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex128 2022-09-27T15:55:17.7905697Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex128 2022-09-27T15:55:17.8059513Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex64 2022-09-27T15:55:17.8067711Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex64 2022-09-27T15:55:17.8191502Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float16 2022-09-27T15:55:17.8208701Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float16 2022-09-27T15:55:17.8317182Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float32 2022-09-27T15:55:17.8324318Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float32 2022-09-27T15:55:17.8438507Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float64 2022-09-27T15:55:17.8467519Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float64 2022-09-27T15:55:17.8696225Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bfloat16 2022-09-27T15:55:17.8705083Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bfloat16 2022-09-27T15:55:17.8877936Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bool 2022-09-27T15:55:17.8895246Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bool 2022-09-27T15:55:17.9121476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float16 2022-09-27T15:55:17.9140821Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float16 2022-09-27T15:55:17.9312445Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float32 2022-09-27T15:55:17.9330989Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float32 2022-09-27T15:55:17.9512316Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float64 2022-09-27T15:55:17.9547845Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float64 2022-09-27T15:55:17.9693625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int16 2022-09-27T15:55:17.9701271Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int16 2022-09-27T15:55:17.9878062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int32 2022-09-27T15:55:17.9938893Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int32 2022-09-27T15:55:18.0071280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int64 2022-09-27T15:55:18.0080631Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int64 2022-09-27T15:55:18.0291270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int8 2022-09-27T15:55:18.0291979Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int8 2022-09-27T15:55:18.0443679Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_uint8 2022-09-27T15:55:18.0468348Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_uint8 2022-09-27T15:55:18.0689675Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bfloat16 2022-09-27T15:55:18.0704734Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bfloat16 2022-09-27T15:55:18.0867510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bool 2022-09-27T15:55:18.0875741Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bool 2022-09-27T15:55:18.1108402Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float16 2022-09-27T15:55:18.1119847Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float16 2022-09-27T15:55:18.1334547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float32 2022-09-27T15:55:18.1335190Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float32 2022-09-27T15:55:18.1516981Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float64 2022-09-27T15:55:18.1535021Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float64 2022-09-27T15:55:18.1704990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int16 2022-09-27T15:55:18.1712312Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int16 2022-09-27T15:55:18.1892068Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int32 2022-09-27T15:55:18.1900225Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int32 2022-09-27T15:55:18.1991880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int64 2022-09-27T15:55:18.1992535Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex32 2022-09-27T15:55:18.2071468Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex64 2022-09-27T15:55:18.2125115Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int64 2022-09-27T15:55:18.2253822Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int8 2022-09-27T15:55:18.2281033Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int8 2022-09-27T15:55:18.2431809Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_uint8 2022-09-27T15:55:18.2527633Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_uint8 2022-09-27T15:55:18.2694182Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bfloat16 2022-09-27T15:55:18.2694888Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bfloat16 2022-09-27T15:55:18.2796599Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bool 2022-09-27T15:55:18.2797504Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_bfloat16 2022-09-27T15:55:18.3016492Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:55:18.3017184Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bool 2022-09-27T15:55:18.3017988Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex128 2022-09-27T15:55:18.3409309Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex128 2022-09-27T15:55:18.3409974Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex64 2022-09-27T15:55:18.3410616Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex64 2022-09-27T15:55:18.3411259Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float16 2022-09-27T15:55:18.3411898Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float64 2022-09-27T15:55:18.3415090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int16 2022-09-27T15:55:18.3416021Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float16 2022-09-27T15:55:18.3797077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float32 2022-09-27T15:55:18.3958313Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float32 2022-09-27T15:55:18.4077782Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float64 2022-09-27T15:55:18.4078420Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float64 2022-09-27T15:55:18.4079020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int16 2022-09-27T15:55:18.4079595Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int16 2022-09-27T15:55:18.4142421Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int32 2022-09-27T15:55:18.4143332Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int32 2022-09-27T15:55:18.4334498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int64 2022-09-27T15:55:18.4342967Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int64 2022-09-27T15:55:18.4520814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int8 2022-09-27T15:55:18.4535261Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int8 2022-09-27T15:55:18.4794533Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_uint8 2022-09-27T15:55:18.4795457Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_uint8 2022-09-27T15:55:18.4932176Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_bfloat16 2022-09-27T15:55:18.4933028Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_bfloat16 2022-09-27T15:55:18.5116508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float16 2022-09-27T15:55:18.5117362Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float16 2022-09-27T15:55:18.5215789Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float32 2022-09-27T15:55:18.5332736Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float32 2022-09-27T15:55:18.5366575Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float64 2022-09-27T15:55:18.5378101Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float64 2022-09-27T15:55:18.5490932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int16 2022-09-27T15:55:18.5501862Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int16 2022-09-27T15:55:18.5623715Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int32 2022-09-27T15:55:18.5636056Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int32 2022-09-27T15:55:18.5768856Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int64 2022-09-27T15:55:18.5769880Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int64 2022-09-27T15:55:18.5879222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int8 2022-09-27T15:55:18.5905771Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int8 2022-09-27T15:55:18.6010481Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_uint8 2022-09-27T15:55:18.6033443Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_uint8 2022-09-27T15:55:18.6097746Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bfloat16 2022-09-27T15:55:18.6133755Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bfloat16 2022-09-27T15:55:18.6176525Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bool 2022-09-27T15:55:18.6177533Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bool 2022-09-27T15:55:18.6235812Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex128 2022-09-27T15:55:18.6296408Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex128 2022-09-27T15:55:18.6314961Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex64 2022-09-27T15:55:18.6326432Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex64 2022-09-27T15:55:18.6390202Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float16 2022-09-27T15:55:18.6429862Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float16 2022-09-27T15:55:18.6464027Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float32 2022-09-27T15:55:18.6472528Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float32 2022-09-27T15:55:18.6558460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float64 2022-09-27T15:55:18.6559345Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float64 2022-09-27T15:55:18.6607703Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int16 2022-09-27T15:55:18.6611068Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int16 2022-09-27T15:55:18.6671816Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int32 2022-09-27T15:55:18.6687438Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int32 2022-09-27T15:55:18.6745058Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int64 2022-09-27T15:55:18.6760098Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int64 2022-09-27T15:55:18.6817568Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int8 2022-09-27T15:55:18.6841591Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int8 2022-09-27T15:55:18.6884084Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_uint8 2022-09-27T15:55:18.6895805Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_uint8 2022-09-27T15:55:18.7673117Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bfloat16 2022-09-27T15:55:18.7674010Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex64 2022-09-27T15:55:18.8280498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float16 2022-09-27T15:55:18.8281536Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int16 2022-09-27T15:55:18.9002214Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int32 2022-09-27T15:55:18.9003055Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:55:19.2579049Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:55:19.2580060Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float16 2022-09-27T15:55:19.2758093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float32 2022-09-27T15:55:19.2758981Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bfloat16 2022-09-27T15:55:19.3442934Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bool 2022-09-27T15:55:19.3443830Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int32 2022-09-27T15:55:19.5441292Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int64 2022-09-27T15:55:19.5442214Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float32 2022-09-27T15:55:19.5809577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float64 2022-09-27T15:55:19.5810455Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:55:19.8691548Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_bfloat16 2022-09-27T15:55:19.8692384Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float64 2022-09-27T15:55:19.9091054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int16 2022-09-27T15:55:19.9115477Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int64 2022-09-27T15:55:19.9876295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int8 2022-09-27T15:55:19.9877402Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bool 2022-09-27T15:55:20.0251109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex128 2022-09-27T15:55:20.0375006Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int16 2022-09-27T15:55:20.2482589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int32 2022-09-27T15:55:20.2795214Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int32 2022-09-27T15:55:20.2910272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int64 2022-09-27T15:55:20.2911135Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_bfloat16 2022-09-27T15:55:20.4044956Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:55:20.4087590Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int64 2022-09-27T15:55:20.5016284Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int8 2022-09-27T15:55:20.5016932Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int8 2022-09-27T15:55:20.5432210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_uint8 2022-09-27T15:55:20.5433440Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int8 2022-09-27T15:55:20.6668399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_uint8 2022-09-27T15:55:20.6669144Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_uint8 2022-09-27T15:55:20.6670008Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bfloat16 2022-09-27T15:55:20.6698110Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bfloat16 2022-09-27T15:55:20.6699007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bool 2022-09-27T15:55:20.6716627Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bool 2022-09-27T15:55:20.6753000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex128 2022-09-27T15:55:20.6753708Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex128 2022-09-27T15:55:20.6793804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex32 2022-09-27T15:55:20.6794483Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex32 2022-09-27T15:55:20.6795230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex64 2022-09-27T15:55:20.6849767Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex64 2022-09-27T15:55:20.6850562Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float16 2022-09-27T15:55:20.6851192Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float16 2022-09-27T15:55:20.6857270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float32 2022-09-27T15:55:20.6900223Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float32 2022-09-27T15:55:20.6900955Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float64 2022-09-27T15:55:20.6901722Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float64 2022-09-27T15:55:20.6930466Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int16 2022-09-27T15:55:20.6931367Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int16 2022-09-27T15:55:20.6952200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int32 2022-09-27T15:55:20.6978091Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int32 2022-09-27T15:55:20.6986764Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int64 2022-09-27T15:55:20.7019348Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int64 2022-09-27T15:55:20.7020133Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int8 2022-09-27T15:55:20.7028522Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int8 2022-09-27T15:55:20.7053222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_uint8 2022-09-27T15:55:20.7085379Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_uint8 2022-09-27T15:55:20.7086807Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bfloat16 2022-09-27T15:55:20.7091673Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bfloat16 2022-09-27T15:55:20.7136053Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bool 2022-09-27T15:55:20.7137179Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bool 2022-09-27T15:55:20.7142133Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex128 2022-09-27T15:55:20.7158334Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex128 2022-09-27T15:55:20.7178173Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex32 2022-09-27T15:55:20.7188885Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex32 2022-09-27T15:55:20.7207784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex64 2022-09-27T15:55:20.7220086Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex64 2022-09-27T15:55:20.7239133Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float16 2022-09-27T15:55:20.7248320Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float16 2022-09-27T15:55:20.7267293Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float32 2022-09-27T15:55:20.7301485Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float32 2022-09-27T15:55:20.7302762Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float64 2022-09-27T15:55:20.7307304Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float64 2022-09-27T15:55:20.7332395Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int16 2022-09-27T15:55:20.7346149Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int16 2022-09-27T15:55:20.7365940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int32 2022-09-27T15:55:20.7384711Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int32 2022-09-27T15:55:20.7390979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int64 2022-09-27T15:55:20.7405717Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int64 2022-09-27T15:55:20.7423737Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int8 2022-09-27T15:55:20.7432685Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int8 2022-09-27T15:55:20.7448036Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_uint8 2022-09-27T15:55:20.7466672Z [gw0] [ 61%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_uint8 2022-09-27T15:55:20.7546049Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bfloat16 2022-09-27T15:55:20.7546986Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bfloat16 2022-09-27T15:55:20.7603320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bool 2022-09-27T15:55:20.7604073Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bool 2022-09-27T15:55:20.7683992Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex128 2022-09-27T15:55:20.7684828Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex128 2022-09-27T15:55:20.7762267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex32 2022-09-27T15:55:20.7763279Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex32 2022-09-27T15:55:20.7839425Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex64 2022-09-27T15:55:20.7842780Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex64 2022-09-27T15:55:20.7902304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float16 2022-09-27T15:55:20.7953596Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float16 2022-09-27T15:55:20.7975703Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float32 2022-09-27T15:55:20.7994027Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float32 2022-09-27T15:55:20.8047358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float64 2022-09-27T15:55:20.8183213Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float64 2022-09-27T15:55:20.8184651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int16 2022-09-27T15:55:20.8185323Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int16 2022-09-27T15:55:20.8185951Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int32 2022-09-27T15:55:20.8190924Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int32 2022-09-27T15:55:20.8276271Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int64 2022-09-27T15:55:20.8277043Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int64 2022-09-27T15:55:20.8311298Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int8 2022-09-27T15:55:20.8326386Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int8 2022-09-27T15:55:20.8372922Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_uint8 2022-09-27T15:55:20.8381629Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_uint8 2022-09-27T15:55:20.8431193Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:55:20.8431974Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bfloat16 2022-09-27T15:55:20.8481450Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:55:20.8482082Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bfloat16 2022-09-27T15:55:20.8512001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bool 2022-09-27T15:55:20.8539135Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bool 2022-09-27T15:55:20.8584891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex128 2022-09-27T15:55:20.8593200Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex128 2022-09-27T15:55:20.8686812Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex32 2022-09-27T15:55:20.8687669Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex32 2022-09-27T15:55:20.8720788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex64 2022-09-27T15:55:20.8747250Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex64 2022-09-27T15:55:20.8784341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float16 2022-09-27T15:55:20.8809741Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float16 2022-09-27T15:55:20.8860626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float32 2022-09-27T15:55:20.8866089Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float32 2022-09-27T15:55:20.8926220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float64 2022-09-27T15:55:20.8932913Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float64 2022-09-27T15:55:20.8980866Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int16 2022-09-27T15:55:20.8992051Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int16 2022-09-27T15:55:20.9052458Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int32 2022-09-27T15:55:20.9053225Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int32 2022-09-27T15:55:20.9099555Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int64 2022-09-27T15:55:20.9108558Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int64 2022-09-27T15:55:20.9163870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int8 2022-09-27T15:55:20.9179531Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int8 2022-09-27T15:55:20.9222626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_uint8 2022-09-27T15:55:20.9238875Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_uint8 2022-09-27T15:55:20.9296108Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bfloat16 2022-09-27T15:55:20.9306924Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bfloat16 2022-09-27T15:55:20.9354165Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bool 2022-09-27T15:55:20.9371868Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bool 2022-09-27T15:55:20.9425869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex128 2022-09-27T15:55:20.9446711Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex128 2022-09-27T15:55:20.9509980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex32 2022-09-27T15:55:20.9510792Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex32 2022-09-27T15:55:20.9579446Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex64 2022-09-27T15:55:20.9580141Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex64 2022-09-27T15:55:20.9639160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float16 2022-09-27T15:55:20.9666230Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float16 2022-09-27T15:55:20.9943701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float32 2022-09-27T15:55:20.9944432Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float32 2022-09-27T15:55:20.9945033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float64 2022-09-27T15:55:20.9945687Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float64 2022-09-27T15:55:20.9946304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int16 2022-09-27T15:55:20.9946971Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int16 2022-09-27T15:55:20.9948033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int32 2022-09-27T15:55:20.9948691Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int32 2022-09-27T15:55:20.9949324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int64 2022-09-27T15:55:20.9950278Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_uint8 2022-09-27T15:55:21.0073246Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int64 2022-09-27T15:55:21.0074718Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int8 2022-09-27T15:55:21.0075324Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bfloat16 2022-09-27T15:55:21.0075983Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int8 2022-09-27T15:55:21.0079281Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_uint8 2022-09-27T15:55:21.0080062Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_uint8 2022-09-27T15:55:21.3560854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_bfloat16 2022-09-27T15:55:21.3561842Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:55:21.3766219Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int16 2022-09-27T15:55:21.3767015Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_bfloat16 2022-09-27T15:55:21.6425475Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float32 2022-09-27T15:55:21.6440471Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bfloat16 2022-09-27T15:55:21.6593062Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bool 2022-09-27T15:55:21.6650655Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int16 2022-09-27T15:55:21.7122881Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int32 2022-09-27T15:55:21.7123676Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float32 2022-09-27T15:55:21.9671995Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float64 2022-09-27T15:55:21.9672904Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex128 2022-09-27T15:55:22.0301891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex64 2022-09-27T15:55:22.0303015Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int32 2022-09-27T15:55:22.0303748Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int64 2022-09-27T15:55:22.0304457Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bool 2022-09-27T15:55:22.4160786Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex128 2022-09-27T15:55:22.4161652Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float64 2022-09-27T15:55:22.4273254Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_bfloat16 2022-09-27T15:55:22.4309566Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int64 2022-09-27T15:55:22.7387544Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int8 2022-09-27T15:55:22.7388301Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int8 2022-09-27T15:55:22.8342264Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_uint8 2022-09-27T15:55:22.8378821Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_bfloat16 2022-09-27T15:55:22.9660942Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float32 2022-09-27T15:55:22.9661854Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex128 2022-09-27T15:55:23.0397112Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex64 2022-09-27T15:55:23.0433766Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_uint8 2022-09-27T15:55:23.1720766Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_bfloat16 2022-09-27T15:55:23.1721656Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float32 2022-09-27T15:55:23.4703016Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float64 2022-09-27T15:55:23.4703852Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_bfloat16 2022-09-27T15:55:23.6532941Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float32 2022-09-27T15:55:23.6533783Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float64 2022-09-27T15:55:23.6536786Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_bfloat16 2022-09-27T15:55:23.6560920Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_bfloat16 2022-09-27T15:55:23.6657513Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:55:23.6658431Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:55:23.6659099Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:55:23.6659741Z [gw0] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:55:23.7328598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_bfloat16 2022-09-27T15:55:23.7359456Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex64 2022-09-27T15:55:23.7585136Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float32 2022-09-27T15:55:23.7599805Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex64 2022-09-27T15:55:23.9388634Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float16 2022-09-27T15:55:23.9389402Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float32 2022-09-27T15:55:24.0495407Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float64 2022-09-27T15:55:24.0496607Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_bfloat16 2022-09-27T15:55:24.1242120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float32 2022-09-27T15:55:24.1264489Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float32 2022-09-27T15:55:24.3278375Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float64 2022-09-27T15:55:24.3312732Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float64 2022-09-27T15:55:24.3399004Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int16 2022-09-27T15:55:24.3406975Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float32 2022-09-27T15:55:24.4853171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float64 2022-09-27T15:55:24.4862675Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float64 2022-09-27T15:55:24.5049705Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int16 2022-09-27T15:55:24.5062282Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int16 2022-09-27T15:55:24.6744334Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int32 2022-09-27T15:55:24.6761011Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float16 2022-09-27T15:55:24.6896885Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float32 2022-09-27T15:55:24.6915322Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float64 2022-09-27T15:55:24.7009005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_bfloat16 2022-09-27T15:55:24.7009862Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int32 2022-09-27T15:55:24.7084779Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int64 2022-09-27T15:55:24.7114370Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_bfloat16 2022-09-27T15:55:24.7172554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:55:24.7179150Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:55:24.7267404Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:55:24.7277926Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:55:24.7810066Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_bfloat16 2022-09-27T15:55:24.7834046Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_bfloat16 2022-09-27T15:55:24.8072090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float32 2022-09-27T15:55:24.8073050Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int16 2022-09-27T15:55:24.8105538Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int32 2022-09-27T15:55:24.8119110Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float32 2022-09-27T15:55:24.8422488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float64 2022-09-27T15:55:24.8430736Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float64 2022-09-27T15:55:24.8985183Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_bfloat16 2022-09-27T15:55:24.9007417Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int64 2022-09-27T15:55:25.0501177Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int8 2022-09-27T15:55:25.0520556Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float32 2022-09-27T15:55:25.0575908Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float64 2022-09-27T15:55:25.0589646Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int8 2022-09-27T15:55:25.0776793Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_uint8 2022-09-27T15:55:25.0788824Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int32 2022-09-27T15:55:25.1434454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int64 2022-09-27T15:55:25.1435349Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_bfloat16 2022-09-27T15:55:25.2208553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:55:25.2215345Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_uint8 2022-09-27T15:55:25.3998597Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_bfloat16 2022-09-27T15:55:25.4007106Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int64 2022-09-27T15:55:25.4227258Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int8 2022-09-27T15:55:25.4230243Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:55:25.5643419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:55:25.5644406Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float64 2022-09-27T15:55:25.6928187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int16 2022-09-27T15:55:25.6946871Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_bfloat16 2022-09-27T15:55:25.6973307Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float32 2022-09-27T15:55:25.6974147Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int8 2022-09-27T15:55:25.7834647Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_uint8 2022-09-27T15:55:25.7849025Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:55:25.9248784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_bfloat16 2022-09-27T15:55:25.9249876Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int16 2022-09-27T15:55:25.9816592Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int32 2022-09-27T15:55:25.9828383Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_uint8 2022-09-27T15:55:26.0911179Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bfloat16 2022-09-27T15:55:26.1006139Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_bfloat16 2022-09-27T15:55:26.1103605Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:55:26.1120403Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float32 2022-09-27T15:55:26.2946528Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float64 2022-09-27T15:55:26.2947445Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int32 2022-09-27T15:55:26.3422041Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int64 2022-09-27T15:55:26.3432216Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:55:26.3628726Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:55:26.3629562Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bfloat16 2022-09-27T15:55:26.5968725Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bool 2022-09-27T15:55:26.5986472Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float64 2022-09-27T15:55:26.6541699Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_bfloat16 2022-09-27T15:55:26.6577929Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:55:26.6848277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int16 2022-09-27T15:55:26.6849334Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int64 2022-09-27T15:55:26.7791985Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int8 2022-09-27T15:55:26.7801459Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int16 2022-09-27T15:55:26.8567546Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int32 2022-09-27T15:55:26.8568357Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bool 2022-09-27T15:55:26.9249925Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex128 2022-09-27T15:55:26.9250740Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int32 2022-09-27T15:55:27.1007424Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int64 2022-09-27T15:55:27.1022009Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int8 2022-09-27T15:55:27.1129954Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_uint8 2022-09-27T15:55:27.1347831Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int64 2022-09-27T15:55:27.1447769Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int8 2022-09-27T15:55:27.1448412Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_bfloat16 2022-09-27T15:55:27.2325594Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:55:27.2349811Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int8 2022-09-27T15:55:27.3744077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-09-27T15:55:27.3744935Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-09-27T15:55:27.4209737Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:55:27.4210495Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:55:27.4584738Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:55:27.4587780Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:55:27.4734052Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_bfloat16 2022-09-27T15:55:27.4742803Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_bfloat16 2022-09-27T15:55:27.4877530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:55:27.4894757Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:55:27.5158043Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:55:27.5158986Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:55:27.5167196Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float16 2022-09-27T15:55:27.5180932Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float16 2022-09-27T15:55:27.5243852Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:55:27.5253785Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_uint8 2022-09-27T15:55:27.5287328Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_bfloat16 2022-09-27T15:55:27.5306094Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:55:27.5463880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:55:27.5464713Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:55:27.5503113Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_bfloat16 2022-09-27T15:55:27.5516160Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_bfloat16 2022-09-27T15:55:27.5593568Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:55:27.5604277Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:55:27.5675668Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:55:27.5691467Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:55:27.5818257Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-09-27T15:55:27.5832261Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-09-27T15:55:27.5909685Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:55:27.5929146Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:55:27.6524887Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:55:27.6525815Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:55:27.6526646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-09-27T15:55:27.6527419Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:55:27.7880961Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:55:27.7881664Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-09-27T15:55:27.8527717Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:55:27.8542132Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:55:27.8617389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:55:27.8631678Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex128 2022-09-27T15:55:27.9463508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex64 2022-09-27T15:55:27.9465562Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:55:27.9915435Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-09-27T15:55:28.0055695Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-09-27T15:55:28.0560232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-09-27T15:55:28.0566815Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-09-27T15:55:28.1243412Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:55:28.1254789Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:55:28.1534638Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-09-27T15:55:28.1762284Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:55:28.1864740Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_bfloat16 2022-09-27T15:55:28.1875696Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-09-27T15:55:28.2499261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-09-27T15:55:28.2512730Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-09-27T15:55:28.3832160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float32 2022-09-27T15:55:28.3885663Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_bfloat16 2022-09-27T15:55:28.5963865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex128 2022-09-27T15:55:28.5983279Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float32 2022-09-27T15:55:28.6270905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float64 2022-09-27T15:55:28.6301795Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex64 2022-09-27T15:55:28.9261192Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float32 2022-09-27T15:55:28.9262209Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_bfloat16 2022-09-27T15:55:29.0248147Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:55:29.0249000Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float32 2022-09-27T15:55:29.0904574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float64 2022-09-27T15:55:29.0920983Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float64 2022-09-27T15:55:29.1075146Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float16 2022-09-27T15:55:29.1076237Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float16 2022-09-27T15:55:29.1144801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:55:29.1262089Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:55:29.1263290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:55:29.1334508Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:55:29.1335452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_bfloat16 2022-09-27T15:55:29.1370414Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_bfloat16 2022-09-27T15:55:29.1441092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:55:29.1442344Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:55:29.1523381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:55:29.1545216Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:55:29.1621690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float16 2022-09-27T15:55:29.1622607Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float16 2022-09-27T15:55:29.1669869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:55:29.1768096Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:55:29.1768810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:55:29.1769542Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:55:29.1811617Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int16 2022-09-27T15:55:29.1840841Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int16 2022-09-27T15:55:29.1877481Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int32 2022-09-27T15:55:29.1887378Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int32 2022-09-27T15:55:29.1949039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:55:29.1957405Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:55:29.2012862Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int8 2022-09-27T15:55:29.2030499Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int8 2022-09-27T15:55:29.2087611Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_uint8 2022-09-27T15:55:29.2122732Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_uint8 2022-09-27T15:55:29.2203107Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:55:29.2222361Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:55:29.2306643Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:55:29.2329724Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:55:29.2381355Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 2022-09-27T15:55:29.2397822Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex128 2022-09-27T15:55:29.3325701Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex64 2022-09-27T15:55:29.3339933Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float64 2022-09-27T15:55:29.3985294Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int16 2022-09-27T15:55:29.4009873Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 2022-09-27T15:55:29.4527175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:55:29.4592331Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:55:29.4858171Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:55:29.4869663Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:55:29.5692648Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:55:29.5704666Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:55:29.5711882Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int16 2022-09-27T15:55:29.5724046Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int16 2022-09-27T15:55:29.6745792Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int32 2022-09-27T15:55:29.6757571Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int16 2022-09-27T15:55:29.7799383Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int32 2022-09-27T15:55:29.7811996Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int32 2022-09-27T15:55:29.8088942Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:55:29.8102110Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int32 2022-09-27T15:55:29.8861548Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int64 2022-09-27T15:55:29.8878540Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:55:29.9504554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int8 2022-09-27T15:55:29.9638741Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:55:29.9938176Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-09-27T15:55:29.9938991Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int8 2022-09-27T15:55:30.0642458Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_uint8 2022-09-27T15:55:30.0659809Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex64 2022-09-27T15:55:30.0919362Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float32 2022-09-27T15:55:30.0937705Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int64 2022-09-27T15:55:30.1057399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int8 2022-09-27T15:55:30.1067824Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_uint8 2022-09-27T15:55:30.3271799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_bfloat16 2022-09-27T15:55:30.3283027Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int8 2022-09-27T15:55:30.5561199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_uint8 2022-09-27T15:55:30.5572149Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_bfloat16 2022-09-27T15:55:30.5633453Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:55:30.6095489Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-09-27T15:55:30.6096232Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:55:30.6096861Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_uint8 2022-09-27T15:55:30.8954463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bfloat16 2022-09-27T15:55:30.8969817Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float32 2022-09-27T15:55:30.9402340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float64 2022-09-27T15:55:30.9413192Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:55:31.0323701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:55:31.0343347Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bfloat16 2022-09-27T15:55:31.3383938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bool 2022-09-27T15:55:31.3395827Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:55:31.3429641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_bfloat16 2022-09-27T15:55:31.3448017Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:55:31.3874771Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:55:31.3875515Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bool 2022-09-27T15:55:31.6408193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float32 2022-09-27T15:55:31.6421536Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_bfloat16 2022-09-27T15:55:31.7148520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:55:31.7161538Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float64 2022-09-27T15:55:31.7330888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int16 2022-09-27T15:55:31.7352213Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float32 2022-09-27T15:55:31.8444720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float64 2022-09-27T15:55:31.8449789Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:55:31.9778355Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:55:31.9779205Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:55:32.1205731Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:55:32.1206810Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:55:32.1841631Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int16 2022-09-27T15:55:32.1856105Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float64 2022-09-27T15:55:32.2301222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int16 2022-09-27T15:55:32.2312420Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:55:32.2528119Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:55:32.2528992Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int16 2022-09-27T15:55:32.3753560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int32 2022-09-27T15:55:32.3783390Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int32 2022-09-27T15:55:32.4994643Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int64 2022-09-27T15:55:32.5026457Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int16 2022-09-27T15:55:32.5137414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int32 2022-09-27T15:55:32.5145201Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int64 2022-09-27T15:55:32.5528984Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int8 2022-09-27T15:55:32.5541707Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int16 2022-09-27T15:55:32.5745457Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int32 2022-09-27T15:55:32.5799369Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:55:32.6268247Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int16 2022-09-27T15:55:32.6276808Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int8 2022-09-27T15:55:32.7314968Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_uint8 2022-09-27T15:55:32.7327300Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_uint8 2022-09-27T15:55:32.8457676Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_bfloat16 2022-09-27T15:55:32.8470319Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int16 2022-09-27T15:55:32.9284737Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int32 2022-09-27T15:55:32.9285758Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int32 2022-09-27T15:55:32.9834462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int64 2022-09-27T15:55:32.9842335Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_bfloat16 2022-09-27T15:55:33.1266213Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float32 2022-09-27T15:55:33.1321448Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int32 2022-09-27T15:55:33.1882320Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:55:33.1896792Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float32 2022-09-27T15:55:33.2838889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float64 2022-09-27T15:55:33.2860227Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int32 2022-09-27T15:55:33.3338557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int64 2022-09-27T15:55:33.3339275Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int64 2022-09-27T15:55:33.4174539Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int8 2022-09-27T15:55:33.4183727Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:55:33.4460214Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int8 2022-09-27T15:55:33.4476324Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float64 2022-09-27T15:55:33.5701780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int16 2022-09-27T15:55:33.5726778Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int16 2022-09-27T15:55:33.6843773Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int32 2022-09-27T15:55:33.6844631Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int8 2022-09-27T15:55:33.6845265Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_uint8 2022-09-27T15:55:33.6856080Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int8 2022-09-27T15:55:33.7009077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_uint8 2022-09-27T15:55:33.7033313Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int32 2022-09-27T15:55:33.8336092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int64 2022-09-27T15:55:33.8357346Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int64 2022-09-27T15:55:33.9342189Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int8 2022-09-27T15:55:33.9358579Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_uint8 2022-09-27T15:55:33.9405711Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_bfloat16 2022-09-27T15:55:33.9428168Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int8 2022-09-27T15:55:34.0027824Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_uint8 2022-09-27T15:55:34.0052857Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_uint8 2022-09-27T15:55:34.0516038Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bfloat16 2022-09-27T15:55:34.0516797Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_uint8 2022-09-27T15:55:34.0669966Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int64 2022-09-27T15:55:34.0671077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_bfloat16 2022-09-27T15:55:34.2940849Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int8 2022-09-27T15:55:34.3017322Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_bfloat16 2022-09-27T15:55:34.3697773Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:55:34.3710850Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bfloat16 2022-09-27T15:55:34.3760569Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bool 2022-09-27T15:55:34.3761491Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int8 2022-09-27T15:55:34.4651528Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_uint8 2022-09-27T15:55:34.4652303Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_bfloat16 2022-09-27T15:55:34.6349468Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float32 2022-09-27T15:55:34.6350508Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:55:34.6447296Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_uint8 2022-09-27T15:55:34.6448204Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bfloat16 2022-09-27T15:55:34.7545338Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:55:34.7548392Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bfloat16 2022-09-27T15:55:34.7991539Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bool 2022-09-27T15:55:34.7992933Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bool 2022-09-27T15:55:34.8350984Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float32 2022-09-27T15:55:34.8352090Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float32 2022-09-27T15:55:34.8400702Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float64 2022-09-27T15:55:34.8610867Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bool 2022-09-27T15:55:35.0268588Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex128 2022-09-27T15:55:35.0269855Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float32 2022-09-27T15:55:35.0794542Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float64 2022-09-27T15:55:35.0795896Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:55:35.2217183Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int16 2022-09-27T15:55:35.2218061Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float64 2022-09-27T15:55:35.2556002Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int16 2022-09-27T15:55:35.2557090Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int16 2022-09-27T15:55:35.2560034Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int32 2022-09-27T15:55:35.2573662Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int16 2022-09-27T15:55:35.2942940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int32 2022-09-27T15:55:35.2977121Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int32 2022-09-27T15:55:35.3102721Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int64 2022-09-27T15:55:35.3103436Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float64 2022-09-27T15:55:35.3360516Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_bfloat16 2022-09-27T15:55:35.3361276Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int64 2022-09-27T15:55:35.3729455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int8 2022-09-27T15:55:35.3750758Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int8 2022-09-27T15:55:35.4127511Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_uint8 2022-09-27T15:55:35.4128696Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_uint8 2022-09-27T15:55:35.4565335Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bfloat16 2022-09-27T15:55:35.4611875Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int32 2022-09-27T15:55:35.6892896Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int64 2022-09-27T15:55:35.6893853Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int64 2022-09-27T15:55:35.7283665Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int8 2022-09-27T15:55:35.7284598Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_bfloat16 2022-09-27T15:55:35.7722352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:55:35.7780514Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex128 2022-09-27T15:55:35.8778214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex64 2022-09-27T15:55:35.8797592Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int8 2022-09-27T15:55:36.0413092Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_uint8 2022-09-27T15:55:36.0425690Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:55:36.0720251Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:55:36.0734213Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_uint8 2022-09-27T15:55:36.1962997Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_bfloat16 2022-09-27T15:55:36.1966834Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_bfloat16 2022-09-27T15:55:36.2260778Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex128 2022-09-27T15:55:36.2286200Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bfloat16 2022-09-27T15:55:36.3191608Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bool 2022-09-27T15:55:36.3201130Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex128 2022-09-27T15:55:36.3657248Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex64 2022-09-27T15:55:36.3875452Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:55:36.4473395Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_bfloat16 2022-09-27T15:55:36.4474266Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex64 2022-09-27T15:55:36.5823935Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float16 2022-09-27T15:55:36.5840809Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float16 2022-09-27T15:55:36.6259660Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float32 2022-09-27T15:55:36.6260667Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex64 2022-09-27T15:55:36.6677749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float32 2022-09-27T15:55:36.6679045Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bool 2022-09-27T15:55:36.7039554Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float16 2022-09-27T15:55:36.7068990Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float32 2022-09-27T15:55:36.7473094Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float64 2022-09-27T15:55:36.7474100Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_bfloat16 2022-09-27T15:55:36.8249472Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:55:36.8260543Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float64 2022-09-27T15:55:36.8322510Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bfloat16 2022-09-27T15:55:36.8360943Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bfloat16 2022-09-27T15:55:36.8380033Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bool 2022-09-27T15:55:36.8392463Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bool 2022-09-27T15:55:36.8444097Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex128 2022-09-27T15:55:36.8453216Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex128 2022-09-27T15:55:36.8505728Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex32 2022-09-27T15:55:36.8562365Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex32 2022-09-27T15:55:36.8562942Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex64 2022-09-27T15:55:36.8611846Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex64 2022-09-27T15:55:36.8612457Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float16 2022-09-27T15:55:36.8619119Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float32 2022-09-27T15:55:36.8633508Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float16 2022-09-27T15:55:36.8635766Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float32 2022-09-27T15:55:36.8679956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float64 2022-09-27T15:55:36.8690122Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float32 2022-09-27T15:55:36.8768131Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float64 2022-09-27T15:55:36.8768715Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float64 2022-09-27T15:55:36.8823277Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int16 2022-09-27T15:55:36.8823835Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int16 2022-09-27T15:55:36.8855155Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int32 2022-09-27T15:55:36.8857833Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int32 2022-09-27T15:55:36.8894524Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int64 2022-09-27T15:55:36.8915559Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int64 2022-09-27T15:55:36.8970053Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int8 2022-09-27T15:55:36.8970724Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int8 2022-09-27T15:55:36.9014303Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_uint8 2022-09-27T15:55:36.9025601Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_uint8 2022-09-27T15:55:36.9594262Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bfloat16 2022-09-27T15:55:36.9595246Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bfloat16 2022-09-27T15:55:37.0103181Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bool 2022-09-27T15:55:37.0136086Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bool 2022-09-27T15:55:37.0593064Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex128 2022-09-27T15:55:37.0611999Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:55:37.0826136Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:55:37.0826824Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex128 2022-09-27T15:55:37.1390442Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex32 2022-09-27T15:55:37.1403438Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex32 2022-09-27T15:55:37.1564144Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex64 2022-09-27T15:55:37.1569779Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float64 2022-09-27T15:55:37.1944406Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int16 2022-09-27T15:55:37.1971459Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex64 2022-09-27T15:55:37.2500646Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float16 2022-09-27T15:55:37.2507915Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float16 2022-09-27T15:55:37.3098898Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float32 2022-09-27T15:55:37.3121877Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float32 2022-09-27T15:55:37.3664620Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float64 2022-09-27T15:55:37.3682934Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float64 2022-09-27T15:55:37.3896387Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int16 2022-09-27T15:55:37.3914605Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int16 2022-09-27T15:55:37.4138605Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int32 2022-09-27T15:55:37.4169670Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int16 2022-09-27T15:55:37.4234274Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int32 2022-09-27T15:55:37.4249532Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:55:37.4599008Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-09-27T15:55:37.4621514Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int32 2022-09-27T15:55:37.5077810Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int64 2022-09-27T15:55:37.5105339Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int64 2022-09-27T15:55:37.5511088Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int8 2022-09-27T15:55:37.5536130Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int8 2022-09-27T15:55:37.6072403Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_uint8 2022-09-27T15:55:37.6073384Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_uint8 2022-09-27T15:55:37.6073961Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_bfloat16 2022-09-27T15:55:37.6074575Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int32 2022-09-27T15:55:37.6340600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int64 2022-09-27T15:55:37.6366654Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float16 2022-09-27T15:55:37.8525057Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float32 2022-09-27T15:55:37.8545118Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_bfloat16 2022-09-27T15:55:37.8770236Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex128 2022-09-27T15:55:37.8770973Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int64 2022-09-27T15:55:38.0007395Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int8 2022-09-27T15:55:38.0019731Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-09-27T15:55:38.0648727Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:55:38.0664304Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float32 2022-09-27T15:55:38.0892886Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float64 2022-09-27T15:55:38.0905949Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int8 2022-09-27T15:55:38.3351063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_uint8 2022-09-27T15:55:38.3358892Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_uint8 2022-09-27T15:55:38.4324650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bfloat16 2022-09-27T15:55:38.4325522Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex128 2022-09-27T15:55:38.6073638Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex32 2022-09-27T15:55:38.6083774Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float64 2022-09-27T15:55:38.6521826Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int16 2022-09-27T15:55:38.6522597Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bfloat16 2022-09-27T15:55:38.8207807Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bool 2022-09-27T15:55:38.8208641Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:55:39.0120659Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:55:39.0153150Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int16 2022-09-27T15:55:39.0791754Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int32 2022-09-27T15:55:39.0792550Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bool 2022-09-27T15:55:39.2781412Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex128 2022-09-27T15:55:39.2805769Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex32 2022-09-27T15:55:39.4337231Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex64 2022-09-27T15:55:39.4429962Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int32 2022-09-27T15:55:39.4430974Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:55:39.4431587Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int64 2022-09-27T15:55:39.7294090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:55:39.7308434Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:55:39.7610344Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:55:39.7625689Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex128 2022-09-27T15:55:39.7974824Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex64 2022-09-27T15:55:39.7994200Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex64 2022-09-27T15:55:39.9226262Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float16 2022-09-27T15:55:39.9226907Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int64 2022-09-27T15:55:40.0980749Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int8 2022-09-27T15:55:40.0997748Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:55:40.2736865Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int16 2022-09-27T15:55:40.2745773Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float16 2022-09-27T15:55:40.3080034Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float32 2022-09-27T15:55:40.3092418Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex64 2022-09-27T15:55:40.3617395Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float32 2022-09-27T15:55:40.3645684Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int8 2022-09-27T15:55:40.4044538Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_uint8 2022-09-27T15:55:40.4045312Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int16 2022-09-27T15:55:40.5142787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int32 2022-09-27T15:55:40.5156074Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float32 2022-09-27T15:55:40.5629003Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float64 2022-09-27T15:55:40.5645128Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float32 2022-09-27T15:55:40.6787110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float64 2022-09-27T15:55:40.6802740Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int32 2022-09-27T15:55:40.7534363Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:55:40.7541543Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_uint8 2022-09-27T15:55:40.7799841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bfloat16 2022-09-27T15:55:40.7825002Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bfloat16 2022-09-27T15:55:40.8032480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bool 2022-09-27T15:55:40.8033256Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float64 2022-09-27T15:55:40.8048660Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int16 2022-09-27T15:55:40.8049369Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bool 2022-09-27T15:55:40.8276020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex128 2022-09-27T15:55:40.8287258Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex128 2022-09-27T15:55:40.8534098Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex32 2022-09-27T15:55:40.8546295Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex32 2022-09-27T15:55:40.8715374Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex64 2022-09-27T15:55:40.8736972Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float64 2022-09-27T15:55:40.8795573Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int16 2022-09-27T15:55:40.8828111Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex64 2022-09-27T15:55:40.9013811Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float16 2022-09-27T15:55:40.9046108Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float16 2022-09-27T15:55:40.9188449Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float32 2022-09-27T15:55:40.9205776Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int16 2022-09-27T15:55:40.9261222Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int32 2022-09-27T15:55:40.9268880Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float32 2022-09-27T15:55:40.9493612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float64 2022-09-27T15:55:40.9507042Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float64 2022-09-27T15:55:40.9746072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int16 2022-09-27T15:55:40.9805109Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int16 2022-09-27T15:55:40.9805750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int32 2022-09-27T15:55:40.9806435Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:55:40.9978718Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int8 2022-09-27T15:55:40.9986818Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int32 2022-09-27T15:55:41.0211450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int64 2022-09-27T15:55:41.0227440Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int64 2022-09-27T15:55:41.0425748Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int8 2022-09-27T15:55:41.0548552Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int32 2022-09-27T15:55:41.0549724Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int64 2022-09-27T15:55:41.0550353Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int8 2022-09-27T15:55:41.0689382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_uint8 2022-09-27T15:55:41.0697541Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_uint8 2022-09-27T15:55:41.1228522Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bfloat16 2022-09-27T15:55:41.1244438Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int16 2022-09-27T15:55:41.1662660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int32 2022-09-27T15:55:41.1674583Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int64 2022-09-27T15:55:41.2296243Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int8 2022-09-27T15:55:41.2303000Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int8 2022-09-27T15:55:41.2754308Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_uint8 2022-09-27T15:55:41.2765415Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int8 2022-09-27T15:55:41.3860688Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_uint8 2022-09-27T15:55:41.3871521Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_uint8 2022-09-27T15:55:41.4019123Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_bfloat16 2022-09-27T15:55:41.4020041Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int32 2022-09-27T15:55:41.5028287Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int64 2022-09-27T15:55:41.5029118Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_uint8 2022-09-27T15:55:41.6921011Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_bfloat16 2022-09-27T15:55:41.6950494Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int64 2022-09-27T15:55:41.7953141Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int8 2022-09-27T15:55:41.7954222Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_bfloat16 2022-09-27T15:55:41.8693567Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:55:41.8700343Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bfloat16 2022-09-27T15:55:41.9580095Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bool 2022-09-27T15:55:41.9591015Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int8 2022-09-27T15:55:42.0050055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_uint8 2022-09-27T15:55:42.0061253Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_bfloat16 2022-09-27T15:55:42.0315805Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex128 2022-09-27T15:55:42.0316519Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:55:42.1781751Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:55:42.1797832Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_uint8 2022-09-27T15:55:42.1901426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bfloat16 2022-09-27T15:55:42.1902116Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bfloat16 2022-09-27T15:55:42.1948340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bool 2022-09-27T15:55:42.1960354Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bool 2022-09-27T15:55:42.2231518Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex128 2022-09-27T15:55:42.2232243Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex128 2022-09-27T15:55:42.2232907Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex32 2022-09-27T15:55:42.2233541Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex32 2022-09-27T15:55:42.2234163Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex64 2022-09-27T15:55:42.2234821Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex64 2022-09-27T15:55:42.2376404Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bool 2022-09-27T15:55:42.2377369Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float16 2022-09-27T15:55:42.2378073Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float16 2022-09-27T15:55:42.2378819Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float16 2022-09-27T15:55:42.2402774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float32 2022-09-27T15:55:42.2427615Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float32 2022-09-27T15:55:42.2722314Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float64 2022-09-27T15:55:42.2723036Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float64 2022-09-27T15:55:42.2723693Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int16 2022-09-27T15:55:42.2724458Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int16 2022-09-27T15:55:42.2725116Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int32 2022-09-27T15:55:42.2725779Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int32 2022-09-27T15:55:42.2726401Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int64 2022-09-27T15:55:42.2727067Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int64 2022-09-27T15:55:42.2759813Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int8 2022-09-27T15:55:42.2768760Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int8 2022-09-27T15:55:42.2825961Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_uint8 2022-09-27T15:55:42.2840238Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_uint8 2022-09-27T15:55:42.2920840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bfloat16 2022-09-27T15:55:42.2984453Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bfloat16 2022-09-27T15:55:42.2997411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bool 2022-09-27T15:55:42.3004482Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bool 2022-09-27T15:55:42.3102796Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex128 2022-09-27T15:55:42.3122038Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex128 2022-09-27T15:55:42.3199627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex32 2022-09-27T15:55:42.3226274Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex32 2022-09-27T15:55:42.3285752Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex64 2022-09-27T15:55:42.3312166Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex64 2022-09-27T15:55:42.3398762Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float16 2022-09-27T15:55:42.3401315Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float16 2022-09-27T15:55:42.3464121Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float32 2022-09-27T15:55:42.3482875Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float32 2022-09-27T15:55:42.3561126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float64 2022-09-27T15:55:42.3561763Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float64 2022-09-27T15:55:42.3614523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int16 2022-09-27T15:55:42.3626411Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int16 2022-09-27T15:55:42.3678229Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int32 2022-09-27T15:55:42.3691442Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int32 2022-09-27T15:55:42.3743454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int64 2022-09-27T15:55:42.3762710Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int64 2022-09-27T15:55:42.3877727Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int8 2022-09-27T15:55:42.3878602Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int8 2022-09-27T15:55:42.3879229Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_uint8 2022-09-27T15:55:42.3986677Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_uint8 2022-09-27T15:55:42.3990075Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bfloat16 2022-09-27T15:55:42.4008960Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:55:42.4009664Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int16 2022-09-27T15:55:42.4010321Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bfloat16 2022-09-27T15:55:42.4067034Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bool 2022-09-27T15:55:42.4104410Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bool 2022-09-27T15:55:42.4173032Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex128 2022-09-27T15:55:42.4220263Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex128 2022-09-27T15:55:42.4293491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex32 2022-09-27T15:55:42.4295095Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex32 2022-09-27T15:55:42.4393145Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex64 2022-09-27T15:55:42.4418694Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex64 2022-09-27T15:55:42.4511855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float16 2022-09-27T15:55:42.4512572Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float16 2022-09-27T15:55:42.4591815Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float32 2022-09-27T15:55:42.4600158Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float32 2022-09-27T15:55:42.4690732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float64 2022-09-27T15:55:42.4724890Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float64 2022-09-27T15:55:42.4774546Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int16 2022-09-27T15:55:42.4794808Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int16 2022-09-27T15:55:42.4901071Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int32 2022-09-27T15:55:42.4901956Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int32 2022-09-27T15:55:42.4951868Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int64 2022-09-27T15:55:42.4962727Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int64 2022-09-27T15:55:42.5039578Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int8 2022-09-27T15:55:42.5048280Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int8 2022-09-27T15:55:42.5139456Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_uint8 2022-09-27T15:55:42.5140383Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_uint8 2022-09-27T15:55:42.5470519Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_bool 2022-09-27T15:55:42.5471598Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int16 2022-09-27T15:55:42.6905437Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int32 2022-09-27T15:55:42.6906361Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int32 2022-09-27T15:55:42.7693080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int64 2022-09-27T15:55:42.7693961Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_bool 2022-09-27T15:55:42.8866875Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int16 2022-09-27T15:55:42.8914548Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int64 2022-09-27T15:55:42.9861946Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int8 2022-09-27T15:55:42.9873807Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int16 2022-09-27T15:55:43.0023328Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int32 2022-09-27T15:55:43.0024533Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int8 2022-09-27T15:55:43.1154138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_uint8 2022-09-27T15:55:43.1184492Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_uint8 2022-09-27T15:55:43.1282216Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_bfloat16 2022-09-27T15:55:43.1282943Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex128 2022-09-27T15:55:43.1432647Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex64 2022-09-27T15:55:43.1433292Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_bfloat16 2022-09-27T15:55:43.1607173Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex128 2022-09-27T15:55:43.1613941Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex128 2022-09-27T15:55:43.1849934Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex64 2022-09-27T15:55:43.1850944Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex64 2022-09-27T15:55:43.2079643Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float16 2022-09-27T15:55:43.2080464Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float16 2022-09-27T15:55:43.2259133Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float32 2022-09-27T15:55:43.2266940Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float32 2022-09-27T15:55:43.2440085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float64 2022-09-27T15:55:43.2453835Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int32 2022-09-27T15:55:43.2463253Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float64 2022-09-27T15:55:43.2464947Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int64 2022-09-27T15:55:43.2653256Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bfloat16 2022-09-27T15:55:43.2654773Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bfloat16 2022-09-27T15:55:43.2655419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bool 2022-09-27T15:55:43.2656251Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bool 2022-09-27T15:55:43.2659549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex128 2022-09-27T15:55:43.2660273Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex128 2022-09-27T15:55:43.2660892Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex32 2022-09-27T15:55:43.2743298Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex32 2022-09-27T15:55:43.2743881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex64 2022-09-27T15:55:43.2744431Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex64 2022-09-27T15:55:43.2744950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float16 2022-09-27T15:55:43.2785798Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float16 2022-09-27T15:55:43.2786819Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float32 2022-09-27T15:55:43.2793358Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float16 2022-09-27T15:55:43.2840201Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float32 2022-09-27T15:55:43.2844052Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float64 2022-09-27T15:55:43.2844705Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float32 2022-09-27T15:55:43.2973426Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float64 2022-09-27T15:55:43.2974160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int16 2022-09-27T15:55:43.2974825Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int16 2022-09-27T15:55:43.3007371Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int32 2022-09-27T15:55:43.3008082Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int32 2022-09-27T15:55:43.3009918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int64 2022-09-27T15:55:43.3010749Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int64 2022-09-27T15:55:43.3017681Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int8 2022-09-27T15:55:43.3026606Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int8 2022-09-27T15:55:43.3078904Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_uint8 2022-09-27T15:55:43.3079717Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_uint8 2022-09-27T15:55:43.3685691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bfloat16 2022-09-27T15:55:43.3686519Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bfloat16 2022-09-27T15:55:43.4045791Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bool 2022-09-27T15:55:43.4046708Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bool 2022-09-27T15:55:43.4586613Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex128 2022-09-27T15:55:43.4615157Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex128 2022-09-27T15:55:43.5304563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex32 2022-09-27T15:55:43.5305534Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex32 2022-09-27T15:55:43.5612288Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex64 2022-09-27T15:55:43.5613210Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int64 2022-09-27T15:55:43.6010627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int8 2022-09-27T15:55:43.6026050Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex64 2022-09-27T15:55:43.6654678Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float16 2022-09-27T15:55:43.6689578Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float16 2022-09-27T15:55:43.7268316Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float32 2022-09-27T15:55:43.7287114Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float32 2022-09-27T15:55:43.7729956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float64 2022-09-27T15:55:43.7744740Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float32 2022-09-27T15:55:43.8130892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float64 2022-09-27T15:55:43.8172027Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float64 2022-09-27T15:55:43.8612600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int16 2022-09-27T15:55:43.8613872Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int16 2022-09-27T15:55:43.9166066Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int32 2022-09-27T15:55:43.9167426Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int32 2022-09-27T15:55:43.9168117Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int8 2022-09-27T15:55:43.9168766Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int64 2022-09-27T15:55:43.9785030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_uint8 2022-09-27T15:55:43.9785930Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int64 2022-09-27T15:55:44.0252983Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int8 2022-09-27T15:55:44.0254096Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int8 2022-09-27T15:55:44.0300734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_uint8 2022-09-27T15:55:44.0309207Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex64 2022-09-27T15:55:44.0770032Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float16 2022-09-27T15:55:44.0770988Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_uint8 2022-09-27T15:55:44.3080990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_bfloat16 2022-09-27T15:55:44.3081991Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_uint8 2022-09-27T15:55:44.3753064Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int16 2022-09-27T15:55:44.3754002Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_bfloat16 2022-09-27T15:55:44.4434193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex128 2022-09-27T15:55:44.4435139Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float64 2022-09-27T15:55:44.7681225Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int16 2022-09-27T15:55:44.7682471Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int16 2022-09-27T15:55:44.8899063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int32 2022-09-27T15:55:44.8900347Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float16 2022-09-27T15:55:44.9116497Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float32 2022-09-27T15:55:44.9137396Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int16 2022-09-27T15:55:45.0123621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int32 2022-09-27T15:55:45.0185817Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex128 2022-09-27T15:55:45.2562907Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex32 2022-09-27T15:55:45.2583357Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int32 2022-09-27T15:55:45.3938391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:55:45.3939261Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float32 2022-09-27T15:55:45.3939900Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float64 2022-09-27T15:55:45.3940501Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int32 2022-09-27T15:55:45.8205431Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int64 2022-09-27T15:55:45.8227946Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:55:45.8405544Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int8 2022-09-27T15:55:45.8406432Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex32 2022-09-27T15:55:45.8816274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex64 2022-09-27T15:55:45.8842807Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int64 2022-09-27T15:55:45.9466251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int8 2022-09-27T15:55:45.9467089Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float64 2022-09-27T15:55:46.0623745Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int16 2022-09-27T15:55:46.0652241Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int8 2022-09-27T15:55:46.2155424Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_uint8 2022-09-27T15:55:46.2165420Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int16 2022-09-27T15:55:46.2316062Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int32 2022-09-27T15:55:46.2332983Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int8 2022-09-27T15:55:46.2422991Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_uint8 2022-09-27T15:55:46.2428825Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex64 2022-09-27T15:55:46.2794191Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float16 2022-09-27T15:55:46.2795168Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_uint8 2022-09-27T15:55:46.4796255Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_bool 2022-09-27T15:55:46.4811689Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_bool 2022-09-27T15:55:46.5312086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int16 2022-09-27T15:55:46.5318265Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int32 2022-09-27T15:55:46.5831734Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int64 2022-09-27T15:55:46.5832454Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_uint8 2022-09-27T15:55:46.6204020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_bfloat16 2022-09-27T15:55:46.6233962Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float16 2022-09-27T15:55:46.6234965Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float32 2022-09-27T15:55:46.6240411Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int16 2022-09-27T15:55:46.6924047Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int32 2022-09-27T15:55:46.6939167Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_bfloat16 2022-09-27T15:55:46.7807985Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex128 2022-09-27T15:55:46.7809033Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int32 2022-09-27T15:55:46.7854996Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int64 2022-09-27T15:55:46.7872484Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex128 2022-09-27T15:55:46.8168556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex64 2022-09-27T15:55:46.8169450Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float32 2022-09-27T15:55:46.8640952Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float64 2022-09-27T15:55:46.8655805Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int64 2022-09-27T15:55:46.8781543Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int8 2022-09-27T15:55:46.8791068Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex64 2022-09-27T15:55:46.9266277Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float16 2022-09-27T15:55:46.9287004Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int64 2022-09-27T15:55:46.9877673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int8 2022-09-27T15:55:46.9878537Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float16 2022-09-27T15:55:47.0411212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float32 2022-09-27T15:55:47.0412009Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int8 2022-09-27T15:55:47.0508638Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_uint8 2022-09-27T15:55:47.0509545Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float64 2022-09-27T15:55:47.0774077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int16 2022-09-27T15:55:47.0774861Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float32 2022-09-27T15:55:47.1309886Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float64 2022-09-27T15:55:47.1332513Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int8 2022-09-27T15:55:47.1496914Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_uint8 2022-09-27T15:55:47.1504842Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int16 2022-09-27T15:55:47.1611756Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_uint8 2022-09-27T15:55:47.1612570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int32 2022-09-27T15:55:47.1729324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_bool 2022-09-27T15:55:47.1730206Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float64 2022-09-27T15:55:47.2103289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-09-27T15:55:47.2118248Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-09-27T15:55:47.2543316Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:55:47.2544361Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:55:47.2672030Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:55:47.2774952Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int32 2022-09-27T15:55:47.2920888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int64 2022-09-27T15:55:47.2950669Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:55:47.3354311Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:55:47.3366158Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:55:47.3629149Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float16 2022-09-27T15:55:47.3659397Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_bool 2022-09-27T15:55:47.3753801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int16 2022-09-27T15:55:47.3765253Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float16 2022-09-27T15:55:47.3968240Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int64 2022-09-27T15:55:47.3969088Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:55:47.3969818Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int8 2022-09-27T15:55:47.3970407Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_uint8 2022-09-27T15:55:47.4151326Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_bool 2022-09-27T15:55:47.4192522Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:55:47.4225479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:55:47.4234275Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_bool 2022-09-27T15:55:47.4651351Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex128 2022-09-27T15:55:47.4652331Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:55:47.4821860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int16 2022-09-27T15:55:47.4822692Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex128 2022-09-27T15:55:47.4823369Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex64 2022-09-27T15:55:47.4824213Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int8 2022-09-27T15:55:47.4981881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_uint8 2022-09-27T15:55:47.5015380Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int16 2022-09-27T15:55:47.5127445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int32 2022-09-27T15:55:47.5152122Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex64 2022-09-27T15:55:47.5376534Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float32 2022-09-27T15:55:47.5392240Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int32 2022-09-27T15:55:47.5626152Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:55:47.5626949Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float32 2022-09-27T15:55:47.5774532Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float64 2022-09-27T15:55:47.5789003Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_uint8 2022-09-27T15:55:47.5789836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_bfloat16 2022-09-27T15:55:47.5790641Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:55:47.5802120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int8 2022-09-27T15:55:47.5893221Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int16 2022-09-27T15:55:47.6305577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int32 2022-09-27T15:55:47.6306652Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float64 2022-09-27T15:55:47.6307210Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int16 2022-09-27T15:55:47.6307783Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int8 2022-09-27T15:55:47.6308419Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_uint8 2022-09-27T15:55:47.6309011Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int16 2022-09-27T15:55:47.6560810Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int32 2022-09-27T15:55:47.6575649Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_uint8 2022-09-27T15:55:47.6645543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-09-27T15:55:47.6657604Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int32 2022-09-27T15:55:47.6766106Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float32 2022-09-27T15:55:47.6854262Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float32 2022-09-27T15:55:47.6862684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float64 2022-09-27T15:55:47.6891954Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float64 2022-09-27T15:55:47.6954995Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int16 2022-09-27T15:55:47.6981012Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int16 2022-09-27T15:55:47.7005958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int32 2022-09-27T15:55:47.7019640Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-09-27T15:55:47.7029616Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:55:47.7057365Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int32 2022-09-27T15:55:47.7120961Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int64 2022-09-27T15:55:47.7128028Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int64 2022-09-27T15:55:47.7199392Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int8 2022-09-27T15:55:47.7208578Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int8 2022-09-27T15:55:47.7285349Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_uint8 2022-09-27T15:55:47.7296261Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_uint8 2022-09-27T15:55:47.7339988Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bfloat16 2022-09-27T15:55:47.7351763Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bfloat16 2022-09-27T15:55:47.7390667Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bool 2022-09-27T15:55:47.7401628Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bool 2022-09-27T15:55:47.7416477Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex128 2022-09-27T15:55:47.7426447Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:55:47.7447778Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:55:47.7459040Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex128 2022-09-27T15:55:47.7505716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex64 2022-09-27T15:55:47.7517543Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex64 2022-09-27T15:55:47.7562059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float16 2022-09-27T15:55:47.7573255Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float16 2022-09-27T15:55:47.7620327Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float32 2022-09-27T15:55:47.7630806Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float32 2022-09-27T15:55:47.7669193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float64 2022-09-27T15:55:47.7680599Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float64 2022-09-27T15:55:47.7715301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int16 2022-09-27T15:55:47.7726398Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int16 2022-09-27T15:55:47.7760747Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int32 2022-09-27T15:55:47.7775692Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int32 2022-09-27T15:55:47.7807896Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int64 2022-09-27T15:55:47.7818353Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int64 2022-09-27T15:55:47.7826714Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int8 2022-09-27T15:55:47.7837230Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:55:47.7852928Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:55:47.7864054Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int8 2022-09-27T15:55:47.7903668Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_uint8 2022-09-27T15:55:47.7914707Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_uint8 2022-09-27T15:55:47.7952355Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bfloat16 2022-09-27T15:55:47.7963544Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bfloat16 2022-09-27T15:55:47.8008930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bool 2022-09-27T15:55:47.8009732Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bool 2022-09-27T15:55:47.8033266Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex128 2022-09-27T15:55:47.8044058Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int32 2022-09-27T15:55:47.8052992Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int64 2022-09-27T15:55:47.8109044Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex128 2022-09-27T15:55:47.8109964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex64 2022-09-27T15:55:47.8114377Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex64 2022-09-27T15:55:47.8159288Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float16 2022-09-27T15:55:47.8210089Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float16 2022-09-27T15:55:47.8210790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float32 2022-09-27T15:55:47.8215646Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float32 2022-09-27T15:55:47.8238246Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float64 2022-09-27T15:55:47.8248675Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:55:47.8256147Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float16 2022-09-27T15:55:47.8266488Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float64 2022-09-27T15:55:47.8303804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int16 2022-09-27T15:55:47.8314043Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int16 2022-09-27T15:55:47.8350129Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int32 2022-09-27T15:55:47.8360293Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int32 2022-09-27T15:55:47.8395688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int64 2022-09-27T15:55:47.8407062Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int64 2022-09-27T15:55:47.8442569Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int8 2022-09-27T15:55:47.8453115Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int8 2022-09-27T15:55:47.8489156Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_uint8 2022-09-27T15:55:47.8500622Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_uint8 2022-09-27T15:55:47.8628642Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bfloat16 2022-09-27T15:55:47.8645007Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float16 2022-09-27T15:55:47.9011050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:55:47.9024303Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:55:47.9442530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:55:47.9443483Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:55:47.9792230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int16 2022-09-27T15:55:47.9806072Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int16 2022-09-27T15:55:47.9810044Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int32 2022-09-27T15:55:47.9824668Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_bfloat16 2022-09-27T15:55:48.0215474Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex128 2022-09-27T15:55:48.0216553Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int32 2022-09-27T15:55:48.0549998Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:55:48.0551170Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int64 2022-09-27T15:55:48.0605685Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int8 2022-09-27T15:55:48.0606458Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:55:48.0955468Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int8 2022-09-27T15:55:48.0967095Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int8 2022-09-27T15:55:48.1373349Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_uint8 2022-09-27T15:55:48.1385350Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_uint8 2022-09-27T15:55:48.2810779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bfloat16 2022-09-27T15:55:48.2825649Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int8 2022-09-27T15:55:48.3582310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_uint8 2022-09-27T15:55:48.3592398Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bfloat16 2022-09-27T15:55:48.4957591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bool 2022-09-27T15:55:48.4964194Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_uint8 2022-09-27T15:55:48.6974264Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_bool 2022-09-27T15:55:48.6991786Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_bool 2022-09-27T15:55:48.7567828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int16 2022-09-27T15:55:48.7573667Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bool 2022-09-27T15:55:48.9034494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex128 2022-09-27T15:55:48.9035542Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex128 2022-09-27T15:55:48.9129807Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex64 2022-09-27T15:55:48.9177000Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int16 2022-09-27T15:55:48.9315870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int32 2022-09-27T15:55:48.9316803Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bfloat16 2022-09-27T15:55:49.2731852Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bool 2022-09-27T15:55:49.2732972Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int32 2022-09-27T15:55:49.4577027Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int64 2022-09-27T15:55:49.4589649Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bool 2022-09-27T15:55:49.7185912Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float16 2022-09-27T15:55:49.7222753Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int64 2022-09-27T15:55:49.8836885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int8 2022-09-27T15:55:49.8837783Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex64 2022-09-27T15:55:50.0208012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float16 2022-09-27T15:55:50.0208981Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int8 2022-09-27T15:55:50.0989851Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_uint8 2022-09-27T15:55:50.0990713Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex128 2022-09-27T15:55:50.3973354Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex64 2022-09-27T15:55:50.4070465Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_uint8 2022-09-27T15:55:50.4071257Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_shapes_cpu_float32 2022-09-27T15:55:50.4071935Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_shapes_cpu_float32 2022-09-27T15:55:50.4220411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bfloat16 2022-09-27T15:55:50.4230952Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bfloat16 2022-09-27T15:55:50.4380019Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bool 2022-09-27T15:55:50.4381033Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bool 2022-09-27T15:55:50.4522293Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:55:50.4556908Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:55:50.4689537Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:55:50.4720095Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:55:50.4884698Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float16 2022-09-27T15:55:50.4885791Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float16 2022-09-27T15:55:50.5002930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float32 2022-09-27T15:55:50.5034635Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float32 2022-09-27T15:55:50.5200444Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float64 2022-09-27T15:55:50.5201582Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float64 2022-09-27T15:55:50.5284487Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int16 2022-09-27T15:55:50.5311667Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int16 2022-09-27T15:55:50.5422376Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int32 2022-09-27T15:55:50.5423359Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int32 2022-09-27T15:55:50.5506321Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int64 2022-09-27T15:55:50.5521427Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int64 2022-09-27T15:55:50.5653214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int8 2022-09-27T15:55:50.5694270Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int8 2022-09-27T15:55:50.5806592Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_uint8 2022-09-27T15:55:50.5807558Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_uint8 2022-09-27T15:55:50.5891722Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bfloat16 2022-09-27T15:55:50.5930894Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bfloat16 2022-09-27T15:55:50.5966202Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bool 2022-09-27T15:55:50.6123156Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bool 2022-09-27T15:55:50.6133503Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex128 2022-09-27T15:55:50.6134296Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex128 2022-09-27T15:55:50.6135002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex64 2022-09-27T15:55:50.6135719Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex64 2022-09-27T15:55:50.6203865Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float16 2022-09-27T15:55:50.6229000Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float16 2022-09-27T15:55:50.6379669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float32 2022-09-27T15:55:50.6380538Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float32 2022-09-27T15:55:50.6381354Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float64 2022-09-27T15:55:50.6382034Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float64 2022-09-27T15:55:50.6426382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int16 2022-09-27T15:55:50.6435949Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int16 2022-09-27T15:55:50.6488405Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int32 2022-09-27T15:55:50.6510545Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int32 2022-09-27T15:55:50.6567537Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int64 2022-09-27T15:55:50.6592586Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int64 2022-09-27T15:55:50.6716197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int8 2022-09-27T15:55:50.6717133Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int8 2022-09-27T15:55:50.6718040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_uint8 2022-09-27T15:55:50.6722551Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_uint8 2022-09-27T15:55:50.6867526Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bfloat16 2022-09-27T15:55:50.6886078Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bfloat16 2022-09-27T15:55:50.6984090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bool 2022-09-27T15:55:50.7237537Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bool 2022-09-27T15:55:50.7396117Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex128 2022-09-27T15:55:50.7397126Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex128 2022-09-27T15:55:50.7397880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex32 2022-09-27T15:55:50.7398628Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float16 2022-09-27T15:55:50.7558376Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float32 2022-09-27T15:55:50.7559199Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex32 2022-09-27T15:55:50.7670399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex64 2022-09-27T15:55:50.7671340Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex64 2022-09-27T15:55:50.7672061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float16 2022-09-27T15:55:50.7672717Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float16 2022-09-27T15:55:50.7838308Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float32 2022-09-27T15:55:50.7839028Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float16 2022-09-27T15:55:50.7918540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float32 2022-09-27T15:55:50.7919327Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float32 2022-09-27T15:55:50.8139376Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float64 2022-09-27T15:55:50.8140219Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float64 2022-09-27T15:55:50.8185672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int16 2022-09-27T15:55:50.8214942Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int16 2022-09-27T15:55:50.8354060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int32 2022-09-27T15:55:50.8355000Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int32 2022-09-27T15:55:50.8407380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int64 2022-09-27T15:55:50.8427666Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int64 2022-09-27T15:55:50.8535558Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int8 2022-09-27T15:55:50.8601424Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int8 2022-09-27T15:55:50.8845371Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_uint8 2022-09-27T15:55:50.8881687Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_uint8 2022-09-27T15:55:51.2468222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_bfloat16 2022-09-27T15:55:51.2491023Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_bfloat16 2022-09-27T15:55:51.2650063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float32 2022-09-27T15:55:51.2661955Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float32 2022-09-27T15:55:51.2951168Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float64 2022-09-27T15:55:51.2960905Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex64 2022-09-27T15:55:51.3449883Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float16 2022-09-27T15:55:51.3478689Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float32 2022-09-27T15:55:51.5472126Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float64 2022-09-27T15:55:51.5499734Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float32 2022-09-27T15:55:51.8023288Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float64 2022-09-27T15:55:51.8042760Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float64 2022-09-27T15:55:51.8813137Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int16 2022-09-27T15:55:51.8833056Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float64 2022-09-27T15:55:51.9181063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int16 2022-09-27T15:55:51.9194396Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float64 2022-09-27T15:55:52.0021068Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int16 2022-09-27T15:55:52.0022391Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int16 2022-09-27T15:55:52.0558030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int32 2022-09-27T15:55:52.0590578Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float16 2022-09-27T15:55:52.0655784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float32 2022-09-27T15:55:52.0656504Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int16 2022-09-27T15:55:52.1312686Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int32 2022-09-27T15:55:52.1320564Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int32 2022-09-27T15:55:52.2759860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int64 2022-09-27T15:55:52.2760920Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int64 2022-09-27T15:55:52.2905763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int8 2022-09-27T15:55:52.2909936Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int16 2022-09-27T15:55:52.3600550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int32 2022-09-27T15:55:52.3617288Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int32 2022-09-27T15:55:52.3894918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int64 2022-09-27T15:55:52.3903258Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int8 2022-09-27T15:55:52.4797618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_uint8 2022-09-27T15:55:52.4798704Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float32 2022-09-27T15:55:52.4948848Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float64 2022-09-27T15:55:52.5076426Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_uint8 2022-09-27T15:55:52.5353641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bfloat16 2022-09-27T15:55:52.5389009Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bfloat16 2022-09-27T15:55:52.5711143Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bool 2022-09-27T15:55:52.5711927Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bool 2022-09-27T15:55:52.6142596Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex128 2022-09-27T15:55:52.6175765Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex128 2022-09-27T15:55:52.6440488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex32 2022-09-27T15:55:52.6522003Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int64 2022-09-27T15:55:52.6620077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int8 2022-09-27T15:55:52.6629794Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex32 2022-09-27T15:55:52.6904922Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex64 2022-09-27T15:55:52.6905973Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int32 2022-09-27T15:55:52.7045069Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int64 2022-09-27T15:55:52.7045938Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex64 2022-09-27T15:55:52.7470131Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float16 2022-09-27T15:55:52.7596366Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float16 2022-09-27T15:55:52.7829730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float32 2022-09-27T15:55:52.7841999Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float32 2022-09-27T15:55:52.8204765Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float64 2022-09-27T15:55:52.8226140Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float64 2022-09-27T15:55:52.8532003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int16 2022-09-27T15:55:52.8546814Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int16 2022-09-27T15:55:52.8640798Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int32 2022-09-27T15:55:52.8654545Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int8 2022-09-27T15:55:52.8859307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_uint8 2022-09-27T15:55:52.8889318Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int32 2022-09-27T15:55:52.9175805Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int64 2022-09-27T15:55:52.9176581Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int64 2022-09-27T15:55:52.9473464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int8 2022-09-27T15:55:52.9479248Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float64 2022-09-27T15:55:52.9499784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int16 2022-09-27T15:55:52.9508175Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int8 2022-09-27T15:55:52.9829012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_uint8 2022-09-27T15:55:52.9839252Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_uint8 2022-09-27T15:55:53.0266455Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_bfloat16 2022-09-27T15:55:53.0292758Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_bfloat16 2022-09-27T15:55:53.0543226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float32 2022-09-27T15:55:53.0567431Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float32 2022-09-27T15:55:53.0796992Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float64 2022-09-27T15:55:53.0805070Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float64 2022-09-27T15:55:53.0829345Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_uint8 2022-09-27T15:55:53.0830049Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int16 2022-09-27T15:55:53.0985689Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_bool 2022-09-27T15:55:53.1042279Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int16 2022-09-27T15:55:53.1043157Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int32 2022-09-27T15:55:53.1043790Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int64 2022-09-27T15:55:53.1131946Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int8 2022-09-27T15:55:53.1238720Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_bool 2022-09-27T15:55:53.1239564Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex128 2022-09-27T15:55:53.1240207Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int32 2022-09-27T15:55:53.1434999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int64 2022-09-27T15:55:53.1435873Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int64 2022-09-27T15:55:53.1530254Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int8 2022-09-27T15:55:53.1612746Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex128 2022-09-27T15:55:53.1613636Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex64 2022-09-27T15:55:53.1614285Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int8 2022-09-27T15:55:53.1840205Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_uint8 2022-09-27T15:55:53.1840971Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_uint8 2022-09-27T15:55:53.1919780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bfloat16 2022-09-27T15:55:53.1929139Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex64 2022-09-27T15:55:53.2290139Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float32 2022-09-27T15:55:53.2300095Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float32 2022-09-27T15:55:53.2646103Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float64 2022-09-27T15:55:53.2653441Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float64 2022-09-27T15:55:53.2960825Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int16 2022-09-27T15:55:53.2976539Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int16 2022-09-27T15:55:53.3088422Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int32 2022-09-27T15:55:53.3102001Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int16 2022-09-27T15:55:53.3322249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int32 2022-09-27T15:55:53.3322902Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int32 2022-09-27T15:55:53.3596924Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int64 2022-09-27T15:55:53.3597546Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int64 2022-09-27T15:55:53.3883000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int8 2022-09-27T15:55:53.3902498Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int8 2022-09-27T15:55:53.4216038Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_uint8 2022-09-27T15:55:53.4221342Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_uint8 2022-09-27T15:55:53.4318545Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_bfloat16 2022-09-27T15:55:53.4335544Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_bfloat16 2022-09-27T15:55:53.4415977Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex128 2022-09-27T15:55:53.4423978Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex128 2022-09-27T15:55:53.4505300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex32 2022-09-27T15:55:53.4522993Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex32 2022-09-27T15:55:53.4601775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex64 2022-09-27T15:55:53.4611555Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex64 2022-09-27T15:55:53.4696992Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float16 2022-09-27T15:55:53.4705803Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float16 2022-09-27T15:55:53.4728207Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float32 2022-09-27T15:55:53.4740344Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int8 2022-09-27T15:55:53.4781721Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_uint8 2022-09-27T15:55:53.4816177Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float32 2022-09-27T15:55:53.4899299Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float64 2022-09-27T15:55:53.4899947Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float64 2022-09-27T15:55:53.4935014Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bfloat16 2022-09-27T15:55:53.4947072Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bfloat16 2022-09-27T15:55:53.4992622Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bool 2022-09-27T15:55:53.5007197Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bool 2022-09-27T15:55:53.5070256Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex128 2022-09-27T15:55:53.5077770Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex128 2022-09-27T15:55:53.5157412Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex32 2022-09-27T15:55:53.5158187Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex32 2022-09-27T15:55:53.5228139Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex64 2022-09-27T15:55:53.5228829Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex64 2022-09-27T15:55:53.5229453Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float16 2022-09-27T15:55:53.5230080Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bfloat16 2022-09-27T15:55:53.5298053Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float32 2022-09-27T15:55:53.5298719Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float16 2022-09-27T15:55:53.5365304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float32 2022-09-27T15:55:53.5366089Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float32 2022-09-27T15:55:53.5399699Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float64 2022-09-27T15:55:53.5427955Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float64 2022-09-27T15:55:53.5470548Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int16 2022-09-27T15:55:53.5480349Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int16 2022-09-27T15:55:53.5530706Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int32 2022-09-27T15:55:53.5544060Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int32 2022-09-27T15:55:53.5603979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int64 2022-09-27T15:55:53.5628468Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int64 2022-09-27T15:55:53.5665250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int8 2022-09-27T15:55:53.5698984Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int8 2022-09-27T15:55:53.5731451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_uint8 2022-09-27T15:55:53.5753389Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_uint8 2022-09-27T15:55:53.7219477Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bfloat16 2022-09-27T15:55:53.7228075Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int32 2022-09-27T15:55:53.8068298Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int64 2022-09-27T15:55:53.8102514Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bfloat16 2022-09-27T15:55:53.8492403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bool 2022-09-27T15:55:53.8493191Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_uint8 2022-09-27T15:55:53.8554100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bfloat16 2022-09-27T15:55:53.8564668Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bfloat16 2022-09-27T15:55:53.8630292Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bool 2022-09-27T15:55:53.8653385Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float32 2022-09-27T15:55:53.8677328Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float64 2022-09-27T15:55:53.8683221Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bool 2022-09-27T15:55:53.8815186Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex128 2022-09-27T15:55:53.8833456Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex128 2022-09-27T15:55:53.8946834Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex32 2022-09-27T15:55:53.8966624Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex32 2022-09-27T15:55:53.9084332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex64 2022-09-27T15:55:53.9104094Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex64 2022-09-27T15:55:53.9235699Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float16 2022-09-27T15:55:53.9286462Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float16 2022-09-27T15:55:53.9358880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float32 2022-09-27T15:55:53.9370393Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float32 2022-09-27T15:55:53.9495657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float64 2022-09-27T15:55:53.9524246Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float64 2022-09-27T15:55:53.9642067Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int16 2022-09-27T15:55:53.9642660Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int16 2022-09-27T15:55:53.9731844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int32 2022-09-27T15:55:53.9741750Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int32 2022-09-27T15:55:53.9885769Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bool 2022-09-27T15:55:53.9886546Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int64 2022-09-27T15:55:53.9887194Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex128 2022-09-27T15:55:53.9887894Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int64 2022-09-27T15:55:53.9969447Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int8 2022-09-27T15:55:54.0004386Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int8 2022-09-27T15:55:54.0079638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_uint8 2022-09-27T15:55:54.0179836Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_uint8 2022-09-27T15:55:54.1779484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bfloat16 2022-09-27T15:55:54.1807149Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int64 2022-09-27T15:55:54.2875876Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int8 2022-09-27T15:55:54.2900325Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float64 2022-09-27T15:55:54.4758159Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int16 2022-09-27T15:55:54.4761827Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex128 2022-09-27T15:55:54.5712282Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex32 2022-09-27T15:55:54.5713165Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int8 2022-09-27T15:55:54.6165077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_uint8 2022-09-27T15:55:54.6166129Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int16 2022-09-27T15:55:54.8751099Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int32 2022-09-27T15:55:54.8778531Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bfloat16 2022-09-27T15:55:54.9789162Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bool 2022-09-27T15:55:54.9790285Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int32 2022-09-27T15:55:54.9966704Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int64 2022-09-27T15:55:54.9967504Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_uint8 2022-09-27T15:55:55.2556804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_bfloat16 2022-09-27T15:55:55.2565959Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex32 2022-09-27T15:55:55.3571014Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex64 2022-09-27T15:55:55.3572244Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bool 2022-09-27T15:55:55.3785585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex128 2022-09-27T15:55:55.3802013Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_bfloat16 2022-09-27T15:55:55.4880881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float32 2022-09-27T15:55:55.4881507Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int64 2022-09-27T15:55:55.7513310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int8 2022-09-27T15:55:55.7517281Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex64 2022-09-27T15:55:55.7598331Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float16 2022-09-27T15:55:55.7606398Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float32 2022-09-27T15:55:55.9841727Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float64 2022-09-27T15:55:55.9842707Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int8 2022-09-27T15:55:56.1823882Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_uint8 2022-09-27T15:55:56.1831752Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float16 2022-09-27T15:55:56.2678009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float32 2022-09-27T15:55:56.2690413Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float64 2022-09-27T15:55:56.3295555Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int16 2022-09-27T15:55:56.3296850Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_uint8 2022-09-27T15:55:56.3817088Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bfloat16 2022-09-27T15:55:56.3817936Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex128 2022-09-27T15:55:56.4216434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex32 2022-09-27T15:55:56.4219434Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float32 2022-09-27T15:55:56.4227832Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int16 2022-09-27T15:55:56.4255956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float64 2022-09-27T15:55:56.6143660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int32 2022-09-27T15:55:56.6144732Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int32 2022-09-27T15:55:56.7762511Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int64 2022-09-27T15:55:56.7763157Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int64 2022-09-27T15:55:56.7763917Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int8 2022-09-27T15:55:56.7891948Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float64 2022-09-27T15:55:56.9078456Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int16 2022-09-27T15:55:56.9079407Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int16 2022-09-27T15:55:56.9294043Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int32 2022-09-27T15:55:56.9294822Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int8 2022-09-27T15:55:56.9868741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_uint8 2022-09-27T15:55:56.9869641Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bfloat16 2022-09-27T15:55:57.0410802Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bool 2022-09-27T15:55:57.0472767Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int32 2022-09-27T15:55:57.0510580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int64 2022-09-27T15:55:57.0525217Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_uint8 2022-09-27T15:55:57.0598575Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_bfloat16 2022-09-27T15:55:57.0599274Z [gw1] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_bfloat16 2022-09-27T15:55:57.1982523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float16 2022-09-27T15:55:57.2139655Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int64 2022-09-27T15:55:57.3070240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int8 2022-09-27T15:55:57.3091878Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int8 2022-09-27T15:55:57.3092614Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_uint8 2022-09-27T15:55:57.3122199Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bool 2022-09-27T15:55:57.4573277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float16 2022-09-27T15:55:57.4574164Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_uint8 2022-09-27T15:55:57.8756954Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bfloat16 2022-09-27T15:55:57.8757918Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bfloat16 2022-09-27T15:55:58.1265210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bool 2022-09-27T15:55:58.1289744Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float16 2022-09-27T15:55:58.3185954Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float32 2022-09-27T15:55:58.3200955Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex32 2022-09-27T15:55:58.3482349Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex64 2022-09-27T15:55:58.3499568Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bool 2022-09-27T15:55:58.4835078Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex128 2022-09-27T15:55:58.4852941Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float32 2022-09-27T15:55:58.9213640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float64 2022-09-27T15:55:58.9273726Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float16 2022-09-27T15:55:58.9302782Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float32 2022-09-27T15:55:58.9332483Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float64 2022-09-27T15:55:58.9982533Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int16 2022-09-27T15:55:58.9992308Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex128 2022-09-27T15:55:59.0609850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex64 2022-09-27T15:55:59.0629664Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int16 2022-09-27T15:55:59.1051290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int32 2022-09-27T15:55:59.1055152Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex64 2022-09-27T15:55:59.2669019Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float16 2022-09-27T15:55:59.2853203Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int32 2022-09-27T15:55:59.4831723Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int64 2022-09-27T15:55:59.4832531Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int64 2022-09-27T15:55:59.6825354Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int8 2022-09-27T15:55:59.6826301Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex64 2022-09-27T15:55:59.6827084Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float16 2022-09-27T15:55:59.6827685Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int8 2022-09-27T15:55:59.8287745Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_uint8 2022-09-27T15:55:59.8356629Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_uint8 2022-09-27T15:56:00.0282166Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bfloat16 2022-09-27T15:56:00.0297723Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bfloat16 2022-09-27T15:56:00.1282353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bool 2022-09-27T15:56:00.1283281Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float16 2022-09-27T15:56:00.2250889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float32 2022-09-27T15:56:00.2251859Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bool 2022-09-27T15:56:00.2950923Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float16 2022-09-27T15:56:00.2962749Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float16 2022-09-27T15:56:00.3500177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float32 2022-09-27T15:56:00.3518049Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float32 2022-09-27T15:56:00.3659562Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float64 2022-09-27T15:56:00.3660636Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float32 2022-09-27T15:56:00.6787254Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float64 2022-09-27T15:56:00.6788451Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float16 2022-09-27T15:56:00.7094404Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float32 2022-09-27T15:56:00.7123825Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float64 2022-09-27T15:56:00.8676080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int16 2022-09-27T15:56:00.8695208Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float32 2022-09-27T15:56:00.9423172Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float64 2022-09-27T15:56:00.9439298Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float32 2022-09-27T15:56:01.0512613Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float64 2022-09-27T15:56:01.0513656Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int16 2022-09-27T15:56:01.2009802Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int32 2022-09-27T15:56:01.2020610Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float64 2022-09-27T15:56:01.3549407Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int16 2022-09-27T15:56:01.3550334Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int32 2022-09-27T15:56:01.3959299Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int64 2022-09-27T15:56:01.3974396Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int16 2022-09-27T15:56:01.5695619Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int32 2022-09-27T15:56:01.5696555Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int32 2022-09-27T15:56:01.6896055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int64 2022-09-27T15:56:01.6897077Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int64 2022-09-27T15:56:01.7313840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int8 2022-09-27T15:56:01.7314861Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float64 2022-09-27T15:56:01.7578197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int16 2022-09-27T15:56:01.7592546Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int64 2022-09-27T15:56:01.8826225Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int8 2022-09-27T15:56:01.8834618Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int8 2022-09-27T15:56:01.9362962Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_uint8 2022-09-27T15:56:01.9363762Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int8 2022-09-27T15:56:01.9530344Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_uint8 2022-09-27T15:56:01.9539558Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float64 2022-09-27T15:56:02.0111406Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int16 2022-09-27T15:56:02.0118598Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_uint8 2022-09-27T15:56:02.1410906Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bfloat16 2022-09-27T15:56:02.1423126Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int16 2022-09-27T15:56:02.1666453Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int32 2022-09-27T15:56:02.1667750Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_uint8 2022-09-27T15:56:02.1689999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_bfloat16 2022-09-27T15:56:02.1705953Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_bfloat16 2022-09-27T15:56:02.2858565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float16 2022-09-27T15:56:02.2870047Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int16 2022-09-27T15:56:02.3750121Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int32 2022-09-27T15:56:02.3755002Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bfloat16 2022-09-27T15:56:02.5712817Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bool 2022-09-27T15:56:02.5716700Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int32 2022-09-27T15:56:02.6743786Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int64 2022-09-27T15:56:02.6744659Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int32 2022-09-27T15:56:02.7950381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int64 2022-09-27T15:56:02.7951379Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bool 2022-09-27T15:56:02.9535613Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex128 2022-09-27T15:56:02.9536582Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float16 2022-09-27T15:56:03.0475236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float32 2022-09-27T15:56:03.0476096Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int64 2022-09-27T15:56:03.0792298Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int8 2022-09-27T15:56:03.0793247Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int64 2022-09-27T15:56:03.2893111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int8 2022-09-27T15:56:03.2904530Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float32 2022-09-27T15:56:03.3350066Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float64 2022-09-27T15:56:03.3372253Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int8 2022-09-27T15:56:03.4552917Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_uint8 2022-09-27T15:56:03.4564727Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int8 2022-09-27T15:56:03.6194341Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_uint8 2022-09-27T15:56:03.6203661Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_uint8 2022-09-27T15:56:03.6443507Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bfloat16 2022-09-27T15:56:03.6444577Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex128 2022-09-27T15:56:03.8139096Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex64 2022-09-27T15:56:03.8140215Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float64 2022-09-27T15:56:03.8837221Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int16 2022-09-27T15:56:03.8837915Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_uint8 2022-09-27T15:56:04.0790959Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bfloat16 2022-09-27T15:56:04.0792180Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int16 2022-09-27T15:56:04.1337716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int32 2022-09-27T15:56:04.1338573Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bfloat16 2022-09-27T15:56:04.3421281Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bool 2022-09-27T15:56:04.3436036Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex64 2022-09-27T15:56:04.3493685Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float32 2022-09-27T15:56:04.3585611Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bool 2022-09-27T15:56:04.3642549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float16 2022-09-27T15:56:04.3643470Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int32 2022-09-27T15:56:04.6424928Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int64 2022-09-27T15:56:04.6437564Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float32 2022-09-27T15:56:04.6815029Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float64 2022-09-27T15:56:04.6835697Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int64 2022-09-27T15:56:04.9620280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int8 2022-09-27T15:56:04.9638584Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int8 2022-09-27T15:56:04.9907261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_uint8 2022-09-27T15:56:04.9908251Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float64 2022-09-27T15:56:05.0851669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int16 2022-09-27T15:56:05.0866706Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float16 2022-09-27T15:56:05.1614524Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float32 2022-09-27T15:56:05.1615496Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bfloat16 2022-09-27T15:56:05.1912623Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bool 2022-09-27T15:56:05.1924589Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_uint8 2022-09-27T15:56:05.2042846Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bfloat16 2022-09-27T15:56:05.2056339Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int16 2022-09-27T15:56:05.2088366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int32 2022-09-27T15:56:05.2101902Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bfloat16 2022-09-27T15:56:05.2232757Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bool 2022-09-27T15:56:05.2233567Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bool 2022-09-27T15:56:05.2465020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex128 2022-09-27T15:56:05.2483324Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex128 2022-09-27T15:56:05.2679162Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex64 2022-09-27T15:56:05.2695407Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex64 2022-09-27T15:56:05.2872570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float16 2022-09-27T15:56:05.2882784Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float16 2022-09-27T15:56:05.3057739Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float32 2022-09-27T15:56:05.3070463Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float32 2022-09-27T15:56:05.3234186Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float64 2022-09-27T15:56:05.3240452Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float64 2022-09-27T15:56:05.3389131Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int16 2022-09-27T15:56:05.3390068Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int16 2022-09-27T15:56:05.3430617Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int32 2022-09-27T15:56:05.3431476Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bool 2022-09-27T15:56:05.3537262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float16 2022-09-27T15:56:05.3548866Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int32 2022-09-27T15:56:05.3669319Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int64 2022-09-27T15:56:05.3680990Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int64 2022-09-27T15:56:05.3753265Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int8 2022-09-27T15:56:05.3827285Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float32 2022-09-27T15:56:05.3829219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float64 2022-09-27T15:56:05.3943345Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int8 2022-09-27T15:56:05.3975814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_uint8 2022-09-27T15:56:05.3996129Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_uint8 2022-09-27T15:56:05.4190926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bfloat16 2022-09-27T15:56:05.4202309Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bfloat16 2022-09-27T15:56:05.4324678Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bool 2022-09-27T15:56:05.4325408Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bool 2022-09-27T15:56:05.4521983Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex128 2022-09-27T15:56:05.4536077Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex128 2022-09-27T15:56:05.4759242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex32 2022-09-27T15:56:05.4775755Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex32 2022-09-27T15:56:05.4795594Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int32 2022-09-27T15:56:05.4796570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int64 2022-09-27T15:56:05.5054630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex64 2022-09-27T15:56:05.5055368Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex64 2022-09-27T15:56:05.5199681Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float16 2022-09-27T15:56:05.5217180Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float16 2022-09-27T15:56:05.5400639Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float32 2022-09-27T15:56:05.5407808Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float32 2022-09-27T15:56:05.5602440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float64 2022-09-27T15:56:05.5603269Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float64 2022-09-27T15:56:05.5738451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int16 2022-09-27T15:56:05.5739140Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int16 2022-09-27T15:56:05.5881966Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int32 2022-09-27T15:56:05.5882884Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int32 2022-09-27T15:56:05.6046938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int64 2022-09-27T15:56:05.6048092Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int64 2022-09-27T15:56:05.6049564Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int8 2022-09-27T15:56:05.6066964Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int8 2022-09-27T15:56:05.6183942Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_uint8 2022-09-27T15:56:05.6207804Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_uint8 2022-09-27T15:56:05.6577691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bfloat16 2022-09-27T15:56:05.6591510Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bfloat16 2022-09-27T15:56:05.6879210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bool 2022-09-27T15:56:05.6938708Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bool 2022-09-27T15:56:05.7290813Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex128 2022-09-27T15:56:05.7303115Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex128 2022-09-27T15:56:05.7742829Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex32 2022-09-27T15:56:05.7743700Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex32 2022-09-27T15:56:05.7810065Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex64 2022-09-27T15:56:05.7817364Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int64 2022-09-27T15:56:05.8126347Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int8 2022-09-27T15:56:05.8144799Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex64 2022-09-27T15:56:05.8511952Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float16 2022-09-27T15:56:05.8516130Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float64 2022-09-27T15:56:05.8518830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int16 2022-09-27T15:56:05.8537740Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float16 2022-09-27T15:56:05.8859907Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float32 2022-09-27T15:56:05.8881930Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float32 2022-09-27T15:56:05.9243342Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float64 2022-09-27T15:56:05.9255266Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float64 2022-09-27T15:56:05.9558658Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int16 2022-09-27T15:56:05.9559497Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int16 2022-09-27T15:56:05.9853205Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int32 2022-09-27T15:56:05.9869769Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int32 2022-09-27T15:56:06.0132264Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int64 2022-09-27T15:56:06.0161733Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int64 2022-09-27T15:56:06.0302807Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int8 2022-09-27T15:56:06.0315217Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int8 2022-09-27T15:56:06.0426134Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_uint8 2022-09-27T15:56:06.0446475Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int8 2022-09-27T15:56:06.0739584Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_uint8 2022-09-27T15:56:06.0764853Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_uint8 2022-09-27T15:56:06.0765649Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int16 2022-09-27T15:56:06.0769417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bfloat16 2022-09-27T15:56:06.0876661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int32 2022-09-27T15:56:06.0884182Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bfloat16 2022-09-27T15:56:06.1020222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bool 2022-09-27T15:56:06.1021189Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bool 2022-09-27T15:56:06.1206406Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex128 2022-09-27T15:56:06.1207400Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex128 2022-09-27T15:56:06.1239612Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex32 2022-09-27T15:56:06.1240332Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex32 2022-09-27T15:56:06.1368197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex64 2022-09-27T15:56:06.1380402Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex64 2022-09-27T15:56:06.1500851Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float16 2022-09-27T15:56:06.1511252Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float16 2022-09-27T15:56:06.1630161Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float32 2022-09-27T15:56:06.1644454Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float32 2022-09-27T15:56:06.1758320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float64 2022-09-27T15:56:06.1791984Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float64 2022-09-27T15:56:06.1937014Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int16 2022-09-27T15:56:06.1938461Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int16 2022-09-27T15:56:06.1939203Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int32 2022-09-27T15:56:06.1943063Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int32 2022-09-27T15:56:06.2015008Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int64 2022-09-27T15:56:06.2036040Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int64 2022-09-27T15:56:06.2104405Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int8 2022-09-27T15:56:06.2121553Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int8 2022-09-27T15:56:06.2201977Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_uint8 2022-09-27T15:56:06.2202843Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_uint8 2022-09-27T15:56:06.2406691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bfloat16 2022-09-27T15:56:06.2424879Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bfloat16 2022-09-27T15:56:06.2543414Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bool 2022-09-27T15:56:06.2554702Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bool 2022-09-27T15:56:06.2685823Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex128 2022-09-27T15:56:06.2700680Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_uint8 2022-09-27T15:56:06.2795723Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bfloat16 2022-09-27T15:56:06.2802666Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex128 2022-09-27T15:56:06.3009600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex64 2022-09-27T15:56:06.3018565Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex64 2022-09-27T15:56:06.3127009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float16 2022-09-27T15:56:06.3145681Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int32 2022-09-27T15:56:06.3245443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int64 2022-09-27T15:56:06.3246214Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float16 2022-09-27T15:56:06.3439708Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float32 2022-09-27T15:56:06.3456090Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float32 2022-09-27T15:56:06.3636249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float64 2022-09-27T15:56:06.3640008Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float64 2022-09-27T15:56:06.3788158Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int16 2022-09-27T15:56:06.3801368Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int16 2022-09-27T15:56:06.3944736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int32 2022-09-27T15:56:06.3945514Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int32 2022-09-27T15:56:06.4073052Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int64 2022-09-27T15:56:06.4083218Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int64 2022-09-27T15:56:06.4242374Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int8 2022-09-27T15:56:06.4243207Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int8 2022-09-27T15:56:06.4357549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_uint8 2022-09-27T15:56:06.4461523Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_uint8 2022-09-27T15:56:06.5864029Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_bfloat16 2022-09-27T15:56:06.5864842Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int64 2022-09-27T15:56:06.7691473Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int8 2022-09-27T15:56:06.7704295Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_bfloat16 2022-09-27T15:56:06.7848243Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float32 2022-09-27T15:56:06.7849113Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int8 2022-09-27T15:56:06.7994494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_uint8 2022-09-27T15:56:06.7995302Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float16 2022-09-27T15:56:06.8819025Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float32 2022-09-27T15:56:06.8819913Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bfloat16 2022-09-27T15:56:06.9881580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bool 2022-09-27T15:56:06.9896562Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_uint8 2022-09-27T15:56:07.0520142Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bfloat16 2022-09-27T15:56:07.0567071Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float32 2022-09-27T15:56:07.3223986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float64 2022-09-27T15:56:07.3236170Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bool 2022-09-27T15:56:07.4549763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex128 2022-09-27T15:56:07.4550644Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float64 2022-09-27T15:56:07.4551301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int16 2022-09-27T15:56:07.4591400Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bfloat16 2022-09-27T15:56:07.5578556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bool 2022-09-27T15:56:07.5588530Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int16 2022-09-27T15:56:07.6718857Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int32 2022-09-27T15:56:07.6719638Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bool 2022-09-27T15:56:07.7151178Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float16 2022-09-27T15:56:07.7151896Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int32 2022-09-27T15:56:07.8151982Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int64 2022-09-27T15:56:07.8153082Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float32 2022-09-27T15:56:07.8449530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float64 2022-09-27T15:56:07.8507619Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int64 2022-09-27T15:56:07.9642178Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int8 2022-09-27T15:56:07.9642981Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int8 2022-09-27T15:56:08.1027108Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_uint8 2022-09-27T15:56:08.1028000Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_uint8 2022-09-27T15:56:08.1122237Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bfloat16 2022-09-27T15:56:08.1122925Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex128 2022-09-27T15:56:08.4243450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex64 2022-09-27T15:56:08.4244403Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float16 2022-09-27T15:56:08.4245047Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float32 2022-09-27T15:56:08.4245669Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bfloat16 2022-09-27T15:56:08.7342550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bool 2022-09-27T15:56:08.7357891Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex64 2022-09-27T15:56:08.8038672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float32 2022-09-27T15:56:08.8039688Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float32 2022-09-27T15:56:08.8429475Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float64 2022-09-27T15:56:08.8430411Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bool 2022-09-27T15:56:08.9688240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex128 2022-09-27T15:56:08.9735342Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float64 2022-09-27T15:56:09.0530364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int16 2022-09-27T15:56:09.0542107Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float32 2022-09-27T15:56:09.1020360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float64 2022-09-27T15:56:09.1021422Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int16 2022-09-27T15:56:09.2598380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int32 2022-09-27T15:56:09.2613693Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int32 2022-09-27T15:56:09.2792641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int64 2022-09-27T15:56:09.2846549Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float64 2022-09-27T15:56:09.4017301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int16 2022-09-27T15:56:09.4018121Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float64 2022-09-27T15:56:09.4215947Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int16 2022-09-27T15:56:09.4236289Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int64 2022-09-27T15:56:09.5220731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int8 2022-09-27T15:56:09.5246434Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int16 2022-09-27T15:56:09.5296834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int32 2022-09-27T15:56:09.5310141Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex128 2022-09-27T15:56:09.5453105Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex64 2022-09-27T15:56:09.5453956Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int8 2022-09-27T15:56:09.6683351Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_uint8 2022-09-27T15:56:09.6695156Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_uint8 2022-09-27T15:56:09.6813649Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bfloat16 2022-09-27T15:56:09.6822904Z [gw3] [ 65%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bfloat16 2022-09-27T15:56:09.6925486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bool 2022-09-27T15:56:09.6934873Z [gw3] [ 65%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bool 2022-09-27T15:56:09.6954404Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int16 2022-09-27T15:56:09.6955126Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex128 2022-09-27T15:56:09.7053895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int32 2022-09-27T15:56:09.7061173Z [gw3] [ 65%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex128 2022-09-27T15:56:09.7160404Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex32 2022-09-27T15:56:09.7173855Z [gw3] [ 65%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex32 2022-09-27T15:56:09.7277711Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex64 2022-09-27T15:56:09.7289728Z [gw3] [ 65%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex64 2022-09-27T15:56:09.7391132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float16 2022-09-27T15:56:09.7408327Z [gw3] [ 65%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float16 2022-09-27T15:56:09.7514699Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float32 2022-09-27T15:56:09.7533210Z [gw3] [ 65%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float32 2022-09-27T15:56:09.7637113Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float64 2022-09-27T15:56:09.7664917Z [gw3] [ 65%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float64 2022-09-27T15:56:09.7747416Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int16 2022-09-27T15:56:09.7756633Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int32 2022-09-27T15:56:09.7888534Z [gw3] [ 65%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int16 2022-09-27T15:56:09.7889451Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int32 2022-09-27T15:56:09.7890013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int64 2022-09-27T15:56:09.7890594Z [gw3] [ 65%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int32 2022-09-27T15:56:09.7967657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int64 2022-09-27T15:56:09.8047679Z [gw3] [ 65%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int64 2022-09-27T15:56:09.8223707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int8 2022-09-27T15:56:09.8225310Z [gw3] [ 65%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int8 2022-09-27T15:56:09.8226051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_uint8 2022-09-27T15:56:09.8226650Z [gw3] [ 65%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_uint8 2022-09-27T15:56:09.9704613Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_bfloat16 2022-09-27T15:56:09.9705622Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_bfloat16 2022-09-27T15:56:09.9802356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float32 2022-09-27T15:56:09.9803294Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int32 2022-09-27T15:56:10.0770507Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int64 2022-09-27T15:56:10.0771239Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int64 2022-09-27T15:56:10.1020570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int8 2022-09-27T15:56:10.1050614Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float32 2022-09-27T15:56:10.1051370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float64 2022-09-27T15:56:10.1194175Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex64 2022-09-27T15:56:10.2376417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float32 2022-09-27T15:56:10.2377246Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float64 2022-09-27T15:56:10.3344122Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bfloat16 2022-09-27T15:56:10.3344966Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int64 2022-09-27T15:56:10.3418986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int8 2022-09-27T15:56:10.3534433Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int8 2022-09-27T15:56:10.4156308Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_uint8 2022-09-27T15:56:10.4186836Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float32 2022-09-27T15:56:10.6330286Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float64 2022-09-27T15:56:10.6337617Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_uint8 2022-09-27T15:56:10.6393826Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_bfloat16 2022-09-27T15:56:10.6394614Z [gw1] [ 65%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_bfloat16 2022-09-27T15:56:10.7297004Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float16 2022-09-27T15:56:10.7372232Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int8 2022-09-27T15:56:10.7944102Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_uint8 2022-09-27T15:56:10.7944934Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float64 2022-09-27T15:56:11.0978678Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int16 2022-09-27T15:56:11.0992626Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int16 2022-09-27T15:56:11.1346344Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int32 2022-09-27T15:56:11.1347424Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bfloat16 2022-09-27T15:56:11.2012851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bool 2022-09-27T15:56:11.2014034Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_uint8 2022-09-27T15:56:11.4426689Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bfloat16 2022-09-27T15:56:11.4427629Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int32 2022-09-27T15:56:11.5476009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int64 2022-09-27T15:56:11.5494847Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float16 2022-09-27T15:56:11.6087565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float32 2022-09-27T15:56:11.6099878Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bool 2022-09-27T15:56:11.6204106Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex128 2022-09-27T15:56:11.6218960Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bfloat16 2022-09-27T15:56:11.7525960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bool 2022-09-27T15:56:11.7552172Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int64 2022-09-27T15:56:11.9866631Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int8 2022-09-27T15:56:11.9899662Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int8 2022-09-27T15:56:11.9989332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_uint8 2022-09-27T15:56:11.9990146Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float32 2022-09-27T15:56:12.0765749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float64 2022-09-27T15:56:12.0796958Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bool 2022-09-27T15:56:12.2493245Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex128 2022-09-27T15:56:12.2612621Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_uint8 2022-09-27T15:56:12.5022912Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_bfloat16 2022-09-27T15:56:12.5034725Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex128 2022-09-27T15:56:12.5417139Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex64 2022-09-27T15:56:12.5417828Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float64 2022-09-27T15:56:12.7327575Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int16 2022-09-27T15:56:12.7341873Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_bfloat16 2022-09-27T15:56:12.7971931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex128 2022-09-27T15:56:12.7992994Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex128 2022-09-27T15:56:12.8100451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex64 2022-09-27T15:56:12.8121698Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int16 2022-09-27T15:56:13.1094479Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int32 2022-09-27T15:56:13.1106872Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int32 2022-09-27T15:56:13.2404494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int64 2022-09-27T15:56:13.2534164Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex64 2022-09-27T15:56:13.4275198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float16 2022-09-27T15:56:13.4276595Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex64 2022-09-27T15:56:13.4398302Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float32 2022-09-27T15:56:13.4399014Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int64 2022-09-27T15:56:13.6388623Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int8 2022-09-27T15:56:13.6428024Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex128 2022-09-27T15:56:13.7045172Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex64 2022-09-27T15:56:13.7251743Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float32 2022-09-27T15:56:13.7252625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float64 2022-09-27T15:56:13.7253325Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int8 2022-09-27T15:56:13.9819955Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_uint8 2022-09-27T15:56:13.9837016Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_uint8 2022-09-27T15:56:14.0693755Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_bfloat16 2022-09-27T15:56:14.0697331Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float64 2022-09-27T15:56:14.2345079Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int16 2022-09-27T15:56:14.2359510Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float16 2022-09-27T15:56:14.3678153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float32 2022-09-27T15:56:14.3679027Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int16 2022-09-27T15:56:14.3752404Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int32 2022-09-27T15:56:14.3804150Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex64 2022-09-27T15:56:14.4052716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float16 2022-09-27T15:56:14.4056173Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_bfloat16 2022-09-27T15:56:14.6617233Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float16 2022-09-27T15:56:14.6625642Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int32 2022-09-27T15:56:14.7205177Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int64 2022-09-27T15:56:14.7206016Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float32 2022-09-27T15:56:15.0128800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float64 2022-09-27T15:56:15.0129639Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int64 2022-09-27T15:56:15.0514240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int8 2022-09-27T15:56:15.0522283Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float16 2022-09-27T15:56:15.2803164Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float32 2022-09-27T15:56:15.2814481Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int8 2022-09-27T15:56:15.3101547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_uint8 2022-09-27T15:56:15.3166512Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float64 2022-09-27T15:56:15.3354855Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int16 2022-09-27T15:56:15.3373787Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float16 2022-09-27T15:56:15.3947392Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float32 2022-09-27T15:56:15.3957469Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float32 2022-09-27T15:56:15.5536509Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float64 2022-09-27T15:56:15.5542625Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_uint8 2022-09-27T15:56:15.5754079Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_bfloat16 2022-09-27T15:56:15.5809918Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_bfloat16 2022-09-27T15:56:15.5947954Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float32 2022-09-27T15:56:15.5977436Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float32 2022-09-27T15:56:15.6136931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float64 2022-09-27T15:56:15.6146650Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float64 2022-09-27T15:56:15.8013086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bfloat16 2022-09-27T15:56:15.8047857Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float32 2022-09-27T15:56:15.8457394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float64 2022-09-27T15:56:15.8458329Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int16 2022-09-27T15:56:15.8995073Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int32 2022-09-27T15:56:15.9022540Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float64 2022-09-27T15:56:16.2088097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int16 2022-09-27T15:56:16.2088927Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int16 2022-09-27T15:56:16.2967048Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int32 2022-09-27T15:56:16.2982069Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int32 2022-09-27T15:56:16.3362045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int64 2022-09-27T15:56:16.3362936Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float64 2022-09-27T15:56:16.4826110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int16 2022-09-27T15:56:16.4835360Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int32 2022-09-27T15:56:16.6026906Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int64 2022-09-27T15:56:16.6027920Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int16 2022-09-27T15:56:16.6314760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int32 2022-09-27T15:56:16.6336517Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bfloat16 2022-09-27T15:56:16.7495049Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bool 2022-09-27T15:56:16.7495977Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int64 2022-09-27T15:56:16.7820390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int8 2022-09-27T15:56:16.7821167Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int64 2022-09-27T15:56:16.8768542Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int8 2022-09-27T15:56:16.8769512Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int32 2022-09-27T15:56:17.0245939Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int64 2022-09-27T15:56:17.0246818Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int8 2022-09-27T15:56:17.1183768Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_uint8 2022-09-27T15:56:17.1194940Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bool 2022-09-27T15:56:17.1392520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float32 2022-09-27T15:56:17.1408274Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int8 2022-09-27T15:56:17.1676485Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_uint8 2022-09-27T15:56:17.1744200Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int64 2022-09-27T15:56:17.2575699Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int8 2022-09-27T15:56:17.2576431Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_uint8 2022-09-27T15:56:17.3825772Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bfloat16 2022-09-27T15:56:17.3838193Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int8 2022-09-27T15:56:17.4335735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_uint8 2022-09-27T15:56:17.4345786Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float32 2022-09-27T15:56:17.5044841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float64 2022-09-27T15:56:17.5046097Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_uint8 2022-09-27T15:56:17.6025681Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_bfloat16 2022-09-27T15:56:17.6125346Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bfloat16 2022-09-27T15:56:17.6126285Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_uint8 2022-09-27T15:56:17.6126822Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bfloat16 2022-09-27T15:56:17.8075000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bool 2022-09-27T15:56:17.8075995Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float64 2022-09-27T15:56:17.8086198Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int16 2022-09-27T15:56:17.8107618Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_bfloat16 2022-09-27T15:56:17.8276361Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex128 2022-09-27T15:56:17.8277152Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bool 2022-09-27T15:56:17.9400796Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float16 2022-09-27T15:56:17.9481196Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bfloat16 2022-09-27T15:56:18.1274718Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bool 2022-09-27T15:56:18.1275643Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bool 2022-09-27T15:56:18.1667717Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex128 2022-09-27T15:56:18.1668870Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int16 2022-09-27T15:56:18.2844395Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int32 2022-09-27T15:56:18.2923880Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex128 2022-09-27T15:56:18.5215175Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex32 2022-09-27T15:56:18.5233905Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float16 2022-09-27T15:56:18.5433606Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float32 2022-09-27T15:56:18.5454169Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int32 2022-09-27T15:56:18.8309282Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int64 2022-09-27T15:56:18.8318456Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex128 2022-09-27T15:56:18.8324366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex32 2022-09-27T15:56:18.8335751Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float32 2022-09-27T15:56:18.9204669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float64 2022-09-27T15:56:18.9205620Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int64 2022-09-27T15:56:19.1110266Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int8 2022-09-27T15:56:19.1137799Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex32 2022-09-27T15:56:19.2411904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex64 2022-09-27T15:56:19.2418066Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int8 2022-09-27T15:56:19.2770217Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_uint8 2022-09-27T15:56:19.2779956Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float64 2022-09-27T15:56:19.4454941Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int16 2022-09-27T15:56:19.4466391Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex64 2022-09-27T15:56:19.5310695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float16 2022-09-27T15:56:19.5311470Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int16 2022-09-27T15:56:19.5827239Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int32 2022-09-27T15:56:19.5836487Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_uint8 2022-09-27T15:56:19.7993480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_bool 2022-09-27T15:56:19.7994444Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex32 2022-09-27T15:56:19.7995110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex64 2022-09-27T15:56:19.7995711Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int32 2022-09-27T15:56:19.8988417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int64 2022-09-27T15:56:19.8995557Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float16 2022-09-27T15:56:20.0570366Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float32 2022-09-27T15:56:20.0579218Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float32 2022-09-27T15:56:20.1027454Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float64 2022-09-27T15:56:20.1186343Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_bool 2022-09-27T15:56:20.1187650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float32 2022-09-27T15:56:20.1188406Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int64 2022-09-27T15:56:20.2851797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int8 2022-09-27T15:56:20.2863591Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float64 2022-09-27T15:56:20.3069619Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int16 2022-09-27T15:56:20.3100034Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex64 2022-09-27T15:56:20.3243163Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float16 2022-09-27T15:56:20.3276080Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int8 2022-09-27T15:56:20.4320734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_uint8 2022-09-27T15:56:20.4321711Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int16 2022-09-27T15:56:20.4472296Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int32 2022-09-27T15:56:20.4473207Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float32 2022-09-27T15:56:20.5881739Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float64 2022-09-27T15:56:20.5898908Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_uint8 2022-09-27T15:56:20.5903111Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bfloat16 2022-09-27T15:56:20.5932546Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int32 2022-09-27T15:56:20.7513889Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int64 2022-09-27T15:56:20.7521601Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float16 2022-09-27T15:56:20.7677485Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float32 2022-09-27T15:56:20.7695088Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int64 2022-09-27T15:56:20.8638956Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int8 2022-09-27T15:56:20.8651053Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float64 2022-09-27T15:56:20.9015481Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int16 2022-09-27T15:56:20.9019938Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int8 2022-09-27T15:56:20.9942960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_uint8 2022-09-27T15:56:20.9943791Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bfloat16 2022-09-27T15:56:21.0249451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bool 2022-09-27T15:56:21.0250416Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float32 2022-09-27T15:56:21.0251292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float64 2022-09-27T15:56:21.0283486Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_uint8 2022-09-27T15:56:21.0367506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bfloat16 2022-09-27T15:56:21.0379068Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bfloat16 2022-09-27T15:56:21.0473754Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bool 2022-09-27T15:56:21.0492148Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bool 2022-09-27T15:56:21.0603363Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex128 2022-09-27T15:56:21.0616033Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex128 2022-09-27T15:56:21.0728736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex32 2022-09-27T15:56:21.0747634Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex32 2022-09-27T15:56:21.0855039Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex64 2022-09-27T15:56:21.0868104Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex64 2022-09-27T15:56:21.0960007Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float16 2022-09-27T15:56:21.0990628Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float16 2022-09-27T15:56:21.1063383Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float32 2022-09-27T15:56:21.1080792Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float32 2022-09-27T15:56:21.1185849Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float64 2022-09-27T15:56:21.1193912Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float64 2022-09-27T15:56:21.1287711Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int16 2022-09-27T15:56:21.1299316Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int16 2022-09-27T15:56:21.1398923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int32 2022-09-27T15:56:21.1417799Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int32 2022-09-27T15:56:21.1517736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int64 2022-09-27T15:56:21.1526656Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int64 2022-09-27T15:56:21.1558251Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int16 2022-09-27T15:56:21.1559042Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int32 2022-09-27T15:56:21.1632280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int8 2022-09-27T15:56:21.1647989Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int8 2022-09-27T15:56:21.1735736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_uint8 2022-09-27T15:56:21.1751886Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_uint8 2022-09-27T15:56:21.1856589Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bfloat16 2022-09-27T15:56:21.1870336Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bfloat16 2022-09-27T15:56:21.1964168Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bool 2022-09-27T15:56:21.1984848Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bool 2022-09-27T15:56:21.2091089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex128 2022-09-27T15:56:21.2109547Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex128 2022-09-27T15:56:21.2166122Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex32 2022-09-27T15:56:21.2176001Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bool 2022-09-27T15:56:21.2227831Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float16 2022-09-27T15:56:21.2246229Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex32 2022-09-27T15:56:21.2370600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex64 2022-09-27T15:56:21.2456395Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex64 2022-09-27T15:56:21.2473354Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float16 2022-09-27T15:56:21.2580917Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float16 2022-09-27T15:56:21.2581930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float32 2022-09-27T15:56:21.2602998Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float32 2022-09-27T15:56:21.2691306Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float64 2022-09-27T15:56:21.2750649Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float64 2022-09-27T15:56:21.2800606Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int16 2022-09-27T15:56:21.2838644Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int16 2022-09-27T15:56:21.2924274Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int32 2022-09-27T15:56:21.2925328Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int32 2022-09-27T15:56:21.3018053Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int64 2022-09-27T15:56:21.3088507Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int64 2022-09-27T15:56:21.3120269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int8 2022-09-27T15:56:21.3133519Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int8 2022-09-27T15:56:21.3233897Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_uint8 2022-09-27T15:56:21.3241857Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_uint8 2022-09-27T15:56:21.3349366Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bfloat16 2022-09-27T15:56:21.3361613Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bfloat16 2022-09-27T15:56:21.3445779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bool 2022-09-27T15:56:21.3455491Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float64 2022-09-27T15:56:21.3477449Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bool 2022-09-27T15:56:21.3478058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex128 2022-09-27T15:56:21.3578305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int16 2022-09-27T15:56:21.3590694Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex128 2022-09-27T15:56:21.3717404Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex32 2022-09-27T15:56:21.3718249Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex32 2022-09-27T15:56:21.3821389Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex64 2022-09-27T15:56:21.3860203Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex64 2022-09-27T15:56:21.4005241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float16 2022-09-27T15:56:21.4005924Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float16 2022-09-27T15:56:21.4043831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float32 2022-09-27T15:56:21.4076351Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float32 2022-09-27T15:56:21.4155653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float64 2022-09-27T15:56:21.4174355Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float64 2022-09-27T15:56:21.4288334Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int16 2022-09-27T15:56:21.4288942Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int16 2022-09-27T15:56:21.4389192Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int32 2022-09-27T15:56:21.4402159Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int32 2022-09-27T15:56:21.4506714Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int64 2022-09-27T15:56:21.4514095Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int64 2022-09-27T15:56:21.4619812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int8 2022-09-27T15:56:21.4631611Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int8 2022-09-27T15:56:21.4743663Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_uint8 2022-09-27T15:56:21.4854116Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_uint8 2022-09-27T15:56:21.4854815Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bfloat16 2022-09-27T15:56:21.4855525Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int32 2022-09-27T15:56:21.4856157Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int64 2022-09-27T15:56:21.4856785Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int16 2022-09-27T15:56:21.4857381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int32 2022-09-27T15:56:21.4888630Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bfloat16 2022-09-27T15:56:21.4956951Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bool 2022-09-27T15:56:21.4976506Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bool 2022-09-27T15:56:21.5073653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex128 2022-09-27T15:56:21.5080219Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex128 2022-09-27T15:56:21.5187298Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex32 2022-09-27T15:56:21.5251621Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex32 2022-09-27T15:56:21.5290955Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex64 2022-09-27T15:56:21.5333124Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex64 2022-09-27T15:56:21.5394612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float16 2022-09-27T15:56:21.5404257Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float16 2022-09-27T15:56:21.5519400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float32 2022-09-27T15:56:21.5531815Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float32 2022-09-27T15:56:21.5647712Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float64 2022-09-27T15:56:21.5648639Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float64 2022-09-27T15:56:21.5745053Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int16 2022-09-27T15:56:21.5754972Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int16 2022-09-27T15:56:21.5864604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int32 2022-09-27T15:56:21.5865515Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int32 2022-09-27T15:56:21.5961717Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int64 2022-09-27T15:56:21.5962608Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int64 2022-09-27T15:56:21.6048445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int8 2022-09-27T15:56:21.6151896Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int8 2022-09-27T15:56:21.6152627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_uint8 2022-09-27T15:56:21.6156578Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int32 2022-09-27T15:56:21.6261867Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_uint8 2022-09-27T15:56:21.6262534Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int64 2022-09-27T15:56:21.6263117Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bfloat16 2022-09-27T15:56:21.6411845Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bfloat16 2022-09-27T15:56:21.6412524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bool 2022-09-27T15:56:21.6413117Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bool 2022-09-27T15:56:21.6485064Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex128 2022-09-27T15:56:21.6531354Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex128 2022-09-27T15:56:21.6589484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex32 2022-09-27T15:56:21.6597126Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex32 2022-09-27T15:56:21.6729915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex64 2022-09-27T15:56:21.6730594Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex64 2022-09-27T15:56:21.6812426Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float16 2022-09-27T15:56:21.6823792Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float16 2022-09-27T15:56:21.6932912Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float32 2022-09-27T15:56:21.6968242Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float32 2022-09-27T15:56:21.7049322Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float64 2022-09-27T15:56:21.7073026Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float64 2022-09-27T15:56:21.7166699Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int16 2022-09-27T15:56:21.7176985Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int16 2022-09-27T15:56:21.7278109Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int32 2022-09-27T15:56:21.7291757Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int32 2022-09-27T15:56:21.7388627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int64 2022-09-27T15:56:21.7405552Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int64 2022-09-27T15:56:21.7510183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int8 2022-09-27T15:56:21.7518964Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int8 2022-09-27T15:56:21.7614193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_uint8 2022-09-27T15:56:21.7624683Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_uint8 2022-09-27T15:56:21.7646720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_bfloat16 2022-09-27T15:56:21.7658345Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int64 2022-09-27T15:56:21.8179724Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int8 2022-09-27T15:56:21.8192910Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int64 2022-09-27T15:56:21.8734060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int8 2022-09-27T15:56:21.8775304Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int8 2022-09-27T15:56:21.8971627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_uint8 2022-09-27T15:56:21.8983368Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float16 2022-09-27T15:56:21.9924452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float32 2022-09-27T15:56:21.9925275Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_uint8 2022-09-27T15:56:22.0781692Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bfloat16 2022-09-27T15:56:22.0782572Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int8 2022-09-27T15:56:22.1746718Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_uint8 2022-09-27T15:56:22.1759699Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float32 2022-09-27T15:56:22.2440657Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float64 2022-09-27T15:56:22.2505020Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_bfloat16 2022-09-27T15:56:22.3293198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float32 2022-09-27T15:56:22.3305115Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_uint8 2022-09-27T15:56:22.3586349Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_bool 2022-09-27T15:56:22.3593065Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bfloat16 2022-09-27T15:56:22.5838990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bool 2022-09-27T15:56:22.5851436Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float64 2022-09-27T15:56:22.6812290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int16 2022-09-27T15:56:22.6835632Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float32 2022-09-27T15:56:22.7170063Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float64 2022-09-27T15:56:22.7193276Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_bool 2022-09-27T15:56:22.8281341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float32 2022-09-27T15:56:22.8291504Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bool 2022-09-27T15:56:22.8546794Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex128 2022-09-27T15:56:22.8547528Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int16 2022-09-27T15:56:22.9663857Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int32 2022-09-27T15:56:22.9775850Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float32 2022-09-27T15:56:23.1270479Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float64 2022-09-27T15:56:23.1281715Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int32 2022-09-27T15:56:23.2566694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int64 2022-09-27T15:56:23.2575494Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float64 2022-09-27T15:56:23.3192824Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_bfloat16 2022-09-27T15:56:23.3194703Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float64 2022-09-27T15:56:23.4169133Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int16 2022-09-27T15:56:23.4170005Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int64 2022-09-27T15:56:23.5700193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int8 2022-09-27T15:56:23.5714515Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int16 2022-09-27T15:56:23.6239627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int32 2022-09-27T15:56:23.6255789Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_bfloat16 2022-09-27T15:56:23.6507949Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float32 2022-09-27T15:56:23.6508957Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex128 2022-09-27T15:56:23.6702782Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex64 2022-09-27T15:56:23.6791005Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int8 2022-09-27T15:56:23.8610437Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_uint8 2022-09-27T15:56:23.8619801Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int32 2022-09-27T15:56:23.8635967Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float32 2022-09-27T15:56:23.8636744Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float64 2022-09-27T15:56:23.9211028Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int64 2022-09-27T15:56:23.9212030Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_uint8 2022-09-27T15:56:24.1972356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bfloat16 2022-09-27T15:56:24.1973676Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int64 2022-09-27T15:56:24.1974289Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int8 2022-09-27T15:56:24.2065362Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float64 2022-09-27T15:56:24.2585009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_bfloat16 2022-09-27T15:56:24.2585729Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_bfloat16 2022-09-27T15:56:24.3002170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:56:24.3065246Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:56:24.3431332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:56:24.3446061Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:56:24.4561566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_bfloat16 2022-09-27T15:56:24.4562491Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex64 2022-09-27T15:56:24.4775970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex32 2022-09-27T15:56:24.4779181Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex32 2022-09-27T15:56:24.5033348Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex64 2022-09-27T15:56:24.5045664Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex64 2022-09-27T15:56:24.5281946Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float16 2022-09-27T15:56:24.5355709Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float16 2022-09-27T15:56:24.5362460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float32 2022-09-27T15:56:24.5398338Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int8 2022-09-27T15:56:24.5561786Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_uint8 2022-09-27T15:56:24.5562616Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float32 2022-09-27T15:56:24.5791038Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float64 2022-09-27T15:56:24.5791846Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float64 2022-09-27T15:56:24.5931388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int16 2022-09-27T15:56:24.5954864Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int16 2022-09-27T15:56:24.6110419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int32 2022-09-27T15:56:24.6127288Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int32 2022-09-27T15:56:24.6292026Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int64 2022-09-27T15:56:24.6328692Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int64 2022-09-27T15:56:24.6452762Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int8 2022-09-27T15:56:24.6464274Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int8 2022-09-27T15:56:24.6733119Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_uint8 2022-09-27T15:56:24.6749068Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_uint8 2022-09-27T15:56:24.6749791Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bfloat16 2022-09-27T15:56:24.6750401Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bfloat16 2022-09-27T15:56:24.6793007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bool 2022-09-27T15:56:24.6793826Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bool 2022-09-27T15:56:24.6834583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex128 2022-09-27T15:56:24.6835415Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex128 2022-09-27T15:56:24.6889135Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex32 2022-09-27T15:56:24.6889890Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex32 2022-09-27T15:56:24.6920516Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex64 2022-09-27T15:56:24.6932023Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex64 2022-09-27T15:56:24.7015671Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float16 2022-09-27T15:56:24.7016652Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float16 2022-09-27T15:56:24.7017407Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float32 2022-09-27T15:56:24.7026162Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float32 2022-09-27T15:56:24.7066331Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float64 2022-09-27T15:56:24.7078914Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float64 2022-09-27T15:56:24.7116793Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int16 2022-09-27T15:56:24.7147292Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int16 2022-09-27T15:56:24.7162425Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int32 2022-09-27T15:56:24.7182371Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int32 2022-09-27T15:56:24.7207884Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int64 2022-09-27T15:56:24.7227068Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int64 2022-09-27T15:56:24.7254486Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int8 2022-09-27T15:56:24.7299605Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int8 2022-09-27T15:56:24.7301021Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_uint8 2022-09-27T15:56:24.7305678Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_uint8 2022-09-27T15:56:24.7466583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_bfloat16 2022-09-27T15:56:24.7478328Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_bfloat16 2022-09-27T15:56:24.7632613Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float16 2022-09-27T15:56:24.7793355Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float16 2022-09-27T15:56:24.7794259Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:56:24.7794946Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_bfloat16 2022-09-27T15:56:24.7795596Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float32 2022-09-27T15:56:24.7796261Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:56:24.7880624Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:56:24.7888679Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:56:24.7931046Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_complex64 2022-09-27T15:56:24.7946680Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_complex64 2022-09-27T15:56:24.7980359Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_float32 2022-09-27T15:56:24.7993998Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_float32 2022-09-27T15:56:24.8040866Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_complex64 2022-09-27T15:56:24.8069455Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_complex64 2022-09-27T15:56:24.8117027Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_float32 2022-09-27T15:56:24.8117859Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_float32 2022-09-27T15:56:24.8514685Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_complex64 2022-09-27T15:56:24.8548002Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_uint8 2022-09-27T15:56:24.8742581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bfloat16 2022-09-27T15:56:24.8743795Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_complex64 2022-09-27T15:56:24.9040813Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_float32 2022-09-27T15:56:24.9041595Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_float32 2022-09-27T15:56:24.9119309Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_complex64 2022-09-27T15:56:24.9149156Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bfloat16 2022-09-27T15:56:24.9279416Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bool 2022-09-27T15:56:24.9285727Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_complex64 2022-09-27T15:56:24.9417615Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_float32 2022-09-27T15:56:24.9445698Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_float32 2022-09-27T15:56:24.9720624Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_complex64 2022-09-27T15:56:24.9742199Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_complex64 2022-09-27T15:56:24.9886828Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_float32 2022-09-27T15:56:24.9887619Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_float32 2022-09-27T15:56:25.0327021Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_complex64 2022-09-27T15:56:25.0327987Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_complex64 2022-09-27T15:56:25.0545498Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_float32 2022-09-27T15:56:25.0546297Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_float32 2022-09-27T15:56:25.0685806Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmod___cpu_float32 2022-09-27T15:56:25.0730854Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmod___cpu_float32 2022-09-27T15:56:25.1012929Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_complex64 2022-09-27T15:56:25.1013778Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_complex64 2022-09-27T15:56:25.1069983Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_float32 2022-09-27T15:56:25.1158566Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float32 2022-09-27T15:56:25.1159392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float64 2022-09-27T15:56:25.1160093Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_float32 2022-09-27T15:56:25.1451408Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_complex64 2022-09-27T15:56:25.1478800Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_complex64 2022-09-27T15:56:25.1621012Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_float32 2022-09-27T15:56:25.1655720Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_float32 2022-09-27T15:56:25.1865776Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_complex64 2022-09-27T15:56:25.1866658Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_complex64 2022-09-27T15:56:25.2027223Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_float32 2022-09-27T15:56:25.2028057Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_float32 2022-09-27T15:56:25.2398213Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_amax_cpu_float32 2022-09-27T15:56:25.2415257Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_amax_cpu_float32 2022-09-27T15:56:25.2758180Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_amin_cpu_float32 2022-09-27T15:56:25.2772884Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_amin_cpu_float32 2022-09-27T15:56:25.2970290Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_argmax_cpu_float32 2022-09-27T15:56:25.2971224Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_argmax_cpu_float32 2022-09-27T15:56:25.3132390Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_argmin_cpu_float32 2022-09-27T15:56:25.3163394Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_argmin_cpu_float32 2022-09-27T15:56:25.3326455Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumprod_cpu_complex64 2022-09-27T15:56:25.3338943Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumprod_cpu_complex64 2022-09-27T15:56:25.3473601Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumprod_cpu_float32 2022-09-27T15:56:25.3474622Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumprod_cpu_float32 2022-09-27T15:56:25.3610489Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumsum_cpu_complex64 2022-09-27T15:56:25.3630058Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumsum_cpu_complex64 2022-09-27T15:56:25.3664281Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bfloat16 2022-09-27T15:56:25.3665236Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumsum_cpu_float32 2022-09-27T15:56:25.3771419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bool 2022-09-27T15:56:25.3772422Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumsum_cpu_float32 2022-09-27T15:56:25.3841691Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_log_softmax_cpu_float32 2022-09-27T15:56:25.3887020Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_log_softmax_cpu_float32 2022-09-27T15:56:25.3981632Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_logaddexp_cpu_float32 2022-09-27T15:56:25.3992158Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_logaddexp_cpu_float32 2022-09-27T15:56:25.4770299Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_logsumexp_cpu_float32 2022-09-27T15:56:25.4771026Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float64 2022-09-27T15:56:25.4771636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_bfloat16 2022-09-27T15:56:25.4772191Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_logsumexp_cpu_float32 2022-09-27T15:56:25.4772728Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_mean_cpu_complex64 2022-09-27T15:56:25.4778581Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bool 2022-09-27T15:56:25.5073318Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_bfloat16 2022-09-27T15:56:25.5074173Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:56:25.5075157Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float16 2022-09-27T15:56:25.5075838Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:56:25.5338052Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:56:25.5382003Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:56:25.5607353Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_bfloat16 2022-09-27T15:56:25.5608371Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_mean_cpu_complex64 2022-09-27T15:56:25.6016206Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_mean_cpu_float32 2022-09-27T15:56:25.6027974Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_mean_cpu_float32 2022-09-27T15:56:25.6217933Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_median_cpu_float32 2022-09-27T15:56:25.6218979Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_median_cpu_float32 2022-09-27T15:56:25.7361720Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_norm_cpu_float32 2022-09-27T15:56:25.7414726Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_bfloat16 2022-09-27T15:56:25.7905662Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float32 2022-09-27T15:56:25.7906706Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_norm_cpu_float32 2022-09-27T15:56:25.8315459Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_normalize_cpu_complex64 2022-09-27T15:56:25.8321793Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float32 2022-09-27T15:56:25.8430587Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float64 2022-09-27T15:56:25.8445258Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_normalize_cpu_complex64 2022-09-27T15:56:25.8692640Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_normalize_cpu_float32 2022-09-27T15:56:25.8724950Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_normalize_cpu_float32 2022-09-27T15:56:25.9180989Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_prod_cpu_complex64 2022-09-27T15:56:25.9192813Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float64 2022-09-27T15:56:25.9462396Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_bfloat16 2022-09-27T15:56:25.9505045Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_prod_cpu_complex64 2022-09-27T15:56:25.9878275Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_prod_cpu_float32 2022-09-27T15:56:25.9886797Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_prod_cpu_float32 2022-09-27T15:56:25.9998205Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_softmax_cpu_float32 2022-09-27T15:56:26.0019834Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_softmax_cpu_float32 2022-09-27T15:56:26.0111051Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_softmin_cpu_float32 2022-09-27T15:56:26.0123148Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_softmin_cpu_float32 2022-09-27T15:56:26.0236262Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_std_cpu_complex64 2022-09-27T15:56:26.0248327Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bool 2022-09-27T15:56:26.1883470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float32 2022-09-27T15:56:26.1899115Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_bfloat16 2022-09-27T15:56:26.2226221Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:56:26.2241822Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_std_cpu_complex64 2022-09-27T15:56:26.2282355Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_std_cpu_float32 2022-09-27T15:56:26.2293500Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float32 2022-09-27T15:56:26.3294116Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float64 2022-09-27T15:56:26.3305869Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float16 2022-09-27T15:56:26.3399830Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_std_cpu_float32 2022-09-27T15:56:26.3400657Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float32 2022-09-27T15:56:26.3928840Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_sum_cpu_complex64 2022-09-27T15:56:26.3968870Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_sum_cpu_complex64 2022-09-27T15:56:26.4262090Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_sum_cpu_float32 2022-09-27T15:56:26.4262962Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_sum_cpu_float32 2022-09-27T15:56:26.4492797Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_var_cpu_complex64 2022-09-27T15:56:26.4504618Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:56:26.5660042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:56:26.5677909Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float64 2022-09-27T15:56:26.6398937Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int16 2022-09-27T15:56:26.6418220Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_var_cpu_complex64 2022-09-27T15:56:26.7400265Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_var_cpu_float32 2022-09-27T15:56:26.7401130Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_var_cpu_float32 2022-09-27T15:56:26.7518923Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_complex64 2022-09-27T15:56:26.7531534Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_complex64 2022-09-27T15:56:26.7612160Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_float32 2022-09-27T15:56:26.7635994Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_float32 2022-09-27T15:56:26.7888525Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_complex64 2022-09-27T15:56:26.7911496Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_complex64 2022-09-27T15:56:26.8017774Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_float32 2022-09-27T15:56:26.8018724Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:56:26.8057969Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_bfloat16 2022-09-27T15:56:26.8061311Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_float32 2022-09-27T15:56:26.8289640Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_complex64 2022-09-27T15:56:26.8300216Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_complex64 2022-09-27T15:56:26.8397174Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_float32 2022-09-27T15:56:26.8419640Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_float32 2022-09-27T15:56:26.9017037Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_complex64 2022-09-27T15:56:26.9018145Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float32 2022-09-27T15:56:26.9132966Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float64 2022-09-27T15:56:26.9133803Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_complex64 2022-09-27T15:56:26.9481073Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_float32 2022-09-27T15:56:26.9481816Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_float32 2022-09-27T15:56:26.9505360Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_complex64 2022-09-27T15:56:26.9516822Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_complex64 2022-09-27T15:56:26.9535644Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_float32 2022-09-27T15:56:26.9546995Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_float32 2022-09-27T15:56:26.9790947Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_complex64 2022-09-27T15:56:26.9804271Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int16 2022-09-27T15:56:26.9865774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int32 2022-09-27T15:56:26.9877169Z [gw0] [ 66%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_complex64 2022-09-27T15:56:27.0096999Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_float32 2022-09-27T15:56:27.0110098Z [gw0] [ 66%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_float32 2022-09-27T15:56:27.0425514Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_complex64 2022-09-27T15:56:27.0436841Z [gw0] [ 66%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_complex64 2022-09-27T15:56:27.0675376Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_float32 2022-09-27T15:56:27.0676548Z [gw0] [ 66%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_float32 2022-09-27T15:56:27.0914065Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_complex64 2022-09-27T15:56:27.0927332Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_complex64 2022-09-27T15:56:27.1020947Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_float32 2022-09-27T15:56:27.1031762Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_float32 2022-09-27T15:56:27.1039221Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_complex64 2022-09-27T15:56:27.1063399Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_bfloat16 2022-09-27T15:56:27.1250911Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:56:27.1259119Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_complex64 2022-09-27T15:56:27.1361756Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_float32 2022-09-27T15:56:27.1369467Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_float32 2022-09-27T15:56:27.1663668Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_complex64 2022-09-27T15:56:27.1676235Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_complex64 2022-09-27T15:56:27.1849002Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_float32 2022-09-27T15:56:27.1850185Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_float32 2022-09-27T15:56:27.1869330Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_complex64 2022-09-27T15:56:27.1884639Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_complex64 2022-09-27T15:56:27.1905731Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_float32 2022-09-27T15:56:27.1918057Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_float32 2022-09-27T15:56:27.2008150Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_complex64 2022-09-27T15:56:27.2026473Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_complex64 2022-09-27T15:56:27.2084014Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_float32 2022-09-27T15:56:27.2100067Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_float32 2022-09-27T15:56:27.2398740Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_complex64 2022-09-27T15:56:27.2405227Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_complex64 2022-09-27T15:56:27.2563354Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_float32 2022-09-27T15:56:27.2564332Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_float32 2022-09-27T15:56:27.2584488Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:56:27.2585551Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_amax_cpu_float32 2022-09-27T15:56:27.2750708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:56:27.2836590Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_amax_cpu_float32 2022-09-27T15:56:27.2979193Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_amin_cpu_float32 2022-09-27T15:56:27.2980398Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_amin_cpu_float32 2022-09-27T15:56:27.3088226Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_aminmax_cpu_float32 2022-09-27T15:56:27.3167337Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_aminmax_cpu_float32 2022-09-27T15:56:27.3168533Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_complex64 2022-09-27T15:56:27.3179440Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_complex64 2022-09-27T15:56:27.3283577Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_float32 2022-09-27T15:56:27.3284301Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_float32 2022-09-27T15:56:27.3332663Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_complex64 2022-09-27T15:56:27.3348957Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_complex64 2022-09-27T15:56:27.3523317Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_float32 2022-09-27T15:56:27.3524200Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_float32 2022-09-27T15:56:27.3525054Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_arange_cpu_float32 2022-09-27T15:56:27.3525848Z [gw0] [ 66%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_arange_cpu_float32 2022-09-27T15:56:27.3526895Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmax_cpu_float32 2022-09-27T15:56:27.3527681Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmax_cpu_float32 2022-09-27T15:56:27.3573744Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmin_cpu_float32 2022-09-27T15:56:27.3582629Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmin_cpu_float32 2022-09-27T15:56:27.3711689Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argsort_cpu_float32 2022-09-27T15:56:27.3731030Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_argsort_cpu_float32 2022-09-27T15:56:27.3835182Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_complex64 2022-09-27T15:56:27.3835967Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_complex64 2022-09-27T15:56:27.3904742Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_float32 2022-09-27T15:56:27.3928317Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_float32 2022-09-27T15:56:27.3940064Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_complex64 2022-09-27T15:56:27.3952381Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_complex64 2022-09-27T15:56:27.3979474Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_float32 2022-09-27T15:56:27.3996093Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_float32 2022-09-27T15:56:27.4014228Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_complex64 2022-09-27T15:56:27.4024082Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_complex64 2022-09-27T15:56:27.4060842Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_float32 2022-09-27T15:56:27.4061509Z [gw0] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_float32 2022-09-27T15:56:27.4204607Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_complex64 2022-09-27T15:56:27.4216431Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int32 2022-09-27T15:56:27.4225952Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int64 2022-09-27T15:56:27.4236873Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_complex64 2022-09-27T15:56:27.4317636Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_float32 2022-09-27T15:56:27.4367168Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_float32 2022-09-27T15:56:27.4476789Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_complex64 2022-09-27T15:56:27.4497539Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_complex64 2022-09-27T15:56:27.4559561Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_float32 2022-09-27T15:56:27.4577807Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_float32 2022-09-27T15:56:27.4949754Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan2_cpu_float32 2022-09-27T15:56:27.4957176Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:56:27.4965324Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int16 2022-09-27T15:56:27.4993574Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan2_cpu_float32 2022-09-27T15:56:27.5109817Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_complex64 2022-09-27T15:56:27.5119015Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_complex64 2022-09-27T15:56:27.5189813Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_float32 2022-09-27T15:56:27.5200882Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_float32 2022-09-27T15:56:27.5329636Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_complex64 2022-09-27T15:56:27.5338508Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_complex64 2022-09-27T15:56:27.5404305Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_float32 2022-09-27T15:56:27.5428084Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_float32 2022-09-27T15:56:27.5510414Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_complex64 2022-09-27T15:56:27.5511304Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_complex64 2022-09-27T15:56:27.5560953Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_float32 2022-09-27T15:56:27.5572168Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_float32 2022-09-27T15:56:27.5643478Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_complex64 2022-09-27T15:56:27.5653974Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_complex64 2022-09-27T15:56:27.5704633Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_float32 2022-09-27T15:56:27.5713762Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_float32 2022-09-27T15:56:27.5788455Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_complex64 2022-09-27T15:56:27.5799825Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_complex64 2022-09-27T15:56:27.5848769Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_float32 2022-09-27T15:56:27.5859822Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_float32 2022-09-27T15:56:27.6195014Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_complex64 2022-09-27T15:56:27.6207605Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int16 2022-09-27T15:56:27.6290962Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int32 2022-09-27T15:56:27.6304776Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float64 2022-09-27T15:56:27.6665862Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int16 2022-09-27T15:56:27.6666644Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_complex64 2022-09-27T15:56:27.6903854Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_float32 2022-09-27T15:56:27.6923492Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_float32 2022-09-27T15:56:27.7103355Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bernoulli_cpu_float32 2022-09-27T15:56:27.7116966Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bernoulli_cpu_float32 2022-09-27T15:56:27.7235446Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_complex64 2022-09-27T15:56:27.7250744Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_complex64 2022-09-27T15:56:27.7410921Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_float32 2022-09-27T15:56:27.7411682Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_float32 2022-09-27T15:56:27.7442672Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_complex64 2022-09-27T15:56:27.7445843Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_complex64 2022-09-27T15:56:27.7527350Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_float32 2022-09-27T15:56:27.7528086Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_float32 2022-09-27T15:56:27.7586664Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_complex64 2022-09-27T15:56:27.7594221Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int32 2022-09-27T15:56:27.7610206Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int64 2022-09-27T15:56:27.7631994Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_complex64 2022-09-27T15:56:27.7709580Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_float32 2022-09-27T15:56:27.7710386Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_float32 2022-09-27T15:56:27.7751042Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_complex64 2022-09-27T15:56:27.7769754Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_complex64 2022-09-27T15:56:27.7811714Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_float32 2022-09-27T15:56:27.7831461Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_float32 2022-09-27T15:56:27.7837763Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_shapes_cpu_float32 2022-09-27T15:56:27.7893450Z [gw0] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_shapes_cpu_float32 2022-09-27T15:56:27.7912430Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_complex64 2022-09-27T15:56:27.7913807Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_complex64 2022-09-27T15:56:27.7951295Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_float32 2022-09-27T15:56:27.7975997Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_float32 2022-09-27T15:56:27.8110735Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_complex64 2022-09-27T15:56:27.8117142Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_complex64 2022-09-27T15:56:27.8211310Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_float32 2022-09-27T15:56:27.8220839Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_float32 2022-09-27T15:56:27.8303126Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bucketize_cpu_float32 2022-09-27T15:56:27.8322812Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bucketize_cpu_float32 2022-09-27T15:56:27.8377890Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_complex64 2022-09-27T15:56:27.8392118Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_complex64 2022-09-27T15:56:27.8437402Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_float32 2022-09-27T15:56:27.8465896Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_float32 2022-09-27T15:56:27.8504277Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_complex64 2022-09-27T15:56:27.8516299Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_complex64 2022-09-27T15:56:27.8559799Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_float32 2022-09-27T15:56:27.8572496Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_float32 2022-09-27T15:56:27.8618191Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_complex64 2022-09-27T15:56:27.8619104Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int64 2022-09-27T15:56:27.8845990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int8 2022-09-27T15:56:27.8861693Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_complex64 2022-09-27T15:56:27.9003737Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_float32 2022-09-27T15:56:27.9016691Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_float32 2022-09-27T15:56:27.9179207Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdist_cpu_float32 2022-09-27T15:56:27.9179927Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int64 2022-09-27T15:56:28.0092983Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int8 2022-09-27T15:56:28.0127203Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdist_cpu_float32 2022-09-27T15:56:28.0162733Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ceil_cpu_float32 2022-09-27T15:56:28.0174417Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ceil_cpu_float32 2022-09-27T15:56:28.0244839Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_complex64 2022-09-27T15:56:28.0256998Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int8 2022-09-27T15:56:28.0315784Z [gw0] [ 67%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_complex64 2022-09-27T15:56:28.0316692Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_float32 2022-09-27T15:56:28.0329822Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-09-27T15:56:28.0342009Z [gw0] [ 67%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_float32 2022-09-27T15:56:28.0402866Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_complex64 2022-09-27T15:56:28.0455002Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_complex64 2022-09-27T15:56:28.0459712Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_float32 2022-09-27T15:56:28.0471205Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_float32 2022-09-27T15:56:28.0964960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_complex64 2022-09-27T15:56:28.0966001Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_complex64 2022-09-27T15:56:28.1248641Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_float32 2022-09-27T15:56:28.1249559Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_float32 2022-09-27T15:56:28.1369966Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_complex64 2022-09-27T15:56:28.1370797Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int16 2022-09-27T15:56:28.1733454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int32 2022-09-27T15:56:28.1734395Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_complex64 2022-09-27T15:56:28.1956135Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_float32 2022-09-27T15:56:28.1957091Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_float32 2022-09-27T15:56:28.2449644Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_complex64 2022-09-27T15:56:28.2483044Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_complex64 2022-09-27T15:56:28.2597673Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_float32 2022-09-27T15:56:28.2611075Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int8 2022-09-27T15:56:28.2655105Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_uint8 2022-09-27T15:56:28.2689502Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_float32 2022-09-27T15:56:28.2761549Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_complex64 2022-09-27T15:56:28.2805181Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_complex64 2022-09-27T15:56:28.2844884Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_float32 2022-09-27T15:56:28.2845568Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_float32 2022-09-27T15:56:28.3125953Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_cpu_float32 2022-09-27T15:56:28.3127083Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_cpu_float32 2022-09-27T15:56:28.3334399Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_max_cpu_float32 2022-09-27T15:56:28.3380938Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_max_cpu_float32 2022-09-27T15:56:28.3541910Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_min_cpu_float32 2022-09-27T15:56:28.3557358Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_min_cpu_float32 2022-09-27T15:56:28.3631966Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_complex64 2022-09-27T15:56:28.3642574Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_complex64 2022-09-27T15:56:28.3700565Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_float32 2022-09-27T15:56:28.3715052Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_float32 2022-09-27T15:56:28.3762874Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_complex64 2022-09-27T15:56:28.3802698Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_complex64 2022-09-27T15:56:28.3862367Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_float32 2022-09-27T15:56:28.3863143Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_float32 2022-09-27T15:56:28.4055488Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_complex64 2022-09-27T15:56:28.4068407Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_complex64 2022-09-27T15:56:28.4194951Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_float32 2022-09-27T15:56:28.4195619Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_float32 2022-09-27T15:56:28.4258273Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_complex_cpu_float32 2022-09-27T15:56:28.4327414Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_complex_cpu_float32 2022-09-27T15:56:28.4356358Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_complex64 2022-09-27T15:56:28.4366313Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_complex64 2022-09-27T15:56:28.4423332Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_float32 2022-09-27T15:56:28.4494498Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_float32 2022-09-27T15:56:28.4511482Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_complex64 2022-09-27T15:56:28.4527441Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_complex64 2022-09-27T15:56:28.4569062Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_float32 2022-09-27T15:56:28.4590230Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_float32 2022-09-27T15:56:28.4875039Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_complex64 2022-09-27T15:56:28.4912270Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_complex64 2022-09-27T15:56:28.4976397Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_float32 2022-09-27T15:56:28.4987452Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-09-27T15:56:28.5037178Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:56:28.5049741Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_float32 2022-09-27T15:56:28.5126210Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_complex64 2022-09-27T15:56:28.5139096Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_complex64 2022-09-27T15:56:28.5185865Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_float32 2022-09-27T15:56:28.5197424Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_float32 2022-09-27T15:56:28.5362669Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_copysign_cpu_float32 2022-09-27T15:56:28.5380048Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_copysign_cpu_float32 2022-09-27T15:56:28.5558491Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_complex64 2022-09-27T15:56:28.5574580Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_complex64 2022-09-27T15:56:28.5678921Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_float32 2022-09-27T15:56:28.5690254Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_float32 2022-09-27T15:56:28.5801536Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_complex64 2022-09-27T15:56:28.5813200Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_complex64 2022-09-27T15:56:28.5882678Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_float32 2022-09-27T15:56:28.5894467Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_float32 2022-09-27T15:56:28.6003263Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_complex64 2022-09-27T15:56:28.6017817Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_complex64 2022-09-27T15:56:28.6022490Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_float32 2022-09-27T15:56:28.6037251Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int32 2022-09-27T15:56:28.6139221Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int64 2022-09-27T15:56:28.6140062Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_float32 2022-09-27T15:56:28.6218190Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_complex64 2022-09-27T15:56:28.6231547Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_complex64 2022-09-27T15:56:28.6289150Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_float32 2022-09-27T15:56:28.6300792Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_float32 2022-09-27T15:56:28.6402756Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_complex64 2022-09-27T15:56:28.6437127Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_uint8 2022-09-27T15:56:28.7458587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 2022-09-27T15:56:28.7472839Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:56:28.7677777Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:56:28.7693554Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_complex64 2022-09-27T15:56:28.8340523Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_float32 2022-09-27T15:56:28.8353270Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_float32 2022-09-27T15:56:28.8448166Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_complex64 2022-09-27T15:56:28.8460477Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_complex64 2022-09-27T15:56:28.8519866Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_float32 2022-09-27T15:56:28.8533445Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_float32 2022-09-27T15:56:28.8583705Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummax_cpu_float32 2022-09-27T15:56:28.8597786Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummax_cpu_float32 2022-09-27T15:56:28.8648203Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummin_cpu_float32 2022-09-27T15:56:28.8665770Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummin_cpu_float32 2022-09-27T15:56:28.9149575Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_complex64 2022-09-27T15:56:28.9162640Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_complex64 2022-09-27T15:56:28.9456832Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_float32 2022-09-27T15:56:28.9465469Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_float32 2022-09-27T15:56:28.9611204Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_complex64 2022-09-27T15:56:28.9627692Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_complex64 2022-09-27T15:56:28.9722241Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_float32 2022-09-27T15:56:28.9738637Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_float32 2022-09-27T15:56:28.9841567Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_complex64 2022-09-27T15:56:28.9861917Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:56:28.9875064Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_bfloat16 2022-09-27T15:56:28.9892021Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_complex64 2022-09-27T15:56:28.9956020Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_float32 2022-09-27T15:56:28.9968964Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_float32 2022-09-27T15:56:29.0034761Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_deg2rad_cpu_float32 2022-09-27T15:56:29.0047303Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_deg2rad_cpu_float32 2022-09-27T15:56:29.0061115Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_complex64 2022-09-27T15:56:29.0086886Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 2022-09-27T15:56:29.0169788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:56:29.0256545Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int64 2022-09-27T15:56:29.0317806Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int8 2022-09-27T15:56:29.0320674Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_complex64 2022-09-27T15:56:29.0379322Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_float32 2022-09-27T15:56:29.0386083Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_bfloat16 2022-09-27T15:56:29.0755546Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:56:29.0756390Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_float32 2022-09-27T15:56:29.0801626Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_complex64 2022-09-27T15:56:29.0815717Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_complex64 2022-09-27T15:56:29.0898850Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:56:29.0899811Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_float32 2022-09-27T15:56:29.0966855Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:56:29.0984163Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_float32 2022-09-27T15:56:29.1079436Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_complex64 2022-09-27T15:56:29.1120937Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_complex64 2022-09-27T15:56:29.1182591Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_float32 2022-09-27T15:56:29.1183364Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_float32 2022-09-27T15:56:29.1272649Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_complex64 2022-09-27T15:56:29.1291652Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:56:29.1699975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float16 2022-09-27T15:56:29.1713285Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_complex64 2022-09-27T15:56:29.1750556Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_float32 2022-09-27T15:56:29.1768223Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float16 2022-09-27T15:56:29.1960198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:56:29.1970709Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_float32 2022-09-27T15:56:29.2069927Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_scatter_cpu_float32 2022-09-27T15:56:29.2078703Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:56:29.2155964Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:56:29.2171051Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_scatter_cpu_float32 2022-09-27T15:56:29.2387694Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_complex64 2022-09-27T15:56:29.2399994Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:56:29.2537244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_bfloat16 2022-09-27T15:56:29.2548454Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_bfloat16 2022-09-27T15:56:29.2689104Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:56:29.2698331Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:56:29.2950951Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:56:29.3000474Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:56:29.3347484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-09-27T15:56:29.3362464Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-09-27T15:56:29.3512763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:56:29.3527656Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:56:29.3545405Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:56:29.3568294Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:56:29.3608687Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:56:29.3611209Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_complex64 2022-09-27T15:56:29.3740318Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_float32 2022-09-27T15:56:29.3755560Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:56:29.4468360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-09-27T15:56:29.4469186Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_float32 2022-09-27T15:56:29.4469763Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_digamma_cpu_float32 2022-09-27T15:56:29.4484177Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_digamma_cpu_float32 2022-09-27T15:56:29.5047178Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_complex64 2022-09-27T15:56:29.5061566Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int8 2022-09-27T15:56:29.5736691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_uint8 2022-09-27T15:56:29.5760949Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_complex64 2022-09-27T15:56:29.6278413Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_float32 2022-09-27T15:56:29.6292075Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_float32 2022-09-27T15:56:29.6692660Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_floor_rounding_cpu_float32 2022-09-27T15:56:29.6807235Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_floor_rounding_cpu_float32 2022-09-27T15:56:29.7442438Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_complex64 2022-09-27T15:56:29.7455072Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_complex64 2022-09-27T15:56:29.7568451Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_float32 2022-09-27T15:56:29.7581016Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:56:29.7782558Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 2022-09-27T15:56:29.7797067Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_float32 2022-09-27T15:56:29.8137065Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_trunc_rounding_cpu_float32 2022-09-27T15:56:29.8179377Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_trunc_rounding_cpu_float32 2022-09-27T15:56:29.8219893Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_complex64 2022-09-27T15:56:29.8240409Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_complex64 2022-09-27T15:56:29.8270712Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_float32 2022-09-27T15:56:29.8293323Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_float32 2022-09-27T15:56:29.8408045Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_complex64 2022-09-27T15:56:29.8415275Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_complex64 2022-09-27T15:56:29.8482072Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_float32 2022-09-27T15:56:29.8493346Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_float32 2022-09-27T15:56:29.8559430Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_complex64 2022-09-27T15:56:29.8567374Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_complex64 2022-09-27T15:56:29.8615810Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_float32 2022-09-27T15:56:29.8627161Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_float32 2022-09-27T15:56:29.8677575Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_complex64 2022-09-27T15:56:29.8688279Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_complex64 2022-09-27T15:56:29.8724373Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_float32 2022-09-27T15:56:29.8735450Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_float32 2022-09-27T15:56:29.8822491Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_complex64 2022-09-27T15:56:29.8836683Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_uint8 2022-09-27T15:56:29.8848404Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bfloat16 2022-09-27T15:56:29.8864382Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_complex64 2022-09-27T15:56:29.8897470Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_float32 2022-09-27T15:56:29.8920717Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bfloat16 2022-09-27T15:56:29.8938919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bool 2022-09-27T15:56:29.8973475Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_float32 2022-09-27T15:56:29.8974184Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_complex64 2022-09-27T15:56:29.8985507Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bool 2022-09-27T15:56:29.9083217Z [gw0] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_complex64 2022-09-27T15:56:29.9084896Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex128 2022-09-27T15:56:29.9085497Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_float32 2022-09-27T15:56:29.9086133Z [gw0] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_float32 2022-09-27T15:56:29.9089253Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_complex64 2022-09-27T15:56:29.9090155Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex128 2022-09-27T15:56:29.9090791Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex32 2022-09-27T15:56:29.9130492Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_complex64 2022-09-27T15:56:29.9131021Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_float32 2022-09-27T15:56:29.9142113Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_float32 2022-09-27T15:56:29.9169968Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex32 2022-09-27T15:56:29.9170637Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_complex64 2022-09-27T15:56:29.9223931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex64 2022-09-27T15:56:29.9233270Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex64 2022-09-27T15:56:29.9287836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float16 2022-09-27T15:56:29.9299523Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_complex64 2022-09-27T15:56:29.9312725Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float16 2022-09-27T15:56:29.9316016Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_float32 2022-09-27T15:56:29.9376453Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float32 2022-09-27T15:56:29.9393974Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float32 2022-09-27T15:56:29.9397712Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_float32 2022-09-27T15:56:29.9407135Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float64 2022-09-27T15:56:29.9451213Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_complex64 2022-09-27T15:56:29.9463578Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float64 2022-09-27T15:56:29.9488446Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int16 2022-09-27T15:56:29.9500452Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_complex64 2022-09-27T15:56:29.9523773Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_float32 2022-09-27T15:56:29.9534126Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int16 2022-09-27T15:56:29.9549612Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int32 2022-09-27T15:56:29.9561405Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_float32 2022-09-27T15:56:29.9597309Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erf_cpu_float32 2022-09-27T15:56:29.9610933Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int32 2022-09-27T15:56:29.9626908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int64 2022-09-27T15:56:29.9639106Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_erf_cpu_float32 2022-09-27T15:56:29.9668060Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfc_cpu_float32 2022-09-27T15:56:29.9681265Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int64 2022-09-27T15:56:29.9729052Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int8 2022-09-27T15:56:29.9743468Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfc_cpu_float32 2022-09-27T15:56:29.9753378Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int8 2022-09-27T15:56:29.9756809Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_uint8 2022-09-27T15:56:29.9818352Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfinv_cpu_float32 2022-09-27T15:56:29.9826326Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfinv_cpu_float32 2022-09-27T15:56:29.9838159Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_uint8 2022-09-27T15:56:29.9839872Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp2_cpu_float32 2022-09-27T15:56:29.9891856Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bfloat16 2022-09-27T15:56:29.9929925Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bfloat16 2022-09-27T15:56:29.9930698Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bool 2022-09-27T15:56:29.9946528Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp2_cpu_float32 2022-09-27T15:56:29.9989992Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_complex64 2022-09-27T15:56:29.9990658Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bool 2022-09-27T15:56:30.0033872Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex128 2022-09-27T15:56:30.0034542Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex128 2022-09-27T15:56:30.0073148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex32 2022-09-27T15:56:30.0084533Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex32 2022-09-27T15:56:30.0100844Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_complex64 2022-09-27T15:56:30.0101641Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_float32 2022-09-27T15:56:30.0177184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex64 2022-09-27T15:56:30.0177977Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex64 2022-09-27T15:56:30.0178632Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float16 2022-09-27T15:56:30.0218599Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_float32 2022-09-27T15:56:30.0219957Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_complex64 2022-09-27T15:56:30.0224834Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float16 2022-09-27T15:56:30.0276888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float32 2022-09-27T15:56:30.0292869Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float32 2022-09-27T15:56:30.0316530Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_complex64 2022-09-27T15:56:30.0317359Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_float32 2022-09-27T15:56:30.0357317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float64 2022-09-27T15:56:30.0371336Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float64 2022-09-27T15:56:30.0388932Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_float32 2022-09-27T15:56:30.0406949Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_complex64 2022-09-27T15:56:30.0434627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int16 2022-09-27T15:56:30.0458512Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int16 2022-09-27T15:56:30.0492818Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int32 2022-09-27T15:56:30.0504548Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int32 2022-09-27T15:56:30.0548003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int64 2022-09-27T15:56:30.0558724Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int64 2022-09-27T15:56:30.0592886Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int8 2022-09-27T15:56:30.0601412Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int8 2022-09-27T15:56:30.0606859Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_uint8 2022-09-27T15:56:30.0617527Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_complex64 2022-09-27T15:56:30.0635946Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_float32 2022-09-27T15:56:30.0643014Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_uint8 2022-09-27T15:56:30.0666999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_bfloat16 2022-09-27T15:56:30.0679917Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 2022-09-27T15:56:30.0731050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 2022-09-27T15:56:30.0742978Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_float32 2022-09-27T15:56:30.0803993Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expm1_cpu_float32 2022-09-27T15:56:30.0816446Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_expm1_cpu_float32 2022-09-27T15:56:30.0837200Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_complex64 2022-09-27T15:56:30.0849266Z [gw0] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_complex64 2022-09-27T15:56:30.0868059Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_float32 2022-09-27T15:56:30.0876589Z [gw0] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_float32 2022-09-27T15:56:30.0963441Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_complex64 2022-09-27T15:56:30.0977693Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_complex64 2022-09-27T15:56:30.1121539Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_float32 2022-09-27T15:56:30.1133358Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_float32 2022-09-27T15:56:30.1370071Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_complex64 2022-09-27T15:56:30.1388525Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_complex64 2022-09-27T15:56:30.1512793Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_float32 2022-09-27T15:56:30.1515502Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-09-27T15:56:30.1534297Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_float32 2022-09-27T15:56:30.1535360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:56:30.1696173Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_complex64 2022-09-27T15:56:30.1711525Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_complex64 2022-09-27T15:56:30.1781897Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_float32 2022-09-27T15:56:30.1793274Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_float32 2022-09-27T15:56:30.1858361Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_complex64 2022-09-27T15:56:30.1869489Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_complex64 2022-09-27T15:56:30.1907477Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_float32 2022-09-27T15:56:30.1918331Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_float32 2022-09-27T15:56:30.2024601Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_complex64 2022-09-27T15:56:30.2038480Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_complex64 2022-09-27T15:56:30.2109736Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_float32 2022-09-27T15:56:30.2121421Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_float32 2022-09-27T15:56:30.2332406Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_complex64 2022-09-27T15:56:30.2347418Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_complex64 2022-09-27T15:56:30.2554279Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_float32 2022-09-27T15:56:30.2567095Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_float32 2022-09-27T15:56:30.2756759Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_complex64 2022-09-27T15:56:30.2772226Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_complex64 2022-09-27T15:56:30.2854561Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_float32 2022-09-27T15:56:30.2865960Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_float32 2022-09-27T15:56:30.2981677Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_complex64 2022-09-27T15:56:30.2997180Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_complex64 2022-09-27T15:56:30.3177144Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_float32 2022-09-27T15:56:30.3190111Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_float32 2022-09-27T15:56:30.3432787Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_complex64 2022-09-27T15:56:30.3442899Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_complex64 2022-09-27T15:56:30.3564540Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_float32 2022-09-27T15:56:30.3577381Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_float32 2022-09-27T15:56:30.3812843Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_complex64 2022-09-27T15:56:30.3828130Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_complex64 2022-09-27T15:56:30.3931908Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_float32 2022-09-27T15:56:30.3944016Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_float32 2022-09-27T15:56:30.4012453Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_complex64 2022-09-27T15:56:30.4024501Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_complex64 2022-09-27T15:56:30.4074391Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_float32 2022-09-27T15:56:30.4086099Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_float32 2022-09-27T15:56:30.4101740Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft2_cpu_float32 2022-09-27T15:56:30.4114040Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 2022-09-27T15:56:30.4152866Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 2022-09-27T15:56:30.4164136Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft2_cpu_float32 2022-09-27T15:56:30.4228067Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft_cpu_float32 2022-09-27T15:56:30.4239133Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft_cpu_float32 2022-09-27T15:56:30.4308945Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfftn_cpu_float32 2022-09-27T15:56:30.4320868Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfftn_cpu_float32 2022-09-27T15:56:30.4419831Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_complex64 2022-09-27T15:56:30.4437525Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_complex64 2022-09-27T15:56:30.4641966Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_float32 2022-09-27T15:56:30.4653447Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_float32 2022-09-27T15:56:30.4791110Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_complex64 2022-09-27T15:56:30.4803611Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:56:30.4926414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:56:30.4940702Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_complex64 2022-09-27T15:56:30.5055514Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_float32 2022-09-27T15:56:30.5066418Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_float32 2022-09-27T15:56:30.5135126Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_complex64 2022-09-27T15:56:30.5149533Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_bfloat16 2022-09-27T15:56:30.5189095Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float32 2022-09-27T15:56:30.5203955Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_complex64 2022-09-27T15:56:30.5318617Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_float32 2022-09-27T15:56:30.5319382Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_float32 2022-09-27T15:56:30.5392753Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft2_cpu_float32 2022-09-27T15:56:30.5393565Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft2_cpu_float32 2022-09-27T15:56:30.5449749Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft_cpu_float32 2022-09-27T15:56:30.5463948Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft_cpu_float32 2022-09-27T15:56:30.5606510Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfftn_cpu_float32 2022-09-27T15:56:30.5607652Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfftn_cpu_float32 2022-09-27T15:56:30.5623322Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_complex64 2022-09-27T15:56:30.5639962Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_complex64 2022-09-27T15:56:30.5699918Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_float32 2022-09-27T15:56:30.5741603Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_float32 2022-09-27T15:56:30.5826352Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_complex64 2022-09-27T15:56:30.5839129Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_complex64 2022-09-27T15:56:30.5927746Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_float32 2022-09-27T15:56:30.5928467Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_float32 2022-09-27T15:56:30.6132822Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_complex64 2022-09-27T15:56:30.6139773Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_complex64 2022-09-27T15:56:30.6260128Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_float32 2022-09-27T15:56:30.6280765Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_float32 2022-09-27T15:56:30.6346674Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_complex64 2022-09-27T15:56:30.6370186Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_complex64 2022-09-27T15:56:30.6409050Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_float32 2022-09-27T15:56:30.6422679Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_float32 2022-09-27T15:56:30.6512104Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_complex64 2022-09-27T15:56:30.6512935Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_complex64 2022-09-27T15:56:30.6554759Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_float32 2022-09-27T15:56:30.6571205Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_float32 2022-09-27T15:56:30.6692005Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_complex64 2022-09-27T15:56:30.6699594Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_complex64 2022-09-27T15:56:30.6776151Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_float32 2022-09-27T15:56:30.6783702Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_float32 2022-09-27T15:56:30.7171402Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_complex64 2022-09-27T15:56:30.7172452Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_complex64 2022-09-27T15:56:30.7339258Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_float32 2022-09-27T15:56:30.7340129Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_float32 2022-09-27T15:56:30.7392442Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_cpu_float32 2022-09-27T15:56:30.7409771Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_cpu_float32 2022-09-27T15:56:30.7531424Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_divide_cpu_float32 2022-09-27T15:56:30.7548793Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_divide_cpu_float32 2022-09-27T15:56:30.7685247Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmax_cpu_float32 2022-09-27T15:56:30.7696864Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmax_cpu_float32 2022-09-27T15:56:30.7729530Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmin_cpu_float32 2022-09-27T15:56:30.7730420Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 2022-09-27T15:56:30.7826961Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 2022-09-27T15:56:30.7838294Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmin_cpu_float32 2022-09-27T15:56:30.8112204Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmod_cpu_float32 2022-09-27T15:56:30.8113170Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmod_cpu_float32 2022-09-27T15:56:30.8113795Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_frac_cpu_float32 2022-09-27T15:56:30.8114481Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:56:30.8122099Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-09-27T15:56:30.8133599Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_frac_cpu_float32 2022-09-27T15:56:30.8175565Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_frexp_cpu_float32 2022-09-27T15:56:30.8192768Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_frexp_cpu_float32 2022-09-27T15:56:30.8256733Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_complex64 2022-09-27T15:56:30.8343412Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_complex64 2022-09-27T15:56:30.8344108Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_float32 2022-09-27T15:56:30.8344762Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_float32 2022-09-27T15:56:30.8425717Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_complex64 2022-09-27T15:56:30.8440954Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_complex64 2022-09-27T15:56:30.8521727Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_float32 2022-09-27T15:56:30.8550261Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_float32 2022-09-27T15:56:30.8645956Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ge_cpu_float32 2022-09-27T15:56:30.8656867Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ge_cpu_float32 2022-09-27T15:56:30.8788585Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_complex64 2022-09-27T15:56:30.8840355Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float32 2022-09-27T15:56:30.9310261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float64 2022-09-27T15:56:30.9310962Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_complex64 2022-09-27T15:56:30.9535908Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_float32 2022-09-27T15:56:30.9614571Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_float32 2022-09-27T15:56:30.9724632Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_complex64 2022-09-27T15:56:30.9735636Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_complex64 2022-09-27T15:56:30.9830358Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_float32 2022-09-27T15:56:30.9843045Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_float32 2022-09-27T15:56:30.9948182Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gt_cpu_float32 2022-09-27T15:56:30.9958613Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_gt_cpu_float32 2022-09-27T15:56:31.0085845Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_complex64 2022-09-27T15:56:31.0114789Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_complex64 2022-09-27T15:56:31.0196741Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_float32 2022-09-27T15:56:31.0197397Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_float32 2022-09-27T15:56:31.0303133Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_heaviside_cpu_float32 2022-09-27T15:56:31.0327668Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_heaviside_cpu_float32 2022-09-27T15:56:31.0670960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histc_cpu_float32 2022-09-27T15:56:31.0787154Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_histc_cpu_float32 2022-09-27T15:56:31.1053379Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogram_cpu_float32 2022-09-27T15:56:31.1054355Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-09-27T15:56:31.1358454Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-09-27T15:56:31.1371230Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 2022-09-27T15:56:31.1922477Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 2022-09-27T15:56:31.1934952Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogram_cpu_float32 2022-09-27T15:56:31.2496445Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogramdd_cpu_float32 2022-09-27T15:56:31.2509619Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogramdd_cpu_float32 2022-09-27T15:56:31.2588614Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_complex64 2022-09-27T15:56:31.2600143Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_complex64 2022-09-27T15:56:31.2645925Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_float32 2022-09-27T15:56:31.2659402Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_float32 2022-09-27T15:56:31.2710204Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_complex64 2022-09-27T15:56:31.2831604Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_complex64 2022-09-27T15:56:31.2832316Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_float32 2022-09-27T15:56:31.2832936Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_float32 2022-09-27T15:56:31.2952850Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hypot_cpu_float32 2022-09-27T15:56:31.3021783Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_hypot_cpu_float32 2022-09-27T15:56:31.3073967Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_i0_cpu_float32 2022-09-27T15:56:31.3074666Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_i0_cpu_float32 2022-09-27T15:56:31.3225309Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_igamma_cpu_float32 2022-09-27T15:56:31.3239247Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_igamma_cpu_float32 2022-09-27T15:56:31.3260785Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_igammac_cpu_float32 2022-09-27T15:56:31.3282859Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float64 2022-09-27T15:56:31.3382936Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bfloat16 2022-09-27T15:56:31.3392109Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_igammac_cpu_float32 2022-09-27T15:56:31.3436969Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_imag_cpu_complex64 2022-09-27T15:56:31.3492448Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_imag_cpu_complex64 2022-09-27T15:56:31.3755740Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_complex64 2022-09-27T15:56:31.3857711Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_complex64 2022-09-27T15:56:31.3954410Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_float32 2022-09-27T15:56:31.3955035Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_float32 2022-09-27T15:56:31.3955599Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_complex64 2022-09-27T15:56:31.3964090Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-09-27T15:56:31.4083329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:56:31.4084336Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_complex64 2022-09-27T15:56:31.4221930Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_float32 2022-09-27T15:56:31.4222561Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_float32 2022-09-27T15:56:31.4331488Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_complex64 2022-09-27T15:56:31.4332183Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_complex64 2022-09-27T15:56:31.4430633Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_float32 2022-09-27T15:56:31.4431283Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_float32 2022-09-27T15:56:31.4636711Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_complex64 2022-09-27T15:56:31.4637648Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_complex64 2022-09-27T15:56:31.4740530Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_float32 2022-09-27T15:56:31.4773179Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_float32 2022-09-27T15:56:31.4911121Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_reduce_cpu_float32 2022-09-27T15:56:31.4912161Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 2022-09-27T15:56:31.5495371Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 2022-09-27T15:56:31.5788347Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_reduce_cpu_float32 2022-09-27T15:56:31.5789195Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_complex64 2022-09-27T15:56:31.5789915Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_complex64 2022-09-27T15:56:31.5790572Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_float32 2022-09-27T15:56:31.5791238Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_float32 2022-09-27T15:56:31.5791872Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_complex64 2022-09-27T15:56:31.5792499Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_complex64 2022-09-27T15:56:31.5812406Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_float32 2022-09-27T15:56:31.5826433Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_float32 2022-09-27T15:56:31.5869554Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_complex64 2022-09-27T15:56:31.5882301Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_complex64 2022-09-27T15:56:31.5932176Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_float32 2022-09-27T15:56:31.5932854Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_float32 2022-09-27T15:56:31.6188675Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_complex64 2022-09-27T15:56:31.6200204Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_complex64 2022-09-27T15:56:31.6297346Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_float32 2022-09-27T15:56:31.6309244Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_float32 2022-09-27T15:56:31.6360224Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_complex64 2022-09-27T15:56:31.6371926Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_complex64 2022-09-27T15:56:31.6408239Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_float32 2022-09-27T15:56:31.6418882Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_float32 2022-09-27T15:56:31.6456113Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isin_cpu_float32 2022-09-27T15:56:31.6468672Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isin_cpu_float32 2022-09-27T15:56:31.6500177Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_complex64 2022-09-27T15:56:31.6510615Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_complex64 2022-09-27T15:56:31.6549297Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_float32 2022-09-27T15:56:31.6557083Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_float32 2022-09-27T15:56:31.6605676Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_complex64 2022-09-27T15:56:31.6606465Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_complex64 2022-09-27T15:56:31.6646685Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_float32 2022-09-27T15:56:31.6657834Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_float32 2022-09-27T15:56:31.6693268Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isneginf_cpu_float32 2022-09-27T15:56:31.6704101Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isneginf_cpu_float32 2022-09-27T15:56:31.6739110Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isposinf_cpu_float32 2022-09-27T15:56:31.6751088Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isposinf_cpu_float32 2022-09-27T15:56:31.6799251Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_complex64 2022-09-27T15:56:31.6808373Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_complex64 2022-09-27T15:56:31.6843318Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_float32 2022-09-27T15:56:31.6853618Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_float32 2022-09-27T15:56:31.6996666Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_complex64 2022-09-27T15:56:31.7009383Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:56:31.8146092Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-09-27T15:56:31.8162458Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_complex64 2022-09-27T15:56:31.8424035Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_float32 2022-09-27T15:56:31.8437177Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bfloat16 2022-09-27T15:56:31.9658428Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bool 2022-09-27T15:56:31.9676911Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-09-27T15:56:32.0239349Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-09-27T15:56:32.0251011Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_float32 2022-09-27T15:56:32.0314261Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:56:32.0315105Z [gw0] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:56:32.0349207Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:56:32.0360683Z [gw0] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:56:32.0395422Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:56:32.0406850Z [gw0] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:56:32.0438911Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:56:32.0449094Z [gw0] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:56:32.0489314Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_complex64 2022-09-27T15:56:32.0498138Z [gw0] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_complex64 2022-09-27T15:56:32.0537958Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_float32 2022-09-27T15:56:32.0555044Z [gw0] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_float32 2022-09-27T15:56:32.0578819Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:56:32.0625424Z [gw0] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:56:32.0626282Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:56:32.0638784Z [gw0] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:56:32.0674886Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_complex64 2022-09-27T15:56:32.0697756Z [gw0] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_complex64 2022-09-27T15:56:32.0719751Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_float32 2022-09-27T15:56:32.0740833Z [gw0] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_float32 2022-09-27T15:56:32.0796208Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_complex64 2022-09-27T15:56:32.0810200Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_complex64 2022-09-27T15:56:32.0862412Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_float32 2022-09-27T15:56:32.0873937Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_float32 2022-09-27T15:56:32.0943393Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kthvalue_cpu_float32 2022-09-27T15:56:32.1007286Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_kthvalue_cpu_float32 2022-09-27T15:56:32.1100154Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_complex64 2022-09-27T15:56:32.1100900Z [gw0] [ 68%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_complex64 2022-09-27T15:56:32.1161087Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_float32 2022-09-27T15:56:32.1272590Z [gw0] [ 68%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_float32 2022-09-27T15:56:32.1273120Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_le_cpu_float32 2022-09-27T15:56:32.1297765Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_le_cpu_float32 2022-09-27T15:56:32.1937911Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_complex64 2022-09-27T15:56:32.1938716Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_complex64 2022-09-27T15:56:32.2180979Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_float32 2022-09-27T15:56:32.2193558Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_float32 2022-09-27T15:56:32.2292932Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lgamma_cpu_float32 2022-09-27T15:56:32.2305024Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lgamma_cpu_float32 2022-09-27T15:56:32.2420350Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_complex64 2022-09-27T15:56:32.2452564Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-09-27T15:56:32.2810695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float32 2022-09-27T15:56:32.2834007Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_complex64 2022-09-27T15:56:32.2929287Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_float32 2022-09-27T15:56:32.2957801Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_float32 2022-09-27T15:56:32.3330958Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:56:32.3331874Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:56:32.3440637Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_float32 2022-09-27T15:56:32.3441404Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_float32 2022-09-27T15:56:32.3574285Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_complex64 2022-09-27T15:56:32.3583181Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_complex64 2022-09-27T15:56:32.3638588Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_float32 2022-09-27T15:56:32.3649265Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_float32 2022-09-27T15:56:32.3730963Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_complex64 2022-09-27T15:56:32.3731920Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_complex64 2022-09-27T15:56:32.3752763Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_float32 2022-09-27T15:56:32.3764502Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_float32 2022-09-27T15:56:32.4330994Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_complex64 2022-09-27T15:56:32.4350516Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_complex64 2022-09-27T15:56:32.4518925Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_float32 2022-09-27T15:56:32.4531555Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float32 2022-09-27T15:56:32.4650062Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float64 2022-09-27T15:56:32.4670433Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_float32 2022-09-27T15:56:32.5091138Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_complex64 2022-09-27T15:56:32.5092092Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 2022-09-27T15:56:32.5117410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:56:32.5118492Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bool 2022-09-27T15:56:32.7255212Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float32 2022-09-27T15:56:32.7267439Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_complex64 2022-09-27T15:56:32.7490005Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_float32 2022-09-27T15:56:32.7502589Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float64 2022-09-27T15:56:32.7855685Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float16 2022-09-27T15:56:32.7872797Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float16 2022-09-27T15:56:32.8164487Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:56:32.8272214Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:56:32.8452785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:56:32.8483137Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:56:32.8484229Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_float32 2022-09-27T15:56:32.8485133Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_bfloat16 2022-09-27T15:56:32.8597219Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_complex64 2022-09-27T15:56:32.8672715Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_bfloat16 2022-09-27T15:56:32.8922010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:56:32.8922831Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:56:32.8923686Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:56:32.8924432Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_complex64 2022-09-27T15:56:32.8925138Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_float32 2022-09-27T15:56:32.8951415Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:56:32.9017428Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float16 2022-09-27T15:56:32.9024497Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_float32 2022-09-27T15:56:32.9078137Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_complex64 2022-09-27T15:56:32.9095571Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float16 2022-09-27T15:56:32.9165003Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:56:32.9179655Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_complex64 2022-09-27T15:56:32.9241846Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_float32 2022-09-27T15:56:32.9280828Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:56:32.9281801Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_float32 2022-09-27T15:56:32.9282698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:56:32.9418607Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_complex64 2022-09-27T15:56:32.9438012Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:56:32.9479488Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int16 2022-09-27T15:56:32.9488596Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_complex64 2022-09-27T15:56:32.9572642Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_float32 2022-09-27T15:56:32.9582584Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int16 2022-09-27T15:56:32.9596158Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_float32 2022-09-27T15:56:32.9596976Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_complex64 2022-09-27T15:56:32.9734781Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int32 2022-09-27T15:56:32.9736811Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_complex64 2022-09-27T15:56:32.9824792Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int32 2022-09-27T15:56:32.9825709Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_float32 2022-09-27T15:56:32.9826517Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:56:32.9827352Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float32 2022-09-27T15:56:32.9907716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float64 2022-09-27T15:56:32.9914333Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_float32 2022-09-27T15:56:32.9943596Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_complex64 2022-09-27T15:56:32.9944610Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:56:33.0086880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int8 2022-09-27T15:56:33.0087798Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int8 2022-09-27T15:56:33.0558538Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_uint8 2022-09-27T15:56:33.0563961Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_uint8 2022-09-27T15:56:33.0780759Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:56:33.0800605Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:56:33.1351944Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:56:33.1377836Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:56:33.2043912Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 2022-09-27T15:56:33.2056565Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:56:33.3336508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:56:33.3337939Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_complex64 2022-09-27T15:56:33.6216430Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_float32 2022-09-27T15:56:33.6258451Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_float32 2022-09-27T15:56:33.6654715Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_complex64 2022-09-27T15:56:33.6665908Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float64 2022-09-27T15:56:33.6689007Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_complex64 2022-09-27T15:56:33.6689783Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_float32 2022-09-27T15:56:33.6859269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int16 2022-09-27T15:56:33.6874661Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_float32 2022-09-27T15:56:33.7058952Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_complex64 2022-09-27T15:56:33.7072312Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_complex64 2022-09-27T15:56:33.7144282Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_float32 2022-09-27T15:56:33.7158102Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_float32 2022-09-27T15:56:33.7313775Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_complex64 2022-09-27T15:56:33.7326952Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_complex64 2022-09-27T15:56:33.7390873Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_float32 2022-09-27T15:56:33.7400452Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_float32 2022-09-27T15:56:33.7455116Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:56:33.7464068Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:56:33.7496459Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 2022-09-27T15:56:33.7497361Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:56:33.7558230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:56:33.7558954Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:56:33.8355925Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_complex64 2022-09-27T15:56:33.8357221Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_complex64 2022-09-27T15:56:33.8640735Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_float32 2022-09-27T15:56:33.8641638Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_float32 2022-09-27T15:56:33.9979183Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_complex64 2022-09-27T15:56:33.9980486Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:56:34.0170691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 2022-09-27T15:56:34.0244624Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_complex64 2022-09-27T15:56:34.0563350Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_float32 2022-09-27T15:56:34.0565963Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int16 2022-09-27T15:56:34.1152723Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int32 2022-09-27T15:56:34.1153493Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_float32 2022-09-27T15:56:34.1316958Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:56:34.1328424Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:56:34.3798665Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:56:34.3862879Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:56:34.3863900Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:56:34.3864778Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int32 2022-09-27T15:56:34.4946545Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int64 2022-09-27T15:56:34.5013574Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:56:34.5092575Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_complex64 2022-09-27T15:56:34.5108076Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:56:34.5225974Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int16 2022-09-27T15:56:34.5226853Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_complex64 2022-09-27T15:56:34.5320381Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_float32 2022-09-27T15:56:34.5342282Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_float32 2022-09-27T15:56:34.5508730Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_complex64 2022-09-27T15:56:34.5509598Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 2022-09-27T15:56:34.6337083Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 2022-09-27T15:56:34.6338089Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_complex64 2022-09-27T15:56:34.6989796Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_float32 2022-09-27T15:56:34.6991142Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_float32 2022-09-27T15:56:34.6992105Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:56:34.7053710Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:56:34.7057573Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:56:34.7058743Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:56:34.8605202Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_complex64 2022-09-27T15:56:34.8619497Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int64 2022-09-27T15:56:35.0395990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int8 2022-09-27T15:56:35.0416130Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int16 2022-09-27T15:56:35.2239638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int32 2022-09-27T15:56:35.2240445Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 2022-09-27T15:56:35.3295960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 2022-09-27T15:56:35.3308006Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_complex64 2022-09-27T15:56:35.3676105Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_float32 2022-09-27T15:56:35.3685473Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int8 2022-09-27T15:56:35.4418924Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_uint8 2022-09-27T15:56:35.4419867Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_float32 2022-09-27T15:56:35.5343582Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_complex64 2022-09-27T15:56:35.5359135Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_complex64 2022-09-27T15:56:35.5503334Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_float32 2022-09-27T15:56:35.5533640Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int32 2022-09-27T15:56:35.5703591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:56:35.5757862Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_float32 2022-09-27T15:56:35.7676807Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_complex64 2022-09-27T15:56:35.7758312Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 2022-09-27T15:56:35.7806784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 2022-09-27T15:56:35.7818364Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_complex64 2022-09-27T15:56:35.9118685Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_float32 2022-09-27T15:56:35.9138151Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_float32 2022-09-27T15:56:35.9271634Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_complex64 2022-09-27T15:56:35.9272518Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_uint8 2022-09-27T15:56:35.9797629Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_bfloat16 2022-09-27T15:56:35.9799539Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_complex64 2022-09-27T15:56:36.0526923Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_float32 2022-09-27T15:56:36.0539047Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:56:36.0842424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int8 2022-09-27T15:56:36.0845741Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_float32 2022-09-27T15:56:36.0952722Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:56:36.0964837Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:56:36.1047477Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:56:36.1063498Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:56:36.1180051Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_complex64 2022-09-27T15:56:36.1196850Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_complex64 2022-09-27T15:56:36.1256281Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_float32 2022-09-27T15:56:36.1270936Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_float32 2022-09-27T15:56:36.2026532Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_complex64 2022-09-27T15:56:36.2037350Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_complex64 2022-09-27T15:56:36.2532906Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_float32 2022-09-27T15:56:36.2533776Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_float32 2022-09-27T15:56:36.2653587Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:56:36.2676227Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:56:36.2883150Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:56:36.2905009Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:56:36.3067147Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_xlog1py_cpu_float32 2022-09-27T15:56:36.3067935Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_xlog1py_cpu_float32 2022-09-27T15:56:36.3068655Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_zeta_cpu_float32 2022-09-27T15:56:36.3069365Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_zeta_cpu_float32 2022-09-27T15:56:36.3069966Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_complex64 2022-09-27T15:56:36.3077590Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 2022-09-27T15:56:36.3106621Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 2022-09-27T15:56:36.3117632Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_complex64 2022-09-27T15:56:36.3158806Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_float32 2022-09-27T15:56:36.3169851Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_float32 2022-09-27T15:56:36.3246423Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_complex64 2022-09-27T15:56:36.3257212Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_complex64 2022-09-27T15:56:36.3314742Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_float32 2022-09-27T15:56:36.3326222Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_float32 2022-09-27T15:56:36.3420676Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_complex64 2022-09-27T15:56:36.3430851Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_complex64 2022-09-27T15:56:36.3487325Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_float32 2022-09-27T15:56:36.3498135Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_float32 2022-09-27T15:56:36.3568404Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_complex64 2022-09-27T15:56:36.3579714Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_complex64 2022-09-27T15:56:36.3711392Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_float32 2022-09-27T15:56:36.3711901Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_float32 2022-09-27T15:56:36.3749661Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_complex64 2022-09-27T15:56:36.3750375Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_complex64 2022-09-27T15:56:36.3815454Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_float32 2022-09-27T15:56:36.3826782Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_float32 2022-09-27T15:56:36.4028895Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_complex64 2022-09-27T15:56:36.4039778Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_complex64 2022-09-27T15:56:36.4142894Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_float32 2022-09-27T15:56:36.4153921Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_float32 2022-09-27T15:56:36.4216536Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_complex64 2022-09-27T15:56:36.4225792Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_complex64 2022-09-27T15:56:36.4269534Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_float32 2022-09-27T15:56:36.4280556Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_float32 2022-09-27T15:56:36.4492295Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_complex64 2022-09-27T15:56:36.4506496Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_complex64 2022-09-27T15:56:36.4715325Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_float32 2022-09-27T15:56:36.4716103Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_float32 2022-09-27T15:56:36.4729984Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_complex64 2022-09-27T15:56:36.4749015Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_complex64 2022-09-27T15:56:36.4851999Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_float32 2022-09-27T15:56:36.4852687Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_float32 2022-09-27T15:56:36.5676832Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_complex64 2022-09-27T15:56:36.5677897Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_complex64 2022-09-27T15:56:36.5736800Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_float32 2022-09-27T15:56:36.5756138Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int8 2022-09-27T15:56:36.5928262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_uint8 2022-09-27T15:56:36.5929266Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_float32 2022-09-27T15:56:36.7296630Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_complex64 2022-09-27T15:56:36.7307715Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_complex64 2022-09-27T15:56:36.7830533Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_float32 2022-09-27T15:56:36.7914497Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_float32 2022-09-27T15:56:36.7978155Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_complex64 2022-09-27T15:56:36.8007011Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_bfloat16 2022-09-27T15:56:36.8185157Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float16 2022-09-27T15:56:36.8200289Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_complex64 2022-09-27T15:56:36.8357077Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_float32 2022-09-27T15:56:36.8374515Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_float32 2022-09-27T15:56:36.8414051Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_complex64 2022-09-27T15:56:36.8429589Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 2022-09-27T15:56:36.8626619Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 2022-09-27T15:56:36.8663794Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_complex64 2022-09-27T15:56:36.8792023Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_float32 2022-09-27T15:56:36.8800235Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_float32 2022-09-27T15:56:37.1235896Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_complex64 2022-09-27T15:56:37.1264969Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_uint8 2022-09-27T15:56:37.4263122Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_bfloat16 2022-09-27T15:56:37.4275052Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_complex64 2022-09-27T15:56:37.7058679Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_float32 2022-09-27T15:56:37.7071399Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_float32 2022-09-27T15:56:37.9531320Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_lowrank_cpu_float32 2022-09-27T15:56:37.9553906Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float16 2022-09-27T15:56:38.1386069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float32 2022-09-27T15:56:38.1403646Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 2022-09-27T15:56:38.3247931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:56:38.3257363Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_bfloat16 2022-09-27T15:56:38.6700732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:56:38.6721534Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float32 2022-09-27T15:56:38.8770391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float64 2022-09-27T15:56:38.8813750Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_lowrank_cpu_float32 2022-09-27T15:56:38.9031411Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_complex64 2022-09-27T15:56:38.9032245Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_complex64 2022-09-27T15:56:38.9148802Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_float32 2022-09-27T15:56:38.9173218Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_float32 2022-09-27T15:56:38.9267152Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_complex64 2022-09-27T15:56:38.9279034Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_complex64 2022-09-27T15:56:38.9357094Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_float32 2022-09-27T15:56:38.9357799Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_float32 2022-09-27T15:56:38.9491873Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_complex64 2022-09-27T15:56:38.9504806Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_complex64 2022-09-27T15:56:38.9596159Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_float32 2022-09-27T15:56:38.9625844Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_float32 2022-09-27T15:56:38.9779955Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_complex64 2022-09-27T15:56:38.9828946Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:56:38.9830423Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:56:38.9853688Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_complex64 2022-09-27T15:56:38.9956209Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_float32 2022-09-27T15:56:38.9956867Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:56:39.0114005Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:56:39.0134331Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_float32 2022-09-27T15:56:39.0135379Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_complex64 2022-09-27T15:56:39.0136442Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_complex64 2022-09-27T15:56:39.0137221Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_float32 2022-09-27T15:56:39.0140755Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_float32 2022-09-27T15:56:39.0322048Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_complex64 2022-09-27T15:56:39.0323855Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_complex64 2022-09-27T15:56:39.0324514Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_float32 2022-09-27T15:56:39.0373100Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_float32 2022-09-27T15:56:39.1387154Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_complex64 2022-09-27T15:56:39.1388201Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_complex64 2022-09-27T15:56:39.1389075Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_float32 2022-09-27T15:56:39.1389718Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_float32 2022-09-27T15:56:39.1390560Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_complex64 2022-09-27T15:56:39.1391180Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_complex64 2022-09-27T15:56:39.1400068Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_float32 2022-09-27T15:56:39.1400694Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_float32 2022-09-27T15:56:39.1401493Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_complex64 2022-09-27T15:56:39.1445051Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_complex64 2022-09-27T15:56:39.1586262Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_float32 2022-09-27T15:56:39.1587151Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_float32 2022-09-27T15:56:39.2036265Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_complex64 2022-09-27T15:56:39.2053722Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_complex64 2022-09-27T15:56:39.2315935Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_float32 2022-09-27T15:56:39.2316899Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_float32 2022-09-27T15:56:39.2704403Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_complex64 2022-09-27T15:56:39.2728298Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_complex64 2022-09-27T15:56:39.2997983Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_float32 2022-09-27T15:56:39.3011815Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_float32 2022-09-27T15:56:39.3109814Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_topk_cpu_float32 2022-09-27T15:56:39.3120893Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_topk_cpu_float32 2022-09-27T15:56:39.3175420Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_complex64 2022-09-27T15:56:39.3196202Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_complex64 2022-09-27T15:56:39.3233701Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_float32 2022-09-27T15:56:39.3247375Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_float32 2022-09-27T15:56:39.4113818Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_complex64 2022-09-27T15:56:39.4117529Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_complex64 2022-09-27T15:56:39.4512017Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_float32 2022-09-27T15:56:39.4526855Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_float32 2022-09-27T15:56:39.4664102Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_complex64 2022-09-27T15:56:39.4677097Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_complex64 2022-09-27T15:56:39.4900305Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_float32 2022-09-27T15:56:39.4901073Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float64 2022-09-27T15:56:39.4904659Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_bfloat16 2022-09-27T15:56:39.4905523Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_float32 2022-09-27T15:56:39.4908614Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_complex64 2022-09-27T15:56:39.4909365Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_complex64 2022-09-27T15:56:39.4988635Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_float32 2022-09-27T15:56:39.5036930Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_float32 2022-09-27T15:56:39.5364706Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_complex64 2022-09-27T15:56:39.5365665Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_complex64 2022-09-27T15:56:39.5534469Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_float32 2022-09-27T15:56:39.5535392Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_float32 2022-09-27T15:56:39.6678925Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_complex64 2022-09-27T15:56:39.6690865Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_complex64 2022-09-27T15:56:39.6876777Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_float32 2022-09-27T15:56:39.6888450Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_float32 2022-09-27T15:56:39.6934051Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_complex64 2022-09-27T15:56:39.6946434Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:56:39.7423333Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_bfloat16 2022-09-27T15:56:39.7424291Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_complex64 2022-09-27T15:56:39.7727906Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_float32 2022-09-27T15:56:39.7728556Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_float32 2022-09-27T15:56:39.7988559Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_complex64 2022-09-27T15:56:39.8015024Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_complex64 2022-09-27T15:56:39.8246228Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_float32 2022-09-27T15:56:39.8246920Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_float32 2022-09-27T15:56:39.8274928Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trunc_cpu_float32 2022-09-27T15:56:39.8275599Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trunc_cpu_float32 2022-09-27T15:56:39.8444367Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_complex64 2022-09-27T15:56:39.8466655Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_complex64 2022-09-27T15:56:39.8558069Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_float32 2022-09-27T15:56:39.8581455Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_float32 2022-09-27T15:56:39.8784702Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_complex64 2022-09-27T15:56:39.8821776Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_complex64 2022-09-27T15:56:39.8887492Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_float32 2022-09-27T15:56:39.8898480Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_float32 2022-09-27T15:56:39.9451498Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_complex64 2022-09-27T15:56:39.9452702Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_complex64 2022-09-27T15:56:39.9548528Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_float32 2022-09-27T15:56:39.9584987Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_bfloat16 2022-09-27T15:56:39.9599735Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:56:39.9606843Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_float32 2022-09-27T15:56:39.9672874Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_complex64 2022-09-27T15:56:39.9684902Z [gw0] [ 69%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_complex64 2022-09-27T15:56:39.9748841Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_float32 2022-09-27T15:56:39.9766046Z [gw0] [ 69%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_float32 2022-09-27T15:56:40.0164028Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_consecutive_cpu_float32 2022-09-27T15:56:40.0189811Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:56:40.1085430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 2022-09-27T15:56:40.1086476Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:56:40.1106227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:56:40.1106977Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_consecutive_cpu_float32 2022-09-27T15:56:40.3733609Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_cpu_float32 2022-09-27T15:56:40.3888996Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_bfloat16 2022-09-27T15:56:40.3890031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float16 2022-09-27T15:56:40.3890683Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_cpu_float32 2022-09-27T15:56:40.4053533Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_complex64 2022-09-27T15:56:40.4203271Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_complex64 2022-09-27T15:56:40.4205053Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_float32 2022-09-27T15:56:40.4210032Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_float32 2022-09-27T15:56:40.4384399Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_complex64 2022-09-27T15:56:40.4510227Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_complex64 2022-09-27T15:56:40.4511629Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_float32 2022-09-27T15:56:40.4536048Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_float32 2022-09-27T15:56:40.4597279Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_complex64 2022-09-27T15:56:40.4635355Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_complex64 2022-09-27T15:56:40.4653328Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_float32 2022-09-27T15:56:40.4672486Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_float32 2022-09-27T15:56:40.4731820Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_complex64 2022-09-27T15:56:40.4769276Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_complex64 2022-09-27T15:56:40.5263214Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_float32 2022-09-27T15:56:40.5263963Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_float32 2022-09-27T15:56:40.5264694Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_complex_cpu_float32 2022-09-27T15:56:40.5265509Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_complex_cpu_float32 2022-09-27T15:56:40.5266172Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_complex64 2022-09-27T15:56:40.5266817Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_complex64 2022-09-27T15:56:40.5267446Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_float32 2022-09-27T15:56:40.5268074Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_float32 2022-09-27T15:56:40.5268721Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_real_cpu_complex64 2022-09-27T15:56:40.5269385Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_real_cpu_complex64 2022-09-27T15:56:40.5270019Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_complex64 2022-09-27T15:56:40.5270644Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_complex64 2022-09-27T15:56:40.5381479Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_float32 2022-09-27T15:56:40.5382146Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_float32 2022-09-27T15:56:40.5411135Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_complex64 2022-09-27T15:56:40.5411804Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_complex64 2022-09-27T15:56:40.5452120Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_float32 2022-09-27T15:56:40.5462136Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_float32 2022-09-27T15:56:40.5540674Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_complex64 2022-09-27T15:56:40.5552435Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_complex64 2022-09-27T15:56:40.5601951Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_float32 2022-09-27T15:56:40.5612696Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_float32 2022-09-27T15:56:40.5639320Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_complex64 2022-09-27T15:56:40.5652768Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:56:40.5792411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int16 2022-09-27T15:56:40.5793099Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_complex64 2022-09-27T15:56:40.5850107Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_float32 2022-09-27T15:56:40.5861794Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_float32 2022-09-27T15:56:40.6118740Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_xlogy_cpu_float32 2022-09-27T15:56:40.6129778Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_xlogy_cpu_float32 2022-09-27T15:56:40.6220815Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_complex64 2022-09-27T15:56:40.6233271Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_complex64 2022-09-27T15:56:40.6290791Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_float32 2022-09-27T15:56:40.6302093Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_float32 2022-09-27T15:56:40.6352937Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_complex64 2022-09-27T15:56:40.6361739Z [gw0] [ 69%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_complex64 2022-09-27T15:56:40.6405832Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_float32 2022-09-27T15:56:40.6417584Z [gw0] [ 69%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_float32 2022-09-27T15:56:40.6471390Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_complex64 2022-09-27T15:56:40.6482236Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_complex64 2022-09-27T15:56:40.7115314Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_float32 2022-09-27T15:56:40.7127350Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int16 2022-09-27T15:56:40.7264577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int32 2022-09-27T15:56:40.7275112Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_float32 2022-09-27T15:56:40.7360793Z test_ops.py::TestCompositeComplianceCPU::test_backward_H_cpu_float32 2022-09-27T15:56:40.7372300Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_H_cpu_float32 2022-09-27T15:56:40.7454802Z test_ops.py::TestCompositeComplianceCPU::test_backward_T_cpu_float32 2022-09-27T15:56:40.7465066Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_T_cpu_float32 2022-09-27T15:56:40.8212307Z test_ops.py::TestCompositeComplianceCPU::test_backward___getitem___cpu_float32 2022-09-27T15:56:40.8224217Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___getitem___cpu_float32 2022-09-27T15:56:40.8876164Z test_ops.py::TestCompositeComplianceCPU::test_backward___radd___cpu_float32 2022-09-27T15:56:40.8887292Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___radd___cpu_float32 2022-09-27T15:56:40.9288527Z test_ops.py::TestCompositeComplianceCPU::test_backward___rdiv___cpu_float32 2022-09-27T15:56:40.9302909Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int32 2022-09-27T15:56:40.9373691Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int64 2022-09-27T15:56:40.9387961Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 2022-09-27T15:56:41.0074832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 2022-09-27T15:56:41.0086363Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rdiv___cpu_float32 2022-09-27T15:56:41.1073312Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmatmul___cpu_float32 2022-09-27T15:56:41.1074267Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int64 2022-09-27T15:56:41.2324680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int8 2022-09-27T15:56:41.2337996Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int8 2022-09-27T15:56:41.2346208Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rmatmul___cpu_float32 2022-09-27T15:56:41.2354574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_uint8 2022-09-27T15:56:41.3423692Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmod___cpu_float32 2022-09-27T15:56:41.3434820Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rmod___cpu_float32 2022-09-27T15:56:41.3442737Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmul___cpu_float32 2022-09-27T15:56:41.3472882Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_uint8 2022-09-27T15:56:41.4288831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_bfloat16 2022-09-27T15:56:41.4300747Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rmul___cpu_float32 2022-09-27T15:56:41.5538474Z test_ops.py::TestCompositeComplianceCPU::test_backward___rpow___cpu_float32 2022-09-27T15:56:41.5551929Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rpow___cpu_float32 2022-09-27T15:56:41.6263587Z test_ops.py::TestCompositeComplianceCPU::test_backward___rsub___cpu_float32 2022-09-27T15:56:41.6352145Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rsub___cpu_float32 2022-09-27T15:56:41.7389718Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_amax_cpu_float32 2022-09-27T15:56:41.7402777Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float16 2022-09-27T15:56:41.7456506Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float32 2022-09-27T15:56:41.7469549Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 2022-09-27T15:56:41.7853027Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 2022-09-27T15:56:41.7871053Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_bfloat16 2022-09-27T15:56:42.1191987Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float32 2022-09-27T15:56:42.1204875Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float32 2022-09-27T15:56:42.4590525Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float64 2022-09-27T15:56:42.4602711Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float64 2022-09-27T15:56:42.7324195Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int16 2022-09-27T15:56:42.7338033Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int16 2022-09-27T15:56:42.7348923Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 2022-09-27T15:56:42.7351405Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 2022-09-27T15:56:42.7902650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int32 2022-09-27T15:56:42.7913358Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_amax_cpu_float32 2022-09-27T15:56:43.0021987Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_amin_cpu_float32 2022-09-27T15:56:43.0040503Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int32 2022-09-27T15:56:43.2338484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int64 2022-09-27T15:56:43.2350217Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float32 2022-09-27T15:56:43.3131126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float64 2022-09-27T15:56:43.3143671Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int64 2022-09-27T15:56:43.5473637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int8 2022-09-27T15:56:43.5483115Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int8 2022-09-27T15:56:43.6795977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_uint8 2022-09-27T15:56:43.6805731Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 2022-09-27T15:56:43.7794574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 2022-09-27T15:56:43.7812183Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_uint8 2022-09-27T15:56:43.9277888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_bfloat16 2022-09-27T15:56:43.9292048Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_amin_cpu_float32 2022-09-27T15:56:43.9414105Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_cumprod_cpu_float32 2022-09-27T15:56:43.9426605Z [gw0] [ 69%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward__masked_cumprod_cpu_float32 2022-09-27T15:56:44.0865304Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_cumsum_cpu_float32 2022-09-27T15:56:44.0876326Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_cumsum_cpu_float32 2022-09-27T15:56:44.2504139Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_log_softmax_cpu_float32 2022-09-27T15:56:44.2516021Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_log_softmax_cpu_float32 2022-09-27T15:56:44.2865560Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_logaddexp_cpu_float32 2022-09-27T15:56:44.2883763Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_bfloat16 2022-09-27T15:56:44.5679778Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float32 2022-09-27T15:56:44.5691512Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float64 2022-09-27T15:56:44.7730558Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex128 2022-09-27T15:56:44.7742881Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 2022-09-27T15:56:44.7818433Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_bool 2022-09-27T15:56:44.7836481Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float32 2022-09-27T15:56:45.0931870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float64 2022-09-27T15:56:45.0941922Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float64 2022-09-27T15:56:45.1133239Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_bfloat16 2022-09-27T15:56:45.1146063Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex128 2022-09-27T15:56:45.1548310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex32 2022-09-27T15:56:45.1560872Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_logaddexp_cpu_float32 2022-09-27T15:56:45.1628252Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_logsumexp_cpu_float32 2022-09-27T15:56:45.1640522Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_bool 2022-09-27T15:56:45.4334765Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float32 2022-09-27T15:56:45.4347903Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_bfloat16 2022-09-27T15:56:45.6709657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:56:45.6729712Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float32 2022-09-27T15:56:45.6740421Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float64 2022-09-27T15:56:45.6753103Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:56:45.8838754Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:56:45.8852225Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex32 2022-09-27T15:56:45.9734840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex64 2022-09-27T15:56:45.9746242Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:56:46.2120521Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_bfloat16 2022-09-27T15:56:46.2134359Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex64 2022-09-27T15:56:46.2211498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bfloat16 2022-09-27T15:56:46.2219237Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bfloat16 2022-09-27T15:56:46.2264045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bool 2022-09-27T15:56:46.2274207Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bool 2022-09-27T15:56:46.2355184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex128 2022-09-27T15:56:46.2365860Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex128 2022-09-27T15:56:46.2444546Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex32 2022-09-27T15:56:46.2455818Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex32 2022-09-27T15:56:46.2545626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex64 2022-09-27T15:56:46.2556034Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex64 2022-09-27T15:56:46.2623370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float16 2022-09-27T15:56:46.2633223Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float16 2022-09-27T15:56:46.2671886Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float32 2022-09-27T15:56:46.2683771Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_logsumexp_cpu_float32 2022-09-27T15:56:46.2707103Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_mean_cpu_float32 2022-09-27T15:56:46.2718531Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float32 2022-09-27T15:56:46.2795350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float64 2022-09-27T15:56:46.2806031Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float64 2022-09-27T15:56:46.2866233Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int16 2022-09-27T15:56:46.2876423Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int16 2022-09-27T15:56:46.2925793Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int32 2022-09-27T15:56:46.2935480Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int32 2022-09-27T15:56:46.2993421Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int64 2022-09-27T15:56:46.3004202Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int64 2022-09-27T15:56:46.3062188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int8 2022-09-27T15:56:46.3072947Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int8 2022-09-27T15:56:46.3133183Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_uint8 2022-09-27T15:56:46.3144755Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_uint8 2022-09-27T15:56:46.3191134Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bfloat16 2022-09-27T15:56:46.3201733Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bfloat16 2022-09-27T15:56:46.3242102Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bool 2022-09-27T15:56:46.3252679Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bool 2022-09-27T15:56:46.3302120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex128 2022-09-27T15:56:46.3311885Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex128 2022-09-27T15:56:46.3358828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex64 2022-09-27T15:56:46.3369461Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex64 2022-09-27T15:56:46.3411313Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float16 2022-09-27T15:56:46.3421959Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float16 2022-09-27T15:56:46.3467951Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float32 2022-09-27T15:56:46.3489588Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float32 2022-09-27T15:56:46.3517815Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float64 2022-09-27T15:56:46.3533189Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float64 2022-09-27T15:56:46.3566745Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int16 2022-09-27T15:56:46.3577271Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int16 2022-09-27T15:56:46.3611801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int32 2022-09-27T15:56:46.3624169Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int32 2022-09-27T15:56:46.3659097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int64 2022-09-27T15:56:46.3668938Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int64 2022-09-27T15:56:46.3703843Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int8 2022-09-27T15:56:46.3713544Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int8 2022-09-27T15:56:46.3748372Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_uint8 2022-09-27T15:56:46.3758052Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_uint8 2022-09-27T15:56:46.3798602Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bfloat16 2022-09-27T15:56:46.3808195Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bfloat16 2022-09-27T15:56:46.3843139Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bool 2022-09-27T15:56:46.3874008Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bool 2022-09-27T15:56:46.3917731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex128 2022-09-27T15:56:46.3927726Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex128 2022-09-27T15:56:46.3971472Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex64 2022-09-27T15:56:46.3981196Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex64 2022-09-27T15:56:46.4023948Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float16 2022-09-27T15:56:46.4035070Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float16 2022-09-27T15:56:46.4083230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float32 2022-09-27T15:56:46.4096944Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float32 2022-09-27T15:56:46.4137360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float64 2022-09-27T15:56:46.4145293Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float64 2022-09-27T15:56:46.4173577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int16 2022-09-27T15:56:46.4183746Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int16 2022-09-27T15:56:46.4211393Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int32 2022-09-27T15:56:46.4220680Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int32 2022-09-27T15:56:46.4249625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int64 2022-09-27T15:56:46.4258949Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int64 2022-09-27T15:56:46.4291892Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int8 2022-09-27T15:56:46.4302983Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int8 2022-09-27T15:56:46.4343865Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_uint8 2022-09-27T15:56:46.4353136Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_uint8 2022-09-27T15:56:46.4377645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bfloat16 2022-09-27T15:56:46.4387484Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_bfloat16 2022-09-27T15:56:46.4394286Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bfloat16 2022-09-27T15:56:46.4395920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:56:46.4437265Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bool 2022-09-27T15:56:46.4446109Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bool 2022-09-27T15:56:46.4478391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex128 2022-09-27T15:56:46.4487673Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex128 2022-09-27T15:56:46.4521126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex32 2022-09-27T15:56:46.4530400Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex32 2022-09-27T15:56:46.4566495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex64 2022-09-27T15:56:46.4574635Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex64 2022-09-27T15:56:46.4605286Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float16 2022-09-27T15:56:46.4614974Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float16 2022-09-27T15:56:46.4645700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float32 2022-09-27T15:56:46.4653202Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float32 2022-09-27T15:56:46.4697796Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float64 2022-09-27T15:56:46.4707484Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float64 2022-09-27T15:56:46.4735537Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int16 2022-09-27T15:56:46.4745029Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int16 2022-09-27T15:56:46.4775518Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int32 2022-09-27T15:56:46.4783157Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int32 2022-09-27T15:56:46.4810582Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int64 2022-09-27T15:56:46.4820256Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int64 2022-09-27T15:56:46.4847589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int8 2022-09-27T15:56:46.4856943Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int8 2022-09-27T15:56:46.4884784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_uint8 2022-09-27T15:56:46.4897156Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_uint8 2022-09-27T15:56:46.8211522Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bfloat16 2022-09-27T15:56:46.8224488Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:56:47.1518411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:56:47.1529593Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_mean_cpu_float32 2022-09-27T15:56:47.3133747Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_median_cpu_float32 2022-09-27T15:56:47.3142668Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_median_cpu_float32 2022-09-27T15:56:47.3334787Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_norm_cpu_float32 2022-09-27T15:56:47.3348130Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:56:47.6661890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-09-27T15:56:47.6667596Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-09-27T15:56:47.6684062Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bfloat16 2022-09-27T15:56:47.6684752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:56:48.1947993Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bool 2022-09-27T15:56:48.1962348Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:56:48.2363399Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:56:48.2377863Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bool 2022-09-27T15:56:48.5636401Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex128 2022-09-27T15:56:48.5649123Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:56:48.7657942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:56:48.7671556Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:56:49.0395149Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:56:49.0406790Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:56:49.2262140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int16 2022-09-27T15:56:49.2269843Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float64 2022-09-27T15:56:49.2565106Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int16 2022-09-27T15:56:49.2599839Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex128 2022-09-27T15:56:49.2941636Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex64 2022-09-27T15:56:49.2942346Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int16 2022-09-27T15:56:49.5388861Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int32 2022-09-27T15:56:49.5411068Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int32 2022-09-27T15:56:49.6748684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:56:49.6760475Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int16 2022-09-27T15:56:49.8014646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int32 2022-09-27T15:56:49.8029709Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:56:50.0290844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int8 2022-09-27T15:56:50.0302668Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int8 2022-09-27T15:56:50.1347199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_uint8 2022-09-27T15:56:50.1359532Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex64 2022-09-27T15:56:50.1496401Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float16 2022-09-27T15:56:50.1509055Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int32 2022-09-27T15:56:50.2450234Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int64 2022-09-27T15:56:50.2462666Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_uint8 2022-09-27T15:56:50.5581743Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_bfloat16 2022-09-27T15:56:50.5593748Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_bfloat16 2022-09-27T15:56:50.6377229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:56:50.6390235Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int64 2022-09-27T15:56:50.7228412Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int8 2022-09-27T15:56:50.7255618Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:56:50.9563734Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:56:50.9610171Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:56:51.0376308Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int16 2022-09-27T15:56:51.0388400Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int8 2022-09-27T15:56:51.1188985Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_uint8 2022-09-27T15:56:51.1244637Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int16 2022-09-27T15:56:51.2809171Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int32 2022-09-27T15:56:51.2823838Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int32 2022-09-27T15:56:51.4544852Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int64 2022-09-27T15:56:51.4556566Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float16 2022-09-27T15:56:51.4899290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float32 2022-09-27T15:56:51.4913642Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int64 2022-09-27T15:56:51.5891501Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int8 2022-09-27T15:56:51.5904790Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_uint8 2022-09-27T15:56:51.6384726Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bfloat16 2022-09-27T15:56:51.6395559Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int8 2022-09-27T15:56:51.7842493Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_uint8 2022-09-27T15:56:51.7864356Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_uint8 2022-09-27T15:56:51.8200151Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_bfloat16 2022-09-27T15:56:51.8208183Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bfloat16 2022-09-27T15:56:51.8223859Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_bfloat16 2022-09-27T15:56:51.8224483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex128 2022-09-27T15:56:51.8597661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bool 2022-09-27T15:56:51.8623193Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex128 2022-09-27T15:56:51.8963218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex64 2022-09-27T15:56:51.8983952Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex64 2022-09-27T15:56:51.9336137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float16 2022-09-27T15:56:51.9352493Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float16 2022-09-27T15:56:51.9684216Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float32 2022-09-27T15:56:51.9695347Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float32 2022-09-27T15:56:52.0002142Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float64 2022-09-27T15:56:52.0016441Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float32 2022-09-27T15:56:52.0043481Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float64 2022-09-27T15:56:52.0054287Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float64 2022-09-27T15:56:52.0099015Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bfloat16 2022-09-27T15:56:52.0109212Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bfloat16 2022-09-27T15:56:52.0151958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bool 2022-09-27T15:56:52.0161970Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bool 2022-09-27T15:56:52.0201543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex128 2022-09-27T15:56:52.0211486Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex128 2022-09-27T15:56:52.0255295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex32 2022-09-27T15:56:52.0261751Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex32 2022-09-27T15:56:52.0309985Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex64 2022-09-27T15:56:52.0320061Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex64 2022-09-27T15:56:52.0361182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float16 2022-09-27T15:56:52.0372770Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float16 2022-09-27T15:56:52.0417997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float32 2022-09-27T15:56:52.0427215Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float32 2022-09-27T15:56:52.0472041Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float64 2022-09-27T15:56:52.0483782Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float64 2022-09-27T15:56:52.0526483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int16 2022-09-27T15:56:52.0537332Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int16 2022-09-27T15:56:52.4245071Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int32 2022-09-27T15:56:52.4266520Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int32 2022-09-27T15:56:52.4270193Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bool 2022-09-27T15:56:52.4280528Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_norm_cpu_float32 2022-09-27T15:56:52.4282769Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_normalize_cpu_float32 2022-09-27T15:56:52.4283807Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int64 2022-09-27T15:56:52.4338892Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex128 2022-09-27T15:56:52.4350020Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int64 2022-09-27T15:56:52.4385136Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int8 2022-09-27T15:56:52.4392782Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int8 2022-09-27T15:56:52.4425197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_uint8 2022-09-27T15:56:52.4438466Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_uint8 2022-09-27T15:56:52.5552126Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bfloat16 2022-09-27T15:56:52.5566121Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bfloat16 2022-09-27T15:56:52.6275565Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bool 2022-09-27T15:56:52.6288506Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float64 2022-09-27T15:56:52.6650644Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int16 2022-09-27T15:56:52.6651629Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bool 2022-09-27T15:56:52.7257481Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex128 2022-09-27T15:56:52.7270327Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_normalize_cpu_float32 2022-09-27T15:56:52.7765440Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_prod_cpu_float32 2022-09-27T15:56:52.7775426Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex128 2022-09-27T15:56:52.8947687Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex32 2022-09-27T15:56:52.8960362Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex32 2022-09-27T15:56:53.0395780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex64 2022-09-27T15:56:53.0396485Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex64 2022-09-27T15:56:53.0882795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float16 2022-09-27T15:56:53.0936795Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex128 2022-09-27T15:56:53.1809821Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex64 2022-09-27T15:56:53.1810543Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float16 2022-09-27T15:56:53.2884785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float32 2022-09-27T15:56:53.2885468Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int16 2022-09-27T15:56:53.3089570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int32 2022-09-27T15:56:53.3090244Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float32 2022-09-27T15:56:53.4195214Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float64 2022-09-27T15:56:53.4226325Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float64 2022-09-27T15:56:53.5350890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int16 2022-09-27T15:56:53.5408719Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int16 2022-09-27T15:56:53.6884359Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int32 2022-09-27T15:56:53.6895965Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int32 2022-09-27T15:56:53.7103746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int64 2022-09-27T15:56:53.7154768Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex64 2022-09-27T15:56:53.8599598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float32 2022-09-27T15:56:53.8600279Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int64 2022-09-27T15:56:53.9677493Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int8 2022-09-27T15:56:53.9678338Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float32 2022-09-27T15:56:54.0136700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float64 2022-09-27T15:56:54.0138530Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int32 2022-09-27T15:56:54.0337369Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int8 2022-09-27T15:56:54.0338055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int64 2022-09-27T15:56:54.2163808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_uint8 2022-09-27T15:56:54.2164714Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_uint8 2022-09-27T15:56:54.3238407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_bfloat16 2022-09-27T15:56:54.3239060Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float64 2022-09-27T15:56:54.3423552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int16 2022-09-27T15:56:54.3463032Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_bfloat16 2022-09-27T15:56:54.5529968Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex128 2022-09-27T15:56:54.5530741Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_prod_cpu_float32 2022-09-27T15:56:54.6973610Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_softmax_cpu_float32 2022-09-27T15:56:54.6974368Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int16 2022-09-27T15:56:54.7208474Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int32 2022-09-27T15:56:54.7211011Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_softmax_cpu_float32 2022-09-27T15:56:54.8045198Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_softmin_cpu_float32 2022-09-27T15:56:54.8056860Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex128 2022-09-27T15:56:54.8993555Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex32 2022-09-27T15:56:54.9205067Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int64 2022-09-27T15:56:54.9205860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int8 2022-09-27T15:56:54.9206654Z [gw0] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_softmin_cpu_float32 2022-09-27T15:56:55.1339684Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_std_cpu_float32 2022-09-27T15:56:55.1340363Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int32 2022-09-27T15:56:55.5401132Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int64 2022-09-27T15:56:55.5401921Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex32 2022-09-27T15:56:55.5632524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex64 2022-09-27T15:56:55.5633137Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int64 2022-09-27T15:56:55.8770539Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int8 2022-09-27T15:56:55.8771353Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int8 2022-09-27T15:56:55.8771939Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_uint8 2022-09-27T15:56:55.8772544Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex64 2022-09-27T15:56:55.9321832Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float16 2022-09-27T15:56:55.9330248Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int8 2022-09-27T15:56:56.1829183Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_uint8 2022-09-27T15:56:56.1930714Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float16 2022-09-27T15:56:56.1965964Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float32 2022-09-27T15:56:56.1976318Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_uint8 2022-09-27T15:56:56.2981335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bfloat16 2022-09-27T15:56:56.2982488Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float32 2022-09-27T15:56:56.4542270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float64 2022-09-27T15:56:56.4543332Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bfloat16 2022-09-27T15:56:56.4603007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bool 2022-09-27T15:56:56.4603875Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float64 2022-09-27T15:56:56.5602571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int16 2022-09-27T15:56:56.5603353Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int16 2022-09-27T15:56:56.5858150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int32 2022-09-27T15:56:56.5867986Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_uint8 2022-09-27T15:56:56.6399342Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bfloat16 2022-09-27T15:56:56.6409710Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int32 2022-09-27T15:56:56.6545164Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int64 2022-09-27T15:56:56.6568698Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bool 2022-09-27T15:56:56.7507808Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex128 2022-09-27T15:56:56.7539087Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int64 2022-09-27T15:56:56.7568627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int8 2022-09-27T15:56:56.7624076Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bfloat16 2022-09-27T15:56:56.8360801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bool 2022-09-27T15:56:56.8361566Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int8 2022-09-27T15:56:56.9222999Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_uint8 2022-09-27T15:56:56.9223803Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_uint8 2022-09-27T15:56:56.9396602Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_bfloat16 2022-09-27T15:56:56.9397737Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bool 2022-09-27T15:56:57.0083147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex128 2022-09-27T15:56:57.0084110Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_std_cpu_float32 2022-09-27T15:56:57.1970353Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_sum_cpu_float32 2022-09-27T15:56:57.2071501Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex128 2022-09-27T15:56:57.4169910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex64 2022-09-27T15:56:57.4203248Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex128 2022-09-27T15:56:57.5906357Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex32 2022-09-27T15:56:57.5918860Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_sum_cpu_float32 2022-09-27T15:56:57.6459190Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_var_cpu_float32 2022-09-27T15:56:57.6460181Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex64 2022-09-27T15:56:57.8084942Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float16 2022-09-27T15:56:57.8159262Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_bfloat16 2022-09-27T15:56:58.1381534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex128 2022-09-27T15:56:58.1385090Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float16 2022-09-27T15:56:58.1687082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float32 2022-09-27T15:56:58.1699550Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex32 2022-09-27T15:56:58.3426521Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex64 2022-09-27T15:56:58.3505170Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float32 2022-09-27T15:56:58.5532443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float64 2022-09-27T15:56:58.5533143Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex64 2022-09-27T15:56:58.6584856Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float16 2022-09-27T15:56:58.6591009Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float64 2022-09-27T15:56:58.7881550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int16 2022-09-27T15:56:58.7889885Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex128 2022-09-27T15:56:58.7998098Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex64 2022-09-27T15:56:58.8017992Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int16 2022-09-27T15:56:58.9688247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int32 2022-09-27T15:56:58.9802877Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float16 2022-09-27T15:56:58.9803716Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float32 2022-09-27T15:56:58.9804334Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int32 2022-09-27T15:56:59.1154648Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int64 2022-09-27T15:56:59.1185389Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float32 2022-09-27T15:56:59.1341882Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float64 2022-09-27T15:56:59.1379867Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int64 2022-09-27T15:56:59.2792921Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int8 2022-09-27T15:56:59.2793754Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int8 2022-09-27T15:56:59.3231815Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_uint8 2022-09-27T15:56:59.3232931Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_var_cpu_float32 2022-09-27T15:56:59.3233585Z test_ops.py::TestCompositeComplianceCPU::test_backward_abs_cpu_float32 2022-09-27T15:56:59.3234240Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_abs_cpu_float32 2022-09-27T15:56:59.3370406Z test_ops.py::TestCompositeComplianceCPU::test_backward_acos_cpu_float32 2022-09-27T15:56:59.3371110Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_acos_cpu_float32 2022-09-27T15:56:59.3528930Z test_ops.py::TestCompositeComplianceCPU::test_backward_acosh_cpu_float32 2022-09-27T15:56:59.3543865Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_acosh_cpu_float32 2022-09-27T15:56:59.3959138Z test_ops.py::TestCompositeComplianceCPU::test_backward_add_cpu_float32 2022-09-27T15:56:59.3960425Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float64 2022-09-27T15:56:59.4387660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int16 2022-09-27T15:56:59.4388683Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_add_cpu_float32 2022-09-27T15:56:59.4436804Z test_ops.py::TestCompositeComplianceCPU::test_backward_addbmm_cpu_float32 2022-09-27T15:56:59.4467458Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_uint8 2022-09-27T15:56:59.4536075Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bfloat16 2022-09-27T15:56:59.4545961Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bfloat16 2022-09-27T15:56:59.4611103Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bool 2022-09-27T15:56:59.4622120Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bool 2022-09-27T15:56:59.4699600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex128 2022-09-27T15:56:59.4717554Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex128 2022-09-27T15:56:59.4786926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex32 2022-09-27T15:56:59.4796555Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex32 2022-09-27T15:56:59.4903023Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex64 2022-09-27T15:56:59.4903697Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex64 2022-09-27T15:56:59.4959929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float16 2022-09-27T15:56:59.4965823Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float16 2022-09-27T15:56:59.5066804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float32 2022-09-27T15:56:59.5067642Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float32 2022-09-27T15:56:59.5125761Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float64 2022-09-27T15:56:59.5141454Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float64 2022-09-27T15:56:59.5200919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int16 2022-09-27T15:56:59.5224131Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int16 2022-09-27T15:56:59.5272991Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int32 2022-09-27T15:56:59.5303452Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int32 2022-09-27T15:56:59.5344374Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int64 2022-09-27T15:56:59.5374637Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int64 2022-09-27T15:56:59.5375320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int8 2022-09-27T15:56:59.5402710Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int16 2022-09-27T15:56:59.5416071Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int32 2022-09-27T15:56:59.5422209Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int8 2022-09-27T15:56:59.5483281Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_uint8 2022-09-27T15:56:59.5492161Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_uint8 2022-09-27T15:56:59.5574067Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bfloat16 2022-09-27T15:56:59.5574852Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bfloat16 2022-09-27T15:56:59.5638254Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bool 2022-09-27T15:56:59.5639497Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bool 2022-09-27T15:56:59.5704183Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex128 2022-09-27T15:56:59.5708241Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex128 2022-09-27T15:56:59.5783940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex32 2022-09-27T15:56:59.5811512Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex32 2022-09-27T15:56:59.5864606Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex64 2022-09-27T15:56:59.5875856Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex64 2022-09-27T15:56:59.5936408Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float16 2022-09-27T15:56:59.5946923Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float16 2022-09-27T15:56:59.6018185Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float32 2022-09-27T15:56:59.6027569Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float32 2022-09-27T15:56:59.6086242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float64 2022-09-27T15:56:59.6113431Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float64 2022-09-27T15:56:59.6158746Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int16 2022-09-27T15:56:59.6159449Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int16 2022-09-27T15:56:59.6216454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int32 2022-09-27T15:56:59.6226797Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int32 2022-09-27T15:56:59.6287335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int64 2022-09-27T15:56:59.6294299Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int64 2022-09-27T15:56:59.6346965Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int8 2022-09-27T15:56:59.6352949Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int8 2022-09-27T15:56:59.6418834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_uint8 2022-09-27T15:56:59.6419455Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_uint8 2022-09-27T15:56:59.6556587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_bfloat16 2022-09-27T15:56:59.6568557Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_bfloat16 2022-09-27T15:56:59.6703300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex128 2022-09-27T15:56:59.6726379Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex128 2022-09-27T15:56:59.6783401Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex64 2022-09-27T15:56:59.6813777Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex64 2022-09-27T15:56:59.6874318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float16 2022-09-27T15:56:59.6881029Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex64 2022-09-27T15:56:59.7167496Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int32 2022-09-27T15:56:59.7168798Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float16 2022-09-27T15:56:59.7169761Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int64 2022-09-27T15:56:59.7170528Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float16 2022-09-27T15:56:59.7186021Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float32 2022-09-27T15:56:59.7197359Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float32 2022-09-27T15:56:59.7337323Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float64 2022-09-27T15:56:59.7349008Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float64 2022-09-27T15:56:59.7625712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_bfloat16 2022-09-27T15:56:59.7637853Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_bfloat16 2022-09-27T15:56:59.7883908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex128 2022-09-27T15:56:59.7884959Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex128 2022-09-27T15:56:59.8112454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex64 2022-09-27T15:56:59.8227072Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex64 2022-09-27T15:56:59.8370082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float16 2022-09-27T15:56:59.8381525Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float16 2022-09-27T15:56:59.8434670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float32 2022-09-27T15:56:59.8435385Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addbmm_cpu_float32 2022-09-27T15:56:59.8617493Z test_ops.py::TestCompositeComplianceCPU::test_backward_addcdiv_cpu_float32 2022-09-27T15:56:59.8626902Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float32 2022-09-27T15:56:59.8792629Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float64 2022-09-27T15:56:59.8793250Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int64 2022-09-27T15:56:59.8853961Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int8 2022-09-27T15:56:59.8860286Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float64 2022-09-27T15:57:00.0142312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_bfloat16 2022-09-27T15:57:00.0143315Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int8 2022-09-27T15:57:00.1445479Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_uint8 2022-09-27T15:57:00.1446451Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_uint8 2022-09-27T15:57:00.2353557Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bfloat16 2022-09-27T15:57:00.2418683Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addcdiv_cpu_float32 2022-09-27T15:57:00.3735084Z test_ops.py::TestCompositeComplianceCPU::test_backward_addcmul_cpu_float32 2022-09-27T15:57:00.3743019Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bfloat16 2022-09-27T15:57:00.5470634Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bool 2022-09-27T15:57:00.5472082Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addcmul_cpu_float32 2022-09-27T15:57:00.5695358Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_cpu_float32 2022-09-27T15:57:00.5696364Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_bfloat16 2022-09-27T15:57:00.6050900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex128 2022-09-27T15:57:00.6051740Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bool 2022-09-27T15:57:00.6462032Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex128 2022-09-27T15:57:00.6475992Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_cpu_float32 2022-09-27T15:57:00.7309978Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_decomposed_cpu_float32 2022-09-27T15:57:00.7447145Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_decomposed_cpu_float32 2022-09-27T15:57:00.7448413Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float16 2022-09-27T15:57:00.7449251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float32 2022-09-27T15:57:00.9069553Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmv_cpu_float32 2022-09-27T15:57:00.9070641Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addmv_cpu_float32 2022-09-27T15:57:01.0092701Z test_ops.py::TestCompositeComplianceCPU::test_backward_addr_cpu_float32 2022-09-27T15:57:01.0105073Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addr_cpu_float32 2022-09-27T15:57:01.1223624Z test_ops.py::TestCompositeComplianceCPU::test_backward_amax_cpu_float32 2022-09-27T15:57:01.1224707Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_amax_cpu_float32 2022-09-27T15:57:01.1925673Z test_ops.py::TestCompositeComplianceCPU::test_backward_amin_cpu_float32 2022-09-27T15:57:01.1942438Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float32 2022-09-27T15:57:01.2328566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float64 2022-09-27T15:57:01.2329296Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex128 2022-09-27T15:57:01.2330092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex32 2022-09-27T15:57:01.2395492Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_amin_cpu_float32 2022-09-27T15:57:01.2539924Z test_ops.py::TestCompositeComplianceCPU::test_backward_angle_cpu_float32 2022-09-27T15:57:01.2540672Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_angle_cpu_float32 2022-09-27T15:57:01.2677176Z test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_cpu_float32 2022-09-27T15:57:01.2708462Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_cpu_float32 2022-09-27T15:57:01.2709866Z test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_scatter_cpu_float32 2022-09-27T15:57:01.2762925Z [gw0] [ 70%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_scatter_cpu_float32 2022-09-27T15:57:01.2835275Z test_ops.py::TestCompositeComplianceCPU::test_backward_asin_cpu_float32 2022-09-27T15:57:01.2835915Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_asin_cpu_float32 2022-09-27T15:57:01.2871802Z test_ops.py::TestCompositeComplianceCPU::test_backward_asinh_cpu_float32 2022-09-27T15:57:01.2901415Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_asinh_cpu_float32 2022-09-27T15:57:01.4261178Z test_ops.py::TestCompositeComplianceCPU::test_backward_atan2_cpu_float32 2022-09-27T15:57:01.4262210Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atan2_cpu_float32 2022-09-27T15:57:01.4357340Z test_ops.py::TestCompositeComplianceCPU::test_backward_atan_cpu_float32 2022-09-27T15:57:01.4358187Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atan_cpu_float32 2022-09-27T15:57:01.4446033Z test_ops.py::TestCompositeComplianceCPU::test_backward_atanh_cpu_float32 2022-09-27T15:57:01.4472307Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atanh_cpu_float32 2022-09-27T15:57:01.5634405Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_1d_cpu_float32 2022-09-27T15:57:01.5646079Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_1d_cpu_float32 2022-09-27T15:57:01.6663317Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_2d_cpu_float32 2022-09-27T15:57:01.6678731Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex128 2022-09-27T15:57:01.6966621Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex32 2022-09-27T15:57:01.6971027Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_2d_cpu_float32 2022-09-27T15:57:01.8001729Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_3d_cpu_float32 2022-09-27T15:57:01.8003176Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float64 2022-09-27T15:57:01.8431768Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int16 2022-09-27T15:57:01.8432563Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_3d_cpu_float32 2022-09-27T15:57:02.1311829Z test_ops.py::TestCompositeComplianceCPU::test_backward_baddbmm_cpu_float32 2022-09-27T15:57:02.1312504Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex32 2022-09-27T15:57:02.1904100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex64 2022-09-27T15:57:02.1904880Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_baddbmm_cpu_float32 2022-09-27T15:57:02.2020631Z test_ops.py::TestCompositeComplianceCPU::test_backward_bernoulli_cpu_float32 2022-09-27T15:57:02.2021760Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int16 2022-09-27T15:57:02.2168936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int32 2022-09-27T15:57:02.2185815Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_bernoulli_cpu_float32 2022-09-27T15:57:02.2548758Z test_ops.py::TestCompositeComplianceCPU::test_backward_bfloat16_cpu_float32 2022-09-27T15:57:02.2549465Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_bfloat16_cpu_float32 2022-09-27T15:57:02.3051944Z test_ops.py::TestCompositeComplianceCPU::test_backward_block_diag_cpu_float32 2022-09-27T15:57:02.3052706Z [gw2] [ 70%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex32 2022-09-27T15:57:02.3381125Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex64 2022-09-27T15:57:02.3389715Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_block_diag_cpu_float32 2022-09-27T15:57:02.3619765Z test_ops.py::TestCompositeComplianceCPU::test_backward_bmm_cpu_float32 2022-09-27T15:57:02.3645840Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_bmm_cpu_float32 2022-09-27T15:57:02.5949323Z test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_tensors_cpu_float32 2022-09-27T15:57:02.6187086Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex64 2022-09-27T15:57:02.6187711Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float16 2022-09-27T15:57:02.6214871Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int32 2022-09-27T15:57:02.8433679Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int64 2022-09-27T15:57:02.8434409Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_tensors_cpu_float32 2022-09-27T15:57:02.8666675Z test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_to_cpu_float32 2022-09-27T15:57:02.8715239Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_to_cpu_float32 2022-09-27T15:57:02.9360431Z test_ops.py::TestCompositeComplianceCPU::test_backward_cartesian_prod_cpu_float32 2022-09-27T15:57:02.9361124Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cartesian_prod_cpu_float32 2022-09-27T15:57:02.9644039Z test_ops.py::TestCompositeComplianceCPU::test_backward_cat_cpu_float32 2022-09-27T15:57:02.9653641Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cat_cpu_float32 2022-09-27T15:57:03.0001654Z test_ops.py::TestCompositeComplianceCPU::test_backward_cdist_cpu_float32 2022-09-27T15:57:03.0002347Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float16 2022-09-27T15:57:03.0142912Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float32 2022-09-27T15:57:03.0143739Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex64 2022-09-27T15:57:03.0723826Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float16 2022-09-27T15:57:03.0742735Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int64 2022-09-27T15:57:03.1854666Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int8 2022-09-27T15:57:03.1855288Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float32 2022-09-27T15:57:03.4175932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float64 2022-09-27T15:57:03.4189389Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float64 2022-09-27T15:57:03.4216165Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int16 2022-09-27T15:57:03.4227880Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int8 2022-09-27T15:57:03.5670476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_uint8 2022-09-27T15:57:03.5683281Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int16 2022-09-27T15:57:03.7202852Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int32 2022-09-27T15:57:03.7214711Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int32 2022-09-27T15:57:03.7913580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int64 2022-09-27T15:57:03.7914366Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_uint8 2022-09-27T15:57:03.8772428Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_bool 2022-09-27T15:57:03.8773292Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float16 2022-09-27T15:57:03.9028416Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float32 2022-09-27T15:57:03.9029234Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int64 2022-09-27T15:57:03.9082349Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int8 2022-09-27T15:57:03.9089820Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_bool 2022-09-27T15:57:04.0291634Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex128 2022-09-27T15:57:04.0292279Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int8 2022-09-27T15:57:04.0293175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_uint8 2022-09-27T15:57:04.0318744Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex128 2022-09-27T15:57:04.1452317Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex64 2022-09-27T15:57:04.1460036Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex64 2022-09-27T15:57:04.1649129Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float32 2022-09-27T15:57:04.1662723Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_uint8 2022-09-27T15:57:04.1793405Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bfloat16 2022-09-27T15:57:04.1810518Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float32 2022-09-27T15:57:04.2603891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float64 2022-09-27T15:57:04.2615269Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float32 2022-09-27T15:57:04.3171858Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float64 2022-09-27T15:57:04.3185219Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bfloat16 2022-09-27T15:57:04.3810242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bool 2022-09-27T15:57:04.3822245Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float64 2022-09-27T15:57:04.4779921Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int16 2022-09-27T15:57:04.4795372Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bool 2022-09-27T15:57:04.4913372Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex128 2022-09-27T15:57:04.4924826Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int16 2022-09-27T15:57:04.5679693Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int32 2022-09-27T15:57:04.5820443Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float64 2022-09-27T15:57:04.6032924Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int16 2022-09-27T15:57:04.6053110Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int32 2022-09-27T15:57:04.7146634Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int64 2022-09-27T15:57:04.7158081Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int64 2022-09-27T15:57:04.7895439Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int8 2022-09-27T15:57:04.7910289Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int16 2022-09-27T15:57:04.8271355Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int32 2022-09-27T15:57:04.8283486Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex128 2022-09-27T15:57:04.8305026Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex64 2022-09-27T15:57:04.8315721Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int8 2022-09-27T15:57:04.9469982Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_uint8 2022-09-27T15:57:04.9482073Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_uint8 2022-09-27T15:57:04.9578427Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_bfloat16 2022-09-27T15:57:04.9590450Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_bfloat16 2022-09-27T15:57:04.9682676Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex128 2022-09-27T15:57:04.9693600Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex128 2022-09-27T15:57:04.9777767Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex32 2022-09-27T15:57:04.9789423Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex32 2022-09-27T15:57:04.9870641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex64 2022-09-27T15:57:04.9881301Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex64 2022-09-27T15:57:04.9967548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float16 2022-09-27T15:57:04.9977621Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float16 2022-09-27T15:57:05.0058075Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float32 2022-09-27T15:57:05.0072708Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float32 2022-09-27T15:57:05.0157611Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float64 2022-09-27T15:57:05.0167621Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float64 2022-09-27T15:57:05.0203276Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bfloat16 2022-09-27T15:57:05.0215702Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int32 2022-09-27T15:57:05.0249223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int64 2022-09-27T15:57:05.0260105Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bfloat16 2022-09-27T15:57:05.0332808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bool 2022-09-27T15:57:05.0343540Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bool 2022-09-27T15:57:05.0423356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex128 2022-09-27T15:57:05.0435530Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex128 2022-09-27T15:57:05.0510653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex32 2022-09-27T15:57:05.0521924Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex32 2022-09-27T15:57:05.0608905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex64 2022-09-27T15:57:05.0619943Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex64 2022-09-27T15:57:05.0696207Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float16 2022-09-27T15:57:05.0707492Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex64 2022-09-27T15:57:05.0720482Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float16 2022-09-27T15:57:05.0722081Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float32 2022-09-27T15:57:05.0796674Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float16 2022-09-27T15:57:05.0828723Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float32 2022-09-27T15:57:05.0907760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float64 2022-09-27T15:57:05.0917730Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float64 2022-09-27T15:57:05.0988559Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int16 2022-09-27T15:57:05.0999992Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int16 2022-09-27T15:57:05.1073293Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int32 2022-09-27T15:57:05.1083437Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int32 2022-09-27T15:57:05.1154280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int64 2022-09-27T15:57:05.1164121Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int64 2022-09-27T15:57:05.1233739Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int8 2022-09-27T15:57:05.1244119Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int8 2022-09-27T15:57:05.1316105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_uint8 2022-09-27T15:57:05.1331371Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_uint8 2022-09-27T15:57:05.2442602Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bfloat16 2022-09-27T15:57:05.2455059Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bfloat16 2022-09-27T15:57:05.2770952Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bool 2022-09-27T15:57:05.2782680Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int64 2022-09-27T15:57:05.3602856Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int8 2022-09-27T15:57:05.3615700Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float16 2022-09-27T15:57:05.3699942Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float32 2022-09-27T15:57:05.3711171Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bool 2022-09-27T15:57:05.4750202Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex128 2022-09-27T15:57:05.4765230Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float32 2022-09-27T15:57:05.4904210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float64 2022-09-27T15:57:05.4916958Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int8 2022-09-27T15:57:05.6529936Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_uint8 2022-09-27T15:57:05.6546998Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float64 2022-09-27T15:57:05.6950350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int16 2022-09-27T15:57:05.6963510Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_uint8 2022-09-27T15:57:05.7167871Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bfloat16 2022-09-27T15:57:05.7183980Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bfloat16 2022-09-27T15:57:05.7348618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bool 2022-09-27T15:57:05.7359964Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bool 2022-09-27T15:57:05.7532305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex128 2022-09-27T15:57:05.7542212Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex128 2022-09-27T15:57:05.7587395Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex64 2022-09-27T15:57:05.7598620Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex128 2022-09-27T15:57:05.7615444Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex32 2022-09-27T15:57:05.7626752Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int16 2022-09-27T15:57:05.7724614Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int32 2022-09-27T15:57:05.7733789Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex64 2022-09-27T15:57:05.7940489Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float16 2022-09-27T15:57:05.7951877Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float16 2022-09-27T15:57:05.8110346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float32 2022-09-27T15:57:05.8120663Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float32 2022-09-27T15:57:05.8277662Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float64 2022-09-27T15:57:05.8288864Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float64 2022-09-27T15:57:05.8428227Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int16 2022-09-27T15:57:05.8438898Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int16 2022-09-27T15:57:05.8578494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int32 2022-09-27T15:57:05.8589424Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int32 2022-09-27T15:57:05.8663604Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int64 2022-09-27T15:57:05.8675691Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int32 2022-09-27T15:57:05.8726637Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int64 2022-09-27T15:57:05.8736946Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int64 2022-09-27T15:57:05.8880771Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int8 2022-09-27T15:57:05.8891502Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int8 2022-09-27T15:57:05.9041222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_uint8 2022-09-27T15:57:05.9052590Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_uint8 2022-09-27T15:57:05.9136626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bfloat16 2022-09-27T15:57:05.9147418Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bfloat16 2022-09-27T15:57:05.9206464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bool 2022-09-27T15:57:05.9216583Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bool 2022-09-27T15:57:05.9297443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex128 2022-09-27T15:57:05.9308184Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex128 2022-09-27T15:57:05.9393598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex64 2022-09-27T15:57:05.9403693Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex64 2022-09-27T15:57:05.9483541Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float16 2022-09-27T15:57:05.9497197Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float16 2022-09-27T15:57:05.9575128Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float32 2022-09-27T15:57:05.9587592Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float32 2022-09-27T15:57:05.9665714Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float64 2022-09-27T15:57:05.9676806Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float64 2022-09-27T15:57:05.9736278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int16 2022-09-27T15:57:05.9746519Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int16 2022-09-27T15:57:05.9809802Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int32 2022-09-27T15:57:05.9819616Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int32 2022-09-27T15:57:05.9895832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int64 2022-09-27T15:57:05.9896632Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int64 2022-09-27T15:57:05.9954597Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int8 2022-09-27T15:57:05.9964799Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int8 2022-09-27T15:57:06.0000724Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_uint8 2022-09-27T15:57:06.0012416Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int64 2022-09-27T15:57:06.0030776Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int8 2022-09-27T15:57:06.0040665Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_uint8 2022-09-27T15:57:06.0078585Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bfloat16 2022-09-27T15:57:06.0088552Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bfloat16 2022-09-27T15:57:06.0123109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bool 2022-09-27T15:57:06.0133066Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bool 2022-09-27T15:57:06.0170827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex128 2022-09-27T15:57:06.0198091Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex128 2022-09-27T15:57:06.0225599Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex64 2022-09-27T15:57:06.0233151Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex64 2022-09-27T15:57:06.0269664Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float16 2022-09-27T15:57:06.0279622Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float16 2022-09-27T15:57:06.0316749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float32 2022-09-27T15:57:06.0326679Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float32 2022-09-27T15:57:06.0363253Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float64 2022-09-27T15:57:06.0373306Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float64 2022-09-27T15:57:06.0406141Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int16 2022-09-27T15:57:06.0415775Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int16 2022-09-27T15:57:06.0449261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int32 2022-09-27T15:57:06.0459812Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int32 2022-09-27T15:57:06.0490953Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int64 2022-09-27T15:57:06.0502129Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int64 2022-09-27T15:57:06.0537373Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int8 2022-09-27T15:57:06.0549588Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int8 2022-09-27T15:57:06.0587006Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_uint8 2022-09-27T15:57:06.0597533Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_uint8 2022-09-27T15:57:06.1066401Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bfloat16 2022-09-27T15:57:06.1079284Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int8 2022-09-27T15:57:06.2092194Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_uint8 2022-09-27T15:57:06.2110323Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_uint8 2022-09-27T15:57:06.3509518Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bfloat16 2022-09-27T15:57:06.3520334Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bfloat16 2022-09-27T15:57:06.3533278Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex32 2022-09-27T15:57:06.3534629Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bool 2022-09-27T15:57:06.3877764Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex64 2022-09-27T15:57:06.3887594Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bfloat16 2022-09-27T15:57:06.4338062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bool 2022-09-27T15:57:06.4348333Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cdist_cpu_float32 2022-09-27T15:57:06.4413402Z test_ops.py::TestCompositeComplianceCPU::test_backward_ceil_cpu_float32 2022-09-27T15:57:06.4425929Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_ceil_cpu_float32 2022-09-27T15:57:06.4632470Z test_ops.py::TestCompositeComplianceCPU::test_backward_chalf_cpu_float32 2022-09-27T15:57:06.4644812Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_chalf_cpu_float32 2022-09-27T15:57:06.5764056Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_cpu_float32 2022-09-27T15:57:06.5777604Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bool 2022-09-27T15:57:06.6443434Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float16 2022-09-27T15:57:06.6458160Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex64 2022-09-27T15:57:06.6509645Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float16 2022-09-27T15:57:06.6522299Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_cpu_float32 2022-09-27T15:57:06.7233195Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_inverse_cpu_float32 2022-09-27T15:57:06.7244968Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bool 2022-09-27T15:57:06.8863283Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex128 2022-09-27T15:57:06.8870357Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_inverse_cpu_float32 2022-09-27T15:57:06.9214548Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_solve_cpu_float32 2022-09-27T15:57:06.9215201Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float16 2022-09-27T15:57:06.9749332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float32 2022-09-27T15:57:06.9760062Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float16 2022-09-27T15:57:07.0082978Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float32 2022-09-27T15:57:07.0086308Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float32 2022-09-27T15:57:07.1258440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float64 2022-09-27T15:57:07.1266464Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float32 2022-09-27T15:57:07.1822356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float64 2022-09-27T15:57:07.1831082Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float64 2022-09-27T15:57:07.2223264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int16 2022-09-27T15:57:07.2224251Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_solve_cpu_float32 2022-09-27T15:57:07.2745311Z test_ops.py::TestCompositeComplianceCPU::test_backward_chunk_cpu_float32 2022-09-27T15:57:07.2970076Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int16 2022-09-27T15:57:07.3396141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int32 2022-09-27T15:57:07.3408749Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float64 2022-09-27T15:57:07.3638704Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int16 2022-09-27T15:57:07.3639402Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_chunk_cpu_float32 2022-09-27T15:57:07.3729415Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_cpu_float32 2022-09-27T15:57:07.3770696Z [gw3] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int32 2022-09-27T15:57:07.4921591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int64 2022-09-27T15:57:07.4927359Z [gw0] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_cpu_float32 2022-09-27T15:57:07.4941789Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int64 2022-09-27T15:57:07.4947645Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int8 2022-09-27T15:57:07.5001290Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_max_cpu_float32 2022-09-27T15:57:07.5085412Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int16 2022-09-27T15:57:07.5737661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int32 2022-09-27T15:57:07.5741607Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex128 2022-09-27T15:57:07.5786045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex64 2022-09-27T15:57:07.5813775Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int8 2022-09-27T15:57:07.5998473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_uint8 2022-09-27T15:57:07.6012141Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_max_cpu_float32 2022-09-27T15:57:07.6386076Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_min_cpu_float32 2022-09-27T15:57:07.6386752Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int32 2022-09-27T15:57:07.6802602Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int64 2022-09-27T15:57:07.6824411Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_uint8 2022-09-27T15:57:07.7123182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bfloat16 2022-09-27T15:57:07.7149016Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_min_cpu_float32 2022-09-27T15:57:07.7220487Z test_ops.py::TestCompositeComplianceCPU::test_backward_clone_cpu_float32 2022-09-27T15:57:07.7248113Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_clone_cpu_float32 2022-09-27T15:57:07.7403177Z test_ops.py::TestCompositeComplianceCPU::test_backward_column_stack_cpu_float32 2022-09-27T15:57:07.7403889Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_column_stack_cpu_float32 2022-09-27T15:57:07.7879173Z test_ops.py::TestCompositeComplianceCPU::test_backward_combinations_cpu_float32 2022-09-27T15:57:07.7901032Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int64 2022-09-27T15:57:07.9067766Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int8 2022-09-27T15:57:07.9080308Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int8 2022-09-27T15:57:07.9311676Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_uint8 2022-09-27T15:57:07.9315530Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_combinations_cpu_float32 2022-09-27T15:57:07.9672369Z test_ops.py::TestCompositeComplianceCPU::test_backward_complex_cpu_float32 2022-09-27T15:57:07.9682382Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bfloat16 2022-09-27T15:57:08.0223370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bool 2022-09-27T15:57:08.0235301Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_complex_cpu_float32 2022-09-27T15:57:08.0330381Z test_ops.py::TestCompositeComplianceCPU::test_backward_conj_cpu_float32 2022-09-27T15:57:08.0334679Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_conj_cpu_float32 2022-09-27T15:57:08.0350849Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_uint8 2022-09-27T15:57:08.0351565Z test_ops.py::TestCompositeComplianceCPU::test_backward_conj_physical_cpu_float32 2022-09-27T15:57:08.0402344Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bfloat16 2022-09-27T15:57:08.0455396Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_conj_physical_cpu_float32 2022-09-27T15:57:08.1837536Z test_ops.py::TestCompositeComplianceCPU::test_backward_constant_pad_nd_cpu_float32 2022-09-27T15:57:08.1897806Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_constant_pad_nd_cpu_float32 2022-09-27T15:57:08.1944708Z test_ops.py::TestCompositeComplianceCPU::test_backward_contiguous_cpu_float32 2022-09-27T15:57:08.1945417Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_contiguous_cpu_float32 2022-09-27T15:57:08.2359995Z test_ops.py::TestCompositeComplianceCPU::test_backward_copysign_cpu_float32 2022-09-27T15:57:08.2361467Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bool 2022-09-27T15:57:08.2362234Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex128 2022-09-27T15:57:08.2546411Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bfloat16 2022-09-27T15:57:08.2547236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bool 2022-09-27T15:57:08.2547971Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex64 2022-09-27T15:57:08.3029993Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float32 2022-09-27T15:57:08.3030828Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_copysign_cpu_float32 2022-09-27T15:57:08.3807708Z test_ops.py::TestCompositeComplianceCPU::test_backward_corrcoef_cpu_float32 2022-09-27T15:57:08.3812069Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_corrcoef_cpu_float32 2022-09-27T15:57:08.3955405Z test_ops.py::TestCompositeComplianceCPU::test_backward_cos_cpu_float32 2022-09-27T15:57:08.3967789Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cos_cpu_float32 2022-09-27T15:57:08.4090966Z test_ops.py::TestCompositeComplianceCPU::test_backward_cosh_cpu_float32 2022-09-27T15:57:08.4097252Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cosh_cpu_float32 2022-09-27T15:57:08.4462915Z test_ops.py::TestCompositeComplianceCPU::test_backward_cov_cpu_float32 2022-09-27T15:57:08.4467686Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bool 2022-09-27T15:57:08.5078171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float16 2022-09-27T15:57:08.5095798Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float32 2022-09-27T15:57:08.6965218Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float64 2022-09-27T15:57:08.6995168Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex128 2022-09-27T15:57:08.8274541Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex64 2022-09-27T15:57:08.8282577Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float16 2022-09-27T15:57:08.8709922Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float32 2022-09-27T15:57:08.8710798Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float64 2022-09-27T15:57:08.9692749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int16 2022-09-27T15:57:08.9700641Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float32 2022-09-27T15:57:08.9948329Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float64 2022-09-27T15:57:08.9968729Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex64 2022-09-27T15:57:09.1504300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float16 2022-09-27T15:57:09.1505084Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int16 2022-09-27T15:57:09.1869380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int32 2022-09-27T15:57:09.1870241Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float64 2022-09-27T15:57:09.3181587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int16 2022-09-27T15:57:09.3187912Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int16 2022-09-27T15:57:09.4175044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int32 2022-09-27T15:57:09.4186646Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float16 2022-09-27T15:57:09.4352380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float32 2022-09-27T15:57:09.4368416Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int32 2022-09-27T15:57:09.4651998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int64 2022-09-27T15:57:09.4667676Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int32 2022-09-27T15:57:09.5804251Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int64 2022-09-27T15:57:09.5816928Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float32 2022-09-27T15:57:09.6204591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float64 2022-09-27T15:57:09.6220032Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int64 2022-09-27T15:57:09.7378587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int8 2022-09-27T15:57:09.7387844Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int8 2022-09-27T15:57:09.7541742Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_uint8 2022-09-27T15:57:09.7562405Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int64 2022-09-27T15:57:09.8108059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int8 2022-09-27T15:57:09.8118157Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float64 2022-09-27T15:57:09.8547894Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int16 2022-09-27T15:57:09.8561832Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_uint8 2022-09-27T15:57:10.0056751Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bfloat16 2022-09-27T15:57:10.0057635Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int16 2022-09-27T15:57:10.0321715Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int32 2022-09-27T15:57:10.0322487Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bfloat16 2022-09-27T15:57:10.0440239Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bool 2022-09-27T15:57:10.0441048Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int8 2022-09-27T15:57:10.1912540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_uint8 2022-09-27T15:57:10.1923637Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bool 2022-09-27T15:57:10.1965669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex128 2022-09-27T15:57:10.1976932Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int32 2022-09-27T15:57:10.3089103Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int64 2022-09-27T15:57:10.3137573Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_uint8 2022-09-27T15:57:10.4185845Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bfloat16 2022-09-27T15:57:10.4186761Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int64 2022-09-27T15:57:10.6287565Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int8 2022-09-27T15:57:10.6288670Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex128 2022-09-27T15:57:10.6289331Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex32 2022-09-27T15:57:10.6289951Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int8 2022-09-27T15:57:10.7317657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_uint8 2022-09-27T15:57:10.7318304Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cov_cpu_float32 2022-09-27T15:57:10.7323174Z test_ops.py::TestCompositeComplianceCPU::test_backward_cross_cpu_float32 2022-09-27T15:57:10.7436915Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cross_cpu_float32 2022-09-27T15:57:10.7461298Z test_ops.py::TestCompositeComplianceCPU::test_backward_cummax_cpu_float32 2022-09-27T15:57:10.7481523Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cummax_cpu_float32 2022-09-27T15:57:10.7609879Z test_ops.py::TestCompositeComplianceCPU::test_backward_cummin_cpu_float32 2022-09-27T15:57:10.7610523Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cummin_cpu_float32 2022-09-27T15:57:10.7727744Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumprod_cpu_float32 2022-09-27T15:57:10.7728483Z [gw0] [ 71%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_cumprod_cpu_float32 2022-09-27T15:57:10.7851535Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumsum_cpu_float32 2022-09-27T15:57:10.7862569Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cumsum_cpu_float32 2022-09-27T15:57:10.8236001Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumulative_trapezoid_cpu_float32 2022-09-27T15:57:10.8236938Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bfloat16 2022-09-27T15:57:10.8553478Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bool 2022-09-27T15:57:10.8554196Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_uint8 2022-09-27T15:57:10.9498737Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_bfloat16 2022-09-27T15:57:10.9509844Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cumulative_trapezoid_cpu_float32 2022-09-27T15:57:10.9619931Z test_ops.py::TestCompositeComplianceCPU::test_backward_deg2rad_cpu_float32 2022-09-27T15:57:10.9631865Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_deg2rad_cpu_float32 2022-09-27T15:57:11.0118798Z test_ops.py::TestCompositeComplianceCPU::test_backward_diag_cpu_float32 2022-09-27T15:57:11.0119584Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diag_cpu_float32 2022-09-27T15:57:11.0518193Z test_ops.py::TestCompositeComplianceCPU::test_backward_diag_embed_cpu_float32 2022-09-27T15:57:11.0535697Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diag_embed_cpu_float32 2022-09-27T15:57:11.0730884Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagflat_cpu_float32 2022-09-27T15:57:11.0795417Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diagflat_cpu_float32 2022-09-27T15:57:11.1214522Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_cpu_float32 2022-09-27T15:57:11.1222561Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_cpu_float32 2022-09-27T15:57:11.2487324Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_scatter_cpu_float32 2022-09-27T15:57:11.2494488Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_scatter_cpu_float32 2022-09-27T15:57:11.2811179Z test_ops.py::TestCompositeComplianceCPU::test_backward_diff_cpu_float32 2022-09-27T15:57:11.2811979Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bool 2022-09-27T15:57:11.3535701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex128 2022-09-27T15:57:11.3548874Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex32 2022-09-27T15:57:11.6456463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex64 2022-09-27T15:57:11.6459514Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex64 2022-09-27T15:57:11.8219843Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float16 2022-09-27T15:57:11.8220716Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_bfloat16 2022-09-27T15:57:11.9423479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float16 2022-09-27T15:57:11.9435295Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float16 2022-09-27T15:57:12.0493562Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float32 2022-09-27T15:57:12.0514343Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex128 2022-09-27T15:57:12.0863223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex64 2022-09-27T15:57:12.0883850Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float32 2022-09-27T15:57:12.2718249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float64 2022-09-27T15:57:12.2718927Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float64 2022-09-27T15:57:12.3729878Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int16 2022-09-27T15:57:12.3789492Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int16 2022-09-27T15:57:12.4890229Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int32 2022-09-27T15:57:12.4899302Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int32 2022-09-27T15:57:12.6084963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int64 2022-09-27T15:57:12.6157906Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex64 2022-09-27T15:57:12.6502991Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float32 2022-09-27T15:57:12.6506968Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int64 2022-09-27T15:57:12.7690136Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int8 2022-09-27T15:57:12.7690904Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int8 2022-09-27T15:57:12.8561051Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_uint8 2022-09-27T15:57:12.8593638Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float32 2022-09-27T15:57:12.8843448Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float64 2022-09-27T15:57:12.8844258Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_uint8 2022-09-27T15:57:12.9859538Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int16 2022-09-27T15:57:12.9860252Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float16 2022-09-27T15:57:13.0057997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float32 2022-09-27T15:57:13.0067285Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diff_cpu_float32 2022-09-27T15:57:13.0221555Z test_ops.py::TestCompositeComplianceCPU::test_backward_digamma_cpu_float32 2022-09-27T15:57:13.0236308Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_digamma_cpu_float32 2022-09-27T15:57:13.1665289Z test_ops.py::TestCompositeComplianceCPU::test_backward_dist_cpu_float32 2022-09-27T15:57:13.1678694Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float64 2022-09-27T15:57:13.2199433Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int16 2022-09-27T15:57:13.2292544Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int16 2022-09-27T15:57:13.4157523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int32 2022-09-27T15:57:13.4158559Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int16 2022-09-27T15:57:13.4435519Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int32 2022-09-27T15:57:13.4454979Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float32 2022-09-27T15:57:13.5207928Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float64 2022-09-27T15:57:13.5208723Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int32 2022-09-27T15:57:13.6473156Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int64 2022-09-27T15:57:13.6487087Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int32 2022-09-27T15:57:13.8874031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int64 2022-09-27T15:57:13.8874856Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int64 2022-09-27T15:57:13.9424273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int8 2022-09-27T15:57:13.9433730Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int64 2022-09-27T15:57:14.1688477Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int8 2022-09-27T15:57:14.1689151Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float64 2022-09-27T15:57:14.2157890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int16 2022-09-27T15:57:14.2158560Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int8 2022-09-27T15:57:14.2159134Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_uint8 2022-09-27T15:57:14.2159762Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_dist_cpu_float32 2022-09-27T15:57:14.2954129Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_floor_rounding_cpu_float32 2022-09-27T15:57:14.2954901Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_div_floor_rounding_cpu_float32 2022-09-27T15:57:14.3313588Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_no_rounding_mode_cpu_float32 2022-09-27T15:57:14.3328271Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int8 2022-09-27T15:57:14.4073253Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_uint8 2022-09-27T15:57:14.4074036Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_div_no_rounding_mode_cpu_float32 2022-09-27T15:57:14.4854002Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_trunc_rounding_cpu_float32 2022-09-27T15:57:14.4860949Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_div_trunc_rounding_cpu_float32 2022-09-27T15:57:14.4962195Z test_ops.py::TestCompositeComplianceCPU::test_backward_dot_cpu_float32 2022-09-27T15:57:14.4963605Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_uint8 2022-09-27T15:57:14.4988513Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bfloat16 2022-09-27T15:57:14.4996017Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_dot_cpu_float32 2022-09-27T15:57:14.5171350Z test_ops.py::TestCompositeComplianceCPU::test_backward_double_cpu_float32 2022-09-27T15:57:14.5200029Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_double_cpu_float32 2022-09-27T15:57:14.5200750Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bfloat16 2022-09-27T15:57:14.5201413Z test_ops.py::TestCompositeComplianceCPU::test_backward_dsplit_cpu_float32 2022-09-27T15:57:14.5372025Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bool 2022-09-27T15:57:14.5381509Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bool 2022-09-27T15:57:14.5625619Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex128 2022-09-27T15:57:14.5626302Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex128 2022-09-27T15:57:14.5840740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex64 2022-09-27T15:57:14.5855276Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex64 2022-09-27T15:57:14.5892190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float16 2022-09-27T15:57:14.5904717Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_dsplit_cpu_float32 2022-09-27T15:57:14.6052324Z test_ops.py::TestCompositeComplianceCPU::test_backward_dstack_cpu_float32 2022-09-27T15:57:14.6065828Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float16 2022-09-27T15:57:14.6096787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float32 2022-09-27T15:57:14.6107596Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_dstack_cpu_float32 2022-09-27T15:57:14.6140827Z test_ops.py::TestCompositeComplianceCPU::test_backward_einsum_cpu_float32 2022-09-27T15:57:14.6362353Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_uint8 2022-09-27T15:57:14.6362921Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bfloat16 2022-09-27T15:57:14.6451608Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float32 2022-09-27T15:57:14.6476522Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float64 2022-09-27T15:57:14.6514378Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float64 2022-09-27T15:57:14.6718534Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int16 2022-09-27T15:57:14.6719107Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int16 2022-09-27T15:57:14.6817617Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int32 2022-09-27T15:57:14.6843050Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int32 2022-09-27T15:57:14.6986244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int64 2022-09-27T15:57:14.6997558Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int64 2022-09-27T15:57:14.7142425Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int8 2022-09-27T15:57:14.7153518Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int8 2022-09-27T15:57:14.7232836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_uint8 2022-09-27T15:57:14.7243589Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_einsum_cpu_float32 2022-09-27T15:57:14.7280981Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int16 2022-09-27T15:57:14.7281617Z test_ops.py::TestCompositeComplianceCPU::test_backward_erf_cpu_float32 2022-09-27T15:57:14.7310059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int32 2022-09-27T15:57:14.7753227Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_uint8 2022-09-27T15:57:14.7753963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bfloat16 2022-09-27T15:57:14.7754593Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_erf_cpu_float32 2022-09-27T15:57:14.7755524Z test_ops.py::TestCompositeComplianceCPU::test_backward_erfc_cpu_float32 2022-09-27T15:57:14.7756164Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_erfc_cpu_float32 2022-09-27T15:57:14.7757018Z test_ops.py::TestCompositeComplianceCPU::test_backward_erfinv_cpu_float32 2022-09-27T15:57:14.7761071Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bfloat16 2022-09-27T15:57:14.7762297Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bool 2022-09-27T15:57:14.7765744Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_erfinv_cpu_float32 2022-09-27T15:57:14.7768387Z test_ops.py::TestCompositeComplianceCPU::test_backward_exp2_cpu_float32 2022-09-27T15:57:14.7771602Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_exp2_cpu_float32 2022-09-27T15:57:14.7809501Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bool 2022-09-27T15:57:14.7814462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex128 2022-09-27T15:57:14.7910176Z test_ops.py::TestCompositeComplianceCPU::test_backward_exp_cpu_float32 2022-09-27T15:57:14.7923146Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_exp_cpu_float32 2022-09-27T15:57:14.8014260Z test_ops.py::TestCompositeComplianceCPU::test_backward_expand_as_cpu_float32 2022-09-27T15:57:14.8025427Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex128 2022-09-27T15:57:14.8114657Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex64 2022-09-27T15:57:14.8125967Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_expand_as_cpu_float32 2022-09-27T15:57:14.8237456Z test_ops.py::TestCompositeComplianceCPU::test_backward_expand_cpu_float32 2022-09-27T15:57:14.8247683Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex64 2022-09-27T15:57:14.8412626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float16 2022-09-27T15:57:14.8424743Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_expand_cpu_float32 2022-09-27T15:57:14.8456258Z test_ops.py::TestCompositeComplianceCPU::test_backward_expm1_cpu_float32 2022-09-27T15:57:14.8467566Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float16 2022-09-27T15:57:14.8496248Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float32 2022-09-27T15:57:14.8508837Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_expm1_cpu_float32 2022-09-27T15:57:14.8678214Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft2_cpu_float32 2022-09-27T15:57:14.8689966Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float32 2022-09-27T15:57:14.8839991Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float64 2022-09-27T15:57:14.8850859Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft2_cpu_float32 2022-09-27T15:57:14.8881776Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft_cpu_float32 2022-09-27T15:57:14.8893428Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float64 2022-09-27T15:57:14.9095298Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int16 2022-09-27T15:57:14.9105512Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int16 2022-09-27T15:57:14.9196808Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int32 2022-09-27T15:57:14.9207565Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft_cpu_float32 2022-09-27T15:57:14.9303862Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftn_cpu_float32 2022-09-27T15:57:14.9314794Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int32 2022-09-27T15:57:14.9364832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int64 2022-09-27T15:57:14.9376798Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bfloat16 2022-09-27T15:57:14.9515357Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bool 2022-09-27T15:57:14.9526394Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int64 2022-09-27T15:57:14.9637672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int8 2022-09-27T15:57:14.9654365Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftn_cpu_float32 2022-09-27T15:57:14.9726440Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftshift_cpu_float32 2022-09-27T15:57:14.9737871Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int8 2022-09-27T15:57:14.9878616Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_uint8 2022-09-27T15:57:14.9890518Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftshift_cpu_float32 2022-09-27T15:57:14.9942698Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft2_cpu_float32 2022-09-27T15:57:14.9952035Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_uint8 2022-09-27T15:57:14.9989022Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex128 2022-09-27T15:57:15.0000746Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex128 2022-09-27T15:57:15.0035418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex64 2022-09-27T15:57:15.0045788Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex64 2022-09-27T15:57:15.0079937Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float32 2022-09-27T15:57:15.0090651Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float32 2022-09-27T15:57:15.0124067Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float64 2022-09-27T15:57:15.0134339Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float64 2022-09-27T15:57:15.0173260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int16 2022-09-27T15:57:15.0185019Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int16 2022-09-27T15:57:15.0210288Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int32 2022-09-27T15:57:15.0223433Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int32 2022-09-27T15:57:15.0255890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int64 2022-09-27T15:57:15.0278455Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int64 2022-09-27T15:57:15.0299919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int8 2022-09-27T15:57:15.0310690Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int8 2022-09-27T15:57:15.0344615Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_uint8 2022-09-27T15:57:15.0363624Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_uint8 2022-09-27T15:57:15.0448072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bfloat16 2022-09-27T15:57:15.0448993Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bfloat16 2022-09-27T15:57:15.0494955Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bool 2022-09-27T15:57:15.0550171Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bool 2022-09-27T15:57:15.0551123Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex128 2022-09-27T15:57:15.0552011Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft2_cpu_float32 2022-09-27T15:57:15.0587125Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft_cpu_float32 2022-09-27T15:57:15.0587997Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex128 2022-09-27T15:57:15.0664960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex32 2022-09-27T15:57:15.0674320Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex32 2022-09-27T15:57:15.0756239Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex64 2022-09-27T15:57:15.0792718Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex64 2022-09-27T15:57:15.0831467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float16 2022-09-27T15:57:15.0853751Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float16 2022-09-27T15:57:15.0917062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float32 2022-09-27T15:57:15.0929861Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float32 2022-09-27T15:57:15.1009307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float64 2022-09-27T15:57:15.1010017Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float64 2022-09-27T15:57:15.1062706Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int16 2022-09-27T15:57:15.1072297Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft_cpu_float32 2022-09-27T15:57:15.1085112Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int16 2022-09-27T15:57:15.1085805Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int32 2022-09-27T15:57:15.1136337Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfftn_cpu_float32 2022-09-27T15:57:15.1150659Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int32 2022-09-27T15:57:15.1202520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int64 2022-09-27T15:57:15.1216701Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int64 2022-09-27T15:57:15.1228131Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int32 2022-09-27T15:57:15.1228742Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int8 2022-09-27T15:57:15.1315956Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int64 2022-09-27T15:57:15.1316625Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int8 2022-09-27T15:57:15.1366539Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_uint8 2022-09-27T15:57:15.1367264Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_uint8 2022-09-27T15:57:15.1565004Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bfloat16 2022-09-27T15:57:15.1575919Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bfloat16 2022-09-27T15:57:15.1742519Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bool 2022-09-27T15:57:15.1743234Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bool 2022-09-27T15:57:15.1794411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float16 2022-09-27T15:57:15.1795200Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bool 2022-09-27T15:57:15.1961987Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex128 2022-09-27T15:57:15.2000099Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex128 2022-09-27T15:57:15.2077396Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex64 2022-09-27T15:57:15.2142639Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfftn_cpu_float32 2022-09-27T15:57:15.2276724Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft2_cpu_float32 2022-09-27T15:57:15.2277473Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex64 2022-09-27T15:57:15.2453842Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float16 2022-09-27T15:57:15.2477432Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float16 2022-09-27T15:57:15.2719492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float32 2022-09-27T15:57:15.2741764Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float32 2022-09-27T15:57:15.2845258Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float64 2022-09-27T15:57:15.2895736Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float64 2022-09-27T15:57:15.2896546Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft2_cpu_float32 2022-09-27T15:57:15.2897246Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int16 2022-09-27T15:57:15.3048449Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft_cpu_float32 2022-09-27T15:57:15.3075117Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int16 2022-09-27T15:57:15.3391244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int32 2022-09-27T15:57:15.3391851Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int32 2022-09-27T15:57:15.3498578Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int64 2022-09-27T15:57:15.3514854Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft_cpu_float32 2022-09-27T15:57:15.3589653Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftn_cpu_float32 2022-09-27T15:57:15.3590363Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int64 2022-09-27T15:57:15.3731920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int8 2022-09-27T15:57:15.3741428Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int8 2022-09-27T15:57:15.3893726Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_uint8 2022-09-27T15:57:15.3894462Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_uint8 2022-09-27T15:57:15.3994234Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int32 2022-09-27T15:57:15.4057723Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int32 2022-09-27T15:57:15.4113119Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int64 2022-09-27T15:57:15.4113810Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int64 2022-09-27T15:57:15.4219696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bfloat16 2022-09-27T15:57:15.4220373Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftn_cpu_float32 2022-09-27T15:57:15.4325008Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftshift_cpu_float32 2022-09-27T15:57:15.4328471Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bfloat16 2022-09-27T15:57:15.4418722Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bool 2022-09-27T15:57:15.4419446Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftshift_cpu_float32 2022-09-27T15:57:15.4538257Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft2_cpu_float32 2022-09-27T15:57:15.4546931Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bool 2022-09-27T15:57:15.4746862Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex128 2022-09-27T15:57:15.4747521Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex128 2022-09-27T15:57:15.5008545Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex64 2022-09-27T15:57:15.5009252Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex64 2022-09-27T15:57:15.5204724Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float16 2022-09-27T15:57:15.5205857Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float16 2022-09-27T15:57:15.5330114Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float32 2022-09-27T15:57:15.5362600Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft2_cpu_float32 2022-09-27T15:57:15.5365941Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft_cpu_float32 2022-09-27T15:57:15.5374558Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float32 2022-09-27T15:57:15.5545123Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float64 2022-09-27T15:57:15.5557326Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float64 2022-09-27T15:57:15.5810876Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int16 2022-09-27T15:57:15.5811643Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int16 2022-09-27T15:57:15.5959031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int32 2022-09-27T15:57:15.5988348Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft_cpu_float32 2022-09-27T15:57:15.6019529Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfftn_cpu_float32 2022-09-27T15:57:15.6020273Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int32 2022-09-27T15:57:15.6131558Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int64 2022-09-27T15:57:15.6161389Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int64 2022-09-27T15:57:15.6320073Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int8 2022-09-27T15:57:15.6342200Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int8 2022-09-27T15:57:15.6550227Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_uint8 2022-09-27T15:57:15.6597084Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_uint8 2022-09-27T15:57:15.6673463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int32 2022-09-27T15:57:15.6709288Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int32 2022-09-27T15:57:15.6748082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int64 2022-09-27T15:57:15.6775938Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int64 2022-09-27T15:57:15.6779910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int8 2022-09-27T15:57:15.6787579Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int64 2022-09-27T15:57:15.7141105Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bfloat16 2022-09-27T15:57:15.7141776Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfftn_cpu_float32 2022-09-27T15:57:15.8195313Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft2_cpu_float32 2022-09-27T15:57:15.8208062Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft2_cpu_float32 2022-09-27T15:57:15.8222100Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float16 2022-09-27T15:57:15.8222922Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft_cpu_float32 2022-09-27T15:57:15.8670802Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float32 2022-09-27T15:57:15.8671481Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft_cpu_float32 2022-09-27T15:57:15.9276744Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfftn_cpu_float32 2022-09-27T15:57:15.9317261Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfftn_cpu_float32 2022-09-27T15:57:15.9775156Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft2_cpu_float32 2022-09-27T15:57:15.9778235Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft2_cpu_float32 2022-09-27T15:57:16.0308529Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft_cpu_float32 2022-09-27T15:57:16.0321524Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft_cpu_float32 2022-09-27T15:57:16.0681146Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfftn_cpu_float32 2022-09-27T15:57:16.0684434Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float32 2022-09-27T15:57:16.0894409Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float64 2022-09-27T15:57:16.0920346Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfftn_cpu_float32 2022-09-27T15:57:16.1016355Z test_ops.py::TestCompositeComplianceCPU::test_backward_fill_cpu_float32 2022-09-27T15:57:16.1028380Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fill_cpu_float32 2022-09-27T15:57:16.1071592Z test_ops.py::TestCompositeComplianceCPU::test_backward_flatten_cpu_float32 2022-09-27T15:57:16.1089912Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int8 2022-09-27T15:57:16.1218711Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_uint8 2022-09-27T15:57:16.1274966Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_flatten_cpu_float32 2022-09-27T15:57:16.1545553Z test_ops.py::TestCompositeComplianceCPU::test_backward_flip_cpu_float32 2022-09-27T15:57:16.1551912Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_flip_cpu_float32 2022-09-27T15:57:16.1656028Z test_ops.py::TestCompositeComplianceCPU::test_backward_fliplr_cpu_float32 2022-09-27T15:57:16.1656714Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fliplr_cpu_float32 2022-09-27T15:57:16.1749326Z test_ops.py::TestCompositeComplianceCPU::test_backward_flipud_cpu_float32 2022-09-27T15:57:16.1757257Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_flipud_cpu_float32 2022-09-27T15:57:16.1894107Z test_ops.py::TestCompositeComplianceCPU::test_backward_float_cpu_float32 2022-09-27T15:57:16.1933662Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_float_cpu_float32 2022-09-27T15:57:16.1978550Z test_ops.py::TestCompositeComplianceCPU::test_backward_float_power_cpu_float32 2022-09-27T15:57:16.1996623Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bfloat16 2022-09-27T15:57:16.4158748Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bool 2022-09-27T15:57:16.4164629Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_float_power_cpu_float32 2022-09-27T15:57:16.4234610Z test_ops.py::TestCompositeComplianceCPU::test_backward_floor_cpu_float32 2022-09-27T15:57:16.4252749Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_floor_cpu_float32 2022-09-27T15:57:16.4322054Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmax_cpu_float32 2022-09-27T15:57:16.4322846Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float64 2022-09-27T15:57:16.5020645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int16 2022-09-27T15:57:16.5035559Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_uint8 2022-09-27T15:57:16.5747128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bfloat16 2022-09-27T15:57:16.5773652Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fmax_cpu_float32 2022-09-27T15:57:16.5774689Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmin_cpu_float32 2022-09-27T15:57:16.5784525Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bfloat16 2022-09-27T15:57:16.5994127Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bool 2022-09-27T15:57:16.6013368Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bool 2022-09-27T15:57:16.6456688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex128 2022-09-27T15:57:16.6557274Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bool 2022-09-27T15:57:16.6557803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex128 2022-09-27T15:57:16.6558309Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int16 2022-09-27T15:57:16.7205565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int32 2022-09-27T15:57:16.7217807Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex128 2022-09-27T15:57:16.7294607Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex64 2022-09-27T15:57:16.7306365Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fmin_cpu_float32 2022-09-27T15:57:16.7873396Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmod_cpu_float32 2022-09-27T15:57:16.7885691Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex64 2022-09-27T15:57:16.8257333Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float16 2022-09-27T15:57:16.8271504Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fmod_cpu_float32 2022-09-27T15:57:16.8363747Z test_ops.py::TestCompositeComplianceCPU::test_backward_frac_cpu_float32 2022-09-27T15:57:16.8376312Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_frac_cpu_float32 2022-09-27T15:57:16.8508548Z test_ops.py::TestCompositeComplianceCPU::test_backward_frexp_cpu_float32 2022-09-27T15:57:16.8523679Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_frexp_cpu_float32 2022-09-27T15:57:16.8529544Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float16 2022-09-27T15:57:16.8537531Z test_ops.py::TestCompositeComplianceCPU::test_backward_gather_cpu_float32 2022-09-27T15:57:16.8697699Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float32 2022-09-27T15:57:16.8712600Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int32 2022-09-27T15:57:16.8857317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int64 2022-09-27T15:57:16.8868932Z [gw0] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_gather_cpu_float32 2022-09-27T15:57:16.9157621Z test_ops.py::TestCompositeComplianceCPU::test_backward_gradient_cpu_float32 2022-09-27T15:57:16.9170008Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float32 2022-09-27T15:57:16.9840915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float64 2022-09-27T15:57:16.9851954Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float64 2022-09-27T15:57:17.0462232Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int16 2022-09-27T15:57:17.0474589Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int16 2022-09-27T15:57:17.1090543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int32 2022-09-27T15:57:17.1106177Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int32 2022-09-27T15:57:17.1204310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int64 2022-09-27T15:57:17.1219482Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int64 2022-09-27T15:57:17.1691590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int8 2022-09-27T15:57:17.1703380Z [gw3] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int64 2022-09-27T15:57:17.2285032Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int8 2022-09-27T15:57:17.2297474Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int8 2022-09-27T15:57:17.2879873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_uint8 2022-09-27T15:57:17.2891657Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_uint8 2022-09-27T15:57:17.2907668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bfloat16 2022-09-27T15:57:17.2921993Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex128 2022-09-27T15:57:17.2985094Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex64 2022-09-27T15:57:17.2999990Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int8 2022-09-27T15:57:17.3247361Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_uint8 2022-09-27T15:57:17.3258288Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bfloat16 2022-09-27T15:57:17.3594673Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bool 2022-09-27T15:57:17.3606338Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bool 2022-09-27T15:57:17.4005479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex128 2022-09-27T15:57:17.4017839Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex128 2022-09-27T15:57:17.4404598Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex32 2022-09-27T15:57:17.4417131Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex32 2022-09-27T15:57:17.4822427Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex64 2022-09-27T15:57:17.4833683Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex64 2022-09-27T15:57:17.4951948Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float16 2022-09-27T15:57:17.4969007Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_uint8 2022-09-27T15:57:17.5210167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bfloat16 2022-09-27T15:57:17.5212647Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float16 2022-09-27T15:57:17.5541378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float32 2022-09-27T15:57:17.5560273Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float32 2022-09-27T15:57:17.5922461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float64 2022-09-27T15:57:17.5936257Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float64 2022-09-27T15:57:17.6225194Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int16 2022-09-27T15:57:17.6235157Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int16 2022-09-27T15:57:17.6529311Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int32 2022-09-27T15:57:17.6541452Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int32 2022-09-27T15:57:17.6887254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int64 2022-09-27T15:57:17.6903376Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int64 2022-09-27T15:57:17.7206141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int8 2022-09-27T15:57:17.7217470Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int8 2022-09-27T15:57:17.7507478Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_uint8 2022-09-27T15:57:17.7520895Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_uint8 2022-09-27T15:57:17.7611396Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bfloat16 2022-09-27T15:57:17.7621901Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_gradient_cpu_float32 2022-09-27T15:57:17.7791675Z test_ops.py::TestCompositeComplianceCPU::test_backward_half_cpu_float32 2022-09-27T15:57:17.7808192Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_half_cpu_float32 2022-09-27T15:57:17.8254698Z test_ops.py::TestCompositeComplianceCPU::test_backward_hsplit_cpu_float32 2022-09-27T15:57:17.8269783Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bfloat16 2022-09-27T15:57:17.8422470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bool 2022-09-27T15:57:17.8435319Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_hsplit_cpu_float32 2022-09-27T15:57:17.8566221Z test_ops.py::TestCompositeComplianceCPU::test_backward_hstack_cpu_float32 2022-09-27T15:57:17.8646030Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_hstack_cpu_float32 2022-09-27T15:57:17.8646747Z test_ops.py::TestCompositeComplianceCPU::test_backward_hypot_cpu_float32 2022-09-27T15:57:17.8647406Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bfloat16 2022-09-27T15:57:17.8659712Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bool 2022-09-27T15:57:17.8673972Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex64 2022-09-27T15:57:17.9747255Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float16 2022-09-27T15:57:17.9759848Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_hypot_cpu_float32 2022-09-27T15:57:17.9818803Z test_ops.py::TestCompositeComplianceCPU::test_backward_i0_cpu_float32 2022-09-27T15:57:17.9831775Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bool 2022-09-27T15:57:17.9884367Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex128 2022-09-27T15:57:17.9896312Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_i0_cpu_float32 2022-09-27T15:57:18.1036834Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_add_cpu_float32 2022-09-27T15:57:18.1049619Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex128 2022-09-27T15:57:18.1465180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex32 2022-09-27T15:57:18.1475690Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_index_add_cpu_float32 2022-09-27T15:57:18.2079850Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_copy_cpu_float32 2022-09-27T15:57:18.2080520Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_index_copy_cpu_float32 2022-09-27T15:57:18.2228942Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_fill_cpu_float32 2022-09-27T15:57:18.2243961Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex32 2022-09-27T15:57:18.2269278Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex64 2022-09-27T15:57:18.2280716Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_index_fill_cpu_float32 2022-09-27T15:57:18.2787877Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_put_cpu_float32 2022-09-27T15:57:18.2801746Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bool 2022-09-27T15:57:18.3072980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float32 2022-09-27T15:57:18.3073694Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_index_put_cpu_float32 2022-09-27T15:57:18.3202888Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_reduce_cpu_float32 2022-09-27T15:57:18.3214787Z [gw0] [ 72%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_index_reduce_cpu_float32 2022-09-27T15:57:18.3463262Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_select_cpu_float32 2022-09-27T15:57:18.3479768Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_index_select_cpu_float32 2022-09-27T15:57:18.3491310Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex64 2022-09-27T15:57:18.3492521Z test_ops.py::TestCompositeComplianceCPU::test_backward_inner_cpu_float32 2022-09-27T15:57:18.3831652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float16 2022-09-27T15:57:18.3843137Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_inner_cpu_float32 2022-09-27T15:57:18.4755207Z test_ops.py::TestCompositeComplianceCPU::test_backward_istft_cpu_float32 2022-09-27T15:57:18.4767082Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float16 2022-09-27T15:57:18.5603379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float32 2022-09-27T15:57:18.5616763Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float16 2022-09-27T15:57:18.5893284Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float32 2022-09-27T15:57:18.5894084Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float32 2022-09-27T15:57:18.5894813Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float64 2022-09-27T15:57:18.5895521Z [gw0] [ 72%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_istft_cpu_float32 2022-09-27T15:57:18.5973756Z test_ops.py::TestCompositeComplianceCPU::test_backward_kron_cpu_float32 2022-09-27T15:57:18.5987912Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float32 2022-09-27T15:57:18.6006308Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_kron_cpu_float32 2022-09-27T15:57:18.6006996Z test_ops.py::TestCompositeComplianceCPU::test_backward_kthvalue_cpu_float32 2022-09-27T15:57:18.6401017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float64 2022-09-27T15:57:18.6412715Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_kthvalue_cpu_float32 2022-09-27T15:57:18.7243439Z test_ops.py::TestCompositeComplianceCPU::test_backward_ldexp_cpu_float32 2022-09-27T15:57:18.7258516Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float64 2022-09-27T15:57:18.7546058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int16 2022-09-27T15:57:18.7554082Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_ldexp_cpu_float32 2022-09-27T15:57:18.8406199Z test_ops.py::TestCompositeComplianceCPU::test_backward_lerp_cpu_float32 2022-09-27T15:57:18.8419040Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int16 2022-09-27T15:57:18.8930968Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int32 2022-09-27T15:57:18.8932627Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float32 2022-09-27T15:57:18.9523697Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float64 2022-09-27T15:57:18.9537486Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int32 2022-09-27T15:57:18.9578571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int64 2022-09-27T15:57:18.9590452Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float64 2022-09-27T15:57:19.0274780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int16 2022-09-27T15:57:19.0287220Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_lerp_cpu_float32 2022-09-27T15:57:19.0402993Z test_ops.py::TestCompositeComplianceCPU::test_backward_lgamma_cpu_float32 2022-09-27T15:57:19.0415005Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_lgamma_cpu_float32 2022-09-27T15:57:19.0672819Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_cpu_float32 2022-09-27T15:57:19.0684769Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int64 2022-09-27T15:57:19.1793215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int8 2022-09-27T15:57:19.1823691Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int8 2022-09-27T15:57:19.2289482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_uint8 2022-09-27T15:57:19.2301651Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int16 2022-09-27T15:57:19.2329735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int32 2022-09-27T15:57:19.2344519Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_cpu_float32 2022-09-27T15:57:19.2983913Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_ex_cpu_float32 2022-09-27T15:57:19.2997674Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float64 2022-09-27T15:57:19.3012320Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_uint8 2022-09-27T15:57:19.3014281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bfloat16 2022-09-27T15:57:19.3285360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int16 2022-09-27T15:57:19.3298872Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bfloat16 2022-09-27T15:57:19.3528898Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bool 2022-09-27T15:57:19.3541409Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bool 2022-09-27T15:57:19.3808271Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex128 2022-09-27T15:57:19.3822388Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex128 2022-09-27T15:57:19.4122512Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex32 2022-09-27T15:57:19.4136476Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex32 2022-09-27T15:57:19.4420356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex64 2022-09-27T15:57:19.4435998Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex64 2022-09-27T15:57:19.4463129Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float16 2022-09-27T15:57:19.4476079Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_ex_cpu_float32 2022-09-27T15:57:19.4718352Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cond_cpu_float32 2022-09-27T15:57:19.4730616Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float16 2022-09-27T15:57:19.5012310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float32 2022-09-27T15:57:19.5025815Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float32 2022-09-27T15:57:19.5043713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float64 2022-09-27T15:57:19.5055987Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cond_cpu_float32 2022-09-27T15:57:19.5204717Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cross_cpu_float32 2022-09-27T15:57:19.5219755Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int32 2022-09-27T15:57:19.5305232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int64 2022-09-27T15:57:19.5318209Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float64 2022-09-27T15:57:19.5369919Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int16 2022-09-27T15:57:19.5380502Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cross_cpu_float32 2022-09-27T15:57:19.5558782Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_cpu_float32 2022-09-27T15:57:19.5570190Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int16 2022-09-27T15:57:19.5805717Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int32 2022-09-27T15:57:19.5816702Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int32 2022-09-27T15:57:19.5845676Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int64 2022-09-27T15:57:19.5858148Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_cpu_float32 2022-09-27T15:57:19.6093029Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_singular_cpu_float32 2022-09-27T15:57:19.6095847Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int64 2022-09-27T15:57:19.6353430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int8 2022-09-27T15:57:19.6365991Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int8 2022-09-27T15:57:19.6615628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_uint8 2022-09-27T15:57:19.6628870Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_uint8 2022-09-27T15:57:19.7030745Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bfloat16 2022-09-27T15:57:19.7045250Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bfloat16 2022-09-27T15:57:19.7427490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bool 2022-09-27T15:57:19.7443574Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int16 2022-09-27T15:57:19.7450297Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bool 2022-09-27T15:57:19.7460169Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int32 2022-09-27T15:57:19.7920027Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex128 2022-09-27T15:57:19.7930852Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex128 2022-09-27T15:57:19.8402289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex64 2022-09-27T15:57:19.8423313Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex64 2022-09-27T15:57:19.8489732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float16 2022-09-27T15:57:19.8501949Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_singular_cpu_float32 2022-09-27T15:57:19.8654438Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eig_cpu_float32 2022-09-27T15:57:19.8666189Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int64 2022-09-27T15:57:19.8807977Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int8 2022-09-27T15:57:19.8821983Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float16 2022-09-27T15:57:19.9191074Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float32 2022-09-27T15:57:19.9201139Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float32 2022-09-27T15:57:19.9615541Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float64 2022-09-27T15:57:19.9627490Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float64 2022-09-27T15:57:19.9979629Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int16 2022-09-27T15:57:19.9981308Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int16 2022-09-27T15:57:20.0394307Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int32 2022-09-27T15:57:20.0404554Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int32 2022-09-27T15:57:20.0764681Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int64 2022-09-27T15:57:20.0780710Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int64 2022-09-27T15:57:20.1139312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int8 2022-09-27T15:57:20.1158388Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int8 2022-09-27T15:57:20.1346289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_uint8 2022-09-27T15:57:20.1357627Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int32 2022-09-27T15:57:20.1483532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int64 2022-09-27T15:57:20.1495792Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int8 2022-09-27T15:57:20.1539792Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_uint8 2022-09-27T15:57:20.1553261Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_uint8 2022-09-27T15:57:20.2585013Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_bfloat16 2022-09-27T15:57:20.2596837Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eig_cpu_float32 2022-09-27T15:57:20.4833695Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigh_cpu_float32 2022-09-27T15:57:20.4843002Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_bfloat16 2022-09-27T15:57:20.4964842Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float32 2022-09-27T15:57:20.4973989Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_uint8 2022-09-27T15:57:20.5563047Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_bfloat16 2022-09-27T15:57:20.5577145Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_bfloat16 2022-09-27T15:57:20.6365346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:57:20.6383014Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int64 2022-09-27T15:57:20.6506566Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int8 2022-09-27T15:57:20.6518231Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:57:20.6603154Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:57:20.6619862Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigh_cpu_float32 2022-09-27T15:57:20.7382927Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvals_cpu_float32 2022-09-27T15:57:20.7391763Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:57:20.7408908Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvals_cpu_float32 2022-09-27T15:57:20.7450617Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float32 2022-09-27T15:57:20.7520197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float16 2022-09-27T15:57:20.7521802Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvalsh_cpu_float32 2022-09-27T15:57:20.8042838Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float64 2022-09-27T15:57:20.8054558Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float16 2022-09-27T15:57:20.8327825Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:57:20.8339611Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvalsh_cpu_float32 2022-09-27T15:57:20.8926018Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_householder_product_cpu_float32 2022-09-27T15:57:20.8938683Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:57:20.9800817Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:57:20.9814450Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:57:21.0195141Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_bfloat16 2022-09-27T15:57:21.0212852Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float64 2022-09-27T15:57:21.0829399Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int16 2022-09-27T15:57:21.0839664Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_bfloat16 2022-09-27T15:57:21.0926955Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex128 2022-09-27T15:57:21.0941400Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int8 2022-09-27T15:57:21.1516440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_uint8 2022-09-27T15:57:21.1525716Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int16 2022-09-27T15:57:21.2158502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int32 2022-09-27T15:57:21.2170975Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex128 2022-09-27T15:57:21.2937918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex64 2022-09-27T15:57:21.2950081Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int32 2022-09-27T15:57:21.3483571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int64 2022-09-27T15:57:21.3495960Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex64 2022-09-27T15:57:21.4264963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float16 2022-09-27T15:57:21.4278343Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_uint8 2022-09-27T15:57:21.4548018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_bfloat16 2022-09-27T15:57:21.4560793Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int64 2022-09-27T15:57:21.4659237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int8 2022-09-27T15:57:21.4672499Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float16 2022-09-27T15:57:21.5738384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float32 2022-09-27T15:57:21.5750795Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int8 2022-09-27T15:57:21.5962556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_uint8 2022-09-27T15:57:21.5975040Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float32 2022-09-27T15:57:21.7001272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float64 2022-09-27T15:57:21.7014162Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_uint8 2022-09-27T15:57:21.7143746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bfloat16 2022-09-27T15:57:21.7160881Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_bfloat16 2022-09-27T15:57:21.7192402Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float32 2022-09-27T15:57:21.7203658Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float64 2022-09-27T15:57:21.9452986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex128 2022-09-27T15:57:21.9467559Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float32 2022-09-27T15:57:21.9912012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float64 2022-09-27T15:57:21.9926892Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bfloat16 2022-09-27T15:57:22.0156074Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bool 2022-09-27T15:57:22.0168635Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex128 2022-09-27T15:57:22.2001059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex64 2022-09-27T15:57:22.2015469Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float64 2022-09-27T15:57:22.2454965Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int16 2022-09-27T15:57:22.2467045Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bool 2022-09-27T15:57:22.3151601Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex128 2022-09-27T15:57:22.3179547Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex64 2022-09-27T15:57:22.3180161Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float32 2022-09-27T15:57:22.3192669Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int16 2022-09-27T15:57:22.4465501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int32 2022-09-27T15:57:22.4479149Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int32 2022-09-27T15:57:22.4677148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int64 2022-09-27T15:57:22.4690399Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_householder_product_cpu_float32 2022-09-27T15:57:22.5549790Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_cpu_float32 2022-09-27T15:57:22.5554057Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_cpu_float32 2022-09-27T15:57:22.5866070Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_ex_cpu_float32 2022-09-27T15:57:22.5879029Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float32 2022-09-27T15:57:22.5889659Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float64 2022-09-27T15:57:22.5901455Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int64 2022-09-27T15:57:22.6359179Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int8 2022-09-27T15:57:22.6377940Z [gw0] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_ex_cpu_float32 2022-09-27T15:57:22.6943060Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_cpu_float32 2022-09-27T15:57:22.7174785Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex128 2022-09-27T15:57:22.7175671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex64 2022-09-27T15:57:22.7176395Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int8 2022-09-27T15:57:22.8250995Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_uint8 2022-09-27T15:57:22.8266831Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_uint8 2022-09-27T15:57:22.8376656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bfloat16 2022-09-27T15:57:22.8407360Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bfloat16 2022-09-27T15:57:22.8459798Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bool 2022-09-27T15:57:22.8470476Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bool 2022-09-27T15:57:22.8609492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex128 2022-09-27T15:57:22.8628470Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex128 2022-09-27T15:57:22.8733047Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex32 2022-09-27T15:57:22.8742889Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float64 2022-09-27T15:57:22.8766709Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex32 2022-09-27T15:57:22.8767311Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:57:22.8900665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex64 2022-09-27T15:57:22.8985416Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex64 2022-09-27T15:57:22.9039710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float16 2022-09-27T15:57:22.9050472Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float16 2022-09-27T15:57:22.9145181Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:57:22.9145870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float32 2022-09-27T15:57:22.9177455Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:57:22.9243167Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float32 2022-09-27T15:57:22.9309929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float64 2022-09-27T15:57:22.9409940Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float64 2022-09-27T15:57:22.9410776Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int16 2022-09-27T15:57:22.9411441Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:57:22.9412151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float32 2022-09-27T15:57:22.9590086Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int16 2022-09-27T15:57:22.9590807Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int32 2022-09-27T15:57:22.9591395Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int32 2022-09-27T15:57:22.9592022Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int64 2022-09-27T15:57:22.9618126Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int64 2022-09-27T15:57:22.9680035Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int8 2022-09-27T15:57:22.9766514Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int8 2022-09-27T15:57:22.9767240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_uint8 2022-09-27T15:57:22.9769340Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float32 2022-09-27T15:57:22.9818006Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float64 2022-09-27T15:57:22.9818936Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_uint8 2022-09-27T15:57:22.9906583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bfloat16 2022-09-27T15:57:22.9907470Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bfloat16 2022-09-27T15:57:22.9942174Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bool 2022-09-27T15:57:22.9981793Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bool 2022-09-27T15:57:22.9987910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex128 2022-09-27T15:57:23.0000998Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float64 2022-09-27T15:57:23.0028079Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_bfloat16 2022-09-27T15:57:23.0038304Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex128 2022-09-27T15:57:23.0110390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex32 2022-09-27T15:57:23.0120959Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex32 2022-09-27T15:57:23.0194983Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex64 2022-09-27T15:57:23.0212048Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex64 2022-09-27T15:57:23.0276506Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float16 2022-09-27T15:57:23.0286642Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float16 2022-09-27T15:57:23.0354328Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float32 2022-09-27T15:57:23.0437009Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float32 2022-09-27T15:57:23.0443567Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float64 2022-09-27T15:57:23.0444240Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float64 2022-09-27T15:57:23.0512260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int16 2022-09-27T15:57:23.0512983Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int16 2022-09-27T15:57:23.0551413Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int32 2022-09-27T15:57:23.0561375Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int32 2022-09-27T15:57:23.0609973Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int64 2022-09-27T15:57:23.0622659Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int64 2022-09-27T15:57:23.0670749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int8 2022-09-27T15:57:23.0680981Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int8 2022-09-27T15:57:23.0743591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_uint8 2022-09-27T15:57:23.0755122Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_uint8 2022-09-27T15:57:23.0766086Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex64 2022-09-27T15:57:23.0769094Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bfloat16 2022-09-27T15:57:23.0898899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float32 2022-09-27T15:57:23.0909115Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bfloat16 2022-09-27T15:57:23.0987292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bool 2022-09-27T15:57:23.1001193Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bool 2022-09-27T15:57:23.1151537Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex128 2022-09-27T15:57:23.1162137Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex128 2022-09-27T15:57:23.1325872Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex32 2022-09-27T15:57:23.1335936Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex32 2022-09-27T15:57:23.1477507Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex64 2022-09-27T15:57:23.1487694Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex64 2022-09-27T15:57:23.1619210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float16 2022-09-27T15:57:23.1629273Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float16 2022-09-27T15:57:23.1757159Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float32 2022-09-27T15:57:23.1767456Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float32 2022-09-27T15:57:23.1881039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float64 2022-09-27T15:57:23.1892107Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float64 2022-09-27T15:57:23.1986920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int16 2022-09-27T15:57:23.1998282Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int16 2022-09-27T15:57:23.2071121Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int32 2022-09-27T15:57:23.2084485Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int32 2022-09-27T15:57:23.2086953Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_bfloat16 2022-09-27T15:57:23.2101720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int64 2022-09-27T15:57:23.2153445Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:57:23.2163433Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int64 2022-09-27T15:57:23.2212406Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int8 2022-09-27T15:57:23.2223946Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float32 2022-09-27T15:57:23.2240235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float64 2022-09-27T15:57:23.2251127Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int8 2022-09-27T15:57:23.2344919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_uint8 2022-09-27T15:57:23.2355985Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_uint8 2022-09-27T15:57:23.2444980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bfloat16 2022-09-27T15:57:23.2456487Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bfloat16 2022-09-27T15:57:23.2531369Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bool 2022-09-27T15:57:23.2543267Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bool 2022-09-27T15:57:23.2633834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex128 2022-09-27T15:57:23.2644169Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex128 2022-09-27T15:57:23.2724223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex32 2022-09-27T15:57:23.2734157Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex32 2022-09-27T15:57:23.2813057Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex64 2022-09-27T15:57:23.2823045Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex64 2022-09-27T15:57:23.2899895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float16 2022-09-27T15:57:23.2909940Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float16 2022-09-27T15:57:23.2993910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float32 2022-09-27T15:57:23.3004454Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float32 2022-09-27T15:57:23.3078694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float64 2022-09-27T15:57:23.3088593Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float64 2022-09-27T15:57:23.3161683Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int16 2022-09-27T15:57:23.3174278Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int16 2022-09-27T15:57:23.3236643Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int32 2022-09-27T15:57:23.3246861Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int32 2022-09-27T15:57:23.3307569Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int64 2022-09-27T15:57:23.3317636Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int64 2022-09-27T15:57:23.3380055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int8 2022-09-27T15:57:23.3391617Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int8 2022-09-27T15:57:23.3455763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_uint8 2022-09-27T15:57:23.3465739Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_uint8 2022-09-27T15:57:23.3570569Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_bfloat16 2022-09-27T15:57:23.3580692Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_bfloat16 2022-09-27T15:57:23.3686354Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex128 2022-09-27T15:57:23.3696293Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex128 2022-09-27T15:57:23.3799746Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex64 2022-09-27T15:57:23.3809943Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex64 2022-09-27T15:57:23.3927520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float16 2022-09-27T15:57:23.3937336Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float16 2022-09-27T15:57:23.4032771Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float32 2022-09-27T15:57:23.4043023Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float32 2022-09-27T15:57:23.4126487Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float64 2022-09-27T15:57:23.4139600Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:57:23.4146002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:57:23.4154969Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float64 2022-09-27T15:57:23.4267992Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_bfloat16 2022-09-27T15:57:23.4278741Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float64 2022-09-27T15:57:23.4384372Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int16 2022-09-27T15:57:23.4395324Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_bfloat16 2022-09-27T15:57:23.4586922Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex128 2022-09-27T15:57:23.4597457Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex128 2022-09-27T15:57:23.4804968Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex64 2022-09-27T15:57:23.4814835Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex64 2022-09-27T15:57:23.5022759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float16 2022-09-27T15:57:23.5032578Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float16 2022-09-27T15:57:23.5198960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float32 2022-09-27T15:57:23.5208763Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float32 2022-09-27T15:57:23.5369837Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float64 2022-09-27T15:57:23.5379890Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float64 2022-09-27T15:57:23.5532802Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bfloat16 2022-09-27T15:57:23.5543277Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bfloat16 2022-09-27T15:57:23.5631133Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bool 2022-09-27T15:57:23.5640743Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bool 2022-09-27T15:57:23.5834735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex128 2022-09-27T15:57:23.5844499Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex128 2022-09-27T15:57:23.6024364Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex32 2022-09-27T15:57:23.6035485Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int16 2022-09-27T15:57:23.6065442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int32 2022-09-27T15:57:23.6076363Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex32 2022-09-27T15:57:23.6201585Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex64 2022-09-27T15:57:23.6213502Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:57:23.6291803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float16 2022-09-27T15:57:23.6304804Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex64 2022-09-27T15:57:23.6490764Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float16 2022-09-27T15:57:23.6503010Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float16 2022-09-27T15:57:23.6690861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float32 2022-09-27T15:57:23.6701799Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float32 2022-09-27T15:57:23.6854997Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float64 2022-09-27T15:57:23.6866554Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float64 2022-09-27T15:57:23.6965405Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int16 2022-09-27T15:57:23.6976091Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int16 2022-09-27T15:57:23.7071598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int32 2022-09-27T15:57:23.7081552Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int32 2022-09-27T15:57:23.7170770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int64 2022-09-27T15:57:23.7180764Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int64 2022-09-27T15:57:23.7273131Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int8 2022-09-27T15:57:23.7283719Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int8 2022-09-27T15:57:23.7383170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_uint8 2022-09-27T15:57:23.7394759Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_uint8 2022-09-27T15:57:23.7739312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bfloat16 2022-09-27T15:57:23.7751271Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bfloat16 2022-09-27T15:57:23.7952290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bool 2022-09-27T15:57:23.7968363Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int32 2022-09-27T15:57:23.8043867Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int64 2022-09-27T15:57:23.8056156Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bool 2022-09-27T15:57:23.8475312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex128 2022-09-27T15:57:23.8487342Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex128 2022-09-27T15:57:23.8825274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex32 2022-09-27T15:57:23.8840762Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float16 2022-09-27T15:57:23.8866234Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:57:23.8879014Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex32 2022-09-27T15:57:23.9266312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex64 2022-09-27T15:57:23.9278064Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex64 2022-09-27T15:57:23.9609342Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float16 2022-09-27T15:57:23.9621102Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float16 2022-09-27T15:57:23.9940574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float32 2022-09-27T15:57:23.9950088Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int64 2022-09-27T15:57:23.9960120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int8 2022-09-27T15:57:23.9969261Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float32 2022-09-27T15:57:24.0326741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float64 2022-09-27T15:57:24.0338700Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float64 2022-09-27T15:57:24.0604595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int16 2022-09-27T15:57:24.0617173Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int16 2022-09-27T15:57:24.0767389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int32 2022-09-27T15:57:24.0779079Z [gw1] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:57:24.0887120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:57:24.0898076Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int32 2022-09-27T15:57:24.1178463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int64 2022-09-27T15:57:24.1190334Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int64 2022-09-27T15:57:24.1493095Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int8 2022-09-27T15:57:24.1508683Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int8 2022-09-27T15:57:24.1655294Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_uint8 2022-09-27T15:57:24.1667173Z [gw3] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int8 2022-09-27T15:57:24.1783064Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_uint8 2022-09-27T15:57:24.1794218Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_uint8 2022-09-27T15:57:24.1850673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bfloat16 2022-09-27T15:57:24.1862240Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bfloat16 2022-09-27T15:57:24.1910484Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bool 2022-09-27T15:57:24.1921343Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bool 2022-09-27T15:57:24.1980925Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex128 2022-09-27T15:57:24.1992861Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex128 2022-09-27T15:57:24.2053699Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex32 2022-09-27T15:57:24.2063326Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex32 2022-09-27T15:57:24.2118166Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex64 2022-09-27T15:57:24.2129710Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex64 2022-09-27T15:57:24.2183923Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float16 2022-09-27T15:57:24.2193363Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float16 2022-09-27T15:57:24.2250943Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float32 2022-09-27T15:57:24.2262375Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float32 2022-09-27T15:57:24.2316932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float64 2022-09-27T15:57:24.2327731Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float64 2022-09-27T15:57:24.2375328Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int16 2022-09-27T15:57:24.2386311Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int16 2022-09-27T15:57:24.2435465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int32 2022-09-27T15:57:24.2444894Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int32 2022-09-27T15:57:24.2493677Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int64 2022-09-27T15:57:24.2504936Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int64 2022-09-27T15:57:24.2556731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int8 2022-09-27T15:57:24.2564498Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int8 2022-09-27T15:57:24.2613050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_uint8 2022-09-27T15:57:24.2623733Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_uint8 2022-09-27T15:57:24.2677388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bfloat16 2022-09-27T15:57:24.2686817Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bfloat16 2022-09-27T15:57:24.2701180Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:57:24.2702744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bool 2022-09-27T15:57:24.2748251Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_bfloat16 2022-09-27T15:57:24.2760085Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bool 2022-09-27T15:57:24.2819598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex128 2022-09-27T15:57:24.2831328Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex128 2022-09-27T15:57:24.2893301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex32 2022-09-27T15:57:24.2904483Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex32 2022-09-27T15:57:24.2963875Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex64 2022-09-27T15:57:24.2975644Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex64 2022-09-27T15:57:24.2985105Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float16 2022-09-27T15:57:24.2999302Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_bfloat16 2022-09-27T15:57:24.3030232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex128 2022-09-27T15:57:24.3041565Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float16 2022-09-27T15:57:24.3096999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float32 2022-09-27T15:57:24.3109070Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float32 2022-09-27T15:57:24.3162470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float64 2022-09-27T15:57:24.3174871Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float64 2022-09-27T15:57:24.3200578Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int16 2022-09-27T15:57:24.3211629Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex128 2022-09-27T15:57:24.3223841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex64 2022-09-27T15:57:24.3235160Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int16 2022-09-27T15:57:24.3272659Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int32 2022-09-27T15:57:24.3287067Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_uint8 2022-09-27T15:57:24.3293878Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int32 2022-09-27T15:57:24.3302901Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_bfloat16 2022-09-27T15:57:24.3351912Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int64 2022-09-27T15:57:24.3363262Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int64 2022-09-27T15:57:24.3412702Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int8 2022-09-27T15:57:24.3420402Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int8 2022-09-27T15:57:24.3437199Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex64 2022-09-27T15:57:24.3439710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_uint8 2022-09-27T15:57:24.3487606Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float16 2022-09-27T15:57:24.3499838Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_uint8 2022-09-27T15:57:24.3704265Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bfloat16 2022-09-27T15:57:24.3718817Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bfloat16 2022-09-27T15:57:24.3728607Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bool 2022-09-27T15:57:24.3742093Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float16 2022-09-27T15:57:24.3868189Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float32 2022-09-27T15:57:24.3880723Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bool 2022-09-27T15:57:24.3938274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex128 2022-09-27T15:57:24.3949983Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float32 2022-09-27T15:57:24.4087082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float64 2022-09-27T15:57:24.4099094Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex128 2022-09-27T15:57:24.4138800Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_complex64 2022-09-27T15:57:24.4148094Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float64 2022-09-27T15:57:24.4209189Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int16 2022-09-27T15:57:24.4221047Z [gw1] [ 73%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int16 2022-09-27T15:57:24.4279067Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int32 2022-09-27T15:57:24.4290174Z [gw1] [ 73%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int32 2022-09-27T15:57:24.4346395Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int64 2022-09-27T15:57:24.4357599Z [gw1] [ 73%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int64 2022-09-27T15:57:24.4495107Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int8 2022-09-27T15:57:24.4507201Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_complex64 2022-09-27T15:57:24.4514136Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_float32 2022-09-27T15:57:24.4525126Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int8 2022-09-27T15:57:24.4632189Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_uint8 2022-09-27T15:57:24.4643849Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_uint8 2022-09-27T15:57:24.4670664Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bfloat16 2022-09-27T15:57:24.4683616Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_float32 2022-09-27T15:57:24.4878659Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:57:24.4890636Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:57:24.4999416Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:57:24.5010918Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:57:24.5046701Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_complex64 2022-09-27T15:57:24.5059123Z [gw2] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_complex64 2022-09-27T15:57:24.5090891Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_float32 2022-09-27T15:57:24.5102873Z [gw2] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_float32 2022-09-27T15:57:24.5466454Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_complex64 2022-09-27T15:57:24.5480535Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_complex64 2022-09-27T15:57:24.5633825Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_float32 2022-09-27T15:57:24.5646408Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_float32 2022-09-27T15:57:24.5783380Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_complex64 2022-09-27T15:57:24.5798152Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_complex64 2022-09-27T15:57:24.5870548Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_float32 2022-09-27T15:57:24.5882512Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_float32 2022-09-27T15:57:24.6151839Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_complex64 2022-09-27T15:57:24.6162028Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_complex64 2022-09-27T15:57:24.6313123Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_float32 2022-09-27T15:57:24.6326315Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_float32 2022-09-27T15:57:24.6568590Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_complex64 2022-09-27T15:57:24.6580401Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_complex64 2022-09-27T15:57:24.6698642Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_float32 2022-09-27T15:57:24.6703407Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_float32 2022-09-27T15:57:24.7670803Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_complex64 2022-09-27T15:57:24.7722820Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bfloat16 2022-09-27T15:57:25.2213649Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bool 2022-09-27T15:57:25.2214423Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_complex64 2022-09-27T15:57:25.2617197Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_float32 2022-09-27T15:57:25.2629596Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_bfloat16 2022-09-27T15:57:25.2902169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex128 2022-09-27T15:57:25.2902808Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bool 2022-09-27T15:57:25.4605628Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex128 2022-09-27T15:57:25.4606404Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_cpu_float32 2022-09-27T15:57:25.5251601Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:57:25.5252688Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_float32 2022-09-27T15:57:25.7755894Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_complex64 2022-09-27T15:57:25.7768416Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_complex64 2022-09-27T15:57:25.8380953Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_float32 2022-09-27T15:57:25.8395614Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_float32 2022-09-27T15:57:25.8686264Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_complex64 2022-09-27T15:57:25.8701104Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_complex64 2022-09-27T15:57:25.8823128Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_float32 2022-09-27T15:57:25.8835237Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_float32 2022-09-27T15:57:25.8906645Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_complex64 2022-09-27T15:57:25.8920605Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_complex64 2022-09-27T15:57:25.8964874Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_float32 2022-09-27T15:57:25.8975187Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_float32 2022-09-27T15:57:25.9060912Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_complex64 2022-09-27T15:57:25.9071345Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_complex64 2022-09-27T15:57:25.9123564Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_float32 2022-09-27T15:57:25.9134026Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_float32 2022-09-27T15:57:25.9248804Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_complex64 2022-09-27T15:57:25.9259210Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_complex64 2022-09-27T15:57:25.9319744Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_float32 2022-09-27T15:57:25.9331459Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_float32 2022-09-27T15:57:25.9711407Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_complex64 2022-09-27T15:57:25.9722226Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_complex64 2022-09-27T15:57:25.9876243Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_float32 2022-09-27T15:57:25.9886595Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_float32 2022-09-27T15:57:26.0540198Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_complex64 2022-09-27T15:57:26.0576207Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_complex64 2022-09-27T15:57:26.0888485Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_float32 2022-09-27T15:57:26.0900372Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_float32 2022-09-27T15:57:26.0950653Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_complex64 2022-09-27T15:57:26.0961449Z [gw2] [ 73%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_complex64 2022-09-27T15:57:26.1005645Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_float32 2022-09-27T15:57:26.1016804Z [gw2] [ 73%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_float32 2022-09-27T15:57:26.1072060Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_complex64 2022-09-27T15:57:26.1083904Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex128 2022-09-27T15:57:26.1150534Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex64 2022-09-27T15:57:26.1168306Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_complex64 2022-09-27T15:57:26.1236604Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_float32 2022-09-27T15:57:26.1249950Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_float32 2022-09-27T15:57:26.1300281Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log1p_cpu_float32 2022-09-27T15:57:26.1310860Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log1p_cpu_float32 2022-09-27T15:57:26.1430337Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_complex64 2022-09-27T15:57:26.1448617Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_complex64 2022-09-27T15:57:26.1523283Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_float32 2022-09-27T15:57:26.1533370Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_float32 2022-09-27T15:57:26.1649715Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_complex64 2022-09-27T15:57:26.1681568Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_complex64 2022-09-27T15:57:26.1727952Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_float32 2022-09-27T15:57:26.1776037Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_float32 2022-09-27T15:57:26.1887400Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_cpu_float32 2022-09-27T15:57:26.1908772Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_cpu_float32 2022-09-27T15:57:26.1922413Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_complex64 2022-09-27T15:57:26.1923139Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex128 2022-09-27T15:57:26.2137590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex64 2022-09-27T15:57:26.2149644Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_complex64 2022-09-27T15:57:26.2299990Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_float32 2022-09-27T15:57:26.2379264Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_float32 2022-09-27T15:57:26.2379930Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp2_cpu_float32 2022-09-27T15:57:26.2380545Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp2_cpu_float32 2022-09-27T15:57:26.2435495Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp_cpu_float32 2022-09-27T15:57:26.2436317Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp_cpu_float32 2022-09-27T15:57:26.2522987Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logcumsumexp_cpu_float32 2022-09-27T15:57:26.2532008Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logcumsumexp_cpu_float32 2022-09-27T15:57:26.2879632Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_complex64 2022-09-27T15:57:26.2880654Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_complex64 2022-09-27T15:57:26.3067129Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_float32 2022-09-27T15:57:26.3075055Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_float32 2022-09-27T15:57:26.3175831Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_complex64 2022-09-27T15:57:26.3187349Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_complex64 2022-09-27T15:57:26.3253265Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_float32 2022-09-27T15:57:26.3273820Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_float32 2022-09-27T15:57:26.3285791Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_complex64 2022-09-27T15:57:26.3307080Z [gw2] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_complex64 2022-09-27T15:57:26.3321250Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_float32 2022-09-27T15:57:26.3331283Z [gw2] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_float32 2022-09-27T15:57:26.3439318Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_complex64 2022-09-27T15:57:26.3445742Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_complex64 2022-09-27T15:57:26.3513476Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_float32 2022-09-27T15:57:26.3541021Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_float32 2022-09-27T15:57:26.3628535Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_complex64 2022-09-27T15:57:26.3639490Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_complex64 2022-09-27T15:57:26.3703531Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_float32 2022-09-27T15:57:26.3715698Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_float32 2022-09-27T15:57:26.3850636Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logit_cpu_float32 2022-09-27T15:57:26.3863028Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logit_cpu_float32 2022-09-27T15:57:26.3963115Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_complex64 2022-09-27T15:57:26.3972312Z [gw2] [ 73%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_complex64 2022-09-27T15:57:26.4037782Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_float32 2022-09-27T15:57:26.4052713Z [gw2] [ 73%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_float32 2022-09-27T15:57:26.4340629Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logsumexp_cpu_float32 2022-09-27T15:57:26.4355907Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logsumexp_cpu_float32 2022-09-27T15:57:26.4415925Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_complex64 2022-09-27T15:57:26.4433612Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_complex64 2022-09-27T15:57:26.4474930Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_float32 2022-09-27T15:57:26.4485435Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_float32 2022-09-27T15:57:26.4579191Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lt_cpu_float32 2022-09-27T15:57:26.4604833Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lt_cpu_float32 2022-09-27T15:57:26.5302171Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_complex64 2022-09-27T15:57:26.5311457Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_complex64 2022-09-27T15:57:26.5696510Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_float32 2022-09-27T15:57:26.5758199Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_float32 2022-09-27T15:57:26.6458739Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_complex64 2022-09-27T15:57:26.6473770Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex64 2022-09-27T15:57:26.7753502Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float32 2022-09-27T15:57:26.7765833Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_complex64 2022-09-27T15:57:26.8618558Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_float32 2022-09-27T15:57:26.8636803Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float32 2022-09-27T15:57:26.8658415Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float64 2022-09-27T15:57:26.8684715Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex64 2022-09-27T15:57:26.8784704Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float16 2022-09-27T15:57:26.8785345Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_float32 2022-09-27T15:57:26.9010986Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_complex64 2022-09-27T15:57:26.9024412Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_complex64 2022-09-27T15:57:26.9187618Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_float32 2022-09-27T15:57:26.9207040Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_float32 2022-09-27T15:57:26.9468843Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_complex64 2022-09-27T15:57:26.9487047Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_complex64 2022-09-27T15:57:26.9613075Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_float32 2022-09-27T15:57:26.9629736Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_float32 2022-09-27T15:57:26.9691988Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_complex64 2022-09-27T15:57:26.9710524Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_complex64 2022-09-27T15:57:26.9746580Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_float32 2022-09-27T15:57:26.9755441Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_float32 2022-09-27T15:57:27.0079772Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_complex64 2022-09-27T15:57:27.0097685Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_complex64 2022-09-27T15:57:27.0236034Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_float32 2022-09-27T15:57:27.0250250Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_float32 2022-09-27T15:57:27.0418871Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_complex64 2022-09-27T15:57:27.0431179Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_complex64 2022-09-27T15:57:27.0544485Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_float32 2022-09-27T15:57:27.0558740Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_float32 2022-09-27T15:57:27.0721532Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_complex64 2022-09-27T15:57:27.0748347Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_complex64 2022-09-27T15:57:27.0857965Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_float32 2022-09-27T15:57:27.0858620Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_float32 2022-09-27T15:57:27.1582021Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_complex64 2022-09-27T15:57:27.1597269Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_complex64 2022-09-27T15:57:27.1656855Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_float32 2022-09-27T15:57:27.1677641Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float64 2022-09-27T15:57:27.2066079Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int16 2022-09-27T15:57:27.2079364Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_float32 2022-09-27T15:57:27.2369309Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_complex64 2022-09-27T15:57:27.2384000Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_complex64 2022-09-27T15:57:27.2550629Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_float32 2022-09-27T15:57:27.2562082Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_float32 2022-09-27T15:57:27.2819753Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_binary_cpu_float32 2022-09-27T15:57:27.2833353Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_binary_cpu_float32 2022-09-27T15:57:27.2885955Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_no_dim_cpu_float32 2022-09-27T15:57:27.2892780Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_no_dim_cpu_float32 2022-09-27T15:57:27.2946977Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_with_dim_cpu_float32 2022-09-27T15:57:27.2960963Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_with_dim_cpu_float32 2022-09-27T15:57:27.3101391Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_maximum_cpu_float32 2022-09-27T15:57:27.3104488Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_maximum_cpu_float32 2022-09-27T15:57:27.3491196Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_complex64 2022-09-27T15:57:27.3506856Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_complex64 2022-09-27T15:57:27.3689507Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_float32 2022-09-27T15:57:27.3701147Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_float32 2022-09-27T15:57:27.3818348Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_median_cpu_float32 2022-09-27T15:57:27.3822192Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_median_cpu_float32 2022-09-27T15:57:27.3925418Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:57:27.3937587Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:57:27.3989264Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:57:27.3997609Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:57:27.4102986Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:57:27.4113567Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:57:27.4139328Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:57:27.4151770Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int16 2022-09-27T15:57:27.4166570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int32 2022-09-27T15:57:27.4177569Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:57:27.4398111Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_binary_cpu_float32 2022-09-27T15:57:27.4407649Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_binary_cpu_float32 2022-09-27T15:57:27.4457704Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_no_dim_cpu_float32 2022-09-27T15:57:27.4471186Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_no_dim_cpu_float32 2022-09-27T15:57:27.4544028Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_with_dim_cpu_float32 2022-09-27T15:57:27.4555192Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_with_dim_cpu_float32 2022-09-27T15:57:27.4688107Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_minimum_cpu_float32 2022-09-27T15:57:27.4699212Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_minimum_cpu_float32 2022-09-27T15:57:27.4780326Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_complex64 2022-09-27T15:57:27.4793793Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_complex64 2022-09-27T15:57:27.4834098Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_float32 2022-09-27T15:57:27.4845296Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_float32 2022-09-27T15:57:27.4942559Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mode_cpu_float32 2022-09-27T15:57:27.4953214Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mode_cpu_float32 2022-09-27T15:57:27.5047761Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_complex64 2022-09-27T15:57:27.5063108Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_complex64 2022-09-27T15:57:27.5124851Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_float32 2022-09-27T15:57:27.5137490Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_float32 2022-09-27T15:57:27.5235170Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_msort_cpu_float32 2022-09-27T15:57:27.5238968Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_msort_cpu_float32 2022-09-27T15:57:27.6249591Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_complex64 2022-09-27T15:57:27.6266042Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_complex64 2022-09-27T15:57:27.6741744Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_float32 2022-09-27T15:57:27.6754696Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_float32 2022-09-27T15:57:27.6772111Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_multinomial_cpu_float32 2022-09-27T15:57:27.6785289Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int32 2022-09-27T15:57:27.6982155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int64 2022-09-27T15:57:27.6996760Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_multinomial_cpu_float32 2022-09-27T15:57:27.7045834Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_complex64 2022-09-27T15:57:27.7060239Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_complex64 2022-09-27T15:57:27.7102802Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_float32 2022-09-27T15:57:27.7116899Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_float32 2022-09-27T15:57:27.7387260Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:57:27.7396321Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:57:27.7660264Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:57:27.7671362Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:57:27.7929975Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:57:27.7942118Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:57:27.8018827Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nan_to_num_cpu_float32 2022-09-27T15:57:27.8025512Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nan_to_num_cpu_float32 2022-09-27T15:57:27.8349445Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmean_cpu_float32 2022-09-27T15:57:27.8360919Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmean_cpu_float32 2022-09-27T15:57:27.8456440Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmedian_cpu_float32 2022-09-27T15:57:27.8468565Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmedian_cpu_float32 2022-09-27T15:57:27.9264285Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanquantile_cpu_float32 2022-09-27T15:57:27.9279066Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanquantile_cpu_float32 2022-09-27T15:57:27.9335027Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nansum_cpu_float32 2022-09-27T15:57:27.9348161Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int64 2022-09-27T15:57:27.9412289Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int8 2022-09-27T15:57:27.9425107Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float16 2022-09-27T15:57:27.9562838Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float32 2022-09-27T15:57:27.9578849Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nansum_cpu_float32 2022-09-27T15:57:27.9658208Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_complex64 2022-09-27T15:57:27.9667291Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_complex64 2022-09-27T15:57:27.9724262Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_float32 2022-09-27T15:57:27.9756067Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_float32 2022-09-27T15:57:27.9967079Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_complex64 2022-09-27T15:57:27.9980806Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_complex64 2022-09-27T15:57:28.0089391Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_float32 2022-09-27T15:57:28.0099895Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_float32 2022-09-27T15:57:28.0159915Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_layer_norm_cpu_float32 2022-09-27T15:57:28.0172341Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_layer_norm_cpu_float32 2022-09-27T15:57:28.0329500Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_complex64 2022-09-27T15:57:28.0341777Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_complex64 2022-09-27T15:57:28.0442079Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_float32 2022-09-27T15:57:28.0453967Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_float32 2022-09-27T15:57:28.0589945Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_complex64 2022-09-27T15:57:28.0603094Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_complex64 2022-09-27T15:57:28.0673748Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_float32 2022-09-27T15:57:28.0686163Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_float32 2022-09-27T15:57:28.0705867Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_complex64 2022-09-27T15:57:28.0716654Z [gw2] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_complex64 2022-09-27T15:57:28.0737030Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_float32 2022-09-27T15:57:28.0748350Z [gw2] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_float32 2022-09-27T15:57:28.0767442Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_complex64 2022-09-27T15:57:28.0778603Z [gw2] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_complex64 2022-09-27T15:57:28.0797312Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_float32 2022-09-27T15:57:28.0809092Z [gw2] [ 73%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_float32 2022-09-27T15:57:28.0903406Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_complex64 2022-09-27T15:57:28.0915004Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_complex64 2022-09-27T15:57:28.0964270Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_float32 2022-09-27T15:57:28.0974772Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_float32 2022-09-27T15:57:28.1055390Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_complex64 2022-09-27T15:57:28.1066698Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_complex64 2022-09-27T15:57:28.1117608Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_float32 2022-09-27T15:57:28.1129353Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_float32 2022-09-27T15:57:28.1216781Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_complex64 2022-09-27T15:57:28.1225383Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_complex64 2022-09-27T15:57:28.1274765Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_float32 2022-09-27T15:57:28.1285918Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_float32 2022-09-27T15:57:28.1397533Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nextafter_cpu_float32 2022-09-27T15:57:28.1409483Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nextafter_cpu_float32 2022-09-27T15:57:28.1438594Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:57:28.1451899Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int8 2022-09-27T15:57:28.1461155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_uint8 2022-09-27T15:57:28.1473274Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:57:28.1539000Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:57:28.1550026Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:57:28.1625920Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:57:28.1637743Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:57:28.1711000Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:57:28.1723478Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:57:28.1897025Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:57:28.1911432Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:57:28.2007566Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:57:28.2021307Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:57:28.2086356Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:57:28.2098812Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:57:28.2149066Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:57:28.2160578Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:57:28.2208135Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:57:28.2218165Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:57:28.2322899Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_batch_norm_cpu_float32 2022-09-27T15:57:28.2334406Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_batch_norm_cpu_float32 2022-09-27T15:57:28.2732210Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_bilinear_cpu_float32 2022-09-27T15:57:28.2747618Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_bilinear_cpu_float32 2022-09-27T15:57:28.2826543Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:57:28.2838025Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:57:28.2998558Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:57:28.3012656Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:57:28.3070410Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_celu_cpu_float32 2022-09-27T15:57:28.3083880Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_celu_cpu_float32 2022-09-27T15:57:28.3469456Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_complex64 2022-09-27T15:57:28.3482009Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float32 2022-09-27T15:57:28.3541976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float64 2022-09-27T15:57:28.3555648Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_uint8 2022-09-27T15:57:28.4954009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bfloat16 2022-09-27T15:57:28.4968883Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_complex64 2022-09-27T15:57:28.5194363Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_float32 2022-09-27T15:57:28.5206742Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_float32 2022-09-27T15:57:28.6036890Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_complex64 2022-09-27T15:57:28.6047076Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bfloat16 2022-09-27T15:57:28.6129609Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bool 2022-09-27T15:57:28.6140411Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:57:28.8829321Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_cpu_float32 2022-09-27T15:57:28.8839144Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float64 2022-09-27T15:57:28.8875912Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int16 2022-09-27T15:57:28.8894564Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_complex64 2022-09-27T15:57:28.9300051Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_float32 2022-09-27T15:57:28.9313401Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bool 2022-09-27T15:57:28.9567790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float32 2022-09-27T15:57:28.9580596Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_float32 2022-09-27T15:57:29.0345937Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:57:29.0358896Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:57:29.0560735Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:57:29.0574986Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:57:29.0841692Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:57:29.0855404Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:57:29.1253098Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:57:29.1272323Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:57:29.1322852Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:57:29.1341661Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float32 2022-09-27T15:57:29.1373170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float64 2022-09-27T15:57:29.1384483Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:57:29.1487060Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:57:29.1498035Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:57:29.1671567Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:57:29.1684298Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:57:29.1977322Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:57:29.1989850Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:57:29.2422333Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout2d_cpu_float32 2022-09-27T15:57:29.2434556Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_cpu_float32 2022-09-27T15:57:29.2773122Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_cpu_float32 2022-09-27T15:57:29.2784925Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout2d_cpu_float32 2022-09-27T15:57:29.3020541Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout3d_cpu_float32 2022-09-27T15:57:29.3030660Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int16 2022-09-27T15:57:29.3565901Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int32 2022-09-27T15:57:29.3577907Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout3d_cpu_float32 2022-09-27T15:57:29.4013959Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout_cpu_float32 2022-09-27T15:57:29.4014710Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float64 2022-09-27T15:57:29.4559112Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int16 2022-09-27T15:57:29.4566643Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout_cpu_float32 2022-09-27T15:57:29.4636282Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_elu_cpu_float32 2022-09-27T15:57:29.4646507Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_elu_cpu_float32 2022-09-27T15:57:29.4902169Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:57:29.4921010Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:57:29.4963106Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_cpu_float32 2022-09-27T15:57:29.4972383Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_cpu_float32 2022-09-27T15:57:29.5395800Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:57:29.5403634Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:57:29.6161246Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:57:29.6178238Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int16 2022-09-27T15:57:29.6284425Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int32 2022-09-27T15:57:29.6285032Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_cpu_float32 2022-09-27T15:57:29.6500142Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:57:29.6515097Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:57:29.7124057Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:57:29.7136410Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:57:29.7332552Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:57:29.7347379Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int32 2022-09-27T15:57:29.8209822Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int64 2022-09-27T15:57:29.8225628Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:57:29.8339171Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:57:29.8352047Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int32 2022-09-27T15:57:29.9431450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int64 2022-09-27T15:57:29.9441545Z [gw0] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:57:29.9462483Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:57:29.9463515Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_solve_cpu_float32 2022-09-27T15:57:30.0833945Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:57:30.0834781Z [gw1] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int64 2022-09-27T15:57:30.1992435Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int8 2022-09-27T15:57:30.2007769Z [gw3] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int64 2022-09-27T15:57:30.2101462Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int8 2022-09-27T15:57:30.2114428Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:57:30.2189707Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gelu_cpu_float32 2022-09-27T15:57:30.2203185Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gelu_cpu_float32 2022-09-27T15:57:30.2368680Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_glu_cpu_float32 2022-09-27T15:57:30.2381366Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_glu_cpu_float32 2022-09-27T15:57:30.2591580Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_grid_sample_cpu_float32 2022-09-27T15:57:30.2617305Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_grid_sample_cpu_float32 2022-09-27T15:57:30.2707619Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_group_norm_cpu_float32 2022-09-27T15:57:30.2719742Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_group_norm_cpu_float32 2022-09-27T15:57:30.2762417Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardshrink_cpu_float32 2022-09-27T15:57:30.2774346Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardshrink_cpu_float32 2022-09-27T15:57:30.2828080Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:57:30.2840756Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:57:30.2878669Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardswish_cpu_float32 2022-09-27T15:57:30.2891324Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardswish_cpu_float32 2022-09-27T15:57:30.2930099Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardtanh_cpu_float32 2022-09-27T15:57:30.2941898Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardtanh_cpu_float32 2022-09-27T15:57:30.2982333Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:57:30.2993700Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int8 2022-09-27T15:57:30.3027223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_uint8 2022-09-27T15:57:30.3036809Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:57:30.3089906Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_huber_loss_cpu_float32 2022-09-27T15:57:30.3103355Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_huber_loss_cpu_float32 2022-09-27T15:57:30.3248382Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_instance_norm_cpu_float32 2022-09-27T15:57:30.3259209Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_instance_norm_cpu_float32 2022-09-27T15:57:30.3385184Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:57:30.3399191Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:57:30.3472962Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:57:30.3486022Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:57:30.3547166Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:57:30.3558312Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:57:30.3615980Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:57:30.3627605Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:57:30.3686533Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:57:30.3696227Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:57:30.3763802Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:57:30.3775220Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:57:30.3871267Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_kl_div_cpu_float32 2022-09-27T15:57:30.3884969Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_kl_div_cpu_float32 2022-09-27T15:57:30.3979641Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:57:30.3991597Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:57:30.4040829Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_float32 2022-09-27T15:57:30.4052890Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_float32 2022-09-27T15:57:30.4154584Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_layer_norm_cpu_float32 2022-09-27T15:57:30.4168584Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_layer_norm_cpu_float32 2022-09-27T15:57:30.4214900Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:57:30.4226907Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:57:30.4434444Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_complex64 2022-09-27T15:57:30.4449571Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_complex64 2022-09-27T15:57:30.4540799Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_float32 2022-09-27T15:57:30.4554241Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_float32 2022-09-27T15:57:30.4722622Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:57:30.4736016Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:57:30.4782253Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:57:30.4797850Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:57:30.4937897Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:57:30.4949725Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:57:30.5093491Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:57:30.5105723Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_uint8 2022-09-27T15:57:30.5669007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bfloat16 2022-09-27T15:57:30.5682771Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int8 2022-09-27T15:57:30.7970801Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_uint8 2022-09-27T15:57:30.7982395Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bfloat16 2022-09-27T15:57:30.8005841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bool 2022-09-27T15:57:30.8019899Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:57:30.9255517Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:57:30.9269421Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_uint8 2022-09-27T15:57:31.1576592Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bfloat16 2022-09-27T15:57:31.1589650Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bfloat16 2022-09-27T15:57:31.1763838Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bool 2022-09-27T15:57:31.1772026Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bool 2022-09-27T15:57:31.3032782Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex128 2022-09-27T15:57:31.3046634Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bool 2022-09-27T15:57:31.3438452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex128 2022-09-27T15:57:31.3451090Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:57:31.5287641Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:57:31.5299536Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:57:31.6719318Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:57:31.6733165Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:57:31.7893295Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:57:31.7939298Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex128 2022-09-27T15:57:31.8049270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex32 2022-09-27T15:57:31.8077998Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:57:31.8556958Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:57:31.8568798Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex128 2022-09-27T15:57:32.0900686Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex64 2022-09-27T15:57:32.0914411Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:57:32.2734781Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:57:32.2748909Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:57:32.3673365Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:57:32.3686237Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:57:32.3812047Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:57:32.3823901Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex64 2022-09-27T15:57:32.4349957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float32 2022-09-27T15:57:32.4360876Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:57:32.4422527Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mish_cpu_float32 2022-09-27T15:57:32.4436498Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mish_cpu_float32 2022-09-27T15:57:32.4485052Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mse_loss_cpu_float32 2022-09-27T15:57:32.4498543Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mse_loss_cpu_float32 2022-09-27T15:57:32.4539805Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:57:32.4551265Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:57:32.4590628Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:57:32.4600445Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:57:32.4725866Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:57:32.4741334Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:57:32.4923398Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_nll_loss_cpu_float32 2022-09-27T15:57:32.4934967Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_nll_loss_cpu_float32 2022-09-27T15:57:32.5068106Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_complex64 2022-09-27T15:57:32.5083447Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_complex64 2022-09-27T15:57:32.5148007Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_float32 2022-09-27T15:57:32.5160154Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_float32 2022-09-27T15:57:32.5264191Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:57:32.5274481Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:57:32.5339415Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_float32 2022-09-27T15:57:32.5349484Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_float32 2022-09-27T15:57:32.5384397Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:57:32.5396136Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex32 2022-09-27T15:57:32.5622577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex64 2022-09-27T15:57:32.5638262Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:57:32.5787907Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_float32 2022-09-27T15:57:32.5793329Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_float32 2022-09-27T15:57:32.5986522Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:57:32.6000869Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:57:32.6049260Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:57:32.6064183Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float32 2022-09-27T15:57:32.6070284Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:57:32.6078184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float64 2022-09-27T15:57:32.6193895Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:57:32.6206306Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:57:32.6266017Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:57:32.6278281Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:57:32.6373807Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:57:32.6391681Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:57:32.6443108Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:57:32.6454405Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:57:32.6508615Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pdist_cpu_float32 2022-09-27T15:57:32.6518381Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pdist_cpu_float32 2022-09-27T15:57:32.6602664Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:57:32.6612668Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:57:32.6651670Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:57:32.6663283Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:57:32.6716139Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:57:32.6729531Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:57:32.6769619Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:57:32.6780609Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:57:32.7217457Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:57:32.7239246Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:57:32.7316855Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_prelu_cpu_float32 2022-09-27T15:57:32.7328690Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_prelu_cpu_float32 2022-09-27T15:57:32.7376426Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu6_cpu_float32 2022-09-27T15:57:32.7386852Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu6_cpu_float32 2022-09-27T15:57:32.7426342Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu_cpu_float32 2022-09-27T15:57:32.7437572Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu_cpu_float32 2022-09-27T15:57:32.7638626Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_rrelu_cpu_float32 2022-09-27T15:57:32.7649861Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_rrelu_cpu_float32 2022-09-27T15:57:32.7713655Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_selu_cpu_float32 2022-09-27T15:57:32.7729057Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_selu_cpu_float32 2022-09-27T15:57:32.7789249Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:57:32.7807220Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:57:32.7872591Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_cpu_float32 2022-09-27T15:57:32.7881872Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_cpu_float32 2022-09-27T15:57:32.7944815Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:57:32.7952952Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:57:32.8006163Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:57:32.8018088Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:57:32.8060384Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_cpu_float32 2022-09-27T15:57:32.8070622Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_cpu_float32 2022-09-27T15:57:32.8135736Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:57:32.8151494Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:57:32.8199135Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:57:32.8208912Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:57:32.8242236Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softplus_cpu_float32 2022-09-27T15:57:32.8252381Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softplus_cpu_float32 2022-09-27T15:57:32.8289972Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softshrink_cpu_float32 2022-09-27T15:57:32.8300168Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softshrink_cpu_float32 2022-09-27T15:57:32.8359753Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_complex64 2022-09-27T15:57:32.8368379Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_complex64 2022-09-27T15:57:32.8408625Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_float32 2022-09-27T15:57:32.8420122Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_float32 2022-09-27T15:57:32.8472254Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:57:32.8489053Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:57:32.8528006Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:57:32.8538825Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:57:32.8582137Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_threshold_cpu_float32 2022-09-27T15:57:32.8594167Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_threshold_cpu_float32 2022-09-27T15:57:32.8750776Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:57:32.8766562Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:57:32.8855136Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:57:32.8864215Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:57:32.9005414Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:57:32.9016648Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:57:32.9041637Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:57:32.9053760Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float64 2022-09-27T15:57:32.9057703Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int16 2022-09-27T15:57:32.9068045Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex64 2022-09-27T15:57:32.9105678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float16 2022-09-27T15:57:32.9115997Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:57:33.1042571Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_complex64 2022-09-27T15:57:33.1053953Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_complex64 2022-09-27T15:57:33.1276658Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_float32 2022-09-27T15:57:33.1291547Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int16 2022-09-27T15:57:33.1793390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int32 2022-09-27T15:57:33.1804729Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_float32 2022-09-27T15:57:33.1852135Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:57:33.1867935Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:57:33.1930196Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:57:33.1945916Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:57:33.2080659Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_complex64 2022-09-27T15:57:33.2093274Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_complex64 2022-09-27T15:57:33.2198079Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_float32 2022-09-27T15:57:33.2199484Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_float32 2022-09-27T15:57:33.2756507Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_complex64 2022-09-27T15:57:33.2768936Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float16 2022-09-27T15:57:33.3003485Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float32 2022-09-27T15:57:33.3015161Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_complex64 2022-09-27T15:57:33.3396398Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_float32 2022-09-27T15:57:33.3410619Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_float32 2022-09-27T15:57:33.3506907Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_complex64 2022-09-27T15:57:33.3518034Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_complex64 2022-09-27T15:57:33.3576279Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_float32 2022-09-27T15:57:33.3586731Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_float32 2022-09-27T15:57:33.3627569Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_complex64 2022-09-27T15:57:33.3639532Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int32 2022-09-27T15:57:33.3692093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int64 2022-09-27T15:57:33.3703694Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_complex64 2022-09-27T15:57:33.3766334Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_float32 2022-09-27T15:57:33.3777002Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_float32 2022-09-27T15:57:33.3864786Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_complex64 2022-09-27T15:57:33.3876556Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_complex64 2022-09-27T15:57:33.3915657Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_float32 2022-09-27T15:57:33.3927678Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float32 2022-09-27T15:57:33.3939151Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float64 2022-09-27T15:57:33.3950299Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_float32 2022-09-27T15:57:33.4099268Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_cpu_float32 2022-09-27T15:57:33.4112256Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_cpu_float32 2022-09-27T15:57:33.4166013Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_number_mean_cpu_float32 2022-09-27T15:57:33.4178740Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_number_mean_cpu_float32 2022-09-27T15:57:33.4224743Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_complex64 2022-09-27T15:57:33.4244312Z [gw2] [ 74%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_complex64 2022-09-27T15:57:33.4279035Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_float32 2022-09-27T15:57:33.4291064Z [gw2] [ 74%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_float32 2022-09-27T15:57:33.4338235Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_complex64 2022-09-27T15:57:33.4348090Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_complex64 2022-09-27T15:57:33.4383507Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_float32 2022-09-27T15:57:33.4393558Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_float32 2022-09-27T15:57:33.5723249Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_complex64 2022-09-27T15:57:33.5737578Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float64 2022-09-27T15:57:33.6235042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int16 2022-09-27T15:57:33.6248442Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_complex64 2022-09-27T15:57:33.6476864Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_float32 2022-09-27T15:57:33.6489728Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int64 2022-09-27T15:57:33.6770733Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int8 2022-09-27T15:57:33.6787588Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int16 2022-09-27T15:57:33.6867060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int32 2022-09-27T15:57:33.6881022Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_float32 2022-09-27T15:57:33.6959517Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_complex64 2022-09-27T15:57:33.6976503Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_complex64 2022-09-27T15:57:33.7029747Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_float32 2022-09-27T15:57:33.7042897Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_float32 2022-09-27T15:57:33.7866024Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pca_lowrank_cpu_float32 2022-09-27T15:57:33.7878215Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int32 2022-09-27T15:57:33.8828757Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int64 2022-09-27T15:57:33.8840726Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int8 2022-09-27T15:57:33.9219968Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_uint8 2022-09-27T15:57:33.9232784Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int64 2022-09-27T15:57:34.0152575Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int8 2022-09-27T15:57:34.0165218Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int8 2022-09-27T15:57:34.1098474Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_uint8 2022-09-27T15:57:34.1111020Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_uint8 2022-09-27T15:57:34.1179541Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bfloat16 2022-09-27T15:57:34.1191180Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_uint8 2022-09-27T15:57:34.1911941Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bfloat16 2022-09-27T15:57:34.1923930Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_pca_lowrank_cpu_float32 2022-09-27T15:57:34.2022028Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_complex64 2022-09-27T15:57:34.2034570Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_complex64 2022-09-27T15:57:34.2095188Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_float32 2022-09-27T15:57:34.2106941Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_float32 2022-09-27T15:57:34.2425082Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_complex64 2022-09-27T15:57:34.2439069Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_complex64 2022-09-27T15:57:34.2583998Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_float32 2022-09-27T15:57:34.2596059Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_float32 2022-09-27T15:57:34.2660785Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polar_cpu_float32 2022-09-27T15:57:34.2671837Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polar_cpu_float32 2022-09-27T15:57:34.2847827Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:57:34.2860238Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:57:34.2881439Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:57:34.2896483Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:57:34.2917710Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:57:34.2930699Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:57:34.2952382Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:57:34.2965200Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:57:34.2986041Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:57:34.3001150Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:57:34.3083088Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_complex64 2022-09-27T15:57:34.3096826Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_complex64 2022-09-27T15:57:34.3150694Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_float32 2022-09-27T15:57:34.3158256Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_float32 2022-09-27T15:57:34.3799629Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_complex64 2022-09-27T15:57:34.3812876Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_complex64 2022-09-27T15:57:34.4125371Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_float32 2022-09-27T15:57:34.4135113Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_float32 2022-09-27T15:57:34.4379193Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_complex64 2022-09-27T15:57:34.4402465Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bfloat16 2022-09-27T15:57:34.4906004Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bool 2022-09-27T15:57:34.4915979Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_complex64 2022-09-27T15:57:34.5301676Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_float32 2022-09-27T15:57:34.5314350Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_float32 2022-09-27T15:57:34.5431502Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_complex64 2022-09-27T15:57:34.5446804Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bfloat16 2022-09-27T15:57:34.6024960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bool 2022-09-27T15:57:34.6037201Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_complex64 2022-09-27T15:57:34.6400709Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_float32 2022-09-27T15:57:34.6411775Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_float32 2022-09-27T15:57:34.7328506Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_complex64 2022-09-27T15:57:34.7344292Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_complex64 2022-09-27T15:57:34.7774094Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_float32 2022-09-27T15:57:34.7789928Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_float32 2022-09-27T15:57:34.8648393Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_quantile_cpu_float32 2022-09-27T15:57:34.8657423Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_quantile_cpu_float32 2022-09-27T15:57:34.8740545Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rad2deg_cpu_float32 2022-09-27T15:57:34.8754849Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rad2deg_cpu_float32 2022-09-27T15:57:34.9010119Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_complex64 2022-09-27T15:57:34.9022215Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_complex64 2022-09-27T15:57:34.9176882Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_float32 2022-09-27T15:57:34.9187942Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_float32 2022-09-27T15:57:34.9312697Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randint_like_cpu_float32 2022-09-27T15:57:34.9324780Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bool 2022-09-27T15:57:34.9438440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex128 2022-09-27T15:57:34.9449321Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_randint_like_cpu_float32 2022-09-27T15:57:34.9489703Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_complex64 2022-09-27T15:57:34.9500215Z [gw2] [ 74%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_complex64 2022-09-27T15:57:34.9545850Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_float32 2022-09-27T15:57:34.9560526Z [gw2] [ 74%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_float32 2022-09-27T15:57:34.9789246Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_complex64 2022-09-27T15:57:34.9799456Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_complex64 2022-09-27T15:57:34.9964258Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_float32 2022-09-27T15:57:34.9982878Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_float32 2022-09-27T15:57:35.0072758Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_complex64 2022-09-27T15:57:35.0089109Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_complex64 2022-09-27T15:57:35.0149801Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_float32 2022-09-27T15:57:35.0164663Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_float32 2022-09-27T15:57:35.0209581Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_complex64 2022-09-27T15:57:35.0221748Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_complex64 2022-09-27T15:57:35.0255008Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_float32 2022-09-27T15:57:35.0265434Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_float32 2022-09-27T15:57:35.0349989Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_complex64 2022-09-27T15:57:35.0384454Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bool 2022-09-27T15:57:35.0389130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex128 2022-09-27T15:57:35.0400572Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_complex64 2022-09-27T15:57:35.0462086Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_float32 2022-09-27T15:57:35.0474196Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_float32 2022-09-27T15:57:35.0762464Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_remainder_cpu_float32 2022-09-27T15:57:35.0777432Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_remainder_cpu_float32 2022-09-27T15:57:35.0996775Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_complex64 2022-09-27T15:57:35.1009640Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_complex64 2022-09-27T15:57:35.1128292Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_float32 2022-09-27T15:57:35.1143298Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_float32 2022-09-27T15:57:35.1504035Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_complex64 2022-09-27T15:57:35.1518756Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_complex64 2022-09-27T15:57:35.1724684Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_float32 2022-09-27T15:57:35.1736948Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_float32 2022-09-27T15:57:35.1849818Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_complex64 2022-09-27T15:57:35.1863782Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_complex64 2022-09-27T15:57:35.1925827Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_float32 2022-09-27T15:57:35.1935895Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_float32 2022-09-27T15:57:35.2038600Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_complex64 2022-09-27T15:57:35.2046569Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_complex64 2022-09-27T15:57:35.2104670Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_float32 2022-09-27T15:57:35.2116739Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_float32 2022-09-27T15:57:35.2253993Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_complex64 2022-09-27T15:57:35.2265502Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_complex64 2022-09-27T15:57:35.2352679Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_float32 2022-09-27T15:57:35.2363500Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_float32 2022-09-27T15:57:35.2428600Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_complex64 2022-09-27T15:57:35.2442778Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_complex64 2022-09-27T15:57:35.2487639Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_float32 2022-09-27T15:57:35.2498305Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_float32 2022-09-27T15:57:35.2561935Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_complex64 2022-09-27T15:57:35.2573680Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_complex64 2022-09-27T15:57:35.2619742Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_float32 2022-09-27T15:57:35.2630866Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_float32 2022-09-27T15:57:35.2684800Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_complex64 2022-09-27T15:57:35.2698204Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_complex64 2022-09-27T15:57:35.2738143Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_float32 2022-09-27T15:57:35.2750161Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_float32 2022-09-27T15:57:35.2805912Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_complex64 2022-09-27T15:57:35.2814429Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_complex64 2022-09-27T15:57:35.2853423Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_float32 2022-09-27T15:57:35.2865124Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_float32 2022-09-27T15:57:35.3178953Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_complex64 2022-09-27T15:57:35.3190766Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_complex64 2022-09-27T15:57:35.3358462Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_float32 2022-09-27T15:57:35.3373141Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_float32 2022-09-27T15:57:35.4070985Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_complex64 2022-09-27T15:57:35.4085388Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_complex64 2022-09-27T15:57:35.4407690Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_float32 2022-09-27T15:57:35.4421333Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_float32 2022-09-27T15:57:35.4476731Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_cpu_float32 2022-09-27T15:57:35.4486989Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_cpu_float32 2022-09-27T15:57:35.4563535Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_0_cpu_float32 2022-09-27T15:57:35.4573841Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_0_cpu_float32 2022-09-27T15:57:35.4592772Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_3_cpu_float32 2022-09-27T15:57:35.4604607Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_3_cpu_float32 2022-09-27T15:57:35.4626141Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_neg_3_cpu_float32 2022-09-27T15:57:35.4634446Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_neg_3_cpu_float32 2022-09-27T15:57:35.4758392Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_complex64 2022-09-27T15:57:35.4769318Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_complex64 2022-09-27T15:57:35.4839437Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_float32 2022-09-27T15:57:35.4850143Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_float32 2022-09-27T15:57:35.4967477Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_complex64 2022-09-27T15:57:35.4979652Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_complex64 2022-09-27T15:57:35.5038428Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_float32 2022-09-27T15:57:35.5049819Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_float32 2022-09-27T15:57:35.5270544Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_complex64 2022-09-27T15:57:35.5285262Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_complex64 2022-09-27T15:57:35.5414341Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_float32 2022-09-27T15:57:35.5425042Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_float32 2022-09-27T15:57:35.5686209Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_complex64 2022-09-27T15:57:35.5702714Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_complex64 2022-09-27T15:57:35.5875785Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_float32 2022-09-27T15:57:35.5889821Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_float32 2022-09-27T15:57:35.6270973Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amax_cpu_float32 2022-09-27T15:57:35.6282374Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amax_cpu_float32 2022-09-27T15:57:35.6681835Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amin_cpu_float32 2022-09-27T15:57:35.6695549Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amin_cpu_float32 2022-09-27T15:57:35.7119572Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_mean_cpu_float32 2022-09-27T15:57:35.7128416Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_mean_cpu_float32 2022-09-27T15:57:35.7385219Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_prod_cpu_float32 2022-09-27T15:57:35.7399181Z [gw1] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex128 2022-09-27T15:57:35.7585860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex64 2022-09-27T15:57:35.7593094Z [gw3] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex128 2022-09-27T15:57:35.7606488Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_prod_cpu_float32 2022-09-27T15:57:35.7608664Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_sum_cpu_float32 2022-09-27T15:57:35.7961096Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex64 2022-09-27T15:57:35.7971999Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_sum_cpu_float32 2022-09-27T15:57:35.8394840Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_searchsorted_cpu_float32 2022-09-27T15:57:35.8409530Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_searchsorted_cpu_float32 2022-09-27T15:57:35.8658467Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_lengths_cpu_float32 2022-09-27T15:57:35.8671623Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_lengths_cpu_float32 2022-09-27T15:57:35.8893294Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_offsets_cpu_float32 2022-09-27T15:57:35.8906084Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_offsets_cpu_float32 2022-09-27T15:57:35.9017532Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_complex64 2022-09-27T15:57:35.9027538Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_complex64 2022-09-27T15:57:35.9092578Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_float32 2022-09-27T15:57:35.9104079Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_float32 2022-09-27T15:57:35.9182766Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_scatter_cpu_float32 2022-09-27T15:57:35.9190780Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_scatter_cpu_float32 2022-09-27T15:57:35.9266617Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_complex64 2022-09-27T15:57:35.9279012Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_complex64 2022-09-27T15:57:35.9328075Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_float32 2022-09-27T15:57:35.9339026Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_float32 2022-09-27T15:57:35.9397436Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_complex64 2022-09-27T15:57:35.9407474Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_complex64 2022-09-27T15:57:35.9444867Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_float32 2022-09-27T15:57:35.9455884Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_float32 2022-09-27T15:57:35.9631501Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_complex64 2022-09-27T15:57:35.9644222Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_complex64 2022-09-27T15:57:35.9736702Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_float32 2022-09-27T15:57:35.9750522Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_float32 2022-09-27T15:57:35.9799921Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sign_cpu_float32 2022-09-27T15:57:35.9815631Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sign_cpu_float32 2022-09-27T15:57:35.9847711Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_signbit_cpu_float32 2022-09-27T15:57:35.9861620Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_signbit_cpu_float32 2022-09-27T15:57:35.9938849Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_complex64 2022-09-27T15:57:35.9949518Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_complex64 2022-09-27T15:57:36.0006541Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_float32 2022-09-27T15:57:36.0010925Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_float32 2022-09-27T15:57:36.0179125Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_complex64 2022-09-27T15:57:36.0190177Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_complex64 2022-09-27T15:57:36.0286314Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_float32 2022-09-27T15:57:36.0308944Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_float32 2022-09-27T15:57:36.0378805Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_complex64 2022-09-27T15:57:36.0385324Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_complex64 2022-09-27T15:57:36.0435386Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_float32 2022-09-27T15:57:36.0445917Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_float32 2022-09-27T15:57:36.0660715Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_scatter_cpu_float32 2022-09-27T15:57:36.0673022Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_scatter_cpu_float32 2022-09-27T15:57:36.0812992Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_cpu_float32 2022-09-27T15:57:36.0824735Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_cpu_float32 2022-09-27T15:57:36.1047812Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_complex64 2022-09-27T15:57:36.1061896Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_complex64 2022-09-27T15:57:36.1208909Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_float32 2022-09-27T15:57:36.1219961Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_float32 2022-09-27T15:57:36.1547480Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sort_cpu_float32 2022-09-27T15:57:36.1559341Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sort_cpu_float32 2022-09-27T15:57:36.1582030Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:57:36.1617145Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:57:36.1623806Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_float32 2022-09-27T15:57:36.1636002Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_float32 2022-09-27T15:57:36.1674720Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_airy_ai_cpu_float32 2022-09-27T15:57:36.1688025Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_airy_ai_cpu_float32 2022-09-27T15:57:36.1724099Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j0_cpu_float32 2022-09-27T15:57:36.1743247Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j0_cpu_float32 2022-09-27T15:57:36.1768696Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j1_cpu_float32 2022-09-27T15:57:36.1778797Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j1_cpu_float32 2022-09-27T15:57:36.1840123Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y0_cpu_float32 2022-09-27T15:57:36.1840673Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y0_cpu_float32 2022-09-27T15:57:36.1859870Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y1_cpu_float32 2022-09-27T15:57:36.1869022Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y1_cpu_float32 2022-09-27T15:57:36.1914552Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:57:36.1925670Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:57:36.1977558Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:57:36.1982373Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:57:36.2013634Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:57:36.2014920Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:57:36.2033494Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:57:36.2044604Z [gw2] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:57:36.2089309Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_entr_cpu_float32 2022-09-27T15:57:36.2090313Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_entr_cpu_float32 2022-09-27T15:57:36.2130543Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_erfcx_cpu_float32 2022-09-27T15:57:36.2137137Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_erfcx_cpu_float32 2022-09-27T15:57:36.2193022Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:57:36.2195324Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:57:36.2244217Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:57:36.2264875Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:57:36.2296483Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i0e_cpu_float32 2022-09-27T15:57:36.2312985Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i0e_cpu_float32 2022-09-27T15:57:36.2345804Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1_cpu_float32 2022-09-27T15:57:36.2356794Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1_cpu_float32 2022-09-27T15:57:36.2393089Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1e_cpu_float32 2022-09-27T15:57:36.2402999Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1e_cpu_float32 2022-09-27T15:57:36.2450480Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:57:36.2458326Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:57:36.2589368Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:57:36.2590204Z [gw2] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:57:36.2590906Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_log_ndtr_cpu_float32 2022-09-27T15:57:36.2591590Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_log_ndtr_cpu_float32 2022-09-27T15:57:36.2592304Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i0_cpu_float32 2022-09-27T15:57:36.2594550Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i0_cpu_float32 2022-09-27T15:57:36.2612747Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i1_cpu_float32 2022-09-27T15:57:36.2623604Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i1_cpu_float32 2022-09-27T15:57:36.2654090Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k0_cpu_float32 2022-09-27T15:57:36.2664416Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k0_cpu_float32 2022-09-27T15:57:36.2799201Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k1_cpu_float32 2022-09-27T15:57:36.2834414Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k1_cpu_float32 2022-09-27T15:57:36.2835119Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtr_cpu_float32 2022-09-27T15:57:36.2835948Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtr_cpu_float32 2022-09-27T15:57:36.2836557Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtri_cpu_float32 2022-09-27T15:57:36.2837110Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtri_cpu_float32 2022-09-27T15:57:36.2837763Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:57:36.2838421Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex64 2022-09-27T15:57:36.2860055Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float32 2022-09-27T15:57:36.2871303Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:57:36.2905829Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:57:36.2914898Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:57:36.2952247Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:57:36.2966526Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:57:36.2984419Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:57:36.2996556Z [gw2] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:57:36.3023422Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:57:36.3091460Z [gw2] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:57:36.3093051Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:57:36.3093863Z [gw2] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:57:36.3094555Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:57:36.3095207Z [gw2] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:57:36.3781899Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:57:36.3795991Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex64 2022-09-27T15:57:36.4238407Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float32 2022-09-27T15:57:36.4254432Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:57:36.4479260Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_cpu_float32 2022-09-27T15:57:36.4490058Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_cpu_float32 2022-09-27T15:57:36.4698045Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_ex_cpu_float32 2022-09-27T15:57:36.4700227Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_ex_cpu_float32 2022-09-27T15:57:36.4853510Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_cpu_float32 2022-09-27T15:57:36.4868527Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_cpu_float32 2022-09-27T15:57:36.4994463Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:57:36.5009450Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:57:36.6027421Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_solve_cpu_float32 2022-09-27T15:57:36.6039014Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_solve_cpu_float32 2022-09-27T15:57:36.6132251Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_cpu_float32 2022-09-27T15:57:36.6145580Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float32 2022-09-27T15:57:36.6205880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float64 2022-09-27T15:57:36.6218300Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float32 2022-09-27T15:57:36.8384478Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float64 2022-09-27T15:57:36.8396646Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_cpu_float32 2022-09-27T15:57:36.9266958Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:57:36.9278380Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float64 2022-09-27T15:57:37.0017663Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int16 2022-09-27T15:57:37.0032056Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:57:37.0360952Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_cpu_float32 2022-09-27T15:57:37.0372662Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float64 2022-09-27T15:57:37.0626271Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int16 2022-09-27T15:57:37.0644630Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_cpu_float32 2022-09-27T15:57:37.1100632Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_cpu_float32 2022-09-27T15:57:37.1113131Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_cpu_float32 2022-09-27T15:57:37.1530217Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:57:37.1556488Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:57:37.1749663Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_solve_cpu_float32 2022-09-27T15:57:37.1760875Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int16 2022-09-27T15:57:37.4067134Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int32 2022-09-27T15:57:37.4081610Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int16 2022-09-27T15:57:37.4128707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int32 2022-09-27T15:57:37.4140828Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int32 2022-09-27T15:57:37.6025860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int64 2022-09-27T15:57:37.6038552Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_solve_cpu_float32 2022-09-27T15:57:37.6513651Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_norm_cpu_float32 2022-09-27T15:57:37.6526749Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int64 2022-09-27T15:57:37.7561130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int8 2022-09-27T15:57:37.7583309Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_norm_cpu_float32 2022-09-27T15:57:37.7586972Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_power_cpu_float32 2022-09-27T15:57:37.7603777Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int32 2022-09-27T15:57:37.8477626Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int64 2022-09-27T15:57:37.8485074Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_power_cpu_float32 2022-09-27T15:57:37.8534614Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_cpu_float32 2022-09-27T15:57:37.8543767Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int8 2022-09-27T15:57:38.0588448Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_uint8 2022-09-27T15:57:38.0606553Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_uint8 2022-09-27T15:57:38.0831558Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_bfloat16 2022-09-27T15:57:38.0847906Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_bfloat16 2022-09-27T15:57:38.1028798Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float32 2022-09-27T15:57:38.1039938Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float32 2022-09-27T15:57:38.1167183Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float64 2022-09-27T15:57:38.1175002Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_cpu_float32 2022-09-27T15:57:38.1227825Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:57:38.1240147Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float64 2022-09-27T15:57:38.1426758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bfloat16 2022-09-27T15:57:38.1437416Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:57:38.1487727Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_multi_dot_cpu_float32 2022-09-27T15:57:38.1499697Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int64 2022-09-27T15:57:38.1639964Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int8 2022-09-27T15:57:38.1650464Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_multi_dot_cpu_float32 2022-09-27T15:57:38.3336985Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_cpu_float32 2022-09-27T15:57:38.3348294Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_cpu_float32 2022-09-27T15:57:38.3922975Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:57:38.3935109Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bfloat16 2022-09-27T15:57:38.4541556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bool 2022-09-27T15:57:38.4552939Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:57:38.4653136Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_cpu_float32 2022-09-27T15:57:38.4665175Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int8 2022-09-27T15:57:38.5115647Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_uint8 2022-09-27T15:57:38.5126797Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_cpu_float32 2022-09-27T15:57:38.5319583Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:57:38.5331055Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:57:38.5365200Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_singular_cpu_float32 2022-09-27T15:57:38.5401306Z [gw2] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_singular_cpu_float32 2022-09-27T15:57:38.5649978Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_qr_cpu_float32 2022-09-27T15:57:38.5662499Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bool 2022-09-27T15:57:38.6273964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex128 2022-09-27T15:57:38.6281257Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_qr_cpu_float32 2022-09-27T15:57:38.6563853Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_slogdet_cpu_float32 2022-09-27T15:57:38.6575075Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_slogdet_cpu_float32 2022-09-27T15:57:38.7203173Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_cpu_float32 2022-09-27T15:57:38.7214542Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_cpu_float32 2022-09-27T15:57:38.7859532Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_ex_cpu_float32 2022-09-27T15:57:38.7870377Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_ex_cpu_float32 2022-09-27T15:57:38.7897529Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_triangular_cpu_float32 2022-09-27T15:57:38.7908566Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_uint8 2022-09-27T15:57:39.0374131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bfloat16 2022-09-27T15:57:39.0385481Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bfloat16 2022-09-27T15:57:39.1416368Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bool 2022-09-27T15:57:39.1428196Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex128 2022-09-27T15:57:39.1499431Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex64 2022-09-27T15:57:39.1510818Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_triangular_cpu_float32 2022-09-27T15:57:39.2034040Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svd_cpu_float32 2022-09-27T15:57:39.2045904Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bool 2022-09-27T15:57:39.5101189Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float16 2022-09-27T15:57:39.5112945Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex64 2022-09-27T15:57:39.6240237Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float16 2022-09-27T15:57:39.6252393Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float16 2022-09-27T15:57:39.7494297Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float32 2022-09-27T15:57:39.7505732Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svd_cpu_float32 2022-09-27T15:57:39.7601824Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svdvals_cpu_float32 2022-09-27T15:57:39.7615353Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float32 2022-09-27T15:57:39.8076535Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float64 2022-09-27T15:57:39.8087796Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svdvals_cpu_float32 2022-09-27T15:57:39.8188724Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorinv_cpu_float32 2022-09-27T15:57:39.8198886Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorinv_cpu_float32 2022-09-27T15:57:39.8472008Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorsolve_cpu_float32 2022-09-27T15:57:39.8486377Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorsolve_cpu_float32 2022-09-27T15:57:39.8792077Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vander_cpu_float32 2022-09-27T15:57:39.8804184Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vander_cpu_float32 2022-09-27T15:57:39.9626391Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vecdot_cpu_float32 2022-09-27T15:57:39.9639139Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float64 2022-09-27T15:57:40.0012402Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int16 2022-09-27T15:57:40.0025292Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vecdot_cpu_float32 2022-09-27T15:57:40.0038818Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float16 2022-09-27T15:57:40.0040229Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vector_norm_cpu_float32 2022-09-27T15:57:40.0843091Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float32 2022-09-27T15:57:40.0855083Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int16 2022-09-27T15:57:40.1877471Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int32 2022-09-27T15:57:40.1890649Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float32 2022-09-27T15:57:40.2191686Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float64 2022-09-27T15:57:40.2205431Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int32 2022-09-27T15:57:40.2391254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int64 2022-09-27T15:57:40.2402871Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vector_norm_cpu_float32 2022-09-27T15:57:40.2805039Z test_ops.py::TestCompositeComplianceCPU::test_operator_linspace_cpu_float32 2022-09-27T15:57:40.2816184Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linspace_cpu_float32 2022-09-27T15:57:40.2887205Z test_ops.py::TestCompositeComplianceCPU::test_operator_log10_cpu_float32 2022-09-27T15:57:40.2897621Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log10_cpu_float32 2022-09-27T15:57:40.2949392Z test_ops.py::TestCompositeComplianceCPU::test_operator_log1p_cpu_float32 2022-09-27T15:57:40.2959574Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log1p_cpu_float32 2022-09-27T15:57:40.3025130Z test_ops.py::TestCompositeComplianceCPU::test_operator_log2_cpu_float32 2022-09-27T15:57:40.3035275Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log2_cpu_float32 2022-09-27T15:57:40.3103676Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_cpu_float32 2022-09-27T15:57:40.3114025Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log_cpu_float32 2022-09-27T15:57:40.3232906Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_cpu_float32 2022-09-27T15:57:40.3245760Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_cpu_float32 2022-09-27T15:57:40.3373528Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_dtype_cpu_float32 2022-09-27T15:57:40.3383583Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_dtype_cpu_float32 2022-09-27T15:57:40.3432406Z test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp2_cpu_float32 2022-09-27T15:57:40.3442667Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp2_cpu_float32 2022-09-27T15:57:40.3491668Z test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp_cpu_float32 2022-09-27T15:57:40.3504113Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp_cpu_float32 2022-09-27T15:57:40.3615447Z test_ops.py::TestCompositeComplianceCPU::test_operator_logcumsumexp_cpu_float32 2022-09-27T15:57:40.3625733Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logcumsumexp_cpu_float32 2022-09-27T15:57:40.3743752Z test_ops.py::TestCompositeComplianceCPU::test_operator_logdet_cpu_float32 2022-09-27T15:57:40.3755247Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int64 2022-09-27T15:57:40.3924891Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int8 2022-09-27T15:57:40.3936320Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logdet_cpu_float32 2022-09-27T15:57:40.4125033Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_and_cpu_float32 2022-09-27T15:57:40.4136101Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logical_and_cpu_float32 2022-09-27T15:57:40.4195859Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_not_cpu_float32 2022-09-27T15:57:40.4208637Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logical_not_cpu_float32 2022-09-27T15:57:40.4404946Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_or_cpu_float32 2022-09-27T15:57:40.4415402Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logical_or_cpu_float32 2022-09-27T15:57:40.4606628Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_xor_cpu_float32 2022-09-27T15:57:40.4618053Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logical_xor_cpu_float32 2022-09-27T15:57:40.4701175Z test_ops.py::TestCompositeComplianceCPU::test_operator_logit_cpu_float32 2022-09-27T15:57:40.4715701Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logit_cpu_float32 2022-09-27T15:57:40.4720366Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float64 2022-09-27T15:57:40.4730646Z test_ops.py::TestCompositeComplianceCPU::test_operator_logspace_cpu_float32 2022-09-27T15:57:40.4863255Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int16 2022-09-27T15:57:40.4874464Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int8 2022-09-27T15:57:40.6027779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_uint8 2022-09-27T15:57:40.6041463Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_uint8 2022-09-27T15:57:40.6462650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bfloat16 2022-09-27T15:57:40.6476203Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int16 2022-09-27T15:57:40.7960748Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int32 2022-09-27T15:57:40.7973139Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logspace_cpu_float32 2022-09-27T15:57:40.8260553Z test_ops.py::TestCompositeComplianceCPU::test_operator_logsumexp_cpu_float32 2022-09-27T15:57:40.8274642Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logsumexp_cpu_float32 2022-09-27T15:57:40.8276259Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bfloat16 2022-09-27T15:57:40.8288567Z test_ops.py::TestCompositeComplianceCPU::test_operator_long_cpu_float32 2022-09-27T15:57:40.8359464Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bool 2022-09-27T15:57:40.8370100Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_long_cpu_float32 2022-09-27T15:57:40.8406175Z test_ops.py::TestCompositeComplianceCPU::test_operator_lt_cpu_float32 2022-09-27T15:57:40.8417701Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int32 2022-09-27T15:57:40.8545972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int64 2022-09-27T15:57:40.8556164Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lt_cpu_float32 2022-09-27T15:57:40.9337691Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_cpu_float32 2022-09-27T15:57:40.9349781Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lu_cpu_float32 2022-09-27T15:57:40.9986136Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_solve_cpu_float32 2022-09-27T15:57:40.9997523Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bool 2022-09-27T15:57:41.0500541Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float16 2022-09-27T15:57:41.0512716Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lu_solve_cpu_float32 2022-09-27T15:57:41.0591409Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_unpack_cpu_float32 2022-09-27T15:57:41.0603337Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int64 2022-09-27T15:57:41.1471463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int8 2022-09-27T15:57:41.1483116Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lu_unpack_cpu_float32 2022-09-27T15:57:41.1597893Z test_ops.py::TestCompositeComplianceCPU::test_operator_mH_cpu_float32 2022-09-27T15:57:41.1608155Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mH_cpu_float32 2022-09-27T15:57:41.1739841Z test_ops.py::TestCompositeComplianceCPU::test_operator_mT_cpu_float32 2022-09-27T15:57:41.1740623Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mT_cpu_float32 2022-09-27T15:57:41.1977261Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_fill_cpu_float32 2022-09-27T15:57:41.1988410Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_masked_fill_cpu_float32 2022-09-27T15:57:41.2175492Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_scatter_cpu_float32 2022-09-27T15:57:41.2186064Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_masked_scatter_cpu_float32 2022-09-27T15:57:41.2330165Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_select_cpu_float32 2022-09-27T15:57:41.2343698Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int8 2022-09-27T15:57:41.2391303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_uint8 2022-09-27T15:57:41.2401614Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_masked_select_cpu_float32 2022-09-27T15:57:41.3013101Z test_ops.py::TestCompositeComplianceCPU::test_operator_matmul_cpu_float32 2022-09-27T15:57:41.3024241Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_matmul_cpu_float32 2022-09-27T15:57:41.3132432Z test_ops.py::TestCompositeComplianceCPU::test_operator_matrix_exp_cpu_float32 2022-09-27T15:57:41.3151402Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_matrix_exp_cpu_float32 2022-09-27T15:57:41.3368050Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_binary_cpu_float32 2022-09-27T15:57:41.3378662Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_max_binary_cpu_float32 2022-09-27T15:57:41.3428085Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_no_dim_cpu_float32 2022-09-27T15:57:41.3439486Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_no_dim_cpu_float32 2022-09-27T15:57:41.3531673Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_with_dim_cpu_float32 2022-09-27T15:57:41.3541669Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_with_dim_cpu_float32 2022-09-27T15:57:41.3734892Z test_ops.py::TestCompositeComplianceCPU::test_operator_maximum_cpu_float32 2022-09-27T15:57:41.3747086Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float16 2022-09-27T15:57:41.3783376Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float32 2022-09-27T15:57:41.3794190Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_maximum_cpu_float32 2022-09-27T15:57:41.4001955Z test_ops.py::TestCompositeComplianceCPU::test_operator_mean_cpu_float32 2022-09-27T15:57:41.4015304Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_uint8 2022-09-27T15:57:41.4101538Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bfloat16 2022-09-27T15:57:41.4114236Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mean_cpu_float32 2022-09-27T15:57:41.4337757Z test_ops.py::TestCompositeComplianceCPU::test_operator_median_cpu_float32 2022-09-27T15:57:41.4349634Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_median_cpu_float32 2022-09-27T15:57:41.4725055Z test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:57:41.4735961Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:57:41.5318222Z test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:57:41.5330139Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float32 2022-09-27T15:57:41.5389270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float64 2022-09-27T15:57:41.5401714Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bfloat16 2022-09-27T15:57:41.5734147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bool 2022-09-27T15:57:41.5745606Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:57:41.5981730Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_binary_cpu_float32 2022-09-27T15:57:41.5992715Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_min_binary_cpu_float32 2022-09-27T15:57:41.6043900Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_no_dim_cpu_float32 2022-09-27T15:57:41.6054002Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_no_dim_cpu_float32 2022-09-27T15:57:41.6157926Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_with_dim_cpu_float32 2022-09-27T15:57:41.6168270Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_with_dim_cpu_float32 2022-09-27T15:57:41.6403226Z test_ops.py::TestCompositeComplianceCPU::test_operator_minimum_cpu_float32 2022-09-27T15:57:41.6414305Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_minimum_cpu_float32 2022-09-27T15:57:41.6467263Z test_ops.py::TestCompositeComplianceCPU::test_operator_mm_cpu_float32 2022-09-27T15:57:41.6477709Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mm_cpu_float32 2022-09-27T15:57:41.6647413Z test_ops.py::TestCompositeComplianceCPU::test_operator_mode_cpu_float32 2022-09-27T15:57:41.6658734Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mode_cpu_float32 2022-09-27T15:57:41.6720113Z test_ops.py::TestCompositeComplianceCPU::test_operator_movedim_cpu_float32 2022-09-27T15:57:41.6732007Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_movedim_cpu_float32 2022-09-27T15:57:41.6873759Z test_ops.py::TestCompositeComplianceCPU::test_operator_msort_cpu_float32 2022-09-27T15:57:41.6884143Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_msort_cpu_float32 2022-09-27T15:57:41.7052845Z test_ops.py::TestCompositeComplianceCPU::test_operator_mul_cpu_float32 2022-09-27T15:57:41.7068094Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bool 2022-09-27T15:57:41.7130557Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex128 2022-09-27T15:57:41.7141097Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mul_cpu_float32 2022-09-27T15:57:41.7617622Z test_ops.py::TestCompositeComplianceCPU::test_operator_multinomial_cpu_float32 2022-09-27T15:57:41.7626834Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float64 2022-09-27T15:57:41.7642481Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_multinomial_cpu_float32 2022-09-27T15:57:41.7643301Z test_ops.py::TestCompositeComplianceCPU::test_operator_mv_cpu_float32 2022-09-27T15:57:41.7701458Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int16 2022-09-27T15:57:41.7714696Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mv_cpu_float32 2022-09-27T15:57:41.7884761Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:57:41.7895957Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:57:41.8057651Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:57:41.8068245Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:57:41.8235974Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:57:41.8246550Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:57:41.8309294Z test_ops.py::TestCompositeComplianceCPU::test_operator_nan_to_num_cpu_float32 2022-09-27T15:57:41.8319621Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nan_to_num_cpu_float32 2022-09-27T15:57:41.9127064Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanmean_cpu_float32 2022-09-27T15:57:41.9139258Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int16 2022-09-27T15:57:41.9394662Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int32 2022-09-27T15:57:41.9405982Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nanmean_cpu_float32 2022-09-27T15:57:41.9624352Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanmedian_cpu_float32 2022-09-27T15:57:41.9636491Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nanmedian_cpu_float32 2022-09-27T15:57:42.0663469Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanquantile_cpu_float32 2022-09-27T15:57:42.0675760Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex128 2022-09-27T15:57:42.0691132Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex64 2022-09-27T15:57:42.0702112Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int32 2022-09-27T15:57:42.2424687Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int64 2022-09-27T15:57:42.2437066Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int64 2022-09-27T15:57:42.3106820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int8 2022-09-27T15:57:42.3118197Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex64 2022-09-27T15:57:42.3856353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float16 2022-09-27T15:57:42.3869321Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int8 2022-09-27T15:57:42.5286215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_uint8 2022-09-27T15:57:42.5299911Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_uint8 2022-09-27T15:57:42.6000202Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bfloat16 2022-09-27T15:57:42.6013428Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float16 2022-09-27T15:57:42.6732461Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float32 2022-09-27T15:57:42.6744440Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nanquantile_cpu_float32 2022-09-27T15:57:42.6960603Z test_ops.py::TestCompositeComplianceCPU::test_operator_nansum_cpu_float32 2022-09-27T15:57:42.6972656Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float32 2022-09-27T15:57:42.7210774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float64 2022-09-27T15:57:42.7223264Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nansum_cpu_float32 2022-09-27T15:57:42.7340032Z test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_copy_cpu_float32 2022-09-27T15:57:42.7354695Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_copy_cpu_float32 2022-09-27T15:57:42.7413017Z test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_cpu_float32 2022-09-27T15:57:42.7425123Z [gw2] [ 75%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_cpu_float32 2022-09-27T15:57:42.7522539Z test_ops.py::TestCompositeComplianceCPU::test_operator_native_layer_norm_cpu_float32 2022-09-27T15:57:42.7535386Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bfloat16 2022-09-27T15:57:42.8424222Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bool 2022-09-27T15:57:42.8442439Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_native_layer_norm_cpu_float32 2022-09-27T15:57:42.8638703Z test_ops.py::TestCompositeComplianceCPU::test_operator_ne_cpu_float32 2022-09-27T15:57:42.8650358Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ne_cpu_float32 2022-09-27T15:57:42.8683368Z test_ops.py::TestCompositeComplianceCPU::test_operator_neg_cpu_float32 2022-09-27T15:57:42.8699727Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float64 2022-09-27T15:57:42.8704273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int16 2022-09-27T15:57:42.8715205Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_neg_cpu_float32 2022-09-27T15:57:42.8737937Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_cpu_float32 2022-09-27T15:57:42.8749309Z [gw2] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_cpu_float32 2022-09-27T15:57:42.8768621Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_strided_cpu_float32 2022-09-27T15:57:42.8799797Z [gw2] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_strided_cpu_float32 2022-09-27T15:57:42.8914950Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_full_cpu_float32 2022-09-27T15:57:42.8925373Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_new_full_cpu_float32 2022-09-27T15:57:42.9050534Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_ones_cpu_float32 2022-09-27T15:57:42.9061631Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_new_ones_cpu_float32 2022-09-27T15:57:42.9191573Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_zeros_cpu_float32 2022-09-27T15:57:42.9203300Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_new_zeros_cpu_float32 2022-09-27T15:57:42.9447483Z test_ops.py::TestCompositeComplianceCPU::test_operator_nextafter_cpu_float32 2022-09-27T15:57:42.9461721Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nextafter_cpu_float32 2022-09-27T15:57:42.9627876Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:57:42.9636491Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:57:42.9767520Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:57:42.9775301Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int16 2022-09-27T15:57:42.9851702Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int32 2022-09-27T15:57:42.9864057Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bool 2022-09-27T15:57:42.9873051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex128 2022-09-27T15:57:42.9889534Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:57:43.0148071Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:57:43.0160887Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:57:43.0449229Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:57:43.0473117Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:57:43.0933449Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:57:43.0945265Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int32 2022-09-27T15:57:43.1161600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int64 2022-09-27T15:57:43.1175812Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:57:43.1618091Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:57:43.1629220Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:57:43.1962185Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:57:43.1968159Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:57:43.2131146Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:57:43.2142742Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:57:43.2296315Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:57:43.2308943Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int64 2022-09-27T15:57:43.2357111Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int8 2022-09-27T15:57:43.2368224Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:57:43.3305500Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_batch_norm_cpu_float32 2022-09-27T15:57:43.3316500Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int8 2022-09-27T15:57:43.4322515Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_uint8 2022-09-27T15:57:43.4323242Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_uint8 2022-09-27T15:57:43.4601837Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bfloat16 2022-09-27T15:57:43.4614601Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex128 2022-09-27T15:57:43.5287154Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex64 2022-09-27T15:57:43.5317958Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_batch_norm_cpu_float32 2022-09-27T15:57:43.7539367Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_bilinear_cpu_float32 2022-09-27T15:57:43.7540296Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bfloat16 2022-09-27T15:57:43.8304900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bool 2022-09-27T15:57:43.8311259Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex64 2022-09-27T15:57:43.8798317Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float32 2022-09-27T15:57:43.8810744Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_bilinear_cpu_float32 2022-09-27T15:57:43.9216284Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:57:43.9227674Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:57:43.9600176Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:57:43.9613222Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bool 2022-09-27T15:57:43.9681091Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex128 2022-09-27T15:57:43.9983550Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float32 2022-09-27T15:57:44.0641632Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float64 2022-09-27T15:57:44.0722453Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:57:44.0762572Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_celu_cpu_float32 2022-09-27T15:57:44.0763299Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_celu_cpu_float32 2022-09-27T15:57:44.1646302Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv1d_cpu_float32 2022-09-27T15:57:44.1670811Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv1d_cpu_float32 2022-09-27T15:57:44.2028674Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv2d_cpu_float32 2022-09-27T15:57:44.2042210Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float64 2022-09-27T15:57:44.3740010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int16 2022-09-27T15:57:44.3754715Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int16 2022-09-27T15:57:44.4436648Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int32 2022-09-27T15:57:44.4448751Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv2d_cpu_float32 2022-09-27T15:57:44.5091716Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:57:44.5103188Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:57:44.5431329Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:57:44.5443619Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int32 2022-09-27T15:57:44.5533228Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int64 2022-09-27T15:57:44.5549915Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex128 2022-09-27T15:57:44.5922189Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex64 2022-09-27T15:57:44.5935206Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:57:44.7347794Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:57:44.7359602Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:57:44.7458044Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:57:44.7474010Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int64 2022-09-27T15:57:44.8921270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int8 2022-09-27T15:57:44.8937881Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:57:44.9101380Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:57:44.9113357Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int8 2022-09-27T15:57:44.9788259Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_uint8 2022-09-27T15:57:44.9801869Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:57:44.9824547Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:57:44.9838068Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex64 2022-09-27T15:57:45.0604436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float16 2022-09-27T15:57:45.0615784Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_uint8 2022-09-27T15:57:45.0882600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bfloat16 2022-09-27T15:57:45.0894676Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:57:45.2444217Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:57:45.2457362Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:57:45.3360456Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout2d_cpu_float32 2022-09-27T15:57:45.3385447Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout2d_cpu_float32 2022-09-27T15:57:45.3890369Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout3d_cpu_float32 2022-09-27T15:57:45.3891182Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bfloat16 2022-09-27T15:57:45.4445881Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bool 2022-09-27T15:57:45.4462251Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout3d_cpu_float32 2022-09-27T15:57:45.5633287Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout_cpu_float32 2022-09-27T15:57:45.5633937Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float16 2022-09-27T15:57:45.5798205Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float32 2022-09-27T15:57:45.5884349Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout_cpu_float32 2022-09-27T15:57:45.5885247Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_elu_cpu_float32 2022-09-27T15:57:45.5885994Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_elu_cpu_float32 2022-09-27T15:57:45.5905024Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:57:45.5917425Z [gw2] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:57:45.5944098Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_cpu_float32 2022-09-27T15:57:45.5950862Z [gw2] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_cpu_float32 2022-09-27T15:57:45.6566509Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:57:45.6579468Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:57:45.7245088Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:57:45.7259715Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:57:45.7365598Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:57:45.7376567Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bool 2022-09-27T15:57:45.7765391Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex128 2022-09-27T15:57:45.7778094Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float32 2022-09-27T15:57:46.0159591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float64 2022-09-27T15:57:46.0177925Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:57:46.1189414Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:57:46.1201787Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float64 2022-09-27T15:57:46.2726460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int16 2022-09-27T15:57:46.2738514Z [gw3] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex128 2022-09-27T15:57:46.3262617Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex64 2022-09-27T15:57:46.3357128Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int16 2022-09-27T15:57:46.3933778Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int32 2022-09-27T15:57:46.3945422Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:57:46.4002401Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:57:46.4013856Z [gw2] [ 75%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:57:46.4175114Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gelu_cpu_float32 2022-09-27T15:57:46.4185664Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gelu_cpu_float32 2022-09-27T15:57:46.4869320Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_glu_cpu_float32 2022-09-27T15:57:46.4884000Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_glu_cpu_float32 2022-09-27T15:57:46.5476946Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_grid_sample_cpu_float32 2022-09-27T15:57:46.5489807Z [gw1] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int32 2022-09-27T15:57:46.5827039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int64 2022-09-27T15:57:46.5844059Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_grid_sample_cpu_float32 2022-09-27T15:57:46.6133567Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_group_norm_cpu_float32 2022-09-27T15:57:46.6137119Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_group_norm_cpu_float32 2022-09-27T15:57:46.6246952Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardshrink_cpu_float32 2022-09-27T15:57:46.6258097Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardshrink_cpu_float32 2022-09-27T15:57:46.6327129Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:57:46.6337560Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:57:46.6422109Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardswish_cpu_float32 2022-09-27T15:57:46.6432272Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardswish_cpu_float32 2022-09-27T15:57:46.6538517Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardtanh_cpu_float32 2022-09-27T15:57:46.6548636Z [gw2] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardtanh_cpu_float32 2022-09-27T15:57:46.6557461Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:57:46.6569360Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex64 2022-09-27T15:57:46.7292160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float32 2022-09-27T15:57:46.7304782Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:57:46.7585144Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_huber_loss_cpu_float32 2022-09-27T15:57:46.7608970Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_huber_loss_cpu_float32 2022-09-27T15:57:46.8096205Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_instance_norm_cpu_float32 2022-09-27T15:57:46.8112112Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int64 2022-09-27T15:57:46.8539658Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int8 2022-09-27T15:57:46.8557730Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float32 2022-09-27T15:57:47.0058785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float64 2022-09-27T15:57:47.0067846Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int8 2022-09-27T15:57:47.1269807Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_uint8 2022-09-27T15:57:47.1283738Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float64 2022-09-27T15:57:47.2038662Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int16 2022-09-27T15:57:47.2050330Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_uint8 2022-09-27T15:57:47.2870775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bfloat16 2022-09-27T15:57:47.2884561Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_instance_norm_cpu_float32 2022-09-27T15:57:47.3162678Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:57:47.3175196Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:57:47.3418063Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:57:47.3430296Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:57:47.3655591Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:57:47.3663711Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int16 2022-09-27T15:57:47.3679241Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:57:47.3680949Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:57:47.3898583Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int32 2022-09-27T15:57:47.3915579Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:57:47.4040342Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:57:47.4056173Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_solve_cpu_float32 2022-09-27T15:57:47.4153887Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_norm_cpu_float32 2022-09-27T15:57:47.4173096Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:57:47.4493897Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:57:47.4494904Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:57:47.4991023Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_kl_div_cpu_float32 2022-09-27T15:57:47.4991830Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bfloat16 2022-09-27T15:57:47.5240025Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bool 2022-09-27T15:57:47.5255559Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_kl_div_cpu_float32 2022-09-27T15:57:47.5521679Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_l1_loss_cpu_float32 2022-09-27T15:57:47.5534171Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_l1_loss_cpu_float32 2022-09-27T15:57:47.5885764Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_layer_norm_cpu_float32 2022-09-27T15:57:47.5897805Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_layer_norm_cpu_float32 2022-09-27T15:57:47.6044491Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:57:47.6053690Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:57:47.6224590Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_linear_cpu_float32 2022-09-27T15:57:47.6241197Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int32 2022-09-27T15:57:47.6600898Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int64 2022-09-27T15:57:47.6622445Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bool 2022-09-27T15:57:47.6947819Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex128 2022-09-27T15:57:47.6948622Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_linear_cpu_float32 2022-09-27T15:57:47.7529692Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:57:47.7530578Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:57:47.7719561Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:57:47.7720332Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:57:47.9092695Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:57:47.9165466Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int64 2022-09-27T15:57:47.9408859Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int8 2022-09-27T15:57:47.9409423Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_norm_cpu_float32 2022-09-27T15:57:47.9848743Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_power_cpu_float32 2022-09-27T15:57:47.9884255Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:57:48.1503322Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:57:48.1515978Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int8 2022-09-27T15:57:48.1685381Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_uint8 2022-09-27T15:57:48.1694245Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_power_cpu_float32 2022-09-27T15:57:48.2305978Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_multi_dot_cpu_float32 2022-09-27T15:57:48.2320345Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_multi_dot_cpu_float32 2022-09-27T15:57:48.2659976Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_cpu_float32 2022-09-27T15:57:48.2671867Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex128 2022-09-27T15:57:48.4092616Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex64 2022-09-27T15:57:48.4104247Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_uint8 2022-09-27T15:57:48.6892889Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bfloat16 2022-09-27T15:57:48.6908012Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bfloat16 2022-09-27T15:57:48.7302087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bool 2022-09-27T15:57:48.7314364Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex64 2022-09-27T15:57:48.8069413Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float16 2022-09-27T15:57:48.8081499Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_cpu_float32 2022-09-27T15:57:48.9527876Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:57:48.9540242Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bool 2022-09-27T15:57:49.2214446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex128 2022-09-27T15:57:49.2235717Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:57:49.3451308Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_cpu_float32 2022-09-27T15:57:49.3463522Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float16 2022-09-27T15:57:49.4344937Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float32 2022-09-27T15:57:49.4358270Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex128 2022-09-27T15:57:49.5445462Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex64 2022-09-27T15:57:49.5459302Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float32 2022-09-27T15:57:49.7549488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float64 2022-09-27T15:57:49.7564049Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex64 2022-09-27T15:57:49.8390637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float32 2022-09-27T15:57:49.8402098Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float64 2022-09-27T15:57:49.9029811Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int16 2022-09-27T15:57:49.9043378Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float32 2022-09-27T15:57:50.0257335Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float64 2022-09-27T15:57:50.0267018Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int16 2022-09-27T15:57:50.1124309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int32 2022-09-27T15:57:50.1136259Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float64 2022-09-27T15:57:50.1417228Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int16 2022-09-27T15:57:50.1429434Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_cpu_float32 2022-09-27T15:57:50.2283519Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:57:50.2297280Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int32 2022-09-27T15:57:50.2856223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int64 2022-09-27T15:57:50.2862812Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int16 2022-09-27T15:57:50.3569284Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int32 2022-09-27T15:57:50.3581690Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:57:50.3615616Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_singular_cpu_float32 2022-09-27T15:57:50.3626551Z [gw0] [ 76%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_singular_cpu_float32 2022-09-27T15:57:50.4570246Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_qr_cpu_float32 2022-09-27T15:57:50.4582332Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int64 2022-09-27T15:57:50.4653612Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int8 2022-09-27T15:57:50.4666200Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int32 2022-09-27T15:57:50.6288022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int64 2022-09-27T15:57:50.6314936Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int8 2022-09-27T15:57:50.6660204Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_uint8 2022-09-27T15:57:50.6669346Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int64 2022-09-27T15:57:50.7942367Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int8 2022-09-27T15:57:50.7954126Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_uint8 2022-09-27T15:57:50.8341062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_bfloat16 2022-09-27T15:57:50.8354165Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int8 2022-09-27T15:57:50.9920221Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_uint8 2022-09-27T15:57:50.9934937Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_bfloat16 2022-09-27T15:57:51.0002312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex128 2022-09-27T15:57:51.0015927Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_uint8 2022-09-27T15:57:51.0788878Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_bfloat16 2022-09-27T15:57:51.0801678Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_bfloat16 2022-09-27T15:57:51.1487351Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float32 2022-09-27T15:57:51.1502792Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float32 2022-09-27T15:57:51.1903178Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float64 2022-09-27T15:57:51.1915672Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex128 2022-09-27T15:57:51.2170350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex64 2022-09-27T15:57:51.2182378Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float64 2022-09-27T15:57:51.3934974Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bfloat16 2022-09-27T15:57:51.3946672Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex64 2022-09-27T15:57:51.4733548Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float32 2022-09-27T15:57:51.4770236Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:57:51.5091950Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:57:51.5104441Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bfloat16 2022-09-27T15:57:51.5685628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bool 2022-09-27T15:57:51.5696760Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float32 2022-09-27T15:57:51.6323093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float64 2022-09-27T15:57:51.6335634Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_qr_cpu_float32 2022-09-27T15:57:51.7336343Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_slogdet_cpu_float32 2022-09-27T15:57:51.7348654Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_slogdet_cpu_float32 2022-09-27T15:57:51.7372737Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_cpu_float32 2022-09-27T15:57:51.7384703Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float64 2022-09-27T15:57:51.8096129Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int16 2022-09-27T15:57:51.8109130Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bool 2022-09-27T15:57:51.8728018Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float32 2022-09-27T15:57:51.8739552Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int16 2022-09-27T15:57:51.9799462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int32 2022-09-27T15:57:51.9814120Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float32 2022-09-27T15:57:52.0060006Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float64 2022-09-27T15:57:52.0071937Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int32 2022-09-27T15:57:52.0482780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int64 2022-09-27T15:57:52.0494018Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_cpu_float32 2022-09-27T15:57:52.1357847Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_ex_cpu_float32 2022-09-27T15:57:52.1369998Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int64 2022-09-27T15:57:52.1922339Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int8 2022-09-27T15:57:52.1933595Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int8 2022-09-27T15:57:52.2137328Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_uint8 2022-09-27T15:57:52.2151098Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float64 2022-09-27T15:57:52.2384498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int16 2022-09-27T15:57:52.2396320Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_uint8 2022-09-27T15:57:52.2656495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bfloat16 2022-09-27T15:57:52.2667428Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bfloat16 2022-09-27T15:57:52.2768517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bool 2022-09-27T15:57:52.2778752Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bool 2022-09-27T15:57:52.3226197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float32 2022-09-27T15:57:52.3226892Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float32 2022-09-27T15:57:52.3580519Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float64 2022-09-27T15:57:52.3592067Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float64 2022-09-27T15:57:52.3697044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int16 2022-09-27T15:57:52.3709532Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int16 2022-09-27T15:57:52.3720552Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_ex_cpu_float32 2022-09-27T15:57:52.3721222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int32 2022-09-27T15:57:52.3823233Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_triangular_cpu_float32 2022-09-27T15:57:52.3835670Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int32 2022-09-27T15:57:52.3938528Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int64 2022-09-27T15:57:52.3950464Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int64 2022-09-27T15:57:52.4057305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int8 2022-09-27T15:57:52.4068621Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int8 2022-09-27T15:57:52.4205103Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_uint8 2022-09-27T15:57:52.4205861Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_uint8 2022-09-27T15:57:52.4254159Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bfloat16 2022-09-27T15:57:52.4281794Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int16 2022-09-27T15:57:52.6503303Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int32 2022-09-27T15:57:52.6544258Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int32 2022-09-27T15:57:52.7930971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int64 2022-09-27T15:57:52.7948595Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bfloat16 2022-09-27T15:57:52.9148191Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bool 2022-09-27T15:57:52.9169141Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int64 2022-09-27T15:57:53.0079773Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int8 2022-09-27T15:57:53.0101189Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bool 2022-09-27T15:57:53.1185250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float16 2022-09-27T15:57:53.1196296Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int8 2022-09-27T15:57:53.3077763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_uint8 2022-09-27T15:57:53.3078446Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_uint8 2022-09-27T15:57:53.5789488Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_bool 2022-09-27T15:57:53.5796785Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_bool 2022-09-27T15:57:53.5805816Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float16 2022-09-27T15:57:53.5809284Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float32 2022-09-27T15:57:53.7446403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float32 2022-09-27T15:57:53.7459127Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float32 2022-09-27T15:57:53.8196458Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float64 2022-09-27T15:57:53.8208018Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float32 2022-09-27T15:57:54.0228885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float64 2022-09-27T15:57:54.0241832Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float64 2022-09-27T15:57:54.1640874Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int16 2022-09-27T15:57:54.1652202Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float64 2022-09-27T15:57:54.2291194Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int16 2022-09-27T15:57:54.2305051Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int16 2022-09-27T15:57:54.3603660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int32 2022-09-27T15:57:54.3615653Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int16 2022-09-27T15:57:54.4428278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int32 2022-09-27T15:57:54.4441514Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int32 2022-09-27T15:57:54.5867413Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int64 2022-09-27T15:57:54.5886401Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int32 2022-09-27T15:57:54.6833071Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int64 2022-09-27T15:57:54.6850775Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int64 2022-09-27T15:57:54.8533451Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int8 2022-09-27T15:57:54.8545239Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int64 2022-09-27T15:57:54.8888548Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int8 2022-09-27T15:57:54.8902280Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int8 2022-09-27T15:57:55.0765336Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_uint8 2022-09-27T15:57:55.0778208Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int8 2022-09-27T15:57:55.0959613Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_uint8 2022-09-27T15:57:55.0971788Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_uint8 2022-09-27T15:57:55.3012405Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_bool 2022-09-27T15:57:55.3015910Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_uint8 2022-09-27T15:57:55.3016719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bfloat16 2022-09-27T15:57:55.3028402Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bfloat16 2022-09-27T15:57:55.3092158Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bool 2022-09-27T15:57:55.3124218Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bool 2022-09-27T15:57:55.3182597Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex128 2022-09-27T15:57:55.3189338Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex128 2022-09-27T15:57:55.3235454Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:57:55.3236138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex32 2022-09-27T15:57:55.3322802Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:57:55.3323522Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex32 2022-09-27T15:57:55.3457087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex64 2022-09-27T15:57:55.3458259Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex64 2022-09-27T15:57:55.3458945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float16 2022-09-27T15:57:55.3500063Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float16 2022-09-27T15:57:55.3620088Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float32 2022-09-27T15:57:55.3621263Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float32 2022-09-27T15:57:55.3622185Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float64 2022-09-27T15:57:55.3805904Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float64 2022-09-27T15:57:55.3806590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int16 2022-09-27T15:57:55.3807378Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int16 2022-09-27T15:57:55.3808019Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int32 2022-09-27T15:57:55.3808617Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int32 2022-09-27T15:57:55.3888989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int64 2022-09-27T15:57:55.3890336Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int64 2022-09-27T15:57:55.3890943Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int8 2022-09-27T15:57:55.3976276Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int8 2022-09-27T15:57:55.4062268Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_uint8 2022-09-27T15:57:55.4063371Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_uint8 2022-09-27T15:57:55.4064294Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bfloat16 2022-09-27T15:57:55.4065220Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_bool 2022-09-27T15:57:55.6000544Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float32 2022-09-27T15:57:55.6009369Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float32 2022-09-27T15:57:55.8457152Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float64 2022-09-27T15:57:55.8467969Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float64 2022-09-27T15:57:55.8489527Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int16 2022-09-27T15:57:55.8504878Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bfloat16 2022-09-27T15:57:56.0372919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bool 2022-09-27T15:57:56.0379831Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int16 2022-09-27T15:57:56.0449921Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int32 2022-09-27T15:57:56.0463550Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bool 2022-09-27T15:57:56.2345452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float16 2022-09-27T15:57:56.2358496Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int32 2022-09-27T15:57:56.4586406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int64 2022-09-27T15:57:56.4594228Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int64 2022-09-27T15:57:56.6417590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int8 2022-09-27T15:57:56.6429765Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int8 2022-09-27T15:57:56.6846509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_uint8 2022-09-27T15:57:56.6858739Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float16 2022-09-27T15:57:56.8272448Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float32 2022-09-27T15:57:56.8283595Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_uint8 2022-09-27T15:57:56.9703237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bfloat16 2022-09-27T15:57:56.9716526Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float32 2022-09-27T15:57:57.1362498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float64 2022-09-27T15:57:57.1375217Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bfloat16 2022-09-27T15:57:57.3255605Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bool 2022-09-27T15:57:57.3269619Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:57:57.3440121Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:57:57.3453854Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float64 2022-09-27T15:57:57.4686997Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int16 2022-09-27T15:57:57.4698761Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bool 2022-09-27T15:57:57.5571395Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float32 2022-09-27T15:57:57.5584147Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int16 2022-09-27T15:57:57.6390681Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int32 2022-09-27T15:57:57.6402789Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float32 2022-09-27T15:57:57.7801657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float64 2022-09-27T15:57:57.7813617Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int32 2022-09-27T15:57:57.8961116Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int64 2022-09-27T15:57:57.8975049Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float64 2022-09-27T15:57:58.0304120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int16 2022-09-27T15:57:58.0316527Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int64 2022-09-27T15:57:58.1485034Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int8 2022-09-27T15:57:58.1498021Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int16 2022-09-27T15:57:58.2076762Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int32 2022-09-27T15:57:58.2089657Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:57:58.2387923Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:57:58.2399533Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int8 2022-09-27T15:57:58.3694330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_uint8 2022-09-27T15:57:58.3707736Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:57:58.4120792Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:57:58.4129184Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int32 2022-09-27T15:57:58.4507302Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int64 2022-09-27T15:57:58.4508009Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_uint8 2022-09-27T15:57:58.4758287Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_bfloat16 2022-09-27T15:57:58.4826688Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_bfloat16 2022-09-27T15:57:58.5023725Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex128 2022-09-27T15:57:58.5048266Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex128 2022-09-27T15:57:58.5347584Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex64 2022-09-27T15:57:58.5348250Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex64 2022-09-27T15:57:58.5596863Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float16 2022-09-27T15:57:58.5597546Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float16 2022-09-27T15:57:58.5847275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float32 2022-09-27T15:57:58.5937562Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float32 2022-09-27T15:57:58.6140530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float64 2022-09-27T15:57:58.6141206Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float64 2022-09-27T15:57:58.6382489Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-09-27T15:57:58.6383258Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-09-27T15:57:58.6388682Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:57:58.6399366Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:57:58.6564547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:57:58.6576129Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:57:58.6752781Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:57:58.6764354Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:57:58.6894779Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float16 2022-09-27T15:57:58.6907170Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float16 2022-09-27T15:57:58.6936094Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:57:58.6947813Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int64 2022-09-27T15:57:58.7063790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int8 2022-09-27T15:57:58.7076403Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:57:58.7220530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:57:58.7231479Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:57:58.7360439Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int16 2022-09-27T15:57:58.7374274Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int16 2022-09-27T15:57:58.7506164Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int32 2022-09-27T15:57:58.7517528Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int32 2022-09-27T15:57:58.7642978Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:57:58.7656427Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:57:58.7781284Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int8 2022-09-27T15:57:58.7793765Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int8 2022-09-27T15:57:58.7903627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_uint8 2022-09-27T15:57:58.7916005Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_uint8 2022-09-27T15:57:58.8050522Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-09-27T15:57:58.8063219Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-09-27T15:57:58.8187354Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:57:58.8199304Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:57:58.8374456Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:57:58.8385890Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:57:58.8541981Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:57:58.8552022Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:57:58.8690831Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float16 2022-09-27T15:57:58.8701577Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float16 2022-09-27T15:57:58.8848989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:57:58.8860426Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:57:58.8988707Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:57:58.9000720Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:57:58.9129272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int16 2022-09-27T15:57:58.9138389Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int16 2022-09-27T15:57:58.9252443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int32 2022-09-27T15:57:58.9263134Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int32 2022-09-27T15:57:58.9278105Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:57:58.9290173Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int8 2022-09-27T15:57:58.9565137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_uint8 2022-09-27T15:57:58.9577585Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_triangular_cpu_float32 2022-09-27T15:57:58.9903297Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svd_cpu_float32 2022-09-27T15:57:58.9913869Z [gw1] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:57:58.9948721Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_cpu_float32 2022-09-27T15:57:58.9961450Z [gw1] [ 76%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_cpu_float32 2022-09-27T15:57:59.1645749Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_power_cpu_float32 2022-09-27T15:57:59.1658570Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_uint8 2022-09-27T15:57:59.5046780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 2022-09-27T15:57:59.5061244Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:57:59.5871715Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:57:59.5889297Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 2022-09-27T15:57:59.6037521Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:57:59.6050370Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_power_cpu_float32 2022-09-27T15:57:59.6146779Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_cpu_float32 2022-09-27T15:57:59.6159330Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_cpu_float32 2022-09-27T15:57:59.6194537Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_divide_cpu_float32 2022-09-27T15:57:59.6207545Z [gw1] [ 76%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_divide_cpu_float32 2022-09-27T15:57:59.6956738Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmax_cpu_float32 2022-09-27T15:57:59.6967628Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:57:59.8863345Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:57:59.8878676Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:58:00.0499307Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:58:00.0511818Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmax_cpu_float32 2022-09-27T15:58:00.1035282Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmin_cpu_float32 2022-09-27T15:58:00.1048435Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:58:00.2291332Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:58:00.2305398Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:58:00.2447459Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 2022-09-27T15:58:00.2462843Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:58:00.2538679Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mish_cpu_float32 2022-09-27T15:58:00.2550846Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mish_cpu_float32 2022-09-27T15:58:00.2752091Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mse_loss_cpu_float32 2022-09-27T15:58:00.2763382Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mse_loss_cpu_float32 2022-09-27T15:58:00.2894285Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:58:00.2905253Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:58:00.3033514Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:58:00.3034465Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:58:00.3588330Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:58:00.3600563Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:58:00.4122198Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_nll_loss_cpu_float32 2022-09-27T15:58:00.4135299Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmin_cpu_float32 2022-09-27T15:58:00.5807165Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmod_cpu_float32 2022-09-27T15:58:00.5807833Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 2022-09-27T15:58:00.6328261Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 2022-09-27T15:58:00.6434290Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_nll_loss_cpu_float32 2022-09-27T15:58:00.6589462Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_normalize_cpu_float32 2022-09-27T15:58:00.6602398Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_normalize_cpu_float32 2022-09-27T15:58:00.7099072Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_circular_cpu_float32 2022-09-27T15:58:00.7109807Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_circular_cpu_float32 2022-09-27T15:58:00.7645591Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_constant_cpu_float32 2022-09-27T15:58:00.7657496Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmod_cpu_float32 2022-09-27T15:58:00.7811138Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frac_cpu_float32 2022-09-27T15:58:00.7824830Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frac_cpu_float32 2022-09-27T15:58:00.7832844Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_constant_cpu_float32 2022-09-27T15:58:00.7835831Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:58:00.8020516Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frexp_cpu_float32 2022-09-27T15:58:00.8032922Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frexp_cpu_float32 2022-09-27T15:58:00.8036953Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_full_like_cpu_float32 2022-09-27T15:58:00.8048834Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:58:00.8065190Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:58:00.8076965Z [gw1] [ 76%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_full_like_cpu_float32 2022-09-27T15:58:00.8259571Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gather_cpu_float32 2022-09-27T15:58:00.8269723Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:58:00.8511258Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:58:00.8521374Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:58:00.8609534Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pdist_cpu_float32 2022-09-27T15:58:00.8622115Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gather_cpu_float32 2022-09-27T15:58:00.8638393Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ge_cpu_float32 2022-09-27T15:58:00.8658393Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 2022-09-27T15:58:00.8668286Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 2022-09-27T15:58:00.8671147Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pdist_cpu_float32 2022-09-27T15:58:00.8703592Z [gw1] [ 76%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ge_cpu_float32 2022-09-27T15:58:00.8704301Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:58:00.8717636Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_geqrf_cpu_float32 2022-09-27T15:58:00.8729706Z [gw1] [ 76%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_geqrf_cpu_float32 2022-09-27T15:58:00.8749888Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gradient_cpu_float32 2022-09-27T15:58:00.8760937Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:58:00.8830419Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:58:00.8991985Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:58:01.2253981Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:58:01.2265014Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 2022-09-27T15:58:01.3633593Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 2022-09-27T15:58:01.3647464Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:58:01.4137378Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_prelu_cpu_float32 2022-09-27T15:58:01.4148965Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_prelu_cpu_float32 2022-09-27T15:58:01.4209465Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu6_cpu_float32 2022-09-27T15:58:01.4221934Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu6_cpu_float32 2022-09-27T15:58:01.4294703Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu_cpu_float32 2022-09-27T15:58:01.4305383Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu_cpu_float32 2022-09-27T15:58:01.4468161Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_rrelu_cpu_float32 2022-09-27T15:58:01.4479220Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_rrelu_cpu_float32 2022-09-27T15:58:01.4531227Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_selu_cpu_float32 2022-09-27T15:58:01.4541590Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_selu_cpu_float32 2022-09-27T15:58:01.4588362Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_silu_cpu_float32 2022-09-27T15:58:01.4598734Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_silu_cpu_float32 2022-09-27T15:58:01.4678753Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:58:01.4689848Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 2022-09-27T15:58:01.4798916Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 2022-09-27T15:58:01.4811642Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:58:01.5031443Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:58:01.5041641Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:58:01.5130719Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_cpu_float32 2022-09-27T15:58:01.5140147Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_cpu_float32 2022-09-27T15:58:01.5246339Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:58:01.5254105Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:58:01.5311522Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softplus_cpu_float32 2022-09-27T15:58:01.5324624Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softplus_cpu_float32 2022-09-27T15:58:01.5426569Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softshrink_cpu_float32 2022-09-27T15:58:01.5434953Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softshrink_cpu_float32 2022-09-27T15:58:01.5530766Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softsign_cpu_float32 2022-09-27T15:58:01.5540840Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softsign_cpu_float32 2022-09-27T15:58:01.5627223Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:58:01.5637261Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:58:01.5732160Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_threshold_cpu_float32 2022-09-27T15:58:01.5742175Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_threshold_cpu_float32 2022-09-27T15:58:01.6843240Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:58:01.6851458Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:58:01.7111141Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:58:01.7121109Z [gw3] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 2022-09-27T15:58:01.7562577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 2022-09-27T15:58:01.7573033Z [gw2] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:58:01.9429073Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_unfold_cpu_float32 2022-09-27T15:58:01.9440051Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gradient_cpu_float32 2022-09-27T15:58:01.9474678Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gt_cpu_float32 2022-09-27T15:58:01.9487364Z [gw1] [ 76%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gt_cpu_float32 2022-09-27T15:58:01.9519604Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_half_cpu_float32 2022-09-27T15:58:01.9530636Z [gw1] [ 76%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_half_cpu_float32 2022-09-27T15:58:01.9561975Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_heaviside_cpu_float32 2022-09-27T15:58:01.9572350Z [gw1] [ 76%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_heaviside_cpu_float32 2022-09-27T15:58:01.9602350Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histc_cpu_float32 2022-09-27T15:58:01.9613643Z [gw1] [ 76%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histc_cpu_float32 2022-09-27T15:58:01.9646036Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogram_cpu_float32 2022-09-27T15:58:01.9656572Z [gw1] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogram_cpu_float32 2022-09-27T15:58:01.9688469Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogramdd_cpu_float32 2022-09-27T15:58:01.9699455Z [gw1] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogramdd_cpu_float32 2022-09-27T15:58:01.9961071Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hsplit_cpu_float32 2022-09-27T15:58:01.9973595Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hsplit_cpu_float32 2022-09-27T15:58:02.0184350Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hstack_cpu_float32 2022-09-27T15:58:02.0196901Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hstack_cpu_float32 2022-09-27T15:58:02.2055299Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hypot_cpu_float32 2022-09-27T15:58:02.2068671Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 2022-09-27T15:58:02.2086580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:58:02.2097428Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_unfold_cpu_float32 2022-09-27T15:58:02.2194156Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:58:02.2207536Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:58:02.2418406Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:58:02.2430644Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:58:02.2782665Z test_ops.py::TestCompositeComplianceCPU::test_operator_nonzero_cpu_float32 2022-09-27T15:58:02.3034385Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nonzero_cpu_float32 2022-09-27T15:58:02.3427771Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_cpu_float32 2022-09-27T15:58:02.3437341Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_norm_cpu_float32 2022-09-27T15:58:02.3519455Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_fro_cpu_float32 2022-09-27T15:58:02.3529697Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_norm_fro_cpu_float32 2022-09-27T15:58:02.3615847Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_inf_cpu_float32 2022-09-27T15:58:02.3625919Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_norm_inf_cpu_float32 2022-09-27T15:58:02.3720651Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_nuc_cpu_float32 2022-09-27T15:58:02.3730881Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_norm_nuc_cpu_float32 2022-09-27T15:58:02.3925677Z test_ops.py::TestCompositeComplianceCPU::test_operator_normal_cpu_float32 2022-09-27T15:58:02.3939718Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hypot_cpu_float32 2022-09-27T15:58:02.4141126Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_i0_cpu_float32 2022-09-27T15:58:02.4154768Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_i0_cpu_float32 2022-09-27T15:58:02.4192975Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igamma_cpu_float32 2022-09-27T15:58:02.4208284Z [gw1] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igamma_cpu_float32 2022-09-27T15:58:02.4214048Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_normal_cpu_float32 2022-09-27T15:58:02.4221614Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igammac_cpu_float32 2022-09-27T15:58:02.4241813Z test_ops.py::TestCompositeComplianceCPU::test_operator_normal_number_mean_cpu_float32 2022-09-27T15:58:02.4253087Z [gw1] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igammac_cpu_float32 2022-09-27T15:58:02.4321478Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_add_cpu_float32 2022-09-27T15:58:02.4328791Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_normal_number_mean_cpu_float32 2022-09-27T15:58:02.4368324Z test_ops.py::TestCompositeComplianceCPU::test_operator_ones_cpu_float32 2022-09-27T15:58:02.4375635Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ones_cpu_float32 2022-09-27T15:58:02.4462311Z test_ops.py::TestCompositeComplianceCPU::test_operator_ones_like_cpu_float32 2022-09-27T15:58:02.4470355Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ones_like_cpu_float32 2022-09-27T15:58:02.6029089Z test_ops.py::TestCompositeComplianceCPU::test_operator_ormqr_cpu_float32 2022-09-27T15:58:02.6049805Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:58:02.9952681Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:58:02.9961044Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_add_cpu_float32 2022-09-27T15:58:03.0222942Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_copy_cpu_float32 2022-09-27T15:58:03.0231963Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ormqr_cpu_float32 2022-09-27T15:58:03.0279173Z test_ops.py::TestCompositeComplianceCPU::test_operator_outer_cpu_float32 2022-09-27T15:58:03.0286526Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_outer_cpu_float32 2022-09-27T15:58:03.0502417Z test_ops.py::TestCompositeComplianceCPU::test_operator_pca_lowrank_cpu_float32 2022-09-27T15:58:03.0509407Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:58:03.1448660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 2022-09-27T15:58:03.1455803Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_copy_cpu_float32 2022-09-27T15:58:03.1716154Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_fill_cpu_float32 2022-09-27T15:58:03.1724337Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_fill_cpu_float32 2022-09-27T15:58:03.3922883Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_put_cpu_float32 2022-09-27T15:58:03.3936219Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_put_cpu_float32 2022-09-27T15:58:03.3969510Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_reduce_cpu_float32 2022-09-27T15:58:03.3979953Z [gw1] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_reduce_cpu_float32 2022-09-27T15:58:03.4307040Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_select_cpu_float32 2022-09-27T15:58:03.4317773Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_select_cpu_float32 2022-09-27T15:58:03.4502031Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_inner_cpu_float32 2022-09-27T15:58:03.4513901Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 2022-09-27T15:58:03.5497813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 2022-09-27T15:58:03.5498745Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_inner_cpu_float32 2022-09-27T15:58:03.5500487Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_int_cpu_float32 2022-09-27T15:58:03.5501140Z [gw1] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_int_cpu_float32 2022-09-27T15:58:03.5501809Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isclose_cpu_float32 2022-09-27T15:58:03.5502481Z [gw1] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isclose_cpu_float32 2022-09-27T15:58:03.5503152Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isfinite_cpu_float32 2022-09-27T15:58:03.5503835Z [gw1] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isfinite_cpu_float32 2022-09-27T15:58:03.5504484Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isin_cpu_float32 2022-09-27T15:58:03.5509215Z [gw1] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isin_cpu_float32 2022-09-27T15:58:03.5539181Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isinf_cpu_float32 2022-09-27T15:58:03.5555059Z [gw1] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isinf_cpu_float32 2022-09-27T15:58:03.5598618Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isnan_cpu_float32 2022-09-27T15:58:03.5599318Z [gw1] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isnan_cpu_float32 2022-09-27T15:58:03.5622479Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isneginf_cpu_float32 2022-09-27T15:58:03.5633984Z [gw1] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isneginf_cpu_float32 2022-09-27T15:58:03.5665213Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isposinf_cpu_float32 2022-09-27T15:58:03.5675785Z [gw1] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isposinf_cpu_float32 2022-09-27T15:58:03.5705041Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isreal_cpu_float32 2022-09-27T15:58:03.5716600Z [gw1] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isreal_cpu_float32 2022-09-27T15:58:03.8951824Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_istft_cpu_float32 2022-09-27T15:58:03.8963939Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 2022-09-27T15:58:04.2743235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 2022-09-27T15:58:04.2755461Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_istft_cpu_float32 2022-09-27T15:58:04.2791125Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:58:04.2802513Z [gw1] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:58:04.2833811Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:58:04.2844304Z [gw1] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:58:04.2874891Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_cpu_float32 2022-09-27T15:58:04.2886027Z [gw1] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_cpu_float32 2022-09-27T15:58:04.2919352Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:58:04.2929585Z [gw1] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:58:04.2958692Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_unary_cpu_float32 2022-09-27T15:58:04.2972755Z [gw1] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_unary_cpu_float32 2022-09-27T15:58:04.3373242Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kron_cpu_float32 2022-09-27T15:58:04.3386761Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 2022-09-27T15:58:04.3626466Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 2022-09-27T15:58:04.3637876Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kron_cpu_float32 2022-09-27T15:58:04.4301366Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kthvalue_cpu_float32 2022-09-27T15:58:04.4312600Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kthvalue_cpu_float32 2022-09-27T15:58:04.7327764Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ldexp_cpu_float32 2022-09-27T15:58:04.7340273Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 2022-09-27T15:58:04.7800889Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 2022-09-27T15:58:04.7813493Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ldexp_cpu_float32 2022-09-27T15:58:04.7845611Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_le_cpu_float32 2022-09-27T15:58:04.7857249Z [gw1] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_le_cpu_float32 2022-09-27T15:58:05.1353279Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lerp_cpu_float32 2022-09-27T15:58:05.1366600Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 2022-09-27T15:58:05.5952927Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 2022-09-27T15:58:05.5965522Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svd_cpu_float32 2022-09-27T15:58:05.7841855Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svdvals_cpu_float32 2022-09-27T15:58:05.7854390Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 2022-09-27T15:58:05.8459720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:58:05.8472198Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svdvals_cpu_float32 2022-09-27T15:58:05.8690469Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorinv_cpu_float32 2022-09-27T15:58:05.8703505Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorinv_cpu_float32 2022-09-27T15:58:05.9711392Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorsolve_cpu_float32 2022-09-27T15:58:05.9723800Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorsolve_cpu_float32 2022-09-27T15:58:05.9909565Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vander_cpu_float32 2022-09-27T15:58:05.9919139Z [gw0] [ 77%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vander_cpu_float32 2022-09-27T15:58:06.2234305Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vecdot_cpu_float32 2022-09-27T15:58:06.2235074Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lerp_cpu_float32 2022-09-27T15:58:06.2422775Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lgamma_cpu_float32 2022-09-27T15:58:06.2434508Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lgamma_cpu_float32 2022-09-27T15:58:06.2774552Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_cpu_float32 2022-09-27T15:58:06.2787193Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:58:06.3465008Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:58:06.3476278Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vecdot_cpu_float32 2022-09-27T15:58:06.4844664Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vector_norm_cpu_float32 2022-09-27T15:58:06.4856680Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_cpu_float32 2022-09-27T15:58:06.7802784Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_ex_cpu_float32 2022-09-27T15:58:06.7815286Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_ex_cpu_float32 2022-09-27T15:58:06.9829275Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cond_cpu_float32 2022-09-27T15:58:06.9841775Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cond_cpu_float32 2022-09-27T15:58:07.0149625Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cross_cpu_float32 2022-09-27T15:58:07.0161478Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:58:07.1058080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 2022-09-27T15:58:07.1070462Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cross_cpu_float32 2022-09-27T15:58:07.2049228Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_cpu_float32 2022-09-27T15:58:07.2067408Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_cpu_float32 2022-09-27T15:58:07.3735293Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_singular_cpu_float32 2022-09-27T15:58:07.3749528Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vector_norm_cpu_float32 2022-09-27T15:58:07.3873798Z test_ops.py::TestCompositeComplianceCPU::test_backward_log10_cpu_float32 2022-09-27T15:58:07.3885249Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log10_cpu_float32 2022-09-27T15:58:07.3952687Z test_ops.py::TestCompositeComplianceCPU::test_backward_log1p_cpu_float32 2022-09-27T15:58:07.3963520Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log1p_cpu_float32 2022-09-27T15:58:07.4093711Z test_ops.py::TestCompositeComplianceCPU::test_backward_log2_cpu_float32 2022-09-27T15:58:07.4105647Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log2_cpu_float32 2022-09-27T15:58:07.4211062Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_cpu_float32 2022-09-27T15:58:07.4222964Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log_cpu_float32 2022-09-27T15:58:07.4428985Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_cpu_float32 2022-09-27T15:58:07.4439893Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_cpu_float32 2022-09-27T15:58:07.4694442Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_dtype_cpu_float32 2022-09-27T15:58:07.4704268Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_dtype_cpu_float32 2022-09-27T15:58:07.4861612Z test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp2_cpu_float32 2022-09-27T15:58:07.4873034Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp2_cpu_float32 2022-09-27T15:58:07.5028478Z test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp_cpu_float32 2022-09-27T15:58:07.5038915Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp_cpu_float32 2022-09-27T15:58:07.5477687Z test_ops.py::TestCompositeComplianceCPU::test_backward_logcumsumexp_cpu_float32 2022-09-27T15:58:07.5491120Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_singular_cpu_float32 2022-09-27T15:58:07.5628628Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eig_cpu_float32 2022-09-27T15:58:07.5640494Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logcumsumexp_cpu_float32 2022-09-27T15:58:07.6263510Z test_ops.py::TestCompositeComplianceCPU::test_backward_logdet_cpu_float32 2022-09-27T15:58:07.6276253Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logdet_cpu_float32 2022-09-27T15:58:07.6425585Z test_ops.py::TestCompositeComplianceCPU::test_backward_logit_cpu_float32 2022-09-27T15:58:07.6437340Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logit_cpu_float32 2022-09-27T15:58:07.6851130Z test_ops.py::TestCompositeComplianceCPU::test_backward_logsumexp_cpu_float32 2022-09-27T15:58:07.6863690Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 2022-09-27T15:58:07.7202441Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 2022-09-27T15:58:07.7216260Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logsumexp_cpu_float32 2022-09-27T15:58:07.7465111Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_cpu_float32 2022-09-27T15:58:07.7478578Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eig_cpu_float32 2022-09-27T15:58:07.9216398Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigh_cpu_float32 2022-09-27T15:58:07.9229614Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigh_cpu_float32 2022-09-27T15:58:08.1135814Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvals_cpu_float32 2022-09-27T15:58:08.1148489Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvals_cpu_float32 2022-09-27T15:58:08.2298549Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvalsh_cpu_float32 2022-09-27T15:58:08.2311063Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 2022-09-27T15:58:08.2700913Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 2022-09-27T15:58:08.2714740Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvalsh_cpu_float32 2022-09-27T15:58:08.4898279Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_householder_product_cpu_float32 2022-09-27T15:58:08.4918096Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_lu_cpu_float32 2022-09-27T15:58:08.8228432Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_solve_cpu_float32 2022-09-27T15:58:08.8247064Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 2022-09-27T15:58:09.3645534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 2022-09-27T15:58:09.3657702Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 2022-09-27T15:58:09.6476205Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 2022-09-27T15:58:09.6488658Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_pca_lowrank_cpu_float32 2022-09-27T15:58:09.6578026Z test_ops.py::TestCompositeComplianceCPU::test_operator_permute_cpu_float32 2022-09-27T15:58:09.6589777Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_permute_cpu_float32 2022-09-27T15:58:09.6956663Z test_ops.py::TestCompositeComplianceCPU::test_operator_pinverse_cpu_float32 2022-09-27T15:58:09.6967950Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_pinverse_cpu_float32 2022-09-27T15:58:09.7242916Z test_ops.py::TestCompositeComplianceCPU::test_operator_polar_cpu_float32 2022-09-27T15:58:09.7255439Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polar_cpu_float32 2022-09-27T15:58:09.7415525Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:58:09.7427501Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:58:09.7589502Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:58:09.7600522Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:58:09.7763805Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:58:09.7774739Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:58:09.7939358Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:58:09.7950825Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:58:09.8101955Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:58:09.8112148Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:58:09.8162989Z test_ops.py::TestCompositeComplianceCPU::test_operator_positive_cpu_float32 2022-09-27T15:58:09.8173255Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_positive_cpu_float32 2022-09-27T15:58:09.8422446Z test_ops.py::TestCompositeComplianceCPU::test_operator_pow_cpu_float32 2022-09-27T15:58:09.8433355Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_pow_cpu_float32 2022-09-27T15:58:09.8816138Z test_ops.py::TestCompositeComplianceCPU::test_operator_prod_cpu_float32 2022-09-27T15:58:09.8829131Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 2022-09-27T15:58:09.8978933Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_bool 2022-09-27T15:58:09.8990912Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_prod_cpu_float32 2022-09-27T15:58:09.9897107Z test_ops.py::TestCompositeComplianceCPU::test_operator_put_cpu_float32 2022-09-27T15:58:09.9908928Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_put_cpu_float32 2022-09-27T15:58:10.0842480Z test_ops.py::TestCompositeComplianceCPU::test_operator_qr_cpu_float32 2022-09-27T15:58:10.0861256Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_qr_cpu_float32 2022-09-27T15:58:10.4916971Z test_ops.py::TestCompositeComplianceCPU::test_operator_quantile_cpu_float32 2022-09-27T15:58:10.4930430Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_bool 2022-09-27T15:58:10.7874456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float32 2022-09-27T15:58:10.7887636Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_quantile_cpu_float32 2022-09-27T15:58:10.7959877Z test_ops.py::TestCompositeComplianceCPU::test_operator_rad2deg_cpu_float32 2022-09-27T15:58:10.7969964Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_rad2deg_cpu_float32 2022-09-27T15:58:10.8449518Z test_ops.py::TestCompositeComplianceCPU::test_operator_rand_like_cpu_float32 2022-09-27T15:58:10.8461462Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_rand_like_cpu_float32 2022-09-27T15:58:10.9318725Z test_ops.py::TestCompositeComplianceCPU::test_operator_randint_like_cpu_float32 2022-09-27T15:58:10.9332321Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_randint_like_cpu_float32 2022-09-27T15:58:10.9344218Z test_ops.py::TestCompositeComplianceCPU::test_operator_randn_cpu_float32 2022-09-27T15:58:10.9355777Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float32 2022-09-27T15:58:10.9468161Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float64 2022-09-27T15:58:10.9479238Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_randn_cpu_float32 2022-09-27T15:58:10.9987171Z test_ops.py::TestCompositeComplianceCPU::test_operator_randn_like_cpu_float32 2022-09-27T15:58:10.9997115Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_randn_like_cpu_float32 2022-09-27T15:58:11.0079241Z test_ops.py::TestCompositeComplianceCPU::test_operator_ravel_cpu_float32 2022-09-27T15:58:11.0091070Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ravel_cpu_float32 2022-09-27T15:58:11.0143398Z test_ops.py::TestCompositeComplianceCPU::test_operator_real_cpu_float32 2022-09-27T15:58:11.0155079Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_real_cpu_float32 2022-09-27T15:58:11.0224037Z test_ops.py::TestCompositeComplianceCPU::test_operator_reciprocal_cpu_float32 2022-09-27T15:58:11.0234794Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_reciprocal_cpu_float32 2022-09-27T15:58:11.0511342Z test_ops.py::TestCompositeComplianceCPU::test_operator_remainder_cpu_float32 2022-09-27T15:58:11.0525052Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_remainder_cpu_float32 2022-09-27T15:58:11.0615561Z test_ops.py::TestCompositeComplianceCPU::test_operator_renorm_cpu_float32 2022-09-27T15:58:11.0627874Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_renorm_cpu_float32 2022-09-27T15:58:11.1182509Z test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_cpu_float32 2022-09-27T15:58:11.1193035Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_cpu_float32 2022-09-27T15:58:11.1329515Z test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_interleave_cpu_float32 2022-09-27T15:58:11.1340803Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_interleave_cpu_float32 2022-09-27T15:58:11.1471103Z test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_as_cpu_float32 2022-09-27T15:58:11.1481422Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_as_cpu_float32 2022-09-27T15:58:11.1625884Z test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_cpu_float32 2022-09-27T15:58:11.1637710Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_cpu_float32 2022-09-27T15:58:11.1656272Z test_ops.py::TestCompositeComplianceCPU::test_operator_resize__cpu_float32 2022-09-27T15:58:11.1666256Z [gw2] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_resize__cpu_float32 2022-09-27T15:58:11.1684317Z test_ops.py::TestCompositeComplianceCPU::test_operator_resize_as__cpu_float32 2022-09-27T15:58:11.1695462Z [gw2] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_resize_as__cpu_float32 2022-09-27T15:58:11.1743905Z test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_conj_cpu_float32 2022-09-27T15:58:11.1755184Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_conj_cpu_float32 2022-09-27T15:58:11.1801001Z test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_neg_cpu_float32 2022-09-27T15:58:11.1813249Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_neg_cpu_float32 2022-09-27T15:58:11.2076939Z test_ops.py::TestCompositeComplianceCPU::test_operator_roll_cpu_float32 2022-09-27T15:58:11.2086874Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_roll_cpu_float32 2022-09-27T15:58:11.2649219Z test_ops.py::TestCompositeComplianceCPU::test_operator_rot90_cpu_float32 2022-09-27T15:58:11.2661851Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_rot90_cpu_float32 2022-09-27T15:58:11.2711150Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_cpu_float32 2022-09-27T15:58:11.2722565Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_round_cpu_float32 2022-09-27T15:58:11.2788832Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_0_cpu_float32 2022-09-27T15:58:11.2798993Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_0_cpu_float32 2022-09-27T15:58:11.2866088Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_3_cpu_float32 2022-09-27T15:58:11.2875857Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_3_cpu_float32 2022-09-27T15:58:11.2941541Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_neg_3_cpu_float32 2022-09-27T15:58:11.2952111Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_neg_3_cpu_float32 2022-09-27T15:58:11.3014387Z test_ops.py::TestCompositeComplianceCPU::test_operator_rsqrt_cpu_float32 2022-09-27T15:58:11.3024923Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_rsqrt_cpu_float32 2022-09-27T15:58:11.3312958Z test_ops.py::TestCompositeComplianceCPU::test_operator_rsub_cpu_float32 2022-09-27T15:58:11.3322955Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_rsub_cpu_float32 2022-09-27T15:58:11.3662341Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_add_cpu_float32 2022-09-27T15:58:11.3674585Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_add_cpu_float32 2022-09-27T15:58:11.3803054Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_cpu_float32 2022-09-27T15:58:11.3815066Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_householder_product_cpu_float32 2022-09-27T15:58:11.4633352Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_cpu_float32 2022-09-27T15:58:11.4644889Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_cpu_float32 2022-09-27T15:58:11.4753560Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amax_cpu_float32 2022-09-27T15:58:11.4764316Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_cpu_float32 2022-09-27T15:58:11.5627171Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_ex_cpu_float32 2022-09-27T15:58:11.5639515Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amax_cpu_float32 2022-09-27T15:58:11.5815453Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amin_cpu_float32 2022-09-27T15:58:11.5826812Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_ex_cpu_float32 2022-09-27T15:58:11.5864176Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_cpu_float32 2022-09-27T15:58:11.5875371Z [gw1] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_cpu_float32 2022-09-27T15:58:11.5910896Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:58:11.5922017Z [gw1] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:58:11.5956577Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_solve_cpu_float32 2022-09-27T15:58:11.5968306Z [gw1] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_solve_cpu_float32 2022-09-27T15:58:11.6002791Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_cpu_float32 2022-09-27T15:58:11.6014358Z [gw1] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_cpu_float32 2022-09-27T15:58:11.6713503Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:58:11.6725599Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amin_cpu_float32 2022-09-27T15:58:11.7681035Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_mean_cpu_float32 2022-09-27T15:58:11.7692516Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_mean_cpu_float32 2022-09-27T15:58:11.8470781Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_prod_cpu_float32 2022-09-27T15:58:11.8481200Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_prod_cpu_float32 2022-09-27T15:58:11.9121228Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_sum_cpu_float32 2022-09-27T15:58:11.9131496Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_sum_cpu_float32 2022-09-27T15:58:12.4141015Z test_ops.py::TestCompositeComplianceCPU::test_operator_searchsorted_cpu_float32 2022-09-27T15:58:12.4153451Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_searchsorted_cpu_float32 2022-09-27T15:58:12.6249216Z test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_lengths_cpu_float32 2022-09-27T15:58:12.6260156Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_lengths_cpu_float32 2022-09-27T15:58:12.6734641Z test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_offsets_cpu_float32 2022-09-27T15:58:12.6749577Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_lu_solve_cpu_float32 2022-09-27T15:58:12.8228370Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_unpack_cpu_float32 2022-09-27T15:58:12.8240257Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_offsets_cpu_float32 2022-09-27T15:58:12.8338395Z test_ops.py::TestCompositeComplianceCPU::test_operator_select_cpu_float32 2022-09-27T15:58:12.8349280Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_select_cpu_float32 2022-09-27T15:58:12.8506142Z test_ops.py::TestCompositeComplianceCPU::test_operator_select_scatter_cpu_float32 2022-09-27T15:58:12.8517401Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_select_scatter_cpu_float32 2022-09-27T15:58:12.8562474Z test_ops.py::TestCompositeComplianceCPU::test_operator_sgn_cpu_float32 2022-09-27T15:58:12.8572729Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sgn_cpu_float32 2022-09-27T15:58:12.8653669Z test_ops.py::TestCompositeComplianceCPU::test_operator_short_cpu_float32 2022-09-27T15:58:12.8663977Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_short_cpu_float32 2022-09-27T15:58:12.8733886Z test_ops.py::TestCompositeComplianceCPU::test_operator_sigmoid_cpu_float32 2022-09-27T15:58:12.8744953Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sigmoid_cpu_float32 2022-09-27T15:58:12.8792818Z test_ops.py::TestCompositeComplianceCPU::test_operator_sign_cpu_float32 2022-09-27T15:58:12.8802803Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sign_cpu_float32 2022-09-27T15:58:12.8839989Z test_ops.py::TestCompositeComplianceCPU::test_operator_signbit_cpu_float32 2022-09-27T15:58:12.8849899Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_signbit_cpu_float32 2022-09-27T15:58:12.8894266Z test_ops.py::TestCompositeComplianceCPU::test_operator_sin_cpu_float32 2022-09-27T15:58:12.8904541Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sin_cpu_float32 2022-09-27T15:58:12.8967769Z test_ops.py::TestCompositeComplianceCPU::test_operator_sinc_cpu_float32 2022-09-27T15:58:12.8977808Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sinc_cpu_float32 2022-09-27T15:58:12.9024592Z test_ops.py::TestCompositeComplianceCPU::test_operator_sinh_cpu_float32 2022-09-27T15:58:12.9034499Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sinh_cpu_float32 2022-09-27T15:58:12.9100378Z test_ops.py::TestCompositeComplianceCPU::test_operator_slice_scatter_cpu_float32 2022-09-27T15:58:12.9114246Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float64 2022-09-27T15:58:12.9548200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int16 2022-09-27T15:58:12.9559726Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_slice_scatter_cpu_float32 2022-09-27T15:58:12.9678675Z test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_cpu_float32 2022-09-27T15:58:12.9689716Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_cpu_float32 2022-09-27T15:58:12.9826196Z test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_with_dtype_cpu_float32 2022-09-27T15:58:12.9836941Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_lu_unpack_cpu_float32 2022-09-27T15:58:12.9849700Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_with_dtype_cpu_float32 2022-09-27T15:58:12.9852199Z test_ops.py::TestCompositeComplianceCPU::test_operator_sort_cpu_float32 2022-09-27T15:58:13.0062831Z test_ops.py::TestCompositeComplianceCPU::test_backward_mH_cpu_float32 2022-09-27T15:58:13.0073953Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mH_cpu_float32 2022-09-27T15:58:13.0277333Z test_ops.py::TestCompositeComplianceCPU::test_backward_mT_cpu_float32 2022-09-27T15:58:13.0288763Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mT_cpu_float32 2022-09-27T15:58:13.1062780Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_fill_cpu_float32 2022-09-27T15:58:13.1074120Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sort_cpu_float32 2022-09-27T15:58:13.1095775Z test_ops.py::TestCompositeComplianceCPU::test_operator_sparse_sampled_addmm_cpu_float32 2022-09-27T15:58:13.1106894Z [gw2] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_sparse_sampled_addmm_cpu_float32 2022-09-27T15:58:13.1182885Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_airy_ai_cpu_float32 2022-09-27T15:58:13.1193675Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_airy_ai_cpu_float32 2022-09-27T15:58:13.1265563Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j0_cpu_float32 2022-09-27T15:58:13.1279445Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j0_cpu_float32 2022-09-27T15:58:13.1318965Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j1_cpu_float32 2022-09-27T15:58:13.1330174Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_masked_fill_cpu_float32 2022-09-27T15:58:13.1347268Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_scatter_cpu_float32 2022-09-27T15:58:13.1357201Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j1_cpu_float32 2022-09-27T15:58:13.1422762Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y0_cpu_float32 2022-09-27T15:58:13.1432784Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y0_cpu_float32 2022-09-27T15:58:13.1496044Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y1_cpu_float32 2022-09-27T15:58:13.1506363Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y1_cpu_float32 2022-09-27T15:58:13.1751659Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:58:13.1761635Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:58:13.2004645Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:58:13.2015076Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:58:13.2033871Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:58:13.2044269Z [gw2] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:58:13.2064323Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:58:13.2077457Z [gw2] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:58:13.2128317Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_entr_cpu_float32 2022-09-27T15:58:13.2139926Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_entr_cpu_float32 2022-09-27T15:58:13.2199811Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_erfcx_cpu_float32 2022-09-27T15:58:13.2209963Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_erfcx_cpu_float32 2022-09-27T15:58:13.2250470Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:58:13.2262679Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_masked_scatter_cpu_float32 2022-09-27T15:58:13.2477746Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_select_cpu_float32 2022-09-27T15:58:13.2489051Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:58:13.2756058Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:58:13.2767283Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:58:13.2832065Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i0e_cpu_float32 2022-09-27T15:58:13.2845658Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_i0e_cpu_float32 2022-09-27T15:58:13.2905283Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1_cpu_float32 2022-09-27T15:58:13.2915604Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1_cpu_float32 2022-09-27T15:58:13.2947057Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1e_cpu_float32 2022-09-27T15:58:13.2958525Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_masked_select_cpu_float32 2022-09-27T15:58:13.2971336Z test_ops.py::TestCompositeComplianceCPU::test_backward_matmul_cpu_float32 2022-09-27T15:58:13.2981663Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1e_cpu_float32 2022-09-27T15:58:13.3262033Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:58:13.3273382Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:58:13.3297226Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:58:13.3309527Z [gw2] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:58:13.3389706Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_log_ndtr_cpu_float32 2022-09-27T15:58:13.3402418Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_log_ndtr_cpu_float32 2022-09-27T15:58:13.3477950Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i0_cpu_float32 2022-09-27T15:58:13.3488813Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i0_cpu_float32 2022-09-27T15:58:13.3564163Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i1_cpu_float32 2022-09-27T15:58:13.3576653Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i1_cpu_float32 2022-09-27T15:58:13.3657767Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k0_cpu_float32 2022-09-27T15:58:13.3670607Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k0_cpu_float32 2022-09-27T15:58:13.3730806Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k1_cpu_float32 2022-09-27T15:58:13.3743160Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k1_cpu_float32 2022-09-27T15:58:13.3860675Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtr_cpu_float32 2022-09-27T15:58:13.3872506Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtr_cpu_float32 2022-09-27T15:58:13.3932850Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtri_cpu_float32 2022-09-27T15:58:13.3946317Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtri_cpu_float32 2022-09-27T15:58:13.4089647Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:58:13.4100790Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:58:13.4164279Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:58:13.4178178Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:58:13.4255703Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:58:13.4266620Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:58:13.4287004Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:58:13.4298126Z [gw2] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:58:13.4320914Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:58:13.4332178Z [gw2] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:58:13.4349793Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:58:13.4361036Z [gw2] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:58:13.4378527Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:58:13.4390452Z [gw2] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:58:13.4463511Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:58:13.4473324Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:58:13.4744733Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_xlog1py_cpu_float32 2022-09-27T15:58:13.4757114Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_xlog1py_cpu_float32 2022-09-27T15:58:13.4989866Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_zeta_cpu_float32 2022-09-27T15:58:13.5002917Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_zeta_cpu_float32 2022-09-27T15:58:13.5006804Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_cpu_float32 2022-09-27T15:58:13.5017415Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_matmul_cpu_float32 2022-09-27T15:58:13.5069594Z test_ops.py::TestCompositeComplianceCPU::test_backward_matrix_exp_cpu_float32 2022-09-27T15:58:13.5081372Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_split_cpu_float32 2022-09-27T15:58:13.5191311Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_list_args_cpu_float32 2022-09-27T15:58:13.5204378Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_split_list_args_cpu_float32 2022-09-27T15:58:13.5261541Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_with_sizes_cpu_float32 2022-09-27T15:58:13.5265005Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_matrix_exp_cpu_float32 2022-09-27T15:58:13.5280255Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int16 2022-09-27T15:58:13.5282870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int32 2022-09-27T15:58:13.5358469Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_binary_cpu_float32 2022-09-27T15:58:13.5370243Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_split_with_sizes_cpu_float32 2022-09-27T15:58:13.5418159Z test_ops.py::TestCompositeComplianceCPU::test_operator_sqrt_cpu_float32 2022-09-27T15:58:13.5447246Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sqrt_cpu_float32 2022-09-27T15:58:13.5517846Z test_ops.py::TestCompositeComplianceCPU::test_operator_square_cpu_float32 2022-09-27T15:58:13.5528818Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_square_cpu_float32 2022-09-27T15:58:13.5658251Z test_ops.py::TestCompositeComplianceCPU::test_operator_squeeze_cpu_float32 2022-09-27T15:58:13.5670060Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_squeeze_cpu_float32 2022-09-27T15:58:13.5835604Z test_ops.py::TestCompositeComplianceCPU::test_operator_stack_cpu_float32 2022-09-27T15:58:13.5846302Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_stack_cpu_float32 2022-09-27T15:58:13.6021302Z test_ops.py::TestCompositeComplianceCPU::test_operator_std_cpu_float32 2022-09-27T15:58:13.6032638Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_std_cpu_float32 2022-09-27T15:58:13.6271221Z test_ops.py::TestCompositeComplianceCPU::test_operator_std_mean_cpu_float32 2022-09-27T15:58:13.6282312Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_std_mean_cpu_float32 2022-09-27T15:58:13.6891196Z test_ops.py::TestCompositeComplianceCPU::test_operator_stft_cpu_float32 2022-09-27T15:58:13.6903502Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_stft_cpu_float32 2022-09-27T15:58:13.6986045Z test_ops.py::TestCompositeComplianceCPU::test_operator_sub_cpu_float32 2022-09-27T15:58:13.6997244Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_max_binary_cpu_float32 2022-09-27T15:58:13.7131907Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_no_dim_cpu_float32 2022-09-27T15:58:13.7142947Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_no_dim_cpu_float32 2022-09-27T15:58:13.7203265Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_with_dim_cpu_float32 2022-09-27T15:58:13.7215197Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sub_cpu_float32 2022-09-27T15:58:13.7319067Z test_ops.py::TestCompositeComplianceCPU::test_operator_sum_cpu_float32 2022-09-27T15:58:13.7330059Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_with_dim_cpu_float32 2022-09-27T15:58:13.7520634Z test_ops.py::TestCompositeComplianceCPU::test_backward_maximum_cpu_float32 2022-09-27T15:58:13.7535237Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sum_cpu_float32 2022-09-27T15:58:13.7778719Z test_ops.py::TestCompositeComplianceCPU::test_operator_sum_to_size_cpu_float32 2022-09-27T15:58:13.7789660Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sum_to_size_cpu_float32 2022-09-27T15:58:13.9084447Z test_ops.py::TestCompositeComplianceCPU::test_operator_svd_cpu_float32 2022-09-27T15:58:13.9096570Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_maximum_cpu_float32 2022-09-27T15:58:13.9691479Z test_ops.py::TestCompositeComplianceCPU::test_backward_mean_cpu_float32 2022-09-27T15:58:13.9704013Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mean_cpu_float32 2022-09-27T15:58:14.0311671Z test_ops.py::TestCompositeComplianceCPU::test_backward_median_cpu_float32 2022-09-27T15:58:14.0322251Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_median_cpu_float32 2022-09-27T15:58:14.1453516Z test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:58:14.1464709Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int32 2022-09-27T15:58:14.2364286Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int64 2022-09-27T15:58:14.2375897Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:58:14.4592783Z test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:58:14.4604065Z [gw2] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_svd_cpu_float32 2022-09-27T15:58:14.8215799Z test_ops.py::TestCompositeComplianceCPU::test_operator_svd_lowrank_cpu_float32 2022-09-27T15:58:14.8228610Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int64 2022-09-27T15:58:15.4391524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int8 2022-09-27T15:58:15.4404445Z [gw3] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int8 2022-09-27T15:58:15.5798709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_uint8 2022-09-27T15:58:15.5799992Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:58:15.7355736Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_binary_cpu_float32 2022-09-27T15:58:15.7366515Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_min_binary_cpu_float32 2022-09-27T15:58:15.7499341Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_no_dim_cpu_float32 2022-09-27T15:58:15.7509696Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_no_dim_cpu_float32 2022-09-27T15:58:15.7657611Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_with_dim_cpu_float32 2022-09-27T15:58:15.7668011Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_with_dim_cpu_float32 2022-09-27T15:58:15.9075992Z test_ops.py::TestCompositeComplianceCPU::test_backward_minimum_cpu_float32 2022-09-27T15:58:15.9088525Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_minimum_cpu_float32 2022-09-27T15:58:15.9224629Z test_ops.py::TestCompositeComplianceCPU::test_backward_mm_cpu_float32 2022-09-27T15:58:15.9235537Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mm_cpu_float32 2022-09-27T15:58:15.9522525Z test_ops.py::TestCompositeComplianceCPU::test_backward_mode_cpu_float32 2022-09-27T15:58:15.9530883Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mode_cpu_float32 2022-09-27T15:58:15.9620520Z test_ops.py::TestCompositeComplianceCPU::test_backward_movedim_cpu_float32 2022-09-27T15:58:15.9630967Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_movedim_cpu_float32 2022-09-27T15:58:15.9774145Z test_ops.py::TestCompositeComplianceCPU::test_backward_msort_cpu_float32 2022-09-27T15:58:15.9786671Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_msort_cpu_float32 2022-09-27T15:58:16.0807399Z test_ops.py::TestCompositeComplianceCPU::test_backward_mul_cpu_float32 2022-09-27T15:58:16.0808084Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mul_cpu_float32 2022-09-27T15:58:16.0918989Z test_ops.py::TestCompositeComplianceCPU::test_backward_mv_cpu_float32 2022-09-27T15:58:16.0930752Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mv_cpu_float32 2022-09-27T15:58:16.1407421Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:58:16.1419207Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:58:16.1729937Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:58:16.1746659Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_uint8 2022-09-27T15:58:16.1875347Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bfloat16 2022-09-27T15:58:16.1886006Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:58:16.2333065Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:58:16.2346168Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:58:16.2507126Z test_ops.py::TestCompositeComplianceCPU::test_backward_nan_to_num_cpu_float32 2022-09-27T15:58:16.2519646Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nan_to_num_cpu_float32 2022-09-27T15:58:16.4230426Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanmean_cpu_float32 2022-09-27T15:58:16.4248032Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bfloat16 2022-09-27T15:58:16.4549493Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bool 2022-09-27T15:58:16.4561501Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nanmean_cpu_float32 2022-09-27T15:58:16.5100960Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanmedian_cpu_float32 2022-09-27T15:58:16.5112649Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nanmedian_cpu_float32 2022-09-27T15:58:16.5640652Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanquantile_cpu_float32 2022-09-27T15:58:16.5653866Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:58:16.6456299Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_cpu_float32 2022-09-27T15:58:16.6469408Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bool 2022-09-27T15:58:17.1142355Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex128 2022-09-27T15:58:17.1155253Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex128 2022-09-27T15:58:17.2317970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex64 2022-09-27T15:58:17.2330225Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_cpu_float32 2022-09-27T15:58:17.4202526Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_cpu_float32 2022-09-27T15:58:17.4213442Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex64 2022-09-27T15:58:17.5455723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float32 2022-09-27T15:58:17.5468506Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float32 2022-09-27T15:58:17.6475076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float64 2022-09-27T15:58:17.6486842Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_cpu_float32 2022-09-27T15:58:17.7359314Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:58:17.7369795Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float64 2022-09-27T15:58:17.8952257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int16 2022-09-27T15:58:17.8962578Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int16 2022-09-27T15:58:17.9201128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int32 2022-09-27T15:58:17.9213228Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nanquantile_cpu_float32 2022-09-27T15:58:18.0139474Z test_ops.py::TestCompositeComplianceCPU::test_backward_nansum_cpu_float32 2022-09-27T15:58:18.0151980Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:58:18.0521846Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_solve_cpu_float32 2022-09-27T15:58:18.0533002Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nansum_cpu_float32 2022-09-27T15:58:18.0582093Z test_ops.py::TestCompositeComplianceCPU::test_backward_narrow_cpu_float32 2022-09-27T15:58:18.0595109Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int32 2022-09-27T15:58:18.0627522Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int64 2022-09-27T15:58:18.0639848Z [gw0] [ 78%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_narrow_cpu_float32 2022-09-27T15:58:18.2487877Z test_ops.py::TestCompositeComplianceCPU::test_backward_native_layer_norm_cpu_float32 2022-09-27T15:58:18.2501338Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int64 2022-09-27T15:58:18.2992268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int8 2022-09-27T15:58:18.3004143Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_native_layer_norm_cpu_float32 2022-09-27T15:58:18.3066324Z test_ops.py::TestCompositeComplianceCPU::test_backward_neg_cpu_float32 2022-09-27T15:58:18.3076938Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_neg_cpu_float32 2022-09-27T15:58:18.3375208Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:58:18.3385892Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:58:18.3759762Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:58:18.3782833Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:58:18.4117593Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:58:18.4130459Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int8 2022-09-27T15:58:18.4268597Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_uint8 2022-09-27T15:58:18.4279772Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:58:18.4686391Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:58:18.4696789Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:58:18.5526215Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:58:18.5539115Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:58:18.5700015Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:58:18.5713323Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_uint8 2022-09-27T15:58:18.6307783Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bfloat16 2022-09-27T15:58:18.6319387Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:58:18.6793784Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:58:18.6804919Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:58:18.7144319Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:58:18.7155526Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:58:18.7529557Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:58:18.7540716Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:58:18.8380541Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_batch_norm_cpu_float32 2022-09-27T15:58:18.8393504Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bfloat16 2022-09-27T15:58:19.1016060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bool 2022-09-27T15:58:19.1029028Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bool 2022-09-27T15:58:19.5410898Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex128 2022-09-27T15:58:19.5422918Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex128 2022-09-27T15:58:19.7058469Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex64 2022-09-27T15:58:19.7071802Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_batch_norm_cpu_float32 2022-09-27T15:58:19.8418382Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_bilinear_cpu_float32 2022-09-27T15:58:19.8431329Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex64 2022-09-27T15:58:20.2533169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float16 2022-09-27T15:58:20.2546347Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float16 2022-09-27T15:58:20.3988370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float32 2022-09-27T15:58:20.4000829Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float32 2022-09-27T15:58:20.6129250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float64 2022-09-27T15:58:20.6143295Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float64 2022-09-27T15:58:20.7456005Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int16 2022-09-27T15:58:20.7468938Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int16 2022-09-27T15:58:20.8855596Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int32 2022-09-27T15:58:20.8867919Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int32 2022-09-27T15:58:21.0093691Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int64 2022-09-27T15:58:21.0106742Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_bilinear_cpu_float32 2022-09-27T15:58:21.0448157Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:58:21.0461235Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int64 2022-09-27T15:58:21.1810927Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int8 2022-09-27T15:58:21.1825399Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int8 2022-09-27T15:58:21.2028955Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_uint8 2022-09-27T15:58:21.2042125Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:58:21.3109986Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:58:21.3122966Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_uint8 2022-09-27T15:58:21.3260536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bfloat16 2022-09-27T15:58:21.3270794Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bfloat16 2022-09-27T15:58:21.3389585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bool 2022-09-27T15:58:21.3399861Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bool 2022-09-27T15:58:21.3538744Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex128 2022-09-27T15:58:21.3549768Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex128 2022-09-27T15:58:21.3683360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex32 2022-09-27T15:58:21.3685323Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex32 2022-09-27T15:58:21.3820888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex64 2022-09-27T15:58:21.3832264Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex64 2022-09-27T15:58:21.3964098Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float16 2022-09-27T15:58:21.3976168Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float16 2022-09-27T15:58:21.4112540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float32 2022-09-27T15:58:21.4124579Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float32 2022-09-27T15:58:21.4248098Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float64 2022-09-27T15:58:21.4258462Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float64 2022-09-27T15:58:21.4372092Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int16 2022-09-27T15:58:21.4379848Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int16 2022-09-27T15:58:21.4494424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int32 2022-09-27T15:58:21.4506017Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int32 2022-09-27T15:58:21.4637813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int64 2022-09-27T15:58:21.4650288Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int64 2022-09-27T15:58:21.4775682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int8 2022-09-27T15:58:21.4788797Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int8 2022-09-27T15:58:21.4920079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_uint8 2022-09-27T15:58:21.4930798Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_uint8 2022-09-27T15:58:21.5038410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bfloat16 2022-09-27T15:58:21.5048538Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bfloat16 2022-09-27T15:58:21.5151843Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bool 2022-09-27T15:58:21.5164664Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bool 2022-09-27T15:58:21.5292924Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex128 2022-09-27T15:58:21.5306086Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex128 2022-09-27T15:58:21.5973254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex32 2022-09-27T15:58:21.5981125Z [gw3] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex32 2022-09-27T15:58:21.6422043Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_cpu_float32 2022-09-27T15:58:21.6429847Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_cpu_float32 2022-09-27T15:58:21.6917675Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_with_dtype_cpu_float32 2022-09-27T15:58:21.6927015Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_with_dtype_cpu_float32 2022-09-27T15:58:21.9874810Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sort_cpu_float32 2022-09-27T15:58:21.9887831Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:58:21.9992142Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_celu_cpu_float32 2022-09-27T15:58:22.0004513Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_celu_cpu_float32 2022-09-27T15:58:22.0068771Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv1d_cpu_float32 2022-09-27T15:58:22.0078293Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sort_cpu_float32 2022-09-27T15:58:22.0118922Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sparse_sampled_addmm_cpu_float32 2022-09-27T15:58:22.0132033Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sparse_sampled_addmm_cpu_float32 2022-09-27T15:58:22.0167116Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_airy_ai_cpu_float32 2022-09-27T15:58:22.0180057Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_airy_ai_cpu_float32 2022-09-27T15:58:22.0210120Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j0_cpu_float32 2022-09-27T15:58:22.0221062Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j0_cpu_float32 2022-09-27T15:58:22.0250666Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j1_cpu_float32 2022-09-27T15:58:22.0263020Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j1_cpu_float32 2022-09-27T15:58:22.0292683Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y0_cpu_float32 2022-09-27T15:58:22.0304672Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y0_cpu_float32 2022-09-27T15:58:22.0333696Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y1_cpu_float32 2022-09-27T15:58:22.0344260Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y1_cpu_float32 2022-09-27T15:58:22.0374951Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:58:22.0385987Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:58:22.0425262Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:58:22.0435790Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:58:22.0453782Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:58:22.0465676Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:58:22.0483636Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:58:22.0504118Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:58:22.0654326Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_entr_cpu_float32 2022-09-27T15:58:22.0666436Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_entr_cpu_float32 2022-09-27T15:58:22.0864835Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_erfcx_cpu_float32 2022-09-27T15:58:22.0875067Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_erfcx_cpu_float32 2022-09-27T15:58:22.0908543Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:58:22.0920020Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:58:22.0951371Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:58:22.0962091Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:58:22.1137118Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i0e_cpu_float32 2022-09-27T15:58:22.1147312Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i0e_cpu_float32 2022-09-27T15:58:22.1384998Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1_cpu_float32 2022-09-27T15:58:22.1396675Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1_cpu_float32 2022-09-27T15:58:22.1686050Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1e_cpu_float32 2022-09-27T15:58:22.1697309Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1e_cpu_float32 2022-09-27T15:58:22.1726863Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:58:22.1738717Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:58:22.1757773Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:58:22.1770476Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:58:22.2042780Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_log_ndtr_cpu_float32 2022-09-27T15:58:22.2053116Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_log_ndtr_cpu_float32 2022-09-27T15:58:22.2082591Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i0_cpu_float32 2022-09-27T15:58:22.2094225Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i0_cpu_float32 2022-09-27T15:58:22.2125584Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i1_cpu_float32 2022-09-27T15:58:22.2136196Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i1_cpu_float32 2022-09-27T15:58:22.2165427Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k0_cpu_float32 2022-09-27T15:58:22.2176410Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k0_cpu_float32 2022-09-27T15:58:22.2210054Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k1_cpu_float32 2022-09-27T15:58:22.2221630Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k1_cpu_float32 2022-09-27T15:58:22.2580347Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtr_cpu_float32 2022-09-27T15:58:22.2590527Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtr_cpu_float32 2022-09-27T15:58:22.2604775Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv1d_cpu_float32 2022-09-27T15:58:22.2606424Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtri_cpu_float32 2022-09-27T15:58:22.2820290Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv2d_cpu_float32 2022-09-27T15:58:22.2831163Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtri_cpu_float32 2022-09-27T15:58:22.3384784Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:58:22.3396714Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:58:22.3433853Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:58:22.3442298Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:58:22.3472217Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:58:22.3483040Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:58:22.3502282Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:58:22.3513129Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:58:22.3531616Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:58:22.3542060Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:58:22.3560761Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:58:22.3572918Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:58:22.3593403Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:58:22.3604557Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:58:22.3638561Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:58:22.3651555Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:58:22.7999338Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_xlog1py_cpu_float32 2022-09-27T15:58:22.8012998Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_xlog1py_cpu_float32 2022-09-27T15:58:22.8053915Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_zeta_cpu_float32 2022-09-27T15:58:22.8065642Z [gw3] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_zeta_cpu_float32 2022-09-27T15:58:22.8253952Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_cpu_float32 2022-09-27T15:58:22.8264363Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_cpu_float32 2022-09-27T15:58:22.8575696Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_list_args_cpu_float32 2022-09-27T15:58:22.8586266Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_list_args_cpu_float32 2022-09-27T15:58:22.8996911Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_with_sizes_cpu_float32 2022-09-27T15:58:22.9007896Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_with_sizes_cpu_float32 2022-09-27T15:58:22.9095397Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sqrt_cpu_float32 2022-09-27T15:58:22.9106147Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sqrt_cpu_float32 2022-09-27T15:58:22.9345854Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_square_cpu_float32 2022-09-27T15:58:22.9356133Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_square_cpu_float32 2022-09-27T15:58:22.9722804Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_squeeze_cpu_float32 2022-09-27T15:58:22.9732810Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_squeeze_cpu_float32 2022-09-27T15:58:23.0349011Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stack_cpu_float32 2022-09-27T15:58:23.0357715Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stack_cpu_float32 2022-09-27T15:58:23.1129165Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_cpu_float32 2022-09-27T15:58:23.1139177Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_cpu_float32 2022-09-27T15:58:23.1461725Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_mean_cpu_float32 2022-09-27T15:58:23.1478119Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv2d_cpu_float32 2022-09-27T15:58:23.1861277Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:58:23.1868615Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_mean_cpu_float32 2022-09-27T15:58:23.3849320Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stft_cpu_float32 2022-09-27T15:58:23.3861236Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:58:23.4805381Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:58:23.4820557Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stft_cpu_float32 2022-09-27T15:58:23.6762373Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sub_cpu_float32 2022-09-27T15:58:23.6776330Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:58:23.7537910Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:58:23.7545448Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sub_cpu_float32 2022-09-27T15:58:23.8271246Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_cpu_float32 2022-09-27T15:58:23.8284092Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_cpu_float32 2022-09-27T15:58:23.8984627Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_to_size_cpu_float32 2022-09-27T15:58:23.8996209Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_to_size_cpu_float32 2022-09-27T15:58:23.9546116Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_cpu_float32 2022-09-27T15:58:23.9557675Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:58:24.3699938Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:58:24.3709845Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:58:24.6349745Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:58:24.6363738Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:58:24.9715536Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:58:24.9727315Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:58:25.5924220Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:58:25.5936677Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:58:25.6780131Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout2d_cpu_float32 2022-09-27T15:58:25.6793961Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout2d_cpu_float32 2022-09-27T15:58:25.7812304Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout3d_cpu_float32 2022-09-27T15:58:25.7823331Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout3d_cpu_float32 2022-09-27T15:58:25.8837700Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout_cpu_float32 2022-09-27T15:58:25.8850163Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout_cpu_float32 2022-09-27T15:58:25.8972435Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_elu_cpu_float32 2022-09-27T15:58:25.8983949Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_elu_cpu_float32 2022-09-27T15:58:26.0940715Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:58:26.0953200Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_svd_lowrank_cpu_float32 2022-09-27T15:58:26.1196316Z test_ops.py::TestCompositeComplianceCPU::test_operator_symeig_cpu_float32 2022-09-27T15:58:26.1208368Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_symeig_cpu_float32 2022-09-27T15:58:26.1289675Z test_ops.py::TestCompositeComplianceCPU::test_operator_t_cpu_float32 2022-09-27T15:58:26.1302459Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_t_cpu_float32 2022-09-27T15:58:26.1515912Z test_ops.py::TestCompositeComplianceCPU::test_operator_take_along_dim_cpu_float32 2022-09-27T15:58:26.1527112Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_take_along_dim_cpu_float32 2022-09-27T15:58:26.1775858Z test_ops.py::TestCompositeComplianceCPU::test_operator_take_cpu_float32 2022-09-27T15:58:26.1785885Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_take_cpu_float32 2022-09-27T15:58:26.1832804Z test_ops.py::TestCompositeComplianceCPU::test_operator_tan_cpu_float32 2022-09-27T15:58:26.1843521Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_tan_cpu_float32 2022-09-27T15:58:26.1885795Z test_ops.py::TestCompositeComplianceCPU::test_operator_tanh_cpu_float32 2022-09-27T15:58:26.1896121Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_tanh_cpu_float32 2022-09-27T15:58:26.1949777Z test_ops.py::TestCompositeComplianceCPU::test_operator_tensor_split_cpu_float32 2022-09-27T15:58:26.1960241Z [gw2] [ 78%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_operator_tensor_split_cpu_float32 2022-09-27T15:58:26.2127344Z test_ops.py::TestCompositeComplianceCPU::test_operator_tensordot_cpu_float32 2022-09-27T15:58:26.2139510Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_tensordot_cpu_float32 2022-09-27T15:58:26.2885315Z test_ops.py::TestCompositeComplianceCPU::test_operator_tile_cpu_float32 2022-09-27T15:58:26.2897960Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_tile_cpu_float32 2022-09-27T15:58:26.3432781Z test_ops.py::TestCompositeComplianceCPU::test_operator_to_cpu_float32 2022-09-27T15:58:26.3441435Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_to_cpu_float32 2022-09-27T15:58:26.3461402Z test_ops.py::TestCompositeComplianceCPU::test_operator_to_sparse_cpu_float32 2022-09-27T15:58:26.3475220Z [gw2] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_to_sparse_cpu_float32 2022-09-27T15:58:26.3733849Z test_ops.py::TestCompositeComplianceCPU::test_operator_topk_cpu_float32 2022-09-27T15:58:26.3744256Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_topk_cpu_float32 2022-09-27T15:58:26.3785641Z test_ops.py::TestCompositeComplianceCPU::test_operator_trace_cpu_float32 2022-09-27T15:58:26.3795641Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_trace_cpu_float32 2022-09-27T15:58:26.3940392Z test_ops.py::TestCompositeComplianceCPU::test_operator_transpose_cpu_float32 2022-09-27T15:58:26.3950371Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_transpose_cpu_float32 2022-09-27T15:58:26.4467224Z test_ops.py::TestCompositeComplianceCPU::test_operator_trapezoid_cpu_float32 2022-09-27T15:58:26.4478304Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_trapezoid_cpu_float32 2022-09-27T15:58:26.4987962Z test_ops.py::TestCompositeComplianceCPU::test_operator_trapz_cpu_float32 2022-09-27T15:58:26.5001588Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_trapz_cpu_float32 2022-09-27T15:58:26.5451009Z test_ops.py::TestCompositeComplianceCPU::test_operator_triangular_solve_cpu_float32 2022-09-27T15:58:26.5463203Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_triangular_solve_cpu_float32 2022-09-27T15:58:26.5626695Z test_ops.py::TestCompositeComplianceCPU::test_operator_tril_cpu_float32 2022-09-27T15:58:26.5638670Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_tril_cpu_float32 2022-09-27T15:58:26.5795929Z test_ops.py::TestCompositeComplianceCPU::test_operator_triu_cpu_float32 2022-09-27T15:58:26.5804943Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_triu_cpu_float32 2022-09-27T15:58:26.6075192Z test_ops.py::TestCompositeComplianceCPU::test_operator_true_divide_cpu_float32 2022-09-27T15:58:26.6086637Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_true_divide_cpu_float32 2022-09-27T15:58:26.6136460Z test_ops.py::TestCompositeComplianceCPU::test_operator_trunc_cpu_float32 2022-09-27T15:58:26.6147925Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_trunc_cpu_float32 2022-09-27T15:58:26.6403255Z test_ops.py::TestCompositeComplianceCPU::test_operator_unbind_cpu_float32 2022-09-27T15:58:26.6416734Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unbind_cpu_float32 2022-09-27T15:58:26.6609182Z test_ops.py::TestCompositeComplianceCPU::test_operator_unflatten_cpu_float32 2022-09-27T15:58:26.6622110Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unflatten_cpu_float32 2022-09-27T15:58:26.6726785Z test_ops.py::TestCompositeComplianceCPU::test_operator_unfold_cpu_float32 2022-09-27T15:58:26.6738370Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:58:26.6925054Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_cpu_float32 2022-09-27T15:58:26.6936034Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_cpu_float32 2022-09-27T15:58:26.7052643Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:58:26.7064900Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unfold_cpu_float32 2022-09-27T15:58:26.7294993Z test_ops.py::TestCompositeComplianceCPU::test_operator_uniform_cpu_float32 2022-09-27T15:58:26.7302590Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_uniform_cpu_float32 2022-09-27T15:58:26.7418427Z test_ops.py::TestCompositeComplianceCPU::test_operator_unique_consecutive_cpu_float32 2022-09-27T15:58:26.7431593Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:58:26.8269779Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:58:26.8277896Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:58:27.0739090Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:58:27.0754072Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:58:27.2523817Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:58:27.2535609Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unique_consecutive_cpu_float32 2022-09-27T15:58:27.4034333Z test_ops.py::TestCompositeComplianceCPU::test_operator_unique_cpu_float32 2022-09-27T15:58:27.4048812Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:58:27.4144948Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:58:27.4157795Z [gw0] [ 78%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:58:27.4416309Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gelu_cpu_float32 2022-09-27T15:58:27.4429632Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gelu_cpu_float32 2022-09-27T15:58:27.5841856Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_glu_cpu_float32 2022-09-27T15:58:27.5852327Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_glu_cpu_float32 2022-09-27T15:58:27.8696613Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_grid_sample_cpu_float32 2022-09-27T15:58:27.8708101Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_grid_sample_cpu_float32 2022-09-27T15:58:27.9897675Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_group_norm_cpu_float32 2022-09-27T15:58:27.9908310Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_group_norm_cpu_float32 2022-09-27T15:58:28.0076819Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardshrink_cpu_float32 2022-09-27T15:58:28.0088247Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardshrink_cpu_float32 2022-09-27T15:58:28.0186510Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:58:28.0194727Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:58:28.0327973Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardswish_cpu_float32 2022-09-27T15:58:28.0337627Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardswish_cpu_float32 2022-09-27T15:58:28.0510615Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardtanh_cpu_float32 2022-09-27T15:58:28.0523314Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardtanh_cpu_float32 2022-09-27T15:58:28.2170263Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:58:28.2180747Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:58:28.2845824Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_huber_loss_cpu_float32 2022-09-27T15:58:28.2861585Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_huber_loss_cpu_float32 2022-09-27T15:58:28.2873008Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unique_cpu_float32 2022-09-27T15:58:28.2874840Z test_ops.py::TestCompositeComplianceCPU::test_operator_unsqueeze_cpu_float32 2022-09-27T15:58:28.3007602Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_instance_norm_cpu_float32 2022-09-27T15:58:28.3020105Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unsqueeze_cpu_float32 2022-09-27T15:58:28.3189709Z test_ops.py::TestCompositeComplianceCPU::test_operator_var_cpu_float32 2022-09-27T15:58:28.3200882Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_var_cpu_float32 2022-09-27T15:58:28.3429988Z test_ops.py::TestCompositeComplianceCPU::test_operator_var_mean_cpu_float32 2022-09-27T15:58:28.3442028Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_var_mean_cpu_float32 2022-09-27T15:58:28.3499779Z test_ops.py::TestCompositeComplianceCPU::test_operator_vdot_cpu_float32 2022-09-27T15:58:28.3513223Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_vdot_cpu_float32 2022-09-27T15:58:28.3559098Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_complex_cpu_float32 2022-09-27T15:58:28.3570615Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_complex_cpu_float32 2022-09-27T15:58:28.3703753Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_cpu_float32 2022-09-27T15:58:28.3713688Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_cpu_float32 2022-09-27T15:58:28.3861558Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_cpu_float32 2022-09-27T15:58:28.3872477Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_view_cpu_float32 2022-09-27T15:58:28.3968817Z test_ops.py::TestCompositeComplianceCPU::test_operator_vsplit_cpu_float32 2022-09-27T15:58:28.3980025Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_vsplit_cpu_float32 2022-09-27T15:58:28.4056966Z test_ops.py::TestCompositeComplianceCPU::test_operator_vstack_cpu_float32 2022-09-27T15:58:28.4067440Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_vstack_cpu_float32 2022-09-27T15:58:28.4363085Z test_ops.py::TestCompositeComplianceCPU::test_operator_where_cpu_float32 2022-09-27T15:58:28.4373398Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_where_cpu_float32 2022-09-27T15:58:28.4640940Z test_ops.py::TestCompositeComplianceCPU::test_operator_xlogy_cpu_float32 2022-09-27T15:58:28.4653354Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_xlogy_cpu_float32 2022-09-27T15:58:28.4734768Z test_ops.py::TestCompositeComplianceCPU::test_operator_zero__cpu_float32 2022-09-27T15:58:28.4746679Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_zero__cpu_float32 2022-09-27T15:58:28.4797204Z test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_cpu_float32 2022-09-27T15:58:28.4807003Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_cpu_float32 2022-09-27T15:58:28.5006759Z test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_like_cpu_float32 2022-09-27T15:58:28.5019023Z [gw2] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_like_cpu_float32 2022-09-27T15:58:28.5079552Z test_ops.py::TestMathBitsCPU::test_conj_view_H_cpu_complex64 2022-09-27T15:58:28.5090523Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_H_cpu_complex64 2022-09-27T15:58:28.5146277Z test_ops.py::TestMathBitsCPU::test_conj_view_T_cpu_complex64 2022-09-27T15:58:28.5157229Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_T_cpu_complex64 2022-09-27T15:58:28.5464303Z test_ops.py::TestMathBitsCPU::test_conj_view___getitem___cpu_complex64 2022-09-27T15:58:28.5476537Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___getitem___cpu_complex64 2022-09-27T15:58:28.5627089Z test_ops.py::TestMathBitsCPU::test_conj_view___radd___cpu_complex64 2022-09-27T15:58:28.5637356Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___radd___cpu_complex64 2022-09-27T15:58:28.5807811Z test_ops.py::TestMathBitsCPU::test_conj_view___rdiv___cpu_complex64 2022-09-27T15:58:28.5818157Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___rdiv___cpu_complex64 2022-09-27T15:58:28.6088076Z test_ops.py::TestMathBitsCPU::test_conj_view___rmatmul___cpu_complex64 2022-09-27T15:58:28.6099436Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___rmatmul___cpu_complex64 2022-09-27T15:58:28.6292814Z test_ops.py::TestMathBitsCPU::test_conj_view___rmul___cpu_complex64 2022-09-27T15:58:28.6303710Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___rmul___cpu_complex64 2022-09-27T15:58:28.6541243Z test_ops.py::TestMathBitsCPU::test_conj_view___rpow___cpu_complex64 2022-09-27T15:58:28.6554823Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___rpow___cpu_complex64 2022-09-27T15:58:28.6740676Z test_ops.py::TestMathBitsCPU::test_conj_view___rsub___cpu_complex64 2022-09-27T15:58:28.6752177Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___rsub___cpu_complex64 2022-09-27T15:58:28.7013859Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_cumprod_cpu_complex64 2022-09-27T15:58:28.7026185Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_cumprod_cpu_complex64 2022-09-27T15:58:28.7219506Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_cumsum_cpu_complex64 2022-09-27T15:58:28.7231812Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_cumsum_cpu_complex64 2022-09-27T15:58:28.8349333Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_mean_cpu_complex64 2022-09-27T15:58:28.8359813Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_mean_cpu_complex64 2022-09-27T15:58:28.9046485Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_normalize_cpu_complex64 2022-09-27T15:58:28.9057026Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_normalize_cpu_complex64 2022-09-27T15:58:29.0369943Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_prod_cpu_complex64 2022-09-27T15:58:29.0381574Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_prod_cpu_complex64 2022-09-27T15:58:29.2561317Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_std_cpu_complex64 2022-09-27T15:58:29.2573726Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_std_cpu_complex64 2022-09-27T15:58:29.3754493Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_sum_cpu_complex64 2022-09-27T15:58:29.3767401Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_sum_cpu_complex64 2022-09-27T15:58:29.5441464Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_var_cpu_complex64 2022-09-27T15:58:29.5453418Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_var_cpu_complex64 2022-09-27T15:58:29.5497617Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_abs_cpu_complex64 2022-09-27T15:58:29.5509052Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_abs_cpu_complex64 2022-09-27T15:58:29.5561867Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_acos_cpu_complex64 2022-09-27T15:58:29.5572234Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_acos_cpu_complex64 2022-09-27T15:58:29.5622919Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_acosh_cpu_complex64 2022-09-27T15:58:29.5633257Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_acosh_cpu_complex64 2022-09-27T15:58:29.5789608Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_add_cpu_complex64 2022-09-27T15:58:29.5799710Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_add_cpu_complex64 2022-09-27T15:58:29.5930450Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_addcdiv_cpu_complex64 2022-09-27T15:58:29.5940488Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_addcdiv_cpu_complex64 2022-09-27T15:58:29.6001432Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_addr_cpu_complex64 2022-09-27T15:58:29.6011392Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_addr_cpu_complex64 2022-09-27T15:58:29.6272854Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_all_cpu_complex64 2022-09-27T15:58:29.6282932Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_all_cpu_complex64 2022-09-27T15:58:29.6407950Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_allclose_cpu_complex64 2022-09-27T15:58:29.6418094Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_allclose_cpu_complex64 2022-09-27T15:58:29.6666348Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_any_cpu_complex64 2022-09-27T15:58:29.6676306Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_any_cpu_complex64 2022-09-27T15:58:29.6695079Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_as_strided_cpu_complex64 2022-09-27T15:58:29.6705498Z [gw2] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_as_strided_cpu_complex64 2022-09-27T15:58:29.6746145Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_asin_cpu_complex64 2022-09-27T15:58:29.6756143Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_asin_cpu_complex64 2022-09-27T15:58:29.6799358Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_asinh_cpu_complex64 2022-09-27T15:58:29.6809345Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_asinh_cpu_complex64 2022-09-27T15:58:29.6848131Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atan_cpu_complex64 2022-09-27T15:58:29.6859109Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_atan_cpu_complex64 2022-09-27T15:58:29.6897839Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atanh_cpu_complex64 2022-09-27T15:58:29.6907745Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_atanh_cpu_complex64 2022-09-27T15:58:29.6978488Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_1d_cpu_complex64 2022-09-27T15:58:29.6988390Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_1d_cpu_complex64 2022-09-27T15:58:29.7055821Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_2d_cpu_complex64 2022-09-27T15:58:29.7067764Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_instance_norm_cpu_float32 2022-09-27T15:58:29.7075922Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:58:29.7086579Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_2d_cpu_complex64 2022-09-27T15:58:29.7216721Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_3d_cpu_complex64 2022-09-27T15:58:29.7227031Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_3d_cpu_complex64 2022-09-27T15:58:29.7270572Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:58:29.7280756Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:58:29.7372342Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_to_cpu_complex64 2022-09-27T15:58:29.7383746Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_to_cpu_complex64 2022-09-27T15:58:29.7505322Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cat_cpu_complex64 2022-09-27T15:58:29.7515990Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_cat_cpu_complex64 2022-09-27T15:58:29.7571768Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_chunk_cpu_complex64 2022-09-27T15:58:29.7583102Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:58:29.7617232Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:58:29.7626479Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_chunk_cpu_complex64 2022-09-27T15:58:29.7663606Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_clone_cpu_complex64 2022-09-27T15:58:29.7670492Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_clone_cpu_complex64 2022-09-27T15:58:29.7718478Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_column_stack_cpu_complex64 2022-09-27T15:58:29.7726291Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_column_stack_cpu_complex64 2022-09-27T15:58:29.7764946Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_cpu_complex64 2022-09-27T15:58:29.7771921Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_cpu_complex64 2022-09-27T15:58:29.7803974Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_physical_cpu_complex64 2022-09-27T15:58:29.7811080Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_physical_cpu_complex64 2022-09-27T15:58:29.8009006Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:58:29.8019043Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:58:29.8133438Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:58:29.8140058Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:58:29.8172617Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_contiguous_cpu_complex64 2022-09-27T15:58:29.8179436Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_contiguous_cpu_complex64 2022-09-27T15:58:29.8224856Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cos_cpu_complex64 2022-09-27T15:58:29.8234039Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_cos_cpu_complex64 2022-09-27T15:58:29.8287712Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cosh_cpu_complex64 2022-09-27T15:58:29.8297716Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_cosh_cpu_complex64 2022-09-27T15:58:29.8440039Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_diag_embed_cpu_complex64 2022-09-27T15:58:29.8452398Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:58:29.8456791Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:58:29.8465353Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_diag_embed_cpu_complex64 2022-09-27T15:58:29.8537721Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_diagonal_cpu_complex64 2022-09-27T15:58:29.8544673Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_diagonal_cpu_complex64 2022-09-27T15:58:29.8659661Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:58:29.8666434Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:58:29.8705015Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_dsplit_cpu_complex64 2022-09-27T15:58:29.8712331Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:58:29.8722284Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:58:29.8729192Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_dsplit_cpu_complex64 2022-09-27T15:58:29.8795708Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_dstack_cpu_complex64 2022-09-27T15:58:29.8802669Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_dstack_cpu_complex64 2022-09-27T15:58:29.8821249Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_cpu_complex64 2022-09-27T15:58:29.8828230Z [gw2] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_cpu_complex64 2022-09-27T15:58:29.8846395Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_like_cpu_complex64 2022-09-27T15:58:29.8853653Z [gw2] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_like_cpu_complex64 2022-09-27T15:58:29.8958096Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_eq_cpu_complex64 2022-09-27T15:58:29.8966993Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_eq_cpu_complex64 2022-09-27T15:58:29.9024331Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_exp_cpu_complex64 2022-09-27T15:58:29.9038004Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_exp_cpu_complex64 2022-09-27T15:58:29.9045312Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_as_cpu_complex64 2022-09-27T15:58:29.9053615Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:58:29.9074913Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:58:29.9086099Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_as_cpu_complex64 2022-09-27T15:58:29.9187816Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_cpu_complex64 2022-09-27T15:58:29.9199194Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_cpu_complex64 2022-09-27T15:58:29.9220286Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_eye_cpu_complex64 2022-09-27T15:58:29.9228486Z [gw2] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_eye_cpu_complex64 2022-09-27T15:58:29.9297547Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft2_cpu_complex64 2022-09-27T15:58:29.9309351Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft2_cpu_complex64 2022-09-27T15:58:29.9421987Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft_cpu_complex64 2022-09-27T15:58:29.9432698Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft_cpu_complex64 2022-09-27T15:58:29.9443482Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftn_cpu_complex64 2022-09-27T15:58:29.9455035Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:58:29.9565478Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_kl_div_cpu_float32 2022-09-27T15:58:29.9577669Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftn_cpu_complex64 2022-09-27T15:58:29.9634232Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftshift_cpu_complex64 2022-09-27T15:58:29.9646060Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftshift_cpu_complex64 2022-09-27T15:58:29.9723561Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft2_cpu_complex64 2022-09-27T15:58:29.9734857Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft2_cpu_complex64 2022-09-27T15:58:29.9842123Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft_cpu_complex64 2022-09-27T15:58:29.9854295Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft_cpu_complex64 2022-09-27T15:58:30.0002392Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfftn_cpu_complex64 2022-09-27T15:58:30.0013478Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfftn_cpu_complex64 2022-09-27T15:58:30.0082352Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft2_cpu_complex64 2022-09-27T15:58:30.0094417Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft2_cpu_complex64 2022-09-27T15:58:30.0188516Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft_cpu_complex64 2022-09-27T15:58:30.0198756Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft_cpu_complex64 2022-09-27T15:58:30.0314995Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftn_cpu_complex64 2022-09-27T15:58:30.0326482Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftn_cpu_complex64 2022-09-27T15:58:30.0376443Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:58:30.0388615Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:58:30.0452695Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft2_cpu_complex64 2022-09-27T15:58:30.0463705Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft2_cpu_complex64 2022-09-27T15:58:30.0563836Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft_cpu_complex64 2022-09-27T15:58:30.0578544Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft_cpu_complex64 2022-09-27T15:58:30.0705475Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfftn_cpu_complex64 2022-09-27T15:58:30.0715806Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfftn_cpu_complex64 2022-09-27T15:58:30.0775163Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fill_cpu_complex64 2022-09-27T15:58:30.0787046Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fill_cpu_complex64 2022-09-27T15:58:30.0849880Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flatten_cpu_complex64 2022-09-27T15:58:30.0861534Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_flatten_cpu_complex64 2022-09-27T15:58:30.0962290Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flip_cpu_complex64 2022-09-27T15:58:30.0972359Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_flip_cpu_complex64 2022-09-27T15:58:30.1013454Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fliplr_cpu_complex64 2022-09-27T15:58:30.1023359Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fliplr_cpu_complex64 2022-09-27T15:58:30.1065807Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flipud_cpu_complex64 2022-09-27T15:58:30.1076438Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_flipud_cpu_complex64 2022-09-27T15:58:30.1265431Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_float_power_cpu_complex64 2022-09-27T15:58:30.1276845Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_float_power_cpu_complex64 2022-09-27T15:58:30.1344213Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_hsplit_cpu_complex64 2022-09-27T15:58:30.1355999Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_hsplit_cpu_complex64 2022-09-27T15:58:30.1406303Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_hstack_cpu_complex64 2022-09-27T15:58:30.1418321Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_hstack_cpu_complex64 2022-09-27T15:58:30.1467479Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_imag_cpu_complex64 2022-09-27T15:58:30.1476885Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_imag_cpu_complex64 2022-09-27T15:58:30.1547495Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_add_cpu_complex64 2022-09-27T15:58:30.1558401Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_add_cpu_complex64 2022-09-27T15:58:30.1603428Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_copy_cpu_complex64 2022-09-27T15:58:30.1611285Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_copy_cpu_complex64 2022-09-27T15:58:30.1654437Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_fill_cpu_complex64 2022-09-27T15:58:30.1666394Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_fill_cpu_complex64 2022-09-27T15:58:30.1707200Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_select_cpu_complex64 2022-09-27T15:58:30.1717291Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_select_cpu_complex64 2022-09-27T15:58:30.1917049Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isclose_cpu_complex64 2022-09-27T15:58:30.1930781Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_kl_div_cpu_float32 2022-09-27T15:58:30.2533461Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_l1_loss_cpu_float32 2022-09-27T15:58:30.2545687Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_l1_loss_cpu_float32 2022-09-27T15:58:30.2557130Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_isclose_cpu_complex64 2022-09-27T15:58:30.2559570Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_layer_norm_cpu_float32 2022-09-27T15:58:30.2610365Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isfinite_cpu_complex64 2022-09-27T15:58:30.2620937Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_isfinite_cpu_complex64 2022-09-27T15:58:30.2699161Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isinf_cpu_complex64 2022-09-27T15:58:30.2710188Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_isinf_cpu_complex64 2022-09-27T15:58:30.2748184Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isnan_cpu_complex64 2022-09-27T15:58:30.2758494Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_isnan_cpu_complex64 2022-09-27T15:58:30.2799190Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isreal_cpu_complex64 2022-09-27T15:58:30.2809692Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_isreal_cpu_complex64 2022-09-27T15:58:30.3587397Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:58:30.3598254Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_layer_norm_cpu_float32 2022-09-27T15:58:30.3862476Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:58:30.3873601Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:58:30.4003626Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_linear_cpu_float32 2022-09-27T15:58:30.4019674Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:58:30.5304836Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_norm_cpu_complex64 2022-09-27T15:58:30.5316897Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_cpu_float32 2022-09-27T15:58:30.5339403Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_lowrank_cpu_float32 2022-09-27T15:58:30.5351362Z [gw3] [ 79%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_lowrank_cpu_float32 2022-09-27T15:58:30.5376809Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_symeig_cpu_float32 2022-09-27T15:58:30.5387449Z [gw3] [ 79%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_symeig_cpu_float32 2022-09-27T15:58:30.5534249Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_t_cpu_float32 2022-09-27T15:58:30.5544769Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_t_cpu_float32 2022-09-27T15:58:30.6000432Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_along_dim_cpu_float32 2022-09-27T15:58:30.6010494Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_norm_cpu_complex64 2022-09-27T15:58:30.6322707Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svd_cpu_complex64 2022-09-27T15:58:30.6336313Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_along_dim_cpu_float32 2022-09-27T15:58:30.7291716Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_cpu_float32 2022-09-27T15:58:30.7301841Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_cpu_float32 2022-09-27T15:58:30.7340869Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tan_cpu_float32 2022-09-27T15:58:30.7349142Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_linear_cpu_float32 2022-09-27T15:58:30.7377627Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:58:30.7384940Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tan_cpu_float32 2022-09-27T15:58:30.7456197Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tanh_cpu_float32 2022-09-27T15:58:30.7465478Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tanh_cpu_float32 2022-09-27T15:58:30.7543182Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensor_split_cpu_float32 2022-09-27T15:58:30.7551840Z [gw3] [ 79%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensor_split_cpu_float32 2022-09-27T15:58:30.8374394Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensordot_cpu_float32 2022-09-27T15:58:30.8391089Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:58:30.8521058Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:58:30.8534568Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:58:30.8638776Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:58:30.8698057Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svd_cpu_complex64 2022-09-27T15:58:30.9017766Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:58:30.9169877Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensordot_cpu_float32 2022-09-27T15:58:30.9173329Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tile_cpu_float32 2022-09-27T15:58:30.9177565Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:58:31.0479993Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:58:31.0488792Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tile_cpu_float32 2022-09-27T15:58:31.2595195Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_cpu_float32 2022-09-27T15:58:31.2604073Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:58:31.2636862Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linspace_cpu_complex64 2022-09-27T15:58:31.2646064Z [gw2] [ 79%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view__refs_linspace_cpu_complex64 2022-09-27T15:58:31.2688421Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log10_cpu_complex64 2022-09-27T15:58:31.2695910Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_log10_cpu_complex64 2022-09-27T15:58:31.2717165Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log2_cpu_complex64 2022-09-27T15:58:31.2725013Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_cpu_float32 2022-09-27T15:58:31.2734556Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_sparse_cpu_float32 2022-09-27T15:58:31.2741904Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_log2_cpu_complex64 2022-09-27T15:58:31.2749453Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log_cpu_complex64 2022-09-27T15:58:31.2756805Z [gw3] [ 79%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_sparse_cpu_float32 2022-09-27T15:58:31.2780017Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_topk_cpu_float32 2022-09-27T15:58:31.2787616Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_log_cpu_complex64 2022-09-27T15:58:31.2854552Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_and_cpu_complex64 2022-09-27T15:58:31.2861992Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_and_cpu_complex64 2022-09-27T15:58:31.2891102Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_not_cpu_complex64 2022-09-27T15:58:31.2898375Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_not_cpu_complex64 2022-09-27T15:58:31.2997708Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_or_cpu_complex64 2022-09-27T15:58:31.3005560Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_or_cpu_complex64 2022-09-27T15:58:31.3073359Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_xor_cpu_complex64 2022-09-27T15:58:31.3081206Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_xor_cpu_complex64 2022-09-27T15:58:31.3109468Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logspace_cpu_complex64 2022-09-27T15:58:31.3117321Z [gw2] [ 79%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view__refs_logspace_cpu_complex64 2022-09-27T15:58:31.3172539Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_masked_fill_cpu_complex64 2022-09-27T15:58:31.3180300Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_masked_fill_cpu_complex64 2022-09-27T15:58:31.3380771Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_mean_cpu_complex64 2022-09-27T15:58:31.3389184Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_topk_cpu_float32 2022-09-27T15:58:31.3443988Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trace_cpu_float32 2022-09-27T15:58:31.3451822Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_mean_cpu_complex64 2022-09-27T15:58:31.3458106Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trace_cpu_float32 2022-09-27T15:58:31.3460659Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_transpose_cpu_float32 2022-09-27T15:58:31.3590179Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:58:31.3598226Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:58:31.3725717Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:58:31.3733282Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:58:31.3764397Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_movedim_cpu_complex64 2022-09-27T15:58:31.3767002Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_transpose_cpu_float32 2022-09-27T15:58:31.3773896Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_movedim_cpu_complex64 2022-09-27T15:58:31.3775995Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_mul_cpu_complex64 2022-09-27T15:58:31.3849921Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapezoid_cpu_float32 2022-09-27T15:58:31.3857725Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:58:31.3871428Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:58:31.3881213Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_mul_cpu_complex64 2022-09-27T15:58:31.3970111Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_narrow_cpu_complex64 2022-09-27T15:58:31.3977188Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_narrow_cpu_complex64 2022-09-27T15:58:31.4069456Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ne_cpu_complex64 2022-09-27T15:58:31.4076261Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_ne_cpu_complex64 2022-09-27T15:58:31.4109953Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_neg_cpu_complex64 2022-09-27T15:58:31.4117129Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_neg_cpu_complex64 2022-09-27T15:58:31.4135730Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_cpu_complex64 2022-09-27T15:58:31.4142882Z [gw2] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_cpu_complex64 2022-09-27T15:58:31.4161293Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_strided_cpu_complex64 2022-09-27T15:58:31.4168516Z [gw2] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_strided_cpu_complex64 2022-09-27T15:58:31.4215504Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_full_cpu_complex64 2022-09-27T15:58:31.4222496Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_full_cpu_complex64 2022-09-27T15:58:31.4265333Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_ones_cpu_complex64 2022-09-27T15:58:31.4273412Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_ones_cpu_complex64 2022-09-27T15:58:31.4315025Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_zeros_cpu_complex64 2022-09-27T15:58:31.4322274Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_zeros_cpu_complex64 2022-09-27T15:58:31.4453773Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:58:31.4461053Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:58:31.4509910Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:58:31.4518448Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:58:31.4580221Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:58:31.4590556Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:58:31.4742402Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_norm_cpu_complex64 2022-09-27T15:58:31.4750471Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_norm_cpu_complex64 2022-09-27T15:58:31.4785187Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ones_cpu_complex64 2022-09-27T15:58:31.4793113Z [gw2] [ 79%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view__refs_ones_cpu_complex64 2022-09-27T15:58:31.4843263Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_permute_cpu_complex64 2022-09-27T15:58:31.4851249Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_permute_cpu_complex64 2022-09-27T15:58:31.4882974Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_positive_cpu_complex64 2022-09-27T15:58:31.4892397Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_positive_cpu_complex64 2022-09-27T15:58:31.5002494Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_pow_cpu_complex64 2022-09-27T15:58:31.5009862Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_pow_cpu_complex64 2022-09-27T15:58:31.5406992Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_prod_cpu_complex64 2022-09-27T15:58:31.5420897Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_prod_cpu_complex64 2022-09-27T15:58:31.5442034Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_randn_cpu_complex64 2022-09-27T15:58:31.5454503Z [gw2] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_randn_cpu_complex64 2022-09-27T15:58:31.5503823Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ravel_cpu_complex64 2022-09-27T15:58:31.5515825Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_ravel_cpu_complex64 2022-09-27T15:58:31.5566687Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_real_cpu_complex64 2022-09-27T15:58:31.5576445Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_real_cpu_complex64 2022-09-27T15:58:31.5627296Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reciprocal_cpu_complex64 2022-09-27T15:58:31.5639495Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_reciprocal_cpu_complex64 2022-09-27T15:58:31.5827220Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_repeat_cpu_complex64 2022-09-27T15:58:31.5839442Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_repeat_cpu_complex64 2022-09-27T15:58:31.5889703Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_as_cpu_complex64 2022-09-27T15:58:31.5901185Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_as_cpu_complex64 2022-09-27T15:58:31.5986847Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_cpu_complex64 2022-09-27T15:58:31.5995999Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_cpu_complex64 2022-09-27T15:58:31.6115668Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_roll_cpu_complex64 2022-09-27T15:58:31.6127910Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_roll_cpu_complex64 2022-09-27T15:58:31.6360693Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rot90_cpu_complex64 2022-09-27T15:58:31.6369126Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_rot90_cpu_complex64 2022-09-27T15:58:31.6420462Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsqrt_cpu_complex64 2022-09-27T15:58:31.6428520Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsqrt_cpu_complex64 2022-09-27T15:58:31.6559111Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsub_cpu_complex64 2022-09-27T15:58:31.6566393Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsub_cpu_complex64 2022-09-27T15:58:31.6598888Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sgn_cpu_complex64 2022-09-27T15:58:31.6605792Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sgn_cpu_complex64 2022-09-27T15:58:31.6682074Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sigmoid_cpu_complex64 2022-09-27T15:58:31.6688916Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sigmoid_cpu_complex64 2022-09-27T15:58:31.6721981Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sin_cpu_complex64 2022-09-27T15:58:31.6729674Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sin_cpu_complex64 2022-09-27T15:58:31.6769275Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinc_cpu_complex64 2022-09-27T15:58:31.6776217Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinc_cpu_complex64 2022-09-27T15:58:31.6810922Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinh_cpu_complex64 2022-09-27T15:58:31.6817976Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinh_cpu_complex64 2022-09-27T15:58:31.6856878Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sqrt_cpu_complex64 2022-09-27T15:58:31.6864503Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sqrt_cpu_complex64 2022-09-27T15:58:31.6919039Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_square_cpu_complex64 2022-09-27T15:58:31.6931068Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_square_cpu_complex64 2022-09-27T15:58:31.7006760Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_squeeze_cpu_complex64 2022-09-27T15:58:31.7017822Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_squeeze_cpu_complex64 2022-09-27T15:58:31.7079246Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_stack_cpu_complex64 2022-09-27T15:58:31.7091543Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_stack_cpu_complex64 2022-09-27T15:58:31.7282376Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_cpu_complex64 2022-09-27T15:58:31.7293819Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_cpu_complex64 2022-09-27T15:58:31.7586409Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_mean_cpu_complex64 2022-09-27T15:58:31.7593168Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_mean_cpu_complex64 2022-09-27T15:58:31.7721357Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sub_cpu_complex64 2022-09-27T15:58:31.7728162Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sub_cpu_complex64 2022-09-27T15:58:31.7908329Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_cpu_complex64 2022-09-27T15:58:31.7916598Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_cpu_complex64 2022-09-27T15:58:31.7972101Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_to_size_cpu_complex64 2022-09-27T15:58:31.7978986Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapezoid_cpu_float32 2022-09-27T15:58:31.7991894Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapz_cpu_float32 2022-09-27T15:58:31.7998629Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_to_size_cpu_complex64 2022-09-27T15:58:31.8031487Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_t_cpu_complex64 2022-09-27T15:58:31.8038314Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_t_cpu_complex64 2022-09-27T15:58:31.8070014Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tan_cpu_complex64 2022-09-27T15:58:31.8081482Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_tan_cpu_complex64 2022-09-27T15:58:31.8117491Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tanh_cpu_complex64 2022-09-27T15:58:31.8125605Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_tanh_cpu_complex64 2022-09-27T15:58:31.8347791Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tensor_split_cpu_complex64 2022-09-27T15:58:31.8358113Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_tensor_split_cpu_complex64 2022-09-27T15:58:31.8587676Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_to_cpu_complex64 2022-09-27T15:58:31.8596532Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_to_cpu_complex64 2022-09-27T15:58:31.8630201Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_trace_cpu_complex64 2022-09-27T15:58:31.8638526Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_trace_cpu_complex64 2022-09-27T15:58:31.8702654Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_transpose_cpu_complex64 2022-09-27T15:58:31.8712654Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_transpose_cpu_complex64 2022-09-27T15:58:31.8787412Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tril_cpu_complex64 2022-09-27T15:58:31.8795931Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_tril_cpu_complex64 2022-09-27T15:58:31.8852224Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_triu_cpu_complex64 2022-09-27T15:58:31.8861649Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_triu_cpu_complex64 2022-09-27T15:58:31.8979394Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_true_divide_cpu_complex64 2022-09-27T15:58:31.8987413Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_true_divide_cpu_complex64 2022-09-27T15:58:31.9077429Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unbind_cpu_complex64 2022-09-27T15:58:31.9087952Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_unbind_cpu_complex64 2022-09-27T15:58:31.9140639Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unflatten_cpu_complex64 2022-09-27T15:58:31.9150591Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_unflatten_cpu_complex64 2022-09-27T15:58:31.9255316Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unfold_copy_cpu_complex64 2022-09-27T15:58:31.9264562Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_unfold_copy_cpu_complex64 2022-09-27T15:58:31.9338445Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unsqueeze_cpu_complex64 2022-09-27T15:58:31.9348515Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_unsqueeze_cpu_complex64 2022-09-27T15:58:31.9458652Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_cpu_complex64 2022-09-27T15:58:31.9469872Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_cpu_complex64 2022-09-27T15:58:31.9677937Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_mean_cpu_complex64 2022-09-27T15:58:31.9687364Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_mean_cpu_complex64 2022-09-27T15:58:31.9735168Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_as_cpu_complex64 2022-09-27T15:58:31.9745708Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_as_cpu_complex64 2022-09-27T15:58:31.9811556Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_cpu_complex64 2022-09-27T15:58:31.9818622Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_cpu_complex64 2022-09-27T15:58:31.9868928Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_vsplit_cpu_complex64 2022-09-27T15:58:31.9879216Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_vsplit_cpu_complex64 2022-09-27T15:58:31.9930660Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_vstack_cpu_complex64 2022-09-27T15:58:31.9940181Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_vstack_cpu_complex64 2022-09-27T15:58:32.0011014Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_where_cpu_complex64 2022-09-27T15:58:32.0020663Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_where_cpu_complex64 2022-09-27T15:58:32.0055044Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_zeros_cpu_complex64 2022-09-27T15:58:32.0062906Z [gw2] [ 79%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view__refs_zeros_cpu_complex64 2022-09-27T15:58:32.0091954Z test_ops.py::TestMathBitsCPU::test_conj_view_abs_cpu_complex64 2022-09-27T15:58:32.0100722Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_abs_cpu_complex64 2022-09-27T15:58:32.0160229Z test_ops.py::TestMathBitsCPU::test_conj_view_acos_cpu_complex64 2022-09-27T15:58:32.0169359Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_acos_cpu_complex64 2022-09-27T15:58:32.0233319Z test_ops.py::TestMathBitsCPU::test_conj_view_acosh_cpu_complex64 2022-09-27T15:58:32.0241181Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_acosh_cpu_complex64 2022-09-27T15:58:32.0433875Z test_ops.py::TestMathBitsCPU::test_conj_view_add_cpu_complex64 2022-09-27T15:58:32.0442557Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_add_cpu_complex64 2022-09-27T15:58:32.0759271Z test_ops.py::TestMathBitsCPU::test_conj_view_addbmm_cpu_complex64 2022-09-27T15:58:32.0768546Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addbmm_cpu_complex64 2022-09-27T15:58:32.1021396Z test_ops.py::TestMathBitsCPU::test_conj_view_addcdiv_cpu_complex64 2022-09-27T15:58:32.1028968Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addcdiv_cpu_complex64 2022-09-27T15:58:32.1273450Z test_ops.py::TestMathBitsCPU::test_conj_view_addcmul_cpu_complex64 2022-09-27T15:58:32.1282380Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addcmul_cpu_complex64 2022-09-27T15:58:32.1406757Z test_ops.py::TestMathBitsCPU::test_conj_view_addmm_cpu_complex64 2022-09-27T15:58:32.1414928Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addmm_cpu_complex64 2022-09-27T15:58:32.1532695Z test_ops.py::TestMathBitsCPU::test_conj_view_addmm_decomposed_cpu_complex64 2022-09-27T15:58:32.1540620Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addmm_decomposed_cpu_complex64 2022-09-27T15:58:32.1666732Z test_ops.py::TestMathBitsCPU::test_conj_view_addmv_cpu_complex64 2022-09-27T15:58:32.1678104Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addmv_cpu_complex64 2022-09-27T15:58:32.1779610Z test_ops.py::TestMathBitsCPU::test_conj_view_addr_cpu_complex64 2022-09-27T15:58:32.1792460Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addr_cpu_complex64 2022-09-27T15:58:32.1846537Z test_ops.py::TestMathBitsCPU::test_conj_view_all_cpu_complex64 2022-09-27T15:58:32.1856706Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_all_cpu_complex64 2022-09-27T15:58:32.1908238Z test_ops.py::TestMathBitsCPU::test_conj_view_allclose_cpu_complex64 2022-09-27T15:58:32.1920089Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapz_cpu_float32 2022-09-27T15:58:32.1990399Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triangular_solve_cpu_float32 2022-09-27T15:58:32.2001625Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_allclose_cpu_complex64 2022-09-27T15:58:32.2042382Z test_ops.py::TestMathBitsCPU::test_conj_view_angle_cpu_complex64 2022-09-27T15:58:32.2052326Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_angle_cpu_complex64 2022-09-27T15:58:32.2106260Z test_ops.py::TestMathBitsCPU::test_conj_view_any_cpu_complex64 2022-09-27T15:58:32.2116122Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_any_cpu_complex64 2022-09-27T15:58:32.2159434Z test_ops.py::TestMathBitsCPU::test_conj_view_argwhere_cpu_complex64 2022-09-27T15:58:32.2169461Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_argwhere_cpu_complex64 2022-09-27T15:58:32.2188528Z test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_cpu_complex64 2022-09-27T15:58:32.2201056Z [gw2] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_cpu_complex64 2022-09-27T15:58:32.2219088Z test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_scatter_cpu_complex64 2022-09-27T15:58:32.2230689Z [gw2] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_scatter_cpu_complex64 2022-09-27T15:58:32.2290341Z test_ops.py::TestMathBitsCPU::test_conj_view_asin_cpu_complex64 2022-09-27T15:58:32.2302579Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_asin_cpu_complex64 2022-09-27T15:58:32.2363595Z test_ops.py::TestMathBitsCPU::test_conj_view_asinh_cpu_complex64 2022-09-27T15:58:32.2374611Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_asinh_cpu_complex64 2022-09-27T15:58:32.2426993Z test_ops.py::TestMathBitsCPU::test_conj_view_atan_cpu_complex64 2022-09-27T15:58:32.2438087Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_atan_cpu_complex64 2022-09-27T15:58:32.2492241Z test_ops.py::TestMathBitsCPU::test_conj_view_atanh_cpu_complex64 2022-09-27T15:58:32.2503618Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_atanh_cpu_complex64 2022-09-27T15:58:32.2625356Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_1d_cpu_complex64 2022-09-27T15:58:32.2636822Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_atleast_1d_cpu_complex64 2022-09-27T15:58:32.2756663Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_2d_cpu_complex64 2022-09-27T15:58:32.2767375Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_atleast_2d_cpu_complex64 2022-09-27T15:58:32.2892419Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_3d_cpu_complex64 2022-09-27T15:58:32.2903448Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_atleast_3d_cpu_complex64 2022-09-27T15:58:32.3256101Z test_ops.py::TestMathBitsCPU::test_conj_view_baddbmm_cpu_complex64 2022-09-27T15:58:32.3268050Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_baddbmm_cpu_complex64 2022-09-27T15:58:32.3342487Z test_ops.py::TestMathBitsCPU::test_conj_view_bfloat16_cpu_complex64 2022-09-27T15:58:32.3353189Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_bfloat16_cpu_complex64 2022-09-27T15:58:32.3519085Z test_ops.py::TestMathBitsCPU::test_conj_view_block_diag_cpu_complex64 2022-09-27T15:58:32.3530724Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_block_diag_cpu_complex64 2022-09-27T15:58:32.3584805Z test_ops.py::TestMathBitsCPU::test_conj_view_bmm_cpu_complex64 2022-09-27T15:58:32.3596888Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_bmm_cpu_complex64 2022-09-27T15:58:32.3644127Z test_ops.py::TestMathBitsCPU::test_conj_view_bool_cpu_complex64 2022-09-27T15:58:32.3655305Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_bool_cpu_complex64 2022-09-27T15:58:32.3701378Z test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_tensors_cpu_complex64 2022-09-27T15:58:32.3711943Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_tensors_cpu_complex64 2022-09-27T15:58:32.3836337Z test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_to_cpu_complex64 2022-09-27T15:58:32.3847103Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_to_cpu_complex64 2022-09-27T15:58:32.3894342Z test_ops.py::TestMathBitsCPU::test_conj_view_byte_cpu_complex64 2022-09-27T15:58:32.3906368Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_byte_cpu_complex64 2022-09-27T15:58:32.3977951Z test_ops.py::TestMathBitsCPU::test_conj_view_cartesian_prod_cpu_complex64 2022-09-27T15:58:32.3986395Z [gw2] [ 79%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_cartesian_prod_cpu_complex64 2022-09-27T15:58:32.4125896Z test_ops.py::TestMathBitsCPU::test_conj_view_cat_cpu_complex64 2022-09-27T15:58:32.4137274Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cat_cpu_complex64 2022-09-27T15:58:32.4193947Z test_ops.py::TestMathBitsCPU::test_conj_view_chalf_cpu_complex64 2022-09-27T15:58:32.4202682Z [gw2] [ 79%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_chalf_cpu_complex64 2022-09-27T15:58:32.4249402Z test_ops.py::TestMathBitsCPU::test_conj_view_char_cpu_complex64 2022-09-27T15:58:32.4259955Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_char_cpu_complex64 2022-09-27T15:58:32.4592559Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_cpu_complex64 2022-09-27T15:58:32.4603492Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_cpu_complex64 2022-09-27T15:58:32.4835816Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_inverse_cpu_complex64 2022-09-27T15:58:32.4848114Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_inverse_cpu_complex64 2022-09-27T15:58:32.5119014Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_solve_cpu_complex64 2022-09-27T15:58:32.5132202Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_solve_cpu_complex64 2022-09-27T15:58:32.5199772Z test_ops.py::TestMathBitsCPU::test_conj_view_chunk_cpu_complex64 2022-09-27T15:58:32.5211063Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_chunk_cpu_complex64 2022-09-27T15:58:32.5269235Z test_ops.py::TestMathBitsCPU::test_conj_view_clone_cpu_complex64 2022-09-27T15:58:32.5280746Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_clone_cpu_complex64 2022-09-27T15:58:32.5359156Z test_ops.py::TestMathBitsCPU::test_conj_view_column_stack_cpu_complex64 2022-09-27T15:58:32.5370294Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_column_stack_cpu_complex64 2022-09-27T15:58:32.5715678Z test_ops.py::TestMathBitsCPU::test_conj_view_combinations_cpu_complex64 2022-09-27T15:58:32.5726506Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_combinations_cpu_complex64 2022-09-27T15:58:32.5793198Z test_ops.py::TestMathBitsCPU::test_conj_view_conj_cpu_complex64 2022-09-27T15:58:32.5804271Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_conj_cpu_complex64 2022-09-27T15:58:32.5850482Z test_ops.py::TestMathBitsCPU::test_conj_view_conj_physical_cpu_complex64 2022-09-27T15:58:32.5861841Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_conj_physical_cpu_complex64 2022-09-27T15:58:32.6577559Z test_ops.py::TestMathBitsCPU::test_conj_view_constant_pad_nd_cpu_complex64 2022-09-27T15:58:32.6588919Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_constant_pad_nd_cpu_complex64 2022-09-27T15:58:32.6642333Z test_ops.py::TestMathBitsCPU::test_conj_view_contiguous_cpu_complex64 2022-09-27T15:58:32.6652851Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_contiguous_cpu_complex64 2022-09-27T15:58:32.6812045Z test_ops.py::TestMathBitsCPU::test_conj_view_corrcoef_cpu_complex64 2022-09-27T15:58:32.6823486Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_corrcoef_cpu_complex64 2022-09-27T15:58:32.6904630Z test_ops.py::TestMathBitsCPU::test_conj_view_cos_cpu_complex64 2022-09-27T15:58:32.6916018Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cos_cpu_complex64 2022-09-27T15:58:32.6998598Z test_ops.py::TestMathBitsCPU::test_conj_view_cosh_cpu_complex64 2022-09-27T15:58:32.7007143Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cosh_cpu_complex64 2022-09-27T15:58:32.7078959Z test_ops.py::TestMathBitsCPU::test_conj_view_count_nonzero_cpu_complex64 2022-09-27T15:58:32.7089056Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_count_nonzero_cpu_complex64 2022-09-27T15:58:32.8108131Z test_ops.py::TestMathBitsCPU::test_conj_view_cov_cpu_complex64 2022-09-27T15:58:32.8121574Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cov_cpu_complex64 2022-09-27T15:58:32.8209014Z test_ops.py::TestMathBitsCPU::test_conj_view_cross_cpu_complex64 2022-09-27T15:58:32.8220212Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cross_cpu_complex64 2022-09-27T15:58:32.8498483Z test_ops.py::TestMathBitsCPU::test_conj_view_cumprod_cpu_complex64 2022-09-27T15:58:32.8523219Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cumprod_cpu_complex64 2022-09-27T15:58:32.8532629Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triangular_solve_cpu_float32 2022-09-27T15:58:32.8535259Z test_ops.py::TestMathBitsCPU::test_conj_view_cumsum_cpu_complex64 2022-09-27T15:58:32.8635213Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tril_cpu_float32 2022-09-27T15:58:32.8645951Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cumsum_cpu_complex64 2022-09-27T15:58:32.8846940Z test_ops.py::TestMathBitsCPU::test_conj_view_cumulative_trapezoid_cpu_complex64 2022-09-27T15:58:32.8859058Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cumulative_trapezoid_cpu_complex64 2022-09-27T15:58:32.8992020Z test_ops.py::TestMathBitsCPU::test_conj_view_diag_cpu_complex64 2022-09-27T15:58:32.9002389Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tril_cpu_float32 2022-09-27T15:58:32.9072976Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triu_cpu_float32 2022-09-27T15:58:32.9084163Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_diag_cpu_complex64 2022-09-27T15:58:32.9339381Z test_ops.py::TestMathBitsCPU::test_conj_view_diag_embed_cpu_complex64 2022-09-27T15:58:32.9350451Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_diag_embed_cpu_complex64 2022-09-27T15:58:32.9442564Z test_ops.py::TestMathBitsCPU::test_conj_view_diagflat_cpu_complex64 2022-09-27T15:58:32.9453465Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_diagflat_cpu_complex64 2022-09-27T15:58:32.9459533Z test_ops.py::TestMathBitsCPU::test_conj_view_diagonal_cpu_complex64 2022-09-27T15:58:32.9467192Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triu_cpu_float32 2022-09-27T15:58:32.9675488Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_true_divide_cpu_float32 2022-09-27T15:58:32.9686050Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_diagonal_cpu_complex64 2022-09-27T15:58:33.0917518Z test_ops.py::TestMathBitsCPU::test_conj_view_diff_cpu_complex64 2022-09-27T15:58:33.0928786Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_diff_cpu_complex64 2022-09-27T15:58:33.1680541Z test_ops.py::TestMathBitsCPU::test_conj_view_dist_cpu_complex64 2022-09-27T15:58:33.1691144Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_dist_cpu_complex64 2022-09-27T15:58:33.1865555Z test_ops.py::TestMathBitsCPU::test_conj_view_div_no_rounding_mode_cpu_complex64 2022-09-27T15:58:33.1875578Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_div_no_rounding_mode_cpu_complex64 2022-09-27T15:58:33.1921992Z test_ops.py::TestMathBitsCPU::test_conj_view_dot_cpu_complex64 2022-09-27T15:58:33.1930533Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_dot_cpu_complex64 2022-09-27T15:58:33.1980965Z test_ops.py::TestMathBitsCPU::test_conj_view_double_cpu_complex64 2022-09-27T15:58:33.1990061Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_double_cpu_complex64 2022-09-27T15:58:33.2028627Z test_ops.py::TestMathBitsCPU::test_conj_view_dsplit_cpu_complex64 2022-09-27T15:58:33.2037945Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_dsplit_cpu_complex64 2022-09-27T15:58:33.2090759Z test_ops.py::TestMathBitsCPU::test_conj_view_dstack_cpu_complex64 2022-09-27T15:58:33.2102185Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_dstack_cpu_complex64 2022-09-27T15:58:33.2252273Z test_ops.py::TestMathBitsCPU::test_conj_view_einsum_cpu_complex64 2022-09-27T15:58:33.2259601Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_true_divide_cpu_float32 2022-09-27T15:58:33.2267784Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_einsum_cpu_complex64 2022-09-27T15:58:33.2269383Z test_ops.py::TestMathBitsCPU::test_conj_view_empty_cpu_complex64 2022-09-27T15:58:33.2283439Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trunc_cpu_float32 2022-09-27T15:58:33.2293602Z [gw2] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_empty_cpu_complex64 2022-09-27T15:58:33.2308694Z test_ops.py::TestMathBitsCPU::test_conj_view_empty_like_cpu_complex64 2022-09-27T15:58:33.2319024Z [gw2] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_empty_like_cpu_complex64 2022-09-27T15:58:33.2352743Z test_ops.py::TestMathBitsCPU::test_conj_view_eq_cpu_complex64 2022-09-27T15:58:33.2363649Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trunc_cpu_float32 2022-09-27T15:58:33.2396405Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unbind_cpu_float32 2022-09-27T15:58:33.2403496Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_eq_cpu_complex64 2022-09-27T15:58:33.2442465Z test_ops.py::TestMathBitsCPU::test_conj_view_equal_cpu_complex64 2022-09-27T15:58:33.2451401Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_equal_cpu_complex64 2022-09-27T15:58:33.2507816Z test_ops.py::TestMathBitsCPU::test_conj_view_exp_cpu_complex64 2022-09-27T15:58:33.2514870Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_exp_cpu_complex64 2022-09-27T15:58:33.2570043Z test_ops.py::TestMathBitsCPU::test_conj_view_expand_as_cpu_complex64 2022-09-27T15:58:33.2577465Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_expand_as_cpu_complex64 2022-09-27T15:58:33.2688505Z test_ops.py::TestMathBitsCPU::test_conj_view_expand_cpu_complex64 2022-09-27T15:58:33.2696780Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_expand_cpu_complex64 2022-09-27T15:58:33.2715191Z test_ops.py::TestMathBitsCPU::test_conj_view_eye_cpu_complex64 2022-09-27T15:58:33.2722692Z [gw2] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_eye_cpu_complex64 2022-09-27T15:58:33.2861669Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft2_cpu_complex64 2022-09-27T15:58:33.2874328Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft2_cpu_complex64 2022-09-27T15:58:33.3019030Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft_cpu_complex64 2022-09-27T15:58:33.3027899Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unbind_cpu_float32 2022-09-27T15:58:33.3036740Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft_cpu_complex64 2022-09-27T15:58:33.3039246Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftn_cpu_complex64 2022-09-27T15:58:33.3206659Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unflatten_cpu_float32 2022-09-27T15:58:33.3216878Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftn_cpu_complex64 2022-09-27T15:58:33.3307089Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftshift_cpu_complex64 2022-09-27T15:58:33.3318022Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftshift_cpu_complex64 2022-09-27T15:58:33.3444931Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft2_cpu_complex64 2022-09-27T15:58:33.3456026Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft2_cpu_complex64 2022-09-27T15:58:33.3582535Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft_cpu_complex64 2022-09-27T15:58:33.3593577Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft_cpu_complex64 2022-09-27T15:58:33.3647983Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfftn_cpu_complex64 2022-09-27T15:58:33.3659822Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unflatten_cpu_float32 2022-09-27T15:58:33.3735142Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unfold_cpu_float32 2022-09-27T15:58:33.3745965Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfftn_cpu_complex64 2022-09-27T15:58:33.3893394Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft2_cpu_complex64 2022-09-27T15:58:33.3903407Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft2_cpu_complex64 2022-09-27T15:58:33.4034770Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft_cpu_complex64 2022-09-27T15:58:33.4046352Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft_cpu_complex64 2022-09-27T15:58:33.4226086Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftn_cpu_complex64 2022-09-27T15:58:33.4238276Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftn_cpu_complex64 2022-09-27T15:58:33.4350782Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftshift_cpu_complex64 2022-09-27T15:58:33.4362639Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftshift_cpu_complex64 2022-09-27T15:58:33.4476059Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft2_cpu_complex64 2022-09-27T15:58:33.4487209Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft2_cpu_complex64 2022-09-27T15:58:33.4601652Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft_cpu_complex64 2022-09-27T15:58:33.4614254Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft_cpu_complex64 2022-09-27T15:58:33.4722792Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfftn_cpu_complex64 2022-09-27T15:58:33.4733055Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfftn_cpu_complex64 2022-09-27T15:58:33.4801881Z test_ops.py::TestMathBitsCPU::test_conj_view_fill_cpu_complex64 2022-09-27T15:58:33.4812258Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fill_cpu_complex64 2022-09-27T15:58:33.4906748Z test_ops.py::TestMathBitsCPU::test_conj_view_flatten_cpu_complex64 2022-09-27T15:58:33.4916831Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_flatten_cpu_complex64 2022-09-27T15:58:33.5057778Z test_ops.py::TestMathBitsCPU::test_conj_view_flip_cpu_complex64 2022-09-27T15:58:33.5067970Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_flip_cpu_complex64 2022-09-27T15:58:33.5075168Z test_ops.py::TestMathBitsCPU::test_conj_view_fliplr_cpu_complex64 2022-09-27T15:58:33.5086762Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unfold_cpu_float32 2022-09-27T15:58:33.5126851Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_uniform_cpu_float32 2022-09-27T15:58:33.5130352Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fliplr_cpu_complex64 2022-09-27T15:58:33.5139916Z [gw3] [ 80%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_uniform_cpu_float32 2022-09-27T15:58:33.5142518Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_consecutive_cpu_float32 2022-09-27T15:58:33.5170636Z test_ops.py::TestMathBitsCPU::test_conj_view_flipud_cpu_complex64 2022-09-27T15:58:33.5180998Z [gw3] [ 80%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_consecutive_cpu_float32 2022-09-27T15:58:33.5201332Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_cpu_float32 2022-09-27T15:58:33.5214678Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_flipud_cpu_complex64 2022-09-27T15:58:33.5223399Z [gw3] [ 80%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_cpu_float32 2022-09-27T15:58:33.5225743Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unsqueeze_cpu_float32 2022-09-27T15:58:33.5302639Z test_ops.py::TestMathBitsCPU::test_conj_view_float_cpu_complex64 2022-09-27T15:58:33.5313801Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_float_cpu_complex64 2022-09-27T15:58:33.5558118Z test_ops.py::TestMathBitsCPU::test_conj_view_float_power_cpu_complex64 2022-09-27T15:58:33.5568461Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_float_power_cpu_complex64 2022-09-27T15:58:33.5623967Z test_ops.py::TestMathBitsCPU::test_conj_view_full_like_cpu_complex64 2022-09-27T15:58:33.5633764Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_full_like_cpu_complex64 2022-09-27T15:58:33.5720136Z test_ops.py::TestMathBitsCPU::test_conj_view_gather_cpu_complex64 2022-09-27T15:58:33.5729944Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_gather_cpu_complex64 2022-09-27T15:58:33.5751839Z test_ops.py::TestMathBitsCPU::test_conj_view_geqrf_cpu_complex64 2022-09-27T15:58:33.5763534Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unsqueeze_cpu_float32 2022-09-27T15:58:33.6075905Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_cpu_float32 2022-09-27T15:58:33.6086650Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_geqrf_cpu_complex64 2022-09-27T15:58:33.6234835Z test_ops.py::TestMathBitsCPU::test_conj_view_gradient_cpu_complex64 2022-09-27T15:58:33.6245487Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_gradient_cpu_complex64 2022-09-27T15:58:33.6322524Z test_ops.py::TestMathBitsCPU::test_conj_view_half_cpu_complex64 2022-09-27T15:58:33.6333270Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_half_cpu_complex64 2022-09-27T15:58:33.6385890Z test_ops.py::TestMathBitsCPU::test_conj_view_hsplit_cpu_complex64 2022-09-27T15:58:33.6396995Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_hsplit_cpu_complex64 2022-09-27T15:58:33.6465862Z test_ops.py::TestMathBitsCPU::test_conj_view_hstack_cpu_complex64 2022-09-27T15:58:33.6476720Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_hstack_cpu_complex64 2022-09-27T15:58:33.6539984Z test_ops.py::TestMathBitsCPU::test_conj_view_imag_cpu_complex64 2022-09-27T15:58:33.6547887Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_imag_cpu_complex64 2022-09-27T15:58:33.6561328Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_cpu_float32 2022-09-27T15:58:33.6563787Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_mean_cpu_float32 2022-09-27T15:58:33.6773844Z test_ops.py::TestMathBitsCPU::test_conj_view_index_add_cpu_complex64 2022-09-27T15:58:33.6784931Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_index_add_cpu_complex64 2022-09-27T15:58:33.6876943Z test_ops.py::TestMathBitsCPU::test_conj_view_index_copy_cpu_complex64 2022-09-27T15:58:33.6888070Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_index_copy_cpu_complex64 2022-09-27T15:58:33.6973921Z test_ops.py::TestMathBitsCPU::test_conj_view_index_fill_cpu_complex64 2022-09-27T15:58:33.6985577Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_index_fill_cpu_complex64 2022-09-27T15:58:33.7100915Z test_ops.py::TestMathBitsCPU::test_conj_view_index_put_cpu_complex64 2022-09-27T15:58:33.7112896Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_index_put_cpu_complex64 2022-09-27T15:58:33.7186857Z test_ops.py::TestMathBitsCPU::test_conj_view_index_select_cpu_complex64 2022-09-27T15:58:33.7197908Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_index_select_cpu_complex64 2022-09-27T15:58:33.7265804Z test_ops.py::TestMathBitsCPU::test_conj_view_inner_cpu_complex64 2022-09-27T15:58:33.7276493Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_inner_cpu_complex64 2022-09-27T15:58:33.7325705Z test_ops.py::TestMathBitsCPU::test_conj_view_int_cpu_complex64 2022-09-27T15:58:33.7336704Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_int_cpu_complex64 2022-09-27T15:58:33.7490112Z test_ops.py::TestMathBitsCPU::test_conj_view_isclose_cpu_complex64 2022-09-27T15:58:33.7501001Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_isclose_cpu_complex64 2022-09-27T15:58:33.7548723Z test_ops.py::TestMathBitsCPU::test_conj_view_isfinite_cpu_complex64 2022-09-27T15:58:33.7561188Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_isfinite_cpu_complex64 2022-09-27T15:58:33.7585459Z test_ops.py::TestMathBitsCPU::test_conj_view_isinf_cpu_complex64 2022-09-27T15:58:33.7598929Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_mean_cpu_float32 2022-09-27T15:58:33.7610073Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_isinf_cpu_complex64 2022-09-27T15:58:33.7612720Z test_ops.py::TestMathBitsCPU::test_conj_view_isnan_cpu_complex64 2022-09-27T15:58:33.7647044Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vdot_cpu_float32 2022-09-27T15:58:33.7659915Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_isnan_cpu_complex64 2022-09-27T15:58:33.7706603Z test_ops.py::TestMathBitsCPU::test_conj_view_isreal_cpu_complex64 2022-09-27T15:58:33.7717304Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_isreal_cpu_complex64 2022-09-27T15:58:33.8015494Z test_ops.py::TestMathBitsCPU::test_conj_view_istft_cpu_complex64 2022-09-27T15:58:33.8027778Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vdot_cpu_float32 2022-09-27T15:58:33.8045968Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_complex_cpu_float32 2022-09-27T15:58:33.8057415Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_istft_cpu_complex64 2022-09-27T15:58:33.8091667Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:58:33.8103443Z [gw2] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:58:33.8115334Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:58:33.8125517Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_complex_cpu_float32 2022-09-27T15:58:33.8137415Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_cpu_float32 2022-09-27T15:58:33.8149725Z [gw2] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:58:33.8197097Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_cpu_complex64 2022-09-27T15:58:33.8209146Z [gw2] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_cpu_complex64 2022-09-27T15:58:33.8242875Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:58:33.8255002Z [gw2] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:58:33.8292509Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_unary_cpu_complex64 2022-09-27T15:58:33.8306058Z [gw2] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_unary_cpu_complex64 2022-09-27T15:58:33.8373436Z test_ops.py::TestMathBitsCPU::test_conj_view_kron_cpu_complex64 2022-09-27T15:58:33.8385065Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_kron_cpu_complex64 2022-09-27T15:58:33.8444494Z test_ops.py::TestMathBitsCPU::test_conj_view_ldexp_cpu_complex64 2022-09-27T15:58:33.8456177Z [gw2] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_ldexp_cpu_complex64 2022-09-27T15:58:33.8576033Z test_ops.py::TestMathBitsCPU::test_conj_view_lerp_cpu_complex64 2022-09-27T15:58:33.8587880Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_cpu_float32 2022-09-27T15:58:33.8884354Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_cpu_float32 2022-09-27T15:58:33.8896909Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_lerp_cpu_complex64 2022-09-27T15:58:33.8983971Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_cpu_complex64 2022-09-27T15:58:33.8994733Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_cpu_float32 2022-09-27T15:58:33.9207017Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vsplit_cpu_float32 2022-09-27T15:58:33.9218430Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_cpu_complex64 2022-09-27T15:58:33.9229893Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vsplit_cpu_float32 2022-09-27T15:58:33.9232293Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:58:33.9346353Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vstack_cpu_float32 2022-09-27T15:58:33.9358222Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:58:33.9441158Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cond_cpu_complex64 2022-09-27T15:58:33.9453459Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cond_cpu_complex64 2022-09-27T15:58:33.9464449Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cross_cpu_complex64 2022-09-27T15:58:33.9479301Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vstack_cpu_float32 2022-09-27T15:58:33.9538240Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_where_cpu_float32 2022-09-27T15:58:33.9551201Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cross_cpu_complex64 2022-09-27T15:58:33.9718017Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_cpu_complex64 2022-09-27T15:58:33.9728533Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_cpu_complex64 2022-09-27T15:58:34.0385623Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_singular_cpu_complex64 2022-09-27T15:58:34.0398065Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_singular_cpu_complex64 2022-09-27T15:58:34.0529088Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eig_cpu_complex64 2022-09-27T15:58:34.0540966Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eig_cpu_complex64 2022-09-27T15:58:34.0656660Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigh_cpu_complex64 2022-09-27T15:58:34.0668488Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigh_cpu_complex64 2022-09-27T15:58:34.0869431Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvals_cpu_complex64 2022-09-27T15:58:34.0880230Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvals_cpu_complex64 2022-09-27T15:58:34.1018237Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvalsh_cpu_complex64 2022-09-27T15:58:34.1029509Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvalsh_cpu_complex64 2022-09-27T15:58:34.1450074Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_householder_product_cpu_complex64 2022-09-27T15:58:34.1461789Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_householder_product_cpu_complex64 2022-09-27T15:58:34.1646485Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_cpu_complex64 2022-09-27T15:58:34.1658093Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_cpu_complex64 2022-09-27T15:58:34.1743245Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_ex_cpu_complex64 2022-09-27T15:58:34.1755208Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_ex_cpu_complex64 2022-09-27T15:58:34.1822861Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_cpu_complex64 2022-09-27T15:58:34.1833497Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_cpu_complex64 2022-09-27T15:58:34.1904972Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:58:34.1915709Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:58:34.2063439Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_solve_cpu_complex64 2022-09-27T15:58:34.2071315Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_solve_cpu_complex64 2022-09-27T15:58:34.2660514Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_cpu_complex64 2022-09-27T15:58:34.2671433Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_cpu_complex64 2022-09-27T15:58:34.2811684Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:58:34.2822725Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_where_cpu_float32 2022-09-27T15:58:34.4090816Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_xlogy_cpu_float32 2022-09-27T15:58:34.4103819Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:58:34.4308754Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_cpu_complex64 2022-09-27T15:58:34.4320782Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_cpu_complex64 2022-09-27T15:58:34.4524551Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_cpu_complex64 2022-09-27T15:58:34.4536086Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_cpu_complex64 2022-09-27T15:58:34.4705533Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:58:34.4717304Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:58:34.6793225Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_solve_cpu_complex64 2022-09-27T15:58:34.6805901Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_xlogy_cpu_float32 2022-09-27T15:58:34.6987943Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zero__cpu_float32 2022-09-27T15:58:34.7012537Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zero__cpu_float32 2022-09-27T15:58:34.7042765Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_cpu_float32 2022-09-27T15:58:34.7053055Z [gw3] [ 80%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_cpu_float32 2022-09-27T15:58:34.7082021Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_like_cpu_float32 2022-09-27T15:58:34.7091946Z [gw3] [ 80%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_like_cpu_float32 2022-09-27T15:58:34.7143314Z test_ops.py::TestCompositeComplianceCPU::test_operator_H_cpu_float32 2022-09-27T15:58:34.7153046Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_H_cpu_float32 2022-09-27T15:58:34.7205440Z test_ops.py::TestCompositeComplianceCPU::test_operator_T_cpu_float32 2022-09-27T15:58:34.7216156Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_T_cpu_float32 2022-09-27T15:58:34.7550094Z test_ops.py::TestCompositeComplianceCPU::test_operator___getitem___cpu_float32 2022-09-27T15:58:34.7560299Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___getitem___cpu_float32 2022-09-27T15:58:34.7794583Z test_ops.py::TestCompositeComplianceCPU::test_operator___radd___cpu_float32 2022-09-27T15:58:34.7805468Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___radd___cpu_float32 2022-09-27T15:58:34.8087504Z test_ops.py::TestCompositeComplianceCPU::test_operator___rdiv___cpu_float32 2022-09-27T15:58:34.8097652Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rdiv___cpu_float32 2022-09-27T15:58:34.8682225Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmatmul___cpu_float32 2022-09-27T15:58:34.8693046Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rmatmul___cpu_float32 2022-09-27T15:58:34.8916661Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmod___cpu_float32 2022-09-27T15:58:34.8926915Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rmod___cpu_float32 2022-09-27T15:58:34.9145221Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmul___cpu_float32 2022-09-27T15:58:34.9155329Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rmul___cpu_float32 2022-09-27T15:58:34.9296577Z test_ops.py::TestCompositeComplianceCPU::test_operator___rpow___cpu_float32 2022-09-27T15:58:34.9310155Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_solve_cpu_complex64 2022-09-27T15:58:34.9579648Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_norm_cpu_complex64 2022-09-27T15:58:34.9601070Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rpow___cpu_float32 2022-09-27T15:58:34.9882062Z test_ops.py::TestCompositeComplianceCPU::test_operator___rsub___cpu_float32 2022-09-27T15:58:34.9893188Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rsub___cpu_float32 2022-09-27T15:58:35.0095830Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_amax_cpu_float32 2022-09-27T15:58:35.0108412Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_norm_cpu_complex64 2022-09-27T15:58:35.0494176Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_power_cpu_complex64 2022-09-27T15:58:35.0505317Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_power_cpu_complex64 2022-09-27T15:58:35.0948455Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_cpu_complex64 2022-09-27T15:58:35.0959229Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_cpu_complex64 2022-09-27T15:58:35.1039075Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:58:35.1047254Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:58:35.1196762Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_multi_dot_cpu_complex64 2022-09-27T15:58:35.1207814Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_multi_dot_cpu_complex64 2022-09-27T15:58:35.2133382Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_cpu_complex64 2022-09-27T15:58:35.2145612Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_cpu_complex64 2022-09-27T15:58:35.2758379Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:58:35.2769871Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:58:35.3311275Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_cpu_complex64 2022-09-27T15:58:35.3323191Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_cpu_complex64 2022-09-27T15:58:35.3527362Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:58:35.3540459Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:58:35.3572217Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_singular_cpu_complex64 2022-09-27T15:58:35.3582504Z [gw2] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_singular_cpu_complex64 2022-09-27T15:58:35.3913884Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_qr_cpu_complex64 2022-09-27T15:58:35.3924538Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_qr_cpu_complex64 2022-09-27T15:58:35.4033849Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_slogdet_cpu_complex64 2022-09-27T15:58:35.4043713Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_slogdet_cpu_complex64 2022-09-27T15:58:35.4401450Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_cpu_complex64 2022-09-27T15:58:35.4412319Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_cpu_complex64 2022-09-27T15:58:35.4592504Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_ex_cpu_complex64 2022-09-27T15:58:35.4603329Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_ex_cpu_complex64 2022-09-27T15:58:35.6302073Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_triangular_cpu_complex64 2022-09-27T15:58:35.6313190Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_amax_cpu_float32 2022-09-27T15:58:35.8375879Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_amin_cpu_float32 2022-09-27T15:58:35.8389900Z [gw0] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:58:35.9669411Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:58:35.9685886Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_triangular_cpu_complex64 2022-09-27T15:58:35.9695678Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_amin_cpu_float32 2022-09-27T15:58:35.9698433Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svd_cpu_complex64 2022-09-27T15:58:36.2294832Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_argmax_cpu_float32 2022-09-27T15:58:36.2308728Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_argmax_cpu_float32 2022-09-27T15:58:36.2486097Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_argmin_cpu_float32 2022-09-27T15:58:36.2498670Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svd_cpu_complex64 2022-09-27T15:58:36.2942791Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svdvals_cpu_complex64 2022-09-27T15:58:36.2953887Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svdvals_cpu_complex64 2022-09-27T15:58:36.3036811Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorinv_cpu_complex64 2022-09-27T15:58:36.3047975Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorinv_cpu_complex64 2022-09-27T15:58:36.3167041Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorsolve_cpu_complex64 2022-09-27T15:58:36.3178778Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorsolve_cpu_complex64 2022-09-27T15:58:36.3389390Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vander_cpu_complex64 2022-09-27T15:58:36.3400622Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vander_cpu_complex64 2022-09-27T15:58:36.4116395Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vecdot_cpu_complex64 2022-09-27T15:58:36.4127545Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vecdot_cpu_complex64 2022-09-27T15:58:36.4889359Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vector_norm_cpu_complex64 2022-09-27T15:58:36.4903169Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_argmin_cpu_float32 2022-09-27T15:58:36.5468516Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_cumprod_cpu_float32 2022-09-27T15:58:36.5480755Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_cumprod_cpu_float32 2022-09-27T15:58:36.5636328Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_cumsum_cpu_float32 2022-09-27T15:58:36.5648249Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vector_norm_cpu_complex64 2022-09-27T15:58:36.5696674Z test_ops.py::TestMathBitsCPU::test_conj_view_linspace_cpu_complex64 2022-09-27T15:58:36.5710492Z [gw2] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_linspace_cpu_complex64 2022-09-27T15:58:36.5800378Z test_ops.py::TestMathBitsCPU::test_conj_view_log10_cpu_complex64 2022-09-27T15:58:36.5813474Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_log10_cpu_complex64 2022-09-27T15:58:36.5901389Z test_ops.py::TestMathBitsCPU::test_conj_view_log2_cpu_complex64 2022-09-27T15:58:36.5913590Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_log2_cpu_complex64 2022-09-27T15:58:36.6000345Z test_ops.py::TestMathBitsCPU::test_conj_view_log_cpu_complex64 2022-09-27T15:58:36.6013685Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_log_cpu_complex64 2022-09-27T15:58:36.6047810Z test_ops.py::TestMathBitsCPU::test_conj_view_log_softmax_dtype_cpu_complex64 2022-09-27T15:58:36.6059037Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_cumsum_cpu_float32 2022-09-27T15:58:36.6097605Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_log_softmax_cpu_float32 2022-09-27T15:58:36.6108534Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_log_softmax_dtype_cpu_complex64 2022-09-27T15:58:36.6301838Z test_ops.py::TestMathBitsCPU::test_conj_view_logdet_cpu_complex64 2022-09-27T15:58:36.6313935Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_logdet_cpu_complex64 2022-09-27T15:58:36.6381892Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_and_cpu_complex64 2022-09-27T15:58:36.6393348Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_logical_and_cpu_complex64 2022-09-27T15:58:36.6430769Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_not_cpu_complex64 2022-09-27T15:58:36.6442035Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_logical_not_cpu_complex64 2022-09-27T15:58:36.6509443Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_or_cpu_complex64 2022-09-27T15:58:36.6519348Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_logical_or_cpu_complex64 2022-09-27T15:58:36.6586342Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_xor_cpu_complex64 2022-09-27T15:58:36.6596158Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_logical_xor_cpu_complex64 2022-09-27T15:58:36.6636733Z test_ops.py::TestMathBitsCPU::test_conj_view_logspace_cpu_complex64 2022-09-27T15:58:36.6644387Z [gw2] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_logspace_cpu_complex64 2022-09-27T15:58:36.6685831Z test_ops.py::TestMathBitsCPU::test_conj_view_long_cpu_complex64 2022-09-27T15:58:36.6695630Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_long_cpu_complex64 2022-09-27T15:58:36.6745980Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_cpu_complex64 2022-09-27T15:58:36.6758133Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_log_softmax_cpu_float32 2022-09-27T15:58:36.7074948Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_logaddexp_cpu_float32 2022-09-27T15:58:36.7088977Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_lu_cpu_complex64 2022-09-27T15:58:36.8364180Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_solve_cpu_complex64 2022-09-27T15:58:36.8376230Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_lu_solve_cpu_complex64 2022-09-27T15:58:36.8613804Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_unpack_cpu_complex64 2022-09-27T15:58:36.8625683Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_lu_unpack_cpu_complex64 2022-09-27T15:58:36.8658629Z test_ops.py::TestMathBitsCPU::test_conj_view_mH_cpu_complex64 2022-09-27T15:58:36.8670103Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_logaddexp_cpu_float32 2022-09-27T15:58:36.8764634Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_logsumexp_cpu_float32 2022-09-27T15:58:36.8776110Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mH_cpu_complex64 2022-09-27T15:58:36.8915570Z test_ops.py::TestMathBitsCPU::test_conj_view_mT_cpu_complex64 2022-09-27T15:58:36.8928507Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mT_cpu_complex64 2022-09-27T15:58:36.9121613Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_fill_cpu_complex64 2022-09-27T15:58:36.9134226Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_masked_fill_cpu_complex64 2022-09-27T15:58:36.9262631Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_scatter_cpu_complex64 2022-09-27T15:58:36.9274156Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_masked_scatter_cpu_complex64 2022-09-27T15:58:36.9427947Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_select_cpu_complex64 2022-09-27T15:58:36.9440622Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_masked_select_cpu_complex64 2022-09-27T15:58:36.9720481Z test_ops.py::TestMathBitsCPU::test_conj_view_matmul_cpu_complex64 2022-09-27T15:58:36.9732285Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_matmul_cpu_complex64 2022-09-27T15:58:36.9880901Z test_ops.py::TestMathBitsCPU::test_conj_view_matrix_exp_cpu_complex64 2022-09-27T15:58:36.9893717Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_matrix_exp_cpu_complex64 2022-09-27T15:58:37.0138085Z test_ops.py::TestMathBitsCPU::test_conj_view_mean_cpu_complex64 2022-09-27T15:58:37.0149945Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mean_cpu_complex64 2022-09-27T15:58:37.0255922Z test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:58:37.0268401Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:58:37.0413741Z test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:58:37.0426425Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:58:37.0498999Z test_ops.py::TestMathBitsCPU::test_conj_view_mm_cpu_complex64 2022-09-27T15:58:37.0511042Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mm_cpu_complex64 2022-09-27T15:58:37.0578155Z test_ops.py::TestMathBitsCPU::test_conj_view_movedim_cpu_complex64 2022-09-27T15:58:37.0589484Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_movedim_cpu_complex64 2022-09-27T15:58:37.0812159Z test_ops.py::TestMathBitsCPU::test_conj_view_mul_cpu_complex64 2022-09-27T15:58:37.0823276Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mul_cpu_complex64 2022-09-27T15:58:37.0877711Z test_ops.py::TestMathBitsCPU::test_conj_view_mv_cpu_complex64 2022-09-27T15:58:37.0891929Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mv_cpu_complex64 2022-09-27T15:58:37.0950846Z test_ops.py::TestMathBitsCPU::test_conj_view_narrow_copy_cpu_complex64 2022-09-27T15:58:37.0961800Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_narrow_copy_cpu_complex64 2022-09-27T15:58:37.1027932Z test_ops.py::TestMathBitsCPU::test_conj_view_narrow_cpu_complex64 2022-09-27T15:58:37.1038919Z [gw2] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_narrow_cpu_complex64 2022-09-27T15:58:37.1109190Z test_ops.py::TestMathBitsCPU::test_conj_view_ne_cpu_complex64 2022-09-27T15:58:37.1119119Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_ne_cpu_complex64 2022-09-27T15:58:37.1168349Z test_ops.py::TestMathBitsCPU::test_conj_view_neg_cpu_complex64 2022-09-27T15:58:37.1176830Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_neg_cpu_complex64 2022-09-27T15:58:37.1194406Z test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_cpu_complex64 2022-09-27T15:58:37.1204385Z [gw2] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_cpu_complex64 2022-09-27T15:58:37.1225782Z test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_strided_cpu_complex64 2022-09-27T15:58:37.1234861Z [gw2] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_strided_cpu_complex64 2022-09-27T15:58:37.1314382Z test_ops.py::TestMathBitsCPU::test_conj_view_new_full_cpu_complex64 2022-09-27T15:58:37.1324350Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_new_full_cpu_complex64 2022-09-27T15:58:37.1385589Z test_ops.py::TestMathBitsCPU::test_conj_view_new_ones_cpu_complex64 2022-09-27T15:58:37.1396921Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_new_ones_cpu_complex64 2022-09-27T15:58:37.1465127Z test_ops.py::TestMathBitsCPU::test_conj_view_new_zeros_cpu_complex64 2022-09-27T15:58:37.1478048Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_new_zeros_cpu_complex64 2022-09-27T15:58:37.2068282Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv1d_cpu_complex64 2022-09-27T15:58:37.2082576Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv1d_cpu_complex64 2022-09-27T15:58:37.3007160Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv2d_cpu_complex64 2022-09-27T15:58:37.3020447Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_logsumexp_cpu_float32 2022-09-27T15:58:37.3920383Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_mean_cpu_float32 2022-09-27T15:58:37.3933198Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv2d_cpu_complex64 2022-09-27T15:58:37.4406371Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:58:37.4418579Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:58:37.4942660Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:58:37.4955534Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:58:37.5086012Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:58:37.5098585Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:58:37.5455487Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_linear_cpu_complex64 2022-09-27T15:58:37.5467016Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_linear_cpu_complex64 2022-09-27T15:58:37.5650052Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_normalize_cpu_complex64 2022-09-27T15:58:37.5661057Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_normalize_cpu_complex64 2022-09-27T15:58:37.5825346Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:58:37.5837500Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:58:37.6447402Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:58:37.6460944Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:58:37.6651605Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:58:37.6663977Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:58:37.6846209Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:58:37.6858329Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:58:37.6953789Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:58:37.6962775Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:58:37.7018473Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:58:37.7030325Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:58:37.7086554Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:58:37.7097949Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:58:37.7142789Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:58:37.7155152Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:58:37.7231482Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:58:37.7242602Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:58:37.7312008Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softsign_cpu_complex64 2022-09-27T15:58:37.7321062Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softsign_cpu_complex64 2022-09-27T15:58:37.7384549Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:58:37.7392055Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:58:37.7524992Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:58:37.7532878Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:58:37.7671859Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:58:37.7680034Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:58:37.8998763Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_unfold_cpu_complex64 2022-09-27T15:58:37.9011573Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_mean_cpu_float32 2022-09-27T15:58:37.9605709Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_median_cpu_float32 2022-09-27T15:58:37.9617500Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_median_cpu_float32 2022-09-27T15:58:38.0924767Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_norm_cpu_float32 2022-09-27T15:58:38.0937872Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_unfold_cpu_complex64 2022-09-27T15:58:38.1048264Z test_ops.py::TestMathBitsCPU::test_conj_view_nonzero_cpu_complex64 2022-09-27T15:58:38.1060246Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nonzero_cpu_complex64 2022-09-27T15:58:38.1552185Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_cpu_complex64 2022-09-27T15:58:38.1565881Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_norm_cpu_complex64 2022-09-27T15:58:38.1633099Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_fro_cpu_complex64 2022-09-27T15:58:38.1645047Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_norm_fro_cpu_complex64 2022-09-27T15:58:38.1723595Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_inf_cpu_complex64 2022-09-27T15:58:38.1735052Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_norm_inf_cpu_complex64 2022-09-27T15:58:38.1798505Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_nuc_cpu_complex64 2022-09-27T15:58:38.1811192Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_norm_nuc_cpu_complex64 2022-09-27T15:58:38.1858159Z test_ops.py::TestMathBitsCPU::test_conj_view_ones_cpu_complex64 2022-09-27T15:58:38.1871020Z [gw2] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_ones_cpu_complex64 2022-09-27T15:58:38.1934090Z test_ops.py::TestMathBitsCPU::test_conj_view_ones_like_cpu_complex64 2022-09-27T15:58:38.1945386Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_ones_like_cpu_complex64 2022-09-27T15:58:38.2830380Z test_ops.py::TestMathBitsCPU::test_conj_view_ormqr_cpu_complex64 2022-09-27T15:58:38.2841752Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_ormqr_cpu_complex64 2022-09-27T15:58:38.2887276Z test_ops.py::TestMathBitsCPU::test_conj_view_outer_cpu_complex64 2022-09-27T15:58:38.2897674Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_outer_cpu_complex64 2022-09-27T15:58:38.2969390Z test_ops.py::TestMathBitsCPU::test_conj_view_permute_cpu_complex64 2022-09-27T15:58:38.2981975Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_permute_cpu_complex64 2022-09-27T15:58:38.3192636Z test_ops.py::TestMathBitsCPU::test_conj_view_pinverse_cpu_complex64 2022-09-27T15:58:38.3203026Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_pinverse_cpu_complex64 2022-09-27T15:58:38.3259917Z test_ops.py::TestMathBitsCPU::test_conj_view_positive_cpu_complex64 2022-09-27T15:58:38.3271853Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_positive_cpu_complex64 2022-09-27T15:58:38.3508825Z test_ops.py::TestMathBitsCPU::test_conj_view_pow_cpu_complex64 2022-09-27T15:58:38.3519862Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_pow_cpu_complex64 2022-09-27T15:58:38.4052188Z test_ops.py::TestMathBitsCPU::test_conj_view_prod_cpu_complex64 2022-09-27T15:58:38.4062527Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_prod_cpu_complex64 2022-09-27T15:58:38.4379142Z test_ops.py::TestMathBitsCPU::test_conj_view_put_cpu_complex64 2022-09-27T15:58:38.4392094Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_put_cpu_complex64 2022-09-27T15:58:38.4793735Z test_ops.py::TestMathBitsCPU::test_conj_view_qr_cpu_complex64 2022-09-27T15:58:38.4806536Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_qr_cpu_complex64 2022-09-27T15:58:38.5013034Z test_ops.py::TestMathBitsCPU::test_conj_view_rand_like_cpu_complex64 2022-09-27T15:58:38.5024151Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_rand_like_cpu_complex64 2022-09-27T15:58:38.5083556Z test_ops.py::TestMathBitsCPU::test_conj_view_randn_cpu_complex64 2022-09-27T15:58:38.5096101Z [gw2] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_randn_cpu_complex64 2022-09-27T15:58:38.5301464Z test_ops.py::TestMathBitsCPU::test_conj_view_randn_like_cpu_complex64 2022-09-27T15:58:38.5313989Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_randn_like_cpu_complex64 2022-09-27T15:58:38.5388973Z test_ops.py::TestMathBitsCPU::test_conj_view_ravel_cpu_complex64 2022-09-27T15:58:38.5400337Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_ravel_cpu_complex64 2022-09-27T15:58:38.5457392Z test_ops.py::TestMathBitsCPU::test_conj_view_real_cpu_complex64 2022-09-27T15:58:38.5468632Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_real_cpu_complex64 2022-09-27T15:58:38.5546129Z test_ops.py::TestMathBitsCPU::test_conj_view_reciprocal_cpu_complex64 2022-09-27T15:58:38.5558116Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_reciprocal_cpu_complex64 2022-09-27T15:58:38.5700042Z test_ops.py::TestMathBitsCPU::test_conj_view_renorm_cpu_complex64 2022-09-27T15:58:38.5710871Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_renorm_cpu_complex64 2022-09-27T15:58:38.6015868Z test_ops.py::TestMathBitsCPU::test_conj_view_repeat_cpu_complex64 2022-09-27T15:58:38.6026230Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_repeat_cpu_complex64 2022-09-27T15:58:38.6116795Z test_ops.py::TestMathBitsCPU::test_conj_view_repeat_interleave_cpu_complex64 2022-09-27T15:58:38.6129003Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_repeat_interleave_cpu_complex64 2022-09-27T15:58:38.6220131Z test_ops.py::TestMathBitsCPU::test_conj_view_reshape_as_cpu_complex64 2022-09-27T15:58:38.6232817Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_reshape_as_cpu_complex64 2022-09-27T15:58:38.6362365Z test_ops.py::TestMathBitsCPU::test_conj_view_reshape_cpu_complex64 2022-09-27T15:58:38.6371014Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_reshape_cpu_complex64 2022-09-27T15:58:38.6423079Z test_ops.py::TestMathBitsCPU::test_conj_view_resize__cpu_complex64 2022-09-27T15:58:38.6446844Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_resize__cpu_complex64 2022-09-27T15:58:38.6490306Z test_ops.py::TestMathBitsCPU::test_conj_view_resize_as__cpu_complex64 2022-09-27T15:58:38.6502807Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_resize_as__cpu_complex64 2022-09-27T15:58:38.6558523Z test_ops.py::TestMathBitsCPU::test_conj_view_resolve_conj_cpu_complex64 2022-09-27T15:58:38.6569506Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_resolve_conj_cpu_complex64 2022-09-27T15:58:38.6628226Z test_ops.py::TestMathBitsCPU::test_conj_view_resolve_neg_cpu_complex64 2022-09-27T15:58:38.6638800Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_resolve_neg_cpu_complex64 2022-09-27T15:58:38.6894671Z test_ops.py::TestMathBitsCPU::test_conj_view_roll_cpu_complex64 2022-09-27T15:58:38.6905474Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_roll_cpu_complex64 2022-09-27T15:58:38.7468950Z test_ops.py::TestMathBitsCPU::test_conj_view_rot90_cpu_complex64 2022-09-27T15:58:38.7480683Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_rot90_cpu_complex64 2022-09-27T15:58:38.7564763Z test_ops.py::TestMathBitsCPU::test_conj_view_rsqrt_cpu_complex64 2022-09-27T15:58:38.7576946Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_rsqrt_cpu_complex64 2022-09-27T15:58:38.7793873Z test_ops.py::TestMathBitsCPU::test_conj_view_rsub_cpu_complex64 2022-09-27T15:58:38.7805455Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_rsub_cpu_complex64 2022-09-27T15:58:38.7982409Z test_ops.py::TestMathBitsCPU::test_conj_view_scatter_add_cpu_complex64 2022-09-27T15:58:38.7994598Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_scatter_add_cpu_complex64 2022-09-27T15:58:38.8183870Z test_ops.py::TestMathBitsCPU::test_conj_view_scatter_cpu_complex64 2022-09-27T15:58:38.8195523Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_scatter_cpu_complex64 2022-09-27T15:58:38.8300427Z test_ops.py::TestMathBitsCPU::test_conj_view_select_cpu_complex64 2022-09-27T15:58:38.8313041Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_select_cpu_complex64 2022-09-27T15:58:38.8371033Z test_ops.py::TestMathBitsCPU::test_conj_view_sgn_cpu_complex64 2022-09-27T15:58:38.8381737Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sgn_cpu_complex64 2022-09-27T15:58:38.8430813Z test_ops.py::TestMathBitsCPU::test_conj_view_short_cpu_complex64 2022-09-27T15:58:38.8441536Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_short_cpu_complex64 2022-09-27T15:58:38.8522324Z test_ops.py::TestMathBitsCPU::test_conj_view_sigmoid_cpu_complex64 2022-09-27T15:58:38.8532707Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sigmoid_cpu_complex64 2022-09-27T15:58:38.8590732Z test_ops.py::TestMathBitsCPU::test_conj_view_sin_cpu_complex64 2022-09-27T15:58:38.8600578Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sin_cpu_complex64 2022-09-27T15:58:38.8691243Z test_ops.py::TestMathBitsCPU::test_conj_view_sinc_cpu_complex64 2022-09-27T15:58:38.8701226Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sinc_cpu_complex64 2022-09-27T15:58:38.8759152Z test_ops.py::TestMathBitsCPU::test_conj_view_sinh_cpu_complex64 2022-09-27T15:58:38.8771795Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sinh_cpu_complex64 2022-09-27T15:58:38.8861835Z test_ops.py::TestMathBitsCPU::test_conj_view_softmax_with_dtype_cpu_complex64 2022-09-27T15:58:38.8871947Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_softmax_with_dtype_cpu_complex64 2022-09-27T15:58:38.8893210Z test_ops.py::TestMathBitsCPU::test_conj_view_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:58:38.8903582Z [gw2] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:58:38.8951724Z test_ops.py::TestMathBitsCPU::test_conj_view_split_cpu_complex64 2022-09-27T15:58:38.8961555Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_split_cpu_complex64 2022-09-27T15:58:38.9028533Z test_ops.py::TestMathBitsCPU::test_conj_view_split_list_args_cpu_complex64 2022-09-27T15:58:38.9038816Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_split_list_args_cpu_complex64 2022-09-27T15:58:38.9113812Z test_ops.py::TestMathBitsCPU::test_conj_view_split_with_sizes_cpu_complex64 2022-09-27T15:58:38.9123790Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_split_with_sizes_cpu_complex64 2022-09-27T15:58:38.9179689Z test_ops.py::TestMathBitsCPU::test_conj_view_sqrt_cpu_complex64 2022-09-27T15:58:38.9189507Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sqrt_cpu_complex64 2022-09-27T15:58:38.9272433Z test_ops.py::TestMathBitsCPU::test_conj_view_square_cpu_complex64 2022-09-27T15:58:38.9282213Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_square_cpu_complex64 2022-09-27T15:58:38.9434607Z test_ops.py::TestMathBitsCPU::test_conj_view_squeeze_cpu_complex64 2022-09-27T15:58:38.9448812Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_squeeze_cpu_complex64 2022-09-27T15:58:38.9519885Z test_ops.py::TestMathBitsCPU::test_conj_view_stack_cpu_complex64 2022-09-27T15:58:38.9530270Z [gw2] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_stack_cpu_complex64 2022-09-27T15:58:38.9680662Z test_ops.py::TestMathBitsCPU::test_conj_view_std_cpu_complex64 2022-09-27T15:58:38.9690644Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_std_cpu_complex64 2022-09-27T15:58:38.9804211Z test_ops.py::TestMathBitsCPU::test_conj_view_std_mean_cpu_complex64 2022-09-27T15:58:38.9814245Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_std_mean_cpu_complex64 2022-09-27T15:58:39.0049663Z test_ops.py::TestMathBitsCPU::test_conj_view_stft_cpu_complex64 2022-09-27T15:58:39.0061517Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_stft_cpu_complex64 2022-09-27T15:58:39.0263768Z test_ops.py::TestMathBitsCPU::test_conj_view_sub_cpu_complex64 2022-09-27T15:58:39.0275390Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sub_cpu_complex64 2022-09-27T15:58:39.0491747Z test_ops.py::TestMathBitsCPU::test_conj_view_sum_cpu_complex64 2022-09-27T15:58:39.0501607Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sum_cpu_complex64 2022-09-27T15:58:39.0570275Z test_ops.py::TestMathBitsCPU::test_conj_view_sum_to_size_cpu_complex64 2022-09-27T15:58:39.0580573Z [gw2] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_sum_to_size_cpu_complex64 2022-09-27T15:58:39.2833006Z test_ops.py::TestMathBitsCPU::test_conj_view_svd_cpu_complex64 2022-09-27T15:58:39.2844401Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_svd_cpu_complex64 2022-09-27T15:58:39.2944751Z test_ops.py::TestMathBitsCPU::test_conj_view_symeig_cpu_complex64 2022-09-27T15:58:39.2955225Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_symeig_cpu_complex64 2022-09-27T15:58:39.3021914Z test_ops.py::TestMathBitsCPU::test_conj_view_t_cpu_complex64 2022-09-27T15:58:39.3031782Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_t_cpu_complex64 2022-09-27T15:58:39.3122735Z test_ops.py::TestMathBitsCPU::test_conj_view_take_along_dim_cpu_complex64 2022-09-27T15:58:39.3131502Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_take_along_dim_cpu_complex64 2022-09-27T15:58:39.3260799Z test_ops.py::TestMathBitsCPU::test_conj_view_take_cpu_complex64 2022-09-27T15:58:39.3270934Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_take_cpu_complex64 2022-09-27T15:58:39.3319335Z test_ops.py::TestMathBitsCPU::test_conj_view_tan_cpu_complex64 2022-09-27T15:58:39.3329486Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tan_cpu_complex64 2022-09-27T15:58:39.3376508Z test_ops.py::TestMathBitsCPU::test_conj_view_tanh_cpu_complex64 2022-09-27T15:58:39.3386221Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tanh_cpu_complex64 2022-09-27T15:58:39.3503639Z test_ops.py::TestMathBitsCPU::test_conj_view_tensor_split_cpu_complex64 2022-09-27T15:58:39.3513639Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tensor_split_cpu_complex64 2022-09-27T15:58:39.3578147Z test_ops.py::TestMathBitsCPU::test_conj_view_tensordot_cpu_complex64 2022-09-27T15:58:39.3587861Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tensordot_cpu_complex64 2022-09-27T15:58:39.3897303Z test_ops.py::TestMathBitsCPU::test_conj_view_tile_cpu_complex64 2022-09-27T15:58:39.3907388Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tile_cpu_complex64 2022-09-27T15:58:39.4219038Z test_ops.py::TestMathBitsCPU::test_conj_view_to_cpu_complex64 2022-09-27T15:58:39.4229338Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_to_cpu_complex64 2022-09-27T15:58:39.4272435Z test_ops.py::TestMathBitsCPU::test_conj_view_to_sparse_cpu_complex64 2022-09-27T15:58:39.4282561Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_to_sparse_cpu_complex64 2022-09-27T15:58:39.4322207Z test_ops.py::TestMathBitsCPU::test_conj_view_trace_cpu_complex64 2022-09-27T15:58:39.4332012Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_trace_cpu_complex64 2022-09-27T15:58:39.4468140Z test_ops.py::TestMathBitsCPU::test_conj_view_transpose_cpu_complex64 2022-09-27T15:58:39.4479209Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_transpose_cpu_complex64 2022-09-27T15:58:39.4649854Z test_ops.py::TestMathBitsCPU::test_conj_view_trapezoid_cpu_complex64 2022-09-27T15:58:39.4659978Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_trapezoid_cpu_complex64 2022-09-27T15:58:39.4829761Z test_ops.py::TestMathBitsCPU::test_conj_view_trapz_cpu_complex64 2022-09-27T15:58:39.4839815Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_trapz_cpu_complex64 2022-09-27T15:58:39.4980531Z test_ops.py::TestMathBitsCPU::test_conj_view_triangular_solve_cpu_complex64 2022-09-27T15:58:39.4990373Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_triangular_solve_cpu_complex64 2022-09-27T15:58:39.5153827Z test_ops.py::TestMathBitsCPU::test_conj_view_tril_cpu_complex64 2022-09-27T15:58:39.5163840Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tril_cpu_complex64 2022-09-27T15:58:39.5327255Z test_ops.py::TestMathBitsCPU::test_conj_view_triu_cpu_complex64 2022-09-27T15:58:39.5337207Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_triu_cpu_complex64 2022-09-27T15:58:39.5527154Z test_ops.py::TestMathBitsCPU::test_conj_view_true_divide_cpu_complex64 2022-09-27T15:58:39.5537731Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_true_divide_cpu_complex64 2022-09-27T15:58:39.5635726Z test_ops.py::TestMathBitsCPU::test_conj_view_unbind_cpu_complex64 2022-09-27T15:58:39.5645695Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_unbind_cpu_complex64 2022-09-27T15:58:39.5781961Z test_ops.py::TestMathBitsCPU::test_conj_view_unflatten_cpu_complex64 2022-09-27T15:58:39.5792110Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_unflatten_cpu_complex64 2022-09-27T15:58:39.6156698Z test_ops.py::TestMathBitsCPU::test_conj_view_unfold_cpu_complex64 2022-09-27T15:58:39.6166630Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_unfold_cpu_complex64 2022-09-27T15:58:39.6232339Z test_ops.py::TestMathBitsCPU::test_conj_view_uniform_cpu_complex64 2022-09-27T15:58:39.6242509Z [gw2] [ 81%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_uniform_cpu_complex64 2022-09-27T15:58:39.6386048Z test_ops.py::TestMathBitsCPU::test_conj_view_unsqueeze_cpu_complex64 2022-09-27T15:58:39.6397780Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_unsqueeze_cpu_complex64 2022-09-27T15:58:39.6515128Z test_ops.py::TestMathBitsCPU::test_conj_view_var_cpu_complex64 2022-09-27T15:58:39.6526347Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_var_cpu_complex64 2022-09-27T15:58:39.6630774Z test_ops.py::TestMathBitsCPU::test_conj_view_var_mean_cpu_complex64 2022-09-27T15:58:39.6641382Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_var_mean_cpu_complex64 2022-09-27T15:58:39.6705185Z test_ops.py::TestMathBitsCPU::test_conj_view_vdot_cpu_complex64 2022-09-27T15:58:39.6715244Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_vdot_cpu_complex64 2022-09-27T15:58:39.6793826Z test_ops.py::TestMathBitsCPU::test_conj_view_view_as_cpu_complex64 2022-09-27T15:58:39.6803535Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_view_as_cpu_complex64 2022-09-27T15:58:39.6832438Z test_ops.py::TestMathBitsCPU::test_conj_view_view_as_real_cpu_complex64 2022-09-27T15:58:39.6842146Z [gw2] [ 81%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_view_as_real_cpu_complex64 2022-09-27T15:58:39.6963746Z test_ops.py::TestMathBitsCPU::test_conj_view_view_cpu_complex64 2022-09-27T15:58:39.6976175Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_view_cpu_complex64 2022-09-27T15:58:39.7021981Z test_ops.py::TestMathBitsCPU::test_conj_view_vsplit_cpu_complex64 2022-09-27T15:58:39.7032873Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_vsplit_cpu_complex64 2022-09-27T15:58:39.7092748Z test_ops.py::TestMathBitsCPU::test_conj_view_vstack_cpu_complex64 2022-09-27T15:58:39.7103191Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_vstack_cpu_complex64 2022-09-27T15:58:39.7207434Z test_ops.py::TestMathBitsCPU::test_conj_view_where_cpu_complex64 2022-09-27T15:58:39.7217563Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_where_cpu_complex64 2022-09-27T15:58:39.7285509Z test_ops.py::TestMathBitsCPU::test_conj_view_zero__cpu_complex64 2022-09-27T15:58:39.7295863Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_zero__cpu_complex64 2022-09-27T15:58:39.7335111Z test_ops.py::TestMathBitsCPU::test_conj_view_zeros_cpu_complex64 2022-09-27T15:58:39.7343037Z [gw2] [ 81%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_zeros_cpu_complex64 2022-09-27T15:58:39.7392628Z test_ops.py::TestMathBitsCPU::test_conj_view_zeros_like_cpu_complex64 2022-09-27T15:58:39.7403102Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_zeros_like_cpu_complex64 2022-09-27T15:58:39.7441180Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_H_cpu_complex128 2022-09-27T15:58:39.7451379Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_H_cpu_complex128 2022-09-27T15:58:39.7488625Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_T_cpu_complex128 2022-09-27T15:58:39.7499330Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_T_cpu_complex128 2022-09-27T15:58:39.7542043Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___getitem___cpu_complex128 2022-09-27T15:58:39.7552299Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___getitem___cpu_complex128 2022-09-27T15:58:39.7586991Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___radd___cpu_complex128 2022-09-27T15:58:39.7595052Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___radd___cpu_complex128 2022-09-27T15:58:39.7629118Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rdiv___cpu_complex128 2022-09-27T15:58:39.7641326Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___rdiv___cpu_complex128 2022-09-27T15:58:39.7699909Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmatmul___cpu_complex128 2022-09-27T15:58:39.7710922Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_norm_cpu_float32 2022-09-27T15:58:39.7726205Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_normalize_cpu_float32 2022-09-27T15:58:39.7734634Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmatmul___cpu_complex128 2022-09-27T15:58:39.7773687Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmul___cpu_complex128 2022-09-27T15:58:39.7784284Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmul___cpu_complex128 2022-09-27T15:58:39.7826041Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rpow___cpu_complex128 2022-09-27T15:58:39.7858397Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___rpow___cpu_complex128 2022-09-27T15:58:39.7895163Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rsub___cpu_complex128 2022-09-27T15:58:39.7902243Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___rsub___cpu_complex128 2022-09-27T15:58:39.7945684Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_cumprod_cpu_complex128 2022-09-27T15:58:39.7955778Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_cumprod_cpu_complex128 2022-09-27T15:58:39.8014671Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_cumsum_cpu_complex128 2022-09-27T15:58:39.8024512Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_cumsum_cpu_complex128 2022-09-27T15:58:39.8066176Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_mean_cpu_complex128 2022-09-27T15:58:39.8076772Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_mean_cpu_complex128 2022-09-27T15:58:39.8160247Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_normalize_cpu_complex128 2022-09-27T15:58:39.8169732Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_normalize_cpu_complex128 2022-09-27T15:58:39.8201476Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_prod_cpu_complex128 2022-09-27T15:58:39.8211078Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_prod_cpu_complex128 2022-09-27T15:58:39.8261827Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_std_cpu_complex128 2022-09-27T15:58:39.8270197Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_std_cpu_complex128 2022-09-27T15:58:39.8308821Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_sum_cpu_complex128 2022-09-27T15:58:39.8318693Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_sum_cpu_complex128 2022-09-27T15:58:39.8376365Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_var_cpu_complex128 2022-09-27T15:58:39.8385624Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_var_cpu_complex128 2022-09-27T15:58:39.8417887Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_abs_cpu_complex128 2022-09-27T15:58:39.8426162Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_abs_cpu_complex128 2022-09-27T15:58:39.8454640Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acos_cpu_complex128 2022-09-27T15:58:39.8465319Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acos_cpu_complex128 2022-09-27T15:58:39.8494199Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acosh_cpu_complex128 2022-09-27T15:58:39.8504601Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acosh_cpu_complex128 2022-09-27T15:58:39.8530306Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_add_cpu_complex128 2022-09-27T15:58:39.8541139Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_normalize_cpu_float32 2022-09-27T15:58:39.8549352Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_add_cpu_complex128 2022-09-27T15:58:39.8555792Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_prod_cpu_float32 2022-09-27T15:58:39.8641950Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addcdiv_cpu_complex128 2022-09-27T15:58:39.8650464Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addcdiv_cpu_complex128 2022-09-27T15:58:39.8688068Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addr_cpu_complex128 2022-09-27T15:58:39.8697478Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addr_cpu_complex128 2022-09-27T15:58:39.8735001Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_all_cpu_complex128 2022-09-27T15:58:39.8744210Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_all_cpu_complex128 2022-09-27T15:58:39.8803162Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_allclose_cpu_complex128 2022-09-27T15:58:39.8810837Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_allclose_cpu_complex128 2022-09-27T15:58:39.8852277Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_any_cpu_complex128 2022-09-27T15:58:39.8860103Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_any_cpu_complex128 2022-09-27T15:58:39.8875887Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_as_strided_cpu_complex128 2022-09-27T15:58:39.8885931Z [gw2] [ 81%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_as_strided_cpu_complex128 2022-09-27T15:58:39.8921074Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asin_cpu_complex128 2022-09-27T15:58:39.8932096Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asin_cpu_complex128 2022-09-27T15:58:39.8966078Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asinh_cpu_complex128 2022-09-27T15:58:39.8976495Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asinh_cpu_complex128 2022-09-27T15:58:39.9009236Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atan_cpu_complex128 2022-09-27T15:58:39.9018329Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atan_cpu_complex128 2022-09-27T15:58:39.9056464Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atanh_cpu_complex128 2022-09-27T15:58:39.9063726Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atanh_cpu_complex128 2022-09-27T15:58:39.9102772Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_1d_cpu_complex128 2022-09-27T15:58:39.9115894Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_1d_cpu_complex128 2022-09-27T15:58:39.9160056Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_2d_cpu_complex128 2022-09-27T15:58:39.9173115Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_2d_cpu_complex128 2022-09-27T15:58:39.9218088Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_3d_cpu_complex128 2022-09-27T15:58:39.9229414Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_3d_cpu_complex128 2022-09-27T15:58:39.9268982Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:58:39.9281774Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:58:39.9326508Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_to_cpu_complex128 2022-09-27T15:58:39.9334296Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_to_cpu_complex128 2022-09-27T15:58:39.9371739Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cat_cpu_complex128 2022-09-27T15:58:39.9383136Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cat_cpu_complex128 2022-09-27T15:58:39.9427207Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_chunk_cpu_complex128 2022-09-27T15:58:39.9434829Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_chunk_cpu_complex128 2022-09-27T15:58:39.9472226Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_clone_cpu_complex128 2022-09-27T15:58:39.9484107Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_clone_cpu_complex128 2022-09-27T15:58:39.9525757Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_column_stack_cpu_complex128 2022-09-27T15:58:39.9537143Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_column_stack_cpu_complex128 2022-09-27T15:58:39.9573277Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_cpu_complex128 2022-09-27T15:58:39.9580860Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_cpu_complex128 2022-09-27T15:58:39.9617022Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_physical_cpu_complex128 2022-09-27T15:58:39.9629146Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_physical_cpu_complex128 2022-09-27T15:58:39.9663948Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:58:39.9675477Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:58:39.9708627Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_contiguous_cpu_complex128 2022-09-27T15:58:39.9721059Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_contiguous_cpu_complex128 2022-09-27T15:58:39.9757767Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cos_cpu_complex128 2022-09-27T15:58:39.9767428Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cos_cpu_complex128 2022-09-27T15:58:39.9801977Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cosh_cpu_complex128 2022-09-27T15:58:39.9815439Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cosh_cpu_complex128 2022-09-27T15:58:39.9850705Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diag_embed_cpu_complex128 2022-09-27T15:58:39.9860731Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diag_embed_cpu_complex128 2022-09-27T15:58:39.9892446Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diagonal_cpu_complex128 2022-09-27T15:58:39.9905284Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diagonal_cpu_complex128 2022-09-27T15:58:39.9945225Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:58:39.9956769Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:58:40.0013422Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dsplit_cpu_complex128 2022-09-27T15:58:40.0021134Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dsplit_cpu_complex128 2022-09-27T15:58:40.0083449Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dstack_cpu_complex128 2022-09-27T15:58:40.0095020Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dstack_cpu_complex128 2022-09-27T15:58:40.0112808Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_cpu_complex128 2022-09-27T15:58:40.0125877Z [gw2] [ 81%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_cpu_complex128 2022-09-27T15:58:40.0143482Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_like_cpu_complex128 2022-09-27T15:58:40.0156232Z [gw2] [ 81%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_like_cpu_complex128 2022-09-27T15:58:40.0193586Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eq_cpu_complex128 2022-09-27T15:58:40.0206469Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eq_cpu_complex128 2022-09-27T15:58:40.0241884Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_exp_cpu_complex128 2022-09-27T15:58:40.0253933Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_exp_cpu_complex128 2022-09-27T15:58:40.0287320Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_as_cpu_complex128 2022-09-27T15:58:40.0299352Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_as_cpu_complex128 2022-09-27T15:58:40.0334544Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_cpu_complex128 2022-09-27T15:58:40.0346179Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_cpu_complex128 2022-09-27T15:58:40.0363380Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eye_cpu_complex128 2022-09-27T15:58:40.0375738Z [gw2] [ 81%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eye_cpu_complex128 2022-09-27T15:58:40.0417847Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft2_cpu_complex128 2022-09-27T15:58:40.0429792Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft2_cpu_complex128 2022-09-27T15:58:40.0477321Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft_cpu_complex128 2022-09-27T15:58:40.0488699Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft_cpu_complex128 2022-09-27T15:58:40.0540925Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftn_cpu_complex128 2022-09-27T15:58:40.0551750Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftn_cpu_complex128 2022-09-27T15:58:40.0588302Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftshift_cpu_complex128 2022-09-27T15:58:40.0596333Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftshift_cpu_complex128 2022-09-27T15:58:40.0637177Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft2_cpu_complex128 2022-09-27T15:58:40.0648029Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft2_cpu_complex128 2022-09-27T15:58:40.0697246Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft_cpu_complex128 2022-09-27T15:58:40.0704764Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft_cpu_complex128 2022-09-27T15:58:40.0763340Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfftn_cpu_complex128 2022-09-27T15:58:40.0774921Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfftn_cpu_complex128 2022-09-27T15:58:40.0816295Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft2_cpu_complex128 2022-09-27T15:58:40.0826796Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft2_cpu_complex128 2022-09-27T15:58:40.0874639Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft_cpu_complex128 2022-09-27T15:58:40.0884532Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft_cpu_complex128 2022-09-27T15:58:40.0932652Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftn_cpu_complex128 2022-09-27T15:58:40.0942317Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftn_cpu_complex128 2022-09-27T15:58:40.0975373Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:58:40.0985111Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:58:40.1027755Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft2_cpu_complex128 2022-09-27T15:58:40.1037318Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft2_cpu_complex128 2022-09-27T15:58:40.1082976Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft_cpu_complex128 2022-09-27T15:58:40.1092677Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft_cpu_complex128 2022-09-27T15:58:40.1143869Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfftn_cpu_complex128 2022-09-27T15:58:40.1154402Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfftn_cpu_complex128 2022-09-27T15:58:40.1190782Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fill_cpu_complex128 2022-09-27T15:58:40.1202293Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fill_cpu_complex128 2022-09-27T15:58:40.1248588Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flatten_cpu_complex128 2022-09-27T15:58:40.1257532Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flatten_cpu_complex128 2022-09-27T15:58:40.1296271Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flip_cpu_complex128 2022-09-27T15:58:40.1306301Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flip_cpu_complex128 2022-09-27T15:58:40.1344311Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fliplr_cpu_complex128 2022-09-27T15:58:40.1354623Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fliplr_cpu_complex128 2022-09-27T15:58:40.1393736Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flipud_cpu_complex128 2022-09-27T15:58:40.1401763Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flipud_cpu_complex128 2022-09-27T15:58:40.1440496Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_float_power_cpu_complex128 2022-09-27T15:58:40.1450559Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_float_power_cpu_complex128 2022-09-27T15:58:40.1496965Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hsplit_cpu_complex128 2022-09-27T15:58:40.1506933Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hsplit_cpu_complex128 2022-09-27T15:58:40.1546743Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hstack_cpu_complex128 2022-09-27T15:58:40.1556777Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hstack_cpu_complex128 2022-09-27T15:58:40.1592743Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_imag_cpu_complex128 2022-09-27T15:58:40.1602454Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_imag_cpu_complex128 2022-09-27T15:58:40.1636259Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_add_cpu_complex128 2022-09-27T15:58:40.1646047Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_add_cpu_complex128 2022-09-27T15:58:40.1679009Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_copy_cpu_complex128 2022-09-27T15:58:40.1689105Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_copy_cpu_complex128 2022-09-27T15:58:40.1723620Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_fill_cpu_complex128 2022-09-27T15:58:40.1735551Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_fill_cpu_complex128 2022-09-27T15:58:40.1769151Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_select_cpu_complex128 2022-09-27T15:58:40.1780559Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_select_cpu_complex128 2022-09-27T15:58:40.1863700Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isclose_cpu_complex128 2022-09-27T15:58:40.1875825Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isclose_cpu_complex128 2022-09-27T15:58:40.1913011Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isfinite_cpu_complex128 2022-09-27T15:58:40.1923297Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isfinite_cpu_complex128 2022-09-27T15:58:40.1960605Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isinf_cpu_complex128 2022-09-27T15:58:40.1972316Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_prod_cpu_float32 2022-09-27T15:58:40.2006460Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_softmax_cpu_float32 2022-09-27T15:58:40.2018043Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isinf_cpu_complex128 2022-09-27T15:58:40.2060001Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isnan_cpu_complex128 2022-09-27T15:58:40.2072238Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isnan_cpu_complex128 2022-09-27T15:58:40.2108983Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isreal_cpu_complex128 2022-09-27T15:58:40.2121015Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isreal_cpu_complex128 2022-09-27T15:58:40.2184228Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:58:40.2195498Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:58:40.2398757Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_norm_cpu_complex128 2022-09-27T15:58:40.2412590Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_norm_cpu_complex128 2022-09-27T15:58:40.2460016Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svd_cpu_complex128 2022-09-27T15:58:40.2471416Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svd_cpu_complex128 2022-09-27T15:58:40.2519556Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:58:40.2531283Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:58:40.2588648Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:58:40.2600173Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:58:40.2645364Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linspace_cpu_complex128 2022-09-27T15:58:40.2657431Z [gw2] [ 81%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linspace_cpu_complex128 2022-09-27T15:58:40.2667799Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log10_cpu_complex128 2022-09-27T15:58:40.2680938Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_softmax_cpu_float32 2022-09-27T15:58:40.2696761Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_softmin_cpu_float32 2022-09-27T15:58:40.2709468Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log10_cpu_complex128 2022-09-27T15:58:40.2750630Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log2_cpu_complex128 2022-09-27T15:58:40.2763625Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log2_cpu_complex128 2022-09-27T15:58:40.2807030Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log_cpu_complex128 2022-09-27T15:58:40.2818728Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log_cpu_complex128 2022-09-27T15:58:40.2858383Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_and_cpu_complex128 2022-09-27T15:58:40.2870045Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_and_cpu_complex128 2022-09-27T15:58:40.2906643Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_not_cpu_complex128 2022-09-27T15:58:40.2918266Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_not_cpu_complex128 2022-09-27T15:58:40.2962453Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_or_cpu_complex128 2022-09-27T15:58:40.2974147Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_or_cpu_complex128 2022-09-27T15:58:40.3016459Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_xor_cpu_complex128 2022-09-27T15:58:40.3028683Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_xor_cpu_complex128 2022-09-27T15:58:40.3077196Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logspace_cpu_complex128 2022-09-27T15:58:40.3089634Z [gw2] [ 81%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logspace_cpu_complex128 2022-09-27T15:58:40.3132211Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_masked_fill_cpu_complex128 2022-09-27T15:58:40.3141661Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_masked_fill_cpu_complex128 2022-09-27T15:58:40.3194360Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mean_cpu_complex128 2022-09-27T15:58:40.3207035Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mean_cpu_complex128 2022-09-27T15:58:40.3280369Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:58:40.3293389Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:58:40.3365092Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:58:40.3377926Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:58:40.3415981Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_movedim_cpu_complex128 2022-09-27T15:58:40.3427985Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_movedim_cpu_complex128 2022-09-27T15:58:40.3449067Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mul_cpu_complex128 2022-09-27T15:58:40.3459790Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_softmin_cpu_float32 2022-09-27T15:58:40.3467079Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_std_cpu_float32 2022-09-27T15:58:40.3478643Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mul_cpu_complex128 2022-09-27T15:58:40.3525228Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_narrow_cpu_complex128 2022-09-27T15:58:40.3537064Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_narrow_cpu_complex128 2022-09-27T15:58:40.3565470Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ne_cpu_complex128 2022-09-27T15:58:40.3574463Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ne_cpu_complex128 2022-09-27T15:58:40.3607568Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_neg_cpu_complex128 2022-09-27T15:58:40.3614546Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_neg_cpu_complex128 2022-09-27T15:58:40.3632600Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_cpu_complex128 2022-09-27T15:58:40.3640368Z [gw2] [ 81%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_cpu_complex128 2022-09-27T15:58:40.3656041Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_strided_cpu_complex128 2022-09-27T15:58:40.3665550Z [gw2] [ 81%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_strided_cpu_complex128 2022-09-27T15:58:40.3699873Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_full_cpu_complex128 2022-09-27T15:58:40.3710946Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_full_cpu_complex128 2022-09-27T15:58:40.3740348Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_ones_cpu_complex128 2022-09-27T15:58:40.3750569Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_ones_cpu_complex128 2022-09-27T15:58:40.3780018Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_zeros_cpu_complex128 2022-09-27T15:58:40.3791436Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_zeros_cpu_complex128 2022-09-27T15:58:40.3826984Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:58:40.3837797Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:58:40.3873463Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:58:40.3882515Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:58:40.3915449Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:58:40.3925061Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:58:40.3950073Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_norm_cpu_complex128 2022-09-27T15:58:40.3961018Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_norm_cpu_complex128 2022-09-27T15:58:40.3993284Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ones_cpu_complex128 2022-09-27T15:58:40.4002928Z [gw2] [ 81%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ones_cpu_complex128 2022-09-27T15:58:40.4031360Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_permute_cpu_complex128 2022-09-27T15:58:40.4041960Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_permute_cpu_complex128 2022-09-27T15:58:40.4067649Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_positive_cpu_complex128 2022-09-27T15:58:40.4077314Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_positive_cpu_complex128 2022-09-27T15:58:40.4107529Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_pow_cpu_complex128 2022-09-27T15:58:40.4117864Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_pow_cpu_complex128 2022-09-27T15:58:40.4150080Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_prod_cpu_complex128 2022-09-27T15:58:40.4160747Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_prod_cpu_complex128 2022-09-27T15:58:40.4179608Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_randn_cpu_complex128 2022-09-27T15:58:40.4186742Z [gw2] [ 81%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_randn_cpu_complex128 2022-09-27T15:58:40.4224085Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ravel_cpu_complex128 2022-09-27T15:58:40.4234839Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ravel_cpu_complex128 2022-09-27T15:58:40.4269058Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_real_cpu_complex128 2022-09-27T15:58:40.4279010Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_real_cpu_complex128 2022-09-27T15:58:40.4314059Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reciprocal_cpu_complex128 2022-09-27T15:58:40.4324246Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reciprocal_cpu_complex128 2022-09-27T15:58:40.4397817Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_repeat_cpu_complex128 2022-09-27T15:58:40.4408350Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_repeat_cpu_complex128 2022-09-27T15:58:40.4444268Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_as_cpu_complex128 2022-09-27T15:58:40.4454352Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_as_cpu_complex128 2022-09-27T15:58:40.4492414Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_cpu_complex128 2022-09-27T15:58:40.4502386Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_cpu_complex128 2022-09-27T15:58:40.4535645Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_roll_cpu_complex128 2022-09-27T15:58:40.4545837Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_roll_cpu_complex128 2022-09-27T15:58:40.4578270Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rot90_cpu_complex128 2022-09-27T15:58:40.4588005Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rot90_cpu_complex128 2022-09-27T15:58:40.4631861Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsqrt_cpu_complex128 2022-09-27T15:58:40.4641717Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsqrt_cpu_complex128 2022-09-27T15:58:40.4681357Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsub_cpu_complex128 2022-09-27T15:58:40.4691691Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsub_cpu_complex128 2022-09-27T15:58:40.4731245Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sgn_cpu_complex128 2022-09-27T15:58:40.4741161Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sgn_cpu_complex128 2022-09-27T15:58:40.4789574Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sigmoid_cpu_complex128 2022-09-27T15:58:40.4799766Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sigmoid_cpu_complex128 2022-09-27T15:58:40.4838602Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sin_cpu_complex128 2022-09-27T15:58:40.4849058Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sin_cpu_complex128 2022-09-27T15:58:40.4882134Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinc_cpu_complex128 2022-09-27T15:58:40.4892195Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinc_cpu_complex128 2022-09-27T15:58:40.4931059Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinh_cpu_complex128 2022-09-27T15:58:40.4941036Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinh_cpu_complex128 2022-09-27T15:58:40.4981700Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sqrt_cpu_complex128 2022-09-27T15:58:40.4991607Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sqrt_cpu_complex128 2022-09-27T15:58:40.5028066Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_square_cpu_complex128 2022-09-27T15:58:40.5038190Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_square_cpu_complex128 2022-09-27T15:58:40.5072579Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_squeeze_cpu_complex128 2022-09-27T15:58:40.5082489Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_squeeze_cpu_complex128 2022-09-27T15:58:40.5114428Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_stack_cpu_complex128 2022-09-27T15:58:40.5124440Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_stack_cpu_complex128 2022-09-27T15:58:40.5183174Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_cpu_complex128 2022-09-27T15:58:40.5193202Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_cpu_complex128 2022-09-27T15:58:40.5261507Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_mean_cpu_complex128 2022-09-27T15:58:40.5271425Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_mean_cpu_complex128 2022-09-27T15:58:40.5309570Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sub_cpu_complex128 2022-09-27T15:58:40.5319525Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sub_cpu_complex128 2022-09-27T15:58:40.5356473Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_cpu_complex128 2022-09-27T15:58:40.5366467Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_cpu_complex128 2022-09-27T15:58:40.5399910Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_to_size_cpu_complex128 2022-09-27T15:58:40.5410075Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_to_size_cpu_complex128 2022-09-27T15:58:40.5442738Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_t_cpu_complex128 2022-09-27T15:58:40.5452768Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_t_cpu_complex128 2022-09-27T15:58:40.5491226Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tan_cpu_complex128 2022-09-27T15:58:40.5503149Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tan_cpu_complex128 2022-09-27T15:58:40.5541445Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tanh_cpu_complex128 2022-09-27T15:58:40.5551427Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tanh_cpu_complex128 2022-09-27T15:58:40.5604307Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tensor_split_cpu_complex128 2022-09-27T15:58:40.5614933Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tensor_split_cpu_complex128 2022-09-27T15:58:40.5650610Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_to_cpu_complex128 2022-09-27T15:58:40.5660501Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_to_cpu_complex128 2022-09-27T15:58:40.5692266Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_trace_cpu_complex128 2022-09-27T15:58:40.5702607Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_trace_cpu_complex128 2022-09-27T15:58:40.5733486Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_transpose_cpu_complex128 2022-09-27T15:58:40.5743435Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_transpose_cpu_complex128 2022-09-27T15:58:40.5776338Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tril_cpu_complex128 2022-09-27T15:58:40.5786140Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tril_cpu_complex128 2022-09-27T15:58:40.5818940Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_triu_cpu_complex128 2022-09-27T15:58:40.5829709Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_triu_cpu_complex128 2022-09-27T15:58:40.5867666Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_true_divide_cpu_complex128 2022-09-27T15:58:40.5877426Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_true_divide_cpu_complex128 2022-09-27T15:58:40.5915313Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unbind_cpu_complex128 2022-09-27T15:58:40.5924937Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unbind_cpu_complex128 2022-09-27T15:58:40.5955775Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unflatten_cpu_complex128 2022-09-27T15:58:40.5965978Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unflatten_cpu_complex128 2022-09-27T15:58:40.6029087Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unfold_copy_cpu_complex128 2022-09-27T15:58:40.6039039Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unfold_copy_cpu_complex128 2022-09-27T15:58:40.6084356Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unsqueeze_cpu_complex128 2022-09-27T15:58:40.6094330Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unsqueeze_cpu_complex128 2022-09-27T15:58:40.6148400Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_cpu_complex128 2022-09-27T15:58:40.6156564Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_cpu_complex128 2022-09-27T15:58:40.6221341Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_mean_cpu_complex128 2022-09-27T15:58:40.6231565Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_mean_cpu_complex128 2022-09-27T15:58:40.6264840Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_as_cpu_complex128 2022-09-27T15:58:40.6274203Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_as_cpu_complex128 2022-09-27T15:58:40.6309540Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_cpu_complex128 2022-09-27T15:58:40.6318778Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_cpu_complex128 2022-09-27T15:58:40.6360136Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vsplit_cpu_complex128 2022-09-27T15:58:40.6369465Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vsplit_cpu_complex128 2022-09-27T15:58:40.6416917Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vstack_cpu_complex128 2022-09-27T15:58:40.6426374Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vstack_cpu_complex128 2022-09-27T15:58:40.6465843Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_where_cpu_complex128 2022-09-27T15:58:40.6475225Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_where_cpu_complex128 2022-09-27T15:58:40.6514391Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_zeros_cpu_complex128 2022-09-27T15:58:40.6525181Z [gw2] [ 81%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_zeros_cpu_complex128 2022-09-27T15:58:40.6564314Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_abs_cpu_complex128 2022-09-27T15:58:40.6573627Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_abs_cpu_complex128 2022-09-27T15:58:40.6617392Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_acos_cpu_complex128 2022-09-27T15:58:40.6628473Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_acos_cpu_complex128 2022-09-27T15:58:40.6667627Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_acosh_cpu_complex128 2022-09-27T15:58:40.6676859Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_acosh_cpu_complex128 2022-09-27T15:58:40.6711249Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_add_cpu_complex128 2022-09-27T15:58:40.6720526Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_add_cpu_complex128 2022-09-27T15:58:40.6773289Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addbmm_cpu_complex128 2022-09-27T15:58:40.6783926Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addbmm_cpu_complex128 2022-09-27T15:58:40.6882561Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcdiv_cpu_complex128 2022-09-27T15:58:40.6893620Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcdiv_cpu_complex128 2022-09-27T15:58:40.6988987Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcmul_cpu_complex128 2022-09-27T15:58:40.6996847Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcmul_cpu_complex128 2022-09-27T15:58:40.7059813Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_cpu_complex128 2022-09-27T15:58:40.7068156Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_cpu_complex128 2022-09-27T15:58:40.7132549Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_decomposed_cpu_complex128 2022-09-27T15:58:40.7143604Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_decomposed_cpu_complex128 2022-09-27T15:58:40.7194072Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmv_cpu_complex128 2022-09-27T15:58:40.7204937Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmv_cpu_complex128 2022-09-27T15:58:40.7254408Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addr_cpu_complex128 2022-09-27T15:58:40.7265975Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addr_cpu_complex128 2022-09-27T15:58:40.7296005Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_all_cpu_complex128 2022-09-27T15:58:40.7307626Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_all_cpu_complex128 2022-09-27T15:58:40.7377749Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_allclose_cpu_complex128 2022-09-27T15:58:40.7389878Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_allclose_cpu_complex128 2022-09-27T15:58:40.7434703Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_angle_cpu_complex128 2022-09-27T15:58:40.7445666Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_angle_cpu_complex128 2022-09-27T15:58:40.7479931Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_any_cpu_complex128 2022-09-27T15:58:40.7490427Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_any_cpu_complex128 2022-09-27T15:58:40.7521387Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_argwhere_cpu_complex128 2022-09-27T15:58:40.7531899Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_argwhere_cpu_complex128 2022-09-27T15:58:40.7578666Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_cpu_complex128 2022-09-27T15:58:40.7589609Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_cpu_complex128 2022-09-27T15:58:40.7644598Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_scatter_cpu_complex128 2022-09-27T15:58:40.7655377Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_scatter_cpu_complex128 2022-09-27T15:58:40.7717693Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_asin_cpu_complex128 2022-09-27T15:58:40.7728776Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_asin_cpu_complex128 2022-09-27T15:58:40.7791462Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_asinh_cpu_complex128 2022-09-27T15:58:40.7801999Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_asinh_cpu_complex128 2022-09-27T15:58:40.7859550Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atan_cpu_complex128 2022-09-27T15:58:40.7870181Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_atan_cpu_complex128 2022-09-27T15:58:40.7925251Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atanh_cpu_complex128 2022-09-27T15:58:40.7936203Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_atanh_cpu_complex128 2022-09-27T15:58:40.7999864Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_1d_cpu_complex128 2022-09-27T15:58:40.8010719Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_1d_cpu_complex128 2022-09-27T15:58:40.8076112Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_2d_cpu_complex128 2022-09-27T15:58:40.8087381Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_2d_cpu_complex128 2022-09-27T15:58:40.8150952Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_3d_cpu_complex128 2022-09-27T15:58:40.8162046Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_3d_cpu_complex128 2022-09-27T15:58:40.8255110Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_baddbmm_cpu_complex128 2022-09-27T15:58:40.8266608Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_baddbmm_cpu_complex128 2022-09-27T15:58:40.8307257Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bfloat16_cpu_complex128 2022-09-27T15:58:40.8317980Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_bfloat16_cpu_complex128 2022-09-27T15:58:40.8379989Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_block_diag_cpu_complex128 2022-09-27T15:58:40.8390895Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_block_diag_cpu_complex128 2022-09-27T15:58:40.8444118Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bmm_cpu_complex128 2022-09-27T15:58:40.8455355Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_bmm_cpu_complex128 2022-09-27T15:58:40.8490520Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bool_cpu_complex128 2022-09-27T15:58:40.8501781Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_bool_cpu_complex128 2022-09-27T15:58:40.8551473Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_tensors_cpu_complex128 2022-09-27T15:58:40.8562474Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_tensors_cpu_complex128 2022-09-27T15:58:40.8616194Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_to_cpu_complex128 2022-09-27T15:58:40.8626672Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_to_cpu_complex128 2022-09-27T15:58:40.8661069Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_byte_cpu_complex128 2022-09-27T15:58:40.8672792Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_byte_cpu_complex128 2022-09-27T15:58:40.8715638Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cartesian_prod_cpu_complex128 2022-09-27T15:58:40.8725421Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cartesian_prod_cpu_complex128 2022-09-27T15:58:40.8773776Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cat_cpu_complex128 2022-09-27T15:58:40.8784633Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cat_cpu_complex128 2022-09-27T15:58:40.8840726Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_chalf_cpu_complex128 2022-09-27T15:58:40.8852618Z [gw2] [ 81%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_chalf_cpu_complex128 2022-09-27T15:58:40.8887110Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_char_cpu_complex128 2022-09-27T15:58:40.8898017Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_char_cpu_complex128 2022-09-27T15:58:40.8962767Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_cpu_complex128 2022-09-27T15:58:40.8974001Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_cpu_complex128 2022-09-27T15:58:40.9022662Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_inverse_cpu_complex128 2022-09-27T15:58:40.9036153Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_inverse_cpu_complex128 2022-09-27T15:58:40.9091671Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_solve_cpu_complex128 2022-09-27T15:58:40.9103081Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_solve_cpu_complex128 2022-09-27T15:58:40.9144211Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_chunk_cpu_complex128 2022-09-27T15:58:40.9156272Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_chunk_cpu_complex128 2022-09-27T15:58:40.9203710Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_clone_cpu_complex128 2022-09-27T15:58:40.9215626Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_clone_cpu_complex128 2022-09-27T15:58:40.9268929Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_column_stack_cpu_complex128 2022-09-27T15:58:40.9279759Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_column_stack_cpu_complex128 2022-09-27T15:58:40.9327198Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_combinations_cpu_complex128 2022-09-27T15:58:40.9338113Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_combinations_cpu_complex128 2022-09-27T15:58:40.9383714Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_cpu_complex128 2022-09-27T15:58:40.9394475Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_cpu_complex128 2022-09-27T15:58:40.9448199Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_physical_cpu_complex128 2022-09-27T15:58:40.9459460Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_physical_cpu_complex128 2022-09-27T15:58:40.9500909Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_constant_pad_nd_cpu_complex128 2022-09-27T15:58:40.9515741Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_constant_pad_nd_cpu_complex128 2022-09-27T15:58:40.9551922Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_contiguous_cpu_complex128 2022-09-27T15:58:40.9562231Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_contiguous_cpu_complex128 2022-09-27T15:58:40.9613700Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_corrcoef_cpu_complex128 2022-09-27T15:58:40.9624532Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_corrcoef_cpu_complex128 2022-09-27T15:58:40.9672836Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_mean_cpu_complex128 2022-09-27T15:58:40.9683408Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_mean_cpu_complex128 2022-09-27T15:58:40.9732943Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_stft_cpu_complex128 2022-09-27T15:58:40.9744200Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_stft_cpu_complex128 2022-09-27T15:58:40.9785727Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sub_cpu_complex128 2022-09-27T15:58:40.9797168Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sub_cpu_complex128 2022-09-27T15:58:40.9835126Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_cpu_complex128 2022-09-27T15:58:40.9846226Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_cpu_complex128 2022-09-27T15:58:40.9883209Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_to_size_cpu_complex128 2022-09-27T15:58:40.9893056Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_to_size_cpu_complex128 2022-09-27T15:58:40.9929337Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_svd_cpu_complex128 2022-09-27T15:58:40.9939122Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_svd_cpu_complex128 2022-09-27T15:58:40.9979092Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_symeig_cpu_complex128 2022-09-27T15:58:40.9990703Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_symeig_cpu_complex128 2022-09-27T15:58:41.0033079Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_t_cpu_complex128 2022-09-27T15:58:41.0043182Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_t_cpu_complex128 2022-09-27T15:58:41.0091684Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_along_dim_cpu_complex128 2022-09-27T15:58:41.0102788Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_along_dim_cpu_complex128 2022-09-27T15:58:41.0141988Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_cpu_complex128 2022-09-27T15:58:41.0152538Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_cpu_complex128 2022-09-27T15:58:41.0200660Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tan_cpu_complex128 2022-09-27T15:58:41.0210856Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tan_cpu_complex128 2022-09-27T15:58:41.0257899Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tanh_cpu_complex128 2022-09-27T15:58:41.0269177Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tanh_cpu_complex128 2022-09-27T15:58:41.0311184Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensor_split_cpu_complex128 2022-09-27T15:58:41.0318616Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensor_split_cpu_complex128 2022-09-27T15:58:41.0366882Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensordot_cpu_complex128 2022-09-27T15:58:41.0378102Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensordot_cpu_complex128 2022-09-27T15:58:41.0441949Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tile_cpu_complex128 2022-09-27T15:58:41.0452042Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tile_cpu_complex128 2022-09-27T15:58:41.0490028Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_cpu_complex128 2022-09-27T15:58:41.0514854Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_cpu_complex128 2022-09-27T15:58:41.0562165Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_sparse_cpu_complex128 2022-09-27T15:58:41.0569503Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_sparse_cpu_complex128 2022-09-27T15:58:41.0608288Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trace_cpu_complex128 2022-09-27T15:58:41.0618199Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_trace_cpu_complex128 2022-09-27T15:58:41.0658726Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_transpose_cpu_complex128 2022-09-27T15:58:41.0669936Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_transpose_cpu_complex128 2022-09-27T15:58:41.0727082Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapezoid_cpu_complex128 2022-09-27T15:58:41.0738320Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapezoid_cpu_complex128 2022-09-27T15:58:41.0795323Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapz_cpu_complex128 2022-09-27T15:58:41.0806806Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapz_cpu_complex128 2022-09-27T15:58:41.0845110Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_triangular_solve_cpu_complex128 2022-09-27T15:58:41.0857045Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_triangular_solve_cpu_complex128 2022-09-27T15:58:41.0900881Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tril_cpu_complex128 2022-09-27T15:58:41.0912090Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tril_cpu_complex128 2022-09-27T15:58:41.0935486Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_triu_cpu_complex128 2022-09-27T15:58:41.0946461Z [gw0] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:58:41.0960812Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:58:41.0971391Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_triu_cpu_complex128 2022-09-27T15:58:41.1016916Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_true_divide_cpu_complex128 2022-09-27T15:58:41.1026812Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_true_divide_cpu_complex128 2022-09-27T15:58:41.1068786Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unbind_cpu_complex128 2022-09-27T15:58:41.1079684Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_unbind_cpu_complex128 2022-09-27T15:58:41.1120604Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unflatten_cpu_complex128 2022-09-27T15:58:41.1130533Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_unflatten_cpu_complex128 2022-09-27T15:58:41.1200777Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unfold_cpu_complex128 2022-09-27T15:58:41.1210957Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_unfold_cpu_complex128 2022-09-27T15:58:41.1284842Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_uniform_cpu_complex128 2022-09-27T15:58:41.1292617Z [gw2] [ 82%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_uniform_cpu_complex128 2022-09-27T15:58:41.1350770Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unsqueeze_cpu_complex128 2022-09-27T15:58:41.1360597Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_unsqueeze_cpu_complex128 2022-09-27T15:58:41.1413400Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_cpu_complex128 2022-09-27T15:58:41.1423077Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_cpu_complex128 2022-09-27T15:58:41.1467825Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_mean_cpu_complex128 2022-09-27T15:58:41.1477562Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_mean_cpu_complex128 2022-09-27T15:58:41.1524597Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vdot_cpu_complex128 2022-09-27T15:58:41.1534899Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_vdot_cpu_complex128 2022-09-27T15:58:41.1581590Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_cpu_complex128 2022-09-27T15:58:41.1591548Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_cpu_complex128 2022-09-27T15:58:41.1621584Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_real_cpu_complex128 2022-09-27T15:58:41.1631375Z [gw2] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_real_cpu_complex128 2022-09-27T15:58:41.1676349Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_cpu_complex128 2022-09-27T15:58:41.1686200Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_cpu_complex128 2022-09-27T15:58:41.1722198Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vsplit_cpu_complex128 2022-09-27T15:58:41.1732179Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_vsplit_cpu_complex128 2022-09-27T15:58:41.1782106Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vstack_cpu_complex128 2022-09-27T15:58:41.1791921Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_vstack_cpu_complex128 2022-09-27T15:58:41.1837744Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_where_cpu_complex128 2022-09-27T15:58:41.1847320Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_where_cpu_complex128 2022-09-27T15:58:41.1891666Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zero__cpu_complex128 2022-09-27T15:58:41.1901248Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_zero__cpu_complex128 2022-09-27T15:58:41.1944731Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_cpu_complex128 2022-09-27T15:58:41.1953395Z [gw2] [ 82%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_cpu_complex128 2022-09-27T15:58:41.1993315Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_like_cpu_complex128 2022-09-27T15:58:41.2003157Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_like_cpu_complex128 2022-09-27T15:58:41.2055242Z test_ops.py::TestMathBitsCPU::test_neg_view_H_cpu_float64 2022-09-27T15:58:41.2065322Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_H_cpu_float64 2022-09-27T15:58:41.2116988Z test_ops.py::TestMathBitsCPU::test_neg_view_T_cpu_float64 2022-09-27T15:58:41.2127008Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_T_cpu_float64 2022-09-27T15:58:41.2351284Z test_ops.py::TestMathBitsCPU::test_neg_view___getitem___cpu_float64 2022-09-27T15:58:41.2361578Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___getitem___cpu_float64 2022-09-27T15:58:41.2487783Z test_ops.py::TestMathBitsCPU::test_neg_view___radd___cpu_float64 2022-09-27T15:58:41.2500840Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___radd___cpu_float64 2022-09-27T15:58:41.2639455Z test_ops.py::TestMathBitsCPU::test_neg_view___rdiv___cpu_float64 2022-09-27T15:58:41.2650946Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rdiv___cpu_float64 2022-09-27T15:58:41.2881465Z test_ops.py::TestMathBitsCPU::test_neg_view___rmatmul___cpu_float64 2022-09-27T15:58:41.2892979Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rmatmul___cpu_float64 2022-09-27T15:58:41.3030988Z test_ops.py::TestMathBitsCPU::test_neg_view___rmod___cpu_float64 2022-09-27T15:58:41.3041713Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rmod___cpu_float64 2022-09-27T15:58:41.3172478Z test_ops.py::TestMathBitsCPU::test_neg_view___rmul___cpu_float64 2022-09-27T15:58:41.3183212Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rmul___cpu_float64 2022-09-27T15:58:41.3351637Z test_ops.py::TestMathBitsCPU::test_neg_view___rpow___cpu_float64 2022-09-27T15:58:41.3366239Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rpow___cpu_float64 2022-09-27T15:58:41.3492081Z test_ops.py::TestMathBitsCPU::test_neg_view___rsub___cpu_float64 2022-09-27T15:58:41.3504127Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rsub___cpu_float64 2022-09-27T15:58:41.4507832Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_amax_cpu_float64 2022-09-27T15:58:41.4518885Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_amax_cpu_float64 2022-09-27T15:58:41.5342078Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_amin_cpu_float64 2022-09-27T15:58:41.5353879Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_amin_cpu_float64 2022-09-27T15:58:41.5564735Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_argmax_cpu_float64 2022-09-27T15:58:41.5572302Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_argmax_cpu_float64 2022-09-27T15:58:41.5807730Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_argmin_cpu_float64 2022-09-27T15:58:41.5818678Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_argmin_cpu_float64 2022-09-27T15:58:41.6006443Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_cumprod_cpu_float64 2022-09-27T15:58:41.6016381Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_cumprod_cpu_float64 2022-09-27T15:58:41.6158667Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_cumsum_cpu_float64 2022-09-27T15:58:41.6169022Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_cumsum_cpu_float64 2022-09-27T15:58:41.6371273Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_log_softmax_cpu_float64 2022-09-27T15:58:41.6379363Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_log_softmax_cpu_float64 2022-09-27T15:58:41.6593164Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_logaddexp_cpu_float64 2022-09-27T15:58:41.6603022Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_logaddexp_cpu_float64 2022-09-27T15:58:41.7543263Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_logsumexp_cpu_float64 2022-09-27T15:58:41.7555881Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_logsumexp_cpu_float64 2022-09-27T15:58:41.8634073Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_mean_cpu_float64 2022-09-27T15:58:41.8645803Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_mean_cpu_float64 2022-09-27T15:58:41.8923555Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_median_cpu_float64 2022-09-27T15:58:41.8935225Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_median_cpu_float64 2022-09-27T15:58:42.3145259Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_norm_cpu_float64 2022-09-27T15:58:42.3156417Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_norm_cpu_float64 2022-09-27T15:58:42.3312125Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_normalize_cpu_float64 2022-09-27T15:58:42.3323355Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_std_cpu_float32 2022-09-27T15:58:42.3560593Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_sum_cpu_float32 2022-09-27T15:58:42.3568530Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_normalize_cpu_float64 2022-09-27T15:58:42.4398336Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_prod_cpu_float64 2022-09-27T15:58:42.4407110Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_prod_cpu_float64 2022-09-27T15:58:42.4599297Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_softmax_cpu_float64 2022-09-27T15:58:42.4608139Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_softmax_cpu_float64 2022-09-27T15:58:42.4797786Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_softmin_cpu_float64 2022-09-27T15:58:42.4805741Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_softmin_cpu_float64 2022-09-27T15:58:42.6136609Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_std_cpu_float64 2022-09-27T15:58:42.6146775Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_std_cpu_float64 2022-09-27T15:58:42.6425381Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_sum_cpu_float64 2022-09-27T15:58:42.6436340Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_sum_cpu_float32 2022-09-27T15:58:42.6822669Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_var_cpu_float32 2022-09-27T15:58:42.6833669Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_sum_cpu_float64 2022-09-27T15:58:42.8188506Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_var_cpu_float64 2022-09-27T15:58:42.8196220Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_var_cpu_float64 2022-09-27T15:58:42.8230833Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_abs_cpu_float64 2022-09-27T15:58:42.8239379Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_abs_cpu_float64 2022-09-27T15:58:42.8283958Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_acos_cpu_float64 2022-09-27T15:58:42.8291437Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_acos_cpu_float64 2022-09-27T15:58:42.8334343Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_acosh_cpu_float64 2022-09-27T15:58:42.8341430Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_acosh_cpu_float64 2022-09-27T15:58:42.8451750Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_add_cpu_float64 2022-09-27T15:58:42.8459107Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_add_cpu_float64 2022-09-27T15:58:42.8545632Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_addcdiv_cpu_float64 2022-09-27T15:58:42.8553015Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_addcdiv_cpu_float64 2022-09-27T15:58:42.8604566Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_addr_cpu_float64 2022-09-27T15:58:42.8613051Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_addr_cpu_float64 2022-09-27T15:58:42.8819292Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_all_cpu_float64 2022-09-27T15:58:42.8826667Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_all_cpu_float64 2022-09-27T15:58:42.8904103Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_allclose_cpu_float64 2022-09-27T15:58:42.8911438Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_allclose_cpu_float64 2022-09-27T15:58:42.9087777Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_amax_cpu_float64 2022-09-27T15:58:42.9095145Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_amax_cpu_float64 2022-09-27T15:58:42.9271646Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_amin_cpu_float64 2022-09-27T15:58:42.9278955Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_amin_cpu_float64 2022-09-27T15:58:42.9470693Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_any_cpu_float64 2022-09-27T15:58:42.9479016Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_any_cpu_float64 2022-09-27T15:58:42.9512167Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_arange_cpu_float64 2022-09-27T15:58:42.9521741Z [gw2] [ 82%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view__refs_arange_cpu_float64 2022-09-27T15:58:42.9540042Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_as_strided_cpu_float64 2022-09-27T15:58:42.9548728Z [gw2] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_as_strided_cpu_float64 2022-09-27T15:58:42.9583394Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_asin_cpu_float64 2022-09-27T15:58:42.9592257Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_asin_cpu_float64 2022-09-27T15:58:42.9621169Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_asinh_cpu_float64 2022-09-27T15:58:42.9632129Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_asinh_cpu_float64 2022-09-27T15:58:42.9748497Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan2_cpu_float64 2022-09-27T15:58:42.9757198Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan2_cpu_float64 2022-09-27T15:58:42.9793650Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan_cpu_float64 2022-09-27T15:58:42.9805732Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan_cpu_float64 2022-09-27T15:58:42.9840686Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atanh_cpu_float64 2022-09-27T15:58:42.9849413Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atanh_cpu_float64 2022-09-27T15:58:42.9911696Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_1d_cpu_float64 2022-09-27T15:58:42.9921826Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_1d_cpu_float64 2022-09-27T15:58:42.9999280Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_2d_cpu_float64 2022-09-27T15:58:43.0009644Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_2d_cpu_float64 2022-09-27T15:58:43.0103757Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_3d_cpu_float64 2022-09-27T15:58:43.0113287Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_3d_cpu_float64 2022-09-27T15:58:43.0149488Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_tensors_cpu_float64 2022-09-27T15:58:43.0158882Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_tensors_cpu_float64 2022-09-27T15:58:43.0233090Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_to_cpu_float64 2022-09-27T15:58:43.0242519Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_to_cpu_float64 2022-09-27T15:58:43.0324161Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cat_cpu_float64 2022-09-27T15:58:43.0333628Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_cat_cpu_float64 2022-09-27T15:58:43.0368451Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ceil_cpu_float64 2022-09-27T15:58:43.0377921Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_ceil_cpu_float64 2022-09-27T15:58:43.0471086Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_chunk_cpu_float64 2022-09-27T15:58:43.0480469Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_chunk_cpu_float64 2022-09-27T15:58:43.0544433Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_cpu_float64 2022-09-27T15:58:43.0553920Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_cpu_float64 2022-09-27T15:58:43.0616252Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_max_cpu_float64 2022-09-27T15:58:43.0625500Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_max_cpu_float64 2022-09-27T15:58:43.0687632Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_min_cpu_float64 2022-09-27T15:58:43.0697345Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_min_cpu_float64 2022-09-27T15:58:43.0735617Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clone_cpu_float64 2022-09-27T15:58:43.0745094Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_clone_cpu_float64 2022-09-27T15:58:43.0795577Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_column_stack_cpu_float64 2022-09-27T15:58:43.0804789Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_column_stack_cpu_float64 2022-09-27T15:58:43.0839577Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_cpu_float64 2022-09-27T15:58:43.0848781Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_cpu_float64 2022-09-27T15:58:43.0880825Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_physical_cpu_float64 2022-09-27T15:58:43.0891500Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_physical_cpu_float64 2022-09-27T15:58:43.0997260Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_constant_pad_nd_cpu_float64 2022-09-27T15:58:43.1008754Z [gw0] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:58:43.1184545Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:58:43.1193630Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_constant_pad_nd_cpu_float64 2022-09-27T15:58:43.1223390Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_contiguous_cpu_float64 2022-09-27T15:58:43.1229966Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_contiguous_cpu_float64 2022-09-27T15:58:43.1427389Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_copysign_cpu_float64 2022-09-27T15:58:43.1436590Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_copysign_cpu_float64 2022-09-27T15:58:43.1478461Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cos_cpu_float64 2022-09-27T15:58:43.1485067Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_cos_cpu_float64 2022-09-27T15:58:43.1523567Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cosh_cpu_float64 2022-09-27T15:58:43.1530164Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_cosh_cpu_float64 2022-09-27T15:58:43.1620608Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_diag_embed_cpu_float64 2022-09-27T15:58:43.1627483Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_diag_embed_cpu_float64 2022-09-27T15:58:43.1689428Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_cpu_float64 2022-09-27T15:58:43.1699032Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_cpu_float64 2022-09-27T15:58:43.1744516Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_digamma_cpu_float64 2022-09-27T15:58:43.1753767Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_digamma_cpu_float64 2022-09-27T15:58:43.2640242Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_floor_rounding_cpu_float64 2022-09-27T15:58:43.2652036Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_floor_rounding_cpu_float64 2022-09-27T15:58:43.2771280Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:58:43.2782435Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:58:43.2945408Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:58:43.2956433Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:58:43.3019109Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_dsplit_cpu_float64 2022-09-27T15:58:43.3028246Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_dsplit_cpu_float64 2022-09-27T15:58:43.3106383Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_dstack_cpu_float64 2022-09-27T15:58:43.3117729Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_dstack_cpu_float64 2022-09-27T15:58:43.3135071Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_cpu_float64 2022-09-27T15:58:43.3146319Z [gw2] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_cpu_float64 2022-09-27T15:58:43.3163695Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_like_cpu_float64 2022-09-27T15:58:43.3174987Z [gw2] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_like_cpu_float64 2022-09-27T15:58:43.3284485Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_eq_cpu_float64 2022-09-27T15:58:43.3295548Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_eq_cpu_float64 2022-09-27T15:58:43.3332010Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erf_cpu_float64 2022-09-27T15:58:43.3343082Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_erf_cpu_float64 2022-09-27T15:58:43.3398441Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfc_cpu_float64 2022-09-27T15:58:43.3405780Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfc_cpu_float64 2022-09-27T15:58:43.3442342Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfinv_cpu_float64 2022-09-27T15:58:43.3453424Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfinv_cpu_float64 2022-09-27T15:58:43.3502528Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp2_cpu_float64 2022-09-27T15:58:43.3509896Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp2_cpu_float64 2022-09-27T15:58:43.3559215Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp_cpu_float64 2022-09-27T15:58:43.3570986Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp_cpu_float64 2022-09-27T15:58:43.3612803Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_as_cpu_float64 2022-09-27T15:58:43.3620166Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_as_cpu_float64 2022-09-27T15:58:43.3710820Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_cpu_float64 2022-09-27T15:58:43.3721809Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_cpu_float64 2022-09-27T15:58:43.3760126Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expm1_cpu_float64 2022-09-27T15:58:43.3771144Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_expm1_cpu_float64 2022-09-27T15:58:43.3788414Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_eye_cpu_float64 2022-09-27T15:58:43.3799709Z [gw2] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_eye_cpu_float64 2022-09-27T15:58:43.3861190Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft2_cpu_float64 2022-09-27T15:58:43.3868762Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft2_cpu_float64 2022-09-27T15:58:43.3963591Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft_cpu_float64 2022-09-27T15:58:43.3974243Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft_cpu_float64 2022-09-27T15:58:43.4106140Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftn_cpu_float64 2022-09-27T15:58:43.4116011Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftn_cpu_float64 2022-09-27T15:58:43.4161963Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftshift_cpu_float64 2022-09-27T15:58:43.4172019Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftshift_cpu_float64 2022-09-27T15:58:43.4233378Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft2_cpu_float64 2022-09-27T15:58:43.4243792Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft2_cpu_float64 2022-09-27T15:58:43.4365112Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft_cpu_float64 2022-09-27T15:58:43.4375530Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft_cpu_float64 2022-09-27T15:58:43.4546920Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfftn_cpu_float64 2022-09-27T15:58:43.4558168Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfftn_cpu_float64 2022-09-27T15:58:43.4616398Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft2_cpu_float64 2022-09-27T15:58:43.4626809Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft2_cpu_float64 2022-09-27T15:58:43.4727737Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft_cpu_float64 2022-09-27T15:58:43.4738267Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft_cpu_float64 2022-09-27T15:58:43.4877900Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftn_cpu_float64 2022-09-27T15:58:43.4888420Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftn_cpu_float64 2022-09-27T15:58:43.4933838Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftshift_cpu_float64 2022-09-27T15:58:43.4943585Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftshift_cpu_float64 2022-09-27T15:58:43.5006769Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft2_cpu_float64 2022-09-27T15:58:43.5016670Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft2_cpu_float64 2022-09-27T15:58:43.5109255Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft_cpu_float64 2022-09-27T15:58:43.5119683Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft_cpu_float64 2022-09-27T15:58:43.5264887Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfftn_cpu_float64 2022-09-27T15:58:43.5276344Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfftn_cpu_float64 2022-09-27T15:58:43.5334025Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft2_cpu_float64 2022-09-27T15:58:43.5343778Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft2_cpu_float64 2022-09-27T15:58:43.5460086Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft_cpu_float64 2022-09-27T15:58:43.5470446Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft_cpu_float64 2022-09-27T15:58:43.5610445Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfftn_cpu_float64 2022-09-27T15:58:43.5623145Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfftn_cpu_float64 2022-09-27T15:58:43.5680906Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft2_cpu_float64 2022-09-27T15:58:43.5690879Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft2_cpu_float64 2022-09-27T15:58:43.5782815Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft_cpu_float64 2022-09-27T15:58:43.5793296Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft_cpu_float64 2022-09-27T15:58:43.5901727Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfftn_cpu_float64 2022-09-27T15:58:43.5911523Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfftn_cpu_float64 2022-09-27T15:58:43.5960405Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fill_cpu_float64 2022-09-27T15:58:43.5970137Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fill_cpu_float64 2022-09-27T15:58:43.6028512Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flatten_cpu_float64 2022-09-27T15:58:43.6038250Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_flatten_cpu_float64 2022-09-27T15:58:43.6127654Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flip_cpu_float64 2022-09-27T15:58:43.6137272Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_flip_cpu_float64 2022-09-27T15:58:43.6177023Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fliplr_cpu_float64 2022-09-27T15:58:43.6186781Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fliplr_cpu_float64 2022-09-27T15:58:43.6229526Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flipud_cpu_float64 2022-09-27T15:58:43.6238983Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_flipud_cpu_float64 2022-09-27T15:58:43.6357601Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_float_power_cpu_float64 2022-09-27T15:58:43.6367610Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_float_power_cpu_float64 2022-09-27T15:58:43.6406149Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_cpu_float64 2022-09-27T15:58:43.6413901Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_cpu_float64 2022-09-27T15:58:43.7497509Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_divide_cpu_float64 2022-09-27T15:58:43.7508875Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_divide_cpu_float64 2022-09-27T15:58:43.7625360Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmax_cpu_float64 2022-09-27T15:58:43.7635468Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmax_cpu_float64 2022-09-27T15:58:43.7749706Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmin_cpu_float64 2022-09-27T15:58:43.7760469Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmin_cpu_float64 2022-09-27T15:58:43.7881442Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmod_cpu_float64 2022-09-27T15:58:43.7892444Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmod_cpu_float64 2022-09-27T15:58:43.7987761Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_frac_cpu_float64 2022-09-27T15:58:43.7997570Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_frac_cpu_float64 2022-09-27T15:58:43.8102181Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ge_cpu_float64 2022-09-27T15:58:43.8111749Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_ge_cpu_float64 2022-09-27T15:58:43.8218298Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_gt_cpu_float64 2022-09-27T15:58:43.8227827Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_gt_cpu_float64 2022-09-27T15:58:43.8577185Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_heaviside_cpu_float64 2022-09-27T15:58:43.8587811Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_heaviside_cpu_float64 2022-09-27T15:58:43.8642124Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hsplit_cpu_float64 2022-09-27T15:58:43.8649590Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_hsplit_cpu_float64 2022-09-27T15:58:43.8691501Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hstack_cpu_float64 2022-09-27T15:58:43.8698388Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_hstack_cpu_float64 2022-09-27T15:58:43.8790978Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hypot_cpu_float64 2022-09-27T15:58:43.8797805Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_hypot_cpu_float64 2022-09-27T15:58:43.8833842Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_i0_cpu_float64 2022-09-27T15:58:43.8840766Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_i0_cpu_float64 2022-09-27T15:58:43.8939093Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_igamma_cpu_float64 2022-09-27T15:58:43.8949801Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_igamma_cpu_float64 2022-09-27T15:58:43.9044524Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_igammac_cpu_float64 2022-09-27T15:58:43.9053160Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_igammac_cpu_float64 2022-09-27T15:58:43.9103180Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_add_cpu_float64 2022-09-27T15:58:43.9110247Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_add_cpu_float64 2022-09-27T15:58:43.9144335Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_copy_cpu_float64 2022-09-27T15:58:43.9151993Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_copy_cpu_float64 2022-09-27T15:58:43.9183816Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_fill_cpu_float64 2022-09-27T15:58:43.9192342Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_fill_cpu_float64 2022-09-27T15:58:43.9225749Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_select_cpu_float64 2022-09-27T15:58:43.9232734Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_select_cpu_float64 2022-09-27T15:58:43.9907938Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isclose_cpu_float64 2022-09-27T15:58:43.9920124Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isclose_cpu_float64 2022-09-27T15:58:43.9964976Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isfinite_cpu_float64 2022-09-27T15:58:43.9972288Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isfinite_cpu_float64 2022-09-27T15:58:44.0014640Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isinf_cpu_float64 2022-09-27T15:58:44.0022585Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isinf_cpu_float64 2022-09-27T15:58:44.0056027Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isnan_cpu_float64 2022-09-27T15:58:44.0063482Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isnan_cpu_float64 2022-09-27T15:58:44.0096234Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isneginf_cpu_float64 2022-09-27T15:58:44.0105304Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isneginf_cpu_float64 2022-09-27T15:58:44.0134514Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isposinf_cpu_float64 2022-09-27T15:58:44.0143631Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isposinf_cpu_float64 2022-09-27T15:58:44.0174518Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isreal_cpu_float64 2022-09-27T15:58:44.0181167Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isreal_cpu_float64 2022-09-27T15:58:44.0267184Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_le_cpu_float64 2022-09-27T15:58:44.0273800Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_le_cpu_float64 2022-09-27T15:58:44.0310327Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_lgamma_cpu_float64 2022-09-27T15:58:44.0319587Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_lgamma_cpu_float64 2022-09-27T15:58:44.1224632Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:58:44.1232247Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:58:44.2799799Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_norm_cpu_float64 2022-09-27T15:58:44.2810538Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_norm_cpu_float64 2022-09-27T15:58:44.4212637Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svd_cpu_float64 2022-09-27T15:58:44.4221013Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_var_cpu_float32 2022-09-27T15:58:44.4260296Z test_ops.py::TestCompositeComplianceCPU::test_operator_abs_cpu_float32 2022-09-27T15:58:44.4271279Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_abs_cpu_float32 2022-09-27T15:58:44.4336424Z test_ops.py::TestCompositeComplianceCPU::test_operator_acos_cpu_float32 2022-09-27T15:58:44.4346646Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_acos_cpu_float32 2022-09-27T15:58:44.4412549Z test_ops.py::TestCompositeComplianceCPU::test_operator_acosh_cpu_float32 2022-09-27T15:58:44.4422742Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_acosh_cpu_float32 2022-09-27T15:58:44.4689080Z test_ops.py::TestCompositeComplianceCPU::test_operator_add_cpu_float32 2022-09-27T15:58:44.4699422Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_add_cpu_float32 2022-09-27T15:58:44.4814841Z test_ops.py::TestCompositeComplianceCPU::test_operator_addbmm_cpu_float32 2022-09-27T15:58:44.4825675Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svd_cpu_float64 2022-09-27T15:58:44.5012469Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svdvals_cpu_float64 2022-09-27T15:58:44.5024401Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addbmm_cpu_float32 2022-09-27T15:58:44.5123220Z test_ops.py::TestCompositeComplianceCPU::test_operator_addcdiv_cpu_float32 2022-09-27T15:58:44.5134968Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svdvals_cpu_float64 2022-09-27T15:58:44.5626005Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:58:44.5637288Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addcdiv_cpu_float32 2022-09-27T15:58:44.6130006Z test_ops.py::TestCompositeComplianceCPU::test_operator_addcmul_cpu_float32 2022-09-27T15:58:44.6141786Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addcmul_cpu_float32 2022-09-27T15:58:44.6341225Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_cpu_float32 2022-09-27T15:58:44.6353093Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_cpu_float32 2022-09-27T15:58:44.6518715Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_decomposed_cpu_float32 2022-09-27T15:58:44.6529864Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_decomposed_cpu_float32 2022-09-27T15:58:44.6890417Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmv_cpu_float32 2022-09-27T15:58:44.6900674Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addmv_cpu_float32 2022-09-27T15:58:44.7222155Z test_ops.py::TestCompositeComplianceCPU::test_operator_addr_cpu_float32 2022-09-27T15:58:44.7232159Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addr_cpu_float32 2022-09-27T15:58:44.7417403Z test_ops.py::TestCompositeComplianceCPU::test_operator_all_cpu_float32 2022-09-27T15:58:44.7427465Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_all_cpu_float32 2022-09-27T15:58:44.7958272Z test_ops.py::TestCompositeComplianceCPU::test_operator_allclose_cpu_float32 2022-09-27T15:58:44.7969456Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_allclose_cpu_float32 2022-09-27T15:58:44.8185943Z test_ops.py::TestCompositeComplianceCPU::test_operator_amax_cpu_float32 2022-09-27T15:58:44.8193104Z [gw0] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:58:44.8288910Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:58:44.8300249Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_amax_cpu_float32 2022-09-27T15:58:44.8616565Z test_ops.py::TestCompositeComplianceCPU::test_operator_amin_cpu_float32 2022-09-27T15:58:44.8628212Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_amin_cpu_float32 2022-09-27T15:58:44.8632403Z test_ops.py::TestCompositeComplianceCPU::test_operator_aminmax_cpu_float32 2022-09-27T15:58:44.8643325Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:58:44.8681408Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linspace_cpu_float64 2022-09-27T15:58:44.8692879Z [gw2] [ 82%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view__refs_linspace_cpu_float64 2022-09-27T15:58:44.8752975Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log10_cpu_float64 2022-09-27T15:58:44.8759849Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_log10_cpu_float64 2022-09-27T15:58:44.8774905Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_aminmax_cpu_float32 2022-09-27T15:58:44.8777734Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log1p_cpu_float64 2022-09-27T15:58:44.8818405Z test_ops.py::TestCompositeComplianceCPU::test_operator_angle_cpu_float32 2022-09-27T15:58:44.8824699Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_log1p_cpu_float64 2022-09-27T15:58:44.8839366Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_angle_cpu_float32 2022-09-27T15:58:44.8841760Z test_ops.py::TestCompositeComplianceCPU::test_operator_any_cpu_float32 2022-09-27T15:58:44.8897724Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log2_cpu_float64 2022-09-27T15:58:44.8908340Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_log2_cpu_float64 2022-09-27T15:58:44.8966328Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_cpu_float64 2022-09-27T15:58:44.8977220Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_cpu_float64 2022-09-27T15:58:44.9036325Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_softmax_cpu_float64 2022-09-27T15:58:44.9047724Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_any_cpu_float32 2022-09-27T15:58:44.9333958Z test_ops.py::TestCompositeComplianceCPU::test_operator_arange_cpu_float32 2022-09-27T15:58:44.9344896Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_softmax_cpu_float64 2022-09-27T15:58:44.9354978Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_and_cpu_float64 2022-09-27T15:58:44.9365921Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_arange_cpu_float32 2022-09-27T15:58:44.9427061Z test_ops.py::TestCompositeComplianceCPU::test_operator_argmax_cpu_float32 2022-09-27T15:58:44.9436892Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_and_cpu_float64 2022-09-27T15:58:44.9478373Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_not_cpu_float64 2022-09-27T15:58:44.9488188Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_not_cpu_float64 2022-09-27T15:58:44.9531444Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_or_cpu_float64 2022-09-27T15:58:44.9542172Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_argmax_cpu_float32 2022-09-27T15:58:44.9634391Z test_ops.py::TestCompositeComplianceCPU::test_operator_argmin_cpu_float32 2022-09-27T15:58:44.9645396Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_or_cpu_float64 2022-09-27T15:58:44.9708359Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_xor_cpu_float64 2022-09-27T15:58:44.9718208Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_argmin_cpu_float32 2022-09-27T15:58:44.9740203Z test_ops.py::TestCompositeComplianceCPU::test_operator_argsort_cpu_float32 2022-09-27T15:58:44.9750798Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_xor_cpu_float64 2022-09-27T15:58:44.9793925Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logspace_cpu_float64 2022-09-27T15:58:44.9804416Z [gw2] [ 82%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view__refs_logspace_cpu_float64 2022-09-27T15:58:45.0150991Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logsumexp_cpu_float64 2022-09-27T15:58:45.0162474Z [gw0] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:58:45.0205618Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:58:45.0218107Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_argsort_cpu_float32 2022-09-27T15:58:45.0316354Z test_ops.py::TestCompositeComplianceCPU::test_operator_argwhere_cpu_float32 2022-09-27T15:58:45.0327654Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_argwhere_cpu_float32 2022-09-27T15:58:45.0456823Z test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_cpu_float32 2022-09-27T15:58:45.0467942Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_cpu_float32 2022-09-27T15:58:45.0578080Z test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_scatter_cpu_float32 2022-09-27T15:58:45.0588157Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_logsumexp_cpu_float64 2022-09-27T15:58:45.0646222Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_lt_cpu_float64 2022-09-27T15:58:45.0657896Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_scatter_cpu_float32 2022-09-27T15:58:45.0710385Z test_ops.py::TestCompositeComplianceCPU::test_operator_asin_cpu_float32 2022-09-27T15:58:45.0719815Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_asin_cpu_float32 2022-09-27T15:58:45.0727960Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_lt_cpu_float64 2022-09-27T15:58:45.0730549Z test_ops.py::TestCompositeComplianceCPU::test_operator_asinh_cpu_float32 2022-09-27T15:58:45.0776986Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_masked_fill_cpu_float64 2022-09-27T15:58:45.0787744Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_asinh_cpu_float32 2022-09-27T15:58:45.0798209Z test_ops.py::TestCompositeComplianceCPU::test_operator_atan2_cpu_float32 2022-09-27T15:58:45.0809071Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_masked_fill_cpu_float64 2022-09-27T15:58:45.0945658Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_maximum_cpu_float64 2022-09-27T15:58:45.0956783Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_maximum_cpu_float64 2022-09-27T15:58:45.1046190Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_mean_cpu_float64 2022-09-27T15:58:45.1056145Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atan2_cpu_float32 2022-09-27T15:58:45.1100256Z test_ops.py::TestCompositeComplianceCPU::test_operator_atan_cpu_float32 2022-09-27T15:58:45.1110007Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atan_cpu_float32 2022-09-27T15:58:45.1153016Z test_ops.py::TestCompositeComplianceCPU::test_operator_atanh_cpu_float32 2022-09-27T15:58:45.1163125Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atanh_cpu_float32 2022-09-27T15:58:45.1288667Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_1d_cpu_float32 2022-09-27T15:58:45.1298513Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_1d_cpu_float32 2022-09-27T15:58:45.1343070Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_2d_cpu_float32 2022-09-27T15:58:45.1353933Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_mean_cpu_float64 2022-09-27T15:58:45.1437072Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:58:45.1447658Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_2d_cpu_float32 2022-09-27T15:58:45.1554686Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_3d_cpu_float32 2022-09-27T15:58:45.1566407Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:58:45.1611459Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:58:45.1621462Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_3d_cpu_float32 2022-09-27T15:58:45.1756559Z test_ops.py::TestCompositeComplianceCPU::test_operator_baddbmm_cpu_float32 2022-09-27T15:58:45.1768189Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:58:45.1882263Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_minimum_cpu_float64 2022-09-27T15:58:45.1893041Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_minimum_cpu_float64 2022-09-27T15:58:45.1927375Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_movedim_cpu_float64 2022-09-27T15:58:45.1938477Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_movedim_cpu_float64 2022-09-27T15:58:45.1969210Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_mul_cpu_float64 2022-09-27T15:58:45.1980643Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_baddbmm_cpu_float32 2022-09-27T15:58:45.2066912Z test_ops.py::TestCompositeComplianceCPU::test_operator_bernoulli_cpu_float32 2022-09-27T15:58:45.2077564Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_mul_cpu_float64 2022-09-27T15:58:45.2266963Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nan_to_num_cpu_float64 2022-09-27T15:58:45.2277009Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_bernoulli_cpu_float32 2022-09-27T15:58:45.2353941Z test_ops.py::TestCompositeComplianceCPU::test_operator_bfloat16_cpu_float32 2022-09-27T15:58:45.2368838Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nan_to_num_cpu_float64 2022-09-27T15:58:45.2374476Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_bfloat16_cpu_float32 2022-09-27T15:58:45.2383921Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_narrow_cpu_float64 2022-09-27T15:58:45.2494611Z test_ops.py::TestCompositeComplianceCPU::test_operator_block_diag_cpu_float32 2022-09-27T15:58:45.2506696Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_narrow_cpu_float64 2022-09-27T15:58:45.2603364Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_native_layer_norm_cpu_float64 2022-09-27T15:58:45.2614753Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_block_diag_cpu_float32 2022-09-27T15:58:45.2671124Z test_ops.py::TestCompositeComplianceCPU::test_operator_bmm_cpu_float32 2022-09-27T15:58:45.2682447Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_bmm_cpu_float32 2022-09-27T15:58:45.2773912Z test_ops.py::TestCompositeComplianceCPU::test_operator_bool_cpu_float32 2022-09-27T15:58:45.2785202Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_bool_cpu_float32 2022-09-27T15:58:45.2863234Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_shapes_cpu_float32 2022-09-27T15:58:45.2874708Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_shapes_cpu_float32 2022-09-27T15:58:45.2943923Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_tensors_cpu_float32 2022-09-27T15:58:45.2955068Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_native_layer_norm_cpu_float64 2022-09-27T15:58:45.3080415Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ne_cpu_float64 2022-09-27T15:58:45.3092034Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_ne_cpu_float64 2022-09-27T15:58:45.3132918Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_neg_cpu_float64 2022-09-27T15:58:45.3143255Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_neg_cpu_float64 2022-09-27T15:58:45.3146782Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_cpu_float64 2022-09-27T15:58:45.3158043Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_tensors_cpu_float32 2022-09-27T15:58:45.3163221Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_to_cpu_float32 2022-09-27T15:58:45.3174326Z [gw2] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_cpu_float64 2022-09-27T15:58:45.3196112Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_strided_cpu_float64 2022-09-27T15:58:45.3205857Z [gw2] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_strided_cpu_float64 2022-09-27T15:58:45.3273019Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_full_cpu_float64 2022-09-27T15:58:45.3283799Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_full_cpu_float64 2022-09-27T15:58:45.3305113Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_ones_cpu_float64 2022-09-27T15:58:45.3315645Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_to_cpu_float32 2022-09-27T15:58:45.3336844Z test_ops.py::TestCompositeComplianceCPU::test_operator_bucketize_cpu_float32 2022-09-27T15:58:45.3347438Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_ones_cpu_float64 2022-09-27T15:58:45.3401106Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_zeros_cpu_float64 2022-09-27T15:58:45.3412984Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_zeros_cpu_float64 2022-09-27T15:58:45.3547664Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nextafter_cpu_float64 2022-09-27T15:58:45.3558225Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nextafter_cpu_float64 2022-09-27T15:58:45.3605912Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_celu_cpu_float64 2022-09-27T15:58:45.3617674Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_celu_cpu_float64 2022-09-27T15:58:45.3638290Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:58:45.3649956Z [gw2] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:58:45.3696795Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_elu_cpu_float64 2022-09-27T15:58:45.3707569Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_elu_cpu_float64 2022-09-27T15:58:45.3796649Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:58:45.3807180Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:58:45.3864463Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_glu_cpu_float64 2022-09-27T15:58:45.3874445Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_bucketize_cpu_float32 2022-09-27T15:58:45.3968163Z test_ops.py::TestCompositeComplianceCPU::test_operator_byte_cpu_float32 2022-09-27T15:58:45.3979135Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_byte_cpu_float32 2022-09-27T15:58:45.4131746Z test_ops.py::TestCompositeComplianceCPU::test_operator_cartesian_prod_cpu_float32 2022-09-27T15:58:45.4142268Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_glu_cpu_float64 2022-09-27T15:58:45.4250148Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:58:45.4260601Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:58:45.4272381Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:58:45.4283739Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cartesian_prod_cpu_float32 2022-09-27T15:58:45.4320734Z test_ops.py::TestCompositeComplianceCPU::test_operator_cat_cpu_float32 2022-09-27T15:58:45.4331397Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:58:45.4429313Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:58:45.4441382Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cat_cpu_float32 2022-09-27T15:58:45.4934156Z test_ops.py::TestCompositeComplianceCPU::test_operator_cdist_cpu_float32 2022-09-27T15:58:45.4944949Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:58:45.5062826Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:58:45.5072970Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:58:45.5125231Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:58:45.5136425Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:58:45.5223169Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:58:45.5235434Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:58:45.6150984Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:58:45.6163285Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:58:45.6208030Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mish_cpu_float64 2022-09-27T15:58:45.6231701Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mish_cpu_float64 2022-09-27T15:58:45.6338129Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:58:45.6348648Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:58:45.6401033Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:58:45.6411819Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:58:45.6499821Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:58:45.6510563Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:58:45.7520875Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:58:45.7532248Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:58:45.7879828Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:58:45.7891786Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:58:45.7931915Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:58:45.7943845Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:58:45.7990361Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu_cpu_float64 2022-09-27T15:58:45.8002662Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu_cpu_float64 2022-09-27T15:58:45.8043703Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_selu_cpu_float64 2022-09-27T15:58:45.8055489Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_selu_cpu_float64 2022-09-27T15:58:45.8100369Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:58:45.8112482Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:58:45.8262341Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:58:45.8274325Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:58:45.8340071Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:58:45.8352393Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:58:45.8411721Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:58:45.8423864Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:58:45.8633470Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_norm_cpu_float64 2022-09-27T15:58:45.8644118Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_norm_cpu_float64 2022-09-27T15:58:45.8675239Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ones_cpu_float64 2022-09-27T15:58:45.8685404Z [gw2] [ 83%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view__refs_ones_cpu_float64 2022-09-27T15:58:45.8730066Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_permute_cpu_float64 2022-09-27T15:58:45.8739229Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_permute_cpu_float64 2022-09-27T15:58:45.8770427Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_positive_cpu_float64 2022-09-27T15:58:45.8778311Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_positive_cpu_float64 2022-09-27T15:58:45.8871376Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_pow_cpu_float64 2022-09-27T15:58:45.8878997Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_pow_cpu_float64 2022-09-27T15:58:45.9218676Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_prod_cpu_float64 2022-09-27T15:58:45.9229265Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_prod_cpu_float64 2022-09-27T15:58:45.9243791Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_randn_cpu_float64 2022-09-27T15:58:45.9253592Z [gw2] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_randn_cpu_float64 2022-09-27T15:58:45.9301658Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ravel_cpu_float64 2022-09-27T15:58:45.9313433Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_ravel_cpu_float64 2022-09-27T15:58:45.9348774Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_real_cpu_float64 2022-09-27T15:58:45.9360961Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_real_cpu_float64 2022-09-27T15:58:45.9407797Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reciprocal_cpu_float64 2022-09-27T15:58:45.9419749Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_reciprocal_cpu_float64 2022-09-27T15:58:45.9540474Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_remainder_cpu_float64 2022-09-27T15:58:45.9552622Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_remainder_cpu_float64 2022-09-27T15:58:45.9703471Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_repeat_cpu_float64 2022-09-27T15:58:45.9715197Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_repeat_cpu_float64 2022-09-27T15:58:45.9758895Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_as_cpu_float64 2022-09-27T15:58:45.9771105Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_as_cpu_float64 2022-09-27T15:58:45.9866154Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_cpu_float64 2022-09-27T15:58:45.9875983Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_cpu_float64 2022-09-27T15:58:45.9980481Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_roll_cpu_float64 2022-09-27T15:58:45.9989869Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_roll_cpu_float64 2022-09-27T15:58:46.0162927Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rot90_cpu_float64 2022-09-27T15:58:46.0172705Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_rot90_cpu_float64 2022-09-27T15:58:46.0209389Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_round_cpu_float64 2022-09-27T15:58:46.0219379Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_round_cpu_float64 2022-09-27T15:58:46.0270016Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsqrt_cpu_float64 2022-09-27T15:58:46.0279582Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsqrt_cpu_float64 2022-09-27T15:58:46.0418798Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsub_cpu_float64 2022-09-27T15:58:46.0429871Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsub_cpu_float64 2022-09-27T15:58:46.0437095Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sgn_cpu_float64 2022-09-27T15:58:46.0449454Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cdist_cpu_float32 2022-09-27T15:58:46.0465813Z test_ops.py::TestCompositeComplianceCPU::test_operator_ceil_cpu_float32 2022-09-27T15:58:46.0478055Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sgn_cpu_float64 2022-09-27T15:58:46.0499450Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sigmoid_cpu_float64 2022-09-27T15:58:46.0508549Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ceil_cpu_float32 2022-09-27T15:58:46.0573804Z test_ops.py::TestCompositeComplianceCPU::test_operator_chalf_cpu_float32 2022-09-27T15:58:46.0583863Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sigmoid_cpu_float64 2022-09-27T15:58:46.0600777Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sign_cpu_float64 2022-09-27T15:58:46.0612285Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_chalf_cpu_float32 2022-09-27T15:58:46.0622441Z test_ops.py::TestCompositeComplianceCPU::test_operator_char_cpu_float32 2022-09-27T15:58:46.0632960Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sign_cpu_float64 2022-09-27T15:58:46.0667824Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_signbit_cpu_float64 2022-09-27T15:58:46.0678029Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_signbit_cpu_float64 2022-09-27T15:58:46.0695291Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sin_cpu_float64 2022-09-27T15:58:46.0705158Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_char_cpu_float32 2022-09-27T15:58:46.0714682Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_cpu_float32 2022-09-27T15:58:46.0726259Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sin_cpu_float64 2022-09-27T15:58:46.0773840Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinc_cpu_float64 2022-09-27T15:58:46.0783752Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinc_cpu_float64 2022-09-27T15:58:46.0819054Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinh_cpu_float64 2022-09-27T15:58:46.0828860Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinh_cpu_float64 2022-09-27T15:58:46.0939969Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_softmax_cpu_float64 2022-09-27T15:58:46.0950777Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_cpu_float32 2022-09-27T15:58:46.1060902Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_inverse_cpu_float32 2022-09-27T15:58:46.1070521Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_softmax_cpu_float64 2022-09-27T15:58:46.1121131Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i0e_cpu_float64 2022-09-27T15:58:46.1133135Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i0e_cpu_float64 2022-09-27T15:58:46.1149514Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1_cpu_float64 2022-09-27T15:58:46.1161980Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_inverse_cpu_float32 2022-09-27T15:58:46.1177056Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_solve_cpu_float32 2022-09-27T15:58:46.1189989Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1_cpu_float64 2022-09-27T15:58:46.1231140Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1e_cpu_float64 2022-09-27T15:58:46.1243112Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1e_cpu_float64 2022-09-27T15:58:46.1292664Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_logit_cpu_float64 2022-09-27T15:58:46.1304809Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_logit_cpu_float64 2022-09-27T15:58:46.1382453Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:58:46.1394264Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:58:46.1491403Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:58:46.1503456Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:58:46.1523304Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:58:46.1534550Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_solve_cpu_float32 2022-09-27T15:58:46.1595873Z test_ops.py::TestCompositeComplianceCPU::test_operator_chunk_cpu_float32 2022-09-27T15:58:46.1607348Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:58:46.1671537Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_zeta_cpu_float64 2022-09-27T15:58:46.1683277Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_chunk_cpu_float32 2022-09-27T15:58:46.1750474Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_cpu_float32 2022-09-27T15:58:46.1764348Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_zeta_cpu_float64 2022-09-27T15:58:46.1810636Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sqrt_cpu_float64 2022-09-27T15:58:46.1823094Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sqrt_cpu_float64 2022-09-27T15:58:46.1893774Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_square_cpu_float64 2022-09-27T15:58:46.1906139Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_square_cpu_float64 2022-09-27T15:58:46.1915216Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_squeeze_cpu_float64 2022-09-27T15:58:46.1926328Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_cpu_float32 2022-09-27T15:58:46.1989775Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_max_cpu_float32 2022-09-27T15:58:46.2002035Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_squeeze_cpu_float64 2022-09-27T15:58:46.2071559Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_stack_cpu_float64 2022-09-27T15:58:46.2084481Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_stack_cpu_float64 2022-09-27T15:58:46.2194015Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_cpu_float64 2022-09-27T15:58:46.2205329Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_max_cpu_float32 2022-09-27T15:58:46.2299737Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_min_cpu_float32 2022-09-27T15:58:46.2310829Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_cpu_float64 2022-09-27T15:58:46.2480309Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_mean_cpu_float64 2022-09-27T15:58:46.2488512Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_min_cpu_float32 2022-09-27T15:58:46.2537799Z test_ops.py::TestCompositeComplianceCPU::test_operator_clone_cpu_float32 2022-09-27T15:58:46.2548702Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_clone_cpu_float32 2022-09-27T15:58:46.2645458Z test_ops.py::TestCompositeComplianceCPU::test_operator_column_stack_cpu_float32 2022-09-27T15:58:46.2652882Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_column_stack_cpu_float32 2022-09-27T15:58:46.2668412Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_mean_cpu_float64 2022-09-27T15:58:46.2670088Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sub_cpu_float64 2022-09-27T15:58:46.2834869Z test_ops.py::TestCompositeComplianceCPU::test_operator_combinations_cpu_float32 2022-09-27T15:58:46.2845485Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sub_cpu_float64 2022-09-27T15:58:46.3066426Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_cpu_float64 2022-09-27T15:58:46.3078640Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_cpu_float64 2022-09-27T15:58:46.3171937Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_to_size_cpu_float64 2022-09-27T15:58:46.3183297Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_to_size_cpu_float64 2022-09-27T15:58:46.3225156Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_t_cpu_float64 2022-09-27T15:58:46.3236702Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_t_cpu_float64 2022-09-27T15:58:46.3277618Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tan_cpu_float64 2022-09-27T15:58:46.3289477Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_tan_cpu_float64 2022-09-27T15:58:46.3331370Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tanh_cpu_float64 2022-09-27T15:58:46.3342089Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_tanh_cpu_float64 2022-09-27T15:58:46.3603967Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tensor_split_cpu_float64 2022-09-27T15:58:46.3615152Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_tensor_split_cpu_float64 2022-09-27T15:58:46.3669537Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_to_cpu_float64 2022-09-27T15:58:46.3676688Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_combinations_cpu_float32 2022-09-27T15:58:46.3849921Z test_ops.py::TestCompositeComplianceCPU::test_operator_complex_cpu_float32 2022-09-27T15:58:46.3862379Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_to_cpu_float64 2022-09-27T15:58:46.3866875Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_trace_cpu_float64 2022-09-27T15:58:46.3875424Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_complex_cpu_float32 2022-09-27T15:58:46.3894604Z test_ops.py::TestCompositeComplianceCPU::test_operator_conj_cpu_float32 2022-09-27T15:58:46.3904349Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_trace_cpu_float64 2022-09-27T15:58:46.3925481Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_transpose_cpu_float64 2022-09-27T15:58:46.3937781Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_conj_cpu_float32 2022-09-27T15:58:46.3984074Z test_ops.py::TestCompositeComplianceCPU::test_operator_conj_physical_cpu_float32 2022-09-27T15:58:46.3986251Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_conj_physical_cpu_float32 2022-09-27T15:58:46.3996284Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_transpose_cpu_float64 2022-09-27T15:58:46.3997553Z test_ops.py::TestCompositeComplianceCPU::test_operator_constant_pad_nd_cpu_float32 2022-09-27T15:58:46.4075568Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tril_cpu_float64 2022-09-27T15:58:46.4085168Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_tril_cpu_float64 2022-09-27T15:58:46.4166396Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_triu_cpu_float64 2022-09-27T15:58:46.4176369Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_triu_cpu_float64 2022-09-27T15:58:46.4325739Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_true_divide_cpu_float64 2022-09-27T15:58:46.4335430Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_true_divide_cpu_float64 2022-09-27T15:58:46.4377314Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_trunc_cpu_float64 2022-09-27T15:58:46.4389463Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_trunc_cpu_float64 2022-09-27T15:58:46.4491356Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unbind_cpu_float64 2022-09-27T15:58:46.4501652Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_unbind_cpu_float64 2022-09-27T15:58:46.4566275Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unflatten_cpu_float64 2022-09-27T15:58:46.4576080Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_unflatten_cpu_float64 2022-09-27T15:58:46.4700575Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unfold_copy_cpu_float64 2022-09-27T15:58:46.4712553Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_constant_pad_nd_cpu_float32 2022-09-27T15:58:46.4723687Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_unfold_copy_cpu_float64 2022-09-27T15:58:46.4726681Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unsqueeze_cpu_float64 2022-09-27T15:58:46.4771708Z test_ops.py::TestCompositeComplianceCPU::test_operator_contiguous_cpu_float32 2022-09-27T15:58:46.4782390Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_contiguous_cpu_float32 2022-09-27T15:58:46.4803195Z test_ops.py::TestCompositeComplianceCPU::test_operator_copysign_cpu_float32 2022-09-27T15:58:46.4812297Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_unsqueeze_cpu_float64 2022-09-27T15:58:46.4947621Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_cpu_float64 2022-09-27T15:58:46.4959216Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_cpu_float64 2022-09-27T15:58:46.4985981Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_mean_cpu_float64 2022-09-27T15:58:46.4993812Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_copysign_cpu_float32 2022-09-27T15:58:46.5195768Z test_ops.py::TestCompositeComplianceCPU::test_operator_corrcoef_cpu_float32 2022-09-27T15:58:46.5204735Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_corrcoef_cpu_float32 2022-09-27T15:58:46.5254554Z test_ops.py::TestCompositeComplianceCPU::test_operator_cos_cpu_float32 2022-09-27T15:58:46.5263763Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cos_cpu_float32 2022-09-27T15:58:46.5267080Z test_ops.py::TestCompositeComplianceCPU::test_operator_cosh_cpu_float32 2022-09-27T15:58:46.5276743Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_mean_cpu_float64 2022-09-27T15:58:46.5319511Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_as_cpu_float64 2022-09-27T15:58:46.5321366Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_as_cpu_float64 2022-09-27T15:58:46.5331099Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cosh_cpu_float32 2022-09-27T15:58:46.5332690Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_cpu_float64 2022-09-27T15:58:46.5395874Z test_ops.py::TestCompositeComplianceCPU::test_operator_count_nonzero_cpu_float32 2022-09-27T15:58:46.5402980Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_cpu_float64 2022-09-27T15:58:46.5452848Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_vsplit_cpu_float64 2022-09-27T15:58:46.5459599Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_vsplit_cpu_float64 2022-09-27T15:58:46.5507546Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_vstack_cpu_float64 2022-09-27T15:58:46.5513937Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_count_nonzero_cpu_float32 2022-09-27T15:58:46.5522315Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_vstack_cpu_float64 2022-09-27T15:58:46.5523078Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_where_cpu_float64 2022-09-27T15:58:46.5620497Z test_ops.py::TestCompositeComplianceCPU::test_operator_cov_cpu_float32 2022-09-27T15:58:46.5630639Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_where_cpu_float64 2022-09-27T15:58:46.5661216Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_zeros_cpu_float64 2022-09-27T15:58:46.5674317Z [gw2] [ 83%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view__refs_zeros_cpu_float64 2022-09-27T15:58:46.5726051Z test_ops.py::TestMathBitsCPU::test_neg_view_abs_cpu_float64 2022-09-27T15:58:46.5735897Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_abs_cpu_float64 2022-09-27T15:58:46.5793857Z test_ops.py::TestMathBitsCPU::test_neg_view_acos_cpu_float64 2022-09-27T15:58:46.5803483Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_acos_cpu_float64 2022-09-27T15:58:46.5853817Z test_ops.py::TestMathBitsCPU::test_neg_view_acosh_cpu_float64 2022-09-27T15:58:46.5863383Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_acosh_cpu_float64 2022-09-27T15:58:46.5992278Z test_ops.py::TestMathBitsCPU::test_neg_view_add_cpu_float64 2022-09-27T15:58:46.6002618Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_add_cpu_float64 2022-09-27T15:58:46.6129643Z test_ops.py::TestMathBitsCPU::test_neg_view_addbmm_cpu_float64 2022-09-27T15:58:46.6141244Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addbmm_cpu_float64 2022-09-27T15:58:46.6372691Z test_ops.py::TestMathBitsCPU::test_neg_view_addcdiv_cpu_float64 2022-09-27T15:58:46.6384726Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addcdiv_cpu_float64 2022-09-27T15:58:46.6621087Z test_ops.py::TestMathBitsCPU::test_neg_view_addcmul_cpu_float64 2022-09-27T15:58:46.6633364Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addcmul_cpu_float64 2022-09-27T15:58:46.6716372Z test_ops.py::TestMathBitsCPU::test_neg_view_addmm_cpu_float64 2022-09-27T15:58:46.6728784Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addmm_cpu_float64 2022-09-27T15:58:46.6809285Z test_ops.py::TestMathBitsCPU::test_neg_view_addmm_decomposed_cpu_float64 2022-09-27T15:58:46.6820267Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addmm_decomposed_cpu_float64 2022-09-27T15:58:46.6955428Z test_ops.py::TestMathBitsCPU::test_neg_view_addmv_cpu_float64 2022-09-27T15:58:46.6965878Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addmv_cpu_float64 2022-09-27T15:58:46.7070099Z test_ops.py::TestMathBitsCPU::test_neg_view_addr_cpu_float64 2022-09-27T15:58:46.7080808Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addr_cpu_float64 2022-09-27T15:58:46.7142221Z test_ops.py::TestMathBitsCPU::test_neg_view_all_cpu_float64 2022-09-27T15:58:46.7154225Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_all_cpu_float64 2022-09-27T15:58:46.7260409Z test_ops.py::TestMathBitsCPU::test_neg_view_allclose_cpu_float64 2022-09-27T15:58:46.7271321Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_allclose_cpu_float64 2022-09-27T15:58:46.7541859Z test_ops.py::TestMathBitsCPU::test_neg_view_amax_cpu_float64 2022-09-27T15:58:46.7552930Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_amax_cpu_float64 2022-09-27T15:58:46.7817820Z test_ops.py::TestMathBitsCPU::test_neg_view_amin_cpu_float64 2022-09-27T15:58:46.7829216Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_amin_cpu_float64 2022-09-27T15:58:46.7896464Z test_ops.py::TestMathBitsCPU::test_neg_view_aminmax_cpu_float64 2022-09-27T15:58:46.7911615Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_aminmax_cpu_float64 2022-09-27T15:58:46.7956452Z test_ops.py::TestMathBitsCPU::test_neg_view_angle_cpu_float64 2022-09-27T15:58:46.7967240Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_angle_cpu_float64 2022-09-27T15:58:46.8028878Z test_ops.py::TestMathBitsCPU::test_neg_view_any_cpu_float64 2022-09-27T15:58:46.8038730Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_any_cpu_float64 2022-09-27T15:58:46.8077615Z test_ops.py::TestMathBitsCPU::test_neg_view_arange_cpu_float64 2022-09-27T15:58:46.8088702Z [gw2] [ 83%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_arange_cpu_float64 2022-09-27T15:58:46.8137809Z test_ops.py::TestMathBitsCPU::test_neg_view_argmax_cpu_float64 2022-09-27T15:58:46.8150966Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_argmax_cpu_float64 2022-09-27T15:58:46.8198459Z test_ops.py::TestMathBitsCPU::test_neg_view_argmin_cpu_float64 2022-09-27T15:58:46.8208363Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_argmin_cpu_float64 2022-09-27T15:58:46.8313594Z test_ops.py::TestMathBitsCPU::test_neg_view_argsort_cpu_float64 2022-09-27T15:58:46.8323157Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_argsort_cpu_float64 2022-09-27T15:58:46.8365342Z test_ops.py::TestMathBitsCPU::test_neg_view_argwhere_cpu_float64 2022-09-27T15:58:46.8374899Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_argwhere_cpu_float64 2022-09-27T15:58:46.8393380Z test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_cpu_float64 2022-09-27T15:58:46.8405873Z [gw2] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_cpu_float64 2022-09-27T15:58:46.8423918Z test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_scatter_cpu_float64 2022-09-27T15:58:46.8434317Z [gw2] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_scatter_cpu_float64 2022-09-27T15:58:46.8479898Z test_ops.py::TestMathBitsCPU::test_neg_view_asin_cpu_float64 2022-09-27T15:58:46.8491777Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_asin_cpu_float64 2022-09-27T15:58:46.8539411Z test_ops.py::TestMathBitsCPU::test_neg_view_asinh_cpu_float64 2022-09-27T15:58:46.8548871Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_asinh_cpu_float64 2022-09-27T15:58:46.8733385Z test_ops.py::TestMathBitsCPU::test_neg_view_atan2_cpu_float64 2022-09-27T15:58:46.8741139Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atan2_cpu_float64 2022-09-27T15:58:46.8785060Z test_ops.py::TestMathBitsCPU::test_neg_view_atan_cpu_float64 2022-09-27T15:58:46.8796694Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atan_cpu_float64 2022-09-27T15:58:46.8848670Z test_ops.py::TestMathBitsCPU::test_neg_view_atanh_cpu_float64 2022-09-27T15:58:46.8860874Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atanh_cpu_float64 2022-09-27T15:58:46.8964583Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_1d_cpu_float64 2022-09-27T15:58:46.8975699Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atleast_1d_cpu_float64 2022-09-27T15:58:46.9083378Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_2d_cpu_float64 2022-09-27T15:58:46.9094832Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atleast_2d_cpu_float64 2022-09-27T15:58:46.9199856Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_3d_cpu_float64 2022-09-27T15:58:46.9211926Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atleast_3d_cpu_float64 2022-09-27T15:58:46.9342067Z test_ops.py::TestMathBitsCPU::test_neg_view_baddbmm_cpu_float64 2022-09-27T15:58:46.9352650Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_baddbmm_cpu_float64 2022-09-27T15:58:46.9488546Z test_ops.py::TestMathBitsCPU::test_neg_view_bernoulli_cpu_float64 2022-09-27T15:58:46.9499518Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_bernoulli_cpu_float64 2022-09-27T15:58:46.9572416Z test_ops.py::TestMathBitsCPU::test_neg_view_bfloat16_cpu_float64 2022-09-27T15:58:46.9583050Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_bfloat16_cpu_float64 2022-09-27T15:58:46.9659321Z test_ops.py::TestMathBitsCPU::test_neg_view_block_diag_cpu_float64 2022-09-27T15:58:46.9671434Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_block_diag_cpu_float64 2022-09-27T15:58:46.9714751Z test_ops.py::TestMathBitsCPU::test_neg_view_bmm_cpu_float64 2022-09-27T15:58:46.9724664Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_bmm_cpu_float64 2022-09-27T15:58:46.9763129Z test_ops.py::TestMathBitsCPU::test_neg_view_bool_cpu_float64 2022-09-27T15:58:46.9773927Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_bool_cpu_float64 2022-09-27T15:58:46.9810279Z test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_tensors_cpu_float64 2022-09-27T15:58:46.9820823Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_tensors_cpu_float64 2022-09-27T15:58:46.9913077Z test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_to_cpu_float64 2022-09-27T15:58:46.9923204Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_to_cpu_float64 2022-09-27T15:58:47.0012207Z test_ops.py::TestMathBitsCPU::test_neg_view_bucketize_cpu_float64 2022-09-27T15:58:47.0024163Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_bucketize_cpu_float64 2022-09-27T15:58:47.0061640Z test_ops.py::TestMathBitsCPU::test_neg_view_byte_cpu_float64 2022-09-27T15:58:47.0071743Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_byte_cpu_float64 2022-09-27T15:58:47.0128488Z test_ops.py::TestMathBitsCPU::test_neg_view_cartesian_prod_cpu_float64 2022-09-27T15:58:47.0139724Z [gw2] [ 83%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_cartesian_prod_cpu_float64 2022-09-27T15:58:47.0239442Z test_ops.py::TestMathBitsCPU::test_neg_view_cat_cpu_float64 2022-09-27T15:58:47.0249570Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cat_cpu_float64 2022-09-27T15:58:47.1370986Z test_ops.py::TestMathBitsCPU::test_neg_view_cdist_cpu_float64 2022-09-27T15:58:47.1380110Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cov_cpu_float32 2022-09-27T15:58:47.1495467Z test_ops.py::TestCompositeComplianceCPU::test_operator_cross_cpu_float32 2022-09-27T15:58:47.1505982Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cross_cpu_float32 2022-09-27T15:58:47.1601856Z test_ops.py::TestCompositeComplianceCPU::test_operator_cummax_cpu_float32 2022-09-27T15:58:47.1613444Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cummax_cpu_float32 2022-09-27T15:58:47.1714754Z test_ops.py::TestCompositeComplianceCPU::test_operator_cummin_cpu_float32 2022-09-27T15:58:47.1725584Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cummin_cpu_float32 2022-09-27T15:58:47.1914654Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumprod_cpu_float32 2022-09-27T15:58:47.1926356Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cumprod_cpu_float32 2022-09-27T15:58:47.2008245Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumsum_cpu_float32 2022-09-27T15:58:47.2017125Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cumsum_cpu_float32 2022-09-27T15:58:47.2593061Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumulative_trapezoid_cpu_float32 2022-09-27T15:58:47.2605991Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cumulative_trapezoid_cpu_float32 2022-09-27T15:58:47.2670688Z test_ops.py::TestCompositeComplianceCPU::test_operator_deg2rad_cpu_float32 2022-09-27T15:58:47.2681553Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_deg2rad_cpu_float32 2022-09-27T15:58:47.2873542Z test_ops.py::TestCompositeComplianceCPU::test_operator_diag_cpu_float32 2022-09-27T15:58:47.2886725Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diag_cpu_float32 2022-09-27T15:58:47.3157954Z test_ops.py::TestCompositeComplianceCPU::test_operator_diag_embed_cpu_float32 2022-09-27T15:58:47.3165046Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diag_embed_cpu_float32 2022-09-27T15:58:47.3244226Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagflat_cpu_float32 2022-09-27T15:58:47.3251269Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diagflat_cpu_float32 2022-09-27T15:58:47.3415352Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_cpu_float32 2022-09-27T15:58:47.3422241Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_cpu_float32 2022-09-27T15:58:47.3576329Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_scatter_cpu_float32 2022-09-27T15:58:47.3583367Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cdist_cpu_float64 2022-09-27T15:58:47.3623390Z test_ops.py::TestMathBitsCPU::test_neg_view_ceil_cpu_float64 2022-09-27T15:58:47.3630693Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ceil_cpu_float64 2022-09-27T15:58:47.3672045Z test_ops.py::TestMathBitsCPU::test_neg_view_chalf_cpu_float64 2022-09-27T15:58:47.3680015Z [gw2] [ 83%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_chalf_cpu_float64 2022-09-27T15:58:47.3702457Z test_ops.py::TestMathBitsCPU::test_neg_view_char_cpu_float64 2022-09-27T15:58:47.3715378Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_scatter_cpu_float32 2022-09-27T15:58:47.3718057Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_char_cpu_float64 2022-09-27T15:58:47.3723723Z test_ops.py::TestCompositeComplianceCPU::test_operator_diff_cpu_float32 2022-09-27T15:58:47.3942259Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_cpu_float64 2022-09-27T15:58:47.3954506Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_cpu_float64 2022-09-27T15:58:47.4127274Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_inverse_cpu_float64 2022-09-27T15:58:47.4139936Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_inverse_cpu_float64 2022-09-27T15:58:47.4334801Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_solve_cpu_float64 2022-09-27T15:58:47.4345389Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_solve_cpu_float64 2022-09-27T15:58:47.4403124Z test_ops.py::TestMathBitsCPU::test_neg_view_chunk_cpu_float64 2022-09-27T15:58:47.4410807Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_chunk_cpu_float64 2022-09-27T15:58:47.4426510Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_cpu_float64 2022-09-27T15:58:47.4438676Z [gw1] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_solve_cpu_float32 2022-09-27T15:58:47.4549913Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_norm_cpu_float32 2022-09-27T15:58:47.4561086Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_clamp_cpu_float64 2022-09-27T15:58:47.4680061Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_max_cpu_float64 2022-09-27T15:58:47.4691943Z [gw0] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:58:47.4713836Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:58:47.4724474Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_clamp_max_cpu_float64 2022-09-27T15:58:47.4893637Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_min_cpu_float64 2022-09-27T15:58:47.4903554Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_clamp_min_cpu_float64 2022-09-27T15:58:47.4950976Z test_ops.py::TestMathBitsCPU::test_neg_view_clone_cpu_float64 2022-09-27T15:58:47.4962229Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_clone_cpu_float64 2022-09-27T15:58:47.5024461Z test_ops.py::TestMathBitsCPU::test_neg_view_column_stack_cpu_float64 2022-09-27T15:58:47.5034379Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_column_stack_cpu_float64 2022-09-27T15:58:47.5337752Z test_ops.py::TestMathBitsCPU::test_neg_view_combinations_cpu_float64 2022-09-27T15:58:47.5348234Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_combinations_cpu_float64 2022-09-27T15:58:47.5498024Z test_ops.py::TestMathBitsCPU::test_neg_view_complex_cpu_float64 2022-09-27T15:58:47.5508099Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_complex_cpu_float64 2022-09-27T15:58:47.5571161Z test_ops.py::TestMathBitsCPU::test_neg_view_conj_cpu_float64 2022-09-27T15:58:47.5582269Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_conj_cpu_float64 2022-09-27T15:58:47.5629173Z test_ops.py::TestMathBitsCPU::test_neg_view_conj_physical_cpu_float64 2022-09-27T15:58:47.5638980Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_conj_physical_cpu_float64 2022-09-27T15:58:47.6207418Z test_ops.py::TestMathBitsCPU::test_neg_view_constant_pad_nd_cpu_float64 2022-09-27T15:58:47.6217593Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_constant_pad_nd_cpu_float64 2022-09-27T15:58:47.6265367Z test_ops.py::TestMathBitsCPU::test_neg_view_contiguous_cpu_float64 2022-09-27T15:58:47.6275157Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_contiguous_cpu_float64 2022-09-27T15:58:47.6455969Z test_ops.py::TestMathBitsCPU::test_neg_view_copysign_cpu_float64 2022-09-27T15:58:47.6466349Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_copysign_cpu_float64 2022-09-27T15:58:47.6598743Z test_ops.py::TestMathBitsCPU::test_neg_view_corrcoef_cpu_float64 2022-09-27T15:58:47.6608253Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_corrcoef_cpu_float64 2022-09-27T15:58:47.6686181Z test_ops.py::TestMathBitsCPU::test_neg_view_cos_cpu_float64 2022-09-27T15:58:47.6696340Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cos_cpu_float64 2022-09-27T15:58:47.6768354Z test_ops.py::TestMathBitsCPU::test_neg_view_cosh_cpu_float64 2022-09-27T15:58:47.6778298Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cosh_cpu_float64 2022-09-27T15:58:47.6830829Z test_ops.py::TestMathBitsCPU::test_neg_view_count_nonzero_cpu_float64 2022-09-27T15:58:47.6839599Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_count_nonzero_cpu_float64 2022-09-27T15:58:47.7628751Z test_ops.py::TestMathBitsCPU::test_neg_view_cov_cpu_float64 2022-09-27T15:58:47.7640405Z [gw0] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:58:47.7687633Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:58:47.7697666Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cov_cpu_float64 2022-09-27T15:58:47.7757007Z test_ops.py::TestMathBitsCPU::test_neg_view_cross_cpu_float64 2022-09-27T15:58:47.7766455Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cross_cpu_float64 2022-09-27T15:58:47.7807659Z test_ops.py::TestMathBitsCPU::test_neg_view_cummax_cpu_float64 2022-09-27T15:58:47.7816862Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cummax_cpu_float64 2022-09-27T15:58:47.7857212Z test_ops.py::TestMathBitsCPU::test_neg_view_cummin_cpu_float64 2022-09-27T15:58:47.7866359Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cummin_cpu_float64 2022-09-27T15:58:47.8070856Z test_ops.py::TestMathBitsCPU::test_neg_view_cumprod_cpu_float64 2022-09-27T15:58:47.8081565Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cumprod_cpu_float64 2022-09-27T15:58:47.8160308Z test_ops.py::TestMathBitsCPU::test_neg_view_cumsum_cpu_float64 2022-09-27T15:58:47.8170298Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cumsum_cpu_float64 2022-09-27T15:58:47.8311376Z test_ops.py::TestMathBitsCPU::test_neg_view_cumulative_trapezoid_cpu_float64 2022-09-27T15:58:47.8321184Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cumulative_trapezoid_cpu_float64 2022-09-27T15:58:47.8386333Z test_ops.py::TestMathBitsCPU::test_neg_view_deg2rad_cpu_float64 2022-09-27T15:58:47.8396036Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_deg2rad_cpu_float64 2022-09-27T15:58:47.8555863Z test_ops.py::TestMathBitsCPU::test_neg_view_diag_cpu_float64 2022-09-27T15:58:47.8565702Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diag_cpu_float64 2022-09-27T15:58:47.8750469Z test_ops.py::TestMathBitsCPU::test_neg_view_diag_embed_cpu_float64 2022-09-27T15:58:47.8760608Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diag_embed_cpu_float64 2022-09-27T15:58:47.8831085Z test_ops.py::TestMathBitsCPU::test_neg_view_diagflat_cpu_float64 2022-09-27T15:58:47.8841137Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diagflat_cpu_float64 2022-09-27T15:58:47.9010380Z test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_cpu_float64 2022-09-27T15:58:47.9020500Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_cpu_float64 2022-09-27T15:58:47.9225183Z test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_scatter_cpu_float64 2022-09-27T15:58:47.9235226Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_scatter_cpu_float64 2022-09-27T15:58:48.0124190Z test_ops.py::TestMathBitsCPU::test_neg_view_diff_cpu_float64 2022-09-27T15:58:48.0135806Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diff_cpu_float32 2022-09-27T15:58:48.0196161Z test_ops.py::TestCompositeComplianceCPU::test_operator_digamma_cpu_float32 2022-09-27T15:58:48.0207363Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diff_cpu_float64 2022-09-27T15:58:48.0211629Z test_ops.py::TestMathBitsCPU::test_neg_view_digamma_cpu_float64 2022-09-27T15:58:48.0224483Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_digamma_cpu_float32 2022-09-27T15:58:48.0281865Z test_ops.py::TestCompositeComplianceCPU::test_operator_dist_cpu_float32 2022-09-27T15:58:48.0293232Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_digamma_cpu_float64 2022-09-27T15:58:48.1176801Z test_ops.py::TestMathBitsCPU::test_neg_view_dist_cpu_float64 2022-09-27T15:58:48.1188335Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_dist_cpu_float64 2022-09-27T15:58:48.1376156Z test_ops.py::TestMathBitsCPU::test_neg_view_div_floor_rounding_cpu_float64 2022-09-27T15:58:48.1387683Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_div_floor_rounding_cpu_float64 2022-09-27T15:58:48.1532901Z test_ops.py::TestMathBitsCPU::test_neg_view_div_no_rounding_mode_cpu_float64 2022-09-27T15:58:48.1543386Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_dist_cpu_float32 2022-09-27T15:58:48.1590054Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_floor_rounding_cpu_float32 2022-09-27T15:58:48.1603176Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_div_no_rounding_mode_cpu_float64 2022-09-27T15:58:48.1793716Z test_ops.py::TestMathBitsCPU::test_neg_view_div_trunc_rounding_cpu_float64 2022-09-27T15:58:48.1804884Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_div_trunc_rounding_cpu_float64 2022-09-27T15:58:48.1831374Z test_ops.py::TestMathBitsCPU::test_neg_view_dot_cpu_float64 2022-09-27T15:58:48.1842320Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_div_floor_rounding_cpu_float32 2022-09-27T15:58:48.1850173Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_no_rounding_mode_cpu_float32 2022-09-27T15:58:48.1861085Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_dot_cpu_float64 2022-09-27T15:58:48.1946016Z test_ops.py::TestMathBitsCPU::test_neg_view_double_cpu_float64 2022-09-27T15:58:48.1957171Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_double_cpu_float64 2022-09-27T15:58:48.2007702Z test_ops.py::TestMathBitsCPU::test_neg_view_dsplit_cpu_float64 2022-09-27T15:58:48.2018807Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_dsplit_cpu_float64 2022-09-27T15:58:48.2089655Z test_ops.py::TestMathBitsCPU::test_neg_view_dstack_cpu_float64 2022-09-27T15:58:48.2101106Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_dstack_cpu_float64 2022-09-27T15:58:48.2106376Z test_ops.py::TestMathBitsCPU::test_neg_view_einsum_cpu_float64 2022-09-27T15:58:48.2114940Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_div_no_rounding_mode_cpu_float32 2022-09-27T15:58:48.2314305Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_trunc_rounding_cpu_float32 2022-09-27T15:58:48.2325828Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_einsum_cpu_float64 2022-09-27T15:58:48.2348007Z test_ops.py::TestMathBitsCPU::test_neg_view_empty_cpu_float64 2022-09-27T15:58:48.2361308Z [gw2] [ 84%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_empty_cpu_float64 2022-09-27T15:58:48.2366344Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_div_trunc_rounding_cpu_float32 2022-09-27T15:58:48.2375478Z test_ops.py::TestMathBitsCPU::test_neg_view_empty_like_cpu_float64 2022-09-27T15:58:48.2386121Z test_ops.py::TestCompositeComplianceCPU::test_operator_dot_cpu_float32 2022-09-27T15:58:48.2397332Z [gw2] [ 84%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_empty_like_cpu_float64 2022-09-27T15:58:48.2433131Z test_ops.py::TestMathBitsCPU::test_neg_view_eq_cpu_float64 2022-09-27T15:58:48.2444609Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_dot_cpu_float32 2022-09-27T15:58:48.2474362Z test_ops.py::TestCompositeComplianceCPU::test_operator_double_cpu_float32 2022-09-27T15:58:48.2485226Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_eq_cpu_float64 2022-09-27T15:58:48.2534688Z test_ops.py::TestMathBitsCPU::test_neg_view_equal_cpu_float64 2022-09-27T15:58:48.2546303Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_equal_cpu_float64 2022-09-27T15:58:48.2557205Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_double_cpu_float32 2022-09-27T15:58:48.2559830Z test_ops.py::TestMathBitsCPU::test_neg_view_erf_cpu_float64 2022-09-27T15:58:48.2610185Z test_ops.py::TestCompositeComplianceCPU::test_operator_dsplit_cpu_float32 2022-09-27T15:58:48.2622517Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_erf_cpu_float64 2022-09-27T15:58:48.2667642Z test_ops.py::TestMathBitsCPU::test_neg_view_erfc_cpu_float64 2022-09-27T15:58:48.2680772Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_dsplit_cpu_float32 2022-09-27T15:58:48.2699612Z test_ops.py::TestCompositeComplianceCPU::test_operator_dstack_cpu_float32 2022-09-27T15:58:48.2711605Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_erfc_cpu_float64 2022-09-27T15:58:48.2757589Z test_ops.py::TestMathBitsCPU::test_neg_view_erfinv_cpu_float64 2022-09-27T15:58:48.2770681Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_erfinv_cpu_float64 2022-09-27T15:58:48.2780154Z test_ops.py::TestMathBitsCPU::test_neg_view_exp2_cpu_float64 2022-09-27T15:58:48.2791933Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_dstack_cpu_float32 2022-09-27T15:58:48.2842349Z test_ops.py::TestCompositeComplianceCPU::test_operator_einsum_cpu_float32 2022-09-27T15:58:48.2854183Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_exp2_cpu_float64 2022-09-27T15:58:48.2930716Z test_ops.py::TestMathBitsCPU::test_neg_view_exp_cpu_float64 2022-09-27T15:58:48.2942365Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_exp_cpu_float64 2022-09-27T15:58:48.3013699Z test_ops.py::TestMathBitsCPU::test_neg_view_expand_as_cpu_float64 2022-09-27T15:58:48.3026166Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_expand_as_cpu_float64 2022-09-27T15:58:48.3173108Z test_ops.py::TestMathBitsCPU::test_neg_view_expand_cpu_float64 2022-09-27T15:58:48.3184825Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_expand_cpu_float64 2022-09-27T15:58:48.3236431Z test_ops.py::TestMathBitsCPU::test_neg_view_expm1_cpu_float64 2022-09-27T15:58:48.3249807Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_expm1_cpu_float64 2022-09-27T15:58:48.3254285Z test_ops.py::TestMathBitsCPU::test_neg_view_eye_cpu_float64 2022-09-27T15:58:48.3268193Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_einsum_cpu_float32 2022-09-27T15:58:48.3274089Z [gw2] [ 84%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_eye_cpu_float64 2022-09-27T15:58:48.3281946Z test_ops.py::TestCompositeComplianceCPU::test_operator_empty_cpu_float32 2022-09-27T15:58:48.3289586Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft2_cpu_float64 2022-09-27T15:58:48.3300810Z [gw3] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_empty_cpu_float32 2022-09-27T15:58:48.3322707Z test_ops.py::TestCompositeComplianceCPU::test_operator_empty_like_cpu_float32 2022-09-27T15:58:48.3334250Z [gw3] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_empty_like_cpu_float32 2022-09-27T15:58:48.3433240Z test_ops.py::TestCompositeComplianceCPU::test_operator_eq_cpu_float32 2022-09-27T15:58:48.3445659Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft2_cpu_float64 2022-09-27T15:58:48.3575506Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft_cpu_float64 2022-09-27T15:58:48.3584974Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_eq_cpu_float32 2022-09-27T15:58:48.3598534Z test_ops.py::TestCompositeComplianceCPU::test_operator_equal_cpu_float32 2022-09-27T15:58:48.3609907Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft_cpu_float64 2022-09-27T15:58:48.3725362Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftn_cpu_float64 2022-09-27T15:58:48.3736209Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_equal_cpu_float32 2022-09-27T15:58:48.3784617Z test_ops.py::TestCompositeComplianceCPU::test_operator_erf_cpu_float32 2022-09-27T15:58:48.3790912Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftn_cpu_float64 2022-09-27T15:58:48.3801826Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_erf_cpu_float32 2022-09-27T15:58:48.3804754Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftshift_cpu_float64 2022-09-27T15:58:48.3878629Z test_ops.py::TestCompositeComplianceCPU::test_operator_erfc_cpu_float32 2022-09-27T15:58:48.3890169Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_erfc_cpu_float32 2022-09-27T15:58:48.3901526Z test_ops.py::TestCompositeComplianceCPU::test_operator_erfinv_cpu_float32 2022-09-27T15:58:48.3912936Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftshift_cpu_float64 2022-09-27T15:58:48.3939317Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft2_cpu_float64 2022-09-27T15:58:48.3950820Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_erfinv_cpu_float32 2022-09-27T15:58:48.4026581Z test_ops.py::TestCompositeComplianceCPU::test_operator_exp2_cpu_float32 2022-09-27T15:58:48.4035953Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_exp2_cpu_float32 2022-09-27T15:58:48.4079100Z test_ops.py::TestCompositeComplianceCPU::test_operator_exp_cpu_float32 2022-09-27T15:58:48.4090851Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft2_cpu_float64 2022-09-27T15:58:48.4108830Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft_cpu_float64 2022-09-27T15:58:48.4120145Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_exp_cpu_float32 2022-09-27T15:58:48.4226821Z test_ops.py::TestCompositeComplianceCPU::test_operator_expand_as_cpu_float32 2022-09-27T15:58:48.4238334Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_expand_as_cpu_float32 2022-09-27T15:58:48.4262575Z test_ops.py::TestCompositeComplianceCPU::test_operator_expand_cpu_float32 2022-09-27T15:58:48.4275375Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft_cpu_float64 2022-09-27T15:58:48.4431254Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfftn_cpu_float64 2022-09-27T15:58:48.4444186Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_expand_cpu_float32 2022-09-27T15:58:48.4470292Z test_ops.py::TestCompositeComplianceCPU::test_operator_expm1_cpu_float32 2022-09-27T15:58:48.4484968Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfftn_cpu_float64 2022-09-27T15:58:48.4492650Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft2_cpu_float64 2022-09-27T15:58:48.4505489Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_expm1_cpu_float32 2022-09-27T15:58:48.4624003Z test_ops.py::TestCompositeComplianceCPU::test_operator_eye_cpu_float32 2022-09-27T15:58:48.4634862Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft2_cpu_float64 2022-09-27T15:58:48.4800794Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft_cpu_float64 2022-09-27T15:58:48.4812461Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft_cpu_float64 2022-09-27T15:58:48.4980586Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftn_cpu_float64 2022-09-27T15:58:48.4991733Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftn_cpu_float64 2022-09-27T15:58:48.5089310Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftshift_cpu_float64 2022-09-27T15:58:48.5101588Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftshift_cpu_float64 2022-09-27T15:58:48.5257797Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft2_cpu_float64 2022-09-27T15:58:48.5269874Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft2_cpu_float64 2022-09-27T15:58:48.5297326Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft_cpu_float64 2022-09-27T15:58:48.5309401Z [gw1] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_norm_cpu_float32 2022-09-27T15:58:48.5360703Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_power_cpu_float32 2022-09-27T15:58:48.5372889Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_eye_cpu_float32 2022-09-27T15:58:48.5460479Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft2_cpu_float32 2022-09-27T15:58:48.5477123Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft_cpu_float64 2022-09-27T15:58:48.5594042Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfftn_cpu_float64 2022-09-27T15:58:48.5606505Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft2_cpu_float32 2022-09-27T15:58:48.5691542Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft_cpu_float32 2022-09-27T15:58:48.5704644Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfftn_cpu_float64 2022-09-27T15:58:48.5808545Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft2_cpu_float64 2022-09-27T15:58:48.5821018Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft_cpu_float32 2022-09-27T15:58:48.5877980Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftn_cpu_float32 2022-09-27T15:58:48.5890226Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft2_cpu_float64 2022-09-27T15:58:48.6059795Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft_cpu_float64 2022-09-27T15:58:48.6070977Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft_cpu_float64 2022-09-27T15:58:48.6101297Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfftn_cpu_float64 2022-09-27T15:58:48.6113659Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftn_cpu_float32 2022-09-27T15:58:48.6227933Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftshift_cpu_float32 2022-09-27T15:58:48.6239376Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftshift_cpu_float32 2022-09-27T15:58:48.6285563Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft2_cpu_float32 2022-09-27T15:58:48.6299622Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfftn_cpu_float64 2022-09-27T15:58:48.6454348Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft2_cpu_float64 2022-09-27T15:58:48.6466331Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft2_cpu_float64 2022-09-27T15:58:48.6539756Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft_cpu_float64 2022-09-27T15:58:48.6550950Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft2_cpu_float32 2022-09-27T15:58:48.6635030Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft_cpu_float32 2022-09-27T15:58:48.6660651Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft_cpu_float64 2022-09-27T15:58:48.6826426Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfftn_cpu_float64 2022-09-27T15:58:48.6837914Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft_cpu_float32 2022-09-27T15:58:48.6854188Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfftn_cpu_float32 2022-09-27T15:58:48.6865447Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfftn_cpu_float64 2022-09-27T15:58:48.6944082Z test_ops.py::TestMathBitsCPU::test_neg_view_fill_cpu_float64 2022-09-27T15:58:48.6955617Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fill_cpu_float64 2022-09-27T15:58:48.7059061Z test_ops.py::TestMathBitsCPU::test_neg_view_flatten_cpu_float64 2022-09-27T15:58:48.7070715Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_flatten_cpu_float64 2022-09-27T15:58:48.7193961Z test_ops.py::TestMathBitsCPU::test_neg_view_flip_cpu_float64 2022-09-27T15:58:48.7204716Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfftn_cpu_float32 2022-09-27T15:58:48.7224812Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft2_cpu_float32 2022-09-27T15:58:48.7236572Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_flip_cpu_float64 2022-09-27T15:58:48.7292724Z test_ops.py::TestMathBitsCPU::test_neg_view_fliplr_cpu_float64 2022-09-27T15:58:48.7304350Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fliplr_cpu_float64 2022-09-27T15:58:48.7360178Z test_ops.py::TestMathBitsCPU::test_neg_view_flipud_cpu_float64 2022-09-27T15:58:48.7371959Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_flipud_cpu_float64 2022-09-27T15:58:48.7433166Z test_ops.py::TestMathBitsCPU::test_neg_view_float_cpu_float64 2022-09-27T15:58:48.7443771Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft2_cpu_float32 2022-09-27T15:58:48.7459498Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft_cpu_float32 2022-09-27T15:58:48.7471035Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_float_cpu_float64 2022-09-27T15:58:48.7681449Z test_ops.py::TestMathBitsCPU::test_neg_view_float_power_cpu_float64 2022-09-27T15:58:48.7692450Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft_cpu_float32 2022-09-27T15:58:48.7708051Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftn_cpu_float32 2022-09-27T15:58:48.7719271Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_float_power_cpu_float64 2022-09-27T15:58:48.7770801Z test_ops.py::TestMathBitsCPU::test_neg_view_floor_cpu_float64 2022-09-27T15:58:48.7782226Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_floor_cpu_float64 2022-09-27T15:58:48.7892494Z test_ops.py::TestMathBitsCPU::test_neg_view_floor_divide_cpu_float64 2022-09-27T15:58:48.7904336Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_floor_divide_cpu_float64 2022-09-27T15:58:48.7972796Z test_ops.py::TestMathBitsCPU::test_neg_view_fmax_cpu_float64 2022-09-27T15:58:48.7985161Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftn_cpu_float32 2022-09-27T15:58:48.8085989Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftshift_cpu_float32 2022-09-27T15:58:48.8097704Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fmax_cpu_float64 2022-09-27T15:58:48.8104994Z test_ops.py::TestMathBitsCPU::test_neg_view_fmin_cpu_float64 2022-09-27T15:58:48.8116478Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftshift_cpu_float32 2022-09-27T15:58:48.8138152Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft2_cpu_float32 2022-09-27T15:58:48.8156339Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:58:48.8275957Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:58:48.8287320Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fmin_cpu_float64 2022-09-27T15:58:48.8371492Z test_ops.py::TestMathBitsCPU::test_neg_view_fmod_cpu_float64 2022-09-27T15:58:48.8383008Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft2_cpu_float32 2022-09-27T15:58:48.8485821Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft_cpu_float32 2022-09-27T15:58:48.8497698Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fmod_cpu_float64 2022-09-27T15:58:48.8569335Z test_ops.py::TestMathBitsCPU::test_neg_view_frac_cpu_float64 2022-09-27T15:58:48.8581309Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_frac_cpu_float64 2022-09-27T15:58:48.8624231Z test_ops.py::TestMathBitsCPU::test_neg_view_frexp_cpu_float64 2022-09-27T15:58:48.8634478Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft_cpu_float32 2022-09-27T15:58:48.8646953Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_frexp_cpu_float64 2022-09-27T15:58:48.8648844Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfftn_cpu_float32 2022-09-27T15:58:48.8710520Z test_ops.py::TestMathBitsCPU::test_neg_view_full_like_cpu_float64 2022-09-27T15:58:48.8722361Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_full_like_cpu_float64 2022-09-27T15:58:48.8821497Z test_ops.py::TestMathBitsCPU::test_neg_view_gather_cpu_float64 2022-09-27T15:58:48.8833659Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_gather_cpu_float64 2022-09-27T15:58:48.8908186Z test_ops.py::TestMathBitsCPU::test_neg_view_ge_cpu_float64 2022-09-27T15:58:48.8919285Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ge_cpu_float64 2022-09-27T15:58:48.8948228Z test_ops.py::TestMathBitsCPU::test_neg_view_geqrf_cpu_float64 2022-09-27T15:58:48.8965047Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfftn_cpu_float32 2022-09-27T15:58:48.9194297Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft2_cpu_float32 2022-09-27T15:58:48.9206765Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft2_cpu_float32 2022-09-27T15:58:48.9230945Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft_cpu_float32 2022-09-27T15:58:48.9242768Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_geqrf_cpu_float64 2022-09-27T15:58:48.9325787Z test_ops.py::TestMathBitsCPU::test_neg_view_gradient_cpu_float64 2022-09-27T15:58:48.9343324Z [gw1] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_power_cpu_float32 2022-09-27T15:58:48.9370727Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_cpu_float32 2022-09-27T15:58:48.9382566Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_gradient_cpu_float64 2022-09-27T15:58:48.9389167Z test_ops.py::TestMathBitsCPU::test_neg_view_gt_cpu_float64 2022-09-27T15:58:48.9398976Z [gw1] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_cpu_float32 2022-09-27T15:58:48.9436928Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:58:48.9458974Z [gw1] [ 84%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:58:48.9462324Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft_cpu_float32 2022-09-27T15:58:48.9470074Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_gt_cpu_float64 2022-09-27T15:58:48.9473048Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_multi_dot_cpu_float32 2022-09-27T15:58:48.9475630Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfftn_cpu_float32 2022-09-27T15:58:48.9564331Z test_ops.py::TestMathBitsCPU::test_neg_view_half_cpu_float64 2022-09-27T15:58:48.9576690Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_half_cpu_float64 2022-09-27T15:58:48.9671926Z test_ops.py::TestMathBitsCPU::test_neg_view_heaviside_cpu_float64 2022-09-27T15:58:48.9683402Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_heaviside_cpu_float64 2022-09-27T15:58:48.9757204Z test_ops.py::TestMathBitsCPU::test_neg_view_histc_cpu_float64 2022-09-27T15:58:48.9768996Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfftn_cpu_float32 2022-09-27T15:58:48.9964122Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft2_cpu_float32 2022-09-27T15:58:48.9974887Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft2_cpu_float32 2022-09-27T15:58:49.0104660Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft_cpu_float32 2022-09-27T15:58:49.0116934Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_histc_cpu_float64 2022-09-27T15:58:49.0181518Z test_ops.py::TestMathBitsCPU::test_neg_view_histogram_cpu_float64 2022-09-27T15:58:49.0193040Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft_cpu_float32 2022-09-27T15:58:49.0396005Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfftn_cpu_float32 2022-09-27T15:58:49.0408137Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:58:49.0453031Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mish_cpu_float32 2022-09-27T15:58:49.0894687Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfftn_cpu_float32 2022-09-27T15:58:49.0968747Z test_ops.py::TestCompositeComplianceCPU::test_operator_fill_cpu_float32 2022-09-27T15:58:49.0973423Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mish_cpu_float32 2022-09-27T15:58:49.0982810Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fill_cpu_float32 2022-09-27T15:58:49.0984889Z test_ops.py::TestCompositeComplianceCPU::test_operator_flatten_cpu_float32 2022-09-27T15:58:49.0987891Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mse_loss_cpu_float32 2022-09-27T15:58:49.0991942Z [gw1] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_multi_dot_cpu_float32 2022-09-27T15:58:49.0994834Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_cpu_float32 2022-09-27T15:58:49.1070208Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_flatten_cpu_float32 2022-09-27T15:58:49.1072977Z test_ops.py::TestCompositeComplianceCPU::test_operator_flip_cpu_float32 2022-09-27T15:58:49.1077236Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_flip_cpu_float32 2022-09-27T15:58:49.1172394Z test_ops.py::TestCompositeComplianceCPU::test_operator_fliplr_cpu_float32 2022-09-27T15:58:49.1176676Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fliplr_cpu_float32 2022-09-27T15:58:49.1289168Z test_ops.py::TestCompositeComplianceCPU::test_operator_flipud_cpu_float32 2022-09-27T15:58:49.1292275Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_flipud_cpu_float32 2022-09-27T15:58:49.1294470Z test_ops.py::TestCompositeComplianceCPU::test_operator_float_cpu_float32 2022-09-27T15:58:49.1297381Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_float_cpu_float32 2022-09-27T15:58:49.1299742Z test_ops.py::TestCompositeComplianceCPU::test_operator_float_power_cpu_float32 2022-09-27T15:58:49.1302496Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mse_loss_cpu_float32 2022-09-27T15:58:49.1361824Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:58:49.1374983Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_histogram_cpu_float64 2022-09-27T15:58:49.1535784Z test_ops.py::TestMathBitsCPU::test_neg_view_histogramdd_cpu_float64 2022-09-27T15:58:49.1549029Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_float_power_cpu_float32 2022-09-27T15:58:49.1553024Z test_ops.py::TestCompositeComplianceCPU::test_operator_floor_cpu_float32 2022-09-27T15:58:49.1563573Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:58:49.1599370Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:58:49.1610232Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_floor_cpu_float32 2022-09-27T15:58:49.1767231Z test_ops.py::TestCompositeComplianceCPU::test_operator_floor_divide_cpu_float32 2022-09-27T15:58:49.1779115Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:58:49.1876048Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:58:49.1886004Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_floor_divide_cpu_float32 2022-09-27T15:58:49.2135901Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmax_cpu_float32 2022-09-27T15:58:49.2147217Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fmax_cpu_float32 2022-09-27T15:58:49.2406490Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmin_cpu_float32 2022-09-27T15:58:49.2418505Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fmin_cpu_float32 2022-09-27T15:58:49.2685972Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmod_cpu_float32 2022-09-27T15:58:49.2698160Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fmod_cpu_float32 2022-09-27T15:58:49.2759215Z test_ops.py::TestCompositeComplianceCPU::test_operator_frac_cpu_float32 2022-09-27T15:58:49.2771137Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_frac_cpu_float32 2022-09-27T15:58:49.2847818Z test_ops.py::TestCompositeComplianceCPU::test_operator_frexp_cpu_float32 2022-09-27T15:58:49.2859808Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_frexp_cpu_float32 2022-09-27T15:58:49.2933569Z test_ops.py::TestCompositeComplianceCPU::test_operator_full_like_cpu_float32 2022-09-27T15:58:49.2946447Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_histogramdd_cpu_float64 2022-09-27T15:58:49.2988683Z test_ops.py::TestMathBitsCPU::test_neg_view_hsplit_cpu_float64 2022-09-27T15:58:49.3002247Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_full_like_cpu_float32 2022-09-27T15:58:49.3016352Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_hsplit_cpu_float64 2022-09-27T15:58:49.3018226Z test_ops.py::TestCompositeComplianceCPU::test_operator_gather_cpu_float32 2022-09-27T15:58:49.3077812Z test_ops.py::TestMathBitsCPU::test_neg_view_hstack_cpu_float64 2022-09-27T15:58:49.3091032Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_hstack_cpu_float64 2022-09-27T15:58:49.3114171Z test_ops.py::TestMathBitsCPU::test_neg_view_hypot_cpu_float64 2022-09-27T15:58:49.3125629Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:58:49.3166161Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_nll_loss_cpu_float32 2022-09-27T15:58:49.3180188Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_gather_cpu_float32 2022-09-27T15:58:49.3273647Z test_ops.py::TestCompositeComplianceCPU::test_operator_ge_cpu_float32 2022-09-27T15:58:49.3285718Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_hypot_cpu_float64 2022-09-27T15:58:49.3362392Z test_ops.py::TestMathBitsCPU::test_neg_view_i0_cpu_float64 2022-09-27T15:58:49.3375644Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_i0_cpu_float64 2022-09-27T15:58:49.3403910Z test_ops.py::TestMathBitsCPU::test_neg_view_igamma_cpu_float64 2022-09-27T15:58:49.3415598Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ge_cpu_float32 2022-09-27T15:58:49.3472093Z test_ops.py::TestCompositeComplianceCPU::test_operator_geqrf_cpu_float32 2022-09-27T15:58:49.3482798Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_igamma_cpu_float64 2022-09-27T15:58:49.3580137Z test_ops.py::TestMathBitsCPU::test_neg_view_igammac_cpu_float64 2022-09-27T15:58:49.3591015Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_igammac_cpu_float64 2022-09-27T15:58:49.3770342Z test_ops.py::TestMathBitsCPU::test_neg_view_index_add_cpu_float64 2022-09-27T15:58:49.3782364Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_index_add_cpu_float64 2022-09-27T15:58:49.3862758Z test_ops.py::TestMathBitsCPU::test_neg_view_index_copy_cpu_float64 2022-09-27T15:58:49.3873374Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_index_copy_cpu_float64 2022-09-27T15:58:49.3946895Z test_ops.py::TestMathBitsCPU::test_neg_view_index_fill_cpu_float64 2022-09-27T15:58:49.3957652Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_index_fill_cpu_float64 2022-09-27T15:58:49.3987528Z test_ops.py::TestMathBitsCPU::test_neg_view_index_put_cpu_float64 2022-09-27T15:58:49.3997680Z [gw2] [ 84%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_index_put_cpu_float64 2022-09-27T15:58:49.4284442Z test_ops.py::TestMathBitsCPU::test_neg_view_index_reduce_cpu_float64 2022-09-27T15:58:49.4295931Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_geqrf_cpu_float32 2022-09-27T15:58:49.4664831Z test_ops.py::TestCompositeComplianceCPU::test_operator_gradient_cpu_float32 2022-09-27T15:58:49.4679179Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_index_reduce_cpu_float64 2022-09-27T15:58:49.4750080Z test_ops.py::TestMathBitsCPU::test_neg_view_index_select_cpu_float64 2022-09-27T15:58:49.4761233Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_index_select_cpu_float64 2022-09-27T15:58:49.4824094Z test_ops.py::TestMathBitsCPU::test_neg_view_inner_cpu_float64 2022-09-27T15:58:49.4835177Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_inner_cpu_float64 2022-09-27T15:58:49.4882248Z test_ops.py::TestMathBitsCPU::test_neg_view_int_cpu_float64 2022-09-27T15:58:49.4893304Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_int_cpu_float64 2022-09-27T15:58:49.5013439Z test_ops.py::TestMathBitsCPU::test_neg_view_isclose_cpu_float64 2022-09-27T15:58:49.5025613Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isclose_cpu_float64 2022-09-27T15:58:49.5060699Z test_ops.py::TestMathBitsCPU::test_neg_view_isfinite_cpu_float64 2022-09-27T15:58:49.5084788Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isfinite_cpu_float64 2022-09-27T15:58:49.5110164Z test_ops.py::TestMathBitsCPU::test_neg_view_isin_cpu_float64 2022-09-27T15:58:49.5122331Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isin_cpu_float64 2022-09-27T15:58:49.5158289Z test_ops.py::TestMathBitsCPU::test_neg_view_isinf_cpu_float64 2022-09-27T15:58:49.5170533Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isinf_cpu_float64 2022-09-27T15:58:49.5205664Z test_ops.py::TestMathBitsCPU::test_neg_view_isnan_cpu_float64 2022-09-27T15:58:49.5217885Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isnan_cpu_float64 2022-09-27T15:58:49.5252909Z test_ops.py::TestMathBitsCPU::test_neg_view_isneginf_cpu_float64 2022-09-27T15:58:49.5263973Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isneginf_cpu_float64 2022-09-27T15:58:49.5299325Z test_ops.py::TestMathBitsCPU::test_neg_view_isposinf_cpu_float64 2022-09-27T15:58:49.5311136Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isposinf_cpu_float64 2022-09-27T15:58:49.5351014Z test_ops.py::TestMathBitsCPU::test_neg_view_isreal_cpu_float64 2022-09-27T15:58:49.5361748Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isreal_cpu_float64 2022-09-27T15:58:49.5728661Z test_ops.py::TestMathBitsCPU::test_neg_view_istft_cpu_float64 2022-09-27T15:58:49.5742080Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_istft_cpu_float64 2022-09-27T15:58:49.5777308Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:58:49.5788582Z [gw2] [ 84%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:58:49.5823208Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:58:49.5834068Z [gw2] [ 84%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:58:49.5867291Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_cpu_float64 2022-09-27T15:58:49.5878709Z [gw2] [ 84%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_cpu_float64 2022-09-27T15:58:49.5912325Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:58:49.5924214Z [gw2] [ 84%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:58:49.5959973Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_unary_cpu_float64 2022-09-27T15:58:49.5970256Z [gw2] [ 84%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_unary_cpu_float64 2022-09-27T15:58:49.6029477Z test_ops.py::TestMathBitsCPU::test_neg_view_kron_cpu_float64 2022-09-27T15:58:49.6041504Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_kron_cpu_float64 2022-09-27T15:58:49.6124421Z test_ops.py::TestMathBitsCPU::test_neg_view_kthvalue_cpu_float64 2022-09-27T15:58:49.6136517Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_kthvalue_cpu_float64 2022-09-27T15:58:49.6192177Z test_ops.py::TestMathBitsCPU::test_neg_view_ldexp_cpu_float64 2022-09-27T15:58:49.6204109Z [gw2] [ 84%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_ldexp_cpu_float64 2022-09-27T15:58:49.6276858Z test_ops.py::TestMathBitsCPU::test_neg_view_le_cpu_float64 2022-09-27T15:58:49.6287760Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_le_cpu_float64 2022-09-27T15:58:49.6538513Z test_ops.py::TestMathBitsCPU::test_neg_view_lerp_cpu_float64 2022-09-27T15:58:49.6549518Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lerp_cpu_float64 2022-09-27T15:58:49.6624394Z test_ops.py::TestMathBitsCPU::test_neg_view_lgamma_cpu_float64 2022-09-27T15:58:49.6636234Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lgamma_cpu_float64 2022-09-27T15:58:49.6883271Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_cpu_float64 2022-09-27T15:58:49.6896362Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_cpu_float64 2022-09-27T15:58:49.6997136Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_ex_cpu_float64 2022-09-27T15:58:49.7008967Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_ex_cpu_float64 2022-09-27T15:58:49.7099248Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cond_cpu_float64 2022-09-27T15:58:49.7111233Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cond_cpu_float64 2022-09-27T15:58:49.7184720Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cross_cpu_float64 2022-09-27T15:58:49.7195929Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cross_cpu_float64 2022-09-27T15:58:49.7333399Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_cpu_float64 2022-09-27T15:58:49.7344866Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_cpu_float64 2022-09-27T15:58:49.7564139Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_singular_cpu_float64 2022-09-27T15:58:49.7575026Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_gradient_cpu_float32 2022-09-27T15:58:49.7750017Z test_ops.py::TestCompositeComplianceCPU::test_operator_gt_cpu_float32 2022-09-27T15:58:49.7762761Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_gt_cpu_float32 2022-09-27T15:58:49.7853914Z test_ops.py::TestCompositeComplianceCPU::test_operator_half_cpu_float32 2022-09-27T15:58:49.7864333Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_half_cpu_float32 2022-09-27T15:58:49.7875693Z test_ops.py::TestCompositeComplianceCPU::test_operator_heaviside_cpu_float32 2022-09-27T15:58:49.7886557Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_singular_cpu_float64 2022-09-27T15:58:49.7991180Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eig_cpu_float64 2022-09-27T15:58:49.8002607Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eig_cpu_float64 2022-09-27T15:58:49.8105278Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigh_cpu_float64 2022-09-27T15:58:49.8115494Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigh_cpu_float64 2022-09-27T15:58:49.8127061Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_heaviside_cpu_float32 2022-09-27T15:58:49.8128341Z test_ops.py::TestCompositeComplianceCPU::test_operator_histc_cpu_float32 2022-09-27T15:58:49.8292581Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvals_cpu_float64 2022-09-27T15:58:49.8303352Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvals_cpu_float64 2022-09-27T15:58:49.8447685Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvalsh_cpu_float64 2022-09-27T15:58:49.8458320Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvalsh_cpu_float64 2022-09-27T15:58:49.8781773Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_householder_product_cpu_float64 2022-09-27T15:58:49.8795026Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_householder_product_cpu_float64 2022-09-27T15:58:49.8949390Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_cpu_float64 2022-09-27T15:58:49.8960691Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_cpu_float64 2022-09-27T15:58:49.9038314Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_ex_cpu_float64 2022-09-27T15:58:49.9049869Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_ex_cpu_float64 2022-09-27T15:58:49.9095016Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_cpu_float64 2022-09-27T15:58:49.9106876Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_cpu_float64 2022-09-27T15:58:49.9153677Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:58:49.9165134Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:58:49.9240713Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_solve_cpu_float64 2022-09-27T15:58:49.9251132Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_solve_cpu_float64 2022-09-27T15:58:49.9479970Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_cpu_float64 2022-09-27T15:58:49.9492018Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_nll_loss_cpu_float32 2022-09-27T15:58:49.9529125Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_normalize_cpu_float32 2022-09-27T15:58:49.9540678Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_histc_cpu_float32 2022-09-27T15:58:49.9723917Z test_ops.py::TestCompositeComplianceCPU::test_operator_histogram_cpu_float32 2022-09-27T15:58:49.9735057Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_cpu_float64 2022-09-27T15:58:50.0339683Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T15:58:50.0350536Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_normalize_cpu_float32 2022-09-27T15:58:50.1019024Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_circular_cpu_float32 2022-09-27T15:58:50.1030652Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T15:58:50.1229956Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_cpu_float64 2022-09-27T15:58:50.1241470Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_cpu_float64 2022-09-27T15:58:50.1307840Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_cpu_float64 2022-09-27T15:58:50.1322180Z [gw1] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_cpu_float32 2022-09-27T15:58:50.1420598Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:58:50.1435637Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_cpu_float64 2022-09-27T15:58:50.1440117Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_ex_cpu_float64 2022-09-27T15:58:50.1460476Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_circular_cpu_float32 2022-09-27T15:58:50.1573963Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_constant_cpu_float32 2022-09-27T15:58:50.1584098Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_ex_cpu_float64 2022-09-27T15:58:50.2831358Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_solve_cpu_float64 2022-09-27T15:58:50.2842232Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_constant_cpu_float32 2022-09-27T15:58:50.3169053Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:58:50.3179804Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:58:50.3569483Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:58:50.3580149Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:58:50.4523426Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:58:50.4534152Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:58:50.4737413Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pdist_cpu_float32 2022-09-27T15:58:50.4749164Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_solve_cpu_float64 2022-09-27T15:58:50.4836142Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_norm_cpu_float64 2022-09-27T15:58:50.4848295Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pdist_cpu_float32 2022-09-27T15:58:50.4951280Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:58:50.4963353Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:58:50.5060839Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:58:50.5072136Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:58:50.5785289Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:58:50.5797205Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_norm_cpu_float64 2022-09-27T15:58:50.6152499Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_power_cpu_float64 2022-09-27T15:58:50.6164681Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_power_cpu_float64 2022-09-27T15:58:50.6246284Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_cpu_float64 2022-09-27T15:58:50.6259016Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_histogram_cpu_float32 2022-09-27T15:58:50.6623110Z test_ops.py::TestCompositeComplianceCPU::test_operator_histogramdd_cpu_float32 2022-09-27T15:58:50.6635224Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_cpu_float64 2022-09-27T15:58:50.6716766Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T15:58:50.6727872Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T15:58:50.6879676Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_multi_dot_cpu_float64 2022-09-27T15:58:50.6890789Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_multi_dot_cpu_float64 2022-09-27T15:58:50.8251014Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_cpu_float64 2022-09-27T15:58:50.8263391Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_cpu_float64 2022-09-27T15:58:50.9218450Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T15:58:50.9228590Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T15:58:50.9572132Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_cpu_float64 2022-09-27T15:58:50.9583049Z [gw1] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:58:50.9692040Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_cpu_float32 2022-09-27T15:58:50.9704198Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_cpu_float64 2022-09-27T15:58:50.9916958Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_hermitian_cpu_float64 2022-09-27T15:58:50.9929977Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_hermitian_cpu_float64 2022-09-27T15:58:50.9968970Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_singular_cpu_float64 2022-09-27T15:58:50.9980231Z [gw2] [ 84%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_singular_cpu_float64 2022-09-27T15:58:51.0259213Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_qr_cpu_float64 2022-09-27T15:58:51.0271558Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_qr_cpu_float64 2022-09-27T15:58:51.0382865Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_slogdet_cpu_float64 2022-09-27T15:58:51.0395890Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_slogdet_cpu_float64 2022-09-27T15:58:51.0686790Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_cpu_float64 2022-09-27T15:58:51.0699903Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_cpu_float64 2022-09-27T15:58:51.0858838Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_ex_cpu_float64 2022-09-27T15:58:51.0871406Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_ex_cpu_float64 2022-09-27T15:58:51.4594497Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_triangular_cpu_float64 2022-09-27T15:58:51.4606408Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_histogramdd_cpu_float32 2022-09-27T15:58:51.4694718Z test_ops.py::TestCompositeComplianceCPU::test_operator_hsplit_cpu_float32 2022-09-27T15:58:51.4705003Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_hsplit_cpu_float32 2022-09-27T15:58:51.4763959Z test_ops.py::TestCompositeComplianceCPU::test_operator_hstack_cpu_float32 2022-09-27T15:58:51.4773928Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_hstack_cpu_float32 2022-09-27T15:58:51.4993156Z test_ops.py::TestCompositeComplianceCPU::test_operator_hypot_cpu_float32 2022-09-27T15:58:51.5003290Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_hypot_cpu_float32 2022-09-27T15:58:51.5052066Z test_ops.py::TestCompositeComplianceCPU::test_operator_i0_cpu_float32 2022-09-27T15:58:51.5061868Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_i0_cpu_float32 2022-09-27T15:58:51.5070664Z test_ops.py::TestCompositeComplianceCPU::test_operator_igamma_cpu_float32 2022-09-27T15:58:51.5082616Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_triangular_cpu_float64 2022-09-27T15:58:51.5340298Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svd_cpu_float64 2022-09-27T15:58:51.5351806Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_igamma_cpu_float32 2022-09-27T15:58:51.5643609Z test_ops.py::TestCompositeComplianceCPU::test_operator_igammac_cpu_float32 2022-09-27T15:58:51.5654502Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_igammac_cpu_float32 2022-09-27T15:58:51.5956592Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_add_cpu_float32 2022-09-27T15:58:51.5968872Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_add_cpu_float32 2022-09-27T15:58:51.6120506Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_copy_cpu_float32 2022-09-27T15:58:51.6130645Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_copy_cpu_float32 2022-09-27T15:58:51.6241389Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_fill_cpu_float32 2022-09-27T15:58:51.6250283Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_fill_cpu_float32 2022-09-27T15:58:51.6424634Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_put_cpu_float32 2022-09-27T15:58:51.6436088Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_put_cpu_float32 2022-09-27T15:58:51.6681817Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_reduce_cpu_float32 2022-09-27T15:58:51.6693869Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svd_cpu_float64 2022-09-27T15:58:51.7096895Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svdvals_cpu_float64 2022-09-27T15:58:51.7108195Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svdvals_cpu_float64 2022-09-27T15:58:51.7175139Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorinv_cpu_float64 2022-09-27T15:58:51.7187102Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorinv_cpu_float64 2022-09-27T15:58:51.7278081Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorsolve_cpu_float64 2022-09-27T15:58:51.7289047Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorsolve_cpu_float64 2022-09-27T15:58:51.7439376Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vander_cpu_float64 2022-09-27T15:58:51.7450513Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vander_cpu_float64 2022-09-27T15:58:51.7503758Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vecdot_cpu_float64 2022-09-27T15:58:51.7514647Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_reduce_cpu_float32 2022-09-27T15:58:51.7563875Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_select_cpu_float32 2022-09-27T15:58:51.7575157Z [gw1] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_cpu_float32 2022-09-27T15:58:51.7586469Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:58:51.7593197Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_select_cpu_float32 2022-09-27T15:58:51.7696981Z test_ops.py::TestCompositeComplianceCPU::test_operator_inner_cpu_float32 2022-09-27T15:58:51.7707511Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_inner_cpu_float32 2022-09-27T15:58:51.7789304Z test_ops.py::TestCompositeComplianceCPU::test_operator_int_cpu_float32 2022-09-27T15:58:51.7800221Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_int_cpu_float32 2022-09-27T15:58:51.7866726Z test_ops.py::TestCompositeComplianceCPU::test_operator_isclose_cpu_float32 2022-09-27T15:58:51.7874386Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vecdot_cpu_float64 2022-09-27T15:58:51.8357402Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vector_norm_cpu_float64 2022-09-27T15:58:51.8368197Z [gw0] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:58:51.9029160Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_prelu_cpu_float32 2022-09-27T15:58:51.9040190Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isclose_cpu_float32 2022-09-27T15:58:51.9122614Z test_ops.py::TestCompositeComplianceCPU::test_operator_isfinite_cpu_float32 2022-09-27T15:58:51.9132725Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isfinite_cpu_float32 2022-09-27T15:58:51.9204799Z test_ops.py::TestCompositeComplianceCPU::test_operator_isin_cpu_float32 2022-09-27T15:58:51.9216819Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isin_cpu_float32 2022-09-27T15:58:51.9255026Z test_ops.py::TestCompositeComplianceCPU::test_operator_isinf_cpu_float32 2022-09-27T15:58:51.9265337Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isinf_cpu_float32 2022-09-27T15:58:51.9297690Z test_ops.py::TestCompositeComplianceCPU::test_operator_isnan_cpu_float32 2022-09-27T15:58:51.9304315Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isnan_cpu_float32 2022-09-27T15:58:51.9336459Z test_ops.py::TestCompositeComplianceCPU::test_operator_isneginf_cpu_float32 2022-09-27T15:58:51.9342973Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isneginf_cpu_float32 2022-09-27T15:58:51.9358013Z test_ops.py::TestCompositeComplianceCPU::test_operator_isposinf_cpu_float32 2022-09-27T15:58:51.9369271Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vector_norm_cpu_float64 2022-09-27T15:58:51.9377041Z test_ops.py::TestMathBitsCPU::test_neg_view_linspace_cpu_float64 2022-09-27T15:58:51.9387364Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isposinf_cpu_float32 2022-09-27T15:58:51.9403952Z test_ops.py::TestCompositeComplianceCPU::test_operator_isreal_cpu_float32 2022-09-27T15:58:51.9411801Z [gw2] [ 85%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_linspace_cpu_float64 2022-09-27T15:58:51.9436693Z test_ops.py::TestMathBitsCPU::test_neg_view_log10_cpu_float64 2022-09-27T15:58:51.9443321Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isreal_cpu_float32 2022-09-27T15:58:51.9465185Z test_ops.py::TestCompositeComplianceCPU::test_operator_istft_cpu_float32 2022-09-27T15:58:51.9473253Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log10_cpu_float64 2022-09-27T15:58:51.9509436Z test_ops.py::TestMathBitsCPU::test_neg_view_log1p_cpu_float64 2022-09-27T15:58:51.9517615Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log1p_cpu_float64 2022-09-27T15:58:51.9529943Z test_ops.py::TestMathBitsCPU::test_neg_view_log2_cpu_float64 2022-09-27T15:58:51.9541903Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:58:51.9580751Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_singular_cpu_float32 2022-09-27T15:58:51.9584012Z [gw1] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_singular_cpu_float32 2022-09-27T15:58:51.9591971Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log2_cpu_float64 2022-09-27T15:58:51.9595784Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_qr_cpu_float32 2022-09-27T15:58:51.9655684Z test_ops.py::TestMathBitsCPU::test_neg_view_log_cpu_float64 2022-09-27T15:58:51.9668530Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log_cpu_float64 2022-09-27T15:58:51.9752779Z test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_cpu_float64 2022-09-27T15:58:51.9764344Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_cpu_float64 2022-09-27T15:58:51.9769549Z test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_dtype_cpu_float64 2022-09-27T15:58:51.9780651Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_prelu_cpu_float32 2022-09-27T15:58:51.9849171Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu6_cpu_float32 2022-09-27T15:58:51.9859408Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_dtype_cpu_float64 2022-09-27T15:58:51.9888577Z test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp2_cpu_float64 2022-09-27T15:58:51.9901789Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu6_cpu_float32 2022-09-27T15:58:51.9908115Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp2_cpu_float64 2022-09-27T15:58:51.9917008Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu_cpu_float32 2022-09-27T15:58:51.9957830Z test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp_cpu_float64 2022-09-27T15:58:51.9970031Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp_cpu_float64 2022-09-27T15:58:52.0080510Z test_ops.py::TestMathBitsCPU::test_neg_view_logcumsumexp_cpu_float64 2022-09-27T15:58:52.0092626Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu_cpu_float32 2022-09-27T15:58:52.0113540Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_rrelu_cpu_float32 2022-09-27T15:58:52.0125401Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logcumsumexp_cpu_float64 2022-09-27T15:58:52.0287152Z test_ops.py::TestMathBitsCPU::test_neg_view_logdet_cpu_float64 2022-09-27T15:58:52.0297258Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logdet_cpu_float64 2022-09-27T15:58:52.0356050Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_and_cpu_float64 2022-09-27T15:58:52.0369469Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logical_and_cpu_float64 2022-09-27T15:58:52.0374238Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_not_cpu_float64 2022-09-27T15:58:52.0386044Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_rrelu_cpu_float32 2022-09-27T15:58:52.0405374Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_selu_cpu_float32 2022-09-27T15:58:52.0413375Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logical_not_cpu_float64 2022-09-27T15:58:52.0473699Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_or_cpu_float64 2022-09-27T15:58:52.0483282Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logical_or_cpu_float64 2022-09-27T15:58:52.0498029Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_istft_cpu_float32 2022-09-27T15:58:52.0515076Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_selu_cpu_float32 2022-09-27T15:58:52.0516751Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_xor_cpu_float64 2022-09-27T15:58:52.0518743Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_silu_cpu_float32 2022-09-27T15:58:52.0531054Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:58:52.0543144Z [gw3] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:58:52.0567666Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:58:52.0580160Z [gw3] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:58:52.0589368Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logical_xor_cpu_float64 2022-09-27T15:58:52.0596613Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_cpu_float32 2022-09-27T15:58:52.0605018Z test_ops.py::TestMathBitsCPU::test_neg_view_logit_cpu_float64 2022-09-27T15:58:52.0620732Z [gw3] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_cpu_float32 2022-09-27T15:58:52.0626090Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:58:52.0640871Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_silu_cpu_float32 2022-09-27T15:58:52.0648094Z [gw3] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:58:52.0658498Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:58:52.0681007Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_unary_cpu_float32 2022-09-27T15:58:52.0695875Z [gw3] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_unary_cpu_float32 2022-09-27T15:58:52.0703725Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logit_cpu_float64 2022-09-27T15:58:52.0710505Z test_ops.py::TestCompositeComplianceCPU::test_operator_kron_cpu_float32 2022-09-27T15:58:52.0756846Z test_ops.py::TestMathBitsCPU::test_neg_view_logspace_cpu_float64 2022-09-27T15:58:52.0767076Z [gw2] [ 85%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_logspace_cpu_float64 2022-09-27T15:58:52.0793873Z test_ops.py::TestMathBitsCPU::test_neg_view_logsumexp_cpu_float64 2022-09-27T15:58:52.0805494Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_kron_cpu_float32 2022-09-27T15:58:52.1008938Z test_ops.py::TestCompositeComplianceCPU::test_operator_kthvalue_cpu_float32 2022-09-27T15:58:52.1021606Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logsumexp_cpu_float64 2022-09-27T15:58:52.1064719Z test_ops.py::TestMathBitsCPU::test_neg_view_long_cpu_float64 2022-09-27T15:58:52.1069200Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_kthvalue_cpu_float32 2022-09-27T15:58:52.1080363Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_long_cpu_float64 2022-09-27T15:58:52.1088744Z test_ops.py::TestMathBitsCPU::test_neg_view_lt_cpu_float64 2022-09-27T15:58:52.1152121Z test_ops.py::TestCompositeComplianceCPU::test_operator_ldexp_cpu_float32 2022-09-27T15:58:52.1165600Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lt_cpu_float64 2022-09-27T15:58:52.1340332Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_cpu_float64 2022-09-27T15:58:52.1353200Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:58:52.1417446Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:58:52.1429350Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ldexp_cpu_float32 2022-09-27T15:58:52.1477350Z test_ops.py::TestCompositeComplianceCPU::test_operator_le_cpu_float32 2022-09-27T15:58:52.1487907Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lu_cpu_float64 2022-09-27T15:58:52.1673028Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_solve_cpu_float64 2022-09-27T15:58:52.1684101Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_le_cpu_float32 2022-09-27T15:58:52.1855014Z test_ops.py::TestCompositeComplianceCPU::test_operator_lerp_cpu_float32 2022-09-27T15:58:52.1868107Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:58:52.2120216Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_cpu_float32 2022-09-27T15:58:52.2132141Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_cpu_float32 2022-09-27T15:58:52.2221588Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:58:52.2233040Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lerp_cpu_float32 2022-09-27T15:58:52.2305955Z test_ops.py::TestCompositeComplianceCPU::test_operator_lgamma_cpu_float32 2022-09-27T15:58:52.2317648Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lgamma_cpu_float32 2022-09-27T15:58:52.2436878Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_cpu_float32 2022-09-27T15:58:52.2448961Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lu_solve_cpu_float64 2022-09-27T15:58:52.2468483Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_unpack_cpu_float64 2022-09-27T15:58:52.2479288Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:58:52.2593823Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softplus_cpu_float32 2022-09-27T15:58:52.2605928Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softplus_cpu_float32 2022-09-27T15:58:52.2642757Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softshrink_cpu_float32 2022-09-27T15:58:52.2654210Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lu_unpack_cpu_float64 2022-09-27T15:58:52.2664037Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_cpu_float32 2022-09-27T15:58:52.2665675Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_ex_cpu_float32 2022-09-27T15:58:52.2784738Z test_ops.py::TestMathBitsCPU::test_neg_view_mH_cpu_float64 2022-09-27T15:58:52.2793304Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mH_cpu_float64 2022-09-27T15:58:52.2803143Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softshrink_cpu_float32 2022-09-27T15:58:52.2806021Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softsign_cpu_float32 2022-09-27T15:58:52.2919077Z test_ops.py::TestMathBitsCPU::test_neg_view_mT_cpu_float64 2022-09-27T15:58:52.2931665Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mT_cpu_float64 2022-09-27T15:58:52.2946385Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_fill_cpu_float64 2022-09-27T15:58:52.2958888Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_ex_cpu_float32 2022-09-27T15:58:52.3019767Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cond_cpu_float32 2022-09-27T15:58:52.3032114Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softsign_cpu_float32 2022-09-27T15:58:52.3073561Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:58:52.3084995Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_masked_fill_cpu_float64 2022-09-27T15:58:52.3097184Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_scatter_cpu_float64 2022-09-27T15:58:52.3110237Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cond_cpu_float32 2022-09-27T15:58:52.3186687Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cross_cpu_float32 2022-09-27T15:58:52.3197981Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:58:52.3207868Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_masked_scatter_cpu_float64 2022-09-27T15:58:52.3209693Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_threshold_cpu_float32 2022-09-27T15:58:52.3220478Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_select_cpu_float64 2022-09-27T15:58:52.3233924Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cross_cpu_float32 2022-09-27T15:58:52.3333811Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_cpu_float32 2022-09-27T15:58:52.3344558Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_masked_select_cpu_float64 2022-09-27T15:58:52.3361266Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_threshold_cpu_float32 2022-09-27T15:58:52.3362970Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:58:52.3439438Z test_ops.py::TestMathBitsCPU::test_neg_view_matmul_cpu_float64 2022-09-27T15:58:52.3451315Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_cpu_float32 2022-09-27T15:58:52.3635779Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_singular_cpu_float32 2022-09-27T15:58:52.3646942Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_matmul_cpu_float64 2022-09-27T15:58:52.3763381Z test_ops.py::TestMathBitsCPU::test_neg_view_matrix_exp_cpu_float64 2022-09-27T15:58:52.3771112Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_matrix_exp_cpu_float64 2022-09-27T15:58:52.3926357Z test_ops.py::TestMathBitsCPU::test_neg_view_max_binary_cpu_float64 2022-09-27T15:58:52.3936088Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_max_binary_cpu_float64 2022-09-27T15:58:52.3988281Z test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_no_dim_cpu_float64 2022-09-27T15:58:52.4000362Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_no_dim_cpu_float64 2022-09-27T15:58:52.4044896Z test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_with_dim_cpu_float64 2022-09-27T15:58:52.4056814Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_with_dim_cpu_float64 2022-09-27T15:58:52.4156199Z test_ops.py::TestMathBitsCPU::test_neg_view_maximum_cpu_float64 2022-09-27T15:58:52.4169827Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_singular_cpu_float32 2022-09-27T15:58:52.4229166Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eig_cpu_float32 2022-09-27T15:58:52.4241376Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_maximum_cpu_float64 2022-09-27T15:58:52.4446396Z test_ops.py::TestMathBitsCPU::test_neg_view_mean_cpu_float64 2022-09-27T15:58:52.4463924Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eig_cpu_float32 2022-09-27T15:58:52.4507067Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigh_cpu_float32 2022-09-27T15:58:52.4591154Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mean_cpu_float64 2022-09-27T15:58:52.4638102Z test_ops.py::TestMathBitsCPU::test_neg_view_median_cpu_float64 2022-09-27T15:58:52.4649490Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_median_cpu_float64 2022-09-27T15:58:52.4725547Z test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:58:52.4851438Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigh_cpu_float32 2022-09-27T15:58:52.4855248Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvals_cpu_float32 2022-09-27T15:58:52.4871762Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:58:52.4874121Z test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:58:52.4882018Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:58:52.4966680Z test_ops.py::TestMathBitsCPU::test_neg_view_min_binary_cpu_float64 2022-09-27T15:58:52.5064196Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvals_cpu_float32 2022-09-27T15:58:52.5070059Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvalsh_cpu_float32 2022-09-27T15:58:52.5080649Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_min_binary_cpu_float64 2022-09-27T15:58:52.5137683Z test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_no_dim_cpu_float64 2022-09-27T15:58:52.5148400Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_no_dim_cpu_float64 2022-09-27T15:58:52.5180723Z test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_with_dim_cpu_float64 2022-09-27T15:58:52.5191402Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvalsh_cpu_float32 2022-09-27T15:58:52.5209749Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_householder_product_cpu_float32 2022-09-27T15:58:52.5224396Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_with_dim_cpu_float64 2022-09-27T15:58:52.5419901Z test_ops.py::TestMathBitsCPU::test_neg_view_minimum_cpu_float64 2022-09-27T15:58:52.5432256Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_minimum_cpu_float64 2022-09-27T15:58:52.5478313Z test_ops.py::TestMathBitsCPU::test_neg_view_mm_cpu_float64 2022-09-27T15:58:52.5517372Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mm_cpu_float64 2022-09-27T15:58:52.5520227Z test_ops.py::TestMathBitsCPU::test_neg_view_mode_cpu_float64 2022-09-27T15:58:52.5529222Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_householder_product_cpu_float32 2022-09-27T15:58:52.5562781Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cos_cpu_complex128 2022-09-27T15:58:52.5584918Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mode_cpu_float64 2022-09-27T15:58:52.5590098Z test_ops.py::TestMathBitsCPU::test_neg_view_movedim_cpu_float64 2022-09-27T15:58:52.5637299Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cos_cpu_complex128 2022-09-27T15:58:52.5640151Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cosh_cpu_complex128 2022-09-27T15:58:52.5650387Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_movedim_cpu_float64 2022-09-27T15:58:52.5653150Z test_ops.py::TestMathBitsCPU::test_neg_view_msort_cpu_float64 2022-09-27T15:58:52.5702545Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cosh_cpu_complex128 2022-09-27T15:58:52.5710807Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_count_nonzero_cpu_complex128 2022-09-27T15:58:52.5750212Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_count_nonzero_cpu_complex128 2022-09-27T15:58:52.5753127Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cov_cpu_complex128 2022-09-27T15:58:52.5763976Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_msort_cpu_float64 2022-09-27T15:58:52.5803915Z test_ops.py::TestMathBitsCPU::test_neg_view_mul_cpu_float64 2022-09-27T15:58:52.5876137Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cov_cpu_complex128 2022-09-27T15:58:52.5880114Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cross_cpu_complex128 2022-09-27T15:58:52.5942263Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cross_cpu_complex128 2022-09-27T15:58:52.5947163Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_qr_cpu_float32 2022-09-27T15:58:52.5955889Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumprod_cpu_complex128 2022-09-27T15:58:52.5963801Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumprod_cpu_complex128 2022-09-27T15:58:52.6038503Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mul_cpu_float64 2022-09-27T15:58:52.6041210Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_slogdet_cpu_float32 2022-09-27T15:58:52.6248478Z test_ops.py::TestMathBitsCPU::test_neg_view_multinomial_cpu_float64 2022-09-27T15:58:52.6251252Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumsum_cpu_complex128 2022-09-27T15:58:52.6254683Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumsum_cpu_complex128 2022-09-27T15:58:52.6257128Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumulative_trapezoid_cpu_complex128 2022-09-27T15:58:52.6261289Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumulative_trapezoid_cpu_complex128 2022-09-27T15:58:52.6264746Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_multinomial_cpu_float64 2022-09-27T15:58:52.6266259Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_cpu_complex128 2022-09-27T15:58:52.6269317Z test_ops.py::TestMathBitsCPU::test_neg_view_mv_cpu_float64 2022-09-27T15:58:52.6272996Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_cpu_complex128 2022-09-27T15:58:52.6496762Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mv_cpu_float64 2022-09-27T15:58:52.6498684Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_embed_cpu_complex128 2022-09-27T15:58:52.6664719Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T15:58:52.6668711Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_embed_cpu_complex128 2022-09-27T15:58:52.6759340Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagflat_cpu_complex128 2022-09-27T15:58:52.6763964Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagflat_cpu_complex128 2022-09-27T15:58:52.6766630Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagonal_cpu_complex128 2022-09-27T15:58:52.6770474Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagonal_cpu_complex128 2022-09-27T15:58:52.6775209Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diff_cpu_complex128 2022-09-27T15:58:52.6779068Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T15:58:52.6786165Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T15:58:52.6790065Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_diff_cpu_complex128 2022-09-27T15:58:52.6793005Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dist_cpu_complex128 2022-09-27T15:58:52.6803264Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T15:58:52.6806003Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T15:58:52.6809784Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_dist_cpu_complex128 2022-09-27T15:58:52.6812644Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_div_no_rounding_mode_cpu_complex128 2022-09-27T15:58:52.6816343Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_div_no_rounding_mode_cpu_complex128 2022-09-27T15:58:52.6844614Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dot_cpu_complex128 2022-09-27T15:58:52.6872335Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_dot_cpu_complex128 2022-09-27T15:58:52.6895839Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_double_cpu_complex128 2022-09-27T15:58:52.6911577Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_double_cpu_complex128 2022-09-27T15:58:52.6913842Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dsplit_cpu_complex128 2022-09-27T15:58:52.6958653Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T15:58:52.6966344Z test_ops.py::TestMathBitsCPU::test_neg_view_nan_to_num_cpu_float64 2022-09-27T15:58:52.7004884Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_dsplit_cpu_complex128 2022-09-27T15:58:52.7007648Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dstack_cpu_complex128 2022-09-27T15:58:52.7016385Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nan_to_num_cpu_float64 2022-09-27T15:58:52.7027956Z test_ops.py::TestMathBitsCPU::test_neg_view_nanmean_cpu_float64 2022-09-27T15:58:52.7039198Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_dstack_cpu_complex128 2022-09-27T15:58:52.7096949Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_einsum_cpu_complex128 2022-09-27T15:58:52.7109922Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_einsum_cpu_complex128 2022-09-27T15:58:52.7130841Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_cpu_complex128 2022-09-27T15:58:52.7145728Z [gw3] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_cpu_complex128 2022-09-27T15:58:52.7164342Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_like_cpu_complex128 2022-09-27T15:58:52.7177530Z [gw3] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_like_cpu_complex128 2022-09-27T15:58:52.7216817Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_eq_cpu_complex128 2022-09-27T15:58:52.7229446Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_eq_cpu_complex128 2022-09-27T15:58:52.7255150Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_equal_cpu_complex128 2022-09-27T15:58:52.7265661Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_slogdet_cpu_float32 2022-09-27T15:58:52.7329974Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_equal_cpu_complex128 2022-09-27T15:58:52.7331719Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_exp_cpu_complex128 2022-09-27T15:58:52.7334803Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_cpu_float32 2022-09-27T15:58:52.7340295Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_exp_cpu_complex128 2022-09-27T15:58:52.7390697Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_as_cpu_complex128 2022-09-27T15:58:52.7443843Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_as_cpu_complex128 2022-09-27T15:58:52.7451018Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_cpu_complex128 2022-09-27T15:58:52.7482779Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_cpu_complex128 2022-09-27T15:58:52.7485425Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_eye_cpu_complex128 2022-09-27T15:58:52.7514901Z [gw3] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_eye_cpu_complex128 2022-09-27T15:58:52.7522209Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft2_cpu_complex128 2022-09-27T15:58:52.7536719Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nanmean_cpu_float64 2022-09-27T15:58:52.7566914Z test_ops.py::TestMathBitsCPU::test_neg_view_nanmedian_cpu_float64 2022-09-27T15:58:52.7611884Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft2_cpu_complex128 2022-09-27T15:58:52.7652389Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft_cpu_complex128 2022-09-27T15:58:52.7668193Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft_cpu_complex128 2022-09-27T15:58:52.7680107Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftn_cpu_complex128 2022-09-27T15:58:52.7694039Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nanmedian_cpu_float64 2022-09-27T15:58:52.7735314Z test_ops.py::TestMathBitsCPU::test_neg_view_nanquantile_cpu_float64 2022-09-27T15:58:52.7790254Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftn_cpu_complex128 2022-09-27T15:58:52.7797224Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftshift_cpu_complex128 2022-09-27T15:58:52.7828563Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftshift_cpu_complex128 2022-09-27T15:58:52.7881538Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft2_cpu_complex128 2022-09-27T15:58:52.7910475Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft2_cpu_complex128 2022-09-27T15:58:52.7959934Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft_cpu_complex128 2022-09-27T15:58:52.7992546Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft_cpu_complex128 2022-09-27T15:58:52.8036522Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfftn_cpu_complex128 2022-09-27T15:58:52.8051698Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfftn_cpu_complex128 2022-09-27T15:58:52.8116707Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft2_cpu_complex128 2022-09-27T15:58:52.8167073Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft2_cpu_complex128 2022-09-27T15:58:52.8202865Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft_cpu_complex128 2022-09-27T15:58:52.8248568Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft_cpu_complex128 2022-09-27T15:58:52.8283476Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftn_cpu_complex128 2022-09-27T15:58:52.8302372Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftn_cpu_complex128 2022-09-27T15:58:52.8349481Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftshift_cpu_complex128 2022-09-27T15:58:52.8386520Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftshift_cpu_complex128 2022-09-27T15:58:52.8416595Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft2_cpu_complex128 2022-09-27T15:58:52.8442868Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft2_cpu_complex128 2022-09-27T15:58:52.8487320Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft_cpu_complex128 2022-09-27T15:58:52.8498472Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft_cpu_complex128 2022-09-27T15:58:52.8556625Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfftn_cpu_complex128 2022-09-27T15:58:52.8567380Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfftn_cpu_complex128 2022-09-27T15:58:52.8616830Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fill_cpu_complex128 2022-09-27T15:58:52.8627651Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fill_cpu_complex128 2022-09-27T15:58:52.8682417Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flatten_cpu_complex128 2022-09-27T15:58:52.8693072Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_flatten_cpu_complex128 2022-09-27T15:58:52.8743510Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flip_cpu_complex128 2022-09-27T15:58:52.8754161Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_flip_cpu_complex128 2022-09-27T15:58:52.8803682Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fliplr_cpu_complex128 2022-09-27T15:58:52.8814185Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fliplr_cpu_complex128 2022-09-27T15:58:52.8827656Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flipud_cpu_complex128 2022-09-27T15:58:52.8839000Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nanquantile_cpu_float64 2022-09-27T15:58:52.8860153Z test_ops.py::TestMathBitsCPU::test_neg_view_nansum_cpu_float64 2022-09-27T15:58:52.8870061Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_flipud_cpu_complex128 2022-09-27T15:58:52.8905245Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_cpu_complex128 2022-09-27T15:58:52.8915225Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_cpu_complex128 2022-09-27T15:58:52.8964210Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_power_cpu_complex128 2022-09-27T15:58:52.8974141Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_power_cpu_complex128 2022-09-27T15:58:52.9018466Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_full_like_cpu_complex128 2022-09-27T15:58:52.9028589Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_full_like_cpu_complex128 2022-09-27T15:58:52.9077061Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_gather_cpu_complex128 2022-09-27T15:58:52.9087027Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_gather_cpu_complex128 2022-09-27T15:58:52.9126135Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_geqrf_cpu_complex128 2022-09-27T15:58:52.9136315Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_geqrf_cpu_complex128 2022-09-27T15:58:52.9178499Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_gradient_cpu_complex128 2022-09-27T15:58:52.9187163Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_gradient_cpu_complex128 2022-09-27T15:58:52.9214814Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_half_cpu_complex128 2022-09-27T15:58:52.9221505Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_half_cpu_complex128 2022-09-27T15:58:52.9250342Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_hsplit_cpu_complex128 2022-09-27T15:58:52.9256718Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_hsplit_cpu_complex128 2022-09-27T15:58:52.9276798Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_hstack_cpu_complex128 2022-09-27T15:58:52.9289207Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nansum_cpu_float64 2022-09-27T15:58:52.9293124Z test_ops.py::TestMathBitsCPU::test_neg_view_narrow_copy_cpu_float64 2022-09-27T15:58:52.9306611Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_hstack_cpu_complex128 2022-09-27T15:58:52.9316167Z [gw0] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:58:52.9323658Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_imag_cpu_complex128 2022-09-27T15:58:52.9335390Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:58:52.9343134Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_narrow_copy_cpu_float64 2022-09-27T15:58:52.9355609Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_imag_cpu_complex128 2022-09-27T15:58:52.9358090Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_add_cpu_complex128 2022-09-27T15:58:52.9397971Z test_ops.py::TestMathBitsCPU::test_neg_view_narrow_cpu_float64 2022-09-27T15:58:52.9407117Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_add_cpu_complex128 2022-09-27T15:58:52.9429287Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_copy_cpu_complex128 2022-09-27T15:58:52.9438985Z [gw2] [ 85%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_narrow_cpu_float64 2022-09-27T15:58:52.9450449Z test_ops.py::TestMathBitsCPU::test_neg_view_native_layer_norm_cpu_float64 2022-09-27T15:58:52.9461805Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_copy_cpu_complex128 2022-09-27T15:58:52.9512243Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_fill_cpu_complex128 2022-09-27T15:58:52.9523206Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_fill_cpu_complex128 2022-09-27T15:58:52.9556316Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_put_cpu_complex128 2022-09-27T15:58:52.9566348Z [gw3] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_put_cpu_complex128 2022-09-27T15:58:52.9603740Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_select_cpu_complex128 2022-09-27T15:58:52.9613503Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_native_layer_norm_cpu_float64 2022-09-27T15:58:52.9621797Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_select_cpu_complex128 2022-09-27T15:58:52.9624269Z test_ops.py::TestMathBitsCPU::test_neg_view_ne_cpu_float64 2022-09-27T15:58:52.9678293Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_inner_cpu_complex128 2022-09-27T15:58:52.9690385Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_inner_cpu_complex128 2022-09-27T15:58:52.9696933Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_int_cpu_complex128 2022-09-27T15:58:52.9706086Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ne_cpu_float64 2022-09-27T15:58:52.9723684Z test_ops.py::TestMathBitsCPU::test_neg_view_neg_cpu_float64 2022-09-27T15:58:52.9735214Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_int_cpu_complex128 2022-09-27T15:58:52.9755095Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isclose_cpu_complex128 2022-09-27T15:58:52.9765905Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_neg_cpu_float64 2022-09-27T15:58:52.9773902Z test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_cpu_float64 2022-09-27T15:58:52.9785818Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_isclose_cpu_complex128 2022-09-27T15:58:52.9789591Z [gw2] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_cpu_float64 2022-09-27T15:58:52.9801846Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isfinite_cpu_complex128 2022-09-27T15:58:52.9822469Z test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_strided_cpu_float64 2022-09-27T15:58:52.9835819Z [gw2] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_strided_cpu_float64 2022-09-27T15:58:52.9844906Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_isfinite_cpu_complex128 2022-09-27T15:58:52.9847759Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isinf_cpu_complex128 2022-09-27T15:58:52.9881901Z test_ops.py::TestMathBitsCPU::test_neg_view_new_full_cpu_float64 2022-09-27T15:58:52.9892418Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_isinf_cpu_complex128 2022-09-27T15:58:52.9905260Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isnan_cpu_complex128 2022-09-27T15:58:52.9916296Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_new_full_cpu_float64 2022-09-27T15:58:52.9928101Z test_ops.py::TestMathBitsCPU::test_neg_view_new_ones_cpu_float64 2022-09-27T15:58:52.9939112Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_isnan_cpu_complex128 2022-09-27T15:58:52.9970860Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isreal_cpu_complex128 2022-09-27T15:58:52.9981180Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_new_ones_cpu_float64 2022-09-27T15:58:52.9996946Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_isreal_cpu_complex128 2022-09-27T15:58:53.0000068Z test_ops.py::TestMathBitsCPU::test_neg_view_new_zeros_cpu_float64 2022-09-27T15:58:53.0048770Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_istft_cpu_complex128 2022-09-27T15:58:53.0055774Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_new_zeros_cpu_float64 2022-09-27T15:58:53.0067002Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_istft_cpu_complex128 2022-09-27T15:58:53.0069592Z test_ops.py::TestMathBitsCPU::test_neg_view_nextafter_cpu_float64 2022-09-27T15:58:53.0102557Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:58:53.0113805Z [gw3] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:58:53.0143392Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:58:53.0154548Z [gw3] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:58:53.0163042Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_cpu_complex128 2022-09-27T15:58:53.0173958Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nextafter_cpu_float64 2022-09-27T15:58:53.0185199Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T15:58:53.0195937Z [gw3] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_cpu_complex128 2022-09-27T15:58:53.0227977Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:58:53.0238199Z [gw3] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:58:53.0270037Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_unary_cpu_complex128 2022-09-27T15:58:53.0280139Z [gw3] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_unary_cpu_complex128 2022-09-27T15:58:53.0295616Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_kron_cpu_complex128 2022-09-27T15:58:53.0306881Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T15:58:53.0346934Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T15:58:53.0356847Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_kron_cpu_complex128 2022-09-27T15:58:53.0414300Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ldexp_cpu_complex128 2022-09-27T15:58:53.0424619Z [gw3] [ 85%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_ldexp_cpu_complex128 2022-09-27T15:58:53.0506723Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lerp_cpu_complex128 2022-09-27T15:58:53.0517695Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T15:58:53.0539875Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T15:58:53.0551018Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_lerp_cpu_complex128 2022-09-27T15:58:53.0616687Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_cpu_complex128 2022-09-27T15:58:53.0626625Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_cpu_complex128 2022-09-27T15:58:53.0669834Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:58:53.0679532Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:58:53.0724644Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cond_cpu_complex128 2022-09-27T15:58:53.0735132Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cond_cpu_complex128 2022-09-27T15:58:53.0770861Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cross_cpu_complex128 2022-09-27T15:58:53.0781416Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T15:58:53.0792188Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cross_cpu_complex128 2022-09-27T15:58:53.0794640Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_cpu_complex128 2022-09-27T15:58:53.0830701Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T15:58:53.0840774Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_cpu_complex128 2022-09-27T15:58:53.0904040Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_singular_cpu_complex128 2022-09-27T15:58:53.0913900Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T15:58:53.1094019Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T15:58:53.1104412Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_singular_cpu_complex128 2022-09-27T15:58:53.1146117Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eig_cpu_complex128 2022-09-27T15:58:53.1156387Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eig_cpu_complex128 2022-09-27T15:58:53.1189771Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigh_cpu_complex128 2022-09-27T15:58:53.1200534Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T15:58:53.1211702Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigh_cpu_complex128 2022-09-27T15:58:53.1214391Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T15:58:53.1266513Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvals_cpu_complex128 2022-09-27T15:58:53.1276751Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvals_cpu_complex128 2022-09-27T15:58:53.1320123Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvalsh_cpu_complex128 2022-09-27T15:58:53.1330683Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvalsh_cpu_complex128 2022-09-27T15:58:53.1439927Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_householder_product_cpu_complex128 2022-09-27T15:58:53.1451767Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_householder_product_cpu_complex128 2022-09-27T15:58:53.1481420Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_cpu_complex128 2022-09-27T15:58:53.1493189Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T15:58:53.1501891Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool1d_cpu_float64 2022-09-27T15:58:53.1512188Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_cpu_complex128 2022-09-27T15:58:53.1550085Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_ex_cpu_complex128 2022-09-27T15:58:53.1570564Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_ex_cpu_complex128 2022-09-27T15:58:53.1606702Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_cpu_complex128 2022-09-27T15:58:53.1616622Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_cpu_complex128 2022-09-27T15:58:53.1656066Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T15:58:53.1661043Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T15:58:53.1673144Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool1d_cpu_float64 2022-09-27T15:58:53.1675620Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_solve_cpu_complex128 2022-09-27T15:58:53.1717671Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool2d_cpu_float64 2022-09-27T15:58:53.1727842Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_solve_cpu_complex128 2022-09-27T15:58:53.1814842Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_cpu_complex128 2022-09-27T15:58:53.1825406Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool2d_cpu_float64 2022-09-27T15:58:53.1918568Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool3d_cpu_float64 2022-09-27T15:58:53.1928309Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_cpu_complex128 2022-09-27T15:58:53.1970539Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T15:58:53.1981959Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool3d_cpu_float64 2022-09-27T15:58:53.2138299Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_batch_norm_cpu_float64 2022-09-27T15:58:53.2149097Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T15:58:53.2192340Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_cpu_complex128 2022-09-27T15:58:53.2204496Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_cpu_complex128 2022-09-27T15:58:53.2208796Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_cpu_complex128 2022-09-27T15:58:53.2219720Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_batch_norm_cpu_float64 2022-09-27T15:58:53.2242994Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_bilinear_cpu_float64 2022-09-27T15:58:53.2254061Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_cpu_complex128 2022-09-27T15:58:53.2296492Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_ex_cpu_complex128 2022-09-27T15:58:53.2307026Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_ex_cpu_complex128 2022-09-27T15:58:53.2366000Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_solve_cpu_complex128 2022-09-27T15:58:53.2376000Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_solve_cpu_complex128 2022-09-27T15:58:53.2413207Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_norm_cpu_complex128 2022-09-27T15:58:53.2422830Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_norm_cpu_complex128 2022-09-27T15:58:53.2461590Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_power_cpu_complex128 2022-09-27T15:58:53.2471345Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_power_cpu_complex128 2022-09-27T15:58:53.2512090Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_cpu_complex128 2022-09-27T15:58:53.2522194Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_cpu_complex128 2022-09-27T15:58:53.2558738Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T15:58:53.2568911Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T15:58:53.2643135Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_multi_dot_cpu_complex128 2022-09-27T15:58:53.2652931Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_multi_dot_cpu_complex128 2022-09-27T15:58:53.2824917Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_cpu_complex128 2022-09-27T15:58:53.2835274Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_cpu_complex128 2022-09-27T15:58:53.2878219Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T15:58:53.2888477Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T15:58:53.2941835Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_cpu_complex128 2022-09-27T15:58:53.2951970Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_cpu_complex128 2022-09-27T15:58:53.2960034Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_bilinear_cpu_float64 2022-09-27T15:58:53.2962514Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_hermitian_cpu_complex128 2022-09-27T15:58:53.3018278Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T15:58:53.3029555Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_hermitian_cpu_complex128 2022-09-27T15:58:53.3068005Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_singular_cpu_complex128 2022-09-27T15:58:53.3079409Z [gw3] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_singular_cpu_complex128 2022-09-27T15:58:53.3126767Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_qr_cpu_complex128 2022-09-27T15:58:53.3138441Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_qr_cpu_complex128 2022-09-27T15:58:53.3183346Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_slogdet_cpu_complex128 2022-09-27T15:58:53.3189404Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T15:58:53.3202124Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_slogdet_cpu_complex128 2022-09-27T15:58:53.3204862Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T15:58:53.3256871Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_cpu_complex128 2022-09-27T15:58:53.3267743Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_cpu_complex128 2022-09-27T15:58:53.3313860Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_ex_cpu_complex128 2022-09-27T15:58:53.3324822Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_ex_cpu_complex128 2022-09-27T15:58:53.3381279Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_triangular_cpu_complex128 2022-09-27T15:58:53.3392909Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_triangular_cpu_complex128 2022-09-27T15:58:53.3439018Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svd_cpu_complex128 2022-09-27T15:58:53.3450156Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svd_cpu_complex128 2022-09-27T15:58:53.3494682Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svdvals_cpu_complex128 2022-09-27T15:58:53.3505522Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svdvals_cpu_complex128 2022-09-27T15:58:53.3570884Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorinv_cpu_complex128 2022-09-27T15:58:53.3582425Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorinv_cpu_complex128 2022-09-27T15:58:53.3627973Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorsolve_cpu_complex128 2022-09-27T15:58:53.3638168Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorsolve_cpu_complex128 2022-09-27T15:58:53.3660530Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vander_cpu_complex128 2022-09-27T15:58:53.3671131Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T15:58:53.3682294Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_celu_cpu_float64 2022-09-27T15:58:53.3693200Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vander_cpu_complex128 2022-09-27T15:58:53.3735689Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vecdot_cpu_complex128 2022-09-27T15:58:53.3746035Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_celu_cpu_float64 2022-09-27T15:58:53.3754563Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vecdot_cpu_complex128 2022-09-27T15:58:53.3757091Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv1d_cpu_float64 2022-09-27T15:58:53.3795804Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vector_norm_cpu_complex128 2022-09-27T15:58:53.3806509Z [gw3] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vector_norm_cpu_complex128 2022-09-27T15:58:53.3845248Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linspace_cpu_complex128 2022-09-27T15:58:53.3855380Z [gw3] [ 85%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_linspace_cpu_complex128 2022-09-27T15:58:53.3897372Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log10_cpu_complex128 2022-09-27T15:58:53.3907319Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_log10_cpu_complex128 2022-09-27T15:58:53.3948938Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log2_cpu_complex128 2022-09-27T15:58:53.3959662Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_log2_cpu_complex128 2022-09-27T15:58:53.4005076Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_cpu_complex128 2022-09-27T15:58:53.4011286Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv1d_cpu_float64 2022-09-27T15:58:53.4023849Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_cpu_complex128 2022-09-27T15:58:53.4026431Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_softmax_dtype_cpu_complex128 2022-09-27T15:58:53.4072404Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv2d_cpu_float64 2022-09-27T15:58:53.4082543Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_softmax_dtype_cpu_complex128 2022-09-27T15:58:53.4135461Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logdet_cpu_complex128 2022-09-27T15:58:53.4145331Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_logdet_cpu_complex128 2022-09-27T15:58:53.4177317Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_and_cpu_complex128 2022-09-27T15:58:53.4187258Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_and_cpu_complex128 2022-09-27T15:58:53.4218366Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_not_cpu_complex128 2022-09-27T15:58:53.4228491Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_not_cpu_complex128 2022-09-27T15:58:53.4263696Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_or_cpu_complex128 2022-09-27T15:58:53.4273370Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_or_cpu_complex128 2022-09-27T15:58:53.4305865Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_xor_cpu_complex128 2022-09-27T15:58:53.4316567Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_xor_cpu_complex128 2022-09-27T15:58:53.4366705Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logspace_cpu_complex128 2022-09-27T15:58:53.4376088Z [gw3] [ 86%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_logspace_cpu_complex128 2022-09-27T15:58:53.4413550Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_long_cpu_complex128 2022-09-27T15:58:53.4424237Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_long_cpu_complex128 2022-09-27T15:58:53.4461499Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_cpu_complex128 2022-09-27T15:58:53.4471660Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_cpu_complex128 2022-09-27T15:58:53.4522971Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_solve_cpu_complex128 2022-09-27T15:58:53.4532787Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_solve_cpu_complex128 2022-09-27T15:58:53.4570424Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_unpack_cpu_complex128 2022-09-27T15:58:53.4580847Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_unpack_cpu_complex128 2022-09-27T15:58:53.4628978Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mH_cpu_complex128 2022-09-27T15:58:53.4640180Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mH_cpu_complex128 2022-09-27T15:58:53.4687360Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mT_cpu_complex128 2022-09-27T15:58:53.4697183Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mT_cpu_complex128 2022-09-27T15:58:53.4751474Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_fill_cpu_complex128 2022-09-27T15:58:53.4761143Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_fill_cpu_complex128 2022-09-27T15:58:53.4805416Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_scatter_cpu_complex128 2022-09-27T15:58:53.4816630Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_cpu_float32 2022-09-27T15:58:53.4825865Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_scatter_cpu_complex128 2022-09-27T15:58:53.4828937Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_select_cpu_complex128 2022-09-27T15:58:53.4854925Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_ex_cpu_float32 2022-09-27T15:58:53.4871137Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv2d_cpu_float64 2022-09-27T15:58:53.4886589Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:58:53.4898260Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_select_cpu_complex128 2022-09-27T15:58:53.4999326Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_matmul_cpu_complex128 2022-09-27T15:58:53.5010777Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_matmul_cpu_complex128 2022-09-27T15:58:53.5057362Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_matrix_exp_cpu_complex128 2022-09-27T15:58:53.5069961Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:58:53.5082504Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_unfold_cpu_float32 2022-09-27T15:58:53.5095188Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_matrix_exp_cpu_complex128 2022-09-27T15:58:53.5106387Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mean_cpu_complex128 2022-09-27T15:58:53.5144923Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:58:53.5148162Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T15:58:53.5156137Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mean_cpu_complex128 2022-09-27T15:58:53.5220846Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:58:53.5232683Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:58:53.5295816Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:58:53.5307095Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:58:53.5357443Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mm_cpu_complex128 2022-09-27T15:58:53.5368933Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mm_cpu_complex128 2022-09-27T15:58:53.5415434Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_movedim_cpu_complex128 2022-09-27T15:58:53.5426638Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_movedim_cpu_complex128 2022-09-27T15:58:53.5436055Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mul_cpu_complex128 2022-09-27T15:58:53.5484175Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T15:58:53.5487477Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T15:58:53.5525420Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mul_cpu_complex128 2022-09-27T15:58:53.5539919Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mv_cpu_complex128 2022-09-27T15:58:53.5552909Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mv_cpu_complex128 2022-09-27T15:58:53.5590030Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_copy_cpu_complex128 2022-09-27T15:58:53.5601234Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_copy_cpu_complex128 2022-09-27T15:58:53.5649711Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_cpu_complex128 2022-09-27T15:58:53.5662301Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_cpu_complex128 2022-09-27T15:58:53.5697220Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ne_cpu_complex128 2022-09-27T15:58:53.5708832Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_ne_cpu_complex128 2022-09-27T15:58:53.5764268Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_neg_cpu_complex128 2022-09-27T15:58:53.5775130Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_neg_cpu_complex128 2022-09-27T15:58:53.5796295Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_cpu_complex128 2022-09-27T15:58:53.5809083Z [gw3] [ 86%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_cpu_complex128 2022-09-27T15:58:53.5829460Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_strided_cpu_complex128 2022-09-27T15:58:53.5841526Z [gw3] [ 86%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_strided_cpu_complex128 2022-09-27T15:58:53.5895170Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_full_cpu_complex128 2022-09-27T15:58:53.5905861Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_full_cpu_complex128 2022-09-27T15:58:53.5949422Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_ones_cpu_complex128 2022-09-27T15:58:53.5960480Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_ones_cpu_complex128 2022-09-27T15:58:53.5967699Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_zeros_cpu_complex128 2022-09-27T15:58:53.6002347Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T15:58:53.6006870Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T15:58:53.6039747Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_zeros_cpu_complex128 2022-09-27T15:58:53.6096607Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv1d_cpu_complex128 2022-09-27T15:58:53.6132842Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv1d_cpu_complex128 2022-09-27T15:58:53.6179893Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv2d_cpu_complex128 2022-09-27T15:58:53.6190845Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T15:58:53.6202706Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_similarity_cpu_float64 2022-09-27T15:58:53.6252954Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv2d_cpu_complex128 2022-09-27T15:58:53.6299695Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:58:53.6314244Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:58:53.6402850Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T15:58:53.6443948Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T15:58:53.6446056Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:58:53.6454556Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_similarity_cpu_float64 2022-09-27T15:58:53.6517811Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:58:53.6519617Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cross_entropy_cpu_float64 2022-09-27T15:58:53.6576033Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_linear_cpu_complex128 2022-09-27T15:58:53.6587765Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_linear_cpu_complex128 2022-09-27T15:58:53.6639941Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_normalize_cpu_complex128 2022-09-27T15:58:53.6650761Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_normalize_cpu_complex128 2022-09-27T15:58:53.6699010Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:58:53.6709553Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:58:53.6754184Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_constant_cpu_complex128 2022-09-27T15:58:53.6767477Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_constant_cpu_complex128 2022-09-27T15:58:53.6785585Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cross_entropy_cpu_float64 2022-09-27T15:58:53.6787386Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:58:53.6822707Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_ctc_loss_cpu_float64 2022-09-27T15:58:53.6834444Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:58:53.6878883Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_replicate_cpu_complex128 2022-09-27T15:58:53.6890175Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_replicate_cpu_complex128 2022-09-27T15:58:53.6948999Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:58:53.6959967Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:58:53.7008672Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:58:53.7019698Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:58:53.7068895Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:58:53.7081462Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:58:53.7123437Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:58:53.7136198Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:58:53.7185384Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T15:58:53.7195704Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T15:58:53.7254750Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_ctc_loss_cpu_float64 2022-09-27T15:58:53.7261375Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softsign_cpu_complex128 2022-09-27T15:58:53.7265439Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout2d_cpu_float64 2022-09-27T15:58:53.7273159Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softsign_cpu_complex128 2022-09-27T15:58:53.7312804Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:58:53.7324791Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:58:53.7368585Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:58:53.7380493Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:58:53.7424936Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:58:53.7437006Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:58:53.7476237Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_unfold_cpu_complex128 2022-09-27T15:58:53.7487990Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_unfold_cpu_complex128 2022-09-27T15:58:53.7527939Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nonzero_cpu_complex128 2022-09-27T15:58:53.7539834Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nonzero_cpu_complex128 2022-09-27T15:58:53.7577118Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_cpu_complex128 2022-09-27T15:58:53.7588899Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_cpu_complex128 2022-09-27T15:58:53.7625035Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_fro_cpu_complex128 2022-09-27T15:58:53.7636812Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_fro_cpu_complex128 2022-09-27T15:58:53.7674028Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_inf_cpu_complex128 2022-09-27T15:58:53.7683920Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_inf_cpu_complex128 2022-09-27T15:58:53.7724308Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_nuc_cpu_complex128 2022-09-27T15:58:53.7734832Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_nuc_cpu_complex128 2022-09-27T15:58:53.7778241Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_cpu_complex128 2022-09-27T15:58:53.7791201Z [gw3] [ 86%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_cpu_complex128 2022-09-27T15:58:53.7837709Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_like_cpu_complex128 2022-09-27T15:58:53.7849427Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_like_cpu_complex128 2022-09-27T15:58:53.7920665Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ormqr_cpu_complex128 2022-09-27T15:58:53.7936556Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout2d_cpu_float64 2022-09-27T15:58:53.8506524Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout3d_cpu_float64 2022-09-27T15:58:53.8517991Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_ormqr_cpu_complex128 2022-09-27T15:58:53.8574235Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_outer_cpu_complex128 2022-09-27T15:58:53.8586448Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_outer_cpu_complex128 2022-09-27T15:58:53.8634318Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_permute_cpu_complex128 2022-09-27T15:58:53.8647949Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_permute_cpu_complex128 2022-09-27T15:58:53.8709797Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_pinverse_cpu_complex128 2022-09-27T15:58:53.8723378Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_pinverse_cpu_complex128 2022-09-27T15:58:53.8730726Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout3d_cpu_float64 2022-09-27T15:58:53.8740269Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_positive_cpu_complex128 2022-09-27T15:58:53.8767178Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout_cpu_float64 2022-09-27T15:58:53.8779368Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_positive_cpu_complex128 2022-09-27T15:58:53.8835402Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_pow_cpu_complex128 2022-09-27T15:58:53.8849705Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_pow_cpu_complex128 2022-09-27T15:58:53.8900312Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_prod_cpu_complex128 2022-09-27T15:58:53.8911374Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_prod_cpu_complex128 2022-09-27T15:58:53.8961367Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_put_cpu_complex128 2022-09-27T15:58:53.8973517Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_put_cpu_complex128 2022-09-27T15:58:53.9016648Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_qr_cpu_complex128 2022-09-27T15:58:53.9027464Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_qr_cpu_complex128 2022-09-27T15:58:53.9092566Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rand_like_cpu_complex128 2022-09-27T15:58:53.9104880Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_rand_like_cpu_complex128 2022-09-27T15:58:53.9174160Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_cpu_complex128 2022-09-27T15:58:53.9187138Z [gw3] [ 86%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_cpu_complex128 2022-09-27T15:58:53.9251480Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_like_cpu_complex128 2022-09-27T15:58:53.9263551Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_like_cpu_complex128 2022-09-27T15:58:53.9311582Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ravel_cpu_complex128 2022-09-27T15:58:53.9323292Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_ravel_cpu_complex128 2022-09-27T15:58:53.9359618Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_real_cpu_complex128 2022-09-27T15:58:53.9369748Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_real_cpu_complex128 2022-09-27T15:58:53.9412215Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reciprocal_cpu_complex128 2022-09-27T15:58:53.9424153Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_reciprocal_cpu_complex128 2022-09-27T15:58:53.9476036Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_renorm_cpu_complex128 2022-09-27T15:58:53.9486210Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_renorm_cpu_complex128 2022-09-27T15:58:53.9549439Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_cpu_complex128 2022-09-27T15:58:53.9560624Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_cpu_complex128 2022-09-27T15:58:53.9612127Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_interleave_cpu_complex128 2022-09-27T15:58:53.9623056Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_interleave_cpu_complex128 2022-09-27T15:58:53.9666808Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_as_cpu_complex128 2022-09-27T15:58:53.9678264Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout_cpu_float64 2022-09-27T15:58:53.9688190Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_as_cpu_complex128 2022-09-27T15:58:53.9689883Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_elu_cpu_float64 2022-09-27T15:58:53.9730420Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_cpu_complex128 2022-09-27T15:58:53.9740335Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_cpu_complex128 2022-09-27T15:58:53.9763021Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize__cpu_complex128 2022-09-27T15:58:53.9772790Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_elu_cpu_float64 2022-09-27T15:58:53.9785968Z [gw3] [ 86%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize__cpu_complex128 2022-09-27T15:58:53.9788495Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize_as__cpu_complex128 2022-09-27T15:58:53.9829219Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_bag_cpu_float64 2022-09-27T15:58:53.9839013Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize_as__cpu_complex128 2022-09-27T15:58:53.9885425Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_conj_cpu_complex128 2022-09-27T15:58:53.9896947Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_conj_cpu_complex128 2022-09-27T15:58:53.9935444Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_neg_cpu_complex128 2022-09-27T15:58:53.9945634Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_neg_cpu_complex128 2022-09-27T15:58:53.9986211Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_roll_cpu_complex128 2022-09-27T15:58:53.9996112Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_roll_cpu_complex128 2022-09-27T15:58:54.0042477Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rot90_cpu_complex128 2022-09-27T15:58:54.0054947Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_rot90_cpu_complex128 2022-09-27T15:58:54.0097859Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsqrt_cpu_complex128 2022-09-27T15:58:54.0107912Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsqrt_cpu_complex128 2022-09-27T15:58:54.0149022Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsub_cpu_complex128 2022-09-27T15:58:54.0161380Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsub_cpu_complex128 2022-09-27T15:58:54.0227708Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_add_cpu_complex128 2022-09-27T15:58:54.0239754Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_add_cpu_complex128 2022-09-27T15:58:54.0306948Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_cpu_complex128 2022-09-27T15:58:54.0317744Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_cpu_complex128 2022-09-27T15:58:54.0348772Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_select_cpu_complex128 2022-09-27T15:58:54.0365395Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_bag_cpu_float64 2022-09-27T15:58:54.0374178Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_select_cpu_complex128 2022-09-27T15:58:54.0376612Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_cpu_float64 2022-09-27T15:58:54.0432562Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sgn_cpu_complex128 2022-09-27T15:58:54.0445327Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sgn_cpu_complex128 2022-09-27T15:58:54.0453507Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_cpu_float64 2022-09-27T15:58:54.0460252Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_short_cpu_complex128 2022-09-27T15:58:54.0480793Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T15:58:54.0493081Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_short_cpu_complex128 2022-09-27T15:58:54.0543749Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sigmoid_cpu_complex128 2022-09-27T15:58:54.0554413Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sigmoid_cpu_complex128 2022-09-27T15:58:54.0613853Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sin_cpu_complex128 2022-09-27T15:58:54.0626949Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sin_cpu_complex128 2022-09-27T15:58:54.0681754Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinc_cpu_complex128 2022-09-27T15:58:54.0692899Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinc_cpu_complex128 2022-09-27T15:58:54.0755340Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinh_cpu_complex128 2022-09-27T15:58:54.0768628Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinh_cpu_complex128 2022-09-27T15:58:54.0820841Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_softmax_with_dtype_cpu_complex128 2022-09-27T15:58:54.0832062Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_softmax_with_dtype_cpu_complex128 2022-09-27T15:58:54.0852688Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sparse_sampled_addmm_cpu_complex128 2022-09-27T15:58:54.0863568Z [gw3] [ 86%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sparse_sampled_addmm_cpu_complex128 2022-09-27T15:58:54.0899041Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_cpu_complex128 2022-09-27T15:58:54.0919371Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T15:58:54.0929078Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_cpu_complex128 2022-09-27T15:58:54.0930847Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T15:58:54.0972631Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_list_args_cpu_complex128 2022-09-27T15:58:54.0983801Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_list_args_cpu_complex128 2022-09-27T15:58:54.1026921Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_with_sizes_cpu_complex128 2022-09-27T15:58:54.1039418Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_with_sizes_cpu_complex128 2022-09-27T15:58:54.1095189Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sqrt_cpu_complex128 2022-09-27T15:58:54.1107640Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sqrt_cpu_complex128 2022-09-27T15:58:54.1155097Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_square_cpu_complex128 2022-09-27T15:58:54.1165881Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_square_cpu_complex128 2022-09-27T15:58:54.1213687Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_squeeze_cpu_complex128 2022-09-27T15:58:54.1224438Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_squeeze_cpu_complex128 2022-09-27T15:58:54.1270641Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_stack_cpu_complex128 2022-09-27T15:58:54.1283028Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_stack_cpu_complex128 2022-09-27T15:58:54.1340152Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_cpu_complex128 2022-09-27T15:58:54.1350923Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_cpu_complex128 2022-09-27T15:58:54.1393286Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y0_cpu_float64 2022-09-27T15:58:54.1405481Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y0_cpu_float64 2022-09-27T15:58:54.1416585Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y1_cpu_float64 2022-09-27T15:58:54.1428250Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T15:58:54.1443048Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T15:58:54.1452947Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y1_cpu_float64 2022-09-27T15:58:54.1463466Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:58:54.1476082Z [gw2] [ 86%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T15:58:54.1509654Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T15:58:54.1520903Z [gw2] [ 86%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T15:58:54.1535207Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:58:54.1536944Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T15:58:54.1612302Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:58:54.1623432Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:58:54.1645084Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:58:54.1656729Z [gw3] [ 86%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:58:54.1678259Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:58:54.1689283Z [gw3] [ 86%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:58:54.1749504Z test_ops.py::TestMathBitsCPU::test_neg_view_special_entr_cpu_float64 2022-09-27T15:58:54.1760323Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_entr_cpu_float64 2022-09-27T15:58:54.1830363Z test_ops.py::TestMathBitsCPU::test_neg_view_special_erfcx_cpu_float64 2022-09-27T15:58:54.1844225Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_erfcx_cpu_float64 2022-09-27T15:58:54.1921497Z test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_h_cpu_float64 2022-09-27T15:58:54.1934395Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_h_cpu_float64 2022-09-27T15:58:54.2012314Z test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_he_cpu_float64 2022-09-27T15:58:54.2023419Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_he_cpu_float64 2022-09-27T15:58:54.2080529Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i0e_cpu_float64 2022-09-27T15:58:54.2092487Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_i0e_cpu_float64 2022-09-27T15:58:54.2164230Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i1_cpu_float64 2022-09-27T15:58:54.2175237Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_i1_cpu_float64 2022-09-27T15:58:54.2251143Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i1e_cpu_float64 2022-09-27T15:58:54.2263676Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_i1e_cpu_float64 2022-09-27T15:58:54.2344136Z test_ops.py::TestMathBitsCPU::test_neg_view_special_laguerre_polynomial_l_cpu_float64 2022-09-27T15:58:54.2357585Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_laguerre_polynomial_l_cpu_float64 2022-09-27T15:58:54.2379551Z test_ops.py::TestMathBitsCPU::test_neg_view_special_legendre_polynomial_p_cpu_float64 2022-09-27T15:58:54.2390875Z [gw3] [ 86%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_legendre_polynomial_p_cpu_float64 2022-09-27T15:58:54.2465431Z test_ops.py::TestMathBitsCPU::test_neg_view_special_log_ndtr_cpu_float64 2022-09-27T15:58:54.2477404Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_log_ndtr_cpu_float64 2022-09-27T15:58:54.2521201Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i0_cpu_float64 2022-09-27T15:58:54.2534832Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i0_cpu_float64 2022-09-27T15:58:54.2578454Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i1_cpu_float64 2022-09-27T15:58:54.2589874Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i1_cpu_float64 2022-09-27T15:58:54.2617316Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k0_cpu_float64 2022-09-27T15:58:54.2626845Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k0_cpu_float64 2022-09-27T15:58:54.2633786Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k1_cpu_float64 2022-09-27T15:58:54.2645422Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_unfold_cpu_float32 2022-09-27T15:58:54.2658196Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:58:54.2667104Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k1_cpu_float64 2022-09-27T15:58:54.2715232Z test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtr_cpu_float64 2022-09-27T15:58:54.2723383Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtr_cpu_float64 2022-09-27T15:58:54.2774052Z test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtri_cpu_float64 2022-09-27T15:58:54.2783805Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtri_cpu_float64 2022-09-27T15:58:54.2791761Z test_ops.py::TestMathBitsCPU::test_neg_view_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T15:58:54.2798950Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:58:54.2881755Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:58:54.2900183Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T15:58:54.2931050Z test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T15:58:54.2937974Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T15:58:54.2969316Z test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T15:58:54.2976477Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T15:58:54.2993997Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:58:54.3001353Z [gw3] [ 86%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:58:54.3018965Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:58:54.3026238Z [gw3] [ 86%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:58:54.3043553Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:58:54.3050903Z [gw3] [ 86%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:58:54.3065847Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:58:54.3075875Z [gw3] [ 86%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:58:54.3090301Z test_ops.py::TestMathBitsCPU::test_neg_view_special_spherical_bessel_j0_cpu_float64 2022-09-27T15:58:54.3097410Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:58:54.3108845Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_cpu_float32 2022-09-27T15:58:54.3115896Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_spherical_bessel_j0_cpu_float64 2022-09-27T15:58:54.3232259Z test_ops.py::TestMathBitsCPU::test_neg_view_special_xlog1py_cpu_float64 2022-09-27T15:58:54.3239254Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_xlog1py_cpu_float64 2022-09-27T15:58:54.3295340Z test_ops.py::TestMathBitsCPU::test_neg_view_special_zeta_cpu_float64 2022-09-27T15:58:54.3302366Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_zeta_cpu_float64 2022-09-27T15:58:54.3316591Z test_ops.py::TestMathBitsCPU::test_neg_view_split_cpu_float64 2022-09-27T15:58:54.3327629Z [gw1] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_ex_cpu_float32 2022-09-27T15:58:54.3336782Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_triangular_cpu_float32 2022-09-27T15:58:54.3343432Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_split_cpu_float64 2022-09-27T15:58:54.3393816Z test_ops.py::TestMathBitsCPU::test_neg_view_split_list_args_cpu_float64 2022-09-27T15:58:54.3404198Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_split_list_args_cpu_float64 2022-09-27T15:58:54.3475939Z test_ops.py::TestMathBitsCPU::test_neg_view_split_with_sizes_cpu_float64 2022-09-27T15:58:54.3488199Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_split_with_sizes_cpu_float64 2022-09-27T15:58:54.3539865Z test_ops.py::TestMathBitsCPU::test_neg_view_sqrt_cpu_float64 2022-09-27T15:58:54.3553204Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sqrt_cpu_float64 2022-09-27T15:58:54.3625530Z test_ops.py::TestMathBitsCPU::test_neg_view_square_cpu_float64 2022-09-27T15:58:54.3638083Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_square_cpu_float64 2022-09-27T15:58:54.3758206Z test_ops.py::TestMathBitsCPU::test_neg_view_squeeze_cpu_float64 2022-09-27T15:58:54.3775282Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_squeeze_cpu_float64 2022-09-27T15:58:54.3832119Z test_ops.py::TestMathBitsCPU::test_neg_view_stack_cpu_float64 2022-09-27T15:58:54.3843497Z [gw3] [ 86%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_stack_cpu_float64 2022-09-27T15:58:54.3983994Z test_ops.py::TestMathBitsCPU::test_neg_view_std_cpu_float64 2022-09-27T15:58:54.3996145Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_std_cpu_float64 2022-09-27T15:58:54.4067157Z test_ops.py::TestMathBitsCPU::test_neg_view_std_mean_cpu_float64 2022-09-27T15:58:54.4079154Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_std_mean_cpu_float64 2022-09-27T15:58:54.4348387Z test_ops.py::TestMathBitsCPU::test_neg_view_stft_cpu_float64 2022-09-27T15:58:54.4362369Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_stft_cpu_float64 2022-09-27T15:58:54.4556209Z test_ops.py::TestMathBitsCPU::test_neg_view_sub_cpu_float64 2022-09-27T15:58:54.4569169Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sub_cpu_float64 2022-09-27T15:58:54.4805751Z test_ops.py::TestMathBitsCPU::test_neg_view_sum_cpu_float64 2022-09-27T15:58:54.4819559Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sum_cpu_float64 2022-09-27T15:58:54.4886585Z test_ops.py::TestMathBitsCPU::test_neg_view_sum_to_size_cpu_float64 2022-09-27T15:58:54.4898718Z [gw3] [ 86%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_sum_to_size_cpu_float64 2022-09-27T15:58:54.5137573Z test_ops.py::TestMathBitsCPU::test_neg_view_svd_cpu_float64 2022-09-27T15:58:54.5151066Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_norm_cpu_float32 2022-09-27T15:58:54.5365789Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_fro_cpu_float32 2022-09-27T15:58:54.5377966Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_norm_fro_cpu_float32 2022-09-27T15:58:54.5737255Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_inf_cpu_float32 2022-09-27T15:58:54.5748813Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_norm_inf_cpu_float32 2022-09-27T15:58:54.6011869Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_nuc_cpu_float32 2022-09-27T15:58:54.6023605Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_norm_nuc_cpu_float32 2022-09-27T15:58:54.6692061Z test_ops.py::TestCompositeComplianceCPU::test_backward_normal_cpu_float32 2022-09-27T15:58:54.6704239Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_normal_cpu_float32 2022-09-27T15:58:54.6794482Z test_ops.py::TestCompositeComplianceCPU::test_backward_normal_number_mean_cpu_float32 2022-09-27T15:58:54.6807341Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_normal_number_mean_cpu_float32 2022-09-27T15:58:54.6919467Z test_ops.py::TestCompositeComplianceCPU::test_backward_outer_cpu_float32 2022-09-27T15:58:54.6932061Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_svd_cpu_float64 2022-09-27T15:58:54.6974575Z test_ops.py::TestMathBitsCPU::test_neg_view_svd_lowrank_cpu_float64 2022-09-27T15:58:54.6985426Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_outer_cpu_float32 2022-09-27T15:58:54.7007166Z test_ops.py::TestCompositeComplianceCPU::test_backward_pca_lowrank_cpu_float32 2022-09-27T15:58:54.7018973Z [gw0] [ 86%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_pca_lowrank_cpu_float32 2022-09-27T15:58:54.7165344Z test_ops.py::TestCompositeComplianceCPU::test_backward_permute_cpu_float32 2022-09-27T15:58:54.7177509Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_permute_cpu_float32 2022-09-27T15:58:54.8217896Z test_ops.py::TestCompositeComplianceCPU::test_backward_pinverse_cpu_float32 2022-09-27T15:58:54.8232251Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T15:58:54.8357839Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gelu_cpu_float64 2022-09-27T15:58:54.8368992Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gelu_cpu_float64 2022-09-27T15:58:54.8940505Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_glu_cpu_float64 2022-09-27T15:58:54.8950880Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_glu_cpu_float64 2022-09-27T15:58:54.9500635Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_grid_sample_cpu_float64 2022-09-27T15:58:54.9513068Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_pinverse_cpu_float32 2022-09-27T15:58:54.9524473Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_grid_sample_cpu_float64 2022-09-27T15:58:54.9526833Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_group_norm_cpu_float64 2022-09-27T15:58:54.9645780Z test_ops.py::TestCompositeComplianceCPU::test_backward_polar_cpu_float32 2022-09-27T15:58:54.9657042Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_group_norm_cpu_float64 2022-09-27T15:58:54.9756754Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardshrink_cpu_float64 2022-09-27T15:58:54.9767796Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardshrink_cpu_float64 2022-09-27T15:58:54.9841752Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardsigmoid_cpu_float64 2022-09-27T15:58:54.9852789Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardsigmoid_cpu_float64 2022-09-27T15:58:54.9936993Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardswish_cpu_float64 2022-09-27T15:58:54.9948087Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardswish_cpu_float64 2022-09-27T15:58:55.0049809Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardtanh_cpu_float64 2022-09-27T15:58:55.0060824Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardtanh_cpu_float64 2022-09-27T15:58:55.0280116Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:58:55.0292123Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:58:55.0450679Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_huber_loss_cpu_float64 2022-09-27T15:58:55.0460887Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_huber_loss_cpu_float64 2022-09-27T15:58:55.0706347Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_instance_norm_cpu_float64 2022-09-27T15:58:55.0717420Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_instance_norm_cpu_float64 2022-09-27T15:58:55.0939651Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_area_cpu_float64 2022-09-27T15:58:55.0950661Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_area_cpu_float64 2022-09-27T15:58:55.1142072Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T15:58:55.1153377Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T15:58:55.1292698Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T15:58:55.1304074Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polar_cpu_float32 2022-09-27T15:58:55.1320018Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:58:55.1331322Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T15:58:55.1500759Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_linear_cpu_float64 2022-09-27T15:58:55.1511805Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_linear_cpu_float64 2022-09-27T15:58:55.1667480Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T15:58:55.1678880Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:58:55.1702537Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:58:55.1712496Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T15:58:55.1909702Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T15:58:55.1921041Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T15:58:55.2044921Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_kl_div_cpu_float64 2022-09-27T15:58:55.2057042Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:58:55.2184386Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:58:55.2196899Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_kl_div_cpu_float64 2022-09-27T15:58:55.2299128Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_l1_loss_cpu_float64 2022-09-27T15:58:55.2309226Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_l1_loss_cpu_float64 2022-09-27T15:58:55.2415610Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_layer_norm_cpu_float64 2022-09-27T15:58:55.2428432Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:58:55.2435887Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_layer_norm_cpu_float64 2022-09-27T15:58:55.2438770Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:58:55.2583566Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:58:55.2595908Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:58:55.2821676Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_linear_cpu_float64 2022-09-27T15:58:55.2833469Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:58:55.2881713Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:58:55.2893196Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_linear_cpu_float64 2022-09-27T15:58:55.2978422Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_local_response_norm_cpu_float64 2022-09-27T15:58:55.2989580Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_svd_lowrank_cpu_float64 2022-09-27T15:58:55.3091976Z test_ops.py::TestMathBitsCPU::test_neg_view_symeig_cpu_float64 2022-09-27T15:58:55.3105227Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_symeig_cpu_float64 2022-09-27T15:58:55.3123905Z test_ops.py::TestMathBitsCPU::test_neg_view_t_cpu_float64 2022-09-27T15:58:55.3135478Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_local_response_norm_cpu_float64 2022-09-27T15:58:55.3175936Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_logsigmoid_cpu_float64 2022-09-27T15:58:55.3186355Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_t_cpu_float64 2022-09-27T15:58:55.3200594Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:58:55.3206349Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_logsigmoid_cpu_float64 2022-09-27T15:58:55.3209878Z test_ops.py::TestCompositeComplianceCPU::test_backward_positive_cpu_float32 2022-09-27T15:58:55.3217407Z test_ops.py::TestMathBitsCPU::test_neg_view_take_along_dim_cpu_float64 2022-09-27T15:58:55.3282550Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:58:55.3292371Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_positive_cpu_float32 2022-09-27T15:58:55.3304593Z test_ops.py::TestCompositeComplianceCPU::test_backward_pow_cpu_float32 2022-09-27T15:58:55.3315591Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_take_along_dim_cpu_float64 2022-09-27T15:58:55.3455606Z test_ops.py::TestMathBitsCPU::test_neg_view_take_cpu_float64 2022-09-27T15:58:55.3466812Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_take_cpu_float64 2022-09-27T15:58:55.3518689Z test_ops.py::TestMathBitsCPU::test_neg_view_tan_cpu_float64 2022-09-27T15:58:55.3530053Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tan_cpu_float64 2022-09-27T15:58:55.3583303Z test_ops.py::TestMathBitsCPU::test_neg_view_tanh_cpu_float64 2022-09-27T15:58:55.3594416Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tanh_cpu_float64 2022-09-27T15:58:55.3630350Z test_ops.py::TestMathBitsCPU::test_neg_view_tensor_split_cpu_float64 2022-09-27T15:58:55.3642790Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:58:55.3722437Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool1d_cpu_float64 2022-09-27T15:58:55.3732834Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tensor_split_cpu_float64 2022-09-27T15:58:55.3795804Z test_ops.py::TestMathBitsCPU::test_neg_view_tensordot_cpu_float64 2022-09-27T15:58:55.3805870Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tensordot_cpu_float64 2022-09-27T15:58:55.4098005Z test_ops.py::TestMathBitsCPU::test_neg_view_tile_cpu_float64 2022-09-27T15:58:55.4108506Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tile_cpu_float64 2022-09-27T15:58:55.4464045Z test_ops.py::TestMathBitsCPU::test_neg_view_to_cpu_float64 2022-09-27T15:58:55.4474451Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_to_cpu_float64 2022-09-27T15:58:55.4541289Z test_ops.py::TestMathBitsCPU::test_neg_view_to_sparse_cpu_float64 2022-09-27T15:58:55.4551436Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_to_sparse_cpu_float64 2022-09-27T15:58:55.4646666Z test_ops.py::TestMathBitsCPU::test_neg_view_topk_cpu_float64 2022-09-27T15:58:55.4656752Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_topk_cpu_float64 2022-09-27T15:58:55.4697016Z test_ops.py::TestMathBitsCPU::test_neg_view_trace_cpu_float64 2022-09-27T15:58:55.4707533Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_trace_cpu_float64 2022-09-27T15:58:55.4854636Z test_ops.py::TestMathBitsCPU::test_neg_view_transpose_cpu_float64 2022-09-27T15:58:55.4865014Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_transpose_cpu_float64 2022-09-27T15:58:55.5025737Z test_ops.py::TestMathBitsCPU::test_neg_view_trapezoid_cpu_float64 2022-09-27T15:58:55.5036295Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_trapezoid_cpu_float64 2022-09-27T15:58:55.5180614Z test_ops.py::TestMathBitsCPU::test_neg_view_trapz_cpu_float64 2022-09-27T15:58:55.5191770Z [gw0] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_pow_cpu_float32 2022-09-27T15:58:55.5198065Z test_ops.py::TestCompositeComplianceCPU::test_backward_prod_cpu_float32 2022-09-27T15:58:55.5209127Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_trapz_cpu_float64 2022-09-27T15:58:55.5343022Z test_ops.py::TestMathBitsCPU::test_neg_view_triangular_solve_cpu_float64 2022-09-27T15:58:55.5355262Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_triangular_solve_cpu_float64 2022-09-27T15:58:55.5525622Z test_ops.py::TestMathBitsCPU::test_neg_view_tril_cpu_float64 2022-09-27T15:58:55.5536796Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tril_cpu_float64 2022-09-27T15:58:55.5703441Z test_ops.py::TestMathBitsCPU::test_neg_view_triu_cpu_float64 2022-09-27T15:58:55.5714537Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_triu_cpu_float64 2022-09-27T15:58:55.5909270Z test_ops.py::TestMathBitsCPU::test_neg_view_true_divide_cpu_float64 2022-09-27T15:58:55.5920035Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_true_divide_cpu_float64 2022-09-27T15:58:55.5973337Z test_ops.py::TestMathBitsCPU::test_neg_view_trunc_cpu_float64 2022-09-27T15:58:55.5984198Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_trunc_cpu_float64 2022-09-27T15:58:55.6094945Z test_ops.py::TestMathBitsCPU::test_neg_view_unbind_cpu_float64 2022-09-27T15:58:55.6106908Z [gw3] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unbind_cpu_float64 2022-09-27T15:58:55.6261101Z test_ops.py::TestMathBitsCPU::test_neg_view_unflatten_cpu_float64 2022-09-27T15:58:55.6272309Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unflatten_cpu_float64 2022-09-27T15:58:55.6650892Z test_ops.py::TestMathBitsCPU::test_neg_view_unfold_cpu_float64 2022-09-27T15:58:55.6662908Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unfold_cpu_float64 2022-09-27T15:58:55.6742955Z test_ops.py::TestMathBitsCPU::test_neg_view_uniform_cpu_float64 2022-09-27T15:58:55.6753654Z [gw3] [ 87%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_uniform_cpu_float64 2022-09-27T15:58:55.7463033Z test_ops.py::TestMathBitsCPU::test_neg_view_unique_consecutive_cpu_float64 2022-09-27T15:58:55.7476659Z [gw0] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_prod_cpu_float32 2022-09-27T15:58:55.8114241Z test_ops.py::TestCompositeComplianceCPU::test_backward_put_cpu_float32 2022-09-27T15:58:55.8125892Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unique_consecutive_cpu_float64 2022-09-27T15:58:56.0812684Z test_ops.py::TestMathBitsCPU::test_neg_view_unique_cpu_float64 2022-09-27T15:58:56.0824816Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unique_cpu_float64 2022-09-27T15:58:56.0951555Z test_ops.py::TestMathBitsCPU::test_neg_view_unsqueeze_cpu_float64 2022-09-27T15:58:56.0964314Z [gw0] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_put_cpu_float32 2022-09-27T15:58:56.0971805Z test_ops.py::TestCompositeComplianceCPU::test_backward_qr_cpu_float32 2022-09-27T15:58:56.0982106Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unsqueeze_cpu_float64 2022-09-27T15:58:56.1118366Z test_ops.py::TestMathBitsCPU::test_neg_view_var_cpu_float64 2022-09-27T15:58:56.1129051Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_var_cpu_float64 2022-09-27T15:58:56.1204531Z test_ops.py::TestMathBitsCPU::test_neg_view_var_mean_cpu_float64 2022-09-27T15:58:56.1214998Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_var_mean_cpu_float64 2022-09-27T15:58:56.1259439Z test_ops.py::TestMathBitsCPU::test_neg_view_vdot_cpu_float64 2022-09-27T15:58:56.1269453Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_vdot_cpu_float64 2022-09-27T15:58:56.1300320Z test_ops.py::TestMathBitsCPU::test_neg_view_view_as_complex_cpu_float64 2022-09-27T15:58:56.1311070Z [gw3] [ 87%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_view_as_complex_cpu_float64 2022-09-27T15:58:56.1384513Z test_ops.py::TestMathBitsCPU::test_neg_view_view_as_cpu_float64 2022-09-27T15:58:56.1394588Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_view_as_cpu_float64 2022-09-27T15:58:56.1493909Z test_ops.py::TestMathBitsCPU::test_neg_view_view_cpu_float64 2022-09-27T15:58:56.1503955Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_view_cpu_float64 2022-09-27T15:58:56.1548235Z test_ops.py::TestMathBitsCPU::test_neg_view_vsplit_cpu_float64 2022-09-27T15:58:56.1558354Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_vsplit_cpu_float64 2022-09-27T15:58:56.1610845Z test_ops.py::TestMathBitsCPU::test_neg_view_vstack_cpu_float64 2022-09-27T15:58:56.1620641Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_vstack_cpu_float64 2022-09-27T15:58:56.1719347Z test_ops.py::TestMathBitsCPU::test_neg_view_where_cpu_float64 2022-09-27T15:58:56.1729752Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_where_cpu_float64 2022-09-27T15:58:56.1890998Z test_ops.py::TestMathBitsCPU::test_neg_view_xlogy_cpu_float64 2022-09-27T15:58:56.1900901Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_xlogy_cpu_float64 2022-09-27T15:58:56.1966670Z test_ops.py::TestMathBitsCPU::test_neg_view_zero__cpu_float64 2022-09-27T15:58:56.1976446Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_zero__cpu_float64 2022-09-27T15:58:56.2017560Z test_ops.py::TestMathBitsCPU::test_neg_view_zeros_cpu_float64 2022-09-27T15:58:56.2028364Z [gw3] [ 87%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_zeros_cpu_float64 2022-09-27T15:58:56.2142059Z test_ops.py::TestMathBitsCPU::test_neg_view_zeros_like_cpu_float64 2022-09-27T15:58:56.2154678Z [gw3] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_zeros_like_cpu_float64 2022-09-27T15:58:56.2163399Z [gw2] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool1d_cpu_float64 2022-09-27T15:58:56.2164565Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_abs_cpu 2022-09-27T15:58:56.2194410Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool2d_cpu_float64 2022-09-27T15:58:56.2205163Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_abs_cpu 2022-09-27T15:58:56.2231934Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acos_cpu 2022-09-27T15:58:56.2242643Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acos_cpu 2022-09-27T15:58:56.2274493Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acosh_cpu 2022-09-27T15:58:56.2282802Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acosh_cpu 2022-09-27T15:58:56.2313229Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_add_cpu 2022-09-27T15:58:56.2324617Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_add_cpu 2022-09-27T15:58:56.2352009Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcdiv_cpu 2022-09-27T15:58:56.2363012Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcdiv_cpu 2022-09-27T15:58:56.2389777Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addr_cpu 2022-09-27T15:58:56.2400643Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addr_cpu 2022-09-27T15:58:56.2428315Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_all_cpu 2022-09-27T15:58:56.2440900Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_all_cpu 2022-09-27T15:58:56.2468954Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_allclose_cpu 2022-09-27T15:58:56.2480712Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_allclose_cpu 2022-09-27T15:58:56.2507825Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amax_cpu 2022-09-27T15:58:56.2520165Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amax_cpu 2022-09-27T15:58:56.2549483Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amin_cpu 2022-09-27T15:58:56.2561974Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amin_cpu 2022-09-27T15:58:56.2593656Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_any_cpu 2022-09-27T15:58:56.2602068Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_any_cpu 2022-09-27T15:58:56.2632504Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_arange_cpu 2022-09-27T15:58:56.2640742Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_arange_cpu 2022-09-27T15:58:56.2670644Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_as_strided_cpu 2022-09-27T15:58:56.2678261Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_as_strided_cpu 2022-09-27T15:58:56.2706100Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asin_cpu 2022-09-27T15:58:56.2716874Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asin_cpu 2022-09-27T15:58:56.2744293Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asinh_cpu 2022-09-27T15:58:56.2755039Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asinh_cpu 2022-09-27T15:58:56.2785038Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan2_cpu 2022-09-27T15:58:56.2792831Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan2_cpu 2022-09-27T15:58:56.2821376Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan_cpu 2022-09-27T15:58:56.2832451Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan_cpu 2022-09-27T15:58:56.2861417Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atanh_cpu 2022-09-27T15:58:56.2870295Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atanh_cpu 2022-09-27T15:58:56.2897831Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_1d_cpu 2022-09-27T15:58:56.2908497Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_1d_cpu 2022-09-27T15:58:56.2936549Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_2d_cpu 2022-09-27T15:58:56.2947685Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_2d_cpu 2022-09-27T15:58:56.2975290Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_3d_cpu 2022-09-27T15:58:56.2986806Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_3d_cpu 2022-09-27T15:58:56.3013922Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_and_cpu 2022-09-27T15:58:56.3026202Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_and_cpu 2022-09-27T15:58:56.3054166Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_left_shift_cpu 2022-09-27T15:58:56.3066067Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_left_shift_cpu 2022-09-27T15:58:56.3093777Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_not_cpu 2022-09-27T15:58:56.3105487Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_not_cpu 2022-09-27T15:58:56.3134856Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_or_cpu 2022-09-27T15:58:56.3144648Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_or_cpu 2022-09-27T15:58:56.3170697Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_right_shift_cpu 2022-09-27T15:58:56.3182173Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_right_shift_cpu 2022-09-27T15:58:56.3210107Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_xor_cpu 2022-09-27T15:58:56.3220890Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_xor_cpu 2022-09-27T15:58:56.3249733Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_shapes_cpu 2022-09-27T15:58:56.3261501Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_shapes_cpu 2022-09-27T15:58:56.3288237Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_tensors_cpu 2022-09-27T15:58:56.3300178Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_tensors_cpu 2022-09-27T15:58:56.3330957Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_to_cpu 2022-09-27T15:58:56.3342663Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_to_cpu 2022-09-27T15:58:56.3371146Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cat_cpu 2022-09-27T15:58:56.3382126Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cat_cpu 2022-09-27T15:58:56.3409671Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ceil_cpu 2022-09-27T15:58:56.3421659Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ceil_cpu 2022-09-27T15:58:56.3449067Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_chunk_cpu 2022-09-27T15:58:56.3461099Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_chunk_cpu 2022-09-27T15:58:56.3490117Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_cpu 2022-09-27T15:58:56.3497900Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_cpu 2022-09-27T15:58:56.3527266Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clone_cpu 2022-09-27T15:58:56.3534823Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clone_cpu 2022-09-27T15:58:56.3562082Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_column_stack_cpu 2022-09-27T15:58:56.3574336Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_column_stack_cpu 2022-09-27T15:58:56.3602566Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_cpu 2022-09-27T15:58:56.3613362Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_cpu 2022-09-27T15:58:56.3640194Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_physical_cpu 2022-09-27T15:58:56.3652229Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_physical_cpu 2022-09-27T15:58:56.3682321Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_constant_pad_nd_cpu 2022-09-27T15:58:56.3692304Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_constant_pad_nd_cpu 2022-09-27T15:58:56.3719207Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_contiguous_cpu 2022-09-27T15:58:56.3728969Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_contiguous_cpu 2022-09-27T15:58:56.3757817Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copy_to_cpu 2022-09-27T15:58:56.3767152Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copy_to_cpu 2022-09-27T15:58:56.3794705Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copysign_cpu 2022-09-27T15:58:56.3804528Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copysign_cpu 2022-09-27T15:58:56.3831388Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cos_cpu 2022-09-27T15:58:56.3841712Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cos_cpu 2022-09-27T15:58:56.3869793Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cosh_cpu 2022-09-27T15:58:56.3879858Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cosh_cpu 2022-09-27T15:58:56.3907161Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diag_embed_cpu 2022-09-27T15:58:56.3917005Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diag_embed_cpu 2022-09-27T15:58:56.3944089Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diagonal_cpu 2022-09-27T15:58:56.3961585Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diagonal_cpu 2022-09-27T15:58:56.3981175Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_digamma_cpu 2022-09-27T15:58:56.3991000Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_digamma_cpu 2022-09-27T15:58:56.4018405Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_div_cpu 2022-09-27T15:58:56.4030946Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_div_cpu 2022-09-27T15:58:56.4057643Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dsplit_cpu 2022-09-27T15:58:56.4069766Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dsplit_cpu 2022-09-27T15:58:56.4102626Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dstack_cpu 2022-09-27T15:58:56.4112623Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dstack_cpu 2022-09-27T15:58:56.4143632Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_cpu 2022-09-27T15:58:56.4156743Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_cpu 2022-09-27T15:58:56.4188669Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_like_cpu 2022-09-27T15:58:56.4201091Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_like_cpu 2022-09-27T15:58:56.4231967Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_strided_cpu 2022-09-27T15:58:56.4244360Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_strided_cpu 2022-09-27T15:58:56.4276862Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eq_cpu 2022-09-27T15:58:56.4286732Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eq_cpu 2022-09-27T15:58:56.4317709Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_equal_cpu 2022-09-27T15:58:56.4329793Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_equal_cpu 2022-09-27T15:58:56.4360512Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erf_cpu 2022-09-27T15:58:56.4372703Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erf_cpu 2022-09-27T15:58:56.4403308Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfc_cpu 2022-09-27T15:58:56.4416553Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfc_cpu 2022-09-27T15:58:56.4446983Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfinv_cpu 2022-09-27T15:58:56.4459445Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfinv_cpu 2022-09-27T15:58:56.4494598Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp2_cpu 2022-09-27T15:58:56.4503037Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp2_cpu 2022-09-27T15:58:56.4525932Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp_cpu 2022-09-27T15:58:56.4533623Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp_cpu 2022-09-27T15:58:56.4555640Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_as_cpu 2022-09-27T15:58:56.4563186Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_as_cpu 2022-09-27T15:58:56.4585174Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_cpu 2022-09-27T15:58:56.4592734Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_cpu 2022-09-27T15:58:56.4615014Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expm1_cpu 2022-09-27T15:58:56.4622843Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expm1_cpu 2022-09-27T15:58:56.4644780Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eye_cpu 2022-09-27T15:58:56.4653031Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eye_cpu 2022-09-27T15:58:56.4675309Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft2_cpu 2022-09-27T15:58:56.4683198Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft2_cpu 2022-09-27T15:58:56.4705289Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft_cpu 2022-09-27T15:58:56.4713198Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft_cpu 2022-09-27T15:58:56.4735349Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftn_cpu 2022-09-27T15:58:56.4743280Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftn_cpu 2022-09-27T15:58:56.4765281Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftshift_cpu 2022-09-27T15:58:56.4772962Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftshift_cpu 2022-09-27T15:58:56.4795321Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft2_cpu 2022-09-27T15:58:56.4803431Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft2_cpu 2022-09-27T15:58:56.4822910Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft_cpu 2022-09-27T15:58:56.4834249Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft_cpu 2022-09-27T15:58:56.4860606Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfftn_cpu 2022-09-27T15:58:56.4870462Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfftn_cpu 2022-09-27T15:58:56.4896756Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft2_cpu 2022-09-27T15:58:56.4906606Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft2_cpu 2022-09-27T15:58:56.4932719Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft_cpu 2022-09-27T15:58:56.4942678Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft_cpu 2022-09-27T15:58:56.4968562Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftn_cpu 2022-09-27T15:58:56.4978497Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftn_cpu 2022-09-27T15:58:56.5006072Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftshift_cpu 2022-09-27T15:58:56.5015845Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftshift_cpu 2022-09-27T15:58:56.5041920Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft2_cpu 2022-09-27T15:58:56.5051645Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft2_cpu 2022-09-27T15:58:56.5077736Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft_cpu 2022-09-27T15:58:56.5087431Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft_cpu 2022-09-27T15:58:56.5113669Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfftn_cpu 2022-09-27T15:58:56.5123817Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfftn_cpu 2022-09-27T15:58:56.5149717Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft2_cpu 2022-09-27T15:58:56.5159500Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft2_cpu 2022-09-27T15:58:56.5185765Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft_cpu 2022-09-27T15:58:56.5195549Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft_cpu 2022-09-27T15:58:56.5221778Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vstack_cpu 2022-09-27T15:58:56.5231557Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vstack_cpu 2022-09-27T15:58:56.5257708Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_where_cpu 2022-09-27T15:58:56.5267370Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_where_cpu 2022-09-27T15:58:56.5293851Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_cpu 2022-09-27T15:58:56.5303601Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_cpu 2022-09-27T15:58:56.5329906Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_like_cpu 2022-09-27T15:58:56.5339657Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_like_cpu 2022-09-27T15:58:56.5365103Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_abs_cpu 2022-09-27T15:58:56.5375009Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_abs_cpu 2022-09-27T15:58:56.5400532Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acos_cpu 2022-09-27T15:58:56.5410477Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acos_cpu 2022-09-27T15:58:56.5435909Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acosh_cpu 2022-09-27T15:58:56.5447260Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acosh_cpu 2022-09-27T15:58:56.5472437Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_add_cpu 2022-09-27T15:58:56.5482146Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_add_cpu 2022-09-27T15:58:56.5507814Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcdiv_cpu 2022-09-27T15:58:56.5517372Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcdiv_cpu 2022-09-27T15:58:56.5543170Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addr_cpu 2022-09-27T15:58:56.5552855Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addr_cpu 2022-09-27T15:58:56.5579607Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_all_cpu 2022-09-27T15:58:56.5589101Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_all_cpu 2022-09-27T15:58:56.5615747Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_allclose_cpu 2022-09-27T15:58:56.5639108Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_allclose_cpu 2022-09-27T15:58:56.5666673Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amax_cpu 2022-09-27T15:58:56.5678380Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amax_cpu 2022-09-27T15:58:56.5709870Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amin_cpu 2022-09-27T15:58:56.5721573Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amin_cpu 2022-09-27T15:58:56.5747907Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_any_cpu 2022-09-27T15:58:56.5759679Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_any_cpu 2022-09-27T15:58:56.5786525Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_arange_cpu 2022-09-27T15:58:56.5798452Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_arange_cpu 2022-09-27T15:58:56.5824196Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_as_strided_cpu 2022-09-27T15:58:56.5835988Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_as_strided_cpu 2022-09-27T15:58:56.5862047Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asin_cpu 2022-09-27T15:58:56.5873675Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asin_cpu 2022-09-27T15:58:56.5899991Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asinh_cpu 2022-09-27T15:58:56.5912302Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asinh_cpu 2022-09-27T15:58:56.5940303Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan2_cpu 2022-09-27T15:58:56.5948006Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan2_cpu 2022-09-27T15:58:56.5975098Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan_cpu 2022-09-27T15:58:56.5987541Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan_cpu 2022-09-27T15:58:56.6014215Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atanh_cpu 2022-09-27T15:58:56.6025614Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atanh_cpu 2022-09-27T15:58:56.6052865Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_1d_cpu 2022-09-27T15:58:56.6063556Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_1d_cpu 2022-09-27T15:58:56.6092834Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_2d_cpu 2022-09-27T15:58:56.6103734Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_2d_cpu 2022-09-27T15:58:56.6130036Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_3d_cpu 2022-09-27T15:58:56.6141552Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_3d_cpu 2022-09-27T15:58:56.6167481Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_and_cpu 2022-09-27T15:58:56.6178289Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_and_cpu 2022-09-27T15:58:56.6204134Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_left_shift_cpu 2022-09-27T15:58:56.6216075Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_left_shift_cpu 2022-09-27T15:58:56.6243484Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_not_cpu 2022-09-27T15:58:56.6254901Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_not_cpu 2022-09-27T15:58:56.6281030Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_or_cpu 2022-09-27T15:58:56.6292795Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_or_cpu 2022-09-27T15:58:56.6322348Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_right_shift_cpu 2022-09-27T15:58:56.6333542Z [gw3] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_right_shift_cpu 2022-09-27T15:58:56.6361574Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_xor_cpu 2022-09-27T15:58:56.6373175Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_xor_cpu 2022-09-27T15:58:56.6400813Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_shapes_cpu 2022-09-27T15:58:56.6412223Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_shapes_cpu 2022-09-27T15:58:56.6439922Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_tensors_cpu 2022-09-27T15:58:56.6449940Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_tensors_cpu 2022-09-27T15:58:56.6475703Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_to_cpu 2022-09-27T15:58:56.6485780Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_to_cpu 2022-09-27T15:58:56.6511721Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cat_cpu 2022-09-27T15:58:56.6522056Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cat_cpu 2022-09-27T15:58:56.6550129Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ceil_cpu 2022-09-27T15:58:56.6559727Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ceil_cpu 2022-09-27T15:58:56.6585791Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_chunk_cpu 2022-09-27T15:58:56.6596180Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_chunk_cpu 2022-09-27T15:58:56.6622718Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_cpu 2022-09-27T15:58:56.6632353Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_cpu 2022-09-27T15:58:56.6658863Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clone_cpu 2022-09-27T15:58:56.6668794Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clone_cpu 2022-09-27T15:58:56.6695911Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_column_stack_cpu 2022-09-27T15:58:56.6705619Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_column_stack_cpu 2022-09-27T15:58:56.6732242Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_cpu 2022-09-27T15:58:56.6742089Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_cpu 2022-09-27T15:58:56.6769217Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_physical_cpu 2022-09-27T15:58:56.6780663Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_physical_cpu 2022-09-27T15:58:56.6807963Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_constant_pad_nd_cpu 2022-09-27T15:58:56.6818887Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_constant_pad_nd_cpu 2022-09-27T15:58:56.6848420Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_contiguous_cpu 2022-09-27T15:58:56.6858246Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_contiguous_cpu 2022-09-27T15:58:56.6888186Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copy_to_cpu 2022-09-27T15:58:56.6898477Z [gw3] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copy_to_cpu 2022-09-27T15:58:56.6927391Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copysign_cpu 2022-09-27T15:58:56.6938109Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copysign_cpu 2022-09-27T15:58:56.6964005Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cos_cpu 2022-09-27T15:58:56.6973934Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cos_cpu 2022-09-27T15:58:56.6999828Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cosh_cpu 2022-09-27T15:58:56.7011036Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cosh_cpu 2022-09-27T15:58:56.7039884Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diag_embed_cpu 2022-09-27T15:58:56.7050436Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diag_embed_cpu 2022-09-27T15:58:56.7077808Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_cpu 2022-09-27T15:58:56.7088093Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_cpu 2022-09-27T15:58:56.7114849Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_digamma_cpu 2022-09-27T15:58:56.7126068Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_digamma_cpu 2022-09-27T15:58:56.7151867Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_div_cpu 2022-09-27T15:58:56.7162276Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_div_cpu 2022-09-27T15:58:56.7189916Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dsplit_cpu 2022-09-27T15:58:56.7201702Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dsplit_cpu 2022-09-27T15:58:56.7228047Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dstack_cpu 2022-09-27T15:58:56.7238420Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dstack_cpu 2022-09-27T15:58:56.7266439Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_cpu 2022-09-27T15:58:56.7279700Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_cpu 2022-09-27T15:58:56.7306009Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_like_cpu 2022-09-27T15:58:56.7318779Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_like_cpu 2022-09-27T15:58:56.7348084Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_strided_cpu 2022-09-27T15:58:56.7359684Z [gw3] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_strided_cpu 2022-09-27T15:58:56.7388826Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eq_cpu 2022-09-27T15:58:56.7398934Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eq_cpu 2022-09-27T15:58:56.7428200Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_equal_cpu 2022-09-27T15:58:56.7440521Z [gw3] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_equal_cpu 2022-09-27T15:58:56.7469087Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erf_cpu 2022-09-27T15:58:56.7478873Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erf_cpu 2022-09-27T15:58:56.7506976Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfc_cpu 2022-09-27T15:58:56.7518892Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfc_cpu 2022-09-27T15:58:56.7546413Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfinv_cpu 2022-09-27T15:58:56.7557628Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfinv_cpu 2022-09-27T15:58:56.7586362Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp2_cpu 2022-09-27T15:58:56.7596821Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp2_cpu 2022-09-27T15:58:56.7624499Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp_cpu 2022-09-27T15:58:56.7634847Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp_cpu 2022-09-27T15:58:56.7662075Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_as_cpu 2022-09-27T15:58:56.7673250Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_as_cpu 2022-09-27T15:58:56.7699849Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_cpu 2022-09-27T15:58:56.7711778Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_cpu 2022-09-27T15:58:56.7741233Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expm1_cpu 2022-09-27T15:58:56.7749101Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expm1_cpu 2022-09-27T15:58:56.7777820Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eye_cpu 2022-09-27T15:58:56.7786176Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eye_cpu 2022-09-27T15:58:56.7815358Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft2_cpu 2022-09-27T15:58:56.7823458Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft2_cpu 2022-09-27T15:58:56.7852956Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft_cpu 2022-09-27T15:58:56.7862828Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft_cpu 2022-09-27T15:58:56.7889757Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftn_cpu 2022-09-27T15:58:56.7901312Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftn_cpu 2022-09-27T15:58:56.7930127Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftshift_cpu 2022-09-27T15:58:56.7942297Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftshift_cpu 2022-09-27T15:58:56.7971261Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft2_cpu 2022-09-27T15:58:56.7978912Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft2_cpu 2022-09-27T15:58:56.8009646Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft_cpu 2022-09-27T15:58:56.8019482Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft_cpu 2022-09-27T15:58:56.8047922Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfftn_cpu 2022-09-27T15:58:56.8056663Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfftn_cpu 2022-09-27T15:58:56.8085048Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft2_cpu 2022-09-27T15:58:56.8093345Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft2_cpu 2022-09-27T15:58:56.8123708Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft_cpu 2022-09-27T15:58:56.8133070Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft_cpu 2022-09-27T15:58:56.8159054Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftn_cpu 2022-09-27T15:58:56.8172023Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftn_cpu 2022-09-27T15:58:56.8202479Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftshift_cpu 2022-09-27T15:58:56.8211223Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftshift_cpu 2022-09-27T15:58:56.8238961Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft2_cpu 2022-09-27T15:58:56.8250000Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft2_cpu 2022-09-27T15:58:56.8279140Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft_cpu 2022-09-27T15:58:56.8287149Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft_cpu 2022-09-27T15:58:56.8315458Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfftn_cpu 2022-09-27T15:58:56.8323217Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfftn_cpu 2022-09-27T15:58:56.8352283Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft2_cpu 2022-09-27T15:58:56.8363188Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft2_cpu 2022-09-27T15:58:56.8390698Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft_cpu 2022-09-27T15:58:56.8402557Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft_cpu 2022-09-27T15:58:56.8430891Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfftn_cpu 2022-09-27T15:58:56.8443347Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfftn_cpu 2022-09-27T15:58:56.8473287Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft2_cpu 2022-09-27T15:58:56.8481359Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft2_cpu 2022-09-27T15:58:56.8509221Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft_cpu 2022-09-27T15:58:56.8518531Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft_cpu 2022-09-27T15:58:56.8544856Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfftn_cpu 2022-09-27T15:58:56.8554812Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfftn_cpu 2022-09-27T15:58:56.8583655Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fill_cpu 2022-09-27T15:58:56.8591008Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fill_cpu 2022-09-27T15:58:56.8619433Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flatten_cpu 2022-09-27T15:58:56.8631694Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flatten_cpu 2022-09-27T15:58:56.8658948Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flip_cpu 2022-09-27T15:58:56.8670496Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flip_cpu 2022-09-27T15:58:56.8698513Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fliplr_cpu 2022-09-27T15:58:56.8710029Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fliplr_cpu 2022-09-27T15:58:56.8738628Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flipud_cpu 2022-09-27T15:58:56.8749390Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flipud_cpu 2022-09-27T15:58:56.8777344Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_float_power_cpu 2022-09-27T15:58:56.8787400Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_float_power_cpu 2022-09-27T15:58:56.8815033Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_cpu 2022-09-27T15:58:56.8825063Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_cpu 2022-09-27T15:58:56.8850707Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_divide_cpu 2022-09-27T15:58:56.8860780Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_divide_cpu 2022-09-27T15:58:56.8889468Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmax_cpu 2022-09-27T15:58:56.8899374Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmax_cpu 2022-09-27T15:58:56.8926912Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmin_cpu 2022-09-27T15:58:56.8937336Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmin_cpu 2022-09-27T15:58:56.8965375Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmod_cpu 2022-09-27T15:58:56.8975760Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmod_cpu 2022-09-27T15:58:56.9002093Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_frac_cpu 2022-09-27T15:58:56.9012305Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_frac_cpu 2022-09-27T15:58:56.9042956Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_cpu 2022-09-27T15:58:56.9053547Z [gw3] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_cpu 2022-09-27T15:58:56.9082148Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_like_cpu 2022-09-27T15:58:56.9092884Z [gw3] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_like_cpu 2022-09-27T15:58:56.9119428Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gcd_cpu 2022-09-27T15:58:56.9129672Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gcd_cpu 2022-09-27T15:58:56.9156976Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ge_cpu 2022-09-27T15:58:56.9167668Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ge_cpu 2022-09-27T15:58:56.9194656Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gt_cpu 2022-09-27T15:58:56.9204993Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gt_cpu 2022-09-27T15:58:56.9231635Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_heaviside_cpu 2022-09-27T15:58:56.9241302Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_heaviside_cpu 2022-09-27T15:58:56.9280186Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hsplit_cpu 2022-09-27T15:58:56.9290084Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hsplit_cpu 2022-09-27T15:58:56.9316927Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hstack_cpu 2022-09-27T15:58:56.9327208Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hstack_cpu 2022-09-27T15:58:56.9353624Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hypot_cpu 2022-09-27T15:58:56.9364175Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hypot_cpu 2022-09-27T15:58:56.9392595Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_i0_cpu 2022-09-27T15:58:56.9403165Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_i0_cpu 2022-09-27T15:58:56.9433086Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igamma_cpu 2022-09-27T15:58:56.9442768Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igamma_cpu 2022-09-27T15:58:56.9468685Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igammac_cpu 2022-09-27T15:58:56.9479806Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igammac_cpu 2022-09-27T15:58:56.9510161Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_imag_cpu 2022-09-27T15:58:56.9520915Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_imag_cpu 2022-09-27T15:58:56.9554785Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add__cpu 2022-09-27T15:58:56.9565632Z [gw3] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add__cpu 2022-09-27T15:58:56.9594232Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add_cpu 2022-09-27T15:58:56.9604007Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add_cpu 2022-09-27T15:58:56.9634517Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy__cpu 2022-09-27T15:58:56.9645337Z [gw3] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy__cpu 2022-09-27T15:58:56.9671758Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy_cpu 2022-09-27T15:58:56.9681502Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy_cpu 2022-09-27T15:58:56.9710650Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill__cpu 2022-09-27T15:58:56.9721242Z [gw3] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill__cpu 2022-09-27T15:58:56.9747269Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill_cpu 2022-09-27T15:58:56.9757343Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill_cpu 2022-09-27T15:58:56.9783032Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_select_cpu 2022-09-27T15:58:56.9793649Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_select_cpu 2022-09-27T15:58:56.9821227Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isclose_cpu 2022-09-27T15:58:56.9831028Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isclose_cpu 2022-09-27T15:58:56.9856461Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isfinite_cpu 2022-09-27T15:58:56.9866328Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isfinite_cpu 2022-09-27T15:58:56.9894094Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isinf_cpu 2022-09-27T15:58:56.9904054Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isinf_cpu 2022-09-27T15:58:56.9931423Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isnan_cpu 2022-09-27T15:58:56.9941614Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isnan_cpu 2022-09-27T15:58:56.9970503Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isreal_cpu 2022-09-27T15:58:56.9980782Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isreal_cpu 2022-09-27T15:58:57.0009335Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_item_cpu 2022-09-27T15:58:57.0019910Z [gw3] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_item_cpu 2022-09-27T15:58:57.0049079Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lcm_cpu 2022-09-27T15:58:57.0060089Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lcm_cpu 2022-09-27T15:58:57.0089743Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_le_cpu 2022-09-27T15:58:57.0101352Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_le_cpu 2022-09-27T15:58:57.0129467Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lgamma_cpu 2022-09-27T15:58:57.0139563Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lgamma_cpu 2022-09-27T15:58:57.0167662Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_linspace_cpu 2022-09-27T15:58:57.0178372Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_linspace_cpu 2022-09-27T15:58:57.0205002Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log10_cpu 2022-09-27T15:58:57.0214875Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log10_cpu 2022-09-27T15:58:57.0240973Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log1p_cpu 2022-09-27T15:58:57.0250892Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log1p_cpu 2022-09-27T15:58:57.0278332Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log2_cpu 2022-09-27T15:58:57.0288187Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log2_cpu 2022-09-27T15:58:57.0315944Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log_cpu 2022-09-27T15:58:57.0325825Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log_cpu 2022-09-27T15:58:57.0351846Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_and_cpu 2022-09-27T15:58:57.0361822Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_and_cpu 2022-09-27T15:58:57.0389581Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_not_cpu 2022-09-27T15:58:57.0399900Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_not_cpu 2022-09-27T15:58:57.0427930Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_or_cpu 2022-09-27T15:58:57.0437650Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_or_cpu 2022-09-27T15:58:57.0463965Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_xor_cpu 2022-09-27T15:58:57.0473783Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_xor_cpu 2022-09-27T15:58:57.0501244Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logspace_cpu 2022-09-27T15:58:57.0512430Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logspace_cpu 2022-09-27T15:58:57.0541398Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lt_cpu 2022-09-27T15:58:57.0551995Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lt_cpu 2022-09-27T15:58:57.0578680Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_masked_fill_cpu 2022-09-27T15:58:57.0589720Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_masked_fill_cpu 2022-09-27T15:58:57.0618763Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_maximum_cpu 2022-09-27T15:58:57.0626392Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_maximum_cpu 2022-09-27T15:58:57.0652296Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mean_cpu 2022-09-27T15:58:57.0662771Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mean_cpu 2022-09-27T15:58:57.0690688Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_meshgrid_cpu 2022-09-27T15:58:57.0700866Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_meshgrid_cpu 2022-09-27T15:58:57.0729278Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_minimum_cpu 2022-09-27T15:58:57.0737249Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_minimum_cpu 2022-09-27T15:58:57.0762440Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_movedim_cpu 2022-09-27T15:58:57.0772820Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_movedim_cpu 2022-09-27T15:58:57.0799034Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mul_cpu 2022-09-27T15:58:57.0809323Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mul_cpu 2022-09-27T15:58:57.0837465Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nan_to_num_cpu 2022-09-27T15:58:57.0848920Z [gw3] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nan_to_num_cpu 2022-09-27T15:58:57.0875050Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_narrow_cpu 2022-09-27T15:58:57.0884815Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_narrow_cpu 2022-09-27T15:58:57.0911198Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_native_layer_norm_cpu 2022-09-27T15:58:57.0921219Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_native_layer_norm_cpu 2022-09-27T15:58:57.0947445Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ne_cpu 2022-09-27T15:58:57.0957097Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ne_cpu 2022-09-27T15:58:57.0984859Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_neg_cpu 2022-09-27T15:58:57.0995944Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_neg_cpu 2022-09-27T15:58:57.1026530Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nextafter_cpu 2022-09-27T15:58:57.1036441Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nextafter_cpu 2022-09-27T15:58:57.1063487Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_celu_cpu 2022-09-27T15:58:57.1073152Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_celu_cpu 2022-09-27T15:58:57.1101483Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_dropout_cpu 2022-09-27T15:58:57.1111546Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_dropout_cpu 2022-09-27T15:58:57.1138235Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_elu_cpu 2022-09-27T15:58:57.1148147Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_elu_cpu 2022-09-27T15:58:57.1177307Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_glu_cpu 2022-09-27T15:58:57.1187404Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_glu_cpu 2022-09-27T15:58:57.1215562Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardshrink_cpu 2022-09-27T15:58:57.1227104Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardshrink_cpu 2022-09-27T15:58:57.1255742Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardtanh_cpu 2022-09-27T15:58:57.1266195Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardtanh_cpu 2022-09-27T15:58:57.1293152Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:58:57.1314497Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:58:57.1341504Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_l1_loss_cpu 2022-09-27T15:58:57.1352251Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_l1_loss_cpu 2022-09-27T15:58:57.1379155Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:58:57.1390847Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:58:57.1422096Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mish_cpu 2022-09-27T15:58:57.1431520Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mish_cpu 2022-09-27T15:58:57.1460556Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mse_loss_cpu 2022-09-27T15:58:57.1470287Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mse_loss_cpu 2022-09-27T15:58:57.1499488Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:58:57.1509769Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:58:57.1516542Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pdist_cpu 2022-09-27T15:58:57.1526561Z [gw0] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_qr_cpu_float32 2022-09-27T15:58:57.1541117Z test_ops.py::TestCompositeComplianceCPU::test_backward_quantile_cpu_float32 2022-09-27T15:58:57.1550860Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pdist_cpu 2022-09-27T15:58:57.1583349Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:58:57.1596718Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:58:57.1627840Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_prelu_cpu 2022-09-27T15:58:57.1639774Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_prelu_cpu 2022-09-27T15:58:57.1676097Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu6_cpu 2022-09-27T15:58:57.1685036Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu6_cpu 2022-09-27T15:58:57.1719451Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu_cpu 2022-09-27T15:58:57.1727889Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu_cpu 2022-09-27T15:58:57.1754400Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_selu_cpu 2022-09-27T15:58:57.1766152Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_selu_cpu 2022-09-27T15:58:57.1795918Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softplus_cpu 2022-09-27T15:58:57.1808012Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softplus_cpu 2022-09-27T15:58:57.1838476Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softshrink_cpu 2022-09-27T15:58:57.1849554Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softshrink_cpu 2022-09-27T15:58:57.1879356Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:58:57.1890879Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:58:57.1921620Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_threshold_cpu 2022-09-27T15:58:57.1933725Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_threshold_cpu 2022-09-27T15:58:57.1966356Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_cpu 2022-09-27T15:58:57.1979242Z [gw3] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_cpu 2022-09-27T15:58:57.2013656Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_like_cpu 2022-09-27T15:58:57.2026737Z [gw3] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_like_cpu 2022-09-27T15:58:57.2056660Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_permute_cpu 2022-09-27T15:58:57.2067810Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_permute_cpu 2022-09-27T15:58:57.2094190Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_positive_cpu 2022-09-27T15:58:57.2105640Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_positive_cpu 2022-09-27T15:58:57.2133633Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_pow_cpu 2022-09-27T15:58:57.2144565Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_pow_cpu 2022-09-27T15:58:57.2170751Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_prod_cpu 2022-09-27T15:58:57.2180980Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_prod_cpu 2022-09-27T15:58:57.2208096Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_randn_cpu 2022-09-27T15:58:57.2221360Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_randn_cpu 2022-09-27T15:58:57.2247074Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ravel_cpu 2022-09-27T15:58:57.2259829Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ravel_cpu 2022-09-27T15:58:57.2287465Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_real_cpu 2022-09-27T15:58:57.2297562Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_real_cpu 2022-09-27T15:58:57.2323727Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reciprocal_cpu 2022-09-27T15:58:57.2335341Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reciprocal_cpu 2022-09-27T15:58:57.2356183Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_remainder_cpu 2022-09-27T15:58:57.2365828Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_remainder_cpu 2022-09-27T15:58:57.2385299Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_repeat_cpu 2022-09-27T15:58:57.2393956Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_repeat_cpu 2022-09-27T15:58:57.2416576Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reshape_cpu 2022-09-27T15:58:57.2426515Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reshape_cpu 2022-09-27T15:58:57.2455646Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rfloordiv_cpu 2022-09-27T15:58:57.2468160Z [gw3] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rfloordiv_cpu 2022-09-27T15:58:57.2492139Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_roll_cpu 2022-09-27T15:58:57.2503556Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_roll_cpu 2022-09-27T15:58:57.2529026Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rot90_cpu 2022-09-27T15:58:57.2539535Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rot90_cpu 2022-09-27T15:58:57.2565823Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_round_cpu 2022-09-27T15:58:57.2577971Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_round_cpu 2022-09-27T15:58:57.2606016Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rpow_cpu 2022-09-27T15:58:57.2616043Z [gw3] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rpow_cpu 2022-09-27T15:58:57.2638406Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsqrt_cpu 2022-09-27T15:58:57.2648002Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsqrt_cpu 2022-09-27T15:58:57.2668534Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsub_cpu 2022-09-27T15:58:57.2680449Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsub_cpu 2022-09-27T15:58:57.2707216Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rtruediv_cpu 2022-09-27T15:58:57.2714392Z [gw3] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rtruediv_cpu 2022-09-27T15:58:57.2744214Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_scalar_tensor_cpu 2022-09-27T15:58:57.2753150Z [gw3] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_scalar_tensor_cpu 2022-09-27T15:58:57.2780984Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sgn_cpu 2022-09-27T15:58:57.2790350Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sgn_cpu 2022-09-27T15:58:57.2812688Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sigmoid_cpu 2022-09-27T15:58:57.2822612Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sigmoid_cpu 2022-09-27T15:58:57.2846520Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sign_cpu 2022-09-27T15:58:57.2855856Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sign_cpu 2022-09-27T15:58:57.2879991Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_signbit_cpu 2022-09-27T15:58:57.2887058Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_signbit_cpu 2022-09-27T15:58:57.2911522Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sin_cpu 2022-09-27T15:58:57.2919003Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sin_cpu 2022-09-27T15:58:57.2940162Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinc_cpu 2022-09-27T15:58:57.2950427Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinc_cpu 2022-09-27T15:58:57.2971310Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinh_cpu 2022-09-27T15:58:57.2980335Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinh_cpu 2022-09-27T15:58:57.3007187Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i0e_cpu 2022-09-27T15:58:57.3017107Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i0e_cpu 2022-09-27T15:58:57.3040979Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1_cpu 2022-09-27T15:58:57.3048106Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1_cpu 2022-09-27T15:58:57.3069611Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1e_cpu 2022-09-27T15:58:57.3078968Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1e_cpu 2022-09-27T15:58:57.3097848Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_logit_cpu 2022-09-27T15:58:57.3109229Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_logit_cpu 2022-09-27T15:58:57.3130161Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_multigammaln_cpu 2022-09-27T15:58:57.3138511Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_multigammaln_cpu 2022-09-27T15:58:57.3163785Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_zeta_cpu 2022-09-27T15:58:57.3174314Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_zeta_cpu 2022-09-27T15:58:57.3197546Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sqrt_cpu 2022-09-27T15:58:57.3205182Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sqrt_cpu 2022-09-27T15:58:57.3229644Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_square_cpu 2022-09-27T15:58:57.3239405Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_square_cpu 2022-09-27T15:58:57.3263182Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_squeeze_cpu 2022-09-27T15:58:57.3270302Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_squeeze_cpu 2022-09-27T15:58:57.3291286Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_stack_cpu 2022-09-27T15:58:57.3300744Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_stack_cpu 2022-09-27T15:58:57.3322002Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_std_mean_cpu 2022-09-27T15:58:57.3332903Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_std_mean_cpu 2022-09-27T15:58:57.3354335Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sub_cpu 2022-09-27T15:58:57.3364949Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sub_cpu 2022-09-27T15:58:57.3384287Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_cpu 2022-09-27T15:58:57.3394372Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_cpu 2022-09-27T15:58:57.3414703Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_to_size_cpu 2022-09-27T15:58:57.3427503Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_to_size_cpu 2022-09-27T15:58:57.3456217Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_swap_axes_cpu 2022-09-27T15:58:57.3466720Z [gw3] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_swap_axes_cpu 2022-09-27T15:58:57.3489249Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_t_cpu 2022-09-27T15:58:57.3497162Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_t_cpu 2022-09-27T15:58:57.3522683Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tan_cpu 2022-09-27T15:58:57.3534286Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tan_cpu 2022-09-27T15:58:57.3559254Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tanh_cpu 2022-09-27T15:58:57.3569106Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tanh_cpu 2022-09-27T15:58:57.3597091Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tensor_split_cpu 2022-09-27T15:58:57.3604548Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tensor_split_cpu 2022-09-27T15:58:57.3635393Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_to_cpu 2022-09-27T15:58:57.3642982Z [gw3] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_to_cpu 2022-09-27T15:58:57.3669976Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trace_cpu 2022-09-27T15:58:57.3682047Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trace_cpu 2022-09-27T15:58:57.3711994Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_transpose_cpu 2022-09-27T15:58:57.3723076Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_transpose_cpu 2022-09-27T15:58:57.3746496Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_cpu 2022-09-27T15:58:57.3753219Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_cpu 2022-09-27T15:58:57.3776940Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_indices_cpu 2022-09-27T15:58:57.3783652Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_indices_cpu 2022-09-27T15:58:57.3805511Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_cpu 2022-09-27T15:58:57.3816004Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_cpu 2022-09-27T15:58:57.3840238Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_indices_cpu 2022-09-27T15:58:57.3849036Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_indices_cpu 2022-09-27T15:58:57.3868614Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_true_divide_cpu 2022-09-27T15:58:57.3877910Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_true_divide_cpu 2022-09-27T15:58:57.3904154Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_cpu 2022-09-27T15:58:57.3911088Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_cpu 2022-09-27T15:58:57.3935504Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_divide_cpu 2022-09-27T15:58:57.3946621Z [gw3] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_divide_cpu 2022-09-27T15:58:57.3967295Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unbind_cpu 2022-09-27T15:58:57.3989248Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unbind_cpu 2022-09-27T15:58:57.4002672Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unflatten_cpu 2022-09-27T15:58:57.4015467Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unflatten_cpu 2022-09-27T15:58:57.4045877Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unfold_copy_cpu 2022-09-27T15:58:57.4055774Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unfold_copy_cpu 2022-09-27T15:58:57.4079303Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_uniform_cpu 2022-09-27T15:58:57.4087534Z [gw3] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_uniform_cpu 2022-09-27T15:58:57.4105979Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unsqueeze_cpu 2022-09-27T15:58:57.4114901Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unsqueeze_cpu 2022-09-27T15:58:57.4133924Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_cpu 2022-09-27T15:58:57.4142756Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_cpu 2022-09-27T15:58:57.4161644Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_mean_cpu 2022-09-27T15:58:57.4170494Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_mean_cpu 2022-09-27T15:58:57.4189300Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_view_cpu 2022-09-27T15:58:57.4198053Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_view_cpu 2022-09-27T15:58:57.4217188Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vsplit_cpu 2022-09-27T15:58:57.4225914Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vsplit_cpu 2022-09-27T15:58:57.4244884Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vstack_cpu 2022-09-27T15:58:57.4254071Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vstack_cpu 2022-09-27T15:58:57.4277005Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_where_cpu 2022-09-27T15:58:57.4283831Z [gw3] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_where_cpu 2022-09-27T15:58:57.4309535Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_cpu 2022-09-27T15:58:57.4316479Z [gw3] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_cpu 2022-09-27T15:58:57.4407687Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_like_cpu 2022-09-27T15:58:57.4417707Z [gw3] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_like_cpu 2022-09-27T15:58:57.4464536Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_H_cpu_float32 2022-09-27T15:58:57.4477107Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_H_cpu_float32 2022-09-27T15:58:57.4520353Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_T_cpu_float32 2022-09-27T15:58:57.4532520Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_T_cpu_float32 2022-09-27T15:58:57.4831172Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___getitem___cpu_float32 2022-09-27T15:58:57.4842155Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___getitem___cpu_float32 2022-09-27T15:58:57.4964743Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___radd___cpu_float32 2022-09-27T15:58:57.4976723Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___radd___cpu_float32 2022-09-27T15:58:57.5088743Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rand___cpu_int64 2022-09-27T15:58:57.5096833Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rand___cpu_int64 2022-09-27T15:58:57.5110600Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rdiv___cpu_float32 2022-09-27T15:58:57.5122001Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool2d_cpu_float64 2022-09-27T15:58:57.5267493Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool3d_cpu_float64 2022-09-27T15:58:57.5277768Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rdiv___cpu_float32 2022-09-27T15:58:57.5590443Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmatmul___cpu_float32 2022-09-27T15:58:57.5598154Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmatmul___cpu_float32 2022-09-27T15:58:57.5745361Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmod___cpu_float32 2022-09-27T15:58:57.5755367Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmod___cpu_float32 2022-09-27T15:58:57.5893740Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmul___cpu_float32 2022-09-27T15:58:57.5904304Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmul___cpu_float32 2022-09-27T15:58:57.6038876Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___ror___cpu_int64 2022-09-27T15:58:57.6050182Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___ror___cpu_int64 2022-09-27T15:58:57.6303428Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rpow___cpu_float32 2022-09-27T15:58:57.6331092Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rpow___cpu_float32 2022-09-27T15:58:57.6476932Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rsub___cpu_float32 2022-09-27T15:58:57.6487186Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rsub___cpu_float32 2022-09-27T15:58:57.6620705Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rxor___cpu_int64 2022-09-27T15:58:57.6632309Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rxor___cpu_int64 2022-09-27T15:58:57.8828142Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_amax_cpu_float32 2022-09-27T15:58:57.8839729Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_amax_cpu_float32 2022-09-27T15:58:58.0685560Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_amin_cpu_float32 2022-09-27T15:58:58.0698461Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_amin_cpu_float32 2022-09-27T15:58:58.1146738Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_argmax_cpu_float32 2022-09-27T15:58:58.1158872Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool3d_cpu_float64 2022-09-27T15:58:58.2249190Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_cpu_float64 2022-09-27T15:58:58.2261371Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_argmax_cpu_float32 2022-09-27T15:58:58.2835068Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_argmin_cpu_float32 2022-09-27T15:58:58.2847957Z [gw0] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_quantile_cpu_float32 2022-09-27T15:58:58.2966734Z test_ops.py::TestCompositeComplianceCPU::test_backward_rad2deg_cpu_float32 2022-09-27T15:58:58.2978647Z [gw0] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_rad2deg_cpu_float32 2022-09-27T15:58:58.3106169Z test_ops.py::TestCompositeComplianceCPU::test_backward_ravel_cpu_float32 2022-09-27T15:58:58.3117340Z [gw0] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_ravel_cpu_float32 2022-09-27T15:58:58.3211310Z test_ops.py::TestCompositeComplianceCPU::test_backward_real_cpu_float32 2022-09-27T15:58:58.3222884Z [gw0] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_real_cpu_float32 2022-09-27T15:58:58.3372229Z test_ops.py::TestCompositeComplianceCPU::test_backward_reciprocal_cpu_float32 2022-09-27T15:58:58.3383353Z [gw0] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_reciprocal_cpu_float32 2022-09-27T15:58:58.3859660Z test_ops.py::TestCompositeComplianceCPU::test_backward_remainder_cpu_float32 2022-09-27T15:58:58.3870894Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_argmin_cpu_float32 2022-09-27T15:58:58.3880570Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_cumprod_cpu_float32 2022-09-27T15:58:58.3892746Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_cpu_float64 2022-09-27T15:58:58.4212662Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:58:58.4223719Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_cumprod_cpu_float32 2022-09-27T15:58:58.4447904Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_cumsum_cpu_float32 2022-09-27T15:58:58.4459300Z [gw0] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_remainder_cpu_float32 2022-09-27T15:58:58.4572975Z test_ops.py::TestCompositeComplianceCPU::test_backward_renorm_cpu_float32 2022-09-27T15:58:58.4585346Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_cumsum_cpu_float32 2022-09-27T15:58:58.4928783Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_log_softmax_cpu_float32 2022-09-27T15:58:58.4941225Z [gw0] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_renorm_cpu_float32 2022-09-27T15:58:58.5002262Z test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_cpu_float32 2022-09-27T15:58:58.5013055Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_log_softmax_cpu_float32 2022-09-27T15:58:58.5101214Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_logaddexp_cpu_float32 2022-09-27T15:58:58.5113408Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:58:58.5473320Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:58:58.5485337Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_logaddexp_cpu_float32 2022-09-27T15:58:58.5613441Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_logsumexp_cpu_float32 2022-09-27T15:58:58.5625667Z [gw0] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_cpu_float32 2022-09-27T15:58:58.5851432Z test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_interleave_cpu_float32 2022-09-27T15:58:58.5862839Z [gw0] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_interleave_cpu_float32 2022-09-27T15:58:58.6139610Z test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_as_cpu_float32 2022-09-27T15:58:58.6152491Z [gw0] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_as_cpu_float32 2022-09-27T15:58:58.6388185Z test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_cpu_float32 2022-09-27T15:58:58.6400517Z [gw0] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_cpu_float32 2022-09-27T15:58:58.6476282Z test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_conj_cpu_float32 2022-09-27T15:58:58.6487815Z [gw0] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_conj_cpu_float32 2022-09-27T15:58:58.6557324Z test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_neg_cpu_float32 2022-09-27T15:58:58.6569874Z [gw0] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_neg_cpu_float32 2022-09-27T15:58:58.7096340Z test_ops.py::TestCompositeComplianceCPU::test_backward_roll_cpu_float32 2022-09-27T15:58:58.7108421Z [gw0] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_roll_cpu_float32 2022-09-27T15:58:58.8014314Z test_ops.py::TestCompositeComplianceCPU::test_backward_rot90_cpu_float32 2022-09-27T15:58:58.8026647Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_logsumexp_cpu_float32 2022-09-27T15:58:58.8117210Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_mean_cpu_float32 2022-09-27T15:58:58.8129655Z [gw0] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_rot90_cpu_float32 2022-09-27T15:58:58.8197469Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_cpu_float32 2022-09-27T15:58:58.8208693Z [gw0] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_round_cpu_float32 2022-09-27T15:58:58.8329773Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_0_cpu_float32 2022-09-27T15:58:58.8341130Z [gw0] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_0_cpu_float32 2022-09-27T15:58:58.8452788Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_3_cpu_float32 2022-09-27T15:58:58.8464187Z [gw0] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_3_cpu_float32 2022-09-27T15:58:58.8583961Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_neg_3_cpu_float32 2022-09-27T15:58:58.8595480Z [gw0] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_neg_3_cpu_float32 2022-09-27T15:58:58.8748850Z test_ops.py::TestCompositeComplianceCPU::test_backward_rsqrt_cpu_float32 2022-09-27T15:58:58.8760368Z [gw0] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_rsqrt_cpu_float32 2022-09-27T15:58:58.9649971Z test_ops.py::TestCompositeComplianceCPU::test_backward_rsub_cpu_float32 2022-09-27T15:58:58.9661525Z [gw0] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_rsub_cpu_float32 2022-09-27T15:58:59.0213609Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_add_cpu_float32 2022-09-27T15:58:59.0225066Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:58:59.0766235Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:58:59.0777585Z [gw0] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_add_cpu_float32 2022-09-27T15:58:59.1828944Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_cpu_float32 2022-09-27T15:58:59.1840917Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:58:59.1978050Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_cpu_float64 2022-09-27T15:58:59.1989054Z [gw0] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_cpu_float32 2022-09-27T15:58:59.2298326Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amax_cpu_float32 2022-09-27T15:58:59.2310078Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_mean_cpu_float32 2022-09-27T15:58:59.2713809Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_median_cpu_float32 2022-09-27T15:58:59.2725392Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_median_cpu_float32 2022-09-27T15:58:59.3523514Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_norm_cpu_float32 2022-09-27T15:58:59.3535085Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_cpu_float64 2022-09-27T15:58:59.4360860Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:58:59.4372723Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:58:59.4425065Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mish_cpu_float64 2022-09-27T15:58:59.4434764Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mish_cpu_float64 2022-09-27T15:58:59.4538116Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mse_loss_cpu_float64 2022-09-27T15:58:59.4550918Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mse_loss_cpu_float64 2022-09-27T15:58:59.4628590Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T15:58:59.4637988Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T15:58:59.4690142Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:58:59.4697957Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:58:59.4774982Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:58:59.4783130Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:58:59.5266751Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_nll_loss_cpu_float64 2022-09-27T15:58:59.5276484Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_nll_loss_cpu_float64 2022-09-27T15:58:59.5393748Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_normalize_cpu_float64 2022-09-27T15:58:59.5400591Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_normalize_cpu_float64 2022-09-27T15:58:59.5520166Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_circular_cpu_float64 2022-09-27T15:58:59.5528089Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_circular_cpu_float64 2022-09-27T15:58:59.5941030Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_constant_cpu_float64 2022-09-27T15:58:59.5948973Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_constant_cpu_float64 2022-09-27T15:58:59.6066118Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:58:59.6074328Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:58:59.6199835Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:58:59.6211539Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:58:59.6314783Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:58:59.6325239Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:58:59.6411182Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pdist_cpu_float64 2022-09-27T15:58:59.6420841Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pdist_cpu_float64 2022-09-27T15:58:59.6457467Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:58:59.6467406Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:58:59.6503669Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T15:58:59.6513437Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T15:58:59.7426153Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:58:59.7433213Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:58:59.7644648Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_prelu_cpu_float64 2022-09-27T15:58:59.7654484Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_prelu_cpu_float64 2022-09-27T15:58:59.7711349Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu6_cpu_float64 2022-09-27T15:58:59.7720414Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu6_cpu_float64 2022-09-27T15:58:59.7787565Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu_cpu_float64 2022-09-27T15:58:59.7796657Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu_cpu_float64 2022-09-27T15:58:59.7943571Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_rrelu_cpu_float64 2022-09-27T15:58:59.7951452Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_rrelu_cpu_float64 2022-09-27T15:58:59.8013634Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_selu_cpu_float64 2022-09-27T15:58:59.8023534Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_selu_cpu_float64 2022-09-27T15:58:59.8085052Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_silu_cpu_float64 2022-09-27T15:58:59.8093122Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_silu_cpu_float64 2022-09-27T15:58:59.8212551Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:58:59.8222345Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:58:59.8328646Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:58:59.8341850Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:58:59.8429280Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_cpu_float64 2022-09-27T15:58:59.8439059Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_cpu_float64 2022-09-27T15:58:59.8525788Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:58:59.8536537Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:58:59.8587030Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softplus_cpu_float64 2022-09-27T15:58:59.8599388Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softplus_cpu_float64 2022-09-27T15:58:59.8669289Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softshrink_cpu_float64 2022-09-27T15:58:59.8676337Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softshrink_cpu_float64 2022-09-27T15:58:59.8727511Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softsign_cpu_float64 2022-09-27T15:58:59.8734713Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softsign_cpu_float64 2022-09-27T15:58:59.8789083Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:58:59.8796817Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:58:59.8879795Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_threshold_cpu_float64 2022-09-27T15:58:59.8890470Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_threshold_cpu_float64 2022-09-27T15:58:59.9073755Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:58:59.9083867Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:58:59.9218446Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T15:58:59.9225607Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T15:59:00.0636619Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_unfold_cpu_float64 2022-09-27T15:59:00.0648386Z [gw0] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amax_cpu_float32 2022-09-27T15:59:00.2057950Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amin_cpu_float32 2022-09-27T15:59:00.2069815Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_unfold_cpu_float64 2022-09-27T15:59:00.2162708Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:59:00.2177343Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:59:00.2379805Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_nearest_cpu_float64 2022-09-27T15:59:00.2394100Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_nearest_cpu_float64 2022-09-27T15:59:00.2497648Z test_ops.py::TestMathBitsCPU::test_neg_view_nonzero_cpu_float64 2022-09-27T15:59:00.2508719Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nonzero_cpu_float64 2022-09-27T15:59:00.2725875Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_cpu_float64 2022-09-27T15:59:00.2738687Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_norm_cpu_float32 2022-09-27T15:59:00.3121945Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_normalize_cpu_float32 2022-09-27T15:59:00.3154519Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_norm_cpu_float64 2022-09-27T15:59:00.3204130Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_fro_cpu_float64 2022-09-27T15:59:00.3271613Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_norm_fro_cpu_float64 2022-09-27T15:59:00.3311141Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_inf_cpu_float64 2022-09-27T15:59:00.3319372Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_norm_inf_cpu_float64 2022-09-27T15:59:00.3387558Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_nuc_cpu_float64 2022-09-27T15:59:00.3398645Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_norm_nuc_cpu_float64 2022-09-27T15:59:00.3523343Z test_ops.py::TestMathBitsCPU::test_neg_view_normal_cpu_float64 2022-09-27T15:59:00.3533966Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_normalize_cpu_float32 2022-09-27T15:59:00.3604224Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_prod_cpu_float32 2022-09-27T15:59:00.3617071Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_normal_cpu_float64 2022-09-27T15:59:00.3681373Z test_ops.py::TestMathBitsCPU::test_neg_view_normal_number_mean_cpu_float64 2022-09-27T15:59:00.3693400Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_normal_number_mean_cpu_float64 2022-09-27T15:59:00.3742235Z test_ops.py::TestMathBitsCPU::test_neg_view_ones_cpu_float64 2022-09-27T15:59:00.3751195Z [gw2] [ 88%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_ones_cpu_float64 2022-09-27T15:59:00.3805044Z test_ops.py::TestMathBitsCPU::test_neg_view_ones_like_cpu_float64 2022-09-27T15:59:00.3816591Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ones_like_cpu_float64 2022-09-27T15:59:00.3991047Z test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:59:00.4000868Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:59:00.4516609Z test_ops.py::TestMathBitsCPU::test_neg_view_ormqr_cpu_float64 2022-09-27T15:59:00.4530368Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ormqr_cpu_float64 2022-09-27T15:59:00.4573343Z test_ops.py::TestMathBitsCPU::test_neg_view_outer_cpu_float64 2022-09-27T15:59:00.4584145Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_outer_cpu_float64 2022-09-27T15:59:00.5399048Z test_ops.py::TestMathBitsCPU::test_neg_view_pca_lowrank_cpu_float64 2022-09-27T15:59:00.5410492Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_prod_cpu_float32 2022-09-27T15:59:00.5805002Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_softmax_cpu_float32 2022-09-27T15:59:00.5816923Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_softmax_cpu_float32 2022-09-27T15:59:00.6249405Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_softmin_cpu_float32 2022-09-27T15:59:00.6262015Z [gw3] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_softmin_cpu_float32 2022-09-27T15:59:00.8919985Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_std_cpu_float32 2022-09-27T15:59:00.8933393Z [gw0] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amin_cpu_float32 2022-09-27T15:59:00.9667036Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_mean_cpu_float32 2022-09-27T15:59:00.9676830Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_pca_lowrank_cpu_float64 2022-09-27T15:59:00.9731014Z test_ops.py::TestMathBitsCPU::test_neg_view_permute_cpu_float64 2022-09-27T15:59:00.9740207Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_permute_cpu_float64 2022-09-27T15:59:00.9890769Z test_ops.py::TestMathBitsCPU::test_neg_view_pinverse_cpu_float64 2022-09-27T15:59:00.9900830Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_pinverse_cpu_float64 2022-09-27T15:59:01.0051611Z test_ops.py::TestMathBitsCPU::test_neg_view_polar_cpu_float64 2022-09-27T15:59:01.0061998Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polar_cpu_float64 2022-09-27T15:59:01.0203677Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_0_cpu_float64 2022-09-27T15:59:01.0215258Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_0_cpu_float64 2022-09-27T15:59:01.0344906Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_1_cpu_float64 2022-09-27T15:59:01.0352126Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_1_cpu_float64 2022-09-27T15:59:01.0473781Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_2_cpu_float64 2022-09-27T15:59:01.0481397Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_2_cpu_float64 2022-09-27T15:59:01.0608201Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_3_cpu_float64 2022-09-27T15:59:01.0617651Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_3_cpu_float64 2022-09-27T15:59:01.0737117Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_4_cpu_float64 2022-09-27T15:59:01.0746367Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_4_cpu_float64 2022-09-27T15:59:01.0789901Z test_ops.py::TestMathBitsCPU::test_neg_view_positive_cpu_float64 2022-09-27T15:59:01.0796780Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_positive_cpu_float64 2022-09-27T15:59:01.0965152Z test_ops.py::TestMathBitsCPU::test_neg_view_pow_cpu_float64 2022-09-27T15:59:01.0972282Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_pow_cpu_float64 2022-09-27T15:59:01.1338621Z test_ops.py::TestMathBitsCPU::test_neg_view_prod_cpu_float64 2022-09-27T15:59:01.1345763Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_prod_cpu_float64 2022-09-27T15:59:01.1562432Z test_ops.py::TestMathBitsCPU::test_neg_view_put_cpu_float64 2022-09-27T15:59:01.1571727Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_put_cpu_float64 2022-09-27T15:59:01.1781750Z test_ops.py::TestMathBitsCPU::test_neg_view_qr_cpu_float64 2022-09-27T15:59:01.1791081Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_qr_cpu_float64 2022-09-27T15:59:01.2666192Z test_ops.py::TestMathBitsCPU::test_neg_view_quantile_cpu_float64 2022-09-27T15:59:01.2675912Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_quantile_cpu_float64 2022-09-27T15:59:01.2736326Z test_ops.py::TestMathBitsCPU::test_neg_view_rad2deg_cpu_float64 2022-09-27T15:59:01.2745231Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_rad2deg_cpu_float64 2022-09-27T15:59:01.2883293Z test_ops.py::TestMathBitsCPU::test_neg_view_rand_like_cpu_float64 2022-09-27T15:59:01.2891001Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_rand_like_cpu_float64 2022-09-27T15:59:01.3134942Z test_ops.py::TestMathBitsCPU::test_neg_view_randint_like_cpu_float64 2022-09-27T15:59:01.3142794Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_randint_like_cpu_float64 2022-09-27T15:59:01.3188609Z test_ops.py::TestMathBitsCPU::test_neg_view_randn_cpu_float64 2022-09-27T15:59:01.3198130Z [gw2] [ 88%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_randn_cpu_float64 2022-09-27T15:59:01.3331729Z test_ops.py::TestMathBitsCPU::test_neg_view_randn_like_cpu_float64 2022-09-27T15:59:01.3341596Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_randn_like_cpu_float64 2022-09-27T15:59:01.3389663Z test_ops.py::TestMathBitsCPU::test_neg_view_ravel_cpu_float64 2022-09-27T15:59:01.3398848Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ravel_cpu_float64 2022-09-27T15:59:01.3440872Z test_ops.py::TestMathBitsCPU::test_neg_view_real_cpu_float64 2022-09-27T15:59:01.3451112Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_real_cpu_float64 2022-09-27T15:59:01.3508812Z test_ops.py::TestMathBitsCPU::test_neg_view_reciprocal_cpu_float64 2022-09-27T15:59:01.3518439Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_reciprocal_cpu_float64 2022-09-27T15:59:01.3653101Z test_ops.py::TestMathBitsCPU::test_neg_view_remainder_cpu_float64 2022-09-27T15:59:01.3660325Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_remainder_cpu_float64 2022-09-27T15:59:01.3750039Z test_ops.py::TestMathBitsCPU::test_neg_view_renorm_cpu_float64 2022-09-27T15:59:01.3757091Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_renorm_cpu_float64 2022-09-27T15:59:01.3962484Z test_ops.py::TestMathBitsCPU::test_neg_view_repeat_cpu_float64 2022-09-27T15:59:01.3975152Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_repeat_cpu_float64 2022-09-27T15:59:01.4042832Z test_ops.py::TestMathBitsCPU::test_neg_view_repeat_interleave_cpu_float64 2022-09-27T15:59:01.4052756Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_repeat_interleave_cpu_float64 2022-09-27T15:59:01.4123412Z test_ops.py::TestMathBitsCPU::test_neg_view_reshape_as_cpu_float64 2022-09-27T15:59:01.4130570Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_reshape_as_cpu_float64 2022-09-27T15:59:01.4226909Z test_ops.py::TestMathBitsCPU::test_neg_view_reshape_cpu_float64 2022-09-27T15:59:01.4237208Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_reshape_cpu_float64 2022-09-27T15:59:01.4268658Z test_ops.py::TestMathBitsCPU::test_neg_view_resize__cpu_float64 2022-09-27T15:59:01.4275985Z [gw2] [ 88%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_resize__cpu_float64 2022-09-27T15:59:01.4323462Z test_ops.py::TestMathBitsCPU::test_neg_view_resize_as__cpu_float64 2022-09-27T15:59:01.4330926Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_resize_as__cpu_float64 2022-09-27T15:59:01.4374390Z test_ops.py::TestMathBitsCPU::test_neg_view_resolve_conj_cpu_float64 2022-09-27T15:59:01.4385627Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_resolve_conj_cpu_float64 2022-09-27T15:59:01.4420618Z test_ops.py::TestMathBitsCPU::test_neg_view_resolve_neg_cpu_float64 2022-09-27T15:59:01.4430966Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_resolve_neg_cpu_float64 2022-09-27T15:59:01.4595509Z test_ops.py::TestMathBitsCPU::test_neg_view_roll_cpu_float64 2022-09-27T15:59:01.4602660Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_roll_cpu_float64 2022-09-27T15:59:01.4912392Z test_ops.py::TestMathBitsCPU::test_neg_view_rot90_cpu_float64 2022-09-27T15:59:01.4922028Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_rot90_cpu_float64 2022-09-27T15:59:01.4961507Z test_ops.py::TestMathBitsCPU::test_neg_view_round_cpu_float64 2022-09-27T15:59:01.4969590Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_round_cpu_float64 2022-09-27T15:59:01.5019669Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_0_cpu_float64 2022-09-27T15:59:01.5026996Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_0_cpu_float64 2022-09-27T15:59:01.5041341Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_3_cpu_float64 2022-09-27T15:59:01.5048681Z [gw2] [ 88%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_3_cpu_float64 2022-09-27T15:59:01.5062067Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_neg_3_cpu_float64 2022-09-27T15:59:01.5071260Z [gw2] [ 88%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_neg_3_cpu_float64 2022-09-27T15:59:01.5137470Z test_ops.py::TestMathBitsCPU::test_neg_view_rsqrt_cpu_float64 2022-09-27T15:59:01.5146978Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_rsqrt_cpu_float64 2022-09-27T15:59:01.5312676Z test_ops.py::TestMathBitsCPU::test_neg_view_rsub_cpu_float64 2022-09-27T15:59:01.5323109Z [gw2] [ 88%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_rsub_cpu_float64 2022-09-27T15:59:01.5429822Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_add_cpu_float64 2022-09-27T15:59:01.5438978Z [gw2] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_add_cpu_float64 2022-09-27T15:59:01.5553428Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_cpu_float64 2022-09-27T15:59:01.5562389Z [gw2] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_cpu_float64 2022-09-27T15:59:01.5863370Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amax_cpu_float64 2022-09-27T15:59:01.5871110Z [gw2] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amax_cpu_float64 2022-09-27T15:59:01.6082215Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amin_cpu_float64 2022-09-27T15:59:01.6091244Z [gw0] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_mean_cpu_float32 2022-09-27T15:59:01.6140673Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_prod_cpu_float32 2022-09-27T15:59:01.6149706Z [gw2] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amin_cpu_float64 2022-09-27T15:59:01.6176618Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_mean_cpu_float64 2022-09-27T15:59:01.6185051Z [gw0] [ 89%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_prod_cpu_float32 2022-09-27T15:59:01.6425691Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_sum_cpu_float32 2022-09-27T15:59:01.6434751Z [gw2] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_mean_cpu_float64 2022-09-27T15:59:01.6778158Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_prod_cpu_float64 2022-09-27T15:59:01.6789038Z [gw2] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_prod_cpu_float64 2022-09-27T15:59:01.7032880Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_sum_cpu_float64 2022-09-27T15:59:01.7042656Z [gw2] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_sum_cpu_float64 2022-09-27T15:59:01.7416358Z test_ops.py::TestMathBitsCPU::test_neg_view_searchsorted_cpu_float64 2022-09-27T15:59:01.7427710Z [gw2] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_searchsorted_cpu_float64 2022-09-27T15:59:01.8194765Z test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_lengths_cpu_float64 2022-09-27T15:59:01.8202252Z [gw2] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_lengths_cpu_float64 2022-09-27T15:59:01.8991390Z test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_offsets_cpu_float64 2022-09-27T15:59:01.8997367Z [gw2] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_offsets_cpu_float64 2022-09-27T15:59:01.9010354Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_std_cpu_float32 2022-09-27T15:59:01.9011803Z test_ops.py::TestMathBitsCPU::test_neg_view_select_cpu_float64 2022-09-27T15:59:01.9077836Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_sum_cpu_float32 2022-09-27T15:59:01.9088379Z [gw2] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_select_cpu_float64 2022-09-27T15:59:01.9176338Z test_ops.py::TestMathBitsCPU::test_neg_view_select_scatter_cpu_float64 2022-09-27T15:59:01.9187700Z [gw2] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_select_scatter_cpu_float64 2022-09-27T15:59:01.9230794Z test_ops.py::TestMathBitsCPU::test_neg_view_sgn_cpu_float64 2022-09-27T15:59:01.9240338Z [gw2] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sgn_cpu_float64 2022-09-27T15:59:01.9269494Z test_ops.py::TestMathBitsCPU::test_neg_view_short_cpu_float64 2022-09-27T15:59:01.9278467Z [gw2] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_short_cpu_float64 2022-09-27T15:59:01.9326194Z test_ops.py::TestMathBitsCPU::test_neg_view_sigmoid_cpu_float64 2022-09-27T15:59:01.9337105Z [gw2] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sigmoid_cpu_float64 2022-09-27T15:59:01.9378571Z test_ops.py::TestMathBitsCPU::test_neg_view_sign_cpu_float64 2022-09-27T15:59:01.9388653Z [gw0] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_sum_cpu_float32 2022-09-27T15:59:01.9397278Z [gw2] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sign_cpu_float64 2022-09-27T15:59:01.9398474Z test_ops.py::TestMathBitsCPU::test_neg_view_signbit_cpu_float64 2022-09-27T15:59:01.9421156Z test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_lengths_cpu_float32 2022-09-27T15:59:01.9428660Z [gw2] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_signbit_cpu_float64 2022-09-27T15:59:01.9462536Z test_ops.py::TestMathBitsCPU::test_neg_view_sin_cpu_float64 2022-09-27T15:59:01.9470212Z [gw2] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sin_cpu_float64 2022-09-27T15:59:01.9525381Z test_ops.py::TestMathBitsCPU::test_neg_view_sinc_cpu_float64 2022-09-27T15:59:01.9532337Z [gw2] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sinc_cpu_float64 2022-09-27T15:59:01.9563651Z test_ops.py::TestMathBitsCPU::test_neg_view_sinh_cpu_float64 2022-09-27T15:59:01.9571100Z [gw2] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sinh_cpu_float64 2022-09-27T15:59:01.9794459Z test_ops.py::TestMathBitsCPU::test_neg_view_slice_scatter_cpu_float64 2022-09-27T15:59:01.9803544Z [gw2] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_slice_scatter_cpu_float64 2022-09-27T15:59:01.9868000Z test_ops.py::TestMathBitsCPU::test_neg_view_softmax_cpu_float64 2022-09-27T15:59:01.9875466Z [gw2] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_softmax_cpu_float64 2022-09-27T15:59:01.9940544Z test_ops.py::TestMathBitsCPU::test_neg_view_softmax_with_dtype_cpu_float64 2022-09-27T15:59:01.9948187Z [gw2] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_softmax_with_dtype_cpu_float64 2022-09-27T15:59:02.0159020Z test_ops.py::TestMathBitsCPU::test_neg_view_sort_cpu_float64 2022-09-27T15:59:02.0168512Z [gw2] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sort_cpu_float64 2022-09-27T15:59:02.0182343Z test_ops.py::TestMathBitsCPU::test_neg_view_sparse_sampled_addmm_cpu_float64 2022-09-27T15:59:02.0190102Z [gw2] [ 89%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_sparse_sampled_addmm_cpu_float64 2022-09-27T15:59:02.0220504Z test_ops.py::TestMathBitsCPU::test_neg_view_special_airy_ai_cpu_float64 2022-09-27T15:59:02.0226202Z [gw2] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_airy_ai_cpu_float64 2022-09-27T15:59:02.0255067Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j0_cpu_float64 2022-09-27T15:59:02.0261446Z [gw2] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j0_cpu_float64 2022-09-27T15:59:02.0438290Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j1_cpu_float64 2022-09-27T15:59:02.0447719Z [gw2] [ 89%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j1_cpu_float64 2022-09-27T15:59:02.0469433Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfftn_cpu 2022-09-27T15:59:02.0477712Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfftn_cpu 2022-09-27T15:59:02.0483450Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft2_cpu 2022-09-27T15:59:02.0495589Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_sum_cpu_float32 2022-09-27T15:59:02.0500342Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_var_cpu_float32 2022-09-27T15:59:02.0506364Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft2_cpu 2022-09-27T15:59:02.0526359Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft_cpu 2022-09-27T15:59:02.0534430Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft_cpu 2022-09-27T15:59:02.0554319Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfftn_cpu 2022-09-27T15:59:02.0562083Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfftn_cpu 2022-09-27T15:59:02.0582739Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fill_cpu 2022-09-27T15:59:02.0590877Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fill_cpu 2022-09-27T15:59:02.0610954Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flatten_cpu 2022-09-27T15:59:02.0619298Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flatten_cpu 2022-09-27T15:59:02.0639479Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flip_cpu 2022-09-27T15:59:02.0648666Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flip_cpu 2022-09-27T15:59:02.0667894Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fliplr_cpu 2022-09-27T15:59:02.0677537Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fliplr_cpu 2022-09-27T15:59:02.0696725Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flipud_cpu 2022-09-27T15:59:02.0705276Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flipud_cpu 2022-09-27T15:59:02.0724071Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_float_power_cpu 2022-09-27T15:59:02.0731881Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_float_power_cpu 2022-09-27T15:59:02.0751661Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_cpu 2022-09-27T15:59:02.0759639Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_cpu 2022-09-27T15:59:02.0779806Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_divide_cpu 2022-09-27T15:59:02.0787565Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_divide_cpu 2022-09-27T15:59:02.0806961Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmax_cpu 2022-09-27T15:59:02.0814599Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmax_cpu 2022-09-27T15:59:02.0834078Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmin_cpu 2022-09-27T15:59:02.0841490Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmin_cpu 2022-09-27T15:59:02.0861103Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmod_cpu 2022-09-27T15:59:02.0869151Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmod_cpu 2022-09-27T15:59:02.0888634Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_frac_cpu 2022-09-27T15:59:02.0897290Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_frac_cpu 2022-09-27T15:59:02.0916240Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_cpu 2022-09-27T15:59:02.0923958Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_cpu 2022-09-27T15:59:02.0943176Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_like_cpu 2022-09-27T15:59:02.0950766Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_like_cpu 2022-09-27T15:59:02.0970542Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gcd_cpu 2022-09-27T15:59:02.0979756Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gcd_cpu 2022-09-27T15:59:02.0998875Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ge_cpu 2022-09-27T15:59:02.1006393Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ge_cpu 2022-09-27T15:59:02.1025841Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gt_cpu 2022-09-27T15:59:02.1033245Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gt_cpu 2022-09-27T15:59:02.1052943Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_heaviside_cpu 2022-09-27T15:59:02.1060042Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_heaviside_cpu 2022-09-27T15:59:02.1079662Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hsplit_cpu 2022-09-27T15:59:02.1087455Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hsplit_cpu 2022-09-27T15:59:02.1107234Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hstack_cpu 2022-09-27T15:59:02.1115621Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hstack_cpu 2022-09-27T15:59:02.1134770Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hypot_cpu 2022-09-27T15:59:02.1142099Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hypot_cpu 2022-09-27T15:59:02.1161114Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_i0_cpu 2022-09-27T15:59:02.1168309Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_i0_cpu 2022-09-27T15:59:02.1187885Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igamma_cpu 2022-09-27T15:59:02.1195141Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igamma_cpu 2022-09-27T15:59:02.1214258Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igammac_cpu 2022-09-27T15:59:02.1221781Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igammac_cpu 2022-09-27T15:59:02.1241704Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_imag_cpu 2022-09-27T15:59:02.1250460Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_imag_cpu 2022-09-27T15:59:02.1269241Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add__cpu 2022-09-27T15:59:02.1276459Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add__cpu 2022-09-27T15:59:02.1295783Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add_cpu 2022-09-27T15:59:02.1303720Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add_cpu 2022-09-27T15:59:02.1325467Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy__cpu 2022-09-27T15:59:02.1333065Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy__cpu 2022-09-27T15:59:02.1352241Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy_cpu 2022-09-27T15:59:02.1359294Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy_cpu 2022-09-27T15:59:02.1378637Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill__cpu 2022-09-27T15:59:02.1386509Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill__cpu 2022-09-27T15:59:02.1406052Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill_cpu 2022-09-27T15:59:02.1413580Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill_cpu 2022-09-27T15:59:02.1432823Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_select_cpu 2022-09-27T15:59:02.1440186Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_select_cpu 2022-09-27T15:59:02.1460282Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isclose_cpu 2022-09-27T15:59:02.1467862Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isclose_cpu 2022-09-27T15:59:02.1487357Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isfinite_cpu 2022-09-27T15:59:02.1496361Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isfinite_cpu 2022-09-27T15:59:02.1514450Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isinf_cpu 2022-09-27T15:59:02.1527580Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isinf_cpu 2022-09-27T15:59:02.1546940Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isnan_cpu 2022-09-27T15:59:02.1555454Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isnan_cpu 2022-09-27T15:59:02.1574427Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isreal_cpu 2022-09-27T15:59:02.1582297Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isreal_cpu 2022-09-27T15:59:02.1601548Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_item_cpu 2022-09-27T15:59:02.1609795Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_item_cpu 2022-09-27T15:59:02.1631761Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lcm_cpu 2022-09-27T15:59:02.1637753Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lcm_cpu 2022-09-27T15:59:02.1656593Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_le_cpu 2022-09-27T15:59:02.1664777Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_le_cpu 2022-09-27T15:59:02.1684265Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lgamma_cpu 2022-09-27T15:59:02.1692735Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lgamma_cpu 2022-09-27T15:59:02.1711516Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_linspace_cpu 2022-09-27T15:59:02.1719154Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_linspace_cpu 2022-09-27T15:59:02.1738294Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log10_cpu 2022-09-27T15:59:02.1746004Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log10_cpu 2022-09-27T15:59:02.1765144Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log1p_cpu 2022-09-27T15:59:02.1774737Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log1p_cpu 2022-09-27T15:59:02.1793431Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log2_cpu 2022-09-27T15:59:02.1801099Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log2_cpu 2022-09-27T15:59:02.1820451Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log_cpu 2022-09-27T15:59:02.1828087Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log_cpu 2022-09-27T15:59:02.1847600Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_and_cpu 2022-09-27T15:59:02.1855940Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_and_cpu 2022-09-27T15:59:02.1875062Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_not_cpu 2022-09-27T15:59:02.1881998Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_not_cpu 2022-09-27T15:59:02.1901650Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_or_cpu 2022-09-27T15:59:02.1909777Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_or_cpu 2022-09-27T15:59:02.1928678Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_xor_cpu 2022-09-27T15:59:02.1936074Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_xor_cpu 2022-09-27T15:59:02.1957727Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logspace_cpu 2022-09-27T15:59:02.1964573Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logspace_cpu 2022-09-27T15:59:02.1982760Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lt_cpu 2022-09-27T15:59:02.1990532Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lt_cpu 2022-09-27T15:59:02.2010376Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_masked_fill_cpu 2022-09-27T15:59:02.2018545Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_masked_fill_cpu 2022-09-27T15:59:02.2037663Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_maximum_cpu 2022-09-27T15:59:02.2045311Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_maximum_cpu 2022-09-27T15:59:02.2064732Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mean_cpu 2022-09-27T15:59:02.2072263Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mean_cpu 2022-09-27T15:59:02.2092249Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_meshgrid_cpu 2022-09-27T15:59:02.2100096Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_meshgrid_cpu 2022-09-27T15:59:02.2118954Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_minimum_cpu 2022-09-27T15:59:02.2126820Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_minimum_cpu 2022-09-27T15:59:02.2145813Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_movedim_cpu 2022-09-27T15:59:02.2153588Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_movedim_cpu 2022-09-27T15:59:02.2174258Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mul_cpu 2022-09-27T15:59:02.2182340Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mul_cpu 2022-09-27T15:59:02.2200738Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nan_to_num_cpu 2022-09-27T15:59:02.2210234Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nan_to_num_cpu 2022-09-27T15:59:02.2228828Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_narrow_cpu 2022-09-27T15:59:02.2237193Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_narrow_cpu 2022-09-27T15:59:02.2255843Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_native_layer_norm_cpu 2022-09-27T15:59:02.2263510Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_native_layer_norm_cpu 2022-09-27T15:59:02.2282493Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ne_cpu 2022-09-27T15:59:02.2290566Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ne_cpu 2022-09-27T15:59:02.2309433Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_neg_cpu 2022-09-27T15:59:02.2316664Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_neg_cpu 2022-09-27T15:59:02.2336664Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nextafter_cpu 2022-09-27T15:59:02.2344151Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nextafter_cpu 2022-09-27T15:59:02.2363116Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_celu_cpu 2022-09-27T15:59:02.2370658Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_celu_cpu 2022-09-27T15:59:02.2392274Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_dropout_cpu 2022-09-27T15:59:02.2397706Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_dropout_cpu 2022-09-27T15:59:02.2417063Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_elu_cpu 2022-09-27T15:59:02.2425062Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_elu_cpu 2022-09-27T15:59:02.2443933Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_glu_cpu 2022-09-27T15:59:02.2451420Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_glu_cpu 2022-09-27T15:59:02.2470430Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardshrink_cpu 2022-09-27T15:59:02.2479282Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardshrink_cpu 2022-09-27T15:59:02.2498585Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardtanh_cpu 2022-09-27T15:59:02.2506007Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardtanh_cpu 2022-09-27T15:59:02.2525241Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:59:02.2533371Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:59:02.2553106Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_l1_loss_cpu 2022-09-27T15:59:02.2560654Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_l1_loss_cpu 2022-09-27T15:59:02.2580193Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:59:02.2588128Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:59:02.2606995Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mish_cpu 2022-09-27T15:59:02.2614229Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mish_cpu 2022-09-27T15:59:02.2633267Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mse_loss_cpu 2022-09-27T15:59:02.2640423Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mse_loss_cpu 2022-09-27T15:59:02.2659594Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:59:02.2667399Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:59:02.2686664Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pdist_cpu 2022-09-27T15:59:02.2694169Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pdist_cpu 2022-09-27T15:59:02.2713513Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:59:02.2720998Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:59:02.2740372Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_prelu_cpu 2022-09-27T15:59:02.2747598Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_prelu_cpu 2022-09-27T15:59:02.2766846Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu6_cpu 2022-09-27T15:59:02.2773783Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu6_cpu 2022-09-27T15:59:02.2793627Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu_cpu 2022-09-27T15:59:02.2801336Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu_cpu 2022-09-27T15:59:02.2821128Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_selu_cpu 2022-09-27T15:59:02.2828778Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_selu_cpu 2022-09-27T15:59:02.2848302Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softplus_cpu 2022-09-27T15:59:02.2857364Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softplus_cpu 2022-09-27T15:59:02.2876135Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softshrink_cpu 2022-09-27T15:59:02.2883815Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softshrink_cpu 2022-09-27T15:59:02.2903022Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:59:02.2910652Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:59:02.2929608Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_threshold_cpu 2022-09-27T15:59:02.2937567Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_threshold_cpu 2022-09-27T15:59:02.2956126Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_cpu 2022-09-27T15:59:02.2963336Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_cpu 2022-09-27T15:59:02.2983443Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_like_cpu 2022-09-27T15:59:02.2990595Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_like_cpu 2022-09-27T15:59:02.3009808Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_permute_cpu 2022-09-27T15:59:02.3017318Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_permute_cpu 2022-09-27T15:59:02.3036597Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_positive_cpu 2022-09-27T15:59:02.3044212Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_positive_cpu 2022-09-27T15:59:02.3063263Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_pow_cpu 2022-09-27T15:59:02.3070893Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_pow_cpu 2022-09-27T15:59:02.3090923Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_prod_cpu 2022-09-27T15:59:02.3099902Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_prod_cpu 2022-09-27T15:59:02.3118723Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_randn_cpu 2022-09-27T15:59:02.3126478Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_randn_cpu 2022-09-27T15:59:02.3145660Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ravel_cpu 2022-09-27T15:59:02.3153565Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ravel_cpu 2022-09-27T15:59:02.3172610Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_real_cpu 2022-09-27T15:59:02.3180345Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_real_cpu 2022-09-27T15:59:02.3199266Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reciprocal_cpu 2022-09-27T15:59:02.3206764Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reciprocal_cpu 2022-09-27T15:59:02.3225962Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_remainder_cpu 2022-09-27T15:59:02.3234112Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_remainder_cpu 2022-09-27T15:59:02.3253836Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_repeat_cpu 2022-09-27T15:59:02.3261403Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_repeat_cpu 2022-09-27T15:59:02.3280525Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reshape_cpu 2022-09-27T15:59:02.3287630Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reshape_cpu 2022-09-27T15:59:02.3306854Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rfloordiv_cpu 2022-09-27T15:59:02.3313888Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rfloordiv_cpu 2022-09-27T15:59:02.3333618Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_roll_cpu 2022-09-27T15:59:02.3341947Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_roll_cpu 2022-09-27T15:59:02.3361547Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rot90_cpu 2022-09-27T15:59:02.3370909Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rot90_cpu 2022-09-27T15:59:02.3392345Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_round_cpu 2022-09-27T15:59:02.3398489Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_round_cpu 2022-09-27T15:59:02.3417956Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rpow_cpu 2022-09-27T15:59:02.3425726Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rpow_cpu 2022-09-27T15:59:02.3444849Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsqrt_cpu 2022-09-27T15:59:02.3452470Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsqrt_cpu 2022-09-27T15:59:02.3471530Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsub_cpu 2022-09-27T15:59:02.3478945Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsub_cpu 2022-09-27T15:59:02.3498703Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rtruediv_cpu 2022-09-27T15:59:02.3506240Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rtruediv_cpu 2022-09-27T15:59:02.3526060Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_scalar_tensor_cpu 2022-09-27T15:59:02.3534675Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_scalar_tensor_cpu 2022-09-27T15:59:02.3553515Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sgn_cpu 2022-09-27T15:59:02.3560642Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sgn_cpu 2022-09-27T15:59:02.3580458Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sigmoid_cpu 2022-09-27T15:59:02.3587868Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sigmoid_cpu 2022-09-27T15:59:02.3606996Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sign_cpu 2022-09-27T15:59:02.3614074Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sign_cpu 2022-09-27T15:59:02.3633796Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_signbit_cpu 2022-09-27T15:59:02.3641002Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_signbit_cpu 2022-09-27T15:59:02.3669172Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sin_cpu 2022-09-27T15:59:02.3677443Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sin_cpu 2022-09-27T15:59:02.3696450Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinc_cpu 2022-09-27T15:59:02.3704067Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinc_cpu 2022-09-27T15:59:02.3723567Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinh_cpu 2022-09-27T15:59:02.3731944Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinh_cpu 2022-09-27T15:59:02.3751415Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i0e_cpu 2022-09-27T15:59:02.3759646Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i0e_cpu 2022-09-27T15:59:02.3779370Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1_cpu 2022-09-27T15:59:02.3786872Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1_cpu 2022-09-27T15:59:02.3807372Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1e_cpu 2022-09-27T15:59:02.3815071Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1e_cpu 2022-09-27T15:59:02.3834384Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_logit_cpu 2022-09-27T15:59:02.3841771Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_logit_cpu 2022-09-27T15:59:02.3860938Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_multigammaln_cpu 2022-09-27T15:59:02.3869052Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_multigammaln_cpu 2022-09-27T15:59:02.3889660Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_zeta_cpu 2022-09-27T15:59:02.3897925Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_zeta_cpu 2022-09-27T15:59:02.3917004Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sqrt_cpu 2022-09-27T15:59:02.3924072Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sqrt_cpu 2022-09-27T15:59:02.3943830Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_square_cpu 2022-09-27T15:59:02.3951733Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_square_cpu 2022-09-27T15:59:02.3970629Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_squeeze_cpu 2022-09-27T15:59:02.3978297Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_squeeze_cpu 2022-09-27T15:59:02.3997092Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_stack_cpu 2022-09-27T15:59:02.4004100Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_stack_cpu 2022-09-27T15:59:02.4023110Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_std_mean_cpu 2022-09-27T15:59:02.4030026Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_std_mean_cpu 2022-09-27T15:59:02.4049158Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sub_cpu 2022-09-27T15:59:02.4056128Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sub_cpu 2022-09-27T15:59:02.4075161Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_cpu 2022-09-27T15:59:02.4082076Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_cpu 2022-09-27T15:59:02.4101401Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_to_size_cpu 2022-09-27T15:59:02.4108378Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_to_size_cpu 2022-09-27T15:59:02.4127531Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_swap_axes_cpu 2022-09-27T15:59:02.4134905Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_swap_axes_cpu 2022-09-27T15:59:02.4153666Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_t_cpu 2022-09-27T15:59:02.4161195Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_t_cpu 2022-09-27T15:59:02.4180391Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tan_cpu 2022-09-27T15:59:02.4187888Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tan_cpu 2022-09-27T15:59:02.4206889Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tanh_cpu 2022-09-27T15:59:02.4214380Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tanh_cpu 2022-09-27T15:59:02.4233554Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tensor_split_cpu 2022-09-27T15:59:02.4241054Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tensor_split_cpu 2022-09-27T15:59:02.4264717Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_to_cpu 2022-09-27T15:59:02.4267381Z [gw0] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_lengths_cpu_float32 2022-09-27T15:59:02.4274419Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_to_cpu 2022-09-27T15:59:02.4275182Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trace_cpu 2022-09-27T15:59:02.4293474Z test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_offsets_cpu_float32 2022-09-27T15:59:02.4301177Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trace_cpu 2022-09-27T15:59:02.4320094Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_transpose_cpu 2022-09-27T15:59:02.4327180Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_transpose_cpu 2022-09-27T15:59:02.4346619Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_cpu 2022-09-27T15:59:02.4354200Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_cpu 2022-09-27T15:59:02.4373203Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_indices_cpu 2022-09-27T15:59:02.4380146Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_indices_cpu 2022-09-27T15:59:02.4399370Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_cpu 2022-09-27T15:59:02.4406269Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_cpu 2022-09-27T15:59:02.4425843Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_indices_cpu 2022-09-27T15:59:02.4433185Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_indices_cpu 2022-09-27T15:59:02.4453229Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_true_divide_cpu 2022-09-27T15:59:02.4461277Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_true_divide_cpu 2022-09-27T15:59:02.4480263Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_cpu 2022-09-27T15:59:02.4487771Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_cpu 2022-09-27T15:59:02.4507111Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_divide_cpu 2022-09-27T15:59:02.4514216Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_divide_cpu 2022-09-27T15:59:02.4533682Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unbind_cpu 2022-09-27T15:59:02.4540724Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unbind_cpu 2022-09-27T15:59:02.4560021Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unflatten_cpu 2022-09-27T15:59:02.4567024Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unflatten_cpu 2022-09-27T15:59:02.4586431Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unfold_copy_cpu 2022-09-27T15:59:02.4594755Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unfold_copy_cpu 2022-09-27T15:59:02.4615213Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_uniform_cpu 2022-09-27T15:59:02.4622666Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_uniform_cpu 2022-09-27T15:59:02.4641984Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unsqueeze_cpu 2022-09-27T15:59:02.4649759Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unsqueeze_cpu 2022-09-27T15:59:02.4669061Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_cpu 2022-09-27T15:59:02.4676098Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_cpu 2022-09-27T15:59:02.4695469Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_mean_cpu 2022-09-27T15:59:02.4702889Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_mean_cpu 2022-09-27T15:59:02.4722228Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_view_cpu 2022-09-27T15:59:02.4729364Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_view_cpu 2022-09-27T15:59:02.4764768Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vsplit_cpu 2022-09-27T15:59:02.4772134Z [gw2] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vsplit_cpu 2022-09-27T15:59:02.4852408Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cos_cpu_float32 2022-09-27T15:59:02.4860300Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cos_cpu_float32 2022-09-27T15:59:02.4928400Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cosh_cpu_float32 2022-09-27T15:59:02.4935507Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cosh_cpu_float32 2022-09-27T15:59:02.5424780Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_count_nonzero_cpu_float32 2022-09-27T15:59:02.5432698Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_count_nonzero_cpu_float32 2022-09-27T15:59:02.5454755Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cov_cpu_float32 2022-09-27T15:59:02.5462802Z [gw2] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cov_cpu_float32 2022-09-27T15:59:02.5538970Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cross_cpu_float32 2022-09-27T15:59:02.5545983Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cross_cpu_float32 2022-09-27T15:59:02.5637866Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cummax_cpu_float32 2022-09-27T15:59:02.5645387Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cummax_cpu_float32 2022-09-27T15:59:02.5737363Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cummin_cpu_float32 2022-09-27T15:59:02.5745247Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cummin_cpu_float32 2022-09-27T15:59:02.5928425Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumprod_cpu_float32 2022-09-27T15:59:02.5936022Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumprod_cpu_float32 2022-09-27T15:59:02.6019825Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumsum_cpu_float32 2022-09-27T15:59:02.6026904Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumsum_cpu_float32 2022-09-27T15:59:02.6311589Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumulative_trapezoid_cpu_float32 2022-09-27T15:59:02.6324618Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumulative_trapezoid_cpu_float32 2022-09-27T15:59:02.6394543Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_deg2rad_cpu_float32 2022-09-27T15:59:02.6401782Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_deg2rad_cpu_float32 2022-09-27T15:59:02.6669220Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diag_cpu_float32 2022-09-27T15:59:02.6676856Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diag_cpu_float32 2022-09-27T15:59:02.6942207Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diag_embed_cpu_float32 2022-09-27T15:59:02.6949688Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diag_embed_cpu_float32 2022-09-27T15:59:02.7058777Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagflat_cpu_float32 2022-09-27T15:59:02.7066804Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagflat_cpu_float32 2022-09-27T15:59:02.7334314Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagonal_cpu_float32 2022-09-27T15:59:02.7341995Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagonal_cpu_float32 2022-09-27T15:59:02.7651161Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagonal_scatter_cpu_float32 2022-09-27T15:59:02.7659662Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagonal_scatter_cpu_float32 2022-09-27T15:59:02.9014120Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diff_cpu_float32 2022-09-27T15:59:02.9022813Z [gw0] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_offsets_cpu_float32 2022-09-27T15:59:02.9146903Z test_ops.py::TestCompositeComplianceCPU::test_backward_select_cpu_float32 2022-09-27T15:59:02.9155278Z [gw0] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_select_cpu_float32 2022-09-27T15:59:02.9448034Z test_ops.py::TestCompositeComplianceCPU::test_backward_select_scatter_cpu_float32 2022-09-27T15:59:02.9457207Z [gw0] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_select_scatter_cpu_float32 2022-09-27T15:59:02.9506312Z test_ops.py::TestCompositeComplianceCPU::test_backward_sgn_cpu_float32 2022-09-27T15:59:02.9514757Z [gw0] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sgn_cpu_float32 2022-09-27T15:59:02.9598147Z test_ops.py::TestCompositeComplianceCPU::test_backward_sigmoid_cpu_float32 2022-09-27T15:59:02.9608055Z [gw0] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sigmoid_cpu_float32 2022-09-27T15:59:02.9650629Z test_ops.py::TestCompositeComplianceCPU::test_backward_sign_cpu_float32 2022-09-27T15:59:02.9659042Z [gw0] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sign_cpu_float32 2022-09-27T15:59:02.9706372Z test_ops.py::TestCompositeComplianceCPU::test_backward_sin_cpu_float32 2022-09-27T15:59:02.9714947Z [gw0] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sin_cpu_float32 2022-09-27T15:59:02.9753293Z test_ops.py::TestCompositeComplianceCPU::test_backward_sinc_cpu_float32 2022-09-27T15:59:02.9760562Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_var_cpu_float32 2022-09-27T15:59:02.9771038Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diff_cpu_float32 2022-09-27T15:59:02.9772040Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_abs_cpu_float32 2022-09-27T15:59:02.9802326Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_digamma_cpu_float32 2022-09-27T15:59:02.9811600Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_abs_cpu_float32 2022-09-27T15:59:02.9844990Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_acos_cpu_float32 2022-09-27T15:59:02.9860366Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_digamma_cpu_float32 2022-09-27T15:59:02.9862608Z [gw0] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sinc_cpu_float32 2022-09-27T15:59:02.9872780Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_acos_cpu_float32 2022-09-27T15:59:02.9874173Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dist_cpu_float32 2022-09-27T15:59:02.9875465Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_acosh_cpu_float32 2022-09-27T15:59:02.9910316Z test_ops.py::TestCompositeComplianceCPU::test_backward_sinh_cpu_float32 2022-09-27T15:59:02.9919119Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_acosh_cpu_float32 2022-09-27T15:59:02.9926206Z [gw0] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sinh_cpu_float32 2022-09-27T15:59:02.9929567Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_add_cpu_float32 2022-09-27T15:59:03.0040622Z test_ops.py::TestCompositeComplianceCPU::test_backward_slice_scatter_cpu_float32 2022-09-27T15:59:03.0048756Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_add_cpu_float32 2022-09-27T15:59:03.0139485Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addbmm_cpu_float32 2022-09-27T15:59:03.0147378Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addbmm_cpu_float32 2022-09-27T15:59:03.0297118Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addcdiv_cpu_float32 2022-09-27T15:59:03.0305136Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addcdiv_cpu_float32 2022-09-27T15:59:03.0447396Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addcmul_cpu_float32 2022-09-27T15:59:03.0456259Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addcmul_cpu_float32 2022-09-27T15:59:03.0510203Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmm_cpu_float32 2022-09-27T15:59:03.0518891Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmm_cpu_float32 2022-09-27T15:59:03.0570872Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmm_decomposed_cpu_float32 2022-09-27T15:59:03.0580827Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmm_decomposed_cpu_float32 2022-09-27T15:59:03.0668704Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmv_cpu_float32 2022-09-27T15:59:03.0678481Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmv_cpu_float32 2022-09-27T15:59:03.0762557Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addr_cpu_float32 2022-09-27T15:59:03.0768904Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addr_cpu_float32 2022-09-27T15:59:03.0815797Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_all_cpu_float32 2022-09-27T15:59:03.0824194Z [gw0] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_slice_scatter_cpu_float32 2022-09-27T15:59:03.0833615Z test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_cpu_float32 2022-09-27T15:59:03.0841639Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dist_cpu_float32 2022-09-27T15:59:03.0860890Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_floor_rounding_cpu_float32 2022-09-27T15:59:03.0868500Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_all_cpu_float32 2022-09-27T15:59:03.0977341Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_allclose_cpu_float32 2022-09-27T15:59:03.0986651Z [gw0] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_cpu_float32 2022-09-27T15:59:03.1044604Z test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_with_dtype_cpu_float32 2022-09-27T15:59:03.1051114Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_floor_rounding_cpu_float32 2022-09-27T15:59:03.1059950Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_allclose_cpu_float32 2022-09-27T15:59:03.1062122Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_amax_cpu_float32 2022-09-27T15:59:03.1169814Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_no_rounding_mode_cpu_float32 2022-09-27T15:59:03.1177969Z [gw0] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_with_dtype_cpu_float32 2022-09-27T15:59:03.1193307Z test_ops.py::TestCompositeComplianceCPU::test_backward_sort_cpu_float32 2022-09-27T15:59:03.1201127Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_amax_cpu_float32 2022-09-27T15:59:03.1258325Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_amin_cpu_float32 2022-09-27T15:59:03.1267004Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_no_rounding_mode_cpu_float32 2022-09-27T15:59:03.1335266Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_trunc_rounding_cpu_float32 2022-09-27T15:59:03.1342186Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_amin_cpu_float32 2022-09-27T15:59:03.1364573Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_aminmax_cpu_float32 2022-09-27T15:59:03.1373451Z [gw3] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_aminmax_cpu_float32 2022-09-27T15:59:03.1402207Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_angle_cpu_float32 2022-09-27T15:59:03.1410326Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_angle_cpu_float32 2022-09-27T15:59:03.1465865Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_any_cpu_float32 2022-09-27T15:59:03.1473428Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_trunc_rounding_cpu_float32 2022-09-27T15:59:03.1501513Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dot_cpu_float32 2022-09-27T15:59:03.1509407Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_any_cpu_float32 2022-09-27T15:59:03.1514431Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_arange_cpu_float32 2022-09-27T15:59:03.1522418Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dot_cpu_float32 2022-09-27T15:59:03.1638048Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_double_cpu_float32 2022-09-27T15:59:03.1647875Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_double_cpu_float32 2022-09-27T15:59:03.1700384Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dsplit_cpu_float32 2022-09-27T15:59:03.1707697Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_arange_cpu_float32 2022-09-27T15:59:03.1714724Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argmax_cpu_float32 2022-09-27T15:59:03.1722957Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dsplit_cpu_float32 2022-09-27T15:59:03.1801681Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dstack_cpu_float32 2022-09-27T15:59:03.1806052Z [gw3] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argmax_cpu_float32 2022-09-27T15:59:03.1814215Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dstack_cpu_float32 2022-09-27T15:59:03.1814978Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argmin_cpu_float32 2022-09-27T15:59:03.1903698Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_einsum_cpu_float32 2022-09-27T15:59:03.1911730Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argmin_cpu_float32 2022-09-27T15:59:03.2111175Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argsort_cpu_float32 2022-09-27T15:59:03.2120477Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argsort_cpu_float32 2022-09-27T15:59:03.2172651Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argwhere_cpu_float32 2022-09-27T15:59:03.2183265Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argwhere_cpu_float32 2022-09-27T15:59:03.2234439Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_as_strided_cpu_float32 2022-09-27T15:59:03.2250172Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_einsum_cpu_float32 2022-09-27T15:59:03.2259326Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_as_strided_cpu_float32 2022-09-27T15:59:03.2260854Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_as_strided_scatter_cpu_float32 2022-09-27T15:59:03.2353165Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_empty_cpu_float32 2022-09-27T15:59:03.2362466Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_as_strided_scatter_cpu_float32 2022-09-27T15:59:03.2398653Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_asin_cpu_float32 2022-09-27T15:59:03.2411872Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_asin_cpu_float32 2022-09-27T15:59:03.2427768Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_asinh_cpu_float32 2022-09-27T15:59:03.2434712Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_empty_cpu_float32 2022-09-27T15:59:03.2450166Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_empty_like_cpu_float32 2022-09-27T15:59:03.2460195Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_asinh_cpu_float32 2022-09-27T15:59:03.2516131Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atan2_cpu_float32 2022-09-27T15:59:03.2524811Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sort_cpu_float32 2022-09-27T15:59:03.2543049Z test_ops.py::TestCompositeComplianceCPU::test_backward_sparse_sampled_addmm_cpu_float32 2022-09-27T15:59:03.2553454Z [gw0] [ 90%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_sparse_sampled_addmm_cpu_float32 2022-09-27T15:59:03.2580623Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_entr_cpu_float32 2022-09-27T15:59:03.2587736Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atan2_cpu_float32 2022-09-27T15:59:03.2617086Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atan_cpu_float32 2022-09-27T15:59:03.2624666Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_empty_like_cpu_float32 2022-09-27T15:59:03.2635503Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atan_cpu_float32 2022-09-27T15:59:03.2640219Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atanh_cpu_float32 2022-09-27T15:59:03.2646201Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_eq_cpu_float32 2022-09-27T15:59:03.2654477Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_entr_cpu_float32 2022-09-27T15:59:03.2668458Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_erfcx_cpu_float32 2022-09-27T15:59:03.2678957Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atanh_cpu_float32 2022-09-27T15:59:03.2755947Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_1d_cpu_float32 2022-09-27T15:59:03.2763371Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_1d_cpu_float32 2022-09-27T15:59:03.2827081Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_2d_cpu_float32 2022-09-27T15:59:03.2841413Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_erfcx_cpu_float32 2022-09-27T15:59:03.2853599Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i0e_cpu_float32 2022-09-27T15:59:03.2862020Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_2d_cpu_float32 2022-09-27T15:59:03.2923987Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_3d_cpu_float32 2022-09-27T15:59:03.2943221Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_i0e_cpu_float32 2022-09-27T15:59:03.2946328Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_3d_cpu_float32 2022-09-27T15:59:03.2950833Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1_cpu_float32 2022-09-27T15:59:03.2962712Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_eq_cpu_float32 2022-09-27T15:59:03.2965169Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_H_cpu_float32 2022-09-27T15:59:03.3022463Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_equal_cpu_float32 2022-09-27T15:59:03.3038190Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_H_cpu_float32 2022-09-27T15:59:03.3103045Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_T_cpu_float32 2022-09-27T15:59:03.3113385Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_T_cpu_float32 2022-09-27T15:59:03.3122973Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1_cpu_float32 2022-09-27T15:59:03.3124497Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___getitem___cpu_float32 2022-09-27T15:59:03.3171614Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1e_cpu_float32 2022-09-27T15:59:03.3180239Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_equal_cpu_float32 2022-09-27T15:59:03.3229238Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erf_cpu_float32 2022-09-27T15:59:03.3241797Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erf_cpu_float32 2022-09-27T15:59:03.3300867Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erfc_cpu_float32 2022-09-27T15:59:03.3311709Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1e_cpu_float32 2022-09-27T15:59:03.3355931Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_log_ndtr_cpu_float32 2022-09-27T15:59:03.3367245Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erfc_cpu_float32 2022-09-27T15:59:03.3428863Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erfinv_cpu_float32 2022-09-27T15:59:03.3439530Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erfinv_cpu_float32 2022-09-27T15:59:03.3474025Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_exp2_cpu_float32 2022-09-27T15:59:03.3483809Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_log_ndtr_cpu_float32 2022-09-27T15:59:03.3540846Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtr_cpu_float32 2022-09-27T15:59:03.3553490Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_exp2_cpu_float32 2022-09-27T15:59:03.3647353Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_exp_cpu_float32 2022-09-27T15:59:03.3657520Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_exp_cpu_float32 2022-09-27T15:59:03.3671775Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expand_as_cpu_float32 2022-09-27T15:59:03.3685246Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtr_cpu_float32 2022-09-27T15:59:03.3691387Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtri_cpu_float32 2022-09-27T15:59:03.3700559Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___getitem___cpu_float32 2022-09-27T15:59:03.3779119Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___radd___cpu_float32 2022-09-27T15:59:03.3789916Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expand_as_cpu_float32 2022-09-27T15:59:03.3842759Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expand_cpu_float32 2022-09-27T15:59:03.3850724Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtri_cpu_float32 2022-09-27T15:59:03.3913126Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:59:03.3923276Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___radd___cpu_float32 2022-09-27T15:59:03.3991911Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rand___cpu_int64 2022-09-27T15:59:03.4001883Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expand_cpu_float32 2022-09-27T15:59:03.4054700Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expm1_cpu_float32 2022-09-27T15:59:03.4066428Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expm1_cpu_float32 2022-09-27T15:59:03.4118338Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_eye_cpu_float32 2022-09-27T15:59:03.4125757Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:59:03.4162361Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_xlog1py_cpu_float32 2022-09-27T15:59:03.4170445Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rand___cpu_int64 2022-09-27T15:59:03.4382165Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rdiv___cpu_float32 2022-09-27T15:59:03.4392289Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rdiv___cpu_float32 2022-09-27T15:59:03.4930072Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmatmul___cpu_float32 2022-09-27T15:59:03.4941649Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmatmul___cpu_float32 2022-09-27T15:59:03.5062261Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmod___cpu_float32 2022-09-27T15:59:03.5069653Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_xlog1py_cpu_float32 2022-09-27T15:59:03.5226904Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_cpu_float32 2022-09-27T15:59:03.5238550Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmod___cpu_float32 2022-09-27T15:59:03.5244277Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_split_cpu_float32 2022-09-27T15:59:03.5254654Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmul___cpu_float32 2022-09-27T15:59:03.5456848Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_list_args_cpu_float32 2022-09-27T15:59:03.5470184Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmul___cpu_float32 2022-09-27T15:59:03.5641446Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___ror___cpu_int64 2022-09-27T15:59:03.5649917Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_split_list_args_cpu_float32 2022-09-27T15:59:03.5668736Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_with_sizes_cpu_float32 2022-09-27T15:59:03.5678373Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___ror___cpu_int64 2022-09-27T15:59:03.5824133Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rpow___cpu_float32 2022-09-27T15:59:03.5833051Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_eye_cpu_float32 2022-09-27T15:59:03.6053911Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fft2_cpu_float32 2022-09-27T15:59:03.6082341Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rpow___cpu_float32 2022-09-27T15:59:03.6133679Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rsub___cpu_float32 2022-09-27T15:59:03.6146337Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fft2_cpu_float32 2022-09-27T15:59:03.6207561Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fft_cpu_float32 2022-09-27T15:59:03.6220542Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_split_with_sizes_cpu_float32 2022-09-27T15:59:03.6301616Z test_ops.py::TestCompositeComplianceCPU::test_backward_sqrt_cpu_float32 2022-09-27T15:59:03.6313215Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sqrt_cpu_float32 2022-09-27T15:59:03.6389792Z test_ops.py::TestCompositeComplianceCPU::test_backward_square_cpu_float32 2022-09-27T15:59:03.6404666Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rsub___cpu_float32 2022-09-27T15:59:03.6420013Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rxor___cpu_int64 2022-09-27T15:59:03.6431502Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fft_cpu_float32 2022-09-27T15:59:03.6450388Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fftn_cpu_float32 2022-09-27T15:59:03.6467924Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_square_cpu_float32 2022-09-27T15:59:03.6692813Z test_ops.py::TestCompositeComplianceCPU::test_backward_squeeze_cpu_float32 2022-09-27T15:59:03.6703802Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rxor___cpu_int64 2022-09-27T15:59:03.6717743Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_squeeze_cpu_float32 2022-09-27T15:59:03.6719813Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_amax_cpu_float32 2022-09-27T15:59:03.6781504Z test_ops.py::TestCompositeComplianceCPU::test_backward_stack_cpu_float32 2022-09-27T15:59:03.6792471Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fftn_cpu_float32 2022-09-27T15:59:03.6941016Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fftshift_cpu_float32 2022-09-27T15:59:03.6952889Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fftshift_cpu_float32 2022-09-27T15:59:03.7117827Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfft2_cpu_float32 2022-09-27T15:59:03.7130109Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_stack_cpu_float32 2022-09-27T15:59:03.7247586Z test_ops.py::TestCompositeComplianceCPU::test_backward_std_cpu_float32 2022-09-27T15:59:03.7261919Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfft2_cpu_float32 2022-09-27T15:59:03.7547431Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfft_cpu_float32 2022-09-27T15:59:03.7558033Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfft_cpu_float32 2022-09-27T15:59:03.7618606Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfftn_cpu_float32 2022-09-27T15:59:03.7631582Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_std_cpu_float32 2022-09-27T15:59:03.7920256Z test_ops.py::TestCompositeComplianceCPU::test_backward_std_mean_cpu_float32 2022-09-27T15:59:03.7933934Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfftn_cpu_float32 2022-09-27T15:59:03.8163579Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifft2_cpu_float32 2022-09-27T15:59:03.8174729Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifft2_cpu_float32 2022-09-27T15:59:03.8353742Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifft_cpu_float32 2022-09-27T15:59:03.8366029Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifft_cpu_float32 2022-09-27T15:59:03.8623579Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifftn_cpu_float32 2022-09-27T15:59:03.8632172Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifftn_cpu_float32 2022-09-27T15:59:03.8775509Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifftshift_cpu_float32 2022-09-27T15:59:03.8785467Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifftshift_cpu_float32 2022-09-27T15:59:03.8836236Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfft2_cpu_float32 2022-09-27T15:59:03.8849993Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_std_mean_cpu_float32 2022-09-27T15:59:03.9040514Z test_ops.py::TestCompositeComplianceCPU::test_backward_stft_cpu_float32 2022-09-27T15:59:03.9053821Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfft2_cpu_float32 2022-09-27T15:59:03.9282146Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfft_cpu_float32 2022-09-27T15:59:03.9295538Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfft_cpu_float32 2022-09-27T15:59:03.9595300Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfftn_cpu_float32 2022-09-27T15:59:03.9609140Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfftn_cpu_float32 2022-09-27T15:59:03.9906268Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfft2_cpu_float32 2022-09-27T15:59:03.9924001Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfft2_cpu_float32 2022-09-27T15:59:03.9944672Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfft_cpu_float32 2022-09-27T15:59:03.9959660Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_amax_cpu_float32 2022-09-27T15:59:04.0207788Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_amin_cpu_float32 2022-09-27T15:59:04.0220401Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfft_cpu_float32 2022-09-27T15:59:04.0255316Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfftn_cpu_float32 2022-09-27T15:59:04.0268774Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_stft_cpu_float32 2022-09-27T15:59:04.0590173Z test_ops.py::TestCompositeComplianceCPU::test_backward_sub_cpu_float32 2022-09-27T15:59:04.0601090Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfftn_cpu_float32 2022-09-27T15:59:04.0804602Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfft2_cpu_float32 2022-09-27T15:59:04.0815743Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfft2_cpu_float32 2022-09-27T15:59:04.1024025Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfft_cpu_float32 2022-09-27T15:59:04.1036308Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfft_cpu_float32 2022-09-27T15:59:04.1225566Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfftn_cpu_float32 2022-09-27T15:59:04.1238526Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sub_cpu_float32 2022-09-27T15:59:04.1295558Z test_ops.py::TestCompositeComplianceCPU::test_backward_sum_cpu_float32 2022-09-27T15:59:04.1305837Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfftn_cpu_float32 2022-09-27T15:59:04.1407815Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fill_cpu_float32 2022-09-27T15:59:04.1417909Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fill_cpu_float32 2022-09-27T15:59:04.1577738Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flatten_cpu_float32 2022-09-27T15:59:04.1629658Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flatten_cpu_float32 2022-09-27T15:59:04.1840582Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flip_cpu_float32 2022-09-27T15:59:04.1853294Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sum_cpu_float32 2022-09-27T15:59:04.1899667Z test_ops.py::TestCompositeComplianceCPU::test_backward_sum_to_size_cpu_float32 2022-09-27T15:59:04.1912338Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flip_cpu_float32 2022-09-27T15:59:04.2002092Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fliplr_cpu_float32 2022-09-27T15:59:04.2014237Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fliplr_cpu_float32 2022-09-27T15:59:04.2091297Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flipud_cpu_float32 2022-09-27T15:59:04.2104092Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flipud_cpu_float32 2022-09-27T15:59:04.2238669Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_float_cpu_float32 2022-09-27T15:59:04.2247109Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_float_cpu_float32 2022-09-27T15:59:04.2287943Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_float_power_cpu_float32 2022-09-27T15:59:04.2296092Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sum_to_size_cpu_float32 2022-09-27T15:59:04.2584502Z test_ops.py::TestCompositeComplianceCPU::test_backward_svd_cpu_float32 2022-09-27T15:59:04.2592464Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_float_power_cpu_float32 2022-09-27T15:59:04.2635090Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_floor_cpu_float32 2022-09-27T15:59:04.2642836Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_floor_cpu_float32 2022-09-27T15:59:04.3138083Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_floor_divide_cpu_float32 2022-09-27T15:59:04.3150489Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_floor_divide_cpu_float32 2022-09-27T15:59:04.3441117Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmax_cpu_float32 2022-09-27T15:59:04.3449505Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmax_cpu_float32 2022-09-27T15:59:04.3455138Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmin_cpu_float32 2022-09-27T15:59:04.3463414Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_amin_cpu_float32 2022-09-27T15:59:04.3644966Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_argmax_cpu_float32 2022-09-27T15:59:04.3651423Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmin_cpu_float32 2022-09-27T15:59:04.3851611Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmod_cpu_float32 2022-09-27T15:59:04.3860540Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmod_cpu_float32 2022-09-27T15:59:04.3931903Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_frac_cpu_float32 2022-09-27T15:59:04.3941772Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_frac_cpu_float32 2022-09-27T15:59:04.4045721Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_frexp_cpu_float32 2022-09-27T15:59:04.4053934Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_frexp_cpu_float32 2022-09-27T15:59:04.4211775Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_full_like_cpu_float32 2022-09-27T15:59:04.4220677Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_full_like_cpu_float32 2022-09-27T15:59:04.4334841Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gather_cpu_float32 2022-09-27T15:59:04.4343950Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gather_cpu_float32 2022-09-27T15:59:04.4527495Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gcd_cpu_int64 2022-09-27T15:59:04.4536733Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gcd_cpu_int64 2022-09-27T15:59:04.4694236Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ge_cpu_float32 2022-09-27T15:59:04.4702436Z [gw1] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_triangular_cpu_float32 2022-09-27T15:59:04.4730848Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svd_cpu_float32 2022-09-27T15:59:04.4739969Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ge_cpu_float32 2022-09-27T15:59:04.5135212Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_geqrf_cpu_float32 2022-09-27T15:59:04.5144004Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_argmax_cpu_float32 2022-09-27T15:59:04.5896309Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_argmin_cpu_float32 2022-09-27T15:59:04.5907481Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_geqrf_cpu_float32 2022-09-27T15:59:04.7231897Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gradient_cpu_float32 2022-09-27T15:59:04.7244250Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gradient_cpu_float32 2022-09-27T15:59:04.7276356Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gt_cpu_float32 2022-09-27T15:59:04.7289484Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_argmin_cpu_float32 2022-09-27T15:59:04.7494744Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_cumprod_cpu_float32 2022-09-27T15:59:04.7504029Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gt_cpu_float32 2022-09-27T15:59:04.7632887Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_half_cpu_float32 2022-09-27T15:59:04.7640839Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_half_cpu_float32 2022-09-27T15:59:04.7713109Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_heaviside_cpu_float32 2022-09-27T15:59:04.7723050Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_cumprod_cpu_float32 2022-09-27T15:59:04.7874525Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_cumsum_cpu_float32 2022-09-27T15:59:04.7881184Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_heaviside_cpu_float32 2022-09-27T15:59:04.8073436Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histc_cpu_float32 2022-09-27T15:59:04.8084320Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_cumsum_cpu_float32 2022-09-27T15:59:04.8570202Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_log_softmax_cpu_float32 2022-09-27T15:59:04.8583798Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_log_softmax_cpu_float32 2022-09-27T15:59:04.9030135Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_logaddexp_cpu_float32 2022-09-27T15:59:04.9039667Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_logaddexp_cpu_float32 2022-09-27T15:59:05.0328418Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_logsumexp_cpu_float32 2022-09-27T15:59:05.0340100Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histc_cpu_float32 2022-09-27T15:59:05.1741622Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histogram_cpu_float32 2022-09-27T15:59:05.1752555Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_logsumexp_cpu_float32 2022-09-27T15:59:05.5643572Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_mean_cpu_float32 2022-09-27T15:59:05.5655236Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_mean_cpu_float32 2022-09-27T15:59:05.5976848Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_median_cpu_float32 2022-09-27T15:59:05.5982999Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histogram_cpu_float32 2022-09-27T15:59:05.6109572Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histogramdd_cpu_float32 2022-09-27T15:59:05.6118869Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_median_cpu_float32 2022-09-27T15:59:06.0525064Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_norm_cpu_float32 2022-09-27T15:59:06.0537829Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histogramdd_cpu_float32 2022-09-27T15:59:06.0633858Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hsplit_cpu_float32 2022-09-27T15:59:06.0649357Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hsplit_cpu_float32 2022-09-27T15:59:06.0728522Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hstack_cpu_float32 2022-09-27T15:59:06.0739059Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hstack_cpu_float32 2022-09-27T15:59:06.0995208Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hypot_cpu_float32 2022-09-27T15:59:06.1007797Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hypot_cpu_float32 2022-09-27T15:59:06.1080708Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_i0_cpu_float32 2022-09-27T15:59:06.1092211Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_i0_cpu_float32 2022-09-27T15:59:06.1350554Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_igamma_cpu_float32 2022-09-27T15:59:06.1359258Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_igamma_cpu_float32 2022-09-27T15:59:06.1552516Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_igammac_cpu_float32 2022-09-27T15:59:06.1560715Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_igammac_cpu_float32 2022-09-27T15:59:06.1636757Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_imag_cpu_complex64 2022-09-27T15:59:06.1644015Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_imag_cpu_complex64 2022-09-27T15:59:06.1848732Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_add_cpu_float32 2022-09-27T15:59:06.1856758Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_add_cpu_float32 2022-09-27T15:59:06.1941197Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_copy_cpu_float32 2022-09-27T15:59:06.1950457Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_copy_cpu_float32 2022-09-27T15:59:06.2035588Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_fill_cpu_float32 2022-09-27T15:59:06.2043700Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_fill_cpu_float32 2022-09-27T15:59:06.2152627Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_put_cpu_float32 2022-09-27T15:59:06.2161010Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_put_cpu_float32 2022-09-27T15:59:06.2854017Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_reduce_cpu_float32 2022-09-27T15:59:06.2863225Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_reduce_cpu_float32 2022-09-27T15:59:06.2939903Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_select_cpu_float32 2022-09-27T15:59:06.2947779Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_select_cpu_float32 2022-09-27T15:59:06.3028160Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_inner_cpu_float32 2022-09-27T15:59:06.3035816Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_inner_cpu_float32 2022-09-27T15:59:06.3150918Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_int_cpu_float32 2022-09-27T15:59:06.3159027Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_int_cpu_float32 2022-09-27T15:59:06.3892864Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isclose_cpu_float32 2022-09-27T15:59:06.3903706Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isclose_cpu_float32 2022-09-27T15:59:06.4002080Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isfinite_cpu_float32 2022-09-27T15:59:06.4010409Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isfinite_cpu_float32 2022-09-27T15:59:06.4072207Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isin_cpu_float32 2022-09-27T15:59:06.4079518Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isin_cpu_float32 2022-09-27T15:59:06.4119583Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isinf_cpu_float32 2022-09-27T15:59:06.4126041Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isinf_cpu_float32 2022-09-27T15:59:06.4166225Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isnan_cpu_float32 2022-09-27T15:59:06.4172894Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isnan_cpu_float32 2022-09-27T15:59:06.4211199Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isneginf_cpu_float32 2022-09-27T15:59:06.4220170Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isneginf_cpu_float32 2022-09-27T15:59:06.4257148Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isposinf_cpu_float32 2022-09-27T15:59:06.4265374Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isposinf_cpu_float32 2022-09-27T15:59:06.4343515Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isreal_cpu_float32 2022-09-27T15:59:06.4351611Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isreal_cpu_float32 2022-09-27T15:59:06.4373163Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_istft_cpu_float32 2022-09-27T15:59:06.4381027Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_istft_cpu_float32 2022-09-27T15:59:06.4403706Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:59:06.4411466Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:59:06.4432847Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:59:06.4443151Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:59:06.4468572Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_binary_cpu_float32 2022-09-27T15:59:06.4475044Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_binary_cpu_float32 2022-09-27T15:59:06.4496347Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:59:06.4504351Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:59:06.4525682Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_unary_cpu_float32 2022-09-27T15:59:06.4533839Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_unary_cpu_float32 2022-09-27T15:59:06.4581382Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_kron_cpu_float32 2022-09-27T15:59:06.4587516Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_kron_cpu_float32 2022-09-27T15:59:06.4880031Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_kthvalue_cpu_float32 2022-09-27T15:59:06.4888087Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_kthvalue_cpu_float32 2022-09-27T15:59:06.5069166Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lcm_cpu_int64 2022-09-27T15:59:06.5076901Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lcm_cpu_int64 2022-09-27T15:59:06.5282211Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ldexp_cpu_float32 2022-09-27T15:59:06.5290534Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ldexp_cpu_float32 2022-09-27T15:59:06.5483511Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_le_cpu_float32 2022-09-27T15:59:06.5492935Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_le_cpu_float32 2022-09-27T15:59:06.5780064Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lerp_cpu_float32 2022-09-27T15:59:06.5788175Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lerp_cpu_float32 2022-09-27T15:59:06.5858932Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lgamma_cpu_float32 2022-09-27T15:59:06.5867529Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lgamma_cpu_float32 2022-09-27T15:59:06.6236251Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cholesky_cpu_float32 2022-09-27T15:59:06.6245539Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cholesky_cpu_float32 2022-09-27T15:59:06.6620291Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cholesky_ex_cpu_float32 2022-09-27T15:59:06.6633416Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cholesky_ex_cpu_float32 2022-09-27T15:59:06.6767147Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cond_cpu_float32 2022-09-27T15:59:06.6776533Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cond_cpu_float32 2022-09-27T15:59:06.6863370Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cross_cpu_float32 2022-09-27T15:59:06.6870386Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cross_cpu_float32 2022-09-27T15:59:06.7106247Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_det_cpu_float32 2022-09-27T15:59:06.7118566Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_det_cpu_float32 2022-09-27T15:59:06.7741777Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_det_singular_cpu_float32 2022-09-27T15:59:06.7749141Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_det_singular_cpu_float32 2022-09-27T15:59:06.8057662Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eig_cpu_float32 2022-09-27T15:59:06.8066871Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eig_cpu_float32 2022-09-27T15:59:06.8257533Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigh_cpu_float32 2022-09-27T15:59:06.8264646Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigh_cpu_float32 2022-09-27T15:59:06.8288723Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigvals_cpu_float32 2022-09-27T15:59:06.8299089Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigvals_cpu_float32 2022-09-27T15:59:06.8326369Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigvalsh_cpu_float32 2022-09-27T15:59:06.8336104Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigvalsh_cpu_float32 2022-09-27T15:59:06.8578639Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_householder_product_cpu_float32 2022-09-27T15:59:06.8585945Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_householder_product_cpu_float32 2022-09-27T15:59:06.8767014Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_inv_cpu_float32 2022-09-27T15:59:06.8775466Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_inv_cpu_float32 2022-09-27T15:59:06.8962637Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_inv_ex_cpu_float32 2022-09-27T15:59:06.8973168Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_inv_ex_cpu_float32 2022-09-27T15:59:06.9131626Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_factor_cpu_float32 2022-09-27T15:59:06.9140989Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_factor_cpu_float32 2022-09-27T15:59:06.9242418Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:59:06.9252197Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:59:06.9595620Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_solve_cpu_float32 2022-09-27T15:59:06.9609704Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_solve_cpu_float32 2022-09-27T15:59:06.9866921Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lstsq_cpu_float32 2022-09-27T15:59:06.9874015Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_norm_cpu_float32 2022-09-27T15:59:07.0352680Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_normalize_cpu_float32 2022-09-27T15:59:07.0359980Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lstsq_cpu_float32 2022-09-27T15:59:07.0774076Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:59:07.0781850Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_normalize_cpu_float32 2022-09-27T15:59:07.1194182Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_prod_cpu_float32 2022-09-27T15:59:07.1203697Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:59:07.1582915Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_cpu_float32 2022-09-27T15:59:07.1592027Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_cpu_float32 2022-09-27T15:59:07.2122798Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_factor_cpu_float32 2022-09-27T15:59:07.2132917Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_factor_cpu_float32 2022-09-27T15:59:07.2506698Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:59:07.2514066Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:59:07.3482082Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_solve_cpu_float32 2022-09-27T15:59:07.3489691Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_prod_cpu_float32 2022-09-27T15:59:07.3987790Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_softmax_cpu_float32 2022-09-27T15:59:07.3997328Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_softmax_cpu_float32 2022-09-27T15:59:07.4462241Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_softmin_cpu_float32 2022-09-27T15:59:07.4473134Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_softmin_cpu_float32 2022-09-27T15:59:07.4653659Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_std_cpu_float32 2022-09-27T15:59:07.4663107Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_solve_cpu_float32 2022-09-27T15:59:07.6129244Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_norm_cpu_float32 2022-09-27T15:59:07.6139982Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_norm_cpu_float32 2022-09-27T15:59:07.6165070Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_power_cpu_float32 2022-09-27T15:59:07.6174469Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_power_cpu_float32 2022-09-27T15:59:07.9331948Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_rank_cpu_float32 2022-09-27T15:59:07.9343738Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_rank_cpu_float32 2022-09-27T15:59:07.9375492Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:59:07.9385119Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:59:07.9688687Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_multi_dot_cpu_float32 2022-09-27T15:59:07.9698240Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_multi_dot_cpu_float32 2022-09-27T15:59:08.1918354Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_norm_cpu_float32 2022-09-27T15:59:08.1927849Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_norm_cpu_float32 2022-09-27T15:59:08.3302896Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:59:08.3313344Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:59:08.3338712Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_cpu_float32 2022-09-27T15:59:08.3348782Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_cpu_float32 2022-09-27T15:59:08.3371939Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:59:08.3381235Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:59:08.3404525Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_singular_cpu_float32 2022-09-27T15:59:08.3415152Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_singular_cpu_float32 2022-09-27T15:59:08.4237093Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_qr_cpu_float32 2022-09-27T15:59:08.4251975Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_qr_cpu_float32 2022-09-27T15:59:08.4530747Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_slogdet_cpu_float32 2022-09-27T15:59:08.4542667Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_slogdet_cpu_float32 2022-09-27T15:59:08.4580815Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_cpu_float32 2022-09-27T15:59:08.4589334Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_cpu_float32 2022-09-27T15:59:08.5093248Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_ex_cpu_float32 2022-09-27T15:59:08.5106975Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_ex_cpu_float32 2022-09-27T15:59:08.8604521Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_triangular_cpu_float32 2022-09-27T15:59:08.8617410Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_std_cpu_float32 2022-09-27T15:59:09.0580276Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_sum_cpu_float32 2022-09-27T15:59:09.0594376Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_triangular_cpu_float32 2022-09-27T15:59:09.2273210Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_svd_cpu_float32 2022-09-27T15:59:09.2287486Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_sum_cpu_float32 2022-09-27T15:59:09.7210569Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_var_cpu_float32 2022-09-27T15:59:09.7223489Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_svd_cpu_float32 2022-09-27T15:59:09.8182125Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_svdvals_cpu_float32 2022-09-27T15:59:09.8194923Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_svdvals_cpu_float32 2022-09-27T15:59:09.8315640Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_tensorinv_cpu_float32 2022-09-27T15:59:09.8328435Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_tensorinv_cpu_float32 2022-09-27T15:59:09.8363289Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_tensorsolve_cpu_float32 2022-09-27T15:59:09.8375985Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_tensorsolve_cpu_float32 2022-09-27T15:59:09.8779996Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vander_cpu_float32 2022-09-27T15:59:09.8792435Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vander_cpu_float32 2022-09-27T15:59:10.0240498Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vecdot_cpu_float32 2022-09-27T15:59:10.0253296Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vecdot_cpu_float32 2022-09-27T15:59:10.1979663Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vector_norm_cpu_float32 2022-09-27T15:59:10.1992585Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_svd_cpu_float32 2022-09-27T15:59:10.2017994Z test_ops.py::TestCompositeComplianceCPU::test_backward_svd_lowrank_cpu_float32 2022-09-27T15:59:10.2030325Z [gw0] [ 90%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_svd_lowrank_cpu_float32 2022-09-27T15:59:10.2917187Z test_ops.py::TestCompositeComplianceCPU::test_backward_symeig_cpu_float32 2022-09-27T15:59:10.2930771Z [gw1] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svd_cpu_float32 2022-09-27T15:59:10.4421403Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svdvals_cpu_float32 2022-09-27T15:59:10.4448229Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vector_norm_cpu_float32 2022-09-27T15:59:10.5160539Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linspace_cpu_float32 2022-09-27T15:59:10.5173415Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_symeig_cpu_float32 2022-09-27T15:59:10.5274730Z test_ops.py::TestCompositeComplianceCPU::test_backward_t_cpu_float32 2022-09-27T15:59:10.5284026Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_t_cpu_float32 2022-09-27T15:59:10.5563878Z test_ops.py::TestCompositeComplianceCPU::test_backward_take_along_dim_cpu_float32 2022-09-27T15:59:10.5575647Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linspace_cpu_float32 2022-09-27T15:59:10.5629132Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log10_cpu_float32 2022-09-27T15:59:10.5639384Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_take_along_dim_cpu_float32 2022-09-27T15:59:10.5675077Z test_ops.py::TestCompositeComplianceCPU::test_backward_take_cpu_float32 2022-09-27T15:59:10.5686482Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log10_cpu_float32 2022-09-27T15:59:10.5729670Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log1p_cpu_float32 2022-09-27T15:59:10.5741035Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log1p_cpu_float32 2022-09-27T15:59:10.5815683Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log2_cpu_float32 2022-09-27T15:59:10.5826103Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log2_cpu_float32 2022-09-27T15:59:10.5910254Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_cpu_float32 2022-09-27T15:59:10.5918781Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_cpu_float32 2022-09-27T15:59:10.6065051Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_softmax_cpu_float32 2022-09-27T15:59:10.6073289Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_softmax_cpu_float32 2022-09-27T15:59:10.6120811Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_softmax_dtype_cpu_float32 2022-09-27T15:59:10.6129231Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_take_cpu_float32 2022-09-27T15:59:10.6182935Z test_ops.py::TestCompositeComplianceCPU::test_backward_tan_cpu_float32 2022-09-27T15:59:10.6190185Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_tan_cpu_float32 2022-09-27T15:59:10.6219821Z test_ops.py::TestCompositeComplianceCPU::test_backward_tanh_cpu_float32 2022-09-27T15:59:10.6227691Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_softmax_dtype_cpu_float32 2022-09-27T15:59:10.6235944Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logaddexp2_cpu_float32 2022-09-27T15:59:10.6243317Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_tanh_cpu_float32 2022-09-27T15:59:10.6266516Z test_ops.py::TestCompositeComplianceCPU::test_backward_tensor_split_cpu_float32 2022-09-27T15:59:10.6274328Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logaddexp2_cpu_float32 2022-09-27T15:59:10.6312422Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logaddexp_cpu_float32 2022-09-27T15:59:10.6320149Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logaddexp_cpu_float32 2022-09-27T15:59:10.6442203Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logcumsumexp_cpu_float32 2022-09-27T15:59:10.6450289Z [gw0] [ 90%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_tensor_split_cpu_float32 2022-09-27T15:59:10.6482741Z test_ops.py::TestCompositeComplianceCPU::test_backward_tensordot_cpu_float32 2022-09-27T15:59:10.6490444Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logcumsumexp_cpu_float32 2022-09-27T15:59:10.6743042Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logdet_cpu_float32 2022-09-27T15:59:10.6753898Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_tensordot_cpu_float32 2022-09-27T15:59:10.6808567Z test_ops.py::TestCompositeComplianceCPU::test_backward_tile_cpu_float32 2022-09-27T15:59:10.6821158Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logdet_cpu_float32 2022-09-27T15:59:10.7026868Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_and_cpu_float32 2022-09-27T15:59:10.7039051Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_and_cpu_float32 2022-09-27T15:59:10.7132165Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_not_cpu_float32 2022-09-27T15:59:10.7143905Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_not_cpu_float32 2022-09-27T15:59:10.7427523Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_or_cpu_float32 2022-09-27T15:59:10.7440228Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_or_cpu_float32 2022-09-27T15:59:10.7450630Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_tile_cpu_float32 2022-09-27T15:59:10.7452286Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_xor_cpu_float32 2022-09-27T15:59:10.7801427Z test_ops.py::TestCompositeComplianceCPU::test_backward_to_cpu_float32 2022-09-27T15:59:10.7812295Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_xor_cpu_float32 2022-09-27T15:59:10.7957930Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logit_cpu_float32 2022-09-27T15:59:10.7969038Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logit_cpu_float32 2022-09-27T15:59:10.8459446Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logspace_cpu_float32 2022-09-27T15:59:10.8473109Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_var_cpu_float32 2022-09-27T15:59:10.8529090Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_abs_cpu_float32 2022-09-27T15:59:10.8542710Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_abs_cpu_float32 2022-09-27T15:59:10.8547524Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_acos_cpu_float32 2022-09-27T15:59:10.8558738Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_to_cpu_float32 2022-09-27T15:59:10.8581095Z test_ops.py::TestCompositeComplianceCPU::test_backward_to_sparse_cpu_float32 2022-09-27T15:59:10.8592393Z [gw0] [ 90%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_to_sparse_cpu_float32 2022-09-27T15:59:10.8650583Z test_ops.py::TestCompositeComplianceCPU::test_backward_topk_cpu_float32 2022-09-27T15:59:10.8663686Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_acos_cpu_float32 2022-09-27T15:59:10.8783409Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_acosh_cpu_float32 2022-09-27T15:59:10.8796507Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_acosh_cpu_float32 2022-09-27T15:59:10.9063245Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_add_cpu_float32 2022-09-27T15:59:10.9073991Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_topk_cpu_float32 2022-09-27T15:59:10.9140048Z test_ops.py::TestCompositeComplianceCPU::test_backward_trace_cpu_float32 2022-09-27T15:59:10.9153030Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_trace_cpu_float32 2022-09-27T15:59:10.9165647Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_add_cpu_float32 2022-09-27T15:59:10.9167448Z test_ops.py::TestCompositeComplianceCPU::test_backward_transpose_cpu_float32 2022-09-27T15:59:10.9434207Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addbmm_cpu_float32 2022-09-27T15:59:10.9445477Z [gw0] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_transpose_cpu_float32 2022-09-27T15:59:10.9525720Z test_ops.py::TestCompositeComplianceCPU::test_backward_trapezoid_cpu_float32 2022-09-27T15:59:10.9536017Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addbmm_cpu_float32 2022-09-27T15:59:10.9939398Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addcdiv_cpu_float32 2022-09-27T15:59:10.9947803Z [gw3] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addcdiv_cpu_float32 2022-09-27T15:59:11.0278977Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addcmul_cpu_float32 2022-09-27T15:59:11.0289678Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addcmul_cpu_float32 2022-09-27T15:59:11.0443590Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmm_cpu_float32 2022-09-27T15:59:11.0452885Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmm_cpu_float32 2022-09-27T15:59:11.0575935Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmm_decomposed_cpu_float32 2022-09-27T15:59:11.0584128Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmm_decomposed_cpu_float32 2022-09-27T15:59:11.0735110Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmv_cpu_float32 2022-09-27T15:59:11.0743156Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmv_cpu_float32 2022-09-27T15:59:11.0839994Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addr_cpu_float32 2022-09-27T15:59:11.0848067Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_trapezoid_cpu_float32 2022-09-27T15:59:11.0884751Z test_ops.py::TestCompositeComplianceCPU::test_backward_trapz_cpu_float32 2022-09-27T15:59:11.0892723Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addr_cpu_float32 2022-09-27T15:59:11.1130434Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_all_cpu_float32 2022-09-27T15:59:11.1139205Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_all_cpu_float32 2022-09-27T15:59:11.1573740Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_allclose_cpu_float32 2022-09-27T15:59:11.1582259Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_allclose_cpu_float32 2022-09-27T15:59:11.1735639Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_amax_cpu_float32 2022-09-27T15:59:11.1744054Z [gw1] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svdvals_cpu_float32 2022-09-27T15:59:11.1830748Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorinv_cpu_float32 2022-09-27T15:59:11.1838948Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_trapz_cpu_float32 2022-09-27T15:59:11.1953198Z test_ops.py::TestCompositeComplianceCPU::test_backward_triangular_solve_cpu_float32 2022-09-27T15:59:11.1964157Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_amax_cpu_float32 2022-09-27T15:59:11.1983077Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_amin_cpu_float32 2022-09-27T15:59:11.1994264Z [gw1] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorinv_cpu_float32 2022-09-27T15:59:11.2478225Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorsolve_cpu_float32 2022-09-27T15:59:11.2489726Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_amin_cpu_float32 2022-09-27T15:59:11.2524706Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_aminmax_cpu_float32 2022-09-27T15:59:11.2536185Z [gw3] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_aminmax_cpu_float32 2022-09-27T15:59:11.2594263Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_angle_cpu_float32 2022-09-27T15:59:11.2606462Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_angle_cpu_float32 2022-09-27T15:59:11.2967857Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_any_cpu_float32 2022-09-27T15:59:11.2979358Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_any_cpu_float32 2022-09-27T15:59:11.3633134Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_arange_cpu_float32 2022-09-27T15:59:11.3644883Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_arange_cpu_float32 2022-09-27T15:59:11.3917072Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argmax_cpu_float32 2022-09-27T15:59:11.3930557Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argmax_cpu_float32 2022-09-27T15:59:11.4190395Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argmin_cpu_float32 2022-09-27T15:59:11.4202100Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argmin_cpu_float32 2022-09-27T15:59:11.4756781Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argsort_cpu_float32 2022-09-27T15:59:11.4767796Z [gw1] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorsolve_cpu_float32 2022-09-27T15:59:11.4800304Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vander_cpu_float32 2022-09-27T15:59:11.4811706Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argsort_cpu_float32 2022-09-27T15:59:11.4945674Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argwhere_cpu_float32 2022-09-27T15:59:11.4958411Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argwhere_cpu_float32 2022-09-27T15:59:11.5129478Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_as_strided_cpu_float32 2022-09-27T15:59:11.5142955Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_as_strided_cpu_float32 2022-09-27T15:59:11.5317021Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_as_strided_scatter_cpu_float32 2022-09-27T15:59:11.5329954Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_as_strided_scatter_cpu_float32 2022-09-27T15:59:11.5384733Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_asin_cpu_float32 2022-09-27T15:59:11.5397255Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_asin_cpu_float32 2022-09-27T15:59:11.5450472Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_asinh_cpu_float32 2022-09-27T15:59:11.5462286Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_asinh_cpu_float32 2022-09-27T15:59:11.5665552Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atan2_cpu_float32 2022-09-27T15:59:11.5676259Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_triangular_solve_cpu_float32 2022-09-27T15:59:11.5711445Z test_ops.py::TestCompositeComplianceCPU::test_backward_tril_cpu_float32 2022-09-27T15:59:11.5723864Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atan2_cpu_float32 2022-09-27T15:59:11.5777373Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atan_cpu_float32 2022-09-27T15:59:11.5789621Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atan_cpu_float32 2022-09-27T15:59:11.5841622Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atanh_cpu_float32 2022-09-27T15:59:11.5853797Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atanh_cpu_float32 2022-09-27T15:59:11.5909217Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_1d_cpu_float32 2022-09-27T15:59:11.5932461Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_tril_cpu_float32 2022-09-27T15:59:11.6046160Z test_ops.py::TestCompositeComplianceCPU::test_backward_triu_cpu_float32 2022-09-27T15:59:11.6059243Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_1d_cpu_float32 2022-09-27T15:59:11.6176004Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_2d_cpu_float32 2022-09-27T15:59:11.6186331Z [gw1] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vander_cpu_float32 2022-09-27T15:59:11.6199848Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vecdot_cpu_float32 2022-09-27T15:59:11.6266210Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_triu_cpu_float32 2022-09-27T15:59:11.6268583Z test_ops.py::TestCompositeComplianceCPU::test_backward_true_divide_cpu_float32 2022-09-27T15:59:11.6502799Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_2d_cpu_float32 2022-09-27T15:59:11.6512136Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_3d_cpu_float32 2022-09-27T15:59:11.6571776Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_3d_cpu_float32 2022-09-27T15:59:11.6882225Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_baddbmm_cpu_float32 2022-09-27T15:59:11.6896126Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_baddbmm_cpu_float32 2022-09-27T15:59:11.6950493Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bernoulli_cpu_float32 2022-09-27T15:59:11.7304031Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logspace_cpu_float32 2022-09-27T15:59:11.7317603Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logsumexp_cpu_float32 2022-09-27T15:59:11.7321839Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bernoulli_cpu_float32 2022-09-27T15:59:11.7327702Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bfloat16_cpu_float32 2022-09-27T15:59:11.7458908Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bfloat16_cpu_float32 2022-09-27T15:59:11.7545506Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bincount_cpu_int64 2022-09-27T15:59:11.7581123Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_true_divide_cpu_float32 2022-09-27T15:59:11.7630529Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logsumexp_cpu_float32 2022-09-27T15:59:11.7632484Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_long_cpu_float32 2022-09-27T15:59:11.7635075Z test_ops.py::TestCompositeComplianceCPU::test_backward_trunc_cpu_float32 2022-09-27T15:59:11.7638869Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_trunc_cpu_float32 2022-09-27T15:59:11.7697803Z test_ops.py::TestCompositeComplianceCPU::test_backward_unbind_cpu_float32 2022-09-27T15:59:11.7745989Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_long_cpu_float32 2022-09-27T15:59:11.7751107Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lt_cpu_float32 2022-09-27T15:59:11.7844315Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bincount_cpu_int64 2022-09-27T15:59:11.8018481Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_and_cpu_int64 2022-09-27T15:59:11.8033533Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lt_cpu_float32 2022-09-27T15:59:11.8065344Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_cpu_float32 2022-09-27T15:59:11.8084330Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_and_cpu_int64 2022-09-27T15:59:11.8390140Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_left_shift_cpu_int64 2022-09-27T15:59:11.8401342Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_left_shift_cpu_int64 2022-09-27T15:59:11.8511516Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_not_cpu_int64 2022-09-27T15:59:11.8524615Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_not_cpu_int64 2022-09-27T15:59:11.8800716Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_or_cpu_int64 2022-09-27T15:59:11.8812377Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_or_cpu_int64 2022-09-27T15:59:11.9008519Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_right_shift_cpu_int64 2022-09-27T15:59:11.9017875Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_right_shift_cpu_int64 2022-09-27T15:59:11.9062696Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_xor_cpu_int64 2022-09-27T15:59:11.9072987Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_cpu_float32 2022-09-27T15:59:11.9100314Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_solve_cpu_float32 2022-09-27T15:59:11.9112233Z [gw2] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_solve_cpu_float32 2022-09-27T15:59:11.9204904Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_unpack_cpu_float32 2022-09-27T15:59:11.9214877Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_xor_cpu_int64 2022-09-27T15:59:11.9324244Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_block_diag_cpu_float32 2022-09-27T15:59:11.9332216Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_block_diag_cpu_float32 2022-09-27T15:59:11.9392517Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bmm_cpu_float32 2022-09-27T15:59:11.9404931Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bmm_cpu_float32 2022-09-27T15:59:11.9579598Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bool_cpu_float32 2022-09-27T15:59:11.9587504Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_unpack_cpu_float32 2022-09-27T15:59:11.9597443Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bool_cpu_float32 2022-09-27T15:59:11.9599890Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_shapes_cpu_float32 2022-09-27T15:59:11.9789663Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mH_cpu_float32 2022-09-27T15:59:11.9792336Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mH_cpu_float32 2022-09-27T15:59:11.9802292Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_shapes_cpu_float32 2022-09-27T15:59:11.9804579Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_tensors_cpu_float32 2022-09-27T15:59:11.9888594Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mT_cpu_float32 2022-09-27T15:59:11.9900853Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_tensors_cpu_float32 2022-09-27T15:59:11.9988714Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_to_cpu_float32 2022-09-27T15:59:12.0000396Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mT_cpu_float32 2022-09-27T15:59:12.0117353Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_fill_cpu_float32 2022-09-27T15:59:12.0128877Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_to_cpu_float32 2022-09-27T15:59:12.0246065Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bucketize_cpu_float32 2022-09-27T15:59:12.0256235Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_fill_cpu_float32 2022-09-27T15:59:12.0391512Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_scatter_cpu_float32 2022-09-27T15:59:12.0401506Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_scatter_cpu_float32 2022-09-27T15:59:12.0584141Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_select_cpu_float32 2022-09-27T15:59:12.0594172Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_select_cpu_float32 2022-09-27T15:59:12.0828874Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_matmul_cpu_float32 2022-09-27T15:59:12.0839853Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_unbind_cpu_float32 2022-09-27T15:59:12.1019261Z test_ops.py::TestCompositeComplianceCPU::test_backward_unflatten_cpu_float32 2022-09-27T15:59:12.1031200Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bucketize_cpu_float32 2022-09-27T15:59:12.1123987Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_byte_cpu_float32 2022-09-27T15:59:12.1134302Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_unflatten_cpu_float32 2022-09-27T15:59:12.1215366Z test_ops.py::TestCompositeComplianceCPU::test_backward_unfold_cpu_float32 2022-09-27T15:59:12.1226644Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_byte_cpu_float32 2022-09-27T15:59:12.1321666Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cartesian_prod_cpu_float32 2022-09-27T15:59:12.1331721Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_matmul_cpu_float32 2022-09-27T15:59:12.1414513Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_matrix_exp_cpu_float32 2022-09-27T15:59:12.1424248Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cartesian_prod_cpu_float32 2022-09-27T15:59:12.1432817Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_matrix_exp_cpu_float32 2022-09-27T15:59:12.1435690Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cat_cpu_float32 2022-09-27T15:59:12.1595782Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_binary_cpu_float32 2022-09-27T15:59:12.1605502Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cat_cpu_float32 2022-09-27T15:59:12.1635586Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cdist_cpu_float32 2022-09-27T15:59:12.1644088Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_binary_cpu_float32 2022-09-27T15:59:12.1700080Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_reduction_no_dim_cpu_float32 2022-09-27T15:59:12.1707987Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_reduction_no_dim_cpu_float32 2022-09-27T15:59:12.1759264Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_reduction_with_dim_cpu_float32 2022-09-27T15:59:12.1770097Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_unfold_cpu_float32 2022-09-27T15:59:12.1831308Z test_ops.py::TestCompositeComplianceCPU::test_backward_unsqueeze_cpu_float32 2022-09-27T15:59:12.1840892Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_reduction_with_dim_cpu_float32 2022-09-27T15:59:12.1995855Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_maximum_cpu_float32 2022-09-27T15:59:12.2005083Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_unsqueeze_cpu_float32 2022-09-27T15:59:12.2108836Z test_ops.py::TestCompositeComplianceCPU::test_backward_var_cpu_float32 2022-09-27T15:59:12.2115733Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_maximum_cpu_float32 2022-09-27T15:59:12.2356882Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mean_cpu_float32 2022-09-27T15:59:12.2366606Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_var_cpu_float32 2022-09-27T15:59:12.2562124Z test_ops.py::TestCompositeComplianceCPU::test_backward_var_mean_cpu_float32 2022-09-27T15:59:12.2575169Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mean_cpu_float32 2022-09-27T15:59:12.3054926Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_median_cpu_float32 2022-09-27T15:59:12.3067694Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_median_cpu_float32 2022-09-27T15:59:12.3272354Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:59:12.3283813Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_var_mean_cpu_float32 2022-09-27T15:59:12.3404800Z test_ops.py::TestCompositeComplianceCPU::test_backward_vdot_cpu_float32 2022-09-27T15:59:12.3415934Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_vdot_cpu_float32 2022-09-27T15:59:12.3472714Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_complex_cpu_float32 2022-09-27T15:59:12.3482725Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_complex_cpu_float32 2022-09-27T15:59:12.3516349Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_cpu_float32 2022-09-27T15:59:12.3528023Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:59:12.3752477Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:59:12.3764064Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_cpu_float32 2022-09-27T15:59:12.3920211Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_cpu_float32 2022-09-27T15:59:12.3929952Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:59:12.4014288Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_binary_cpu_float32 2022-09-27T15:59:12.4025514Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_view_cpu_float32 2022-09-27T15:59:12.4129481Z test_ops.py::TestCompositeComplianceCPU::test_backward_vsplit_cpu_float32 2022-09-27T15:59:12.4141928Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_binary_cpu_float32 2022-09-27T15:59:12.4224981Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_reduction_no_dim_cpu_float32 2022-09-27T15:59:12.4236026Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_reduction_no_dim_cpu_float32 2022-09-27T15:59:12.4368076Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_reduction_with_dim_cpu_float32 2022-09-27T15:59:12.4380988Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_reduction_with_dim_cpu_float32 2022-09-27T15:59:12.4595444Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_minimum_cpu_float32 2022-09-27T15:59:12.4606431Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_vsplit_cpu_float32 2022-09-27T15:59:12.4677996Z test_ops.py::TestCompositeComplianceCPU::test_backward_vstack_cpu_float32 2022-09-27T15:59:12.4690926Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_minimum_cpu_float32 2022-09-27T15:59:12.4755502Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mm_cpu_float32 2022-09-27T15:59:12.4767545Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mm_cpu_float32 2022-09-27T15:59:12.4776341Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_vstack_cpu_float32 2022-09-27T15:59:12.4783746Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mode_cpu_float32 2022-09-27T15:59:12.5044816Z test_ops.py::TestCompositeComplianceCPU::test_backward_where_cpu_float32 2022-09-27T15:59:12.5056850Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mode_cpu_float32 2022-09-27T15:59:12.5130739Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_movedim_cpu_float32 2022-09-27T15:59:12.5140854Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_movedim_cpu_float32 2022-09-27T15:59:12.5233111Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_msort_cpu_float32 2022-09-27T15:59:12.5242266Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_msort_cpu_float32 2022-09-27T15:59:12.5435433Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mul_cpu_float32 2022-09-27T15:59:12.5442374Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mul_cpu_float32 2022-09-27T15:59:12.5468243Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_multinomial_cpu_float32 2022-09-27T15:59:12.5476458Z [gw2] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_multinomial_cpu_float32 2022-09-27T15:59:12.5520742Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mv_cpu_float32 2022-09-27T15:59:12.5527627Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mv_cpu_float32 2022-09-27T15:59:12.5554136Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:59:12.5561180Z [gw2] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:59:12.5587588Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:59:12.5595324Z [gw2] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:59:12.5621373Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:59:12.5629181Z [gw2] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:59:12.5740259Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nan_to_num_cpu_float32 2022-09-27T15:59:12.5752562Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_where_cpu_float32 2022-09-27T15:59:12.5757859Z test_ops.py::TestCompositeComplianceCPU::test_backward_xlogy_cpu_float32 2022-09-27T15:59:12.5766480Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nan_to_num_cpu_float32 2022-09-27T15:59:12.5795112Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanmean_cpu_float32 2022-09-27T15:59:12.5805513Z [gw2] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanmean_cpu_float32 2022-09-27T15:59:12.6107491Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanmedian_cpu_float32 2022-09-27T15:59:12.6114633Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanmedian_cpu_float32 2022-09-27T15:59:12.6141723Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanquantile_cpu_float32 2022-09-27T15:59:12.6148980Z [gw2] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanquantile_cpu_float32 2022-09-27T15:59:12.6740339Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nansum_cpu_float32 2022-09-27T15:59:12.6750858Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nansum_cpu_float32 2022-09-27T15:59:12.6848013Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_narrow_copy_cpu_float32 2022-09-27T15:59:12.6857755Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_xlogy_cpu_float32 2022-09-27T15:59:12.6893177Z test_ops.py::TestCompositeComplianceCPU::test_backward_zero__cpu_float32 2022-09-27T15:59:12.6899411Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_narrow_copy_cpu_float32 2022-09-27T15:59:12.6921287Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_narrow_cpu_float32 2022-09-27T15:59:12.6929223Z [gw2] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_narrow_cpu_float32 2022-09-27T15:59:12.6941363Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_native_layer_norm_cpu_float32 2022-09-27T15:59:12.6949026Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_zero__cpu_float32 2022-09-27T15:59:12.7039541Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_H_cpu_float32 2022-09-27T15:59:12.7047224Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_H_cpu_float32 2022-09-27T15:59:12.7143344Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_T_cpu_float32 2022-09-27T15:59:12.7150193Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_T_cpu_float32 2022-09-27T15:59:12.7573698Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___getitem___cpu_float32 2022-09-27T15:59:12.7585300Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_native_layer_norm_cpu_float32 2022-09-27T15:59:12.7797858Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ne_cpu_float32 2022-09-27T15:59:12.7804709Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ne_cpu_float32 2022-09-27T15:59:12.7850318Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_neg_cpu_float32 2022-09-27T15:59:12.7857530Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_neg_cpu_float32 2022-09-27T15:59:12.8016364Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_empty_cpu_float32 2022-09-27T15:59:12.8024561Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_empty_cpu_float32 2022-09-27T15:59:12.8079770Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_empty_strided_cpu_float32 2022-09-27T15:59:12.8090757Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___getitem___cpu_float32 2022-09-27T15:59:12.8186465Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___radd___cpu_float32 2022-09-27T15:59:12.8193568Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_empty_strided_cpu_float32 2022-09-27T15:59:12.8367702Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_full_cpu_float32 2022-09-27T15:59:12.8374197Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cdist_cpu_float32 2022-09-27T15:59:12.8382125Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_full_cpu_float32 2022-09-27T15:59:12.8383131Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ceil_cpu_float32 2022-09-27T15:59:12.8435196Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_ones_cpu_float32 2022-09-27T15:59:12.8445945Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ceil_cpu_float32 2022-09-27T15:59:12.8555312Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_chalf_cpu_float32 2022-09-27T15:59:12.8561985Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_ones_cpu_float32 2022-09-27T15:59:12.8601179Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_zeros_cpu_float32 2022-09-27T15:59:12.8610230Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_chalf_cpu_float32 2022-09-27T15:59:12.8728930Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_char_cpu_float32 2022-09-27T15:59:12.8735954Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_char_cpu_float32 2022-09-27T15:59:12.8752604Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_cpu_float32 2022-09-27T15:59:12.8765659Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_zeros_cpu_float32 2022-09-27T15:59:12.8774776Z [gw3] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_cpu_float32 2022-09-27T15:59:12.8776398Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_inverse_cpu_float32 2022-09-27T15:59:12.8801027Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nextafter_cpu_float32 2022-09-27T15:59:12.8809718Z [gw3] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_inverse_cpu_float32 2022-09-27T15:59:12.9024331Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_solve_cpu_float32 2022-09-27T15:59:12.9035797Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nextafter_cpu_float32 2022-09-27T15:59:12.9227111Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:59:12.9237892Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:59:12.9265657Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:59:12.9275597Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_solve_cpu_float32 2022-09-27T15:59:12.9390146Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_chunk_cpu_float32 2022-09-27T15:59:12.9399987Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_chunk_cpu_float32 2022-09-27T15:59:12.9497807Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_cpu_float32 2022-09-27T15:59:12.9509251Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:59:12.9570737Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_inf_cpu_float32 2022-09-27T15:59:12.9581034Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_cpu_float32 2022-09-27T15:59:12.9650031Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_max_cpu_float32 2022-09-27T15:59:12.9659846Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_inf_cpu_float32 2022-09-27T15:59:12.9768259Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_nuc_cpu_float32 2022-09-27T15:59:12.9778130Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_nuc_cpu_float32 2022-09-27T15:59:12.9877723Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_normal_cpu_float32 2022-09-27T15:59:12.9888449Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_max_cpu_float32 2022-09-27T15:59:13.0065643Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_min_cpu_float32 2022-09-27T15:59:13.0076208Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_normal_cpu_float32 2022-09-27T15:59:13.0152400Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_normal_number_mean_cpu_float32 2022-09-27T15:59:13.0163119Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_normal_number_mean_cpu_float32 2022-09-27T15:59:13.0175947Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ones_cpu_float32 2022-09-27T15:59:13.0186544Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_min_cpu_float32 2022-09-27T15:59:13.0247800Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clone_cpu_float32 2022-09-27T15:59:13.0258281Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ones_cpu_float32 2022-09-27T15:59:13.0269323Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ones_like_cpu_float32 2022-09-27T15:59:13.0282725Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clone_cpu_float32 2022-09-27T15:59:13.0287546Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_column_stack_cpu_float32 2022-09-27T15:59:13.0298956Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___radd___cpu_float32 2022-09-27T15:59:13.0413651Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rdiv___cpu_float32 2022-09-27T15:59:13.0424462Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_column_stack_cpu_float32 2022-09-27T15:59:13.0486848Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_combinations_cpu_float32 2022-09-27T15:59:13.0497556Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ones_like_cpu_float32 2022-09-27T15:59:13.1558287Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ormqr_cpu_float32 2022-09-27T15:59:13.1566038Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_combinations_cpu_float32 2022-09-27T15:59:13.1755039Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_complex_cpu_float32 2022-09-27T15:59:13.1762500Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_complex_cpu_float32 2022-09-27T15:59:13.1824359Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_conj_cpu_float32 2022-09-27T15:59:13.1831467Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_conj_cpu_float32 2022-09-27T15:59:13.1866196Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_conj_physical_cpu_float32 2022-09-27T15:59:13.1873613Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_conj_physical_cpu_float32 2022-09-27T15:59:13.2088341Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_constant_pad_nd_cpu_float32 2022-09-27T15:59:13.2096478Z [gw1] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vecdot_cpu_float32 2022-09-27T15:59:13.2749587Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vector_norm_cpu_float32 2022-09-27T15:59:13.2756886Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_constant_pad_nd_cpu_float32 2022-09-27T15:59:13.2808671Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_contiguous_cpu_float32 2022-09-27T15:59:13.2815819Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_contiguous_cpu_float32 2022-09-27T15:59:13.3002957Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_copysign_cpu_float32 2022-09-27T15:59:13.3010075Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_copysign_cpu_float32 2022-09-27T15:59:13.3167693Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_corrcoef_cpu_float32 2022-09-27T15:59:13.3176735Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_corrcoef_cpu_float32 2022-09-27T15:59:13.3295479Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:59:13.3306913Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rdiv___cpu_float32 2022-09-27T15:59:13.3482882Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmatmul___cpu_float32 2022-09-27T15:59:13.3492495Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:59:13.3745641Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:59:13.3753154Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:59:13.4245218Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:59:13.4259532Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:59:13.4826911Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:59:13.4837562Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:59:13.5052413Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:59:13.5062176Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:59:13.5212938Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:59:13.5222625Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:59:13.5416610Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:59:13.5429359Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:59:13.5903069Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_batch_norm_cpu_float32 2022-09-27T15:59:13.5913962Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_batch_norm_cpu_float32 2022-09-27T15:59:13.6552954Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_bilinear_cpu_float32 2022-09-27T15:59:13.6564176Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_bilinear_cpu_float32 2022-09-27T15:59:13.6914713Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:59:13.6927301Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:59:13.7661167Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:59:13.7670876Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:59:13.7749135Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_celu_cpu_float32 2022-09-27T15:59:13.7757401Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_celu_cpu_float32 2022-09-27T15:59:13.8291107Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv1d_cpu_float32 2022-09-27T15:59:13.8303112Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv1d_cpu_float32 2022-09-27T15:59:13.8880962Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv2d_cpu_float32 2022-09-27T15:59:13.8894194Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ormqr_cpu_float32 2022-09-27T15:59:13.8956277Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_outer_cpu_float32 2022-09-27T15:59:13.8974780Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_outer_cpu_float32 2022-09-27T15:59:13.9989756Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pca_lowrank_cpu_float32 2022-09-27T15:59:14.0004743Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmatmul___cpu_float32 2022-09-27T15:59:14.0059762Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmod___cpu_float32 2022-09-27T15:59:14.0076444Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv2d_cpu_float32 2022-09-27T15:59:14.0471748Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:59:14.0485797Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:59:14.0905626Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:59:14.0914678Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:59:14.1316732Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:59:14.1327950Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:59:14.1921177Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:59:14.1932159Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:59:14.2475285Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:59:14.2487313Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:59:14.3072624Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:59:14.3088883Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmod___cpu_float32 2022-09-27T15:59:14.3386962Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmul___cpu_float32 2022-09-27T15:59:14.3402488Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:59:14.3432205Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:59:14.3451002Z [gw3] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:59:14.4127591Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout2d_cpu_float32 2022-09-27T15:59:14.4154465Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout2d_cpu_float32 2022-09-27T15:59:14.4807596Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout3d_cpu_float32 2022-09-27T15:59:14.4821509Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout3d_cpu_float32 2022-09-27T15:59:14.5124532Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout_cpu_float32 2022-09-27T15:59:14.5162735Z [gw1] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vector_norm_cpu_float32 2022-09-27T15:59:14.5177172Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linspace_cpu_float32 2022-09-27T15:59:14.5190922Z [gw1] [ 91%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linspace_cpu_float32 2022-09-27T15:59:14.5427760Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log10_cpu_float32 2022-09-27T15:59:14.5441563Z [gw1] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log10_cpu_float32 2022-09-27T15:59:14.5530327Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log1p_cpu_float32 2022-09-27T15:59:14.5540491Z [gw1] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log1p_cpu_float32 2022-09-27T15:59:14.5732912Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log2_cpu_float32 2022-09-27T15:59:14.5749327Z [gw1] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log2_cpu_float32 2022-09-27T15:59:14.5751373Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_cpu_float32 2022-09-27T15:59:14.5760110Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout_cpu_float32 2022-09-27T15:59:14.5872243Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_elu_cpu_float32 2022-09-27T15:59:14.5883980Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_elu_cpu_float32 2022-09-27T15:59:14.5888617Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:59:14.5902454Z [gw1] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_cpu_float32 2022-09-27T15:59:14.5907131Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_cpu_float32 2022-09-27T15:59:14.5917182Z [gw3] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:59:14.6129504Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_embedding_cpu_float32 2022-09-27T15:59:14.6137205Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmul___cpu_float32 2022-09-27T15:59:14.6204998Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rpow___cpu_float32 2022-09-27T15:59:14.6219321Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_embedding_cpu_float32 2022-09-27T15:59:14.6351114Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:59:14.6361191Z [gw1] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_cpu_float32 2022-09-27T15:59:14.6562846Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_dtype_cpu_float32 2022-09-27T15:59:14.6573529Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:59:14.6892631Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:59:14.6897036Z [gw1] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_dtype_cpu_float32 2022-09-27T15:59:14.6910276Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:59:14.6912861Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:59:14.7328631Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp2_cpu_float32 2022-09-27T15:59:14.7341619Z [gw1] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp2_cpu_float32 2022-09-27T15:59:14.7812118Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp_cpu_float32 2022-09-27T15:59:14.7824386Z [gw1] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp_cpu_float32 2022-09-27T15:59:14.7859887Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logcumsumexp_cpu_float32 2022-09-27T15:59:14.7869830Z [gw1] [ 91%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logcumsumexp_cpu_float32 2022-09-27T15:59:14.8800501Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logdet_cpu_float32 2022-09-27T15:59:14.8810767Z [gw1] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logdet_cpu_float32 2022-09-27T15:59:14.8827038Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:59:14.8828485Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:59:14.8862220Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_and_cpu_float32 2022-09-27T15:59:14.8873468Z [gw1] [ 91%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_and_cpu_float32 2022-09-27T15:59:14.8904263Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_not_cpu_float32 2022-09-27T15:59:14.8917675Z [gw1] [ 91%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_not_cpu_float32 2022-09-27T15:59:14.8947097Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_or_cpu_float32 2022-09-27T15:59:14.8959924Z [gw1] [ 91%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_or_cpu_float32 2022-09-27T15:59:14.8993168Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_xor_cpu_float32 2022-09-27T15:59:14.9005484Z [gw1] [ 91%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_xor_cpu_float32 2022-09-27T15:59:14.9407597Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logit_cpu_float32 2022-09-27T15:59:14.9419270Z [gw1] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logit_cpu_float32 2022-09-27T15:59:14.9453480Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logspace_cpu_float32 2022-09-27T15:59:14.9465013Z [gw1] [ 91%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logspace_cpu_float32 2022-09-27T15:59:15.0793183Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logsumexp_cpu_float32 2022-09-27T15:59:15.0801426Z [gw1] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logsumexp_cpu_float32 2022-09-27T15:59:15.0834443Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_long_cpu_float32 2022-09-27T15:59:15.0845203Z [gw1] [ 91%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_long_cpu_float32 2022-09-27T15:59:15.0878149Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lt_cpu_float32 2022-09-27T15:59:15.0889349Z [gw1] [ 91%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lt_cpu_float32 2022-09-27T15:59:15.0986703Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_cpu_float32 2022-09-27T15:59:15.1001860Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rpow___cpu_float32 2022-09-27T15:59:15.1576130Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rsub___cpu_float32 2022-09-27T15:59:15.1588347Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:59:15.3572468Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:59:15.3583503Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rsub___cpu_float32 2022-09-27T15:59:15.8040832Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_amax_cpu_float32 2022-09-27T15:59:15.8054062Z [gw1] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_cpu_float32 2022-09-27T15:59:16.1544048Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_solve_cpu_float32 2022-09-27T15:59:16.1555197Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:59:16.1779113Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_gelu_cpu_float32 2022-09-27T15:59:16.1791700Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_gelu_cpu_float32 2022-09-27T15:59:16.2911604Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_glu_cpu_float32 2022-09-27T15:59:16.2925639Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_glu_cpu_float32 2022-09-27T15:59:16.5628821Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_grid_sample_cpu_float32 2022-09-27T15:59:16.5641217Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_grid_sample_cpu_float32 2022-09-27T15:59:16.5829319Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_group_norm_cpu_float32 2022-09-27T15:59:16.5842216Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_group_norm_cpu_float32 2022-09-27T15:59:16.6005908Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardshrink_cpu_float32 2022-09-27T15:59:16.6017615Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardshrink_cpu_float32 2022-09-27T15:59:16.6114881Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:59:16.6126563Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:59:16.6244858Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardswish_cpu_float32 2022-09-27T15:59:16.6256019Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardswish_cpu_float32 2022-09-27T15:59:16.6430296Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardtanh_cpu_float32 2022-09-27T15:59:16.6442655Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardtanh_cpu_float32 2022-09-27T15:59:16.7137721Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:59:16.7149161Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:59:16.7486726Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_huber_loss_cpu_float32 2022-09-27T15:59:16.7497888Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_huber_loss_cpu_float32 2022-09-27T15:59:16.8242173Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_instance_norm_cpu_float32 2022-09-27T15:59:16.8254470Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_instance_norm_cpu_float32 2022-09-27T15:59:16.8608976Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:59:16.8620034Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:59:16.8940174Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:59:16.8953988Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:59:16.9263035Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:59:16.9275643Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:59:16.9632721Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:59:16.9642460Z [gw0] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_amax_cpu_float32 2022-09-27T15:59:16.9653287Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:59:16.9654736Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:59:17.0066739Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_amin_cpu_float32 2022-09-27T15:59:17.0080762Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:59:17.0458351Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:59:17.0470596Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:59:17.1041779Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_kl_div_cpu_float32 2022-09-27T15:59:17.1062986Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_kl_div_cpu_float32 2022-09-27T15:59:17.1269443Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_l1_loss_cpu_float32 2022-09-27T15:59:17.1280019Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_l1_loss_cpu_float32 2022-09-27T15:59:17.1503205Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_layer_norm_cpu_float32 2022-09-27T15:59:17.1514639Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_layer_norm_cpu_float32 2022-09-27T15:59:17.1768820Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:59:17.1781900Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:59:17.2535735Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_linear_cpu_float32 2022-09-27T15:59:17.2546242Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_linear_cpu_float32 2022-09-27T15:59:17.3049363Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:59:17.3061101Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:59:17.3166139Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:59:17.3177474Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:59:17.4234029Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:59:17.4245243Z [gw3] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:59:17.4279272Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:59:17.4291259Z [gw3] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:59:18.0615814Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:59:18.0628406Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pca_lowrank_cpu_float32 2022-09-27T15:59:18.0753158Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_permute_cpu_float32 2022-09-27T15:59:18.0765152Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_permute_cpu_float32 2022-09-27T15:59:18.1123274Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pinverse_cpu_float32 2022-09-27T15:59:18.1136125Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pinverse_cpu_float32 2022-09-27T15:59:18.1518492Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polar_cpu_float32 2022-09-27T15:59:18.1531476Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polar_cpu_float32 2022-09-27T15:59:18.1807944Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:59:18.1820164Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:59:18.2103077Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:59:18.2113888Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:59:18.2374272Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:59:18.2384723Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:59:18.2665493Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:59:18.2676440Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:59:18.2948999Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:59:18.2959628Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:59:18.3052029Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_positive_cpu_float32 2022-09-27T15:59:18.3064732Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_positive_cpu_float32 2022-09-27T15:59:18.3318366Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pow_cpu_float32 2022-09-27T15:59:18.3330381Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pow_cpu_float32 2022-09-27T15:59:18.4071753Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_prod_cpu_float32 2022-09-27T15:59:18.4082288Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_prod_cpu_float32 2022-09-27T15:59:18.4639313Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_put_cpu_float32 2022-09-27T15:59:18.4649710Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_put_cpu_float32 2022-09-27T15:59:18.5741864Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_qr_cpu_float32 2022-09-27T15:59:18.5754502Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_qr_cpu_float32 2022-09-27T15:59:18.5791515Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_quantile_cpu_float32 2022-09-27T15:59:18.5804435Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_quantile_cpu_float32 2022-09-27T15:59:18.5900066Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rad2deg_cpu_float32 2022-09-27T15:59:18.5911062Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rad2deg_cpu_float32 2022-09-27T15:59:18.6281272Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rand_like_cpu_float32 2022-09-27T15:59:18.6291522Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rand_like_cpu_float32 2022-09-27T15:59:18.6409441Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randint_like_cpu_float32 2022-09-27T15:59:18.6421522Z [gw0] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_amin_cpu_float32 2022-09-27T15:59:18.6459133Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_argmax_cpu_float32 2022-09-27T15:59:18.6470185Z [gw0] [ 92%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_argmax_cpu_float32 2022-09-27T15:59:18.6505800Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_argmin_cpu_float32 2022-09-27T15:59:18.6517421Z [gw0] [ 92%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_argmin_cpu_float32 2022-09-27T15:59:18.7008289Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_cumprod_cpu_float32 2022-09-27T15:59:18.7019092Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randint_like_cpu_float32 2022-09-27T15:59:18.7148608Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randn_cpu_float32 2022-09-27T15:59:18.7159280Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randn_cpu_float32 2022-09-27T15:59:18.7557549Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randn_like_cpu_float32 2022-09-27T15:59:18.7568802Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randn_like_cpu_float32 2022-09-27T15:59:18.7687974Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ravel_cpu_float32 2022-09-27T15:59:18.7698984Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ravel_cpu_float32 2022-09-27T15:59:18.7800341Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_real_cpu_float32 2022-09-27T15:59:18.7811376Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_real_cpu_float32 2022-09-27T15:59:18.7921920Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reciprocal_cpu_float32 2022-09-27T15:59:18.7943670Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reciprocal_cpu_float32 2022-09-27T15:59:18.8257849Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_remainder_cpu_float32 2022-09-27T15:59:18.8266386Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_remainder_cpu_float32 2022-09-27T15:59:18.8405934Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_renorm_cpu_float32 2022-09-27T15:59:18.8417733Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_renorm_cpu_float32 2022-09-27T15:59:18.9525769Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_repeat_cpu_float32 2022-09-27T15:59:18.9537974Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_repeat_cpu_float32 2022-09-27T15:59:18.9574328Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_repeat_interleave_cpu_float32 2022-09-27T15:59:18.9587049Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_repeat_interleave_cpu_float32 2022-09-27T15:59:18.9743055Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reshape_as_cpu_float32 2022-09-27T15:59:18.9757118Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reshape_as_cpu_float32 2022-09-27T15:59:18.9986607Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reshape_cpu_float32 2022-09-27T15:59:18.9997311Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reshape_cpu_float32 2022-09-27T15:59:19.0110575Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resize__cpu_float32 2022-09-27T15:59:19.0123734Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resize__cpu_float32 2022-09-27T15:59:19.0244799Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resize_as__cpu_float32 2022-09-27T15:59:19.0256155Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resize_as__cpu_float32 2022-09-27T15:59:19.0333574Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resolve_conj_cpu_float32 2022-09-27T15:59:19.0341370Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resolve_conj_cpu_float32 2022-09-27T15:59:19.0409453Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resolve_neg_cpu_float32 2022-09-27T15:59:19.0421237Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resolve_neg_cpu_float32 2022-09-27T15:59:19.0597166Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_roll_cpu_float32 2022-09-27T15:59:19.0608394Z [gw0] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_cumprod_cpu_float32 2022-09-27T15:59:19.0878801Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_cumsum_cpu_float32 2022-09-27T15:59:19.0890904Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_roll_cpu_float32 2022-09-27T15:59:19.1888396Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rot90_cpu_float32 2022-09-27T15:59:19.1900404Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rot90_cpu_float32 2022-09-27T15:59:19.1963294Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_cpu_float32 2022-09-27T15:59:19.1974571Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_cpu_float32 2022-09-27T15:59:19.2090543Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_0_cpu_float32 2022-09-27T15:59:19.2101918Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_0_cpu_float32 2022-09-27T15:59:19.2216842Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_3_cpu_float32 2022-09-27T15:59:19.2227840Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_3_cpu_float32 2022-09-27T15:59:19.2334668Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_neg_3_cpu_float32 2022-09-27T15:59:19.2344604Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_neg_3_cpu_float32 2022-09-27T15:59:19.2443951Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rsqrt_cpu_float32 2022-09-27T15:59:19.2457144Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rsqrt_cpu_float32 2022-09-27T15:59:19.2840456Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rsub_cpu_float32 2022-09-27T15:59:19.2851505Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rsub_cpu_float32 2022-09-27T15:59:19.3104123Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_add_cpu_float32 2022-09-27T15:59:19.3112940Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_add_cpu_float32 2022-09-27T15:59:19.3420181Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_cpu_float32 2022-09-27T15:59:19.3431780Z [gw0] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_cumsum_cpu_float32 2022-09-27T15:59:19.3871207Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_log_softmax_cpu_float32 2022-09-27T15:59:19.3882265Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_cpu_float32 2022-09-27T15:59:19.4609459Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_amax_cpu_float32 2022-09-27T15:59:19.4620968Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_amax_cpu_float32 2022-09-27T15:59:19.5395358Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_amin_cpu_float32 2022-09-27T15:59:19.5407026Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_amin_cpu_float32 2022-09-27T15:59:19.6150392Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_mean_cpu_float32 2022-09-27T15:59:19.6162124Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_mean_cpu_float32 2022-09-27T15:59:19.6840853Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_prod_cpu_float32 2022-09-27T15:59:19.6851530Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_prod_cpu_float32 2022-09-27T15:59:19.7467960Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_sum_cpu_float32 2022-09-27T15:59:19.7478277Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_sum_cpu_float32 2022-09-27T15:59:19.7721164Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_searchsorted_cpu_float32 2022-09-27T15:59:19.7732372Z [gw0] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_log_softmax_cpu_float32 2022-09-27T15:59:20.3849605Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_logaddexp_cpu_float32 2022-09-27T15:59:20.3861938Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_searchsorted_cpu_float32 2022-09-27T15:59:20.3895003Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_segment_reduce_lengths_cpu_float32 2022-09-27T15:59:20.3905761Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_segment_reduce_lengths_cpu_float32 2022-09-27T15:59:20.6924066Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_segment_reduce_offsets_cpu_float32 2022-09-27T15:59:20.6934808Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_segment_reduce_offsets_cpu_float32 2022-09-27T15:59:20.7044581Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_select_cpu_float32 2022-09-27T15:59:20.7051982Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_select_cpu_float32 2022-09-27T15:59:20.7171240Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_select_scatter_cpu_float32 2022-09-27T15:59:20.7180874Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_select_scatter_cpu_float32 2022-09-27T15:59:20.7222530Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sgn_cpu_float32 2022-09-27T15:59:20.7229333Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sgn_cpu_float32 2022-09-27T15:59:20.7369819Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_short_cpu_float32 2022-09-27T15:59:20.7379948Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_short_cpu_float32 2022-09-27T15:59:20.7489338Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sigmoid_cpu_float32 2022-09-27T15:59:20.7498209Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sigmoid_cpu_float32 2022-09-27T15:59:20.7541631Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sign_cpu_float32 2022-09-27T15:59:20.7550143Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sign_cpu_float32 2022-09-27T15:59:20.7598197Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_signbit_cpu_float32 2022-09-27T15:59:20.7607619Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_signbit_cpu_float32 2022-09-27T15:59:20.7650703Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sin_cpu_float32 2022-09-27T15:59:20.7657711Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sin_cpu_float32 2022-09-27T15:59:20.7732048Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sinc_cpu_float32 2022-09-27T15:59:20.7738986Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sinc_cpu_float32 2022-09-27T15:59:20.7780776Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sinh_cpu_float32 2022-09-27T15:59:20.7787566Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sinh_cpu_float32 2022-09-27T15:59:20.8014506Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_slice_scatter_cpu_float32 2022-09-27T15:59:20.8024055Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_slice_scatter_cpu_float32 2022-09-27T15:59:20.8148103Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_softmax_cpu_float32 2022-09-27T15:59:20.8155510Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_softmax_cpu_float32 2022-09-27T15:59:20.8309713Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_softmax_with_dtype_cpu_float32 2022-09-27T15:59:20.8317071Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_softmax_with_dtype_cpu_float32 2022-09-27T15:59:20.9753471Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sort_cpu_float32 2022-09-27T15:59:20.9762450Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sort_cpu_float32 2022-09-27T15:59:20.9786048Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sparse_sampled_addmm_cpu_float32 2022-09-27T15:59:20.9795707Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sparse_sampled_addmm_cpu_float32 2022-09-27T15:59:20.9869088Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_airy_ai_cpu_float32 2022-09-27T15:59:20.9876162Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_airy_ai_cpu_float32 2022-09-27T15:59:20.9957510Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_j0_cpu_float32 2022-09-27T15:59:20.9967717Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_j0_cpu_float32 2022-09-27T15:59:21.0052301Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_j1_cpu_float32 2022-09-27T15:59:21.0059581Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_j1_cpu_float32 2022-09-27T15:59:21.0134695Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_y0_cpu_float32 2022-09-27T15:59:21.0141532Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_y0_cpu_float32 2022-09-27T15:59:21.0214987Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_y1_cpu_float32 2022-09-27T15:59:21.0221922Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_y1_cpu_float32 2022-09-27T15:59:21.0419672Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:59:21.0427540Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:59:21.0619804Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:59:21.0627265Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:59:21.0644529Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:59:21.0652763Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:59:21.0671148Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:59:21.0678075Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:59:21.0734263Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_entr_cpu_float32 2022-09-27T15:59:21.0742552Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_entr_cpu_float32 2022-09-27T15:59:21.0816686Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_erfcx_cpu_float32 2022-09-27T15:59:21.0823969Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_erfcx_cpu_float32 2022-09-27T15:59:21.1017928Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:59:21.1025233Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:59:21.1221595Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:59:21.1228564Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:59:21.1286647Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i0e_cpu_float32 2022-09-27T15:59:21.1293770Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i0e_cpu_float32 2022-09-27T15:59:21.1351255Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i1_cpu_float32 2022-09-27T15:59:21.1358444Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i1_cpu_float32 2022-09-27T15:59:21.1416337Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i1e_cpu_float32 2022-09-27T15:59:21.1423592Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i1e_cpu_float32 2022-09-27T15:59:21.1616853Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:59:21.1624203Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:59:21.1642889Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:59:21.1650468Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:59:21.1730601Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_log_ndtr_cpu_float32 2022-09-27T15:59:21.1740088Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_log_ndtr_cpu_float32 2022-09-27T15:59:21.1814063Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_i0_cpu_float32 2022-09-27T15:59:21.1820923Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_i0_cpu_float32 2022-09-27T15:59:21.1895480Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_i1_cpu_float32 2022-09-27T15:59:21.1902658Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_i1_cpu_float32 2022-09-27T15:59:21.1977157Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_k0_cpu_float32 2022-09-27T15:59:21.1983806Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_k0_cpu_float32 2022-09-27T15:59:21.2057155Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_k1_cpu_float32 2022-09-27T15:59:21.2063931Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_k1_cpu_float32 2022-09-27T15:59:21.2156644Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_ndtr_cpu_float32 2022-09-27T15:59:21.2163644Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_ndtr_cpu_float32 2022-09-27T15:59:21.2236887Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_ndtri_cpu_float32 2022-09-27T15:59:21.2244063Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_ndtri_cpu_float32 2022-09-27T15:59:21.2435400Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:59:21.2446392Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:59:21.2520591Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:59:21.2527358Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:59:21.2536861Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:59:21.2539494Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:59:21.2614837Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:59:21.2622107Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:59:21.2636161Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:59:21.2645975Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:59:21.2661021Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:59:21.2671612Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:59:21.2686818Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:59:21.2697758Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:59:21.2712769Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:59:21.2724031Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:59:21.2799109Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:59:21.2806255Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:59:21.2933376Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_xlog1py_cpu_float32 2022-09-27T15:59:21.2943330Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_solve_cpu_float32 2022-09-27T15:59:21.3006139Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_unpack_cpu_float32 2022-09-27T15:59:21.3018675Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_xlog1py_cpu_float32 2022-09-27T15:59:21.3280085Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_zeta_cpu_float32 2022-09-27T15:59:21.3291428Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_zeta_cpu_float32 2022-09-27T15:59:21.3380224Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_cpu_float32 2022-09-27T15:59:21.3390330Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_cpu_float32 2022-09-27T15:59:21.3503966Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_list_args_cpu_float32 2022-09-27T15:59:21.3513998Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_list_args_cpu_float32 2022-09-27T15:59:21.3658884Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_with_sizes_cpu_float32 2022-09-27T15:59:21.3669246Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_with_sizes_cpu_float32 2022-09-27T15:59:21.3720120Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sqrt_cpu_float32 2022-09-27T15:59:21.3730083Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sqrt_cpu_float32 2022-09-27T15:59:21.3823942Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_square_cpu_float32 2022-09-27T15:59:21.3840475Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_square_cpu_float32 2022-09-27T15:59:21.4020627Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_squeeze_cpu_float32 2022-09-27T15:59:21.4032402Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_squeeze_cpu_float32 2022-09-27T15:59:21.4300116Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_stack_cpu_float32 2022-09-27T15:59:21.4310325Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_stack_cpu_float32 2022-09-27T15:59:21.4590067Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_std_cpu_float32 2022-09-27T15:59:21.4602114Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_std_cpu_float32 2022-09-27T15:59:21.4928501Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_std_mean_cpu_float32 2022-09-27T15:59:21.4940043Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_std_mean_cpu_float32 2022-09-27T15:59:21.5357709Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_stft_cpu_float32 2022-09-27T15:59:21.5368833Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_stft_cpu_float32 2022-09-27T15:59:21.5698864Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sub_cpu_float32 2022-09-27T15:59:21.5709877Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sub_cpu_float32 2022-09-27T15:59:21.5924245Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sum_cpu_float32 2022-09-27T15:59:21.5937830Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_unpack_cpu_float32 2022-09-27T15:59:21.6260015Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mH_cpu_float32 2022-09-27T15:59:21.6272236Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sum_cpu_float32 2022-09-27T15:59:21.6348672Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sum_to_size_cpu_float32 2022-09-27T15:59:21.6360144Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mH_cpu_float32 2022-09-27T15:59:21.6734738Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mT_cpu_float32 2022-09-27T15:59:21.6746258Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sum_to_size_cpu_float32 2022-09-27T15:59:21.6779569Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_svd_cpu_float32 2022-09-27T15:59:21.6790597Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mT_cpu_float32 2022-09-27T15:59:21.8868297Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_fill_cpu_float32 2022-09-27T15:59:21.8879021Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_fill_cpu_float32 2022-09-27T15:59:22.0472779Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_scatter_cpu_float32 2022-09-27T15:59:22.0483902Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_scatter_cpu_float32 2022-09-27T15:59:22.1072954Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_select_cpu_float32 2022-09-27T15:59:22.1084057Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_select_cpu_float32 2022-09-27T15:59:22.3296260Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matmul_cpu_float32 2022-09-27T15:59:22.3309356Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_svd_cpu_float32 2022-09-27T15:59:22.5868249Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_svd_lowrank_cpu_float32 2022-09-27T15:59:22.5879886Z [gw0] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_logaddexp_cpu_float32 2022-09-27T15:59:22.7681398Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_logsumexp_cpu_float32 2022-09-27T15:59:22.7695953Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matmul_cpu_float32 2022-09-27T15:59:22.8065391Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matrix_exp_cpu_float32 2022-09-27T15:59:22.8078007Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matrix_exp_cpu_float32 2022-09-27T15:59:23.2128266Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_binary_cpu_float32 2022-09-27T15:59:23.2140116Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_binary_cpu_float32 2022-09-27T15:59:23.2293987Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_no_dim_cpu_float32 2022-09-27T15:59:23.2304937Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_no_dim_cpu_float32 2022-09-27T15:59:23.2608894Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_with_dim_cpu_float32 2022-09-27T15:59:23.2618924Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_with_dim_cpu_float32 2022-09-27T15:59:23.6661835Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_maximum_cpu_float32 2022-09-27T15:59:23.6672325Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_maximum_cpu_float32 2022-09-27T15:59:23.6868159Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mean_cpu_float32 2022-09-27T15:59:23.6878520Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:59:23.7916244Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:59:23.7925202Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mean_cpu_float32 2022-09-27T15:59:23.8537123Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_median_cpu_float32 2022-09-27T15:59:23.8545870Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_median_cpu_float32 2022-09-27T15:59:23.9432037Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:59:23.9442728Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:59:24.2080889Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:59:24.2091372Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:59:24.2976926Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:59:24.2985499Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:59:24.3408790Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:59:24.3418735Z [gw0] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_logsumexp_cpu_float32 2022-09-27T15:59:25.3964265Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_mean_cpu_float32 2022-09-27T15:59:25.3977452Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:59:25.5811571Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:59:25.5824241Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:59:26.0316825Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:59:26.0329578Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:59:26.1471553Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:59:26.1484951Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:59:26.1582334Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_mish_cpu_float32 2022-09-27T15:59:26.1595909Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_mish_cpu_float32 2022-09-27T15:59:26.1775307Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_mse_loss_cpu_float32 2022-09-27T15:59:26.1785501Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_mse_loss_cpu_float32 2022-09-27T15:59:26.1948009Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:59:26.1958864Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:59:26.2068821Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:59:26.2079709Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:59:26.2303754Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:59:26.2315773Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:59:26.2347862Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_nll_loss_cpu_float32 2022-09-27T15:59:26.2355761Z [gw3] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_nll_loss_cpu_float32 2022-09-27T15:59:26.2635044Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_normalize_cpu_float32 2022-09-27T15:59:26.2644945Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_normalize_cpu_float32 2022-09-27T15:59:26.2674194Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_one_hot_cpu_int64 2022-09-27T15:59:26.2683121Z [gw3] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_one_hot_cpu_int64 2022-09-27T15:59:26.3095578Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_circular_cpu_float32 2022-09-27T15:59:26.3105861Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_circular_cpu_float32 2022-09-27T15:59:26.4237600Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_constant_cpu_float32 2022-09-27T15:59:26.4249996Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_constant_cpu_float32 2022-09-27T15:59:26.4261015Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:59:26.4269387Z [gw0] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_mean_cpu_float32 2022-09-27T15:59:26.4536281Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_median_cpu_float32 2022-09-27T15:59:26.4547702Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:59:26.4852885Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:59:26.4866091Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:59:26.5131433Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:59:26.5142810Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:59:26.5495031Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pdist_cpu_float32 2022-09-27T15:59:26.5508048Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pdist_cpu_float32 2022-09-27T15:59:26.5584776Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:59:26.5595616Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:59:26.5671934Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:59:26.5683095Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:59:26.7165131Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:59:26.7177531Z [gw0] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_median_cpu_float32 2022-09-27T15:59:26.9058779Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_norm_cpu_float32 2022-09-27T15:59:26.9070699Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:59:26.9711894Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_prelu_cpu_float32 2022-09-27T15:59:26.9720945Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_prelu_cpu_float32 2022-09-27T15:59:26.9793907Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_relu6_cpu_float32 2022-09-27T15:59:26.9801895Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_relu6_cpu_float32 2022-09-27T15:59:26.9897345Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_relu_cpu_float32 2022-09-27T15:59:26.9905044Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_relu_cpu_float32 2022-09-27T15:59:27.0074230Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_rrelu_cpu_float32 2022-09-27T15:59:27.0083980Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_rrelu_cpu_float32 2022-09-27T15:59:27.0170113Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_selu_cpu_float32 2022-09-27T15:59:27.0181464Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_selu_cpu_float32 2022-09-27T15:59:27.0278633Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:59:27.0289828Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:59:27.0401237Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_silu_cpu_float32 2022-09-27T15:59:27.0409846Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_silu_cpu_float32 2022-09-27T15:59:27.0607055Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:59:27.0615555Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:59:27.0763758Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:59:27.0773446Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:59:27.0902711Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softmin_cpu_float32 2022-09-27T15:59:27.0912261Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softmin_cpu_float32 2022-09-27T15:59:27.1092709Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:59:27.1102458Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:59:27.1175773Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softplus_cpu_float32 2022-09-27T15:59:27.1185257Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softplus_cpu_float32 2022-09-27T15:59:27.1307220Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softshrink_cpu_float32 2022-09-27T15:59:27.1316695Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softshrink_cpu_float32 2022-09-27T15:59:27.1407227Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softsign_cpu_float32 2022-09-27T15:59:27.1415557Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softsign_cpu_float32 2022-09-27T15:59:27.1516529Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:59:27.1529391Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:59:27.1647395Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_threshold_cpu_float32 2022-09-27T15:59:27.1660307Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_threshold_cpu_float32 2022-09-27T15:59:27.2062613Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:59:27.2076066Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:59:27.2433372Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:59:27.2441942Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:59:27.2533361Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_unfold_cpu_float32 2022-09-27T15:59:27.2547227Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:59:27.2919692Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_binary_cpu_float32 2022-09-27T15:59:27.2932310Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_svd_lowrank_cpu_float32 2022-09-27T15:59:27.3218787Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_symeig_cpu_float32 2022-09-27T15:59:27.3225504Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_symeig_cpu_float32 2022-09-27T15:59:27.3295215Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_t_cpu_float32 2022-09-27T15:59:27.3304858Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_t_cpu_float32 2022-09-27T15:59:27.3448959Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_take_along_dim_cpu_float32 2022-09-27T15:59:27.3459489Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_take_along_dim_cpu_float32 2022-09-27T15:59:27.3868082Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_take_cpu_float32 2022-09-27T15:59:27.3880949Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_take_cpu_float32 2022-09-27T15:59:27.3945491Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tan_cpu_float32 2022-09-27T15:59:27.3957787Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tan_cpu_float32 2022-09-27T15:59:27.4019189Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tanh_cpu_float32 2022-09-27T15:59:27.4030491Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tanh_cpu_float32 2022-09-27T15:59:27.4064829Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tensor_split_cpu_float32 2022-09-27T15:59:27.4076195Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tensor_split_cpu_float32 2022-09-27T15:59:27.4210912Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tensordot_cpu_float32 2022-09-27T15:59:27.4220075Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tensordot_cpu_float32 2022-09-27T15:59:27.5456903Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tile_cpu_float32 2022-09-27T15:59:27.5467595Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tile_cpu_float32 2022-09-27T15:59:27.5805767Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_to_cpu_float32 2022-09-27T15:59:27.5817523Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_binary_cpu_float32 2022-09-27T15:59:27.5935930Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_no_dim_cpu_float32 2022-09-27T15:59:27.5946276Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_no_dim_cpu_float32 2022-09-27T15:59:27.6175239Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_with_dim_cpu_float32 2022-09-27T15:59:27.6186625Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_to_cpu_float32 2022-09-27T15:59:27.6216957Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_to_sparse_cpu_float32 2022-09-27T15:59:27.6226422Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_with_dim_cpu_float32 2022-09-27T15:59:27.6238189Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_to_sparse_cpu_float32 2022-09-27T15:59:27.6239793Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_minimum_cpu_float32 2022-09-27T15:59:27.6656746Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_topk_cpu_float32 2022-09-27T15:59:27.6668162Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_topk_cpu_float32 2022-09-27T15:59:27.6726670Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trace_cpu_float32 2022-09-27T15:59:27.6737434Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trace_cpu_float32 2022-09-27T15:59:27.6984513Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_transpose_cpu_float32 2022-09-27T15:59:27.6995205Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_transpose_cpu_float32 2022-09-27T15:59:27.7500219Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trapezoid_cpu_float32 2022-09-27T15:59:27.7511914Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trapezoid_cpu_float32 2022-09-27T15:59:27.8025296Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trapz_cpu_float32 2022-09-27T15:59:27.8036458Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trapz_cpu_float32 2022-09-27T15:59:27.8496852Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triangular_solve_cpu_float32 2022-09-27T15:59:27.8508826Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triangular_solve_cpu_float32 2022-09-27T15:59:27.8750125Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tril_cpu_float32 2022-09-27T15:59:27.8761997Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tril_cpu_float32 2022-09-27T15:59:27.9013067Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tril_indices_cpu_int64 2022-09-27T15:59:27.9024573Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tril_indices_cpu_int64 2022-09-27T15:59:27.9226871Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triu_cpu_float32 2022-09-27T15:59:27.9240358Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_unfold_cpu_float32 2022-09-27T15:59:27.9278401Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:59:27.9289138Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triu_cpu_float32 2022-09-27T15:59:27.9395018Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triu_indices_cpu_int64 2022-09-27T15:59:27.9413621Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:59:27.9489505Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:59:27.9499478Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triu_indices_cpu_int64 2022-09-27T15:59:27.9775918Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_true_divide_cpu_float32 2022-09-27T15:59:27.9786505Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_true_divide_cpu_float32 2022-09-27T15:59:27.9824295Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trunc_cpu_float32 2022-09-27T15:59:27.9859898Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:59:27.9868581Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trunc_cpu_float32 2022-09-27T15:59:27.9870981Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nonzero_cpu_float32 2022-09-27T15:59:28.0112272Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unbind_cpu_float32 2022-09-27T15:59:28.0123054Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unbind_cpu_float32 2022-09-27T15:59:28.0343124Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unflatten_cpu_float32 2022-09-27T15:59:28.0353071Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_minimum_cpu_float32 2022-09-27T15:59:28.0426531Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mm_cpu_float32 2022-09-27T15:59:28.0437270Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unflatten_cpu_float32 2022-09-27T15:59:28.0449176Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nonzero_cpu_float32 2022-09-27T15:59:28.0451680Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_cpu_float32 2022-09-27T15:59:28.0814617Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unfold_cpu_float32 2022-09-27T15:59:28.0830634Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mm_cpu_float32 2022-09-27T15:59:28.1002365Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mode_cpu_float32 2022-09-27T15:59:28.1014128Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unfold_cpu_float32 2022-09-27T15:59:28.1197393Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_uniform_cpu_float32 2022-09-27T15:59:28.1209904Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_uniform_cpu_float32 2022-09-27T15:59:28.1439409Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unique_consecutive_cpu_float32 2022-09-27T15:59:28.1452384Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mode_cpu_float32 2022-09-27T15:59:28.1456994Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_movedim_cpu_float32 2022-09-27T15:59:28.1467168Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_cpu_float32 2022-09-27T15:59:28.1553179Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_fro_cpu_float32 2022-09-27T15:59:28.1555093Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_fro_cpu_float32 2022-09-27T15:59:28.1563053Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_movedim_cpu_float32 2022-09-27T15:59:28.1566171Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_msort_cpu_float32 2022-09-27T15:59:28.1783993Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_solve_cpu_float32 2022-09-27T15:59:28.1794897Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_msort_cpu_float32 2022-09-27T15:59:28.1876561Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mul_cpu_float32 2022-09-27T15:59:28.1887878Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_solve_cpu_float32 2022-09-27T15:59:28.1972003Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_chunk_cpu_float32 2022-09-27T15:59:28.1982686Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_chunk_cpu_float32 2022-09-27T15:59:28.2090541Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_cpu_float32 2022-09-27T15:59:28.2101150Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_cpu_float32 2022-09-27T15:59:28.2248849Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_max_cpu_float32 2022-09-27T15:59:28.2259482Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_max_cpu_float32 2022-09-27T15:59:28.2408796Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_min_cpu_float32 2022-09-27T15:59:28.2419671Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_min_cpu_float32 2022-09-27T15:59:28.2470441Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clone_cpu_float32 2022-09-27T15:59:28.2480962Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clone_cpu_float32 2022-09-27T15:59:28.2558342Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_column_stack_cpu_float32 2022-09-27T15:59:28.2569148Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_column_stack_cpu_float32 2022-09-27T15:59:28.3729636Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_combinations_cpu_float32 2022-09-27T15:59:28.3741964Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_combinations_cpu_float32 2022-09-27T15:59:28.3904976Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_complex_cpu_float32 2022-09-27T15:59:28.3915323Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_complex_cpu_float32 2022-09-27T15:59:28.3949393Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_conj_cpu_float32 2022-09-27T15:59:28.3959041Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_conj_cpu_float32 2022-09-27T15:59:28.3993847Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_conj_physical_cpu_float32 2022-09-27T15:59:28.4003043Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_conj_physical_cpu_float32 2022-09-27T15:59:28.4358357Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_constant_pad_nd_cpu_float32 2022-09-27T15:59:28.4366731Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_constant_pad_nd_cpu_float32 2022-09-27T15:59:28.4395343Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_contiguous_cpu_float32 2022-09-27T15:59:28.4407150Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_contiguous_cpu_float32 2022-09-27T15:59:28.4502359Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_copysign_cpu_float32 2022-09-27T15:59:28.4510188Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_copysign_cpu_float32 2022-09-27T15:59:28.4620731Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_corrcoef_cpu_float32 2022-09-27T15:59:28.4627884Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_corrcoef_cpu_float32 2022-09-27T15:59:28.4669254Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cos_cpu_float32 2022-09-27T15:59:28.4676242Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cos_cpu_float32 2022-09-27T15:59:28.4713281Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cosh_cpu_float32 2022-09-27T15:59:28.4721240Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cosh_cpu_float32 2022-09-27T15:59:28.4729570Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_count_nonzero_cpu_float32 2022-09-27T15:59:28.4738555Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mul_cpu_float32 2022-09-27T15:59:28.4763288Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_multinomial_cpu_float32 2022-09-27T15:59:28.4771325Z [gw1] [ 92%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_multinomial_cpu_float32 2022-09-27T15:59:28.5005255Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mv_cpu_float32 2022-09-27T15:59:28.5014892Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_count_nonzero_cpu_float32 2022-09-27T15:59:28.5033301Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cov_cpu_float32 2022-09-27T15:59:28.5044240Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mv_cpu_float32 2022-09-27T15:59:28.5051880Z [gw3] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cov_cpu_float32 2022-09-27T15:59:28.5052729Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cross_cpu_float32 2022-09-27T15:59:28.5096242Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:59:28.5104665Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cross_cpu_float32 2022-09-27T15:59:28.5164782Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cummax_cpu_float32 2022-09-27T15:59:28.5173602Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cummax_cpu_float32 2022-09-27T15:59:28.5233379Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cummin_cpu_float32 2022-09-27T15:59:28.5241189Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cummin_cpu_float32 2022-09-27T15:59:28.5321391Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumprod_cpu_float32 2022-09-27T15:59:28.5330830Z [gw3] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumprod_cpu_float32 2022-09-27T15:59:28.5377599Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumsum_cpu_float32 2022-09-27T15:59:28.5385291Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumsum_cpu_float32 2022-09-27T15:59:28.5538711Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumulative_trapezoid_cpu_float32 2022-09-27T15:59:28.5544617Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:59:28.5570803Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:59:28.5578874Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumulative_trapezoid_cpu_float32 2022-09-27T15:59:28.5617610Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_deg2rad_cpu_float32 2022-09-27T15:59:28.5624712Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_deg2rad_cpu_float32 2022-09-27T15:59:28.5724285Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diag_cpu_float32 2022-09-27T15:59:28.5732284Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diag_cpu_float32 2022-09-27T15:59:28.5762401Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diag_embed_cpu_float32 2022-09-27T15:59:28.5770226Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unique_consecutive_cpu_float32 2022-09-27T15:59:28.5840828Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unique_cpu_float32 2022-09-27T15:59:28.5847960Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diag_embed_cpu_float32 2022-09-27T15:59:28.5905830Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagflat_cpu_float32 2022-09-27T15:59:28.5912186Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagflat_cpu_float32 2022-09-27T15:59:28.6020934Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagonal_cpu_float32 2022-09-27T15:59:28.6028421Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagonal_cpu_float32 2022-09-27T15:59:28.6034524Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:59:28.6036681Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagonal_scatter_cpu_float32 2022-09-27T15:59:28.6176234Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:59:28.6183815Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagonal_scatter_cpu_float32 2022-09-27T15:59:28.6512443Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diff_cpu_float32 2022-09-27T15:59:28.6520508Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:59:28.6671850Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nan_to_num_cpu_float32 2022-09-27T15:59:28.6679031Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nan_to_num_cpu_float32 2022-09-27T15:59:28.7549644Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmean_cpu_float32 2022-09-27T15:59:28.7557734Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diff_cpu_float32 2022-09-27T15:59:28.7597010Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_digamma_cpu_float32 2022-09-27T15:59:28.7604098Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_digamma_cpu_float32 2022-09-27T15:59:28.8027902Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dist_cpu_float32 2022-09-27T15:59:28.8035058Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dist_cpu_float32 2022-09-27T15:59:28.8137327Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_floor_rounding_cpu_float32 2022-09-27T15:59:28.8144070Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_floor_rounding_cpu_float32 2022-09-27T15:59:28.8246718Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_no_rounding_mode_cpu_float32 2022-09-27T15:59:28.8252680Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_no_rounding_mode_cpu_float32 2022-09-27T15:59:28.8354639Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_trunc_rounding_cpu_float32 2022-09-27T15:59:28.8361761Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_trunc_rounding_cpu_float32 2022-09-27T15:59:28.8390136Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dot_cpu_float32 2022-09-27T15:59:28.8397141Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dot_cpu_float32 2022-09-27T15:59:28.8459596Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_double_cpu_float32 2022-09-27T15:59:28.8466425Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_double_cpu_float32 2022-09-27T15:59:28.8513371Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dsplit_cpu_float32 2022-09-27T15:59:28.8520339Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dsplit_cpu_float32 2022-09-27T15:59:28.8575205Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dstack_cpu_float32 2022-09-27T15:59:28.8582930Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dstack_cpu_float32 2022-09-27T15:59:28.8821097Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_einsum_cpu_float32 2022-09-27T15:59:28.8829591Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_einsum_cpu_float32 2022-09-27T15:59:28.8887392Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_empty_cpu_float32 2022-09-27T15:59:28.8895223Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_empty_cpu_float32 2022-09-27T15:59:28.8971524Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_empty_like_cpu_float32 2022-09-27T15:59:28.8980531Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_empty_like_cpu_float32 2022-09-27T15:59:28.9081714Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_eq_cpu_float32 2022-09-27T15:59:28.9089636Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_eq_cpu_float32 2022-09-27T15:59:28.9154544Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_equal_cpu_float32 2022-09-27T15:59:28.9161733Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_equal_cpu_float32 2022-09-27T15:59:28.9188531Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erf_cpu_float32 2022-09-27T15:59:28.9195526Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erf_cpu_float32 2022-09-27T15:59:28.9234183Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erfc_cpu_float32 2022-09-27T15:59:28.9245130Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erfc_cpu_float32 2022-09-27T15:59:28.9248995Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmean_cpu_float32 2022-09-27T15:59:28.9254744Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erfinv_cpu_float32 2022-09-27T15:59:28.9274817Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmedian_cpu_float32 2022-09-27T15:59:28.9282635Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erfinv_cpu_float32 2022-09-27T15:59:28.9318761Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_exp2_cpu_float32 2022-09-27T15:59:28.9326075Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_exp2_cpu_float32 2022-09-27T15:59:28.9364497Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_exp_cpu_float32 2022-09-27T15:59:28.9372237Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_exp_cpu_float32 2022-09-27T15:59:28.9415245Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expand_as_cpu_float32 2022-09-27T15:59:28.9422018Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expand_as_cpu_float32 2022-09-27T15:59:28.9498785Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expand_cpu_float32 2022-09-27T15:59:28.9505848Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expand_cpu_float32 2022-09-27T15:59:28.9532619Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expm1_cpu_float32 2022-09-27T15:59:28.9539592Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expm1_cpu_float32 2022-09-27T15:59:28.9862095Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_eye_cpu_float32 2022-09-27T15:59:28.9869822Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmedian_cpu_float32 2022-09-27T15:59:29.0065052Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanquantile_cpu_float32 2022-09-27T15:59:29.0072432Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_eye_cpu_float32 2022-09-27T15:59:29.0177559Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fft2_cpu_float32 2022-09-27T15:59:29.0186814Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fft2_cpu_float32 2022-09-27T15:59:29.0260861Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fft_cpu_float32 2022-09-27T15:59:29.0271020Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fft_cpu_float32 2022-09-27T15:59:29.0393746Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fftn_cpu_float32 2022-09-27T15:59:29.0403063Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fftn_cpu_float32 2022-09-27T15:59:29.0458090Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fftshift_cpu_float32 2022-09-27T15:59:29.0467426Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fftshift_cpu_float32 2022-09-27T15:59:29.0615401Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfft2_cpu_float32 2022-09-27T15:59:29.0625029Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfft2_cpu_float32 2022-09-27T15:59:29.0754476Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfft_cpu_float32 2022-09-27T15:59:29.0763946Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfft_cpu_float32 2022-09-27T15:59:29.0918095Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfftn_cpu_float32 2022-09-27T15:59:29.0927581Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfftn_cpu_float32 2022-09-27T15:59:29.1027837Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifft2_cpu_float32 2022-09-27T15:59:29.1037296Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifft2_cpu_float32 2022-09-27T15:59:29.1122334Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifft_cpu_float32 2022-09-27T15:59:29.1131786Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifft_cpu_float32 2022-09-27T15:59:29.1256231Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifftn_cpu_float32 2022-09-27T15:59:29.1265585Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifftn_cpu_float32 2022-09-27T15:59:29.1320935Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifftshift_cpu_float32 2022-09-27T15:59:29.1330407Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifftshift_cpu_float32 2022-09-27T15:59:29.1427437Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfft2_cpu_float32 2022-09-27T15:59:29.1436845Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfft2_cpu_float32 2022-09-27T15:59:29.1522054Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfft_cpu_float32 2022-09-27T15:59:29.1532431Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfft_cpu_float32 2022-09-27T15:59:29.1645533Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfftn_cpu_float32 2022-09-27T15:59:29.1652833Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfftn_cpu_float32 2022-09-27T15:59:29.1757814Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfft2_cpu_float32 2022-09-27T15:59:29.1764685Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfft2_cpu_float32 2022-09-27T15:59:29.1874092Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfft_cpu_float32 2022-09-27T15:59:29.1881432Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfft_cpu_float32 2022-09-27T15:59:29.2007511Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfftn_cpu_float32 2022-09-27T15:59:29.2015993Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfftn_cpu_float32 2022-09-27T15:59:29.2088281Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfft2_cpu_float32 2022-09-27T15:59:29.2097466Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfft2_cpu_float32 2022-09-27T15:59:29.2171085Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfft_cpu_float32 2022-09-27T15:59:29.2181291Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfft_cpu_float32 2022-09-27T15:59:29.2266520Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfftn_cpu_float32 2022-09-27T15:59:29.2275940Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfftn_cpu_float32 2022-09-27T15:59:29.2318490Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fill_cpu_float32 2022-09-27T15:59:29.2327928Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fill_cpu_float32 2022-09-27T15:59:29.2379700Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flatten_cpu_float32 2022-09-27T15:59:29.2389952Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flatten_cpu_float32 2022-09-27T15:59:29.2477239Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flip_cpu_float32 2022-09-27T15:59:29.2486798Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flip_cpu_float32 2022-09-27T15:59:29.2520866Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fliplr_cpu_float32 2022-09-27T15:59:29.2530231Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fliplr_cpu_float32 2022-09-27T15:59:29.2564073Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flipud_cpu_float32 2022-09-27T15:59:29.2573491Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flipud_cpu_float32 2022-09-27T15:59:29.2619602Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_float_cpu_float32 2022-09-27T15:59:29.2629009Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_float_cpu_float32 2022-09-27T15:59:29.2800843Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_float_power_cpu_float32 2022-09-27T15:59:29.2810315Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_float_power_cpu_float32 2022-09-27T15:59:29.2838925Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_floor_cpu_float32 2022-09-27T15:59:29.2848416Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_floor_cpu_float32 2022-09-27T15:59:29.3157004Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_floor_divide_cpu_float32 2022-09-27T15:59:29.3166433Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_floor_divide_cpu_float32 2022-09-27T15:59:29.3260481Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmax_cpu_float32 2022-09-27T15:59:29.3269788Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmax_cpu_float32 2022-09-27T15:59:29.3363071Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmin_cpu_float32 2022-09-27T15:59:29.3373334Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmin_cpu_float32 2022-09-27T15:59:29.3498030Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmod_cpu_float32 2022-09-27T15:59:29.3510144Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmod_cpu_float32 2022-09-27T15:59:29.3566879Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_frac_cpu_float32 2022-09-27T15:59:29.3578431Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_frac_cpu_float32 2022-09-27T15:59:29.3607575Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_cpu_float32 2022-09-27T15:59:29.3618261Z [gw3] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_cpu_float32 2022-09-27T15:59:29.3785136Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_ex_cpu_float32 2022-09-27T15:59:29.3796535Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unique_cpu_float32 2022-09-27T15:59:29.3903668Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unsqueeze_cpu_float32 2022-09-27T15:59:29.3915561Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_ex_cpu_float32 2022-09-27T15:59:29.4044933Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_triangular_cpu_float32 2022-09-27T15:59:29.4055114Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unsqueeze_cpu_float32 2022-09-27T15:59:29.4239387Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_var_cpu_float32 2022-09-27T15:59:29.4247459Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_var_cpu_float32 2022-09-27T15:59:29.4460884Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_var_mean_cpu_float32 2022-09-27T15:59:29.4468518Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_var_mean_cpu_float32 2022-09-27T15:59:29.4515767Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vdot_cpu_float32 2022-09-27T15:59:29.4523126Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vdot_cpu_float32 2022-09-27T15:59:29.4564152Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_complex_cpu_float32 2022-09-27T15:59:29.4573482Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_complex_cpu_float32 2022-09-27T15:59:29.4671488Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_cpu_float32 2022-09-27T15:59:29.4678716Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_cpu_float32 2022-09-27T15:59:29.4737913Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_real_cpu_complex64 2022-09-27T15:59:29.4748377Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_real_cpu_complex64 2022-09-27T15:59:29.4892472Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_cpu_float32 2022-09-27T15:59:29.4899412Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_cpu_float32 2022-09-27T15:59:29.4964258Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vsplit_cpu_float32 2022-09-27T15:59:29.4973229Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vsplit_cpu_float32 2022-09-27T15:59:29.5053370Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vstack_cpu_float32 2022-09-27T15:59:29.5059949Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vstack_cpu_float32 2022-09-27T15:59:29.5195043Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_where_cpu_float32 2022-09-27T15:59:29.5202051Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_where_cpu_float32 2022-09-27T15:59:29.5392527Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_xlogy_cpu_float32 2022-09-27T15:59:29.5400599Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_xlogy_cpu_float32 2022-09-27T15:59:29.5474347Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zero__cpu_float32 2022-09-27T15:59:29.5483811Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zero__cpu_float32 2022-09-27T15:59:29.5538122Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zeros_cpu_float32 2022-09-27T15:59:29.5547472Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zeros_cpu_float32 2022-09-27T15:59:29.5698088Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zeros_like_cpu_float32 2022-09-27T15:59:29.5707350Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zeros_like_cpu_float32 2022-09-27T15:59:29.5807305Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_baddbmm_cpu_float32 2022-09-27T15:59:29.5816286Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_baddbmm_cpu_float32 2022-09-27T15:59:29.5943497Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bernoulli_cpu_float32 2022-09-27T15:59:29.5953484Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bernoulli_cpu_float32 2022-09-27T15:59:29.6035874Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bfloat16_cpu_float32 2022-09-27T15:59:29.6046229Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bfloat16_cpu_float32 2022-09-27T15:59:29.6163216Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bincount_cpu_int64 2022-09-27T15:59:29.6173116Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bincount_cpu_int64 2022-09-27T15:59:29.6284603Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_and_cpu_int64 2022-09-27T15:59:29.6294600Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_and_cpu_int64 2022-09-27T15:59:29.6403933Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_left_shift_cpu_int64 2022-09-27T15:59:29.6414558Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_left_shift_cpu_int64 2022-09-27T15:59:29.6463747Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_not_cpu_int64 2022-09-27T15:59:29.6471812Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_not_cpu_int64 2022-09-27T15:59:29.6583479Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_or_cpu_int64 2022-09-27T15:59:29.6593819Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_or_cpu_int64 2022-09-27T15:59:29.6702234Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_right_shift_cpu_int64 2022-09-27T15:59:29.6712119Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_right_shift_cpu_int64 2022-09-27T15:59:29.6813265Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_xor_cpu_int64 2022-09-27T15:59:29.6823687Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_triangular_cpu_float32 2022-09-27T15:59:29.6835794Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_xor_cpu_int64 2022-09-27T15:59:29.6837517Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_block_diag_cpu_float32 2022-09-27T15:59:29.6926348Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_svd_cpu_float32 2022-09-27T15:59:29.6937372Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_block_diag_cpu_float32 2022-09-27T15:59:29.6981785Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bmm_cpu_float32 2022-09-27T15:59:29.6992520Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bmm_cpu_float32 2022-09-27T15:59:29.7089308Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bool_cpu_float32 2022-09-27T15:59:29.7099942Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bool_cpu_float32 2022-09-27T15:59:29.7142033Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_shapes_cpu_float32 2022-09-27T15:59:29.7152111Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_shapes_cpu_float32 2022-09-27T15:59:29.7219961Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_tensors_cpu_float32 2022-09-27T15:59:29.7230883Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_tensors_cpu_float32 2022-09-27T15:59:29.7329773Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_to_cpu_float32 2022-09-27T15:59:29.7341253Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_to_cpu_float32 2022-09-27T15:59:29.7960898Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bucketize_cpu_float32 2022-09-27T15:59:29.7970628Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bucketize_cpu_float32 2022-09-27T15:59:29.8060173Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_byte_cpu_float32 2022-09-27T15:59:29.8068787Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_byte_cpu_float32 2022-09-27T15:59:29.8154771Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cartesian_prod_cpu_float32 2022-09-27T15:59:29.8164149Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cartesian_prod_cpu_float32 2022-09-27T15:59:29.8253758Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cat_cpu_float32 2022-09-27T15:59:29.8262721Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cat_cpu_float32 2022-09-27T15:59:29.9862372Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cdist_cpu_float32 2022-09-27T15:59:29.9873813Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_svd_cpu_float32 2022-09-27T15:59:30.0215497Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_svdvals_cpu_float32 2022-09-27T15:59:30.0226075Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_svdvals_cpu_float32 2022-09-27T15:59:30.0300228Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_tensorinv_cpu_float32 2022-09-27T15:59:30.0309945Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_tensorinv_cpu_float32 2022-09-27T15:59:30.0340644Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_tensorsolve_cpu_float32 2022-09-27T15:59:30.0350633Z [gw3] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_tensorsolve_cpu_float32 2022-09-27T15:59:30.0591913Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vander_cpu_float32 2022-09-27T15:59:30.0607438Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vander_cpu_float32 2022-09-27T15:59:30.1165881Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vecdot_cpu_float32 2022-09-27T15:59:30.1175907Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cdist_cpu_float32 2022-09-27T15:59:30.1218014Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ceil_cpu_float32 2022-09-27T15:59:30.1222521Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ceil_cpu_float32 2022-09-27T15:59:30.1232959Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vecdot_cpu_float32 2022-09-27T15:59:30.1234005Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_chalf_cpu_float32 2022-09-27T15:59:30.1304616Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vector_norm_cpu_float32 2022-09-27T15:59:30.1311981Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_chalf_cpu_float32 2022-09-27T15:59:30.1382871Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_char_cpu_float32 2022-09-27T15:59:30.1389910Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_char_cpu_float32 2022-09-27T15:59:30.1416695Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_cpu_float32 2022-09-27T15:59:30.1423979Z [gw2] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_cpu_float32 2022-09-27T15:59:30.1450380Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_inverse_cpu_float32 2022-09-27T15:59:30.1457371Z [gw2] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_inverse_cpu_float32 2022-09-27T15:59:30.1530727Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_frexp_cpu_float32 2022-09-27T15:59:30.1537691Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_frexp_cpu_float32 2022-09-27T15:59:30.1622799Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_full_like_cpu_float32 2022-09-27T15:59:30.1630145Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_full_like_cpu_float32 2022-09-27T15:59:30.1693223Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gather_cpu_float32 2022-09-27T15:59:30.1700201Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gather_cpu_float32 2022-09-27T15:59:30.1789691Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gcd_cpu_int64 2022-09-27T15:59:30.1796918Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gcd_cpu_int64 2022-09-27T15:59:30.1890865Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ge_cpu_float32 2022-09-27T15:59:30.1899123Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ge_cpu_float32 2022-09-27T15:59:30.2243793Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_geqrf_cpu_float32 2022-09-27T15:59:30.2254071Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vector_norm_cpu_float32 2022-09-27T15:59:30.2555117Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linspace_cpu_float32 2022-09-27T15:59:30.2566235Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linspace_cpu_float32 2022-09-27T15:59:30.2618625Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log10_cpu_float32 2022-09-27T15:59:30.2628480Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_geqrf_cpu_float32 2022-09-27T15:59:30.2638308Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log10_cpu_float32 2022-09-27T15:59:30.2640281Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log1p_cpu_float32 2022-09-27T15:59:30.2677259Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gradient_cpu_float32 2022-09-27T15:59:30.2688434Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log1p_cpu_float32 2022-09-27T15:59:30.2739870Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log2_cpu_float32 2022-09-27T15:59:30.2749932Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log2_cpu_float32 2022-09-27T15:59:30.2800364Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_cpu_float32 2022-09-27T15:59:30.2810151Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_cpu_float32 2022-09-27T15:59:30.2874136Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_softmax_cpu_float32 2022-09-27T15:59:30.2884138Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_softmax_cpu_float32 2022-09-27T15:59:30.2994642Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_softmax_dtype_cpu_float32 2022-09-27T15:59:30.3006390Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_softmax_dtype_cpu_float32 2022-09-27T15:59:30.3037848Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logaddexp2_cpu_float32 2022-09-27T15:59:30.3047594Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logaddexp2_cpu_float32 2022-09-27T15:59:30.3083783Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logaddexp_cpu_float32 2022-09-27T15:59:30.3093838Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logaddexp_cpu_float32 2022-09-27T15:59:30.3205115Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logcumsumexp_cpu_float32 2022-09-27T15:59:30.3211386Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logcumsumexp_cpu_float32 2022-09-27T15:59:30.3467051Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logdet_cpu_float32 2022-09-27T15:59:30.3474913Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logdet_cpu_float32 2022-09-27T15:59:30.3611132Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_and_cpu_float32 2022-09-27T15:59:30.3621024Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_and_cpu_float32 2022-09-27T15:59:30.3673327Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_not_cpu_float32 2022-09-27T15:59:30.3683011Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_not_cpu_float32 2022-09-27T15:59:30.3800192Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_or_cpu_float32 2022-09-27T15:59:30.3811381Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gradient_cpu_float32 2022-09-27T15:59:30.3834623Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gt_cpu_float32 2022-09-27T15:59:30.3844905Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_or_cpu_float32 2022-09-27T15:59:30.3965288Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_xor_cpu_float32 2022-09-27T15:59:30.3975788Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gt_cpu_float32 2022-09-27T15:59:30.4010776Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_half_cpu_float32 2022-09-27T15:59:30.4021578Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_xor_cpu_float32 2022-09-27T15:59:30.4080630Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logit_cpu_float32 2022-09-27T15:59:30.4091944Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_half_cpu_float32 2022-09-27T15:59:30.4095953Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_heaviside_cpu_float32 2022-09-27T15:59:30.4106400Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logit_cpu_float32 2022-09-27T15:59:30.4238122Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logspace_cpu_float32 2022-09-27T15:59:30.4248147Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_heaviside_cpu_float32 2022-09-27T15:59:30.6188168Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histc_cpu_float32 2022-09-27T15:59:30.6197230Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histc_cpu_float32 2022-09-27T15:59:30.7404631Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histogram_cpu_float32 2022-09-27T15:59:30.7413663Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logspace_cpu_float32 2022-09-27T15:59:30.7583213Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logsumexp_cpu_float32 2022-09-27T15:59:30.7591481Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logsumexp_cpu_float32 2022-09-27T15:59:30.7658472Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_long_cpu_float32 2022-09-27T15:59:30.7667139Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_long_cpu_float32 2022-09-27T15:59:30.7762169Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lt_cpu_float32 2022-09-27T15:59:30.7771248Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lt_cpu_float32 2022-09-27T15:59:30.8230088Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_cpu_float32 2022-09-27T15:59:30.8242419Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_cpu_float32 2022-09-27T15:59:30.8275223Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_solve_cpu_float32 2022-09-27T15:59:30.8282672Z [gw3] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_solve_cpu_float32 2022-09-27T15:59:30.8563006Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_unpack_cpu_float32 2022-09-27T15:59:30.8576760Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_unpack_cpu_float32 2022-09-27T15:59:30.8635779Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mH_cpu_float32 2022-09-27T15:59:30.8646430Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mH_cpu_float32 2022-09-27T15:59:30.8716192Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mT_cpu_float32 2022-09-27T15:59:30.8726077Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mT_cpu_float32 2022-09-27T15:59:30.8831549Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_fill_cpu_float32 2022-09-27T15:59:30.8838352Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_fill_cpu_float32 2022-09-27T15:59:30.8897705Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_scatter_cpu_float32 2022-09-27T15:59:30.8906740Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_scatter_cpu_float32 2022-09-27T15:59:30.8968551Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_select_cpu_float32 2022-09-27T15:59:30.8977489Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_select_cpu_float32 2022-09-27T15:59:30.9177668Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_matmul_cpu_float32 2022-09-27T15:59:30.9186814Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_matmul_cpu_float32 2022-09-27T15:59:30.9246696Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_matrix_exp_cpu_float32 2022-09-27T15:59:30.9255588Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_matrix_exp_cpu_float32 2022-09-27T15:59:30.9347903Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_binary_cpu_float32 2022-09-27T15:59:30.9356817Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_binary_cpu_float32 2022-09-27T15:59:30.9387597Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_reduction_no_dim_cpu_float32 2022-09-27T15:59:30.9396441Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_reduction_no_dim_cpu_float32 2022-09-27T15:59:30.9450805Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_reduction_with_dim_cpu_float32 2022-09-27T15:59:30.9457959Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_reduction_with_dim_cpu_float32 2022-09-27T15:59:30.9551673Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_maximum_cpu_float32 2022-09-27T15:59:30.9560244Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_maximum_cpu_float32 2022-09-27T15:59:30.9692207Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mean_cpu_float32 2022-09-27T15:59:30.9701149Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mean_cpu_float32 2022-09-27T15:59:30.9914428Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_median_cpu_float32 2022-09-27T15:59:30.9923445Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_median_cpu_float32 2022-09-27T15:59:31.0106481Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:59:31.0113514Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:59:31.0281670Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:59:31.0291981Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histogram_cpu_float32 2022-09-27T15:59:31.0304421Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histogramdd_cpu_float32 2022-09-27T15:59:31.0311569Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:59:31.0408844Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_binary_cpu_float32 2022-09-27T15:59:31.0416055Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_binary_cpu_float32 2022-09-27T15:59:31.0451112Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_reduction_no_dim_cpu_float32 2022-09-27T15:59:31.0461817Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_reduction_no_dim_cpu_float32 2022-09-27T15:59:31.0528550Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_reduction_with_dim_cpu_float32 2022-09-27T15:59:31.0538435Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_reduction_with_dim_cpu_float32 2022-09-27T15:59:31.0659832Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_minimum_cpu_float32 2022-09-27T15:59:31.0669912Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_minimum_cpu_float32 2022-09-27T15:59:31.0708999Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mm_cpu_float32 2022-09-27T15:59:31.0720742Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mm_cpu_float32 2022-09-27T15:59:31.0891861Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mode_cpu_float32 2022-09-27T15:59:31.0903662Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mode_cpu_float32 2022-09-27T15:59:31.0948922Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_movedim_cpu_float32 2022-09-27T15:59:31.0960201Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_movedim_cpu_float32 2022-09-27T15:59:31.1019194Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_msort_cpu_float32 2022-09-27T15:59:31.1028512Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_msort_cpu_float32 2022-09-27T15:59:31.1150465Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mul_cpu_float32 2022-09-27T15:59:31.1157997Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mul_cpu_float32 2022-09-27T15:59:31.1188587Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_multinomial_cpu_float32 2022-09-27T15:59:31.1199214Z [gw3] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_multinomial_cpu_float32 2022-09-27T15:59:31.1239039Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mv_cpu_float32 2022-09-27T15:59:31.1246731Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mv_cpu_float32 2022-09-27T15:59:31.1277829Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:59:31.1285493Z [gw3] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:59:31.1314024Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:59:31.1324443Z [gw3] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:59:31.1353184Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:59:31.1363754Z [gw3] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:59:31.1478726Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nan_to_num_cpu_float32 2022-09-27T15:59:31.1490784Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nan_to_num_cpu_float32 2022-09-27T15:59:31.1522192Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanmean_cpu_float32 2022-09-27T15:59:31.1529931Z [gw3] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanmean_cpu_float32 2022-09-27T15:59:31.1674270Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanmedian_cpu_float32 2022-09-27T15:59:31.1685854Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanmedian_cpu_float32 2022-09-27T15:59:31.1715879Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanquantile_cpu_float32 2022-09-27T15:59:31.1725284Z [gw3] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanquantile_cpu_float32 2022-09-27T15:59:31.1997073Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nansum_cpu_float32 2022-09-27T15:59:31.2004414Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nansum_cpu_float32 2022-09-27T15:59:31.2076325Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_narrow_copy_cpu_float32 2022-09-27T15:59:31.2083885Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_narrow_copy_cpu_float32 2022-09-27T15:59:31.2114599Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_narrow_cpu_float32 2022-09-27T15:59:31.2122426Z [gw3] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_narrow_cpu_float32 2022-09-27T15:59:31.2527477Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_native_layer_norm_cpu_float32 2022-09-27T15:59:31.2539496Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_native_layer_norm_cpu_float32 2022-09-27T15:59:31.2676580Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ne_cpu_float32 2022-09-27T15:59:31.2688792Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ne_cpu_float32 2022-09-27T15:59:31.2724669Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_neg_cpu_float32 2022-09-27T15:59:31.2736948Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_neg_cpu_float32 2022-09-27T15:59:31.2846079Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_empty_cpu_float32 2022-09-27T15:59:31.2857321Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_empty_cpu_float32 2022-09-27T15:59:31.2970703Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_empty_strided_cpu_float32 2022-09-27T15:59:31.2982862Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_empty_strided_cpu_float32 2022-09-27T15:59:31.3100568Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_full_cpu_float32 2022-09-27T15:59:31.3113082Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_full_cpu_float32 2022-09-27T15:59:31.3229813Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_ones_cpu_float32 2022-09-27T15:59:31.3241766Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_ones_cpu_float32 2022-09-27T15:59:31.3359932Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_zeros_cpu_float32 2022-09-27T15:59:31.3370463Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_zeros_cpu_float32 2022-09-27T15:59:31.3511638Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nextafter_cpu_float32 2022-09-27T15:59:31.3522110Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nextafter_cpu_float32 2022-09-27T15:59:31.3638101Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:59:31.3649145Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:59:31.3778030Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:59:31.3788632Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:59:31.3837927Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:59:31.3849517Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histogramdd_cpu_float32 2022-09-27T15:59:31.3921183Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hsplit_cpu_float32 2022-09-27T15:59:31.3932683Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hsplit_cpu_float32 2022-09-27T15:59:31.3956954Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hstack_cpu_float32 2022-09-27T15:59:31.3968376Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:59:31.3996983Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:59:31.4007003Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hstack_cpu_float32 2022-09-27T15:59:31.4145211Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hypot_cpu_float32 2022-09-27T15:59:31.4159123Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hypot_cpu_float32 2022-09-27T15:59:31.4167684Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:59:31.4170128Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:59:31.4214778Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_i0_cpu_float32 2022-09-27T15:59:31.4229941Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_i0_cpu_float32 2022-09-27T15:59:31.4361536Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_igamma_cpu_float32 2022-09-27T15:59:31.4371454Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_igamma_cpu_float32 2022-09-27T15:59:31.4447731Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_igammac_cpu_float32 2022-09-27T15:59:31.4458695Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:59:31.4505471Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:59:31.4517166Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_igammac_cpu_float32 2022-09-27T15:59:31.4577844Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_imag_cpu_complex64 2022-09-27T15:59:31.4588401Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_imag_cpu_complex64 2022-09-27T15:59:31.4731110Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_add_cpu_float32 2022-09-27T15:59:31.4738701Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:59:31.4746587Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_add_cpu_float32 2022-09-27T15:59:31.4748837Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_copy_cpu_float32 2022-09-27T15:59:31.4816628Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:59:31.4826355Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_copy_cpu_float32 2022-09-27T15:59:31.4885935Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_fill_cpu_float32 2022-09-27T15:59:31.4895654Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_fill_cpu_float32 2022-09-27T15:59:31.4908182Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_put_cpu_float32 2022-09-27T15:59:31.4919019Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:59:31.5000687Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:59:31.5010826Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_put_cpu_float32 2022-09-27T15:59:31.5039562Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_reduce_cpu_float32 2022-09-27T15:59:31.5049636Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:59:31.5170817Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:59:31.5179727Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:59:31.5409348Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_batch_norm_cpu_float32 2022-09-27T15:59:31.5418088Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_reduce_cpu_float32 2022-09-27T15:59:31.5462442Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_select_cpu_float32 2022-09-27T15:59:31.5471785Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_select_cpu_float32 2022-09-27T15:59:31.5502602Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_inner_cpu_float32 2022-09-27T15:59:31.5512518Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_batch_norm_cpu_float32 2022-09-27T15:59:31.5523490Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_bilinear_cpu_float32 2022-09-27T15:59:31.5533022Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_inner_cpu_float32 2022-09-27T15:59:31.5602484Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_int_cpu_float32 2022-09-27T15:59:31.5609702Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_int_cpu_float32 2022-09-27T15:59:31.5899635Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isclose_cpu_float32 2022-09-27T15:59:31.5910400Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_bilinear_cpu_float32 2022-09-27T15:59:31.6058708Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:59:31.6071958Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:59:31.6165138Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:59:31.6174822Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isclose_cpu_float32 2022-09-27T15:59:31.6236057Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isfinite_cpu_float32 2022-09-27T15:59:31.6243322Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isfinite_cpu_float32 2022-09-27T15:59:31.6290194Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isin_cpu_float32 2022-09-27T15:59:31.6300856Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isin_cpu_float32 2022-09-27T15:59:31.6327855Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isinf_cpu_float32 2022-09-27T15:59:31.6336657Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isinf_cpu_float32 2022-09-27T15:59:31.6364560Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isnan_cpu_float32 2022-09-27T15:59:31.6373569Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isnan_cpu_float32 2022-09-27T15:59:31.6400240Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isneginf_cpu_float32 2022-09-27T15:59:31.6408997Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isneginf_cpu_float32 2022-09-27T15:59:31.6437800Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isposinf_cpu_float32 2022-09-27T15:59:31.6442904Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isposinf_cpu_float32 2022-09-27T15:59:31.6452720Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:59:31.6454677Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_celu_cpu_float32 2022-09-27T15:59:31.6490468Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isreal_cpu_float32 2022-09-27T15:59:31.6499178Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_celu_cpu_float32 2022-09-27T15:59:31.6512234Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv1d_cpu_float32 2022-09-27T15:59:31.6522246Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isreal_cpu_float32 2022-09-27T15:59:31.6548539Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_istft_cpu_float32 2022-09-27T15:59:31.6557182Z [gw2] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_istft_cpu_float32 2022-09-27T15:59:31.6584415Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:59:31.6591928Z [gw2] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:59:31.6618103Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:59:31.6625408Z [gw2] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:59:31.6651462Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_binary_cpu_float32 2022-09-27T15:59:31.6658944Z [gw2] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_binary_cpu_float32 2022-09-27T15:59:31.6685312Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:59:31.6693252Z [gw2] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:59:31.6724390Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_unary_cpu_float32 2022-09-27T15:59:31.6729509Z [gw2] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_unary_cpu_float32 2022-09-27T15:59:31.6742288Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv1d_cpu_float32 2022-09-27T15:59:31.6743534Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv2d_cpu_float32 2022-09-27T15:59:31.6792027Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_kron_cpu_float32 2022-09-27T15:59:31.6802245Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_kron_cpu_float32 2022-09-27T15:59:31.7053045Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_kthvalue_cpu_float32 2022-09-27T15:59:31.7061612Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_kthvalue_cpu_float32 2022-09-27T15:59:31.7148727Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lcm_cpu_int64 2022-09-27T15:59:31.7156239Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lcm_cpu_int64 2022-09-27T15:59:31.7266326Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ldexp_cpu_float32 2022-09-27T15:59:31.7274292Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ldexp_cpu_float32 2022-09-27T15:59:31.7382967Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_le_cpu_float32 2022-09-27T15:59:31.7396177Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_le_cpu_float32 2022-09-27T15:59:31.7570516Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lerp_cpu_float32 2022-09-27T15:59:31.7577534Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lerp_cpu_float32 2022-09-27T15:59:31.7603455Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lgamma_cpu_float32 2022-09-27T15:59:31.7618784Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv2d_cpu_float32 2022-09-27T15:59:31.7625097Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:59:31.7632781Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lgamma_cpu_float32 2022-09-27T15:59:31.7853088Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cholesky_cpu_float32 2022-09-27T15:59:31.7863575Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cholesky_cpu_float32 2022-09-27T15:59:31.7870097Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cholesky_ex_cpu_float32 2022-09-27T15:59:31.7880748Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:59:31.8039916Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:59:31.8051759Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cholesky_ex_cpu_float32 2022-09-27T15:59:31.8163015Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cond_cpu_float32 2022-09-27T15:59:31.8168354Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:59:31.8180830Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cond_cpu_float32 2022-09-27T15:59:31.8182109Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:59:31.8252407Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cross_cpu_float32 2022-09-27T15:59:31.8263153Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cross_cpu_float32 2022-09-27T15:59:31.8387819Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_det_cpu_float32 2022-09-27T15:59:31.8397604Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_det_cpu_float32 2022-09-27T15:59:31.8445092Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_det_singular_cpu_float32 2022-09-27T15:59:31.8455873Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:59:31.8815534Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:59:31.8826893Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_det_singular_cpu_float32 2022-09-27T15:59:31.9017099Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eig_cpu_float32 2022-09-27T15:59:31.9027723Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:59:31.9085411Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:59:31.9094836Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eig_cpu_float32 2022-09-27T15:59:31.9249350Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigh_cpu_float32 2022-09-27T15:59:31.9259873Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigh_cpu_float32 2022-09-27T15:59:31.9295745Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigvals_cpu_float32 2022-09-27T15:59:31.9306068Z [gw2] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigvals_cpu_float32 2022-09-27T15:59:31.9340609Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigvalsh_cpu_float32 2022-09-27T15:59:31.9350123Z [gw2] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigvalsh_cpu_float32 2022-09-27T15:59:31.9535136Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_householder_product_cpu_float32 2022-09-27T15:59:31.9545704Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:59:31.9573186Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:59:31.9583905Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_householder_product_cpu_float32 2022-09-27T15:59:31.9721666Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_inv_cpu_float32 2022-09-27T15:59:31.9731570Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_inv_cpu_float32 2022-09-27T15:59:31.9863874Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_inv_ex_cpu_float32 2022-09-27T15:59:31.9875169Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_inv_ex_cpu_float32 2022-09-27T15:59:31.9964088Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_factor_cpu_float32 2022-09-27T15:59:31.9975057Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_factor_cpu_float32 2022-09-27T15:59:32.0065457Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:59:32.0075721Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:59:32.0087386Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:59:32.0089763Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:59:32.0123730Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_solve_cpu_float32 2022-09-27T15:59:32.0135237Z [gw3] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:59:32.0346083Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout2d_cpu_float32 2022-09-27T15:59:32.0358569Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_solve_cpu_float32 2022-09-27T15:59:32.0569823Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lstsq_cpu_float32 2022-09-27T15:59:32.0593989Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout2d_cpu_float32 2022-09-27T15:59:32.0828012Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout3d_cpu_float32 2022-09-27T15:59:32.0839416Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lstsq_cpu_float32 2022-09-27T15:59:32.1058764Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:59:32.1069627Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout3d_cpu_float32 2022-09-27T15:59:32.1304153Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout_cpu_float32 2022-09-27T15:59:32.1316342Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:59:32.1574220Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_cpu_float32 2022-09-27T15:59:32.1585896Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_cpu_float32 2022-09-27T15:59:32.1667391Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_factor_cpu_float32 2022-09-27T15:59:32.1678773Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout_cpu_float32 2022-09-27T15:59:32.1735789Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_elu_cpu_float32 2022-09-27T15:59:32.1746009Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_elu_cpu_float32 2022-09-27T15:59:32.1778450Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:59:32.1789196Z [gw3] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:59:32.1876982Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_embedding_cpu_float32 2022-09-27T15:59:32.1887527Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_factor_cpu_float32 2022-09-27T15:59:32.1945311Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:59:32.1955379Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_embedding_cpu_float32 2022-09-27T15:59:32.2111859Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:59:32.2124049Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:59:32.2173242Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_solve_cpu_float32 2022-09-27T15:59:32.2182590Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:59:32.2376715Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:59:32.2384594Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:59:32.3562652Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:59:32.3574756Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_solve_cpu_float32 2022-09-27T15:59:32.3673689Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_norm_cpu_float32 2022-09-27T15:59:32.3687521Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:59:32.4648567Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:59:32.4659836Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_norm_cpu_float32 2022-09-27T15:59:32.4695391Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_power_cpu_float32 2022-09-27T15:59:32.4705856Z [gw2] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_power_cpu_float32 2022-09-27T15:59:32.5575550Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_rank_cpu_float32 2022-09-27T15:59:32.5586521Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:59:32.7149652Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:59:32.7162912Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_rank_cpu_float32 2022-09-27T15:59:32.7200124Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:59:32.7212597Z [gw2] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:59:32.7390646Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_multi_dot_cpu_float32 2022-09-27T15:59:32.7402032Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_multi_dot_cpu_float32 2022-09-27T15:59:32.8267589Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_norm_cpu_float32 2022-09-27T15:59:32.8281908Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_norm_cpu_float32 2022-09-27T15:59:32.9197085Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:59:32.9207086Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:59:32.9507257Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_cpu_float32 2022-09-27T15:59:32.9517144Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_cpu_float32 2022-09-27T15:59:32.9544090Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:59:32.9551713Z [gw2] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:59:32.9577432Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_singular_cpu_float32 2022-09-27T15:59:32.9584533Z [gw2] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_singular_cpu_float32 2022-09-27T15:59:32.9932131Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_qr_cpu_float32 2022-09-27T15:59:32.9939659Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_qr_cpu_float32 2022-09-27T15:59:33.0056851Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_slogdet_cpu_float32 2022-09-27T15:59:33.0066534Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_slogdet_cpu_float32 2022-09-27T15:59:33.0092046Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_nll_loss_cpu_float32 2022-09-27T15:59:33.0100007Z [gw2] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_nll_loss_cpu_float32 2022-09-27T15:59:33.0260980Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_normalize_cpu_float32 2022-09-27T15:59:33.0272879Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_normalize_cpu_float32 2022-09-27T15:59:33.0301544Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_one_hot_cpu_int64 2022-09-27T15:59:33.0312556Z [gw2] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_one_hot_cpu_int64 2022-09-27T15:59:33.0625887Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_circular_cpu_float32 2022-09-27T15:59:33.0636092Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_circular_cpu_float32 2022-09-27T15:59:33.1112517Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_constant_cpu_float32 2022-09-27T15:59:33.1122142Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_constant_cpu_float32 2022-09-27T15:59:33.1206805Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:59:33.1217566Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:59:33.1233872Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_gelu_cpu_float32 2022-09-27T15:59:33.1242111Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:59:33.1314276Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:59:33.1325327Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_gelu_cpu_float32 2022-09-27T15:59:33.1399113Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_glu_cpu_float32 2022-09-27T15:59:33.1410007Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:59:33.1573030Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:59:33.1583355Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:59:33.1749788Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pdist_cpu_float32 2022-09-27T15:59:33.1761234Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_glu_cpu_float32 2022-09-27T15:59:33.1774234Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_grid_sample_cpu_float32 2022-09-27T15:59:33.1785272Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pdist_cpu_float32 2022-09-27T15:59:33.1838318Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:59:33.1848964Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:59:33.1894155Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:59:33.1911193Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:59:33.2448940Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:59:33.2462655Z [gw1] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanquantile_cpu_float32 2022-09-27T15:59:33.3901434Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nansum_cpu_float32 2022-09-27T15:59:33.3912022Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_grid_sample_cpu_float32 2022-09-27T15:59:33.4037516Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_group_norm_cpu_float32 2022-09-27T15:59:33.4048657Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_group_norm_cpu_float32 2022-09-27T15:59:33.4111380Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardshrink_cpu_float32 2022-09-27T15:59:33.4122990Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardshrink_cpu_float32 2022-09-27T15:59:33.4173315Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:59:33.4182886Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:59:33.4234688Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardswish_cpu_float32 2022-09-27T15:59:33.4241495Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardswish_cpu_float32 2022-09-27T15:59:33.4319651Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardtanh_cpu_float32 2022-09-27T15:59:33.4327267Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardtanh_cpu_float32 2022-09-27T15:59:33.4512132Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:59:33.4522079Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:59:33.4785017Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_prelu_cpu_float32 2022-09-27T15:59:33.4793609Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:59:33.4803175Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_prelu_cpu_float32 2022-09-27T15:59:33.4803936Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_relu6_cpu_float32 2022-09-27T15:59:33.4836906Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_huber_loss_cpu_float32 2022-09-27T15:59:33.4846789Z [gw1] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nansum_cpu_float32 2022-09-27T15:59:33.4855736Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_relu6_cpu_float32 2022-09-27T15:59:33.4856802Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_relu_cpu_float32 2022-09-27T15:59:33.4881152Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_copy_cpu_float32 2022-09-27T15:59:33.4891063Z [gw1] [ 94%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_copy_cpu_float32 2022-09-27T15:59:33.4917004Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_cpu_float32 2022-09-27T15:59:33.4924247Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_relu_cpu_float32 2022-09-27T15:59:33.4939999Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_rrelu_cpu_float32 2022-09-27T15:59:33.4948181Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_huber_loss_cpu_float32 2022-09-27T15:59:33.4980744Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_instance_norm_cpu_float32 2022-09-27T15:59:33.4990196Z [gw1] [ 94%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_cpu_float32 2022-09-27T15:59:33.5016040Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_layer_norm_cpu_float32 2022-09-27T15:59:33.5024579Z [gw1] [ 94%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_layer_norm_cpu_float32 2022-09-27T15:59:33.5049196Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ne_cpu_float32 2022-09-27T15:59:33.5055231Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_rrelu_cpu_float32 2022-09-27T15:59:33.5064532Z [gw1] [ 94%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ne_cpu_float32 2022-09-27T15:59:33.5065785Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_selu_cpu_float32 2022-09-27T15:59:33.5106938Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_neg_cpu_float32 2022-09-27T15:59:33.5113800Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_selu_cpu_float32 2022-09-27T15:59:33.5129429Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:59:33.5136284Z [gw1] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_neg_cpu_float32 2022-09-27T15:59:33.5159858Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_cpu_float32 2022-09-27T15:59:33.5166819Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:59:33.5175935Z [gw1] [ 94%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_cpu_float32 2022-09-27T15:59:33.5177198Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_strided_cpu_float32 2022-09-27T15:59:33.5201081Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_silu_cpu_float32 2022-09-27T15:59:33.5208287Z [gw1] [ 94%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_strided_cpu_float32 2022-09-27T15:59:33.5218136Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_full_cpu_float32 2022-09-27T15:59:33.5224953Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_silu_cpu_float32 2022-09-27T15:59:33.5237855Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:59:33.5245394Z [gw1] [ 94%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_full_cpu_float32 2022-09-27T15:59:33.5271660Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_ones_cpu_float32 2022-09-27T15:59:33.5279009Z [gw1] [ 94%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_ones_cpu_float32 2022-09-27T15:59:33.5304951Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_zeros_cpu_float32 2022-09-27T15:59:33.5313537Z [gw1] [ 94%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_zeros_cpu_float32 2022-09-27T15:59:33.5317396Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nextafter_cpu_float32 2022-09-27T15:59:33.5326473Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:59:33.5339061Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:59:33.5346152Z [gw1] [ 94%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nextafter_cpu_float32 2022-09-27T15:59:33.5358564Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:59:33.5365528Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_instance_norm_cpu_float32 2022-09-27T15:59:33.5407338Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:59:33.5416801Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:59:33.5506825Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softmin_cpu_float32 2022-09-27T15:59:33.5509529Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:59:33.5517860Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softmin_cpu_float32 2022-09-27T15:59:33.5520444Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:59:33.5665404Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:59:33.5678474Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:59:33.5684440Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:59:33.5692485Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softplus_cpu_float32 2022-09-27T15:59:33.5739637Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:59:33.5750352Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softplus_cpu_float32 2022-09-27T15:59:33.5802876Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softshrink_cpu_float32 2022-09-27T15:59:33.5816517Z [gw1] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:59:33.5822092Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:59:33.5834557Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softshrink_cpu_float32 2022-09-27T15:59:33.5856162Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softsign_cpu_float32 2022-09-27T15:59:33.5867965Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:59:33.5910698Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:59:33.5921076Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softsign_cpu_float32 2022-09-27T15:59:33.5980946Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:59:33.5992401Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:59:33.6000580Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_threshold_cpu_float32 2022-09-27T15:59:33.6010807Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:59:33.6054665Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:59:33.6066987Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_threshold_cpu_float32 2022-09-27T15:59:33.6201846Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:59:33.6212174Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:59:33.6380446Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:59:33.6391623Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:59:33.6415562Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_kl_div_cpu_float32 2022-09-27T15:59:33.6427233Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:59:33.6436692Z [gw1] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:59:33.6439146Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:59:33.6717821Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:59:33.6735001Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_kl_div_cpu_float32 2022-09-27T15:59:33.6820396Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_l1_loss_cpu_float32 2022-09-27T15:59:33.6831392Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:59:33.6870130Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_unfold_cpu_float32 2022-09-27T15:59:33.6878839Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_l1_loss_cpu_float32 2022-09-27T15:59:33.7026104Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_layer_norm_cpu_float32 2022-09-27T15:59:33.7036811Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_layer_norm_cpu_float32 2022-09-27T15:59:33.7142912Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:59:33.7153456Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:59:33.7229183Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_linear_cpu_float32 2022-09-27T15:59:33.7239966Z [gw1] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:59:33.7507078Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:59:33.7517878Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_linear_cpu_float32 2022-09-27T15:59:33.7936853Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:59:33.7948263Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:59:33.8017387Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:59:33.8028317Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:59:33.8108718Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:59:33.8119816Z [gw1] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:59:33.8720440Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:59:33.8731769Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:59:33.8765870Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:59:33.8776058Z [gw3] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:59:34.0093199Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:59:34.0105009Z [gw1] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:59:34.0269602Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:59:34.0280026Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_unfold_cpu_float32 2022-09-27T15:59:34.0349892Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:59:34.0367143Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:59:34.0548077Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:59:34.0575938Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:59:34.0750164Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nonzero_cpu_float32 2022-09-27T15:59:34.0760290Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nonzero_cpu_float32 2022-09-27T15:59:34.1187455Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_cpu_float32 2022-09-27T15:59:34.1197458Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_cpu_float32 2022-09-27T15:59:34.1260241Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_fro_cpu_float32 2022-09-27T15:59:34.1270221Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_fro_cpu_float32 2022-09-27T15:59:34.1339693Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_inf_cpu_float32 2022-09-27T15:59:34.1350202Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_inf_cpu_float32 2022-09-27T15:59:34.1417370Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_nuc_cpu_float32 2022-09-27T15:59:34.1438074Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_nuc_cpu_float32 2022-09-27T15:59:34.1622515Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_normal_cpu_float32 2022-09-27T15:59:34.1630436Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_normal_cpu_float32 2022-09-27T15:59:34.1693912Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_normal_number_mean_cpu_float32 2022-09-27T15:59:34.1704186Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_normal_number_mean_cpu_float32 2022-09-27T15:59:34.1750854Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ones_cpu_float32 2022-09-27T15:59:34.1761068Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ones_cpu_float32 2022-09-27T15:59:34.1860781Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ones_like_cpu_float32 2022-09-27T15:59:34.1873437Z [gw1] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:59:34.1884368Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ones_like_cpu_float32 2022-09-27T15:59:34.1887012Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:59:34.2710466Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ormqr_cpu_float32 2022-09-27T15:59:34.2721927Z [gw1] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:59:34.3226235Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:59:34.3237313Z [gw1] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:59:34.3791115Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:59:34.3803018Z [gw1] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:59:34.5450636Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_batch_norm_cpu_float32 2022-09-27T15:59:34.5462788Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ormqr_cpu_float32 2022-09-27T15:59:34.5514321Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_outer_cpu_float32 2022-09-27T15:59:34.5525391Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_outer_cpu_float32 2022-09-27T15:59:34.6720507Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pca_lowrank_cpu_float32 2022-09-27T15:59:34.6734385Z [gw0] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_norm_cpu_float32 2022-09-27T15:59:35.2482875Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_normalize_cpu_float32 2022-09-27T15:59:35.2495984Z [gw0] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_normalize_cpu_float32 2022-09-27T15:59:35.9110525Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_prod_cpu_float32 2022-09-27T15:59:35.9122427Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:59:37.1445623Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:59:37.1458993Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pca_lowrank_cpu_float32 2022-09-27T15:59:37.1531214Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_permute_cpu_float32 2022-09-27T15:59:37.1542675Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_permute_cpu_float32 2022-09-27T15:59:37.1761439Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pinverse_cpu_float32 2022-09-27T15:59:37.1771827Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pinverse_cpu_float32 2022-09-27T15:59:37.1994885Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polar_cpu_float32 2022-09-27T15:59:37.2005955Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polar_cpu_float32 2022-09-27T15:59:37.2123674Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:59:37.2133901Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:59:37.2244388Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:59:37.2255309Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:59:37.2367276Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:59:37.2378218Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:59:37.2495420Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:59:37.2506541Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:59:37.2626501Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:59:37.2638674Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:59:37.2687231Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_positive_cpu_float32 2022-09-27T15:59:37.2699432Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_positive_cpu_float32 2022-09-27T15:59:37.2836974Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pow_cpu_float32 2022-09-27T15:59:37.2849217Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pow_cpu_float32 2022-09-27T15:59:37.3206776Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_prod_cpu_float32 2022-09-27T15:59:37.3218857Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_prod_cpu_float32 2022-09-27T15:59:37.3548843Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_put_cpu_float32 2022-09-27T15:59:37.3561890Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_put_cpu_float32 2022-09-27T15:59:37.3976355Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_qr_cpu_float32 2022-09-27T15:59:37.3989622Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:59:37.4057026Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:59:37.4069315Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_qr_cpu_float32 2022-09-27T15:59:37.4102998Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_quantile_cpu_float32 2022-09-27T15:59:37.4115407Z [gw2] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_quantile_cpu_float32 2022-09-27T15:59:37.4171827Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rad2deg_cpu_float32 2022-09-27T15:59:37.4181814Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rad2deg_cpu_float32 2022-09-27T15:59:37.4426888Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rand_like_cpu_float32 2022-09-27T15:59:37.4436817Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rand_like_cpu_float32 2022-09-27T15:59:37.4930242Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randint_like_cpu_float32 2022-09-27T15:59:37.4942317Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randint_like_cpu_float32 2022-09-27T15:59:37.5034571Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randn_cpu_float32 2022-09-27T15:59:37.5047817Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randn_cpu_float32 2022-09-27T15:59:37.5105025Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randn_like_cpu_float32 2022-09-27T15:59:37.5117294Z [gw0] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_prod_cpu_float32 2022-09-27T15:59:37.5312027Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_softmax_cpu_float32 2022-09-27T15:59:37.5322860Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randn_like_cpu_float32 2022-09-27T15:59:37.5387609Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ravel_cpu_float32 2022-09-27T15:59:37.5399567Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ravel_cpu_float32 2022-09-27T15:59:37.5446471Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_real_cpu_float32 2022-09-27T15:59:37.5459008Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_real_cpu_float32 2022-09-27T15:59:37.5512958Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reciprocal_cpu_float32 2022-09-27T15:59:37.5523473Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reciprocal_cpu_float32 2022-09-27T15:59:37.5668067Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_remainder_cpu_float32 2022-09-27T15:59:37.5680303Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_remainder_cpu_float32 2022-09-27T15:59:37.5733134Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_k1_cpu_float32 2022-09-27T15:59:37.5745255Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_k1_cpu_float32 2022-09-27T15:59:37.5820011Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_ndtr_cpu_float32 2022-09-27T15:59:37.5831807Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_ndtr_cpu_float32 2022-09-27T15:59:37.5880770Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_ndtri_cpu_float32 2022-09-27T15:59:37.5891036Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_ndtri_cpu_float32 2022-09-27T15:59:37.5996811Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:59:37.6008002Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:59:37.6058314Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:59:37.6070015Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:59:37.6120290Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:59:37.6136692Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:59:37.6155042Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:59:37.6165134Z [gw2] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:59:37.6183604Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:59:37.6193737Z [gw2] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:59:37.6212009Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:59:37.6222494Z [gw2] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:59:37.6240900Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:59:37.6253050Z [gw2] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:59:37.6305276Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:59:37.6315942Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:59:37.6440443Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_xlog1py_cpu_float32 2022-09-27T15:59:37.6450828Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_xlog1py_cpu_float32 2022-09-27T15:59:37.6580673Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_zeta_cpu_float32 2022-09-27T15:59:37.6594700Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_zeta_cpu_float32 2022-09-27T15:59:37.6644926Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_cpu_float32 2022-09-27T15:59:37.6656736Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_cpu_float32 2022-09-27T15:59:37.6732889Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_list_args_cpu_float32 2022-09-27T15:59:37.6746583Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_list_args_cpu_float32 2022-09-27T15:59:37.6835066Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_with_sizes_cpu_float32 2022-09-27T15:59:37.6846922Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_with_sizes_cpu_float32 2022-09-27T15:59:37.6887558Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sqrt_cpu_float32 2022-09-27T15:59:37.6898811Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sqrt_cpu_float32 2022-09-27T15:59:37.6957634Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_square_cpu_float32 2022-09-27T15:59:37.6969598Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_square_cpu_float32 2022-09-27T15:59:37.7057442Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_squeeze_cpu_float32 2022-09-27T15:59:37.7071661Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_squeeze_cpu_float32 2022-09-27T15:59:37.7208577Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_stack_cpu_float32 2022-09-27T15:59:37.7220265Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_stack_cpu_float32 2022-09-27T15:59:37.7355033Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_std_cpu_float32 2022-09-27T15:59:37.7362599Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_std_cpu_float32 2022-09-27T15:59:37.7525787Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_std_mean_cpu_float32 2022-09-27T15:59:37.7536095Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_std_mean_cpu_float32 2022-09-27T15:59:37.7786364Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_stft_cpu_float32 2022-09-27T15:59:37.7798013Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_stft_cpu_float32 2022-09-27T15:59:37.7949173Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sub_cpu_float32 2022-09-27T15:59:37.7960404Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sub_cpu_float32 2022-09-27T15:59:37.8162360Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sum_cpu_float32 2022-09-27T15:59:37.8174783Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sum_cpu_float32 2022-09-27T15:59:37.8320450Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sum_to_size_cpu_float32 2022-09-27T15:59:37.8332982Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sum_to_size_cpu_float32 2022-09-27T15:59:37.9058543Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_svd_cpu_float32 2022-09-27T15:59:37.9070667Z [gw0] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_softmax_cpu_float32 2022-09-27T15:59:37.9227879Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_softmin_cpu_float32 2022-09-27T15:59:37.9241173Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:59:38.0504523Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:59:38.0518704Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:59:38.2339936Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:59:38.2350662Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_svd_cpu_float32 2022-09-27T15:59:38.3898297Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_svd_lowrank_cpu_float32 2022-09-27T15:59:38.3909589Z [gw0] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_softmin_cpu_float32 2022-09-27T15:59:38.8610156Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_std_cpu_float32 2022-09-27T15:59:38.8621428Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:59:39.0553190Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:59:39.0564534Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:59:39.3674275Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:59:39.3685802Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:59:39.4722462Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:59:39.4734198Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:59:39.4790598Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_mish_cpu_float32 2022-09-27T15:59:39.4801365Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_mish_cpu_float32 2022-09-27T15:59:39.4903344Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_mse_loss_cpu_float32 2022-09-27T15:59:39.4915476Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_mse_loss_cpu_float32 2022-09-27T15:59:39.5049079Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:59:39.5059430Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:59:39.5152704Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:59:39.5163074Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:59:39.5378940Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:59:39.5392189Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:59:39.5463526Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_renorm_cpu_float32 2022-09-27T15:59:39.5476193Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_renorm_cpu_float32 2022-09-27T15:59:39.5818945Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_repeat_cpu_float32 2022-09-27T15:59:39.5828950Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_repeat_cpu_float32 2022-09-27T15:59:39.5858797Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_repeat_interleave_cpu_float32 2022-09-27T15:59:39.5870393Z [gw3] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_repeat_interleave_cpu_float32 2022-09-27T15:59:39.5943591Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reshape_as_cpu_float32 2022-09-27T15:59:39.5953494Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reshape_as_cpu_float32 2022-09-27T15:59:39.6044952Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reshape_cpu_float32 2022-09-27T15:59:39.6056869Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reshape_cpu_float32 2022-09-27T15:59:39.6115065Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resize__cpu_float32 2022-09-27T15:59:39.6125294Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resize__cpu_float32 2022-09-27T15:59:39.6188753Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resize_as__cpu_float32 2022-09-27T15:59:39.6198686Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resize_as__cpu_float32 2022-09-27T15:59:39.6235577Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resolve_conj_cpu_float32 2022-09-27T15:59:39.6245535Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resolve_conj_cpu_float32 2022-09-27T15:59:39.6281531Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resolve_neg_cpu_float32 2022-09-27T15:59:39.6291396Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resolve_neg_cpu_float32 2022-09-27T15:59:39.6456805Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_roll_cpu_float32 2022-09-27T15:59:39.6467153Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_roll_cpu_float32 2022-09-27T15:59:39.6802965Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rot90_cpu_float32 2022-09-27T15:59:39.6815449Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rot90_cpu_float32 2022-09-27T15:59:39.6854056Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_cpu_float32 2022-09-27T15:59:39.6865318Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_cpu_float32 2022-09-27T15:59:39.6920644Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_0_cpu_float32 2022-09-27T15:59:39.6932988Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_0_cpu_float32 2022-09-27T15:59:39.6983690Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_3_cpu_float32 2022-09-27T15:59:39.7000314Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_3_cpu_float32 2022-09-27T15:59:39.7054030Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_neg_3_cpu_float32 2022-09-27T15:59:39.7065508Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_neg_3_cpu_float32 2022-09-27T15:59:39.7115929Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rsqrt_cpu_float32 2022-09-27T15:59:39.7124650Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rsqrt_cpu_float32 2022-09-27T15:59:39.7286449Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rsub_cpu_float32 2022-09-27T15:59:39.7296228Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rsub_cpu_float32 2022-09-27T15:59:39.7411904Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_add_cpu_float32 2022-09-27T15:59:39.7420628Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_add_cpu_float32 2022-09-27T15:59:39.7646021Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_cpu_float32 2022-09-27T15:59:39.7655555Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_cpu_float32 2022-09-27T15:59:39.7910012Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_amax_cpu_float32 2022-09-27T15:59:39.7921873Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_amax_cpu_float32 2022-09-27T15:59:39.8159828Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_amin_cpu_float32 2022-09-27T15:59:39.8167000Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_amin_cpu_float32 2022-09-27T15:59:39.8401872Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_mean_cpu_float32 2022-09-27T15:59:39.8411050Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_mean_cpu_float32 2022-09-27T15:59:39.8659170Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_prod_cpu_float32 2022-09-27T15:59:39.8669929Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_prod_cpu_float32 2022-09-27T15:59:39.8966228Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_sum_cpu_float32 2022-09-27T15:59:39.8977526Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_sum_cpu_float32 2022-09-27T15:59:40.2797242Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_searchsorted_cpu_float32 2022-09-27T15:59:40.2810091Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_searchsorted_cpu_float32 2022-09-27T15:59:40.2846857Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_segment_reduce_lengths_cpu_float32 2022-09-27T15:59:40.2860606Z [gw3] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_segment_reduce_lengths_cpu_float32 2022-09-27T15:59:40.4875356Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_segment_reduce_offsets_cpu_float32 2022-09-27T15:59:40.4886185Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_segment_reduce_offsets_cpu_float32 2022-09-27T15:59:40.4956884Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_select_cpu_float32 2022-09-27T15:59:40.4967494Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_select_cpu_float32 2022-09-27T15:59:40.5059803Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_select_scatter_cpu_float32 2022-09-27T15:59:40.5070570Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_select_scatter_cpu_float32 2022-09-27T15:59:40.5113338Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sgn_cpu_float32 2022-09-27T15:59:40.5123868Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sgn_cpu_float32 2022-09-27T15:59:40.5206776Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_short_cpu_float32 2022-09-27T15:59:40.5216655Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_short_cpu_float32 2022-09-27T15:59:40.5265083Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sigmoid_cpu_float32 2022-09-27T15:59:40.5275618Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sigmoid_cpu_float32 2022-09-27T15:59:40.5311171Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sign_cpu_float32 2022-09-27T15:59:40.5320830Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sign_cpu_float32 2022-09-27T15:59:40.5356456Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_signbit_cpu_float32 2022-09-27T15:59:40.5366126Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_signbit_cpu_float32 2022-09-27T15:59:40.5401705Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sin_cpu_float32 2022-09-27T15:59:40.5411504Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sin_cpu_float32 2022-09-27T15:59:40.5469836Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sinc_cpu_float32 2022-09-27T15:59:40.5479790Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sinc_cpu_float32 2022-09-27T15:59:40.5515169Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sinh_cpu_float32 2022-09-27T15:59:40.5525005Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sinh_cpu_float32 2022-09-27T15:59:40.5674370Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_slice_scatter_cpu_float32 2022-09-27T15:59:40.5684830Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_slice_scatter_cpu_float32 2022-09-27T15:59:40.5760715Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_softmax_cpu_float32 2022-09-27T15:59:40.5770901Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_softmax_cpu_float32 2022-09-27T15:59:40.5882154Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_softmax_with_dtype_cpu_float32 2022-09-27T15:59:40.5893882Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_softmax_with_dtype_cpu_float32 2022-09-27T15:59:40.6570983Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sort_cpu_float32 2022-09-27T15:59:40.6584357Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sort_cpu_float32 2022-09-27T15:59:40.6620892Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sparse_sampled_addmm_cpu_float32 2022-09-27T15:59:40.6632298Z [gw3] [ 95%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sparse_sampled_addmm_cpu_float32 2022-09-27T15:59:40.6684754Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_airy_ai_cpu_float32 2022-09-27T15:59:40.6696545Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_airy_ai_cpu_float32 2022-09-27T15:59:40.6746931Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_j0_cpu_float32 2022-09-27T15:59:40.6756938Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_j0_cpu_float32 2022-09-27T15:59:40.6807768Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_j1_cpu_float32 2022-09-27T15:59:40.6817851Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_j1_cpu_float32 2022-09-27T15:59:40.6872323Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_y0_cpu_float32 2022-09-27T15:59:40.6882256Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_y0_cpu_float32 2022-09-27T15:59:40.6937140Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_y1_cpu_float32 2022-09-27T15:59:40.6947046Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_y1_cpu_float32 2022-09-27T15:59:40.7069608Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:59:40.7079382Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:59:40.7200533Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:59:40.7210674Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:59:40.7228547Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:59:40.7238567Z [gw3] [ 95%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:59:40.7256822Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:59:40.7266642Z [gw3] [ 95%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:59:40.7310430Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_entr_cpu_float32 2022-09-27T15:59:40.7322685Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_entr_cpu_float32 2022-09-27T15:59:40.7372357Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_erfcx_cpu_float32 2022-09-27T15:59:40.7383112Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_erfcx_cpu_float32 2022-09-27T15:59:40.7509825Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:59:40.7519895Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:59:40.7648647Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:59:40.7659028Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:59:40.7701950Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i0e_cpu_float32 2022-09-27T15:59:40.7712837Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i0e_cpu_float32 2022-09-27T15:59:40.7755620Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i1_cpu_float32 2022-09-27T15:59:40.7765721Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i1_cpu_float32 2022-09-27T15:59:40.7806838Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i1e_cpu_float32 2022-09-27T15:59:40.7817115Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i1e_cpu_float32 2022-09-27T15:59:40.7940322Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:59:40.7950349Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:59:40.7968014Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:59:40.7978457Z [gw3] [ 95%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:59:40.8027179Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_log_ndtr_cpu_float32 2022-09-27T15:59:40.8037999Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_log_ndtr_cpu_float32 2022-09-27T15:59:40.8087957Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_i0_cpu_float32 2022-09-27T15:59:40.8097892Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_i0_cpu_float32 2022-09-27T15:59:40.8147821Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_i1_cpu_float32 2022-09-27T15:59:40.8158150Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_i1_cpu_float32 2022-09-27T15:59:40.8294504Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_k0_cpu_float32 2022-09-27T15:59:40.8304235Z [gw3] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_k0_cpu_float32 2022-09-27T15:59:40.8373901Z test_ops.py::TestTagsCPU::test_tags__refs_as_strided_cpu_float32 2022-09-27T15:59:40.8383372Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_as_strided_cpu_float32 2022-09-27T15:59:40.8419678Z test_ops.py::TestTagsCPU::test_tags__refs_asin_cpu_float32 2022-09-27T15:59:40.8429030Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_asin_cpu_float32 2022-09-27T15:59:40.8464876Z test_ops.py::TestTagsCPU::test_tags__refs_asinh_cpu_float32 2022-09-27T15:59:40.8474409Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_asinh_cpu_float32 2022-09-27T15:59:40.8591982Z test_ops.py::TestTagsCPU::test_tags__refs_atan2_cpu_float32 2022-09-27T15:59:40.8601928Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atan2_cpu_float32 2022-09-27T15:59:40.8638334Z test_ops.py::TestTagsCPU::test_tags__refs_atan_cpu_float32 2022-09-27T15:59:40.8647553Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atan_cpu_float32 2022-09-27T15:59:40.8682389Z test_ops.py::TestTagsCPU::test_tags__refs_atanh_cpu_float32 2022-09-27T15:59:40.8696035Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atanh_cpu_float32 2022-09-27T15:59:40.8754136Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_1d_cpu_float32 2022-09-27T15:59:40.8763190Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atleast_1d_cpu_float32 2022-09-27T15:59:40.8825984Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_2d_cpu_float32 2022-09-27T15:59:40.8835325Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atleast_2d_cpu_float32 2022-09-27T15:59:40.8907294Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_3d_cpu_float32 2022-09-27T15:59:40.8916832Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atleast_3d_cpu_float32 2022-09-27T15:59:40.9021267Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_and_cpu_int64 2022-09-27T15:59:40.9030552Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_bitwise_and_cpu_int64 2022-09-27T15:59:40.9135315Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:59:40.9144618Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:59:40.9193031Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_not_cpu_int64 2022-09-27T15:59:40.9202407Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_bitwise_not_cpu_int64 2022-09-27T15:59:40.9316024Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_or_cpu_int64 2022-09-27T15:59:40.9325929Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_bitwise_or_cpu_int64 2022-09-27T15:59:40.9441945Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_xor_cpu_int64 2022-09-27T15:59:40.9451987Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_bitwise_xor_cpu_int64 2022-09-27T15:59:40.9479114Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_shapes_cpu_float32 2022-09-27T15:59:40.9489924Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_broadcast_shapes_cpu_float32 2022-09-27T15:59:40.9530237Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_tensors_cpu_float32 2022-09-27T15:59:40.9540461Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_broadcast_tensors_cpu_float32 2022-09-27T15:59:40.9620866Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_to_cpu_float32 2022-09-27T15:59:40.9630726Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_broadcast_to_cpu_float32 2022-09-27T15:59:40.9666499Z test_ops.py::TestTagsCPU::test_tags__refs_cat_cpu_float32 2022-09-27T15:59:40.9677222Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_cat_cpu_float32 2022-09-27T15:59:40.9713241Z test_ops.py::TestTagsCPU::test_tags__refs_ceil_cpu_float32 2022-09-27T15:59:40.9723076Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_ceil_cpu_float32 2022-09-27T15:59:40.9799125Z test_ops.py::TestTagsCPU::test_tags__refs_chunk_cpu_float32 2022-09-27T15:59:40.9809110Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_chunk_cpu_float32 2022-09-27T15:59:40.9886817Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_cpu_float32 2022-09-27T15:59:40.9896687Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_clamp_cpu_float32 2022-09-27T15:59:40.9987601Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_max_cpu_float32 2022-09-27T15:59:40.9996237Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_clamp_max_cpu_float32 2022-09-27T15:59:41.0084876Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_min_cpu_float32 2022-09-27T15:59:41.0094543Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_clamp_min_cpu_float32 2022-09-27T15:59:41.0141030Z test_ops.py::TestTagsCPU::test_tags__refs_clone_cpu_float32 2022-09-27T15:59:41.0150622Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_clone_cpu_float32 2022-09-27T15:59:41.0181797Z test_ops.py::TestTagsCPU::test_tags__refs_column_stack_cpu_float32 2022-09-27T15:59:41.0191720Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_column_stack_cpu_float32 2022-09-27T15:59:41.0236966Z test_ops.py::TestTagsCPU::test_tags__refs_conj_cpu_float32 2022-09-27T15:59:41.0247379Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_conj_cpu_float32 2022-09-27T15:59:41.0281156Z test_ops.py::TestTagsCPU::test_tags__refs_conj_physical_cpu_float32 2022-09-27T15:59:41.0291214Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_conj_physical_cpu_float32 2022-09-27T15:59:41.0781544Z test_ops.py::TestTagsCPU::test_tags__refs_constant_pad_nd_cpu_float32 2022-09-27T15:59:41.0792144Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_constant_pad_nd_cpu_float32 2022-09-27T15:59:41.0832993Z test_ops.py::TestTagsCPU::test_tags__refs_contiguous_cpu_float32 2022-09-27T15:59:41.0842948Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_contiguous_cpu_float32 2022-09-27T15:59:41.1049898Z test_ops.py::TestTagsCPU::test_tags__refs_copysign_cpu_float32 2022-09-27T15:59:41.1059711Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_copysign_cpu_float32 2022-09-27T15:59:41.1120807Z test_ops.py::TestTagsCPU::test_tags__refs_cos_cpu_float32 2022-09-27T15:59:41.1130728Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_cos_cpu_float32 2022-09-27T15:59:41.1181798Z test_ops.py::TestTagsCPU::test_tags__refs_cosh_cpu_float32 2022-09-27T15:59:41.1191491Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_cosh_cpu_float32 2022-09-27T15:59:41.1355128Z test_ops.py::TestTagsCPU::test_tags__refs_diag_embed_cpu_float32 2022-09-27T15:59:41.1364967Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_diag_embed_cpu_float32 2022-09-27T15:59:41.1487299Z test_ops.py::TestTagsCPU::test_tags__refs_diagonal_cpu_float32 2022-09-27T15:59:41.1497225Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_diagonal_cpu_float32 2022-09-27T15:59:41.1548144Z test_ops.py::TestTagsCPU::test_tags__refs_digamma_cpu_float32 2022-09-27T15:59:41.1557970Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_digamma_cpu_float32 2022-09-27T15:59:41.2264786Z test_ops.py::TestTagsCPU::test_tags__refs_div_floor_rounding_cpu_float32 2022-09-27T15:59:41.2276101Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_div_floor_rounding_cpu_float32 2022-09-27T15:59:41.2400617Z test_ops.py::TestTagsCPU::test_tags__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:59:41.2410528Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:59:41.2561292Z test_ops.py::TestTagsCPU::test_tags__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:59:41.2570913Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:59:41.2622588Z test_ops.py::TestTagsCPU::test_tags__refs_dsplit_cpu_float32 2022-09-27T15:59:41.2632514Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_dsplit_cpu_float32 2022-09-27T15:59:41.2663188Z test_ops.py::TestTagsCPU::test_tags__refs_dstack_cpu_float32 2022-09-27T15:59:41.2672862Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_dstack_cpu_float32 2022-09-27T15:59:41.2699418Z test_ops.py::TestTagsCPU::test_tags__refs_empty_cpu_float32 2022-09-27T15:59:41.2709201Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_empty_cpu_float32 2022-09-27T15:59:41.2776621Z test_ops.py::TestTagsCPU::test_tags__refs_empty_like_cpu_float32 2022-09-27T15:59:41.2786888Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_empty_like_cpu_float32 2022-09-27T15:59:41.2918596Z test_ops.py::TestTagsCPU::test_tags__refs_eq_cpu_float32 2022-09-27T15:59:41.2929510Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_eq_cpu_float32 2022-09-27T15:59:41.2967584Z test_ops.py::TestTagsCPU::test_tags__refs_erf_cpu_float32 2022-09-27T15:59:41.2977336Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_erf_cpu_float32 2022-09-27T15:59:41.3034695Z test_ops.py::TestTagsCPU::test_tags__refs_erfc_cpu_float32 2022-09-27T15:59:41.3044452Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_erfc_cpu_float32 2022-09-27T15:59:41.3082046Z test_ops.py::TestTagsCPU::test_tags__refs_erfinv_cpu_float32 2022-09-27T15:59:41.3092514Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_erfinv_cpu_float32 2022-09-27T15:59:41.3144199Z test_ops.py::TestTagsCPU::test_tags__refs_exp2_cpu_float32 2022-09-27T15:59:41.3154396Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_exp2_cpu_float32 2022-09-27T15:59:41.3207138Z test_ops.py::TestTagsCPU::test_tags__refs_exp_cpu_float32 2022-09-27T15:59:41.3216919Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_exp_cpu_float32 2022-09-27T15:59:41.3265604Z test_ops.py::TestTagsCPU::test_tags__refs_expand_as_cpu_float32 2022-09-27T15:59:41.3276411Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_expand_as_cpu_float32 2022-09-27T15:59:41.3378115Z test_ops.py::TestTagsCPU::test_tags__refs_expand_cpu_float32 2022-09-27T15:59:41.3388329Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_expand_cpu_float32 2022-09-27T15:59:41.3425257Z test_ops.py::TestTagsCPU::test_tags__refs_expm1_cpu_float32 2022-09-27T15:59:41.3435029Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_expm1_cpu_float32 2022-09-27T15:59:41.3466516Z test_ops.py::TestTagsCPU::test_tags__refs_eye_cpu_float32 2022-09-27T15:59:41.3476434Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_eye_cpu_float32 2022-09-27T15:59:41.3524456Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fft2_cpu_float32 2022-09-27T15:59:41.3535051Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_fft2_cpu_float32 2022-09-27T15:59:41.3601940Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fft_cpu_float32 2022-09-27T15:59:41.3611895Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_fft_cpu_float32 2022-09-27T15:59:41.3691964Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fftn_cpu_float32 2022-09-27T15:59:41.3701983Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_fftn_cpu_float32 2022-09-27T15:59:41.3762168Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fftshift_cpu_float32 2022-09-27T15:59:41.3773246Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_fftshift_cpu_float32 2022-09-27T15:59:41.3823020Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft2_cpu_float32 2022-09-27T15:59:41.3834118Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft2_cpu_float32 2022-09-27T15:59:41.3918669Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft_cpu_float32 2022-09-27T15:59:41.3933209Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft_cpu_float32 2022-09-27T15:59:41.4035030Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfftn_cpu_float32 2022-09-27T15:59:41.4045696Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_hfftn_cpu_float32 2022-09-27T15:59:41.4092312Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft2_cpu_float32 2022-09-27T15:59:41.4102759Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft2_cpu_float32 2022-09-27T15:59:41.4171990Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft_cpu_float32 2022-09-27T15:59:41.4184545Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft_cpu_float32 2022-09-27T15:59:41.4268834Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftn_cpu_float32 2022-09-27T15:59:41.4280392Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftn_cpu_float32 2022-09-27T15:59:41.4343283Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftshift_cpu_float32 2022-09-27T15:59:41.4355091Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftshift_cpu_float32 2022-09-27T15:59:41.4402505Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft2_cpu_float32 2022-09-27T15:59:41.4414467Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft2_cpu_float32 2022-09-27T15:59:41.4483307Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft_cpu_float32 2022-09-27T15:59:41.4495076Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft_cpu_float32 2022-09-27T15:59:41.4582222Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfftn_cpu_float32 2022-09-27T15:59:41.4595069Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfftn_cpu_float32 2022-09-27T15:59:41.4652071Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft2_cpu_float32 2022-09-27T15:59:41.4664584Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft2_cpu_float32 2022-09-27T15:59:41.4751921Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft_cpu_float32 2022-09-27T15:59:41.4764955Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft_cpu_float32 2022-09-27T15:59:41.4853516Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfftn_cpu_float32 2022-09-27T15:59:41.4860732Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_svd_lowrank_cpu_float32 2022-09-27T15:59:41.4877213Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_irfftn_cpu_float32 2022-09-27T15:59:41.4878751Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft2_cpu_float32 2022-09-27T15:59:41.4925153Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_symeig_cpu_float32 2022-09-27T15:59:41.4938584Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft2_cpu_float32 2022-09-27T15:59:41.5002674Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft_cpu_float32 2022-09-27T15:59:41.5016672Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft_cpu_float32 2022-09-27T15:59:41.5090110Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfftn_cpu_float32 2022-09-27T15:59:41.5102990Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_rfftn_cpu_float32 2022-09-27T15:59:41.5136358Z test_ops.py::TestTagsCPU::test_tags__refs_fill_cpu_float32 2022-09-27T15:59:41.5149299Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_symeig_cpu_float32 2022-09-27T15:59:41.5164854Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_t_cpu_float32 2022-09-27T15:59:41.5176187Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fill_cpu_float32 2022-09-27T15:59:41.5210084Z test_ops.py::TestTagsCPU::test_tags__refs_flatten_cpu_float32 2022-09-27T15:59:41.5221880Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_t_cpu_float32 2022-09-27T15:59:41.5253644Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_take_along_dim_cpu_float32 2022-09-27T15:59:41.5266067Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_flatten_cpu_float32 2022-09-27T15:59:41.5357084Z test_ops.py::TestTagsCPU::test_tags__refs_flip_cpu_float32 2022-09-27T15:59:41.5370052Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_take_along_dim_cpu_float32 2022-09-27T15:59:41.5392626Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_take_cpu_float32 2022-09-27T15:59:41.5403984Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_flip_cpu_float32 2022-09-27T15:59:41.5453256Z test_ops.py::TestTagsCPU::test_tags__refs_fliplr_cpu_float32 2022-09-27T15:59:41.5465235Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fliplr_cpu_float32 2022-09-27T15:59:41.5514424Z test_ops.py::TestTagsCPU::test_tags__refs_flipud_cpu_float32 2022-09-27T15:59:41.5527098Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_flipud_cpu_float32 2022-09-27T15:59:41.5619934Z test_ops.py::TestTagsCPU::test_tags__refs_float_power_cpu_float32 2022-09-27T15:59:41.5631265Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_take_cpu_float32 2022-09-27T15:59:41.5675064Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tan_cpu_float32 2022-09-27T15:59:41.5687400Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tan_cpu_float32 2022-09-27T15:59:41.5700930Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tanh_cpu_float32 2022-09-27T15:59:41.5712552Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_float_power_cpu_float32 2022-09-27T15:59:41.5730761Z test_ops.py::TestTagsCPU::test_tags__refs_floor_cpu_float32 2022-09-27T15:59:41.5742253Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tanh_cpu_float32 2022-09-27T15:59:41.5752869Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tensor_split_cpu_float32 2022-09-27T15:59:41.5763321Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_floor_cpu_float32 2022-09-27T15:59:41.5776061Z test_ops.py::TestTagsCPU::test_tags__refs_floor_divide_cpu_float32 2022-09-27T15:59:41.5786937Z [gw2] [ 95%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tensor_split_cpu_float32 2022-09-27T15:59:41.5889721Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tensordot_cpu_float32 2022-09-27T15:59:41.5901634Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tensordot_cpu_float32 2022-09-27T15:59:41.6415215Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tile_cpu_float32 2022-09-27T15:59:41.6425753Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tile_cpu_float32 2022-09-27T15:59:41.6540977Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_to_cpu_float32 2022-09-27T15:59:41.6554626Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_floor_divide_cpu_float32 2022-09-27T15:59:41.6685437Z test_ops.py::TestTagsCPU::test_tags__refs_fmax_cpu_float32 2022-09-27T15:59:41.6696424Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fmax_cpu_float32 2022-09-27T15:59:41.6831099Z test_ops.py::TestTagsCPU::test_tags__refs_fmin_cpu_float32 2022-09-27T15:59:41.6837350Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_to_cpu_float32 2022-09-27T15:59:41.6845695Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fmin_cpu_float32 2022-09-27T15:59:41.6848028Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_to_sparse_cpu_float32 2022-09-27T15:59:41.6881061Z test_ops.py::TestTagsCPU::test_tags__refs_fmod_cpu_float32 2022-09-27T15:59:41.6894234Z [gw2] [ 95%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_to_sparse_cpu_float32 2022-09-27T15:59:41.6998806Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_topk_cpu_float32 2022-09-27T15:59:41.7006764Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fmod_cpu_float32 2022-09-27T15:59:41.7106044Z test_ops.py::TestTagsCPU::test_tags__refs_frac_cpu_float32 2022-09-27T15:59:41.7114042Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_topk_cpu_float32 2022-09-27T15:59:41.7129212Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_frac_cpu_float32 2022-09-27T15:59:41.7132132Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trace_cpu_float32 2022-09-27T15:59:41.7167094Z test_ops.py::TestTagsCPU::test_tags__refs_gcd_cpu_int64 2022-09-27T15:59:41.7178597Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trace_cpu_float32 2022-09-27T15:59:41.7260735Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_transpose_cpu_float32 2022-09-27T15:59:41.7272568Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_gcd_cpu_int64 2022-09-27T15:59:41.7281704Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_transpose_cpu_float32 2022-09-27T15:59:41.7283375Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trapezoid_cpu_float32 2022-09-27T15:59:41.7400142Z test_ops.py::TestTagsCPU::test_tags__refs_ge_cpu_float32 2022-09-27T15:59:41.7411120Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_ge_cpu_float32 2022-09-27T15:59:41.7418465Z test_ops.py::TestTagsCPU::test_tags__refs_gt_cpu_float32 2022-09-27T15:59:41.7429965Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_std_cpu_float32 2022-09-27T15:59:41.7501749Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_sum_cpu_float32 2022-09-27T15:59:41.7511397Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trapezoid_cpu_float32 2022-09-27T15:59:41.7534170Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trapz_cpu_float32 2022-09-27T15:59:41.7543071Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_gt_cpu_float32 2022-09-27T15:59:41.7741199Z test_ops.py::TestTagsCPU::test_tags__refs_heaviside_cpu_float32 2022-09-27T15:59:41.7753679Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trapz_cpu_float32 2022-09-27T15:59:41.7820877Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triangular_solve_cpu_float32 2022-09-27T15:59:41.7830152Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_heaviside_cpu_float32 2022-09-27T15:59:41.7882617Z test_ops.py::TestTagsCPU::test_tags__refs_hsplit_cpu_float32 2022-09-27T15:59:41.7891777Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_hsplit_cpu_float32 2022-09-27T15:59:41.7929641Z test_ops.py::TestTagsCPU::test_tags__refs_hstack_cpu_float32 2022-09-27T15:59:41.7940521Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_hstack_cpu_float32 2022-09-27T15:59:41.7984323Z test_ops.py::TestTagsCPU::test_tags__refs_hypot_cpu_float32 2022-09-27T15:59:41.7995971Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triangular_solve_cpu_float32 2022-09-27T15:59:41.8077761Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tril_cpu_float32 2022-09-27T15:59:41.8090386Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_hypot_cpu_float32 2022-09-27T15:59:41.8102806Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tril_cpu_float32 2022-09-27T15:59:41.8105357Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tril_indices_cpu_int64 2022-09-27T15:59:41.8154194Z test_ops.py::TestTagsCPU::test_tags__refs_i0_cpu_float32 2022-09-27T15:59:41.8164694Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_i0_cpu_float32 2022-09-27T15:59:41.8220824Z test_ops.py::TestTagsCPU::test_tags__refs_igamma_cpu_float32 2022-09-27T15:59:41.8231889Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tril_indices_cpu_int64 2022-09-27T15:59:41.8304642Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triu_cpu_float32 2022-09-27T15:59:41.8314866Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_igamma_cpu_float32 2022-09-27T15:59:41.8343064Z test_ops.py::TestTagsCPU::test_tags__refs_igammac_cpu_float32 2022-09-27T15:59:41.8355800Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triu_cpu_float32 2022-09-27T15:59:41.8450600Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triu_indices_cpu_int64 2022-09-27T15:59:41.8461472Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_igammac_cpu_float32 2022-09-27T15:59:41.8485745Z test_ops.py::TestTagsCPU::test_tags__refs_imag_cpu_complex64 2022-09-27T15:59:41.8497083Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triu_indices_cpu_int64 2022-09-27T15:59:41.8521254Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_true_divide_cpu_float32 2022-09-27T15:59:41.8532003Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_imag_cpu_complex64 2022-09-27T15:59:41.8642616Z test_ops.py::TestTagsCPU::test_tags__refs_index_add_cpu_float32 2022-09-27T15:59:41.8655906Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_index_add_cpu_float32 2022-09-27T15:59:41.8671092Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_true_divide_cpu_float32 2022-09-27T15:59:41.8672862Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trunc_cpu_float32 2022-09-27T15:59:41.8711549Z test_ops.py::TestTagsCPU::test_tags__refs_index_copy_cpu_float32 2022-09-27T15:59:41.8725027Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trunc_cpu_float32 2022-09-27T15:59:41.8731377Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unbind_cpu_float32 2022-09-27T15:59:41.8740883Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_index_copy_cpu_float32 2022-09-27T15:59:41.8798714Z test_ops.py::TestTagsCPU::test_tags__refs_index_fill_cpu_float32 2022-09-27T15:59:41.8809710Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_index_fill_cpu_float32 2022-09-27T15:59:41.8871159Z test_ops.py::TestTagsCPU::test_tags__refs_index_select_cpu_float32 2022-09-27T15:59:41.8873431Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unbind_cpu_float32 2022-09-27T15:59:41.8882719Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_index_select_cpu_float32 2022-09-27T15:59:41.8885163Z test_ops.py::TestTagsCPU::test_tags__refs_isclose_cpu_float32 2022-09-27T15:59:41.9025348Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unflatten_cpu_float32 2022-09-27T15:59:41.9036031Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unflatten_cpu_float32 2022-09-27T15:59:41.9284481Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unfold_cpu_float32 2022-09-27T15:59:41.9297985Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unfold_cpu_float32 2022-09-27T15:59:41.9425386Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_uniform_cpu_float32 2022-09-27T15:59:41.9436941Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_uniform_cpu_float32 2022-09-27T15:59:41.9476063Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unique_consecutive_cpu_float32 2022-09-27T15:59:41.9489004Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isclose_cpu_float32 2022-09-27T15:59:41.9550707Z test_ops.py::TestTagsCPU::test_tags__refs_isfinite_cpu_float32 2022-09-27T15:59:41.9562251Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isfinite_cpu_float32 2022-09-27T15:59:41.9615621Z test_ops.py::TestTagsCPU::test_tags__refs_isinf_cpu_float32 2022-09-27T15:59:41.9627864Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isinf_cpu_float32 2022-09-27T15:59:41.9669573Z test_ops.py::TestTagsCPU::test_tags__refs_isnan_cpu_float32 2022-09-27T15:59:41.9681678Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isnan_cpu_float32 2022-09-27T15:59:41.9726429Z test_ops.py::TestTagsCPU::test_tags__refs_isneginf_cpu_float32 2022-09-27T15:59:41.9737669Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isneginf_cpu_float32 2022-09-27T15:59:41.9780782Z test_ops.py::TestTagsCPU::test_tags__refs_isposinf_cpu_float32 2022-09-27T15:59:41.9791927Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isposinf_cpu_float32 2022-09-27T15:59:41.9849749Z test_ops.py::TestTagsCPU::test_tags__refs_isreal_cpu_float32 2022-09-27T15:59:41.9860729Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isreal_cpu_float32 2022-09-27T15:59:42.0009956Z test_ops.py::TestTagsCPU::test_tags__refs_lcm_cpu_int64 2022-09-27T15:59:42.0026036Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_lcm_cpu_int64 2022-09-27T15:59:42.0163909Z test_ops.py::TestTagsCPU::test_tags__refs_le_cpu_float32 2022-09-27T15:59:42.0176340Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_le_cpu_float32 2022-09-27T15:59:42.0239353Z test_ops.py::TestTagsCPU::test_tags__refs_lgamma_cpu_float32 2022-09-27T15:59:42.0251852Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_lgamma_cpu_float32 2022-09-27T15:59:42.1039667Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:59:42.1049120Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:59:42.1205399Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_norm_cpu_float32 2022-09-27T15:59:42.1215651Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unique_consecutive_cpu_float32 2022-09-27T15:59:42.2016515Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unique_cpu_float32 2022-09-27T15:59:42.2024650Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linalg_norm_cpu_float32 2022-09-27T15:59:42.2942334Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_svd_cpu_float32 2022-09-27T15:59:42.2953553Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linalg_svd_cpu_float32 2022-09-27T15:59:42.3108003Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_svdvals_cpu_float32 2022-09-27T15:59:42.3118977Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linalg_svdvals_cpu_float32 2022-09-27T15:59:42.4003652Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:59:42.4015419Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unique_cpu_float32 2022-09-27T15:59:42.4133269Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unsqueeze_cpu_float32 2022-09-27T15:59:42.4144394Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unsqueeze_cpu_float32 2022-09-27T15:59:42.4283008Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_var_cpu_float32 2022-09-27T15:59:42.4294012Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_var_cpu_float32 2022-09-27T15:59:42.4483763Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_var_mean_cpu_float32 2022-09-27T15:59:42.4494858Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_var_mean_cpu_float32 2022-09-27T15:59:42.4541391Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vdot_cpu_float32 2022-09-27T15:59:42.4553132Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vdot_cpu_float32 2022-09-27T15:59:42.4593100Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_complex_cpu_float32 2022-09-27T15:59:42.4611504Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_complex_cpu_float32 2022-09-27T15:59:42.4687911Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_cpu_float32 2022-09-27T15:59:42.4698643Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_cpu_float32 2022-09-27T15:59:42.4740807Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_real_cpu_complex64 2022-09-27T15:59:42.4751614Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_real_cpu_complex64 2022-09-27T15:59:42.4788012Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_cpu_float32 2022-09-27T15:59:42.4798368Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:59:42.4836146Z test_ops.py::TestTagsCPU::test_tags__refs_linspace_cpu_float32 2022-09-27T15:59:42.4846981Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linspace_cpu_float32 2022-09-27T15:59:42.4850201Z test_ops.py::TestTagsCPU::test_tags__refs_log10_cpu_float32 2022-09-27T15:59:42.4861099Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_cpu_float32 2022-09-27T15:59:42.4909860Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vsplit_cpu_float32 2022-09-27T15:59:42.4920281Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_log10_cpu_float32 2022-09-27T15:59:42.4933077Z test_ops.py::TestTagsCPU::test_tags__refs_log1p_cpu_float32 2022-09-27T15:59:42.4942294Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vsplit_cpu_float32 2022-09-27T15:59:42.4958919Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vstack_cpu_float32 2022-09-27T15:59:42.4965805Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_log1p_cpu_float32 2022-09-27T15:59:42.4994190Z test_ops.py::TestTagsCPU::test_tags__refs_log2_cpu_float32 2022-09-27T15:59:42.5001004Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vstack_cpu_float32 2022-09-27T15:59:42.5009990Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_where_cpu_float32 2022-09-27T15:59:42.5016792Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_log2_cpu_float32 2022-09-27T15:59:42.5059873Z test_ops.py::TestTagsCPU::test_tags__refs_log_cpu_float32 2022-09-27T15:59:42.5067800Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_log_cpu_float32 2022-09-27T15:59:42.5086038Z test_ops.py::TestTagsCPU::test_tags__refs_log_softmax_cpu_float32 2022-09-27T15:59:42.5095715Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_where_cpu_float32 2022-09-27T15:59:42.5189366Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_xlogy_cpu_float32 2022-09-27T15:59:42.5198140Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_xlogy_cpu_float32 2022-09-27T15:59:42.5227569Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zero__cpu_float32 2022-09-27T15:59:42.5236350Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_log_softmax_cpu_float32 2022-09-27T15:59:42.5240876Z test_ops.py::TestTagsCPU::test_tags__refs_logical_and_cpu_float32 2022-09-27T15:59:42.5249107Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zero__cpu_float32 2022-09-27T15:59:42.5280594Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zeros_cpu_float32 2022-09-27T15:59:42.5288654Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zeros_cpu_float32 2022-09-27T15:59:42.5322964Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zeros_like_cpu_float32 2022-09-27T15:59:42.5329679Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logical_and_cpu_float32 2022-09-27T15:59:42.5365942Z test_ops.py::TestTagsCPU::test_tags__refs_logical_not_cpu_float32 2022-09-27T15:59:42.5374756Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logical_not_cpu_float32 2022-09-27T15:59:42.5439545Z test_ops.py::TestTagsCPU::test_tags__refs_logical_or_cpu_float32 2022-09-27T15:59:42.5446573Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zeros_like_cpu_float32 2022-09-27T15:59:42.5478099Z test_ops.py::TestTagsCPU::test_tags_H_cpu_float32 2022-09-27T15:59:42.5485958Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logical_or_cpu_float32 2022-09-27T15:59:42.5494776Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_H_cpu_float32 2022-09-27T15:59:42.5497352Z test_ops.py::TestTagsCPU::test_tags_T_cpu_float32 2022-09-27T15:59:42.5528639Z test_ops.py::TestTagsCPU::test_tags__refs_logical_xor_cpu_float32 2022-09-27T15:59:42.5535408Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_T_cpu_float32 2022-09-27T15:59:42.5579852Z test_ops.py::TestTagsCPU::test_tags___getitem___cpu_float32 2022-09-27T15:59:42.5590787Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logical_xor_cpu_float32 2022-09-27T15:59:42.5597337Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___getitem___cpu_float32 2022-09-27T15:59:42.5599015Z test_ops.py::TestTagsCPU::test_tags__refs_logspace_cpu_float32 2022-09-27T15:59:42.5630851Z test_ops.py::TestTagsCPU::test_tags___radd___cpu_float32 2022-09-27T15:59:42.5640428Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logspace_cpu_float32 2022-09-27T15:59:42.5695730Z test_ops.py::TestTagsCPU::test_tags__refs_logsumexp_cpu_float32 2022-09-27T15:59:42.5704379Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___radd___cpu_float32 2022-09-27T15:59:42.5766731Z test_ops.py::TestTagsCPU::test_tags___rand___cpu_int64 2022-09-27T15:59:42.5773512Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___rand___cpu_int64 2022-09-27T15:59:42.5850823Z test_ops.py::TestTagsCPU::test_tags___rdiv___cpu_float32 2022-09-27T15:59:42.5861011Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___rdiv___cpu_float32 2022-09-27T15:59:42.5971537Z test_ops.py::TestTagsCPU::test_tags___rmatmul___cpu_float32 2022-09-27T15:59:42.5982461Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___rmatmul___cpu_float32 2022-09-27T15:59:42.6018979Z test_ops.py::TestTagsCPU::test_tags___rmod___cpu_float32 2022-09-27T15:59:42.6028893Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logsumexp_cpu_float32 2022-09-27T15:59:42.6087452Z test_ops.py::TestTagsCPU::test_tags__refs_lt_cpu_float32 2022-09-27T15:59:42.6098350Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___rmod___cpu_float32 2022-09-27T15:59:42.6165584Z test_ops.py::TestTagsCPU::test_tags___rmul___cpu_float32 2022-09-27T15:59:42.6175095Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_lt_cpu_float32 2022-09-27T15:59:42.6201287Z test_ops.py::TestTagsCPU::test_tags__refs_masked_fill_cpu_float32 2022-09-27T15:59:42.6211648Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___rmul___cpu_float32 2022-09-27T15:59:42.6269444Z test_ops.py::TestTagsCPU::test_tags___ror___cpu_int64 2022-09-27T15:59:42.6279581Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_masked_fill_cpu_float32 2022-09-27T15:59:42.6299863Z test_ops.py::TestTagsCPU::test_tags__refs_maximum_cpu_float32 2022-09-27T15:59:42.6310495Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___ror___cpu_int64 2022-09-27T15:59:42.6411705Z test_ops.py::TestTagsCPU::test_tags___rpow___cpu_float32 2022-09-27T15:59:42.6422910Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_maximum_cpu_float32 2022-09-27T15:59:42.6432367Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___rpow___cpu_float32 2022-09-27T15:59:42.6435055Z test_ops.py::TestTagsCPU::test_tags__refs_mean_cpu_float32 2022-09-27T15:59:42.6534759Z test_ops.py::TestTagsCPU::test_tags___rsub___cpu_float32 2022-09-27T15:59:42.6545642Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___rsub___cpu_float32 2022-09-27T15:59:42.6636919Z test_ops.py::TestTagsCPU::test_tags___rxor___cpu_int64 2022-09-27T15:59:42.6648809Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___rxor___cpu_int64 2022-09-27T15:59:42.6742035Z test_ops.py::TestTagsCPU::test_tags__masked_amax_cpu_float32 2022-09-27T15:59:42.6752303Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_mean_cpu_float32 2022-09-27T15:59:42.6794269Z test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:59:42.6804320Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:59:42.6943402Z test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:59:42.6953892Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:59:42.7074444Z test_ops.py::TestTagsCPU::test_tags__refs_minimum_cpu_float32 2022-09-27T15:59:42.7084554Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_minimum_cpu_float32 2022-09-27T15:59:42.7124772Z test_ops.py::TestTagsCPU::test_tags__refs_movedim_cpu_float32 2022-09-27T15:59:42.7134496Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_movedim_cpu_float32 2022-09-27T15:59:42.7248837Z test_ops.py::TestTagsCPU::test_tags__refs_mul_cpu_float32 2022-09-27T15:59:42.7263064Z [gw0] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_sum_cpu_float32 2022-09-27T15:59:42.7287781Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_mul_cpu_float32 2022-09-27T15:59:42.7289282Z test_ops.py::TestTagsCPU::test_tags__refs_nan_to_num_cpu_float32 2022-09-27T15:59:42.7410622Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_var_cpu_float32 2022-09-27T15:59:42.7422860Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_amax_cpu_float32 2022-09-27T15:59:42.7468954Z test_ops.py::TestTagsCPU::test_tags__masked_amin_cpu_float32 2022-09-27T15:59:42.7480361Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nan_to_num_cpu_float32 2022-09-27T15:59:42.7604045Z test_ops.py::TestTagsCPU::test_tags__refs_narrow_cpu_float32 2022-09-27T15:59:42.7615127Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_narrow_cpu_float32 2022-09-27T15:59:42.7866514Z test_ops.py::TestTagsCPU::test_tags__refs_native_layer_norm_cpu_float32 2022-09-27T15:59:42.7877793Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_native_layer_norm_cpu_float32 2022-09-27T15:59:42.8012910Z test_ops.py::TestTagsCPU::test_tags__refs_ne_cpu_float32 2022-09-27T15:59:42.8022477Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_ne_cpu_float32 2022-09-27T15:59:42.8055269Z test_ops.py::TestTagsCPU::test_tags__refs_neg_cpu_float32 2022-09-27T15:59:42.8066829Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_neg_cpu_float32 2022-09-27T15:59:42.8134603Z test_ops.py::TestTagsCPU::test_tags__refs_new_empty_cpu_float32 2022-09-27T15:59:42.8147037Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_new_empty_cpu_float32 2022-09-27T15:59:42.8176871Z test_ops.py::TestTagsCPU::test_tags__refs_new_empty_strided_cpu_float32 2022-09-27T15:59:42.8188417Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_amin_cpu_float32 2022-09-27T15:59:42.8214666Z test_ops.py::TestTagsCPU::test_tags__masked_argmax_cpu_float32 2022-09-27T15:59:42.8224992Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_new_empty_strided_cpu_float32 2022-09-27T15:59:42.8296421Z test_ops.py::TestTagsCPU::test_tags__refs_new_full_cpu_float32 2022-09-27T15:59:42.8306333Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_new_full_cpu_float32 2022-09-27T15:59:42.8382380Z test_ops.py::TestTagsCPU::test_tags__refs_new_ones_cpu_float32 2022-09-27T15:59:42.8394315Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_new_ones_cpu_float32 2022-09-27T15:59:42.8451894Z test_ops.py::TestTagsCPU::test_tags__refs_new_zeros_cpu_float32 2022-09-27T15:59:42.8459189Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_new_zeros_cpu_float32 2022-09-27T15:59:42.8563994Z test_ops.py::TestTagsCPU::test_tags__refs_nextafter_cpu_float32 2022-09-27T15:59:42.8573670Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nextafter_cpu_float32 2022-09-27T15:59:42.8584878Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_celu_cpu_float32 2022-09-27T15:59:42.8597017Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_argmax_cpu_float32 2022-09-27T15:59:42.8620748Z test_ops.py::TestTagsCPU::test_tags__masked_argmin_cpu_float32 2022-09-27T15:59:42.8630071Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_celu_cpu_float32 2022-09-27T15:59:42.8821289Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:59:42.8830037Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:59:42.8874151Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_elu_cpu_float32 2022-09-27T15:59:42.8884022Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_elu_cpu_float32 2022-09-27T15:59:42.8952321Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:59:42.8960126Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:59:42.9011270Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_glu_cpu_float32 2022-09-27T15:59:42.9022848Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_argmin_cpu_float32 2022-09-27T15:59:42.9082695Z test_ops.py::TestTagsCPU::test_tags__masked_cumprod_cpu_float32 2022-09-27T15:59:42.9092608Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_glu_cpu_float32 2022-09-27T15:59:42.9142825Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:59:42.9153976Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:59:42.9166911Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_cumprod_cpu_float32 2022-09-27T15:59:42.9168117Z test_ops.py::TestTagsCPU::test_tags__masked_cumsum_cpu_float32 2022-09-27T15:59:42.9213006Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:59:42.9223479Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:59:42.9274671Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:59:42.9283895Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_cumsum_cpu_float32 2022-09-27T15:59:42.9402786Z test_ops.py::TestTagsCPU::test_tags__masked_log_softmax_cpu_float32 2022-09-27T15:59:42.9409772Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_log_softmax_cpu_float32 2022-09-27T15:59:42.9515448Z test_ops.py::TestTagsCPU::test_tags__masked_logaddexp_cpu_float32 2022-09-27T15:59:42.9522257Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_logaddexp_cpu_float32 2022-09-27T15:59:42.9636739Z test_ops.py::TestTagsCPU::test_tags__masked_logsumexp_cpu_float32 2022-09-27T15:59:42.9647020Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:59:42.9774388Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:59:42.9788624Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:59:42.9829289Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:59:42.9840160Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:59:42.9902584Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:59:42.9913338Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:59:43.0315282Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:59:43.0329184Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_logsumexp_cpu_float32 2022-09-27T15:59:43.0598061Z test_ops.py::TestTagsCPU::test_tags__masked_mean_cpu_float32 2022-09-27T15:59:43.0610886Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:59:43.0663487Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mish_cpu_float32 2022-09-27T15:59:43.0676617Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mish_cpu_float32 2022-09-27T15:59:43.0791417Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:59:43.0803497Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:59:43.0892141Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:59:43.0903269Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:59:43.1041815Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:59:43.1051599Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:59:43.1275677Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:59:43.1287618Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_mean_cpu_float32 2022-09-27T15:59:43.1435455Z test_ops.py::TestTagsCPU::test_tags__masked_median_cpu_float32 2022-09-27T15:59:43.1448167Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_median_cpu_float32 2022-09-27T15:59:43.2204799Z test_ops.py::TestTagsCPU::test_tags__masked_norm_cpu_float32 2022-09-27T15:59:43.2220128Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:59:43.2581220Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:59:43.2591234Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:59:43.2619876Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:59:43.2629393Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:59:43.2660365Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu_cpu_float32 2022-09-27T15:59:43.2669917Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu_cpu_float32 2022-09-27T15:59:43.2711437Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_selu_cpu_float32 2022-09-27T15:59:43.2720573Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_selu_cpu_float32 2022-09-27T15:59:43.2763791Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:59:43.2773286Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:59:43.2849889Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:59:43.2859411Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:59:43.2917309Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:59:43.2926902Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:59:43.2973525Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:59:43.2982980Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:59:43.3203214Z test_ops.py::TestTagsCPU::test_tags__refs_norm_cpu_float32 2022-09-27T15:59:43.3212693Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_norm_cpu_float32 2022-09-27T15:59:43.3233517Z test_ops.py::TestTagsCPU::test_tags__refs_ones_cpu_float32 2022-09-27T15:59:43.3242921Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_ones_cpu_float32 2022-09-27T15:59:43.3293840Z test_ops.py::TestTagsCPU::test_tags__refs_permute_cpu_float32 2022-09-27T15:59:43.3301584Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_permute_cpu_float32 2022-09-27T15:59:43.3335669Z test_ops.py::TestTagsCPU::test_tags__refs_positive_cpu_float32 2022-09-27T15:59:43.3344974Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_positive_cpu_float32 2022-09-27T15:59:43.3439863Z test_ops.py::TestTagsCPU::test_tags__refs_pow_cpu_float32 2022-09-27T15:59:43.3445674Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_pow_cpu_float32 2022-09-27T15:59:43.3922971Z test_ops.py::TestTagsCPU::test_tags__refs_prod_cpu_float32 2022-09-27T15:59:43.3932520Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_prod_cpu_float32 2022-09-27T15:59:43.3954634Z test_ops.py::TestTagsCPU::test_tags__refs_randn_cpu_float32 2022-09-27T15:59:43.3964131Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_randn_cpu_float32 2022-09-27T15:59:43.4010208Z test_ops.py::TestTagsCPU::test_tags__refs_ravel_cpu_float32 2022-09-27T15:59:43.4021155Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_ravel_cpu_float32 2022-09-27T15:59:43.4069484Z test_ops.py::TestTagsCPU::test_tags__refs_real_cpu_float32 2022-09-27T15:59:43.4079853Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_real_cpu_float32 2022-09-27T15:59:43.4133317Z test_ops.py::TestTagsCPU::test_tags__refs_reciprocal_cpu_float32 2022-09-27T15:59:43.4143796Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_reciprocal_cpu_float32 2022-09-27T15:59:43.4281508Z test_ops.py::TestTagsCPU::test_tags__refs_remainder_cpu_float32 2022-09-27T15:59:43.4292508Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_remainder_cpu_float32 2022-09-27T15:59:43.4625980Z test_ops.py::TestTagsCPU::test_tags__refs_repeat_cpu_float32 2022-09-27T15:59:43.4638484Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_repeat_cpu_float32 2022-09-27T15:59:43.4700197Z test_ops.py::TestTagsCPU::test_tags__refs_reshape_as_cpu_float32 2022-09-27T15:59:43.4710867Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_reshape_as_cpu_float32 2022-09-27T15:59:43.4807043Z test_ops.py::TestTagsCPU::test_tags__refs_reshape_cpu_float32 2022-09-27T15:59:43.4818871Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_reshape_cpu_float32 2022-09-27T15:59:43.4888170Z test_ops.py::TestTagsCPU::test_tags__refs_roll_cpu_float32 2022-09-27T15:59:43.4905347Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_norm_cpu_float32 2022-09-27T15:59:43.4985814Z test_ops.py::TestTagsCPU::test_tags__masked_normalize_cpu_float32 2022-09-27T15:59:43.4996294Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_roll_cpu_float32 2022-09-27T15:59:43.5194686Z test_ops.py::TestTagsCPU::test_tags__refs_rot90_cpu_float32 2022-09-27T15:59:43.5203828Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_normalize_cpu_float32 2022-09-27T15:59:43.5285648Z test_ops.py::TestTagsCPU::test_tags__masked_prod_cpu_float32 2022-09-27T15:59:43.5296885Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_rot90_cpu_float32 2022-09-27T15:59:43.5341289Z test_ops.py::TestTagsCPU::test_tags__refs_round_cpu_float32 2022-09-27T15:59:43.5352030Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_round_cpu_float32 2022-09-27T15:59:43.5411419Z test_ops.py::TestTagsCPU::test_tags__refs_rsqrt_cpu_float32 2022-09-27T15:59:43.5422078Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_rsqrt_cpu_float32 2022-09-27T15:59:43.5582736Z test_ops.py::TestTagsCPU::test_tags__refs_rsub_cpu_float32 2022-09-27T15:59:43.5593178Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_rsub_cpu_float32 2022-09-27T15:59:43.5627880Z test_ops.py::TestTagsCPU::test_tags__refs_sgn_cpu_float32 2022-09-27T15:59:43.5639020Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sgn_cpu_float32 2022-09-27T15:59:43.5778514Z test_ops.py::TestTagsCPU::test_tags__refs_var_cpu_float32 2022-09-27T15:59:43.5788618Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_var_cpu_float32 2022-09-27T15:59:43.5969672Z test_ops.py::TestTagsCPU::test_tags__refs_var_mean_cpu_float32 2022-09-27T15:59:43.5981051Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_prod_cpu_float32 2022-09-27T15:59:43.5991614Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_var_mean_cpu_float32 2022-09-27T15:59:43.5997281Z test_ops.py::TestTagsCPU::test_tags__masked_softmax_cpu_float32 2022-09-27T15:59:43.6052223Z test_ops.py::TestTagsCPU::test_tags__refs_view_as_cpu_float32 2022-09-27T15:59:43.6062032Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_view_as_cpu_float32 2022-09-27T15:59:43.6130613Z test_ops.py::TestTagsCPU::test_tags__refs_view_cpu_float32 2022-09-27T15:59:43.6142526Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_softmax_cpu_float32 2022-09-27T15:59:43.6146610Z test_ops.py::TestTagsCPU::test_tags__masked_softmin_cpu_float32 2022-09-27T15:59:43.6156447Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_view_cpu_float32 2022-09-27T15:59:43.6198425Z test_ops.py::TestTagsCPU::test_tags__refs_vsplit_cpu_float32 2022-09-27T15:59:43.6211549Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_vsplit_cpu_float32 2022-09-27T15:59:43.6243224Z test_ops.py::TestTagsCPU::test_tags__refs_vstack_cpu_float32 2022-09-27T15:59:43.6255195Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_vstack_cpu_float32 2022-09-27T15:59:43.6275297Z test_ops.py::TestTagsCPU::test_tags__refs_where_cpu_float32 2022-09-27T15:59:43.6286687Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_softmin_cpu_float32 2022-09-27T15:59:43.6326228Z test_ops.py::TestTagsCPU::test_tags__masked_std_cpu_float32 2022-09-27T15:59:43.6336421Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_where_cpu_float32 2022-09-27T15:59:43.6360368Z test_ops.py::TestTagsCPU::test_tags__refs_zeros_cpu_float32 2022-09-27T15:59:43.6368875Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_zeros_cpu_float32 2022-09-27T15:59:43.6396209Z test_ops.py::TestTagsCPU::test_tags_abs_cpu_float32 2022-09-27T15:59:43.6406579Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_abs_cpu_float32 2022-09-27T15:59:43.6441844Z test_ops.py::TestTagsCPU::test_tags_acos_cpu_float32 2022-09-27T15:59:43.6449129Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_acos_cpu_float32 2022-09-27T15:59:43.6483906Z test_ops.py::TestTagsCPU::test_tags_acosh_cpu_float32 2022-09-27T15:59:43.6494362Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_acosh_cpu_float32 2022-09-27T15:59:43.6548411Z test_ops.py::TestTagsCPU::test_tags_add_cpu_float32 2022-09-27T15:59:43.6558039Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_add_cpu_float32 2022-09-27T15:59:43.6611053Z test_ops.py::TestTagsCPU::test_tags_addbmm_cpu_float32 2022-09-27T15:59:43.6620654Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_addbmm_cpu_float32 2022-09-27T15:59:43.6670030Z test_ops.py::TestTagsCPU::test_tags_addcdiv_cpu_float32 2022-09-27T15:59:43.6678651Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_addcdiv_cpu_float32 2022-09-27T15:59:43.6729847Z test_ops.py::TestTagsCPU::test_tags_addcmul_cpu_float32 2022-09-27T15:59:43.6739547Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_addcmul_cpu_float32 2022-09-27T15:59:43.6767688Z test_ops.py::TestTagsCPU::test_tags_addmm_cpu_float32 2022-09-27T15:59:43.6779101Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_addmm_cpu_float32 2022-09-27T15:59:43.6806048Z test_ops.py::TestTagsCPU::test_tags_addmm_decomposed_cpu_float32 2022-09-27T15:59:43.6813068Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_addmm_decomposed_cpu_float32 2022-09-27T15:59:43.6855343Z test_ops.py::TestTagsCPU::test_tags_addmv_cpu_float32 2022-09-27T15:59:43.6863247Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_addmv_cpu_float32 2022-09-27T15:59:43.6900267Z test_ops.py::TestTagsCPU::test_tags_addr_cpu_float32 2022-09-27T15:59:43.6912866Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_addr_cpu_float32 2022-09-27T15:59:43.6958602Z test_ops.py::TestTagsCPU::test_tags_all_cpu_float32 2022-09-27T15:59:43.6967604Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_all_cpu_float32 2022-09-27T15:59:43.7026205Z test_ops.py::TestTagsCPU::test_tags_allclose_cpu_float32 2022-09-27T15:59:43.7036921Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_allclose_cpu_float32 2022-09-27T15:59:43.7070149Z test_ops.py::TestTagsCPU::test_tags_amax_cpu_float32 2022-09-27T15:59:43.7078826Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_amax_cpu_float32 2022-09-27T15:59:43.7108822Z test_ops.py::TestTagsCPU::test_tags_amin_cpu_float32 2022-09-27T15:59:43.7117696Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_amin_cpu_float32 2022-09-27T15:59:43.7148494Z test_ops.py::TestTagsCPU::test_tags_aminmax_cpu_float32 2022-09-27T15:59:43.7161896Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_aminmax_cpu_float32 2022-09-27T15:59:43.7191355Z test_ops.py::TestTagsCPU::test_tags_angle_cpu_float32 2022-09-27T15:59:43.7201392Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_angle_cpu_float32 2022-09-27T15:59:43.7238952Z test_ops.py::TestTagsCPU::test_tags_any_cpu_float32 2022-09-27T15:59:43.7250073Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_any_cpu_float32 2022-09-27T15:59:43.7278337Z test_ops.py::TestTagsCPU::test_tags_arange_cpu_float32 2022-09-27T15:59:43.7288409Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_arange_cpu_float32 2022-09-27T15:59:43.7335520Z test_ops.py::TestTagsCPU::test_tags_argmax_cpu_float32 2022-09-27T15:59:43.7342311Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_argmax_cpu_float32 2022-09-27T15:59:43.7383047Z test_ops.py::TestTagsCPU::test_tags_argmin_cpu_float32 2022-09-27T15:59:43.7393356Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_argmin_cpu_float32 2022-09-27T15:59:43.7465652Z test_ops.py::TestTagsCPU::test_tags_argsort_cpu_float32 2022-09-27T15:59:43.7474123Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_argsort_cpu_float32 2022-09-27T15:59:43.7509387Z test_ops.py::TestTagsCPU::test_tags_argwhere_cpu_float32 2022-09-27T15:59:43.7521765Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_argwhere_cpu_float32 2022-09-27T15:59:43.7557657Z test_ops.py::TestTagsCPU::test_tags_as_strided_cpu_float32 2022-09-27T15:59:43.7569718Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_as_strided_cpu_float32 2022-09-27T15:59:43.7605757Z test_ops.py::TestTagsCPU::test_tags_as_strided_scatter_cpu_float32 2022-09-27T15:59:43.7618005Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_as_strided_scatter_cpu_float32 2022-09-27T15:59:43.7647092Z test_ops.py::TestTagsCPU::test_tags_asin_cpu_float32 2022-09-27T15:59:43.7659217Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_asin_cpu_float32 2022-09-27T15:59:43.7687668Z test_ops.py::TestTagsCPU::test_tags_asinh_cpu_float32 2022-09-27T15:59:43.7699342Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_asinh_cpu_float32 2022-09-27T15:59:43.7752145Z test_ops.py::TestTagsCPU::test_tags_atan2_cpu_float32 2022-09-27T15:59:43.7764115Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_atan2_cpu_float32 2022-09-27T15:59:43.7797573Z test_ops.py::TestTagsCPU::test_tags_atan_cpu_float32 2022-09-27T15:59:43.7807928Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_atan_cpu_float32 2022-09-27T15:59:43.7840497Z test_ops.py::TestTagsCPU::test_tags_atanh_cpu_float32 2022-09-27T15:59:43.7852672Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_atanh_cpu_float32 2022-09-27T15:59:43.7889650Z test_ops.py::TestTagsCPU::test_tags_atleast_1d_cpu_float32 2022-09-27T15:59:43.7900082Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_atleast_1d_cpu_float32 2022-09-27T15:59:43.7938703Z test_ops.py::TestTagsCPU::test_tags_atleast_2d_cpu_float32 2022-09-27T15:59:43.7951710Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_atleast_2d_cpu_float32 2022-09-27T15:59:43.7989146Z test_ops.py::TestTagsCPU::test_tags_atleast_3d_cpu_float32 2022-09-27T15:59:43.8000616Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_atleast_3d_cpu_float32 2022-09-27T15:59:43.8049871Z test_ops.py::TestTagsCPU::test_tags_baddbmm_cpu_float32 2022-09-27T15:59:43.8062713Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_baddbmm_cpu_float32 2022-09-27T15:59:43.8134756Z test_ops.py::TestTagsCPU::test_tags_bernoulli_cpu_float32 2022-09-27T15:59:43.8149876Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bernoulli_cpu_float32 2022-09-27T15:59:43.8208258Z test_ops.py::TestTagsCPU::test_tags_bfloat16_cpu_float32 2022-09-27T15:59:43.8219941Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bfloat16_cpu_float32 2022-09-27T15:59:43.8254515Z test_ops.py::TestTagsCPU::test_tags_bincount_cpu_int64 2022-09-27T15:59:43.8266305Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bincount_cpu_int64 2022-09-27T15:59:43.8303325Z test_ops.py::TestTagsCPU::test_tags_bitwise_and_cpu_int64 2022-09-27T15:59:43.8316527Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_and_cpu_int64 2022-09-27T15:59:43.8354091Z test_ops.py::TestTagsCPU::test_tags_bitwise_left_shift_cpu_int64 2022-09-27T15:59:43.8366218Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_left_shift_cpu_int64 2022-09-27T15:59:43.8396083Z test_ops.py::TestTagsCPU::test_tags_bitwise_not_cpu_int64 2022-09-27T15:59:43.8405929Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_not_cpu_int64 2022-09-27T15:59:43.8442228Z test_ops.py::TestTagsCPU::test_tags_bitwise_or_cpu_int64 2022-09-27T15:59:43.8452397Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_or_cpu_int64 2022-09-27T15:59:43.8486947Z test_ops.py::TestTagsCPU::test_tags_bitwise_right_shift_cpu_int64 2022-09-27T15:59:43.8496768Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_right_shift_cpu_int64 2022-09-27T15:59:43.8530990Z test_ops.py::TestTagsCPU::test_tags_bitwise_xor_cpu_int64 2022-09-27T15:59:43.8540540Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_xor_cpu_int64 2022-09-27T15:59:43.8575931Z test_ops.py::TestTagsCPU::test_tags_block_diag_cpu_float32 2022-09-27T15:59:43.8585574Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_block_diag_cpu_float32 2022-09-27T15:59:43.8615802Z test_ops.py::TestTagsCPU::test_tags_bmm_cpu_float32 2022-09-27T15:59:43.8625384Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bmm_cpu_float32 2022-09-27T15:59:43.8682066Z test_ops.py::TestTagsCPU::test_tags_bool_cpu_float32 2022-09-27T15:59:43.8692496Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bool_cpu_float32 2022-09-27T15:59:43.8720748Z test_ops.py::TestTagsCPU::test_tags_broadcast_shapes_cpu_float32 2022-09-27T15:59:43.8730617Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_broadcast_shapes_cpu_float32 2022-09-27T15:59:43.8761490Z test_ops.py::TestTagsCPU::test_tags_broadcast_tensors_cpu_float32 2022-09-27T15:59:43.8773355Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_broadcast_tensors_cpu_float32 2022-09-27T15:59:43.8778591Z test_ops.py::TestTagsCPU::test_tags_broadcast_to_cpu_float32 2022-09-27T15:59:43.8788465Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_std_cpu_float32 2022-09-27T15:59:43.8808774Z test_ops.py::TestTagsCPU::test_tags__masked_sum_cpu_float32 2022-09-27T15:59:43.8819916Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_broadcast_to_cpu_float32 2022-09-27T15:59:43.8898292Z test_ops.py::TestTagsCPU::test_tags_bucketize_cpu_float32 2022-09-27T15:59:43.8908721Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bucketize_cpu_float32 2022-09-27T15:59:43.8972842Z test_ops.py::TestTagsCPU::test_tags_byte_cpu_float32 2022-09-27T15:59:43.8983172Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_byte_cpu_float32 2022-09-27T15:59:43.9021362Z test_ops.py::TestTagsCPU::test_tags_cartesian_prod_cpu_float32 2022-09-27T15:59:43.9031623Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cartesian_prod_cpu_float32 2022-09-27T15:59:43.9073722Z test_ops.py::TestTagsCPU::test_tags_cat_cpu_float32 2022-09-27T15:59:43.9086262Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cat_cpu_float32 2022-09-27T15:59:43.9571136Z test_ops.py::TestTagsCPU::test_tags_cdist_cpu_float32 2022-09-27T15:59:43.9583277Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_sum_cpu_float32 2022-09-27T15:59:43.9647211Z test_ops.py::TestTagsCPU::test_tags__masked_var_cpu_float32 2022-09-27T15:59:43.9660560Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cdist_cpu_float32 2022-09-27T15:59:43.9697669Z test_ops.py::TestTagsCPU::test_tags_ceil_cpu_float32 2022-09-27T15:59:43.9710486Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_ceil_cpu_float32 2022-09-27T15:59:43.9753983Z test_ops.py::TestTagsCPU::test_tags_chalf_cpu_float32 2022-09-27T15:59:43.9767276Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_chalf_cpu_float32 2022-09-27T15:59:43.9833056Z test_ops.py::TestTagsCPU::test_tags_char_cpu_float32 2022-09-27T15:59:43.9843583Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_char_cpu_float32 2022-09-27T15:59:43.9895330Z test_ops.py::TestTagsCPU::test_tags_cholesky_cpu_float32 2022-09-27T15:59:43.9908504Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cholesky_cpu_float32 2022-09-27T15:59:43.9960600Z test_ops.py::TestTagsCPU::test_tags_cholesky_inverse_cpu_float32 2022-09-27T15:59:43.9974564Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cholesky_inverse_cpu_float32 2022-09-27T15:59:44.0041646Z test_ops.py::TestTagsCPU::test_tags_cholesky_solve_cpu_float32 2022-09-27T15:59:44.0054352Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cholesky_solve_cpu_float32 2022-09-27T15:59:44.0089205Z test_ops.py::TestTagsCPU::test_tags_chunk_cpu_float32 2022-09-27T15:59:44.0102145Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_chunk_cpu_float32 2022-09-27T15:59:44.0146612Z test_ops.py::TestTagsCPU::test_tags_clamp_cpu_float32 2022-09-27T15:59:44.0157908Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_clamp_cpu_float32 2022-09-27T15:59:44.0211194Z test_ops.py::TestTagsCPU::test_tags_clamp_max_cpu_float32 2022-09-27T15:59:44.0222025Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_clamp_max_cpu_float32 2022-09-27T15:59:44.0274581Z test_ops.py::TestTagsCPU::test_tags_clamp_min_cpu_float32 2022-09-27T15:59:44.0284669Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_clamp_min_cpu_float32 2022-09-27T15:59:44.0321794Z test_ops.py::TestTagsCPU::test_tags_clone_cpu_float32 2022-09-27T15:59:44.0332492Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_clone_cpu_float32 2022-09-27T15:59:44.0363646Z test_ops.py::TestTagsCPU::test_tags_column_stack_cpu_float32 2022-09-27T15:59:44.0378752Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_column_stack_cpu_float32 2022-09-27T15:59:44.0531329Z test_ops.py::TestTagsCPU::test_tags_combinations_cpu_float32 2022-09-27T15:59:44.0542415Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_combinations_cpu_float32 2022-09-27T15:59:44.0595316Z test_ops.py::TestTagsCPU::test_tags_complex_cpu_float32 2022-09-27T15:59:44.0605681Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_complex_cpu_float32 2022-09-27T15:59:44.0635264Z test_ops.py::TestTagsCPU::test_tags_conj_cpu_float32 2022-09-27T15:59:44.0646620Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_conj_cpu_float32 2022-09-27T15:59:44.0677112Z test_ops.py::TestTagsCPU::test_tags_conj_physical_cpu_float32 2022-09-27T15:59:44.0689678Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_conj_physical_cpu_float32 2022-09-27T15:59:44.0779391Z test_ops.py::TestTagsCPU::test_tags_constant_pad_nd_cpu_float32 2022-09-27T15:59:44.0794346Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_constant_pad_nd_cpu_float32 2022-09-27T15:59:44.0825180Z test_ops.py::TestTagsCPU::test_tags_contiguous_cpu_float32 2022-09-27T15:59:44.0835098Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_contiguous_cpu_float32 2022-09-27T15:59:44.0879057Z test_ops.py::TestTagsCPU::test_tags_copysign_cpu_float32 2022-09-27T15:59:44.0889317Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_copysign_cpu_float32 2022-09-27T15:59:44.0940013Z test_ops.py::TestTagsCPU::test_tags_corrcoef_cpu_float32 2022-09-27T15:59:44.0949884Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_corrcoef_cpu_float32 2022-09-27T15:59:44.0982544Z test_ops.py::TestTagsCPU::test_tags_cos_cpu_float32 2022-09-27T15:59:44.0992576Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cos_cpu_float32 2022-09-27T15:59:44.1022648Z test_ops.py::TestTagsCPU::test_tags_cosh_cpu_float32 2022-09-27T15:59:44.1034169Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cosh_cpu_float32 2022-09-27T15:59:44.1076165Z test_ops.py::TestTagsCPU::test_tags_count_nonzero_cpu_float32 2022-09-27T15:59:44.1086143Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_count_nonzero_cpu_float32 2022-09-27T15:59:44.1354612Z test_ops.py::TestTagsCPU::test_tags_cov_cpu_float32 2022-09-27T15:59:44.1366900Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cov_cpu_float32 2022-09-27T15:59:44.1400479Z test_ops.py::TestTagsCPU::test_tags_cross_cpu_float32 2022-09-27T15:59:44.1411708Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cross_cpu_float32 2022-09-27T15:59:44.1444214Z test_ops.py::TestTagsCPU::test_tags_cummax_cpu_float32 2022-09-27T15:59:44.1454190Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cummax_cpu_float32 2022-09-27T15:59:44.1484463Z test_ops.py::TestTagsCPU::test_tags_cummin_cpu_float32 2022-09-27T15:59:44.1494233Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cummin_cpu_float32 2022-09-27T15:59:44.1533501Z test_ops.py::TestTagsCPU::test_tags_cumprod_cpu_float32 2022-09-27T15:59:44.1543374Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cumprod_cpu_float32 2022-09-27T15:59:44.1579473Z test_ops.py::TestTagsCPU::test_tags_cumsum_cpu_float32 2022-09-27T15:59:44.1590288Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cumsum_cpu_float32 2022-09-27T15:59:44.1643427Z test_ops.py::TestTagsCPU::test_tags_cumulative_trapezoid_cpu_float32 2022-09-27T15:59:44.1653430Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cumulative_trapezoid_cpu_float32 2022-09-27T15:59:44.1683993Z test_ops.py::TestTagsCPU::test_tags_deg2rad_cpu_float32 2022-09-27T15:59:44.1693790Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_deg2rad_cpu_float32 2022-09-27T15:59:44.1728192Z test_ops.py::TestTagsCPU::test_tags_diag_cpu_float32 2022-09-27T15:59:44.1737799Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_diag_cpu_float32 2022-09-27T15:59:44.1788947Z test_ops.py::TestTagsCPU::test_tags_diag_embed_cpu_float32 2022-09-27T15:59:44.1798549Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_diag_embed_cpu_float32 2022-09-27T15:59:44.1835224Z test_ops.py::TestTagsCPU::test_tags_diagflat_cpu_float32 2022-09-27T15:59:44.1842604Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_diagflat_cpu_float32 2022-09-27T15:59:44.1885842Z test_ops.py::TestTagsCPU::test_tags_diagonal_cpu_float32 2022-09-27T15:59:44.1895779Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_diagonal_cpu_float32 2022-09-27T15:59:44.1952116Z test_ops.py::TestTagsCPU::test_tags_diagonal_scatter_cpu_float32 2022-09-27T15:59:44.1962329Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_diagonal_scatter_cpu_float32 2022-09-27T15:59:44.2091199Z test_ops.py::TestTagsCPU::test_tags_diff_cpu_float32 2022-09-27T15:59:44.2100921Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_var_cpu_float32 2022-09-27T15:59:44.2134895Z test_ops.py::TestTagsCPU::test_tags__refs_abs_cpu_float32 2022-09-27T15:59:44.2142526Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_abs_cpu_float32 2022-09-27T15:59:44.2151197Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_diff_cpu_float32 2022-09-27T15:59:44.2152388Z test_ops.py::TestTagsCPU::test_tags_digamma_cpu_float32 2022-09-27T15:59:44.2174038Z test_ops.py::TestTagsCPU::test_tags__refs_acos_cpu_float32 2022-09-27T15:59:44.2183101Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_digamma_cpu_float32 2022-09-27T15:59:44.2194287Z test_ops.py::TestTagsCPU::test_tags_dist_cpu_float32 2022-09-27T15:59:44.2203135Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_acos_cpu_float32 2022-09-27T15:59:44.2248601Z test_ops.py::TestTagsCPU::test_tags__refs_acosh_cpu_float32 2022-09-27T15:59:44.2258898Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_acosh_cpu_float32 2022-09-27T15:59:44.2286094Z test_ops.py::TestTagsCPU::test_tags__refs_add_cpu_float32 2022-09-27T15:59:44.2295444Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_dist_cpu_float32 2022-09-27T15:59:44.2349941Z test_ops.py::TestTagsCPU::test_tags_div_floor_rounding_cpu_float32 2022-09-27T15:59:44.2359716Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_div_floor_rounding_cpu_float32 2022-09-27T15:59:44.2405463Z test_ops.py::TestTagsCPU::test_tags_div_no_rounding_mode_cpu_float32 2022-09-27T15:59:44.2415181Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_add_cpu_float32 2022-09-27T15:59:44.2424173Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_div_no_rounding_mode_cpu_float32 2022-09-27T15:59:44.2425168Z test_ops.py::TestTagsCPU::test_tags_div_trunc_rounding_cpu_float32 2022-09-27T15:59:44.2480779Z test_ops.py::TestTagsCPU::test_tags__refs_addcdiv_cpu_float32 2022-09-27T15:59:44.2493205Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_div_trunc_rounding_cpu_float32 2022-09-27T15:59:44.2527056Z test_ops.py::TestTagsCPU::test_tags_dot_cpu_float32 2022-09-27T15:59:44.2537018Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_dot_cpu_float32 2022-09-27T15:59:44.2580463Z test_ops.py::TestTagsCPU::test_tags_double_cpu_float32 2022-09-27T15:59:44.2592954Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_addcdiv_cpu_float32 2022-09-27T15:59:44.2602310Z test_ops.py::TestTagsCPU::test_tags__refs_addr_cpu_float32 2022-09-27T15:59:44.2611884Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_double_cpu_float32 2022-09-27T15:59:44.2640591Z test_ops.py::TestTagsCPU::test_tags_dsplit_cpu_float32 2022-09-27T15:59:44.2647325Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_dsplit_cpu_float32 2022-09-27T15:59:44.2675956Z test_ops.py::TestTagsCPU::test_tags_dstack_cpu_float32 2022-09-27T15:59:44.2683019Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_dstack_cpu_float32 2022-09-27T15:59:44.2691948Z test_ops.py::TestTagsCPU::test_tags_einsum_cpu_float32 2022-09-27T15:59:44.2702221Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_addr_cpu_float32 2022-09-27T15:59:44.2719516Z test_ops.py::TestTagsCPU::test_tags__refs_all_cpu_float32 2022-09-27T15:59:44.2729903Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_einsum_cpu_float32 2022-09-27T15:59:44.2751540Z test_ops.py::TestTagsCPU::test_tags_empty_cpu_float32 2022-09-27T15:59:44.2760612Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_empty_cpu_float32 2022-09-27T15:59:44.2791179Z test_ops.py::TestTagsCPU::test_tags_empty_like_cpu_float32 2022-09-27T15:59:44.2798355Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_empty_like_cpu_float32 2022-09-27T15:59:44.2841627Z test_ops.py::TestTagsCPU::test_tags_eq_cpu_float32 2022-09-27T15:59:44.2851658Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_eq_cpu_float32 2022-09-27T15:59:44.2889281Z test_ops.py::TestTagsCPU::test_tags_equal_cpu_float32 2022-09-27T15:59:44.2901527Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_equal_cpu_float32 2022-09-27T15:59:44.2926656Z test_ops.py::TestTagsCPU::test_tags_erf_cpu_float32 2022-09-27T15:59:44.2934053Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_erf_cpu_float32 2022-09-27T15:59:44.2959809Z test_ops.py::TestTagsCPU::test_tags_erfc_cpu_float32 2022-09-27T15:59:44.2966566Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_erfc_cpu_float32 2022-09-27T15:59:44.2977939Z test_ops.py::TestTagsCPU::test_tags_erfinv_cpu_float32 2022-09-27T15:59:44.2990802Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_all_cpu_float32 2022-09-27T15:59:44.2996259Z test_ops.py::TestTagsCPU::test_tags__refs_allclose_cpu_float32 2022-09-27T15:59:44.3002793Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_erfinv_cpu_float32 2022-09-27T15:59:44.3026010Z test_ops.py::TestTagsCPU::test_tags_exp2_cpu_float32 2022-09-27T15:59:44.3035221Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_exp2_cpu_float32 2022-09-27T15:59:44.3059872Z test_ops.py::TestTagsCPU::test_tags_exp_cpu_float32 2022-09-27T15:59:44.3068630Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_exp_cpu_float32 2022-09-27T15:59:44.3093419Z test_ops.py::TestTagsCPU::test_tags_expand_as_cpu_float32 2022-09-27T15:59:44.3102154Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_expand_as_cpu_float32 2022-09-27T15:59:44.3130719Z test_ops.py::TestTagsCPU::test_tags_expand_cpu_float32 2022-09-27T15:59:44.3141812Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_expand_cpu_float32 2022-09-27T15:59:44.3172674Z test_ops.py::TestTagsCPU::test_tags_expm1_cpu_float32 2022-09-27T15:59:44.3180122Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_expm1_cpu_float32 2022-09-27T15:59:44.3204580Z test_ops.py::TestTagsCPU::test_tags_eye_cpu_float32 2022-09-27T15:59:44.3213971Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_eye_cpu_float32 2022-09-27T15:59:44.3254282Z test_ops.py::TestTagsCPU::test_tags_fft_fft2_cpu_float32 2022-09-27T15:59:44.3264444Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_fft2_cpu_float32 2022-09-27T15:59:44.3307353Z test_ops.py::TestTagsCPU::test_tags_fft_fft_cpu_float32 2022-09-27T15:59:44.3317668Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_allclose_cpu_float32 2022-09-27T15:59:44.3326344Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_fft_cpu_float32 2022-09-27T15:59:44.3328910Z test_ops.py::TestTagsCPU::test_tags_fft_fftn_cpu_float32 2022-09-27T15:59:44.3376546Z test_ops.py::TestTagsCPU::test_tags__refs_amax_cpu_float32 2022-09-27T15:59:44.3387114Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_fftn_cpu_float32 2022-09-27T15:59:44.3450245Z test_ops.py::TestTagsCPU::test_tags_fft_fftshift_cpu_float32 2022-09-27T15:59:44.3460106Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_fftshift_cpu_float32 2022-09-27T15:59:44.3511564Z test_ops.py::TestTagsCPU::test_tags_fft_hfft2_cpu_float32 2022-09-27T15:59:44.3522991Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_hfft2_cpu_float32 2022-09-27T15:59:44.3571959Z test_ops.py::TestTagsCPU::test_tags_fft_hfft_cpu_float32 2022-09-27T15:59:44.3583341Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_hfft_cpu_float32 2022-09-27T15:59:44.3591032Z test_ops.py::TestTagsCPU::test_tags_fft_hfftn_cpu_float32 2022-09-27T15:59:44.3602430Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_amax_cpu_float32 2022-09-27T15:59:44.3641885Z test_ops.py::TestTagsCPU::test_tags__refs_amin_cpu_float32 2022-09-27T15:59:44.3655946Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_hfftn_cpu_float32 2022-09-27T15:59:44.3706632Z test_ops.py::TestTagsCPU::test_tags_fft_ifft2_cpu_float32 2022-09-27T15:59:44.3717927Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ifft2_cpu_float32 2022-09-27T15:59:44.3769350Z test_ops.py::TestTagsCPU::test_tags_fft_ifft_cpu_float32 2022-09-27T15:59:44.3780252Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ifft_cpu_float32 2022-09-27T15:59:44.3835573Z test_ops.py::TestTagsCPU::test_tags_fft_ifftn_cpu_float32 2022-09-27T15:59:44.3846589Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ifftn_cpu_float32 2022-09-27T15:59:44.3859117Z test_ops.py::TestTagsCPU::test_tags_fft_ifftshift_cpu_float32 2022-09-27T15:59:44.3869716Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_amin_cpu_float32 2022-09-27T15:59:44.3912579Z test_ops.py::TestTagsCPU::test_tags__refs_any_cpu_float32 2022-09-27T15:59:44.3923501Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ifftshift_cpu_float32 2022-09-27T15:59:44.3980482Z test_ops.py::TestTagsCPU::test_tags_fft_ihfft2_cpu_float32 2022-09-27T15:59:44.3989193Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ihfft2_cpu_float32 2022-09-27T15:59:44.4039053Z test_ops.py::TestTagsCPU::test_tags_fft_ihfft_cpu_float32 2022-09-27T15:59:44.4050220Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ihfft_cpu_float32 2022-09-27T15:59:44.4103007Z test_ops.py::TestTagsCPU::test_tags_fft_ihfftn_cpu_float32 2022-09-27T15:59:44.4113716Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ihfftn_cpu_float32 2022-09-27T15:59:44.4128401Z test_ops.py::TestTagsCPU::test_tags_fft_irfft2_cpu_float32 2022-09-27T15:59:44.4141060Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_any_cpu_float32 2022-09-27T15:59:44.4163058Z test_ops.py::TestTagsCPU::test_tags__refs_arange_cpu_float32 2022-09-27T15:59:44.4176011Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_irfft2_cpu_float32 2022-09-27T15:59:44.4185110Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_arange_cpu_float32 2022-09-27T15:59:44.4187677Z test_ops.py::TestTagsCPU::test_tags_fft_irfft_cpu_float32 2022-09-27T15:59:44.4235512Z test_ops.py::TestTagsCPU::test_tags__refs_sigmoid_cpu_float32 2022-09-27T15:59:44.4246325Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_irfft_cpu_float32 2022-09-27T15:59:44.4274495Z test_ops.py::TestTagsCPU::test_tags_fft_irfftn_cpu_float32 2022-09-27T15:59:44.4286877Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sigmoid_cpu_float32 2022-09-27T15:59:44.4302734Z test_ops.py::TestTagsCPU::test_tags__refs_sign_cpu_float32 2022-09-27T15:59:44.4313856Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_irfftn_cpu_float32 2022-09-27T15:59:44.4325243Z test_ops.py::TestTagsCPU::test_tags_fft_rfft2_cpu_float32 2022-09-27T15:59:44.4335302Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sign_cpu_float32 2022-09-27T15:59:44.4363504Z test_ops.py::TestTagsCPU::test_tags__refs_signbit_cpu_float32 2022-09-27T15:59:44.4375912Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_rfft2_cpu_float32 2022-09-27T15:59:44.4381692Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_signbit_cpu_float32 2022-09-27T15:59:44.4392485Z test_ops.py::TestTagsCPU::test_tags_fft_rfft_cpu_float32 2022-09-27T15:59:44.4420528Z test_ops.py::TestTagsCPU::test_tags__refs_sin_cpu_float32 2022-09-27T15:59:44.4433492Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_rfft_cpu_float32 2022-09-27T15:59:44.4438608Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sin_cpu_float32 2022-09-27T15:59:44.4446138Z test_ops.py::TestTagsCPU::test_tags_fft_rfftn_cpu_float32 2022-09-27T15:59:44.4484427Z test_ops.py::TestTagsCPU::test_tags__refs_sinc_cpu_float32 2022-09-27T15:59:44.4496727Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_rfftn_cpu_float32 2022-09-27T15:59:44.4508257Z test_ops.py::TestTagsCPU::test_tags_fill_cpu_float32 2022-09-27T15:59:44.4518805Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sinc_cpu_float32 2022-09-27T15:59:44.4532431Z test_ops.py::TestTagsCPU::test_tags__refs_sinh_cpu_float32 2022-09-27T15:59:44.4546259Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fill_cpu_float32 2022-09-27T15:59:44.4559386Z test_ops.py::TestTagsCPU::test_tags_flatten_cpu_float32 2022-09-27T15:59:44.4570440Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sinh_cpu_float32 2022-09-27T15:59:44.4585882Z test_ops.py::TestTagsCPU::test_tags__refs_softmax_cpu_float32 2022-09-27T15:59:44.4597458Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_flatten_cpu_float32 2022-09-27T15:59:44.4648235Z test_ops.py::TestTagsCPU::test_tags_flip_cpu_float32 2022-09-27T15:59:44.4660554Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_flip_cpu_float32 2022-09-27T15:59:44.4696413Z test_ops.py::TestTagsCPU::test_tags_fliplr_cpu_float32 2022-09-27T15:59:44.4706319Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fliplr_cpu_float32 2022-09-27T15:59:44.4741488Z test_ops.py::TestTagsCPU::test_tags_flipud_cpu_float32 2022-09-27T15:59:44.4746981Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_softmax_cpu_float32 2022-09-27T15:59:44.4760072Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_flipud_cpu_float32 2022-09-27T15:59:44.4761149Z test_ops.py::TestTagsCPU::test_tags__refs_special_i0e_cpu_float32 2022-09-27T15:59:44.4797436Z test_ops.py::TestTagsCPU::test_tags_float_cpu_float32 2022-09-27T15:59:44.4808210Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_i0e_cpu_float32 2022-09-27T15:59:44.4823461Z test_ops.py::TestTagsCPU::test_tags__refs_special_i1_cpu_float32 2022-09-27T15:59:44.4832905Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_float_cpu_float32 2022-09-27T15:59:44.4850046Z test_ops.py::TestTagsCPU::test_tags_float_power_cpu_float32 2022-09-27T15:59:44.4860562Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_i1_cpu_float32 2022-09-27T15:59:44.4898333Z test_ops.py::TestTagsCPU::test_tags__refs_special_i1e_cpu_float32 2022-09-27T15:59:44.4907073Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_float_power_cpu_float32 2022-09-27T15:59:44.4919154Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_i1e_cpu_float32 2022-09-27T15:59:44.4920636Z test_ops.py::TestTagsCPU::test_tags__refs_special_logit_cpu_float32 2022-09-27T15:59:44.4952123Z test_ops.py::TestTagsCPU::test_tags_floor_cpu_float32 2022-09-27T15:59:44.4962867Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_floor_cpu_float32 2022-09-27T15:59:44.4988420Z test_ops.py::TestTagsCPU::test_tags_floor_divide_cpu_float32 2022-09-27T15:59:44.5000905Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_logit_cpu_float32 2022-09-27T15:59:44.5029767Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:59:44.5040484Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_floor_divide_cpu_float32 2022-09-27T15:59:44.5092510Z test_ops.py::TestTagsCPU::test_tags_fmax_cpu_float32 2022-09-27T15:59:44.5104579Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fmax_cpu_float32 2022-09-27T15:59:44.5138222Z test_ops.py::TestTagsCPU::test_tags_fmin_cpu_float32 2022-09-27T15:59:44.5150160Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:59:44.5157228Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:59:44.5167787Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fmin_cpu_float32 2022-09-27T15:59:44.5228912Z test_ops.py::TestTagsCPU::test_tags_fmod_cpu_float32 2022-09-27T15:59:44.5239554Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fmod_cpu_float32 2022-09-27T15:59:44.5273107Z test_ops.py::TestTagsCPU::test_tags_frac_cpu_float32 2022-09-27T15:59:44.5284215Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_frac_cpu_float32 2022-09-27T15:59:44.5290468Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:59:44.5298522Z test_ops.py::TestTagsCPU::test_tags_frexp_cpu_float32 2022-09-27T15:59:44.5321269Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:59:44.5332665Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_frexp_cpu_float32 2022-09-27T15:59:44.5376073Z test_ops.py::TestTagsCPU::test_tags_full_like_cpu_float32 2022-09-27T15:59:44.5386648Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_full_like_cpu_float32 2022-09-27T15:59:44.5428161Z test_ops.py::TestTagsCPU::test_tags_gather_cpu_float32 2022-09-27T15:59:44.5438066Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_gather_cpu_float32 2022-09-27T15:59:44.5447452Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:59:44.5448722Z test_ops.py::TestTagsCPU::test_tags__refs_special_zeta_cpu_float32 2022-09-27T15:59:44.5490791Z test_ops.py::TestTagsCPU::test_tags_gcd_cpu_int64 2022-09-27T15:59:44.5502063Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_gcd_cpu_int64 2022-09-27T15:59:44.5537013Z test_ops.py::TestTagsCPU::test_tags_ge_cpu_float32 2022-09-27T15:59:44.5548384Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_zeta_cpu_float32 2022-09-27T15:59:44.5554528Z test_ops.py::TestTagsCPU::test_tags__refs_sqrt_cpu_float32 2022-09-27T15:59:44.5565133Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_ge_cpu_float32 2022-09-27T15:59:44.5586752Z test_ops.py::TestTagsCPU::test_tags_geqrf_cpu_float32 2022-09-27T15:59:44.5598221Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sqrt_cpu_float32 2022-09-27T15:59:44.5657918Z test_ops.py::TestTagsCPU::test_tags__refs_square_cpu_float32 2022-09-27T15:59:44.5668955Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_square_cpu_float32 2022-09-27T15:59:44.5704719Z test_ops.py::TestTagsCPU::test_tags__refs_squeeze_cpu_float32 2022-09-27T15:59:44.5715520Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_geqrf_cpu_float32 2022-09-27T15:59:44.5754061Z test_ops.py::TestTagsCPU::test_tags_gradient_cpu_float32 2022-09-27T15:59:44.5768189Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_squeeze_cpu_float32 2022-09-27T15:59:44.5805138Z test_ops.py::TestTagsCPU::test_tags__refs_stack_cpu_float32 2022-09-27T15:59:44.5814932Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_stack_cpu_float32 2022-09-27T15:59:44.5883955Z test_ops.py::TestTagsCPU::test_tags__refs_std_cpu_float32 2022-09-27T15:59:44.5894874Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_gradient_cpu_float32 2022-09-27T15:59:44.5950079Z test_ops.py::TestTagsCPU::test_tags_gt_cpu_float32 2022-09-27T15:59:44.5961700Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_gt_cpu_float32 2022-09-27T15:59:44.5990592Z test_ops.py::TestTagsCPU::test_tags_half_cpu_float32 2022-09-27T15:59:44.6002512Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_std_cpu_float32 2022-09-27T15:59:44.6030262Z test_ops.py::TestTagsCPU::test_tags__refs_std_mean_cpu_float32 2022-09-27T15:59:44.6042858Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_half_cpu_float32 2022-09-27T15:59:44.6098289Z test_ops.py::TestTagsCPU::test_tags_heaviside_cpu_float32 2022-09-27T15:59:44.6107873Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_heaviside_cpu_float32 2022-09-27T15:59:44.6258873Z test_ops.py::TestTagsCPU::test_tags_histc_cpu_float32 2022-09-27T15:59:44.6271236Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_std_mean_cpu_float32 2022-09-27T15:59:44.6275090Z test_ops.py::TestTagsCPU::test_tags__refs_sub_cpu_float32 2022-09-27T15:59:44.6287648Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_histc_cpu_float32 2022-09-27T15:59:44.6438789Z test_ops.py::TestTagsCPU::test_tags_histogram_cpu_float32 2022-09-27T15:59:44.6448938Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sub_cpu_float32 2022-09-27T15:59:44.6668920Z test_ops.py::TestTagsCPU::test_tags__refs_sum_cpu_float32 2022-09-27T15:59:44.6688680Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_histogram_cpu_float32 2022-09-27T15:59:44.6707235Z test_ops.py::TestTagsCPU::test_tags_histogramdd_cpu_float32 2022-09-27T15:59:44.6718113Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sum_cpu_float32 2022-09-27T15:59:44.6841998Z test_ops.py::TestTagsCPU::test_tags__refs_sum_to_size_cpu_float32 2022-09-27T15:59:44.6850020Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sum_to_size_cpu_float32 2022-09-27T15:59:44.6895367Z test_ops.py::TestTagsCPU::test_tags__refs_t_cpu_float32 2022-09-27T15:59:44.6904778Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_t_cpu_float32 2022-09-27T15:59:44.6942936Z test_ops.py::TestTagsCPU::test_tags__refs_tan_cpu_float32 2022-09-27T15:59:44.6954607Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_tan_cpu_float32 2022-09-27T15:59:44.6993008Z test_ops.py::TestTagsCPU::test_tags__refs_tanh_cpu_float32 2022-09-27T15:59:44.7003088Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_tanh_cpu_float32 2022-09-27T15:59:44.7072590Z test_ops.py::TestTagsCPU::test_tags__refs_tensor_split_cpu_float32 2022-09-27T15:59:44.7083260Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_histogramdd_cpu_float32 2022-09-27T15:59:44.7120314Z test_ops.py::TestTagsCPU::test_tags_hsplit_cpu_float32 2022-09-27T15:59:44.7130345Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_hsplit_cpu_float32 2022-09-27T15:59:44.7167546Z test_ops.py::TestTagsCPU::test_tags_hstack_cpu_float32 2022-09-27T15:59:44.7173973Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_hstack_cpu_float32 2022-09-27T15:59:44.7185391Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_tensor_split_cpu_float32 2022-09-27T15:59:44.7186524Z test_ops.py::TestTagsCPU::test_tags__refs_to_cpu_float32 2022-09-27T15:59:44.7239863Z test_ops.py::TestTagsCPU::test_tags_hypot_cpu_float32 2022-09-27T15:59:44.7250795Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_hypot_cpu_float32 2022-09-27T15:59:44.7287650Z test_ops.py::TestTagsCPU::test_tags_i0_cpu_float32 2022-09-27T15:59:44.7299830Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_i0_cpu_float32 2022-09-27T15:59:44.7347186Z test_ops.py::TestTagsCPU::test_tags_igamma_cpu_float32 2022-09-27T15:59:44.7358577Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_igamma_cpu_float32 2022-09-27T15:59:44.7393309Z test_ops.py::TestTagsCPU::test_tags_igammac_cpu_float32 2022-09-27T15:59:44.7405150Z [gw1] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_batch_norm_cpu_float32 2022-09-27T15:59:44.7418517Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_bilinear_cpu_float32 2022-09-27T15:59:44.7435099Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_igammac_cpu_float32 2022-09-27T15:59:44.7469666Z test_ops.py::TestTagsCPU::test_tags_imag_cpu_complex64 2022-09-27T15:59:44.7480825Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_to_cpu_float32 2022-09-27T15:59:44.7493248Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_imag_cpu_complex64 2022-09-27T15:59:44.7494728Z test_ops.py::TestTagsCPU::test_tags_index_add_cpu_float32 2022-09-27T15:59:44.7533877Z test_ops.py::TestTagsCPU::test_tags__refs_trace_cpu_float32 2022-09-27T15:59:44.7544054Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_trace_cpu_float32 2022-09-27T15:59:44.7548161Z test_ops.py::TestTagsCPU::test_tags__refs_transpose_cpu_float32 2022-09-27T15:59:44.7560263Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_index_add_cpu_float32 2022-09-27T15:59:44.7598485Z test_ops.py::TestTagsCPU::test_tags_index_copy_cpu_float32 2022-09-27T15:59:44.7614803Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_index_copy_cpu_float32 2022-09-27T15:59:44.7638253Z test_ops.py::TestTagsCPU::test_tags_index_fill_cpu_float32 2022-09-27T15:59:44.7648815Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_transpose_cpu_float32 2022-09-27T15:59:44.7652897Z test_ops.py::TestTagsCPU::test_tags__refs_tril_cpu_float32 2022-09-27T15:59:44.7664401Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_index_fill_cpu_float32 2022-09-27T15:59:44.7705335Z test_ops.py::TestTagsCPU::test_tags_index_put_cpu_float32 2022-09-27T15:59:44.7729442Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_index_put_cpu_float32 2022-09-27T15:59:44.7759444Z test_ops.py::TestTagsCPU::test_tags_index_reduce_cpu_float32 2022-09-27T15:59:44.7772688Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_tril_cpu_float32 2022-09-27T15:59:44.7804217Z test_ops.py::TestTagsCPU::test_tags__refs_tril_indices_cpu_int64 2022-09-27T15:59:44.7816191Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_tril_indices_cpu_int64 2022-09-27T15:59:44.7840921Z test_ops.py::TestTagsCPU::test_tags__refs_triu_cpu_float32 2022-09-27T15:59:44.7848380Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_index_reduce_cpu_float32 2022-09-27T15:59:44.7878135Z test_ops.py::TestTagsCPU::test_tags_index_select_cpu_float32 2022-09-27T15:59:44.7888888Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_index_select_cpu_float32 2022-09-27T15:59:44.7918779Z test_ops.py::TestTagsCPU::test_tags_inner_cpu_float32 2022-09-27T15:59:44.7929025Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_inner_cpu_float32 2022-09-27T15:59:44.7939808Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_triu_cpu_float32 2022-09-27T15:59:44.7942679Z test_ops.py::TestTagsCPU::test_tags_int_cpu_float32 2022-09-27T15:59:44.7970612Z test_ops.py::TestTagsCPU::test_tags__refs_triu_indices_cpu_int64 2022-09-27T15:59:44.7981062Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_triu_indices_cpu_int64 2022-09-27T15:59:44.8005973Z test_ops.py::TestTagsCPU::test_tags__refs_true_divide_cpu_float32 2022-09-27T15:59:44.8017349Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_int_cpu_float32 2022-09-27T15:59:44.8125243Z test_ops.py::TestTagsCPU::test_tags_isclose_cpu_float32 2022-09-27T15:59:44.8136115Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_true_divide_cpu_float32 2022-09-27T15:59:44.8149705Z test_ops.py::TestTagsCPU::test_tags__refs_trunc_cpu_float32 2022-09-27T15:59:44.8160619Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_isclose_cpu_float32 2022-09-27T15:59:44.8177140Z test_ops.py::TestTagsCPU::test_tags_isfinite_cpu_float32 2022-09-27T15:59:44.8187631Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_trunc_cpu_float32 2022-09-27T15:59:44.8200417Z test_ops.py::TestTagsCPU::test_tags__refs_unbind_cpu_float32 2022-09-27T15:59:44.8211434Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_isfinite_cpu_float32 2022-09-27T15:59:44.8246296Z test_ops.py::TestTagsCPU::test_tags_isin_cpu_float32 2022-09-27T15:59:44.8256952Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_isin_cpu_float32 2022-09-27T15:59:44.8273490Z test_ops.py::TestTagsCPU::test_tags_isinf_cpu_float32 2022-09-27T15:59:44.8286530Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_unbind_cpu_float32 2022-09-27T15:59:44.8290633Z test_ops.py::TestTagsCPU::test_tags__refs_unflatten_cpu_float32 2022-09-27T15:59:44.8301332Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_isinf_cpu_float32 2022-09-27T15:59:44.8333175Z test_ops.py::TestTagsCPU::test_tags_isnan_cpu_float32 2022-09-27T15:59:44.8343677Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_isnan_cpu_float32 2022-09-27T15:59:44.8375970Z test_ops.py::TestTagsCPU::test_tags_isneginf_cpu_float32 2022-09-27T15:59:44.8387241Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_isneginf_cpu_float32 2022-09-27T15:59:44.8398706Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_unflatten_cpu_float32 2022-09-27T15:59:44.8401112Z test_ops.py::TestTagsCPU::test_tags_isposinf_cpu_float32 2022-09-27T15:59:44.8432423Z test_ops.py::TestTagsCPU::test_tags__refs_unfold_copy_cpu_float32 2022-09-27T15:59:44.8442895Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_isposinf_cpu_float32 2022-09-27T15:59:44.8477851Z test_ops.py::TestTagsCPU::test_tags_isreal_cpu_float32 2022-09-27T15:59:44.8488290Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_isreal_cpu_float32 2022-09-27T15:59:44.8577954Z test_ops.py::TestTagsCPU::test_tags_istft_cpu_float32 2022-09-27T15:59:44.8590734Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_unfold_copy_cpu_float32 2022-09-27T15:59:44.8644104Z test_ops.py::TestTagsCPU::test_tags__refs_unsqueeze_cpu_float32 2022-09-27T15:59:44.8656295Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_istft_cpu_float32 2022-09-27T15:59:44.8689614Z test_ops.py::TestTagsCPU::test_tags_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:59:44.8702904Z [gw3] [ 97%] SKIPPED test_ops.py::TestTagsCPU::test_tags_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:59:44.8707330Z test_ops.py::TestTagsCPU::test_tags_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:59:44.8721815Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_unsqueeze_cpu_float32 2022-09-27T15:59:44.8733698Z test_ops.py::TestTagsCPU::test_tags_jiterator_unary_cpu_float32 2022-09-27T15:59:44.8746058Z [gw3] [ 97%] SKIPPED test_ops.py::TestTagsCPU::test_tags_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:59:44.8753849Z test_ops.py::TestTagsCPU::test_tags_jiterator_binary_cpu_float32 2022-09-27T15:59:44.8769366Z [gw2] [ 97%] SKIPPED test_ops.py::TestTagsCPU::test_tags_jiterator_unary_cpu_float32 2022-09-27T15:59:44.8786237Z test_ops.py::TestTagsCPU::test_tags_kron_cpu_float32 2022-09-27T15:59:44.8798230Z [gw3] [ 97%] SKIPPED test_ops.py::TestTagsCPU::test_tags_jiterator_binary_cpu_float32 2022-09-27T15:59:44.8809446Z test_ops.py::TestTagsCPU::test_tags_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:59:44.8830905Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_kron_cpu_float32 2022-09-27T15:59:44.8838076Z test_ops.py::TestTagsCPU::test_tags_kthvalue_cpu_float32 2022-09-27T15:59:44.8846942Z [gw3] [ 97%] SKIPPED test_ops.py::TestTagsCPU::test_tags_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:59:44.8871816Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_cpu_float32 2022-09-27T15:59:44.8883686Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_kthvalue_cpu_float32 2022-09-27T15:59:44.8924765Z test_ops.py::TestTagsCPU::test_tags_lcm_cpu_int64 2022-09-27T15:59:44.8931606Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lu_cpu_float32 2022-09-27T15:59:44.8948864Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_lcm_cpu_int64 2022-09-27T15:59:44.8952389Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_cpu_float32 2022-09-27T15:59:44.9006830Z test_ops.py::TestTagsCPU::test_tags_ldexp_cpu_float32 2022-09-27T15:59:44.9018770Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_ldexp_cpu_float32 2022-09-27T15:59:44.9052927Z test_ops.py::TestTagsCPU::test_tags_le_cpu_float32 2022-09-27T15:59:44.9069803Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_cpu_float32 2022-09-27T15:59:44.9073808Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:59:44.9097437Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_le_cpu_float32 2022-09-27T15:59:44.9124876Z test_ops.py::TestTagsCPU::test_tags_lerp_cpu_float32 2022-09-27T15:59:44.9148963Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:59:44.9151649Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_solve_cpu_float32 2022-09-27T15:59:44.9160077Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_lerp_cpu_float32 2022-09-27T15:59:44.9198089Z test_ops.py::TestTagsCPU::test_tags_lgamma_cpu_float32 2022-09-27T15:59:44.9208428Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_lgamma_cpu_float32 2022-09-27T15:59:44.9265089Z test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_cpu_float32 2022-09-27T15:59:44.9276666Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_cpu_float32 2022-09-27T15:59:44.9338884Z test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_ex_cpu_float32 2022-09-27T15:59:44.9339579Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_ex_cpu_float32 2022-09-27T15:59:44.9350705Z test_ops.py::TestTagsCPU::test_tags_linalg_cond_cpu_float32 2022-09-27T15:59:44.9361870Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lu_solve_cpu_float32 2022-09-27T15:59:44.9383069Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_norm_cpu_float32 2022-09-27T15:59:44.9394104Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_cond_cpu_float32 2022-09-27T15:59:44.9433462Z test_ops.py::TestTagsCPU::test_tags_linalg_cross_cpu_float32 2022-09-27T15:59:44.9444299Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_cross_cpu_float32 2022-09-27T15:59:44.9520359Z test_ops.py::TestTagsCPU::test_tags_linalg_det_cpu_float32 2022-09-27T15:59:44.9550828Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_det_cpu_float32 2022-09-27T15:59:44.9573507Z test_ops.py::TestTagsCPU::test_tags_linalg_det_singular_cpu_float32 2022-09-27T15:59:44.9588070Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_matrix_norm_cpu_float32 2022-09-27T15:59:44.9703449Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_power_cpu_float32 2022-09-27T15:59:44.9717063Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_matrix_power_cpu_float32 2022-09-27T15:59:44.9721239Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_cpu_float32 2022-09-27T15:59:44.9732462Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_det_singular_cpu_float32 2022-09-27T15:59:44.9817584Z test_ops.py::TestTagsCPU::test_tags_linalg_eig_cpu_float32 2022-09-27T15:59:44.9828944Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_eig_cpu_float32 2022-09-27T15:59:44.9899956Z test_ops.py::TestTagsCPU::test_tags_linalg_eigh_cpu_float32 2022-09-27T15:59:44.9911940Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_eigh_cpu_float32 2022-09-27T15:59:44.9976375Z test_ops.py::TestTagsCPU::test_tags_linalg_eigvals_cpu_float32 2022-09-27T15:59:44.9988014Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_eigvals_cpu_float32 2022-09-27T15:59:45.0054984Z test_ops.py::TestTagsCPU::test_tags_linalg_eigvalsh_cpu_float32 2022-09-27T15:59:45.0065875Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_eigvalsh_cpu_float32 2022-09-27T15:59:45.0112552Z test_ops.py::TestTagsCPU::test_tags_linalg_householder_product_cpu_float32 2022-09-27T15:59:45.0123079Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_householder_product_cpu_float32 2022-09-27T15:59:45.0138139Z test_ops.py::TestTagsCPU::test_tags_linalg_inv_cpu_float32 2022-09-27T15:59:45.0158613Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_cpu_float32 2022-09-27T15:59:45.0189312Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:59:45.0207305Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_inv_cpu_float32 2022-09-27T15:59:45.0236620Z test_ops.py::TestTagsCPU::test_tags_linalg_inv_ex_cpu_float32 2022-09-27T15:59:45.0248309Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:59:45.0271537Z test_ops.py::TestTagsCPU::test_tags_linalg_multi_dot_cpu_float32 2022-09-27T15:59:45.0299377Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_inv_ex_cpu_float32 2022-09-27T15:59:45.0302526Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_cpu_float32 2022-09-27T15:59:45.0310479Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_multi_dot_cpu_float32 2022-09-27T15:59:45.0334868Z test_ops.py::TestTagsCPU::test_tags_linalg_norm_cpu_float32 2022-09-27T15:59:45.0346123Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_cpu_float32 2022-09-27T15:59:45.0386193Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:59:45.0397610Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:59:45.0459880Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_solve_cpu_float32 2022-09-27T15:59:45.0474432Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_ldl_solve_cpu_float32 2022-09-27T15:59:45.0529362Z test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_cpu_float32 2022-09-27T15:59:45.0542163Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_norm_cpu_float32 2022-09-27T15:59:45.0648512Z test_ops.py::TestTagsCPU::test_tags_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:59:45.0661318Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:59:45.0711062Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_cpu_float32 2022-09-27T15:59:45.0724144Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_cpu_float32 2022-09-27T15:59:45.0760286Z test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:59:45.0773370Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_pinv_cpu_float32 2022-09-27T15:59:45.0834824Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:59:45.0861060Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:59:45.0881274Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_singular_cpu_float32 2022-09-27T15:59:45.0892396Z [gw3] [ 97%] SKIPPED test_ops.py::TestTagsCPU::test_tags_linalg_pinv_singular_cpu_float32 2022-09-27T15:59:45.1001306Z test_ops.py::TestTagsCPU::test_tags_linalg_qr_cpu_float32 2022-09-27T15:59:45.1012647Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:59:45.1054078Z test_ops.py::TestTagsCPU::test_tags_linalg_vecdot_cpu_float32 2022-09-27T15:59:45.1064873Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_qr_cpu_float32 2022-09-27T15:59:45.1130590Z test_ops.py::TestTagsCPU::test_tags_linalg_slogdet_cpu_float32 2022-09-27T15:59:45.1141347Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_vecdot_cpu_float32 2022-09-27T15:59:45.1151289Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_slogdet_cpu_float32 2022-09-27T15:59:45.1153873Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_cpu_float32 2022-09-27T15:59:45.1272386Z test_ops.py::TestTagsCPU::test_tags_linalg_vector_norm_cpu_float32 2022-09-27T15:59:45.1283702Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_solve_cpu_float32 2022-09-27T15:59:45.1296376Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_ex_cpu_float32 2022-09-27T15:59:45.1306544Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_vector_norm_cpu_float32 2022-09-27T15:59:45.1339257Z test_ops.py::TestTagsCPU::test_tags_linspace_cpu_float32 2022-09-27T15:59:45.1358709Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linspace_cpu_float32 2022-09-27T15:59:45.1383861Z test_ops.py::TestTagsCPU::test_tags_log10_cpu_float32 2022-09-27T15:59:45.1394745Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_log10_cpu_float32 2022-09-27T15:59:45.1407211Z test_ops.py::TestTagsCPU::test_tags_log1p_cpu_float32 2022-09-27T15:59:45.1418749Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_solve_ex_cpu_float32 2022-09-27T15:59:45.1427429Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_triangular_cpu_float32 2022-09-27T15:59:45.1441437Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_log1p_cpu_float32 2022-09-27T15:59:45.1479484Z test_ops.py::TestTagsCPU::test_tags_log2_cpu_float32 2022-09-27T15:59:45.1489671Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_log2_cpu_float32 2022-09-27T15:59:45.1523211Z test_ops.py::TestTagsCPU::test_tags_log_cpu_float32 2022-09-27T15:59:45.1533118Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_log_cpu_float32 2022-09-27T15:59:45.1568763Z test_ops.py::TestTagsCPU::test_tags_log_softmax_cpu_float32 2022-09-27T15:59:45.1578838Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_log_softmax_cpu_float32 2022-09-27T15:59:45.1616889Z test_ops.py::TestTagsCPU::test_tags_log_softmax_dtype_cpu_float32 2022-09-27T15:59:45.1628720Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_log_softmax_dtype_cpu_float32 2022-09-27T15:59:45.1663402Z test_ops.py::TestTagsCPU::test_tags_logaddexp2_cpu_float32 2022-09-27T15:59:45.1673389Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_logaddexp2_cpu_float32 2022-09-27T15:59:45.1703806Z test_ops.py::TestTagsCPU::test_tags_logaddexp_cpu_float32 2022-09-27T15:59:45.1713735Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_logaddexp_cpu_float32 2022-09-27T15:59:45.1747351Z test_ops.py::TestTagsCPU::test_tags_logcumsumexp_cpu_float32 2022-09-27T15:59:45.1757372Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_logcumsumexp_cpu_float32 2022-09-27T15:59:45.1831462Z test_ops.py::TestTagsCPU::test_tags_logdet_cpu_float32 2022-09-27T15:59:45.1841385Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_logdet_cpu_float32 2022-09-27T15:59:45.1887029Z test_ops.py::TestTagsCPU::test_tags_logical_and_cpu_float32 2022-09-27T15:59:45.1893221Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_logical_and_cpu_float32 2022-09-27T15:59:45.1905380Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_solve_triangular_cpu_float32 2022-09-27T15:59:45.1907753Z test_ops.py::TestTagsCPU::test_tags_logical_not_cpu_float32 2022-09-27T15:59:45.1940142Z test_ops.py::TestTagsCPU::test_tags_linalg_svd_cpu_float32 2022-09-27T15:59:45.1950748Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_logical_not_cpu_float32 2022-09-27T15:59:45.2004291Z test_ops.py::TestTagsCPU::test_tags_logical_or_cpu_float32 2022-09-27T15:59:45.2016203Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_logical_or_cpu_float32 2022-09-27T15:59:45.2076743Z test_ops.py::TestTagsCPU::test_tags_logical_xor_cpu_float32 2022-09-27T15:59:45.2088667Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_logical_xor_cpu_float32 2022-09-27T15:59:45.2128885Z test_ops.py::TestTagsCPU::test_tags_logit_cpu_float32 2022-09-27T15:59:45.2139934Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_logit_cpu_float32 2022-09-27T15:59:45.2198531Z test_ops.py::TestTagsCPU::test_tags_logspace_cpu_float32 2022-09-27T15:59:45.2209468Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_logspace_cpu_float32 2022-09-27T15:59:45.2269394Z test_ops.py::TestTagsCPU::test_tags_logsumexp_cpu_float32 2022-09-27T15:59:45.2280160Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_logsumexp_cpu_float32 2022-09-27T15:59:45.2345993Z test_ops.py::TestTagsCPU::test_tags_long_cpu_float32 2022-09-27T15:59:45.2356668Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_long_cpu_float32 2022-09-27T15:59:45.2410952Z test_ops.py::TestTagsCPU::test_tags_lt_cpu_float32 2022-09-27T15:59:45.2421726Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_lt_cpu_float32 2022-09-27T15:59:45.2642410Z test_ops.py::TestTagsCPU::test_tags_lu_cpu_float32 2022-09-27T15:59:45.2653876Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_svd_cpu_float32 2022-09-27T15:59:45.2755525Z test_ops.py::TestTagsCPU::test_tags_linalg_svdvals_cpu_float32 2022-09-27T15:59:45.2763322Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_svdvals_cpu_float32 2022-09-27T15:59:45.2773553Z test_ops.py::TestTagsCPU::test_tags_linalg_tensorinv_cpu_float32 2022-09-27T15:59:45.2784497Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_lu_cpu_float32 2022-09-27T15:59:45.2821106Z test_ops.py::TestTagsCPU::test_tags_mm_cpu_float32 2022-09-27T15:59:45.2830333Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_tensorinv_cpu_float32 2022-09-27T15:59:45.2839849Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mm_cpu_float32 2022-09-27T15:59:45.2842744Z test_ops.py::TestTagsCPU::test_tags_mode_cpu_float32 2022-09-27T15:59:45.2886067Z test_ops.py::TestTagsCPU::test_tags_linalg_tensorsolve_cpu_float32 2022-09-27T15:59:45.2897407Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mode_cpu_float32 2022-09-27T15:59:45.2912123Z test_ops.py::TestTagsCPU::test_tags_movedim_cpu_float32 2022-09-27T15:59:45.2923542Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_tensorsolve_cpu_float32 2022-09-27T15:59:45.2933847Z test_ops.py::TestTagsCPU::test_tags_linalg_vander_cpu_float32 2022-09-27T15:59:45.2945663Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_movedim_cpu_float32 2022-09-27T15:59:45.2985310Z test_ops.py::TestTagsCPU::test_tags_msort_cpu_float32 2022-09-27T15:59:45.2998280Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_vander_cpu_float32 2022-09-27T15:59:45.3011206Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_msort_cpu_float32 2022-09-27T15:59:45.3012966Z test_ops.py::TestTagsCPU::test_tags_mul_cpu_float32 2022-09-27T15:59:45.3066510Z test_ops.py::TestTagsCPU::test_tags_lu_solve_cpu_float32 2022-09-27T15:59:45.3076290Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mul_cpu_float32 2022-09-27T15:59:45.3166446Z test_ops.py::TestTagsCPU::test_tags_multinomial_cpu_float32 2022-09-27T15:59:45.3179217Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_lu_solve_cpu_float32 2022-09-27T15:59:45.3183219Z test_ops.py::TestTagsCPU::test_tags_lu_unpack_cpu_float32 2022-09-27T15:59:45.3193515Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_multinomial_cpu_float32 2022-09-27T15:59:45.3227356Z test_ops.py::TestTagsCPU::test_tags_mv_cpu_float32 2022-09-27T15:59:45.3237514Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mv_cpu_float32 2022-09-27T15:59:45.3258216Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:59:45.3269087Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_lu_unpack_cpu_float32 2022-09-27T15:59:45.3285866Z test_ops.py::TestTagsCPU::test_tags_mH_cpu_float32 2022-09-27T15:59:45.3297253Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:59:45.3310194Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:59:45.3320797Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mH_cpu_float32 2022-09-27T15:59:45.3348240Z test_ops.py::TestTagsCPU::test_tags_mT_cpu_float32 2022-09-27T15:59:45.3365079Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:59:45.3370718Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mT_cpu_float32 2022-09-27T15:59:45.3378286Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:59:45.3413783Z test_ops.py::TestTagsCPU::test_tags_masked_fill_cpu_float32 2022-09-27T15:59:45.3427134Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:59:45.3438907Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_masked_fill_cpu_float32 2022-09-27T15:59:45.3445078Z test_ops.py::TestTagsCPU::test_tags_nan_to_num_cpu_float32 2022-09-27T15:59:45.3469620Z test_ops.py::TestTagsCPU::test_tags_masked_scatter_cpu_float32 2022-09-27T15:59:45.3479689Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nan_to_num_cpu_float32 2022-09-27T15:59:45.3487386Z test_ops.py::TestTagsCPU::test_tags_nanmean_cpu_float32 2022-09-27T15:59:45.3500886Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_masked_scatter_cpu_float32 2022-09-27T15:59:45.3545412Z test_ops.py::TestTagsCPU::test_tags_masked_select_cpu_float32 2022-09-27T15:59:45.3556273Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_masked_select_cpu_float32 2022-09-27T15:59:45.3603793Z test_ops.py::TestTagsCPU::test_tags_matmul_cpu_float32 2022-09-27T15:59:45.3614999Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nanmean_cpu_float32 2022-09-27T15:59:45.3632939Z test_ops.py::TestTagsCPU::test_tags_nanmedian_cpu_float32 2022-09-27T15:59:45.3643411Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_matmul_cpu_float32 2022-09-27T15:59:45.3660422Z test_ops.py::TestTagsCPU::test_tags_matrix_exp_cpu_float32 2022-09-27T15:59:45.3672595Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nanmedian_cpu_float32 2022-09-27T15:59:45.3687278Z test_ops.py::TestTagsCPU::test_tags_nanquantile_cpu_float32 2022-09-27T15:59:45.3698047Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_matrix_exp_cpu_float32 2022-09-27T15:59:45.3751520Z test_ops.py::TestTagsCPU::test_tags_max_binary_cpu_float32 2022-09-27T15:59:45.3762293Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_max_binary_cpu_float32 2022-09-27T15:59:45.3795092Z test_ops.py::TestTagsCPU::test_tags_max_reduction_no_dim_cpu_float32 2022-09-27T15:59:45.3805591Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_max_reduction_no_dim_cpu_float32 2022-09-27T15:59:45.3846059Z test_ops.py::TestTagsCPU::test_tags_max_reduction_with_dim_cpu_float32 2022-09-27T15:59:45.3856569Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_max_reduction_with_dim_cpu_float32 2022-09-27T15:59:45.3909704Z test_ops.py::TestTagsCPU::test_tags_maximum_cpu_float32 2022-09-27T15:59:45.3920203Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_maximum_cpu_float32 2022-09-27T15:59:45.3971778Z test_ops.py::TestTagsCPU::test_tags_mean_cpu_float32 2022-09-27T15:59:45.3982051Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mean_cpu_float32 2022-09-27T15:59:45.4026383Z test_ops.py::TestTagsCPU::test_tags_median_cpu_float32 2022-09-27T15:59:45.4036994Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_median_cpu_float32 2022-09-27T15:59:45.4084189Z test_ops.py::TestTagsCPU::test_tags_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:59:45.4093996Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:59:45.4162131Z test_ops.py::TestTagsCPU::test_tags_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:59:45.4170908Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:59:45.4225332Z test_ops.py::TestTagsCPU::test_tags_min_binary_cpu_float32 2022-09-27T15:59:45.4236093Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_min_binary_cpu_float32 2022-09-27T15:59:45.4266627Z test_ops.py::TestTagsCPU::test_tags_min_reduction_no_dim_cpu_float32 2022-09-27T15:59:45.4277121Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nanquantile_cpu_float32 2022-09-27T15:59:45.4285658Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_min_reduction_no_dim_cpu_float32 2022-09-27T15:59:45.4286979Z test_ops.py::TestTagsCPU::test_tags_min_reduction_with_dim_cpu_float32 2022-09-27T15:59:45.4320485Z test_ops.py::TestTagsCPU::test_tags_nansum_cpu_float32 2022-09-27T15:59:45.4331432Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_min_reduction_with_dim_cpu_float32 2022-09-27T15:59:45.4334807Z test_ops.py::TestTagsCPU::test_tags_minimum_cpu_float32 2022-09-27T15:59:45.4345625Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nansum_cpu_float32 2022-09-27T15:59:45.4383791Z test_ops.py::TestTagsCPU::test_tags_narrow_copy_cpu_float32 2022-09-27T15:59:45.4391680Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_minimum_cpu_float32 2022-09-27T15:59:45.4402315Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_narrow_copy_cpu_float32 2022-09-27T15:59:45.4403531Z test_ops.py::TestTagsCPU::test_tags_narrow_cpu_float32 2022-09-27T15:59:45.4448381Z test_ops.py::TestTagsCPU::test_tags_nn_functional_celu_cpu_float32 2022-09-27T15:59:45.4459370Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_narrow_cpu_float32 2022-09-27T15:59:45.4471871Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_celu_cpu_float32 2022-09-27T15:59:45.4473116Z test_ops.py::TestTagsCPU::test_tags_native_layer_norm_cpu_float32 2022-09-27T15:59:45.4538511Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv1d_cpu_float32 2022-09-27T15:59:45.4554740Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_native_layer_norm_cpu_float32 2022-09-27T15:59:45.4563616Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_conv1d_cpu_float32 2022-09-27T15:59:45.4565329Z test_ops.py::TestTagsCPU::test_tags_ne_cpu_float32 2022-09-27T15:59:45.4613859Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv2d_cpu_float32 2022-09-27T15:59:45.4624483Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_ne_cpu_float32 2022-09-27T15:59:45.4659372Z test_ops.py::TestTagsCPU::test_tags_neg_cpu_float32 2022-09-27T15:59:45.4671772Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_neg_cpu_float32 2022-09-27T15:59:45.4713226Z test_ops.py::TestTagsCPU::test_tags_new_empty_cpu_float32 2022-09-27T15:59:45.4721624Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_new_empty_cpu_float32 2022-09-27T15:59:45.4759311Z test_ops.py::TestTagsCPU::test_tags_new_empty_strided_cpu_float32 2022-09-27T15:59:45.4764891Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_conv2d_cpu_float32 2022-09-27T15:59:45.4777894Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_new_empty_strided_cpu_float32 2022-09-27T15:59:45.4779292Z test_ops.py::TestTagsCPU::test_tags_new_full_cpu_float32 2022-09-27T15:59:45.4827468Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:59:45.4840164Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_new_full_cpu_float32 2022-09-27T15:59:45.4854395Z test_ops.py::TestTagsCPU::test_tags_new_ones_cpu_float32 2022-09-27T15:59:45.4866380Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:59:45.4882822Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:59:45.4891973Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_new_ones_cpu_float32 2022-09-27T15:59:45.4940101Z test_ops.py::TestTagsCPU::test_tags_new_zeros_cpu_float32 2022-09-27T15:59:45.4952892Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_new_zeros_cpu_float32 2022-09-27T15:59:45.4957716Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:59:45.4964651Z test_ops.py::TestTagsCPU::test_tags_nextafter_cpu_float32 2022-09-27T15:59:45.5010079Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:59:45.5023084Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nextafter_cpu_float32 2022-09-27T15:59:45.5052005Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:59:45.5062653Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:59:45.5094641Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:59:45.5106137Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:59:45.5176907Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:59:45.5186783Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:59:45.5202155Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:59:45.5214188Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:59:45.5280702Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:59:45.5292357Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:59:45.5349043Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:59:45.5360382Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:59:45.5450704Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:59:45.5460722Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:59:45.5488428Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:59:45.5498935Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:59:45.5620495Z test_ops.py::TestTagsCPU::test_tags_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:59:45.5632465Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:59:45.5650585Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout2d_cpu_float32 2022-09-27T15:59:45.5660988Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:59:45.5853083Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:59:45.5864499Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:59:45.5905464Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:59:45.5921252Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout2d_cpu_float32 2022-09-27T15:59:45.5929131Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:59:45.5931112Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout3d_cpu_float32 2022-09-27T15:59:45.5977115Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:59:45.5988800Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:59:45.6039571Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:59:45.6052412Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:59:45.6128466Z test_ops.py::TestTagsCPU::test_tags_nn_functional_batch_norm_cpu_float32 2022-09-27T15:59:45.6141215Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_batch_norm_cpu_float32 2022-09-27T15:59:45.6215969Z test_ops.py::TestTagsCPU::test_tags_nn_functional_bilinear_cpu_float32 2022-09-27T15:59:45.6227280Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout3d_cpu_float32 2022-09-27T15:59:45.6288173Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout_cpu_float32 2022-09-27T15:59:45.6299452Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_bilinear_cpu_float32 2022-09-27T15:59:45.6424802Z test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:59:45.6436971Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:59:45.6569785Z test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:59:45.6581138Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:59:45.6609990Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:59:45.6621697Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout_cpu_float32 2022-09-27T15:59:45.6672853Z test_ops.py::TestTagsCPU::test_tags_nn_functional_elu_cpu_float32 2022-09-27T15:59:45.6684636Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_elu_cpu_float32 2022-09-27T15:59:45.6697161Z test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:59:45.6710040Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:59:45.6820691Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:59:45.6832154Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:59:45.6946709Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:59:45.6960208Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:59:45.7064396Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:59:45.7075325Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:59:45.7176741Z test_ops.py::TestTagsCPU::test_tags_nn_functional_kl_div_cpu_float32 2022-09-27T15:59:45.7187589Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:59:45.7250880Z test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_cpu_float32 2022-09-27T15:59:45.7265567Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_kl_div_cpu_float32 2022-09-27T15:59:45.7301607Z test_ops.py::TestTagsCPU::test_tags_nn_functional_l1_loss_cpu_float32 2022-09-27T15:59:45.7312670Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_cpu_float32 2022-09-27T15:59:45.7349926Z test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:59:45.7362820Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_l1_loss_cpu_float32 2022-09-27T15:59:45.7412097Z test_ops.py::TestTagsCPU::test_tags_nn_functional_layer_norm_cpu_float32 2022-09-27T15:59:45.7423634Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_layer_norm_cpu_float32 2022-09-27T15:59:45.7468542Z test_ops.py::TestTagsCPU::test_tags_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:59:45.7480915Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:59:45.7484822Z test_ops.py::TestTagsCPU::test_tags_nn_functional_linear_cpu_float32 2022-09-27T15:59:45.7500187Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:59:45.7565551Z test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:59:45.7577464Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_linear_cpu_float32 2022-09-27T15:59:45.7709443Z test_ops.py::TestTagsCPU::test_tags_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:59:45.7721686Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:59:45.7733790Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:59:45.7736153Z test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:59:45.7772470Z test_ops.py::TestTagsCPU::test_tags_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:59:45.7784634Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:59:45.8049524Z test_ops.py::TestTagsCPU::test_tags_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:59:45.8063007Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:59:45.8075855Z [gw0] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_var_cpu_float32 2022-09-27T15:59:45.8079133Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:59:45.8096021Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_abs_cpu_float32 2022-09-27T15:59:45.8108486Z [gw2] [ 97%] SKIPPED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:59:45.8187225Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:59:45.8198292Z [gw0] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_abs_cpu_float32 2022-09-27T15:59:45.8439356Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acos_cpu_float32 2022-09-27T15:59:45.8452448Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:59:45.8465547Z test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:59:45.8477532Z [gw0] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acos_cpu_float32 2022-09-27T15:59:45.8731466Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acosh_cpu_float32 2022-09-27T15:59:45.8743980Z [gw0] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acosh_cpu_float32 2022-09-27T15:59:45.9372785Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_add_cpu_float32 2022-09-27T15:59:45.9387043Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:59:46.1350133Z test_ops.py::TestTagsCPU::test_tags_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:59:46.1360718Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:59:46.2015349Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:59:46.2028594Z [gw0] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_add_cpu_float32 2022-09-27T15:59:46.2483491Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addbmm_cpu_float32 2022-09-27T15:59:46.2496566Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:59:46.3727976Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:59:46.3748047Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:59:46.3801311Z test_ops.py::TestTagsCPU::test_tags_nn_functional_gelu_cpu_float32 2022-09-27T15:59:46.3807098Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_gelu_cpu_float32 2022-09-27T15:59:46.3910966Z test_ops.py::TestTagsCPU::test_tags_nn_functional_glu_cpu_float32 2022-09-27T15:59:46.3921616Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_glu_cpu_float32 2022-09-27T15:59:46.4258470Z test_ops.py::TestTagsCPU::test_tags_nn_functional_grid_sample_cpu_float32 2022-09-27T15:59:46.4259154Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_grid_sample_cpu_float32 2022-09-27T15:59:46.4290958Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:59:46.4291582Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:59:46.4328977Z test_ops.py::TestTagsCPU::test_tags_nn_functional_group_norm_cpu_float32 2022-09-27T15:59:46.4332184Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_group_norm_cpu_float32 2022-09-27T15:59:46.4374935Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardshrink_cpu_float32 2022-09-27T15:59:46.4390430Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_hardshrink_cpu_float32 2022-09-27T15:59:46.4434619Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:59:46.4449749Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:59:46.4482619Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardswish_cpu_float32 2022-09-27T15:59:46.4496860Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_hardswish_cpu_float32 2022-09-27T15:59:46.4535372Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardtanh_cpu_float32 2022-09-27T15:59:46.4542800Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_hardtanh_cpu_float32 2022-09-27T15:59:46.4696995Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:59:46.4705683Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:59:46.4813150Z test_ops.py::TestTagsCPU::test_tags_nn_functional_huber_loss_cpu_float32 2022-09-27T15:59:46.4821158Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_huber_loss_cpu_float32 2022-09-27T15:59:46.4994522Z test_ops.py::TestTagsCPU::test_tags_nn_functional_instance_norm_cpu_float32 2022-09-27T15:59:46.5007982Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_instance_norm_cpu_float32 2022-09-27T15:59:46.5124690Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:59:46.5147041Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:59:46.5258830Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:59:46.5272717Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:59:46.5337593Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_constant_cpu_float32 2022-09-27T15:59:46.5338366Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:59:46.5386502Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:59:46.5395690Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_constant_cpu_float32 2022-09-27T15:59:46.5523305Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:59:46.5530105Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:59:46.5648823Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:59:46.5660191Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:59:46.5748164Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:59:46.5762938Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:59:46.5854067Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pdist_cpu_float32 2022-09-27T15:59:46.5867828Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pdist_cpu_float32 2022-09-27T15:59:46.5911404Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:59:46.5923218Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:59:46.5979527Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:59:46.5985934Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:59:46.6828570Z test_ops.py::TestTagsCPU::test_tags_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:59:46.6838576Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:59:46.7090856Z test_ops.py::TestTagsCPU::test_tags_nn_functional_prelu_cpu_float32 2022-09-27T15:59:46.7091482Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_prelu_cpu_float32 2022-09-27T15:59:46.7092087Z test_ops.py::TestTagsCPU::test_tags_nn_functional_relu6_cpu_float32 2022-09-27T15:59:46.7106156Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_relu6_cpu_float32 2022-09-27T15:59:46.7184466Z test_ops.py::TestTagsCPU::test_tags_nn_functional_relu_cpu_float32 2022-09-27T15:59:46.7185178Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_relu_cpu_float32 2022-09-27T15:59:46.7242696Z test_ops.py::TestTagsCPU::test_tags_nn_functional_rrelu_cpu_float32 2022-09-27T15:59:46.7254218Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_rrelu_cpu_float32 2022-09-27T15:59:46.7307573Z test_ops.py::TestTagsCPU::test_tags_nn_functional_selu_cpu_float32 2022-09-27T15:59:46.7322459Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_selu_cpu_float32 2022-09-27T15:59:46.7373446Z test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:59:46.7388043Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:59:46.7431804Z test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_cpu_float32 2022-09-27T15:59:46.7453768Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_cpu_float32 2022-09-27T15:59:46.7540398Z test_ops.py::TestTagsCPU::test_tags_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:59:46.7552131Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:59:46.7635114Z test_ops.py::TestTagsCPU::test_tags_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:59:46.7645210Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:59:46.7711131Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_cpu_float32 2022-09-27T15:59:46.7722928Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_cpu_float32 2022-09-27T15:59:46.7788264Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:59:46.7825820Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:59:46.7857782Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softplus_cpu_float32 2022-09-27T15:59:46.7863919Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_softplus_cpu_float32 2022-09-27T15:59:46.7899871Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softshrink_cpu_float32 2022-09-27T15:59:46.7909927Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_softshrink_cpu_float32 2022-09-27T15:59:46.7957192Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softsign_cpu_float32 2022-09-27T15:59:46.7967700Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:59:46.7979666Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_softsign_cpu_float32 2022-09-27T15:59:46.7982598Z test_ops.py::TestTagsCPU::test_tags_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:59:46.8029362Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:59:46.8039430Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:59:46.8101172Z test_ops.py::TestTagsCPU::test_tags_nn_functional_threshold_cpu_float32 2022-09-27T15:59:46.8111030Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_threshold_cpu_float32 2022-09-27T15:59:46.8221170Z test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:59:46.8231298Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:59:46.8332370Z test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:59:46.8342894Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:59:46.8877721Z test_ops.py::TestTagsCPU::test_tags_nn_functional_unfold_cpu_float32 2022-09-27T15:59:46.8889149Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_unfold_cpu_float32 2022-09-27T15:59:46.8950810Z test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:59:46.8964566Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:59:46.9085756Z test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:59:46.9100043Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:59:46.9154683Z test_ops.py::TestTagsCPU::test_tags_nonzero_cpu_float32 2022-09-27T15:59:46.9169543Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nonzero_cpu_float32 2022-09-27T15:59:46.9263019Z test_ops.py::TestTagsCPU::test_tags_norm_cpu_float32 2022-09-27T15:59:46.9276699Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_norm_cpu_float32 2022-09-27T15:59:46.9321869Z test_ops.py::TestTagsCPU::test_tags_norm_fro_cpu_float32 2022-09-27T15:59:46.9331634Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_norm_fro_cpu_float32 2022-09-27T15:59:46.9369186Z test_ops.py::TestTagsCPU::test_tags_norm_inf_cpu_float32 2022-09-27T15:59:46.9380022Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_norm_inf_cpu_float32 2022-09-27T15:59:46.9423076Z test_ops.py::TestTagsCPU::test_tags_norm_nuc_cpu_float32 2022-09-27T15:59:46.9455159Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_norm_nuc_cpu_float32 2022-09-27T15:59:46.9529601Z test_ops.py::TestTagsCPU::test_tags_normal_cpu_float32 2022-09-27T15:59:46.9577082Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_normal_cpu_float32 2022-09-27T15:59:46.9586191Z test_ops.py::TestTagsCPU::test_tags_normal_number_mean_cpu_float32 2022-09-27T15:59:46.9630507Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_normal_number_mean_cpu_float32 2022-09-27T15:59:46.9631262Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:59:46.9631833Z test_ops.py::TestTagsCPU::test_tags_ones_cpu_float32 2022-09-27T15:59:46.9632352Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:59:46.9643721Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_ones_cpu_float32 2022-09-27T15:59:46.9682689Z test_ops.py::TestTagsCPU::test_tags_ones_like_cpu_float32 2022-09-27T15:59:46.9693934Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_ones_like_cpu_float32 2022-09-27T15:59:46.9834665Z test_ops.py::TestTagsCPU::test_tags_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:59:46.9850026Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:59:47.0221767Z test_ops.py::TestTagsCPU::test_tags_ormqr_cpu_float32 2022-09-27T15:59:47.0232008Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_ormqr_cpu_float32 2022-09-27T15:59:47.0270427Z test_ops.py::TestTagsCPU::test_tags_outer_cpu_float32 2022-09-27T15:59:47.0282632Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_outer_cpu_float32 2022-09-27T15:59:47.0523056Z test_ops.py::TestTagsCPU::test_tags_pca_lowrank_cpu_float32 2022-09-27T15:59:47.0523969Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:59:47.1258467Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:59:47.1259275Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:59:47.1314073Z test_ops.py::TestTagsCPU::test_tags_nn_functional_mish_cpu_float32 2022-09-27T15:59:47.1340893Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_mish_cpu_float32 2022-09-27T15:59:47.1397855Z test_ops.py::TestTagsCPU::test_tags_nn_functional_mse_loss_cpu_float32 2022-09-27T15:59:47.1408664Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_mse_loss_cpu_float32 2022-09-27T15:59:47.1475776Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:59:47.1485822Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:59:47.1536203Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:59:47.1564861Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:59:47.1632082Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:59:47.1643059Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:59:47.2121154Z test_ops.py::TestTagsCPU::test_tags_nn_functional_nll_loss_cpu_float32 2022-09-27T15:59:47.2131410Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_nll_loss_cpu_float32 2022-09-27T15:59:47.2235031Z test_ops.py::TestTagsCPU::test_tags_nn_functional_normalize_cpu_float32 2022-09-27T15:59:47.2255237Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_normalize_cpu_float32 2022-09-27T15:59:47.2327591Z test_ops.py::TestTagsCPU::test_tags_nn_functional_one_hot_cpu_int64 2022-09-27T15:59:47.2334840Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_one_hot_cpu_int64 2022-09-27T15:59:47.2443539Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_circular_cpu_float32 2022-09-27T15:59:47.2465099Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_circular_cpu_float32 2022-09-27T15:59:47.2493783Z test_ops.py::TestTagsCPU::test_tags_positive_cpu_float32 2022-09-27T15:59:47.2515707Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_positive_cpu_float32 2022-09-27T15:59:47.2558066Z test_ops.py::TestTagsCPU::test_tags_pow_cpu_float32 2022-09-27T15:59:47.2592046Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_pow_cpu_float32 2022-09-27T15:59:47.2645760Z test_ops.py::TestTagsCPU::test_tags_prod_cpu_float32 2022-09-27T15:59:47.2660022Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_prod_cpu_float32 2022-09-27T15:59:47.2709155Z test_ops.py::TestTagsCPU::test_tags_put_cpu_float32 2022-09-27T15:59:47.2719235Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_put_cpu_float32 2022-09-27T15:59:47.2877571Z test_ops.py::TestTagsCPU::test_tags_qr_cpu_float32 2022-09-27T15:59:47.2887957Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_qr_cpu_float32 2022-09-27T15:59:47.3431181Z test_ops.py::TestTagsCPU::test_tags_quantile_cpu_float32 2022-09-27T15:59:47.3442488Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_quantile_cpu_float32 2022-09-27T15:59:47.3481788Z test_ops.py::TestTagsCPU::test_tags_rad2deg_cpu_float32 2022-09-27T15:59:47.3494332Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_rad2deg_cpu_float32 2022-09-27T15:59:47.3615114Z test_ops.py::TestTagsCPU::test_tags_rand_like_cpu_float32 2022-09-27T15:59:47.3626792Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_rand_like_cpu_float32 2022-09-27T15:59:47.3814104Z test_ops.py::TestTagsCPU::test_tags_randint_like_cpu_float32 2022-09-27T15:59:47.3825274Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_randint_like_cpu_float32 2022-09-27T15:59:47.3855849Z test_ops.py::TestTagsCPU::test_tags_randn_cpu_float32 2022-09-27T15:59:47.3868149Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_randn_cpu_float32 2022-09-27T15:59:47.3973509Z test_ops.py::TestTagsCPU::test_tags_randn_like_cpu_float32 2022-09-27T15:59:47.3983419Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_randn_like_cpu_float32 2022-09-27T15:59:47.4018376Z test_ops.py::TestTagsCPU::test_tags_ravel_cpu_float32 2022-09-27T15:59:47.4029218Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_ravel_cpu_float32 2022-09-27T15:59:47.4062752Z test_ops.py::TestTagsCPU::test_tags_real_cpu_float32 2022-09-27T15:59:47.4073845Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_real_cpu_float32 2022-09-27T15:59:47.4108200Z test_ops.py::TestTagsCPU::test_tags_reciprocal_cpu_float32 2022-09-27T15:59:47.4120300Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_reciprocal_cpu_float32 2022-09-27T15:59:47.4182081Z test_ops.py::TestTagsCPU::test_tags_remainder_cpu_float32 2022-09-27T15:59:47.4192731Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_remainder_cpu_float32 2022-09-27T15:59:47.4229048Z test_ops.py::TestTagsCPU::test_tags_renorm_cpu_float32 2022-09-27T15:59:47.4239799Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_renorm_cpu_float32 2022-09-27T15:59:47.4321918Z test_ops.py::TestTagsCPU::test_tags_repeat_cpu_float32 2022-09-27T15:59:47.4333203Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_repeat_cpu_float32 2022-09-27T15:59:47.4372465Z test_ops.py::TestTagsCPU::test_tags_repeat_interleave_cpu_float32 2022-09-27T15:59:47.4382929Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_repeat_interleave_cpu_float32 2022-09-27T15:59:47.4418998Z test_ops.py::TestTagsCPU::test_tags_reshape_as_cpu_float32 2022-09-27T15:59:47.4430610Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_reshape_as_cpu_float32 2022-09-27T15:59:47.4467504Z test_ops.py::TestTagsCPU::test_tags_reshape_cpu_float32 2022-09-27T15:59:47.4479371Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_reshape_cpu_float32 2022-09-27T15:59:47.4511512Z test_ops.py::TestTagsCPU::test_tags_resize__cpu_float32 2022-09-27T15:59:47.4524402Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_resize__cpu_float32 2022-09-27T15:59:47.4556814Z test_ops.py::TestTagsCPU::test_tags_resize_as__cpu_float32 2022-09-27T15:59:47.4566627Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_resize_as__cpu_float32 2022-09-27T15:59:47.4598081Z test_ops.py::TestTagsCPU::test_tags_resolve_conj_cpu_float32 2022-09-27T15:59:47.4608670Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_resolve_conj_cpu_float32 2022-09-27T15:59:47.4640497Z test_ops.py::TestTagsCPU::test_tags_resolve_neg_cpu_float32 2022-09-27T15:59:47.4653022Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_resolve_neg_cpu_float32 2022-09-27T15:59:47.4706977Z test_ops.py::TestTagsCPU::test_tags_roll_cpu_float32 2022-09-27T15:59:47.4717932Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_roll_cpu_float32 2022-09-27T15:59:47.4794229Z test_ops.py::TestTagsCPU::test_tags_rot90_cpu_float32 2022-09-27T15:59:47.4806915Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_rot90_cpu_float32 2022-09-27T15:59:47.4839526Z test_ops.py::TestTagsCPU::test_tags_round_cpu_float32 2022-09-27T15:59:47.4851568Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_round_cpu_float32 2022-09-27T15:59:47.4885529Z test_ops.py::TestTagsCPU::test_tags_round_decimals_0_cpu_float32 2022-09-27T15:59:47.4896797Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_round_decimals_0_cpu_float32 2022-09-27T15:59:47.4929986Z test_ops.py::TestTagsCPU::test_tags_round_decimals_3_cpu_float32 2022-09-27T15:59:47.4942621Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_round_decimals_3_cpu_float32 2022-09-27T15:59:47.4977146Z test_ops.py::TestTagsCPU::test_tags_round_decimals_neg_3_cpu_float32 2022-09-27T15:59:47.4988017Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_round_decimals_neg_3_cpu_float32 2022-09-27T15:59:47.5020280Z test_ops.py::TestTagsCPU::test_tags_rsqrt_cpu_float32 2022-09-27T15:59:47.5030760Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_rsqrt_cpu_float32 2022-09-27T15:59:47.5085726Z test_ops.py::TestTagsCPU::test_tags_rsub_cpu_float32 2022-09-27T15:59:47.5098373Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_rsub_cpu_float32 2022-09-27T15:59:47.5151543Z test_ops.py::TestTagsCPU::test_tags_scatter_add_cpu_float32 2022-09-27T15:59:47.5163057Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_add_cpu_float32 2022-09-27T15:59:47.5223104Z test_ops.py::TestTagsCPU::test_tags_scatter_cpu_float32 2022-09-27T15:59:47.5235656Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_cpu_float32 2022-09-27T15:59:47.5306918Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amax_cpu_float32 2022-09-27T15:59:47.5319893Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amax_cpu_float32 2022-09-27T15:59:47.5392492Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amin_cpu_float32 2022-09-27T15:59:47.5403338Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amin_cpu_float32 2022-09-27T15:59:47.5466087Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_mean_cpu_float32 2022-09-27T15:59:47.5479650Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_pca_lowrank_cpu_float32 2022-09-27T15:59:47.5485124Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_reduce_mean_cpu_float32 2022-09-27T15:59:47.5494383Z test_ops.py::TestTagsCPU::test_tags_permute_cpu_float32 2022-09-27T15:59:47.5522460Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_prod_cpu_float32 2022-09-27T15:59:47.5534964Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_permute_cpu_float32 2022-09-27T15:59:47.5584481Z test_ops.py::TestTagsCPU::test_tags_pinverse_cpu_float32 2022-09-27T15:59:47.5594550Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_reduce_prod_cpu_float32 2022-09-27T15:59:47.5606374Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_sum_cpu_float32 2022-09-27T15:59:47.5618421Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_pinverse_cpu_float32 2022-09-27T15:59:47.5679494Z test_ops.py::TestTagsCPU::test_tags_polar_cpu_float32 2022-09-27T15:59:47.5691388Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_polar_cpu_float32 2022-09-27T15:59:47.5700873Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_reduce_sum_cpu_float32 2022-09-27T15:59:47.5702619Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:59:47.5747860Z test_ops.py::TestTagsCPU::test_tags_searchsorted_cpu_float32 2022-09-27T15:59:47.5759397Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:59:47.5799708Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:59:47.5811907Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:59:47.5853283Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:59:47.5864850Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:59:47.5881910Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:59:47.5893365Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addbmm_cpu_float32 2022-09-27T15:59:47.5917609Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcdiv_cpu_float32 2022-09-27T15:59:47.5928975Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:59:47.5942767Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:59:47.5953829Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_searchsorted_cpu_float32 2022-09-27T15:59:47.5974650Z test_ops.py::TestTagsCPU::test_tags_segment_reduce_lengths_cpu_float32 2022-09-27T15:59:47.5986586Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:59:47.6022111Z test_ops.py::TestTagsCPU::test_tags_sigmoid_cpu_float32 2022-09-27T15:59:47.6037748Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sigmoid_cpu_float32 2022-09-27T15:59:47.6067839Z test_ops.py::TestTagsCPU::test_tags_sign_cpu_float32 2022-09-27T15:59:47.6079358Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sign_cpu_float32 2022-09-27T15:59:47.6112777Z test_ops.py::TestTagsCPU::test_tags_signbit_cpu_float32 2022-09-27T15:59:47.6125340Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_signbit_cpu_float32 2022-09-27T15:59:47.6142592Z test_ops.py::TestTagsCPU::test_tags_sin_cpu_float32 2022-09-27T15:59:47.6152916Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_segment_reduce_lengths_cpu_float32 2022-09-27T15:59:47.6159229Z test_ops.py::TestTagsCPU::test_tags_segment_reduce_offsets_cpu_float32 2022-09-27T15:59:47.6170412Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sin_cpu_float32 2022-09-27T15:59:47.6206161Z test_ops.py::TestTagsCPU::test_tags_sinc_cpu_float32 2022-09-27T15:59:47.6217190Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sinc_cpu_float32 2022-09-27T15:59:47.6251208Z test_ops.py::TestTagsCPU::test_tags_sinh_cpu_float32 2022-09-27T15:59:47.6263024Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sinh_cpu_float32 2022-09-27T15:59:47.6335316Z test_ops.py::TestTagsCPU::test_tags_slice_scatter_cpu_float32 2022-09-27T15:59:47.6349951Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_slice_scatter_cpu_float32 2022-09-27T15:59:47.6361153Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_segment_reduce_offsets_cpu_float32 2022-09-27T15:59:47.6362789Z test_ops.py::TestTagsCPU::test_tags_select_cpu_float32 2022-09-27T15:59:47.6396440Z test_ops.py::TestTagsCPU::test_tags_softmax_cpu_float32 2022-09-27T15:59:47.6407717Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_select_cpu_float32 2022-09-27T15:59:47.6417600Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_softmax_cpu_float32 2022-09-27T15:59:47.6419309Z test_ops.py::TestTagsCPU::test_tags_softmax_with_dtype_cpu_float32 2022-09-27T15:59:47.6454221Z test_ops.py::TestTagsCPU::test_tags_select_scatter_cpu_float32 2022-09-27T15:59:47.6467669Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_softmax_with_dtype_cpu_float32 2022-09-27T15:59:47.6477551Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_select_scatter_cpu_float32 2022-09-27T15:59:47.6479234Z test_ops.py::TestTagsCPU::test_tags_sort_cpu_float32 2022-09-27T15:59:47.6509825Z test_ops.py::TestTagsCPU::test_tags_sgn_cpu_float32 2022-09-27T15:59:47.6520578Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sgn_cpu_float32 2022-09-27T15:59:47.6561768Z test_ops.py::TestTagsCPU::test_tags_short_cpu_float32 2022-09-27T15:59:47.6572074Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sort_cpu_float32 2022-09-27T15:59:47.6588820Z test_ops.py::TestTagsCPU::test_tags_sparse_sampled_addmm_cpu_float32 2022-09-27T15:59:47.6597860Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_short_cpu_float32 2022-09-27T15:59:47.6611196Z [gw3] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_sparse_sampled_addmm_cpu_float32 2022-09-27T15:59:47.6613523Z test_ops.py::TestTagsCPU::test_tags_special_airy_ai_cpu_float32 2022-09-27T15:59:47.6659886Z test_ops.py::TestTagsCPU::test_tags_special_bessel_y1_cpu_float32 2022-09-27T15:59:47.6669022Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_airy_ai_cpu_float32 2022-09-27T15:59:47.6681783Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_bessel_y1_cpu_float32 2022-09-27T15:59:47.6683429Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:59:47.6733617Z test_ops.py::TestTagsCPU::test_tags_special_bessel_j0_cpu_float32 2022-09-27T15:59:47.6744822Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_bessel_j0_cpu_float32 2022-09-27T15:59:47.6774145Z test_ops.py::TestTagsCPU::test_tags_special_bessel_j1_cpu_float32 2022-09-27T15:59:47.6788998Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:59:47.6798849Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:59:47.6811557Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_bessel_j1_cpu_float32 2022-09-27T15:59:47.6862914Z test_ops.py::TestTagsCPU::test_tags_special_bessel_y0_cpu_float32 2022-09-27T15:59:47.6874875Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_bessel_y0_cpu_float32 2022-09-27T15:59:47.6881385Z test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:59:47.6889166Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:59:47.6908260Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:59:47.6919996Z [gw2] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:59:47.6938996Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:59:47.6949731Z [gw2] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:59:47.6979290Z test_ops.py::TestTagsCPU::test_tags_special_entr_cpu_float32 2022-09-27T15:59:47.6988716Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:59:47.6998798Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_entr_cpu_float32 2022-09-27T15:59:47.7001479Z test_ops.py::TestTagsCPU::test_tags_special_erfcx_cpu_float32 2022-09-27T15:59:47.7030663Z test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:59:47.7040658Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_erfcx_cpu_float32 2022-09-27T15:59:47.7059500Z test_ops.py::TestTagsCPU::test_tags_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:59:47.7070359Z [gw2] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:59:47.7104333Z test_ops.py::TestTagsCPU::test_tags_special_log_ndtr_cpu_float32 2022-09-27T15:59:47.7112016Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:59:47.7123376Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_log_ndtr_cpu_float32 2022-09-27T15:59:47.7125802Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i0_cpu_float32 2022-09-27T15:59:47.7160061Z test_ops.py::TestTagsCPU::test_tags_special_i0e_cpu_float32 2022-09-27T15:59:47.7172045Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_i0e_cpu_float32 2022-09-27T15:59:47.7184285Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i0_cpu_float32 2022-09-27T15:59:47.7186962Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i1_cpu_float32 2022-09-27T15:59:47.7218707Z test_ops.py::TestTagsCPU::test_tags_special_i1_cpu_float32 2022-09-27T15:59:47.7230493Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_i1_cpu_float32 2022-09-27T15:59:47.7235917Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i1_cpu_float32 2022-09-27T15:59:47.7245505Z test_ops.py::TestTagsCPU::test_tags_special_i1e_cpu_float32 2022-09-27T15:59:47.7265841Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k0_cpu_float32 2022-09-27T15:59:47.7276472Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_i1e_cpu_float32 2022-09-27T15:59:47.7292174Z test_ops.py::TestTagsCPU::test_tags_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:59:47.7303150Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k0_cpu_float32 2022-09-27T15:59:47.7352855Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k1_cpu_float32 2022-09-27T15:59:47.7361059Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k1_cpu_float32 2022-09-27T15:59:47.7383508Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:59:47.7390903Z [gw2] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:59:47.7400253Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:59:47.7402688Z test_ops.py::TestTagsCPU::test_tags_special_ndtr_cpu_float32 2022-09-27T15:59:47.7423997Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:59:47.7437737Z [gw2] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:59:47.7442240Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:59:47.7454358Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_ndtr_cpu_float32 2022-09-27T15:59:47.7460303Z test_ops.py::TestTagsCPU::test_tags_special_ndtri_cpu_float32 2022-09-27T15:59:47.7475512Z [gw2] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:59:47.7484012Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:59:47.7497364Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_ndtri_cpu_float32 2022-09-27T15:59:47.7506803Z [gw2] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:59:47.7508627Z test_ops.py::TestTagsCPU::test_tags_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:59:47.7558985Z test_ops.py::TestTagsCPU::test_tags_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:59:47.7573663Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:59:47.7605510Z test_ops.py::TestTagsCPU::test_tags_special_xlog1py_cpu_float32 2022-09-27T15:59:47.7618107Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:59:47.7627206Z test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:59:47.7638304Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_xlog1py_cpu_float32 2022-09-27T15:59:47.7666074Z test_ops.py::TestTagsCPU::test_tags_special_zeta_cpu_float32 2022-09-27T15:59:47.7678530Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:59:47.7695170Z test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:59:47.7706539Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_zeta_cpu_float32 2022-09-27T15:59:47.7727721Z test_ops.py::TestTagsCPU::test_tags_split_cpu_float32 2022-09-27T15:59:47.7743731Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:59:47.7747792Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_split_cpu_float32 2022-09-27T15:59:47.7759212Z test_ops.py::TestTagsCPU::test_tags_sqrt_cpu_float32 2022-09-27T15:59:47.7773946Z test_ops.py::TestTagsCPU::test_tags_split_list_args_cpu_float32 2022-09-27T15:59:47.7785782Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sqrt_cpu_float32 2022-09-27T15:59:47.7796563Z test_ops.py::TestTagsCPU::test_tags_square_cpu_float32 2022-09-27T15:59:47.7808607Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_split_list_args_cpu_float32 2022-09-27T15:59:47.7820161Z test_ops.py::TestTagsCPU::test_tags_split_with_sizes_cpu_float32 2022-09-27T15:59:47.7828330Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_square_cpu_float32 2022-09-27T15:59:47.7847154Z test_ops.py::TestTagsCPU::test_tags_squeeze_cpu_float32 2022-09-27T15:59:47.7858576Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_split_with_sizes_cpu_float32 2022-09-27T15:59:47.7867211Z test_ops.py::TestTagsCPU::test_tags_std_mean_cpu_float32 2022-09-27T15:59:47.7875353Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_squeeze_cpu_float32 2022-09-27T15:59:47.7910775Z test_ops.py::TestTagsCPU::test_tags_stack_cpu_float32 2022-09-27T15:59:47.7917187Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_std_mean_cpu_float32 2022-09-27T15:59:47.7931367Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_stack_cpu_float32 2022-09-27T15:59:47.7934501Z test_ops.py::TestTagsCPU::test_tags_stft_cpu_float32 2022-09-27T15:59:47.7982940Z test_ops.py::TestTagsCPU::test_tags_std_cpu_float32 2022-09-27T15:59:47.7995726Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_std_cpu_float32 2022-09-27T15:59:47.8005278Z test_ops.py::TestTagsCPU::test_tags_sum_to_size_cpu_float32 2022-09-27T15:59:47.8013734Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_stft_cpu_float32 2022-09-27T15:59:47.8041368Z test_ops.py::TestTagsCPU::test_tags_sub_cpu_float32 2022-09-27T15:59:47.8055204Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sum_to_size_cpu_float32 2022-09-27T15:59:47.8071326Z test_ops.py::TestTagsCPU::test_tags_svd_cpu_float32 2022-09-27T15:59:47.8086973Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sub_cpu_float32 2022-09-27T15:59:47.8128078Z test_ops.py::TestTagsCPU::test_tags_sum_cpu_float32 2022-09-27T15:59:47.8140145Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sum_cpu_float32 2022-09-27T15:59:47.8170582Z test_ops.py::TestTagsCPU::test_tags_t_cpu_float32 2022-09-27T15:59:47.8181001Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_t_cpu_float32 2022-09-27T15:59:47.8222708Z test_ops.py::TestTagsCPU::test_tags_take_along_dim_cpu_float32 2022-09-27T15:59:47.8232614Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_take_along_dim_cpu_float32 2022-09-27T15:59:47.8282051Z test_ops.py::TestTagsCPU::test_tags_take_cpu_float32 2022-09-27T15:59:47.8297257Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_take_cpu_float32 2022-09-27T15:59:47.8327100Z test_ops.py::TestTagsCPU::test_tags_tan_cpu_float32 2022-09-27T15:59:47.8337339Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tan_cpu_float32 2022-09-27T15:59:47.8368253Z test_ops.py::TestTagsCPU::test_tags_tanh_cpu_float32 2022-09-27T15:59:47.8380577Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tanh_cpu_float32 2022-09-27T15:59:47.8426652Z test_ops.py::TestTagsCPU::test_tags_tensor_split_cpu_float32 2022-09-27T15:59:47.8443059Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tensor_split_cpu_float32 2022-09-27T15:59:47.8478820Z test_ops.py::TestTagsCPU::test_tags_tensordot_cpu_float32 2022-09-27T15:59:47.8489788Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tensordot_cpu_float32 2022-09-27T15:59:47.8607156Z test_ops.py::TestTagsCPU::test_tags_tile_cpu_float32 2022-09-27T15:59:47.8619897Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tile_cpu_float32 2022-09-27T15:59:47.8713547Z test_ops.py::TestTagsCPU::test_tags_to_cpu_float32 2022-09-27T15:59:47.8730103Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_to_cpu_float32 2022-09-27T15:59:47.8750862Z test_ops.py::TestTagsCPU::test_tags_to_sparse_cpu_float32 2022-09-27T15:59:47.8761887Z [gw2] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_to_sparse_cpu_float32 2022-09-27T15:59:47.8813406Z test_ops.py::TestTagsCPU::test_tags_topk_cpu_float32 2022-09-27T15:59:47.8824845Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_topk_cpu_float32 2022-09-27T15:59:47.8864185Z test_ops.py::TestTagsCPU::test_tags_trace_cpu_float32 2022-09-27T15:59:47.8869635Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_trace_cpu_float32 2022-09-27T15:59:47.8879182Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_svd_cpu_float32 2022-09-27T15:59:47.8880848Z test_ops.py::TestTagsCPU::test_tags_transpose_cpu_float32 2022-09-27T15:59:47.8915418Z test_ops.py::TestTagsCPU::test_tags_svd_lowrank_cpu_float32 2022-09-27T15:59:47.8926881Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_transpose_cpu_float32 2022-09-27T15:59:47.8994085Z test_ops.py::TestTagsCPU::test_tags_trapezoid_cpu_float32 2022-09-27T15:59:47.9007599Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_trapezoid_cpu_float32 2022-09-27T15:59:47.9064113Z test_ops.py::TestTagsCPU::test_tags_trapz_cpu_float32 2022-09-27T15:59:47.9075316Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_trapz_cpu_float32 2022-09-27T15:59:47.9162279Z test_ops.py::TestTagsCPU::test_tags_triangular_solve_cpu_float32 2022-09-27T15:59:47.9179171Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_triangular_solve_cpu_float32 2022-09-27T15:59:47.9229315Z test_ops.py::TestTagsCPU::test_tags_tril_cpu_float32 2022-09-27T15:59:47.9240762Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tril_cpu_float32 2022-09-27T15:59:47.9269968Z test_ops.py::TestTagsCPU::test_tags_tril_indices_cpu_int64 2022-09-27T15:59:47.9283948Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tril_indices_cpu_int64 2022-09-27T15:59:47.9325183Z test_ops.py::TestTagsCPU::test_tags_triu_cpu_float32 2022-09-27T15:59:47.9336449Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_triu_cpu_float32 2022-09-27T15:59:47.9363307Z test_ops.py::TestTagsCPU::test_tags_triu_indices_cpu_int64 2022-09-27T15:59:47.9377600Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_triu_indices_cpu_int64 2022-09-27T15:59:47.9430796Z test_ops.py::TestTagsCPU::test_tags_true_divide_cpu_float32 2022-09-27T15:59:47.9447106Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_true_divide_cpu_float32 2022-09-27T15:59:47.9480649Z test_ops.py::TestTagsCPU::test_tags_trunc_cpu_float32 2022-09-27T15:59:47.9496493Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_trunc_cpu_float32 2022-09-27T15:59:47.9532651Z test_ops.py::TestTagsCPU::test_tags_unbind_cpu_float32 2022-09-27T15:59:47.9548361Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_unbind_cpu_float32 2022-09-27T15:59:47.9589731Z test_ops.py::TestTagsCPU::test_tags_unflatten_cpu_float32 2022-09-27T15:59:47.9605753Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_unflatten_cpu_float32 2022-09-27T15:59:47.9662403Z test_ops.py::TestTagsCPU::test_tags_unfold_cpu_float32 2022-09-27T15:59:47.9679504Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_unfold_cpu_float32 2022-09-27T15:59:47.9744281Z test_ops.py::TestTagsCPU::test_tags_uniform_cpu_float32 2022-09-27T15:59:47.9760999Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_uniform_cpu_float32 2022-09-27T15:59:48.0137904Z test_ops.py::TestTagsCPU::test_tags_unique_consecutive_cpu_float32 2022-09-27T15:59:48.0153635Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_unique_consecutive_cpu_float32 2022-09-27T15:59:48.3466639Z test_ops.py::TestTagsCPU::test_tags_unique_cpu_float32 2022-09-27T15:59:48.3485177Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_unique_cpu_float32 2022-09-27T15:59:48.3523867Z test_ops.py::TestTagsCPU::test_tags_unsqueeze_cpu_float32 2022-09-27T15:59:48.3540295Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_unsqueeze_cpu_float32 2022-09-27T15:59:48.3580734Z test_ops.py::TestTagsCPU::test_tags_var_cpu_float32 2022-09-27T15:59:48.3637660Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_var_cpu_float32 2022-09-27T15:59:48.3644005Z test_ops.py::TestTagsCPU::test_tags_var_mean_cpu_float32 2022-09-27T15:59:48.3659843Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_var_mean_cpu_float32 2022-09-27T15:59:48.3690286Z test_ops.py::TestTagsCPU::test_tags_vdot_cpu_float32 2022-09-27T15:59:48.3704381Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_vdot_cpu_float32 2022-09-27T15:59:48.3734187Z test_ops.py::TestTagsCPU::test_tags_view_as_complex_cpu_float32 2022-09-27T15:59:48.3749321Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_view_as_complex_cpu_float32 2022-09-27T15:59:48.3786135Z test_ops.py::TestTagsCPU::test_tags_view_as_cpu_float32 2022-09-27T15:59:48.3801182Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_view_as_cpu_float32 2022-09-27T15:59:48.3834515Z test_ops.py::TestTagsCPU::test_tags_view_as_real_cpu_complex64 2022-09-27T15:59:48.3850367Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_view_as_real_cpu_complex64 2022-09-27T15:59:48.3889421Z test_ops.py::TestTagsCPU::test_tags_view_cpu_float32 2022-09-27T15:59:48.3906160Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_view_cpu_float32 2022-09-27T15:59:48.3936906Z test_ops.py::TestTagsCPU::test_tags_vsplit_cpu_float32 2022-09-27T15:59:48.3952779Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_vsplit_cpu_float32 2022-09-27T15:59:48.3982969Z test_ops.py::TestTagsCPU::test_tags_vstack_cpu_float32 2022-09-27T15:59:48.3999237Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_vstack_cpu_float32 2022-09-27T15:59:48.4037975Z test_ops.py::TestTagsCPU::test_tags_where_cpu_float32 2022-09-27T15:59:48.4053955Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_where_cpu_float32 2022-09-27T15:59:48.4099407Z test_ops.py::TestTagsCPU::test_tags_xlogy_cpu_float32 2022-09-27T15:59:48.4114205Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_xlogy_cpu_float32 2022-09-27T15:59:48.4147016Z test_ops.py::TestTagsCPU::test_tags_zero__cpu_float32 2022-09-27T15:59:48.4161668Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_zero__cpu_float32 2022-09-27T15:59:48.4190077Z test_ops.py::TestTagsCPU::test_tags_zeros_cpu_float32 2022-09-27T15:59:48.4207803Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_zeros_cpu_float32 2022-09-27T15:59:48.4289994Z test_ops.py::TestTagsCPU::test_tags_zeros_like_cpu_float32 2022-09-27T15:59:48.4850837Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_zeros_like_cpu_float32 2022-09-27T15:59:48.4867761Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_svd_lowrank_cpu_float32 2022-09-27T15:59:48.5029403Z test_ops.py::TestTagsCPU::test_tags_symeig_cpu_float32 2022-09-27T15:59:49.5700456Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_symeig_cpu_float32 2022-09-27T15:59:49.5709589Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcdiv_cpu_float32 2022-09-27T15:59:51.0817296Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcmul_cpu_float32 2022-09-27T15:59:51.0823248Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcmul_cpu_float32 2022-09-27T15:59:51.4782381Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_cpu_float32 2022-09-27T15:59:51.4791708Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_cpu_float32 2022-09-27T15:59:51.8300753Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_decomposed_cpu_float32 2022-09-27T15:59:51.8307094Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_decomposed_cpu_float32 2022-09-27T15:59:52.6376241Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmv_cpu_float32 2022-09-27T15:59:52.6387923Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmv_cpu_float32 2022-09-27T15:59:53.2621612Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addr_cpu_float32 2022-09-27T15:59:53.2632920Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addr_cpu_float32 2022-09-27T15:59:53.2673634Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_all_cpu_float32 2022-09-27T15:59:53.2684359Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_all_cpu_float32 2022-09-27T15:59:53.2721158Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_allclose_cpu_float32 2022-09-27T15:59:53.2732323Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_allclose_cpu_float32 2022-09-27T15:59:53.4629174Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amax_cpu_float32 2022-09-27T15:59:53.4640636Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amax_cpu_float32 2022-09-27T15:59:53.5752965Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amin_cpu_float32 2022-09-27T15:59:53.5760832Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amin_cpu_float32 2022-09-27T15:59:53.5786877Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_aminmax_cpu_float32 2022-09-27T15:59:53.5794246Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_aminmax_cpu_float32 2022-09-27T15:59:53.5856592Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_angle_cpu_float32 2022-09-27T15:59:53.5866080Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_angle_cpu_float32 2022-09-27T15:59:53.5887836Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_any_cpu_float32 2022-09-27T15:59:53.5896701Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_any_cpu_float32 2022-09-27T15:59:53.5918365Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_arange_cpu_float32 2022-09-27T15:59:53.5927084Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_arange_cpu_float32 2022-09-27T15:59:53.5948373Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmax_cpu_float32 2022-09-27T15:59:53.5956872Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmax_cpu_float32 2022-09-27T15:59:53.5979668Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmin_cpu_float32 2022-09-27T15:59:53.5986551Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmin_cpu_float32 2022-09-27T15:59:53.6007910Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argsort_cpu_float32 2022-09-27T15:59:53.6017148Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argsort_cpu_float32 2022-09-27T15:59:53.6038319Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argwhere_cpu_float32 2022-09-27T15:59:53.6047689Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argwhere_cpu_float32 2022-09-27T15:59:53.6260847Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_cpu_float32 2022-09-27T15:59:53.6267708Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_cpu_float32 2022-09-27T15:59:53.7284863Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_scatter_cpu_float32 2022-09-27T15:59:53.7296333Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_scatter_cpu_float32 2022-09-27T15:59:53.7379332Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asin_cpu_float32 2022-09-27T15:59:53.7386484Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asin_cpu_float32 2022-09-27T15:59:53.7461367Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asinh_cpu_float32 2022-09-27T15:59:53.7471343Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asinh_cpu_float32 2022-09-27T15:59:53.9962016Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan2_cpu_float32 2022-09-27T15:59:53.9971626Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan2_cpu_float32 2022-09-27T15:59:54.0048473Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan_cpu_float32 2022-09-27T15:59:54.0057623Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan_cpu_float32 2022-09-27T15:59:54.0137600Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atanh_cpu_float32 2022-09-27T15:59:54.0146629Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atanh_cpu_float32 2022-09-27T15:59:54.0441976Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_1d_cpu_float32 2022-09-27T15:59:54.0450937Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_1d_cpu_float32 2022-09-27T15:59:54.0758024Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_2d_cpu_float32 2022-09-27T15:59:54.0767293Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_2d_cpu_float32 2022-09-27T15:59:54.1103961Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_3d_cpu_float32 2022-09-27T15:59:54.1112847Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_3d_cpu_float32 2022-09-27T15:59:55.2657476Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_baddbmm_cpu_float32 2022-09-27T15:59:55.2668876Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_baddbmm_cpu_float32 2022-09-27T15:59:55.3075213Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bernoulli_cpu_float32 2022-09-27T15:59:55.3086776Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bernoulli_cpu_float32 2022-09-27T15:59:55.3121145Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bfloat16_cpu_float32 2022-09-27T15:59:55.3132153Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bfloat16_cpu_float32 2022-09-27T15:59:55.7953542Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_block_diag_cpu_float32 2022-09-27T15:59:55.7962492Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_block_diag_cpu_float32 2022-09-27T15:59:55.8264484Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bmm_cpu_float32 2022-09-27T15:59:55.8275239Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bmm_cpu_float32 2022-09-27T15:59:55.8305889Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bool_cpu_float32 2022-09-27T15:59:55.8316136Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bool_cpu_float32 2022-09-27T15:59:55.8346387Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_shapes_cpu_float32 2022-09-27T15:59:55.8356330Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_shapes_cpu_float32 2022-09-27T15:59:56.6167837Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_tensors_cpu_float32 2022-09-27T15:59:56.6177669Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_tensors_cpu_float32 2022-09-27T15:59:56.6461093Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_to_cpu_float32 2022-09-27T15:59:56.6467694Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_to_cpu_float32 2022-09-27T15:59:56.6490905Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bucketize_cpu_float32 2022-09-27T15:59:56.6498570Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bucketize_cpu_float32 2022-09-27T15:59:56.6520500Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_byte_cpu_float32 2022-09-27T15:59:56.6528712Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_byte_cpu_float32 2022-09-27T15:59:56.9179457Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cartesian_prod_cpu_float32 2022-09-27T15:59:56.9187179Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cartesian_prod_cpu_float32 2022-09-27T15:59:56.9560296Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cat_cpu_float32 2022-09-27T15:59:56.9569920Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cat_cpu_float32 2022-09-27T15:59:56.9592480Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cdist_cpu_float32 2022-09-27T15:59:56.9601571Z [gw0] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cdist_cpu_float32 2022-09-27T15:59:56.9662074Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ceil_cpu_float32 2022-09-27T15:59:56.9670752Z [gw0] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ceil_cpu_float32 2022-09-27T15:59:56.9691524Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chalf_cpu_float32 2022-09-27T15:59:56.9701012Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chalf_cpu_float32 2022-09-27T15:59:56.9721959Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_char_cpu_float32 2022-09-27T15:59:56.9730537Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_char_cpu_float32 2022-09-27T15:59:56.9752706Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_cpu_float32 2022-09-27T15:59:56.9759859Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_cpu_float32 2022-09-27T15:59:57.1864488Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_inverse_cpu_float32 2022-09-27T15:59:57.1875855Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_inverse_cpu_float32 2022-09-27T15:59:57.3208720Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_solve_cpu_float32 2022-09-27T15:59:57.3222014Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_bilinear_cpu_float32 2022-09-27T15:59:57.9506183Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:59:57.9517075Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_solve_cpu_float32 2022-09-27T15:59:57.9880430Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chunk_cpu_float32 2022-09-27T15:59:57.9891017Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chunk_cpu_float32 2022-09-27T15:59:58.0554347Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_cpu_float32 2022-09-27T15:59:58.0564842Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:59:58.3577905Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:59:58.3586080Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_cpu_float32 2022-09-27T15:59:58.5535179Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_max_cpu_float32 2022-09-27T15:59:58.5543064Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_max_cpu_float32 2022-09-27T15:59:58.7497909Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_min_cpu_float32 2022-09-27T15:59:58.7505580Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_min_cpu_float32 2022-09-27T15:59:58.7600268Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clone_cpu_float32 2022-09-27T15:59:58.7607492Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clone_cpu_float32 2022-09-27T15:59:58.7778206Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_column_stack_cpu_float32 2022-09-27T15:59:58.7786159Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_column_stack_cpu_float32 2022-09-27T15:59:58.9470272Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_combinations_cpu_float32 2022-09-27T15:59:58.9477879Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_combinations_cpu_float32 2022-09-27T15:59:59.1278247Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_complex_cpu_float32 2022-09-27T15:59:59.1285703Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_complex_cpu_float32 2022-09-27T15:59:59.1386699Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_cpu_float32 2022-09-27T15:59:59.1395808Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_cpu_float32 2022-09-27T15:59:59.1452595Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_physical_cpu_float32 2022-09-27T15:59:59.1459366Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_physical_cpu_float32 2022-09-27T15:59:59.3364089Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_constant_pad_nd_cpu_float32 2022-09-27T15:59:59.3371381Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_constant_pad_nd_cpu_float32 2022-09-27T15:59:59.3456077Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_contiguous_cpu_float32 2022-09-27T15:59:59.3463210Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_contiguous_cpu_float32 2022-09-27T15:59:59.5513452Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_copysign_cpu_float32 2022-09-27T15:59:59.5521135Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_copysign_cpu_float32 2022-09-27T15:59:59.6243068Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_corrcoef_cpu_float32 2022-09-27T15:59:59.6253081Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_corrcoef_cpu_float32 2022-09-27T15:59:59.6402497Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cos_cpu_float32 2022-09-27T15:59:59.6410328Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cos_cpu_float32 2022-09-27T15:59:59.6546389Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cosh_cpu_float32 2022-09-27T15:59:59.6553021Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cosh_cpu_float32 2022-09-27T15:59:59.6578471Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_count_nonzero_cpu_float32 2022-09-27T15:59:59.6585349Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_count_nonzero_cpu_float32 2022-09-27T15:59:59.9511852Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cov_cpu_float32 2022-09-27T15:59:59.9524765Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:59:59.9753111Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_celu_cpu_float32 2022-09-27T15:59:59.9763801Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_celu_cpu_float32 2022-09-27T16:00:01.2053207Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv1d_cpu_float32 2022-09-27T16:00:01.2061553Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv1d_cpu_float32 2022-09-27T16:00:04.3641089Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv2d_cpu_float32 2022-09-27T16:00:04.3652983Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cov_cpu_float32 2022-09-27T16:00:04.4591210Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cross_cpu_float32 2022-09-27T16:00:04.4603539Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cross_cpu_float32 2022-09-27T16:00:04.4770165Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummax_cpu_float32 2022-09-27T16:00:04.4777990Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummax_cpu_float32 2022-09-27T16:00:04.4936120Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummin_cpu_float32 2022-09-27T16:00:04.4944766Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummin_cpu_float32 2022-09-27T16:00:04.5603643Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumprod_cpu_float32 2022-09-27T16:00:04.5612795Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumprod_cpu_float32 2022-09-27T16:00:04.5785816Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumsum_cpu_float32 2022-09-27T16:00:04.5795829Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumsum_cpu_float32 2022-09-27T16:00:04.9169035Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumulative_trapezoid_cpu_float32 2022-09-27T16:00:04.9176806Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumulative_trapezoid_cpu_float32 2022-09-27T16:00:04.9302860Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_deg2rad_cpu_float32 2022-09-27T16:00:04.9313210Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_deg2rad_cpu_float32 2022-09-27T16:00:04.9860688Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_cpu_float32 2022-09-27T16:00:04.9870017Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_cpu_float32 2022-09-27T16:00:05.0486372Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_embed_cpu_float32 2022-09-27T16:00:05.0493670Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_embed_cpu_float32 2022-09-27T16:00:05.0722043Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagflat_cpu_float32 2022-09-27T16:00:05.0729048Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagflat_cpu_float32 2022-09-27T16:00:05.1265058Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_cpu_float32 2022-09-27T16:00:05.1274302Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_cpu_float32 2022-09-27T16:00:05.4181912Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_scatter_cpu_float32 2022-09-27T16:00:05.4189200Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_scatter_cpu_float32 2022-09-27T16:00:05.8900474Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diff_cpu_float32 2022-09-27T16:00:05.8908772Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv2d_cpu_float32 2022-09-27T16:00:06.9278916Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T16:00:06.9287287Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T16:00:08.1439181Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T16:00:08.1448114Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T16:00:09.8941794Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T16:00:09.8950560Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T16:00:12.7318803Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T16:00:12.7328563Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T16:00:13.5540384Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_similarity_cpu_float32 2022-09-27T16:00:13.5549808Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_similarity_cpu_float32 2022-09-27T16:00:13.8386074Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cross_entropy_cpu_float32 2022-09-27T16:00:13.8396428Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diff_cpu_float32 2022-09-27T16:00:13.8538599Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_digamma_cpu_float32 2022-09-27T16:00:13.8545842Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_digamma_cpu_float32 2022-09-27T16:00:14.4303631Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dist_cpu_float32 2022-09-27T16:00:14.4314867Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cross_entropy_cpu_float32 2022-09-27T16:00:14.4343510Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_ctc_loss_cpu_float32 2022-09-27T16:00:14.4352183Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_ctc_loss_cpu_float32 2022-09-27T16:00:14.5435298Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout2d_cpu_float32 2022-09-27T16:00:14.5445396Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout2d_cpu_float32 2022-09-27T16:00:14.6700103Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout3d_cpu_float32 2022-09-27T16:00:14.6707996Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout3d_cpu_float32 2022-09-27T16:00:14.8129358Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout_cpu_float32 2022-09-27T16:00:14.8138725Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout_cpu_float32 2022-09-27T16:00:14.8271068Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_elu_cpu_float32 2022-09-27T16:00:14.8278743Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_elu_cpu_float32 2022-09-27T16:00:14.8301982Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_bag_cpu_float32 2022-09-27T16:00:14.8309307Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_bag_cpu_float32 2022-09-27T16:00:14.8565592Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_cpu_float32 2022-09-27T16:00:14.8572801Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_cpu_float32 2022-09-27T16:00:14.9291403Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T16:00:14.9298945Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T16:00:15.0236383Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T16:00:15.0244517Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T16:00:15.3354894Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T16:00:15.3367189Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dist_cpu_float32 2022-09-27T16:00:15.3771970Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_floor_rounding_cpu_float32 2022-09-27T16:00:15.3779316Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T16:00:15.5706059Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T16:00:15.5714094Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_floor_rounding_cpu_float32 2022-09-27T16:00:15.8091642Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_no_rounding_mode_cpu_float32 2022-09-27T16:00:15.8104891Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_no_rounding_mode_cpu_float32 2022-09-27T16:00:15.8825409Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_trunc_rounding_cpu_float32 2022-09-27T16:00:15.8834033Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T16:00:15.9080045Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T16:00:15.9088023Z [gw1] [ 99%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T16:00:15.9464675Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gelu_cpu_float32 2022-09-27T16:00:15.9472841Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gelu_cpu_float32 2022-09-27T16:00:16.0002767Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_glu_cpu_float32 2022-09-27T16:00:16.0016973Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_trunc_rounding_cpu_float32 2022-09-27T16:00:16.0281980Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dot_cpu_float32 2022-09-27T16:00:16.0292408Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dot_cpu_float32 2022-09-27T16:00:16.0486828Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_double_cpu_float32 2022-09-27T16:00:16.0496575Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_double_cpu_float32 2022-09-27T16:00:16.0670091Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dsplit_cpu_float32 2022-09-27T16:00:16.0679839Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dsplit_cpu_float32 2022-09-27T16:00:16.0874851Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dstack_cpu_float32 2022-09-27T16:00:16.0884965Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dstack_cpu_float32 2022-09-27T16:00:16.1633118Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_einsum_cpu_float32 2022-09-27T16:00:16.1640891Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_glu_cpu_float32 2022-09-27T16:00:16.1665142Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_grid_sample_cpu_float32 2022-09-27T16:00:16.1672320Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_grid_sample_cpu_float32 2022-09-27T16:00:16.2107503Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_group_norm_cpu_float32 2022-09-27T16:00:16.2119415Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_einsum_cpu_float32 2022-09-27T16:00:16.2155710Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_cpu_float32 2022-09-27T16:00:16.2166920Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_cpu_float32 2022-09-27T16:00:16.2201655Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_like_cpu_float32 2022-09-27T16:00:16.2211469Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_like_cpu_float32 2022-09-27T16:00:16.2244747Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eq_cpu_float32 2022-09-27T16:00:16.2256495Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eq_cpu_float32 2022-09-27T16:00:16.2289596Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_equal_cpu_float32 2022-09-27T16:00:16.2301270Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_equal_cpu_float32 2022-09-27T16:00:16.2425251Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erf_cpu_float32 2022-09-27T16:00:16.2435021Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erf_cpu_float32 2022-09-27T16:00:16.2699736Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfc_cpu_float32 2022-09-27T16:00:16.2710403Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfc_cpu_float32 2022-09-27T16:00:16.2830499Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfinv_cpu_float32 2022-09-27T16:00:16.2840106Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfinv_cpu_float32 2022-09-27T16:00:16.3057412Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp2_cpu_float32 2022-09-27T16:00:16.3066878Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp2_cpu_float32 2022-09-27T16:00:16.3277466Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp_cpu_float32 2022-09-27T16:00:16.3287264Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp_cpu_float32 2022-09-27T16:00:16.3673500Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_as_cpu_float32 2022-09-27T16:00:16.3683736Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_as_cpu_float32 2022-09-27T16:00:16.4160040Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_cpu_float32 2022-09-27T16:00:16.4171533Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_cpu_float32 2022-09-27T16:00:16.4273990Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expm1_cpu_float32 2022-09-27T16:00:16.4284057Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expm1_cpu_float32 2022-09-27T16:00:16.4316545Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eye_cpu_float32 2022-09-27T16:00:16.4326339Z [gw0] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eye_cpu_float32 2022-09-27T16:00:16.4959023Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft2_cpu_float32 2022-09-27T16:00:16.4969804Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft2_cpu_float32 2022-09-27T16:00:16.5437087Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft_cpu_float32 2022-09-27T16:00:16.5447432Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft_cpu_float32 2022-09-27T16:00:16.6081994Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftn_cpu_float32 2022-09-27T16:00:16.6092711Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftn_cpu_float32 2022-09-27T16:00:16.6371115Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftshift_cpu_float32 2022-09-27T16:00:16.6382246Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftshift_cpu_float32 2022-09-27T16:00:16.7173951Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft2_cpu_float32 2022-09-27T16:00:16.7184109Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft2_cpu_float32 2022-09-27T16:00:16.7835320Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft_cpu_float32 2022-09-27T16:00:16.7846396Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft_cpu_float32 2022-09-27T16:00:16.8735899Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfftn_cpu_float32 2022-09-27T16:00:16.8747426Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfftn_cpu_float32 2022-09-27T16:00:16.9247973Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft2_cpu_float32 2022-09-27T16:00:16.9259106Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft2_cpu_float32 2022-09-27T16:00:16.9848880Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft_cpu_float32 2022-09-27T16:00:16.9859255Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft_cpu_float32 2022-09-27T16:00:17.0492565Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftn_cpu_float32 2022-09-27T16:00:17.0503326Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftn_cpu_float32 2022-09-27T16:00:17.0787451Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftshift_cpu_float32 2022-09-27T16:00:17.0797597Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftshift_cpu_float32 2022-09-27T16:00:17.1380205Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft2_cpu_float32 2022-09-27T16:00:17.1390533Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft2_cpu_float32 2022-09-27T16:00:17.1974499Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft_cpu_float32 2022-09-27T16:00:17.1985352Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft_cpu_float32 2022-09-27T16:00:17.2696936Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfftn_cpu_float32 2022-09-27T16:00:17.2707587Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfftn_cpu_float32 2022-09-27T16:00:17.3211762Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft2_cpu_float32 2022-09-27T16:00:17.3222766Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft2_cpu_float32 2022-09-27T16:00:17.3729302Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft_cpu_float32 2022-09-27T16:00:17.3738845Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft_cpu_float32 2022-09-27T16:00:17.4346799Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfftn_cpu_float32 2022-09-27T16:00:17.4355796Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfftn_cpu_float32 2022-09-27T16:00:17.4684579Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft2_cpu_float32 2022-09-27T16:00:17.4691345Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft2_cpu_float32 2022-09-27T16:00:17.5043816Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft_cpu_float32 2022-09-27T16:00:17.5050586Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft_cpu_float32 2022-09-27T16:00:17.5470840Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfftn_cpu_float32 2022-09-27T16:00:17.5478411Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfftn_cpu_float32 2022-09-27T16:00:17.5653090Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fill_cpu_float32 2022-09-27T16:00:17.5660481Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fill_cpu_float32 2022-09-27T16:00:17.5885891Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flatten_cpu_float32 2022-09-27T16:00:17.5892742Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flatten_cpu_float32 2022-09-27T16:00:17.6289070Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flip_cpu_float32 2022-09-27T16:00:17.6296690Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flip_cpu_float32 2022-09-27T16:00:17.6394064Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fliplr_cpu_float32 2022-09-27T16:00:17.6400918Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fliplr_cpu_float32 2022-09-27T16:00:17.6571115Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flipud_cpu_float32 2022-09-27T16:00:18.1163985Z [gw0] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flipud_cpu_float32 2022-09-27T16:00:18.1173241Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_group_norm_cpu_float32 2022-09-27T16:00:18.1415267Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardshrink_cpu_float32 2022-09-27T16:00:18.1423648Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardshrink_cpu_float32 2022-09-27T16:00:18.1555688Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardsigmoid_cpu_float32 2022-09-27T16:00:18.1562979Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardsigmoid_cpu_float32 2022-09-27T16:00:18.1746645Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardswish_cpu_float32 2022-09-27T16:00:18.1754738Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardswish_cpu_float32 2022-09-27T16:00:18.1999786Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardtanh_cpu_float32 2022-09-27T16:00:18.2007926Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardtanh_cpu_float32 2022-09-27T16:00:18.6257271Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T16:00:18.6266924Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T16:00:18.8473478Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_huber_loss_cpu_float32 2022-09-27T16:00:18.8482519Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_huber_loss_cpu_float32 2022-09-27T16:00:27.6890069Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_instance_norm_cpu_float32 2022-09-27T16:00:27.6900448Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_instance_norm_cpu_float32 2022-09-27T16:00:27.7452053Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_area_cpu_float32 2022-09-27T16:00:27.7463026Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_area_cpu_float32 2022-09-27T16:00:27.8144062Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T16:00:27.8153755Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T16:00:27.8663063Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T16:00:27.8672591Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T16:00:27.9129103Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_linear_cpu_float32 2022-09-27T16:00:27.9138782Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_linear_cpu_float32 2022-09-27T16:00:27.9647579Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T16:00:27.9654980Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T16:00:28.0224077Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T16:00:28.0231820Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T16:00:28.6498232Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_kl_div_cpu_float32 2022-09-27T16:00:28.6508096Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_kl_div_cpu_float32 2022-09-27T16:00:28.8175395Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_l1_loss_cpu_float32 2022-09-27T16:00:28.8183236Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_l1_loss_cpu_float32 2022-09-27T16:00:29.9029412Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_layer_norm_cpu_float32 2022-09-27T16:00:29.9038430Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_layer_norm_cpu_float32 2022-09-27T16:00:29.9436535Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_leaky_relu_cpu_float32 2022-09-27T16:00:29.9445513Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_leaky_relu_cpu_float32 2022-09-27T16:00:31.2889517Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_linear_cpu_float32 2022-09-27T16:00:31.2897890Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_linear_cpu_float32 2022-09-27T16:00:31.4532769Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_local_response_norm_cpu_float32 2022-09-27T16:00:31.4543842Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_local_response_norm_cpu_float32 2022-09-27T16:00:31.4695328Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_logsigmoid_cpu_float32 2022-09-27T16:00:31.4702605Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_logsigmoid_cpu_float32 2022-09-27T16:00:32.4901510Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T16:00:32.4910269Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T16:00:38.9614126Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool1d_cpu_float32 2022-09-27T16:00:38.9623549Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool1d_cpu_float32 2022-09-27T16:00:47.6374459Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool2d_cpu_float32 2022-09-27T16:00:47.6385771Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool2d_cpu_float32 2022-09-27T16:00:50.8608542Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool3d_cpu_float32 2022-09-27T16:00:50.8616317Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool3d_cpu_float32 2022-09-27T16:00:50.8782407Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_cpu_float32 2022-09-27T16:00:50.8791434Z [gw1] [ 99%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_cpu_float32 2022-09-27T16:00:51.1405252Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T16:00:51.1414298Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T16:00:51.1494652Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_cpu_float32 2022-09-27T16:00:51.1503996Z [gw1] [ 99%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_cpu_float32 2022-09-27T16:00:51.3910874Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T16:00:51.3918969Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T16:00:51.3960794Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_cpu_float32 2022-09-27T16:00:51.3969728Z [gw1] [ 99%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_cpu_float32 2022-09-27T16:00:51.5669915Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T16:00:51.5677263Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T16:00:51.5876208Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mish_cpu_float32 2022-09-27T16:00:51.5885573Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mish_cpu_float32 2022-09-27T16:00:51.7457956Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mse_loss_cpu_float32 2022-09-27T16:00:51.7464984Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mse_loss_cpu_float32 2022-09-27T16:00:51.7488723Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T16:00:51.7497943Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T16:00:51.7522461Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T16:00:51.7529153Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T16:00:52.0164136Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T16:00:52.0175243Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T16:00:52.8414374Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_nll_loss_cpu_float32 2022-09-27T16:00:52.8423508Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_nll_loss_cpu_float32 2022-09-27T16:00:52.9213132Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_normalize_cpu_float32 2022-09-27T16:00:52.9221859Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_normalize_cpu_float32 2022-09-27T16:00:53.0242744Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_circular_cpu_float32 2022-09-27T16:00:53.0251576Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_circular_cpu_float32 2022-09-27T16:00:53.2219055Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_constant_cpu_float32 2022-09-27T16:00:53.2227493Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_constant_cpu_float32 2022-09-27T16:00:53.2704117Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_reflect_cpu_float32 2022-09-27T16:00:53.2713600Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_reflect_cpu_float32 2022-09-27T16:00:53.3186793Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_replicate_cpu_float32 2022-09-27T16:00:53.3193744Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_replicate_cpu_float32 2022-09-27T16:00:53.5600087Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pairwise_distance_cpu_float32 2022-09-27T16:00:53.5608709Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pairwise_distance_cpu_float32 2022-09-27T16:00:53.5631765Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pdist_cpu_float32 2022-09-27T16:00:53.5640207Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pdist_cpu_float32 2022-09-27T16:00:53.5736034Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T16:00:53.5758462Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T16:00:53.5849354Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T16:00:53.5856931Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T16:00:57.5990354Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T16:00:57.5999244Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T16:00:58.1779969Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_prelu_cpu_float32 2022-09-27T16:00:58.1788932Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_prelu_cpu_float32 2022-09-27T16:00:58.1923241Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu6_cpu_float32 2022-09-27T16:00:58.1931387Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu6_cpu_float32 2022-09-27T16:00:58.2098919Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu_cpu_float32 2022-09-27T16:00:58.2106725Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu_cpu_float32 2022-09-27T16:00:58.2455871Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_rrelu_cpu_float32 2022-09-27T16:00:58.2463085Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_rrelu_cpu_float32 2022-09-27T16:00:58.2595329Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_selu_cpu_float32 2022-09-27T16:00:58.2602667Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_selu_cpu_float32 2022-09-27T16:00:58.2773303Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_silu_cpu_float32 2022-09-27T16:00:58.2781231Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_silu_cpu_float32 2022-09-27T16:00:58.4929637Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T16:00:58.4938632Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T16:00:58.5663306Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T16:00:58.5671805Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T16:00:58.6102307Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_cpu_float32 2022-09-27T16:00:58.6110396Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_cpu_float32 2022-09-27T16:00:58.6595738Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T16:00:58.6603640Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T16:00:58.6736858Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softplus_cpu_float32 2022-09-27T16:00:58.6744799Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softplus_cpu_float32 2022-09-27T16:00:58.6948829Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softshrink_cpu_float32 2022-09-27T16:00:58.6956307Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softshrink_cpu_float32 2022-09-27T16:00:58.7183806Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softsign_cpu_float32 2022-09-27T16:00:58.7191599Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softsign_cpu_float32 2022-09-27T16:00:58.7347469Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_tanhshrink_cpu_float32 2022-09-27T16:00:58.7355194Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_tanhshrink_cpu_float32 2022-09-27T16:00:58.7535908Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_threshold_cpu_float32 2022-09-27T16:00:58.7543731Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_threshold_cpu_float32 2022-09-27T16:01:00.9900864Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T16:01:00.9909518Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T16:01:03.3594067Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T16:01:03.3603151Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T16:01:04.3816721Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_unfold_cpu_float32 2022-09-27T16:01:04.3826651Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_unfold_cpu_float32 2022-09-27T16:01:04.4018311Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T16:01:04.4029834Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T16:01:04.4562639Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_nearest_cpu_float32 2022-09-27T16:01:04.4570572Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_nearest_cpu_float32 2022-09-27T16:01:04.4598642Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nonzero_cpu_float32 2022-09-27T16:01:04.4605561Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nonzero_cpu_float32 2022-09-27T16:01:04.6891922Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_cpu_float32 2022-09-27T16:01:04.6900369Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_cpu_float32 2022-09-27T16:01:04.7088646Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_fro_cpu_float32 2022-09-27T16:01:04.7096667Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_fro_cpu_float32 2022-09-27T16:01:04.7396785Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_inf_cpu_float32 2022-09-27T16:01:04.7405480Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_inf_cpu_float32 2022-09-27T16:01:04.7786424Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_nuc_cpu_float32 2022-09-27T16:01:04.7793168Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_nuc_cpu_float32 2022-09-27T16:01:04.7822741Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_cpu_float32 2022-09-27T16:01:04.7833064Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_cpu_float32 2022-09-27T16:01:04.7865490Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_number_mean_cpu_float32 2022-09-27T16:01:04.7875381Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_number_mean_cpu_float32 2022-09-27T16:01:04.7904997Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_cpu_float32 2022-09-27T16:01:04.7914660Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_cpu_float32 2022-09-27T16:01:04.7945353Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_like_cpu_float32 2022-09-27T16:01:04.7955498Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_like_cpu_float32 2022-09-27T16:01:04.7985946Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ormqr_cpu_float32 2022-09-27T16:01:04.7995586Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ormqr_cpu_float32 2022-09-27T16:01:04.8305428Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_outer_cpu_float32 2022-09-27T16:01:04.8314904Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_outer_cpu_float32 2022-09-27T16:01:04.8329001Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pca_lowrank_cpu_float32 2022-09-27T16:01:04.8338107Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pca_lowrank_cpu_float32 2022-09-27T16:01:04.8503848Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_permute_cpu_float32 2022-09-27T16:01:04.8513073Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_permute_cpu_float32 2022-09-27T16:01:04.9800982Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pinverse_cpu_float32 2022-09-27T16:01:04.9808344Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pinverse_cpu_float32 2022-09-27T16:01:05.3105429Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polar_cpu_float32 2022-09-27T16:01:05.3114110Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polar_cpu_float32 2022-09-27T16:01:05.3530096Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_0_cpu_float32 2022-09-27T16:01:05.3538635Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_0_cpu_float32 2022-09-27T16:01:05.3949504Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_1_cpu_float32 2022-09-27T16:01:05.3957546Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_1_cpu_float32 2022-09-27T16:01:05.4368512Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_2_cpu_float32 2022-09-27T16:01:05.4376589Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_2_cpu_float32 2022-09-27T16:01:05.4784662Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_3_cpu_float32 2022-09-27T16:01:05.4792315Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_3_cpu_float32 2022-09-27T16:01:05.5202934Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_4_cpu_float32 2022-09-27T16:01:05.5211051Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_4_cpu_float32 2022-09-27T16:01:05.5310362Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_positive_cpu_float32 2022-09-27T16:01:05.5318226Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_positive_cpu_float32 2022-09-27T16:01:05.8550446Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pow_cpu_float32 2022-09-27T16:01:05.8558554Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pow_cpu_float32 2022-09-27T16:01:06.0684337Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_prod_cpu_float32 2022-09-27T16:01:06.0692995Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_prod_cpu_float32 2022-09-27T16:01:06.8978389Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_put_cpu_float32 2022-09-27T16:01:06.8987255Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_put_cpu_float32 2022-09-27T16:01:07.3345682Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_qr_cpu_float32 2022-09-27T16:01:07.3355666Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_qr_cpu_float32 2022-09-27T16:01:10.2351545Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_quantile_cpu_float32 2022-09-27T16:01:10.2360409Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_quantile_cpu_float32 2022-09-27T16:01:10.2491368Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rad2deg_cpu_float32 2022-09-27T16:01:10.2499607Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rad2deg_cpu_float32 2022-09-27T16:01:10.2523638Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rand_like_cpu_float32 2022-09-27T16:01:10.2532719Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rand_like_cpu_float32 2022-09-27T16:01:10.2554322Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randint_like_cpu_float32 2022-09-27T16:01:10.2562252Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randint_like_cpu_float32 2022-09-27T16:01:10.2584665Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_cpu_float32 2022-09-27T16:01:10.2592482Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_cpu_float32 2022-09-27T16:01:10.2614032Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_like_cpu_float32 2022-09-27T16:01:10.2621740Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_like_cpu_float32 2022-09-27T16:01:10.2776811Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ravel_cpu_float32 2022-09-27T16:01:10.2785865Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ravel_cpu_float32 2022-09-27T16:01:10.2884823Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_real_cpu_float32 2022-09-27T16:01:10.2894776Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_real_cpu_float32 2022-09-27T16:01:10.3028832Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reciprocal_cpu_float32 2022-09-27T16:01:10.3038188Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reciprocal_cpu_float32 2022-09-27T16:01:10.5191544Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_remainder_cpu_float32 2022-09-27T16:01:10.5199772Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_remainder_cpu_float32 2022-09-27T16:01:10.5226209Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_renorm_cpu_float32 2022-09-27T16:01:10.5234556Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_renorm_cpu_float32 2022-09-27T16:01:10.6097438Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_cpu_float32 2022-09-27T16:01:10.6105704Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_cpu_float32 2022-09-27T16:01:10.6342808Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_interleave_cpu_float32 2022-09-27T16:01:10.6352139Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_interleave_cpu_float32 2022-09-27T16:01:10.6670892Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_as_cpu_float32 2022-09-27T16:01:10.6677598Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_as_cpu_float32 2022-09-27T16:01:10.6962732Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_cpu_float32 2022-09-27T16:01:10.6971757Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_cpu_float32 2022-09-27T16:01:10.6996648Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize__cpu_float32 2022-09-27T16:01:10.7003451Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize__cpu_float32 2022-09-27T16:01:10.7024870Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize_as__cpu_float32 2022-09-27T16:01:10.7034058Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize_as__cpu_float32 2022-09-27T16:01:10.7108498Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_conj_cpu_float32 2022-09-27T16:01:10.7117388Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_conj_cpu_float32 2022-09-27T16:01:10.7189894Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_neg_cpu_float32 2022-09-27T16:01:10.7198748Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_neg_cpu_float32 2022-09-27T16:01:10.7835639Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_roll_cpu_float32 2022-09-27T16:01:10.7842503Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_roll_cpu_float32 2022-09-27T16:01:10.9235409Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rot90_cpu_float32 2022-09-27T16:01:10.9243230Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rot90_cpu_float32 2022-09-27T16:01:10.9307004Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_cpu_float32 2022-09-27T16:01:10.9314741Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_cpu_float32 2022-09-27T16:01:10.9439175Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_0_cpu_float32 2022-09-27T16:01:10.9446984Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_0_cpu_float32 2022-09-27T16:01:10.9570450Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_3_cpu_float32 2022-09-27T16:01:10.9578199Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_3_cpu_float32 2022-09-27T16:01:10.9701138Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_neg_3_cpu_float32 2022-09-27T16:01:10.9708931Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_neg_3_cpu_float32 2022-09-27T16:01:10.9845205Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsqrt_cpu_float32 2022-09-27T16:01:10.9853026Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsqrt_cpu_float32 2022-09-27T16:01:11.2070727Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsub_cpu_float32 2022-09-27T16:01:11.2079015Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsub_cpu_float32 2022-09-27T16:01:11.4819579Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_add_cpu_float32 2022-09-27T16:01:11.4828843Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_add_cpu_float32 2022-09-27T16:01:11.7648233Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_cpu_float32 2022-09-27T16:01:11.7657041Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_cpu_float32 2022-09-27T16:01:13.2491165Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amax_cpu_float32 2022-09-27T16:01:13.2499862Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amax_cpu_float32 2022-09-27T16:01:14.7453936Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amin_cpu_float32 2022-09-27T16:01:14.7460971Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amin_cpu_float32 2022-09-27T16:01:15.7183534Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_mean_cpu_float32 2022-09-27T16:01:15.7192274Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_mean_cpu_float32 2022-09-27T16:01:15.7218172Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_prod_cpu_float32 2022-09-27T16:01:15.7227016Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_prod_cpu_float32 2022-09-27T16:01:16.6195835Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_sum_cpu_float32 2022-09-27T16:01:16.6204809Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_sum_cpu_float32 2022-09-27T16:01:16.6230530Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_searchsorted_cpu_float32 2022-09-27T16:01:16.6239290Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_searchsorted_cpu_float32 2022-09-27T16:01:16.6263028Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_lengths_cpu_float32 2022-09-27T16:01:16.6271346Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_lengths_cpu_float32 2022-09-27T16:01:16.6294094Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_offsets_cpu_float32 2022-09-27T16:01:16.6302176Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_offsets_cpu_float32 2022-09-27T16:01:16.6503600Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_cpu_float32 2022-09-27T16:01:16.6511565Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_cpu_float32 2022-09-27T16:01:16.7547049Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_scatter_cpu_float32 2022-09-27T16:01:16.7555036Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_scatter_cpu_float32 2022-09-27T16:01:16.7619111Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sgn_cpu_float32 2022-09-27T16:01:16.7626891Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sgn_cpu_float32 2022-09-27T16:01:16.7649228Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_short_cpu_float32 2022-09-27T16:01:16.7657244Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_short_cpu_float32 2022-09-27T16:01:16.7780865Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sigmoid_cpu_float32 2022-09-27T16:01:16.7788564Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sigmoid_cpu_float32 2022-09-27T16:01:16.7850104Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sign_cpu_float32 2022-09-27T16:01:16.7857794Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sign_cpu_float32 2022-09-27T16:01:16.7879144Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signbit_cpu_float32 2022-09-27T16:01:16.7887445Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signbit_cpu_float32 2022-09-27T16:01:16.7956968Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sin_cpu_float32 2022-09-27T16:01:16.7964819Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sin_cpu_float32 2022-09-27T16:01:16.8161910Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinc_cpu_float32 2022-09-27T16:01:16.8169639Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinc_cpu_float32 2022-09-27T16:01:16.8236434Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinh_cpu_float32 2022-09-27T16:01:16.8244583Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinh_cpu_float32 2022-09-27T16:01:17.0964581Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_scatter_cpu_float32 2022-09-27T16:01:19.2158537Z [gw1] [100%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_scatter_cpu_float32 2022-09-27T16:01:19.2158800Z 2022-09-27T16:01:19.2159050Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops\test_ops.xml - 2022-09-27T16:01:19.2162116Z = 16795 passed, 7967 skipped, 266 xfailed, 376 warnings in 673.11s (0:11:13) == 2022-09-27T16:01:19.2162662Z Skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-09-27T16:01:20.9621250Z Running test_decomp ... [2022-09-27 16:01:20.951281] 2022-09-27T16:01:20.9621712Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_decomp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:01:20.951281] 2022-09-27T16:01:23.4598309Z 2022-09-27T16:01:23.4598852Z Running tests... 2022-09-27T16:01:23.4599234Z ---------------------------------------------------------------------- 2022-09-27T16:01:23.4599629Z Test results will be stored in test-reports\python-unittest\test_decomp 2022-09-27T16:01:23.5245375Z test_comprehensive_H_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T16:01:23.5291211Z test_comprehensive_H_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:01:23.5523077Z test_comprehensive_H_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:01:23.5598661Z test_comprehensive_H_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:01:23.5803889Z test_comprehensive_H_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:01:23.5829441Z test_comprehensive_H_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:01:23.5910697Z test_comprehensive_H_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:01:23.5991497Z test_comprehensive_H_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:01:23.6023864Z test_comprehensive_H_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:01:23.6056082Z test_comprehensive_H_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:01:23.6087838Z test_comprehensive_H_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:01:23.6120042Z test_comprehensive_H_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:01:23.6151863Z test_comprehensive_H_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:01:23.6187359Z test_comprehensive_T_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:01:23.6225119Z test_comprehensive_T_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:01:23.6384384Z test_comprehensive_T_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:01:23.6473635Z test_comprehensive_T_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:01:23.6635222Z test_comprehensive_T_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:01:23.6666731Z test_comprehensive_T_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:01:23.6767363Z test_comprehensive_T_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:01:23.6866163Z test_comprehensive_T_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:01:23.6903422Z test_comprehensive_T_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:01:23.6940533Z test_comprehensive_T_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:01:23.6976865Z test_comprehensive_T_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:01:23.7014997Z test_comprehensive_T_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:01:23.7051950Z test_comprehensive_T_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:01:23.7337367Z test_comprehensive___getitem___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:01:23.7448289Z test_comprehensive___getitem___cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:01:23.8705078Z test_comprehensive___getitem___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.134s) 2022-09-27T16:01:23.8838863Z test_comprehensive___getitem___cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:01:24.0128181Z test_comprehensive___getitem___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.119s) 2022-09-27T16:01:24.0391619Z test_comprehensive___getitem___cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:01:24.1240080Z test_comprehensive___getitem___cpu_float32 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:01:24.2078502Z test_comprehensive___getitem___cpu_float64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:01:24.2191249Z test_comprehensive___getitem___cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:01:24.2302968Z test_comprehensive___getitem___cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:01:24.2414705Z test_comprehensive___getitem___cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:01:24.2526086Z test_comprehensive___getitem___cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:01:24.2637231Z test_comprehensive___getitem___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:01:24.2818346Z test_comprehensive___radd___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:01:24.3067226Z test_comprehensive___radd___cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:01:24.5110986Z test_comprehensive___radd___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.199s) 2022-09-27T16:01:24.7159169Z test_comprehensive___radd___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.208s) 2022-09-27T16:01:24.7344421Z test_comprehensive___radd___cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:01:24.8542477Z test_comprehensive___radd___cpu_float32 (__main__.TestDecompCPU) ... ok (0.114s) 2022-09-27T16:01:24.9715396Z test_comprehensive___radd___cpu_float64 (__main__.TestDecompCPU) ... ok (0.124s) 2022-09-27T16:01:24.9968178Z test_comprehensive___radd___cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:01:25.0221003Z test_comprehensive___radd___cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:01:25.0468739Z test_comprehensive___radd___cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:01:25.0718951Z test_comprehensive___radd___cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:01:25.0967525Z test_comprehensive___radd___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:01:25.1218634Z test_comprehensive___rand___cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:01:25.1468767Z test_comprehensive___rand___cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:01:25.1719186Z test_comprehensive___rand___cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T16:01:25.1966381Z test_comprehensive___rand___cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:01:25.2215874Z test_comprehensive___rand___cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:01:25.2464148Z test_comprehensive___rand___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:01:25.2923363Z test_comprehensive___rdiv___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T16:01:25.3553935Z test_comprehensive___rdiv___cpu_bool (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:01:26.1526543Z test_comprehensive___rdiv___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.794s) 2022-09-27T16:01:26.9651393Z test_comprehensive___rdiv___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.810s) 2022-09-27T16:01:27.0134845Z test_comprehensive___rdiv___cpu_float16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:01:27.4125788Z test_comprehensive___rdiv___cpu_float32 (__main__.TestDecompCPU) ... ok (0.411s) 2022-09-27T16:01:27.7985447Z test_comprehensive___rdiv___cpu_float64 (__main__.TestDecompCPU) ... ok (0.381s) 2022-09-27T16:01:27.8509503Z test_comprehensive___rdiv___cpu_int16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:01:27.9037845Z test_comprehensive___rdiv___cpu_int32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:01:27.9558145Z test_comprehensive___rdiv___cpu_int64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:01:28.0077811Z test_comprehensive___rdiv___cpu_int8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:01:28.0599675Z test_comprehensive___rdiv___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.056s) 2022-09-27T16:01:28.1131586Z test_comprehensive___rmatmul___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T16:01:29.2896380Z test_comprehensive___rmatmul___cpu_complex128 (__main__.TestDecompCPU) ... ok (1.170s) 2022-09-27T16:01:30.4853165Z test_comprehensive___rmatmul___cpu_complex64 (__main__.TestDecompCPU) ... ok (1.196s) 2022-09-27T16:01:31.1116744Z test_comprehensive___rmatmul___cpu_float32 (__main__.TestDecompCPU) ... ok (0.622s) 2022-09-27T16:01:31.7383299Z test_comprehensive___rmatmul___cpu_float64 (__main__.TestDecompCPU) ... ok (0.630s) 2022-09-27T16:01:31.9842077Z test_comprehensive___rmatmul___cpu_int16 (__main__.TestDecompCPU) ... ok (0.254s) 2022-09-27T16:01:32.2304084Z test_comprehensive___rmatmul___cpu_int32 (__main__.TestDecompCPU) ... ok (0.237s) 2022-09-27T16:01:32.5538589Z test_comprehensive___rmatmul___cpu_int64 (__main__.TestDecompCPU) ... ok (0.320s) 2022-09-27T16:01:32.7987960Z test_comprehensive___rmatmul___cpu_int8 (__main__.TestDecompCPU) ... ok (0.253s) 2022-09-27T16:01:33.0422207Z test_comprehensive___rmatmul___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.234s) 2022-09-27T16:01:33.1002658Z test_comprehensive___rmod___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T16:01:33.1582119Z test_comprehensive___rmod___cpu_float16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:01:33.4899088Z test_comprehensive___rmod___cpu_float32 (__main__.TestDecompCPU) ... ok (0.330s) 2022-09-27T16:01:33.8148732Z test_comprehensive___rmod___cpu_float64 (__main__.TestDecompCPU) ... ok (0.315s) 2022-09-27T16:01:33.8416472Z test_comprehensive___rmul___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:01:33.8665645Z test_comprehensive___rmul___cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T16:01:34.3722695Z test_comprehensive___rmul___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.508s) 2022-09-27T16:01:34.8815771Z test_comprehensive___rmul___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.508s) 2022-09-27T16:01:34.9103445Z test_comprehensive___rmul___cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:01:35.1600112Z test_comprehensive___rmul___cpu_float32 (__main__.TestDecompCPU) ... ok (0.253s) 2022-09-27T16:01:35.4045036Z test_comprehensive___rmul___cpu_float64 (__main__.TestDecompCPU) ... ok (0.243s) 2022-09-27T16:01:35.4297044Z test_comprehensive___rmul___cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:01:35.4549387Z test_comprehensive___rmul___cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:01:35.4796335Z test_comprehensive___rmul___cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T16:01:35.5046491Z test_comprehensive___rmul___cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:01:35.5294940Z test_comprehensive___rmul___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:01:35.5545934Z test_comprehensive___ror___cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:01:35.5796598Z test_comprehensive___ror___cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T16:01:35.6046603Z test_comprehensive___ror___cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:01:35.6293388Z test_comprehensive___ror___cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:01:35.6542338Z test_comprehensive___ror___cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:01:35.6789553Z test_comprehensive___ror___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:01:35.7585216Z test_comprehensive___rpow___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T16:01:36.5542542Z test_comprehensive___rpow___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.798s) 2022-09-27T16:01:37.3602232Z test_comprehensive___rpow___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.799s) 2022-09-27T16:01:37.3725789Z test_comprehensive___rpow___cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:01:37.7265481Z test_comprehensive___rpow___cpu_float32 (__main__.TestDecompCPU) ... ok (0.359s) 2022-09-27T16:01:38.0715975Z test_comprehensive___rpow___cpu_float64 (__main__.TestDecompCPU) ... ok (0.347s) 2022-09-27T16:01:38.1086293Z test_comprehensive___rpow___cpu_int16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T16:01:38.1454978Z test_comprehensive___rpow___cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:01:38.1817093Z test_comprehensive___rpow___cpu_int64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:01:38.2184091Z test_comprehensive___rpow___cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:01:38.2549501Z test_comprehensive___rpow___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:01:38.2725654Z test_comprehensive___rsub___cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:01:38.5586595Z test_comprehensive___rsub___cpu_complex128 (__main__.TestDecompCPU) ... ok (0.296s) 2022-09-27T16:01:38.8458270Z test_comprehensive___rsub___cpu_complex64 (__main__.TestDecompCPU) ... ok (0.286s) 2022-09-27T16:01:38.8651566Z test_comprehensive___rsub___cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:01:39.0310095Z test_comprehensive___rsub___cpu_float32 (__main__.TestDecompCPU) ... ok (0.177s) 2022-09-27T16:01:39.1932536Z test_comprehensive___rsub___cpu_float64 (__main__.TestDecompCPU) ... ok (0.150s) 2022-09-27T16:01:39.2170818Z test_comprehensive___rsub___cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:01:39.2410845Z test_comprehensive___rsub___cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:01:39.2645426Z test_comprehensive___rsub___cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:01:39.2882636Z test_comprehensive___rsub___cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:01:39.3117439Z test_comprehensive___rsub___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:01:39.3366213Z test_comprehensive___rxor___cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:01:39.3616434Z test_comprehensive___rxor___cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:01:39.3867603Z test_comprehensive___rxor___cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:01:39.4114475Z test_comprehensive___rxor___cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:01:39.4364777Z test_comprehensive___rxor___cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:01:39.4612667Z test_comprehensive___rxor___cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:01:39.8717250Z test_comprehensive__masked_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.409s) 2022-09-27T16:01:40.2807700Z test_comprehensive__masked_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.400s) 2022-09-27T16:01:41.2529968Z test_comprehensive__masked_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.979s) 2022-09-27T16:01:42.1915450Z test_comprehensive__masked_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.930s) 2022-09-27T16:01:42.4092491Z test_comprehensive__masked_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.221s) 2022-09-27T16:01:42.6295089Z test_comprehensive__masked_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.217s) 2022-09-27T16:01:42.8421375Z test_comprehensive__masked_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.221s) 2022-09-27T16:01:43.0597572Z test_comprehensive__masked_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.222s) 2022-09-27T16:01:43.2804575Z test_comprehensive__masked_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.221s) 2022-09-27T16:01:43.6896420Z test_comprehensive__masked_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.397s) 2022-09-27T16:01:44.0946102Z test_comprehensive__masked_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.414s) 2022-09-27T16:01:45.0327172Z test_comprehensive__masked_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.936s) 2022-09-27T16:01:45.9392529Z test_comprehensive__masked_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.910s) 2022-09-27T16:01:46.1499851Z test_comprehensive__masked_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.205s) 2022-09-27T16:01:46.3601776Z test_comprehensive__masked_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.206s) 2022-09-27T16:01:46.5660644Z test_comprehensive__masked_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.207s) 2022-09-27T16:01:46.7764491Z test_comprehensive__masked_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.221s) 2022-09-27T16:01:46.9873817Z test_comprehensive__masked_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.211s) 2022-09-27T16:01:47.0533869Z test_comprehensive__masked_argmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:01:47.1193411Z test_comprehensive__masked_argmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:01:47.2979162Z test_comprehensive__masked_argmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.174s) 2022-09-27T16:01:47.4716497Z test_comprehensive__masked_argmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.177s) 2022-09-27T16:01:47.5868801Z test_comprehensive__masked_argmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.111s) 2022-09-27T16:01:47.7018517Z test_comprehensive__masked_argmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.111s) 2022-09-27T16:01:47.7888316Z test_comprehensive__masked_argmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.095s) 2022-09-27T16:01:47.9041406Z test_comprehensive__masked_argmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.108s) 2022-09-27T16:01:48.0192228Z test_comprehensive__masked_argmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.126s) 2022-09-27T16:01:48.0855199Z test_comprehensive__masked_argmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:01:48.1510061Z test_comprehensive__masked_argmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:01:48.3296445Z test_comprehensive__masked_argmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.180s) 2022-09-27T16:01:48.5033693Z test_comprehensive__masked_argmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.182s) 2022-09-27T16:01:48.6186564Z test_comprehensive__masked_argmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.114s) 2022-09-27T16:01:48.7334255Z test_comprehensive__masked_argmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.111s) 2022-09-27T16:01:48.8201941Z test_comprehensive__masked_argmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:01:48.9347899Z test_comprehensive__masked_argmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.126s) 2022-09-27T16:01:49.0499341Z test_comprehensive__masked_argmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.111s) 2022-09-27T16:01:49.1394852Z test_comprehensive__masked_cumprod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.094s) 2022-09-27T16:01:50.1429152Z test_comprehensive__masked_cumprod_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.997s) 2022-09-27T16:01:51.1690054Z test_comprehensive__masked_cumprod_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.031s) 2022-09-27T16:01:51.7180981Z test_comprehensive__masked_cumprod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.545s) 2022-09-27T16:01:52.2690016Z test_comprehensive__masked_cumprod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.544s) 2022-09-27T16:01:52.3462977Z test_comprehensive__masked_cumprod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T16:01:52.4234098Z test_comprehensive__masked_cumprod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:01:52.5002290Z test_comprehensive__masked_cumprod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.075s) 2022-09-27T16:01:52.5773131Z test_comprehensive__masked_cumprod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:01:52.6540486Z test_comprehensive__masked_cumprod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:01:52.6855130Z test_comprehensive__masked_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:01:53.1121167Z test_comprehensive__masked_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.428s) 2022-09-27T16:01:53.5469356Z test_comprehensive__masked_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.428s) 2022-09-27T16:01:53.8234880Z test_comprehensive__masked_cumsum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.285s) 2022-09-27T16:01:54.0967059Z test_comprehensive__masked_cumsum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.269s) 2022-09-27T16:01:54.1739929Z test_comprehensive__masked_cumsum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:01:54.2510515Z test_comprehensive__masked_cumsum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:01:54.3275773Z test_comprehensive__masked_cumsum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:01:54.4044559Z test_comprehensive__masked_cumsum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:01:54.4809842Z test_comprehensive__masked_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:01:54.5234164Z test_comprehensive__masked_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:01:54.8662089Z test_comprehensive__masked_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.347s) 2022-09-27T16:01:55.1875739Z test_comprehensive__masked_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.319s) 2022-09-27T16:01:55.2755488Z test_comprehensive__masked_logaddexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T16:01:56.0655700Z test_comprehensive__masked_logaddexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.792s) 2022-09-27T16:01:56.8496525Z test_comprehensive__masked_logaddexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.793s) 2022-09-27T16:01:56.8502320Z test_comprehensive__masked_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:56.8507049Z test_comprehensive__masked_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:56.8511569Z test_comprehensive__masked_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:56.8516074Z test_comprehensive__masked_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:56.8520676Z test_comprehensive__masked_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:56.8525165Z test_comprehensive__masked_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:56.8529622Z test_comprehensive__masked_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:56.8534054Z test_comprehensive__masked_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:57.2718891Z test_comprehensive__masked_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.413s) 2022-09-27T16:01:57.7717847Z test_comprehensive__masked_mean_cpu_bool (__main__.TestDecompCPU) ... ok (0.505s) 2022-09-27T16:01:59.0620182Z test_comprehensive__masked_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.295s) 2022-09-27T16:02:00.3877301Z test_comprehensive__masked_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.319s) 2022-09-27T16:02:00.8047019Z test_comprehensive__masked_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.410s) 2022-09-27T16:02:01.8157637Z test_comprehensive__masked_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (1.022s) 2022-09-27T16:02:02.7971985Z test_comprehensive__masked_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.979s) 2022-09-27T16:02:03.2954601Z test_comprehensive__masked_mean_cpu_int16 (__main__.TestDecompCPU) ... ok (0.494s) 2022-09-27T16:02:03.7940091Z test_comprehensive__masked_mean_cpu_int32 (__main__.TestDecompCPU) ... ok (0.498s) 2022-09-27T16:02:04.2835880Z test_comprehensive__masked_mean_cpu_int64 (__main__.TestDecompCPU) ... ok (0.491s) 2022-09-27T16:02:04.7836985Z test_comprehensive__masked_mean_cpu_int8 (__main__.TestDecompCPU) ... ok (0.498s) 2022-09-27T16:02:05.2830544Z test_comprehensive__masked_mean_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.507s) 2022-09-27T16:02:05.3299179Z test_comprehensive__masked_median_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:02:05.5360123Z test_comprehensive__masked_median_cpu_float32 (__main__.TestDecompCPU) ... ok (0.206s) 2022-09-27T16:02:05.7365374Z test_comprehensive__masked_median_cpu_float64 (__main__.TestDecompCPU) ... ok (0.190s) 2022-09-27T16:02:07.8429788Z test_comprehensive__masked_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (2.117s) 2022-09-27T16:02:09.9411746Z test_comprehensive__masked_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (2.089s) 2022-09-27T16:02:15.4224779Z test_comprehensive__masked_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (5.485s) 2022-09-27T16:02:20.7353728Z test_comprehensive__masked_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (5.320s) 2022-09-27T16:02:21.1175448Z test_comprehensive__masked_normalize_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.377s) 2022-09-27T16:02:23.2419451Z test_comprehensive__masked_normalize_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.128s) 2022-09-27T16:02:25.4339422Z test_comprehensive__masked_normalize_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.186s) 2022-09-27T16:02:25.8310682Z test_comprehensive__masked_normalize_cpu_float16 (__main__.TestDecompCPU) ... ok (0.399s) 2022-09-27T16:02:27.3425087Z test_comprehensive__masked_normalize_cpu_float32 (__main__.TestDecompCPU) ... ok (1.505s) 2022-09-27T16:02:28.8193423Z test_comprehensive__masked_normalize_cpu_float64 (__main__.TestDecompCPU) ... ok (1.487s) 2022-09-27T16:02:29.1210361Z test_comprehensive__masked_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.301s) 2022-09-27T16:02:31.9944599Z test_comprehensive__masked_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.870s) 2022-09-27T16:02:34.9817099Z test_comprehensive__masked_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.984s) 2022-09-27T16:02:36.9645184Z test_comprehensive__masked_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (1.986s) 2022-09-27T16:02:38.8762053Z test_comprehensive__masked_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (1.910s) 2022-09-27T16:02:39.1801730Z test_comprehensive__masked_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.301s) 2022-09-27T16:02:39.4839981Z test_comprehensive__masked_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.317s) 2022-09-27T16:02:39.7304621Z test_comprehensive__masked_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.237s) 2022-09-27T16:02:40.0344369Z test_comprehensive__masked_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.302s) 2022-09-27T16:02:40.3378318Z test_comprehensive__masked_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.301s) 2022-09-27T16:02:40.3793412Z test_comprehensive__masked_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:02:40.7139932Z test_comprehensive__masked_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.332s) 2022-09-27T16:02:41.0281934Z test_comprehensive__masked_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.316s) 2022-09-27T16:02:41.0840864Z test_comprehensive__masked_softmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:02:41.5215708Z test_comprehensive__masked_softmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.428s) 2022-09-27T16:02:41.9309810Z test_comprehensive__masked_softmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.412s) 2022-09-27T16:02:42.8991458Z test_comprehensive__masked_std_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.977s) 2022-09-27T16:02:47.3728502Z test_comprehensive__masked_std_cpu_complex128 (__main__.TestDecompCPU) ... ok (4.468s) 2022-09-27T16:02:51.9078165Z test_comprehensive__masked_std_cpu_complex64 (__main__.TestDecompCPU) ... ok (4.531s) 2022-09-27T16:02:54.7278713Z test_comprehensive__masked_std_cpu_float32 (__main__.TestDecompCPU) ... ok (2.829s) 2022-09-27T16:02:57.6206137Z test_comprehensive__masked_std_cpu_float64 (__main__.TestDecompCPU) ... ok (2.885s) 2022-09-27T16:03:00.2241441Z test_comprehensive__masked_std_cpu_int16 (__main__.TestDecompCPU) ... ok (2.603s) 2022-09-27T16:03:02.8256044Z test_comprehensive__masked_std_cpu_int32 (__main__.TestDecompCPU) ... ok (2.610s) 2022-09-27T16:03:05.4150057Z test_comprehensive__masked_std_cpu_int64 (__main__.TestDecompCPU) ... ok (2.589s) 2022-09-27T16:03:08.0175556Z test_comprehensive__masked_std_cpu_int8 (__main__.TestDecompCPU) ... ok (2.592s) 2022-09-27T16:03:10.6046189Z test_comprehensive__masked_std_cpu_uint8 (__main__.TestDecompCPU) ... ok (2.585s) 2022-09-27T16:03:10.7945692Z test_comprehensive__masked_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.197s) 2022-09-27T16:03:11.0025433Z test_comprehensive__masked_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.202s) 2022-09-27T16:03:11.8211353Z test_comprehensive__masked_sum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.824s) 2022-09-27T16:03:12.6733145Z test_comprehensive__masked_sum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.855s) 2022-09-27T16:03:12.8653194Z test_comprehensive__masked_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.191s) 2022-09-27T16:03:13.4716123Z test_comprehensive__masked_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.603s) 2022-09-27T16:03:14.0538129Z test_comprehensive__masked_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.578s) 2022-09-27T16:03:14.2649523Z test_comprehensive__masked_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.223s) 2022-09-27T16:03:14.4756446Z test_comprehensive__masked_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.208s) 2022-09-27T16:03:14.6823866Z test_comprehensive__masked_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.197s) 2022-09-27T16:03:14.8931733Z test_comprehensive__masked_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.213s) 2022-09-27T16:03:15.1033846Z test_comprehensive__masked_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.208s) 2022-09-27T16:03:15.9648787Z test_comprehensive__masked_var_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.868s) 2022-09-27T16:03:20.0149125Z test_comprehensive__masked_var_cpu_complex128 (__main__.TestDecompCPU) ... ok (4.052s) 2022-09-27T16:03:24.1263793Z test_comprehensive__masked_var_cpu_complex64 (__main__.TestDecompCPU) ... ok (4.110s) 2022-09-27T16:03:24.9846429Z test_comprehensive__masked_var_cpu_float16 (__main__.TestDecompCPU) ... ok (0.858s) 2022-09-27T16:03:27.5459605Z test_comprehensive__masked_var_cpu_float32 (__main__.TestDecompCPU) ... ok (2.568s) 2022-09-27T16:03:30.2022578Z test_comprehensive__masked_var_cpu_float64 (__main__.TestDecompCPU) ... ok (2.654s) 2022-09-27T16:03:32.6454617Z test_comprehensive__masked_var_cpu_int16 (__main__.TestDecompCPU) ... ok (2.445s) 2022-09-27T16:03:35.0894095Z test_comprehensive__masked_var_cpu_int32 (__main__.TestDecompCPU) ... ok (2.436s) 2022-09-27T16:03:37.5252981Z test_comprehensive__masked_var_cpu_int64 (__main__.TestDecompCPU) ... ok (2.434s) 2022-09-27T16:03:39.9674064Z test_comprehensive__masked_var_cpu_int8 (__main__.TestDecompCPU) ... ok (2.441s) 2022-09-27T16:03:42.4159934Z test_comprehensive__masked_var_cpu_uint8 (__main__.TestDecompCPU) ... ok (2.459s) 2022-09-27T16:03:42.4195761Z test_comprehensive_abs_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:42.4829133Z test_comprehensive_abs_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T16:03:42.5028810Z test_comprehensive_abs_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:42.5675548Z test_comprehensive_abs_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:03:42.5710175Z test_comprehensive_abs_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:42.6165947Z test_comprehensive_abs_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:03:42.6606328Z test_comprehensive_abs_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:03:42.6675710Z test_comprehensive_abs_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:42.6745077Z test_comprehensive_abs_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:42.6814221Z test_comprehensive_abs_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:42.6883354Z test_comprehensive_abs_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:42.6951749Z test_comprehensive_abs_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:42.7061663Z test_comprehensive_acos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:42.7097833Z test_comprehensive_acos_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:42.7495371Z test_comprehensive_acos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:03:42.7910908Z test_comprehensive_acos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:03:42.8156649Z test_comprehensive_acos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:03:42.8390697Z test_comprehensive_acos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:42.8427373Z test_comprehensive_acos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:42.8464216Z test_comprehensive_acos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:42.8500726Z test_comprehensive_acos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:42.8537492Z test_comprehensive_acos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:42.8574172Z test_comprehensive_acos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:42.8661430Z test_comprehensive_acosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:42.8695384Z test_comprehensive_acosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:42.9091346Z test_comprehensive_acosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:03:42.9504967Z test_comprehensive_acosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:03:42.9693234Z test_comprehensive_acosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:42.9874196Z test_comprehensive_acosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:03:42.9908350Z test_comprehensive_acosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:42.9942359Z test_comprehensive_acosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:42.9976276Z test_comprehensive_acosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:43.0010287Z test_comprehensive_acosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:43.0044416Z test_comprehensive_acosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:43.0242732Z test_comprehensive_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:43.0517330Z test_comprehensive_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:03:43.2688864Z test_comprehensive_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.206s) 2022-09-27T16:03:43.3519169Z test_comprehensive_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.094s) 2022-09-27T16:03:43.5703501Z test_comprehensive_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.219s) 2022-09-27T16:03:43.5918866Z test_comprehensive_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:43.7189413Z test_comprehensive_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.126s) 2022-09-27T16:03:43.8438608Z test_comprehensive_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.126s) 2022-09-27T16:03:43.8719082Z test_comprehensive_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:03:43.8999860Z test_comprehensive_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:03:43.9274486Z test_comprehensive_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:43.9552808Z test_comprehensive_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:03:43.9828896Z test_comprehensive_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:03:44.0075947Z test_comprehensive_addbmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:44.6523372Z test_comprehensive_addbmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.649s) 2022-09-27T16:03:45.3084931Z test_comprehensive_addbmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.651s) 2022-09-27T16:03:45.4763007Z test_comprehensive_addbmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.181s) 2022-09-27T16:03:45.6411872Z test_comprehensive_addbmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.159s) 2022-09-27T16:03:45.6435290Z test_comprehensive_addbmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:45.6457525Z test_comprehensive_addbmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:45.6482705Z test_comprehensive_addbmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:45.6505296Z test_comprehensive_addbmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:45.6526841Z test_comprehensive_addbmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:45.7152662Z test_comprehensive_addcdiv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:03:46.2493246Z test_comprehensive_addcdiv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.521s) 2022-09-27T16:03:46.7965614Z test_comprehensive_addcdiv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.555s) 2022-09-27T16:03:47.0831110Z test_comprehensive_addcdiv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.279s) 2022-09-27T16:03:47.3626443Z test_comprehensive_addcdiv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.286s) 2022-09-27T16:03:47.4108131Z test_comprehensive_addcmul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:03:47.8062777Z test_comprehensive_addcmul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.393s) 2022-09-27T16:03:48.2149052Z test_comprehensive_addcmul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.421s) 2022-09-27T16:03:48.4324759Z test_comprehensive_addcmul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.212s) 2022-09-27T16:03:48.6443356Z test_comprehensive_addcmul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.217s) 2022-09-27T16:03:48.6635985Z test_comprehensive_addcmul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:48.6826790Z test_comprehensive_addcmul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:03:48.7008966Z test_comprehensive_addcmul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:03:48.7198847Z test_comprehensive_addcmul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:48.7387585Z test_comprehensive_addcmul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:48.7503733Z test_comprehensive_addmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:48.8258185Z test_comprehensive_addmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T16:03:48.9049681Z test_comprehensive_addmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:03:48.9354148Z test_comprehensive_addmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:03:48.9643722Z test_comprehensive_addmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:03:48.9686381Z test_comprehensive_addmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:48.9728999Z test_comprehensive_addmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:48.9773288Z test_comprehensive_addmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:48.9815653Z test_comprehensive_addmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:48.9858071Z test_comprehensive_addmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:48.9926848Z test_comprehensive_addmm_decomposed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:49.0419849Z test_comprehensive_addmm_decomposed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:03:49.0934344Z test_comprehensive_addmm_decomposed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T16:03:49.1132378Z test_comprehensive_addmm_decomposed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:49.1322251Z test_comprehensive_addmm_decomposed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:03:49.1364192Z test_comprehensive_addmm_decomposed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:49.1406318Z test_comprehensive_addmm_decomposed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:49.1452816Z test_comprehensive_addmm_decomposed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:49.1495184Z test_comprehensive_addmm_decomposed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:49.1536866Z test_comprehensive_addmm_decomposed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:49.1730951Z test_comprehensive_addmv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:03:49.3117359Z test_comprehensive_addmv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.135s) 2022-09-27T16:03:49.4548752Z test_comprehensive_addmv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.145s) 2022-09-27T16:03:49.5234836Z test_comprehensive_addmv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.071s) 2022-09-27T16:03:49.5895415Z test_comprehensive_addmv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:03:49.5914227Z test_comprehensive_addmv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:49.5932037Z test_comprehensive_addmv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:49.5949723Z test_comprehensive_addmv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:49.5967312Z test_comprehensive_addmv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:49.5984961Z test_comprehensive_addmv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:49.6124533Z test_comprehensive_addr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:49.6187759Z test_comprehensive_addr_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:49.7248056Z test_comprehensive_addr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.095s) 2022-09-27T16:03:49.8363427Z test_comprehensive_addr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.122s) 2022-09-27T16:03:49.8421740Z test_comprehensive_addr_cpu_float16 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T16:03:49.9006004Z test_comprehensive_addr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.058s) 2022-09-27T16:03:49.9560759Z test_comprehensive_addr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:03:49.9626763Z test_comprehensive_addr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:49.9692233Z test_comprehensive_addr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:49.9755258Z test_comprehensive_addr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:49.9820505Z test_comprehensive_addr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:49.9885484Z test_comprehensive_addr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:50.0041567Z test_comprehensive_all_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:50.0171383Z test_comprehensive_all_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:50.0439408Z test_comprehensive_all_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:03:50.0715082Z test_comprehensive_all_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:03:50.0866612Z test_comprehensive_all_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:50.1064759Z test_comprehensive_all_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:50.1258891Z test_comprehensive_all_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:50.1397742Z test_comprehensive_all_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:50.1536715Z test_comprehensive_all_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:50.1674898Z test_comprehensive_all_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:50.1812917Z test_comprehensive_all_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:50.1956531Z test_comprehensive_all_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:50.2019659Z test_comprehensive_allclose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:50.2096309Z test_comprehensive_allclose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:50.2176332Z test_comprehensive_allclose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:50.2235950Z test_comprehensive_allclose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:50.2295640Z test_comprehensive_allclose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:50.2349203Z test_comprehensive_allclose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:50.3146832Z test_comprehensive_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:03:50.3314159Z test_comprehensive_amax_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:50.4104504Z test_comprehensive_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:03:50.5724471Z test_comprehensive_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.160s) 2022-09-27T16:03:50.7286556Z test_comprehensive_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.158s) 2022-09-27T16:03:50.7454653Z test_comprehensive_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:50.7622011Z test_comprehensive_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:50.7783651Z test_comprehensive_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:50.7950578Z test_comprehensive_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:50.8116743Z test_comprehensive_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:50.8913350Z test_comprehensive_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.091s) 2022-09-27T16:03:50.9078476Z test_comprehensive_amin_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:50.9865139Z test_comprehensive_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:03:51.1477819Z test_comprehensive_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.159s) 2022-09-27T16:03:51.3040945Z test_comprehensive_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.158s) 2022-09-27T16:03:51.3208483Z test_comprehensive_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:51.3376828Z test_comprehensive_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.018s) 2022-09-27T16:03:51.3538155Z test_comprehensive_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:51.3704490Z test_comprehensive_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:51.3870034Z test_comprehensive_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:51.3890932Z test_comprehensive_aminmax_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:51.3909911Z test_comprehensive_aminmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:51.3929153Z test_comprehensive_aminmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:51.3945493Z test_comprehensive_aminmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:51.3961310Z test_comprehensive_aminmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:51.3977231Z test_comprehensive_aminmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:51.3993386Z test_comprehensive_aminmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:51.4009344Z test_comprehensive_aminmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:51.4030660Z test_comprehensive_angle_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:51.4043757Z test_comprehensive_angle_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:51.5466928Z test_comprehensive_angle_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.144s) 2022-09-27T16:03:51.6908930Z test_comprehensive_angle_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.142s) 2022-09-27T16:03:51.6928700Z test_comprehensive_angle_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:51.6945159Z test_comprehensive_angle_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:51.6962059Z test_comprehensive_angle_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:51.6975314Z test_comprehensive_angle_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:51.6988153Z test_comprehensive_angle_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:51.7001041Z test_comprehensive_angle_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:51.7013911Z test_comprehensive_angle_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:51.7026612Z test_comprehensive_angle_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:51.7175871Z test_comprehensive_any_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:51.7300677Z test_comprehensive_any_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:51.7564045Z test_comprehensive_any_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:03:51.7834814Z test_comprehensive_any_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:03:51.7981378Z test_comprehensive_any_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:51.8174738Z test_comprehensive_any_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:51.8364831Z test_comprehensive_any_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:51.8499653Z test_comprehensive_any_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:51.8634519Z test_comprehensive_any_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:51.8768531Z test_comprehensive_any_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:51.8902164Z test_comprehensive_any_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:51.9040802Z test_comprehensive_any_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:51.9134792Z test_comprehensive_arange_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:51.9226397Z test_comprehensive_arange_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:51.9358836Z test_comprehensive_arange_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:51.9485016Z test_comprehensive_arange_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:51.9592864Z test_comprehensive_arange_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:51.9700602Z test_comprehensive_arange_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:51.9802266Z test_comprehensive_arange_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T16:03:51.9905150Z test_comprehensive_arange_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:52.0008077Z test_comprehensive_arange_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.0029547Z test_comprehensive_argmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:52.0050315Z test_comprehensive_argmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.0071061Z test_comprehensive_argmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.0091894Z test_comprehensive_argmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.0110940Z test_comprehensive_argmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.0130021Z test_comprehensive_argmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.0148968Z test_comprehensive_argmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.0169571Z test_comprehensive_argmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.0188664Z test_comprehensive_argmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:52.0209569Z test_comprehensive_argmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.0230285Z test_comprehensive_argmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.0251037Z test_comprehensive_argmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.0271787Z test_comprehensive_argmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.0290872Z test_comprehensive_argmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.0309791Z test_comprehensive_argmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.0328882Z test_comprehensive_argmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.0347931Z test_comprehensive_argmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:52.0367043Z test_comprehensive_argmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.0420485Z test_comprehensive_argsort_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.0458945Z test_comprehensive_argsort_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.0520490Z test_comprehensive_argsort_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:52.0566396Z test_comprehensive_argsort_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.0612520Z test_comprehensive_argsort_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.0657540Z test_comprehensive_argsort_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:52.0701755Z test_comprehensive_argsort_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T16:03:52.0743657Z test_comprehensive_argsort_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.0785813Z test_comprehensive_argsort_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.0827957Z test_comprehensive_argsort_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:52.0851156Z test_comprehensive_argwhere_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.0867830Z test_comprehensive_argwhere_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.0887866Z test_comprehensive_argwhere_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.0907872Z test_comprehensive_argwhere_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.0926638Z test_comprehensive_argwhere_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.0945038Z test_comprehensive_argwhere_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.0963589Z test_comprehensive_argwhere_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.0980518Z test_comprehensive_argwhere_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:52.0997482Z test_comprehensive_argwhere_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.1014436Z test_comprehensive_argwhere_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.1031107Z test_comprehensive_argwhere_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.1048036Z test_comprehensive_argwhere_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.1136640Z test_comprehensive_as_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:52.1152437Z test_comprehensive_as_strided_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T16:03:52.1427359Z test_comprehensive_as_strided_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:52.1447369Z test_comprehensive_as_strided_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.1733621Z test_comprehensive_as_strided_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T16:03:52.1814321Z test_comprehensive_as_strided_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:52.2012744Z test_comprehensive_as_strided_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:52.2205363Z test_comprehensive_as_strided_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:52.2221239Z test_comprehensive_as_strided_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.2237124Z test_comprehensive_as_strided_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.2252839Z test_comprehensive_as_strided_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.2268580Z test_comprehensive_as_strided_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.2284891Z test_comprehensive_as_strided_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:52.2290051Z test_comprehensive_as_strided_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:03:52.2294845Z test_comprehensive_as_strided_scatter_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:03:52.2299650Z test_comprehensive_as_strided_scatter_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:03:52.2304455Z test_comprehensive_as_strided_scatter_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:03:52.2309171Z test_comprehensive_as_strided_scatter_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:03:52.2313959Z test_comprehensive_as_strided_scatter_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:03:52.2318637Z test_comprehensive_as_strided_scatter_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:03:52.2323317Z test_comprehensive_as_strided_scatter_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:03:52.2328018Z test_comprehensive_as_strided_scatter_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:03:52.2332676Z test_comprehensive_as_strided_scatter_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:03:52.2337342Z test_comprehensive_as_strided_scatter_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:03:52.2342022Z test_comprehensive_as_strided_scatter_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:03:52.2346720Z test_comprehensive_as_strided_scatter_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:03:52.2398574Z test_comprehensive_asin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.2473537Z test_comprehensive_asin_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:52.4067717Z test_comprehensive_asin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.158s) 2022-09-27T16:03:52.5709110Z test_comprehensive_asin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.160s) 2022-09-27T16:03:52.6475580Z test_comprehensive_asin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T16:03:52.7208744Z test_comprehensive_asin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:03:52.7283007Z test_comprehensive_asin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.7356646Z test_comprehensive_asin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:52.7429496Z test_comprehensive_asin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.7502384Z test_comprehensive_asin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.7574895Z test_comprehensive_asin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T16:03:52.7619897Z test_comprehensive_asinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:52.7691089Z test_comprehensive_asinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:52.8949323Z test_comprehensive_asinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.126s) 2022-09-27T16:03:53.0238655Z test_comprehensive_asinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.126s) 2022-09-27T16:03:53.0813365Z test_comprehensive_asinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:03:53.1370793Z test_comprehensive_asinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:03:53.1442116Z test_comprehensive_asinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:53.1514712Z test_comprehensive_asinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:53.1585325Z test_comprehensive_asinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:53.1656644Z test_comprehensive_asinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:53.1726569Z test_comprehensive_asinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:53.2283924Z test_comprehensive_atan2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:03:53.2546764Z test_comprehensive_atan2_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:53.8621427Z test_comprehensive_atan2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.613s) 2022-09-27T16:03:54.4560763Z test_comprehensive_atan2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.597s) 2022-09-27T16:03:54.4831443Z test_comprehensive_atan2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:03:54.5100668Z test_comprehensive_atan2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:54.5366848Z test_comprehensive_atan2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:03:54.5633560Z test_comprehensive_atan2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:03:54.5898223Z test_comprehensive_atan2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T16:03:54.5941262Z test_comprehensive_atan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:54.6014391Z test_comprehensive_atan_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:54.7254927Z test_comprehensive_atan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.135s) 2022-09-27T16:03:54.8541258Z test_comprehensive_atan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.130s) 2022-09-27T16:03:54.9119089Z test_comprehensive_atan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T16:03:54.9673812Z test_comprehensive_atan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T16:03:54.9747358Z test_comprehensive_atan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:54.9821246Z test_comprehensive_atan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:54.9893944Z test_comprehensive_atan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:54.9967004Z test_comprehensive_atan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:55.0039279Z test_comprehensive_atan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:55.0083515Z test_comprehensive_atanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:55.0154345Z test_comprehensive_atanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:55.1228116Z test_comprehensive_atanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.098s) 2022-09-27T16:03:55.2335872Z test_comprehensive_atanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.119s) 2022-09-27T16:03:55.2814527Z test_comprehensive_atanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:03:55.3276475Z test_comprehensive_atanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:03:55.3347247Z test_comprehensive_atanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:55.3419569Z test_comprehensive_atanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:55.3490207Z test_comprehensive_atanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:55.3563725Z test_comprehensive_atanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:03:55.3633788Z test_comprehensive_atanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:55.3685136Z test_comprehensive_atleast_1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:55.3707700Z test_comprehensive_atleast_1d_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:55.3794295Z test_comprehensive_atleast_1d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:55.3846618Z test_comprehensive_atleast_1d_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:55.3937574Z test_comprehensive_atleast_1d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:55.3984287Z test_comprehensive_atleast_1d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:55.4052262Z test_comprehensive_atleast_1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:55.4116874Z test_comprehensive_atleast_1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:55.4139394Z test_comprehensive_atleast_1d_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:55.4162437Z test_comprehensive_atleast_1d_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:55.4184467Z test_comprehensive_atleast_1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:55.4207196Z test_comprehensive_atleast_1d_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:55.4229931Z test_comprehensive_atleast_1d_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:55.4289384Z test_comprehensive_atleast_2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:55.4322698Z test_comprehensive_atleast_2d_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:55.4470477Z test_comprehensive_atleast_2d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:55.4555204Z test_comprehensive_atleast_2d_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:55.4712676Z test_comprehensive_atleast_2d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T16:03:55.4769726Z test_comprehensive_atleast_2d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:55.4879625Z test_comprehensive_atleast_2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:03:55.4984205Z test_comprehensive_atleast_2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:55.5017384Z test_comprehensive_atleast_2d_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:55.5050696Z test_comprehensive_atleast_2d_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:55.5082528Z test_comprehensive_atleast_2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:55.5116621Z test_comprehensive_atleast_2d_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:55.5149767Z test_comprehensive_atleast_2d_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:55.5229904Z test_comprehensive_atleast_3d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:55.5291210Z test_comprehensive_atleast_3d_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:55.5611308Z test_comprehensive_atleast_3d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:03:55.5780932Z test_comprehensive_atleast_3d_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:03:55.6115117Z test_comprehensive_atleast_3d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:03:55.6191748Z test_comprehensive_atleast_3d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:55.6414670Z test_comprehensive_atleast_3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:03:55.6628287Z test_comprehensive_atleast_3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:55.6690770Z test_comprehensive_atleast_3d_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:03:55.6751829Z test_comprehensive_atleast_3d_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:55.6812063Z test_comprehensive_atleast_3d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:55.6872898Z test_comprehensive_atleast_3d_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:55.6933620Z test_comprehensive_atleast_3d_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:55.7100689Z test_comprehensive_baddbmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:56.3925328Z test_comprehensive_baddbmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.697s) 2022-09-27T16:03:57.0842135Z test_comprehensive_baddbmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.684s) 2022-09-27T16:03:57.2334400Z test_comprehensive_baddbmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.142s) 2022-09-27T16:03:57.3810386Z test_comprehensive_baddbmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.159s) 2022-09-27T16:03:57.3830409Z test_comprehensive_baddbmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:57.3848810Z test_comprehensive_baddbmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:57.3866365Z test_comprehensive_baddbmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:57.3884044Z test_comprehensive_baddbmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:57.3901570Z test_comprehensive_baddbmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:57.3990710Z test_comprehensive_bernoulli_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:57.4033873Z test_comprehensive_bernoulli_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:57.4076754Z test_comprehensive_bernoulli_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:57.4108833Z test_comprehensive_bfloat16_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:57.4161514Z test_comprehensive_bfloat16_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:57.4346325Z test_comprehensive_bfloat16_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:57.4464141Z test_comprehensive_bfloat16_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T16:03:57.4652304Z test_comprehensive_bfloat16_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:57.4712174Z test_comprehensive_bfloat16_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:57.4863919Z test_comprehensive_bfloat16_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:57.5013105Z test_comprehensive_bfloat16_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:57.5066902Z test_comprehensive_bfloat16_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:57.5119677Z test_comprehensive_bfloat16_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:57.5171879Z test_comprehensive_bfloat16_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:57.5225558Z test_comprehensive_bfloat16_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:57.5277944Z test_comprehensive_bfloat16_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:57.5301905Z test_comprehensive_bincount_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:57.5323157Z test_comprehensive_bincount_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:57.5343996Z test_comprehensive_bincount_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:57.5366419Z test_comprehensive_bincount_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:57.5387440Z test_comprehensive_bincount_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:57.5636825Z test_comprehensive_bitwise_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:57.5884089Z test_comprehensive_bitwise_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:03:57.6129552Z test_comprehensive_bitwise_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:57.6375073Z test_comprehensive_bitwise_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:03:57.6622337Z test_comprehensive_bitwise_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:57.6870129Z test_comprehensive_bitwise_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:03:57.7119758Z test_comprehensive_bitwise_left_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:03:57.7366062Z test_comprehensive_bitwise_left_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:57.7612518Z test_comprehensive_bitwise_left_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:03:57.7857961Z test_comprehensive_bitwise_left_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:57.8103086Z test_comprehensive_bitwise_left_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:03:57.8134484Z test_comprehensive_bitwise_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:57.8163701Z test_comprehensive_bitwise_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:57.8192739Z test_comprehensive_bitwise_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:57.8222227Z test_comprehensive_bitwise_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:57.8251201Z test_comprehensive_bitwise_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:57.8280388Z test_comprehensive_bitwise_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:57.8523843Z test_comprehensive_bitwise_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:57.8772400Z test_comprehensive_bitwise_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:03:57.9021815Z test_comprehensive_bitwise_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:03:57.9264840Z test_comprehensive_bitwise_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:57.9512786Z test_comprehensive_bitwise_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:03:57.9757467Z test_comprehensive_bitwise_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:58.0007104Z test_comprehensive_bitwise_right_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:03:58.0252426Z test_comprehensive_bitwise_right_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:58.0497165Z test_comprehensive_bitwise_right_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:03:58.0744069Z test_comprehensive_bitwise_right_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:58.0988735Z test_comprehensive_bitwise_right_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:03:58.1232304Z test_comprehensive_bitwise_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:03:58.1479122Z test_comprehensive_bitwise_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:58.1727104Z test_comprehensive_bitwise_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:03:58.1970222Z test_comprehensive_bitwise_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:58.2218562Z test_comprehensive_bitwise_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:03:58.2462488Z test_comprehensive_bitwise_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:58.2541805Z test_comprehensive_block_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:58.2558207Z test_comprehensive_block_diag_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.2751123Z test_comprehensive_block_diag_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:58.2785265Z test_comprehensive_block_diag_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.3282190Z test_comprehensive_block_diag_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:03:58.3355572Z test_comprehensive_block_diag_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:58.3498615Z test_comprehensive_block_diag_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:58.3635635Z test_comprehensive_block_diag_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:58.3652552Z test_comprehensive_block_diag_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.3669168Z test_comprehensive_block_diag_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.3685606Z test_comprehensive_block_diag_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.3702148Z test_comprehensive_block_diag_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.3718628Z test_comprehensive_block_diag_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.3743763Z test_comprehensive_bmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.4225758Z test_comprehensive_bmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:03:58.4716510Z test_comprehensive_bmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:03:58.4984558Z test_comprehensive_bmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:03:58.5243892Z test_comprehensive_bmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:03:58.5256904Z test_comprehensive_bmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.5269859Z test_comprehensive_bmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.5282946Z test_comprehensive_bmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.5296539Z test_comprehensive_bmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.5309581Z test_comprehensive_bmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.5366282Z test_comprehensive_bool_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:58.5392921Z test_comprehensive_bool_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.5496668Z test_comprehensive_bool_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.5608111Z test_comprehensive_bool_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:58.5717199Z test_comprehensive_bool_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:58.5772825Z test_comprehensive_bool_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.5847534Z test_comprehensive_bool_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:58.5919851Z test_comprehensive_bool_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.5968560Z test_comprehensive_bool_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.6020079Z test_comprehensive_bool_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:58.6068215Z test_comprehensive_bool_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.6116738Z test_comprehensive_bool_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.6167722Z test_comprehensive_bool_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:58.6181360Z test_comprehensive_broadcast_shapes_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.6241303Z test_comprehensive_broadcast_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.6276975Z test_comprehensive_broadcast_tensors_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.6507925Z test_comprehensive_broadcast_tensors_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:03:58.6771293Z test_comprehensive_broadcast_tensors_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:58.6834045Z test_comprehensive_broadcast_tensors_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:58.6994130Z test_comprehensive_broadcast_tensors_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:58.7149992Z test_comprehensive_broadcast_tensors_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:58.7186401Z test_comprehensive_broadcast_tensors_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.7222598Z test_comprehensive_broadcast_tensors_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.7257446Z test_comprehensive_broadcast_tensors_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.7294343Z test_comprehensive_broadcast_tensors_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:58.7330102Z test_comprehensive_broadcast_tensors_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.7426377Z test_comprehensive_broadcast_to_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.7483577Z test_comprehensive_broadcast_to_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T16:03:58.8010367Z test_comprehensive_broadcast_to_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:03:58.8556962Z test_comprehensive_broadcast_to_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:03:58.8657036Z test_comprehensive_broadcast_to_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.9000220Z test_comprehensive_broadcast_to_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:03:58.9331030Z test_comprehensive_broadcast_to_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:03:58.9388314Z test_comprehensive_broadcast_to_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:58.9444335Z test_comprehensive_broadcast_to_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.9501081Z test_comprehensive_broadcast_to_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:58.9556864Z test_comprehensive_broadcast_to_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.9612376Z test_comprehensive_broadcast_to_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.9661742Z test_comprehensive_bucketize_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:58.9705601Z test_comprehensive_bucketize_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.9749633Z test_comprehensive_bucketize_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.9794072Z test_comprehensive_bucketize_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.9824048Z test_comprehensive_bucketize_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:58.9852165Z test_comprehensive_bucketize_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.9880336Z test_comprehensive_bucketize_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.9908520Z test_comprehensive_bucketize_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.9936827Z test_comprehensive_bucketize_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:58.9992782Z test_comprehensive_byte_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:59.0040402Z test_comprehensive_byte_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:59.0144602Z test_comprehensive_byte_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:59.0250785Z test_comprehensive_byte_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:59.0307545Z test_comprehensive_byte_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:59.0381855Z test_comprehensive_byte_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:59.0456168Z test_comprehensive_byte_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:59.0504331Z test_comprehensive_byte_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:59.0552540Z test_comprehensive_byte_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:59.0600612Z test_comprehensive_byte_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:59.0651235Z test_comprehensive_byte_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:59.0677884Z test_comprehensive_byte_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:59.0684374Z test_comprehensive_cartesian_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/84150 for platform(s) win, windows, mac, macos. 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-09-27T16:03:59.0797786Z test_comprehensive_cartesian_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:59.1244120Z test_comprehensive_cartesian_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:03:59.1710468Z test_comprehensive_cartesian_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:03:59.1820828Z test_comprehensive_cartesian_prod_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:59.2157334Z test_comprehensive_cartesian_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:03:59.2479335Z test_comprehensive_cartesian_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:03:59.2587890Z test_comprehensive_cartesian_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:59.2696143Z test_comprehensive_cartesian_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:59.2796345Z test_comprehensive_cartesian_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:59.2902289Z test_comprehensive_cartesian_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:59.3008444Z test_comprehensive_cartesian_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:59.3080753Z test_comprehensive_cat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:59.3172485Z test_comprehensive_cat_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:59.3460392Z test_comprehensive_cat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:03:59.3725141Z test_comprehensive_cat_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:59.4020737Z test_comprehensive_cat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:03:59.4096015Z test_comprehensive_cat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:59.4286329Z test_comprehensive_cat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:59.4469503Z test_comprehensive_cat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:59.4565499Z test_comprehensive_cat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:59.4658458Z test_comprehensive_cat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T16:03:59.4750318Z test_comprehensive_cat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:03:59.4841925Z test_comprehensive_cat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:03:59.4935483Z test_comprehensive_cat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:01.4298178Z test_comprehensive_cdist_cpu_float32 (__main__.TestDecompCPU) ... ok (1.934s) 2022-09-27T16:04:03.3207744Z test_comprehensive_cdist_cpu_float64 (__main__.TestDecompCPU) ... ok (1.891s) 2022-09-27T16:04:03.3234520Z test_comprehensive_ceil_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:03.3350604Z test_comprehensive_ceil_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:03.3458786Z test_comprehensive_ceil_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T16:04:03.3528064Z test_comprehensive_ceil_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:03.3597013Z test_comprehensive_ceil_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:03.3668281Z test_comprehensive_ceil_cpu_int64 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T16:04:03.3737407Z test_comprehensive_ceil_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:03.3807155Z test_comprehensive_ceil_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:03.3901546Z test_comprehensive_chalf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:03.3955896Z test_comprehensive_chalf_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:03.4173397Z test_comprehensive_chalf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:04:03.4224267Z test_comprehensive_chalf_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:03.4445420Z test_comprehensive_chalf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:04:03.4522007Z test_comprehensive_chalf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T16:04:03.4679555Z test_comprehensive_chalf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:03.4834515Z test_comprehensive_chalf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:04:03.4888970Z test_comprehensive_chalf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:03.4944393Z test_comprehensive_chalf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:03.4998456Z test_comprehensive_chalf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:03.5054376Z test_comprehensive_chalf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:03.5108239Z test_comprehensive_chalf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:03.5163705Z test_comprehensive_char_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:04:03.5211167Z test_comprehensive_char_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:03.5316303Z test_comprehensive_char_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:03.5424666Z test_comprehensive_char_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:04:03.5530440Z test_comprehensive_char_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:03.5587750Z test_comprehensive_char_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:03.5660533Z test_comprehensive_char_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:03.5733335Z test_comprehensive_char_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:04:03.5781573Z test_comprehensive_char_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:03.5831211Z test_comprehensive_char_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:03.5879693Z test_comprehensive_char_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:03.5906351Z test_comprehensive_char_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:03.5954636Z test_comprehensive_char_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:03.8836123Z test_comprehensive_cholesky_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.292s) 2022-09-27T16:04:04.1750764Z test_comprehensive_cholesky_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.285s) 2022-09-27T16:04:04.3611978Z test_comprehensive_cholesky_cpu_float32 (__main__.TestDecompCPU) ... ok (0.189s) 2022-09-27T16:04:04.5403956Z test_comprehensive_cholesky_cpu_float64 (__main__.TestDecompCPU) ... ok (0.175s) 2022-09-27T16:04:04.8829628Z test_comprehensive_cholesky_inverse_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.350s) 2022-09-27T16:04:05.2133961Z test_comprehensive_cholesky_inverse_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.332s) 2022-09-27T16:04:05.4106076Z test_comprehensive_cholesky_inverse_cpu_float32 (__main__.TestDecompCPU) ... ok (0.191s) 2022-09-27T16:04:05.6027030Z test_comprehensive_cholesky_inverse_cpu_float64 (__main__.TestDecompCPU) ... ok (0.200s) 2022-09-27T16:04:05.8684726Z test_comprehensive_cholesky_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.271s) 2022-09-27T16:04:06.1398635Z test_comprehensive_cholesky_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.269s) 2022-09-27T16:04:06.3001206Z test_comprehensive_cholesky_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.149s) 2022-09-27T16:04:06.4565948Z test_comprehensive_cholesky_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.166s) 2022-09-27T16:04:06.4636767Z test_comprehensive_chunk_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:04:06.4934166Z test_comprehensive_chunk_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:04:06.6059350Z test_comprehensive_chunk_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.098s) 2022-09-27T16:04:06.6902209Z test_comprehensive_chunk_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T16:04:06.8053190Z test_comprehensive_chunk_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.119s) 2022-09-27T16:04:06.8119245Z test_comprehensive_chunk_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:06.8786390Z test_comprehensive_chunk_cpu_float32 (__main__.TestDecompCPU) ... ok (0.077s) 2022-09-27T16:04:06.9438959Z test_comprehensive_chunk_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:04:06.9738023Z test_comprehensive_chunk_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:04:07.0037091Z test_comprehensive_chunk_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:04:07.0330798Z test_comprehensive_chunk_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:04:07.0628588Z test_comprehensive_chunk_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:04:07.0931847Z test_comprehensive_chunk_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:07.2014284Z test_comprehensive_clamp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.114s) 2022-09-27T16:04:07.5340750Z test_comprehensive_clamp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.331s) 2022-09-27T16:04:07.8647901Z test_comprehensive_clamp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.332s) 2022-09-27T16:04:07.9075904Z test_comprehensive_clamp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:04:07.9501028Z test_comprehensive_clamp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:04:07.9922343Z test_comprehensive_clamp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-09-27T16:04:08.0346486Z test_comprehensive_clamp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:04:08.0765681Z test_comprehensive_clamp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:04:08.1408131Z test_comprehensive_clamp_max_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:04:08.1639974Z test_comprehensive_clamp_max_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:04:08.2317271Z test_comprehensive_clamp_max_cpu_float16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:04:08.5537695Z test_comprehensive_clamp_max_cpu_float32 (__main__.TestDecompCPU) ... ok (0.318s) 2022-09-27T16:04:08.8683105Z test_comprehensive_clamp_max_cpu_float64 (__main__.TestDecompCPU) ... ok (0.302s) 2022-09-27T16:04:08.8919657Z test_comprehensive_clamp_max_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:04:08.9155340Z test_comprehensive_clamp_max_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:08.9386437Z test_comprehensive_clamp_max_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:04:08.9619612Z test_comprehensive_clamp_max_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:08.9851110Z test_comprehensive_clamp_max_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:04:09.0495122Z test_comprehensive_clamp_min_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:04:09.0726953Z test_comprehensive_clamp_min_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:09.1403057Z test_comprehensive_clamp_min_cpu_float16 (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T16:04:09.4619345Z test_comprehensive_clamp_min_cpu_float32 (__main__.TestDecompCPU) ... ok (0.319s) 2022-09-27T16:04:09.7762260Z test_comprehensive_clamp_min_cpu_float64 (__main__.TestDecompCPU) ... ok (0.310s) 2022-09-27T16:04:09.7997905Z test_comprehensive_clamp_min_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:09.8233248Z test_comprehensive_clamp_min_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:04:09.8464240Z test_comprehensive_clamp_min_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:09.8697826Z test_comprehensive_clamp_min_cpu_int8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T16:04:09.8929469Z test_comprehensive_clamp_min_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:09.8955302Z test_comprehensive_clone_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:09.9016546Z test_comprehensive_clone_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:09.9170501Z test_comprehensive_clone_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:04:09.9330538Z test_comprehensive_clone_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:09.9490836Z test_comprehensive_clone_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:09.9516048Z test_comprehensive_clone_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:09.9616064Z test_comprehensive_clone_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:09.9709839Z test_comprehensive_clone_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:04:09.9771103Z test_comprehensive_clone_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:09.9832963Z test_comprehensive_clone_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:09.9893687Z test_comprehensive_clone_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:09.9954679Z test_comprehensive_clone_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:10.0015595Z test_comprehensive_clone_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:10.0065361Z test_comprehensive_column_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:10.0122335Z test_comprehensive_column_stack_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:10.0305397Z test_comprehensive_column_stack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:04:10.0459299Z test_comprehensive_column_stack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:10.0651209Z test_comprehensive_column_stack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:04:10.0657658Z test_comprehensive_column_stack_cpu_float16 (__main__.TestDecompCPU) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/84122 for platform(s) mac, macos, 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-09-27T16:04:10.0783709Z test_comprehensive_column_stack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:10.0906189Z test_comprehensive_column_stack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:10.0963794Z test_comprehensive_column_stack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:10.1021348Z test_comprehensive_column_stack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:10.1077240Z test_comprehensive_column_stack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:10.1134441Z test_comprehensive_column_stack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:10.1191825Z test_comprehensive_column_stack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:10.2904468Z test_comprehensive_combinations_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.165s) 2022-09-27T16:04:10.4755955Z test_comprehensive_combinations_cpu_bool (__main__.TestDecompCPU) ... ok (0.187s) 2022-09-27T16:04:11.0377254Z test_comprehensive_combinations_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.560s) 2022-09-27T16:04:11.6171280Z test_comprehensive_combinations_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.581s) 2022-09-27T16:04:11.7895269Z test_comprehensive_combinations_cpu_float16 (__main__.TestDecompCPU) ... ok (0.165s) 2022-09-27T16:04:12.2625731Z test_comprehensive_combinations_cpu_float32 (__main__.TestDecompCPU) ... ok (0.473s) 2022-09-27T16:04:12.7240972Z test_comprehensive_combinations_cpu_float64 (__main__.TestDecompCPU) ... ok (0.461s) 2022-09-27T16:04:12.9099528Z test_comprehensive_combinations_cpu_int16 (__main__.TestDecompCPU) ... ok (0.190s) 2022-09-27T16:04:13.0953880Z test_comprehensive_combinations_cpu_int32 (__main__.TestDecompCPU) ... ok (0.191s) 2022-09-27T16:04:13.2778461Z test_comprehensive_combinations_cpu_int64 (__main__.TestDecompCPU) ... ok (0.174s) 2022-09-27T16:04:13.4633262Z test_comprehensive_combinations_cpu_int8 (__main__.TestDecompCPU) ... ok (0.189s) 2022-09-27T16:04:13.6485365Z test_comprehensive_combinations_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.190s) 2022-09-27T16:04:13.6618939Z test_comprehensive_complex_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:13.7408009Z test_comprehensive_complex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:04:13.8187946Z test_comprehensive_complex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:04:13.8210609Z test_comprehensive_conj_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:13.8223905Z test_comprehensive_conj_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:13.8286484Z test_comprehensive_conj_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:13.8302838Z test_comprehensive_conj_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:13.8367457Z test_comprehensive_conj_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:13.8388759Z test_comprehensive_conj_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:13.8408218Z test_comprehensive_conj_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:13.8427544Z test_comprehensive_conj_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:13.8440659Z test_comprehensive_conj_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:13.8453640Z test_comprehensive_conj_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:13.8466609Z test_comprehensive_conj_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:13.8479638Z test_comprehensive_conj_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:13.8492821Z test_comprehensive_conj_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:13.8510110Z test_comprehensive_conj_physical_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:13.8522651Z test_comprehensive_conj_physical_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:13.8542842Z test_comprehensive_conj_physical_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:13.8557655Z test_comprehensive_conj_physical_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:13.8574180Z test_comprehensive_conj_physical_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:13.8591444Z test_comprehensive_conj_physical_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:13.8606740Z test_comprehensive_conj_physical_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:13.8622851Z test_comprehensive_conj_physical_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:13.8636062Z test_comprehensive_conj_physical_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:13.8648600Z test_comprehensive_conj_physical_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:13.8661068Z test_comprehensive_conj_physical_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T16:04:13.8673549Z test_comprehensive_conj_physical_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:13.8685911Z test_comprehensive_conj_physical_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:13.9196370Z test_comprehensive_constant_pad_nd_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:04:13.9932274Z test_comprehensive_constant_pad_nd_cpu_bool (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T16:04:14.4958659Z test_comprehensive_constant_pad_nd_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.492s) 2022-09-27T16:04:15.0058453Z test_comprehensive_constant_pad_nd_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.522s) 2022-09-27T16:04:15.0583549Z test_comprehensive_constant_pad_nd_cpu_float16 (__main__.TestDecompCPU) ... ok (0.054s) 2022-09-27T16:04:15.3612587Z test_comprehensive_constant_pad_nd_cpu_float32 (__main__.TestDecompCPU) ... ok (0.294s) 2022-09-27T16:04:15.6558524Z test_comprehensive_constant_pad_nd_cpu_float64 (__main__.TestDecompCPU) ... ok (0.300s) 2022-09-27T16:04:15.7296030Z test_comprehensive_constant_pad_nd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:04:15.8035664Z test_comprehensive_constant_pad_nd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T16:04:15.8760512Z test_comprehensive_constant_pad_nd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T16:04:15.9496227Z test_comprehensive_constant_pad_nd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T16:04:16.0225896Z test_comprehensive_constant_pad_nd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:04:16.0245743Z test_comprehensive_contiguous_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:16.0258786Z test_comprehensive_contiguous_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:16.0278060Z test_comprehensive_contiguous_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:16.0293071Z test_comprehensive_contiguous_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:16.0312017Z test_comprehensive_contiguous_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:16.0331023Z test_comprehensive_contiguous_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:16.0348697Z test_comprehensive_contiguous_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:16.0366177Z test_comprehensive_contiguous_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:16.0379129Z test_comprehensive_contiguous_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:16.0391922Z test_comprehensive_contiguous_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:16.0404634Z test_comprehensive_contiguous_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:16.0417315Z test_comprehensive_contiguous_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:16.0430019Z test_comprehensive_contiguous_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:16.0871311Z test_comprehensive_copysign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.042s) 2022-09-27T16:04:16.1169408Z test_comprehensive_copysign_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:04:16.1631922Z test_comprehensive_copysign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:04:16.4496647Z test_comprehensive_copysign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.284s) 2022-09-27T16:04:16.7303194Z test_comprehensive_copysign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.283s) 2022-09-27T16:04:16.7605425Z test_comprehensive_copysign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:04:16.7908408Z test_comprehensive_copysign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:04:16.8207533Z test_comprehensive_copysign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:04:16.8505691Z test_comprehensive_copysign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:16.8807356Z test_comprehensive_copysign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:04:16.9519036Z test_comprehensive_corrcoef_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.081s) 2022-09-27T16:04:17.2577123Z test_comprehensive_corrcoef_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.302s) 2022-09-27T16:04:17.5679799Z test_comprehensive_corrcoef_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.316s) 2022-09-27T16:04:17.7619364Z test_comprehensive_corrcoef_cpu_float32 (__main__.TestDecompCPU) ... ok (0.192s) 2022-09-27T16:04:17.9467204Z test_comprehensive_corrcoef_cpu_float64 (__main__.TestDecompCPU) ... ok (0.177s) 2022-09-27T16:04:18.0010522Z test_comprehensive_corrcoef_cpu_int16 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:04:18.0553356Z test_comprehensive_corrcoef_cpu_int32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:04:18.1093271Z test_comprehensive_corrcoef_cpu_int64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:04:18.1636172Z test_comprehensive_corrcoef_cpu_int8 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:04:18.2180139Z test_comprehensive_corrcoef_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:04:18.2259699Z test_comprehensive_cos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:18.2296182Z test_comprehensive_cos_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:18.2547018Z test_comprehensive_cos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T16:04:18.2804665Z test_comprehensive_cos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:18.2953674Z test_comprehensive_cos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:18.3098198Z test_comprehensive_cos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:18.3134621Z test_comprehensive_cos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:18.3172111Z test_comprehensive_cos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:18.3208432Z test_comprehensive_cos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:18.3244767Z test_comprehensive_cos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:18.3281081Z test_comprehensive_cos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:18.3342414Z test_comprehensive_cosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:18.3375904Z test_comprehensive_cosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:18.3584218Z test_comprehensive_cosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T16:04:18.3800271Z test_comprehensive_cosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:18.3916976Z test_comprehensive_cosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:18.4029923Z test_comprehensive_cosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:18.4063826Z test_comprehensive_cosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:18.4097781Z test_comprehensive_cosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:18.4131892Z test_comprehensive_cosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:18.4165729Z test_comprehensive_cosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:18.4199622Z test_comprehensive_cosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:18.4234095Z test_comprehensive_count_nonzero_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:18.4261213Z test_comprehensive_count_nonzero_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:18.4291989Z test_comprehensive_count_nonzero_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:18.4322606Z test_comprehensive_count_nonzero_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:18.4351952Z test_comprehensive_count_nonzero_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:18.4380936Z test_comprehensive_count_nonzero_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:18.4410093Z test_comprehensive_count_nonzero_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:18.4439223Z test_comprehensive_count_nonzero_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:18.4465744Z test_comprehensive_count_nonzero_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T16:04:18.4491942Z test_comprehensive_count_nonzero_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:18.4519441Z test_comprehensive_count_nonzero_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:18.4546757Z test_comprehensive_count_nonzero_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:18.9398610Z test_comprehensive_cov_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.490s) 2022-09-27T16:04:20.9044773Z test_comprehensive_cov_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.965s) 2022-09-27T16:04:22.9527094Z test_comprehensive_cov_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.045s) 2022-09-27T16:04:24.3625153Z test_comprehensive_cov_cpu_float32 (__main__.TestDecompCPU) ... ok (1.410s) 2022-09-27T16:04:25.7432452Z test_comprehensive_cov_cpu_float64 (__main__.TestDecompCPU) ... ok (1.375s) 2022-09-27T16:04:26.3655958Z test_comprehensive_cov_cpu_int16 (__main__.TestDecompCPU) ... ok (0.637s) 2022-09-27T16:04:26.9875211Z test_comprehensive_cov_cpu_int32 (__main__.TestDecompCPU) ... ok (0.611s) 2022-09-27T16:04:27.6103344Z test_comprehensive_cov_cpu_int64 (__main__.TestDecompCPU) ... ok (0.631s) 2022-09-27T16:04:28.2335650Z test_comprehensive_cov_cpu_int8 (__main__.TestDecompCPU) ... ok (0.612s) 2022-09-27T16:04:28.8561490Z test_comprehensive_cov_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.635s) 2022-09-27T16:04:28.8604013Z test_comprehensive_cross_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:28.8827640Z test_comprehensive_cross_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:28.9057988Z test_comprehensive_cross_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:04:28.9100907Z test_comprehensive_cross_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:28.9143160Z test_comprehensive_cross_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:28.9158104Z test_comprehensive_cross_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:28.9173185Z test_comprehensive_cross_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:28.9187334Z test_comprehensive_cross_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:28.9201932Z test_comprehensive_cross_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:28.9216487Z test_comprehensive_cross_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:28.9259455Z test_comprehensive_cummax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:28.9273439Z test_comprehensive_cummax_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:28.9310301Z test_comprehensive_cummax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:28.9346140Z test_comprehensive_cummax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:28.9360157Z test_comprehensive_cummax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:28.9373928Z test_comprehensive_cummax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:28.9387690Z test_comprehensive_cummax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:28.9401664Z test_comprehensive_cummax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:28.9415465Z test_comprehensive_cummax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:28.9452737Z test_comprehensive_cummin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:28.9466523Z test_comprehensive_cummin_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:28.9503576Z test_comprehensive_cummin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:28.9539109Z test_comprehensive_cummin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:28.9553153Z test_comprehensive_cummin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:28.9566958Z test_comprehensive_cummin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:28.9580767Z test_comprehensive_cummin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:28.9594696Z test_comprehensive_cummin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:28.9609711Z test_comprehensive_cummin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:29.0672174Z test_comprehensive_cumprod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.111s) 2022-09-27T16:04:29.6925567Z test_comprehensive_cumprod_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.619s) 2022-09-27T16:04:30.3267302Z test_comprehensive_cumprod_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.643s) 2022-09-27T16:04:30.6588031Z test_comprehensive_cumprod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.332s) 2022-09-27T16:04:30.9884254Z test_comprehensive_cumprod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.327s) 2022-09-27T16:04:30.9907239Z test_comprehensive_cumprod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:30.9928304Z test_comprehensive_cumprod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:30.9947782Z test_comprehensive_cumprod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:30.9968285Z test_comprehensive_cumprod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:30.9988663Z test_comprehensive_cumprod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:31.0035011Z test_comprehensive_cumsum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:31.0488726Z test_comprehensive_cumsum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:04:31.0939216Z test_comprehensive_cumsum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:04:31.1203197Z test_comprehensive_cumsum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:04:31.1463802Z test_comprehensive_cumsum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:31.1479140Z test_comprehensive_cumsum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:31.1493696Z test_comprehensive_cumsum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:31.1508035Z test_comprehensive_cumsum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:31.1522621Z test_comprehensive_cumsum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:31.1537179Z test_comprehensive_cumsum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:31.2099915Z test_comprehensive_cumulative_trapezoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T16:04:31.4860345Z test_comprehensive_cumulative_trapezoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.279s) 2022-09-27T16:04:31.7756016Z test_comprehensive_cumulative_trapezoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.285s) 2022-09-27T16:04:31.9525653Z test_comprehensive_cumulative_trapezoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.182s) 2022-09-27T16:04:32.1212869Z test_comprehensive_cumulative_trapezoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.163s) 2022-09-27T16:04:32.1486151Z test_comprehensive_cumulative_trapezoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:04:32.1759091Z test_comprehensive_cumulative_trapezoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:04:32.2024475Z test_comprehensive_cumulative_trapezoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:32.2297339Z test_comprehensive_cumulative_trapezoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:04:32.2573631Z test_comprehensive_cumulative_trapezoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:04:32.2614651Z test_comprehensive_deg2rad_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:32.2629452Z test_comprehensive_deg2rad_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:32.2668007Z test_comprehensive_deg2rad_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:32.2720174Z test_comprehensive_deg2rad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:32.2769276Z test_comprehensive_deg2rad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:32.2784108Z test_comprehensive_deg2rad_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:32.2798866Z test_comprehensive_deg2rad_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:32.2813480Z test_comprehensive_deg2rad_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:32.2828072Z test_comprehensive_deg2rad_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:32.2842951Z test_comprehensive_deg2rad_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:32.2935238Z test_comprehensive_diag_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:32.2953894Z test_comprehensive_diag_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:32.3150122Z test_comprehensive_diag_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:04:32.3352393Z test_comprehensive_diag_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:32.3502566Z test_comprehensive_diag_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:32.3648982Z test_comprehensive_diag_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:32.3667398Z test_comprehensive_diag_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:32.3685814Z test_comprehensive_diag_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:32.3704126Z test_comprehensive_diag_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:32.3722617Z test_comprehensive_diag_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:32.3740947Z test_comprehensive_diag_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:32.3920496Z test_comprehensive_diag_embed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:32.4118323Z test_comprehensive_diag_embed_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:04:32.6991456Z test_comprehensive_diag_embed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.285s) 2022-09-27T16:04:32.7537530Z test_comprehensive_diag_embed_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:04:33.0416662Z test_comprehensive_diag_embed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.286s) 2022-09-27T16:04:33.0599249Z test_comprehensive_diag_embed_cpu_float16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:04:33.2238896Z test_comprehensive_diag_embed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.157s) 2022-09-27T16:04:33.3857869Z test_comprehensive_diag_embed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.160s) 2022-09-27T16:04:33.4059594Z test_comprehensive_diag_embed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:33.4261031Z test_comprehensive_diag_embed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:04:33.4458203Z test_comprehensive_diag_embed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:33.4659827Z test_comprehensive_diag_embed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T16:04:33.4859297Z test_comprehensive_diag_embed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:33.4918332Z test_comprehensive_diagflat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:33.4957827Z test_comprehensive_diagflat_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:33.5126174Z test_comprehensive_diagflat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:33.5302523Z test_comprehensive_diagflat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:33.5425357Z test_comprehensive_diagflat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:33.5543678Z test_comprehensive_diagflat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:33.5582934Z test_comprehensive_diagflat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:33.5622248Z test_comprehensive_diagflat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:33.5660218Z test_comprehensive_diagflat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:33.5699685Z test_comprehensive_diagflat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:33.5738681Z test_comprehensive_diagflat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:33.5882739Z test_comprehensive_diagonal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:33.6060758Z test_comprehensive_diagonal_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:33.6824687Z test_comprehensive_diagonal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:04:33.7330428Z test_comprehensive_diagonal_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:04:33.8118205Z test_comprehensive_diagonal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.080s) 2022-09-27T16:04:33.8262619Z test_comprehensive_diagonal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:33.8760469Z test_comprehensive_diagonal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.052s) 2022-09-27T16:04:33.9243831Z test_comprehensive_diagonal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:04:33.9424822Z test_comprehensive_diagonal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:33.9605426Z test_comprehensive_diagonal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T16:04:33.9780962Z test_comprehensive_diagonal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:33.9962084Z test_comprehensive_diagonal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:34.0140693Z test_comprehensive_diagonal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:04:34.0311759Z test_comprehensive_diagonal_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:34.0336688Z test_comprehensive_diagonal_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:34.0511050Z test_comprehensive_diagonal_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:34.1603174Z test_comprehensive_diagonal_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.114s) 2022-09-27T16:04:34.2665715Z test_comprehensive_diagonal_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.098s) 2022-09-27T16:04:34.2693210Z test_comprehensive_diagonal_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:04:34.2719664Z test_comprehensive_diagonal_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:34.2745617Z test_comprehensive_diagonal_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:34.2771701Z test_comprehensive_diagonal_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:34.2797837Z test_comprehensive_diagonal_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:34.5151368Z test_comprehensive_diff_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.233s) 2022-09-27T16:04:34.8204310Z test_comprehensive_diff_cpu_bool (__main__.TestDecompCPU) ... ok (0.306s) 2022-09-27T16:04:36.8249619Z test_comprehensive_diff_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.012s) 2022-09-27T16:04:38.8857466Z test_comprehensive_diff_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.053s) 2022-09-27T16:04:39.1403439Z test_comprehensive_diff_cpu_float16 (__main__.TestDecompCPU) ... ok (0.269s) 2022-09-27T16:04:40.3616628Z test_comprehensive_diff_cpu_float32 (__main__.TestDecompCPU) ... ok (1.217s) 2022-09-27T16:04:41.5481349Z test_comprehensive_diff_cpu_float64 (__main__.TestDecompCPU) ... ok (1.186s) 2022-09-27T16:04:41.8661519Z test_comprehensive_diff_cpu_int16 (__main__.TestDecompCPU) ... ok (0.315s) 2022-09-27T16:04:42.1856189Z test_comprehensive_diff_cpu_int32 (__main__.TestDecompCPU) ... ok (0.317s) 2022-09-27T16:04:42.4982086Z test_comprehensive_diff_cpu_int64 (__main__.TestDecompCPU) ... ok (0.313s) 2022-09-27T16:04:42.8161174Z test_comprehensive_diff_cpu_int8 (__main__.TestDecompCPU) ... ok (0.317s) 2022-09-27T16:04:43.1333090Z test_comprehensive_diff_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.315s) 2022-09-27T16:04:43.1389360Z test_comprehensive_digamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:43.1423882Z test_comprehensive_digamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:43.1516673Z test_comprehensive_digamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:43.1604672Z test_comprehensive_digamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:43.1638801Z test_comprehensive_digamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:43.1672630Z test_comprehensive_digamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:43.1706318Z test_comprehensive_digamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T16:04:43.1740109Z test_comprehensive_digamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:43.1773924Z test_comprehensive_digamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:43.5546050Z test_comprehensive_dist_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.384s) 2022-09-27T16:04:46.0911414Z test_comprehensive_dist_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.532s) 2022-09-27T16:04:48.6814341Z test_comprehensive_dist_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.584s) 2022-09-27T16:04:49.0755449Z test_comprehensive_dist_cpu_float16 (__main__.TestDecompCPU) ... ok (0.400s) 2022-09-27T16:04:50.7438064Z test_comprehensive_dist_cpu_float32 (__main__.TestDecompCPU) ... ok (1.673s) 2022-09-27T16:04:52.3792654Z test_comprehensive_dist_cpu_float64 (__main__.TestDecompCPU) ... ok (1.629s) 2022-09-27T16:04:52.4211634Z test_comprehensive_div_floor_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:04:52.4647272Z test_comprehensive_div_floor_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T16:04:52.5580171Z test_comprehensive_div_floor_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.094s) 2022-09-27T16:04:52.6481871Z test_comprehensive_div_floor_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.095s) 2022-09-27T16:04:52.6751025Z test_comprehensive_div_floor_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:04:52.7023430Z test_comprehensive_div_floor_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:52.7285592Z test_comprehensive_div_floor_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:04:52.7552619Z test_comprehensive_div_floor_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:04:52.7804908Z test_comprehensive_div_floor_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:52.8197054Z test_comprehensive_div_no_rounding_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:04:52.8464278Z test_comprehensive_div_no_rounding_mode_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:53.6885191Z test_comprehensive_div_no_rounding_mode_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.856s) 2022-09-27T16:04:54.5396988Z test_comprehensive_div_no_rounding_mode_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.851s) 2022-09-27T16:04:54.5818605Z test_comprehensive_div_no_rounding_mode_cpu_float16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T16:04:54.9978726Z test_comprehensive_div_no_rounding_mode_cpu_float32 (__main__.TestDecompCPU) ... ok (0.411s) 2022-09-27T16:04:55.4061648Z test_comprehensive_div_no_rounding_mode_cpu_float64 (__main__.TestDecompCPU) ... ok (0.421s) 2022-09-27T16:04:55.4338086Z test_comprehensive_div_no_rounding_mode_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:55.4621271Z test_comprehensive_div_no_rounding_mode_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:04:55.4894625Z test_comprehensive_div_no_rounding_mode_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:04:55.5170611Z test_comprehensive_div_no_rounding_mode_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:04:55.5441615Z test_comprehensive_div_no_rounding_mode_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:55.5635991Z test_comprehensive_div_trunc_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:55.5843210Z test_comprehensive_div_trunc_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:04:55.6557589Z test_comprehensive_div_trunc_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:04:55.7257793Z test_comprehensive_div_trunc_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:04:55.7511870Z test_comprehensive_div_trunc_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:55.7771270Z test_comprehensive_div_trunc_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:04:55.8021004Z test_comprehensive_div_trunc_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:55.8274871Z test_comprehensive_div_trunc_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:04:55.8528446Z test_comprehensive_div_trunc_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:04:55.8558919Z test_comprehensive_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:55.8775454Z test_comprehensive_dot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:55.9000471Z test_comprehensive_dot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:04:55.9062721Z test_comprehensive_dot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:55.9122848Z test_comprehensive_dot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:55.9143224Z test_comprehensive_dot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:55.9162719Z test_comprehensive_dot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:55.9181609Z test_comprehensive_dot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:55.9201105Z test_comprehensive_dot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:55.9220451Z test_comprehensive_dot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:55.9277717Z test_comprehensive_double_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:55.9329657Z test_comprehensive_double_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:55.9509756Z test_comprehensive_double_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:55.9623710Z test_comprehensive_double_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:55.9806517Z test_comprehensive_double_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:55.9864194Z test_comprehensive_double_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:56.0011641Z test_comprehensive_double_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:56.0055622Z test_comprehensive_double_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:56.0107946Z test_comprehensive_double_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:56.0159288Z test_comprehensive_double_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:56.0211744Z test_comprehensive_double_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:56.0266082Z test_comprehensive_double_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:56.0317140Z test_comprehensive_double_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:56.0394038Z test_comprehensive_dsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:56.0410047Z test_comprehensive_dsplit_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:56.1017662Z test_comprehensive_dsplit_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:04:56.1035974Z test_comprehensive_dsplit_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:56.1642926Z test_comprehensive_dsplit_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:04:56.1716891Z test_comprehensive_dsplit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:56.2092789Z test_comprehensive_dsplit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:04:56.2461173Z test_comprehensive_dsplit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:04:56.2475673Z test_comprehensive_dsplit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:56.2489882Z test_comprehensive_dsplit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:56.2504112Z test_comprehensive_dsplit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:56.2518406Z test_comprehensive_dsplit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:56.2532478Z test_comprehensive_dsplit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:56.2609650Z test_comprehensive_dstack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:56.2724335Z test_comprehensive_dstack_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:56.3214390Z test_comprehensive_dstack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:04:56.3531763Z test_comprehensive_dstack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:04:56.4040383Z test_comprehensive_dstack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:04:56.4117817Z test_comprehensive_dstack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:56.4449641Z test_comprehensive_dstack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:04:56.4769847Z test_comprehensive_dstack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:04:56.4885558Z test_comprehensive_dstack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:56.5000508Z test_comprehensive_dstack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:56.5111771Z test_comprehensive_dstack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:56.5226595Z test_comprehensive_dstack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:56.5341509Z test_comprehensive_dstack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:56.5910411Z test_comprehensive_einsum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:04:56.9410061Z test_comprehensive_einsum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.356s) 2022-09-27T16:04:57.3060432Z test_comprehensive_einsum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.367s) 2022-09-27T16:04:57.5372562Z test_comprehensive_einsum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.222s) 2022-09-27T16:04:57.7591919Z test_comprehensive_einsum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.234s) 2022-09-27T16:04:57.8135874Z test_comprehensive_einsum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:04:57.8678643Z test_comprehensive_einsum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T16:04:57.9197294Z test_comprehensive_einsum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:04:57.9738858Z test_comprehensive_einsum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T16:04:58.0278528Z test_comprehensive_einsum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:04:58.0290574Z test_comprehensive_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: empty in torch.bfloat16 not supported (0.000s) 2022-09-27T16:04:58.0301866Z test_comprehensive_empty_cpu_bool (__main__.TestDecompCPU) ... skip: empty in torch.bool not supported (0.000s) 2022-09-27T16:04:58.0312925Z test_comprehensive_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: empty in torch.complex128 not supported (0.000s) 2022-09-27T16:04:58.0324008Z test_comprehensive_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: empty in torch.complex32 not supported (0.000s) 2022-09-27T16:04:58.0335166Z test_comprehensive_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: empty in torch.complex64 not supported (0.016s) 2022-09-27T16:04:58.0346329Z test_comprehensive_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: empty in torch.float16 not supported (0.000s) 2022-09-27T16:04:58.0357087Z test_comprehensive_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: empty in torch.float32 not supported (0.000s) 2022-09-27T16:04:58.0368138Z test_comprehensive_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: empty in torch.float64 not supported (0.000s) 2022-09-27T16:04:58.0379027Z test_comprehensive_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: empty in torch.int16 not supported (0.000s) 2022-09-27T16:04:58.0389988Z test_comprehensive_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: empty in torch.int32 not supported (0.000s) 2022-09-27T16:04:58.0401080Z test_comprehensive_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: empty in torch.int64 not supported (0.000s) 2022-09-27T16:04:58.0412070Z test_comprehensive_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: empty in torch.int8 not supported (0.000s) 2022-09-27T16:04:58.0422953Z test_comprehensive_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: empty in torch.uint8 not supported (0.000s) 2022-09-27T16:04:58.0434000Z test_comprehensive_empty_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: empty_like in torch.bfloat16 not supported (0.000s) 2022-09-27T16:04:58.0445094Z test_comprehensive_empty_like_cpu_bool (__main__.TestDecompCPU) ... skip: empty_like in torch.bool not supported (0.000s) 2022-09-27T16:04:58.0456070Z test_comprehensive_empty_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex128 not supported (0.000s) 2022-09-27T16:04:58.0466998Z test_comprehensive_empty_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex32 not supported (0.000s) 2022-09-27T16:04:58.0478071Z test_comprehensive_empty_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex64 not supported (0.000s) 2022-09-27T16:04:58.0489193Z test_comprehensive_empty_like_cpu_float16 (__main__.TestDecompCPU) ... skip: empty_like in torch.float16 not supported (0.016s) 2022-09-27T16:04:58.0500129Z test_comprehensive_empty_like_cpu_float32 (__main__.TestDecompCPU) ... skip: empty_like in torch.float32 not supported (0.000s) 2022-09-27T16:04:58.0511038Z test_comprehensive_empty_like_cpu_float64 (__main__.TestDecompCPU) ... skip: empty_like in torch.float64 not supported (0.000s) 2022-09-27T16:04:58.0522097Z test_comprehensive_empty_like_cpu_int16 (__main__.TestDecompCPU) ... skip: empty_like in torch.int16 not supported (0.000s) 2022-09-27T16:04:58.0533059Z test_comprehensive_empty_like_cpu_int32 (__main__.TestDecompCPU) ... skip: empty_like in torch.int32 not supported (0.000s) 2022-09-27T16:04:58.0543964Z test_comprehensive_empty_like_cpu_int64 (__main__.TestDecompCPU) ... skip: empty_like in torch.int64 not supported (0.000s) 2022-09-27T16:04:58.0554949Z test_comprehensive_empty_like_cpu_int8 (__main__.TestDecompCPU) ... skip: empty_like in torch.int8 not supported (0.000s) 2022-09-27T16:04:58.0566015Z test_comprehensive_empty_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: empty_like in torch.uint8 not supported (0.000s) 2022-09-27T16:04:58.0823100Z test_comprehensive_eq_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:04:58.1081782Z test_comprehensive_eq_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:04:58.1801576Z test_comprehensive_eq_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T16:04:58.2548437Z test_comprehensive_eq_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T16:04:58.3279165Z test_comprehensive_eq_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:04:58.3553795Z test_comprehensive_eq_cpu_float16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T16:04:58.3979229Z test_comprehensive_eq_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:04:58.4394111Z test_comprehensive_eq_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:04:58.4655040Z test_comprehensive_eq_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:04:58.4915948Z test_comprehensive_eq_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:04:58.5174810Z test_comprehensive_eq_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:04:58.5433339Z test_comprehensive_eq_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:58.5690832Z test_comprehensive_eq_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:04:58.5712687Z test_comprehensive_equal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:58.5729606Z test_comprehensive_equal_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:58.5754992Z test_comprehensive_equal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:58.5780435Z test_comprehensive_equal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:58.5801880Z test_comprehensive_equal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:58.5822897Z test_comprehensive_equal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:58.5844291Z test_comprehensive_equal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:58.5861308Z test_comprehensive_equal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:58.5878714Z test_comprehensive_equal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:58.5895572Z test_comprehensive_equal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:58.5912528Z test_comprehensive_equal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:58.5929641Z test_comprehensive_equal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:58.5984286Z test_comprehensive_erf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:04:58.6057552Z test_comprehensive_erf_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:58.6743954Z test_comprehensive_erf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T16:04:58.7413138Z test_comprehensive_erf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:04:58.7486896Z test_comprehensive_erf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:58.7560558Z test_comprehensive_erf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:58.7633994Z test_comprehensive_erf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:58.7707295Z test_comprehensive_erf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:04:58.7779340Z test_comprehensive_erf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:58.7876811Z test_comprehensive_erfc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:58.7912474Z test_comprehensive_erfc_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:58.8116621Z test_comprehensive_erfc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:58.8313635Z test_comprehensive_erfc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:04:58.8350136Z test_comprehensive_erfc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:58.8386574Z test_comprehensive_erfc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:58.8422895Z test_comprehensive_erfc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:58.8459419Z test_comprehensive_erfc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:58.8495983Z test_comprehensive_erfc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:58.8550557Z test_comprehensive_erfinv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:58.8624901Z test_comprehensive_erfinv_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:04:58.9299878Z test_comprehensive_erfinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:04:58.9961200Z test_comprehensive_erfinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T16:04:59.0034607Z test_comprehensive_erfinv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:59.0107139Z test_comprehensive_erfinv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:59.0179609Z test_comprehensive_erfinv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:59.0251582Z test_comprehensive_erfinv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:59.0323174Z test_comprehensive_erfinv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:59.0388621Z test_comprehensive_exp2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:59.0422240Z test_comprehensive_exp2_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:59.0486975Z test_comprehensive_exp2_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:59.0608916Z test_comprehensive_exp2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:04:59.0726043Z test_comprehensive_exp2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:59.0760352Z test_comprehensive_exp2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:59.0794162Z test_comprehensive_exp2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:59.0828170Z test_comprehensive_exp2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:59.0861841Z test_comprehensive_exp2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:59.0895715Z test_comprehensive_exp2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:59.0946496Z test_comprehensive_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:59.0982268Z test_comprehensive_exp_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:59.1154044Z test_comprehensive_exp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:59.1330306Z test_comprehensive_exp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:04:59.1424609Z test_comprehensive_exp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:59.1516199Z test_comprehensive_exp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:59.1552279Z test_comprehensive_exp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:59.1588789Z test_comprehensive_exp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:04:59.1624897Z test_comprehensive_exp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:59.1661025Z test_comprehensive_exp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:59.1697207Z test_comprehensive_exp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:59.1746339Z test_comprehensive_expand_as_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:59.1776000Z test_comprehensive_expand_as_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:59.1948223Z test_comprehensive_expand_as_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:59.2119821Z test_comprehensive_expand_as_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:59.2166933Z test_comprehensive_expand_as_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:59.2282503Z test_comprehensive_expand_as_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:59.2395783Z test_comprehensive_expand_as_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:59.2425922Z test_comprehensive_expand_as_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:59.2456102Z test_comprehensive_expand_as_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:59.2485374Z test_comprehensive_expand_as_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:59.2515285Z test_comprehensive_expand_as_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:59.2546146Z test_comprehensive_expand_as_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:59.2667636Z test_comprehensive_expand_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:04:59.2744377Z test_comprehensive_expand_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:04:59.3471784Z test_comprehensive_expand_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:04:59.4220389Z test_comprehensive_expand_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.084s) 2022-09-27T16:04:59.4350547Z test_comprehensive_expand_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:59.4823258Z test_comprehensive_expand_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:04:59.5276361Z test_comprehensive_expand_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:04:59.5354744Z test_comprehensive_expand_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:59.5432824Z test_comprehensive_expand_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:59.5508176Z test_comprehensive_expand_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:59.5585706Z test_comprehensive_expand_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:59.5663487Z test_comprehensive_expand_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:59.5701998Z test_comprehensive_expm1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:59.5774377Z test_comprehensive_expm1_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:59.6166735Z test_comprehensive_expm1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:04:59.6552134Z test_comprehensive_expm1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:04:59.6622879Z test_comprehensive_expm1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T16:04:59.6694795Z test_comprehensive_expm1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:59.6765731Z test_comprehensive_expm1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:59.6836239Z test_comprehensive_expm1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:04:59.6906279Z test_comprehensive_expm1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:59.7216311Z test_comprehensive_eye_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:04:59.7678505Z test_comprehensive_eye_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:04:59.8155482Z test_comprehensive_eye_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:04:59.8429531Z test_comprehensive_eye_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:04:59.8851317Z test_comprehensive_eye_cpu_float32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-09-27T16:04:59.9253215Z test_comprehensive_eye_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:04:59.9595292Z test_comprehensive_eye_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:04:59.9938428Z test_comprehensive_eye_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:00.0260180Z test_comprehensive_eye_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:00.0600685Z test_comprehensive_eye_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:05:00.0941599Z test_comprehensive_eye_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:05:00.1307345Z test_comprehensive_fft_fft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:05:00.1773417Z test_comprehensive_fft_fft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T16:05:00.2245541Z test_comprehensive_fft_fft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:05:00.3010927Z test_comprehensive_fft_fft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:05:00.3764999Z test_comprehensive_fft_fft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.080s) 2022-09-27T16:05:00.4172793Z test_comprehensive_fft_fft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:05:00.4579988Z test_comprehensive_fft_fft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:05:00.4987348Z test_comprehensive_fft_fft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:05:00.5394709Z test_comprehensive_fft_fft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:00.5800058Z test_comprehensive_fft_fft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:05:00.6117015Z test_comprehensive_fft_fft_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:00.6441458Z test_comprehensive_fft_fft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:05:00.6762897Z test_comprehensive_fft_fft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:05:00.6963070Z test_comprehensive_fft_fft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:00.7163173Z test_comprehensive_fft_fft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:00.7509685Z test_comprehensive_fft_fft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:05:00.7857957Z test_comprehensive_fft_fft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T16:05:00.8204656Z test_comprehensive_fft_fft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:00.8552734Z test_comprehensive_fft_fft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T16:05:00.8898960Z test_comprehensive_fft_fft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T16:05:00.9307089Z test_comprehensive_fft_fftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:05:00.9781050Z test_comprehensive_fft_fftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:05:01.0263420Z test_comprehensive_fft_fftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:05:01.1108430Z test_comprehensive_fft_fftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:05:01.1940281Z test_comprehensive_fft_fftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:05:01.2399423Z test_comprehensive_fft_fftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:05:01.2859149Z test_comprehensive_fft_fftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T16:05:01.3316250Z test_comprehensive_fft_fftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:05:01.3773669Z test_comprehensive_fft_fftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T16:05:01.4227159Z test_comprehensive_fft_fftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:05:01.4297692Z test_comprehensive_fft_fftshift_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:01.4382479Z test_comprehensive_fft_fftshift_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:01.4799938Z test_comprehensive_fft_fftshift_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:05:01.5020374Z test_comprehensive_fft_fftshift_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:01.5447258Z test_comprehensive_fft_fftshift_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:05:01.5515044Z test_comprehensive_fft_fftshift_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:01.5774402Z test_comprehensive_fft_fftshift_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:05:01.6023237Z test_comprehensive_fft_fftshift_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:01.6108781Z test_comprehensive_fft_fftshift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:01.6193573Z test_comprehensive_fft_fftshift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:01.6276447Z test_comprehensive_fft_fftshift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:01.6360460Z test_comprehensive_fft_fftshift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:01.6443783Z test_comprehensive_fft_fftshift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:01.7151287Z test_comprehensive_fft_hfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:05:01.8364101Z test_comprehensive_fft_hfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.120s) 2022-09-27T16:05:01.9569748Z test_comprehensive_fft_hfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.114s) 2022-09-27T16:05:02.1065019Z test_comprehensive_fft_hfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.145s) 2022-09-27T16:05:02.2535020Z test_comprehensive_fft_hfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.150s) 2022-09-27T16:05:02.3312636Z test_comprehensive_fft_hfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:05:02.4089393Z test_comprehensive_fft_hfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T16:05:02.4864056Z test_comprehensive_fft_hfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.077s) 2022-09-27T16:05:02.5637804Z test_comprehensive_fft_hfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:05:02.6409352Z test_comprehensive_fft_hfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T16:05:02.7068774Z test_comprehensive_fft_hfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:05:02.7862935Z test_comprehensive_fft_hfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.077s) 2022-09-27T16:05:02.8672743Z test_comprehensive_fft_hfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:05:02.9619255Z test_comprehensive_fft_hfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.104s) 2022-09-27T16:05:03.0545421Z test_comprehensive_fft_hfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.089s) 2022-09-27T16:05:03.1379201Z test_comprehensive_fft_hfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:05:03.2214844Z test_comprehensive_fft_hfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T16:05:03.3048951Z test_comprehensive_fft_hfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:05:03.3882748Z test_comprehensive_fft_hfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:05:03.4706037Z test_comprehensive_fft_hfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:05:03.5515702Z test_comprehensive_fft_hfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:05:03.6776638Z test_comprehensive_fft_hfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.127s) 2022-09-27T16:05:03.8036980Z test_comprehensive_fft_hfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.127s) 2022-09-27T16:05:03.9548137Z test_comprehensive_fft_hfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.158s) 2022-09-27T16:05:04.1034600Z test_comprehensive_fft_hfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.143s) 2022-09-27T16:05:04.1989028Z test_comprehensive_fft_hfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.094s) 2022-09-27T16:05:04.2943947Z test_comprehensive_fft_hfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.096s) 2022-09-27T16:05:04.3896959Z test_comprehensive_fft_hfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.095s) 2022-09-27T16:05:04.4849309Z test_comprehensive_fft_hfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.096s) 2022-09-27T16:05:04.5789077Z test_comprehensive_fft_hfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.095s) 2022-09-27T16:05:04.6145143Z test_comprehensive_fft_ifft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:04.6607383Z test_comprehensive_fft_ifft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:05:04.7074396Z test_comprehensive_fft_ifft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:05:04.7836214Z test_comprehensive_fft_ifft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:05:04.8588631Z test_comprehensive_fft_ifft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:05:04.8994108Z test_comprehensive_fft_ifft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:04.9400810Z test_comprehensive_fft_ifft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:05:04.9806162Z test_comprehensive_fft_ifft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:05:05.0211552Z test_comprehensive_fft_ifft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:05:05.0614379Z test_comprehensive_fft_ifft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:05:05.0929985Z test_comprehensive_fft_ifft_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:05.1254843Z test_comprehensive_fft_ifft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:05:05.1577404Z test_comprehensive_fft_ifft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:05:05.3170747Z test_comprehensive_fft_ifft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.159s) 2022-09-27T16:05:05.4758529Z test_comprehensive_fft_ifft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.159s) 2022-09-27T16:05:05.5109764Z test_comprehensive_fft_ifft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:05:05.5459873Z test_comprehensive_fft_ifft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:05.5808944Z test_comprehensive_fft_ifft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:05:05.6157665Z test_comprehensive_fft_ifft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:05.6505326Z test_comprehensive_fft_ifft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:05:05.6911240Z test_comprehensive_fft_ifftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:05:05.7381056Z test_comprehensive_fft_ifftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:05:05.7862748Z test_comprehensive_fft_ifftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:05:05.8708864Z test_comprehensive_fft_ifftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T16:05:05.9539301Z test_comprehensive_fft_ifftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.089s) 2022-09-27T16:05:05.9997539Z test_comprehensive_fft_ifftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:05:06.0457441Z test_comprehensive_fft_ifftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:05:06.0916952Z test_comprehensive_fft_ifftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-09-27T16:05:06.1374875Z test_comprehensive_fft_ifftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:05:06.1826834Z test_comprehensive_fft_ifftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.052s) 2022-09-27T16:05:06.1895785Z test_comprehensive_fft_ifftshift_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:06.1980186Z test_comprehensive_fft_ifftshift_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:06.2396860Z test_comprehensive_fft_ifftshift_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:06.2616813Z test_comprehensive_fft_ifftshift_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:06.3043339Z test_comprehensive_fft_ifftshift_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:05:06.3111312Z test_comprehensive_fft_ifftshift_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:06.3370130Z test_comprehensive_fft_ifftshift_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:06.3618498Z test_comprehensive_fft_ifftshift_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:05:06.3702667Z test_comprehensive_fft_ifftshift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:06.3786784Z test_comprehensive_fft_ifftshift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:06.3869251Z test_comprehensive_fft_ifftshift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:06.3953024Z test_comprehensive_fft_ifftshift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:06.4038108Z test_comprehensive_fft_ifftshift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:06.4379759Z test_comprehensive_fft_ihfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:06.5223324Z test_comprehensive_fft_ihfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:05:06.6046731Z test_comprehensive_fft_ihfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:05:06.6438728Z test_comprehensive_fft_ihfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:06.6832368Z test_comprehensive_fft_ihfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:05:06.7224441Z test_comprehensive_fft_ihfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:05:06.7616057Z test_comprehensive_fft_ihfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:05:06.8005518Z test_comprehensive_fft_ihfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T16:05:06.8321229Z test_comprehensive_fft_ihfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:06.9919550Z test_comprehensive_fft_ihfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.155s) 2022-09-27T16:05:07.1513611Z test_comprehensive_fft_ihfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.158s) 2022-09-27T16:05:07.1863835Z test_comprehensive_fft_ihfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:05:07.2216481Z test_comprehensive_fft_ihfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:05:07.2566488Z test_comprehensive_fft_ihfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T16:05:07.2915679Z test_comprehensive_fft_ihfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:05:07.3265888Z test_comprehensive_fft_ihfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:05:07.3658496Z test_comprehensive_fft_ihfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:05:07.5062509Z test_comprehensive_fft_ihfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.143s) 2022-09-27T16:05:07.6462558Z test_comprehensive_fft_ihfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.126s) 2022-09-27T16:05:07.6905614Z test_comprehensive_fft_ihfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:05:07.7349192Z test_comprehensive_fft_ihfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:05:07.7791801Z test_comprehensive_fft_ihfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:05:07.8235310Z test_comprehensive_fft_ihfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:05:07.8675689Z test_comprehensive_fft_ihfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.045s) 2022-09-27T16:05:07.8932245Z test_comprehensive_fft_irfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T16:05:07.9169477Z test_comprehensive_fft_irfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:07.9403610Z test_comprehensive_fft_irfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:07.9993362Z test_comprehensive_fft_irfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:05:08.0572423Z test_comprehensive_fft_irfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:05:08.0826779Z test_comprehensive_fft_irfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:05:08.1081771Z test_comprehensive_fft_irfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:08.1334718Z test_comprehensive_fft_irfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:08.1588215Z test_comprehensive_fft_irfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:05:08.1839820Z test_comprehensive_fft_irfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:08.2104113Z test_comprehensive_fft_irfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:05:08.2220815Z test_comprehensive_fft_irfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:08.2337408Z test_comprehensive_fft_irfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:08.2824516Z test_comprehensive_fft_irfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:05:08.3303944Z test_comprehensive_fft_irfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:05:08.3566944Z test_comprehensive_fft_irfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:08.3832224Z test_comprehensive_fft_irfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:05:08.4097446Z test_comprehensive_fft_irfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:08.4360863Z test_comprehensive_fft_irfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:08.4622474Z test_comprehensive_fft_irfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:05:08.4927453Z test_comprehensive_fft_irfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:08.5165438Z test_comprehensive_fft_irfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:08.5403804Z test_comprehensive_fft_irfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:08.6068151Z test_comprehensive_fft_irfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:05:08.6724045Z test_comprehensive_fft_irfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:05:08.7028627Z test_comprehensive_fft_irfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:08.7333152Z test_comprehensive_fft_irfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:08.7637090Z test_comprehensive_fft_irfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:05:08.7941676Z test_comprehensive_fft_irfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:08.8245731Z test_comprehensive_fft_irfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:05:08.8583258Z test_comprehensive_fft_rfft2_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:05:08.9279134Z test_comprehensive_fft_rfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:05:08.9962834Z test_comprehensive_fft_rfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.081s) 2022-09-27T16:05:09.0350462Z test_comprehensive_fft_rfft2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:09.0739087Z test_comprehensive_fft_rfft2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T16:05:09.1124350Z test_comprehensive_fft_rfft2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T16:05:09.1510173Z test_comprehensive_fft_rfft2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:05:09.1893021Z test_comprehensive_fft_rfft2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T16:05:09.2205687Z test_comprehensive_fft_rfft_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:09.2889401Z test_comprehensive_fft_rfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T16:05:09.3573147Z test_comprehensive_fft_rfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:05:09.3920586Z test_comprehensive_fft_rfft_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:05:09.4267991Z test_comprehensive_fft_rfft_cpu_int32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:05:09.4615086Z test_comprehensive_fft_rfft_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:09.4961745Z test_comprehensive_fft_rfft_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:05:09.5307290Z test_comprehensive_fft_rfft_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:05:09.5695253Z test_comprehensive_fft_rfftn_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:05:09.6493967Z test_comprehensive_fft_rfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:05:09.7284743Z test_comprehensive_fft_rfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:05:09.7722517Z test_comprehensive_fft_rfftn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:05:09.8161640Z test_comprehensive_fft_rfftn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:05:09.8599320Z test_comprehensive_fft_rfftn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:05:09.9037311Z test_comprehensive_fft_rfftn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:05:09.9470020Z test_comprehensive_fft_rfftn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:05:09.9521944Z test_comprehensive_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:09.9553842Z test_comprehensive_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:09.9661395Z test_comprehensive_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:09.9726600Z test_comprehensive_fill_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:09.9835673Z test_comprehensive_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:09.9886508Z test_comprehensive_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:09.9966463Z test_comprehensive_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:10.0043673Z test_comprehensive_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:10.0076482Z test_comprehensive_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:10.0109208Z test_comprehensive_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:10.0140985Z test_comprehensive_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:10.0173804Z test_comprehensive_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:10.0206291Z test_comprehensive_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:10.0257536Z test_comprehensive_flatten_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:10.0332104Z test_comprehensive_flatten_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:10.0697365Z test_comprehensive_flatten_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:05:10.0899301Z test_comprehensive_flatten_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:10.1275170Z test_comprehensive_flatten_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:10.1327308Z test_comprehensive_flatten_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:10.1550300Z test_comprehensive_flatten_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:10.1764683Z test_comprehensive_flatten_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:05:10.1840019Z test_comprehensive_flatten_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:10.1915315Z test_comprehensive_flatten_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:10.1989022Z test_comprehensive_flatten_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:10.2064075Z test_comprehensive_flatten_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:10.2138556Z test_comprehensive_flatten_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:10.2235756Z test_comprehensive_flip_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:10.2490105Z test_comprehensive_flip_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:05:10.3821880Z test_comprehensive_flip_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.124s) 2022-09-27T16:05:10.5165346Z test_comprehensive_flip_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.145s) 2022-09-27T16:05:10.5265812Z test_comprehensive_flip_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:10.6056982Z test_comprehensive_flip_cpu_float32 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T16:05:10.6830317Z test_comprehensive_flip_cpu_float64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:05:10.7087160Z test_comprehensive_flip_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:10.7344244Z test_comprehensive_flip_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:10.7597844Z test_comprehensive_flip_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:10.7854077Z test_comprehensive_flip_cpu_int8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T16:05:10.8108172Z test_comprehensive_flip_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:10.8139623Z test_comprehensive_fliplr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:10.8201121Z test_comprehensive_fliplr_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:10.8472520Z test_comprehensive_fliplr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:10.8750639Z test_comprehensive_fliplr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T16:05:10.8780100Z test_comprehensive_fliplr_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:10.8945819Z test_comprehensive_fliplr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:10.9111675Z test_comprehensive_fliplr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:10.9172602Z test_comprehensive_fliplr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:10.9233580Z test_comprehensive_fliplr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:10.9294136Z test_comprehensive_fliplr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:10.9354743Z test_comprehensive_fliplr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:10.9415293Z test_comprehensive_fliplr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:10.9448961Z test_comprehensive_flipud_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:10.9510378Z test_comprehensive_flipud_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:10.9785956Z test_comprehensive_flipud_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:05:11.0069460Z test_comprehensive_flipud_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:11.0100989Z test_comprehensive_flipud_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:11.0270931Z test_comprehensive_flipud_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:11.0436598Z test_comprehensive_flipud_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:11.0498278Z test_comprehensive_flipud_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:11.0559567Z test_comprehensive_flipud_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:11.0620327Z test_comprehensive_flipud_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:11.0681438Z test_comprehensive_flipud_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:11.0742553Z test_comprehensive_flipud_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:11.0806024Z test_comprehensive_float_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:11.0859471Z test_comprehensive_float_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:11.1044203Z test_comprehensive_float_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:11.1158855Z test_comprehensive_float_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:11.1346382Z test_comprehensive_float_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:11.1411505Z test_comprehensive_float_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:11.1457938Z test_comprehensive_float_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:11.1607230Z test_comprehensive_float_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:11.1661955Z test_comprehensive_float_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T16:05:11.1715870Z test_comprehensive_float_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:11.1769287Z test_comprehensive_float_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:11.1823192Z test_comprehensive_float_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:11.1878267Z test_comprehensive_float_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:11.2872255Z test_comprehensive_float_power_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.095s) 2022-09-27T16:05:11.3528566Z test_comprehensive_float_power_cpu_bool (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:05:12.7794948Z test_comprehensive_float_power_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.427s) 2022-09-27T16:05:14.3469550Z test_comprehensive_float_power_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.554s) 2022-09-27T16:05:14.4463216Z test_comprehensive_float_power_cpu_float16 (__main__.TestDecompCPU) ... ok (0.109s) 2022-09-27T16:05:15.2503347Z test_comprehensive_float_power_cpu_float32 (__main__.TestDecompCPU) ... ok (0.797s) 2022-09-27T16:05:15.9716080Z test_comprehensive_float_power_cpu_float64 (__main__.TestDecompCPU) ... ok (0.728s) 2022-09-27T16:05:16.0524447Z test_comprehensive_float_power_cpu_int16 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:05:16.1336544Z test_comprehensive_float_power_cpu_int32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:05:16.2144686Z test_comprehensive_float_power_cpu_int64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:05:16.2951731Z test_comprehensive_float_power_cpu_int8 (__main__.TestDecompCPU) ... ok (0.081s) 2022-09-27T16:05:16.3759341Z test_comprehensive_float_power_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:05:16.3783939Z test_comprehensive_floor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:16.3897453Z test_comprehensive_floor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:16.4003181Z test_comprehensive_floor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:16.4072542Z test_comprehensive_floor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:16.4141912Z test_comprehensive_floor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:16.4210605Z test_comprehensive_floor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:16.4279731Z test_comprehensive_floor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:16.4347971Z test_comprehensive_floor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:16.4670011Z test_comprehensive_floor_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:05:16.4994791Z test_comprehensive_floor_divide_cpu_float16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:05:16.5644387Z test_comprehensive_floor_divide_cpu_float32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:05:16.6272915Z test_comprehensive_floor_divide_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:05:16.6541213Z test_comprehensive_floor_divide_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:05:16.6811534Z test_comprehensive_floor_divide_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:16.7073160Z test_comprehensive_floor_divide_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:16.7340694Z test_comprehensive_floor_divide_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:16.7593142Z test_comprehensive_floor_divide_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:16.8456651Z test_comprehensive_fmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.094s) 2022-09-27T16:05:16.8700365Z test_comprehensive_fmax_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:16.9607361Z test_comprehensive_fmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.094s) 2022-09-27T16:05:17.3093599Z test_comprehensive_fmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.348s) 2022-09-27T16:05:17.6512403Z test_comprehensive_fmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.349s) 2022-09-27T16:05:17.6761075Z test_comprehensive_fmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:17.7008267Z test_comprehensive_fmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:17.7251457Z test_comprehensive_fmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:17.7497019Z test_comprehensive_fmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:17.7741310Z test_comprehensive_fmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:05:17.8601102Z test_comprehensive_fmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:05:17.8845424Z test_comprehensive_fmin_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:05:17.9754032Z test_comprehensive_fmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:05:18.3250046Z test_comprehensive_fmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.359s) 2022-09-27T16:05:18.6669461Z test_comprehensive_fmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.337s) 2022-09-27T16:05:18.6917295Z test_comprehensive_fmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:05:18.7164538Z test_comprehensive_fmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:18.7407862Z test_comprehensive_fmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:05:18.7653247Z test_comprehensive_fmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:05:18.7896246Z test_comprehensive_fmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:18.8214987Z test_comprehensive_fmod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:05:18.8550502Z test_comprehensive_fmod_cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:19.1372169Z test_comprehensive_fmod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.280s) 2022-09-27T16:05:19.4084459Z test_comprehensive_fmod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.275s) 2022-09-27T16:05:19.4339609Z test_comprehensive_fmod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:19.4593469Z test_comprehensive_fmod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:19.4842573Z test_comprehensive_fmod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:05:19.5095184Z test_comprehensive_fmod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:19.5345847Z test_comprehensive_fmod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:19.5393817Z test_comprehensive_frac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:19.5439143Z test_comprehensive_frac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:19.5498358Z test_comprehensive_frac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:19.5556484Z test_comprehensive_frac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:19.5610651Z test_comprehensive_frexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:19.5663049Z test_comprehensive_frexp_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:19.5750343Z test_comprehensive_frexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:19.5838782Z test_comprehensive_frexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:19.5861559Z test_comprehensive_full_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:19.5878870Z test_comprehensive_full_like_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:19.5904157Z test_comprehensive_full_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:19.5929071Z test_comprehensive_full_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:19.5950224Z test_comprehensive_full_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:19.5971059Z test_comprehensive_full_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:19.5992008Z test_comprehensive_full_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:19.6009711Z test_comprehensive_full_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:19.6027337Z test_comprehensive_full_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:19.6044865Z test_comprehensive_full_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:19.6062598Z test_comprehensive_full_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:19.6080149Z test_comprehensive_full_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:19.6130891Z test_comprehensive_gather_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:19.6148046Z test_comprehensive_gather_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:19.6261649Z test_comprehensive_gather_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:19.6378886Z test_comprehensive_gather_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:19.6426439Z test_comprehensive_gather_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:19.6513613Z test_comprehensive_gather_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:19.6597239Z test_comprehensive_gather_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:19.6614337Z test_comprehensive_gather_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:19.6631394Z test_comprehensive_gather_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:19.6648188Z test_comprehensive_gather_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:19.6665095Z test_comprehensive_gather_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:19.6682072Z test_comprehensive_gather_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:19.6931347Z test_comprehensive_gcd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:05:19.7177930Z test_comprehensive_gcd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:19.7421612Z test_comprehensive_gcd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:19.7667650Z test_comprehensive_gcd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:05:19.7911668Z test_comprehensive_gcd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:19.8151668Z test_comprehensive_ge_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:19.8394569Z test_comprehensive_ge_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:19.8648608Z test_comprehensive_ge_cpu_float16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T16:05:19.9046741Z test_comprehensive_ge_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:19.9438502Z test_comprehensive_ge_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:05:19.9684803Z test_comprehensive_ge_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:05:19.9932170Z test_comprehensive_ge_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:20.0179370Z test_comprehensive_ge_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:20.0425562Z test_comprehensive_ge_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:20.0670544Z test_comprehensive_ge_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:20.0799605Z test_comprehensive_geqrf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:20.0923538Z test_comprehensive_geqrf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:20.1027483Z test_comprehensive_geqrf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:20.1128512Z test_comprehensive_geqrf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:20.3953709Z test_comprehensive_gradient_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.276s) 2022-09-27T16:05:21.9379691Z test_comprehensive_gradient_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.539s) 2022-09-27T16:05:23.5426145Z test_comprehensive_gradient_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.601s) 2022-09-27T16:05:23.8399962Z test_comprehensive_gradient_cpu_float16 (__main__.TestDecompCPU) ... ok (0.301s) 2022-09-27T16:05:24.8707999Z test_comprehensive_gradient_cpu_float32 (__main__.TestDecompCPU) ... ok (1.030s) 2022-09-27T16:05:25.8630059Z test_comprehensive_gradient_cpu_float64 (__main__.TestDecompCPU) ... ok (0.997s) 2022-09-27T16:05:26.1721490Z test_comprehensive_gradient_cpu_int16 (__main__.TestDecompCPU) ... ok (0.305s) 2022-09-27T16:05:26.4804018Z test_comprehensive_gradient_cpu_int32 (__main__.TestDecompCPU) ... ok (0.317s) 2022-09-27T16:05:26.7853894Z test_comprehensive_gradient_cpu_int64 (__main__.TestDecompCPU) ... ok (0.301s) 2022-09-27T16:05:27.0934741Z test_comprehensive_gradient_cpu_int8 (__main__.TestDecompCPU) ... ok (0.305s) 2022-09-27T16:05:27.1176705Z test_comprehensive_gt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:27.1420475Z test_comprehensive_gt_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:27.1675765Z test_comprehensive_gt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:27.2074606Z test_comprehensive_gt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:05:27.2464408Z test_comprehensive_gt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:05:27.2710412Z test_comprehensive_gt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:05:27.2956138Z test_comprehensive_gt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:27.3200368Z test_comprehensive_gt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:27.3445644Z test_comprehensive_gt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:27.3690280Z test_comprehensive_gt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T16:05:27.3752200Z test_comprehensive_half_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:27.3805039Z test_comprehensive_half_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:27.3991723Z test_comprehensive_half_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:27.4181759Z test_comprehensive_half_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:27.4212761Z test_comprehensive_half_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:27.4368360Z test_comprehensive_half_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:27.4521104Z test_comprehensive_half_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:05:27.4573726Z test_comprehensive_half_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:27.4626631Z test_comprehensive_half_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:27.4678953Z test_comprehensive_half_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:27.4731672Z test_comprehensive_half_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:27.4784468Z test_comprehensive_half_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:27.4926499Z test_comprehensive_heaviside_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:27.5245687Z test_comprehensive_heaviside_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:05:27.5389389Z test_comprehensive_heaviside_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:27.5858416Z test_comprehensive_heaviside_cpu_float32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T16:05:27.6315229Z test_comprehensive_heaviside_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:27.6628965Z test_comprehensive_heaviside_cpu_int16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:05:27.6942394Z test_comprehensive_heaviside_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:27.7238556Z test_comprehensive_heaviside_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:27.7551003Z test_comprehensive_heaviside_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:27.7861373Z test_comprehensive_heaviside_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:05:27.7978919Z test_comprehensive_histc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:27.8094022Z test_comprehensive_histc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:27.8209431Z test_comprehensive_histc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:27.8523266Z test_comprehensive_histogram_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:27.8817882Z test_comprehensive_histogram_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:05:27.9187171Z test_comprehensive_histogramdd_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:27.9541662Z test_comprehensive_histogramdd_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:27.9615584Z test_comprehensive_hsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:27.9631108Z test_comprehensive_hsplit_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:28.0081251Z test_comprehensive_hsplit_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:05:28.0099195Z test_comprehensive_hsplit_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:28.0555917Z test_comprehensive_hsplit_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:05:28.0624322Z test_comprehensive_hsplit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:28.0900833Z test_comprehensive_hsplit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:05:28.1171741Z test_comprehensive_hsplit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:28.1186222Z test_comprehensive_hsplit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:28.1200730Z test_comprehensive_hsplit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:28.1215064Z test_comprehensive_hsplit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:28.1229529Z test_comprehensive_hsplit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:28.1243758Z test_comprehensive_hsplit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:28.1275491Z test_comprehensive_hstack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:28.1317386Z test_comprehensive_hstack_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:28.1442517Z test_comprehensive_hstack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:28.1566242Z test_comprehensive_hstack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:28.1695136Z test_comprehensive_hstack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:28.1727022Z test_comprehensive_hstack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:28.1808389Z test_comprehensive_hstack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:28.1887919Z test_comprehensive_hstack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:28.1929898Z test_comprehensive_hstack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:28.1971743Z test_comprehensive_hstack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:28.2012820Z test_comprehensive_hstack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:28.2054509Z test_comprehensive_hstack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:28.2096039Z test_comprehensive_hstack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:28.2454903Z test_comprehensive_hypot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:28.6693765Z test_comprehensive_hypot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.430s) 2022-09-27T16:05:29.0859200Z test_comprehensive_hypot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.415s) 2022-09-27T16:05:29.0878257Z test_comprehensive_i0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:29.0892732Z test_comprehensive_i0_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:29.0993323Z test_comprehensive_i0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:29.1087182Z test_comprehensive_i0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:29.1101261Z test_comprehensive_i0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:29.1114952Z test_comprehensive_i0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:29.1128467Z test_comprehensive_i0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:29.1141990Z test_comprehensive_i0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:29.1155540Z test_comprehensive_i0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:29.1241236Z test_comprehensive_igamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:29.1326788Z test_comprehensive_igamma_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:29.1736347Z test_comprehensive_igamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:05:29.2136782Z test_comprehensive_igamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:29.2219952Z test_comprehensive_igammac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:29.2305230Z test_comprehensive_igammac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:29.2715408Z test_comprehensive_igammac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:05:29.3115883Z test_comprehensive_igammac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:29.3166941Z test_comprehensive_imag_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:29.3184415Z test_comprehensive_imag_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:29.3235367Z test_comprehensive_imag_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:29.3410162Z test_comprehensive_index_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:29.3480350Z test_comprehensive_index_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:29.4258801Z test_comprehensive_index_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T16:05:29.4580224Z test_comprehensive_index_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:05:29.5392427Z test_comprehensive_index_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:05:29.5570775Z test_comprehensive_index_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:29.6100079Z test_comprehensive_index_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T16:05:29.6609360Z test_comprehensive_index_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T16:05:29.6709911Z test_comprehensive_index_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:29.6810102Z test_comprehensive_index_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:29.6907642Z test_comprehensive_index_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:29.7008197Z test_comprehensive_index_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:29.7108074Z test_comprehensive_index_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:29.7176173Z test_comprehensive_index_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:29.7217792Z test_comprehensive_index_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:29.7486179Z test_comprehensive_index_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:29.7766989Z test_comprehensive_index_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T16:05:29.7826939Z test_comprehensive_index_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:29.8011903Z test_comprehensive_index_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:29.8190392Z test_comprehensive_index_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:29.8232199Z test_comprehensive_index_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:29.8274085Z test_comprehensive_index_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:29.8315121Z test_comprehensive_index_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:29.8357026Z test_comprehensive_index_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:29.8398786Z test_comprehensive_index_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:29.8441473Z test_comprehensive_index_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:29.8476839Z test_comprehensive_index_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:29.8613807Z test_comprehensive_index_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:29.8755923Z test_comprehensive_index_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:29.8798474Z test_comprehensive_index_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:29.8899532Z test_comprehensive_index_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:29.8997324Z test_comprehensive_index_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:29.9033167Z test_comprehensive_index_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:29.9068499Z test_comprehensive_index_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:29.9102907Z test_comprehensive_index_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:29.9138240Z test_comprehensive_index_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:29.9173303Z test_comprehensive_index_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:29.9231392Z test_comprehensive_index_put_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:29.9248275Z test_comprehensive_index_put_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:29.9343517Z test_comprehensive_index_put_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:29.9366440Z test_comprehensive_index_put_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:29.9469531Z test_comprehensive_index_put_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:29.9526198Z test_comprehensive_index_put_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:29.9607419Z test_comprehensive_index_put_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:29.9686107Z test_comprehensive_index_put_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:29.9703425Z test_comprehensive_index_put_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:29.9720598Z test_comprehensive_index_put_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:29.9737551Z test_comprehensive_index_put_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:29.9754703Z test_comprehensive_index_put_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:29.9771609Z test_comprehensive_index_put_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:30.2591787Z test_comprehensive_index_reduce_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.280s) 2022-09-27T16:05:30.5493655Z test_comprehensive_index_reduce_cpu_float16 (__main__.TestDecompCPU) ... ok (0.296s) 2022-09-27T16:05:31.7068496Z test_comprehensive_index_reduce_cpu_float32 (__main__.TestDecompCPU) ... ok (1.146s) 2022-09-27T16:05:32.8448153Z test_comprehensive_index_reduce_cpu_float64 (__main__.TestDecompCPU) ... ok (1.147s) 2022-09-27T16:05:32.8500613Z test_comprehensive_index_reduce_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:32.8550672Z test_comprehensive_index_reduce_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:32.8598556Z test_comprehensive_index_reduce_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:32.8647176Z test_comprehensive_index_reduce_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:32.8695999Z test_comprehensive_index_reduce_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:32.8747557Z test_comprehensive_index_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:32.8782559Z test_comprehensive_index_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:32.8979471Z test_comprehensive_index_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:32.9054007Z test_comprehensive_index_select_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:32.9261359Z test_comprehensive_index_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:32.9309640Z test_comprehensive_index_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:32.9449348Z test_comprehensive_index_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:32.9584189Z test_comprehensive_index_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:32.9618863Z test_comprehensive_index_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:32.9653897Z test_comprehensive_index_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:32.9688255Z test_comprehensive_index_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T16:05:32.9722966Z test_comprehensive_index_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:32.9757605Z test_comprehensive_index_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:32.9830952Z test_comprehensive_inner_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:33.0207379Z test_comprehensive_inner_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:33.0599502Z test_comprehensive_inner_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:05:33.0824803Z test_comprehensive_inner_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:33.1041853Z test_comprehensive_inner_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:33.1089647Z test_comprehensive_inner_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:33.1138192Z test_comprehensive_inner_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:33.1184839Z test_comprehensive_inner_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:33.1232738Z test_comprehensive_inner_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:33.1280222Z test_comprehensive_inner_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:33.1335789Z test_comprehensive_int_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:33.1386144Z test_comprehensive_int_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:33.1490870Z test_comprehensive_int_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:33.1599208Z test_comprehensive_int_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:33.1656174Z test_comprehensive_int_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:33.1731090Z test_comprehensive_int_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:33.1803863Z test_comprehensive_int_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:33.1852917Z test_comprehensive_int_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:33.1880110Z test_comprehensive_int_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:33.1928655Z test_comprehensive_int_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:33.1977569Z test_comprehensive_int_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:33.2026380Z test_comprehensive_int_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:33.4542717Z test_comprehensive_isclose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.237s) 2022-09-27T16:05:34.0459472Z test_comprehensive_isclose_cpu_bool (__main__.TestDecompCPU) ... ok (0.602s) 2022-09-27T16:05:34.8184773Z test_comprehensive_isclose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.777s) 2022-09-27T16:05:35.6031547Z test_comprehensive_isclose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.779s) 2022-09-27T16:05:35.8701023Z test_comprehensive_isclose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.269s) 2022-09-27T16:05:36.4892851Z test_comprehensive_isclose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.617s) 2022-09-27T16:05:37.0967623Z test_comprehensive_isclose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.608s) 2022-09-27T16:05:37.8432287Z test_comprehensive_isclose_cpu_int16 (__main__.TestDecompCPU) ... ok (0.742s) 2022-09-27T16:05:38.5912370Z test_comprehensive_isclose_cpu_int32 (__main__.TestDecompCPU) ... ok (0.756s) 2022-09-27T16:05:39.3378234Z test_comprehensive_isclose_cpu_int64 (__main__.TestDecompCPU) ... ok (0.741s) 2022-09-27T16:05:40.0853545Z test_comprehensive_isclose_cpu_int8 (__main__.TestDecompCPU) ... ok (0.749s) 2022-09-27T16:05:40.8181761Z test_comprehensive_isclose_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.726s) 2022-09-27T16:05:40.8270133Z test_comprehensive_isfinite_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:40.8285701Z test_comprehensive_isfinite_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:40.8528190Z test_comprehensive_isfinite_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:40.8806144Z test_comprehensive_isfinite_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T16:05:40.9054143Z test_comprehensive_isfinite_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:40.9144068Z test_comprehensive_isfinite_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:40.9272001Z test_comprehensive_isfinite_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:40.9396786Z test_comprehensive_isfinite_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:40.9411180Z test_comprehensive_isfinite_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:40.9425318Z test_comprehensive_isfinite_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:40.9439682Z test_comprehensive_isfinite_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:40.9453544Z test_comprehensive_isfinite_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:40.9467588Z test_comprehensive_isfinite_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:40.9490024Z test_comprehensive_isin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:40.9506749Z test_comprehensive_isin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:40.9521872Z test_comprehensive_isin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:40.9536807Z test_comprehensive_isin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:40.9551900Z test_comprehensive_isin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:40.9566949Z test_comprehensive_isin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:40.9581876Z test_comprehensive_isin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:40.9650074Z test_comprehensive_isinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:40.9723407Z test_comprehensive_isinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:40.9919423Z test_comprehensive_isinf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:41.0124253Z test_comprehensive_isinf_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:41.0326650Z test_comprehensive_isinf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:41.0397483Z test_comprehensive_isinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:41.0510265Z test_comprehensive_isinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:41.0615443Z test_comprehensive_isinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:41.0687856Z test_comprehensive_isinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:41.0760945Z test_comprehensive_isinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:41.0833089Z test_comprehensive_isinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:41.0905991Z test_comprehensive_isinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:41.0978047Z test_comprehensive_isinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:41.1038739Z test_comprehensive_isnan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:41.1107969Z test_comprehensive_isnan_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:41.1294790Z test_comprehensive_isnan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:05:41.1488535Z test_comprehensive_isnan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:41.1555520Z test_comprehensive_isnan_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:41.1664777Z test_comprehensive_isnan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:41.1767257Z test_comprehensive_isnan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:41.1836994Z test_comprehensive_isnan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:41.1906989Z test_comprehensive_isnan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:41.1976604Z test_comprehensive_isnan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:41.2046063Z test_comprehensive_isnan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:41.2114630Z test_comprehensive_isnan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:41.2179224Z test_comprehensive_isneginf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:41.2249094Z test_comprehensive_isneginf_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:41.2317033Z test_comprehensive_isneginf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:41.2426308Z test_comprehensive_isneginf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:41.2531170Z test_comprehensive_isneginf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:41.2601341Z test_comprehensive_isneginf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:41.2671580Z test_comprehensive_isneginf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:41.2741314Z test_comprehensive_isneginf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:41.2811331Z test_comprehensive_isneginf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:41.2880826Z test_comprehensive_isneginf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:41.2943967Z test_comprehensive_isposinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:41.3013289Z test_comprehensive_isposinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:41.3080883Z test_comprehensive_isposinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:41.3190157Z test_comprehensive_isposinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:41.3292611Z test_comprehensive_isposinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:41.3362962Z test_comprehensive_isposinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:41.3432799Z test_comprehensive_isposinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:41.3502969Z test_comprehensive_isposinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:41.3572566Z test_comprehensive_isposinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:41.3642404Z test_comprehensive_isposinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:41.3660177Z test_comprehensive_isreal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:41.3674242Z test_comprehensive_isreal_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:41.3718901Z test_comprehensive_isreal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:41.3766723Z test_comprehensive_isreal_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:41.3811585Z test_comprehensive_isreal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:41.3827112Z test_comprehensive_isreal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:41.3842587Z test_comprehensive_isreal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:41.3857967Z test_comprehensive_isreal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:41.3872053Z test_comprehensive_isreal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:41.3886208Z test_comprehensive_isreal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:41.3900201Z test_comprehensive_isreal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:41.3914192Z test_comprehensive_isreal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:41.3928377Z test_comprehensive_isreal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:42.7006479Z test_comprehensive_istft_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.304s) 2022-09-27T16:05:44.0266034Z test_comprehensive_istft_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.327s) 2022-09-27T16:05:45.1693876Z test_comprehensive_istft_cpu_float32 (__main__.TestDecompCPU) ... ok (1.137s) 2022-09-27T16:05:46.2896146Z test_comprehensive_istft_cpu_float64 (__main__.TestDecompCPU) ... ok (1.113s) 2022-09-27T16:05:46.2910217Z test_comprehensive_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.2922421Z test_comprehensive_jiterator_2inputs_2outputs_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.2933335Z test_comprehensive_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.2944345Z test_comprehensive_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.2955385Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.2966520Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.2977533Z test_comprehensive_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.2989159Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:05:46.2999888Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3011040Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3022027Z test_comprehensive_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3033053Z test_comprehensive_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3044198Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3055229Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3066220Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3077167Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3088207Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3099153Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3110128Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3121109Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3132174Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3143157Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3154606Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:05:46.3165611Z test_comprehensive_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3176696Z test_comprehensive_jiterator_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3187733Z test_comprehensive_jiterator_binary_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3198746Z test_comprehensive_jiterator_binary_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3209878Z test_comprehensive_jiterator_binary_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3221033Z test_comprehensive_jiterator_binary_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3231786Z test_comprehensive_jiterator_binary_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3242888Z test_comprehensive_jiterator_binary_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3253821Z test_comprehensive_jiterator_binary_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3264814Z test_comprehensive_jiterator_binary_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3275824Z test_comprehensive_jiterator_binary_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3286950Z test_comprehensive_jiterator_binary_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3297928Z test_comprehensive_jiterator_binary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3309036Z test_comprehensive_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:05:46.3320015Z test_comprehensive_jiterator_binary_return_by_ref_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3331095Z test_comprehensive_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3342004Z test_comprehensive_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3352952Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3363972Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3374898Z test_comprehensive_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3385922Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3396873Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3407997Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3418998Z test_comprehensive_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3429915Z test_comprehensive_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3441034Z test_comprehensive_jiterator_unary_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3452214Z test_comprehensive_jiterator_unary_cpu_bool (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3463437Z test_comprehensive_jiterator_unary_cpu_complex128 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:05:46.3474418Z test_comprehensive_jiterator_unary_cpu_complex64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3485498Z test_comprehensive_jiterator_unary_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3496478Z test_comprehensive_jiterator_unary_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3507412Z test_comprehensive_jiterator_unary_cpu_float64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3518410Z test_comprehensive_jiterator_unary_cpu_int16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3529692Z test_comprehensive_jiterator_unary_cpu_int32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3540582Z test_comprehensive_jiterator_unary_cpu_int64 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3551527Z test_comprehensive_jiterator_unary_cpu_int8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3562614Z test_comprehensive_jiterator_unary_cpu_uint8 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:05:46.3635061Z test_comprehensive_kron_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:46.3692968Z test_comprehensive_kron_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:46.6698761Z test_comprehensive_kron_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.301s) 2022-09-27T16:05:46.9727730Z test_comprehensive_kron_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.295s) 2022-09-27T16:05:46.9807424Z test_comprehensive_kron_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:47.1362139Z test_comprehensive_kron_cpu_float32 (__main__.TestDecompCPU) ... ok (0.161s) 2022-09-27T16:05:47.2913005Z test_comprehensive_kron_cpu_float64 (__main__.TestDecompCPU) ... ok (0.150s) 2022-09-27T16:05:47.2972430Z test_comprehensive_kron_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:47.3030724Z test_comprehensive_kron_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:47.3086959Z test_comprehensive_kron_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:47.3143482Z test_comprehensive_kron_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:47.3199527Z test_comprehensive_kron_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:47.3316461Z test_comprehensive_kthvalue_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:47.3492501Z test_comprehensive_kthvalue_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:47.3664317Z test_comprehensive_kthvalue_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:05:47.3683095Z test_comprehensive_kthvalue_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:47.3701759Z test_comprehensive_kthvalue_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:47.3720476Z test_comprehensive_kthvalue_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:47.3739451Z test_comprehensive_kthvalue_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:47.3758038Z test_comprehensive_kthvalue_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:47.4031483Z test_comprehensive_lcm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:47.4285510Z test_comprehensive_lcm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:47.4535380Z test_comprehensive_lcm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:05:47.4805504Z test_comprehensive_lcm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:05:47.5057558Z test_comprehensive_lcm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:05:47.5455667Z test_comprehensive_ldexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:05:47.5973391Z test_comprehensive_ldexp_cpu_bool (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T16:05:48.2446326Z test_comprehensive_ldexp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.639s) 2022-09-27T16:05:48.8995688Z test_comprehensive_ldexp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.662s) 2022-09-27T16:05:48.9413601Z test_comprehensive_ldexp_cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:49.2593594Z test_comprehensive_ldexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.332s) 2022-09-27T16:05:49.5696488Z test_comprehensive_ldexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.303s) 2022-09-27T16:05:49.6156894Z test_comprehensive_ldexp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:05:49.6619033Z test_comprehensive_ldexp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.049s) 2022-09-27T16:05:49.7075641Z test_comprehensive_ldexp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-09-27T16:05:49.7532028Z test_comprehensive_ldexp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:05:49.8051727Z test_comprehensive_ldexp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T16:05:49.8291317Z test_comprehensive_le_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:49.8534152Z test_comprehensive_le_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:49.8788387Z test_comprehensive_le_cpu_float16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T16:05:49.9187458Z test_comprehensive_le_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:05:49.9577454Z test_comprehensive_le_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:49.9824128Z test_comprehensive_le_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:05:50.0070047Z test_comprehensive_le_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:50.0314655Z test_comprehensive_le_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:50.0560669Z test_comprehensive_le_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:50.0804773Z test_comprehensive_le_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T16:05:50.4605257Z test_comprehensive_lerp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.374s) 2022-09-27T16:05:50.8514944Z test_comprehensive_lerp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.403s) 2022-09-27T16:05:51.0199336Z test_comprehensive_lerp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.158s) 2022-09-27T16:05:51.1836312Z test_comprehensive_lerp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.174s) 2022-09-27T16:05:51.1897766Z test_comprehensive_lgamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:51.1932170Z test_comprehensive_lgamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:51.2049332Z test_comprehensive_lgamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:51.2162643Z test_comprehensive_lgamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:51.2196916Z test_comprehensive_lgamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:51.2230976Z test_comprehensive_lgamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:51.2265009Z test_comprehensive_lgamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:51.2299244Z test_comprehensive_lgamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:51.2333136Z test_comprehensive_lgamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:51.5189049Z test_comprehensive_linalg_cholesky_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.285s) 2022-09-27T16:05:51.8108465Z test_comprehensive_linalg_cholesky_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.285s) 2022-09-27T16:05:51.9972430Z test_comprehensive_linalg_cholesky_cpu_float32 (__main__.TestDecompCPU) ... ok (0.190s) 2022-09-27T16:05:52.1776018Z test_comprehensive_linalg_cholesky_cpu_float64 (__main__.TestDecompCPU) ... ok (0.189s) 2022-09-27T16:05:52.4618770Z test_comprehensive_linalg_cholesky_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.278s) 2022-09-27T16:05:52.7528929Z test_comprehensive_linalg_cholesky_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.290s) 2022-09-27T16:05:52.9397403Z test_comprehensive_linalg_cholesky_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.193s) 2022-09-27T16:05:53.1180649Z test_comprehensive_linalg_cholesky_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.171s) 2022-09-27T16:05:53.2224683Z test_comprehensive_linalg_cond_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.108s) 2022-09-27T16:05:53.3300049Z test_comprehensive_linalg_cond_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.104s) 2022-09-27T16:05:53.4155708Z test_comprehensive_linalg_cond_cpu_float32 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T16:05:53.4986843Z test_comprehensive_linalg_cond_cpu_float64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:05:53.5022142Z test_comprehensive_linalg_cross_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:53.5244270Z test_comprehensive_linalg_cross_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:05:53.5471343Z test_comprehensive_linalg_cross_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:05:53.5514278Z test_comprehensive_linalg_cross_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:53.5556186Z test_comprehensive_linalg_cross_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:53.5571131Z test_comprehensive_linalg_cross_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:53.5585755Z test_comprehensive_linalg_cross_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:53.5600540Z test_comprehensive_linalg_cross_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:05:53.5615260Z test_comprehensive_linalg_cross_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:53.5629825Z test_comprehensive_linalg_cross_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:05:53.6484048Z test_comprehensive_linalg_det_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T16:05:53.7364289Z test_comprehensive_linalg_det_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.093s) 2022-09-27T16:05:53.7945543Z test_comprehensive_linalg_det_cpu_float32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T16:05:53.8510565Z test_comprehensive_linalg_det_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:05:54.5333939Z test_comprehensive_linalg_det_singular_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.678s) 2022-09-27T16:05:55.2355080Z test_comprehensive_linalg_det_singular_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.706s) 2022-09-27T16:05:55.7220383Z test_comprehensive_linalg_det_singular_cpu_float32 (__main__.TestDecompCPU) ... ok (0.487s) 2022-09-27T16:05:56.1656605Z test_comprehensive_linalg_det_singular_cpu_float64 (__main__.TestDecompCPU) ... ok (0.441s) 2022-09-27T16:05:56.4990845Z test_comprehensive_linalg_eig_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.333s) 2022-09-27T16:05:56.8430793Z test_comprehensive_linalg_eig_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.342s) 2022-09-27T16:05:57.1787188Z test_comprehensive_linalg_eig_cpu_float32 (__main__.TestDecompCPU) ... ok (0.332s) 2022-09-27T16:05:57.5039939Z test_comprehensive_linalg_eig_cpu_float64 (__main__.TestDecompCPU) ... ok (0.327s) 2022-09-27T16:05:57.7934495Z test_comprehensive_linalg_eigh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.295s) 2022-09-27T16:05:58.0877718Z test_comprehensive_linalg_eigh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.295s) 2022-09-27T16:05:58.2891919Z test_comprehensive_linalg_eigh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.187s) 2022-09-27T16:05:58.4837323Z test_comprehensive_linalg_eigh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.208s) 2022-09-27T16:05:58.5566522Z test_comprehensive_linalg_eigvals_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:05:58.6396561Z test_comprehensive_linalg_eigvals_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T16:05:58.7120777Z test_comprehensive_linalg_eigvals_cpu_float32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T16:05:58.7814869Z test_comprehensive_linalg_eigvals_cpu_float64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:05:58.8642967Z test_comprehensive_linalg_eigvalsh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T16:05:58.9480739Z test_comprehensive_linalg_eigvalsh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:05:59.0087454Z test_comprehensive_linalg_eigvalsh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T16:05:59.0681130Z test_comprehensive_linalg_eigvalsh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:06:01.1104651Z test_comprehensive_linalg_householder_product_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.038s) 2022-09-27T16:06:03.2360958Z test_comprehensive_linalg_householder_product_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.120s) 2022-09-27T16:06:04.5139826Z test_comprehensive_linalg_householder_product_cpu_float32 (__main__.TestDecompCPU) ... ok (1.280s) 2022-09-27T16:06:05.7500957Z test_comprehensive_linalg_householder_product_cpu_float64 (__main__.TestDecompCPU) ... ok (1.241s) 2022-09-27T16:06:05.8855420Z test_comprehensive_linalg_inv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.128s) 2022-09-27T16:06:06.0144494Z test_comprehensive_linalg_inv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.143s) 2022-09-27T16:06:06.1019891Z test_comprehensive_linalg_inv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:06:06.1865380Z test_comprehensive_linalg_inv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.080s) 2022-09-27T16:06:06.3137128Z test_comprehensive_linalg_inv_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.135s) 2022-09-27T16:06:06.4424016Z test_comprehensive_linalg_inv_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.126s) 2022-09-27T16:06:06.5290075Z test_comprehensive_linalg_inv_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.080s) 2022-09-27T16:06:06.6137137Z test_comprehensive_linalg_inv_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.096s) 2022-09-27T16:06:06.6167669Z test_comprehensive_linalg_ldl_factor_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:06:06.6192073Z test_comprehensive_linalg_ldl_factor_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:06:06.6211556Z test_comprehensive_linalg_ldl_factor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:06:06.6230659Z test_comprehensive_linalg_ldl_factor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:06:06.6250584Z test_comprehensive_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:06:06.6271152Z test_comprehensive_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:06:06.6288339Z test_comprehensive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:06:06.6305223Z test_comprehensive_linalg_ldl_factor_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:06:06.6355557Z test_comprehensive_linalg_ldl_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:06:06.6402655Z test_comprehensive_linalg_ldl_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:06:06.6434182Z test_comprehensive_linalg_ldl_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:06:06.6466071Z test_comprehensive_linalg_ldl_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:06:14.0776819Z test_comprehensive_linalg_lstsq_cpu_complex128 (__main__.TestDecompCPU) ... ok (7.430s) 2022-09-27T16:06:21.6485591Z test_comprehensive_linalg_lstsq_cpu_complex64 (__main__.TestDecompCPU) ... ok (7.566s) 2022-09-27T16:06:26.1184331Z test_comprehensive_linalg_lstsq_cpu_float32 (__main__.TestDecompCPU) ... ok (4.476s) 2022-09-27T16:06:30.4749757Z test_comprehensive_linalg_lstsq_cpu_float64 (__main__.TestDecompCPU) ... ok (4.358s) 2022-09-27T16:06:37.9723441Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestDecompCPU) ... ok (7.490s) 2022-09-27T16:06:45.6064587Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestDecompCPU) ... ok (7.642s) 2022-09-27T16:06:50.0891489Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestDecompCPU) ... ok (4.469s) 2022-09-27T16:06:54.4459157Z test_comprehensive_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestDecompCPU) ... ok (4.365s) 2022-09-27T16:06:56.3542103Z test_comprehensive_linalg_lu_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.902s) 2022-09-27T16:06:58.2759322Z test_comprehensive_linalg_lu_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.933s) 2022-09-27T16:06:59.4600058Z test_comprehensive_linalg_lu_cpu_float32 (__main__.TestDecompCPU) ... ok (1.186s) 2022-09-27T16:07:00.6243300Z test_comprehensive_linalg_lu_cpu_float64 (__main__.TestDecompCPU) ... ok (1.155s) 2022-09-27T16:07:02.6360832Z test_comprehensive_linalg_lu_factor_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.016s) 2022-09-27T16:07:04.6559119Z test_comprehensive_linalg_lu_factor_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.019s) 2022-09-27T16:07:05.8987657Z test_comprehensive_linalg_lu_factor_cpu_float32 (__main__.TestDecompCPU) ... ok (1.250s) 2022-09-27T16:07:07.1265225Z test_comprehensive_linalg_lu_factor_cpu_float64 (__main__.TestDecompCPU) ... ok (1.223s) 2022-09-27T16:07:09.1094529Z test_comprehensive_linalg_lu_factor_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.989s) 2022-09-27T16:07:11.1176972Z test_comprehensive_linalg_lu_factor_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.998s) 2022-09-27T16:07:12.3550256Z test_comprehensive_linalg_lu_factor_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (1.238s) 2022-09-27T16:07:13.5822972Z test_comprehensive_linalg_lu_factor_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (1.222s) 2022-09-27T16:07:17.5176608Z test_comprehensive_linalg_lu_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.938s) 2022-09-27T16:07:21.5915694Z test_comprehensive_linalg_lu_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (4.082s) 2022-09-27T16:07:24.6250117Z test_comprehensive_linalg_lu_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (3.028s) 2022-09-27T16:07:27.5933312Z test_comprehensive_linalg_lu_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (2.973s) 2022-09-27T16:07:27.8046285Z test_comprehensive_linalg_matrix_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.206s) 2022-09-27T16:07:28.8611078Z test_comprehensive_linalg_matrix_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.059s) 2022-09-27T16:07:29.9580323Z test_comprehensive_linalg_matrix_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.100s) 2022-09-27T16:07:30.1672093Z test_comprehensive_linalg_matrix_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.208s) 2022-09-27T16:07:31.0763905Z test_comprehensive_linalg_matrix_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.906s) 2022-09-27T16:07:31.9521413Z test_comprehensive_linalg_matrix_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.877s) 2022-09-27T16:07:32.3447017Z test_comprehensive_linalg_matrix_power_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.399s) 2022-09-27T16:07:32.7567224Z test_comprehensive_linalg_matrix_power_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.398s) 2022-09-27T16:07:33.0435967Z test_comprehensive_linalg_matrix_power_cpu_float32 (__main__.TestDecompCPU) ... ok (0.290s) 2022-09-27T16:07:33.3179806Z test_comprehensive_linalg_matrix_power_cpu_float64 (__main__.TestDecompCPU) ... ok (0.280s) 2022-09-27T16:07:33.5611788Z test_comprehensive_linalg_matrix_rank_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.244s) 2022-09-27T16:07:33.8077587Z test_comprehensive_linalg_matrix_rank_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.244s) 2022-09-27T16:07:34.0507513Z test_comprehensive_linalg_matrix_rank_cpu_float32 (__main__.TestDecompCPU) ... ok (0.238s) 2022-09-27T16:07:34.2885050Z test_comprehensive_linalg_matrix_rank_cpu_float64 (__main__.TestDecompCPU) ... ok (0.238s) 2022-09-27T16:07:34.3226005Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:07:34.3575167Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:07:34.3922976Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:07:34.4264252Z test_comprehensive_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:07:34.4399076Z test_comprehensive_linalg_multi_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:07:34.5024132Z test_comprehensive_linalg_multi_dot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T16:07:34.5672090Z test_comprehensive_linalg_multi_dot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:07:34.6111673Z test_comprehensive_linalg_multi_dot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T16:07:34.6533537Z test_comprehensive_linalg_multi_dot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:07:34.6590379Z test_comprehensive_linalg_multi_dot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:07:34.6646482Z test_comprehensive_linalg_multi_dot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:07:34.6708739Z test_comprehensive_linalg_multi_dot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:07:34.6768249Z test_comprehensive_linalg_multi_dot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:07:34.6824463Z test_comprehensive_linalg_multi_dot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:07:34.9494878Z test_comprehensive_linalg_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.259s) 2022-09-27T16:07:35.8617396Z test_comprehensive_linalg_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.915s) 2022-09-27T16:07:36.8080189Z test_comprehensive_linalg_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.953s) 2022-09-27T16:07:37.0770363Z test_comprehensive_linalg_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.263s) 2022-09-27T16:07:37.8499153Z test_comprehensive_linalg_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.776s) 2022-09-27T16:07:38.5968790Z test_comprehensive_linalg_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.745s) 2022-09-27T16:07:38.8036879Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.202s) 2022-09-27T16:07:39.3298293Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.529s) 2022-09-27T16:07:39.8760434Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.544s) 2022-09-27T16:07:40.0858248Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestDecompCPU) ... ok (0.212s) 2022-09-27T16:07:40.5731150Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestDecompCPU) ... ok (0.492s) 2022-09-27T16:07:41.0435439Z test_comprehensive_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestDecompCPU) ... ok (0.472s) 2022-09-27T16:07:42.1925586Z test_comprehensive_linalg_pinv_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.139s) 2022-09-27T16:07:43.3726464Z test_comprehensive_linalg_pinv_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.175s) 2022-09-27T16:07:44.1683306Z test_comprehensive_linalg_pinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.810s) 2022-09-27T16:07:44.9385036Z test_comprehensive_linalg_pinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.761s) 2022-09-27T16:07:45.4414050Z test_comprehensive_linalg_pinv_hermitian_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.503s) 2022-09-27T16:07:45.9572610Z test_comprehensive_linalg_pinv_hermitian_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.516s) 2022-09-27T16:07:46.2844464Z test_comprehensive_linalg_pinv_hermitian_cpu_float32 (__main__.TestDecompCPU) ... ok (0.333s) 2022-09-27T16:07:46.6022438Z test_comprehensive_linalg_pinv_hermitian_cpu_float64 (__main__.TestDecompCPU) ... ok (0.317s) 2022-09-27T16:07:46.6036134Z test_comprehensive_linalg_pinv_singular_cpu_complex128 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:07:46.6047424Z test_comprehensive_linalg_pinv_singular_cpu_complex64 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:07:46.6058395Z test_comprehensive_linalg_pinv_singular_cpu_float32 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:07:46.6069398Z test_comprehensive_linalg_pinv_singular_cpu_float64 (__main__.TestDecompCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:07:47.5898082Z test_comprehensive_linalg_qr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.977s) 2022-09-27T16:07:48.5626532Z test_comprehensive_linalg_qr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.981s) 2022-09-27T16:07:49.2322077Z test_comprehensive_linalg_qr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.664s) 2022-09-27T16:07:49.9274563Z test_comprehensive_linalg_qr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.692s) 2022-09-27T16:07:50.0199947Z test_comprehensive_linalg_slogdet_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:07:50.1159225Z test_comprehensive_linalg_slogdet_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.104s) 2022-09-27T16:07:50.1520576Z test_comprehensive_linalg_slogdet_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:07:50.1867111Z test_comprehensive_linalg_slogdet_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:07:50.3334864Z test_comprehensive_linalg_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.142s) 2022-09-27T16:07:50.4844629Z test_comprehensive_linalg_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.144s) 2022-09-27T16:07:50.5933835Z test_comprehensive_linalg_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.111s) 2022-09-27T16:07:50.6982722Z test_comprehensive_linalg_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.111s) 2022-09-27T16:07:50.8438606Z test_comprehensive_linalg_solve_ex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.143s) 2022-09-27T16:07:50.9936161Z test_comprehensive_linalg_solve_ex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.142s) 2022-09-27T16:07:51.1015624Z test_comprehensive_linalg_solve_ex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.111s) 2022-09-27T16:07:51.2058514Z test_comprehensive_linalg_solve_ex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.110s) 2022-09-27T16:07:53.3189746Z test_comprehensive_linalg_solve_triangular_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.107s) 2022-09-27T16:07:55.4971650Z test_comprehensive_linalg_solve_triangular_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.187s) 2022-09-27T16:07:57.1964471Z test_comprehensive_linalg_solve_triangular_cpu_float32 (__main__.TestDecompCPU) ... ok (1.702s) 2022-09-27T16:07:58.8367895Z test_comprehensive_linalg_solve_triangular_cpu_float64 (__main__.TestDecompCPU) ... ok (1.632s) 2022-09-27T16:08:07.1039397Z test_comprehensive_linalg_svd_cpu_complex128 (__main__.TestDecompCPU) ... ok (8.270s) 2022-09-27T16:08:15.6239752Z test_comprehensive_linalg_svd_cpu_complex64 (__main__.TestDecompCPU) ... ok (8.517s) 2022-09-27T16:08:21.2576339Z test_comprehensive_linalg_svd_cpu_float32 (__main__.TestDecompCPU) ... ok (5.643s) 2022-09-27T16:08:26.7063698Z test_comprehensive_linalg_svd_cpu_float64 (__main__.TestDecompCPU) ... ok (5.441s) 2022-09-27T16:08:26.9641236Z test_comprehensive_linalg_svdvals_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.265s) 2022-09-27T16:08:27.2292565Z test_comprehensive_linalg_svdvals_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.255s) 2022-09-27T16:08:27.4760538Z test_comprehensive_linalg_svdvals_cpu_float32 (__main__.TestDecompCPU) ... ok (0.252s) 2022-09-27T16:08:27.6744678Z test_comprehensive_linalg_svdvals_cpu_float64 (__main__.TestDecompCPU) ... ok (0.191s) 2022-09-27T16:08:27.7893934Z test_comprehensive_linalg_tensorinv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.127s) 2022-09-27T16:08:27.9041782Z test_comprehensive_linalg_tensorinv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.111s) 2022-09-27T16:08:27.9719090Z test_comprehensive_linalg_tensorinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.074s) 2022-09-27T16:08:28.0373955Z test_comprehensive_linalg_tensorinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.052s) 2022-09-27T16:08:28.2060276Z test_comprehensive_linalg_tensorsolve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.174s) 2022-09-27T16:08:28.3779676Z test_comprehensive_linalg_tensorsolve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.174s) 2022-09-27T16:08:28.4804585Z test_comprehensive_linalg_tensorsolve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.095s) 2022-09-27T16:08:28.5815646Z test_comprehensive_linalg_tensorsolve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.114s) 2022-09-27T16:08:28.9268959Z test_comprehensive_linalg_vander_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.332s) 2022-09-27T16:08:29.2827017Z test_comprehensive_linalg_vander_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.364s) 2022-09-27T16:08:29.4799556Z test_comprehensive_linalg_vander_cpu_float32 (__main__.TestDecompCPU) ... ok (0.190s) 2022-09-27T16:08:29.6709436Z test_comprehensive_linalg_vander_cpu_float64 (__main__.TestDecompCPU) ... ok (0.191s) 2022-09-27T16:08:29.7064600Z test_comprehensive_linalg_vander_cpu_int16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:08:29.7417610Z test_comprehensive_linalg_vander_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:08:29.7762685Z test_comprehensive_linalg_vander_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:08:29.8114869Z test_comprehensive_linalg_vander_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:08:29.8467981Z test_comprehensive_linalg_vander_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:08:29.9548866Z test_comprehensive_linalg_vecdot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.112s) 2022-09-27T16:08:30.4263199Z test_comprehensive_linalg_vecdot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.475s) 2022-09-27T16:08:30.9156069Z test_comprehensive_linalg_vecdot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.492s) 2022-09-27T16:08:31.1830776Z test_comprehensive_linalg_vecdot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.269s) 2022-09-27T16:08:31.4406020Z test_comprehensive_linalg_vecdot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.253s) 2022-09-27T16:08:32.2130183Z test_comprehensive_linalg_vector_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.772s) 2022-09-27T16:08:34.5535883Z test_comprehensive_linalg_vector_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.343s) 2022-09-27T16:08:36.9883240Z test_comprehensive_linalg_vector_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.436s) 2022-09-27T16:08:37.7549140Z test_comprehensive_linalg_vector_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.762s) 2022-09-27T16:08:39.6857960Z test_comprehensive_linalg_vector_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (1.938s) 2022-09-27T16:08:41.5461430Z test_comprehensive_linalg_vector_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (1.860s) 2022-09-27T16:08:41.5591936Z test_comprehensive_linspace_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:41.5818401Z test_comprehensive_linspace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:41.6048521Z test_comprehensive_linspace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:41.6176468Z test_comprehensive_linspace_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:41.6380510Z test_comprehensive_linspace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:08:41.6571979Z test_comprehensive_linspace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:41.6610631Z test_comprehensive_linspace_cpu_int16 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-09-27T16:08:41.6641553Z test_comprehensive_linspace_cpu_int32 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-09-27T16:08:41.6668038Z test_comprehensive_linspace_cpu_int64 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-09-27T16:08:41.6837359Z test_comprehensive_linspace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:41.6976540Z test_comprehensive_linspace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:41.7044382Z test_comprehensive_log10_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:41.7080843Z test_comprehensive_log10_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:41.7292398Z test_comprehensive_log10_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:41.7509465Z test_comprehensive_log10_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:08:41.7630781Z test_comprehensive_log10_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:41.7748251Z test_comprehensive_log10_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T16:08:41.7784399Z test_comprehensive_log10_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:41.7821222Z test_comprehensive_log10_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:41.7857381Z test_comprehensive_log10_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:41.7893728Z test_comprehensive_log10_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:41.7930196Z test_comprehensive_log10_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:41.7967521Z test_comprehensive_log1p_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:41.8042835Z test_comprehensive_log1p_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:41.8426243Z test_comprehensive_log1p_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:08:41.8800289Z test_comprehensive_log1p_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:08:41.8873550Z test_comprehensive_log1p_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:41.8947153Z test_comprehensive_log1p_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:41.9020064Z test_comprehensive_log1p_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:41.9093219Z test_comprehensive_log1p_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:41.9165488Z test_comprehensive_log1p_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:41.9230470Z test_comprehensive_log2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:41.9266341Z test_comprehensive_log2_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:41.9477144Z test_comprehensive_log2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:41.9695112Z test_comprehensive_log2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:08:41.9817126Z test_comprehensive_log2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T16:08:41.9935628Z test_comprehensive_log2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:41.9971709Z test_comprehensive_log2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:42.0008231Z test_comprehensive_log2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:42.0044780Z test_comprehensive_log2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:42.0081174Z test_comprehensive_log2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:42.0117336Z test_comprehensive_log2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:42.0167390Z test_comprehensive_log_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:42.0203275Z test_comprehensive_log_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:42.0370905Z test_comprehensive_log_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:42.0545227Z test_comprehensive_log_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:42.0638268Z test_comprehensive_log_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:42.0729012Z test_comprehensive_log_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:42.0765547Z test_comprehensive_log_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:42.0801987Z test_comprehensive_log_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:42.0838357Z test_comprehensive_log_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:42.0874619Z test_comprehensive_log_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:42.0911014Z test_comprehensive_log_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:42.0995109Z test_comprehensive_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:42.1423467Z test_comprehensive_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:08:42.1835968Z test_comprehensive_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:08:42.1949725Z test_comprehensive_log_softmax_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:42.2186301Z test_comprehensive_log_softmax_dtype_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:42.2963467Z test_comprehensive_log_softmax_dtype_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:08:42.3358103Z test_comprehensive_log_softmax_dtype_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:08:42.4155181Z test_comprehensive_log_softmax_dtype_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:08:42.4269294Z test_comprehensive_log_softmax_dtype_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:42.4966212Z test_comprehensive_log_softmax_dtype_cpu_float32 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:08:42.5378594Z test_comprehensive_log_softmax_dtype_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:08:42.5662552Z test_comprehensive_log_softmax_dtype_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:42.5947962Z test_comprehensive_log_softmax_dtype_cpu_int32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:08:42.6231430Z test_comprehensive_log_softmax_dtype_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:42.6516300Z test_comprehensive_log_softmax_dtype_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:08:42.6801994Z test_comprehensive_log_softmax_dtype_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:08:42.6863234Z test_comprehensive_logaddexp2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:08:42.7051615Z test_comprehensive_logaddexp2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:42.7234796Z test_comprehensive_logaddexp2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:42.7292776Z test_comprehensive_logaddexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:42.7481470Z test_comprehensive_logaddexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:42.7664790Z test_comprehensive_logaddexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:42.8199410Z test_comprehensive_logcumsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T16:08:43.2461276Z test_comprehensive_logcumsumexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.420s) 2022-09-27T16:08:43.6711871Z test_comprehensive_logcumsumexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.432s) 2022-09-27T16:08:43.8114619Z test_comprehensive_logdet_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.144s) 2022-09-27T16:08:43.9571075Z test_comprehensive_logdet_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.142s) 2022-09-27T16:08:44.0230459Z test_comprehensive_logdet_cpu_float32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:08:44.0860623Z test_comprehensive_logdet_cpu_float64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:08:44.1108130Z test_comprehensive_logical_and_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:08:44.1348293Z test_comprehensive_logical_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:44.2028402Z test_comprehensive_logical_and_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:08:44.2717728Z test_comprehensive_logical_and_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:08:44.2974611Z test_comprehensive_logical_and_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:44.3374209Z test_comprehensive_logical_and_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:08:44.3763331Z test_comprehensive_logical_and_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:08:44.4009032Z test_comprehensive_logical_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:08:44.4255067Z test_comprehensive_logical_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:44.4497758Z test_comprehensive_logical_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:08:44.4744126Z test_comprehensive_logical_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T16:08:44.4988063Z test_comprehensive_logical_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:44.5024936Z test_comprehensive_logical_not_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:44.5052840Z test_comprehensive_logical_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:44.5105030Z test_comprehensive_logical_not_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:44.5158062Z test_comprehensive_logical_not_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:44.5193116Z test_comprehensive_logical_not_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:44.5232312Z test_comprehensive_logical_not_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:44.5270697Z test_comprehensive_logical_not_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:44.5299269Z test_comprehensive_logical_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:44.5327958Z test_comprehensive_logical_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:44.5356018Z test_comprehensive_logical_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:44.5385254Z test_comprehensive_logical_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:44.5413932Z test_comprehensive_logical_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:44.5664926Z test_comprehensive_logical_or_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:44.5914526Z test_comprehensive_logical_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:08:44.6605223Z test_comprehensive_logical_or_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:08:44.7305315Z test_comprehensive_logical_or_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:08:44.7571531Z test_comprehensive_logical_or_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:44.7980210Z test_comprehensive_logical_or_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:08:44.8382225Z test_comprehensive_logical_or_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:08:44.8636598Z test_comprehensive_logical_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:44.8892861Z test_comprehensive_logical_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:08:44.9144957Z test_comprehensive_logical_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:44.9398714Z test_comprehensive_logical_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:08:44.9651701Z test_comprehensive_logical_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:08:44.9891146Z test_comprehensive_logical_xor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:45.0130671Z test_comprehensive_logical_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:08:45.0811785Z test_comprehensive_logical_xor_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:08:45.1502389Z test_comprehensive_logical_xor_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:08:45.1758958Z test_comprehensive_logical_xor_cpu_float16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:08:45.2157967Z test_comprehensive_logical_xor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:08:45.2547610Z test_comprehensive_logical_xor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:08:45.2793367Z test_comprehensive_logical_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:08:45.3040238Z test_comprehensive_logical_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:45.3284572Z test_comprehensive_logical_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:08:45.3529680Z test_comprehensive_logical_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:45.3773681Z test_comprehensive_logical_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:08:45.3847455Z test_comprehensive_logit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:45.3932448Z test_comprehensive_logit_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:45.4242099Z test_comprehensive_logit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:08:45.4543644Z test_comprehensive_logit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:08:45.4627465Z test_comprehensive_logit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:45.4714248Z test_comprehensive_logit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T16:08:45.4800420Z test_comprehensive_logit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:45.4884584Z test_comprehensive_logit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:45.4968825Z test_comprehensive_logit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:45.6111998Z test_comprehensive_logspace_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.111s) 2022-09-27T16:08:45.8045263Z test_comprehensive_logspace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.205s) 2022-09-27T16:08:46.0028982Z test_comprehensive_logspace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.194s) 2022-09-27T16:08:46.1836306Z test_comprehensive_logspace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.184s) 2022-09-27T16:08:46.3522332Z test_comprehensive_logspace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.158s) 2022-09-27T16:08:46.4928162Z test_comprehensive_logspace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.149s) 2022-09-27T16:08:46.6332290Z test_comprehensive_logspace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.131s) 2022-09-27T16:08:46.7673983Z test_comprehensive_logspace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.143s) 2022-09-27T16:08:46.8246871Z test_comprehensive_logspace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:08:46.8707286Z test_comprehensive_logspace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:08:46.8876292Z test_comprehensive_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:46.8949101Z test_comprehensive_logsumexp_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:47.0308226Z test_comprehensive_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.142s) 2022-09-27T16:08:47.1627840Z test_comprehensive_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.127s) 2022-09-27T16:08:47.1701439Z test_comprehensive_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:47.1775091Z test_comprehensive_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:47.1847572Z test_comprehensive_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:47.1920235Z test_comprehensive_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:47.1992408Z test_comprehensive_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:47.2047377Z test_comprehensive_long_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:47.2094548Z test_comprehensive_long_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:47.2198377Z test_comprehensive_long_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:47.2306738Z test_comprehensive_long_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:47.2413625Z test_comprehensive_long_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:47.2468935Z test_comprehensive_long_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:47.2542409Z test_comprehensive_long_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:47.2614160Z test_comprehensive_long_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:47.2662000Z test_comprehensive_long_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:47.2710111Z test_comprehensive_long_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:47.2736581Z test_comprehensive_long_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:47.2784278Z test_comprehensive_long_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:08:47.2831959Z test_comprehensive_long_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:47.3074308Z test_comprehensive_lt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:47.3317421Z test_comprehensive_lt_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:08:47.3571158Z test_comprehensive_lt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:47.3969464Z test_comprehensive_lt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:08:47.4358873Z test_comprehensive_lt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T16:08:47.4605270Z test_comprehensive_lt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T16:08:47.4851909Z test_comprehensive_lt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.035s) 2022-09-27T16:08:47.5097302Z test_comprehensive_lt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:47.5342573Z test_comprehensive_lt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:08:47.5586582Z test_comprehensive_lt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:08:51.5013702Z test_comprehensive_lu_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.943s) 2022-09-27T16:08:55.5271263Z test_comprehensive_lu_cpu_complex64 (__main__.TestDecompCPU) ... ok (4.027s) 2022-09-27T16:08:58.2192551Z test_comprehensive_lu_cpu_float32 (__main__.TestDecompCPU) ... ok (2.694s) 2022-09-27T16:09:00.6429047Z test_comprehensive_lu_cpu_float64 (__main__.TestDecompCPU) ... ok (2.429s) 2022-09-27T16:09:01.4311883Z test_comprehensive_lu_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.782s) 2022-09-27T16:09:02.2504220Z test_comprehensive_lu_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.814s) 2022-09-27T16:09:02.8659545Z test_comprehensive_lu_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.627s) 2022-09-27T16:09:03.4601408Z test_comprehensive_lu_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.596s) 2022-09-27T16:09:03.8243242Z test_comprehensive_lu_unpack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.355s) 2022-09-27T16:09:04.1965366Z test_comprehensive_lu_unpack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.380s) 2022-09-27T16:09:04.4139958Z test_comprehensive_lu_unpack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.205s) 2022-09-27T16:09:04.6321823Z test_comprehensive_lu_unpack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.223s) 2022-09-27T16:09:04.6387395Z test_comprehensive_mH_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:04.6679870Z test_comprehensive_mH_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:04.9369769Z test_comprehensive_mH_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.272s) 2022-09-27T16:09:05.0162313Z test_comprehensive_mH_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:09:05.2733214Z test_comprehensive_mH_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.255s) 2022-09-27T16:09:05.2801247Z test_comprehensive_mH_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:05.3730820Z test_comprehensive_mH_cpu_float32 (__main__.TestDecompCPU) ... ok (0.094s) 2022-09-27T16:09:05.4637007Z test_comprehensive_mH_cpu_float64 (__main__.TestDecompCPU) ... ok (0.094s) 2022-09-27T16:09:05.4928357Z test_comprehensive_mH_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T16:09:05.5220118Z test_comprehensive_mH_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:09:05.5511309Z test_comprehensive_mH_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:09:05.5803214Z test_comprehensive_mH_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:09:05.6091637Z test_comprehensive_mH_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:09:05.6153224Z test_comprehensive_mT_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:05.6443451Z test_comprehensive_mT_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:09:05.8107576Z test_comprehensive_mT_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.159s) 2022-09-27T16:09:05.8893160Z test_comprehensive_mT_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:09:06.0565678Z test_comprehensive_mT_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.174s) 2022-09-27T16:09:06.0631986Z test_comprehensive_mT_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:06.1566165Z test_comprehensive_mT_cpu_float32 (__main__.TestDecompCPU) ... ok (0.095s) 2022-09-27T16:09:06.2476666Z test_comprehensive_mT_cpu_float64 (__main__.TestDecompCPU) ... ok (0.096s) 2022-09-27T16:09:06.2769274Z test_comprehensive_mT_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:09:06.3061792Z test_comprehensive_mT_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:09:06.3351553Z test_comprehensive_mT_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:06.3641954Z test_comprehensive_mT_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:09:06.3931046Z test_comprehensive_mT_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:09:06.4066200Z test_comprehensive_masked_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:06.4161394Z test_comprehensive_masked_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:06.4821239Z test_comprehensive_masked_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:09:06.5060596Z test_comprehensive_masked_fill_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:06.5756392Z test_comprehensive_masked_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:09:06.5889175Z test_comprehensive_masked_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:06.6347549Z test_comprehensive_masked_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:09:06.6792520Z test_comprehensive_masked_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:09:06.6890133Z test_comprehensive_masked_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:06.6986402Z test_comprehensive_masked_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:06.7080358Z test_comprehensive_masked_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:06.7177102Z test_comprehensive_masked_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:06.7272678Z test_comprehensive_masked_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:06.7362343Z test_comprehensive_masked_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:06.7379211Z test_comprehensive_masked_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:06.7710748Z test_comprehensive_masked_scatter_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:09:06.8071262Z test_comprehensive_masked_scatter_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:09:06.8160082Z test_comprehensive_masked_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:06.8398083Z test_comprehensive_masked_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:06.8629889Z test_comprehensive_masked_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:09:06.8647065Z test_comprehensive_masked_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:06.8664521Z test_comprehensive_masked_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:06.8682085Z test_comprehensive_masked_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:06.8699663Z test_comprehensive_masked_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:06.8717120Z test_comprehensive_masked_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:06.8808178Z test_comprehensive_masked_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T16:09:06.8828418Z test_comprehensive_masked_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:06.9476352Z test_comprehensive_masked_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:09:07.0180683Z test_comprehensive_masked_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.080s) 2022-09-27T16:09:07.0274563Z test_comprehensive_masked_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:07.0691410Z test_comprehensive_masked_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-09-27T16:09:07.1105913Z test_comprehensive_masked_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T16:09:07.1127685Z test_comprehensive_masked_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:07.1148482Z test_comprehensive_masked_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:07.1169012Z test_comprehensive_masked_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:07.1189316Z test_comprehensive_masked_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:07.1210065Z test_comprehensive_masked_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:07.1622536Z test_comprehensive_matmul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:09:08.3247141Z test_comprehensive_matmul_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.167s) 2022-09-27T16:09:09.5084327Z test_comprehensive_matmul_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.190s) 2022-09-27T16:09:10.1292943Z test_comprehensive_matmul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.617s) 2022-09-27T16:09:10.7482697Z test_comprehensive_matmul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.617s) 2022-09-27T16:09:10.9915033Z test_comprehensive_matmul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.238s) 2022-09-27T16:09:11.2350582Z test_comprehensive_matmul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.244s) 2022-09-27T16:09:11.4802668Z test_comprehensive_matmul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.247s) 2022-09-27T16:09:11.7229827Z test_comprehensive_matmul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.238s) 2022-09-27T16:09:11.9638357Z test_comprehensive_matmul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.255s) 2022-09-27T16:09:11.9746102Z test_comprehensive_matrix_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T16:09:12.0721919Z test_comprehensive_matrix_exp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.097s) 2022-09-27T16:09:12.1737326Z test_comprehensive_matrix_exp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.101s) 2022-09-27T16:09:12.2162531Z test_comprehensive_matrix_exp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T16:09:12.2571037Z test_comprehensive_matrix_exp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:09:12.3748885Z test_comprehensive_max_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.124s) 2022-09-27T16:09:12.3992631Z test_comprehensive_max_binary_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:09:12.5238829Z test_comprehensive_max_binary_cpu_float16 (__main__.TestDecompCPU) ... ok (0.124s) 2022-09-27T16:09:13.0957032Z test_comprehensive_max_binary_cpu_float32 (__main__.TestDecompCPU) ... ok (0.559s) 2022-09-27T16:09:13.6533206Z test_comprehensive_max_binary_cpu_float64 (__main__.TestDecompCPU) ... ok (0.560s) 2022-09-27T16:09:13.6781353Z test_comprehensive_max_binary_cpu_int16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T16:09:13.7027221Z test_comprehensive_max_binary_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:13.7268972Z test_comprehensive_max_binary_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:09:13.7513289Z test_comprehensive_max_binary_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:13.7756674Z test_comprehensive_max_binary_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:09:13.7912072Z test_comprehensive_max_reduction_no_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:09:13.7925118Z test_comprehensive_max_reduction_no_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:13.8080881Z test_comprehensive_max_reduction_no_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:13.8347481Z test_comprehensive_max_reduction_no_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:09:13.8611468Z test_comprehensive_max_reduction_no_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:09:13.8624700Z test_comprehensive_max_reduction_no_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:13.8637597Z test_comprehensive_max_reduction_no_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:13.8650572Z test_comprehensive_max_reduction_no_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:13.8663357Z test_comprehensive_max_reduction_no_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:13.8676143Z test_comprehensive_max_reduction_no_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:13.8725276Z test_comprehensive_max_reduction_with_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:13.8739808Z test_comprehensive_max_reduction_with_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:13.8787639Z test_comprehensive_max_reduction_with_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:13.8853031Z test_comprehensive_max_reduction_with_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:09:13.8918143Z test_comprehensive_max_reduction_with_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:13.8932864Z test_comprehensive_max_reduction_with_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:13.8947532Z test_comprehensive_max_reduction_with_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:13.8961858Z test_comprehensive_max_reduction_with_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:13.8976518Z test_comprehensive_max_reduction_with_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:13.8990981Z test_comprehensive_max_reduction_with_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:14.0171406Z test_comprehensive_maximum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.115s) 2022-09-27T16:09:14.0417259Z test_comprehensive_maximum_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:14.1669375Z test_comprehensive_maximum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.125s) 2022-09-27T16:09:14.7390273Z test_comprehensive_maximum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.575s) 2022-09-27T16:09:15.2978838Z test_comprehensive_maximum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.569s) 2022-09-27T16:09:15.3225825Z test_comprehensive_maximum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:15.3472085Z test_comprehensive_maximum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:09:15.3713956Z test_comprehensive_maximum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:09:15.3959326Z test_comprehensive_maximum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:09:15.4201997Z test_comprehensive_maximum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:15.4578274Z test_comprehensive_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:09:15.5862282Z test_comprehensive_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.125s) 2022-09-27T16:09:15.7204922Z test_comprehensive_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.127s) 2022-09-27T16:09:15.7575914Z test_comprehensive_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:09:15.8494193Z test_comprehensive_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:09:15.9373415Z test_comprehensive_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.095s) 2022-09-27T16:09:15.9666433Z test_comprehensive_median_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:09:16.0095238Z test_comprehensive_median_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:09:16.0512031Z test_comprehensive_median_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:09:16.0533889Z test_comprehensive_median_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:16.0555414Z test_comprehensive_median_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:16.0576920Z test_comprehensive_median_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:16.0598665Z test_comprehensive_median_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:16.0620151Z test_comprehensive_median_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:16.0631705Z test_comprehensive_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.bfloat16 not supported (0.000s) 2022-09-27T16:09:16.0642799Z test_comprehensive_meshgrid_list_of_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: meshgrid in torch.bool not supported (0.000s) 2022-09-27T16:09:16.0653992Z test_comprehensive_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex128 not supported (0.000s) 2022-09-27T16:09:16.0664920Z test_comprehensive_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex64 not supported (0.000s) 2022-09-27T16:09:16.0675739Z test_comprehensive_meshgrid_list_of_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float16 not supported (0.000s) 2022-09-27T16:09:16.0686838Z test_comprehensive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float32 not supported (0.000s) 2022-09-27T16:09:16.0697497Z test_comprehensive_meshgrid_list_of_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float64 not supported (0.000s) 2022-09-27T16:09:16.0708409Z test_comprehensive_meshgrid_list_of_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int16 not supported (0.000s) 2022-09-27T16:09:16.0719237Z test_comprehensive_meshgrid_list_of_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int32 not supported (0.000s) 2022-09-27T16:09:16.0730224Z test_comprehensive_meshgrid_list_of_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int64 not supported (0.000s) 2022-09-27T16:09:16.0741042Z test_comprehensive_meshgrid_list_of_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int8 not supported (0.000s) 2022-09-27T16:09:16.0752106Z test_comprehensive_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.uint8 not supported (0.016s) 2022-09-27T16:09:16.0763029Z test_comprehensive_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.bfloat16 not supported (0.000s) 2022-09-27T16:09:16.0773963Z test_comprehensive_meshgrid_variadic_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: meshgrid in torch.bool not supported (0.000s) 2022-09-27T16:09:16.0784849Z test_comprehensive_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex128 not supported (0.000s) 2022-09-27T16:09:16.0795751Z test_comprehensive_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex64 not supported (0.000s) 2022-09-27T16:09:16.0806659Z test_comprehensive_meshgrid_variadic_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float16 not supported (0.000s) 2022-09-27T16:09:16.0817508Z test_comprehensive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float32 not supported (0.000s) 2022-09-27T16:09:16.0828309Z test_comprehensive_meshgrid_variadic_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float64 not supported (0.000s) 2022-09-27T16:09:16.0839111Z test_comprehensive_meshgrid_variadic_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int16 not supported (0.000s) 2022-09-27T16:09:16.0850078Z test_comprehensive_meshgrid_variadic_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int32 not supported (0.000s) 2022-09-27T16:09:16.0860943Z test_comprehensive_meshgrid_variadic_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int64 not supported (0.000s) 2022-09-27T16:09:16.0871706Z test_comprehensive_meshgrid_variadic_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int8 not supported (0.000s) 2022-09-27T16:09:16.0882511Z test_comprehensive_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.uint8 not supported (0.000s) 2022-09-27T16:09:16.2068499Z test_comprehensive_min_binary_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.127s) 2022-09-27T16:09:16.2313261Z test_comprehensive_min_binary_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:16.3562703Z test_comprehensive_min_binary_cpu_float16 (__main__.TestDecompCPU) ... ok (0.126s) 2022-09-27T16:09:16.9283217Z test_comprehensive_min_binary_cpu_float32 (__main__.TestDecompCPU) ... ok (0.575s) 2022-09-27T16:09:17.4859837Z test_comprehensive_min_binary_cpu_float64 (__main__.TestDecompCPU) ... ok (0.555s) 2022-09-27T16:09:17.5108974Z test_comprehensive_min_binary_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:09:17.5357170Z test_comprehensive_min_binary_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:17.5601843Z test_comprehensive_min_binary_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:09:17.5848223Z test_comprehensive_min_binary_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:09:17.6093025Z test_comprehensive_min_binary_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:09:17.6250206Z test_comprehensive_min_reduction_no_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:17.6263842Z test_comprehensive_min_reduction_no_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:17.6422252Z test_comprehensive_min_reduction_no_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:09:17.6691376Z test_comprehensive_min_reduction_no_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:09:17.6956546Z test_comprehensive_min_reduction_no_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T16:09:17.6970274Z test_comprehensive_min_reduction_no_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:09:17.6983187Z test_comprehensive_min_reduction_no_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:17.6996106Z test_comprehensive_min_reduction_no_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:17.7009015Z test_comprehensive_min_reduction_no_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:17.7021815Z test_comprehensive_min_reduction_no_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:17.7071591Z test_comprehensive_min_reduction_with_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:17.7085989Z test_comprehensive_min_reduction_with_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:17.7132940Z test_comprehensive_min_reduction_with_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:17.7200757Z test_comprehensive_min_reduction_with_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:17.7266269Z test_comprehensive_min_reduction_with_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:17.7281062Z test_comprehensive_min_reduction_with_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:17.7295732Z test_comprehensive_min_reduction_with_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:17.7310221Z test_comprehensive_min_reduction_with_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:17.7324708Z test_comprehensive_min_reduction_with_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:17.7339495Z test_comprehensive_min_reduction_with_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:17.8521000Z test_comprehensive_minimum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.114s) 2022-09-27T16:09:17.8764797Z test_comprehensive_minimum_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:09:18.0019040Z test_comprehensive_minimum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.124s) 2022-09-27T16:09:18.5755691Z test_comprehensive_minimum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.574s) 2022-09-27T16:09:19.1340048Z test_comprehensive_minimum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.552s) 2022-09-27T16:09:19.1588709Z test_comprehensive_minimum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:09:19.1835497Z test_comprehensive_minimum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:19.2077961Z test_comprehensive_minimum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:09:19.2323075Z test_comprehensive_minimum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:19.2566957Z test_comprehensive_minimum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:09:19.2589654Z test_comprehensive_mm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:19.2758684Z test_comprehensive_mm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T16:09:19.2930225Z test_comprehensive_mm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:19.2990566Z test_comprehensive_mm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:19.3050264Z test_comprehensive_mm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:19.3063703Z test_comprehensive_mm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:19.3076252Z test_comprehensive_mm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:19.3089240Z test_comprehensive_mm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:19.3103577Z test_comprehensive_mm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:19.3117987Z test_comprehensive_mm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:19.3210632Z test_comprehensive_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:19.3228194Z test_comprehensive_mode_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:19.3317982Z test_comprehensive_mode_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:19.3448975Z test_comprehensive_mode_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:19.3576956Z test_comprehensive_mode_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:19.3595007Z test_comprehensive_mode_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:19.3613110Z test_comprehensive_mode_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:19.3630655Z test_comprehensive_mode_cpu_int64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T16:09:19.3648219Z test_comprehensive_mode_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:19.3665485Z test_comprehensive_mode_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:19.3697085Z test_comprehensive_movedim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:19.3737926Z test_comprehensive_movedim_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:19.3869735Z test_comprehensive_movedim_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:19.3948245Z test_comprehensive_movedim_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:19.4084540Z test_comprehensive_movedim_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:19.4115620Z test_comprehensive_movedim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:19.4210030Z test_comprehensive_movedim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:19.4302316Z test_comprehensive_movedim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:19.4343036Z test_comprehensive_movedim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:19.4383836Z test_comprehensive_movedim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:19.4424363Z test_comprehensive_movedim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:19.4465108Z test_comprehensive_movedim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:19.4505759Z test_comprehensive_movedim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:19.4550123Z test_comprehensive_msort_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:19.4566692Z test_comprehensive_msort_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:19.4629890Z test_comprehensive_msort_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T16:09:19.4672714Z test_comprehensive_msort_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:19.4715927Z test_comprehensive_msort_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:19.4738648Z test_comprehensive_msort_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:19.4759867Z test_comprehensive_msort_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:19.4781381Z test_comprehensive_msort_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:19.4800489Z test_comprehensive_msort_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:19.4819808Z test_comprehensive_msort_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:19.5077958Z test_comprehensive_mul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:09:19.5321366Z test_comprehensive_mul_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:20.0344357Z test_comprehensive_mul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.505s) 2022-09-27T16:09:20.1072937Z test_comprehensive_mul_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:09:20.6127124Z test_comprehensive_mul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.508s) 2022-09-27T16:09:20.6410737Z test_comprehensive_mul_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:20.8880889Z test_comprehensive_mul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.259s) 2022-09-27T16:09:21.1297437Z test_comprehensive_mul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.229s) 2022-09-27T16:09:21.1545011Z test_comprehensive_mul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:09:21.1792721Z test_comprehensive_mul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:09:21.2035155Z test_comprehensive_mul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:09:21.2279733Z test_comprehensive_mul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:09:21.2522290Z test_comprehensive_mul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:21.2583596Z test_comprehensive_multinomial_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:21.2637233Z test_comprehensive_multinomial_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:21.2690361Z test_comprehensive_multinomial_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:21.2725820Z test_comprehensive_mv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:21.2965340Z test_comprehensive_mv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T16:09:21.3209103Z test_comprehensive_mv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:21.3328700Z test_comprehensive_mv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:21.3444951Z test_comprehensive_mv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:21.3471585Z test_comprehensive_mv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:21.3498240Z test_comprehensive_mv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:21.3524132Z test_comprehensive_mv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:21.3551170Z test_comprehensive_mv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:21.3577700Z test_comprehensive_mv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:21.3882281Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:09:21.4827322Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.089s) 2022-09-27T16:09:21.5740890Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.104s) 2022-09-27T16:09:21.5853506Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:09:21.5965326Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:21.6076937Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:21.6188199Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:21.6299231Z test_comprehensive_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:21.6597305Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:21.7543272Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.108s) 2022-09-27T16:09:21.8456651Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:09:21.8568572Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:21.8679830Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:21.8790111Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:09:21.8900571Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:21.9011108Z test_comprehensive_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:21.9307735Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:09:22.0253846Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T16:09:22.1168067Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestDecompCPU) ... ok (0.098s) 2022-09-27T16:09:22.1279577Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:22.1390532Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:22.1500864Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:22.1611485Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:22.1721647Z test_comprehensive_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:09:22.1888863Z test_comprehensive_nan_to_num_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:22.1915876Z test_comprehensive_nan_to_num_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:22.2085221Z test_comprehensive_nan_to_num_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:22.2322364Z test_comprehensive_nan_to_num_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:09:22.2553172Z test_comprehensive_nan_to_num_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:22.2580786Z test_comprehensive_nan_to_num_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:22.2608262Z test_comprehensive_nan_to_num_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:22.2634964Z test_comprehensive_nan_to_num_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:22.2662265Z test_comprehensive_nan_to_num_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:22.2689581Z test_comprehensive_nan_to_num_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:22.4512656Z test_comprehensive_nanmean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.187s) 2022-09-27T16:09:22.6324843Z test_comprehensive_nanmean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.187s) 2022-09-27T16:09:22.9743517Z test_comprehensive_nanmean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.345s) 2022-09-27T16:09:23.3063443Z test_comprehensive_nanmean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.324s) 2022-09-27T16:09:23.3352821Z test_comprehensive_nanmedian_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:09:23.3782887Z test_comprehensive_nanmedian_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:09:23.4200617Z test_comprehensive_nanmedian_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:09:23.4222227Z test_comprehensive_nanmedian_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:23.4243647Z test_comprehensive_nanmedian_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:23.4264852Z test_comprehensive_nanmedian_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:23.4286374Z test_comprehensive_nanmedian_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:23.4307652Z test_comprehensive_nanmedian_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:24.9953170Z test_comprehensive_nanquantile_cpu_float32 (__main__.TestDecompCPU) ... ok (1.553s) 2022-09-27T16:09:26.5149509Z test_comprehensive_nanquantile_cpu_float64 (__main__.TestDecompCPU) ... ok (1.527s) 2022-09-27T16:09:26.6006727Z test_comprehensive_nansum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T16:09:26.6034802Z test_comprehensive_nansum_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:26.6890489Z test_comprehensive_nansum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T16:09:26.8618763Z test_comprehensive_nansum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.161s) 2022-09-27T16:09:27.0302208Z test_comprehensive_nansum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.165s) 2022-09-27T16:09:27.0330609Z test_comprehensive_nansum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:27.0358355Z test_comprehensive_nansum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:27.0382527Z test_comprehensive_nansum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:27.0409229Z test_comprehensive_nansum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:27.0435890Z test_comprehensive_nansum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:27.0456889Z test_comprehensive_narrow_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:27.0472013Z test_comprehensive_narrow_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:27.0492721Z test_comprehensive_narrow_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:27.0514057Z test_comprehensive_narrow_copy_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:27.0534706Z test_comprehensive_narrow_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:27.0553266Z test_comprehensive_narrow_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:27.0571370Z test_comprehensive_narrow_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:27.0589846Z test_comprehensive_narrow_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:27.0605794Z test_comprehensive_narrow_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:27.0621087Z test_comprehensive_narrow_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:27.0636289Z test_comprehensive_narrow_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:27.0651556Z test_comprehensive_narrow_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:27.0666810Z test_comprehensive_narrow_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:27.0764287Z test_comprehensive_narrow_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:09:27.0784152Z test_comprehensive_narrow_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:27.1089148Z test_comprehensive_narrow_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:09:27.1114713Z test_comprehensive_narrow_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:27.1427225Z test_comprehensive_narrow_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:09:27.1520526Z test_comprehensive_narrow_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:27.1737191Z test_comprehensive_narrow_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:09:27.1945409Z test_comprehensive_narrow_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:09:27.1964520Z test_comprehensive_narrow_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:27.1984022Z test_comprehensive_narrow_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:27.2003170Z test_comprehensive_narrow_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:27.2022505Z test_comprehensive_narrow_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:27.2041636Z test_comprehensive_narrow_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:27.2174267Z test_comprehensive_native_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:09:27.2998084Z test_comprehensive_native_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:09:27.3782914Z test_comprehensive_native_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T16:09:27.4024412Z test_comprehensive_ne_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:09:27.4268919Z test_comprehensive_ne_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:09:27.4947847Z test_comprehensive_ne_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.059s) 2022-09-27T16:09:27.5636986Z test_comprehensive_ne_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:09:27.5893457Z test_comprehensive_ne_cpu_float16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:09:27.6294930Z test_comprehensive_ne_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:09:27.6689107Z test_comprehensive_ne_cpu_float64 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T16:09:27.6937196Z test_comprehensive_ne_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:09:27.7184786Z test_comprehensive_ne_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:27.7431556Z test_comprehensive_ne_cpu_int64 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T16:09:27.7679422Z test_comprehensive_ne_cpu_int8 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T16:09:27.7923822Z test_comprehensive_ne_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:09:27.7950993Z test_comprehensive_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:27.8320338Z test_comprehensive_neg_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:09:27.8518834Z test_comprehensive_neg_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:09:27.8903450Z test_comprehensive_neg_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:09:27.8930457Z test_comprehensive_neg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:27.9134019Z test_comprehensive_neg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:09:27.9329250Z test_comprehensive_neg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:27.9398716Z test_comprehensive_neg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:27.9468376Z test_comprehensive_neg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:27.9538247Z test_comprehensive_neg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:27.9607589Z test_comprehensive_neg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:27.9676235Z test_comprehensive_neg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:27.9687917Z test_comprehensive_new_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: new_empty in torch.bfloat16 not supported (0.000s) 2022-09-27T16:09:27.9699007Z test_comprehensive_new_empty_cpu_bool (__main__.TestDecompCPU) ... skip: new_empty in torch.bool not supported (0.000s) 2022-09-27T16:09:27.9710008Z test_comprehensive_new_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex128 not supported (0.000s) 2022-09-27T16:09:27.9721170Z test_comprehensive_new_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex32 not supported (0.000s) 2022-09-27T16:09:27.9732058Z test_comprehensive_new_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex64 not supported (0.000s) 2022-09-27T16:09:27.9743002Z test_comprehensive_new_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: new_empty in torch.float16 not supported (0.000s) 2022-09-27T16:09:27.9754333Z test_comprehensive_new_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: new_empty in torch.float32 not supported (0.016s) 2022-09-27T16:09:27.9765087Z test_comprehensive_new_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: new_empty in torch.float64 not supported (0.001s) 2022-09-27T16:09:27.9776243Z test_comprehensive_new_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: new_empty in torch.int16 not supported (0.000s) 2022-09-27T16:09:27.9787182Z test_comprehensive_new_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: new_empty in torch.int32 not supported (0.000s) 2022-09-27T16:09:27.9798147Z test_comprehensive_new_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: new_empty in torch.int64 not supported (0.000s) 2022-09-27T16:09:27.9809218Z test_comprehensive_new_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: new_empty in torch.int8 not supported (0.000s) 2022-09-27T16:09:27.9820147Z test_comprehensive_new_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: new_empty in torch.uint8 not supported (0.000s) 2022-09-27T16:09:27.9825013Z test_comprehensive_new_empty_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:09:27.9829647Z test_comprehensive_new_empty_strided_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:09:27.9834119Z test_comprehensive_new_empty_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:09:27.9838561Z test_comprehensive_new_empty_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:09:27.9843070Z test_comprehensive_new_empty_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:09:27.9847570Z test_comprehensive_new_empty_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:09:27.9852052Z test_comprehensive_new_empty_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:09:27.9856466Z test_comprehensive_new_empty_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:09:27.9860899Z test_comprehensive_new_empty_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:09:27.9865386Z test_comprehensive_new_empty_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:09:27.9869880Z test_comprehensive_new_empty_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:09:27.9874342Z test_comprehensive_new_empty_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:09:27.9878773Z test_comprehensive_new_empty_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:09:27.9915768Z test_comprehensive_new_full_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:27.9969510Z test_comprehensive_new_full_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:28.0096520Z test_comprehensive_new_full_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:28.0228379Z test_comprehensive_new_full_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:28.0358246Z test_comprehensive_new_full_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:28.0395000Z test_comprehensive_new_full_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:28.0483501Z test_comprehensive_new_full_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:28.0569477Z test_comprehensive_new_full_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:28.0623743Z test_comprehensive_new_full_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:28.0678181Z test_comprehensive_new_full_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:28.0732036Z test_comprehensive_new_full_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:28.0785958Z test_comprehensive_new_full_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:28.0839911Z test_comprehensive_new_full_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:28.0873491Z test_comprehensive_new_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:28.0925032Z test_comprehensive_new_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:28.1046433Z test_comprehensive_new_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:28.1172307Z test_comprehensive_new_ones_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:28.1297695Z test_comprehensive_new_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:28.1331204Z test_comprehensive_new_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:28.1416043Z test_comprehensive_new_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:28.1498392Z test_comprehensive_new_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:28.1550323Z test_comprehensive_new_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:28.1602518Z test_comprehensive_new_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:28.1653921Z test_comprehensive_new_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:28.1706100Z test_comprehensive_new_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:28.1758336Z test_comprehensive_new_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:28.1791832Z test_comprehensive_new_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:28.1843740Z test_comprehensive_new_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:28.1965531Z test_comprehensive_new_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:28.2091885Z test_comprehensive_new_zeros_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:28.2218179Z test_comprehensive_new_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:28.2251620Z test_comprehensive_new_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:28.2337094Z test_comprehensive_new_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:28.2420174Z test_comprehensive_new_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:28.2472830Z test_comprehensive_new_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:28.2525230Z test_comprehensive_new_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:28.2576500Z test_comprehensive_new_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:28.2630691Z test_comprehensive_new_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:28.2682930Z test_comprehensive_new_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:28.2746532Z test_comprehensive_nextafter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:28.3155559Z test_comprehensive_nextafter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:09:28.3554563Z test_comprehensive_nextafter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:09:28.3725706Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:28.4690721Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.095s) 2022-09-27T16:09:28.5631557Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.095s) 2022-09-27T16:09:28.5762661Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:28.6599164Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.094s) 2022-09-27T16:09:28.7431933Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:09:28.7574123Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:28.8340391Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:09:28.9102684Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:09:28.9291113Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:28.9904742Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:09:29.0499681Z test_comprehensive_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:09:29.0612118Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:29.0716563Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:29.0818212Z test_comprehensive_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:29.0918388Z test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:29.1015538Z test_comprehensive_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:29.1166856Z test_comprehensive_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:29.1713162Z test_comprehensive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:09:29.2239506Z test_comprehensive_nn_functional_avg_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:09:29.2397853Z test_comprehensive_nn_functional_avg_pool1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:29.2438626Z test_comprehensive_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:29.2477060Z test_comprehensive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:29.2515839Z test_comprehensive_nn_functional_avg_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:29.2533647Z test_comprehensive_nn_functional_avg_pool2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:29.2583807Z test_comprehensive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:29.2629204Z test_comprehensive_nn_functional_avg_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:29.2647389Z test_comprehensive_nn_functional_avg_pool3d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:29.2880560Z test_comprehensive_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:29.5297454Z test_comprehensive_nn_functional_batch_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.252s) 2022-09-27T16:09:29.7599152Z test_comprehensive_nn_functional_batch_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.222s) 2022-09-27T16:09:29.8225383Z test_comprehensive_nn_functional_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:09:30.0125037Z test_comprehensive_nn_functional_bilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.190s) 2022-09-27T16:09:30.1989127Z test_comprehensive_nn_functional_bilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.191s) 2022-09-27T16:09:30.2525280Z test_comprehensive_nn_functional_bilinear_cpu_int16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:09:30.3059061Z test_comprehensive_nn_functional_bilinear_cpu_int32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:09:30.3582947Z test_comprehensive_nn_functional_bilinear_cpu_int64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:09:30.4116965Z test_comprehensive_nn_functional_bilinear_cpu_int8 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:09:30.4646305Z test_comprehensive_nn_functional_bilinear_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:09:30.6071414Z test_comprehensive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.143s) 2022-09-27T16:09:30.7444923Z test_comprehensive_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.127s) 2022-09-27T16:09:30.8884891Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.143s) 2022-09-27T16:09:31.4683163Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestDecompCPU) ... ok (0.587s) 2022-09-27T16:09:32.0312980Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestDecompCPU) ... ok (0.558s) 2022-09-27T16:09:32.0367336Z test_comprehensive_nn_functional_celu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:32.0462913Z test_comprehensive_nn_functional_celu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:32.0553270Z test_comprehensive_nn_functional_celu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:32.0722074Z test_comprehensive_nn_functional_conv1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T16:09:32.4351344Z test_comprehensive_nn_functional_conv1d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.358s) 2022-09-27T16:09:32.8471035Z test_comprehensive_nn_functional_conv1d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.414s) 2022-09-27T16:09:32.8699985Z test_comprehensive_nn_functional_conv1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:09:32.8923724Z test_comprehensive_nn_functional_conv1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:32.9041498Z test_comprehensive_nn_functional_conv1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:32.9590890Z test_comprehensive_nn_functional_conv2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:09:36.2526544Z test_comprehensive_nn_functional_conv2d_cpu_complex128 (__main__.TestDecompCPU) ... ok (3.293s) 2022-09-27T16:09:39.5899282Z test_comprehensive_nn_functional_conv2d_cpu_complex64 (__main__.TestDecompCPU) ... ok (3.343s) 2022-09-27T16:09:39.7685225Z test_comprehensive_nn_functional_conv2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.173s) 2022-09-27T16:09:39.9471413Z test_comprehensive_nn_functional_conv2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.190s) 2022-09-27T16:09:40.0221573Z test_comprehensive_nn_functional_conv2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:09:40.4640599Z test_comprehensive_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.442s) 2022-09-27T16:09:40.9184697Z test_comprehensive_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.460s) 2022-09-27T16:09:40.9439440Z test_comprehensive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:09:40.9685979Z test_comprehensive_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:40.9817411Z test_comprehensive_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:41.0289425Z test_comprehensive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:09:41.0751417Z test_comprehensive_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:09:41.1123001Z test_comprehensive_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:09:41.2669002Z test_comprehensive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.159s) 2022-09-27T16:09:41.4208606Z test_comprehensive_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.159s) 2022-09-27T16:09:41.5424466Z test_comprehensive_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestDecompCPU) ... ok (0.111s) 2022-09-27T16:09:41.6775438Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.142s) 2022-09-27T16:09:41.7787877Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestDecompCPU) ... ok (0.095s) 2022-09-27T16:09:42.2213164Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.439s) 2022-09-27T16:09:42.6362694Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.427s) 2022-09-27T16:09:42.7376215Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.096s) 2022-09-27T16:09:42.8385753Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.095s) 2022-09-27T16:09:42.9383833Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.110s) 2022-09-27T16:09:43.0394168Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.095s) 2022-09-27T16:09:43.1417401Z test_comprehensive_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.111s) 2022-09-27T16:09:43.3118801Z test_comprehensive_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.159s) 2022-09-27T16:09:44.1435059Z test_comprehensive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestDecompCPU) ... ok (0.840s) 2022-09-27T16:09:44.9414463Z test_comprehensive_nn_functional_cosine_similarity_cpu_float64 (__main__.TestDecompCPU) ... ok (0.793s) 2022-09-27T16:09:45.0216268Z test_comprehensive_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.080s) 2022-09-27T16:09:45.2898648Z test_comprehensive_nn_functional_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.269s) 2022-09-27T16:09:45.5483935Z test_comprehensive_nn_functional_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.254s) 2022-09-27T16:09:45.5959096Z test_comprehensive_nn_functional_ctc_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:09:45.6411615Z test_comprehensive_nn_functional_ctc_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:09:45.6613102Z test_comprehensive_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:45.8020458Z test_comprehensive_nn_functional_dropout2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.142s) 2022-09-27T16:09:45.9402058Z test_comprehensive_nn_functional_dropout2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.142s) 2022-09-27T16:09:45.9702709Z test_comprehensive_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:09:47.0607713Z test_comprehensive_nn_functional_dropout3d_cpu_float32 (__main__.TestDecompCPU) ... ok (1.092s) 2022-09-27T16:09:48.0511957Z test_comprehensive_nn_functional_dropout3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.987s) 2022-09-27T16:09:48.0765240Z test_comprehensive_nn_functional_dropout_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:09:48.1161083Z test_comprehensive_nn_functional_dropout_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:09:48.1547326Z test_comprehensive_nn_functional_dropout_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:09:48.1596470Z test_comprehensive_nn_functional_elu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:48.1695249Z test_comprehensive_nn_functional_elu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:48.1790833Z test_comprehensive_nn_functional_elu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:48.2350473Z test_comprehensive_nn_functional_embedding_bag_cpu_float16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:09:48.3001669Z test_comprehensive_nn_functional_embedding_bag_cpu_float32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:09:48.3462495Z test_comprehensive_nn_functional_embedding_bag_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:09:48.3516018Z test_comprehensive_nn_functional_embedding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:48.3563479Z test_comprehensive_nn_functional_embedding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:48.3734716Z test_comprehensive_nn_functional_embedding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:09:48.3900441Z test_comprehensive_nn_functional_embedding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:48.4066439Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:48.8541730Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestDecompCPU) ... ok (0.444s) 2022-09-27T16:09:49.2956801Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestDecompCPU) ... ok (0.443s) 2022-09-27T16:09:49.3049945Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:49.3109404Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:49.3198813Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:49.3289788Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:49.3380935Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:49.3465641Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:49.3550172Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:49.3608313Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:49.3666376Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:49.3724992Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:09:49.3783173Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:49.3841465Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:09:49.4174093Z test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:09:49.4498884Z test_comprehensive_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:09:49.4938579Z test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T16:09:49.5374715Z test_comprehensive_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:09:53.9713542Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (4.428s) 2022-09-27T16:10:15.4696142Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (21.501s) 2022-09-27T16:10:36.5508127Z test_comprehensive_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (21.090s) 2022-09-27T16:10:36.5658628Z test_comprehensive_nn_functional_gelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:10:36.6446545Z test_comprehensive_nn_functional_gelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:10:36.7206680Z test_comprehensive_nn_functional_gelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:10:36.7833069Z test_comprehensive_nn_functional_glu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T16:10:37.9013848Z test_comprehensive_nn_functional_glu_cpu_float32 (__main__.TestDecompCPU) ... ok (1.118s) 2022-09-27T16:10:39.0018032Z test_comprehensive_nn_functional_glu_cpu_float64 (__main__.TestDecompCPU) ... ok (1.100s) 2022-09-27T16:10:39.2211337Z test_comprehensive_nn_functional_grid_sample_cpu_float32 (__main__.TestDecompCPU) ... ok (0.221s) 2022-09-27T16:10:39.4314792Z test_comprehensive_nn_functional_grid_sample_cpu_float64 (__main__.TestDecompCPU) ... ok (0.206s) 2022-09-27T16:10:39.4432089Z test_comprehensive_nn_functional_group_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:10:39.4936631Z test_comprehensive_nn_functional_group_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:10:39.5420250Z test_comprehensive_nn_functional_group_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:10:39.5506151Z test_comprehensive_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:10:39.5741361Z test_comprehensive_nn_functional_hardshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:10:39.5968033Z test_comprehensive_nn_functional_hardshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:10:39.6011692Z test_comprehensive_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:10:39.6101952Z test_comprehensive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:10:39.6188592Z test_comprehensive_nn_functional_hardsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:10:39.6251042Z test_comprehensive_nn_functional_hardswish_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:10:39.6638949Z test_comprehensive_nn_functional_hardswish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:10:39.7022447Z test_comprehensive_nn_functional_hardswish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:10:39.7067681Z test_comprehensive_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:10:39.7296699Z test_comprehensive_nn_functional_hardtanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:10:39.7513470Z test_comprehensive_nn_functional_hardtanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:10:39.7571161Z test_comprehensive_nn_functional_hardtanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:10:39.7629344Z test_comprehensive_nn_functional_hardtanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:10:39.7684634Z test_comprehensive_nn_functional_hardtanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:10:39.7742082Z test_comprehensive_nn_functional_hardtanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:10:39.8749540Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.095s) 2022-09-27T16:10:40.2370221Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.363s) 2022-09-27T16:10:40.5913159Z test_comprehensive_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.352s) 2022-09-27T16:10:40.6114874Z test_comprehensive_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:10:40.6322505Z test_comprehensive_nn_functional_huber_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:10:40.7613453Z test_comprehensive_nn_functional_huber_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.131s) 2022-09-27T16:10:40.8868621Z test_comprehensive_nn_functional_huber_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.126s) 2022-09-27T16:10:40.9434009Z test_comprehensive_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:10:41.3138102Z test_comprehensive_nn_functional_instance_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.381s) 2022-09-27T16:10:41.6733131Z test_comprehensive_nn_functional_instance_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.349s) 2022-09-27T16:10:41.6754320Z test_comprehensive_nn_functional_interpolate_area_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:10:41.6774650Z test_comprehensive_nn_functional_interpolate_area_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:10:41.6793767Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:10:41.6812230Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:10:41.6831772Z test_comprehensive_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:10:41.6850395Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:10:41.6869000Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:10:41.6888432Z test_comprehensive_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:10:41.6906923Z test_comprehensive_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:10:41.6924363Z test_comprehensive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:10:41.6941945Z test_comprehensive_nn_functional_interpolate_linear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:10:41.6960897Z test_comprehensive_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:10:41.6979109Z test_comprehensive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:10:41.6998328Z test_comprehensive_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:10:41.7034319Z test_comprehensive_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:10:41.7053111Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:10:41.7072083Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:10:41.7092225Z test_comprehensive_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:10:41.8233359Z test_comprehensive_nn_functional_kl_div_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.126s) 2022-09-27T16:10:42.1389507Z test_comprehensive_nn_functional_kl_div_cpu_float32 (__main__.TestDecompCPU) ... ok (0.302s) 2022-09-27T16:10:42.4398930Z test_comprehensive_nn_functional_kl_div_cpu_float64 (__main__.TestDecompCPU) ... ok (0.316s) 2022-09-27T16:10:42.4633432Z test_comprehensive_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T16:10:42.6084465Z test_comprehensive_nn_functional_l1_loss_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.143s) 2022-09-27T16:10:42.7600732Z test_comprehensive_nn_functional_l1_loss_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.158s) 2022-09-27T16:10:42.7834739Z test_comprehensive_nn_functional_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:10:42.8732109Z test_comprehensive_nn_functional_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.095s) 2022-09-27T16:10:42.9606047Z test_comprehensive_nn_functional_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T16:10:42.9741114Z test_comprehensive_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:10:43.0614171Z test_comprehensive_nn_functional_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.094s) 2022-09-27T16:10:43.1444550Z test_comprehensive_nn_functional_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:10:43.1575082Z test_comprehensive_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:10:43.2428588Z test_comprehensive_nn_functional_leaky_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.080s) 2022-09-27T16:10:43.3262862Z test_comprehensive_nn_functional_leaky_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.080s) 2022-09-27T16:10:43.3701478Z test_comprehensive_nn_functional_linear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:10:43.7316066Z test_comprehensive_nn_functional_linear_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.364s) 2022-09-27T16:10:44.1024868Z test_comprehensive_nn_functional_linear_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.364s) 2022-09-27T16:10:44.3278119Z test_comprehensive_nn_functional_linear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.237s) 2022-09-27T16:10:44.5460156Z test_comprehensive_nn_functional_linear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.216s) 2022-09-27T16:10:44.5885854Z test_comprehensive_nn_functional_linear_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:10:44.6312201Z test_comprehensive_nn_functional_linear_cpu_int32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:10:44.6762708Z test_comprehensive_nn_functional_linear_cpu_int64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:10:44.7191798Z test_comprehensive_nn_functional_linear_cpu_int8 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:10:44.7612729Z test_comprehensive_nn_functional_linear_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:10:44.8721298Z test_comprehensive_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.111s) 2022-09-27T16:10:45.3502127Z test_comprehensive_nn_functional_local_response_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.489s) 2022-09-27T16:10:45.8124908Z test_comprehensive_nn_functional_local_response_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.460s) 2022-09-27T16:10:45.9145822Z test_comprehensive_nn_functional_local_response_norm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.094s) 2022-09-27T16:10:45.9201575Z test_comprehensive_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:10:45.9336166Z test_comprehensive_nn_functional_logsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:10:45.9465035Z test_comprehensive_nn_functional_logsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:10:46.0806718Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.147s) 2022-09-27T16:10:46.6358982Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.546s) 2022-09-27T16:10:47.1778013Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.549s) 2022-09-27T16:10:47.3602403Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.177s) 2022-09-27T16:10:47.5434903Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.190s) 2022-09-27T16:10:47.7240564Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.176s) 2022-09-27T16:10:47.9066149Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.187s) 2022-09-27T16:10:48.0978489Z test_comprehensive_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.192s) 2022-09-27T16:10:49.7376770Z test_comprehensive_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (1.633s) 2022-09-27T16:10:54.6238926Z test_comprehensive_nn_functional_max_pool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (4.891s) 2022-09-27T16:10:59.3078635Z test_comprehensive_nn_functional_max_pool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (4.680s) 2022-09-27T16:10:59.9106514Z test_comprehensive_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.606s) 2022-09-27T16:11:00.4435358Z test_comprehensive_nn_functional_max_pool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.535s) 2022-09-27T16:11:01.0097834Z test_comprehensive_nn_functional_max_pool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.556s) 2022-09-27T16:11:01.2606679Z test_comprehensive_nn_functional_max_pool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (0.254s) 2022-09-27T16:11:01.5133445Z test_comprehensive_nn_functional_max_pool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (0.253s) 2022-09-27T16:11:02.9234440Z test_comprehensive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestDecompCPU) ... ok (1.407s) 2022-09-27T16:11:04.2913340Z test_comprehensive_nn_functional_max_unpool1d_cpu_float64 (__main__.TestDecompCPU) ... ok (1.370s) 2022-09-27T16:11:04.4777736Z test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.192s) 2022-09-27T16:11:04.6764937Z test_comprehensive_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.197s) 2022-09-27T16:11:06.4804058Z test_comprehensive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestDecompCPU) ... ok (1.811s) 2022-09-27T16:11:08.2521567Z test_comprehensive_nn_functional_max_unpool2d_cpu_float64 (__main__.TestDecompCPU) ... ok (1.768s) 2022-09-27T16:11:08.4295731Z test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.168s) 2022-09-27T16:11:08.5989978Z test_comprehensive_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.175s) 2022-09-27T16:11:10.1551793Z test_comprehensive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestDecompCPU) ... ok (1.559s) 2022-09-27T16:11:11.6974624Z test_comprehensive_nn_functional_max_unpool3d_cpu_float64 (__main__.TestDecompCPU) ... ok (1.544s) 2022-09-27T16:11:11.8958876Z test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestDecompCPU) ... ok (0.187s) 2022-09-27T16:11:12.0498606Z test_comprehensive_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestDecompCPU) ... ok (0.162s) 2022-09-27T16:11:12.0601303Z test_comprehensive_nn_functional_mish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:12.0692363Z test_comprehensive_nn_functional_mish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:12.0743480Z test_comprehensive_nn_functional_mse_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:12.1334137Z test_comprehensive_nn_functional_mse_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:11:12.1899841Z test_comprehensive_nn_functional_mse_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:11:12.1939338Z test_comprehensive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:12.1972005Z test_comprehensive_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:12.2004406Z test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:12.2030493Z test_comprehensive_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:12.2476637Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:11:12.4143790Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.174s) 2022-09-27T16:11:12.5833126Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.161s) 2022-09-27T16:11:12.6483474Z test_comprehensive_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T16:11:12.9404473Z test_comprehensive_nn_functional_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.286s) 2022-09-27T16:11:13.2189996Z test_comprehensive_nn_functional_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.269s) 2022-09-27T16:11:13.2966032Z test_comprehensive_nn_functional_normalize_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.081s) 2022-09-27T16:11:13.9610182Z test_comprehensive_nn_functional_normalize_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.665s) 2022-09-27T16:11:14.6426798Z test_comprehensive_nn_functional_normalize_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.682s) 2022-09-27T16:11:15.0933034Z test_comprehensive_nn_functional_normalize_cpu_float32 (__main__.TestDecompCPU) ... ok (0.461s) 2022-09-27T16:11:15.5349749Z test_comprehensive_nn_functional_normalize_cpu_float64 (__main__.TestDecompCPU) ... ok (0.436s) 2022-09-27T16:11:15.5736111Z test_comprehensive_nn_functional_one_hot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:11:15.5741799Z test_comprehensive_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:11:15.5746385Z test_comprehensive_nn_functional_pad_circular_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:11:15.5750834Z test_comprehensive_nn_functional_pad_circular_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:11:15.5755336Z test_comprehensive_nn_functional_pad_circular_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:11:15.5759807Z test_comprehensive_nn_functional_pad_circular_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:11:15.5764238Z test_comprehensive_nn_functional_pad_circular_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:11:15.5768633Z test_comprehensive_nn_functional_pad_circular_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:11:15.5773012Z test_comprehensive_nn_functional_pad_circular_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:11:15.5777662Z test_comprehensive_nn_functional_pad_circular_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:11:15.5781986Z test_comprehensive_nn_functional_pad_circular_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:11:15.5786420Z test_comprehensive_nn_functional_pad_circular_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:11:15.5790806Z test_comprehensive_nn_functional_pad_circular_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:11:15.6293984Z test_comprehensive_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:11:15.7024317Z test_comprehensive_nn_functional_pad_constant_cpu_bool (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:11:16.2030811Z test_comprehensive_nn_functional_pad_constant_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.494s) 2022-09-27T16:11:16.7117948Z test_comprehensive_nn_functional_pad_constant_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.507s) 2022-09-27T16:11:16.7634000Z test_comprehensive_nn_functional_pad_constant_cpu_float16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:11:17.0643750Z test_comprehensive_nn_functional_pad_constant_cpu_float32 (__main__.TestDecompCPU) ... ok (0.300s) 2022-09-27T16:11:17.3577821Z test_comprehensive_nn_functional_pad_constant_cpu_float64 (__main__.TestDecompCPU) ... ok (0.286s) 2022-09-27T16:11:17.4314918Z test_comprehensive_nn_functional_pad_constant_cpu_int16 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:11:17.5052370Z test_comprehensive_nn_functional_pad_constant_cpu_int32 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T16:11:17.5774676Z test_comprehensive_nn_functional_pad_constant_cpu_int64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:11:17.6511572Z test_comprehensive_nn_functional_pad_constant_cpu_int8 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:11:17.7240734Z test_comprehensive_nn_functional_pad_constant_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:11:17.7321182Z test_comprehensive_nn_functional_pad_reflect_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:17.7383846Z test_comprehensive_nn_functional_pad_reflect_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:17.7440728Z test_comprehensive_nn_functional_pad_reflect_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:17.7498378Z test_comprehensive_nn_functional_pad_reflect_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:17.7576030Z test_comprehensive_nn_functional_pad_replicate_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:17.7641572Z test_comprehensive_nn_functional_pad_replicate_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:17.7698923Z test_comprehensive_nn_functional_pad_replicate_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:17.7756420Z test_comprehensive_nn_functional_pad_replicate_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:17.8095321Z test_comprehensive_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:11:17.9180796Z test_comprehensive_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.111s) 2022-09-27T16:11:18.0322591Z test_comprehensive_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.125s) 2022-09-27T16:11:18.0653962Z test_comprehensive_nn_functional_pairwise_distance_cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:11:18.1494350Z test_comprehensive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T16:11:18.2286132Z test_comprehensive_nn_functional_pairwise_distance_cpu_float64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:11:18.2477348Z test_comprehensive_nn_functional_pairwise_distance_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:18.2667729Z test_comprehensive_nn_functional_pairwise_distance_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:18.2854973Z test_comprehensive_nn_functional_pairwise_distance_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:11:18.3044800Z test_comprehensive_nn_functional_pairwise_distance_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:18.3235218Z test_comprehensive_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:18.3290546Z test_comprehensive_nn_functional_pdist_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:18.3337130Z test_comprehensive_nn_functional_pdist_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:18.3361736Z test_comprehensive_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:18.3375000Z test_comprehensive_nn_functional_pixel_shuffle_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:18.3394316Z test_comprehensive_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:18.3414051Z test_comprehensive_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:18.3434381Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:18.3452773Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:18.3471177Z test_comprehensive_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:18.3484481Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:18.3497769Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:18.3511072Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:18.3524414Z test_comprehensive_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:18.3537623Z test_comprehensive_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:18.3557269Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:18.3570480Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:18.3589621Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:18.3609166Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:18.3629553Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:18.3648316Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:18.3667180Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:18.3680357Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:18.3693534Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:18.3706808Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:18.3720158Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:11:18.3733331Z test_comprehensive_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:19.1627323Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.787s) 2022-09-27T16:11:23.9181805Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (4.753s) 2022-09-27T16:11:28.6045351Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (4.685s) 2022-09-27T16:11:30.1208855Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (1.513s) 2022-09-27T16:11:31.6368643Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (1.520s) 2022-09-27T16:11:33.1485905Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (1.509s) 2022-09-27T16:11:34.6637160Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (1.515s) 2022-09-27T16:11:36.1743029Z test_comprehensive_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (1.514s) 2022-09-27T16:11:36.2150512Z test_comprehensive_nn_functional_prelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:11:36.5126355Z test_comprehensive_nn_functional_prelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.311s) 2022-09-27T16:11:36.8058894Z test_comprehensive_nn_functional_prelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.288s) 2022-09-27T16:11:36.8072155Z test_comprehensive_nn_functional_relu6_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.bfloat16 not supported (0.000s) 2022-09-27T16:11:36.8083577Z test_comprehensive_nn_functional_relu6_cpu_float32 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.float32 not supported (0.000s) 2022-09-27T16:11:36.8094609Z test_comprehensive_nn_functional_relu6_cpu_float64 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.float64 not supported (0.000s) 2022-09-27T16:11:36.8105561Z test_comprehensive_nn_functional_relu6_cpu_int16 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int16 not supported (0.000s) 2022-09-27T16:11:36.8116447Z test_comprehensive_nn_functional_relu6_cpu_int32 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int32 not supported (0.000s) 2022-09-27T16:11:36.8127288Z test_comprehensive_nn_functional_relu6_cpu_int64 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int64 not supported (0.000s) 2022-09-27T16:11:36.8138181Z test_comprehensive_nn_functional_relu6_cpu_int8 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int8 not supported (0.000s) 2022-09-27T16:11:36.8149212Z test_comprehensive_nn_functional_relu6_cpu_uint8 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.uint8 not supported (0.016s) 2022-09-27T16:11:36.8211757Z test_comprehensive_nn_functional_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:36.8506710Z test_comprehensive_nn_functional_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:11:36.8789656Z test_comprehensive_nn_functional_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:11:36.8867389Z test_comprehensive_nn_functional_relu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:36.8944905Z test_comprehensive_nn_functional_relu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:36.9020850Z test_comprehensive_nn_functional_relu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:36.9099270Z test_comprehensive_nn_functional_relu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:36.9175945Z test_comprehensive_nn_functional_relu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:36.9230808Z test_comprehensive_nn_functional_rrelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:36.9321740Z test_comprehensive_nn_functional_rrelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:36.9410140Z test_comprehensive_nn_functional_rrelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:36.9457849Z test_comprehensive_nn_functional_selu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:36.9555531Z test_comprehensive_nn_functional_selu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:36.9649264Z test_comprehensive_nn_functional_selu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:36.9705830Z test_comprehensive_nn_functional_silu_complex_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:36.9763291Z test_comprehensive_nn_functional_silu_complex_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:36.9805596Z test_comprehensive_nn_functional_silu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:36.9897328Z test_comprehensive_nn_functional_silu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:36.9986068Z test_comprehensive_nn_functional_silu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:37.0054436Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:37.0084552Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:37.0144472Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:37.0203022Z test_comprehensive_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:37.0315856Z test_comprehensive_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:37.0734692Z test_comprehensive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.053s) 2022-09-27T16:11:37.1138592Z test_comprehensive_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:11:37.1267441Z test_comprehensive_nn_functional_softmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:37.1962607Z test_comprehensive_nn_functional_softmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:11:37.2634249Z test_comprehensive_nn_functional_softmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:11:37.2792094Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:37.3953136Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.111s) 2022-09-27T16:11:37.5146040Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.128s) 2022-09-27T16:11:37.5308361Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:37.6273101Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... ok (0.094s) 2022-09-27T16:11:37.6949119Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T16:11:37.7313910Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:11:37.7679910Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:11:37.8042682Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:11:37.8407023Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:11:37.8771455Z test_comprehensive_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:11:37.8824049Z test_comprehensive_nn_functional_softplus_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:37.8920381Z test_comprehensive_nn_functional_softplus_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:11:37.9012633Z test_comprehensive_nn_functional_softplus_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:37.9097350Z test_comprehensive_nn_functional_softshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:37.9299211Z test_comprehensive_nn_functional_softshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:37.9492857Z test_comprehensive_nn_functional_softshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:11:37.9647261Z test_comprehensive_nn_functional_softsign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:11:38.0270847Z test_comprehensive_nn_functional_softsign_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T16:11:38.0918589Z test_comprehensive_nn_functional_softsign_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T16:11:38.1082357Z test_comprehensive_nn_functional_softsign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:38.1507306Z test_comprehensive_nn_functional_softsign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:11:38.1914983Z test_comprehensive_nn_functional_softsign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:11:38.1989879Z test_comprehensive_nn_functional_softsign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:38.2064980Z test_comprehensive_nn_functional_softsign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:38.2137391Z test_comprehensive_nn_functional_softsign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:11:38.2211850Z test_comprehensive_nn_functional_softsign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:38.2288189Z test_comprehensive_nn_functional_softsign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:38.2375149Z test_comprehensive_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:38.2679788Z test_comprehensive_nn_functional_tanhshrink_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:11:38.2993678Z test_comprehensive_nn_functional_tanhshrink_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:11:38.3198339Z test_comprehensive_nn_functional_tanhshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:11:38.3395578Z test_comprehensive_nn_functional_tanhshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:38.3466603Z test_comprehensive_nn_functional_tanhshrink_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:38.3537592Z test_comprehensive_nn_functional_tanhshrink_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:38.3608741Z test_comprehensive_nn_functional_tanhshrink_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:38.3680289Z test_comprehensive_nn_functional_tanhshrink_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:38.3751947Z test_comprehensive_nn_functional_tanhshrink_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:11:38.3812640Z test_comprehensive_nn_functional_threshold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:38.4047119Z test_comprehensive_nn_functional_threshold_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:11:38.4272427Z test_comprehensive_nn_functional_threshold_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:38.4331177Z test_comprehensive_nn_functional_threshold_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:38.4389751Z test_comprehensive_nn_functional_threshold_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:38.4446315Z test_comprehensive_nn_functional_threshold_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:38.4505047Z test_comprehensive_nn_functional_threshold_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:38.4562937Z test_comprehensive_nn_functional_threshold_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:38.5633857Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.096s) 2022-09-27T16:11:39.1042801Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.538s) 2022-09-27T16:11:39.6676953Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.569s) 2022-09-27T16:11:40.0537749Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.383s) 2022-09-27T16:11:40.4262893Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.374s) 2022-09-27T16:11:40.5450168Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.114s) 2022-09-27T16:11:40.6634432Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.119s) 2022-09-27T16:11:40.7813532Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.124s) 2022-09-27T16:11:40.8995927Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.114s) 2022-09-27T16:11:41.0175084Z test_comprehensive_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.124s) 2022-09-27T16:11:41.1269961Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.104s) 2022-09-27T16:11:41.6711475Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.554s) 2022-09-27T16:11:42.2336412Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.560s) 2022-09-27T16:11:42.6205081Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.383s) 2022-09-27T16:11:42.9944675Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.381s) 2022-09-27T16:11:43.1140747Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestDecompCPU) ... ok (0.111s) 2022-09-27T16:11:43.2339308Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestDecompCPU) ... ok (0.127s) 2022-09-27T16:11:43.3527644Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestDecompCPU) ... ok (0.111s) 2022-09-27T16:11:43.4719993Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestDecompCPU) ... ok (0.127s) 2022-09-27T16:11:43.5909092Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.112s) 2022-09-27T16:11:43.9188989Z test_comprehensive_nn_functional_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.333s) 2022-09-27T16:11:46.8572096Z test_comprehensive_nn_functional_unfold_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.931s) 2022-09-27T16:11:49.7032922Z test_comprehensive_nn_functional_unfold_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.850s) 2022-09-27T16:11:50.0248526Z test_comprehensive_nn_functional_unfold_cpu_float16 (__main__.TestDecompCPU) ... ok (0.315s) 2022-09-27T16:11:51.6842687Z test_comprehensive_nn_functional_unfold_cpu_float32 (__main__.TestDecompCPU) ... ok (1.667s) 2022-09-27T16:11:53.4335144Z test_comprehensive_nn_functional_unfold_cpu_float64 (__main__.TestDecompCPU) ... ok (1.754s) 2022-09-27T16:11:53.4408077Z test_comprehensive_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:53.4593242Z test_comprehensive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:53.4771302Z test_comprehensive_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:11:53.4845329Z test_comprehensive_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:11:53.4902467Z test_comprehensive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:53.4958956Z test_comprehensive_nn_functional_upsample_nearest_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:53.4982317Z test_comprehensive_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:53.5111013Z test_comprehensive_nonzero_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:53.5273574Z test_comprehensive_nonzero_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:53.5527045Z test_comprehensive_nonzero_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:11:53.5800524Z test_comprehensive_nonzero_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:11:53.6073603Z test_comprehensive_nonzero_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:53.6198357Z test_comprehensive_nonzero_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:53.6429784Z test_comprehensive_nonzero_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:11:53.6690647Z test_comprehensive_nonzero_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:53.6911097Z test_comprehensive_nonzero_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:11:53.7128703Z test_comprehensive_nonzero_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:53.7346288Z test_comprehensive_nonzero_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:11:53.7563326Z test_comprehensive_nonzero_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:53.7776662Z test_comprehensive_nonzero_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:53.9503061Z test_comprehensive_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.174s) 2022-09-27T16:11:54.8970089Z test_comprehensive_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.950s) 2022-09-27T16:11:55.8658744Z test_comprehensive_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.971s) 2022-09-27T16:11:56.0507009Z test_comprehensive_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.177s) 2022-09-27T16:11:56.7565706Z test_comprehensive_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.710s) 2022-09-27T16:11:57.4441390Z test_comprehensive_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.694s) 2022-09-27T16:11:57.4560032Z test_comprehensive_norm_fro_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:11:57.5112143Z test_comprehensive_norm_fro_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.052s) 2022-09-27T16:11:57.5678994Z test_comprehensive_norm_fro_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T16:11:57.6021088Z test_comprehensive_norm_fro_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T16:11:57.6351686Z test_comprehensive_norm_fro_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:11:57.6681078Z test_comprehensive_norm_inf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:11:57.7610712Z test_comprehensive_norm_inf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.104s) 2022-09-27T16:11:57.8565657Z test_comprehensive_norm_inf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.098s) 2022-09-27T16:11:57.8923114Z test_comprehensive_norm_inf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:11:57.9721711Z test_comprehensive_norm_inf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.089s) 2022-09-27T16:11:58.0500547Z test_comprehensive_norm_inf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:11:58.1399982Z test_comprehensive_norm_nuc_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T16:11:58.2329066Z test_comprehensive_norm_nuc_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T16:11:58.2918566Z test_comprehensive_norm_nuc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T16:11:58.3491694Z test_comprehensive_norm_nuc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:11:58.3580703Z test_comprehensive_normal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:58.3662208Z test_comprehensive_normal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:58.3755253Z test_comprehensive_normal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:11:58.3844545Z test_comprehensive_normal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.3870353Z test_comprehensive_normal_number_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.3894128Z test_comprehensive_normal_number_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.3918779Z test_comprehensive_normal_number_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:58.3943183Z test_comprehensive_normal_number_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.3960839Z test_comprehensive_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.3979619Z test_comprehensive_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.4000451Z test_comprehensive_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.4021973Z test_comprehensive_ones_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.4043787Z test_comprehensive_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.4061373Z test_comprehensive_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.4081620Z test_comprehensive_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:58.4103291Z test_comprehensive_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.4121776Z test_comprehensive_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.4140416Z test_comprehensive_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.4158509Z test_comprehensive_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.4177005Z test_comprehensive_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.4195766Z test_comprehensive_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.4214313Z test_comprehensive_ones_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.4230531Z test_comprehensive_ones_like_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:58.4251157Z test_comprehensive_ones_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.4272003Z test_comprehensive_ones_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.4292496Z test_comprehensive_ones_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.4310801Z test_comprehensive_ones_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.4329066Z test_comprehensive_ones_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:11:58.4347327Z test_comprehensive_ones_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.4363291Z test_comprehensive_ones_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.4379215Z test_comprehensive_ones_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.4395161Z test_comprehensive_ones_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.4411063Z test_comprehensive_ones_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.4428100Z test_comprehensive_ones_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.4857719Z test_comprehensive_ormqr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T16:11:58.5279455Z test_comprehensive_ormqr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:11:58.5557735Z test_comprehensive_ormqr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:11:58.5836539Z test_comprehensive_ormqr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T16:11:58.5889590Z test_comprehensive_outer_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.5917020Z test_comprehensive_outer_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.6212769Z test_comprehensive_outer_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:11:58.6516054Z test_comprehensive_outer_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:11:58.6569213Z test_comprehensive_outer_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.6735930Z test_comprehensive_outer_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:11:58.6896326Z test_comprehensive_outer_cpu_float64 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T16:11:58.6923098Z test_comprehensive_outer_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.6949899Z test_comprehensive_outer_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.6976149Z test_comprehensive_outer_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:58.7002826Z test_comprehensive_outer_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.7029613Z test_comprehensive_outer_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.7081576Z test_comprehensive_pca_lowrank_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-09-27T16:11:58.7119477Z test_comprehensive_pca_lowrank_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-09-27T16:11:58.7169286Z test_comprehensive_permute_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:58.7214927Z test_comprehensive_permute_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.7426402Z test_comprehensive_permute_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:58.7535565Z test_comprehensive_permute_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:58.7755125Z test_comprehensive_permute_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:11:58.7804391Z test_comprehensive_permute_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.7949391Z test_comprehensive_permute_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:58.8090272Z test_comprehensive_permute_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:58.8136421Z test_comprehensive_permute_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.8182707Z test_comprehensive_permute_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.8227977Z test_comprehensive_permute_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:11:58.8274153Z test_comprehensive_permute_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:58.8320161Z test_comprehensive_permute_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:11:59.3290827Z test_comprehensive_pinverse_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.507s) 2022-09-27T16:11:59.8387565Z test_comprehensive_pinverse_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.507s) 2022-09-27T16:12:00.1622509Z test_comprehensive_pinverse_cpu_float32 (__main__.TestDecompCPU) ... ok (0.317s) 2022-09-27T16:12:00.4756599Z test_comprehensive_pinverse_cpu_float64 (__main__.TestDecompCPU) ... ok (0.319s) 2022-09-27T16:12:01.2088564Z test_comprehensive_polar_cpu_float32 (__main__.TestDecompCPU) ... ok (0.727s) 2022-09-27T16:12:01.9421066Z test_comprehensive_polar_cpu_float64 (__main__.TestDecompCPU) ... ok (0.732s) 2022-09-27T16:12:01.9523959Z test_comprehensive_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:01.9544098Z test_comprehensive_polygamma_polygamma_n_0_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:01.9795481Z test_comprehensive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:12:02.0039779Z test_comprehensive_polygamma_polygamma_n_0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:02.0059966Z test_comprehensive_polygamma_polygamma_n_0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.0079637Z test_comprehensive_polygamma_polygamma_n_0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.0099517Z test_comprehensive_polygamma_polygamma_n_0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.0118648Z test_comprehensive_polygamma_polygamma_n_0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:02.0138214Z test_comprehensive_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.0238160Z test_comprehensive_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.0257314Z test_comprehensive_polygamma_polygamma_n_1_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:02.0520563Z test_comprehensive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:12:02.0764646Z test_comprehensive_polygamma_polygamma_n_1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T16:12:02.0784946Z test_comprehensive_polygamma_polygamma_n_1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.0804474Z test_comprehensive_polygamma_polygamma_n_1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.0823887Z test_comprehensive_polygamma_polygamma_n_1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.0843082Z test_comprehensive_polygamma_polygamma_n_1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.0862520Z test_comprehensive_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.0961292Z test_comprehensive_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:02.0980382Z test_comprehensive_polygamma_polygamma_n_2_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.1232834Z test_comprehensive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:02.1475735Z test_comprehensive_polygamma_polygamma_n_2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:02.1495589Z test_comprehensive_polygamma_polygamma_n_2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.1515092Z test_comprehensive_polygamma_polygamma_n_2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.1534215Z test_comprehensive_polygamma_polygamma_n_2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.1553587Z test_comprehensive_polygamma_polygamma_n_2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:02.1572951Z test_comprehensive_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.1671218Z test_comprehensive_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.1689970Z test_comprehensive_polygamma_polygamma_n_3_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.1938462Z test_comprehensive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:12:02.2181423Z test_comprehensive_polygamma_polygamma_n_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:02.2200755Z test_comprehensive_polygamma_polygamma_n_3_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.2219907Z test_comprehensive_polygamma_polygamma_n_3_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.2238984Z test_comprehensive_polygamma_polygamma_n_3_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.2258114Z test_comprehensive_polygamma_polygamma_n_3_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.2277507Z test_comprehensive_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.2376954Z test_comprehensive_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:02.2395780Z test_comprehensive_polygamma_polygamma_n_4_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.2644740Z test_comprehensive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:02.2886525Z test_comprehensive_polygamma_polygamma_n_4_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T16:12:02.2905900Z test_comprehensive_polygamma_polygamma_n_4_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.2925130Z test_comprehensive_polygamma_polygamma_n_4_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.2944518Z test_comprehensive_polygamma_polygamma_n_4_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.2963758Z test_comprehensive_polygamma_polygamma_n_4_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.2983454Z test_comprehensive_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:02.3006558Z test_comprehensive_positive_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.3027202Z test_comprehensive_positive_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.3042531Z test_comprehensive_positive_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.3064047Z test_comprehensive_positive_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.3084911Z test_comprehensive_positive_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.3104260Z test_comprehensive_positive_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.3123384Z test_comprehensive_positive_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.3136557Z test_comprehensive_positive_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:02.3149390Z test_comprehensive_positive_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.3162198Z test_comprehensive_positive_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.3175038Z test_comprehensive_positive_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.3188070Z test_comprehensive_positive_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:02.4283761Z test_comprehensive_pow_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.111s) 2022-09-27T16:12:03.8561990Z test_comprehensive_pow_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.421s) 2022-09-27T16:12:05.2939464Z test_comprehensive_pow_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.436s) 2022-09-27T16:12:05.3022723Z test_comprehensive_pow_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:06.0317469Z test_comprehensive_pow_cpu_float32 (__main__.TestDecompCPU) ... ok (0.721s) 2022-09-27T16:12:06.7545711Z test_comprehensive_pow_cpu_float64 (__main__.TestDecompCPU) ... ok (0.737s) 2022-09-27T16:12:06.7792812Z test_comprehensive_pow_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:06.8038674Z test_comprehensive_pow_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:12:06.8280187Z test_comprehensive_pow_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:06.8524034Z test_comprehensive_pow_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:06.8767679Z test_comprehensive_pow_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:06.9440401Z test_comprehensive_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T16:12:08.3975530Z test_comprehensive_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.447s) 2022-09-27T16:12:09.8784027Z test_comprehensive_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.476s) 2022-09-27T16:12:10.6914182Z test_comprehensive_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.823s) 2022-09-27T16:12:11.5080250Z test_comprehensive_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.809s) 2022-09-27T16:12:11.5755218Z test_comprehensive_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:12:11.6430496Z test_comprehensive_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T16:12:11.7096893Z test_comprehensive_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T16:12:11.7769390Z test_comprehensive_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:12:11.8437015Z test_comprehensive_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T16:12:11.8639658Z test_comprehensive_put_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:11.8667663Z test_comprehensive_put_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:11.9094388Z test_comprehensive_put_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T16:12:11.9538091Z test_comprehensive_put_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:11.9730231Z test_comprehensive_put_cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:12.0068923Z test_comprehensive_put_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:12:12.0395192Z test_comprehensive_put_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:12.0423953Z test_comprehensive_put_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:12.0452125Z test_comprehensive_put_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:12.0480076Z test_comprehensive_put_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:12.0508155Z test_comprehensive_put_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:12.0535998Z test_comprehensive_put_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:13.0277926Z test_comprehensive_qr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.972s) 2022-09-27T16:12:14.0643350Z test_comprehensive_qr_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.046s) 2022-09-27T16:12:14.7256314Z test_comprehensive_qr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.648s) 2022-09-27T16:12:15.3611301Z test_comprehensive_qr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.647s) 2022-09-27T16:12:16.9488729Z test_comprehensive_quantile_cpu_float32 (__main__.TestDecompCPU) ... ok (1.581s) 2022-09-27T16:12:18.4766898Z test_comprehensive_quantile_cpu_float64 (__main__.TestDecompCPU) ... ok (1.523s) 2022-09-27T16:12:18.4808930Z test_comprehensive_rad2deg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T16:12:18.4824530Z test_comprehensive_rad2deg_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.4862932Z test_comprehensive_rad2deg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.4914299Z test_comprehensive_rad2deg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.4962978Z test_comprehensive_rad2deg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:18.4977740Z test_comprehensive_rad2deg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.4992486Z test_comprehensive_rad2deg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.5006976Z test_comprehensive_rad2deg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.5021964Z test_comprehensive_rad2deg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.5036318Z test_comprehensive_rad2deg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.5086022Z test_comprehensive_rand_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.5136607Z test_comprehensive_rand_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:18.5187293Z test_comprehensive_rand_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.5237334Z test_comprehensive_rand_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.5285118Z test_comprehensive_rand_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:18.5332627Z test_comprehensive_rand_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.5380359Z test_comprehensive_rand_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.5466034Z test_comprehensive_randint_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:18.5547174Z test_comprehensive_randint_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.5628270Z test_comprehensive_randint_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:18.5709128Z test_comprehensive_randint_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.5788041Z test_comprehensive_randint_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T16:12:18.5866762Z test_comprehensive_randint_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.5945205Z test_comprehensive_randint_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:18.6023469Z test_comprehensive_randint_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.6101886Z test_comprehensive_randint_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:18.6122771Z test_comprehensive_randn_cpu_bfloat16 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-09-27T16:12:18.6143380Z test_comprehensive_randn_cpu_complex128 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-09-27T16:12:18.6163487Z test_comprehensive_randn_cpu_complex32 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-09-27T16:12:18.6185496Z test_comprehensive_randn_cpu_complex64 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-09-27T16:12:18.6205518Z test_comprehensive_randn_cpu_float16 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-09-27T16:12:18.6225683Z test_comprehensive_randn_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-09-27T16:12:18.6245755Z test_comprehensive_randn_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.016s) 2022-09-27T16:12:18.6293447Z test_comprehensive_randn_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.6343584Z test_comprehensive_randn_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.6394361Z test_comprehensive_randn_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:18.6444342Z test_comprehensive_randn_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.6492062Z test_comprehensive_randn_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.6539567Z test_comprehensive_randn_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.6587326Z test_comprehensive_randn_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:18.6635475Z test_comprehensive_ravel_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.6731599Z test_comprehensive_ravel_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:18.7117307Z test_comprehensive_ravel_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.037s) 2022-09-27T16:12:18.7364571Z test_comprehensive_ravel_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:18.7765698Z test_comprehensive_ravel_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:12:18.7810803Z test_comprehensive_ravel_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:12:18.8043684Z test_comprehensive_ravel_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:18.8268051Z test_comprehensive_ravel_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:18.8361584Z test_comprehensive_ravel_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.8455235Z test_comprehensive_ravel_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:18.8547310Z test_comprehensive_ravel_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.8640531Z test_comprehensive_ravel_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:18.8733026Z test_comprehensive_ravel_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:18.8754313Z test_comprehensive_real_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.8767152Z test_comprehensive_real_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.8816930Z test_comprehensive_real_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.8834406Z test_comprehensive_real_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:12:18.8884986Z test_comprehensive_real_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.8906289Z test_comprehensive_real_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.8925433Z test_comprehensive_real_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.8944833Z test_comprehensive_real_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.8957834Z test_comprehensive_real_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.8970741Z test_comprehensive_real_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.8983700Z test_comprehensive_real_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.8996712Z test_comprehensive_real_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:18.9009655Z test_comprehensive_real_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.9084509Z test_comprehensive_reciprocal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.9118435Z test_comprehensive_reciprocal_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:18.9394746Z test_comprehensive_reciprocal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:18.9679447Z test_comprehensive_reciprocal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:12:18.9755807Z test_comprehensive_reciprocal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:18.9915520Z test_comprehensive_reciprocal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:12:19.0070090Z test_comprehensive_reciprocal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:19.0104005Z test_comprehensive_reciprocal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:19.0137875Z test_comprehensive_reciprocal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:19.0171556Z test_comprehensive_reciprocal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:19.0205521Z test_comprehensive_reciprocal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:19.0239422Z test_comprehensive_reciprocal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:19.0781089Z test_comprehensive_remainder_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T16:12:19.1345139Z test_comprehensive_remainder_cpu_float16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:12:19.4575676Z test_comprehensive_remainder_cpu_float32 (__main__.TestDecompCPU) ... ok (0.320s) 2022-09-27T16:12:19.7743987Z test_comprehensive_remainder_cpu_float64 (__main__.TestDecompCPU) ... ok (0.316s) 2022-09-27T16:12:19.7999238Z test_comprehensive_remainder_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:19.8253612Z test_comprehensive_remainder_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:19.8503443Z test_comprehensive_remainder_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:19.8756285Z test_comprehensive_remainder_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:19.9006197Z test_comprehensive_remainder_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:12:19.9417189Z test_comprehensive_renorm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:20.3410174Z test_comprehensive_renorm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.411s) 2022-09-27T16:12:20.7562153Z test_comprehensive_renorm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.412s) 2022-09-27T16:12:20.7568306Z test_comprehensive_renorm_cpu_float16 (__main__.TestDecompCPU) ... skip: Inconsistent accuracy (0.000s) 2022-09-27T16:12:21.0168504Z test_comprehensive_renorm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.258s) 2022-09-27T16:12:21.2595615Z test_comprehensive_renorm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.245s) 2022-09-27T16:12:21.2890099Z test_comprehensive_repeat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:12:21.3091539Z test_comprehensive_repeat_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:21.4049626Z test_comprehensive_repeat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.104s) 2022-09-27T16:12:21.5051068Z test_comprehensive_repeat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.104s) 2022-09-27T16:12:21.5345064Z test_comprehensive_repeat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:21.6050123Z test_comprehensive_repeat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:12:21.6730940Z test_comprehensive_repeat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:12:21.6943674Z test_comprehensive_repeat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:12:21.7151354Z test_comprehensive_repeat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:21.7345692Z test_comprehensive_repeat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:21.7549828Z test_comprehensive_repeat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:21.7754067Z test_comprehensive_repeat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:12:21.7851741Z test_comprehensive_repeat_interleave_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:21.7946400Z test_comprehensive_repeat_interleave_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:21.8416501Z test_comprehensive_repeat_interleave_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:12:21.8601952Z test_comprehensive_repeat_interleave_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:21.9088873Z test_comprehensive_repeat_interleave_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-09-27T16:12:21.9179808Z test_comprehensive_repeat_interleave_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:21.9498809Z test_comprehensive_repeat_interleave_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:21.9809533Z test_comprehensive_repeat_interleave_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:12:21.9904828Z test_comprehensive_repeat_interleave_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:21.9999908Z test_comprehensive_repeat_interleave_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:22.0092529Z test_comprehensive_repeat_interleave_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.0186613Z test_comprehensive_repeat_interleave_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:22.0280975Z test_comprehensive_repeat_interleave_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:22.0333836Z test_comprehensive_reshape_as_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.0406292Z test_comprehensive_reshape_as_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.0768006Z test_comprehensive_reshape_as_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:12:22.0960632Z test_comprehensive_reshape_as_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:22.1331346Z test_comprehensive_reshape_as_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:22.1384189Z test_comprehensive_reshape_as_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:22.1612295Z test_comprehensive_reshape_as_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:22.1833423Z test_comprehensive_reshape_as_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:12:22.1907175Z test_comprehensive_reshape_as_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T16:12:22.1980849Z test_comprehensive_reshape_as_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.2053006Z test_comprehensive_reshape_as_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:22.2126157Z test_comprehensive_reshape_as_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.2198707Z test_comprehensive_reshape_as_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:22.2272421Z test_comprehensive_reshape_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.2427287Z test_comprehensive_reshape_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:22.3195483Z test_comprehensive_reshape_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:12:22.3615318Z test_comprehensive_reshape_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:12:22.4400896Z test_comprehensive_reshape_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:12:22.4475802Z test_comprehensive_reshape_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.4928293Z test_comprehensive_reshape_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:12:22.5366882Z test_comprehensive_reshape_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:12:22.5522127Z test_comprehensive_reshape_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:22.5677434Z test_comprehensive_reshape_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:22.5830508Z test_comprehensive_reshape_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:22.5985496Z test_comprehensive_reshape_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:22.6139444Z test_comprehensive_reshape_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:22.6164222Z test_comprehensive_resize__cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.6210630Z test_comprehensive_resize__cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.6320664Z test_comprehensive_resize__cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:22.6436724Z test_comprehensive_resize__cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:22.6459894Z test_comprehensive_resize__cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.6530839Z test_comprehensive_resize__cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.6601754Z test_comprehensive_resize__cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:22.6648937Z test_comprehensive_resize__cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.6695773Z test_comprehensive_resize__cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.6742412Z test_comprehensive_resize__cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:22.6789284Z test_comprehensive_resize__cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.6836101Z test_comprehensive_resize__cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.6862226Z test_comprehensive_resize_as__cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.6910726Z test_comprehensive_resize_as__cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:22.7023625Z test_comprehensive_resize_as__cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.7140010Z test_comprehensive_resize_as__cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:22.7164391Z test_comprehensive_resize_as__cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.7240009Z test_comprehensive_resize_as__cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:22.7311914Z test_comprehensive_resize_as__cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.7359193Z test_comprehensive_resize_as__cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.7406954Z test_comprehensive_resize_as__cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:22.7453551Z test_comprehensive_resize_as__cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.7500710Z test_comprehensive_resize_as__cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.7547666Z test_comprehensive_resize_as__cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:22.7565523Z test_comprehensive_resolve_conj_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.7577748Z test_comprehensive_resolve_conj_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.7594842Z test_comprehensive_resolve_conj_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.7612409Z test_comprehensive_resolve_conj_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.7630346Z test_comprehensive_resolve_conj_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.7646512Z test_comprehensive_resolve_conj_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.7662845Z test_comprehensive_resolve_conj_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.7675108Z test_comprehensive_resolve_conj_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.7687499Z test_comprehensive_resolve_conj_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:22.7699698Z test_comprehensive_resolve_conj_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.7711907Z test_comprehensive_resolve_conj_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.7724047Z test_comprehensive_resolve_conj_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.7743006Z test_comprehensive_resolve_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.7755245Z test_comprehensive_resolve_neg_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.7772211Z test_comprehensive_resolve_neg_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.7786174Z test_comprehensive_resolve_neg_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.7803690Z test_comprehensive_resolve_neg_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.7821656Z test_comprehensive_resolve_neg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.7837775Z test_comprehensive_resolve_neg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.7854290Z test_comprehensive_resolve_neg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:22.7866433Z test_comprehensive_resolve_neg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.7878532Z test_comprehensive_resolve_neg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.7890669Z test_comprehensive_resolve_neg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.7902889Z test_comprehensive_resolve_neg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.7915037Z test_comprehensive_resolve_neg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:22.8075068Z test_comprehensive_roll_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:22.8323604Z test_comprehensive_roll_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:22.9588743Z test_comprehensive_roll_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.112s) 2022-09-27T16:12:23.0225414Z test_comprehensive_roll_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T16:12:23.1507181Z test_comprehensive_roll_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.130s) 2022-09-27T16:12:23.1671956Z test_comprehensive_roll_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:23.2441469Z test_comprehensive_roll_cpu_float32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:12:23.3202361Z test_comprehensive_roll_cpu_float64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:12:23.3453014Z test_comprehensive_roll_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:23.3703528Z test_comprehensive_roll_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:23.3949912Z test_comprehensive_roll_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:12:23.4200290Z test_comprehensive_roll_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:23.4448311Z test_comprehensive_roll_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:23.4817488Z test_comprehensive_rot90_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:12:23.5680950Z test_comprehensive_rot90_cpu_bool (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T16:12:24.0672492Z test_comprehensive_rot90_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.492s) 2022-09-27T16:12:24.5709879Z test_comprehensive_rot90_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.508s) 2022-09-27T16:12:24.6084764Z test_comprehensive_rot90_cpu_float16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:12:24.8977980Z test_comprehensive_rot90_cpu_float32 (__main__.TestDecompCPU) ... ok (0.285s) 2022-09-27T16:12:25.1840214Z test_comprehensive_rot90_cpu_float64 (__main__.TestDecompCPU) ... ok (0.290s) 2022-09-27T16:12:25.2715081Z test_comprehensive_rot90_cpu_int16 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T16:12:25.3588296Z test_comprehensive_rot90_cpu_int32 (__main__.TestDecompCPU) ... ok (0.093s) 2022-09-27T16:12:25.4449378Z test_comprehensive_rot90_cpu_int64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:12:25.5321834Z test_comprehensive_rot90_cpu_int8 (__main__.TestDecompCPU) ... ok (0.098s) 2022-09-27T16:12:25.6185066Z test_comprehensive_rot90_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.077s) 2022-09-27T16:12:25.6204786Z test_comprehensive_round_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:25.6221951Z test_comprehensive_round_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:25.6238237Z test_comprehensive_round_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:25.6250901Z test_comprehensive_round_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:25.6263377Z test_comprehensive_round_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:25.6275656Z test_comprehensive_round_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:25.6288327Z test_comprehensive_round_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:25.6300622Z test_comprehensive_round_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:25.6326041Z test_comprehensive_round_decimals_0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:25.6349405Z test_comprehensive_round_decimals_0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:25.6370794Z test_comprehensive_round_decimals_0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:25.6394341Z test_comprehensive_round_decimals_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:25.6415855Z test_comprehensive_round_decimals_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:25.6437384Z test_comprehensive_round_decimals_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:25.6460672Z test_comprehensive_round_decimals_neg_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:25.6482040Z test_comprehensive_round_decimals_neg_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:25.6503672Z test_comprehensive_round_decimals_neg_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:25.6577178Z test_comprehensive_rsqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:25.6610934Z test_comprehensive_rsqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:25.6865787Z test_comprehensive_rsqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:12:25.7129611Z test_comprehensive_rsqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:25.7278455Z test_comprehensive_rsqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:25.7421833Z test_comprehensive_rsqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:25.7455409Z test_comprehensive_rsqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:25.7489233Z test_comprehensive_rsqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:25.7522625Z test_comprehensive_rsqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:25.7556213Z test_comprehensive_rsqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:25.7589978Z test_comprehensive_rsqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:25.7795049Z test_comprehensive_rsub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:26.0834142Z test_comprehensive_rsub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.301s) 2022-09-27T16:12:26.3896758Z test_comprehensive_rsub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.301s) 2022-09-27T16:12:26.4122227Z test_comprehensive_rsub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:26.5895196Z test_comprehensive_rsub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.181s) 2022-09-27T16:12:26.7632864Z test_comprehensive_rsub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.161s) 2022-09-27T16:12:26.7897338Z test_comprehensive_rsub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T16:12:26.8162640Z test_comprehensive_rsub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:26.8422094Z test_comprehensive_rsub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:26.8683974Z test_comprehensive_rsub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:26.8944142Z test_comprehensive_rsub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T16:12:26.8998499Z test_comprehensive_scatter_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:26.9020088Z test_comprehensive_scatter_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:26.9076520Z test_comprehensive_scatter_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:26.9133262Z test_comprehensive_scatter_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:26.9187077Z test_comprehensive_scatter_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:26.9238582Z test_comprehensive_scatter_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:26.9286932Z test_comprehensive_scatter_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:26.9309719Z test_comprehensive_scatter_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:26.9331614Z test_comprehensive_scatter_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:26.9353541Z test_comprehensive_scatter_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:26.9375343Z test_comprehensive_scatter_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:26.9397213Z test_comprehensive_scatter_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:26.9457915Z test_comprehensive_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:26.9487598Z test_comprehensive_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:26.9548574Z test_comprehensive_scatter_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:26.9611150Z test_comprehensive_scatter_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:26.9671087Z test_comprehensive_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:26.9728323Z test_comprehensive_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:26.9782294Z test_comprehensive_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:26.9808191Z test_comprehensive_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T16:12:26.9834457Z test_comprehensive_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:26.9860619Z test_comprehensive_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:26.9886382Z test_comprehensive_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:26.9912437Z test_comprehensive_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:27.2047997Z test_comprehensive_scatter_reduce_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.221s) 2022-09-27T16:12:27.2081891Z test_comprehensive_scatter_reduce_amax_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:27.4415778Z test_comprehensive_scatter_reduce_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.237s) 2022-09-27T16:12:27.9410830Z test_comprehensive_scatter_reduce_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.491s) 2022-09-27T16:12:28.4282349Z test_comprehensive_scatter_reduce_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.494s) 2022-09-27T16:12:28.4318499Z test_comprehensive_scatter_reduce_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:28.4353394Z test_comprehensive_scatter_reduce_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:28.4387294Z test_comprehensive_scatter_reduce_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:28.4421023Z test_comprehensive_scatter_reduce_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:28.4454783Z test_comprehensive_scatter_reduce_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:28.6593192Z test_comprehensive_scatter_reduce_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.208s) 2022-09-27T16:12:28.6628398Z test_comprehensive_scatter_reduce_amin_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:28.8964487Z test_comprehensive_scatter_reduce_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.229s) 2022-09-27T16:12:29.3954130Z test_comprehensive_scatter_reduce_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.499s) 2022-09-27T16:12:29.8813935Z test_comprehensive_scatter_reduce_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.485s) 2022-09-27T16:12:29.8850363Z test_comprehensive_scatter_reduce_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:29.8885140Z test_comprehensive_scatter_reduce_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:29.8919188Z test_comprehensive_scatter_reduce_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:29.8953228Z test_comprehensive_scatter_reduce_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:29.8987179Z test_comprehensive_scatter_reduce_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:29.9685828Z test_comprehensive_scatter_reduce_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:12:30.0445219Z test_comprehensive_scatter_reduce_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:12:30.2552930Z test_comprehensive_scatter_reduce_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.222s) 2022-09-27T16:12:30.4608085Z test_comprehensive_scatter_reduce_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.206s) 2022-09-27T16:12:30.4653649Z test_comprehensive_scatter_reduce_mean_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:30.4697874Z test_comprehensive_scatter_reduce_mean_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:30.4739020Z test_comprehensive_scatter_reduce_mean_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:30.4783374Z test_comprehensive_scatter_reduce_mean_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:30.4827030Z test_comprehensive_scatter_reduce_mean_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:30.7073325Z test_comprehensive_scatter_reduce_prod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.220s) 2022-09-27T16:12:30.7107992Z test_comprehensive_scatter_reduce_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:30.9497689Z test_comprehensive_scatter_reduce_prod_cpu_float16 (__main__.TestDecompCPU) ... ok (0.252s) 2022-09-27T16:12:31.7143544Z test_comprehensive_scatter_reduce_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.754s) 2022-09-27T16:12:32.4616112Z test_comprehensive_scatter_reduce_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.758s) 2022-09-27T16:12:32.4652401Z test_comprehensive_scatter_reduce_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:32.4687067Z test_comprehensive_scatter_reduce_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:32.4721374Z test_comprehensive_scatter_reduce_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:12:32.4755385Z test_comprehensive_scatter_reduce_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:32.4789392Z test_comprehensive_scatter_reduce_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:32.4943895Z test_comprehensive_scatter_reduce_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:12:32.4976620Z test_comprehensive_scatter_reduce_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:32.5133109Z test_comprehensive_scatter_reduce_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:32.5282699Z test_comprehensive_scatter_reduce_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:32.5425227Z test_comprehensive_scatter_reduce_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:12:32.5459065Z test_comprehensive_scatter_reduce_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:32.5492744Z test_comprehensive_scatter_reduce_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:32.5526405Z test_comprehensive_scatter_reduce_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:32.5560311Z test_comprehensive_scatter_reduce_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:32.5594377Z test_comprehensive_scatter_reduce_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:32.5766429Z test_comprehensive_searchsorted_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:32.5946613Z test_comprehensive_searchsorted_cpu_float16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T16:12:32.6110402Z test_comprehensive_searchsorted_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:32.6277245Z test_comprehensive_searchsorted_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:32.6403514Z test_comprehensive_searchsorted_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:32.6530912Z test_comprehensive_searchsorted_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:32.6657236Z test_comprehensive_searchsorted_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:32.6784558Z test_comprehensive_searchsorted_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:12:32.6911093Z test_comprehensive_searchsorted_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:12:32.7390779Z test_comprehensive_segment_reduce_lengths_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:12:32.7875855Z test_comprehensive_segment_reduce_lengths_cpu_float16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:12:32.8308982Z test_comprehensive_segment_reduce_lengths_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:12:32.8744946Z test_comprehensive_segment_reduce_lengths_cpu_float64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-09-27T16:12:32.9212332Z test_comprehensive_segment_reduce_offsets_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:32.9690679Z test_comprehensive_segment_reduce_offsets_cpu_float16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:12:33.0118315Z test_comprehensive_segment_reduce_offsets_cpu_float32 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T16:12:33.0548784Z test_comprehensive_segment_reduce_offsets_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:12:33.0599159Z test_comprehensive_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:12:33.0614313Z test_comprehensive_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.0762994Z test_comprehensive_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:33.0783530Z test_comprehensive_select_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.0934234Z test_comprehensive_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:12:33.0984359Z test_comprehensive_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:33.1088551Z test_comprehensive_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.1189615Z test_comprehensive_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:33.1205028Z test_comprehensive_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.1220426Z test_comprehensive_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.1235592Z test_comprehensive_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.1250728Z test_comprehensive_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.1266053Z test_comprehensive_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.1322212Z test_comprehensive_select_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:33.1338212Z test_comprehensive_select_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.1392868Z test_comprehensive_select_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.1454631Z test_comprehensive_select_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:33.1514878Z test_comprehensive_select_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.1531139Z test_comprehensive_select_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.1547705Z test_comprehensive_select_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.1564072Z test_comprehensive_select_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.1580601Z test_comprehensive_select_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.1597056Z test_comprehensive_select_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:33.1623444Z test_comprehensive_sgn_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.1691913Z test_comprehensive_sgn_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.3745779Z test_comprehensive_sgn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.207s) 2022-09-27T16:12:33.3946275Z test_comprehensive_sgn_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:12:33.6063923Z test_comprehensive_sgn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.208s) 2022-09-27T16:12:33.6089587Z test_comprehensive_sgn_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.6205115Z test_comprehensive_sgn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:33.6311615Z test_comprehensive_sgn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:33.6380925Z test_comprehensive_sgn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.6449924Z test_comprehensive_sgn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.6518653Z test_comprehensive_sgn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:33.6587717Z test_comprehensive_sgn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.6656056Z test_comprehensive_sgn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:33.6712421Z test_comprehensive_short_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.6761148Z test_comprehensive_short_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:12:33.6866008Z test_comprehensive_short_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.6973975Z test_comprehensive_short_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:33.7030250Z test_comprehensive_short_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.7104559Z test_comprehensive_short_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:33.7177202Z test_comprehensive_short_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.7204243Z test_comprehensive_short_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:33.7253189Z test_comprehensive_short_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.7301865Z test_comprehensive_short_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.7350836Z test_comprehensive_short_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:33.7399550Z test_comprehensive_short_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.7457919Z test_comprehensive_sigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.7503880Z test_comprehensive_sigmoid_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.7644925Z test_comprehensive_sigmoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.7791759Z test_comprehensive_sigmoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:12:33.7896398Z test_comprehensive_sigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.7996678Z test_comprehensive_sigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:33.8043114Z test_comprehensive_sigmoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.8089289Z test_comprehensive_sigmoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:33.8135296Z test_comprehensive_sigmoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.8181408Z test_comprehensive_sigmoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.8228916Z test_comprehensive_sigmoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.8252161Z test_comprehensive_sign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:33.8321417Z test_comprehensive_sign_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.8344293Z test_comprehensive_sign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.8458802Z test_comprehensive_sign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:33.8566119Z test_comprehensive_sign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:12:33.8635547Z test_comprehensive_sign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.8705273Z test_comprehensive_sign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:33.8774284Z test_comprehensive_sign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:12:33.8843642Z test_comprehensive_sign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.8912162Z test_comprehensive_sign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:33.8973354Z test_comprehensive_signbit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.9041998Z test_comprehensive_signbit_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.9108634Z test_comprehensive_signbit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:33.9218761Z test_comprehensive_signbit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:33.9323043Z test_comprehensive_signbit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.9393213Z test_comprehensive_signbit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:33.9462834Z test_comprehensive_signbit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.9532339Z test_comprehensive_signbit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:33.9601816Z test_comprehensive_signbit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.9670616Z test_comprehensive_signbit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:33.9706198Z test_comprehensive_sin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:33.9779767Z test_comprehensive_sin_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:34.0692356Z test_comprehensive_sin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.098s) 2022-09-27T16:12:34.1632724Z test_comprehensive_sin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.093s) 2022-09-27T16:12:34.2033850Z test_comprehensive_sin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:12:34.2412316Z test_comprehensive_sin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:34.2487349Z test_comprehensive_sin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:34.2561552Z test_comprehensive_sin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:34.2636107Z test_comprehensive_sin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:34.2710592Z test_comprehensive_sin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:34.2783533Z test_comprehensive_sin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:12:34.2973796Z test_comprehensive_sinc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:34.3010483Z test_comprehensive_sinc_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:34.3726206Z test_comprehensive_sinc_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T16:12:34.4467952Z test_comprehensive_sinc_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:12:34.4927295Z test_comprehensive_sinc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:12:34.5366158Z test_comprehensive_sinc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:12:34.5403541Z test_comprehensive_sinc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:34.5440866Z test_comprehensive_sinc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:34.5477922Z test_comprehensive_sinc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:34.5515100Z test_comprehensive_sinc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:34.5552195Z test_comprehensive_sinc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:34.5585535Z test_comprehensive_sinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:34.5658040Z test_comprehensive_sinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:34.6569709Z test_comprehensive_sinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:12:34.7508647Z test_comprehensive_sinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.104s) 2022-09-27T16:12:34.7905281Z test_comprehensive_sinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:12:34.8283704Z test_comprehensive_sinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:12:34.8355856Z test_comprehensive_sinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:34.8428735Z test_comprehensive_sinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:34.8500388Z test_comprehensive_sinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:34.8572029Z test_comprehensive_sinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:34.8642724Z test_comprehensive_sinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:34.8812023Z test_comprehensive_slice_scatter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:12:34.8844151Z test_comprehensive_slice_scatter_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:34.9158486Z test_comprehensive_slice_scatter_cpu_float16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T16:12:34.9297527Z test_comprehensive_slice_scatter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:34.9456573Z test_comprehensive_slice_scatter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:34.9489572Z test_comprehensive_slice_scatter_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:34.9522017Z test_comprehensive_slice_scatter_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:34.9555758Z test_comprehensive_slice_scatter_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:34.9587939Z test_comprehensive_slice_scatter_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:34.9620027Z test_comprehensive_slice_scatter_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:34.9699625Z test_comprehensive_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.0125661Z test_comprehensive_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T16:12:35.0536271Z test_comprehensive_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:12:35.0647090Z test_comprehensive_softmax_with_dtype_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:35.0885094Z test_comprehensive_softmax_with_dtype_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:12:35.1665644Z test_comprehensive_softmax_with_dtype_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:12:35.2459616Z test_comprehensive_softmax_with_dtype_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T16:12:35.2569603Z test_comprehensive_softmax_with_dtype_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.3264134Z test_comprehensive_softmax_with_dtype_cpu_float32 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T16:12:35.3674049Z test_comprehensive_softmax_with_dtype_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:12:35.3957611Z test_comprehensive_softmax_with_dtype_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:12:35.4242910Z test_comprehensive_softmax_with_dtype_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:12:35.4527573Z test_comprehensive_softmax_with_dtype_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:35.4812677Z test_comprehensive_softmax_with_dtype_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:35.5097171Z test_comprehensive_softmax_with_dtype_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:12:35.5510704Z test_comprehensive_sort_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:12:35.5564349Z test_comprehensive_sort_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.6004152Z test_comprehensive_sort_cpu_float16 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T16:12:35.6480861Z test_comprehensive_sort_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:12:35.6923099Z test_comprehensive_sort_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T16:12:35.6984724Z test_comprehensive_sort_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:35.7045601Z test_comprehensive_sort_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7103371Z test_comprehensive_sort_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:35.7161258Z test_comprehensive_sort_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7218829Z test_comprehensive_sort_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7230542Z test_comprehensive_sparse_sampled_addmm_cpu_complex128 (__main__.TestDecompCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:12:35.7241705Z test_comprehensive_sparse_sampled_addmm_cpu_complex64 (__main__.TestDecompCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:12:35.7252728Z test_comprehensive_sparse_sampled_addmm_cpu_float32 (__main__.TestDecompCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:12:35.7264019Z test_comprehensive_sparse_sampled_addmm_cpu_float64 (__main__.TestDecompCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:12:35.7281103Z test_comprehensive_special_airy_ai_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7296612Z test_comprehensive_special_airy_ai_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7311970Z test_comprehensive_special_airy_ai_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7326470Z test_comprehensive_special_airy_ai_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7341052Z test_comprehensive_special_airy_ai_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7355490Z test_comprehensive_special_airy_ai_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7369881Z test_comprehensive_special_airy_ai_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7384409Z test_comprehensive_special_airy_ai_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7401221Z test_comprehensive_special_bessel_j0_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7416746Z test_comprehensive_special_bessel_j0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:35.7432148Z test_comprehensive_special_bessel_j0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7446714Z test_comprehensive_special_bessel_j0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7461076Z test_comprehensive_special_bessel_j0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7475446Z test_comprehensive_special_bessel_j0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7489874Z test_comprehensive_special_bessel_j0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7506318Z test_comprehensive_special_bessel_j0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7523168Z test_comprehensive_special_bessel_j1_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7538285Z test_comprehensive_special_bessel_j1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7553579Z test_comprehensive_special_bessel_j1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7568065Z test_comprehensive_special_bessel_j1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7583375Z test_comprehensive_special_bessel_j1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:35.7597922Z test_comprehensive_special_bessel_j1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7612240Z test_comprehensive_special_bessel_j1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7626785Z test_comprehensive_special_bessel_j1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7643367Z test_comprehensive_special_bessel_y0_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7658564Z test_comprehensive_special_bessel_y0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7673782Z test_comprehensive_special_bessel_y0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7688225Z test_comprehensive_special_bessel_y0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7702753Z test_comprehensive_special_bessel_y0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7717168Z test_comprehensive_special_bessel_y0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7731675Z test_comprehensive_special_bessel_y0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:35.7746276Z test_comprehensive_special_bessel_y0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7763059Z test_comprehensive_special_bessel_y1_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7778404Z test_comprehensive_special_bessel_y1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7793561Z test_comprehensive_special_bessel_y1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7807898Z test_comprehensive_special_bessel_y1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7822542Z test_comprehensive_special_bessel_y1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7837062Z test_comprehensive_special_bessel_y1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:12:35.7851400Z test_comprehensive_special_bessel_y1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7865946Z test_comprehensive_special_bessel_y1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7889994Z test_comprehensive_special_chebyshev_polynomial_t_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7916762Z test_comprehensive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7943940Z test_comprehensive_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7965546Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.7988180Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:35.8009852Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.8031544Z test_comprehensive_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.8053143Z test_comprehensive_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.8077533Z test_comprehensive_special_chebyshev_polynomial_u_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.8104547Z test_comprehensive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.8131271Z test_comprehensive_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.8153017Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:35.8175185Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.8198737Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.8220344Z test_comprehensive_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.8241899Z test_comprehensive_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.8247259Z test_comprehensive_special_chebyshev_polynomial_v_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:35.8252202Z test_comprehensive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:35.8257001Z test_comprehensive_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:35.8261907Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:35.8266711Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:35.8271484Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:35.8276245Z test_comprehensive_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:35.8280997Z test_comprehensive_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:35.8285739Z test_comprehensive_special_chebyshev_polynomial_w_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:35.8290507Z test_comprehensive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:35.8295266Z test_comprehensive_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:35.8300173Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:12:35.8305051Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:35.8309933Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:35.8314650Z test_comprehensive_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:35.8319408Z test_comprehensive_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:35.8377371Z test_comprehensive_special_entr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.8391140Z test_comprehensive_special_entr_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.8518764Z test_comprehensive_special_entr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:35.8641413Z test_comprehensive_special_entr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:35.8655154Z test_comprehensive_special_entr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.8668950Z test_comprehensive_special_entr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.8682590Z test_comprehensive_special_entr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.8696223Z test_comprehensive_special_entr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.8710575Z test_comprehensive_special_entr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.8726872Z test_comprehensive_special_erfcx_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.8893905Z test_comprehensive_special_erfcx_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:35.9053920Z test_comprehensive_special_erfcx_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:35.9068938Z test_comprehensive_special_erfcx_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.9083596Z test_comprehensive_special_erfcx_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.9098208Z test_comprehensive_special_erfcx_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.9112837Z test_comprehensive_special_erfcx_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.9127453Z test_comprehensive_special_erfcx_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.9151042Z test_comprehensive_special_hermite_polynomial_h_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.9177651Z test_comprehensive_special_hermite_polynomial_h_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.9204696Z test_comprehensive_special_hermite_polynomial_h_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:35.9226266Z test_comprehensive_special_hermite_polynomial_h_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.9248415Z test_comprehensive_special_hermite_polynomial_h_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.9270166Z test_comprehensive_special_hermite_polynomial_h_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.9291448Z test_comprehensive_special_hermite_polynomial_h_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:12:35.9312846Z test_comprehensive_special_hermite_polynomial_h_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.9335998Z test_comprehensive_special_hermite_polynomial_he_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.9362629Z test_comprehensive_special_hermite_polynomial_he_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.9389659Z test_comprehensive_special_hermite_polynomial_he_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.9411512Z test_comprehensive_special_hermite_polynomial_he_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.9433918Z test_comprehensive_special_hermite_polynomial_he_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.9455688Z test_comprehensive_special_hermite_polynomial_he_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:35.9477001Z test_comprehensive_special_hermite_polynomial_he_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.9498346Z test_comprehensive_special_hermite_polynomial_he_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.9524681Z test_comprehensive_special_i0e_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.9551155Z test_comprehensive_special_i0e_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.9725605Z test_comprehensive_special_i0e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:35.9889843Z test_comprehensive_special_i0e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:12:35.9916525Z test_comprehensive_special_i0e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.9943027Z test_comprehensive_special_i0e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.9969270Z test_comprehensive_special_i0e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:35.9995649Z test_comprehensive_special_i0e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.0022167Z test_comprehensive_special_i0e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:36.0048449Z test_comprehensive_special_i1_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.0439764Z test_comprehensive_special_i1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:12:36.0810904Z test_comprehensive_special_i1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:36.0838058Z test_comprehensive_special_i1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:12:36.0864670Z test_comprehensive_special_i1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.0890977Z test_comprehensive_special_i1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.0917577Z test_comprehensive_special_i1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.0944013Z test_comprehensive_special_i1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.0970065Z test_comprehensive_special_i1e_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.1463239Z test_comprehensive_special_i1e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:12:36.1935628Z test_comprehensive_special_i1e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T16:12:36.1963472Z test_comprehensive_special_i1e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.1990664Z test_comprehensive_special_i1e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:36.2016920Z test_comprehensive_special_i1e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.2043294Z test_comprehensive_special_i1e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.2069721Z test_comprehensive_special_i1e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.2093707Z test_comprehensive_special_laguerre_polynomial_l_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.2120644Z test_comprehensive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.2147986Z test_comprehensive_special_laguerre_polynomial_l_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:36.2169859Z test_comprehensive_special_laguerre_polynomial_l_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.2192249Z test_comprehensive_special_laguerre_polynomial_l_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.2214131Z test_comprehensive_special_laguerre_polynomial_l_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.2235510Z test_comprehensive_special_laguerre_polynomial_l_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.2256944Z test_comprehensive_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.2262460Z test_comprehensive_special_legendre_polynomial_p_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.2267481Z test_comprehensive_special_legendre_polynomial_p_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.2272372Z test_comprehensive_special_legendre_polynomial_p_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.2277249Z test_comprehensive_special_legendre_polynomial_p_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.2282036Z test_comprehensive_special_legendre_polynomial_p_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.2286936Z test_comprehensive_special_legendre_polynomial_p_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:12:36.2291798Z test_comprehensive_special_legendre_polynomial_p_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.2296628Z test_comprehensive_special_legendre_polynomial_p_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.2313248Z test_comprehensive_special_log_ndtr_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.2568826Z test_comprehensive_special_log_ndtr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:36.2810608Z test_comprehensive_special_log_ndtr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:12:36.2825339Z test_comprehensive_special_log_ndtr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.2839823Z test_comprehensive_special_log_ndtr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.2854427Z test_comprehensive_special_log_ndtr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.2869169Z test_comprehensive_special_log_ndtr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:36.2883642Z test_comprehensive_special_log_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.2900445Z test_comprehensive_special_modified_bessel_i0_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.2915620Z test_comprehensive_special_modified_bessel_i0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.2930685Z test_comprehensive_special_modified_bessel_i0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.2945248Z test_comprehensive_special_modified_bessel_i0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.2959632Z test_comprehensive_special_modified_bessel_i0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.2974068Z test_comprehensive_special_modified_bessel_i0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.2988643Z test_comprehensive_special_modified_bessel_i0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.3003032Z test_comprehensive_special_modified_bessel_i0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.3020085Z test_comprehensive_special_modified_bessel_i1_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:36.3035514Z test_comprehensive_special_modified_bessel_i1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.3050590Z test_comprehensive_special_modified_bessel_i1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.3065340Z test_comprehensive_special_modified_bessel_i1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.3079835Z test_comprehensive_special_modified_bessel_i1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.3094353Z test_comprehensive_special_modified_bessel_i1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.3109014Z test_comprehensive_special_modified_bessel_i1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.3123501Z test_comprehensive_special_modified_bessel_i1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.3140463Z test_comprehensive_special_modified_bessel_k0_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.3155685Z test_comprehensive_special_modified_bessel_k0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.3171055Z test_comprehensive_special_modified_bessel_k0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:36.3185695Z test_comprehensive_special_modified_bessel_k0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.3200193Z test_comprehensive_special_modified_bessel_k0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.3214677Z test_comprehensive_special_modified_bessel_k0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.3229280Z test_comprehensive_special_modified_bessel_k0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.3243722Z test_comprehensive_special_modified_bessel_k0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.3260489Z test_comprehensive_special_modified_bessel_k1_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.3275624Z test_comprehensive_special_modified_bessel_k1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.3290664Z test_comprehensive_special_modified_bessel_k1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.3305184Z test_comprehensive_special_modified_bessel_k1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.3319558Z test_comprehensive_special_modified_bessel_k1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.3334008Z test_comprehensive_special_modified_bessel_k1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:36.3348547Z test_comprehensive_special_modified_bessel_k1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.3362917Z test_comprehensive_special_modified_bessel_k1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.3537651Z test_comprehensive_special_ndtr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:36.3654141Z test_comprehensive_special_ndtr_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:36.4107955Z test_comprehensive_special_ndtr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T16:12:36.4526894Z test_comprehensive_special_ndtr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:12:36.4650997Z test_comprehensive_special_ndtr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:36.4775561Z test_comprehensive_special_ndtr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:36.4899548Z test_comprehensive_special_ndtr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:12:36.5023322Z test_comprehensive_special_ndtr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:36.5147643Z test_comprehensive_special_ndtr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:36.5164045Z test_comprehensive_special_ndtri_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.5347456Z test_comprehensive_special_ndtri_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:36.5521361Z test_comprehensive_special_ndtri_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:36.5535611Z test_comprehensive_special_ndtri_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.5549927Z test_comprehensive_special_ndtri_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.5564073Z test_comprehensive_special_ndtri_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.5578156Z test_comprehensive_special_ndtri_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.5592381Z test_comprehensive_special_ndtri_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.5695427Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:36.5714775Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:12:36.5969583Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:12:36.6216938Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:36.6236629Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.6256014Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.6275661Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:36.6295087Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.6314883Z test_comprehensive_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.6331371Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.6346453Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.6361240Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.6375367Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.6389596Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.6404024Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.6418452Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.6433185Z test_comprehensive_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:36.6449990Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.6465372Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.6480463Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.6496469Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.6511096Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.6525515Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.6540065Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.6554609Z test_comprehensive_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.6559877Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.6564808Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.6569647Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.6574461Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.6579316Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.6584194Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.6592652Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:12:36.6593968Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.6598665Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.6603448Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.6608210Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.6612987Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.6617764Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.6622628Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.6627462Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.6632195Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.6636911Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.6641683Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.6646405Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.6651302Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.6655927Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.6660810Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.6665592Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.6670318Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.6675121Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.6679863Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.6684608Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.6689313Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.6694046Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.6698790Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.6703658Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.6708414Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestDecompCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:12:36.6724665Z test_comprehensive_special_spherical_bessel_j0_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.6739962Z test_comprehensive_special_spherical_bessel_j0_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.6755174Z test_comprehensive_special_spherical_bessel_j0_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:36.6769592Z test_comprehensive_special_spherical_bessel_j0_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.6784071Z test_comprehensive_special_spherical_bessel_j0_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.6798490Z test_comprehensive_special_spherical_bessel_j0_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.6812922Z test_comprehensive_special_spherical_bessel_j0_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.6827475Z test_comprehensive_special_spherical_bessel_j0_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.7526191Z test_comprehensive_special_xlog1py_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:12:36.7547611Z test_comprehensive_special_xlog1py_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:36.8272276Z test_comprehensive_special_xlog1py_cpu_float16 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:12:37.2142565Z test_comprehensive_special_xlog1py_cpu_float32 (__main__.TestDecompCPU) ... ok (0.379s) 2022-09-27T16:12:37.5951694Z test_comprehensive_special_xlog1py_cpu_float64 (__main__.TestDecompCPU) ... ok (0.382s) 2022-09-27T16:12:37.5975693Z test_comprehensive_special_xlog1py_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:37.5999373Z test_comprehensive_special_xlog1py_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:37.6021877Z test_comprehensive_special_xlog1py_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:37.6043949Z test_comprehensive_special_xlog1py_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:37.6065876Z test_comprehensive_special_xlog1py_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:37.6332965Z test_comprehensive_special_zeta_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:37.6744252Z test_comprehensive_special_zeta_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:12:37.7145735Z test_comprehensive_special_zeta_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:12:37.7418377Z test_comprehensive_special_zeta_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:37.7692383Z test_comprehensive_special_zeta_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:12:37.7962837Z test_comprehensive_special_zeta_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:12:37.8234241Z test_comprehensive_special_zeta_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:37.8509520Z test_comprehensive_special_zeta_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:37.8549956Z test_comprehensive_split_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:37.8660009Z test_comprehensive_split_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:37.9107036Z test_comprehensive_split_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:12:37.9406694Z test_comprehensive_split_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:37.9869212Z test_comprehensive_split_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-09-27T16:12:37.9910500Z test_comprehensive_split_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:38.0175875Z test_comprehensive_split_cpu_float32 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T16:12:38.0435139Z test_comprehensive_split_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:38.0545561Z test_comprehensive_split_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:38.0655730Z test_comprehensive_split_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:38.0764310Z test_comprehensive_split_cpu_int64 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T16:12:38.0874214Z test_comprehensive_split_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:38.0982873Z test_comprehensive_split_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T16:12:38.1042913Z test_comprehensive_split_list_args_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:38.1275373Z test_comprehensive_split_list_args_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:38.2182193Z test_comprehensive_split_list_args_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.093s) 2022-09-27T16:12:38.3112741Z test_comprehensive_split_list_args_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T16:12:38.3175468Z test_comprehensive_split_list_args_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:38.3707440Z test_comprehensive_split_list_args_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:12:38.4230272Z test_comprehensive_split_list_args_cpu_float64 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T16:12:38.4463366Z test_comprehensive_split_list_args_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:38.4696122Z test_comprehensive_split_list_args_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:38.4925195Z test_comprehensive_split_list_args_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T16:12:38.5156947Z test_comprehensive_split_list_args_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:38.5386645Z test_comprehensive_split_list_args_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:38.5461029Z test_comprehensive_split_with_sizes_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:38.5762406Z test_comprehensive_split_with_sizes_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:12:38.6960734Z test_comprehensive_split_with_sizes_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.124s) 2022-09-27T16:12:38.7815676Z test_comprehensive_split_with_sizes_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:12:38.9039755Z test_comprehensive_split_with_sizes_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.120s) 2022-09-27T16:12:38.9117217Z test_comprehensive_split_with_sizes_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:38.9815633Z test_comprehensive_split_with_sizes_cpu_float32 (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T16:12:39.0504686Z test_comprehensive_split_with_sizes_cpu_float64 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T16:12:39.0809764Z test_comprehensive_split_with_sizes_cpu_int16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:12:39.1114358Z test_comprehensive_split_with_sizes_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:12:39.1414263Z test_comprehensive_split_with_sizes_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:12:39.1717707Z test_comprehensive_split_with_sizes_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:39.2018057Z test_comprehensive_split_with_sizes_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T16:12:39.2054971Z test_comprehensive_sqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:39.2129193Z test_comprehensive_sqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:39.3065967Z test_comprehensive_sqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.099s) 2022-09-27T16:12:39.4018667Z test_comprehensive_sqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T16:12:39.4420725Z test_comprehensive_sqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:12:39.4813849Z test_comprehensive_sqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:12:39.4887032Z test_comprehensive_sqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:39.4960776Z test_comprehensive_sqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:39.5033966Z test_comprehensive_sqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:39.5108282Z test_comprehensive_sqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:39.5181581Z test_comprehensive_sqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:39.5253097Z test_comprehensive_square_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:12:39.5284742Z test_comprehensive_square_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:39.5548740Z test_comprehensive_square_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:39.5819303Z test_comprehensive_square_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:12:39.5894654Z test_comprehensive_square_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:12:39.6045743Z test_comprehensive_square_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:39.6191367Z test_comprehensive_square_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:39.6221208Z test_comprehensive_square_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:39.6250871Z test_comprehensive_square_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:39.6279982Z test_comprehensive_square_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:39.6309569Z test_comprehensive_square_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:39.6339341Z test_comprehensive_square_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:39.6415500Z test_comprehensive_squeeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:39.6507341Z test_comprehensive_squeeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:39.6885489Z test_comprehensive_squeeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T16:12:39.7090869Z test_comprehensive_squeeze_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:39.7487503Z test_comprehensive_squeeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:12:39.7563803Z test_comprehensive_squeeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:39.7828169Z test_comprehensive_squeeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:12:39.8084931Z test_comprehensive_squeeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:39.8176912Z test_comprehensive_squeeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:39.8269099Z test_comprehensive_squeeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:39.8359423Z test_comprehensive_squeeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:39.8451181Z test_comprehensive_squeeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:39.8542947Z test_comprehensive_squeeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:39.8612755Z test_comprehensive_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:39.8698679Z test_comprehensive_stack_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:39.8968176Z test_comprehensive_stack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T16:12:39.9223603Z test_comprehensive_stack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:39.9506959Z test_comprehensive_stack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:39.9577240Z test_comprehensive_stack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:39.9761973Z test_comprehensive_stack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:39.9940772Z test_comprehensive_stack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:12:40.0027788Z test_comprehensive_stack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:40.0114354Z test_comprehensive_stack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:12:40.0198300Z test_comprehensive_stack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:40.0285144Z test_comprehensive_stack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:12:40.0371725Z test_comprehensive_stack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:12:40.0852606Z test_comprehensive_std_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:12:40.3843622Z test_comprehensive_std_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.302s) 2022-09-27T16:12:40.6912985Z test_comprehensive_std_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.302s) 2022-09-27T16:12:40.7413863Z test_comprehensive_std_cpu_float16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:12:40.9464268Z test_comprehensive_std_cpu_float32 (__main__.TestDecompCPU) ... ok (0.206s) 2022-09-27T16:12:41.1463639Z test_comprehensive_std_cpu_float64 (__main__.TestDecompCPU) ... ok (0.207s) 2022-09-27T16:12:41.2135205Z test_comprehensive_std_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:12:41.7239845Z test_comprehensive_std_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.507s) 2022-09-27T16:12:42.2462638Z test_comprehensive_std_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.521s) 2022-09-27T16:12:42.3155358Z test_comprehensive_std_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:12:42.6432903Z test_comprehensive_std_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.316s) 2022-09-27T16:12:42.9650091Z test_comprehensive_std_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.332s) 2022-09-27T16:12:43.9644483Z test_comprehensive_stft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.991s) 2022-09-27T16:12:44.9041538Z test_comprehensive_stft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.949s) 2022-09-27T16:12:45.7779896Z test_comprehensive_stft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.865s) 2022-09-27T16:12:46.6458203Z test_comprehensive_stft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.877s) 2022-09-27T16:12:46.6704140Z test_comprehensive_sub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:46.9759353Z test_comprehensive_sub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.306s) 2022-09-27T16:12:47.0591341Z test_comprehensive_sub_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.077s) 2022-09-27T16:12:47.3669504Z test_comprehensive_sub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.316s) 2022-09-27T16:12:47.3935062Z test_comprehensive_sub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:12:47.5718887Z test_comprehensive_sub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.181s) 2022-09-27T16:12:47.7464855Z test_comprehensive_sub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.171s) 2022-09-27T16:12:47.7746715Z test_comprehensive_sub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:47.8028322Z test_comprehensive_sub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:12:47.8304285Z test_comprehensive_sub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:47.8582700Z test_comprehensive_sub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:47.8858513Z test_comprehensive_sub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:12:47.9104509Z test_comprehensive_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:12:47.9270677Z test_comprehensive_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:48.0178550Z test_comprehensive_sum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T16:12:48.1131637Z test_comprehensive_sum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.098s) 2022-09-27T16:12:48.1379083Z test_comprehensive_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:48.2031887Z test_comprehensive_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:12:48.2656962Z test_comprehensive_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:12:48.2826262Z test_comprehensive_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T16:12:48.2995042Z test_comprehensive_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T16:12:48.3159315Z test_comprehensive_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:48.3326751Z test_comprehensive_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:48.3493599Z test_comprehensive_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:48.3649758Z test_comprehensive_sum_to_size_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:48.3830161Z test_comprehensive_sum_to_size_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:12:48.4538607Z test_comprehensive_sum_to_size_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:12:48.5276729Z test_comprehensive_sum_to_size_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.084s) 2022-09-27T16:12:48.5441818Z test_comprehensive_sum_to_size_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:48.5913851Z test_comprehensive_sum_to_size_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:12:48.6373532Z test_comprehensive_sum_to_size_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:48.6557115Z test_comprehensive_sum_to_size_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:12:48.6739729Z test_comprehensive_sum_to_size_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:48.6919546Z test_comprehensive_sum_to_size_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:48.7102519Z test_comprehensive_sum_to_size_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:48.7283599Z test_comprehensive_sum_to_size_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:12:57.9163891Z test_comprehensive_svd_cpu_complex128 (__main__.TestDecompCPU) ... ok (9.188s) 2022-09-27T16:13:07.2576843Z test_comprehensive_svd_cpu_complex64 (__main__.TestDecompCPU) ... ok (9.348s) 2022-09-27T16:13:13.4075290Z test_comprehensive_svd_cpu_float32 (__main__.TestDecompCPU) ... ok (6.154s) 2022-09-27T16:13:19.3416854Z test_comprehensive_svd_cpu_float64 (__main__.TestDecompCPU) ... ok (5.929s) 2022-09-27T16:13:19.3460261Z test_comprehensive_svd_lowrank_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-09-27T16:13:19.3497410Z test_comprehensive_svd_lowrank_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-09-27T16:13:19.6460564Z test_comprehensive_symeig_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.301s) 2022-09-27T16:13:19.9403571Z test_comprehensive_symeig_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.291s) 2022-09-27T16:13:20.1418891Z test_comprehensive_symeig_cpu_float32 (__main__.TestDecompCPU) ... ok (0.202s) 2022-09-27T16:13:20.3369859Z test_comprehensive_symeig_cpu_float64 (__main__.TestDecompCPU) ... ok (0.207s) 2022-09-27T16:13:20.3405994Z test_comprehensive_t_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:20.3432473Z test_comprehensive_t_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:20.3534030Z test_comprehensive_t_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:20.3640455Z test_comprehensive_t_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:20.3673422Z test_comprehensive_t_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:20.3747909Z test_comprehensive_t_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:20.3819239Z test_comprehensive_t_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:20.3844562Z test_comprehensive_t_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:20.3869984Z test_comprehensive_t_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:20.3894297Z test_comprehensive_t_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:20.3919570Z test_comprehensive_t_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:20.3945146Z test_comprehensive_t_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:20.4046549Z test_comprehensive_take_along_dim_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:20.4140906Z test_comprehensive_take_along_dim_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:20.4476988Z test_comprehensive_take_along_dim_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:20.4825989Z test_comprehensive_take_along_dim_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:13:20.4924123Z test_comprehensive_take_along_dim_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:20.5158251Z test_comprehensive_take_along_dim_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:20.5385808Z test_comprehensive_take_along_dim_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:20.5479303Z test_comprehensive_take_along_dim_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:20.5573153Z test_comprehensive_take_along_dim_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:20.5664309Z test_comprehensive_take_along_dim_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:20.5756715Z test_comprehensive_take_along_dim_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:20.5848915Z test_comprehensive_take_along_dim_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:20.5910539Z test_comprehensive_take_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:20.5929157Z test_comprehensive_take_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:20.5986290Z test_comprehensive_take_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:20.6043185Z test_comprehensive_take_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:20.6102307Z test_comprehensive_take_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:20.6156092Z test_comprehensive_take_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:20.6209575Z test_comprehensive_take_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:20.6228558Z test_comprehensive_take_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:20.6247405Z test_comprehensive_take_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:20.6266392Z test_comprehensive_take_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:20.6285371Z test_comprehensive_take_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:20.6304409Z test_comprehensive_take_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:20.6347740Z test_comprehensive_tan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:20.6423666Z test_comprehensive_tan_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:20.7531612Z test_comprehensive_tan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.119s) 2022-09-27T16:13:20.8649225Z test_comprehensive_tan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.103s) 2022-09-27T16:13:20.9144707Z test_comprehensive_tan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T16:13:20.9629497Z test_comprehensive_tan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:20.9703951Z test_comprehensive_tan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:20.9777987Z test_comprehensive_tan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:20.9851701Z test_comprehensive_tan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:20.9925268Z test_comprehensive_tan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:20.9998544Z test_comprehensive_tan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:21.0025781Z test_comprehensive_tanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:21.0098897Z test_comprehensive_tanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:21.0645529Z test_comprehensive_tanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T16:13:21.1216165Z test_comprehensive_tanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.058s) 2022-09-27T16:13:21.1507595Z test_comprehensive_tanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:21.1791319Z test_comprehensive_tanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:21.1864273Z test_comprehensive_tanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:21.1937355Z test_comprehensive_tanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:21.2010256Z test_comprehensive_tanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:21.2083079Z test_comprehensive_tanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:21.2156062Z test_comprehensive_tanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:21.2472407Z test_comprehensive_tensor_split_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:21.2496188Z test_comprehensive_tensor_split_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:21.5315528Z test_comprehensive_tensor_split_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.287s) 2022-09-27T16:13:21.8170009Z test_comprehensive_tensor_split_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.284s) 2022-09-27T16:13:21.8492252Z test_comprehensive_tensor_split_cpu_float16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:22.0212996Z test_comprehensive_tensor_split_cpu_float32 (__main__.TestDecompCPU) ... ok (0.173s) 2022-09-27T16:13:22.1932280Z test_comprehensive_tensor_split_cpu_float64 (__main__.TestDecompCPU) ... ok (0.174s) 2022-09-27T16:13:22.1958166Z test_comprehensive_tensor_split_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:22.1983099Z test_comprehensive_tensor_split_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:22.2007014Z test_comprehensive_tensor_split_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:22.2031128Z test_comprehensive_tensor_split_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:22.2054959Z test_comprehensive_tensor_split_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:22.2138059Z test_comprehensive_tensordot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:22.2550324Z test_comprehensive_tensordot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:22.2981296Z test_comprehensive_tensordot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:22.3270897Z test_comprehensive_tensordot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:22.3548878Z test_comprehensive_tensordot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:22.3622091Z test_comprehensive_tensordot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:22.3694619Z test_comprehensive_tensordot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:22.3769578Z test_comprehensive_tensordot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:22.3842017Z test_comprehensive_tensordot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:22.3913812Z test_comprehensive_tensordot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:22.4231078Z test_comprehensive_tile_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:22.4499250Z test_comprehensive_tile_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:22.5509979Z test_comprehensive_tile_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.096s) 2022-09-27T16:13:22.6573415Z test_comprehensive_tile_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.111s) 2022-09-27T16:13:22.6891684Z test_comprehensive_tile_cpu_float16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:22.7633307Z test_comprehensive_tile_cpu_float32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:13:22.8346409Z test_comprehensive_tile_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:13:22.8615845Z test_comprehensive_tile_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:22.8884328Z test_comprehensive_tile_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:22.9139225Z test_comprehensive_tile_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:22.9407297Z test_comprehensive_tile_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:22.9675538Z test_comprehensive_tile_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:22.9993118Z test_comprehensive_to_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:23.2586635Z test_comprehensive_to_cpu_bool (__main__.TestDecompCPU) ... ok (0.268s) 2022-09-27T16:13:24.3755852Z test_comprehensive_to_cpu_complex128 (__main__.TestDecompCPU) ... ok (1.112s) 2022-09-27T16:13:25.4948541Z test_comprehensive_to_cpu_complex64 (__main__.TestDecompCPU) ... ok (1.117s) 2022-09-27T16:13:25.5284850Z test_comprehensive_to_cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:26.3274991Z test_comprehensive_to_cpu_float32 (__main__.TestDecompCPU) ... ok (0.813s) 2022-09-27T16:13:26.6312058Z test_comprehensive_to_cpu_float64 (__main__.TestDecompCPU) ... ok (0.290s) 2022-09-27T16:13:26.8951513Z test_comprehensive_to_cpu_int16 (__main__.TestDecompCPU) ... ok (0.264s) 2022-09-27T16:13:27.1602503Z test_comprehensive_to_cpu_int32 (__main__.TestDecompCPU) ... ok (0.268s) 2022-09-27T16:13:27.4213839Z test_comprehensive_to_cpu_int64 (__main__.TestDecompCPU) ... ok (0.269s) 2022-09-27T16:13:27.6827528Z test_comprehensive_to_cpu_int8 (__main__.TestDecompCPU) ... ok (0.255s) 2022-09-27T16:13:27.9422652Z test_comprehensive_to_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.270s) 2022-09-27T16:13:27.9456664Z test_comprehensive_to_sparse_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:27.9475648Z test_comprehensive_to_sparse_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:27.9496456Z test_comprehensive_to_sparse_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:27.9517274Z test_comprehensive_to_sparse_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:27.9537273Z test_comprehensive_to_sparse_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:27.9583543Z test_comprehensive_to_sparse_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:27.9612731Z test_comprehensive_to_sparse_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:27.9631987Z test_comprehensive_to_sparse_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:27.9651071Z test_comprehensive_to_sparse_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:27.9670345Z test_comprehensive_to_sparse_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:27.9689530Z test_comprehensive_to_sparse_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:27.9708634Z test_comprehensive_to_sparse_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:27.9816770Z test_comprehensive_topk_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:27.9939420Z test_comprehensive_topk_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:28.0055727Z test_comprehensive_topk_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:28.0075328Z test_comprehensive_topk_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:28.0094758Z test_comprehensive_topk_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:28.0114192Z test_comprehensive_topk_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:28.0133700Z test_comprehensive_topk_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:28.0153227Z test_comprehensive_topk_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:28.0244498Z test_comprehensive_trace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:28.0333049Z test_comprehensive_trace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:28.0395494Z test_comprehensive_trace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:28.0455232Z test_comprehensive_trace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:28.0476124Z test_comprehensive_trace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:28.0496858Z test_comprehensive_trace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:28.0517513Z test_comprehensive_trace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:28.0539346Z test_comprehensive_trace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:28.0559101Z test_comprehensive_trace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:28.0638839Z test_comprehensive_transpose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:28.0728402Z test_comprehensive_transpose_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:28.1196660Z test_comprehensive_transpose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:13:28.1445237Z test_comprehensive_transpose_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:28.1925076Z test_comprehensive_transpose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:13:28.2005735Z test_comprehensive_transpose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:28.2304484Z test_comprehensive_transpose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:28.2598678Z test_comprehensive_transpose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:28.2688032Z test_comprehensive_transpose_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:28.2777938Z test_comprehensive_transpose_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:28.2865174Z test_comprehensive_transpose_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:28.2955012Z test_comprehensive_transpose_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:28.3044017Z test_comprehensive_transpose_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:28.3720743Z test_comprehensive_trapezoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:13:28.6886653Z test_comprehensive_trapezoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.317s) 2022-09-27T16:13:29.0279907Z test_comprehensive_trapezoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.332s) 2022-09-27T16:13:29.0943965Z test_comprehensive_trapezoid_cpu_float16 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:13:29.3049277Z test_comprehensive_trapezoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.208s) 2022-09-27T16:13:29.5031859Z test_comprehensive_trapezoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.209s) 2022-09-27T16:13:29.5411140Z test_comprehensive_trapezoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:29.5789187Z test_comprehensive_trapezoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:29.6157784Z test_comprehensive_trapezoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:13:29.6533473Z test_comprehensive_trapezoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:29.6910460Z test_comprehensive_trapezoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:29.7581187Z test_comprehensive_trapz_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:13:30.0755585Z test_comprehensive_trapz_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.316s) 2022-09-27T16:13:30.4156794Z test_comprehensive_trapz_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.333s) 2022-09-27T16:13:30.4822160Z test_comprehensive_trapz_cpu_float16 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:13:30.6932909Z test_comprehensive_trapz_cpu_float32 (__main__.TestDecompCPU) ... ok (0.221s) 2022-09-27T16:13:30.8917381Z test_comprehensive_trapz_cpu_float64 (__main__.TestDecompCPU) ... ok (0.191s) 2022-09-27T16:13:30.9297070Z test_comprehensive_trapz_cpu_int16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:30.9675776Z test_comprehensive_trapz_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:31.0045872Z test_comprehensive_trapz_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:31.0422940Z test_comprehensive_trapz_cpu_int8 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:31.0800571Z test_comprehensive_trapz_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:31.2232313Z test_comprehensive_triangular_solve_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.143s) 2022-09-27T16:13:31.3699923Z test_comprehensive_triangular_solve_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.159s) 2022-09-27T16:13:31.4635820Z test_comprehensive_triangular_solve_cpu_float32 (__main__.TestDecompCPU) ... ok (0.094s) 2022-09-27T16:13:31.5543589Z test_comprehensive_triangular_solve_cpu_float64 (__main__.TestDecompCPU) ... ok (0.081s) 2022-09-27T16:13:31.5641260Z test_comprehensive_tril_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:31.5871312Z test_comprehensive_tril_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:31.7130257Z test_comprehensive_tril_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.126s) 2022-09-27T16:13:31.8392968Z test_comprehensive_tril_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.125s) 2022-09-27T16:13:31.8493175Z test_comprehensive_tril_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:31.9228110Z test_comprehensive_tril_cpu_float32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:13:31.9940033Z test_comprehensive_tril_cpu_float64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:13:32.0171751Z test_comprehensive_tril_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:32.0402833Z test_comprehensive_tril_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:32.0630930Z test_comprehensive_tril_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:32.0861602Z test_comprehensive_tril_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:32.1089148Z test_comprehensive_tril_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:32.1145698Z test_comprehensive_tril_indices_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:32.1196220Z test_comprehensive_tril_indices_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:32.1292329Z test_comprehensive_triu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:32.1521341Z test_comprehensive_triu_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:32.2787536Z test_comprehensive_triu_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.124s) 2022-09-27T16:13:32.4045974Z test_comprehensive_triu_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.124s) 2022-09-27T16:13:32.4144821Z test_comprehensive_triu_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:32.4875892Z test_comprehensive_triu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.072s) 2022-09-27T16:13:32.5588375Z test_comprehensive_triu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:13:32.5819716Z test_comprehensive_triu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:32.6050230Z test_comprehensive_triu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:32.6277957Z test_comprehensive_triu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:32.6508066Z test_comprehensive_triu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:32.6736311Z test_comprehensive_triu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:32.6792461Z test_comprehensive_triu_indices_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T16:13:32.6843129Z test_comprehensive_triu_indices_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:32.7245870Z test_comprehensive_true_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:32.7519120Z test_comprehensive_true_divide_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:33.6270287Z test_comprehensive_true_divide_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.884s) 2022-09-27T16:13:34.4855549Z test_comprehensive_true_divide_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.860s) 2022-09-27T16:13:34.5288908Z test_comprehensive_true_divide_cpu_float16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:34.9480622Z test_comprehensive_true_divide_cpu_float32 (__main__.TestDecompCPU) ... ok (0.415s) 2022-09-27T16:13:35.3593022Z test_comprehensive_true_divide_cpu_float64 (__main__.TestDecompCPU) ... ok (0.415s) 2022-09-27T16:13:35.3870068Z test_comprehensive_true_divide_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:35.4149702Z test_comprehensive_true_divide_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:35.4423031Z test_comprehensive_true_divide_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:35.4696821Z test_comprehensive_true_divide_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:35.4969882Z test_comprehensive_true_divide_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:35.4995162Z test_comprehensive_trunc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:35.5110753Z test_comprehensive_trunc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:35.5219451Z test_comprehensive_trunc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:35.5288952Z test_comprehensive_trunc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:35.5358490Z test_comprehensive_trunc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:35.5427566Z test_comprehensive_trunc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:35.5497143Z test_comprehensive_trunc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:35.5565646Z test_comprehensive_trunc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:35.5674001Z test_comprehensive_unbind_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:35.5945552Z test_comprehensive_unbind_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:35.7069006Z test_comprehensive_unbind_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.111s) 2022-09-27T16:13:35.7894903Z test_comprehensive_unbind_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:13:35.9059182Z test_comprehensive_unbind_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.126s) 2022-09-27T16:13:35.9168597Z test_comprehensive_unbind_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:35.9863665Z test_comprehensive_unbind_cpu_float32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:13:36.0527519Z test_comprehensive_unbind_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:13:36.0801399Z test_comprehensive_unbind_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:36.1074754Z test_comprehensive_unbind_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:36.1338136Z test_comprehensive_unbind_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:36.1610680Z test_comprehensive_unbind_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:36.1881584Z test_comprehensive_unbind_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:36.1982512Z test_comprehensive_unflatten_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:36.2085120Z test_comprehensive_unflatten_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:36.2572628Z test_comprehensive_unflatten_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:36.2831295Z test_comprehensive_unflatten_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:36.3336383Z test_comprehensive_unflatten_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:36.3433811Z test_comprehensive_unflatten_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:36.3769952Z test_comprehensive_unflatten_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:13:36.4093737Z test_comprehensive_unflatten_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:36.4197754Z test_comprehensive_unflatten_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:36.4301583Z test_comprehensive_unflatten_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:36.4402143Z test_comprehensive_unflatten_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:36.4505802Z test_comprehensive_unflatten_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:36.4608759Z test_comprehensive_unflatten_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:36.4720608Z test_comprehensive_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:36.4743392Z test_comprehensive_unfold_cpu_bool (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T16:13:36.4850437Z test_comprehensive_unfold_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:36.4906967Z test_comprehensive_unfold_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:36.5016284Z test_comprehensive_unfold_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:36.5133985Z test_comprehensive_unfold_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:36.5228709Z test_comprehensive_unfold_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:36.5320506Z test_comprehensive_unfold_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:36.5343476Z test_comprehensive_unfold_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:36.5366373Z test_comprehensive_unfold_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:36.5389414Z test_comprehensive_unfold_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:36.5412219Z test_comprehensive_unfold_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:36.5435186Z test_comprehensive_unfold_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:36.5466520Z test_comprehensive_uniform_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:36.5497748Z test_comprehensive_uniform_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:36.5529369Z test_comprehensive_uniform_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:36.5558286Z test_comprehensive_uniform_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:36.5587060Z test_comprehensive_uniform_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:36.5616520Z test_comprehensive_uniform_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:36.5975015Z test_comprehensive_unique_consecutive_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:36.6267683Z test_comprehensive_unique_consecutive_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:36.6624335Z test_comprehensive_unique_consecutive_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:36.6983921Z test_comprehensive_unique_consecutive_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:36.7289606Z test_comprehensive_unique_consecutive_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:36.7591887Z test_comprehensive_unique_consecutive_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:36.7893580Z test_comprehensive_unique_consecutive_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:36.8195215Z test_comprehensive_unique_consecutive_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:36.8497512Z test_comprehensive_unique_consecutive_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:36.9204427Z test_comprehensive_unique_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:13:36.9845764Z test_comprehensive_unique_cpu_bool (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:13:37.0549024Z test_comprehensive_unique_cpu_float32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:13:37.1254030Z test_comprehensive_unique_cpu_float64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:13:37.1913577Z test_comprehensive_unique_cpu_int16 (__main__.TestDecompCPU) ... ok (0.052s) 2022-09-27T16:13:37.2570875Z test_comprehensive_unique_cpu_int32 (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T16:13:37.3226232Z test_comprehensive_unique_cpu_int64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T16:13:37.3882646Z test_comprehensive_unique_cpu_int8 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T16:13:37.4535648Z test_comprehensive_unique_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:13:37.4629629Z test_comprehensive_unsqueeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:37.4736794Z test_comprehensive_unsqueeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T16:13:37.5308651Z test_comprehensive_unsqueeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:13:37.5593541Z test_comprehensive_unsqueeze_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:37.6180792Z test_comprehensive_unsqueeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:13:37.6271460Z test_comprehensive_unsqueeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:37.6650133Z test_comprehensive_unsqueeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:37.7014544Z test_comprehensive_unsqueeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:37.7120073Z test_comprehensive_unsqueeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:37.7225637Z test_comprehensive_unsqueeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:37.7328716Z test_comprehensive_unsqueeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:37.7434519Z test_comprehensive_unsqueeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:37.7539327Z test_comprehensive_unsqueeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:37.7831616Z test_comprehensive_var_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:38.0270201Z test_comprehensive_var_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.238s) 2022-09-27T16:13:38.2766802Z test_comprehensive_var_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.253s) 2022-09-27T16:13:38.3071285Z test_comprehensive_var_cpu_float16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:38.4612674Z test_comprehensive_var_cpu_float32 (__main__.TestDecompCPU) ... ok (0.157s) 2022-09-27T16:13:38.6127246Z test_comprehensive_var_cpu_float64 (__main__.TestDecompCPU) ... ok (0.158s) 2022-09-27T16:13:38.6607346Z test_comprehensive_var_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:13:39.1276006Z test_comprehensive_var_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.461s) 2022-09-27T16:13:39.6057820Z test_comprehensive_var_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.480s) 2022-09-27T16:13:39.6550309Z test_comprehensive_var_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:39.9407767Z test_comprehensive_var_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.285s) 2022-09-27T16:13:40.2213803Z test_comprehensive_var_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.286s) 2022-09-27T16:13:40.2243277Z test_comprehensive_vdot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:40.2419197Z test_comprehensive_vdot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:40.2602377Z test_comprehensive_vdot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:40.2650807Z test_comprehensive_vdot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:40.2697522Z test_comprehensive_vdot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:40.2710670Z test_comprehensive_vdot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:40.2723677Z test_comprehensive_vdot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:40.2736275Z test_comprehensive_vdot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:40.2749168Z test_comprehensive_vdot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:40.2762080Z test_comprehensive_vdot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:40.2777765Z test_comprehensive_view_as_complex_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:40.2793202Z test_comprehensive_view_as_complex_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:40.2808361Z test_comprehensive_view_as_complex_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:40.2862838Z test_comprehensive_view_as_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:40.2936372Z test_comprehensive_view_as_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:40.3298127Z test_comprehensive_view_as_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:13:40.3492847Z test_comprehensive_view_as_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:40.3865209Z test_comprehensive_view_as_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:13:40.3919980Z test_comprehensive_view_as_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:40.4145753Z test_comprehensive_view_as_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:40.4364701Z test_comprehensive_view_as_cpu_float64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:40.4439688Z test_comprehensive_view_as_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:40.4514231Z test_comprehensive_view_as_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:40.4587677Z test_comprehensive_view_as_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:40.4661721Z test_comprehensive_view_as_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:40.4735191Z test_comprehensive_view_as_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:40.4754166Z test_comprehensive_view_as_real_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:40.4772927Z test_comprehensive_view_as_real_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:40.4850769Z test_comprehensive_view_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:40.4999031Z test_comprehensive_view_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:40.5773382Z test_comprehensive_view_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T16:13:40.6178478Z test_comprehensive_view_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T16:13:40.6974037Z test_comprehensive_view_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:13:40.7054971Z test_comprehensive_view_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:40.7512279Z test_comprehensive_view_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:40.7958847Z test_comprehensive_view_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:13:40.8107384Z test_comprehensive_view_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:40.8255711Z test_comprehensive_view_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:40.8401780Z test_comprehensive_view_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:40.8549629Z test_comprehensive_view_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:40.8696713Z test_comprehensive_view_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:40.8769819Z test_comprehensive_vsplit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:40.8785131Z test_comprehensive_vsplit_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:40.9243541Z test_comprehensive_vsplit_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:13:40.9260569Z test_comprehensive_vsplit_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:40.9732759Z test_comprehensive_vsplit_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:13:40.9801495Z test_comprehensive_vsplit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:41.0088964Z test_comprehensive_vsplit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:41.0372672Z test_comprehensive_vsplit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:41.0387441Z test_comprehensive_vsplit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:41.0401754Z test_comprehensive_vsplit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:41.0415971Z test_comprehensive_vsplit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:41.0430342Z test_comprehensive_vsplit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:41.0444575Z test_comprehensive_vsplit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:41.0493606Z test_comprehensive_vstack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:41.0551687Z test_comprehensive_vstack_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:41.0771470Z test_comprehensive_vstack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:41.0946417Z test_comprehensive_vstack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:41.1174912Z test_comprehensive_vstack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:41.1222242Z test_comprehensive_vstack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:41.1368723Z test_comprehensive_vstack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:41.1509001Z test_comprehensive_vstack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:41.1567914Z test_comprehensive_vstack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:41.1626421Z test_comprehensive_vstack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:41.1682919Z test_comprehensive_vstack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:41.1741296Z test_comprehensive_vstack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:41.1799255Z test_comprehensive_vstack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:41.1943578Z test_comprehensive_where_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:41.2158734Z test_comprehensive_where_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:41.6152350Z test_comprehensive_where_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.400s) 2022-09-27T16:13:41.6644107Z test_comprehensive_where_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:42.0656009Z test_comprehensive_where_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.404s) 2022-09-27T16:13:42.0805166Z test_comprehensive_where_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:42.3054257Z test_comprehensive_where_cpu_float32 (__main__.TestDecompCPU) ... ok (0.223s) 2022-09-27T16:13:42.5294308Z test_comprehensive_where_cpu_float64 (__main__.TestDecompCPU) ... ok (0.228s) 2022-09-27T16:13:42.5512700Z test_comprehensive_where_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:42.5730435Z test_comprehensive_where_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:42.5945449Z test_comprehensive_where_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:42.6161208Z test_comprehensive_where_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:42.6375489Z test_comprehensive_where_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:42.7082545Z test_comprehensive_xlogy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T16:13:42.7346795Z test_comprehensive_xlogy_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:42.8089659Z test_comprehensive_xlogy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.077s) 2022-09-27T16:13:43.2642941Z test_comprehensive_xlogy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.457s) 2022-09-27T16:13:43.7121910Z test_comprehensive_xlogy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.441s) 2022-09-27T16:13:43.7391282Z test_comprehensive_xlogy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:43.7661125Z test_comprehensive_xlogy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:43.7928166Z test_comprehensive_xlogy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:43.8196687Z test_comprehensive_xlogy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:43.8462875Z test_comprehensive_xlogy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:43.8498954Z test_comprehensive_zero__cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:43.8547284Z test_comprehensive_zero__cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:43.8669813Z test_comprehensive_zero__cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:43.8795866Z test_comprehensive_zero__cpu_complex64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:43.8827848Z test_comprehensive_zero__cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:43.8908883Z test_comprehensive_zero__cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:43.8988319Z test_comprehensive_zero__cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:43.9036467Z test_comprehensive_zero__cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:43.9084491Z test_comprehensive_zero__cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:43.9131712Z test_comprehensive_zero__cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:43.9179793Z test_comprehensive_zero__cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:43.9227622Z test_comprehensive_zero__cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:43.9245936Z test_comprehensive_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:43.9264665Z test_comprehensive_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:43.9285500Z test_comprehensive_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:43.9307052Z test_comprehensive_zeros_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:43.9328832Z test_comprehensive_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:43.9346464Z test_comprehensive_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:43.9366716Z test_comprehensive_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:43.9386724Z test_comprehensive_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:43.9405639Z test_comprehensive_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:43.9424377Z test_comprehensive_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:43.9442410Z test_comprehensive_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:43.9461291Z test_comprehensive_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:43.9480001Z test_comprehensive_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:43.9498396Z test_comprehensive_zeros_like_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:43.9514285Z test_comprehensive_zeros_like_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:43.9535063Z test_comprehensive_zeros_like_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:43.9555671Z test_comprehensive_zeros_like_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:43.9576135Z test_comprehensive_zeros_like_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:43.9594431Z test_comprehensive_zeros_like_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:43.9612292Z test_comprehensive_zeros_like_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:43.9630448Z test_comprehensive_zeros_like_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:43.9647707Z test_comprehensive_zeros_like_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:43.9663622Z test_comprehensive_zeros_like_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:43.9679244Z test_comprehensive_zeros_like_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:43.9694952Z test_comprehensive_zeros_like_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:43.9710782Z test_comprehensive_zeros_like_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:43.9730335Z test_quick_abs_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:43.9918950Z test_quick_abs_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:44.0117120Z test_quick_abs_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:44.0312371Z test_quick_abs_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:44.0331724Z test_quick_abs_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:44.0442703Z test_quick_abs_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:44.0547857Z test_quick_abs_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:44.0617822Z test_quick_abs_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:44.0687289Z test_quick_abs_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:44.0756255Z test_quick_abs_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:44.0826383Z test_quick_abs_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:44.0894997Z test_quick_abs_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:44.0924982Z test_quick_acos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:44.0962082Z test_quick_acos_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:44.1020273Z test_quick_acos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:44.1079945Z test_quick_acos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:44.1126441Z test_quick_acos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:44.1171508Z test_quick_acos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:44.1208247Z test_quick_acos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:44.1245088Z test_quick_acos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:44.1282661Z test_quick_acos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:44.1319607Z test_quick_acos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:44.1357044Z test_quick_acos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:44.1385569Z test_quick_acosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:44.1419706Z test_quick_acosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:44.1479051Z test_quick_acosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:44.1539689Z test_quick_acosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:44.1583914Z test_quick_acosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:44.1627139Z test_quick_acosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:44.1661597Z test_quick_acosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:44.1695862Z test_quick_acosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:44.1730208Z test_quick_acosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:44.1764792Z test_quick_acosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:44.1799198Z test_quick_acosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:44.1906661Z test_quick_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:44.2185020Z test_quick_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:44.2987546Z test_quick_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:13:44.3814961Z test_quick_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:13:44.4628373Z test_quick_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:13:44.4742782Z test_quick_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:44.5223993Z test_quick_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.046s) 2022-09-27T16:13:44.5691706Z test_quick_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:44.5969943Z test_quick_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:44.6249927Z test_quick_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:44.6525868Z test_quick_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:44.6803757Z test_quick_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:44.7080106Z test_quick_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:44.7211706Z test_quick_addcdiv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:44.7844064Z test_quick_addcdiv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:13:44.8499711Z test_quick_addcdiv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:13:44.8903034Z test_quick_addcdiv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:44.9290862Z test_quick_addcdiv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:44.9396031Z test_quick_addcmul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.0028181Z test_quick_addcmul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:13:45.0685216Z test_quick_addcmul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:13:45.1088284Z test_quick_addcmul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:45.1477245Z test_quick_addcmul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:45.1670126Z test_quick_addcmul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.1862195Z test_quick_addcmul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.2044921Z test_quick_addcmul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.2235630Z test_quick_addcmul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:45.2425650Z test_quick_addcmul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.2463366Z test_quick_addmm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:45.2698616Z test_quick_addmm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:45.2944361Z test_quick_addmm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.3039480Z test_quick_addmm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.3129841Z test_quick_addmm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:45.3172993Z test_quick_addmm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.3215718Z test_quick_addmm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:45.3260695Z test_quick_addmm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:45.3303220Z test_quick_addmm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:45.3346101Z test_quick_addmm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.3383641Z test_quick_addmm_decomposed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:45.3618065Z test_quick_addmm_decomposed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.3863621Z test_quick_addmm_decomposed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:45.3958138Z test_quick_addmm_decomposed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.4048385Z test_quick_addmm_decomposed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:45.4090896Z test_quick_addmm_decomposed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:45.4133463Z test_quick_addmm_decomposed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.4180315Z test_quick_addmm_decomposed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:45.4222846Z test_quick_addmm_decomposed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:45.4265422Z test_quick_addmm_decomposed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.4318967Z test_quick_addr_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:45.4383578Z test_quick_addr_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:45.4608046Z test_quick_addr_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:45.4839864Z test_quick_addr_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T16:13:45.4897908Z test_quick_addr_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:45.5034763Z test_quick_addr_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.5167454Z test_quick_addr_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.5233708Z test_quick_addr_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.5299980Z test_quick_addr_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:45.5363614Z test_quick_addr_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:45.5430109Z test_quick_addr_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.5495861Z test_quick_addr_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:45.5652953Z test_quick_all_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.5786949Z test_quick_all_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.6060372Z test_quick_all_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:45.6341177Z test_quick_all_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:45.6496979Z test_quick_all_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.6699760Z test_quick_all_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.6898298Z test_quick_all_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.7041408Z test_quick_all_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.7184101Z test_quick_all_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.7326427Z test_quick_all_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.7469492Z test_quick_all_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.7617649Z test_quick_all_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.7742969Z test_quick_amax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:45.7915226Z test_quick_amax_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:45.8041438Z test_quick_amax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:45.8341417Z test_quick_amax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:45.8630782Z test_quick_amax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:45.8802682Z test_quick_amax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T16:13:45.8974549Z test_quick_amax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.9141033Z test_quick_amax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.9312328Z test_quick_amax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.9483753Z test_quick_amax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.9608710Z test_quick_amin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.9779130Z test_quick_amin_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:45.9903734Z test_quick_amin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.0203105Z test_quick_amin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:46.0492335Z test_quick_amin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:46.0664125Z test_quick_amin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.0835441Z test_quick_amin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.1000906Z test_quick_amin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.1172104Z test_quick_amin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.1343122Z test_quick_amin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.1494290Z test_quick_any_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.1623341Z test_quick_any_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.1891865Z test_quick_any_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:46.2167585Z test_quick_any_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.2317937Z test_quick_any_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.2514956Z test_quick_any_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:46.2708392Z test_quick_any_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.2846720Z test_quick_any_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.2985134Z test_quick_any_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.3122587Z test_quick_any_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:46.3260723Z test_quick_any_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.3403815Z test_quick_any_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.3501018Z test_quick_arange_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.3598839Z test_quick_arange_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:46.3736603Z test_quick_arange_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:46.3868773Z test_quick_arange_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.3982148Z test_quick_arange_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.4095282Z test_quick_arange_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.4203488Z test_quick_arange_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:46.4312001Z test_quick_arange_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.4420665Z test_quick_arange_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.4440763Z test_quick_asin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:46.4514728Z test_quick_asin_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:46.4704982Z test_quick_asin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:46.4901713Z test_quick_asin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T16:13:46.5014377Z test_quick_asin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:46.5120193Z test_quick_asin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.5193446Z test_quick_asin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.5266662Z test_quick_asin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:46.5339642Z test_quick_asin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:46.5412564Z test_quick_asin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.5485114Z test_quick_asin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:46.5504694Z test_quick_asinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.5576947Z test_quick_asinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:46.5766120Z test_quick_asinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.5963495Z test_quick_asinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.6075644Z test_quick_asinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.6178803Z test_quick_asinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.6250299Z test_quick_asinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:46.6322966Z test_quick_asinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.6393822Z test_quick_asinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:46.6464881Z test_quick_asinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.6535343Z test_quick_asinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:46.6626862Z test_quick_atan2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.6892394Z test_quick_atan2_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.7313231Z test_quick_atan2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:46.7723440Z test_quick_atan2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:46.7993001Z test_quick_atan2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.8266031Z test_quick_atan2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:46.8535341Z test_quick_atan2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:46.8803511Z test_quick_atan2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.9070331Z test_quick_atan2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:46.9090638Z test_quick_atan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:46.9165508Z test_quick_atan_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.9353973Z test_quick_atan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.9550517Z test_quick_atan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.9663641Z test_quick_atan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.9768718Z test_quick_atan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:46.9842194Z test_quick_atan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:46.9915672Z test_quick_atan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:46.9989454Z test_quick_atan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:47.0062689Z test_quick_atan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:47.0135531Z test_quick_atan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:47.0154888Z test_quick_atanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:47.0226306Z test_quick_atanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:47.0413969Z test_quick_atanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:47.0610521Z test_quick_atanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:47.0722992Z test_quick_atanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:47.0826520Z test_quick_atanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T16:13:47.0897755Z test_quick_atanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:47.0970157Z test_quick_atanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:47.1041374Z test_quick_atanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:47.1112371Z test_quick_atanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T16:13:47.1182695Z test_quick_atanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:47.1427612Z test_quick_bitwise_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:47.1674371Z test_quick_bitwise_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:47.1921738Z test_quick_bitwise_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T16:13:47.2165931Z test_quick_bitwise_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:47.2413480Z test_quick_bitwise_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:47.2659370Z test_quick_bitwise_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:47.2906905Z test_quick_bitwise_left_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:47.3156034Z test_quick_bitwise_left_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:47.3402108Z test_quick_bitwise_left_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:47.3649676Z test_quick_bitwise_left_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:47.3894965Z test_quick_bitwise_left_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:47.3924857Z test_quick_bitwise_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:47.3954709Z test_quick_bitwise_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:47.3984507Z test_quick_bitwise_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:47.4013396Z test_quick_bitwise_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:47.4043743Z test_quick_bitwise_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:47.4073435Z test_quick_bitwise_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:47.4318788Z test_quick_bitwise_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:47.4566242Z test_quick_bitwise_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:47.4813314Z test_quick_bitwise_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T16:13:47.5057227Z test_quick_bitwise_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:47.5304481Z test_quick_bitwise_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:47.5549823Z test_quick_bitwise_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:47.5801234Z test_quick_bitwise_right_shift_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:47.6048861Z test_quick_bitwise_right_shift_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:47.6293598Z test_quick_bitwise_right_shift_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:47.6540771Z test_quick_bitwise_right_shift_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:47.6786628Z test_quick_bitwise_right_shift_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:47.7030661Z test_quick_bitwise_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:47.7277027Z test_quick_bitwise_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:47.7524298Z test_quick_bitwise_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:47.7768903Z test_quick_bitwise_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:47.8016552Z test_quick_bitwise_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:47.8263576Z test_quick_bitwise_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:47.8315874Z test_quick_cat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:47.8408422Z test_quick_cat_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:47.8668814Z test_quick_cat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T16:13:47.8936176Z test_quick_cat_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T16:13:47.9203198Z test_quick_cat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:47.9256194Z test_quick_cat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:47.9423137Z test_quick_cat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:47.9584794Z test_quick_cat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:47.9678706Z test_quick_cat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:47.9772456Z test_quick_cat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:47.9864178Z test_quick_cat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:47.9958287Z test_quick_cat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:48.0051619Z test_quick_cat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:48.0070683Z test_quick_ceil_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:48.0185567Z test_quick_ceil_cpu_float32 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T16:13:48.0290432Z test_quick_ceil_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:48.0359846Z test_quick_ceil_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:48.0429919Z test_quick_ceil_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:48.0498729Z test_quick_ceil_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:48.0568169Z test_quick_ceil_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:48.0636558Z test_quick_ceil_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:48.0683513Z test_quick_clamp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:48.1090973Z test_quick_clamp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:13:48.1490907Z test_quick_clamp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:13:48.1916999Z test_quick_clamp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:13:48.2342506Z test_quick_clamp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:48.2766405Z test_quick_clamp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:48.3190975Z test_quick_clamp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:13:48.3611846Z test_quick_clamp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:48.3672342Z test_quick_clamp_max_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:48.3905470Z test_quick_clamp_max_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:48.3965412Z test_quick_clamp_max_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:48.4373053Z test_quick_clamp_max_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:13:48.4770488Z test_quick_clamp_max_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:13:48.5007276Z test_quick_clamp_max_cpu_int16 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T16:13:48.5243029Z test_quick_clamp_max_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:48.5475124Z test_quick_clamp_max_cpu_int64 (__main__.TestDecompCPU) ... ok (0.024s) 2022-09-27T16:13:48.5709996Z test_quick_clamp_max_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:48.5943065Z test_quick_clamp_max_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:48.6002732Z test_quick_clamp_min_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:48.6236868Z test_quick_clamp_min_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:48.6297354Z test_quick_clamp_min_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:48.6705165Z test_quick_clamp_min_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:13:48.7103020Z test_quick_clamp_min_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:48.7338201Z test_quick_clamp_min_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:48.7573572Z test_quick_clamp_min_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:48.7805850Z test_quick_clamp_min_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:48.8040789Z test_quick_clamp_min_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:48.8274809Z test_quick_clamp_min_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:48.8296214Z test_quick_clone_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:48.8357871Z test_quick_clone_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:48.8509718Z test_quick_clone_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:48.8670220Z test_quick_clone_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:48.8831106Z test_quick_clone_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.029s) 2022-09-27T16:13:48.8852584Z test_quick_clone_cpu_float16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T16:13:48.8948119Z test_quick_clone_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:48.9038611Z test_quick_clone_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:48.9099884Z test_quick_clone_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:48.9161089Z test_quick_clone_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:48.9222456Z test_quick_clone_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:48.9283597Z test_quick_clone_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:48.9345022Z test_quick_clone_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:48.9358545Z test_quick_conj_physical_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:48.9370835Z test_quick_conj_physical_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:48.9385589Z test_quick_conj_physical_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:48.9400213Z test_quick_conj_physical_cpu_complex32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:48.9414557Z test_quick_conj_physical_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:48.9428926Z test_quick_conj_physical_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:48.9442044Z test_quick_conj_physical_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:48.9455458Z test_quick_conj_physical_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:48.9468538Z test_quick_conj_physical_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:48.9480706Z test_quick_conj_physical_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:48.9492762Z test_quick_conj_physical_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.016s) 2022-09-27T16:13:48.9504937Z test_quick_conj_physical_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:48.9516999Z test_quick_conj_physical_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:48.9789910Z test_quick_constant_pad_nd_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:49.0526302Z test_quick_constant_pad_nd_cpu_bool (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:13:49.2416246Z test_quick_constant_pad_nd_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.189s) 2022-09-27T16:13:49.4334418Z test_quick_constant_pad_nd_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.190s) 2022-09-27T16:13:49.4612688Z test_quick_constant_pad_nd_cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:49.5810813Z test_quick_constant_pad_nd_cpu_float32 (__main__.TestDecompCPU) ... ok (0.117s) 2022-09-27T16:13:49.6982576Z test_quick_constant_pad_nd_cpu_float64 (__main__.TestDecompCPU) ... ok (0.126s) 2022-09-27T16:13:49.7727136Z test_quick_constant_pad_nd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:13:49.8473557Z test_quick_constant_pad_nd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:13:49.9203924Z test_quick_constant_pad_nd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:13:49.9944760Z test_quick_constant_pad_nd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T16:13:50.0680525Z test_quick_constant_pad_nd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.081s) 2022-09-27T16:13:50.0810150Z test_quick_copysign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.006s) 2022-09-27T16:13:50.1108527Z test_quick_copysign_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:50.1245591Z test_quick_copysign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:50.1703663Z test_quick_copysign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:50.2151297Z test_quick_copysign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:13:50.2451611Z test_quick_copysign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:50.2756221Z test_quick_copysign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:13:50.3057733Z test_quick_copysign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:50.3359118Z test_quick_copysign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:50.3660043Z test_quick_copysign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:50.3690297Z test_quick_cos_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:50.3727409Z test_quick_cos_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:50.3787464Z test_quick_cos_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:50.3847084Z test_quick_cos_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:50.3893839Z test_quick_cos_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:50.3940375Z test_quick_cos_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:50.3977068Z test_quick_cos_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:50.4014842Z test_quick_cos_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:50.4051835Z test_quick_cos_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:50.4088729Z test_quick_cos_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:50.4125744Z test_quick_cos_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:50.4153764Z test_quick_cosh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:50.4188158Z test_quick_cosh_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:50.4246959Z test_quick_cosh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:50.4306730Z test_quick_cosh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:50.4351633Z test_quick_cosh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:50.4394927Z test_quick_cosh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:50.4429496Z test_quick_cosh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:50.4464207Z test_quick_cosh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:50.4498503Z test_quick_cosh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:50.4533100Z test_quick_cosh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:50.4567664Z test_quick_cosh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:50.4668626Z test_quick_diag_embed_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:50.4867875Z test_quick_diag_embed_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:50.5398333Z test_quick_diag_embed_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:50.5943309Z test_quick_diag_embed_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T16:13:50.6491229Z test_quick_diag_embed_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:13:50.6594603Z test_quick_diag_embed_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:50.6940520Z test_quick_diag_embed_cpu_float32 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T16:13:50.7276375Z test_quick_diag_embed_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:13:50.7478506Z test_quick_diag_embed_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:50.7681079Z test_quick_diag_embed_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:50.7879673Z test_quick_diag_embed_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:50.8081434Z test_quick_diag_embed_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:50.8283118Z test_quick_diag_embed_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:50.8432806Z test_quick_diagonal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:50.8612834Z test_quick_diagonal_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:50.9385191Z test_quick_diagonal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:13:50.9889306Z test_quick_diagonal_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:13:51.0685563Z test_quick_diagonal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.094s) 2022-09-27T16:13:51.0834988Z test_quick_diagonal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:51.1341852Z test_quick_diagonal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:51.1834873Z test_quick_diagonal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T16:13:51.2016811Z test_quick_diagonal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:51.2198772Z test_quick_diagonal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:51.2375624Z test_quick_diagonal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:51.2557451Z test_quick_diagonal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:51.2738151Z test_quick_diagonal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:51.2767362Z test_quick_digamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:51.2801724Z test_quick_digamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:51.2846353Z test_quick_digamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:51.2889808Z test_quick_digamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:51.2924167Z test_quick_digamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:51.2959041Z test_quick_digamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:51.2993326Z test_quick_digamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:51.3027958Z test_quick_digamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:51.3062539Z test_quick_digamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:51.3411255Z test_quick_div_floor_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:51.3748210Z test_quick_div_floor_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:51.4413397Z test_quick_div_floor_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T16:13:51.5057886Z test_quick_div_floor_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T16:13:51.5326631Z test_quick_div_floor_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:51.5599766Z test_quick_div_floor_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:51.5865602Z test_quick_div_floor_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:51.6135277Z test_quick_div_floor_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:51.6390205Z test_quick_div_floor_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:51.6486729Z test_quick_div_no_rounding_mode_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:51.6759318Z test_quick_div_no_rounding_mode_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:51.7470169Z test_quick_div_no_rounding_mode_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:13:51.8196019Z test_quick_div_no_rounding_mode_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:13:51.8299851Z test_quick_div_no_rounding_mode_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:51.8729376Z test_quick_div_no_rounding_mode_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:51.9148884Z test_quick_div_no_rounding_mode_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:13:51.9425643Z test_quick_div_no_rounding_mode_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:51.9703132Z test_quick_div_no_rounding_mode_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:51.9976420Z test_quick_div_no_rounding_mode_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:52.0251097Z test_quick_div_no_rounding_mode_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:52.0523910Z test_quick_div_no_rounding_mode_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:52.0633784Z test_quick_div_trunc_rounding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:52.0750380Z test_quick_div_trunc_rounding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T16:13:52.1197968Z test_quick_div_trunc_rounding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.040s) 2022-09-27T16:13:52.1629826Z test_quick_div_trunc_rounding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:52.1885719Z test_quick_div_trunc_rounding_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:52.2140974Z test_quick_div_trunc_rounding_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:52.2391744Z test_quick_div_trunc_rounding_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:52.2647294Z test_quick_div_trunc_rounding_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:52.2902017Z test_quick_div_trunc_rounding_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:52.2921847Z test_quick_dot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:52.2995123Z test_quick_dot_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:52.3069985Z test_quick_dot_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:52.3101933Z test_quick_dot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:52.3133030Z test_quick_dot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:52.3153196Z test_quick_dot_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:52.3173136Z test_quick_dot_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:52.3192682Z test_quick_dot_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:52.3212745Z test_quick_dot_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:52.3232806Z test_quick_dot_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:52.3244361Z test_quick_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: empty in torch.bfloat16 not supported (0.000s) 2022-09-27T16:13:52.3255499Z test_quick_empty_cpu_bool (__main__.TestDecompCPU) ... skip: empty in torch.bool not supported (0.000s) 2022-09-27T16:13:52.3266630Z test_quick_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: empty in torch.complex128 not supported (0.000s) 2022-09-27T16:13:52.3277604Z test_quick_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: empty in torch.complex32 not supported (0.000s) 2022-09-27T16:13:52.3288576Z test_quick_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: empty in torch.complex64 not supported (0.000s) 2022-09-27T16:13:52.3299710Z test_quick_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: empty in torch.float16 not supported (0.000s) 2022-09-27T16:13:52.3310692Z test_quick_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: empty in torch.float32 not supported (0.000s) 2022-09-27T16:13:52.3321767Z test_quick_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: empty in torch.float64 not supported (0.000s) 2022-09-27T16:13:52.3332750Z test_quick_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: empty in torch.int16 not supported (0.000s) 2022-09-27T16:13:52.3343846Z test_quick_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: empty in torch.int32 not supported (0.000s) 2022-09-27T16:13:52.3354789Z test_quick_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: empty in torch.int64 not supported (0.000s) 2022-09-27T16:13:52.3366094Z test_quick_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: empty in torch.int8 not supported (0.016s) 2022-09-27T16:13:52.3377337Z test_quick_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: empty in torch.uint8 not supported (0.000s) 2022-09-27T16:13:52.3388639Z test_quick_empty_like_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: empty_like in torch.bfloat16 not supported (0.000s) 2022-09-27T16:13:52.3399686Z test_quick_empty_like_cpu_bool (__main__.TestDecompCPU) ... skip: empty_like in torch.bool not supported (0.000s) 2022-09-27T16:13:52.3410680Z test_quick_empty_like_cpu_complex128 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex128 not supported (0.000s) 2022-09-27T16:13:52.3421965Z test_quick_empty_like_cpu_complex32 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex32 not supported (0.000s) 2022-09-27T16:13:52.3432918Z test_quick_empty_like_cpu_complex64 (__main__.TestDecompCPU) ... skip: empty_like in torch.complex64 not supported (0.000s) 2022-09-27T16:13:52.3443945Z test_quick_empty_like_cpu_float16 (__main__.TestDecompCPU) ... skip: empty_like in torch.float16 not supported (0.000s) 2022-09-27T16:13:52.3454923Z test_quick_empty_like_cpu_float32 (__main__.TestDecompCPU) ... skip: empty_like in torch.float32 not supported (0.000s) 2022-09-27T16:13:52.3466244Z test_quick_empty_like_cpu_float64 (__main__.TestDecompCPU) ... skip: empty_like in torch.float64 not supported (0.000s) 2022-09-27T16:13:52.3477384Z test_quick_empty_like_cpu_int16 (__main__.TestDecompCPU) ... skip: empty_like in torch.int16 not supported (0.000s) 2022-09-27T16:13:52.3488253Z test_quick_empty_like_cpu_int32 (__main__.TestDecompCPU) ... skip: empty_like in torch.int32 not supported (0.000s) 2022-09-27T16:13:52.3499326Z test_quick_empty_like_cpu_int64 (__main__.TestDecompCPU) ... skip: empty_like in torch.int64 not supported (0.000s) 2022-09-27T16:13:52.3510341Z test_quick_empty_like_cpu_int8 (__main__.TestDecompCPU) ... skip: empty_like in torch.int8 not supported (0.000s) 2022-09-27T16:13:52.3521621Z test_quick_empty_like_cpu_uint8 (__main__.TestDecompCPU) ... skip: empty_like in torch.uint8 not supported (0.016s) 2022-09-27T16:13:52.3781331Z test_quick_eq_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:52.4040346Z test_quick_eq_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:52.4765141Z test_quick_eq_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:13:52.5517478Z test_quick_eq_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:13:52.6251101Z test_quick_eq_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:13:52.6528707Z test_quick_eq_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:52.6957061Z test_quick_eq_cpu_float32 (__main__.TestDecompCPU) ... ok (0.056s) 2022-09-27T16:13:52.7373759Z test_quick_eq_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:52.7636711Z test_quick_eq_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:52.7899539Z test_quick_eq_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:52.8161673Z test_quick_eq_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:52.8425344Z test_quick_eq_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:52.8685279Z test_quick_eq_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:52.8705915Z test_quick_erf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:52.8780077Z test_quick_erf_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:52.8893525Z test_quick_erf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:52.8999703Z test_quick_erf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:52.9073674Z test_quick_erf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:52.9147238Z test_quick_erf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:52.9220390Z test_quick_erf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:52.9294767Z test_quick_erf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:52.9367219Z test_quick_erf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:52.9397440Z test_quick_erfc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:52.9434857Z test_quick_erfc_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:52.9481737Z test_quick_erfc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:52.9527978Z test_quick_erfc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:52.9564754Z test_quick_erfc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:52.9601813Z test_quick_erfc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:52.9638729Z test_quick_erfc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:52.9675757Z test_quick_erfc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:52.9712726Z test_quick_erfc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:52.9732940Z test_quick_erfinv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:52.9806083Z test_quick_erfinv_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:52.9917397Z test_quick_erfinv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:53.0023575Z test_quick_erfinv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:53.0096042Z test_quick_erfinv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:53.0168528Z test_quick_erfinv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:53.0240892Z test_quick_erfinv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:53.0313470Z test_quick_erfinv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:53.0385212Z test_quick_erfinv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:53.0414760Z test_quick_exp2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:53.0448997Z test_quick_exp2_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:53.0480005Z test_quick_exp2_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:53.0526259Z test_quick_exp2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:53.0570744Z test_quick_exp2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:53.0605353Z test_quick_exp2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:53.0639947Z test_quick_exp2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:53.0674522Z test_quick_exp2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:53.0709141Z test_quick_exp2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:53.0743899Z test_quick_exp2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:53.0774366Z test_quick_exp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:53.0811225Z test_quick_exp_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:53.0871887Z test_quick_exp_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:53.0932489Z test_quick_exp_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:53.0980220Z test_quick_exp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:53.1026896Z test_quick_exp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:53.1063869Z test_quick_exp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:53.1100751Z test_quick_exp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:53.1137354Z test_quick_exp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:53.1174231Z test_quick_exp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:53.1210959Z test_quick_exp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:53.1266732Z test_quick_expand_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:53.1345578Z test_quick_expand_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:53.1547035Z test_quick_expand_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:53.1756752Z test_quick_expand_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:53.1812028Z test_quick_expand_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:53.1957733Z test_quick_expand_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:53.2096910Z test_quick_expand_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:53.2176175Z test_quick_expand_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:53.2255684Z test_quick_expand_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:53.2332419Z test_quick_expand_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:53.2413758Z test_quick_expand_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:53.2492574Z test_quick_expand_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:53.2512157Z test_quick_expm1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:53.2583989Z test_quick_expm1_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:53.2696093Z test_quick_expm1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:53.2801387Z test_quick_expm1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:53.2873719Z test_quick_expm1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:53.2946553Z test_quick_expm1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:53.3017532Z test_quick_expm1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:53.3089119Z test_quick_expm1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:53.3159635Z test_quick_expm1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:53.3481574Z test_quick_eye_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:53.3956517Z test_quick_eye_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T16:13:53.4448002Z test_quick_eye_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:13:53.4737964Z test_quick_eye_cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:53.5176060Z test_quick_eye_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:13:53.5589557Z test_quick_eye_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:13:53.5942004Z test_quick_eye_cpu_int16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T16:13:53.6294064Z test_quick_eye_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:53.6624316Z test_quick_eye_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:53.6977795Z test_quick_eye_cpu_int8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:13:53.7330838Z test_quick_eye_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:53.7344441Z test_quick_fft_fft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:53.7540439Z test_quick_fft_fft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:53.7736652Z test_quick_fft_fft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:53.8225537Z test_quick_fft_fft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T16:13:53.8704220Z test_quick_fft_fft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:53.8719845Z test_quick_fft_fft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:53.8733338Z test_quick_fft_fft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:53.8746607Z test_quick_fft_fft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:53.8759987Z test_quick_fft_fft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.010s) 2022-09-27T16:13:53.8773118Z test_quick_fft_fft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:53.8786378Z test_quick_fft_fft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:53.8919721Z test_quick_fft_fft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:53.9057531Z test_quick_fft_fft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:53.9143300Z test_quick_fft_fft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:53.9228206Z test_quick_fft_fft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:53.9242329Z test_quick_fft_fft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:53.9255481Z test_quick_fft_fft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:53.9268944Z test_quick_fft_fft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:53.9281830Z test_quick_fft_fft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:53.9294970Z test_quick_fft_fft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:53.9308144Z test_quick_fft_fftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:53.9503193Z test_quick_fft_fftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:53.9700345Z test_quick_fft_fftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:54.0266176Z test_quick_fft_fftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T16:13:54.0822870Z test_quick_fft_fftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T16:13:54.0837404Z test_quick_fft_fftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:54.0850769Z test_quick_fft_fftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:54.0864238Z test_quick_fft_fftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:54.0877582Z test_quick_fft_fftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:54.0890910Z test_quick_fft_fftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:54.0903897Z test_quick_fft_hfft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:54.1494241Z test_quick_fft_hfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:13:54.2091359Z test_quick_fft_hfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T16:13:54.2959594Z test_quick_fft_hfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T16:13:54.3815235Z test_quick_fft_hfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:13:54.3830205Z test_quick_fft_hfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.010s) 2022-09-27T16:13:54.3843446Z test_quick_fft_hfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:54.3856493Z test_quick_fft_hfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:54.3869702Z test_quick_fft_hfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:54.3882803Z test_quick_fft_hfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:54.3895798Z test_quick_fft_hfft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:54.4538467Z test_quick_fft_hfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:13:54.5201396Z test_quick_fft_hfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T16:13:54.5993752Z test_quick_fft_hfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.089s) 2022-09-27T16:13:54.6773012Z test_quick_fft_hfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:13:54.6787985Z test_quick_fft_hfft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:54.6801389Z test_quick_fft_hfft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:54.6814242Z test_quick_fft_hfft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:54.6827389Z test_quick_fft_hfft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:54.6840358Z test_quick_fft_hfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:54.6853235Z test_quick_fft_hfftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:54.7585375Z test_quick_fft_hfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T16:13:54.8327738Z test_quick_fft_hfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.065s) 2022-09-27T16:13:54.9311609Z test_quick_fft_hfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.110s) 2022-09-27T16:13:55.0276546Z test_quick_fft_hfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.094s) 2022-09-27T16:13:55.0292055Z test_quick_fft_hfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.0305760Z test_quick_fft_hfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.0319097Z test_quick_fft_hfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.0332405Z test_quick_fft_hfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.0345846Z test_quick_fft_hfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.0358711Z test_quick_fft_ifft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.0550615Z test_quick_fft_ifft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:55.0744010Z test_quick_fft_ifft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T16:13:55.1228004Z test_quick_fft_ifft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:55.1703919Z test_quick_fft_ifft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:13:55.1718441Z test_quick_fft_ifft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.1731631Z test_quick_fft_ifft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.1744815Z test_quick_fft_ifft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.1757948Z test_quick_fft_ifft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.1771004Z test_quick_fft_ifft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.1784136Z test_quick_fft_ifft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.1918024Z test_quick_fft_ifft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:55.2056055Z test_quick_fft_ifft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:55.2144979Z test_quick_fft_ifft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:55.2232078Z test_quick_fft_ifft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:55.2246527Z test_quick_fft_ifft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.2259676Z test_quick_fft_ifft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.2272863Z test_quick_fft_ifft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.2286043Z test_quick_fft_ifft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.2299360Z test_quick_fft_ifft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.016s) 2022-09-27T16:13:55.2312468Z test_quick_fft_ifftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.2509109Z test_quick_fft_ifftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:55.2707872Z test_quick_fft_ifftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:55.3272832Z test_quick_fft_ifftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:13:55.3827378Z test_quick_fft_ifftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:55.3842264Z test_quick_fft_ifftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.3855730Z test_quick_fft_ifftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.3869201Z test_quick_fft_ifftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.3882602Z test_quick_fft_ifftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.3895963Z test_quick_fft_ifftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.3908953Z test_quick_fft_ihfft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.4032232Z test_quick_fft_ihfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:55.4154368Z test_quick_fft_ihfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:55.4168482Z test_quick_fft_ihfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.4181647Z test_quick_fft_ihfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.4195019Z test_quick_fft_ihfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.4208105Z test_quick_fft_ihfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.4221266Z test_quick_fft_ihfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.4234273Z test_quick_fft_ihfft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.4321823Z test_quick_fft_ihfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:55.4408332Z test_quick_fft_ihfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:55.4422590Z test_quick_fft_ihfft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.4435788Z test_quick_fft_ihfft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.4449220Z test_quick_fft_ihfft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.4462393Z test_quick_fft_ihfft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.4475557Z test_quick_fft_ihfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.4488637Z test_quick_fft_ihfftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.4615746Z test_quick_fft_ihfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:55.4743060Z test_quick_fft_ihfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T16:13:55.4757635Z test_quick_fft_ihfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.4771090Z test_quick_fft_ihfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.4784650Z test_quick_fft_ihfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.4797995Z test_quick_fft_ihfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.4811367Z test_quick_fft_ihfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.4824621Z test_quick_fft_irfft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.016s) 2022-09-27T16:13:55.4854527Z test_quick_fft_irfft2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:55.4885263Z test_quick_fft_irfft2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:55.5267251Z test_quick_fft_irfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:55.5642891Z test_quick_fft_irfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:55.5656889Z test_quick_fft_irfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.5670112Z test_quick_fft_irfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.5683154Z test_quick_fft_irfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.5696123Z test_quick_fft_irfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.5709258Z test_quick_fft_irfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.5722183Z test_quick_fft_irfft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.5751602Z test_quick_fft_irfft_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:55.5782186Z test_quick_fft_irfft_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:55.6182312Z test_quick_fft_irfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:55.6571388Z test_quick_fft_irfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:55.6585878Z test_quick_fft_irfft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.6599271Z test_quick_fft_irfft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.6612710Z test_quick_fft_irfft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.6625858Z test_quick_fft_irfft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.6639104Z test_quick_fft_irfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.6652192Z test_quick_fft_irfftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.6685652Z test_quick_fft_irfftn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:55.6719474Z test_quick_fft_irfftn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:55.7304141Z test_quick_fft_irfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:13:55.7950820Z test_quick_fft_irfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:13:55.7970278Z test_quick_fft_irfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.7988558Z test_quick_fft_irfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.8005408Z test_quick_fft_irfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.016s) 2022-09-27T16:13:55.8022911Z test_quick_fft_irfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.8040321Z test_quick_fft_irfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.8057068Z test_quick_fft_rfft2_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.8225546Z test_quick_fft_rfft2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:55.8391080Z test_quick_fft_rfft2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:55.8409185Z test_quick_fft_rfft2_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.8426314Z test_quick_fft_rfft2_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.8443342Z test_quick_fft_rfft2_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.8460421Z test_quick_fft_rfft2_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.8477549Z test_quick_fft_rfft2_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.016s) 2022-09-27T16:13:55.8494323Z test_quick_fft_rfft_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.8613913Z test_quick_fft_rfft_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:55.8699424Z test_quick_fft_rfft_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:55.8713353Z test_quick_fft_rfft_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.8726349Z test_quick_fft_rfft_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.8739323Z test_quick_fft_rfft_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.8752539Z test_quick_fft_rfft_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.8765323Z test_quick_fft_rfft_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.8778230Z test_quick_fft_rfftn_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.8900441Z test_quick_fft_rfftn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:55.9021539Z test_quick_fft_rfftn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:55.9035841Z test_quick_fft_rfftn_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.9049034Z test_quick_fft_rfftn_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.9062257Z test_quick_fft_rfftn_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.9075353Z test_quick_fft_rfftn_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.9088548Z test_quick_fft_rfftn_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:13:55.9143577Z test_quick_flip_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:55.9400001Z test_quick_flip_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:56.0071026Z test_quick_flip_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:13:56.0756595Z test_quick_flip_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:13:56.0812019Z test_quick_flip_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:56.1209230Z test_quick_flip_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:13:56.1597514Z test_quick_flip_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:56.1856112Z test_quick_flip_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:56.2115741Z test_quick_flip_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:56.2372209Z test_quick_flip_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:56.2630329Z test_quick_flip_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:56.2885858Z test_quick_flip_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:56.2905760Z test_quick_floor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:56.3017880Z test_quick_floor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:56.3122332Z test_quick_floor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:56.3191369Z test_quick_floor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:56.3261092Z test_quick_floor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:56.3329578Z test_quick_floor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:56.3398673Z test_quick_floor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:56.3467936Z test_quick_floor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:56.3791510Z test_quick_floor_divide_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:56.4117579Z test_quick_floor_divide_cpu_float16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:56.4768940Z test_quick_floor_divide_cpu_float32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:13:56.5399566Z test_quick_floor_divide_cpu_float64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:13:56.5668477Z test_quick_floor_divide_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:56.5940184Z test_quick_floor_divide_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:56.6203461Z test_quick_floor_divide_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:56.6470472Z test_quick_floor_divide_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:56.6723730Z test_quick_floor_divide_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:56.6814390Z test_quick_fmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:56.7058689Z test_quick_fmax_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:56.7153461Z test_quick_fmax_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:56.7575076Z test_quick_fmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:56.7985981Z test_quick_fmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:13:56.8234155Z test_quick_fmax_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:56.8482778Z test_quick_fmax_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:56.8726729Z test_quick_fmax_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:56.8975597Z test_quick_fmax_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:56.9220467Z test_quick_fmax_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:56.9311027Z test_quick_fmin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:56.9554773Z test_quick_fmin_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:56.9649112Z test_quick_fmin_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:57.0070560Z test_quick_fmin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.050s) 2022-09-27T16:13:57.0479261Z test_quick_fmin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:57.0726217Z test_quick_fmin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.034s) 2022-09-27T16:13:57.0973621Z test_quick_fmin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T16:13:57.1217184Z test_quick_fmin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:57.1464075Z test_quick_fmin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:57.1709086Z test_quick_fmin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:57.1805291Z test_quick_fmod_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:57.1908362Z test_quick_fmod_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:57.2335473Z test_quick_fmod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:57.2752786Z test_quick_fmod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:57.3007063Z test_quick_fmod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:57.3261355Z test_quick_fmod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:57.3510838Z test_quick_fmod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:57.3764950Z test_quick_fmod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T16:13:57.4016689Z test_quick_fmod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:57.4056507Z test_quick_frac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:57.4098168Z test_quick_frac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:57.4154188Z test_quick_frac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:57.4208115Z test_quick_frac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:57.4457312Z test_quick_gcd_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:57.4705896Z test_quick_gcd_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:57.4951844Z test_quick_gcd_cpu_int64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T16:13:57.5198924Z test_quick_gcd_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:57.5443679Z test_quick_gcd_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:57.5684315Z test_quick_ge_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:57.5927456Z test_quick_ge_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:57.6183338Z test_quick_ge_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:57.6583001Z test_quick_ge_cpu_float32 (__main__.TestDecompCPU) ... ok (0.051s) 2022-09-27T16:13:57.6972277Z test_quick_ge_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:13:57.7218493Z test_quick_ge_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:57.7465819Z test_quick_ge_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:57.7712046Z test_quick_ge_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:57.7959258Z test_quick_ge_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:57.8206007Z test_quick_ge_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:57.8448262Z test_quick_gt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:57.8692912Z test_quick_gt_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:57.8950626Z test_quick_gt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T16:13:57.9350323Z test_quick_gt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:57.9740500Z test_quick_gt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:13:57.9987604Z test_quick_gt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:58.0235171Z test_quick_gt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:58.0480961Z test_quick_gt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:58.0728775Z test_quick_gt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:58.0973756Z test_quick_gt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T16:13:58.1115996Z test_quick_heaviside_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:58.1435361Z test_quick_heaviside_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:58.1579635Z test_quick_heaviside_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:58.2050828Z test_quick_heaviside_cpu_float32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T16:13:58.2509790Z test_quick_heaviside_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:58.2825864Z test_quick_heaviside_cpu_int16 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:13:58.3142521Z test_quick_heaviside_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:58.3442134Z test_quick_heaviside_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:58.3757394Z test_quick_heaviside_cpu_int8 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:13:58.4070832Z test_quick_heaviside_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:58.4166442Z test_quick_hypot_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:58.4591537Z test_quick_hypot_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:13:58.5006187Z test_quick_hypot_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:13:58.5087988Z test_quick_igamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:58.5174416Z test_quick_igamma_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:58.5585649Z test_quick_igamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:58.5985193Z test_quick_igamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:13:58.6067513Z test_quick_igammac_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:58.6153870Z test_quick_igammac_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:58.6565190Z test_quick_igammac_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:13:58.6965133Z test_quick_igammac_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:13:58.7030855Z test_quick_index_add_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:58.7101695Z test_quick_index_add_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:58.7417230Z test_quick_index_add_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:58.7739161Z test_quick_index_add_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:58.8071167Z test_quick_index_add_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:13:58.8136956Z test_quick_index_add_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:58.8348668Z test_quick_index_add_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:58.8552967Z test_quick_index_add_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:58.8654654Z test_quick_index_add_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:58.8756744Z test_quick_index_add_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:58.8856051Z test_quick_index_add_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:58.8958546Z test_quick_index_add_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:58.9060030Z test_quick_index_add_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:58.9090541Z test_quick_index_copy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:58.9134040Z test_quick_index_copy_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:58.9247960Z test_quick_index_copy_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:58.9366881Z test_quick_index_copy_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:58.9397377Z test_quick_index_copy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:58.9475951Z test_quick_index_copy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:58.9552365Z test_quick_index_copy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:58.9594582Z test_quick_index_copy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:58.9636825Z test_quick_index_copy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:58.9678530Z test_quick_index_copy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:58.9720734Z test_quick_index_copy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:58.9762959Z test_quick_index_copy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:58.9792778Z test_quick_index_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:58.9828140Z test_quick_index_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:58.9905889Z test_quick_index_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:58.9991673Z test_quick_index_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:59.0021358Z test_quick_index_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.0079830Z test_quick_index_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.0137049Z test_quick_index_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:59.0172733Z test_quick_index_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.0208374Z test_quick_index_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.0243253Z test_quick_index_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:59.0278799Z test_quick_index_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.0314389Z test_quick_index_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.0342099Z test_quick_index_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.0377225Z test_quick_index_select_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.0452046Z test_quick_index_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:59.0526852Z test_quick_index_select_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.0605156Z test_quick_index_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:59.0632967Z test_quick_index_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.0689645Z test_quick_index_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.0745321Z test_quick_index_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:59.0780482Z test_quick_index_select_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.0815740Z test_quick_index_select_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:59.0850092Z test_quick_index_select_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.0885131Z test_quick_index_select_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.0920266Z test_quick_index_select_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.0987609Z test_quick_isinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:59.1060277Z test_quick_isinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.1255650Z test_quick_isinf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:59.1461745Z test_quick_isinf_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:59.1664963Z test_quick_isinf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:59.1734501Z test_quick_isinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.1848105Z test_quick_isinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:59.1954496Z test_quick_isinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:59.2027330Z test_quick_isinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.2100405Z test_quick_isinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:59.2172914Z test_quick_isinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.2245736Z test_quick_isinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:59.2317754Z test_quick_isinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.2378441Z test_quick_isnan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:59.2446813Z test_quick_isnan_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.2632754Z test_quick_isnan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:59.2827196Z test_quick_isnan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:13:59.2893226Z test_quick_isnan_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:59.3001709Z test_quick_isnan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.3103830Z test_quick_isnan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:59.3172797Z test_quick_isnan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.3242896Z test_quick_isnan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:59.3312018Z test_quick_isnan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.3381046Z test_quick_isnan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:59.3449078Z test_quick_isnan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.3510740Z test_quick_isneginf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:59.3579749Z test_quick_isneginf_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.3646808Z test_quick_isneginf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.3757147Z test_quick_isneginf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:59.3860466Z test_quick_isneginf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:13:59.3931250Z test_quick_isneginf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:59.4001201Z test_quick_isneginf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.4070745Z test_quick_isneginf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.4140353Z test_quick_isneginf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:59.4209438Z test_quick_isneginf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.4270898Z test_quick_isposinf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:59.4340154Z test_quick_isposinf_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.4407751Z test_quick_isposinf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:59.4517955Z test_quick_isposinf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.4620507Z test_quick_isposinf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:59.4691549Z test_quick_isposinf_cpu_int16 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T16:13:59.4761741Z test_quick_isposinf_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T16:13:59.4831401Z test_quick_isposinf_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.4901320Z test_quick_isposinf_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:59.4970277Z test_quick_isposinf_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.5244355Z test_quick_lcm_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:59.5500954Z test_quick_lcm_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:59.5752456Z test_quick_lcm_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:59.6025534Z test_quick_lcm_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:59.6277927Z test_quick_lcm_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:59.6518571Z test_quick_le_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:59.6762766Z test_quick_le_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:59.7019904Z test_quick_le_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:59.7421146Z test_quick_le_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:13:59.7813918Z test_quick_le_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:13:59.8062187Z test_quick_le_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:59.8310836Z test_quick_le_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:59.8558443Z test_quick_le_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:13:59.8806069Z test_quick_le_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:59.9050563Z test_quick_le_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:59.9079498Z test_quick_lgamma_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.9114052Z test_quick_lgamma_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.9158692Z test_quick_lgamma_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:59.9201852Z test_quick_lgamma_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.9236495Z test_quick_lgamma_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.9270881Z test_quick_lgamma_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.9305450Z test_quick_lgamma_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:13:59.9339864Z test_quick_lgamma_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:13:59.9374352Z test_quick_lgamma_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:00.0629207Z test_quick_linalg_vector_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.126s) 2022-09-27T16:14:00.4496624Z test_quick_linalg_vector_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.394s) 2022-09-27T16:14:00.8514333Z test_quick_linalg_vector_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.398s) 2022-09-27T16:14:00.9760013Z test_quick_linalg_vector_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.127s) 2022-09-27T16:14:01.2626272Z test_quick_linalg_vector_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.285s) 2022-09-27T16:14:01.5403600Z test_quick_linalg_vector_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.269s) 2022-09-27T16:14:01.5540604Z test_quick_linspace_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:01.5772713Z test_quick_linspace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:01.6009428Z test_quick_linspace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:01.6143542Z test_quick_linspace_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:01.6353307Z test_quick_linspace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:01.6549992Z test_quick_linspace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:01.6578964Z test_quick_linspace_cpu_int16 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-09-27T16:14:01.6610068Z test_quick_linspace_cpu_int32 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-09-27T16:14:01.6636909Z test_quick_linspace_cpu_int64 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-09-27T16:14:01.6810323Z test_quick_linspace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:01.6952767Z test_quick_linspace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:01.6983146Z test_quick_log10_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:01.7020371Z test_quick_log10_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:01.7078365Z test_quick_log10_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:01.7139029Z test_quick_log10_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:01.7185687Z test_quick_log10_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:01.7230973Z test_quick_log10_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:01.7267799Z test_quick_log10_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:01.7304776Z test_quick_log10_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:01.7342114Z test_quick_log10_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:01.7378885Z test_quick_log10_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:01.7415696Z test_quick_log10_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:01.7435739Z test_quick_log1p_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:01.7511439Z test_quick_log1p_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:01.7618086Z test_quick_log1p_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:01.7725110Z test_quick_log1p_cpu_float64 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T16:14:01.7800367Z test_quick_log1p_cpu_int16 (__main__.TestDecompCPU) ... ok (0.008s) 2022-09-27T16:14:01.7874413Z test_quick_log1p_cpu_int32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T16:14:01.7947664Z test_quick_log1p_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:01.8021264Z test_quick_log1p_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:01.8093992Z test_quick_log1p_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:01.8124478Z test_quick_log2_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:01.8161750Z test_quick_log2_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:01.8220934Z test_quick_log2_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:01.8280662Z test_quick_log2_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:01.8327279Z test_quick_log2_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:01.8373329Z test_quick_log2_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:01.8409932Z test_quick_log2_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:01.8446868Z test_quick_log2_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:01.8483623Z test_quick_log2_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:01.8520537Z test_quick_log2_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:01.8557389Z test_quick_log2_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:01.8587309Z test_quick_log_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:01.8624427Z test_quick_log_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:01.8682265Z test_quick_log_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:01.8743121Z test_quick_log_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:01.8789740Z test_quick_log_cpu_float32 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T16:14:01.8835728Z test_quick_log_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:01.8872323Z test_quick_log_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:01.8909327Z test_quick_log_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:01.8946025Z test_quick_log_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:01.8982782Z test_quick_log_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:01.9019491Z test_quick_log_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:01.9105561Z test_quick_log_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:01.9537035Z test_quick_log_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:14:01.9955061Z test_quick_log_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T16:14:02.0196517Z test_quick_logical_and_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:02.0436677Z test_quick_logical_and_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:02.1115854Z test_quick_logical_and_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.068s) 2022-09-27T16:14:02.1803190Z test_quick_logical_and_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:14:02.2059161Z test_quick_logical_and_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:14:02.2458143Z test_quick_logical_and_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:02.2847458Z test_quick_logical_and_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:14:02.3094202Z test_quick_logical_and_cpu_int16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:14:02.3342072Z test_quick_logical_and_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:02.3586364Z test_quick_logical_and_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:02.3833605Z test_quick_logical_and_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:14:02.4078858Z test_quick_logical_and_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:14:02.4114862Z test_quick_logical_not_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:02.4143129Z test_quick_logical_not_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:02.4195876Z test_quick_logical_not_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:02.4249577Z test_quick_logical_not_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:02.4285232Z test_quick_logical_not_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:02.4324960Z test_quick_logical_not_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:02.4363917Z test_quick_logical_not_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:02.4393138Z test_quick_logical_not_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:02.4422349Z test_quick_logical_not_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:02.4450733Z test_quick_logical_not_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:02.4480010Z test_quick_logical_not_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:02.4509135Z test_quick_logical_not_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:02.4760404Z test_quick_logical_or_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T16:14:02.5009960Z test_quick_logical_or_cpu_bool (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:14:02.5697989Z test_quick_logical_or_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:14:02.6396604Z test_quick_logical_or_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:14:02.6664430Z test_quick_logical_or_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:02.7073261Z test_quick_logical_or_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:14:02.7472168Z test_quick_logical_or_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:14:02.7728354Z test_quick_logical_or_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:02.7985909Z test_quick_logical_or_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:14:02.8239671Z test_quick_logical_or_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:02.8495834Z test_quick_logical_or_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:02.8750159Z test_quick_logical_or_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:14:02.8992096Z test_quick_logical_xor_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:02.9232557Z test_quick_logical_xor_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:02.9909446Z test_quick_logical_xor_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T16:14:03.0597128Z test_quick_logical_xor_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T16:14:03.0854072Z test_quick_logical_xor_cpu_float16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T16:14:03.1253549Z test_quick_logical_xor_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:03.1642886Z test_quick_logical_xor_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:14:03.1889634Z test_quick_logical_xor_cpu_int16 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T16:14:03.2136194Z test_quick_logical_xor_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:03.2379752Z test_quick_logical_xor_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:03.2626661Z test_quick_logical_xor_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:03.2871521Z test_quick_logical_xor_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:14:03.2939965Z test_quick_logit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:03.3026212Z test_quick_logit_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:03.3340022Z test_quick_logit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:14:03.3644648Z test_quick_logit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:03.3730530Z test_quick_logit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:03.3816836Z test_quick_logit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:03.3905396Z test_quick_logit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:14:03.3990906Z test_quick_logit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:03.4075453Z test_quick_logit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:03.5263022Z test_quick_logspace_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.120s) 2022-09-27T16:14:03.7240924Z test_quick_logspace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.192s) 2022-09-27T16:14:03.9277448Z test_quick_logspace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.202s) 2022-09-27T16:14:04.1139969Z test_quick_logspace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.187s) 2022-09-27T16:14:04.2876006Z test_quick_logspace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.174s) 2022-09-27T16:14:04.4330165Z test_quick_logspace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.158s) 2022-09-27T16:14:04.5786965Z test_quick_logspace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.141s) 2022-09-27T16:14:04.7177734Z test_quick_logspace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.128s) 2022-09-27T16:14:04.7775521Z test_quick_logspace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.060s) 2022-09-27T16:14:04.8262830Z test_quick_logspace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.043s) 2022-09-27T16:14:04.8318084Z test_quick_logsumexp_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:04.8393469Z test_quick_logsumexp_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:04.8691683Z test_quick_logsumexp_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T16:14:04.8981399Z test_quick_logsumexp_cpu_float64 (__main__.TestDecompCPU) ... ok (0.030s) 2022-09-27T16:14:04.9057556Z test_quick_logsumexp_cpu_int16 (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T16:14:04.9132023Z test_quick_logsumexp_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:04.9205360Z test_quick_logsumexp_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:04.9284597Z test_quick_logsumexp_cpu_int8 (__main__.TestDecompCPU) ... ok (0.023s) 2022-09-27T16:14:04.9358436Z test_quick_logsumexp_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:04.9602988Z test_quick_lt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:04.9848088Z test_quick_lt_cpu_bool (__main__.TestDecompCPU) ... ok (0.019s) 2022-09-27T16:14:05.0104078Z test_quick_lt_cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:05.0503581Z test_quick_lt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:05.0895817Z test_quick_lt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-09-27T16:14:05.1150737Z test_quick_lt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T16:14:05.1397815Z test_quick_lt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:05.1644117Z test_quick_lt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:05.1891695Z test_quick_lt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:05.2136293Z test_quick_lt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:05.2193999Z test_quick_masked_fill_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:05.2290903Z test_quick_masked_fill_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:05.2534922Z test_quick_masked_fill_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:05.2779686Z test_quick_masked_fill_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:05.3028350Z test_quick_masked_fill_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:05.3084290Z test_quick_masked_fill_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:05.3255529Z test_quick_masked_fill_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:05.3422446Z test_quick_masked_fill_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:05.3520835Z test_quick_masked_fill_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:05.3620083Z test_quick_masked_fill_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:05.3716584Z test_quick_masked_fill_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:05.3816127Z test_quick_masked_fill_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:05.3915807Z test_quick_masked_fill_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:05.4005150Z test_quick_maximum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:05.4250838Z test_quick_maximum_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:05.4343591Z test_quick_maximum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:05.4764074Z test_quick_maximum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:14:05.5174996Z test_quick_maximum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:14:05.5422820Z test_quick_maximum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:05.5670510Z test_quick_maximum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:05.5914214Z test_quick_maximum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:05.6161116Z test_quick_maximum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:05.6406581Z test_quick_maximum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:05.6564761Z test_quick_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:05.7006564Z test_quick_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:14:05.7464226Z test_quick_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:14:05.7623355Z test_quick_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:05.7955292Z test_quick_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:05.8269305Z test_quick_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:05.8281183Z test_quick_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.bfloat16 not supported (0.000s) 2022-09-27T16:14:05.8292382Z test_quick_meshgrid_list_of_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: meshgrid in torch.bool not supported (0.000s) 2022-09-27T16:14:05.8303573Z test_quick_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex128 not supported (0.000s) 2022-09-27T16:14:05.8314588Z test_quick_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex64 not supported (0.000s) 2022-09-27T16:14:05.8325839Z test_quick_meshgrid_list_of_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float16 not supported (0.016s) 2022-09-27T16:14:05.8336899Z test_quick_meshgrid_list_of_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float32 not supported (0.000s) 2022-09-27T16:14:05.8348163Z test_quick_meshgrid_list_of_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float64 not supported (0.000s) 2022-09-27T16:14:05.8359153Z test_quick_meshgrid_list_of_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int16 not supported (0.000s) 2022-09-27T16:14:05.8370207Z test_quick_meshgrid_list_of_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int32 not supported (0.000s) 2022-09-27T16:14:05.8381272Z test_quick_meshgrid_list_of_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int64 not supported (0.000s) 2022-09-27T16:14:05.8392228Z test_quick_meshgrid_list_of_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int8 not supported (0.000s) 2022-09-27T16:14:05.8403319Z test_quick_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.uint8 not supported (0.000s) 2022-09-27T16:14:05.8414101Z test_quick_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.bfloat16 not supported (0.000s) 2022-09-27T16:14:05.8425152Z test_quick_meshgrid_variadic_tensors_cpu_bool (__main__.TestDecompCPU) ... skip: meshgrid in torch.bool not supported (0.000s) 2022-09-27T16:14:05.8436191Z test_quick_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex128 not supported (0.000s) 2022-09-27T16:14:05.8447112Z test_quick_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.complex64 not supported (0.000s) 2022-09-27T16:14:05.8458073Z test_quick_meshgrid_variadic_tensors_cpu_float16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float16 not supported (0.000s) 2022-09-27T16:14:05.8469171Z test_quick_meshgrid_variadic_tensors_cpu_float32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float32 not supported (0.000s) 2022-09-27T16:14:05.8480283Z test_quick_meshgrid_variadic_tensors_cpu_float64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.float64 not supported (0.016s) 2022-09-27T16:14:05.8491196Z test_quick_meshgrid_variadic_tensors_cpu_int16 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int16 not supported (0.000s) 2022-09-27T16:14:05.8502248Z test_quick_meshgrid_variadic_tensors_cpu_int32 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int32 not supported (0.000s) 2022-09-27T16:14:05.8513173Z test_quick_meshgrid_variadic_tensors_cpu_int64 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int64 not supported (0.000s) 2022-09-27T16:14:05.8524104Z test_quick_meshgrid_variadic_tensors_cpu_int8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.int8 not supported (0.000s) 2022-09-27T16:14:05.8535012Z test_quick_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestDecompCPU) ... skip: meshgrid in torch.uint8 not supported (0.000s) 2022-09-27T16:14:05.8624015Z test_quick_minimum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:05.8869819Z test_quick_minimum_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:05.8962413Z test_quick_minimum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:05.9384054Z test_quick_minimum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:05.9792246Z test_quick_minimum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:14:06.0038908Z test_quick_minimum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:06.0286126Z test_quick_minimum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:06.0534262Z test_quick_minimum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:06.0782849Z test_quick_minimum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T16:14:06.1028593Z test_quick_minimum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T16:14:06.1120521Z test_quick_mul_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.009s) 2022-09-27T16:14:06.1365012Z test_quick_mul_cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T16:14:06.2065285Z test_quick_mul_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:14:06.2791272Z test_quick_mul_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:14:06.3503817Z test_quick_mul_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T16:14:06.3600393Z test_quick_mul_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:06.4021617Z test_quick_mul_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:14:06.4432136Z test_quick_mul_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:06.4680119Z test_quick_mul_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:06.4928642Z test_quick_mul_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:06.5173325Z test_quick_mul_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:06.5420153Z test_quick_mul_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:06.5665488Z test_quick_mul_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:06.5684634Z test_quick_mv_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:06.5748824Z test_quick_mv_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:06.5811748Z test_quick_mv_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:06.5854360Z test_quick_mv_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:06.5896292Z test_quick_mv_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:06.5923339Z test_quick_mv_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:06.5950325Z test_quick_mv_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:06.5976495Z test_quick_mv_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:06.6003403Z test_quick_mv_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:06.6030710Z test_quick_mv_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:06.6116851Z test_quick_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T16:14:06.6278431Z test_quick_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:06.6432964Z test_quick_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:06.6546790Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:06.6659800Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:06.6773112Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T16:14:06.6886453Z test_quick_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:06.6999389Z test_quick_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:06.7084666Z test_quick_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:06.7248875Z test_quick_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:06.7403700Z test_quick_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:06.7517559Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:06.7631082Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:06.7744368Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:06.7857940Z test_quick_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:06.7971299Z test_quick_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:06.8056602Z test_quick_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:06.8218575Z test_quick_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:06.8372269Z test_quick_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:06.8485600Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:06.8598873Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:06.8711588Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:06.8824841Z test_quick_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:06.8938367Z test_quick_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:06.9013669Z test_quick_nan_to_num_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:06.9041790Z test_quick_nan_to_num_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:06.9117133Z test_quick_nan_to_num_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:06.9203108Z test_quick_nan_to_num_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:06.9287610Z test_quick_nan_to_num_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:06.9315675Z test_quick_nan_to_num_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:06.9343780Z test_quick_nan_to_num_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:06.9371037Z test_quick_nan_to_num_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:06.9399377Z test_quick_nan_to_num_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:06.9427497Z test_quick_nan_to_num_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:06.9508494Z test_quick_native_layer_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:06.9849878Z test_quick_native_layer_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:07.0174687Z test_quick_native_layer_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:07.0417432Z test_quick_ne_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:07.0662399Z test_quick_ne_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:07.1346344Z test_quick_ne_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.061s) 2022-09-27T16:14:07.2036475Z test_quick_ne_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:14:07.2294103Z test_quick_ne_cpu_float16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:07.2695032Z test_quick_ne_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:14:07.3085950Z test_quick_ne_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:07.3333114Z test_quick_ne_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:07.3579721Z test_quick_ne_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:07.3825666Z test_quick_ne_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:07.4071978Z test_quick_ne_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:07.4317193Z test_quick_ne_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:07.4336075Z test_quick_neg_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:07.4523840Z test_quick_neg_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:07.4722330Z test_quick_neg_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T16:14:07.4919653Z test_quick_neg_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:07.4939593Z test_quick_neg_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:07.5049649Z test_quick_neg_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:07.5152353Z test_quick_neg_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:07.5222016Z test_quick_neg_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:07.5291213Z test_quick_neg_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:07.5359926Z test_quick_neg_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:07.5429233Z test_quick_neg_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:07.5497964Z test_quick_neg_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:07.5509548Z test_quick_new_empty_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: new_empty in torch.bfloat16 not supported (0.000s) 2022-09-27T16:14:07.5520706Z test_quick_new_empty_cpu_bool (__main__.TestDecompCPU) ... skip: new_empty in torch.bool not supported (0.000s) 2022-09-27T16:14:07.5531865Z test_quick_new_empty_cpu_complex128 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex128 not supported (0.000s) 2022-09-27T16:14:07.5542872Z test_quick_new_empty_cpu_complex32 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex32 not supported (0.000s) 2022-09-27T16:14:07.5553900Z test_quick_new_empty_cpu_complex64 (__main__.TestDecompCPU) ... skip: new_empty in torch.complex64 not supported (0.016s) 2022-09-27T16:14:07.5564871Z test_quick_new_empty_cpu_float16 (__main__.TestDecompCPU) ... skip: new_empty in torch.float16 not supported (0.000s) 2022-09-27T16:14:07.5575764Z test_quick_new_empty_cpu_float32 (__main__.TestDecompCPU) ... skip: new_empty in torch.float32 not supported (0.000s) 2022-09-27T16:14:07.5586853Z test_quick_new_empty_cpu_float64 (__main__.TestDecompCPU) ... skip: new_empty in torch.float64 not supported (0.000s) 2022-09-27T16:14:07.5597824Z test_quick_new_empty_cpu_int16 (__main__.TestDecompCPU) ... skip: new_empty in torch.int16 not supported (0.000s) 2022-09-27T16:14:07.5608738Z test_quick_new_empty_cpu_int32 (__main__.TestDecompCPU) ... skip: new_empty in torch.int32 not supported (0.000s) 2022-09-27T16:14:07.5619821Z test_quick_new_empty_cpu_int64 (__main__.TestDecompCPU) ... skip: new_empty in torch.int64 not supported (0.000s) 2022-09-27T16:14:07.5630768Z test_quick_new_empty_cpu_int8 (__main__.TestDecompCPU) ... skip: new_empty in torch.int8 not supported (0.000s) 2022-09-27T16:14:07.5641718Z test_quick_new_empty_cpu_uint8 (__main__.TestDecompCPU) ... skip: new_empty in torch.uint8 not supported (0.000s) 2022-09-27T16:14:07.5646513Z test_quick_new_empty_strided_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:14:07.5651071Z test_quick_new_empty_strided_cpu_bool (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:14:07.5655611Z test_quick_new_empty_strided_cpu_complex128 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:14:07.5660294Z test_quick_new_empty_strided_cpu_complex32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:14:07.5664785Z test_quick_new_empty_strided_cpu_complex64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:14:07.5669241Z test_quick_new_empty_strided_cpu_float16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:14:07.5673698Z test_quick_new_empty_strided_cpu_float32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:14:07.5678164Z test_quick_new_empty_strided_cpu_float64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:14:07.5682646Z test_quick_new_empty_strided_cpu_int16 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:14:07.5687081Z test_quick_new_empty_strided_cpu_int32 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:14:07.5691537Z test_quick_new_empty_strided_cpu_int64 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:14:07.5695970Z test_quick_new_empty_strided_cpu_int8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:14:07.5700546Z test_quick_new_empty_strided_cpu_uint8 (__main__.TestDecompCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:14:07.5738730Z test_quick_new_full_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:07.5793308Z test_quick_new_full_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:07.5919597Z test_quick_new_full_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:07.6053105Z test_quick_new_full_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:07.6184047Z test_quick_new_full_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:07.6221880Z test_quick_new_full_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:07.6311333Z test_quick_new_full_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:07.6398298Z test_quick_new_full_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:07.6453317Z test_quick_new_full_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:07.6508672Z test_quick_new_full_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:07.6562102Z test_quick_new_full_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:07.6617076Z test_quick_new_full_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:07.6672504Z test_quick_new_full_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:07.6706883Z test_quick_new_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:07.6759246Z test_quick_new_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:07.6880435Z test_quick_new_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:07.7007555Z test_quick_new_ones_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:07.7132571Z test_quick_new_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:07.7167672Z test_quick_new_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T16:14:07.7253417Z test_quick_new_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:07.7337502Z test_quick_new_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:07.7391100Z test_quick_new_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:07.7444264Z test_quick_new_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:07.7496680Z test_quick_new_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:07.7550344Z test_quick_new_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:07.7603557Z test_quick_new_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:07.7638453Z test_quick_new_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:07.7691466Z test_quick_new_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.002s) 2022-09-27T16:14:07.7813368Z test_quick_new_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:07.7941649Z test_quick_new_zeros_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.003s) 2022-09-27T16:14:07.8067857Z test_quick_new_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:07.8102554Z test_quick_new_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:07.8190883Z test_quick_new_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:07.8274149Z test_quick_new_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:07.8327320Z test_quick_new_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:07.8380413Z test_quick_new_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:07.8431819Z test_quick_new_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:07.8485072Z test_quick_new_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:07.8538004Z test_quick_new_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:07.8600250Z test_quick_nextafter_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:07.9010834Z test_quick_nextafter_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:14:07.9409907Z test_quick_nextafter_cpu_float64 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:14:08.0843676Z test_quick_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.150s) 2022-09-27T16:14:08.2233759Z test_quick_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.124s) 2022-09-27T16:14:08.2476143Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:08.3462266Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestDecompCPU) ... ok (0.104s) 2022-09-27T16:14:08.4438041Z test_quick_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestDecompCPU) ... ok (0.098s) 2022-09-27T16:14:08.4486933Z test_quick_nn_functional_elu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:08.4586507Z test_quick_nn_functional_elu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:08.4681658Z test_quick_nn_functional_elu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:08.4728520Z test_quick_nn_functional_embedding_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:08.4775076Z test_quick_nn_functional_embedding_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:08.4947837Z test_quick_nn_functional_embedding_cpu_float32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:14:08.5113526Z test_quick_nn_functional_embedding_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:08.5256950Z test_quick_nn_functional_gelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:08.6048264Z test_quick_nn_functional_gelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T16:14:08.6815032Z test_quick_nn_functional_gelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:14:08.7118780Z test_quick_nn_functional_glu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:09.1568450Z test_quick_nn_functional_glu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.442s) 2022-09-27T16:14:09.5926512Z test_quick_nn_functional_glu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.429s) 2022-09-27T16:14:09.6011907Z test_quick_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:09.6249958Z test_quick_nn_functional_hardshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:09.6477989Z test_quick_nn_functional_hardshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:09.6518166Z test_quick_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:09.6611365Z test_quick_nn_functional_hardsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T16:14:09.6700039Z test_quick_nn_functional_hardsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.004s) 2022-09-27T16:14:09.6760193Z test_quick_nn_functional_hardswish_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:14:09.7149653Z test_quick_nn_functional_hardswish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:09.7533340Z test_quick_nn_functional_hardswish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:09.7575978Z test_quick_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:09.7808791Z test_quick_nn_functional_hardtanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.027s) 2022-09-27T16:14:09.8030390Z test_quick_nn_functional_hardtanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T16:14:09.8088417Z test_quick_nn_functional_hardtanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:09.8146376Z test_quick_nn_functional_hardtanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:09.8203010Z test_quick_nn_functional_hardtanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:09.8260613Z test_quick_nn_functional_hardtanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:09.8457394Z test_quick_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:09.8670356Z test_quick_nn_functional_huber_loss_cpu_float16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:09.9979611Z test_quick_nn_functional_huber_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.127s) 2022-09-27T16:14:10.1243467Z test_quick_nn_functional_huber_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.127s) 2022-09-27T16:14:10.1373016Z test_quick_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:10.2227405Z test_quick_nn_functional_leaky_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.084s) 2022-09-27T16:14:10.3068542Z test_quick_nn_functional_leaky_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T16:14:10.3123836Z test_quick_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:10.3259705Z test_quick_nn_functional_logsigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:10.3390360Z test_quick_nn_functional_logsigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:10.3485732Z test_quick_nn_functional_mish_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:10.3576951Z test_quick_nn_functional_mish_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:10.3590685Z test_quick_nn_functional_mse_loss_cpu_float16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:14:10.4192332Z test_quick_nn_functional_mse_loss_cpu_float32 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T16:14:10.4769224Z test_quick_nn_functional_mse_loss_cpu_float64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T16:14:10.5048170Z test_quick_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:14:10.5786361Z test_quick_nn_functional_pad_constant_cpu_bool (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T16:14:10.7673261Z test_quick_nn_functional_pad_constant_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.181s) 2022-09-27T16:14:10.9587880Z test_quick_nn_functional_pad_constant_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.202s) 2022-09-27T16:14:10.9868751Z test_quick_nn_functional_pad_constant_cpu_float16 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:14:11.1059402Z test_quick_nn_functional_pad_constant_cpu_float32 (__main__.TestDecompCPU) ... ok (0.114s) 2022-09-27T16:14:11.2230251Z test_quick_nn_functional_pad_constant_cpu_float64 (__main__.TestDecompCPU) ... ok (0.119s) 2022-09-27T16:14:11.2974919Z test_quick_nn_functional_pad_constant_cpu_int16 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T16:14:11.3720836Z test_quick_nn_functional_pad_constant_cpu_int32 (__main__.TestDecompCPU) ... ok (0.078s) 2022-09-27T16:14:11.4452455Z test_quick_nn_functional_pad_constant_cpu_int64 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:14:11.5197824Z test_quick_nn_functional_pad_constant_cpu_int8 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:14:11.5936014Z test_quick_nn_functional_pad_constant_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:14:11.6348702Z test_quick_nn_functional_prelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:14:11.9386964Z test_quick_nn_functional_prelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.301s) 2022-09-27T16:14:12.2376279Z test_quick_nn_functional_prelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.300s) 2022-09-27T16:14:12.2389641Z test_quick_nn_functional_relu6_cpu_bfloat16 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.bfloat16 not supported (0.000s) 2022-09-27T16:14:12.2401227Z test_quick_nn_functional_relu6_cpu_float32 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.float32 not supported (0.000s) 2022-09-27T16:14:12.2412257Z test_quick_nn_functional_relu6_cpu_float64 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.float64 not supported (0.000s) 2022-09-27T16:14:12.2424347Z test_quick_nn_functional_relu6_cpu_int16 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int16 not supported (0.000s) 2022-09-27T16:14:12.2434373Z test_quick_nn_functional_relu6_cpu_int32 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int32 not supported (0.000s) 2022-09-27T16:14:12.2445276Z test_quick_nn_functional_relu6_cpu_int64 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int64 not supported (0.000s) 2022-09-27T16:14:12.2456133Z test_quick_nn_functional_relu6_cpu_int8 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.int8 not supported (0.000s) 2022-09-27T16:14:12.2467498Z test_quick_nn_functional_relu6_cpu_uint8 (__main__.TestDecompCPU) ... skip: nn.functional.relu6 in torch.uint8 not supported (0.016s) 2022-09-27T16:14:12.2504196Z test_quick_nn_functional_relu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T16:14:12.2632872Z test_quick_nn_functional_relu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:12.2753918Z test_quick_nn_functional_relu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:12.2832341Z test_quick_nn_functional_relu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:12.2910494Z test_quick_nn_functional_relu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:12.2987269Z test_quick_nn_functional_relu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:12.3065354Z test_quick_nn_functional_relu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:12.3144611Z test_quick_nn_functional_relu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:12.3194292Z test_quick_nn_functional_rrelu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:12.3286425Z test_quick_nn_functional_rrelu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:12.3375959Z test_quick_nn_functional_rrelu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:12.3417149Z test_quick_nn_functional_silu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:12.3510394Z test_quick_nn_functional_silu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:12.3599974Z test_quick_nn_functional_silu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:12.3649620Z test_quick_nn_functional_softplus_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:12.3747228Z test_quick_nn_functional_softplus_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:12.3840926Z test_quick_nn_functional_softplus_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:12.3923656Z test_quick_nn_functional_softshrink_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:12.4128058Z test_quick_nn_functional_softshrink_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:12.4324343Z test_quick_nn_functional_softshrink_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:12.7489010Z test_quick_nn_functional_unfold_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.318s) 2022-09-27T16:14:15.6192005Z test_quick_nn_functional_unfold_cpu_complex128 (__main__.TestDecompCPU) ... ok (2.871s) 2022-09-27T16:14:18.4630969Z test_quick_nn_functional_unfold_cpu_complex64 (__main__.TestDecompCPU) ... ok (2.847s) 2022-09-27T16:14:18.7860056Z test_quick_nn_functional_unfold_cpu_float16 (__main__.TestDecompCPU) ... ok (0.317s) 2022-09-27T16:14:20.4464926Z test_quick_nn_functional_unfold_cpu_float32 (__main__.TestDecompCPU) ... ok (1.671s) 2022-09-27T16:14:22.0752057Z test_quick_nn_functional_unfold_cpu_float64 (__main__.TestDecompCPU) ... ok (1.624s) 2022-09-27T16:14:22.0998617Z test_quick_norm_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:22.2635832Z test_quick_norm_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.173s) 2022-09-27T16:14:22.4297488Z test_quick_norm_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.159s) 2022-09-27T16:14:22.4573914Z test_quick_norm_cpu_float16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:22.5604048Z test_quick_norm_cpu_float32 (__main__.TestDecompCPU) ... ok (0.096s) 2022-09-27T16:14:22.6619207Z test_quick_norm_cpu_float64 (__main__.TestDecompCPU) ... ok (0.111s) 2022-09-27T16:14:22.6653471Z test_quick_norm_inf_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:22.6774936Z test_quick_norm_inf_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:22.6898991Z test_quick_norm_inf_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:22.6935575Z test_quick_norm_inf_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:22.7019001Z test_quick_norm_inf_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:22.7100284Z test_quick_norm_inf_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:22.7118101Z test_quick_ones_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:22.7136730Z test_quick_ones_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:22.7157565Z test_quick_ones_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:22.7179099Z test_quick_ones_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:22.7201225Z test_quick_ones_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:22.7219436Z test_quick_ones_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:22.7239551Z test_quick_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:22.7259396Z test_quick_ones_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:22.7277881Z test_quick_ones_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:22.7296410Z test_quick_ones_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:22.7314743Z test_quick_ones_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:22.7333228Z test_quick_ones_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:22.7352190Z test_quick_ones_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:22.7383598Z test_quick_permute_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:22.7429756Z test_quick_permute_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:22.7539168Z test_quick_permute_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:22.7650854Z test_quick_permute_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:22.7764698Z test_quick_permute_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:22.7795907Z test_quick_permute_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:22.7873585Z test_quick_permute_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:22.7947467Z test_quick_permute_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:22.7994621Z test_quick_permute_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:22.8041176Z test_quick_permute_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:22.8086661Z test_quick_permute_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:22.8133351Z test_quick_permute_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:22.8180218Z test_quick_permute_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:22.8276318Z test_quick_pow_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:22.8987471Z test_quick_pow_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:14:22.9705622Z test_quick_pow_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:14:22.9789898Z test_quick_pow_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:23.0214399Z test_quick_pow_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:14:23.0627510Z test_quick_pow_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:23.0872571Z test_quick_pow_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:23.1118110Z test_quick_pow_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:23.1360228Z test_quick_pow_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:23.1605027Z test_quick_pow_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:23.1850366Z test_quick_pow_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:23.2527807Z test_quick_prod_cpu_bool (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:14:23.4242075Z test_quick_prod_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.175s) 2022-09-27T16:14:23.5994447Z test_quick_prod_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.176s) 2022-09-27T16:14:23.7060471Z test_quick_prod_cpu_float32 (__main__.TestDecompCPU) ... ok (0.110s) 2022-09-27T16:14:23.8121075Z test_quick_prod_cpu_float64 (__main__.TestDecompCPU) ... ok (0.095s) 2022-09-27T16:14:23.8801419Z test_quick_prod_cpu_int16 (__main__.TestDecompCPU) ... ok (0.080s) 2022-09-27T16:14:23.9487884Z test_quick_prod_cpu_int32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:14:24.0161932Z test_quick_prod_cpu_int64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:14:24.0844418Z test_quick_prod_cpu_int8 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:14:24.1521095Z test_quick_prod_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:14:24.1543868Z test_quick_randn_cpu_bfloat16 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-09-27T16:14:24.1564590Z test_quick_randn_cpu_complex128 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-09-27T16:14:24.1585196Z test_quick_randn_cpu_complex32 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-09-27T16:14:24.1605464Z test_quick_randn_cpu_complex64 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-09-27T16:14:24.1625886Z test_quick_randn_cpu_float16 (__main__.TestDecompCPU) ... expected failure (0.016s) 2022-09-27T16:14:24.1646170Z test_quick_randn_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.001s) 2022-09-27T16:14:24.1666653Z test_quick_randn_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-09-27T16:14:24.1697908Z test_quick_reciprocal_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:24.1732157Z test_quick_reciprocal_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:24.1791539Z test_quick_reciprocal_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:24.1851863Z test_quick_reciprocal_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T16:14:24.1882688Z test_quick_reciprocal_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:24.1928404Z test_quick_reciprocal_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:24.1972515Z test_quick_reciprocal_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:24.2006841Z test_quick_reciprocal_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:24.2041135Z test_quick_reciprocal_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:24.2075278Z test_quick_reciprocal_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:24.2109748Z test_quick_reciprocal_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:24.2144075Z test_quick_reciprocal_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:24.2240452Z test_quick_remainder_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:24.2343683Z test_quick_remainder_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:24.2769501Z test_quick_remainder_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:14:24.3186579Z test_quick_remainder_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:24.3438918Z test_quick_remainder_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:24.3692332Z test_quick_remainder_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:24.3944544Z test_quick_remainder_cpu_int64 (__main__.TestDecompCPU) ... ok (0.015s) 2022-09-27T16:14:24.4196832Z test_quick_remainder_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:24.4447434Z test_quick_remainder_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:24.4552512Z test_quick_repeat_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:24.4761554Z test_quick_repeat_cpu_bool (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T16:14:24.5106224Z test_quick_repeat_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:24.5464730Z test_quick_repeat_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:14:24.5568678Z test_quick_repeat_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:24.5820909Z test_quick_repeat_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:24.6062981Z test_quick_repeat_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:24.6272798Z test_quick_repeat_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:24.6483173Z test_quick_repeat_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:24.6681943Z test_quick_repeat_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:24.6891949Z test_quick_repeat_cpu_int8 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T16:14:24.7101628Z test_quick_repeat_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:14:24.7188282Z test_quick_roll_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:24.7440507Z test_quick_roll_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:24.8087522Z test_quick_roll_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T16:14:24.8729992Z test_quick_roll_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:14:24.9391270Z test_quick_roll_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T16:14:24.9480323Z test_quick_roll_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:24.9873311Z test_quick_roll_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:14:25.0265914Z test_quick_roll_cpu_float64 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:14:25.0519389Z test_quick_roll_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:25.0772927Z test_quick_roll_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:25.1021642Z test_quick_roll_cpu_int64 (__main__.TestDecompCPU) ... ok (0.021s) 2022-09-27T16:14:25.1274381Z test_quick_roll_cpu_int8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:25.1524487Z test_quick_roll_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:25.1715680Z test_quick_rot90_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.033s) 2022-09-27T16:14:25.2589353Z test_quick_rot90_cpu_bool (__main__.TestDecompCPU) ... ok (0.076s) 2022-09-27T16:14:25.5019386Z test_quick_rot90_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.254s) 2022-09-27T16:14:25.7485303Z test_quick_rot90_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.237s) 2022-09-27T16:14:25.7682114Z test_quick_rot90_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:25.9100943Z test_quick_rot90_cpu_float32 (__main__.TestDecompCPU) ... ok (0.151s) 2022-09-27T16:14:26.0522722Z test_quick_rot90_cpu_float64 (__main__.TestDecompCPU) ... ok (0.135s) 2022-09-27T16:14:26.1407158Z test_quick_rot90_cpu_int16 (__main__.TestDecompCPU) ... ok (0.098s) 2022-09-27T16:14:26.2292698Z test_quick_rot90_cpu_int32 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:14:26.3164619Z test_quick_rot90_cpu_int64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:14:26.4042363Z test_quick_rot90_cpu_int8 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T16:14:26.4912840Z test_quick_rot90_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T16:14:26.4944069Z test_quick_rsqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:26.4979046Z test_quick_rsqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:26.5039197Z test_quick_rsqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:26.5100679Z test_quick_rsqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:26.5146331Z test_quick_rsqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:26.5192153Z test_quick_rsqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:26.5226691Z test_quick_rsqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:26.5261144Z test_quick_rsqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:26.5295283Z test_quick_rsqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:26.5329640Z test_quick_rsqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:26.5363835Z test_quick_rsqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:26.5433182Z test_quick_rsub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:26.6218483Z test_quick_rsub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.088s) 2022-09-27T16:14:26.7016815Z test_quick_rsub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:14:26.7089325Z test_quick_rsub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:26.7553782Z test_quick_rsub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:14:26.8009803Z test_quick_rsub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.046s) 2022-09-27T16:14:26.8273700Z test_quick_rsub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:26.8538295Z test_quick_rsub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:14:26.8796802Z test_quick_rsub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:14:26.9058796Z test_quick_rsub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:14:26.9318465Z test_quick_rsub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:26.9370020Z test_quick_select_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:26.9382476Z test_quick_select_cpu_bool (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:14:26.9536205Z test_quick_select_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:26.9549880Z test_quick_select_cpu_complex32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:14:26.9708353Z test_quick_select_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:26.9759297Z test_quick_select_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:26.9867584Z test_quick_select_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:26.9973308Z test_quick_select_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:26.9985740Z test_quick_select_cpu_int16 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:14:26.9997834Z test_quick_select_cpu_int32 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:14:27.0009797Z test_quick_select_cpu_int64 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:14:27.0021967Z test_quick_select_cpu_int8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:14:27.0034903Z test_quick_select_cpu_uint8 (__main__.TestDecompCPU) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-09-27T16:14:27.0053097Z test_quick_sgn_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.0123261Z test_quick_sgn_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.0312228Z test_quick_sgn_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.0512690Z test_quick_sgn_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.0709823Z test_quick_sgn_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.0729719Z test_quick_sgn_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.0841126Z test_quick_sgn_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.0945294Z test_quick_sgn_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.1014172Z test_quick_sgn_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.1083485Z test_quick_sgn_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.1152007Z test_quick_sgn_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.1221211Z test_quick_sgn_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.1289113Z test_quick_sgn_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.1346490Z test_quick_sigmoid_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.1393362Z test_quick_sigmoid_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.1535225Z test_quick_sigmoid_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.1682388Z test_quick_sigmoid_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.1787176Z test_quick_sigmoid_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.1888146Z test_quick_sigmoid_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.1934683Z test_quick_sigmoid_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.1981221Z test_quick_sigmoid_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.2027743Z test_quick_sigmoid_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.2074247Z test_quick_sigmoid_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.2120630Z test_quick_sigmoid_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.2139558Z test_quick_sign_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.2209836Z test_quick_sign_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.2229368Z test_quick_sign_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.2340927Z test_quick_sign_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.2444841Z test_quick_sign_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.2513962Z test_quick_sign_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.2583288Z test_quick_sign_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.2652407Z test_quick_sign_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.2721412Z test_quick_sign_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.2790060Z test_quick_sign_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.2850406Z test_quick_signbit_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.2919055Z test_quick_signbit_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.2984581Z test_quick_signbit_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.3094320Z test_quick_signbit_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.3197218Z test_quick_signbit_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.3267051Z test_quick_signbit_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.3337323Z test_quick_signbit_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.3406329Z test_quick_signbit_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.3475387Z test_quick_signbit_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.3543871Z test_quick_signbit_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.3563137Z test_quick_sin_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.3636762Z test_quick_sin_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.3824580Z test_quick_sin_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.4021277Z test_quick_sin_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.4133857Z test_quick_sin_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.4239164Z test_quick_sin_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.4312400Z test_quick_sin_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.4385767Z test_quick_sin_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.4459044Z test_quick_sin_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.4532042Z test_quick_sin_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.4604989Z test_quick_sin_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.4635583Z test_quick_sinc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.4672776Z test_quick_sinc_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.4733872Z test_quick_sinc_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T16:14:27.4794561Z test_quick_sinc_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.4841099Z test_quick_sinc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.4886248Z test_quick_sinc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.4923213Z test_quick_sinc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.4960471Z test_quick_sinc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.4997583Z test_quick_sinc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.5034791Z test_quick_sinc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.5071919Z test_quick_sinc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.5090836Z test_quick_sinh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.5163043Z test_quick_sinh_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.5350428Z test_quick_sinh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:27.5546672Z test_quick_sinh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.5658610Z test_quick_sinh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.5762684Z test_quick_sinh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T16:14:27.5834082Z test_quick_sinh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.5906777Z test_quick_sinh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.5977623Z test_quick_sinh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.6048826Z test_quick_sinh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.6119142Z test_quick_sinh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.6200006Z test_quick_softmax_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.6625750Z test_quick_softmax_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:14:27.7037844Z test_quick_softmax_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:27.7060991Z test_quick_special_i0e_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.7086235Z test_quick_special_i0e_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.7123016Z test_quick_special_i0e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.7158674Z test_quick_special_i0e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.7185130Z test_quick_special_i0e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.7211466Z test_quick_special_i0e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.7237756Z test_quick_special_i0e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.7264202Z test_quick_special_i0e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.7290435Z test_quick_special_i0e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.7316727Z test_quick_special_i1_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.7364493Z test_quick_special_i1_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.7410964Z test_quick_special_i1_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.7437303Z test_quick_special_i1_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.7463720Z test_quick_special_i1_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.7489848Z test_quick_special_i1_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.7516190Z test_quick_special_i1_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.7542586Z test_quick_special_i1_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.7568852Z test_quick_special_i1e_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.7616704Z test_quick_special_i1e_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.7663227Z test_quick_special_i1e_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.7689512Z test_quick_special_i1e_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.7715836Z test_quick_special_i1e_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.7742620Z test_quick_special_i1e_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.7768697Z test_quick_special_i1e_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.7796361Z test_quick_special_i1e_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:27.8063071Z test_quick_special_zeta_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:27.8474195Z test_quick_special_zeta_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:27.8875948Z test_quick_special_zeta_cpu_float64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-09-27T16:14:27.9146641Z test_quick_special_zeta_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:27.9420620Z test_quick_special_zeta_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:27.9690597Z test_quick_special_zeta_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:27.9961670Z test_quick_special_zeta_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:28.0236616Z test_quick_special_zeta_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:28.0260923Z test_quick_split_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:28.0370478Z test_quick_split_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:28.0657084Z test_quick_split_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:28.0955517Z test_quick_split_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:28.1251085Z test_quick_split_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:28.1276298Z test_quick_split_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:28.1447022Z test_quick_split_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:28.1614018Z test_quick_split_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:28.1723581Z test_quick_split_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:28.1833657Z test_quick_split_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:28.1942428Z test_quick_split_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:28.2051864Z test_quick_split_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:28.2160207Z test_quick_split_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:28.2193045Z test_quick_split_list_args_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:28.2419451Z test_quick_split_list_args_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:28.3068342Z test_quick_split_list_args_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:14:28.3729494Z test_quick_split_list_args_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.062s) 2022-09-27T16:14:28.3763110Z test_quick_split_list_args_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:28.4143625Z test_quick_split_list_args_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:28.4515039Z test_quick_split_list_args_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:28.4745299Z test_quick_split_list_args_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:28.4973976Z test_quick_split_list_args_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:28.5199737Z test_quick_split_list_args_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:28.5429384Z test_quick_split_list_args_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:28.5656054Z test_quick_split_list_args_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:28.5695511Z test_quick_split_with_sizes_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:28.5993542Z test_quick_split_with_sizes_cpu_bool (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:28.6863763Z test_quick_split_with_sizes_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:14:28.7709965Z test_quick_split_with_sizes_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.094s) 2022-09-27T16:14:28.8597782Z test_quick_split_with_sizes_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:14:28.8638234Z test_quick_split_with_sizes_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:28.9142038Z test_quick_split_with_sizes_cpu_float32 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:14:28.9637911Z test_quick_split_with_sizes_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:14:28.9938406Z test_quick_split_with_sizes_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:29.0239099Z test_quick_split_with_sizes_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:29.0534758Z test_quick_split_with_sizes_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:29.0834415Z test_quick_split_with_sizes_cpu_int8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:29.1130818Z test_quick_split_with_sizes_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:29.1151199Z test_quick_sqrt_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:29.1225578Z test_quick_sqrt_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:29.1413623Z test_quick_sqrt_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:29.1609796Z test_quick_sqrt_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:29.1722151Z test_quick_sqrt_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:29.1828199Z test_quick_sqrt_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:29.1899215Z test_quick_sqrt_cpu_int16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T16:14:29.1970834Z test_quick_sqrt_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:29.2042333Z test_quick_sqrt_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:29.2114034Z test_quick_sqrt_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:29.2186061Z test_quick_sqrt_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:29.2226782Z test_quick_squeeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:29.2318890Z test_quick_squeeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:29.2518496Z test_quick_squeeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:29.2721542Z test_quick_squeeze_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:29.2927262Z test_quick_squeeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:29.2967893Z test_quick_squeeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:29.3110276Z test_quick_squeeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:29.3248897Z test_quick_squeeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:29.3341026Z test_quick_squeeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:29.3433168Z test_quick_squeeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:29.3523220Z test_quick_squeeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:29.3615417Z test_quick_squeeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:29.3707202Z test_quick_squeeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:29.3752784Z test_quick_stack_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:29.3838560Z test_quick_stack_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:29.4087083Z test_quick_stack_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:29.4342277Z test_quick_stack_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:29.4600884Z test_quick_stack_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:29.4647171Z test_quick_stack_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:29.4810765Z test_quick_stack_cpu_float32 (__main__.TestDecompCPU) ... ok (0.017s) 2022-09-27T16:14:29.4968640Z test_quick_stack_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:29.5055284Z test_quick_stack_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:29.5141867Z test_quick_stack_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:29.5225888Z test_quick_stack_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:29.5312693Z test_quick_stack_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:29.5399025Z test_quick_stack_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:29.5468827Z test_quick_std_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:29.6031291Z test_quick_std_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:14:29.6602083Z test_quick_std_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:14:29.6670031Z test_quick_std_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:29.7011033Z test_quick_std_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:29.7344930Z test_quick_std_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:29.7473645Z test_quick_std_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:29.8571798Z test_quick_std_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.120s) 2022-09-27T16:14:29.9682846Z test_quick_std_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.111s) 2022-09-27T16:14:29.9813422Z test_quick_std_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:30.0470745Z test_quick_std_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:14:30.1113999Z test_quick_std_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:14:30.1221106Z test_quick_sub_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:30.2022923Z test_quick_sub_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:14:30.2853239Z test_quick_sub_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.095s) 2022-09-27T16:14:30.3670339Z test_quick_sub_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.079s) 2022-09-27T16:14:30.3785438Z test_quick_sub_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:30.4267657Z test_quick_sub_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:14:30.4735854Z test_quick_sub_cpu_float64 (__main__.TestDecompCPU) ... ok (0.049s) 2022-09-27T16:14:30.5014316Z test_quick_sub_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:30.5292933Z test_quick_sub_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:30.5567155Z test_quick_sub_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:30.5846788Z test_quick_sub_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:30.6123605Z test_quick_sub_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:30.6243342Z test_quick_sum_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:30.6412830Z test_quick_sum_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:30.6825475Z test_quick_sum_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:14:30.7247280Z test_quick_sum_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:30.7366741Z test_quick_sum_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:30.7658631Z test_quick_sum_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:30.7940936Z test_quick_sum_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:30.8111578Z test_quick_sum_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:30.8282216Z test_quick_sum_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:30.8449150Z test_quick_sum_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:30.8620075Z test_quick_sum_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:30.8790207Z test_quick_sum_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:30.8811921Z test_quick_t_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:30.8837347Z test_quick_t_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:30.8893990Z test_quick_t_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:30.8952689Z test_quick_t_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:30.8974251Z test_quick_t_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:30.9017121Z test_quick_t_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:30.9058404Z test_quick_t_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:30.9084135Z test_quick_t_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:30.9109907Z test_quick_t_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:30.9134548Z test_quick_t_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:30.9160183Z test_quick_t_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:30.9185995Z test_quick_t_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:30.9205978Z test_quick_tan_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:30.9280793Z test_quick_tan_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:30.9470533Z test_quick_tan_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:30.9667408Z test_quick_tan_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:30.9781457Z test_quick_tan_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:30.9888255Z test_quick_tan_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:30.9961344Z test_quick_tan_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:31.0034887Z test_quick_tan_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:31.0107886Z test_quick_tan_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:31.0180802Z test_quick_tan_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:31.0253373Z test_quick_tan_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:31.0281224Z test_quick_tanh_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:31.0353382Z test_quick_tanh_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:31.0901420Z test_quick_tanh_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:14:31.1473037Z test_quick_tanh_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:14:31.1766846Z test_quick_tanh_cpu_float32 (__main__.TestDecompCPU) ... ok (0.038s) 2022-09-27T16:14:31.2053415Z test_quick_tanh_cpu_float64 (__main__.TestDecompCPU) ... ok (0.014s) 2022-09-27T16:14:31.2125763Z test_quick_tanh_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:31.2198319Z test_quick_tanh_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:14:31.2270272Z test_quick_tanh_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:31.2342585Z test_quick_tanh_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:31.2414476Z test_quick_tanh_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:31.2452329Z test_quick_trace_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:31.2490772Z test_quick_trace_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:31.2518967Z test_quick_trace_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:31.2546888Z test_quick_trace_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:31.2567612Z test_quick_trace_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:31.2588415Z test_quick_trace_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:31.2608933Z test_quick_trace_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:31.2629718Z test_quick_trace_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:31.2650893Z test_quick_trace_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:31.2696278Z test_quick_transpose_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:31.2786449Z test_quick_transpose_cpu_bool (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:14:31.3028197Z test_quick_transpose_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:31.3276916Z test_quick_transpose_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:31.3526437Z test_quick_transpose_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:31.3572660Z test_quick_transpose_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:31.3729835Z test_quick_transpose_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:31.3882561Z test_quick_transpose_cpu_float64 (__main__.TestDecompCPU) ... ok (0.020s) 2022-09-27T16:14:31.3972454Z test_quick_transpose_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:31.4062589Z test_quick_transpose_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:31.4150227Z test_quick_transpose_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:31.4240801Z test_quick_transpose_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:31.4329533Z test_quick_transpose_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:31.4383269Z test_quick_tril_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:31.4613634Z test_quick_tril_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:31.5242580Z test_quick_tril_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.073s) 2022-09-27T16:14:31.5880392Z test_quick_tril_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T16:14:31.5934013Z test_quick_tril_cpu_float16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:14:31.6295682Z test_quick_tril_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:31.6653806Z test_quick_tril_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:31.6884728Z test_quick_tril_cpu_int16 (__main__.TestDecompCPU) ... ok (0.036s) 2022-09-27T16:14:31.7114907Z test_quick_tril_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:31.7342704Z test_quick_tril_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:14:31.7571819Z test_quick_tril_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:31.7799932Z test_quick_tril_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:14:31.7853760Z test_quick_tril_indices_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:31.7904418Z test_quick_tril_indices_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:31.7955683Z test_quick_triu_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:31.8184302Z test_quick_triu_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:31.8810181Z test_quick_triu_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.057s) 2022-09-27T16:14:31.9449689Z test_quick_triu_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.067s) 2022-09-27T16:14:31.9503000Z test_quick_triu_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:31.9865704Z test_quick_triu_cpu_float32 (__main__.TestDecompCPU) ... ok (0.041s) 2022-09-27T16:14:32.0223025Z test_quick_triu_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:32.0453757Z test_quick_triu_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:32.0684432Z test_quick_triu_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:32.0912279Z test_quick_triu_cpu_int64 (__main__.TestDecompCPU) ... ok (0.026s) 2022-09-27T16:14:32.1143124Z test_quick_triu_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:32.1373483Z test_quick_triu_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:32.1428937Z test_quick_triu_indices_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:32.1479944Z test_quick_triu_indices_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:32.1500268Z test_quick_trunc_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:32.1613526Z test_quick_trunc_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:32.1718670Z test_quick_trunc_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:32.1787881Z test_quick_trunc_cpu_int16 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:14:32.1857236Z test_quick_trunc_cpu_int32 (__main__.TestDecompCPU) ... ok (0.010s) 2022-09-27T16:14:32.1925909Z test_quick_trunc_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:32.1994896Z test_quick_trunc_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:32.2063340Z test_quick_trunc_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:32.2117501Z test_quick_unbind_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:32.2388440Z test_quick_unbind_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:32.3171137Z test_quick_unbind_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:14:32.3988108Z test_quick_unbind_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.083s) 2022-09-27T16:14:32.4799414Z test_quick_unbind_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.077s) 2022-09-27T16:14:32.4854161Z test_quick_unbind_cpu_float16 (__main__.TestDecompCPU) ... ok (0.011s) 2022-09-27T16:14:32.5328320Z test_quick_unbind_cpu_float32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:14:32.5791855Z test_quick_unbind_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:32.6063791Z test_quick_unbind_cpu_int16 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:32.6335978Z test_quick_unbind_cpu_int32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:32.6599448Z test_quick_unbind_cpu_int64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:32.6871922Z test_quick_unbind_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:32.7142147Z test_quick_unbind_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:32.7162160Z test_quick_uniform_cpu_bfloat16 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-09-27T16:14:32.7182121Z test_quick_uniform_cpu_complex128 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-09-27T16:14:32.7201708Z test_quick_uniform_cpu_complex64 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-09-27T16:14:32.7221114Z test_quick_uniform_cpu_float16 (__main__.TestDecompCPU) ... expected failure (0.016s) 2022-09-27T16:14:32.7240267Z test_quick_uniform_cpu_float32 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-09-27T16:14:32.7259481Z test_quick_uniform_cpu_float64 (__main__.TestDecompCPU) ... expected failure (0.000s) 2022-09-27T16:14:32.7310754Z test_quick_unsqueeze_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:32.7416835Z test_quick_unsqueeze_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:32.7698236Z test_quick_unsqueeze_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:32.7982792Z test_quick_unsqueeze_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:32.8268900Z test_quick_unsqueeze_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:32.8316696Z test_quick_unsqueeze_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:32.8498453Z test_quick_unsqueeze_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:32.8675528Z test_quick_unsqueeze_cpu_float64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:32.8781917Z test_quick_unsqueeze_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:32.8888675Z test_quick_unsqueeze_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:32.8992727Z test_quick_unsqueeze_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:32.9099017Z test_quick_unsqueeze_cpu_int8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:32.9205151Z test_quick_unsqueeze_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:32.9267202Z test_quick_var_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:32.9812422Z test_quick_var_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:14:33.0366935Z test_quick_var_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:14:33.0434421Z test_quick_var_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:33.0764574Z test_quick_var_cpu_float32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:33.1091513Z test_quick_var_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:33.1198156Z test_quick_var_mean_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:33.2263799Z test_quick_var_mean_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.096s) 2022-09-27T16:14:33.3350335Z test_quick_var_mean_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.111s) 2022-09-27T16:14:33.3469141Z test_quick_var_mean_cpu_float16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:33.4106260Z test_quick_var_mean_cpu_float32 (__main__.TestDecompCPU) ... ok (0.063s) 2022-09-27T16:14:33.4729104Z test_quick_var_mean_cpu_float64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:14:33.4776057Z test_quick_view_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:33.4926894Z test_quick_view_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:33.5323898Z test_quick_view_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:14:33.5727677Z test_quick_view_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:33.6131072Z test_quick_view_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:14:33.6177773Z test_quick_view_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:33.6416044Z test_quick_view_cpu_float32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:33.6651036Z test_quick_view_cpu_float64 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:33.6799925Z test_quick_view_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:33.6949184Z test_quick_view_cpu_int32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:33.7095997Z test_quick_view_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:33.7244571Z test_quick_view_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:33.7392439Z test_quick_view_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:33.7445188Z test_quick_where_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:33.7660845Z test_quick_where_cpu_bool (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:33.8144391Z test_quick_where_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:14:33.8634516Z test_quick_where_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.047s) 2022-09-27T16:14:33.9123459Z test_quick_where_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.064s) 2022-09-27T16:14:33.9176584Z test_quick_where_cpu_float16 (__main__.TestDecompCPU) ... ok (0.001s) 2022-09-27T16:14:33.9495983Z test_quick_where_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:33.9814244Z test_quick_where_cpu_float64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:34.0030095Z test_quick_where_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:34.0245875Z test_quick_where_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:34.0459457Z test_quick_where_cpu_int64 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:34.0674271Z test_quick_where_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:34.0888237Z test_quick_where_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:34.0967171Z test_quick_xlogy_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:34.1232840Z test_quick_xlogy_cpu_bool (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:34.1312787Z test_quick_xlogy_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:34.1739916Z test_quick_xlogy_cpu_float32 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:14:34.2154796Z test_quick_xlogy_cpu_float64 (__main__.TestDecompCPU) ... ok (0.048s) 2022-09-27T16:14:34.2420826Z test_quick_xlogy_cpu_int16 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:34.2688122Z test_quick_xlogy_cpu_int32 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:34.2954119Z test_quick_xlogy_cpu_int64 (__main__.TestDecompCPU) ... ok (0.032s) 2022-09-27T16:14:34.3220263Z test_quick_xlogy_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:34.3485238Z test_quick_xlogy_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.031s) 2022-09-27T16:14:34.3503153Z test_quick_zeros_cpu_bfloat16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:34.3522143Z test_quick_zeros_cpu_bool (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:34.3543389Z test_quick_zeros_cpu_complex128 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:34.3565408Z test_quick_zeros_cpu_complex32 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:34.3586680Z test_quick_zeros_cpu_complex64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:34.3604208Z test_quick_zeros_cpu_float16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:34.3624445Z test_quick_zeros_cpu_float32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:34.3644194Z test_quick_zeros_cpu_float64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:34.3663004Z test_quick_zeros_cpu_int16 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:34.3681539Z test_quick_zeros_cpu_int32 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:34.3699770Z test_quick_zeros_cpu_int64 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:34.3718609Z test_quick_zeros_cpu_int8 (__main__.TestDecompCPU) ... ok (0.016s) 2022-09-27T16:14:34.3737094Z test_quick_zeros_cpu_uint8 (__main__.TestDecompCPU) ... ok (0.000s) 2022-09-27T16:14:34.3738877Z 2022-09-27T16:14:34.3739525Z ---------------------------------------------------------------------- 2022-09-27T16:14:34.3739808Z Ran 7050 tests in 790.890s 2022-09-27T16:14:34.3739939Z 2022-09-27T16:14:34.3740070Z OK (skipped=451, expected failures=30) 2022-09-27T16:14:34.3740206Z 2022-09-27T16:14:34.3740299Z Generating XML reports... 2022-09-27T16:14:35.1647698Z Generated XML report: test-reports\python-unittest\test_decomp\TEST-TestDecompCPU-20220927160123.xml 2022-09-27T16:14:35.6333372Z Running test_jit_fuser_te ... [2022-09-27 16:14:35.628789] 2022-09-27T16:14:35.6333850Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_fuser_te.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:14:35.628789] 2022-09-27T16:14:38.3280508Z CUDA not available, skipping tests 2022-09-27T16:14:38.3614397Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-09-27T16:14:38.6876836Z 2022-09-27T16:14:38.6877113Z Running tests... 2022-09-27T16:14:38.6877438Z ---------------------------------------------------------------------- 2022-09-27T16:14:38.6877847Z Test results will be stored in test-reports\python-unittest\test_jit_fuser_te 2022-09-27T16:14:38.7578151Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.063s) 2022-09-27T16:14:38.7587909Z test_relu_cpu (__main__.TestLoopnestRandomizationCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:38.7594662Z test_failures___rmatmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:38.7601322Z test_failures_frac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:38.7607059Z test_failures_matmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.016s) 2022-09-27T16:14:38.7629869Z test_nnc_correctness_H_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.7647519Z test_nnc_correctness_H_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.7664848Z test_nnc_correctness_H_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.7681915Z test_nnc_correctness_H_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.7699108Z test_nnc_correctness_H_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.7716387Z test_nnc_correctness_H_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.7733257Z test_nnc_correctness_H_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.7750481Z test_nnc_correctness_H_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.7767680Z test_nnc_correctness_H_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:38.7784768Z test_nnc_correctness_H_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.7801782Z test_nnc_correctness_H_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.7818980Z test_nnc_correctness_H_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.7835995Z test_nnc_correctness_H_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.7853069Z test_nnc_correctness_T_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.7870315Z test_nnc_correctness_T_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:38.7887339Z test_nnc_correctness_T_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.7904532Z test_nnc_correctness_T_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.7921598Z test_nnc_correctness_T_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.7938686Z test_nnc_correctness_T_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.7955655Z test_nnc_correctness_T_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.7972645Z test_nnc_correctness_T_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.7989815Z test_nnc_correctness_T_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8006823Z test_nnc_correctness_T_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8024092Z test_nnc_correctness_T_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:38.8041162Z test_nnc_correctness_T_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8058199Z test_nnc_correctness_T_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8075307Z test_nnc_correctness___getitem___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8092373Z test_nnc_correctness___getitem___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8109504Z test_nnc_correctness___getitem___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8126719Z test_nnc_correctness___getitem___cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8143826Z test_nnc_correctness___getitem___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8160824Z test_nnc_correctness___getitem___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8178068Z test_nnc_correctness___getitem___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:38.8195155Z test_nnc_correctness___getitem___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8212199Z test_nnc_correctness___getitem___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8229424Z test_nnc_correctness___getitem___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8246504Z test_nnc_correctness___getitem___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8263824Z test_nnc_correctness___getitem___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8280889Z test_nnc_correctness___getitem___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8298097Z test_nnc_correctness___radd___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8315247Z test_nnc_correctness___radd___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8332527Z test_nnc_correctness___radd___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:38.8349698Z test_nnc_correctness___radd___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8366741Z test_nnc_correctness___radd___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8383897Z test_nnc_correctness___radd___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8400876Z test_nnc_correctness___radd___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8418027Z test_nnc_correctness___radd___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8435160Z test_nnc_correctness___radd___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8452152Z test_nnc_correctness___radd___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8469264Z test_nnc_correctness___radd___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8486451Z test_nnc_correctness___radd___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:38.8503745Z test_nnc_correctness___rand___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8520680Z test_nnc_correctness___rand___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8537670Z test_nnc_correctness___rand___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8554781Z test_nnc_correctness___rand___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8571805Z test_nnc_correctness___rand___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8588922Z test_nnc_correctness___rand___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8605909Z test_nnc_correctness___rdiv___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8623042Z test_nnc_correctness___rdiv___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8640824Z test_nnc_correctness___rdiv___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8658354Z test_nnc_correctness___rdiv___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8675320Z test_nnc_correctness___rdiv___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8692245Z test_nnc_correctness___rdiv___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8709354Z test_nnc_correctness___rdiv___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8726350Z test_nnc_correctness___rdiv___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8743538Z test_nnc_correctness___rdiv___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:38.8760439Z test_nnc_correctness___rdiv___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8777376Z test_nnc_correctness___rdiv___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8794603Z test_nnc_correctness___rdiv___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8811554Z test_nnc_correctness___rmatmul___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8828692Z test_nnc_correctness___rmatmul___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8845933Z test_nnc_correctness___rmatmul___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:38.8862971Z test_nnc_correctness___rmatmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8880005Z test_nnc_correctness___rmatmul___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8897223Z test_nnc_correctness___rmatmul___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8914285Z test_nnc_correctness___rmatmul___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8924856Z test_nnc_correctness___rmatmul___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:38.8941994Z test_nnc_correctness___rmatmul___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8959128Z test_nnc_correctness___rmatmul___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8976268Z test_nnc_correctness___rmod___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.8993581Z test_nnc_correctness___rmod___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9010813Z test_nnc_correctness___rmod___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:38.9028021Z test_nnc_correctness___rmod___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9045147Z test_nnc_correctness___rmul___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9062301Z test_nnc_correctness___rmul___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9079465Z test_nnc_correctness___rmul___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9096498Z test_nnc_correctness___rmul___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9113757Z test_nnc_correctness___rmul___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9130757Z test_nnc_correctness___rmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9147945Z test_nnc_correctness___rmul___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9165074Z test_nnc_correctness___rmul___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:38.9182205Z test_nnc_correctness___rmul___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9199134Z test_nnc_correctness___rmul___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9216242Z test_nnc_correctness___rmul___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9233471Z test_nnc_correctness___rmul___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9250520Z test_nnc_correctness___ror___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9267815Z test_nnc_correctness___ror___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9284749Z test_nnc_correctness___ror___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9301900Z test_nnc_correctness___ror___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9319102Z test_nnc_correctness___ror___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:38.9336048Z test_nnc_correctness___ror___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9353260Z test_nnc_correctness___rpow___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9370346Z test_nnc_correctness___rpow___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9387562Z test_nnc_correctness___rpow___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9404680Z test_nnc_correctness___rpow___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9421888Z test_nnc_correctness___rpow___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9438939Z test_nnc_correctness___rpow___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9456017Z test_nnc_correctness___rpow___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9473289Z test_nnc_correctness___rpow___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:38.9490352Z test_nnc_correctness___rpow___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9507570Z test_nnc_correctness___rpow___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9524535Z test_nnc_correctness___rpow___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9541778Z test_nnc_correctness___rsub___cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9558791Z test_nnc_correctness___rsub___cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9576059Z test_nnc_correctness___rsub___cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:38.9593222Z test_nnc_correctness___rsub___cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9610295Z test_nnc_correctness___rsub___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9627441Z test_nnc_correctness___rsub___cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9644446Z test_nnc_correctness___rsub___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9661678Z test_nnc_correctness___rsub___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9678639Z test_nnc_correctness___rsub___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9695642Z test_nnc_correctness___rsub___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9712853Z test_nnc_correctness___rsub___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9730044Z test_nnc_correctness___rxor___cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:38.9747240Z test_nnc_correctness___rxor___cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9764364Z test_nnc_correctness___rxor___cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9781506Z test_nnc_correctness___rxor___cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9798513Z test_nnc_correctness___rxor___cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9815509Z test_nnc_correctness___rxor___cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9832873Z test_nnc_correctness__masked_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:38.9850186Z test_nnc_correctness__masked_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9867302Z test_nnc_correctness__masked_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9884283Z test_nnc_correctness__masked_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9901500Z test_nnc_correctness__masked_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9918502Z test_nnc_correctness__masked_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9935461Z test_nnc_correctness__masked_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9952621Z test_nnc_correctness__masked_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9969715Z test_nnc_correctness__masked_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:38.9987024Z test_nnc_correctness__masked_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.0004083Z test_nnc_correctness__masked_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0021197Z test_nnc_correctness__masked_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0038405Z test_nnc_correctness__masked_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0055334Z test_nnc_correctness__masked_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0072529Z test_nnc_correctness__masked_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0089617Z test_nnc_correctness__masked_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0106740Z test_nnc_correctness__masked_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0123808Z test_nnc_correctness__masked_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0141017Z test_nnc_correctness__masked_argmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.0158066Z test_nnc_correctness__masked_argmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0175084Z test_nnc_correctness__masked_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0192178Z test_nnc_correctness__masked_argmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0209233Z test_nnc_correctness__masked_argmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0226438Z test_nnc_correctness__masked_argmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0243412Z test_nnc_correctness__masked_argmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0260588Z test_nnc_correctness__masked_argmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0277628Z test_nnc_correctness__masked_argmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0294930Z test_nnc_correctness__masked_argmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0311962Z test_nnc_correctness__masked_argmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0328894Z test_nnc_correctness__masked_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0346045Z test_nnc_correctness__masked_argmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0363034Z test_nnc_correctness__masked_argmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0380139Z test_nnc_correctness__masked_argmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0397190Z test_nnc_correctness__masked_argmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0414368Z test_nnc_correctness__masked_argmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0431532Z test_nnc_correctness__masked_argmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0448611Z test_nnc_correctness__masked_cumprod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0465963Z test_nnc_correctness__masked_cumprod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.0483034Z test_nnc_correctness__masked_cumprod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0500267Z test_nnc_correctness__masked_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0517313Z test_nnc_correctness__masked_cumprod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0534347Z test_nnc_correctness__masked_cumprod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0551512Z test_nnc_correctness__masked_cumprod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0568521Z test_nnc_correctness__masked_cumprod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0585673Z test_nnc_correctness__masked_cumprod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0602743Z test_nnc_correctness__masked_cumprod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0620089Z test_nnc_correctness__masked_cumsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.0637075Z test_nnc_correctness__masked_cumsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0654085Z test_nnc_correctness__masked_cumsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0671269Z test_nnc_correctness__masked_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0688348Z test_nnc_correctness__masked_cumsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0705513Z test_nnc_correctness__masked_cumsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0722577Z test_nnc_correctness__masked_cumsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:39.0739681Z test_nnc_correctness__masked_cumsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0756711Z test_nnc_correctness__masked_cumsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0773666Z test_nnc_correctness__masked_cumsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0790987Z test_nnc_correctness__masked_log_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0807935Z test_nnc_correctness__masked_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0825071Z test_nnc_correctness__masked_log_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0842107Z test_nnc_correctness__masked_logaddexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0859305Z test_nnc_correctness__masked_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0876502Z test_nnc_correctness__masked_logaddexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.0893565Z test_nnc_correctness__masked_logsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0910743Z test_nnc_correctness__masked_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0927819Z test_nnc_correctness__masked_logsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0945022Z test_nnc_correctness__masked_logsumexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0962158Z test_nnc_correctness__masked_logsumexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0979372Z test_nnc_correctness__masked_logsumexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.0996413Z test_nnc_correctness__masked_logsumexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1013489Z test_nnc_correctness__masked_logsumexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1030761Z test_nnc_correctness__masked_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.1047833Z test_nnc_correctness__masked_mean_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1065001Z test_nnc_correctness__masked_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1082039Z test_nnc_correctness__masked_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1099246Z test_nnc_correctness__masked_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1116280Z test_nnc_correctness__masked_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1133269Z test_nnc_correctness__masked_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1150443Z test_nnc_correctness__masked_mean_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1167574Z test_nnc_correctness__masked_mean_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1184981Z test_nnc_correctness__masked_mean_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.1201939Z test_nnc_correctness__masked_mean_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1219154Z test_nnc_correctness__masked_mean_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1236236Z test_nnc_correctness__masked_median_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1253263Z test_nnc_correctness__masked_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1270386Z test_nnc_correctness__masked_median_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1288520Z test_nnc_correctness__masked_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:39.1305632Z test_nnc_correctness__masked_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1322608Z test_nnc_correctness__masked_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1339974Z test_nnc_correctness__masked_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1357060Z test_nnc_correctness__masked_normalize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1374429Z test_nnc_correctness__masked_normalize_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1391711Z test_nnc_correctness__masked_normalize_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1408871Z test_nnc_correctness__masked_normalize_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1426091Z test_nnc_correctness__masked_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1443308Z test_nnc_correctness__masked_normalize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.1460721Z test_nnc_correctness__masked_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1477722Z test_nnc_correctness__masked_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1494842Z test_nnc_correctness__masked_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1512047Z test_nnc_correctness__masked_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1529044Z test_nnc_correctness__masked_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1546378Z test_nnc_correctness__masked_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1563425Z test_nnc_correctness__masked_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1580540Z test_nnc_correctness__masked_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1597734Z test_nnc_correctness__masked_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.1614690Z test_nnc_correctness__masked_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1631916Z test_nnc_correctness__masked_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1648925Z test_nnc_correctness__masked_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1666135Z test_nnc_correctness__masked_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1683314Z test_nnc_correctness__masked_softmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1700498Z test_nnc_correctness__masked_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1717629Z test_nnc_correctness__masked_softmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1734781Z test_nnc_correctness__masked_std_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1752111Z test_nnc_correctness__masked_std_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.1769148Z test_nnc_correctness__masked_std_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1786369Z test_nnc_correctness__masked_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1803496Z test_nnc_correctness__masked_std_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1820651Z test_nnc_correctness__masked_std_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1837746Z test_nnc_correctness__masked_std_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1854931Z test_nnc_correctness__masked_std_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:39.1872141Z test_nnc_correctness__masked_std_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1889266Z test_nnc_correctness__masked_std_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1906581Z test_nnc_correctness__masked_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1923729Z test_nnc_correctness__masked_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1940764Z test_nnc_correctness__masked_sum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1957959Z test_nnc_correctness__masked_sum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1974982Z test_nnc_correctness__masked_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.1992150Z test_nnc_correctness__masked_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2009345Z test_nnc_correctness__masked_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.2026518Z test_nnc_correctness__masked_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2043641Z test_nnc_correctness__masked_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2060885Z test_nnc_correctness__masked_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2078018Z test_nnc_correctness__masked_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2095163Z test_nnc_correctness__masked_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2112396Z test_nnc_correctness__masked_var_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2129562Z test_nnc_correctness__masked_var_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2146911Z test_nnc_correctness__masked_var_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2163986Z test_nnc_correctness__masked_var_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.2181145Z test_nnc_correctness__masked_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2198250Z test_nnc_correctness__masked_var_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2215310Z test_nnc_correctness__masked_var_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2232531Z test_nnc_correctness__masked_var_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2249586Z test_nnc_correctness__masked_var_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2266794Z test_nnc_correctness__masked_var_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2283845Z test_nnc_correctness__masked_var_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2301079Z test_nnc_correctness_abs_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2318256Z test_nnc_correctness_abs_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.2335267Z test_nnc_correctness_abs_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2352426Z test_nnc_correctness_abs_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2369471Z test_nnc_correctness_abs_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2386651Z test_nnc_correctness_abs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2403640Z test_nnc_correctness_abs_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2420734Z test_nnc_correctness_abs_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2437779Z test_nnc_correctness_abs_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2454866Z test_nnc_correctness_abs_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2472054Z test_nnc_correctness_abs_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2489244Z test_nnc_correctness_abs_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.2506483Z test_nnc_correctness_acos_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2523486Z test_nnc_correctness_acos_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2540665Z test_nnc_correctness_acos_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2557685Z test_nnc_correctness_acos_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2574855Z test_nnc_correctness_acos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2591993Z test_nnc_correctness_acos_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2609149Z test_nnc_correctness_acos_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2626324Z test_nnc_correctness_acos_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2643512Z test_nnc_correctness_acos_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.2660732Z test_nnc_correctness_acos_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2677808Z test_nnc_correctness_acos_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2695054Z test_nnc_correctness_acosh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2712201Z test_nnc_correctness_acosh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2729258Z test_nnc_correctness_acosh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2746478Z test_nnc_correctness_acosh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:39.2763490Z test_nnc_correctness_acosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2780626Z test_nnc_correctness_acosh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2797623Z test_nnc_correctness_acosh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2814659Z test_nnc_correctness_acosh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2831780Z test_nnc_correctness_acosh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2848864Z test_nnc_correctness_acosh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2866041Z test_nnc_correctness_acosh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2883073Z test_nnc_correctness_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2900308Z test_nnc_correctness_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.2917366Z test_nnc_correctness_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2934383Z test_nnc_correctness_add_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2951518Z test_nnc_correctness_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2968516Z test_nnc_correctness_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.2985697Z test_nnc_correctness_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3002701Z test_nnc_correctness_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3019919Z test_nnc_correctness_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3037015Z test_nnc_correctness_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3054105Z test_nnc_correctness_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.3071234Z test_nnc_correctness_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3088327Z test_nnc_correctness_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3105378Z test_nnc_correctness_addbmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3122402Z test_nnc_correctness_addbmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3139581Z test_nnc_correctness_addbmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3156597Z test_nnc_correctness_addbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3173582Z test_nnc_correctness_addbmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3190808Z test_nnc_correctness_addbmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3207997Z test_nnc_correctness_addbmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.3224965Z test_nnc_correctness_addbmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3241871Z test_nnc_correctness_addbmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3258905Z test_nnc_correctness_addbmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3275847Z test_nnc_correctness_addcdiv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3292812Z test_nnc_correctness_addcdiv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3309916Z test_nnc_correctness_addcdiv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3326844Z test_nnc_correctness_addcdiv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3343979Z test_nnc_correctness_addcdiv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3361073Z test_nnc_correctness_addcmul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.3378100Z test_nnc_correctness_addcmul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3395172Z test_nnc_correctness_addcmul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3412001Z test_nnc_correctness_addcmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3429033Z test_nnc_correctness_addcmul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3445987Z test_nnc_correctness_addcmul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3462987Z test_nnc_correctness_addcmul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3480492Z test_nnc_correctness_addcmul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3496849Z test_nnc_correctness_addcmul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3514141Z test_nnc_correctness_addcmul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.3530829Z test_nnc_correctness_addmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3547773Z test_nnc_correctness_addmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3564669Z test_nnc_correctness_addmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3581681Z test_nnc_correctness_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3598577Z test_nnc_correctness_addmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3615425Z test_nnc_correctness_addmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3632450Z test_nnc_correctness_addmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3649345Z test_nnc_correctness_addmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3666458Z test_nnc_correctness_addmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3683544Z test_nnc_correctness_addmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.3700618Z test_nnc_correctness_addmm_decomposed_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3717579Z test_nnc_correctness_addmm_decomposed_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3734555Z test_nnc_correctness_addmm_decomposed_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3751697Z test_nnc_correctness_addmm_decomposed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3769727Z test_nnc_correctness_addmm_decomposed_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3786115Z test_nnc_correctness_addmm_decomposed_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3802932Z test_nnc_correctness_addmm_decomposed_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3819944Z test_nnc_correctness_addmm_decomposed_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3836970Z test_nnc_correctness_addmm_decomposed_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3854068Z test_nnc_correctness_addmm_decomposed_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3871226Z test_nnc_correctness_addmv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:39.3888255Z test_nnc_correctness_addmv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3905413Z test_nnc_correctness_addmv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3922371Z test_nnc_correctness_addmv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3939481Z test_nnc_correctness_addmv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3956401Z test_nnc_correctness_addmv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3973408Z test_nnc_correctness_addmv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.3990521Z test_nnc_correctness_addmv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4007490Z test_nnc_correctness_addmv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4024515Z test_nnc_correctness_addmv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4041586Z test_nnc_correctness_addr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.4058716Z test_nnc_correctness_addr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4075804Z test_nnc_correctness_addr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4092760Z test_nnc_correctness_addr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4109826Z test_nnc_correctness_addr_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4126799Z test_nnc_correctness_addr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4143768Z test_nnc_correctness_addr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4160608Z test_nnc_correctness_addr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4177564Z test_nnc_correctness_addr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4194783Z test_nnc_correctness_addr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.4211699Z test_nnc_correctness_addr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4228680Z test_nnc_correctness_addr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4245700Z test_nnc_correctness_all_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4262644Z test_nnc_correctness_all_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4279611Z test_nnc_correctness_all_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4296513Z test_nnc_correctness_all_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4313518Z test_nnc_correctness_all_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4330496Z test_nnc_correctness_all_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4347749Z test_nnc_correctness_all_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.4364722Z test_nnc_correctness_all_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4381790Z test_nnc_correctness_all_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4398797Z test_nnc_correctness_all_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4415700Z test_nnc_correctness_all_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4432808Z test_nnc_correctness_all_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4443409Z test_nnc_correctness_allclose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:39.4453757Z test_nnc_correctness_allclose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:39.4464177Z test_nnc_correctness_allclose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:39.4474537Z test_nnc_correctness_allclose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:39.4484814Z test_nnc_correctness_allclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:39.4495528Z test_nnc_correctness_allclose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:39.4512030Z test_nnc_correctness_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.4528887Z test_nnc_correctness_amax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4545898Z test_nnc_correctness_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4562759Z test_nnc_correctness_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4579726Z test_nnc_correctness_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4596658Z test_nnc_correctness_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4613492Z test_nnc_correctness_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4630542Z test_nnc_correctness_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4647250Z test_nnc_correctness_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4664991Z test_nnc_correctness_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.4681932Z test_nnc_correctness_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4698909Z test_nnc_correctness_amin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4715778Z test_nnc_correctness_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4732786Z test_nnc_correctness_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4749953Z test_nnc_correctness_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4767048Z test_nnc_correctness_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:39.4784315Z test_nnc_correctness_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4801232Z test_nnc_correctness_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4818254Z test_nnc_correctness_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4835246Z test_nnc_correctness_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4852213Z test_nnc_correctness_aminmax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4869396Z test_nnc_correctness_aminmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:39.4886345Z test_nnc_correctness_aminmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4903395Z test_nnc_correctness_aminmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4920625Z test_nnc_correctness_aminmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4937253Z test_nnc_correctness_aminmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4954201Z test_nnc_correctness_aminmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4971075Z test_nnc_correctness_aminmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.4988090Z test_nnc_correctness_angle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5004988Z test_nnc_correctness_angle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5022343Z test_nnc_correctness_angle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.5039739Z test_nnc_correctness_angle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5056673Z test_nnc_correctness_angle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5073809Z test_nnc_correctness_angle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5090732Z test_nnc_correctness_angle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5107778Z test_nnc_correctness_angle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5124792Z test_nnc_correctness_angle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5141802Z test_nnc_correctness_angle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5158788Z test_nnc_correctness_angle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5175838Z test_nnc_correctness_angle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.5192791Z test_nnc_correctness_any_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5209795Z test_nnc_correctness_any_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5226828Z test_nnc_correctness_any_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5243698Z test_nnc_correctness_any_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5260695Z test_nnc_correctness_any_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5277519Z test_nnc_correctness_any_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5294439Z test_nnc_correctness_any_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5311473Z test_nnc_correctness_any_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5328538Z test_nnc_correctness_any_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.5345542Z test_nnc_correctness_any_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5362421Z test_nnc_correctness_any_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5379476Z test_nnc_correctness_any_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5396505Z test_nnc_correctness_arange_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5413514Z test_nnc_correctness_arange_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5430445Z test_nnc_correctness_arange_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5447311Z test_nnc_correctness_arange_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5464411Z test_nnc_correctness_arange_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5481499Z test_nnc_correctness_arange_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.5498392Z test_nnc_correctness_arange_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5515435Z test_nnc_correctness_arange_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5532367Z test_nnc_correctness_arange_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5549407Z test_nnc_correctness_argmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5566355Z test_nnc_correctness_argmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5583399Z test_nnc_correctness_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5600312Z test_nnc_correctness_argmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5617234Z test_nnc_correctness_argmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5634214Z test_nnc_correctness_argmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5651300Z test_nnc_correctness_argmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.5668329Z test_nnc_correctness_argmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5685210Z test_nnc_correctness_argmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5702303Z test_nnc_correctness_argmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5719295Z test_nnc_correctness_argmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5736381Z test_nnc_correctness_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5753348Z test_nnc_correctness_argmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5770195Z test_nnc_correctness_argmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5787333Z test_nnc_correctness_argmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5804332Z test_nnc_correctness_argmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5821303Z test_nnc_correctness_argmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5838290Z test_nnc_correctness_argmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:39.5855212Z test_nnc_correctness_argsort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5872164Z test_nnc_correctness_argsort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5889092Z test_nnc_correctness_argsort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5906200Z test_nnc_correctness_argsort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5923130Z test_nnc_correctness_argsort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5940107Z test_nnc_correctness_argsort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5956906Z test_nnc_correctness_argsort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5973804Z test_nnc_correctness_argsort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.5990842Z test_nnc_correctness_argsort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6007782Z test_nnc_correctness_argsort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.6024744Z test_nnc_correctness_argwhere_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6041632Z test_nnc_correctness_argwhere_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6058586Z test_nnc_correctness_argwhere_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6075500Z test_nnc_correctness_argwhere_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6092378Z test_nnc_correctness_argwhere_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6109464Z test_nnc_correctness_argwhere_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6126306Z test_nnc_correctness_argwhere_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6143366Z test_nnc_correctness_argwhere_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6160382Z test_nnc_correctness_argwhere_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.6177272Z test_nnc_correctness_argwhere_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6194457Z test_nnc_correctness_argwhere_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6211320Z test_nnc_correctness_argwhere_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6228377Z test_nnc_correctness_as_strided_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6245317Z test_nnc_correctness_as_strided_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6262356Z test_nnc_correctness_as_strided_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6279254Z test_nnc_correctness_as_strided_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6296141Z test_nnc_correctness_as_strided_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6313264Z test_nnc_correctness_as_strided_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.6330025Z test_nnc_correctness_as_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6347131Z test_nnc_correctness_as_strided_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6364019Z test_nnc_correctness_as_strided_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6380994Z test_nnc_correctness_as_strided_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6397973Z test_nnc_correctness_as_strided_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6414971Z test_nnc_correctness_as_strided_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:39.6432022Z test_nnc_correctness_as_strided_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6448947Z test_nnc_correctness_as_strided_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6466005Z test_nnc_correctness_as_strided_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6482947Z test_nnc_correctness_as_strided_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6499933Z test_nnc_correctness_as_strided_scatter_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6516859Z test_nnc_correctness_as_strided_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6533801Z test_nnc_correctness_as_strided_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6550963Z test_nnc_correctness_as_strided_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6568172Z test_nnc_correctness_as_strided_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.6585131Z test_nnc_correctness_as_strided_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6602011Z test_nnc_correctness_as_strided_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6619072Z test_nnc_correctness_as_strided_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6635941Z test_nnc_correctness_as_strided_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6652802Z test_nnc_correctness_as_strided_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6669787Z test_nnc_correctness_asin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6686692Z test_nnc_correctness_asin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6703712Z test_nnc_correctness_asin_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6720765Z test_nnc_correctness_asin_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.6737636Z test_nnc_correctness_asin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6762629Z test_nnc_correctness_asin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6771864Z test_nnc_correctness_asin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6788881Z test_nnc_correctness_asin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6805805Z test_nnc_correctness_asin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6823060Z test_nnc_correctness_asin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:39.6839967Z test_nnc_correctness_asin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6856933Z test_nnc_correctness_asinh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6873963Z test_nnc_correctness_asinh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6890887Z test_nnc_correctness_asinh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6907961Z test_nnc_correctness_asinh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6924981Z test_nnc_correctness_asinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6942149Z test_nnc_correctness_asinh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6958922Z test_nnc_correctness_asinh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6975823Z test_nnc_correctness_asinh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.6992878Z test_nnc_correctness_asinh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.7009760Z test_nnc_correctness_asinh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7026821Z test_nnc_correctness_asinh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7043720Z test_nnc_correctness_atan2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7060686Z test_nnc_correctness_atan2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7077689Z test_nnc_correctness_atan2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7094662Z test_nnc_correctness_atan2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7111666Z test_nnc_correctness_atan2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7128557Z test_nnc_correctness_atan2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7145774Z test_nnc_correctness_atan2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.7162675Z test_nnc_correctness_atan2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7179689Z test_nnc_correctness_atan2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7196661Z test_nnc_correctness_atan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7213528Z test_nnc_correctness_atan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7230573Z test_nnc_correctness_atan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7247599Z test_nnc_correctness_atan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7264731Z test_nnc_correctness_atan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7281683Z test_nnc_correctness_atan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7298771Z test_nnc_correctness_atan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.7315767Z test_nnc_correctness_atan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7332908Z test_nnc_correctness_atan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7349980Z test_nnc_correctness_atan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7366969Z test_nnc_correctness_atan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7384108Z test_nnc_correctness_atanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7401031Z test_nnc_correctness_atanh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7417987Z test_nnc_correctness_atanh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7434935Z test_nnc_correctness_atanh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7452526Z test_nnc_correctness_atanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7469014Z test_nnc_correctness_atanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.7485978Z test_nnc_correctness_atanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7503012Z test_nnc_correctness_atanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7519923Z test_nnc_correctness_atanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7536872Z test_nnc_correctness_atanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7553948Z test_nnc_correctness_atanh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7570862Z test_nnc_correctness_atleast_1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7587860Z test_nnc_correctness_atleast_1d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7604775Z test_nnc_correctness_atleast_1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7622088Z test_nnc_correctness_atleast_1d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.7638894Z test_nnc_correctness_atleast_1d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7655851Z test_nnc_correctness_atleast_1d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7672894Z test_nnc_correctness_atleast_1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7689808Z test_nnc_correctness_atleast_1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7706844Z test_nnc_correctness_atleast_1d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7723959Z test_nnc_correctness_atleast_1d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:39.7740878Z test_nnc_correctness_atleast_1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7757802Z test_nnc_correctness_atleast_1d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7774715Z test_nnc_correctness_atleast_1d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7791681Z test_nnc_correctness_atleast_2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7808567Z test_nnc_correctness_atleast_2d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7825642Z test_nnc_correctness_atleast_2d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:39.7842483Z test_nnc_correctness_atleast_2d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7859508Z test_nnc_correctness_atleast_2d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7876384Z test_nnc_correctness_atleast_2d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7893387Z test_nnc_correctness_atleast_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7910437Z test_nnc_correctness_atleast_2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7927361Z test_nnc_correctness_atleast_2d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7944505Z test_nnc_correctness_atleast_2d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7961492Z test_nnc_correctness_atleast_2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.7978662Z test_nnc_correctness_atleast_2d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.7995661Z test_nnc_correctness_atleast_2d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8012591Z test_nnc_correctness_atleast_3d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8029665Z test_nnc_correctness_atleast_3d_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8046620Z test_nnc_correctness_atleast_3d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8063677Z test_nnc_correctness_atleast_3d_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8080622Z test_nnc_correctness_atleast_3d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8097596Z test_nnc_correctness_atleast_3d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8114592Z test_nnc_correctness_atleast_3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8131629Z test_nnc_correctness_atleast_3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.8148716Z test_nnc_correctness_atleast_3d_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8165589Z test_nnc_correctness_atleast_3d_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8182609Z test_nnc_correctness_atleast_3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8199568Z test_nnc_correctness_atleast_3d_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8216519Z test_nnc_correctness_atleast_3d_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8233607Z test_nnc_correctness_baddbmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8250561Z test_nnc_correctness_baddbmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8267707Z test_nnc_correctness_baddbmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8284667Z test_nnc_correctness_baddbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.8301714Z test_nnc_correctness_baddbmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8318661Z test_nnc_correctness_baddbmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8335608Z test_nnc_correctness_baddbmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8352712Z test_nnc_correctness_baddbmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8369738Z test_nnc_correctness_baddbmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8386770Z test_nnc_correctness_baddbmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8403599Z test_nnc_correctness_bernoulli_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8420650Z test_nnc_correctness_bernoulli_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8437692Z test_nnc_correctness_bernoulli_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.8448210Z test_nnc_correctness_bfloat16_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:39.8458566Z test_nnc_correctness_bfloat16_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:39.8468940Z test_nnc_correctness_bfloat16_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:39.8479387Z test_nnc_correctness_bfloat16_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:39.8489523Z test_nnc_correctness_bfloat16_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:39.8499874Z test_nnc_correctness_bfloat16_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:39.8510118Z test_nnc_correctness_bfloat16_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:39.8520393Z test_nnc_correctness_bfloat16_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:39.8530601Z test_nnc_correctness_bfloat16_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:39.8540995Z test_nnc_correctness_bfloat16_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:39.8551262Z test_nnc_correctness_bfloat16_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:39.8561556Z test_nnc_correctness_bfloat16_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:39.8571846Z test_nnc_correctness_bfloat16_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:39.8588689Z test_nnc_correctness_bincount_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8606516Z test_nnc_correctness_bincount_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.8623479Z test_nnc_correctness_bincount_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8640311Z test_nnc_correctness_bincount_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8657233Z test_nnc_correctness_bincount_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8674254Z test_nnc_correctness_bitwise_and_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8691194Z test_nnc_correctness_bitwise_and_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8708269Z test_nnc_correctness_bitwise_and_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8725172Z test_nnc_correctness_bitwise_and_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8742217Z test_nnc_correctness_bitwise_and_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8759240Z test_nnc_correctness_bitwise_and_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.8776135Z test_nnc_correctness_bitwise_left_shift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8793089Z test_nnc_correctness_bitwise_left_shift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8809968Z test_nnc_correctness_bitwise_left_shift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8827003Z test_nnc_correctness_bitwise_left_shift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8844052Z test_nnc_correctness_bitwise_left_shift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8861299Z test_nnc_correctness_bitwise_not_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-09-27T16:14:39.8878233Z test_nnc_correctness_bitwise_not_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8895256Z test_nnc_correctness_bitwise_not_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8912277Z test_nnc_correctness_bitwise_not_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8929197Z test_nnc_correctness_bitwise_not_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8946312Z test_nnc_correctness_bitwise_not_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8963210Z test_nnc_correctness_bitwise_or_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8980302Z test_nnc_correctness_bitwise_or_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.8997278Z test_nnc_correctness_bitwise_or_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9014350Z test_nnc_correctness_bitwise_or_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.9031311Z test_nnc_correctness_bitwise_or_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9048253Z test_nnc_correctness_bitwise_or_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9065296Z test_nnc_correctness_bitwise_right_shift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9082180Z test_nnc_correctness_bitwise_right_shift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9099271Z test_nnc_correctness_bitwise_right_shift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9116178Z test_nnc_correctness_bitwise_right_shift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9133032Z test_nnc_correctness_bitwise_right_shift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9150062Z test_nnc_correctness_bitwise_xor_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9167011Z test_nnc_correctness_bitwise_xor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9184115Z test_nnc_correctness_bitwise_xor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.9200990Z test_nnc_correctness_bitwise_xor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9218033Z test_nnc_correctness_bitwise_xor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9234959Z test_nnc_correctness_bitwise_xor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9252001Z test_nnc_correctness_block_diag_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9269139Z test_nnc_correctness_block_diag_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9286129Z test_nnc_correctness_block_diag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9303178Z test_nnc_correctness_block_diag_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9320097Z test_nnc_correctness_block_diag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9337153Z test_nnc_correctness_block_diag_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.9354096Z test_nnc_correctness_block_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9370991Z test_nnc_correctness_block_diag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9388061Z test_nnc_correctness_block_diag_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9405015Z test_nnc_correctness_block_diag_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9422049Z test_nnc_correctness_block_diag_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9438838Z test_nnc_correctness_block_diag_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9455731Z test_nnc_correctness_block_diag_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9472647Z test_nnc_correctness_bmm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9489985Z test_nnc_correctness_bmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.9506925Z test_nnc_correctness_bmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9523699Z test_nnc_correctness_bmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9540770Z test_nnc_correctness_bmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9557737Z test_nnc_correctness_bmm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9574581Z test_nnc_correctness_bmm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9591564Z test_nnc_correctness_bmm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9609222Z test_nnc_correctness_bmm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9625550Z test_nnc_correctness_bmm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9643695Z test_nnc_correctness_bool_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9659877Z test_nnc_correctness_bool_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.9676837Z test_nnc_correctness_bool_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9693854Z test_nnc_correctness_bool_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9710965Z test_nnc_correctness_bool_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9727960Z test_nnc_correctness_bool_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9745046Z test_nnc_correctness_bool_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9762041Z test_nnc_correctness_bool_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9779136Z test_nnc_correctness_bool_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9796136Z test_nnc_correctness_bool_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9813467Z test_nnc_correctness_bool_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:39.9830540Z test_nnc_correctness_bool_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9847509Z test_nnc_correctness_bool_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9864716Z test_nnc_correctness_broadcast_shapes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9881690Z test_nnc_correctness_broadcast_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9898708Z test_nnc_correctness_broadcast_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9915666Z test_nnc_correctness_broadcast_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9932596Z test_nnc_correctness_broadcast_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9949749Z test_nnc_correctness_broadcast_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9966781Z test_nnc_correctness_broadcast_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:39.9984066Z test_nnc_correctness_broadcast_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.0000934Z test_nnc_correctness_broadcast_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0018019Z test_nnc_correctness_broadcast_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0035024Z test_nnc_correctness_broadcast_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0052050Z test_nnc_correctness_broadcast_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0069160Z test_nnc_correctness_broadcast_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0086165Z test_nnc_correctness_broadcast_to_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0103178Z test_nnc_correctness_broadcast_to_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0120232Z test_nnc_correctness_broadcast_to_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0137429Z test_nnc_correctness_broadcast_to_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.0155121Z test_nnc_correctness_broadcast_to_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0171979Z test_nnc_correctness_broadcast_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0189072Z test_nnc_correctness_broadcast_to_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0205982Z test_nnc_correctness_broadcast_to_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0223011Z test_nnc_correctness_broadcast_to_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0239980Z test_nnc_correctness_broadcast_to_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0256997Z test_nnc_correctness_broadcast_to_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0274022Z test_nnc_correctness_broadcast_to_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0291126Z test_nnc_correctness_bucketize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.0308227Z test_nnc_correctness_bucketize_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0325275Z test_nnc_correctness_bucketize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0342394Z test_nnc_correctness_bucketize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0359534Z test_nnc_correctness_bucketize_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0376384Z test_nnc_correctness_bucketize_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0393532Z test_nnc_correctness_bucketize_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0410563Z test_nnc_correctness_bucketize_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0427675Z test_nnc_correctness_bucketize_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0444841Z test_nnc_correctness_byte_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.0461942Z test_nnc_correctness_byte_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0478981Z test_nnc_correctness_byte_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0495981Z test_nnc_correctness_byte_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0513072Z test_nnc_correctness_byte_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0530004Z test_nnc_correctness_byte_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0547054Z test_nnc_correctness_byte_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0564088Z test_nnc_correctness_byte_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0581211Z test_nnc_correctness_byte_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0598477Z test_nnc_correctness_byte_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.0615336Z test_nnc_correctness_byte_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0632482Z test_nnc_correctness_byte_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0649543Z test_nnc_correctness_cartesian_prod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0666737Z test_nnc_correctness_cartesian_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0683809Z test_nnc_correctness_cartesian_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0701129Z test_nnc_correctness_cartesian_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0718249Z test_nnc_correctness_cartesian_prod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0735206Z test_nnc_correctness_cartesian_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0752677Z test_nnc_correctness_cartesian_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.0769711Z test_nnc_correctness_cartesian_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:14:40.0786855Z test_nnc_correctness_cartesian_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0803819Z test_nnc_correctness_cartesian_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0820929Z test_nnc_correctness_cartesian_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0837927Z test_nnc_correctness_cartesian_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0854985Z test_nnc_correctness_cat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0872142Z test_nnc_correctness_cat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0889163Z test_nnc_correctness_cat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0906369Z test_nnc_correctness_cat_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0923484Z test_nnc_correctness_cat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.0940542Z test_nnc_correctness_cat_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0957504Z test_nnc_correctness_cat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0974428Z test_nnc_correctness_cat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.0991574Z test_nnc_correctness_cat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1008588Z test_nnc_correctness_cat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1025811Z test_nnc_correctness_cat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1042956Z test_nnc_correctness_cat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1060042Z test_nnc_correctness_cat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1077204Z test_nnc_correctness_cdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.1094251Z test_nnc_correctness_cdist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1111482Z test_nnc_correctness_ceil_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1128585Z test_nnc_correctness_ceil_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1145883Z test_nnc_correctness_ceil_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1162826Z test_nnc_correctness_ceil_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1179978Z test_nnc_correctness_ceil_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1196995Z test_nnc_correctness_ceil_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1214068Z test_nnc_correctness_ceil_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1231253Z test_nnc_correctness_ceil_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.1248272Z test_nnc_correctness_chalf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1265330Z test_nnc_correctness_chalf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1282371Z test_nnc_correctness_chalf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1299458Z test_nnc_correctness_chalf_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1316475Z test_nnc_correctness_chalf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1333494Z test_nnc_correctness_chalf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1350620Z test_nnc_correctness_chalf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1367633Z test_nnc_correctness_chalf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1385255Z test_nnc_correctness_chalf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.1402348Z test_nnc_correctness_chalf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:14:40.1419508Z test_nnc_correctness_chalf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1436571Z test_nnc_correctness_chalf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1453687Z test_nnc_correctness_chalf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1470873Z test_nnc_correctness_char_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1487824Z test_nnc_correctness_char_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1505002Z test_nnc_correctness_char_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1521995Z test_nnc_correctness_char_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1539155Z test_nnc_correctness_char_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1556141Z test_nnc_correctness_char_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.1573082Z test_nnc_correctness_char_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1590215Z test_nnc_correctness_char_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1607220Z test_nnc_correctness_char_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1624393Z test_nnc_correctness_char_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1641386Z test_nnc_correctness_char_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1658447Z test_nnc_correctness_char_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1675519Z test_nnc_correctness_char_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1692727Z test_nnc_correctness_cholesky_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1710408Z test_nnc_correctness_cholesky_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.1727491Z test_nnc_correctness_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1744735Z test_nnc_correctness_cholesky_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1761918Z test_nnc_correctness_cholesky_inverse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1779081Z test_nnc_correctness_cholesky_inverse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1796219Z test_nnc_correctness_cholesky_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1813362Z test_nnc_correctness_cholesky_inverse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1830626Z test_nnc_correctness_cholesky_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1847722Z test_nnc_correctness_cholesky_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1865050Z test_nnc_correctness_cholesky_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.1882133Z test_nnc_correctness_cholesky_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1899272Z test_nnc_correctness_chunk_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1916395Z test_nnc_correctness_chunk_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1933373Z test_nnc_correctness_chunk_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1950544Z test_nnc_correctness_chunk_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1967714Z test_nnc_correctness_chunk_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.1984889Z test_nnc_correctness_chunk_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2001983Z test_nnc_correctness_chunk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2019309Z test_nnc_correctness_chunk_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2036304Z test_nnc_correctness_chunk_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2053305Z test_nnc_correctness_chunk_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2070518Z test_nnc_correctness_chunk_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2087569Z test_nnc_correctness_chunk_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2104803Z test_nnc_correctness_chunk_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2121809Z test_nnc_correctness_clamp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2139011Z test_nnc_correctness_clamp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2156112Z test_nnc_correctness_clamp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2173105Z test_nnc_correctness_clamp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2190454Z test_nnc_correctness_clamp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.2207573Z test_nnc_correctness_clamp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2224765Z test_nnc_correctness_clamp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2241773Z test_nnc_correctness_clamp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2258844Z test_nnc_correctness_clamp_max_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2275875Z test_nnc_correctness_clamp_max_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2292825Z test_nnc_correctness_clamp_max_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2310157Z test_nnc_correctness_clamp_max_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2327063Z test_nnc_correctness_clamp_max_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2344322Z test_nnc_correctness_clamp_max_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.2361284Z test_nnc_correctness_clamp_max_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2378389Z test_nnc_correctness_clamp_max_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2395563Z test_nnc_correctness_clamp_max_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2412572Z test_nnc_correctness_clamp_max_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2429732Z test_nnc_correctness_clamp_min_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2446730Z test_nnc_correctness_clamp_min_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2463883Z test_nnc_correctness_clamp_min_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2480987Z test_nnc_correctness_clamp_min_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2498283Z test_nnc_correctness_clamp_min_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.2515323Z test_nnc_correctness_clamp_min_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2532303Z test_nnc_correctness_clamp_min_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2549553Z test_nnc_correctness_clamp_min_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2566565Z test_nnc_correctness_clamp_min_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2583706Z test_nnc_correctness_clamp_min_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2600697Z test_nnc_correctness_clone_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2617682Z test_nnc_correctness_clone_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2634860Z test_nnc_correctness_clone_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2652158Z test_nnc_correctness_clone_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.2669287Z test_nnc_correctness_clone_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2686282Z test_nnc_correctness_clone_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2703509Z test_nnc_correctness_clone_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2720447Z test_nnc_correctness_clone_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2737422Z test_nnc_correctness_clone_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2754537Z test_nnc_correctness_clone_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2771593Z test_nnc_correctness_clone_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2788757Z test_nnc_correctness_clone_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2806928Z test_nnc_correctness_clone_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2823219Z test_nnc_correctness_column_stack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.2840182Z test_nnc_correctness_column_stack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2857197Z test_nnc_correctness_column_stack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2874500Z test_nnc_correctness_column_stack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2891559Z test_nnc_correctness_column_stack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2908699Z test_nnc_correctness_column_stack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2925690Z test_nnc_correctness_column_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2942808Z test_nnc_correctness_column_stack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2959956Z test_nnc_correctness_column_stack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.2976921Z test_nnc_correctness_column_stack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.2993988Z test_nnc_correctness_column_stack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3010973Z test_nnc_correctness_column_stack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3028110Z test_nnc_correctness_column_stack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3045061Z test_nnc_correctness_combinations_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3062199Z test_nnc_correctness_combinations_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3079304Z test_nnc_correctness_combinations_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3096274Z test_nnc_correctness_combinations_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3113404Z test_nnc_correctness_combinations_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3130552Z test_nnc_correctness_combinations_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.3147752Z test_nnc_correctness_combinations_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3164767Z test_nnc_correctness_combinations_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3181933Z test_nnc_correctness_combinations_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3198929Z test_nnc_correctness_combinations_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3215978Z test_nnc_correctness_combinations_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3233105Z test_nnc_correctness_combinations_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3250155Z test_nnc_correctness_complex_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3267424Z test_nnc_correctness_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3284621Z test_nnc_correctness_complex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.3301755Z test_nnc_correctness_conj_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3318767Z test_nnc_correctness_conj_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3335783Z test_nnc_correctness_conj_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3352870Z test_nnc_correctness_conj_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3369936Z test_nnc_correctness_conj_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3387170Z test_nnc_correctness_conj_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3404075Z test_nnc_correctness_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3421158Z test_nnc_correctness_conj_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3438222Z test_nnc_correctness_conj_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.3455191Z test_nnc_correctness_conj_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3472418Z test_nnc_correctness_conj_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3489346Z test_nnc_correctness_conj_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3506449Z test_nnc_correctness_conj_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3523644Z test_nnc_correctness_conj_physical_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3540759Z test_nnc_correctness_conj_physical_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3557840Z test_nnc_correctness_conj_physical_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3574794Z test_nnc_correctness_conj_physical_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3591980Z test_nnc_correctness_conj_physical_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3609090Z test_nnc_correctness_conj_physical_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.3626253Z test_nnc_correctness_conj_physical_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3643193Z test_nnc_correctness_conj_physical_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3660339Z test_nnc_correctness_conj_physical_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3677368Z test_nnc_correctness_conj_physical_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3694434Z test_nnc_correctness_conj_physical_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3711572Z test_nnc_correctness_conj_physical_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3728559Z test_nnc_correctness_conj_physical_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3745730Z test_nnc_correctness_constant_pad_nd_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3762895Z test_nnc_correctness_constant_pad_nd_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.3779955Z test_nnc_correctness_constant_pad_nd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3796952Z test_nnc_correctness_constant_pad_nd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3813949Z test_nnc_correctness_constant_pad_nd_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3831069Z test_nnc_correctness_constant_pad_nd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3848124Z test_nnc_correctness_constant_pad_nd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3865179Z test_nnc_correctness_constant_pad_nd_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3882199Z test_nnc_correctness_constant_pad_nd_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3899342Z test_nnc_correctness_constant_pad_nd_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3916779Z test_nnc_correctness_constant_pad_nd_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.3933818Z test_nnc_correctness_constant_pad_nd_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:14:40.3950965Z test_nnc_correctness_contiguous_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3968100Z test_nnc_correctness_contiguous_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.3985345Z test_nnc_correctness_contiguous_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4002418Z test_nnc_correctness_contiguous_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4019596Z test_nnc_correctness_contiguous_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4036743Z test_nnc_correctness_contiguous_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4053751Z test_nnc_correctness_contiguous_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4070917Z test_nnc_correctness_contiguous_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4088135Z test_nnc_correctness_contiguous_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.4105306Z test_nnc_correctness_contiguous_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4122438Z test_nnc_correctness_contiguous_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4139601Z test_nnc_correctness_contiguous_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4156669Z test_nnc_correctness_contiguous_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4173787Z test_nnc_correctness_copysign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4190925Z test_nnc_correctness_copysign_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4207983Z test_nnc_correctness_copysign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4225227Z test_nnc_correctness_copysign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4242342Z test_nnc_correctness_copysign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.4259437Z test_nnc_correctness_copysign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4276549Z test_nnc_correctness_copysign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4293513Z test_nnc_correctness_copysign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4310643Z test_nnc_correctness_copysign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4327653Z test_nnc_correctness_copysign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4344796Z test_nnc_correctness_corrcoef_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4361875Z test_nnc_correctness_corrcoef_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4378980Z test_nnc_correctness_corrcoef_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4396233Z test_nnc_correctness_corrcoef_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.4413101Z test_nnc_correctness_corrcoef_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4430207Z test_nnc_correctness_corrcoef_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4447243Z test_nnc_correctness_corrcoef_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4464372Z test_nnc_correctness_corrcoef_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4481371Z test_nnc_correctness_corrcoef_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4498416Z test_nnc_correctness_corrcoef_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4515450Z test_nnc_correctness_cos_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4532482Z test_nnc_correctness_cos_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4549750Z test_nnc_correctness_cos_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.4566781Z test_nnc_correctness_cos_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4583894Z test_nnc_correctness_cos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4600963Z test_nnc_correctness_cos_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4618175Z test_nnc_correctness_cos_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4635312Z test_nnc_correctness_cos_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4652237Z test_nnc_correctness_cos_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4669379Z test_nnc_correctness_cos_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4686443Z test_nnc_correctness_cos_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4703855Z test_nnc_correctness_cosh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.4721134Z test_nnc_correctness_cosh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:14:40.4738322Z test_nnc_correctness_cosh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4755400Z test_nnc_correctness_cosh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4772433Z test_nnc_correctness_cosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4789570Z test_nnc_correctness_cosh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4806484Z test_nnc_correctness_cosh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4823562Z test_nnc_correctness_cosh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4840439Z test_nnc_correctness_cosh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4857363Z test_nnc_correctness_cosh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4875239Z test_nnc_correctness_cosh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.4892212Z test_nnc_correctness_count_nonzero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4909460Z test_nnc_correctness_count_nonzero_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4926428Z test_nnc_correctness_count_nonzero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4943490Z test_nnc_correctness_count_nonzero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4960307Z test_nnc_correctness_count_nonzero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4977227Z test_nnc_correctness_count_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.4994634Z test_nnc_correctness_count_nonzero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5011554Z test_nnc_correctness_count_nonzero_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5028500Z test_nnc_correctness_count_nonzero_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.5045372Z test_nnc_correctness_count_nonzero_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5062479Z test_nnc_correctness_count_nonzero_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5079368Z test_nnc_correctness_count_nonzero_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5096281Z test_nnc_correctness_cov_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5113290Z test_nnc_correctness_cov_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5130438Z test_nnc_correctness_cov_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5147270Z test_nnc_correctness_cov_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5164183Z test_nnc_correctness_cov_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5181682Z test_nnc_correctness_cov_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5198474Z test_nnc_correctness_cov_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.5215677Z test_nnc_correctness_cov_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5232645Z test_nnc_correctness_cov_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5249458Z test_nnc_correctness_cov_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5266440Z test_nnc_correctness_cross_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5283308Z test_nnc_correctness_cross_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5300289Z test_nnc_correctness_cross_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5317143Z test_nnc_correctness_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5333768Z test_nnc_correctness_cross_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5350743Z test_nnc_correctness_cross_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.5367483Z test_nnc_correctness_cross_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5384474Z test_nnc_correctness_cross_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5401122Z test_nnc_correctness_cross_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5417903Z test_nnc_correctness_cross_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5434764Z test_nnc_correctness_cummax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5451439Z test_nnc_correctness_cummax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5468240Z test_nnc_correctness_cummax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5484998Z test_nnc_correctness_cummax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5502063Z test_nnc_correctness_cummax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.5518764Z test_nnc_correctness_cummax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5535517Z test_nnc_correctness_cummax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5552518Z test_nnc_correctness_cummax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5569228Z test_nnc_correctness_cummax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5586140Z test_nnc_correctness_cummin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5602884Z test_nnc_correctness_cummin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5619764Z test_nnc_correctness_cummin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5636524Z test_nnc_correctness_cummin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5653400Z test_nnc_correctness_cummin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.5670561Z test_nnc_correctness_cummin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:14:40.5687678Z test_nnc_correctness_cummin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:14:40.5704843Z test_nnc_correctness_cummin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:14:40.5721923Z test_nnc_correctness_cummin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:14:40.5739205Z test_nnc_correctness_cumprod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:14:40.5756314Z test_nnc_correctness_cumprod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:14:40.5774204Z test_nnc_correctness_cumprod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:14:40.5790595Z test_nnc_correctness_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:14:40.5807502Z test_nnc_correctness_cumprod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:14:40.5824246Z test_nnc_correctness_cumprod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5841005Z test_nnc_correctness_cumprod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5857768Z test_nnc_correctness_cumprod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5874544Z test_nnc_correctness_cumprod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5891189Z test_nnc_correctness_cumprod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5908013Z test_nnc_correctness_cumsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5924635Z test_nnc_correctness_cumsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5941512Z test_nnc_correctness_cumsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5958222Z test_nnc_correctness_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5974967Z test_nnc_correctness_cumsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.5991746Z test_nnc_correctness_cumsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6008398Z test_nnc_correctness_cumsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6025259Z test_nnc_correctness_cumsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6041946Z test_nnc_correctness_cumsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6058761Z test_nnc_correctness_cumsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6075477Z test_nnc_correctness_cumulative_trapezoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6092165Z test_nnc_correctness_cumulative_trapezoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6109008Z test_nnc_correctness_cumulative_trapezoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6125823Z test_nnc_correctness_cumulative_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.6142658Z test_nnc_correctness_cumulative_trapezoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6159404Z test_nnc_correctness_cumulative_trapezoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6176093Z test_nnc_correctness_cumulative_trapezoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6192946Z test_nnc_correctness_cumulative_trapezoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6209787Z test_nnc_correctness_cumulative_trapezoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6226613Z test_nnc_correctness_cumulative_trapezoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6243306Z test_nnc_correctness_deg2rad_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6260074Z test_nnc_correctness_deg2rad_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6276856Z test_nnc_correctness_deg2rad_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.6293504Z test_nnc_correctness_deg2rad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6310340Z test_nnc_correctness_deg2rad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6327105Z test_nnc_correctness_deg2rad_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6343909Z test_nnc_correctness_deg2rad_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6360656Z test_nnc_correctness_deg2rad_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6377300Z test_nnc_correctness_deg2rad_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6394227Z test_nnc_correctness_deg2rad_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6410920Z test_nnc_correctness_diag_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6428063Z test_nnc_correctness_diag_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.6444918Z test_nnc_correctness_diag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:14:40.6461640Z test_nnc_correctness_diag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6478387Z test_nnc_correctness_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6495094Z test_nnc_correctness_diag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6511976Z test_nnc_correctness_diag_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6528760Z test_nnc_correctness_diag_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6545531Z test_nnc_correctness_diag_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6562241Z test_nnc_correctness_diag_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6579009Z test_nnc_correctness_diag_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6595793Z test_nnc_correctness_diag_embed_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.6612424Z test_nnc_correctness_diag_embed_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6629197Z test_nnc_correctness_diag_embed_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6645850Z test_nnc_correctness_diag_embed_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6662747Z test_nnc_correctness_diag_embed_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6679439Z test_nnc_correctness_diag_embed_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6696229Z test_nnc_correctness_diag_embed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6713052Z test_nnc_correctness_diag_embed_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6729761Z test_nnc_correctness_diag_embed_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6746828Z test_nnc_correctness_diag_embed_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.6764525Z test_nnc_correctness_diag_embed_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:14:40.6781512Z test_nnc_correctness_diag_embed_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6798456Z test_nnc_correctness_diag_embed_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6815464Z test_nnc_correctness_diagflat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6832387Z test_nnc_correctness_diagflat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6849282Z test_nnc_correctness_diagflat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6866239Z test_nnc_correctness_diagflat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6882892Z test_nnc_correctness_diagflat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6899665Z test_nnc_correctness_diagflat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6916583Z test_nnc_correctness_diagflat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.6933102Z test_nnc_correctness_diagflat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6949882Z test_nnc_correctness_diagflat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6966555Z test_nnc_correctness_diagflat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.6983286Z test_nnc_correctness_diagflat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7000013Z test_nnc_correctness_diagonal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7016637Z test_nnc_correctness_diagonal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7033414Z test_nnc_correctness_diagonal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7050053Z test_nnc_correctness_diagonal_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7066915Z test_nnc_correctness_diagonal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.7083652Z test_nnc_correctness_diagonal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7100407Z test_nnc_correctness_diagonal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7117079Z test_nnc_correctness_diagonal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7133757Z test_nnc_correctness_diagonal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7150522Z test_nnc_correctness_diagonal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7167247Z test_nnc_correctness_diagonal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7184100Z test_nnc_correctness_diagonal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7200783Z test_nnc_correctness_diagonal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7217504Z test_nnc_correctness_diagonal_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7234445Z test_nnc_correctness_diagonal_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.7251145Z test_nnc_correctness_diagonal_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7267885Z test_nnc_correctness_diagonal_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7284649Z test_nnc_correctness_diagonal_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7301319Z test_nnc_correctness_diagonal_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7317968Z test_nnc_correctness_diagonal_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7334710Z test_nnc_correctness_diagonal_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7351465Z test_nnc_correctness_diagonal_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7368099Z test_nnc_correctness_diagonal_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7385013Z test_nnc_correctness_diff_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.7401751Z test_nnc_correctness_diff_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7418545Z test_nnc_correctness_diff_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7435384Z test_nnc_correctness_diff_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7452152Z test_nnc_correctness_diff_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7469114Z test_nnc_correctness_diff_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7485892Z test_nnc_correctness_diff_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7502755Z test_nnc_correctness_diff_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7519591Z test_nnc_correctness_diff_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7536400Z test_nnc_correctness_diff_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.7553206Z test_nnc_correctness_diff_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7570036Z test_nnc_correctness_diff_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7587016Z test_nnc_correctness_digamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7603745Z test_nnc_correctness_digamma_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7620606Z test_nnc_correctness_digamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7637340Z test_nnc_correctness_digamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7654103Z test_nnc_correctness_digamma_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7671072Z test_nnc_correctness_digamma_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7687712Z test_nnc_correctness_digamma_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7704723Z test_nnc_correctness_digamma_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.7721411Z test_nnc_correctness_digamma_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7738252Z test_nnc_correctness_dist_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7755008Z test_nnc_correctness_dist_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7771769Z test_nnc_correctness_dist_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7788603Z test_nnc_correctness_dist_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7805375Z test_nnc_correctness_dist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7822266Z test_nnc_correctness_dist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7839081Z test_nnc_correctness_div_floor_rounding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7856117Z test_nnc_correctness_div_floor_rounding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.7872973Z test_nnc_correctness_div_floor_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:14:40.7889671Z test_nnc_correctness_div_floor_rounding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7906574Z test_nnc_correctness_div_floor_rounding_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7923329Z test_nnc_correctness_div_floor_rounding_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7940134Z test_nnc_correctness_div_floor_rounding_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7956947Z test_nnc_correctness_div_floor_rounding_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7973668Z test_nnc_correctness_div_floor_rounding_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.7990582Z test_nnc_correctness_div_no_rounding_mode_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8007335Z test_nnc_correctness_div_no_rounding_mode_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8024278Z test_nnc_correctness_div_no_rounding_mode_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.8041175Z test_nnc_correctness_div_no_rounding_mode_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8057802Z test_nnc_correctness_div_no_rounding_mode_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8074738Z test_nnc_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8091514Z test_nnc_correctness_div_no_rounding_mode_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8108322Z test_nnc_correctness_div_no_rounding_mode_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8125106Z test_nnc_correctness_div_no_rounding_mode_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8141935Z test_nnc_correctness_div_no_rounding_mode_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8158664Z test_nnc_correctness_div_no_rounding_mode_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8175552Z test_nnc_correctness_div_no_rounding_mode_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.8192428Z test_nnc_correctness_div_trunc_rounding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8209228Z test_nnc_correctness_div_trunc_rounding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8226175Z test_nnc_correctness_div_trunc_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8242945Z test_nnc_correctness_div_trunc_rounding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8259871Z test_nnc_correctness_div_trunc_rounding_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8276633Z test_nnc_correctness_div_trunc_rounding_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8293331Z test_nnc_correctness_div_trunc_rounding_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8310190Z test_nnc_correctness_div_trunc_rounding_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8327250Z test_nnc_correctness_div_trunc_rounding_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.8344130Z test_nnc_correctness_dot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8360906Z test_nnc_correctness_dot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8377609Z test_nnc_correctness_dot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8394606Z test_nnc_correctness_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8411282Z test_nnc_correctness_dot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8428130Z test_nnc_correctness_dot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8444883Z test_nnc_correctness_dot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8461701Z test_nnc_correctness_dot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8478488Z test_nnc_correctness_dot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8495374Z test_nnc_correctness_dot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.8512281Z test_nnc_correctness_double_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8529061Z test_nnc_correctness_double_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8545911Z test_nnc_correctness_double_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8562663Z test_nnc_correctness_double_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8579492Z test_nnc_correctness_double_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8596253Z test_nnc_correctness_double_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8613053Z test_nnc_correctness_double_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8629967Z test_nnc_correctness_double_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8647445Z test_nnc_correctness_double_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.8664528Z test_nnc_correctness_double_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8681229Z test_nnc_correctness_double_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8698045Z test_nnc_correctness_double_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8714926Z test_nnc_correctness_double_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8731757Z test_nnc_correctness_dsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8748589Z test_nnc_correctness_dsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8765345Z test_nnc_correctness_dsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8782253Z test_nnc_correctness_dsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8798910Z test_nnc_correctness_dsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8815822Z test_nnc_correctness_dsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.8832711Z test_nnc_correctness_dsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8849482Z test_nnc_correctness_dsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8866337Z test_nnc_correctness_dsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8883086Z test_nnc_correctness_dsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8899914Z test_nnc_correctness_dsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8916668Z test_nnc_correctness_dsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8933375Z test_nnc_correctness_dsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8950236Z test_nnc_correctness_dstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.8967374Z test_nnc_correctness_dstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.8984225Z test_nnc_correctness_dstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:14:40.9000882Z test_nnc_correctness_dstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9017681Z test_nnc_correctness_dstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9034598Z test_nnc_correctness_dstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9051298Z test_nnc_correctness_dstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9068180Z test_nnc_correctness_dstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9084934Z test_nnc_correctness_dstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9101772Z test_nnc_correctness_dstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9118503Z test_nnc_correctness_dstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9135372Z test_nnc_correctness_dstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.9152242Z test_nnc_correctness_dstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9169133Z test_nnc_correctness_einsum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9185940Z test_nnc_correctness_einsum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9202685Z test_nnc_correctness_einsum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9219638Z test_nnc_correctness_einsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9236569Z test_nnc_correctness_einsum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9253305Z test_nnc_correctness_einsum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9270314Z test_nnc_correctness_einsum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9287217Z test_nnc_correctness_einsum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.9304231Z test_nnc_correctness_einsum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9321067Z test_nnc_correctness_einsum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9331552Z test_nnc_correctness_empty_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:40.9341942Z test_nnc_correctness_empty_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:40.9352240Z test_nnc_correctness_empty_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:40.9362491Z test_nnc_correctness_empty_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:40.9372672Z test_nnc_correctness_empty_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:40.9382962Z test_nnc_correctness_empty_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:40.9393181Z test_nnc_correctness_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:40.9403424Z test_nnc_correctness_empty_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:40.9413700Z test_nnc_correctness_empty_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:40.9424007Z test_nnc_correctness_empty_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:40.9434211Z test_nnc_correctness_empty_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:40.9444541Z test_nnc_correctness_empty_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:14:40.9454703Z test_nnc_correctness_empty_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:40.9465037Z test_nnc_correctness_empty_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:40.9475293Z test_nnc_correctness_empty_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:40.9485486Z test_nnc_correctness_empty_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:40.9495747Z test_nnc_correctness_empty_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:40.9506066Z test_nnc_correctness_empty_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:40.9516404Z test_nnc_correctness_empty_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:40.9526534Z test_nnc_correctness_empty_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:40.9536749Z test_nnc_correctness_empty_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:40.9546965Z test_nnc_correctness_empty_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:40.9557160Z test_nnc_correctness_empty_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:40.9567339Z test_nnc_correctness_empty_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:40.9577478Z test_nnc_correctness_empty_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:40.9587882Z test_nnc_correctness_empty_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:40.9604951Z test_nnc_correctness_eq_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.9621889Z test_nnc_correctness_eq_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9638599Z test_nnc_correctness_eq_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9655353Z test_nnc_correctness_eq_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9672147Z test_nnc_correctness_eq_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9688847Z test_nnc_correctness_eq_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9705703Z test_nnc_correctness_eq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9722428Z test_nnc_correctness_eq_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9739212Z test_nnc_correctness_eq_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9755890Z test_nnc_correctness_eq_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9772754Z test_nnc_correctness_eq_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.9789566Z test_nnc_correctness_eq_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9806269Z test_nnc_correctness_eq_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9823120Z test_nnc_correctness_equal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9839852Z test_nnc_correctness_equal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9856631Z test_nnc_correctness_equal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9873466Z test_nnc_correctness_equal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9890271Z test_nnc_correctness_equal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9907063Z test_nnc_correctness_equal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9923969Z test_nnc_correctness_equal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:40.9940887Z test_nnc_correctness_equal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9957727Z test_nnc_correctness_equal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9974340Z test_nnc_correctness_equal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:40.9991214Z test_nnc_correctness_equal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0007960Z test_nnc_correctness_equal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0024920Z test_nnc_correctness_erf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0041707Z test_nnc_correctness_erf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0058563Z test_nnc_correctness_erf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0075309Z test_nnc_correctness_erf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0092175Z test_nnc_correctness_erf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.0109099Z test_nnc_correctness_erf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0125861Z test_nnc_correctness_erf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0142757Z test_nnc_correctness_erf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0159454Z test_nnc_correctness_erf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0176259Z test_nnc_correctness_erfc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0193094Z test_nnc_correctness_erfc_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0209905Z test_nnc_correctness_erfc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0226797Z test_nnc_correctness_erfc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0243754Z test_nnc_correctness_erfc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.0261258Z test_nnc_correctness_erfc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0278026Z test_nnc_correctness_erfc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0294864Z test_nnc_correctness_erfc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0311619Z test_nnc_correctness_erfc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0328312Z test_nnc_correctness_erfinv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0345171Z test_nnc_correctness_erfinv_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0361897Z test_nnc_correctness_erfinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0378693Z test_nnc_correctness_erfinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0395580Z test_nnc_correctness_erfinv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.0412278Z test_nnc_correctness_erfinv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0429122Z test_nnc_correctness_erfinv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0445891Z test_nnc_correctness_erfinv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0462774Z test_nnc_correctness_erfinv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0479517Z test_nnc_correctness_exp2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0496282Z test_nnc_correctness_exp2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0513153Z test_nnc_correctness_exp2_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0529966Z test_nnc_correctness_exp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0546919Z test_nnc_correctness_exp2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.0563724Z test_nnc_correctness_exp2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0580487Z test_nnc_correctness_exp2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0597287Z test_nnc_correctness_exp2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0614025Z test_nnc_correctness_exp2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0630899Z test_nnc_correctness_exp2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0647604Z test_nnc_correctness_exp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0664533Z test_nnc_correctness_exp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0681361Z test_nnc_correctness_exp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0698038Z test_nnc_correctness_exp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0715264Z test_nnc_correctness_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.0731723Z test_nnc_correctness_exp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0748569Z test_nnc_correctness_exp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0765339Z test_nnc_correctness_exp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0782163Z test_nnc_correctness_exp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0798894Z test_nnc_correctness_exp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0815672Z test_nnc_correctness_exp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0832622Z test_nnc_correctness_expand_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0849408Z test_nnc_correctness_expand_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0866429Z test_nnc_correctness_expand_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.0883235Z test_nnc_correctness_expand_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0900069Z test_nnc_correctness_expand_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0916862Z test_nnc_correctness_expand_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0933606Z test_nnc_correctness_expand_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0950431Z test_nnc_correctness_expand_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0967204Z test_nnc_correctness_expand_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.0984119Z test_nnc_correctness_expand_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1000949Z test_nnc_correctness_expand_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1017656Z test_nnc_correctness_expand_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1034525Z test_nnc_correctness_expand_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.1051270Z test_nnc_correctness_expand_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1068273Z test_nnc_correctness_expand_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1084778Z test_nnc_correctness_expand_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1101710Z test_nnc_correctness_expand_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1118443Z test_nnc_correctness_expand_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1135311Z test_nnc_correctness_expand_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1152195Z test_nnc_correctness_expand_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1168935Z test_nnc_correctness_expand_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1185854Z test_nnc_correctness_expand_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.1202678Z test_nnc_correctness_expand_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1219530Z test_nnc_correctness_expand_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1236272Z test_nnc_correctness_expm1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1253012Z test_nnc_correctness_expm1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1269903Z test_nnc_correctness_expm1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1286564Z test_nnc_correctness_expm1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1303362Z test_nnc_correctness_expm1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1320121Z test_nnc_correctness_expm1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1336955Z test_nnc_correctness_expm1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.1353788Z test_nnc_correctness_expm1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1370550Z test_nnc_correctness_expm1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1387425Z test_nnc_correctness_eye_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1404143Z test_nnc_correctness_eye_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1421082Z test_nnc_correctness_eye_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1437850Z test_nnc_correctness_eye_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1454688Z test_nnc_correctness_eye_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1471428Z test_nnc_correctness_eye_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1489026Z test_nnc_correctness_eye_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1505432Z test_nnc_correctness_eye_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.1522285Z test_nnc_correctness_eye_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1539094Z test_nnc_correctness_eye_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1555867Z test_nnc_correctness_eye_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1572694Z test_nnc_correctness_fft_fft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1589669Z test_nnc_correctness_fft_fft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1606496Z test_nnc_correctness_fft_fft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1623445Z test_nnc_correctness_fft_fft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1640298Z test_nnc_correctness_fft_fft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1657621Z test_nnc_correctness_fft_fft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.1674458Z test_nnc_correctness_fft_fft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:14:41.1691241Z test_nnc_correctness_fft_fft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1708108Z test_nnc_correctness_fft_fft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1724899Z test_nnc_correctness_fft_fft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1741784Z test_nnc_correctness_fft_fft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1758619Z test_nnc_correctness_fft_fft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1775422Z test_nnc_correctness_fft_fft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1792312Z test_nnc_correctness_fft_fft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1809044Z test_nnc_correctness_fft_fft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1826715Z test_nnc_correctness_fft_fft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.1842984Z test_nnc_correctness_fft_fft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:14:41.1859880Z test_nnc_correctness_fft_fft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1876680Z test_nnc_correctness_fft_fft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1893443Z test_nnc_correctness_fft_fft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1910431Z test_nnc_correctness_fft_fftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1927254Z test_nnc_correctness_fft_fftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1944171Z test_nnc_correctness_fft_fftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1960957Z test_nnc_correctness_fft_fftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1977832Z test_nnc_correctness_fft_fftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.1994890Z test_nnc_correctness_fft_fftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.2011643Z test_nnc_correctness_fft_fftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2028594Z test_nnc_correctness_fft_fftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2045370Z test_nnc_correctness_fft_fftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2062237Z test_nnc_correctness_fft_fftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2079117Z test_nnc_correctness_fft_fftshift_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2095841Z test_nnc_correctness_fft_fftshift_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2112691Z test_nnc_correctness_fft_fftshift_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2129433Z test_nnc_correctness_fft_fftshift_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2146497Z test_nnc_correctness_fft_fftshift_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.2163198Z test_nnc_correctness_fft_fftshift_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2180013Z test_nnc_correctness_fft_fftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2196840Z test_nnc_correctness_fft_fftshift_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2213724Z test_nnc_correctness_fft_fftshift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2230522Z test_nnc_correctness_fft_fftshift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2247420Z test_nnc_correctness_fft_fftshift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2264228Z test_nnc_correctness_fft_fftshift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2281024Z test_nnc_correctness_fft_fftshift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2297854Z test_nnc_correctness_fft_hfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2314899Z test_nnc_correctness_fft_hfft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.2331641Z test_nnc_correctness_fft_hfft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2348570Z test_nnc_correctness_fft_hfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2365356Z test_nnc_correctness_fft_hfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2382217Z test_nnc_correctness_fft_hfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2399053Z test_nnc_correctness_fft_hfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2415926Z test_nnc_correctness_fft_hfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2432815Z test_nnc_correctness_fft_hfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2449597Z test_nnc_correctness_fft_hfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2466556Z test_nnc_correctness_fft_hfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.2483342Z test_nnc_correctness_fft_hfft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2500294Z test_nnc_correctness_fft_hfft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2517086Z test_nnc_correctness_fft_hfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2533874Z test_nnc_correctness_fft_hfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2550783Z test_nnc_correctness_fft_hfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2567512Z test_nnc_correctness_fft_hfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2584559Z test_nnc_correctness_fft_hfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2601319Z test_nnc_correctness_fft_hfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2618329Z test_nnc_correctness_fft_hfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.2635167Z test_nnc_correctness_fft_hfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:14:41.2651957Z test_nnc_correctness_fft_hfftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2668903Z test_nnc_correctness_fft_hfftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2685721Z test_nnc_correctness_fft_hfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2702687Z test_nnc_correctness_fft_hfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2719498Z test_nnc_correctness_fft_hfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2736243Z test_nnc_correctness_fft_hfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2753095Z test_nnc_correctness_fft_hfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2769836Z test_nnc_correctness_fft_hfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2786845Z test_nnc_correctness_fft_hfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.2803634Z test_nnc_correctness_fft_ifft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:14:41.2820530Z test_nnc_correctness_fft_ifft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2837341Z test_nnc_correctness_fft_ifft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2854136Z test_nnc_correctness_fft_ifft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2871058Z test_nnc_correctness_fft_ifft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2887851Z test_nnc_correctness_fft_ifft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2904720Z test_nnc_correctness_fft_ifft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2921547Z test_nnc_correctness_fft_ifft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2938350Z test_nnc_correctness_fft_ifft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2955301Z test_nnc_correctness_fft_ifft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.2972217Z test_nnc_correctness_fft_ifft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.2989154Z test_nnc_correctness_fft_ifft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3005962Z test_nnc_correctness_fft_ifft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3022886Z test_nnc_correctness_fft_ifft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3039695Z test_nnc_correctness_fft_ifft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3056483Z test_nnc_correctness_fft_ifft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3073346Z test_nnc_correctness_fft_ifft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3090099Z test_nnc_correctness_fft_ifft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3107060Z test_nnc_correctness_fft_ifft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3123900Z test_nnc_correctness_fft_ifft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.3140776Z test_nnc_correctness_fft_ifftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3157600Z test_nnc_correctness_fft_ifftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3174373Z test_nnc_correctness_fft_ifftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3191241Z test_nnc_correctness_fft_ifftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3207996Z test_nnc_correctness_fft_ifftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3224881Z test_nnc_correctness_fft_ifftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3241686Z test_nnc_correctness_fft_ifftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3258567Z test_nnc_correctness_fft_ifftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3275519Z test_nnc_correctness_fft_ifftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.3292296Z test_nnc_correctness_fft_ifftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3309196Z test_nnc_correctness_fft_ifftshift_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3325885Z test_nnc_correctness_fft_ifftshift_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3342835Z test_nnc_correctness_fft_ifftshift_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3359456Z test_nnc_correctness_fft_ifftshift_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3376296Z test_nnc_correctness_fft_ifftshift_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3393188Z test_nnc_correctness_fft_ifftshift_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3409915Z test_nnc_correctness_fft_ifftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3426951Z test_nnc_correctness_fft_ifftshift_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.3443724Z test_nnc_correctness_fft_ifftshift_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3460505Z test_nnc_correctness_fft_ifftshift_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3477205Z test_nnc_correctness_fft_ifftshift_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3493907Z test_nnc_correctness_fft_ifftshift_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3510708Z test_nnc_correctness_fft_ifftshift_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3527564Z test_nnc_correctness_fft_ihfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3544419Z test_nnc_correctness_fft_ihfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3561198Z test_nnc_correctness_fft_ihfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3578325Z test_nnc_correctness_fft_ihfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.3594931Z test_nnc_correctness_fft_ihfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3611710Z test_nnc_correctness_fft_ihfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3628660Z test_nnc_correctness_fft_ihfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3645414Z test_nnc_correctness_fft_ihfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3662387Z test_nnc_correctness_fft_ihfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3679173Z test_nnc_correctness_fft_ihfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3695950Z test_nnc_correctness_fft_ihfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3712919Z test_nnc_correctness_fft_ihfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3729602Z test_nnc_correctness_fft_ihfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3746573Z test_nnc_correctness_fft_ihfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.3763311Z test_nnc_correctness_fft_ihfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3780315Z test_nnc_correctness_fft_ihfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-09-27T16:14:41.3797126Z test_nnc_correctness_fft_ihfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3813895Z test_nnc_correctness_fft_ihfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3830829Z test_nnc_correctness_fft_ihfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3847602Z test_nnc_correctness_fft_ihfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3864524Z test_nnc_correctness_fft_ihfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3881287Z test_nnc_correctness_fft_ihfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3898096Z test_nnc_correctness_fft_ihfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3914946Z test_nnc_correctness_fft_ihfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3931782Z test_nnc_correctness_fft_irfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.3948722Z test_nnc_correctness_fft_irfft2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3965486Z test_nnc_correctness_fft_irfft2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3982472Z test_nnc_correctness_fft_irfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.3999447Z test_nnc_correctness_fft_irfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4016221Z test_nnc_correctness_fft_irfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4033222Z test_nnc_correctness_fft_irfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4050013Z test_nnc_correctness_fft_irfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4066917Z test_nnc_correctness_fft_irfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4083962Z test_nnc_correctness_fft_irfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.4100864Z test_nnc_correctness_fft_irfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4117606Z test_nnc_correctness_fft_irfft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4134493Z test_nnc_correctness_fft_irfft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-09-27T16:14:41.4151373Z test_nnc_correctness_fft_irfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4168186Z test_nnc_correctness_fft_irfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4185114Z test_nnc_correctness_fft_irfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4201913Z test_nnc_correctness_fft_irfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4218743Z test_nnc_correctness_fft_irfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4235575Z test_nnc_correctness_fft_irfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4252378Z test_nnc_correctness_fft_irfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4269283Z test_nnc_correctness_fft_irfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4286048Z test_nnc_correctness_fft_irfftn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4303025Z test_nnc_correctness_fft_irfftn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.4319826Z test_nnc_correctness_fft_irfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4336600Z test_nnc_correctness_fft_irfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4353441Z test_nnc_correctness_fft_irfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4370153Z test_nnc_correctness_fft_irfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4387037Z test_nnc_correctness_fft_irfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4403857Z test_nnc_correctness_fft_irfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4420781Z test_nnc_correctness_fft_irfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4437582Z test_nnc_correctness_fft_rfft2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4454506Z test_nnc_correctness_fft_rfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.4471500Z test_nnc_correctness_fft_rfft2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4488162Z test_nnc_correctness_fft_rfft2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4505031Z test_nnc_correctness_fft_rfft2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4521726Z test_nnc_correctness_fft_rfft2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4538586Z test_nnc_correctness_fft_rfft2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4555405Z test_nnc_correctness_fft_rfft2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4572155Z test_nnc_correctness_fft_rfft_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4589032Z test_nnc_correctness_fft_rfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4606219Z test_nnc_correctness_fft_rfft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.4623290Z test_nnc_correctness_fft_rfft_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4648762Z test_nnc_correctness_fft_rfft_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4657110Z test_nnc_correctness_fft_rfft_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4673964Z test_nnc_correctness_fft_rfft_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4690736Z test_nnc_correctness_fft_rfft_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4707923Z test_nnc_correctness_fft_rfftn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:41.4724748Z test_nnc_correctness_fft_rfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4741713Z test_nnc_correctness_fft_rfftn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4758579Z test_nnc_correctness_fft_rfftn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4775429Z test_nnc_correctness_fft_rfftn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4792403Z test_nnc_correctness_fft_rfftn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4809362Z test_nnc_correctness_fft_rfftn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:41.4826288Z test_nnc_correctness_fft_rfftn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4836715Z test_nnc_correctness_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.000s) 2022-09-27T16:14:41.4846995Z test_nnc_correctness_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.000s) 2022-09-27T16:14:41.4857400Z test_nnc_correctness_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.000s) 2022-09-27T16:14:41.4867578Z test_nnc_correctness_fill_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.000s) 2022-09-27T16:14:41.4877769Z test_nnc_correctness_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.000s) 2022-09-27T16:14:41.4888001Z test_nnc_correctness_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.000s) 2022-09-27T16:14:41.4898151Z test_nnc_correctness_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.000s) 2022-09-27T16:14:41.4908525Z test_nnc_correctness_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.010s) 2022-09-27T16:14:41.4918753Z test_nnc_correctness_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.000s) 2022-09-27T16:14:41.4928980Z test_nnc_correctness_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.000s) 2022-09-27T16:14:41.4939311Z test_nnc_correctness_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.000s) 2022-09-27T16:14:41.4949532Z test_nnc_correctness_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.000s) 2022-09-27T16:14:41.4959653Z test_nnc_correctness_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.000s) 2022-09-27T16:14:41.4976307Z test_nnc_correctness_flatten_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.4993289Z test_nnc_correctness_flatten_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5010053Z test_nnc_correctness_flatten_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5027010Z test_nnc_correctness_flatten_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5043807Z test_nnc_correctness_flatten_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5061735Z test_nnc_correctness_flatten_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5078083Z test_nnc_correctness_flatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.5094999Z test_nnc_correctness_flatten_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5112086Z test_nnc_correctness_flatten_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5128896Z test_nnc_correctness_flatten_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5145749Z test_nnc_correctness_flatten_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5162491Z test_nnc_correctness_flatten_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5179383Z test_nnc_correctness_flatten_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5196295Z test_nnc_correctness_flip_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5213247Z test_nnc_correctness_flip_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5230312Z test_nnc_correctness_flip_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.5246983Z test_nnc_correctness_flip_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5263907Z test_nnc_correctness_flip_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5280687Z test_nnc_correctness_flip_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5297414Z test_nnc_correctness_flip_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5314320Z test_nnc_correctness_flip_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5331375Z test_nnc_correctness_flip_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5348045Z test_nnc_correctness_flip_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5364742Z test_nnc_correctness_flip_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5381935Z test_nnc_correctness_flip_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.5398827Z test_nnc_correctness_fliplr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5415600Z test_nnc_correctness_fliplr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5432482Z test_nnc_correctness_fliplr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5449274Z test_nnc_correctness_fliplr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5466281Z test_nnc_correctness_fliplr_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5483005Z test_nnc_correctness_fliplr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5499753Z test_nnc_correctness_fliplr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5516478Z test_nnc_correctness_fliplr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5533320Z test_nnc_correctness_fliplr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.5550221Z test_nnc_correctness_fliplr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5567032Z test_nnc_correctness_fliplr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5583899Z test_nnc_correctness_fliplr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5600780Z test_nnc_correctness_flipud_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5617459Z test_nnc_correctness_flipud_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5635125Z test_nnc_correctness_flipud_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5651870Z test_nnc_correctness_flipud_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5668769Z test_nnc_correctness_flipud_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5686721Z test_nnc_correctness_flipud_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5702706Z test_nnc_correctness_flipud_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.5719559Z test_nnc_correctness_flipud_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5736228Z test_nnc_correctness_flipud_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5753105Z test_nnc_correctness_flipud_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5769928Z test_nnc_correctness_flipud_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5787418Z test_nnc_correctness_flipud_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5803943Z test_nnc_correctness_float_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5820807Z test_nnc_correctness_float_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5837562Z test_nnc_correctness_float_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5854324Z test_nnc_correctness_float_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5871277Z test_nnc_correctness_float_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5887957Z test_nnc_correctness_float_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5904795Z test_nnc_correctness_float_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5921564Z test_nnc_correctness_float_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5938354Z test_nnc_correctness_float_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5955227Z test_nnc_correctness_float_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.5971977Z test_nnc_correctness_float_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.5989008Z test_nnc_correctness_float_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6005586Z test_nnc_correctness_float_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6022492Z test_nnc_correctness_float_power_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6039284Z test_nnc_correctness_float_power_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6056123Z test_nnc_correctness_float_power_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6073042Z test_nnc_correctness_float_power_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6089876Z test_nnc_correctness_float_power_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6106885Z test_nnc_correctness_float_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.6123649Z test_nnc_correctness_float_power_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6140594Z test_nnc_correctness_float_power_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6157290Z test_nnc_correctness_float_power_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6174049Z test_nnc_correctness_float_power_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6190907Z test_nnc_correctness_float_power_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6207705Z test_nnc_correctness_float_power_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6224583Z test_nnc_correctness_floor_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6241280Z test_nnc_correctness_floor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6258220Z test_nnc_correctness_floor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.6275082Z test_nnc_correctness_floor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6291808Z test_nnc_correctness_floor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6308674Z test_nnc_correctness_floor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6325467Z test_nnc_correctness_floor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6342417Z test_nnc_correctness_floor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6359153Z test_nnc_correctness_floor_divide_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6375950Z test_nnc_correctness_floor_divide_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6392777Z test_nnc_correctness_floor_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6409602Z test_nnc_correctness_floor_divide_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6426704Z test_nnc_correctness_floor_divide_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.6443476Z test_nnc_correctness_floor_divide_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6460389Z test_nnc_correctness_floor_divide_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6477205Z test_nnc_correctness_floor_divide_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6493860Z test_nnc_correctness_floor_divide_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6510808Z test_nnc_correctness_fmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6527572Z test_nnc_correctness_fmax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6544501Z test_nnc_correctness_fmax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6561134Z test_nnc_correctness_fmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6577986Z test_nnc_correctness_fmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.6594846Z test_nnc_correctness_fmax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6611561Z test_nnc_correctness_fmax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6628364Z test_nnc_correctness_fmax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6645134Z test_nnc_correctness_fmax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6662037Z test_nnc_correctness_fmax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6678749Z test_nnc_correctness_fmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6695482Z test_nnc_correctness_fmin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6712345Z test_nnc_correctness_fmin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6729560Z test_nnc_correctness_fmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.6746341Z test_nnc_correctness_fmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6763181Z test_nnc_correctness_fmin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6779893Z test_nnc_correctness_fmin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6796589Z test_nnc_correctness_fmin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6813357Z test_nnc_correctness_fmin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6830319Z test_nnc_correctness_fmin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:41.6847036Z test_nnc_correctness_fmod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6863832Z test_nnc_correctness_fmod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6880529Z test_nnc_correctness_fmod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6897248Z test_nnc_correctness_fmod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6914103Z test_nnc_correctness_fmod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6930893Z test_nnc_correctness_fmod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6947760Z test_nnc_correctness_fmod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6964503Z test_nnc_correctness_fmod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6981317Z test_nnc_correctness_fmod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.6998108Z test_nnc_correctness_frac_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.7014882Z test_nnc_correctness_frac_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7031643Z test_nnc_correctness_frac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7048307Z test_nnc_correctness_frac_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7065182Z test_nnc_correctness_frexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7081945Z test_nnc_correctness_frexp_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7098759Z test_nnc_correctness_frexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7115553Z test_nnc_correctness_frexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7132195Z test_nnc_correctness_full_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7149225Z test_nnc_correctness_full_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.7165897Z test_nnc_correctness_full_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7182793Z test_nnc_correctness_full_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7199494Z test_nnc_correctness_full_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7216188Z test_nnc_correctness_full_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7232964Z test_nnc_correctness_full_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7249642Z test_nnc_correctness_full_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7266536Z test_nnc_correctness_full_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7283274Z test_nnc_correctness_full_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7300214Z test_nnc_correctness_full_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.7316986Z test_nnc_correctness_full_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7333711Z test_nnc_correctness_gather_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7350547Z test_nnc_correctness_gather_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7367311Z test_nnc_correctness_gather_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7384148Z test_nnc_correctness_gather_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7400804Z test_nnc_correctness_gather_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7417564Z test_nnc_correctness_gather_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7434442Z test_nnc_correctness_gather_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7451212Z test_nnc_correctness_gather_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7468168Z test_nnc_correctness_gather_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7484887Z test_nnc_correctness_gather_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7501818Z test_nnc_correctness_gather_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7518752Z test_nnc_correctness_gather_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7535466Z test_nnc_correctness_gcd_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7552327Z test_nnc_correctness_gcd_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7569070Z test_nnc_correctness_gcd_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7585959Z test_nnc_correctness_gcd_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7602702Z test_nnc_correctness_gcd_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7619741Z test_nnc_correctness_ge_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.7636586Z test_nnc_correctness_ge_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7653352Z test_nnc_correctness_ge_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7670246Z test_nnc_correctness_ge_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7687069Z test_nnc_correctness_ge_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7704009Z test_nnc_correctness_ge_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7720781Z test_nnc_correctness_ge_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:41.7737439Z test_nnc_correctness_ge_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7754285Z test_nnc_correctness_ge_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7771043Z test_nnc_correctness_ge_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7787997Z test_nnc_correctness_geqrf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7804883Z test_nnc_correctness_geqrf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7821826Z test_nnc_correctness_geqrf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7838722Z test_nnc_correctness_geqrf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7849203Z test_nnc_correctness_gradient_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:41.7859536Z test_nnc_correctness_gradient_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:41.7869931Z test_nnc_correctness_gradient_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:14:41.7880197Z test_nnc_correctness_gradient_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:41.7890433Z test_nnc_correctness_gradient_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:41.7901484Z test_nnc_correctness_gradient_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:41.7911190Z test_nnc_correctness_gradient_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:41.7921378Z test_nnc_correctness_gradient_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:41.7931580Z test_nnc_correctness_gradient_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:41.7941881Z test_nnc_correctness_gradient_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:41.7958480Z test_nnc_correctness_gt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7975198Z test_nnc_correctness_gt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.7992098Z test_nnc_correctness_gt_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8008866Z test_nnc_correctness_gt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8025823Z test_nnc_correctness_gt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.8042451Z test_nnc_correctness_gt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8059230Z test_nnc_correctness_gt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8075934Z test_nnc_correctness_gt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8092701Z test_nnc_correctness_gt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8109603Z test_nnc_correctness_gt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8126322Z test_nnc_correctness_half_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8143227Z test_nnc_correctness_half_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8159965Z test_nnc_correctness_half_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8176662Z test_nnc_correctness_half_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8193661Z test_nnc_correctness_half_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.8210413Z test_nnc_correctness_half_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8227296Z test_nnc_correctness_half_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8243957Z test_nnc_correctness_half_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8260746Z test_nnc_correctness_half_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8277474Z test_nnc_correctness_half_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8294212Z test_nnc_correctness_half_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8310969Z test_nnc_correctness_half_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8327683Z test_nnc_correctness_heaviside_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8344615Z test_nnc_correctness_heaviside_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.8361343Z test_nnc_correctness_heaviside_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8378119Z test_nnc_correctness_heaviside_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8394882Z test_nnc_correctness_heaviside_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8411668Z test_nnc_correctness_heaviside_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8428556Z test_nnc_correctness_heaviside_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8445279Z test_nnc_correctness_heaviside_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8462062Z test_nnc_correctness_heaviside_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8478775Z test_nnc_correctness_heaviside_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8495728Z test_nnc_correctness_histc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.8512589Z test_nnc_correctness_histc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8529337Z test_nnc_correctness_histc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8546230Z test_nnc_correctness_histogram_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8562970Z test_nnc_correctness_histogram_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8579816Z test_nnc_correctness_histogramdd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8596605Z test_nnc_correctness_histogramdd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8613255Z test_nnc_correctness_hsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8630051Z test_nnc_correctness_hsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8646851Z test_nnc_correctness_hsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.8664230Z test_nnc_correctness_hsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8680814Z test_nnc_correctness_hsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8697499Z test_nnc_correctness_hsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8714350Z test_nnc_correctness_hsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8731047Z test_nnc_correctness_hsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8747947Z test_nnc_correctness_hsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:41.8764641Z test_nnc_correctness_hsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8781445Z test_nnc_correctness_hsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8798242Z test_nnc_correctness_hsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8815030Z test_nnc_correctness_hsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8831915Z test_nnc_correctness_hstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8848710Z test_nnc_correctness_hstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:41.8865578Z test_nnc_correctness_hstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8882365Z test_nnc_correctness_hstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8899194Z test_nnc_correctness_hstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8916007Z test_nnc_correctness_hstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8932787Z test_nnc_correctness_hstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8949704Z test_nnc_correctness_hstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8966451Z test_nnc_correctness_hstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.8983342Z test_nnc_correctness_hstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9000079Z test_nnc_correctness_hstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9016909Z test_nnc_correctness_hstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.9033768Z test_nnc_correctness_hstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9050612Z test_nnc_correctness_hypot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9067460Z test_nnc_correctness_hypot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9084240Z test_nnc_correctness_hypot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9101137Z test_nnc_correctness_i0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9117976Z test_nnc_correctness_i0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9134776Z test_nnc_correctness_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9151729Z test_nnc_correctness_i0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9168642Z test_nnc_correctness_i0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.9185573Z test_nnc_correctness_i0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9202380Z test_nnc_correctness_i0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9219248Z test_nnc_correctness_i0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9236017Z test_nnc_correctness_i0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9252856Z test_nnc_correctness_igamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9269745Z test_nnc_correctness_igamma_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9286495Z test_nnc_correctness_igamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9303413Z test_nnc_correctness_igamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9320695Z test_nnc_correctness_igammac_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.9337292Z test_nnc_correctness_igammac_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9354250Z test_nnc_correctness_igammac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9371141Z test_nnc_correctness_igammac_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9388170Z test_nnc_correctness_imag_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9405028Z test_nnc_correctness_imag_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9422042Z test_nnc_correctness_imag_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:41.9438935Z test_nnc_correctness_index_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9455604Z test_nnc_correctness_index_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9472547Z test_nnc_correctness_index_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9489330Z test_nnc_correctness_index_add_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9506257Z test_nnc_correctness_index_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9522966Z test_nnc_correctness_index_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9539816Z test_nnc_correctness_index_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9556623Z test_nnc_correctness_index_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9573358Z test_nnc_correctness_index_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9590314Z test_nnc_correctness_index_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.9606993Z test_nnc_correctness_index_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9623911Z test_nnc_correctness_index_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9640701Z test_nnc_correctness_index_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9657441Z test_nnc_correctness_index_copy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9674411Z test_nnc_correctness_index_copy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9691198Z test_nnc_correctness_index_copy_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9708087Z test_nnc_correctness_index_copy_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9724867Z test_nnc_correctness_index_copy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9741869Z test_nnc_correctness_index_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:41.9758623Z test_nnc_correctness_index_copy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9775357Z test_nnc_correctness_index_copy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9792205Z test_nnc_correctness_index_copy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9809057Z test_nnc_correctness_index_copy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9825847Z test_nnc_correctness_index_copy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9842707Z test_nnc_correctness_index_copy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:41.9859622Z test_nnc_correctness_index_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9876376Z test_nnc_correctness_index_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9893179Z test_nnc_correctness_index_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9910077Z test_nnc_correctness_index_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9926938Z test_nnc_correctness_index_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9943909Z test_nnc_correctness_index_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9960715Z test_nnc_correctness_index_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9977506Z test_nnc_correctness_index_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:41.9994613Z test_nnc_correctness_index_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.0011372Z test_nnc_correctness_index_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0028220Z test_nnc_correctness_index_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0045023Z test_nnc_correctness_index_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0061902Z test_nnc_correctness_index_put_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0078680Z test_nnc_correctness_index_put_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0095551Z test_nnc_correctness_index_put_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0112422Z test_nnc_correctness_index_put_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0129188Z test_nnc_correctness_index_put_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0146340Z test_nnc_correctness_index_put_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.0163169Z test_nnc_correctness_index_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0180066Z test_nnc_correctness_index_put_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0196973Z test_nnc_correctness_index_put_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0213678Z test_nnc_correctness_index_put_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0230627Z test_nnc_correctness_index_put_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0247381Z test_nnc_correctness_index_put_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0264286Z test_nnc_correctness_index_put_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0281070Z test_nnc_correctness_index_reduce_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0297867Z test_nnc_correctness_index_reduce_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0314867Z test_nnc_correctness_index_reduce_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.0331627Z test_nnc_correctness_index_reduce_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0348534Z test_nnc_correctness_index_reduce_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0365257Z test_nnc_correctness_index_reduce_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0382143Z test_nnc_correctness_index_reduce_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0398926Z test_nnc_correctness_index_reduce_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0415645Z test_nnc_correctness_index_reduce_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0432481Z test_nnc_correctness_index_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0449197Z test_nnc_correctness_index_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0466407Z test_nnc_correctness_index_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.0483483Z test_nnc_correctness_index_select_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0500309Z test_nnc_correctness_index_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0517052Z test_nnc_correctness_index_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0533856Z test_nnc_correctness_index_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0550704Z test_nnc_correctness_index_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0567548Z test_nnc_correctness_index_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0584403Z test_nnc_correctness_index_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0601250Z test_nnc_correctness_index_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0618295Z test_nnc_correctness_index_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.0635066Z test_nnc_correctness_index_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0651788Z test_nnc_correctness_inner_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0668750Z test_nnc_correctness_inner_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0685527Z test_nnc_correctness_inner_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0702400Z test_nnc_correctness_inner_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0719287Z test_nnc_correctness_inner_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:42.0736043Z test_nnc_correctness_inner_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0752868Z test_nnc_correctness_inner_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0769648Z test_nnc_correctness_inner_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0786547Z test_nnc_correctness_inner_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0803286Z test_nnc_correctness_inner_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0820274Z test_nnc_correctness_int_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:42.0836936Z test_nnc_correctness_int_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0853659Z test_nnc_correctness_int_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0870525Z test_nnc_correctness_int_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0887293Z test_nnc_correctness_int_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0904238Z test_nnc_correctness_int_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0920956Z test_nnc_correctness_int_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0937721Z test_nnc_correctness_int_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0954775Z test_nnc_correctness_int_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0971497Z test_nnc_correctness_int_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.0988403Z test_nnc_correctness_int_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1005203Z test_nnc_correctness_int_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1022182Z test_nnc_correctness_isclose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1038967Z test_nnc_correctness_isclose_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1055813Z test_nnc_correctness_isclose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1072656Z test_nnc_correctness_isclose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1089450Z test_nnc_correctness_isclose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1106408Z test_nnc_correctness_isclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1123247Z test_nnc_correctness_isclose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1140257Z test_nnc_correctness_isclose_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.1157000Z test_nnc_correctness_isclose_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1173774Z test_nnc_correctness_isclose_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1190627Z test_nnc_correctness_isclose_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1207398Z test_nnc_correctness_isclose_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1224312Z test_nnc_correctness_isfinite_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1241058Z test_nnc_correctness_isfinite_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1257755Z test_nnc_correctness_isfinite_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1274671Z test_nnc_correctness_isfinite_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1291605Z test_nnc_correctness_isfinite_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.1308458Z test_nnc_correctness_isfinite_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1325220Z test_nnc_correctness_isfinite_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1342202Z test_nnc_correctness_isfinite_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1358933Z test_nnc_correctness_isfinite_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1375667Z test_nnc_correctness_isfinite_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1392549Z test_nnc_correctness_isfinite_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1409279Z test_nnc_correctness_isfinite_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1426204Z test_nnc_correctness_isfinite_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1443115Z test_nnc_correctness_isin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.1460007Z test_nnc_correctness_isin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1476751Z test_nnc_correctness_isin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1493390Z test_nnc_correctness_isin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1510230Z test_nnc_correctness_isin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1526940Z test_nnc_correctness_isin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1543708Z test_nnc_correctness_isin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1560401Z test_nnc_correctness_isinf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1577065Z test_nnc_correctness_isinf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1593886Z test_nnc_correctness_isinf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1610665Z test_nnc_correctness_isinf_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.1627521Z test_nnc_correctness_isinf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1644268Z test_nnc_correctness_isinf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1661147Z test_nnc_correctness_isinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1677942Z test_nnc_correctness_isinf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1694673Z test_nnc_correctness_isinf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1711501Z test_nnc_correctness_isinf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1728356Z test_nnc_correctness_isinf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1745094Z test_nnc_correctness_isinf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1761972Z test_nnc_correctness_isinf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.1778765Z test_nnc_correctness_isnan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1795534Z test_nnc_correctness_isnan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1812279Z test_nnc_correctness_isnan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1829118Z test_nnc_correctness_isnan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1845755Z test_nnc_correctness_isnan_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1862826Z test_nnc_correctness_isnan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:42.1879468Z test_nnc_correctness_isnan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1896196Z test_nnc_correctness_isnan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1913026Z test_nnc_correctness_isnan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1929775Z test_nnc_correctness_isnan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1946716Z test_nnc_correctness_isnan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1963797Z test_nnc_correctness_isnan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.011s) 2022-09-27T16:14:42.1980700Z test_nnc_correctness_isneginf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.1997501Z test_nnc_correctness_isneginf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.2014251Z test_nnc_correctness_isneginf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.2031081Z test_nnc_correctness_isneginf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.2047915Z test_nnc_correctness_isneginf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.2064852Z test_nnc_correctness_isneginf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.2081558Z test_nnc_correctness_isneginf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.2098485Z test_nnc_correctness_isneginf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.2115176Z test_nnc_correctness_isneginf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.2131937Z test_nnc_correctness_isneginf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.2148775Z test_nnc_correctness_isposinf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.2165493Z test_nnc_correctness_isposinf_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.2182446Z test_nnc_correctness_isposinf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.2199239Z test_nnc_correctness_isposinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.2215903Z test_nnc_correctness_isposinf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.2232764Z test_nnc_correctness_isposinf_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.2249430Z test_nnc_correctness_isposinf_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.2266299Z test_nnc_correctness_isposinf_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.2283249Z test_nnc_correctness_isposinf_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.2300134Z test_nnc_correctness_isposinf_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.2316955Z test_nnc_correctness_isreal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.2333694Z test_nnc_correctness_isreal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.2350513Z test_nnc_correctness_isreal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.2367248Z test_nnc_correctness_isreal_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.2384122Z test_nnc_correctness_isreal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.2400865Z test_nnc_correctness_isreal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.2417660Z test_nnc_correctness_isreal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.2434823Z test_nnc_correctness_isreal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.2451598Z test_nnc_correctness_isreal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.2468502Z test_nnc_correctness_isreal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.2485288Z test_nnc_correctness_isreal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.2502069Z test_nnc_correctness_isreal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.2518824Z test_nnc_correctness_isreal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.2535656Z test_nnc_correctness_istft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.2552574Z test_nnc_correctness_istft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.2569425Z test_nnc_correctness_istft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.2586441Z test_nnc_correctness_istft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.2603172Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.2619974Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.2636684Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.2653458Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.2670298Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.2687021Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.2703814Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.2720587Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.2737334Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.2754321Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:14:42.2771015Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.2787903Z test_nnc_correctness_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.2804722Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.2821631Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.2838309Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.2855293Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.011s) 2022-09-27T16:14:42.2872243Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.2888848Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.2905800Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.2922536Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.2939421Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.2956162Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.2972870Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.2989660Z test_nnc_correctness_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3006513Z test_nnc_correctness_jiterator_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:14:42.3023366Z test_nnc_correctness_jiterator_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3040256Z test_nnc_correctness_jiterator_binary_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3057110Z test_nnc_correctness_jiterator_binary_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3074077Z test_nnc_correctness_jiterator_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3090890Z test_nnc_correctness_jiterator_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3107802Z test_nnc_correctness_jiterator_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3124611Z test_nnc_correctness_jiterator_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3141463Z test_nnc_correctness_jiterator_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3158238Z test_nnc_correctness_jiterator_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3175063Z test_nnc_correctness_jiterator_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:14:42.3191946Z test_nnc_correctness_jiterator_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3208732Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3225662Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3242436Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3259282Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3276051Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3292846Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3309784Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3326602Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:14:42.3343417Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3360259Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3376972Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3393851Z test_nnc_correctness_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3410629Z test_nnc_correctness_jiterator_unary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3427536Z test_nnc_correctness_jiterator_unary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3444374Z test_nnc_correctness_jiterator_unary_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3461345Z test_nnc_correctness_jiterator_unary_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3478322Z test_nnc_correctness_jiterator_unary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:14:42.3495044Z test_nnc_correctness_jiterator_unary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3511904Z test_nnc_correctness_jiterator_unary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3528560Z test_nnc_correctness_jiterator_unary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3545466Z test_nnc_correctness_jiterator_unary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3562130Z test_nnc_correctness_jiterator_unary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3579028Z test_nnc_correctness_jiterator_unary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3595798Z test_nnc_correctness_jiterator_unary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:14:42.3612722Z test_nnc_correctness_kron_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.3629484Z test_nnc_correctness_kron_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.3646467Z test_nnc_correctness_kron_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.3663235Z test_nnc_correctness_kron_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.3679907Z test_nnc_correctness_kron_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.3696660Z test_nnc_correctness_kron_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.3713533Z test_nnc_correctness_kron_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.3730298Z test_nnc_correctness_kron_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.3747244Z test_nnc_correctness_kron_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:42.3763973Z test_nnc_correctness_kron_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.3780999Z test_nnc_correctness_kron_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.3797584Z test_nnc_correctness_kron_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.3814308Z test_nnc_correctness_kthvalue_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.3831221Z test_nnc_correctness_kthvalue_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.3847968Z test_nnc_correctness_kthvalue_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.3864860Z test_nnc_correctness_kthvalue_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.3881609Z test_nnc_correctness_kthvalue_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.3898477Z test_nnc_correctness_kthvalue_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.3915134Z test_nnc_correctness_kthvalue_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.3931874Z test_nnc_correctness_kthvalue_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.3948685Z test_nnc_correctness_lcm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.3965317Z test_nnc_correctness_lcm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.3982269Z test_nnc_correctness_lcm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.3999015Z test_nnc_correctness_lcm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4015668Z test_nnc_correctness_lcm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4032480Z test_nnc_correctness_ldexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4049262Z test_nnc_correctness_ldexp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.4066114Z test_nnc_correctness_ldexp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4082725Z test_nnc_correctness_ldexp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4099475Z test_nnc_correctness_ldexp_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4116167Z test_nnc_correctness_ldexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4132890Z test_nnc_correctness_ldexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4149672Z test_nnc_correctness_ldexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4167089Z test_nnc_correctness_ldexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4183391Z test_nnc_correctness_ldexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4200088Z test_nnc_correctness_ldexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4216885Z test_nnc_correctness_ldexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.4233736Z test_nnc_correctness_le_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4250470Z test_nnc_correctness_le_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4267373Z test_nnc_correctness_le_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4284098Z test_nnc_correctness_le_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4301027Z test_nnc_correctness_le_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4317825Z test_nnc_correctness_le_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4334674Z test_nnc_correctness_le_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4351493Z test_nnc_correctness_le_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4368456Z test_nnc_correctness_le_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.4385303Z test_nnc_correctness_le_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4402111Z test_nnc_correctness_lerp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4418953Z test_nnc_correctness_lerp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4435668Z test_nnc_correctness_lerp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4452416Z test_nnc_correctness_lerp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4469560Z test_nnc_correctness_lgamma_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:42.4486171Z test_nnc_correctness_lgamma_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4503039Z test_nnc_correctness_lgamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4519781Z test_nnc_correctness_lgamma_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4536553Z test_nnc_correctness_lgamma_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4553511Z test_nnc_correctness_lgamma_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4570103Z test_nnc_correctness_lgamma_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4586914Z test_nnc_correctness_lgamma_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4603614Z test_nnc_correctness_lgamma_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4621001Z test_nnc_correctness_linalg_cholesky_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.4637813Z test_nnc_correctness_linalg_cholesky_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4654581Z test_nnc_correctness_linalg_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4671409Z test_nnc_correctness_linalg_cholesky_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4688186Z test_nnc_correctness_linalg_cholesky_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4705048Z test_nnc_correctness_linalg_cholesky_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4722113Z test_nnc_correctness_linalg_cholesky_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:42.4738881Z test_nnc_correctness_linalg_cholesky_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4756325Z test_nnc_correctness_linalg_cond_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4773356Z test_nnc_correctness_linalg_cond_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4790572Z test_nnc_correctness_linalg_cond_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4807689Z test_nnc_correctness_linalg_cond_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4824730Z test_nnc_correctness_linalg_cross_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:42.4841497Z test_nnc_correctness_linalg_cross_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4858266Z test_nnc_correctness_linalg_cross_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4874996Z test_nnc_correctness_linalg_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4891784Z test_nnc_correctness_linalg_cross_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4908653Z test_nnc_correctness_linalg_cross_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4925585Z test_nnc_correctness_linalg_cross_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:42.4942326Z test_nnc_correctness_linalg_cross_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4958988Z test_nnc_correctness_linalg_cross_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4975752Z test_nnc_correctness_linalg_cross_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.4992717Z test_nnc_correctness_linalg_det_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5009571Z test_nnc_correctness_linalg_det_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5026449Z test_nnc_correctness_linalg_det_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5043346Z test_nnc_correctness_linalg_det_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5060235Z test_nnc_correctness_linalg_det_singular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5077136Z test_nnc_correctness_linalg_det_singular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.5093862Z test_nnc_correctness_linalg_det_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5110738Z test_nnc_correctness_linalg_det_singular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5127816Z test_nnc_correctness_linalg_eig_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5145124Z test_nnc_correctness_linalg_eig_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5162211Z test_nnc_correctness_linalg_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5179477Z test_nnc_correctness_linalg_eig_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5196633Z test_nnc_correctness_linalg_eigh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5213796Z test_nnc_correctness_linalg_eigh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5231338Z test_nnc_correctness_linalg_eigh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.5248691Z test_nnc_correctness_linalg_eigh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5265938Z test_nnc_correctness_linalg_eigvals_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5282814Z test_nnc_correctness_linalg_eigvals_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5299896Z test_nnc_correctness_linalg_eigvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5316664Z test_nnc_correctness_linalg_eigvals_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5333534Z test_nnc_correctness_linalg_eigvalsh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5350635Z test_nnc_correctness_linalg_eigvalsh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5367526Z test_nnc_correctness_linalg_eigvalsh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5384499Z test_nnc_correctness_linalg_eigvalsh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5401530Z test_nnc_correctness_linalg_householder_product_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.5418349Z test_nnc_correctness_linalg_householder_product_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5435241Z test_nnc_correctness_linalg_householder_product_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5452171Z test_nnc_correctness_linalg_householder_product_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5469089Z test_nnc_correctness_linalg_inv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5486056Z test_nnc_correctness_linalg_inv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5503070Z test_nnc_correctness_linalg_inv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5519936Z test_nnc_correctness_linalg_inv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5536833Z test_nnc_correctness_linalg_inv_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5554004Z test_nnc_correctness_linalg_inv_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.5571321Z test_nnc_correctness_linalg_inv_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5588273Z test_nnc_correctness_linalg_inv_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5605212Z test_nnc_correctness_linalg_ldl_factor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5622299Z test_nnc_correctness_linalg_ldl_factor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5639237Z test_nnc_correctness_linalg_ldl_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5656193Z test_nnc_correctness_linalg_ldl_factor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5673043Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5689936Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5707035Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.5723784Z test_nnc_correctness_linalg_ldl_factor_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5740826Z test_nnc_correctness_linalg_ldl_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5757737Z test_nnc_correctness_linalg_ldl_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5774513Z test_nnc_correctness_linalg_ldl_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5791558Z test_nnc_correctness_linalg_ldl_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5808498Z test_nnc_correctness_linalg_lstsq_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:42.5825369Z test_nnc_correctness_linalg_lstsq_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5842181Z test_nnc_correctness_linalg_lstsq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5859127Z test_nnc_correctness_linalg_lstsq_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5876019Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5892769Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5909711Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5926463Z test_nnc_correctness_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5943415Z test_nnc_correctness_linalg_lu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5960294Z test_nnc_correctness_linalg_lu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.5977128Z test_nnc_correctness_linalg_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.5994086Z test_nnc_correctness_linalg_lu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6010798Z test_nnc_correctness_linalg_lu_factor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6027774Z test_nnc_correctness_linalg_lu_factor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6044513Z test_nnc_correctness_linalg_lu_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6061427Z test_nnc_correctness_linalg_lu_factor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6078214Z test_nnc_correctness_linalg_lu_factor_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6094954Z test_nnc_correctness_linalg_lu_factor_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6111866Z test_nnc_correctness_linalg_lu_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6129003Z test_nnc_correctness_linalg_lu_factor_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.6145504Z test_nnc_correctness_linalg_lu_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6162339Z test_nnc_correctness_linalg_lu_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6179239Z test_nnc_correctness_linalg_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6196068Z test_nnc_correctness_linalg_lu_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6213212Z test_nnc_correctness_linalg_matrix_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6230598Z test_nnc_correctness_linalg_matrix_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6247711Z test_nnc_correctness_linalg_matrix_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6264977Z test_nnc_correctness_linalg_matrix_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6282109Z test_nnc_correctness_linalg_matrix_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.6299311Z test_nnc_correctness_linalg_matrix_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6316459Z test_nnc_correctness_linalg_matrix_power_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6333600Z test_nnc_correctness_linalg_matrix_power_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6350820Z test_nnc_correctness_linalg_matrix_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6367999Z test_nnc_correctness_linalg_matrix_power_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6385114Z test_nnc_correctness_linalg_matrix_rank_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6401864Z test_nnc_correctness_linalg_matrix_rank_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6418763Z test_nnc_correctness_linalg_matrix_rank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6435736Z test_nnc_correctness_linalg_matrix_rank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.6452541Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6469464Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6486291Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6503184Z test_nnc_correctness_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6519922Z test_nnc_correctness_linalg_multi_dot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6536662Z test_nnc_correctness_linalg_multi_dot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6553501Z test_nnc_correctness_linalg_multi_dot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6570231Z test_nnc_correctness_linalg_multi_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6587153Z test_nnc_correctness_linalg_multi_dot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.6603947Z test_nnc_correctness_linalg_multi_dot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6620669Z test_nnc_correctness_linalg_multi_dot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6631138Z test_nnc_correctness_linalg_multi_dot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:42.6647790Z test_nnc_correctness_linalg_multi_dot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6664629Z test_nnc_correctness_linalg_multi_dot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6681713Z test_nnc_correctness_linalg_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6699026Z test_nnc_correctness_linalg_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6716178Z test_nnc_correctness_linalg_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6733265Z test_nnc_correctness_linalg_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6750614Z test_nnc_correctness_linalg_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.6767703Z test_nnc_correctness_linalg_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6784846Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6801877Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6818977Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6836086Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6853310Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:42.6870504Z test_nnc_correctness_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6887315Z test_nnc_correctness_linalg_pinv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6904305Z test_nnc_correctness_linalg_pinv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6921076Z test_nnc_correctness_linalg_pinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6937961Z test_nnc_correctness_linalg_pinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6954960Z test_nnc_correctness_linalg_pinv_hermitian_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6971821Z test_nnc_correctness_linalg_pinv_hermitian_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.6988730Z test_nnc_correctness_linalg_pinv_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7005788Z test_nnc_correctness_linalg_pinv_hermitian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.7022612Z test_nnc_correctness_linalg_pinv_singular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7039406Z test_nnc_correctness_linalg_pinv_singular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7056167Z test_nnc_correctness_linalg_pinv_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7073096Z test_nnc_correctness_linalg_pinv_singular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7089833Z test_nnc_correctness_linalg_qr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7106915Z test_nnc_correctness_linalg_qr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:42.7123587Z test_nnc_correctness_linalg_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7140378Z test_nnc_correctness_linalg_qr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7157116Z test_nnc_correctness_linalg_slogdet_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7173853Z test_nnc_correctness_linalg_slogdet_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7190714Z test_nnc_correctness_linalg_slogdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7207453Z test_nnc_correctness_linalg_slogdet_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7224332Z test_nnc_correctness_linalg_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7241050Z test_nnc_correctness_linalg_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7257867Z test_nnc_correctness_linalg_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.7274654Z test_nnc_correctness_linalg_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7291524Z test_nnc_correctness_linalg_solve_ex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7308401Z test_nnc_correctness_linalg_solve_ex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7325192Z test_nnc_correctness_linalg_solve_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7342150Z test_nnc_correctness_linalg_solve_ex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7358928Z test_nnc_correctness_linalg_solve_triangular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7375773Z test_nnc_correctness_linalg_solve_triangular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7392706Z test_nnc_correctness_linalg_solve_triangular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7409583Z test_nnc_correctness_linalg_solve_triangular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.7426770Z test_nnc_correctness_linalg_svd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7443890Z test_nnc_correctness_linalg_svd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7461146Z test_nnc_correctness_linalg_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7478157Z test_nnc_correctness_linalg_svd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7495187Z test_nnc_correctness_linalg_svdvals_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7512347Z test_nnc_correctness_linalg_svdvals_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7529441Z test_nnc_correctness_linalg_svdvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7546687Z test_nnc_correctness_linalg_svdvals_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7563548Z test_nnc_correctness_linalg_tensorinv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7580485Z test_nnc_correctness_linalg_tensorinv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.7597231Z test_nnc_correctness_linalg_tensorinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7614009Z test_nnc_correctness_linalg_tensorinv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7630990Z test_nnc_correctness_linalg_tensorsolve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7647747Z test_nnc_correctness_linalg_tensorsolve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7664669Z test_nnc_correctness_linalg_tensorsolve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7681469Z test_nnc_correctness_linalg_tensorsolve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7698161Z test_nnc_correctness_linalg_vander_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7714904Z test_nnc_correctness_linalg_vander_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7731945Z test_nnc_correctness_linalg_vander_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.7748695Z test_nnc_correctness_linalg_vander_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7765458Z test_nnc_correctness_linalg_vander_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7782216Z test_nnc_correctness_linalg_vander_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7798843Z test_nnc_correctness_linalg_vander_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7815543Z test_nnc_correctness_linalg_vander_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7832499Z test_nnc_correctness_linalg_vander_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:42.7849092Z test_nnc_correctness_linalg_vecdot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7865864Z test_nnc_correctness_linalg_vecdot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7882555Z test_nnc_correctness_linalg_vecdot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7899351Z test_nnc_correctness_linalg_vecdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7916005Z test_nnc_correctness_linalg_vecdot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7932689Z test_nnc_correctness_linalg_vector_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7949573Z test_nnc_correctness_linalg_vector_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7966280Z test_nnc_correctness_linalg_vector_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.7983194Z test_nnc_correctness_linalg_vector_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.7999925Z test_nnc_correctness_linalg_vector_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8016652Z test_nnc_correctness_linalg_vector_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8033533Z test_nnc_correctness_linspace_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8050242Z test_nnc_correctness_linspace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8067175Z test_nnc_correctness_linspace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8083921Z test_nnc_correctness_linspace_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8100765Z test_nnc_correctness_linspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8117585Z test_nnc_correctness_linspace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8134283Z test_nnc_correctness_linspace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8151166Z test_nnc_correctness_linspace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8167899Z test_nnc_correctness_linspace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8184678Z test_nnc_correctness_linspace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8201401Z test_nnc_correctness_linspace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8218135Z test_nnc_correctness_log10_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8234980Z test_nnc_correctness_log10_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8251687Z test_nnc_correctness_log10_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8268541Z test_nnc_correctness_log10_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8285204Z test_nnc_correctness_log10_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8302056Z test_nnc_correctness_log10_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.8318754Z test_nnc_correctness_log10_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8335432Z test_nnc_correctness_log10_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8352275Z test_nnc_correctness_log10_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8369017Z test_nnc_correctness_log10_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8385941Z test_nnc_correctness_log10_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8402620Z test_nnc_correctness_log1p_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8419444Z test_nnc_correctness_log1p_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8436180Z test_nnc_correctness_log1p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8453125Z test_nnc_correctness_log1p_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.8469973Z test_nnc_correctness_log1p_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8486664Z test_nnc_correctness_log1p_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8503472Z test_nnc_correctness_log1p_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8520213Z test_nnc_correctness_log1p_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8536924Z test_nnc_correctness_log1p_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8553730Z test_nnc_correctness_log2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8570440Z test_nnc_correctness_log2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8587365Z test_nnc_correctness_log2_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8604159Z test_nnc_correctness_log2_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.8621160Z test_nnc_correctness_log2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8637837Z test_nnc_correctness_log2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8654549Z test_nnc_correctness_log2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8671325Z test_nnc_correctness_log2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8688032Z test_nnc_correctness_log2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8704925Z test_nnc_correctness_log2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8721704Z test_nnc_correctness_log2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8738505Z test_nnc_correctness_log_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8755233Z test_nnc_correctness_log_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8772073Z test_nnc_correctness_log_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.8788855Z test_nnc_correctness_log_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8805630Z test_nnc_correctness_log_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8822483Z test_nnc_correctness_log_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8839201Z test_nnc_correctness_log_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8855903Z test_nnc_correctness_log_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8872779Z test_nnc_correctness_log_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:42.8889440Z test_nnc_correctness_log_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8906384Z test_nnc_correctness_log_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8923096Z test_nnc_correctness_log_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8939806Z test_nnc_correctness_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8956440Z test_nnc_correctness_log_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8973276Z test_nnc_correctness_log_softmax_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.8989998Z test_nnc_correctness_log_softmax_dtype_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9006676Z test_nnc_correctness_log_softmax_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9023500Z test_nnc_correctness_log_softmax_dtype_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.9040159Z test_nnc_correctness_log_softmax_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9056907Z test_nnc_correctness_log_softmax_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9073690Z test_nnc_correctness_log_softmax_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9090430Z test_nnc_correctness_log_softmax_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9107260Z test_nnc_correctness_log_softmax_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9123991Z test_nnc_correctness_log_softmax_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9140765Z test_nnc_correctness_log_softmax_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9157505Z test_nnc_correctness_log_softmax_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9174275Z test_nnc_correctness_log_softmax_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.9191061Z test_nnc_correctness_logaddexp2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9207833Z test_nnc_correctness_logaddexp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9224631Z test_nnc_correctness_logaddexp2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9241311Z test_nnc_correctness_logaddexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9258079Z test_nnc_correctness_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9274806Z test_nnc_correctness_logaddexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9291622Z test_nnc_correctness_logcumsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9308451Z test_nnc_correctness_logcumsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9325159Z test_nnc_correctness_logcumsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9342222Z test_nnc_correctness_logdet_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.9358921Z test_nnc_correctness_logdet_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9375665Z test_nnc_correctness_logdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9392513Z test_nnc_correctness_logdet_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9409179Z test_nnc_correctness_logical_and_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9425993Z test_nnc_correctness_logical_and_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9442620Z test_nnc_correctness_logical_and_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9459493Z test_nnc_correctness_logical_and_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9476244Z test_nnc_correctness_logical_and_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9493189Z test_nnc_correctness_logical_and_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.9509986Z test_nnc_correctness_logical_and_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9526745Z test_nnc_correctness_logical_and_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9543581Z test_nnc_correctness_logical_and_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9560201Z test_nnc_correctness_logical_and_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9576976Z test_nnc_correctness_logical_and_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9593706Z test_nnc_correctness_logical_and_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9610474Z test_nnc_correctness_logical_not_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9627279Z test_nnc_correctness_logical_not_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9644186Z test_nnc_correctness_logical_not_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:42.9660991Z test_nnc_correctness_logical_not_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9677691Z test_nnc_correctness_logical_not_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9694400Z test_nnc_correctness_logical_not_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9711284Z test_nnc_correctness_logical_not_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9727970Z test_nnc_correctness_logical_not_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9745036Z test_nnc_correctness_logical_not_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:42.9761789Z test_nnc_correctness_logical_not_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9778604Z test_nnc_correctness_logical_not_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9795329Z test_nnc_correctness_logical_not_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9812153Z test_nnc_correctness_logical_or_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9828959Z test_nnc_correctness_logical_or_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9845882Z test_nnc_correctness_logical_or_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:42.9862789Z test_nnc_correctness_logical_or_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9879531Z test_nnc_correctness_logical_or_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9896408Z test_nnc_correctness_logical_or_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9913277Z test_nnc_correctness_logical_or_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9929995Z test_nnc_correctness_logical_or_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9946897Z test_nnc_correctness_logical_or_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:42.9963682Z test_nnc_correctness_logical_or_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9980398Z test_nnc_correctness_logical_or_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:42.9997168Z test_nnc_correctness_logical_or_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0013829Z test_nnc_correctness_logical_xor_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0030662Z test_nnc_correctness_logical_xor_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0047356Z test_nnc_correctness_logical_xor_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0064214Z test_nnc_correctness_logical_xor_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0081809Z test_nnc_correctness_logical_xor_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0097740Z test_nnc_correctness_logical_xor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0114541Z test_nnc_correctness_logical_xor_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.0131239Z test_nnc_correctness_logical_xor_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0148074Z test_nnc_correctness_logical_xor_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0164764Z test_nnc_correctness_logical_xor_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0181613Z test_nnc_correctness_logical_xor_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0198392Z test_nnc_correctness_logical_xor_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0215158Z test_nnc_correctness_logit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0231974Z test_nnc_correctness_logit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0248730Z test_nnc_correctness_logit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0265587Z test_nnc_correctness_logit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.0282310Z test_nnc_correctness_logit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0299114Z test_nnc_correctness_logit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0315762Z test_nnc_correctness_logit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0332515Z test_nnc_correctness_logit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0349286Z test_nnc_correctness_logit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0365965Z test_nnc_correctness_logspace_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0382751Z test_nnc_correctness_logspace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0399454Z test_nnc_correctness_logspace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0416306Z test_nnc_correctness_logspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.0433198Z test_nnc_correctness_logspace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0449982Z test_nnc_correctness_logspace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0466968Z test_nnc_correctness_logspace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0483634Z test_nnc_correctness_logspace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0500522Z test_nnc_correctness_logspace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0517262Z test_nnc_correctness_logspace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0534051Z test_nnc_correctness_logsumexp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0550997Z test_nnc_correctness_logsumexp_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0567733Z test_nnc_correctness_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0584813Z test_nnc_correctness_logsumexp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.0601953Z test_nnc_correctness_logsumexp_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0618730Z test_nnc_correctness_logsumexp_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0635423Z test_nnc_correctness_logsumexp_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0652124Z test_nnc_correctness_logsumexp_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0668972Z test_nnc_correctness_logsumexp_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0685677Z test_nnc_correctness_long_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0702508Z test_nnc_correctness_long_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0719306Z test_nnc_correctness_long_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0736136Z test_nnc_correctness_long_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.0753022Z test_nnc_correctness_long_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0769763Z test_nnc_correctness_long_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0786676Z test_nnc_correctness_long_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0803334Z test_nnc_correctness_long_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0820215Z test_nnc_correctness_long_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0836965Z test_nnc_correctness_long_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:43.0853727Z test_nnc_correctness_long_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0870479Z test_nnc_correctness_long_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0887186Z test_nnc_correctness_long_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0903923Z test_nnc_correctness_lt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0920660Z test_nnc_correctness_lt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0937292Z test_nnc_correctness_lt_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0954060Z test_nnc_correctness_lt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0970718Z test_nnc_correctness_lt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.0987589Z test_nnc_correctness_lt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.1004277Z test_nnc_correctness_lt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1021117Z test_nnc_correctness_lt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1037867Z test_nnc_correctness_lt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1054543Z test_nnc_correctness_lt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1071370Z test_nnc_correctness_lu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1088144Z test_nnc_correctness_lu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1104991Z test_nnc_correctness_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1121792Z test_nnc_correctness_lu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1138709Z test_nnc_correctness_lu_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1155525Z test_nnc_correctness_lu_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.1172338Z test_nnc_correctness_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1189194Z test_nnc_correctness_lu_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1205953Z test_nnc_correctness_lu_unpack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1222891Z test_nnc_correctness_lu_unpack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1239657Z test_nnc_correctness_lu_unpack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1256378Z test_nnc_correctness_lu_unpack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1273206Z test_nnc_correctness_mH_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1289832Z test_nnc_correctness_mH_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1306863Z test_nnc_correctness_mH_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.1323409Z test_nnc_correctness_mH_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1340193Z test_nnc_correctness_mH_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1356930Z test_nnc_correctness_mH_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1373645Z test_nnc_correctness_mH_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1390511Z test_nnc_correctness_mH_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1407242Z test_nnc_correctness_mH_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1424171Z test_nnc_correctness_mH_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1440906Z test_nnc_correctness_mH_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1457823Z test_nnc_correctness_mH_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.1474636Z test_nnc_correctness_mH_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1491329Z test_nnc_correctness_mT_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1508143Z test_nnc_correctness_mT_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1524863Z test_nnc_correctness_mT_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1541619Z test_nnc_correctness_mT_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1558374Z test_nnc_correctness_mT_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1575111Z test_nnc_correctness_mT_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1591960Z test_nnc_correctness_mT_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1608781Z test_nnc_correctness_mT_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1625830Z test_nnc_correctness_mT_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1642584Z test_nnc_correctness_mT_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1659448Z test_nnc_correctness_mT_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1676266Z test_nnc_correctness_mT_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1692951Z test_nnc_correctness_mT_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1710465Z test_nnc_correctness_masked_fill_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:43.1726637Z test_nnc_correctness_masked_fill_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1743461Z test_nnc_correctness_masked_fill_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1760143Z test_nnc_correctness_masked_fill_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1776825Z test_nnc_correctness_masked_fill_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1793656Z test_nnc_correctness_masked_fill_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1810762Z test_nnc_correctness_masked_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1827235Z test_nnc_correctness_masked_fill_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1843906Z test_nnc_correctness_masked_fill_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1860667Z test_nnc_correctness_masked_fill_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1877361Z test_nnc_correctness_masked_fill_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1894084Z test_nnc_correctness_masked_fill_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1910948Z test_nnc_correctness_masked_fill_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1927657Z test_nnc_correctness_masked_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1944498Z test_nnc_correctness_masked_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1961225Z test_nnc_correctness_masked_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.1978083Z test_nnc_correctness_masked_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.1994928Z test_nnc_correctness_masked_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2011485Z test_nnc_correctness_masked_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2028239Z test_nnc_correctness_masked_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2044928Z test_nnc_correctness_masked_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2061658Z test_nnc_correctness_masked_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2078414Z test_nnc_correctness_masked_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2095032Z test_nnc_correctness_masked_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2111762Z test_nnc_correctness_masked_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2128551Z test_nnc_correctness_masked_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.2145339Z test_nnc_correctness_masked_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2162255Z test_nnc_correctness_masked_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2178951Z test_nnc_correctness_masked_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2195677Z test_nnc_correctness_masked_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2212295Z test_nnc_correctness_masked_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2229104Z test_nnc_correctness_masked_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2245828Z test_nnc_correctness_masked_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2262685Z test_nnc_correctness_masked_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2279843Z test_nnc_correctness_masked_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2296360Z test_nnc_correctness_masked_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.2313251Z test_nnc_correctness_masked_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2329947Z test_nnc_correctness_matmul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2346774Z test_nnc_correctness_matmul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2363631Z test_nnc_correctness_matmul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2381004Z test_nnc_correctness_matmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2397155Z test_nnc_correctness_matmul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2413827Z test_nnc_correctness_matmul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2430600Z test_nnc_correctness_matmul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2441072Z test_nnc_correctness_matmul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:43.2457602Z test_nnc_correctness_matmul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2474462Z test_nnc_correctness_matmul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2491144Z test_nnc_correctness_matrix_exp_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2507904Z test_nnc_correctness_matrix_exp_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2524625Z test_nnc_correctness_matrix_exp_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2541587Z test_nnc_correctness_matrix_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.2558261Z test_nnc_correctness_matrix_exp_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2575020Z test_nnc_correctness_max_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2591839Z test_nnc_correctness_max_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2608490Z test_nnc_correctness_max_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2625411Z test_nnc_correctness_max_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2642166Z test_nnc_correctness_max_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2658948Z test_nnc_correctness_max_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2675650Z test_nnc_correctness_max_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2692348Z test_nnc_correctness_max_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2709335Z test_nnc_correctness_max_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.2726049Z test_nnc_correctness_max_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2742967Z test_nnc_correctness_max_reduction_no_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2759522Z test_nnc_correctness_max_reduction_no_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2776257Z test_nnc_correctness_max_reduction_no_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2793031Z test_nnc_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2809973Z test_nnc_correctness_max_reduction_no_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:43.2826772Z test_nnc_correctness_max_reduction_no_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2843417Z test_nnc_correctness_max_reduction_no_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2860168Z test_nnc_correctness_max_reduction_no_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2876942Z test_nnc_correctness_max_reduction_no_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2893588Z test_nnc_correctness_max_reduction_no_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2910543Z test_nnc_correctness_max_reduction_with_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:43.2927141Z test_nnc_correctness_max_reduction_with_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2944049Z test_nnc_correctness_max_reduction_with_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2960877Z test_nnc_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2977582Z test_nnc_correctness_max_reduction_with_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.2994411Z test_nnc_correctness_max_reduction_with_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3011096Z test_nnc_correctness_max_reduction_with_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3028007Z test_nnc_correctness_max_reduction_with_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3044743Z test_nnc_correctness_max_reduction_with_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3061679Z test_nnc_correctness_max_reduction_with_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.3078392Z test_nnc_correctness_maximum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3095192Z test_nnc_correctness_maximum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3111859Z test_nnc_correctness_maximum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3128594Z test_nnc_correctness_maximum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3145438Z test_nnc_correctness_maximum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3162116Z test_nnc_correctness_maximum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3178926Z test_nnc_correctness_maximum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3195678Z test_nnc_correctness_maximum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3212463Z test_nnc_correctness_maximum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.3229289Z test_nnc_correctness_maximum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3245996Z test_nnc_correctness_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3262798Z test_nnc_correctness_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3279594Z test_nnc_correctness_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3296229Z test_nnc_correctness_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3312954Z test_nnc_correctness_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3329695Z test_nnc_correctness_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3346603Z test_nnc_correctness_median_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3363351Z test_nnc_correctness_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3380312Z test_nnc_correctness_median_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.3397031Z test_nnc_correctness_median_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3413737Z test_nnc_correctness_median_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3430525Z test_nnc_correctness_median_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3447257Z test_nnc_correctness_median_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3464103Z test_nnc_correctness_median_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3480862Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3497463Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3514315Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3531039Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.3547759Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3564448Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3581269Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3597913Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3614713Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3631577Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3648285Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3665192Z test_nnc_correctness_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3682079Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.3698853Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3715653Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3732387Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3749180Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3765859Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3782856Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:43.3799530Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3816201Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3833074Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3849682Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3866547Z test_nnc_correctness_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3883319Z test_nnc_correctness_min_binary_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:43.3900081Z test_nnc_correctness_min_binary_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3916786Z test_nnc_correctness_min_binary_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3933477Z test_nnc_correctness_min_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3950302Z test_nnc_correctness_min_binary_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3966988Z test_nnc_correctness_min_binary_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.3983822Z test_nnc_correctness_min_binary_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4000595Z test_nnc_correctness_min_binary_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4017359Z test_nnc_correctness_min_binary_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4034154Z test_nnc_correctness_min_binary_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4050985Z test_nnc_correctness_min_reduction_no_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.4067828Z test_nnc_correctness_min_reduction_no_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4084561Z test_nnc_correctness_min_reduction_no_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4101323Z test_nnc_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4118027Z test_nnc_correctness_min_reduction_no_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4134806Z test_nnc_correctness_min_reduction_no_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4151589Z test_nnc_correctness_min_reduction_no_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4168263Z test_nnc_correctness_min_reduction_no_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4185073Z test_nnc_correctness_min_reduction_no_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4201803Z test_nnc_correctness_min_reduction_no_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.4218635Z test_nnc_correctness_min_reduction_with_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4235352Z test_nnc_correctness_min_reduction_with_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4252039Z test_nnc_correctness_min_reduction_with_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4268894Z test_nnc_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4285547Z test_nnc_correctness_min_reduction_with_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4302430Z test_nnc_correctness_min_reduction_with_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4319071Z test_nnc_correctness_min_reduction_with_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4335792Z test_nnc_correctness_min_reduction_with_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4352757Z test_nnc_correctness_min_reduction_with_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.4369449Z test_nnc_correctness_min_reduction_with_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4387043Z test_nnc_correctness_minimum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4403733Z test_nnc_correctness_minimum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4420604Z test_nnc_correctness_minimum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4437343Z test_nnc_correctness_minimum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4453977Z test_nnc_correctness_minimum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4470837Z test_nnc_correctness_minimum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4487586Z test_nnc_correctness_minimum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4504489Z test_nnc_correctness_minimum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.4521167Z test_nnc_correctness_minimum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4537796Z test_nnc_correctness_minimum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4554741Z test_nnc_correctness_mm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4571340Z test_nnc_correctness_mm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4588155Z test_nnc_correctness_mm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4604920Z test_nnc_correctness_mm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4621739Z test_nnc_correctness_mm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4638403Z test_nnc_correctness_mm_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4655136Z test_nnc_correctness_mm_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4672273Z test_nnc_correctness_mm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.4688974Z test_nnc_correctness_mm_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4705841Z test_nnc_correctness_mm_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4722649Z test_nnc_correctness_mode_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4739468Z test_nnc_correctness_mode_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4756191Z test_nnc_correctness_mode_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4773001Z test_nnc_correctness_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:43.4789858Z test_nnc_correctness_mode_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4806527Z test_nnc_correctness_mode_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4823357Z test_nnc_correctness_mode_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4840049Z test_nnc_correctness_mode_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4856702Z test_nnc_correctness_mode_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4873790Z test_nnc_correctness_mode_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:43.4890349Z test_nnc_correctness_movedim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4907196Z test_nnc_correctness_movedim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4923878Z test_nnc_correctness_movedim_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4940784Z test_nnc_correctness_movedim_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4957617Z test_nnc_correctness_movedim_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.4974393Z test_nnc_correctness_movedim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:43.4991334Z test_nnc_correctness_movedim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5008019Z test_nnc_correctness_movedim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5024908Z test_nnc_correctness_movedim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5041699Z test_nnc_correctness_movedim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5058471Z test_nnc_correctness_movedim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5075220Z test_nnc_correctness_movedim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5091987Z test_nnc_correctness_movedim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5108865Z test_nnc_correctness_msort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5125652Z test_nnc_correctness_msort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.5142466Z test_nnc_correctness_msort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5159199Z test_nnc_correctness_msort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5175865Z test_nnc_correctness_msort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5192649Z test_nnc_correctness_msort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5209336Z test_nnc_correctness_msort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5226194Z test_nnc_correctness_msort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5242928Z test_nnc_correctness_msort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5259743Z test_nnc_correctness_msort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5276780Z test_nnc_correctness_mul_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.5293670Z test_nnc_correctness_mul_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:14:43.5310493Z test_nnc_correctness_mul_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5327164Z test_nnc_correctness_mul_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5343938Z test_nnc_correctness_mul_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5360630Z test_nnc_correctness_mul_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5377399Z test_nnc_correctness_mul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5394237Z test_nnc_correctness_mul_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5410946Z test_nnc_correctness_mul_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5427725Z test_nnc_correctness_mul_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5444860Z test_nnc_correctness_mul_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.5461988Z test_nnc_correctness_mul_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5478881Z test_nnc_correctness_mul_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5495589Z test_nnc_correctness_multinomial_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5512380Z test_nnc_correctness_multinomial_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5529116Z test_nnc_correctness_multinomial_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5545952Z test_nnc_correctness_mv_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5562879Z test_nnc_correctness_mv_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5579742Z test_nnc_correctness_mv_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5596799Z test_nnc_correctness_mv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.5613844Z test_nnc_correctness_mv_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5630615Z test_nnc_correctness_mv_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5647291Z test_nnc_correctness_mv_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5664091Z test_nnc_correctness_mv_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5680792Z test_nnc_correctness_mv_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5697571Z test_nnc_correctness_mv_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5714598Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5731202Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5748031Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5764985Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.5781857Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5798516Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5815302Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5832160Z test_nnc_correctness_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5848873Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5865844Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:43.5882546Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5899474Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5916128Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5932803Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5949595Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5966210Z test_nnc_correctness_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5983095Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.5999751Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6016603Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.6033401Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6050064Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6066893Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6084284Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6100506Z test_nnc_correctness_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6117186Z test_nnc_correctness_nan_to_num_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6133888Z test_nnc_correctness_nan_to_num_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6150707Z test_nnc_correctness_nan_to_num_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6167565Z test_nnc_correctness_nan_to_num_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.6184430Z test_nnc_correctness_nan_to_num_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6201158Z test_nnc_correctness_nan_to_num_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6217790Z test_nnc_correctness_nan_to_num_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6234560Z test_nnc_correctness_nan_to_num_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6251188Z test_nnc_correctness_nan_to_num_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6268074Z test_nnc_correctness_nan_to_num_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:43.6284763Z test_nnc_correctness_nanmean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6301615Z test_nnc_correctness_nanmean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6318287Z test_nnc_correctness_nanmean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6335025Z test_nnc_correctness_nanmean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6351914Z test_nnc_correctness_nanmedian_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6368703Z test_nnc_correctness_nanmedian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6385537Z test_nnc_correctness_nanmedian_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6402265Z test_nnc_correctness_nanmedian_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6419134Z test_nnc_correctness_nanmedian_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6435959Z test_nnc_correctness_nanmedian_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.6452694Z test_nnc_correctness_nanmedian_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6469409Z test_nnc_correctness_nanmedian_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6486140Z test_nnc_correctness_nanquantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6503032Z test_nnc_correctness_nanquantile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6519678Z test_nnc_correctness_nansum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6536462Z test_nnc_correctness_nansum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6553354Z test_nnc_correctness_nansum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6570024Z test_nnc_correctness_nansum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6586939Z test_nnc_correctness_nansum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.6603517Z test_nnc_correctness_nansum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6620311Z test_nnc_correctness_nansum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6637071Z test_nnc_correctness_nansum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6653763Z test_nnc_correctness_nansum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6670572Z test_nnc_correctness_nansum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6687365Z test_nnc_correctness_narrow_copy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6704282Z test_nnc_correctness_narrow_copy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6720989Z test_nnc_correctness_narrow_copy_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6737796Z test_nnc_correctness_narrow_copy_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.6754661Z test_nnc_correctness_narrow_copy_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6771295Z test_nnc_correctness_narrow_copy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6788175Z test_nnc_correctness_narrow_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6804871Z test_nnc_correctness_narrow_copy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6821830Z test_nnc_correctness_narrow_copy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6838589Z test_nnc_correctness_narrow_copy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:43.6855235Z test_nnc_correctness_narrow_copy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6872090Z test_nnc_correctness_narrow_copy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6888775Z test_nnc_correctness_narrow_copy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6905642Z test_nnc_correctness_narrow_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6922340Z test_nnc_correctness_narrow_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6939182Z test_nnc_correctness_narrow_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6955858Z test_nnc_correctness_narrow_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6972509Z test_nnc_correctness_narrow_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.6989294Z test_nnc_correctness_narrow_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7006137Z test_nnc_correctness_narrow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.7022948Z test_nnc_correctness_narrow_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7039566Z test_nnc_correctness_narrow_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7056192Z test_nnc_correctness_narrow_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7072984Z test_nnc_correctness_narrow_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7089688Z test_nnc_correctness_narrow_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7106481Z test_nnc_correctness_narrow_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7123232Z test_nnc_correctness_native_layer_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7140040Z test_nnc_correctness_native_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7156852Z test_nnc_correctness_native_layer_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.7173592Z test_nnc_correctness_ne_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7190399Z test_nnc_correctness_ne_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7207165Z test_nnc_correctness_ne_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7224044Z test_nnc_correctness_ne_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7240812Z test_nnc_correctness_ne_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7257549Z test_nnc_correctness_ne_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7274360Z test_nnc_correctness_ne_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7291111Z test_nnc_correctness_ne_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7308026Z test_nnc_correctness_ne_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.7324739Z test_nnc_correctness_ne_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7341521Z test_nnc_correctness_ne_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7358234Z test_nnc_correctness_ne_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7374861Z test_nnc_correctness_neg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7391668Z test_nnc_correctness_neg_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7408350Z test_nnc_correctness_neg_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7425156Z test_nnc_correctness_neg_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7441902Z test_nnc_correctness_neg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7458680Z test_nnc_correctness_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7475607Z test_nnc_correctness_neg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.7492290Z test_nnc_correctness_neg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7509103Z test_nnc_correctness_neg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7525776Z test_nnc_correctness_neg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7542583Z test_nnc_correctness_neg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7559335Z test_nnc_correctness_neg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7569953Z test_nnc_correctness_new_empty_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.010s) 2022-09-27T16:14:43.7580373Z test_nnc_correctness_new_empty_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:43.7590780Z test_nnc_correctness_new_empty_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:43.7600991Z test_nnc_correctness_new_empty_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:43.7611237Z test_nnc_correctness_new_empty_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:43.7621567Z test_nnc_correctness_new_empty_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:43.7631818Z test_nnc_correctness_new_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:43.7642003Z test_nnc_correctness_new_empty_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:43.7652165Z test_nnc_correctness_new_empty_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:43.7662433Z test_nnc_correctness_new_empty_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:43.7672626Z test_nnc_correctness_new_empty_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:43.7682845Z test_nnc_correctness_new_empty_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:43.7692946Z test_nnc_correctness_new_empty_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:43.7703292Z test_nnc_correctness_new_empty_strided_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:14:43.7713535Z test_nnc_correctness_new_empty_strided_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:14:43.7723847Z test_nnc_correctness_new_empty_strided_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.016s) 2022-09-27T16:14:43.7734153Z test_nnc_correctness_new_empty_strided_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:14:43.7744333Z test_nnc_correctness_new_empty_strided_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:14:43.7754503Z test_nnc_correctness_new_empty_strided_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:14:43.7764795Z test_nnc_correctness_new_empty_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:14:43.7774995Z test_nnc_correctness_new_empty_strided_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:14:43.7785375Z test_nnc_correctness_new_empty_strided_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:14:43.7795626Z test_nnc_correctness_new_empty_strided_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:14:43.7805759Z test_nnc_correctness_new_empty_strided_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:14:43.7816007Z test_nnc_correctness_new_empty_strided_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:14:43.7826383Z test_nnc_correctness_new_empty_strided_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.010s) 2022-09-27T16:14:43.7842951Z test_nnc_correctness_new_full_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7859732Z test_nnc_correctness_new_full_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7876518Z test_nnc_correctness_new_full_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7893278Z test_nnc_correctness_new_full_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7910128Z test_nnc_correctness_new_full_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7926784Z test_nnc_correctness_new_full_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7943617Z test_nnc_correctness_new_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7960283Z test_nnc_correctness_new_full_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.7977083Z test_nnc_correctness_new_full_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.7993880Z test_nnc_correctness_new_full_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8010582Z test_nnc_correctness_new_full_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8027355Z test_nnc_correctness_new_full_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8044072Z test_nnc_correctness_new_full_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8061003Z test_nnc_correctness_new_ones_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8077720Z test_nnc_correctness_new_ones_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8094405Z test_nnc_correctness_new_ones_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8111229Z test_nnc_correctness_new_ones_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8128031Z test_nnc_correctness_new_ones_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8145183Z test_nnc_correctness_new_ones_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.8161946Z test_nnc_correctness_new_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8178712Z test_nnc_correctness_new_ones_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8195490Z test_nnc_correctness_new_ones_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8212272Z test_nnc_correctness_new_ones_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8229125Z test_nnc_correctness_new_ones_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8245930Z test_nnc_correctness_new_ones_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8262755Z test_nnc_correctness_new_ones_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8279482Z test_nnc_correctness_new_zeros_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8296253Z test_nnc_correctness_new_zeros_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.8313109Z test_nnc_correctness_new_zeros_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8329836Z test_nnc_correctness_new_zeros_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8346680Z test_nnc_correctness_new_zeros_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8363303Z test_nnc_correctness_new_zeros_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8380029Z test_nnc_correctness_new_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8396718Z test_nnc_correctness_new_zeros_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8413555Z test_nnc_correctness_new_zeros_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8430572Z test_nnc_correctness_new_zeros_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8447552Z test_nnc_correctness_new_zeros_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.8464427Z test_nnc_correctness_new_zeros_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8481210Z test_nnc_correctness_new_zeros_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8498201Z test_nnc_correctness_nextafter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8515091Z test_nnc_correctness_nextafter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8531909Z test_nnc_correctness_nextafter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8548920Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8565765Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8582706Z test_nnc_correctness_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8599543Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8617211Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.8634108Z test_nnc_correctness_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8651039Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8668037Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8684858Z test_nnc_correctness_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8701837Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8718649Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8735452Z test_nnc_correctness_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8752416Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8769409Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.8786405Z test_nnc_correctness_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8803318Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8820320Z test_nnc_correctness_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8837179Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8854008Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8871000Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:43.8887841Z test_nnc_correctness_nn_functional_avg_pool1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8904764Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8921629Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8938575Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8955569Z test_nnc_correctness_nn_functional_avg_pool2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8972366Z test_nnc_correctness_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.8989360Z test_nnc_correctness_nn_functional_avg_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9006169Z test_nnc_correctness_nn_functional_avg_pool3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9016858Z test_nnc_correctness_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:14:43.9033698Z test_nnc_correctness_nn_functional_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9050488Z test_nnc_correctness_nn_functional_batch_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9061173Z test_nnc_correctness_nn_functional_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:43.9077850Z test_nnc_correctness_nn_functional_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9094721Z test_nnc_correctness_nn_functional_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9111621Z test_nnc_correctness_nn_functional_bilinear_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9128435Z test_nnc_correctness_nn_functional_bilinear_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9145309Z test_nnc_correctness_nn_functional_bilinear_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9162136Z test_nnc_correctness_nn_functional_bilinear_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9179132Z test_nnc_correctness_nn_functional_bilinear_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.9189706Z test_nnc_correctness_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:43.9200032Z test_nnc_correctness_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:43.9216790Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9233704Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9250447Z test_nnc_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9267325Z test_nnc_correctness_nn_functional_celu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9284084Z test_nnc_correctness_nn_functional_celu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9301020Z test_nnc_correctness_nn_functional_celu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9317836Z test_nnc_correctness_nn_functional_conv1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9334699Z test_nnc_correctness_nn_functional_conv1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.9351584Z test_nnc_correctness_nn_functional_conv1d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9368369Z test_nnc_correctness_nn_functional_conv1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9385335Z test_nnc_correctness_nn_functional_conv1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9402149Z test_nnc_correctness_nn_functional_conv1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9419118Z test_nnc_correctness_nn_functional_conv2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9435877Z test_nnc_correctness_nn_functional_conv2d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9452654Z test_nnc_correctness_nn_functional_conv2d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9469539Z test_nnc_correctness_nn_functional_conv2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9486476Z test_nnc_correctness_nn_functional_conv2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.9503376Z test_nnc_correctness_nn_functional_conv2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9520173Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9537018Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9553906Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9570679Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9587636Z test_nnc_correctness_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9604456Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9621415Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9638220Z test_nnc_correctness_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9655261Z test_nnc_correctness_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:43.9672123Z test_nnc_correctness_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9688959Z test_nnc_correctness_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9705910Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9722769Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9739825Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9756690Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9773562Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9790529Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9807372Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9824306Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9841341Z test_nnc_correctness_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:43.9858259Z test_nnc_correctness_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9875211Z test_nnc_correctness_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9892089Z test_nnc_correctness_nn_functional_cosine_similarity_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9909051Z test_nnc_correctness_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9925795Z test_nnc_correctness_nn_functional_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9942713Z test_nnc_correctness_nn_functional_cross_entropy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9959456Z test_nnc_correctness_nn_functional_ctc_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9976265Z test_nnc_correctness_nn_functional_ctc_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:43.9993191Z test_nnc_correctness_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0010110Z test_nnc_correctness_nn_functional_dropout2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.0026847Z test_nnc_correctness_nn_functional_dropout2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0043567Z test_nnc_correctness_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0060384Z test_nnc_correctness_nn_functional_dropout3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0077119Z test_nnc_correctness_nn_functional_dropout3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0093855Z test_nnc_correctness_nn_functional_dropout_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0110829Z test_nnc_correctness_nn_functional_dropout_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:44.0127670Z test_nnc_correctness_nn_functional_dropout_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0144640Z test_nnc_correctness_nn_functional_elu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0161381Z test_nnc_correctness_nn_functional_elu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0178183Z test_nnc_correctness_nn_functional_elu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0195085Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0211912Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0228941Z test_nnc_correctness_nn_functional_embedding_bag_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0245737Z test_nnc_correctness_nn_functional_embedding_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0262693Z test_nnc_correctness_nn_functional_embedding_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.0279468Z test_nnc_correctness_nn_functional_embedding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0296173Z test_nnc_correctness_nn_functional_embedding_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0313099Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0330005Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0346888Z test_nnc_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0363718Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0380551Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0397344Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0414405Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.0431324Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0448136Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0465081Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0482019Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0498922Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0515777Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0532668Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0549688Z test_nnc_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0566666Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0583791Z test_nnc_correctness_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.0600649Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0617463Z test_nnc_correctness_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0634404Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0651246Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0668181Z test_nnc_correctness_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0684981Z test_nnc_correctness_nn_functional_gelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0701828Z test_nnc_correctness_nn_functional_gelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0718708Z test_nnc_correctness_nn_functional_gelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0735921Z test_nnc_correctness_nn_functional_glu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.0753354Z test_nnc_correctness_nn_functional_glu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0770127Z test_nnc_correctness_nn_functional_glu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0787112Z test_nnc_correctness_nn_functional_grid_sample_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0803929Z test_nnc_correctness_nn_functional_grid_sample_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0820870Z test_nnc_correctness_nn_functional_group_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0837714Z test_nnc_correctness_nn_functional_group_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:44.0854589Z test_nnc_correctness_nn_functional_group_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0871478Z test_nnc_correctness_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0888309Z test_nnc_correctness_nn_functional_hardshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0905288Z test_nnc_correctness_nn_functional_hardshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0922107Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0939034Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0955846Z test_nnc_correctness_nn_functional_hardsigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0972746Z test_nnc_correctness_nn_functional_hardswish_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.0989708Z test_nnc_correctness_nn_functional_hardswish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.1006675Z test_nnc_correctness_nn_functional_hardswish_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1023456Z test_nnc_correctness_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1040153Z test_nnc_correctness_nn_functional_hardtanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1056937Z test_nnc_correctness_nn_functional_hardtanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1073809Z test_nnc_correctness_nn_functional_hardtanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1090664Z test_nnc_correctness_nn_functional_hardtanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1107580Z test_nnc_correctness_nn_functional_hardtanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1124427Z test_nnc_correctness_nn_functional_hardtanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1141516Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.1158342Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1175294Z test_nnc_correctness_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1192230Z test_nnc_correctness_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1208982Z test_nnc_correctness_nn_functional_huber_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1225993Z test_nnc_correctness_nn_functional_huber_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1242805Z test_nnc_correctness_nn_functional_huber_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1259798Z test_nnc_correctness_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1276693Z test_nnc_correctness_nn_functional_instance_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1293644Z test_nnc_correctness_nn_functional_instance_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1310731Z test_nnc_correctness_nn_functional_interpolate_area_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1327634Z test_nnc_correctness_nn_functional_interpolate_area_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1344713Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1361475Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1378365Z test_nnc_correctness_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1395229Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1412071Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1429013Z test_nnc_correctness_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1445898Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1462943Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.1479778Z test_nnc_correctness_nn_functional_interpolate_linear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1496617Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1513560Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1530400Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1547308Z test_nnc_correctness_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1564143Z test_nnc_correctness_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1581144Z test_nnc_correctness_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1597972Z test_nnc_correctness_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1614925Z test_nnc_correctness_nn_functional_kl_div_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.1631841Z test_nnc_correctness_nn_functional_kl_div_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1648645Z test_nnc_correctness_nn_functional_kl_div_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1665543Z test_nnc_correctness_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1683057Z test_nnc_correctness_nn_functional_l1_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1699361Z test_nnc_correctness_nn_functional_l1_loss_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1716231Z test_nnc_correctness_nn_functional_l1_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:44.1733071Z test_nnc_correctness_nn_functional_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1750840Z test_nnc_correctness_nn_functional_l1_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1767759Z test_nnc_correctness_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1784646Z test_nnc_correctness_nn_functional_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1801415Z test_nnc_correctness_nn_functional_layer_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1818566Z test_nnc_correctness_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:44.1835397Z test_nnc_correctness_nn_functional_leaky_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1852175Z test_nnc_correctness_nn_functional_leaky_relu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1869153Z test_nnc_correctness_nn_functional_linear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1885930Z test_nnc_correctness_nn_functional_linear_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1902827Z test_nnc_correctness_nn_functional_linear_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1919599Z test_nnc_correctness_nn_functional_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1936407Z test_nnc_correctness_nn_functional_linear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1953285Z test_nnc_correctness_nn_functional_linear_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.1970258Z test_nnc_correctness_nn_functional_linear_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.1987217Z test_nnc_correctness_nn_functional_linear_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2004026Z test_nnc_correctness_nn_functional_linear_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2020980Z test_nnc_correctness_nn_functional_linear_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2037941Z test_nnc_correctness_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2054648Z test_nnc_correctness_nn_functional_local_response_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2071562Z test_nnc_correctness_nn_functional_local_response_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2088289Z test_nnc_correctness_nn_functional_local_response_norm_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2105245Z test_nnc_correctness_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2122125Z test_nnc_correctness_nn_functional_logsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.2138999Z test_nnc_correctness_nn_functional_logsigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2155914Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2172823Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2189763Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2206655Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2223662Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2240549Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2257461Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2274564Z test_nnc_correctness_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2285150Z test_nnc_correctness_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: Works on some configs (0.016s) 2022-09-27T16:14:44.2302027Z test_nnc_correctness_nn_functional_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2318906Z test_nnc_correctness_nn_functional_max_pool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2335718Z test_nnc_correctness_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2352645Z test_nnc_correctness_nn_functional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2369434Z test_nnc_correctness_nn_functional_max_pool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2386524Z test_nnc_correctness_nn_functional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2403252Z test_nnc_correctness_nn_functional_max_pool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2420236Z test_nnc_correctness_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2437033Z test_nnc_correctness_nn_functional_max_unpool1d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.2453799Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2470654Z test_nnc_correctness_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2487524Z test_nnc_correctness_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2504462Z test_nnc_correctness_nn_functional_max_unpool2d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2521314Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2538074Z test_nnc_correctness_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2554881Z test_nnc_correctness_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2571651Z test_nnc_correctness_nn_functional_max_unpool3d_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2588671Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2605754Z test_nnc_correctness_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.2622695Z test_nnc_correctness_nn_functional_mish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2639523Z test_nnc_correctness_nn_functional_mish_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2656348Z test_nnc_correctness_nn_functional_mse_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2673265Z test_nnc_correctness_nn_functional_mse_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2690117Z test_nnc_correctness_nn_functional_mse_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2707206Z test_nnc_correctness_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2724214Z test_nnc_correctness_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2741123Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2757933Z test_nnc_correctness_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2774818Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2791797Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:44.2808609Z test_nnc_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2825565Z test_nnc_correctness_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2842399Z test_nnc_correctness_nn_functional_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2859259Z test_nnc_correctness_nn_functional_nll_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2876091Z test_nnc_correctness_nn_functional_normalize_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2892906Z test_nnc_correctness_nn_functional_normalize_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2909817Z test_nnc_correctness_nn_functional_normalize_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2926666Z test_nnc_correctness_nn_functional_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2943510Z test_nnc_correctness_nn_functional_normalize_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2960451Z test_nnc_correctness_nn_functional_one_hot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.2977260Z test_nnc_correctness_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.2994164Z test_nnc_correctness_nn_functional_pad_circular_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3010883Z test_nnc_correctness_nn_functional_pad_circular_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3027802Z test_nnc_correctness_nn_functional_pad_circular_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3044603Z test_nnc_correctness_nn_functional_pad_circular_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3061601Z test_nnc_correctness_nn_functional_pad_circular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3078416Z test_nnc_correctness_nn_functional_pad_circular_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3095293Z test_nnc_correctness_nn_functional_pad_circular_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3112387Z test_nnc_correctness_nn_functional_pad_circular_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.3129125Z test_nnc_correctness_nn_functional_pad_circular_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3146107Z test_nnc_correctness_nn_functional_pad_circular_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3162935Z test_nnc_correctness_nn_functional_pad_circular_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3179842Z test_nnc_correctness_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3196682Z test_nnc_correctness_nn_functional_pad_constant_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3213558Z test_nnc_correctness_nn_functional_pad_constant_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3230447Z test_nnc_correctness_nn_functional_pad_constant_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3247245Z test_nnc_correctness_nn_functional_pad_constant_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3264285Z test_nnc_correctness_nn_functional_pad_constant_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.3281108Z test_nnc_correctness_nn_functional_pad_constant_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3297917Z test_nnc_correctness_nn_functional_pad_constant_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3314828Z test_nnc_correctness_nn_functional_pad_constant_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3331663Z test_nnc_correctness_nn_functional_pad_constant_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3348586Z test_nnc_correctness_nn_functional_pad_constant_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3365376Z test_nnc_correctness_nn_functional_pad_constant_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3382323Z test_nnc_correctness_nn_functional_pad_reflect_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3399164Z test_nnc_correctness_nn_functional_pad_reflect_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3416132Z test_nnc_correctness_nn_functional_pad_reflect_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3433317Z test_nnc_correctness_nn_functional_pad_reflect_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.3450156Z test_nnc_correctness_nn_functional_pad_replicate_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3467081Z test_nnc_correctness_nn_functional_pad_replicate_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3483911Z test_nnc_correctness_nn_functional_pad_replicate_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3500850Z test_nnc_correctness_nn_functional_pad_replicate_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3517748Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3534581Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3551504Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3568309Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3585387Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.3602135Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3619122Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3636009Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3652795Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3669686Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3686578Z test_nnc_correctness_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3703475Z test_nnc_correctness_nn_functional_pdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3720311Z test_nnc_correctness_nn_functional_pdist_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3737307Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.3754361Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3771203Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3788166Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3805086Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3822072Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3839021Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:44.3855909Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3872862Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3889834Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3906840Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3923675Z test_nnc_correctness_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3940622Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3957412Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3974269Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.3991418Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.4008252Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4025131Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4041929Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4058833Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4075706Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4092517Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4109528Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4126356Z test_nnc_correctness_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4143374Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.4160192Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4177024Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4193969Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4210736Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4227728Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4244597Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4261490Z test_nnc_correctness_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4278280Z test_nnc_correctness_nn_functional_prelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4295021Z test_nnc_correctness_nn_functional_prelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4312048Z test_nnc_correctness_nn_functional_prelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.4328860Z test_nnc_correctness_nn_functional_relu6_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4345811Z test_nnc_correctness_nn_functional_relu6_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4362569Z test_nnc_correctness_nn_functional_relu6_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4379535Z test_nnc_correctness_nn_functional_relu6_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4396318Z test_nnc_correctness_nn_functional_relu6_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4413079Z test_nnc_correctness_nn_functional_relu6_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4429996Z test_nnc_correctness_nn_functional_relu6_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4446854Z test_nnc_correctness_nn_functional_relu6_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4463811Z test_nnc_correctness_nn_functional_relu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.4480536Z test_nnc_correctness_nn_functional_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4497357Z test_nnc_correctness_nn_functional_relu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4514246Z test_nnc_correctness_nn_functional_relu_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4531034Z test_nnc_correctness_nn_functional_relu_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4548038Z test_nnc_correctness_nn_functional_relu_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4564867Z test_nnc_correctness_nn_functional_relu_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4581772Z test_nnc_correctness_nn_functional_relu_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4598579Z test_nnc_correctness_nn_functional_rrelu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4615922Z test_nnc_correctness_nn_functional_rrelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.4632973Z test_nnc_correctness_nn_functional_rrelu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4649577Z test_nnc_correctness_nn_functional_selu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4666439Z test_nnc_correctness_nn_functional_selu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4683322Z test_nnc_correctness_nn_functional_selu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4700290Z test_nnc_correctness_nn_functional_silu_complex_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4717167Z test_nnc_correctness_nn_functional_silu_complex_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:44.4734077Z test_nnc_correctness_nn_functional_silu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4750980Z test_nnc_correctness_nn_functional_silu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4767824Z test_nnc_correctness_nn_functional_silu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4784849Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4801824Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4818673Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4835580Z test_nnc_correctness_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4852453Z test_nnc_correctness_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4869406Z test_nnc_correctness_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.4886195Z test_nnc_correctness_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4903086Z test_nnc_correctness_nn_functional_softmin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4919941Z test_nnc_correctness_nn_functional_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4936735Z test_nnc_correctness_nn_functional_softmin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4953698Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4970466Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.4987371Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5004113Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5021106Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5037992Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.5054804Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5071775Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5088657Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5105633Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5122434Z test_nnc_correctness_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5139430Z test_nnc_correctness_nn_functional_softplus_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5156349Z test_nnc_correctness_nn_functional_softplus_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5173216Z test_nnc_correctness_nn_functional_softplus_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5190453Z test_nnc_correctness_nn_functional_softshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.5207157Z test_nnc_correctness_nn_functional_softshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5224101Z test_nnc_correctness_nn_functional_softshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5240892Z test_nnc_correctness_nn_functional_softsign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5257669Z test_nnc_correctness_nn_functional_softsign_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5274639Z test_nnc_correctness_nn_functional_softsign_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5291638Z test_nnc_correctness_nn_functional_softsign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:44.5308536Z test_nnc_correctness_nn_functional_softsign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5325323Z test_nnc_correctness_nn_functional_softsign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5342203Z test_nnc_correctness_nn_functional_softsign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5358954Z test_nnc_correctness_nn_functional_softsign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5375754Z test_nnc_correctness_nn_functional_softsign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5392577Z test_nnc_correctness_nn_functional_softsign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5409258Z test_nnc_correctness_nn_functional_softsign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5426191Z test_nnc_correctness_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5443214Z test_nnc_correctness_nn_functional_tanhshrink_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.5460103Z test_nnc_correctness_nn_functional_tanhshrink_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5476999Z test_nnc_correctness_nn_functional_tanhshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5493885Z test_nnc_correctness_nn_functional_tanhshrink_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5510682Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5527550Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5544542Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5561334Z test_nnc_correctness_nn_functional_tanhshrink_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5578243Z test_nnc_correctness_nn_functional_tanhshrink_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5595125Z test_nnc_correctness_nn_functional_threshold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5612404Z test_nnc_correctness_nn_functional_threshold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5629566Z test_nnc_correctness_nn_functional_threshold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5646353Z test_nnc_correctness_nn_functional_threshold_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5663392Z test_nnc_correctness_nn_functional_threshold_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5680187Z test_nnc_correctness_nn_functional_threshold_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5697045Z test_nnc_correctness_nn_functional_threshold_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5714052Z test_nnc_correctness_nn_functional_threshold_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5731104Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5748072Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5766192Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.5784019Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5800903Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5817729Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5834734Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5851686Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5868706Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:44.5885549Z test_nnc_correctness_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5902488Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5919308Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5936174Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5953047Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5969867Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.5986810Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6003626Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6020667Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.6037483Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6054339Z test_nnc_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6071215Z test_nnc_correctness_nn_functional_unfold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6088136Z test_nnc_correctness_nn_functional_unfold_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6105023Z test_nnc_correctness_nn_functional_unfold_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6121799Z test_nnc_correctness_nn_functional_unfold_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6138762Z test_nnc_correctness_nn_functional_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6155547Z test_nnc_correctness_nn_functional_unfold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6172632Z test_nnc_correctness_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.6189593Z test_nnc_correctness_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6206254Z test_nnc_correctness_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6223262Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6240141Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6256960Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6273933Z test_nnc_correctness_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6290807Z test_nnc_correctness_nonzero_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6307755Z test_nnc_correctness_nonzero_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6324843Z test_nnc_correctness_nonzero_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.6341821Z test_nnc_correctness_nonzero_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6358631Z test_nnc_correctness_nonzero_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6375547Z test_nnc_correctness_nonzero_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6392536Z test_nnc_correctness_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6409399Z test_nnc_correctness_nonzero_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6426523Z test_nnc_correctness_nonzero_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6443429Z test_nnc_correctness_nonzero_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6460363Z test_nnc_correctness_nonzero_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6477228Z test_nnc_correctness_nonzero_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6494642Z test_nnc_correctness_nonzero_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.6511465Z test_nnc_correctness_norm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6528283Z test_nnc_correctness_norm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6545409Z test_nnc_correctness_norm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6562235Z test_nnc_correctness_norm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6579114Z test_nnc_correctness_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6595946Z test_nnc_correctness_norm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6612776Z test_nnc_correctness_norm_fro_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6629813Z test_nnc_correctness_norm_fro_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6646917Z test_nnc_correctness_norm_fro_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.6664087Z test_nnc_correctness_norm_fro_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:14:44.6680969Z test_nnc_correctness_norm_fro_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6697814Z test_nnc_correctness_norm_inf_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6714749Z test_nnc_correctness_norm_inf_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6731595Z test_nnc_correctness_norm_inf_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6748595Z test_nnc_correctness_norm_inf_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:44.6765436Z test_nnc_correctness_norm_inf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6782317Z test_nnc_correctness_norm_inf_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6799263Z test_nnc_correctness_norm_nuc_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6816226Z test_nnc_correctness_norm_nuc_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6833320Z test_nnc_correctness_norm_nuc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6850302Z test_nnc_correctness_norm_nuc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6867336Z test_nnc_correctness_normal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6884160Z test_nnc_correctness_normal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6901168Z test_nnc_correctness_normal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.6918047Z test_nnc_correctness_normal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6934903Z test_nnc_correctness_normal_number_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6951749Z test_nnc_correctness_normal_number_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6968559Z test_nnc_correctness_normal_number_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.6985414Z test_nnc_correctness_normal_number_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7002196Z test_nnc_correctness_ones_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7019056Z test_nnc_correctness_ones_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7035868Z test_nnc_correctness_ones_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7052700Z test_nnc_correctness_ones_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7069690Z test_nnc_correctness_ones_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.7086437Z test_nnc_correctness_ones_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7103385Z test_nnc_correctness_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7120094Z test_nnc_correctness_ones_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7136952Z test_nnc_correctness_ones_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7153844Z test_nnc_correctness_ones_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7170623Z test_nnc_correctness_ones_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7187563Z test_nnc_correctness_ones_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7204420Z test_nnc_correctness_ones_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7221524Z test_nnc_correctness_ones_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.7238264Z test_nnc_correctness_ones_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7255141Z test_nnc_correctness_ones_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7272092Z test_nnc_correctness_ones_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7288855Z test_nnc_correctness_ones_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7306478Z test_nnc_correctness_ones_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7322693Z test_nnc_correctness_ones_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7339507Z test_nnc_correctness_ones_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7356361Z test_nnc_correctness_ones_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7373396Z test_nnc_correctness_ones_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.7390222Z test_nnc_correctness_ones_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7407031Z test_nnc_correctness_ones_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7423999Z test_nnc_correctness_ones_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7440866Z test_nnc_correctness_ormqr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7457730Z test_nnc_correctness_ormqr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7474852Z test_nnc_correctness_ormqr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7491749Z test_nnc_correctness_ormqr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7508745Z test_nnc_correctness_outer_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7525605Z test_nnc_correctness_outer_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7542731Z test_nnc_correctness_outer_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7559563Z test_nnc_correctness_outer_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7576424Z test_nnc_correctness_outer_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7593371Z test_nnc_correctness_outer_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7610169Z test_nnc_correctness_outer_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7627123Z test_nnc_correctness_outer_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7644023Z test_nnc_correctness_outer_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7660915Z test_nnc_correctness_outer_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7677702Z test_nnc_correctness_outer_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7694848Z test_nnc_correctness_outer_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.7712044Z test_nnc_correctness_pca_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7729362Z test_nnc_correctness_pca_lowrank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7746468Z test_nnc_correctness_permute_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7763231Z test_nnc_correctness_permute_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7780173Z test_nnc_correctness_permute_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7797013Z test_nnc_correctness_permute_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:44.7813795Z test_nnc_correctness_permute_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7830658Z test_nnc_correctness_permute_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7847477Z test_nnc_correctness_permute_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7864408Z test_nnc_correctness_permute_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7881202Z test_nnc_correctness_permute_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7898032Z test_nnc_correctness_permute_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7914918Z test_nnc_correctness_permute_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7931736Z test_nnc_correctness_permute_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7948714Z test_nnc_correctness_permute_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.7965527Z test_nnc_correctness_pinverse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7982584Z test_nnc_correctness_pinverse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.7999476Z test_nnc_correctness_pinverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8016382Z test_nnc_correctness_pinverse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8033253Z test_nnc_correctness_polar_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8050127Z test_nnc_correctness_polar_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8067084Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8084042Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8101100Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.8117902Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8134681Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8151626Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8168320Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8185146Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8201903Z test_nnc_correctness_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8218889Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8235631Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8252536Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.8269612Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8286487Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8303479Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8320266Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8337141Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8354174Z test_nnc_correctness_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8371071Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8388031Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8404852Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8421989Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.8438888Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8455645Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8472493Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8489242Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8506191Z test_nnc_correctness_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8522961Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8539896Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8556673Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8573592Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.8590521Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8607348Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8624296Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8641120Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8657964Z test_nnc_correctness_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8674906Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8691710Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8708674Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8726650Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.8743652Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8760373Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8777407Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8794506Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8811253Z test_nnc_correctness_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8828278Z test_nnc_correctness_positive_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:44.8845037Z test_nnc_correctness_positive_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8862019Z test_nnc_correctness_positive_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8878916Z test_nnc_correctness_positive_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8895722Z test_nnc_correctness_positive_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8912663Z test_nnc_correctness_positive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8929566Z test_nnc_correctness_positive_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8946493Z test_nnc_correctness_positive_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8963325Z test_nnc_correctness_positive_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.8980316Z test_nnc_correctness_positive_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.8997157Z test_nnc_correctness_positive_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9013956Z test_nnc_correctness_positive_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9030859Z test_nnc_correctness_pow_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9047660Z test_nnc_correctness_pow_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9064666Z test_nnc_correctness_pow_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9081478Z test_nnc_correctness_pow_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9098351Z test_nnc_correctness_pow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9115237Z test_nnc_correctness_pow_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9132153Z test_nnc_correctness_pow_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9149191Z test_nnc_correctness_pow_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.9166178Z test_nnc_correctness_pow_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9183127Z test_nnc_correctness_pow_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9199868Z test_nnc_correctness_pow_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9216678Z test_nnc_correctness_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9233699Z test_nnc_correctness_prod_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9250476Z test_nnc_correctness_prod_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9267420Z test_nnc_correctness_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9284251Z test_nnc_correctness_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9301364Z test_nnc_correctness_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.9318155Z test_nnc_correctness_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9335613Z test_nnc_correctness_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9352667Z test_nnc_correctness_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9369415Z test_nnc_correctness_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9386320Z test_nnc_correctness_put_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9403128Z test_nnc_correctness_put_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9420130Z test_nnc_correctness_put_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9436846Z test_nnc_correctness_put_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9453805Z test_nnc_correctness_put_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.9470730Z test_nnc_correctness_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9487586Z test_nnc_correctness_put_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9504588Z test_nnc_correctness_put_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9521484Z test_nnc_correctness_put_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9538425Z test_nnc_correctness_put_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9555364Z test_nnc_correctness_put_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9572132Z test_nnc_correctness_put_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9589118Z test_nnc_correctness_qr_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9606085Z test_nnc_correctness_qr_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.9623017Z test_nnc_correctness_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9639853Z test_nnc_correctness_qr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9656609Z test_nnc_correctness_quantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9673467Z test_nnc_correctness_quantile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9690283Z test_nnc_correctness_rad2deg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9707242Z test_nnc_correctness_rad2deg_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9724067Z test_nnc_correctness_rad2deg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9740970Z test_nnc_correctness_rad2deg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9757767Z test_nnc_correctness_rad2deg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9774789Z test_nnc_correctness_rad2deg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:44.9791904Z test_nnc_correctness_rad2deg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9808689Z test_nnc_correctness_rad2deg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9825750Z test_nnc_correctness_rad2deg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9842608Z test_nnc_correctness_rad2deg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9859577Z test_nnc_correctness_rand_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9876368Z test_nnc_correctness_rand_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9893209Z test_nnc_correctness_rand_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9910097Z test_nnc_correctness_rand_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9926922Z test_nnc_correctness_rand_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9943976Z test_nnc_correctness_rand_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9960647Z test_nnc_correctness_rand_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9977454Z test_nnc_correctness_randint_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:44.9994416Z test_nnc_correctness_randint_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0011203Z test_nnc_correctness_randint_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0028279Z test_nnc_correctness_randint_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.0044995Z test_nnc_correctness_randint_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0061895Z test_nnc_correctness_randint_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0078604Z test_nnc_correctness_randint_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0095436Z test_nnc_correctness_randint_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0112333Z test_nnc_correctness_randint_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0129243Z test_nnc_correctness_randn_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:45.0146200Z test_nnc_correctness_randn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0162986Z test_nnc_correctness_randn_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0179819Z test_nnc_correctness_randn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0196681Z test_nnc_correctness_randn_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0213460Z test_nnc_correctness_randn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0230444Z test_nnc_correctness_randn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0247206Z test_nnc_correctness_randn_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0264076Z test_nnc_correctness_randn_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0281156Z test_nnc_correctness_randn_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.0297930Z test_nnc_correctness_randn_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0314878Z test_nnc_correctness_randn_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0331580Z test_nnc_correctness_randn_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0348523Z test_nnc_correctness_randn_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0365393Z test_nnc_correctness_ravel_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0382490Z test_nnc_correctness_ravel_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:45.0399315Z test_nnc_correctness_ravel_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0416121Z test_nnc_correctness_ravel_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0433047Z test_nnc_correctness_ravel_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0449894Z test_nnc_correctness_ravel_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0466854Z test_nnc_correctness_ravel_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0483690Z test_nnc_correctness_ravel_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0500659Z test_nnc_correctness_ravel_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0517437Z test_nnc_correctness_ravel_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0534516Z test_nnc_correctness_ravel_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.0551503Z test_nnc_correctness_ravel_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0568342Z test_nnc_correctness_ravel_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0585329Z test_nnc_correctness_real_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0602105Z test_nnc_correctness_real_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0619043Z test_nnc_correctness_real_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0635869Z test_nnc_correctness_real_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0652689Z test_nnc_correctness_real_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0669654Z test_nnc_correctness_real_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0686528Z test_nnc_correctness_real_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0703676Z test_nnc_correctness_real_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.0720429Z test_nnc_correctness_real_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0737206Z test_nnc_correctness_real_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0754170Z test_nnc_correctness_real_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0770975Z test_nnc_correctness_real_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0788293Z test_nnc_correctness_real_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0805084Z test_nnc_correctness_reciprocal_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0822367Z test_nnc_correctness_reciprocal_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0839175Z test_nnc_correctness_reciprocal_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0856066Z test_nnc_correctness_reciprocal_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0872996Z test_nnc_correctness_reciprocal_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0889853Z test_nnc_correctness_reciprocal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0906815Z test_nnc_correctness_reciprocal_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0923664Z test_nnc_correctness_reciprocal_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0940654Z test_nnc_correctness_reciprocal_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0957591Z test_nnc_correctness_reciprocal_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.0974355Z test_nnc_correctness_reciprocal_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.0991316Z test_nnc_correctness_reciprocal_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1008154Z test_nnc_correctness_remainder_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1025157Z test_nnc_correctness_remainder_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1041936Z test_nnc_correctness_remainder_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1058826Z test_nnc_correctness_remainder_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1075667Z test_nnc_correctness_remainder_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1092598Z test_nnc_correctness_remainder_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1109525Z test_nnc_correctness_remainder_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.1126301Z test_nnc_correctness_remainder_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1143195Z test_nnc_correctness_remainder_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1160038Z test_nnc_correctness_renorm_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1176886Z test_nnc_correctness_renorm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1193766Z test_nnc_correctness_renorm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1210550Z test_nnc_correctness_renorm_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1227550Z test_nnc_correctness_renorm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1244363Z test_nnc_correctness_renorm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1261515Z test_nnc_correctness_repeat_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.1278385Z test_nnc_correctness_repeat_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1295259Z test_nnc_correctness_repeat_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1312105Z test_nnc_correctness_repeat_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1328897Z test_nnc_correctness_repeat_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1345682Z test_nnc_correctness_repeat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1362482Z test_nnc_correctness_repeat_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1379386Z test_nnc_correctness_repeat_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1396218Z test_nnc_correctness_repeat_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1413568Z test_nnc_correctness_repeat_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1430127Z test_nnc_correctness_repeat_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.1447057Z test_nnc_correctness_repeat_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1464053Z test_nnc_correctness_repeat_interleave_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1480853Z test_nnc_correctness_repeat_interleave_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1497621Z test_nnc_correctness_repeat_interleave_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1514516Z test_nnc_correctness_repeat_interleave_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1531420Z test_nnc_correctness_repeat_interleave_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1548403Z test_nnc_correctness_repeat_interleave_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1565318Z test_nnc_correctness_repeat_interleave_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1582418Z test_nnc_correctness_repeat_interleave_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.1599289Z test_nnc_correctness_repeat_interleave_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1616109Z test_nnc_correctness_repeat_interleave_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1633055Z test_nnc_correctness_repeat_interleave_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1649910Z test_nnc_correctness_repeat_interleave_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1666932Z test_nnc_correctness_repeat_interleave_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1683733Z test_nnc_correctness_reshape_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1700782Z test_nnc_correctness_reshape_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1717672Z test_nnc_correctness_reshape_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1734743Z test_nnc_correctness_reshape_as_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.1751635Z test_nnc_correctness_reshape_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1768450Z test_nnc_correctness_reshape_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1785362Z test_nnc_correctness_reshape_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1802208Z test_nnc_correctness_reshape_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1819122Z test_nnc_correctness_reshape_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1836195Z test_nnc_correctness_reshape_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:45.1852861Z test_nnc_correctness_reshape_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1869807Z test_nnc_correctness_reshape_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1886761Z test_nnc_correctness_reshape_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1903698Z test_nnc_correctness_reshape_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1920496Z test_nnc_correctness_reshape_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1937350Z test_nnc_correctness_reshape_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1954256Z test_nnc_correctness_reshape_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1971044Z test_nnc_correctness_reshape_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.1988136Z test_nnc_correctness_reshape_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.2004858Z test_nnc_correctness_reshape_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2021813Z test_nnc_correctness_reshape_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2038548Z test_nnc_correctness_reshape_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2055432Z test_nnc_correctness_reshape_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2072338Z test_nnc_correctness_reshape_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2089196Z test_nnc_correctness_reshape_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2106157Z test_nnc_correctness_reshape_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2122985Z test_nnc_correctness_resize__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2140048Z test_nnc_correctness_resize__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.2156879Z test_nnc_correctness_resize__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2173732Z test_nnc_correctness_resize__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2190656Z test_nnc_correctness_resize__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2207406Z test_nnc_correctness_resize__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2224433Z test_nnc_correctness_resize__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2241152Z test_nnc_correctness_resize__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2258048Z test_nnc_correctness_resize__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2274915Z test_nnc_correctness_resize__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2291748Z test_nnc_correctness_resize__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2308868Z test_nnc_correctness_resize__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.2325706Z test_nnc_correctness_resize_as__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2342718Z test_nnc_correctness_resize_as__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2359542Z test_nnc_correctness_resize_as__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2376358Z test_nnc_correctness_resize_as__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2393302Z test_nnc_correctness_resize_as__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2410149Z test_nnc_correctness_resize_as__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2427102Z test_nnc_correctness_resize_as__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2443865Z test_nnc_correctness_resize_as__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2461027Z test_nnc_correctness_resize_as__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.2477783Z test_nnc_correctness_resize_as__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2494572Z test_nnc_correctness_resize_as__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2511554Z test_nnc_correctness_resize_as__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2528432Z test_nnc_correctness_resolve_conj_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2545347Z test_nnc_correctness_resolve_conj_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2562110Z test_nnc_correctness_resolve_conj_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2579071Z test_nnc_correctness_resolve_conj_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2595989Z test_nnc_correctness_resolve_conj_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2612943Z test_nnc_correctness_resolve_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.2629816Z test_nnc_correctness_resolve_conj_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2646569Z test_nnc_correctness_resolve_conj_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2663469Z test_nnc_correctness_resolve_conj_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2680347Z test_nnc_correctness_resolve_conj_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2697147Z test_nnc_correctness_resolve_conj_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2714171Z test_nnc_correctness_resolve_conj_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:45.2730939Z test_nnc_correctness_resolve_neg_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2747903Z test_nnc_correctness_resolve_neg_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2764719Z test_nnc_correctness_resolve_neg_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2781677Z test_nnc_correctness_resolve_neg_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2798350Z test_nnc_correctness_resolve_neg_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2815084Z test_nnc_correctness_resolve_neg_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2831951Z test_nnc_correctness_resolve_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2848640Z test_nnc_correctness_resolve_neg_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2866504Z test_nnc_correctness_resolve_neg_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2882642Z test_nnc_correctness_resolve_neg_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.2899609Z test_nnc_correctness_resolve_neg_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2916393Z test_nnc_correctness_resolve_neg_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2933169Z test_nnc_correctness_resolve_neg_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2950159Z test_nnc_correctness_roll_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.2967157Z test_nnc_correctness_roll_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:45.2984243Z test_nnc_correctness_roll_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3001031Z test_nnc_correctness_roll_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3017889Z test_nnc_correctness_roll_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3034853Z test_nnc_correctness_roll_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3051679Z test_nnc_correctness_roll_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3068771Z test_nnc_correctness_roll_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3085633Z test_nnc_correctness_roll_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3102621Z test_nnc_correctness_roll_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3119585Z test_nnc_correctness_roll_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3136549Z test_nnc_correctness_roll_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.3153505Z test_nnc_correctness_roll_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3170407Z test_nnc_correctness_rot90_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3187425Z test_nnc_correctness_rot90_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3204229Z test_nnc_correctness_rot90_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3221219Z test_nnc_correctness_rot90_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3238063Z test_nnc_correctness_rot90_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3254783Z test_nnc_correctness_rot90_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3271701Z test_nnc_correctness_rot90_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3288625Z test_nnc_correctness_rot90_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.3305591Z test_nnc_correctness_rot90_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3322427Z test_nnc_correctness_rot90_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3339392Z test_nnc_correctness_rot90_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3356196Z test_nnc_correctness_rot90_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3373763Z test_nnc_correctness_round_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3390220Z test_nnc_correctness_round_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3406989Z test_nnc_correctness_round_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3423955Z test_nnc_correctness_round_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3440918Z test_nnc_correctness_round_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.3457711Z test_nnc_correctness_round_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3474685Z test_nnc_correctness_round_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3491495Z test_nnc_correctness_round_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3508477Z test_nnc_correctness_round_decimals_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3525245Z test_nnc_correctness_round_decimals_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3542121Z test_nnc_correctness_round_decimals_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3558993Z test_nnc_correctness_round_decimals_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3575834Z test_nnc_correctness_round_decimals_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3592781Z test_nnc_correctness_round_decimals_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.3609553Z test_nnc_correctness_round_decimals_neg_3_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3626485Z test_nnc_correctness_round_decimals_neg_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3643313Z test_nnc_correctness_round_decimals_neg_3_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3660275Z test_nnc_correctness_rsqrt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3677133Z test_nnc_correctness_rsqrt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3694027Z test_nnc_correctness_rsqrt_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3710978Z test_nnc_correctness_rsqrt_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3727801Z test_nnc_correctness_rsqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3744923Z test_nnc_correctness_rsqrt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3761864Z test_nnc_correctness_rsqrt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.3778786Z test_nnc_correctness_rsqrt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3795597Z test_nnc_correctness_rsqrt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3812349Z test_nnc_correctness_rsqrt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3829280Z test_nnc_correctness_rsqrt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3846060Z test_nnc_correctness_rsub_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3863084Z test_nnc_correctness_rsub_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:45.3879842Z test_nnc_correctness_rsub_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3896712Z test_nnc_correctness_rsub_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3913595Z test_nnc_correctness_rsub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3930419Z test_nnc_correctness_rsub_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3947335Z test_nnc_correctness_rsub_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3964229Z test_nnc_correctness_rsub_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3981226Z test_nnc_correctness_rsub_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.3998074Z test_nnc_correctness_rsub_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4015085Z test_nnc_correctness_rsub_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.4032070Z test_nnc_correctness_scatter_add_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4048836Z test_nnc_correctness_scatter_add_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4065762Z test_nnc_correctness_scatter_add_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4082523Z test_nnc_correctness_scatter_add_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4099414Z test_nnc_correctness_scatter_add_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4116261Z test_nnc_correctness_scatter_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4133262Z test_nnc_correctness_scatter_add_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4150069Z test_nnc_correctness_scatter_add_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4166993Z test_nnc_correctness_scatter_add_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.4183840Z test_nnc_correctness_scatter_add_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4200690Z test_nnc_correctness_scatter_add_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4217443Z test_nnc_correctness_scatter_add_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4234416Z test_nnc_correctness_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4251242Z test_nnc_correctness_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4268158Z test_nnc_correctness_scatter_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4284892Z test_nnc_correctness_scatter_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4301852Z test_nnc_correctness_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4318872Z test_nnc_correctness_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4335488Z test_nnc_correctness_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4352364Z test_nnc_correctness_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4369219Z test_nnc_correctness_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4386189Z test_nnc_correctness_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4403049Z test_nnc_correctness_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4419962Z test_nnc_correctness_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4436828Z test_nnc_correctness_scatter_reduce_amax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4453671Z test_nnc_correctness_scatter_reduce_amax_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4470658Z test_nnc_correctness_scatter_reduce_amax_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4487686Z test_nnc_correctness_scatter_reduce_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.4504704Z test_nnc_correctness_scatter_reduce_amax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4521374Z test_nnc_correctness_scatter_reduce_amax_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4538226Z test_nnc_correctness_scatter_reduce_amax_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4555043Z test_nnc_correctness_scatter_reduce_amax_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4571783Z test_nnc_correctness_scatter_reduce_amax_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4588766Z test_nnc_correctness_scatter_reduce_amax_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4605653Z test_nnc_correctness_scatter_reduce_amin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4622595Z test_nnc_correctness_scatter_reduce_amin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4639918Z test_nnc_correctness_scatter_reduce_amin_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.4656692Z test_nnc_correctness_scatter_reduce_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4673660Z test_nnc_correctness_scatter_reduce_amin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4690517Z test_nnc_correctness_scatter_reduce_amin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4707492Z test_nnc_correctness_scatter_reduce_amin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4724399Z test_nnc_correctness_scatter_reduce_amin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4741461Z test_nnc_correctness_scatter_reduce_amin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:45.4758194Z test_nnc_correctness_scatter_reduce_amin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4775012Z test_nnc_correctness_scatter_reduce_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4791914Z test_nnc_correctness_scatter_reduce_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4808789Z test_nnc_correctness_scatter_reduce_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4825778Z test_nnc_correctness_scatter_reduce_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4842641Z test_nnc_correctness_scatter_reduce_mean_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4859659Z test_nnc_correctness_scatter_reduce_mean_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4876360Z test_nnc_correctness_scatter_reduce_mean_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4893262Z test_nnc_correctness_scatter_reduce_mean_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.4910145Z test_nnc_correctness_scatter_reduce_mean_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4927024Z test_nnc_correctness_scatter_reduce_prod_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4943957Z test_nnc_correctness_scatter_reduce_prod_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4960829Z test_nnc_correctness_scatter_reduce_prod_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4977683Z test_nnc_correctness_scatter_reduce_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.4994596Z test_nnc_correctness_scatter_reduce_prod_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5011424Z test_nnc_correctness_scatter_reduce_prod_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5028420Z test_nnc_correctness_scatter_reduce_prod_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5045394Z test_nnc_correctness_scatter_reduce_prod_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.5062276Z test_nnc_correctness_scatter_reduce_prod_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5079139Z test_nnc_correctness_scatter_reduce_prod_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5096041Z test_nnc_correctness_scatter_reduce_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5113050Z test_nnc_correctness_scatter_reduce_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5129933Z test_nnc_correctness_scatter_reduce_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5146851Z test_nnc_correctness_scatter_reduce_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5163762Z test_nnc_correctness_scatter_reduce_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5180754Z test_nnc_correctness_scatter_reduce_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5197644Z test_nnc_correctness_scatter_reduce_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5214558Z test_nnc_correctness_scatter_reduce_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.5231586Z test_nnc_correctness_scatter_reduce_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5248302Z test_nnc_correctness_scatter_reduce_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5265111Z test_nnc_correctness_searchsorted_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5281876Z test_nnc_correctness_searchsorted_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5298773Z test_nnc_correctness_searchsorted_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5315597Z test_nnc_correctness_searchsorted_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5332351Z test_nnc_correctness_searchsorted_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5349236Z test_nnc_correctness_searchsorted_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5366180Z test_nnc_correctness_searchsorted_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.5383082Z test_nnc_correctness_searchsorted_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5399856Z test_nnc_correctness_searchsorted_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5416674Z test_nnc_correctness_segment_reduce_lengths_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5433624Z test_nnc_correctness_segment_reduce_lengths_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5450435Z test_nnc_correctness_segment_reduce_lengths_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5467392Z test_nnc_correctness_segment_reduce_lengths_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5484202Z test_nnc_correctness_segment_reduce_offsets_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5501134Z test_nnc_correctness_segment_reduce_offsets_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5518452Z test_nnc_correctness_segment_reduce_offsets_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.5535116Z test_nnc_correctness_segment_reduce_offsets_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5552017Z test_nnc_correctness_select_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5568866Z test_nnc_correctness_select_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5585864Z test_nnc_correctness_select_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5602817Z test_nnc_correctness_select_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5619839Z test_nnc_correctness_select_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:45.5636675Z test_nnc_correctness_select_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5653552Z test_nnc_correctness_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5670592Z test_nnc_correctness_select_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5687460Z test_nnc_correctness_select_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5704406Z test_nnc_correctness_select_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5721245Z test_nnc_correctness_select_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5738030Z test_nnc_correctness_select_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5754937Z test_nnc_correctness_select_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5772134Z test_nnc_correctness_select_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.5789129Z test_nnc_correctness_select_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5806114Z test_nnc_correctness_select_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5823087Z test_nnc_correctness_select_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5839953Z test_nnc_correctness_select_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5856870Z test_nnc_correctness_select_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5873865Z test_nnc_correctness_select_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:45.5890971Z test_nnc_correctness_select_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5907873Z test_nnc_correctness_select_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5924753Z test_nnc_correctness_select_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5941758Z test_nnc_correctness_sgn_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5958592Z test_nnc_correctness_sgn_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5975502Z test_nnc_correctness_sgn_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.5992297Z test_nnc_correctness_sgn_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6009072Z test_nnc_correctness_sgn_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6025998Z test_nnc_correctness_sgn_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6043062Z test_nnc_correctness_sgn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.6060531Z test_nnc_correctness_sgn_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6077301Z test_nnc_correctness_sgn_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6094176Z test_nnc_correctness_sgn_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6111058Z test_nnc_correctness_sgn_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6127923Z test_nnc_correctness_sgn_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6144806Z test_nnc_correctness_sgn_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6161578Z test_nnc_correctness_short_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6178482Z test_nnc_correctness_short_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6195424Z test_nnc_correctness_short_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.6212237Z test_nnc_correctness_short_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6229227Z test_nnc_correctness_short_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6246058Z test_nnc_correctness_short_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6263022Z test_nnc_correctness_short_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6279807Z test_nnc_correctness_short_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6296634Z test_nnc_correctness_short_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6313447Z test_nnc_correctness_short_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6330163Z test_nnc_correctness_short_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6347239Z test_nnc_correctness_short_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.6364292Z test_nnc_correctness_sigmoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6381085Z test_nnc_correctness_sigmoid_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6397922Z test_nnc_correctness_sigmoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6414790Z test_nnc_correctness_sigmoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6431706Z test_nnc_correctness_sigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6448513Z test_nnc_correctness_sigmoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6465556Z test_nnc_correctness_sigmoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6482356Z test_nnc_correctness_sigmoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6499439Z test_nnc_correctness_sigmoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.6516304Z test_nnc_correctness_sigmoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6533100Z test_nnc_correctness_sigmoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6549974Z test_nnc_correctness_sign_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6566939Z test_nnc_correctness_sign_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6583870Z test_nnc_correctness_sign_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6600694Z test_nnc_correctness_sign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6617576Z test_nnc_correctness_sign_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6634531Z test_nnc_correctness_sign_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6651369Z test_nnc_correctness_sign_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6668423Z test_nnc_correctness_sign_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.6685094Z test_nnc_correctness_sign_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6702020Z test_nnc_correctness_sign_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6718893Z test_nnc_correctness_signbit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6735691Z test_nnc_correctness_signbit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6752741Z test_nnc_correctness_signbit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6769605Z test_nnc_correctness_signbit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:45.6786473Z test_nnc_correctness_signbit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6803331Z test_nnc_correctness_signbit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6820279Z test_nnc_correctness_signbit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6837124Z test_nnc_correctness_signbit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6854016Z test_nnc_correctness_signbit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6871049Z test_nnc_correctness_signbit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:45.6887805Z test_nnc_correctness_sin_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6904671Z test_nnc_correctness_sin_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6922363Z test_nnc_correctness_sin_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6939536Z test_nnc_correctness_sin_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6956364Z test_nnc_correctness_sin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6973198Z test_nnc_correctness_sin_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.6990102Z test_nnc_correctness_sin_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7006837Z test_nnc_correctness_sin_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7023783Z test_nnc_correctness_sin_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.7040635Z test_nnc_correctness_sin_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7057430Z test_nnc_correctness_sin_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7074406Z test_nnc_correctness_sinc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7091235Z test_nnc_correctness_sinc_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7108104Z test_nnc_correctness_sinc_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7124895Z test_nnc_correctness_sinc_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7141950Z test_nnc_correctness_sinc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7158618Z test_nnc_correctness_sinc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7175532Z test_nnc_correctness_sinc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.7192363Z test_nnc_correctness_sinc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7209174Z test_nnc_correctness_sinc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7226119Z test_nnc_correctness_sinc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7242969Z test_nnc_correctness_sinc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7259901Z test_nnc_correctness_sinh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7276672Z test_nnc_correctness_sinh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7293525Z test_nnc_correctness_sinh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7310427Z test_nnc_correctness_sinh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7327376Z test_nnc_correctness_sinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.7344272Z test_nnc_correctness_sinh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7361161Z test_nnc_correctness_sinh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7377998Z test_nnc_correctness_sinh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7394913Z test_nnc_correctness_sinh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7411742Z test_nnc_correctness_sinh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7428659Z test_nnc_correctness_sinh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7445540Z test_nnc_correctness_slice_scatter_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7462450Z test_nnc_correctness_slice_scatter_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7479240Z test_nnc_correctness_slice_scatter_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7496147Z test_nnc_correctness_slice_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.7513103Z test_nnc_correctness_slice_scatter_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7530013Z test_nnc_correctness_slice_scatter_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7546906Z test_nnc_correctness_slice_scatter_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7563730Z test_nnc_correctness_slice_scatter_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7580696Z test_nnc_correctness_slice_scatter_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7597555Z test_nnc_correctness_slice_scatter_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7614388Z test_nnc_correctness_softmax_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7631399Z test_nnc_correctness_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7648425Z test_nnc_correctness_softmax_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.7665388Z test_nnc_correctness_softmax_with_dtype_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7682258Z test_nnc_correctness_softmax_with_dtype_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7699227Z test_nnc_correctness_softmax_with_dtype_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7716054Z test_nnc_correctness_softmax_with_dtype_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7732844Z test_nnc_correctness_softmax_with_dtype_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7750178Z test_nnc_correctness_softmax_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:45.7766793Z test_nnc_correctness_softmax_with_dtype_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7783709Z test_nnc_correctness_softmax_with_dtype_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7800560Z test_nnc_correctness_softmax_with_dtype_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7817328Z test_nnc_correctness_softmax_with_dtype_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7834260Z test_nnc_correctness_softmax_with_dtype_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7851174Z test_nnc_correctness_softmax_with_dtype_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:45.7868014Z test_nnc_correctness_sort_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7884791Z test_nnc_correctness_sort_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7901831Z test_nnc_correctness_sort_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7918582Z test_nnc_correctness_sort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7935406Z test_nnc_correctness_sort_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7952313Z test_nnc_correctness_sort_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7969203Z test_nnc_correctness_sort_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.7986180Z test_nnc_correctness_sort_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8003154Z test_nnc_correctness_sort_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.8020116Z test_nnc_correctness_sort_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8037079Z test_nnc_correctness_sparse_sampled_addmm_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:14:45.8053988Z test_nnc_correctness_sparse_sampled_addmm_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:14:45.8070955Z test_nnc_correctness_sparse_sampled_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:14:45.8087777Z test_nnc_correctness_sparse_sampled_addmm_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:14:45.8104729Z test_nnc_correctness_special_airy_ai_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8121603Z test_nnc_correctness_special_airy_ai_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8138492Z test_nnc_correctness_special_airy_ai_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8155749Z test_nnc_correctness_special_airy_ai_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.8172352Z test_nnc_correctness_special_airy_ai_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8189219Z test_nnc_correctness_special_airy_ai_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8206035Z test_nnc_correctness_special_airy_ai_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8222991Z test_nnc_correctness_special_airy_ai_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8239734Z test_nnc_correctness_special_bessel_j0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8256737Z test_nnc_correctness_special_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:45.8273879Z test_nnc_correctness_special_bessel_j0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8290695Z test_nnc_correctness_special_bessel_j0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8307575Z test_nnc_correctness_special_bessel_j0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8324382Z test_nnc_correctness_special_bessel_j0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8341356Z test_nnc_correctness_special_bessel_j0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8358236Z test_nnc_correctness_special_bessel_j0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8375108Z test_nnc_correctness_special_bessel_j1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8392082Z test_nnc_correctness_special_bessel_j1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8409391Z test_nnc_correctness_special_bessel_j1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8426012Z test_nnc_correctness_special_bessel_j1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.8442870Z test_nnc_correctness_special_bessel_j1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8459895Z test_nnc_correctness_special_bessel_j1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8476676Z test_nnc_correctness_special_bessel_j1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8493474Z test_nnc_correctness_special_bessel_j1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8510370Z test_nnc_correctness_special_bessel_y0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8527188Z test_nnc_correctness_special_bessel_y0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8544123Z test_nnc_correctness_special_bessel_y0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8560988Z test_nnc_correctness_special_bessel_y0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8578582Z test_nnc_correctness_special_bessel_y0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.8595427Z test_nnc_correctness_special_bessel_y0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8612249Z test_nnc_correctness_special_bessel_y0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8629150Z test_nnc_correctness_special_bessel_y0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8646176Z test_nnc_correctness_special_bessel_y1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8663082Z test_nnc_correctness_special_bessel_y1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8679930Z test_nnc_correctness_special_bessel_y1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8696658Z test_nnc_correctness_special_bessel_y1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8713624Z test_nnc_correctness_special_bessel_y1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8730730Z test_nnc_correctness_special_bessel_y1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.8747647Z test_nnc_correctness_special_bessel_y1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8764463Z test_nnc_correctness_special_bessel_y1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.8775079Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.8785544Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.8795902Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.8806185Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.8816480Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.8826940Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.010s) 2022-09-27T16:14:45.8837120Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.8847320Z test_nnc_correctness_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.8857519Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.8867898Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.8878098Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.8888296Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.8898611Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.8908928Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.8919247Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.8929574Z test_nnc_correctness_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.8939933Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.8950251Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.8960498Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.8970706Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.8981149Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:14:45.8991486Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.9001780Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.9012033Z test_nnc_correctness_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.9022347Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.9032602Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.9042797Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.9053079Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.9063387Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.9073679Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.9083853Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.9094086Z test_nnc_correctness_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.9110760Z test_nnc_correctness_special_entr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9127623Z test_nnc_correctness_special_entr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9144689Z test_nnc_correctness_special_entr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.9161538Z test_nnc_correctness_special_entr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9178422Z test_nnc_correctness_special_entr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9195323Z test_nnc_correctness_special_entr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9212178Z test_nnc_correctness_special_entr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9229079Z test_nnc_correctness_special_entr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9245912Z test_nnc_correctness_special_entr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9262920Z test_nnc_correctness_special_erfcx_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9280424Z test_nnc_correctness_special_erfcx_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9296761Z test_nnc_correctness_special_erfcx_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.9313601Z test_nnc_correctness_special_erfcx_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9330451Z test_nnc_correctness_special_erfcx_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9347413Z test_nnc_correctness_special_erfcx_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9364296Z test_nnc_correctness_special_erfcx_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9381268Z test_nnc_correctness_special_erfcx_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9391832Z test_nnc_correctness_special_hermite_polynomial_h_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.9402170Z test_nnc_correctness_special_hermite_polynomial_h_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.9412427Z test_nnc_correctness_special_hermite_polynomial_h_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.9422769Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.9433061Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.9443353Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.9453837Z test_nnc_correctness_special_hermite_polynomial_h_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:14:45.9464184Z test_nnc_correctness_special_hermite_polynomial_h_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.9474494Z test_nnc_correctness_special_hermite_polynomial_he_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.9484815Z test_nnc_correctness_special_hermite_polynomial_he_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.9495060Z test_nnc_correctness_special_hermite_polynomial_he_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.9505356Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.9515534Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.9525800Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.9536017Z test_nnc_correctness_special_hermite_polynomial_he_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.9546467Z test_nnc_correctness_special_hermite_polynomial_he_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.9562952Z test_nnc_correctness_special_i0e_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9579856Z test_nnc_correctness_special_i0e_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9596655Z test_nnc_correctness_special_i0e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9613699Z test_nnc_correctness_special_i0e_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.9630391Z test_nnc_correctness_special_i0e_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9647100Z test_nnc_correctness_special_i0e_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9663987Z test_nnc_correctness_special_i0e_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9680712Z test_nnc_correctness_special_i0e_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9697411Z test_nnc_correctness_special_i0e_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9714438Z test_nnc_correctness_special_i1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:45.9731187Z test_nnc_correctness_special_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9748159Z test_nnc_correctness_special_i1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9765020Z test_nnc_correctness_special_i1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9782036Z test_nnc_correctness_special_i1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9798879Z test_nnc_correctness_special_i1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9815741Z test_nnc_correctness_special_i1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9832735Z test_nnc_correctness_special_i1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9849564Z test_nnc_correctness_special_i1e_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9866580Z test_nnc_correctness_special_i1e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:45.9883278Z test_nnc_correctness_special_i1e_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9900194Z test_nnc_correctness_special_i1e_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9916999Z test_nnc_correctness_special_i1e_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9933711Z test_nnc_correctness_special_i1e_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9950522Z test_nnc_correctness_special_i1e_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9967326Z test_nnc_correctness_special_i1e_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:45.9978044Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.9988383Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:45.9998642Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.0008894Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.0019421Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:14:46.0029732Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.0039963Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.0050272Z test_nnc_correctness_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.0060715Z test_nnc_correctness_special_legendre_polynomial_p_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.0071058Z test_nnc_correctness_special_legendre_polynomial_p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.0081306Z test_nnc_correctness_special_legendre_polynomial_p_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.0091579Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.0101926Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.0112144Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.0122463Z test_nnc_correctness_special_legendre_polynomial_p_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.010s) 2022-09-27T16:14:46.0132677Z test_nnc_correctness_special_legendre_polynomial_p_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.0149341Z test_nnc_correctness_special_log_ndtr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0166128Z test_nnc_correctness_special_log_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0183098Z test_nnc_correctness_special_log_ndtr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0199951Z test_nnc_correctness_special_log_ndtr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0216656Z test_nnc_correctness_special_log_ndtr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0233516Z test_nnc_correctness_special_log_ndtr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0250288Z test_nnc_correctness_special_log_ndtr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0267142Z test_nnc_correctness_special_log_ndtr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0284049Z test_nnc_correctness_special_modified_bessel_i0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.0301015Z test_nnc_correctness_special_modified_bessel_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0317663Z test_nnc_correctness_special_modified_bessel_i0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0334494Z test_nnc_correctness_special_modified_bessel_i0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0351374Z test_nnc_correctness_special_modified_bessel_i0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0368237Z test_nnc_correctness_special_modified_bessel_i0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0385245Z test_nnc_correctness_special_modified_bessel_i0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0402111Z test_nnc_correctness_special_modified_bessel_i0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0419053Z test_nnc_correctness_special_modified_bessel_i1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0436083Z test_nnc_correctness_special_modified_bessel_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.0452841Z test_nnc_correctness_special_modified_bessel_i1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0469732Z test_nnc_correctness_special_modified_bessel_i1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0486437Z test_nnc_correctness_special_modified_bessel_i1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0503381Z test_nnc_correctness_special_modified_bessel_i1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0520186Z test_nnc_correctness_special_modified_bessel_i1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0537070Z test_nnc_correctness_special_modified_bessel_i1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0554014Z test_nnc_correctness_special_modified_bessel_k0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0570857Z test_nnc_correctness_special_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0588128Z test_nnc_correctness_special_modified_bessel_k0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0604690Z test_nnc_correctness_special_modified_bessel_k0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.0621523Z test_nnc_correctness_special_modified_bessel_k0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0638274Z test_nnc_correctness_special_modified_bessel_k0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0655217Z test_nnc_correctness_special_modified_bessel_k0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0672059Z test_nnc_correctness_special_modified_bessel_k0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0688887Z test_nnc_correctness_special_modified_bessel_k1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0705848Z test_nnc_correctness_special_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0722689Z test_nnc_correctness_special_modified_bessel_k1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0739605Z test_nnc_correctness_special_modified_bessel_k1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0756743Z test_nnc_correctness_special_modified_bessel_k1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.0773440Z test_nnc_correctness_special_modified_bessel_k1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0790419Z test_nnc_correctness_special_modified_bessel_k1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0807227Z test_nnc_correctness_special_modified_bessel_k1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0824136Z test_nnc_correctness_special_ndtr_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0840935Z test_nnc_correctness_special_ndtr_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0857865Z test_nnc_correctness_special_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:46.0874685Z test_nnc_correctness_special_ndtr_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0891507Z test_nnc_correctness_special_ndtr_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0908429Z test_nnc_correctness_special_ndtr_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0925278Z test_nnc_correctness_special_ndtr_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0942185Z test_nnc_correctness_special_ndtr_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0958953Z test_nnc_correctness_special_ndtr_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0975796Z test_nnc_correctness_special_ndtri_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.0992688Z test_nnc_correctness_special_ndtri_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1009894Z test_nnc_correctness_special_ndtri_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.1026560Z test_nnc_correctness_special_ndtri_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1043287Z test_nnc_correctness_special_ndtri_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1060233Z test_nnc_correctness_special_ndtri_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1077030Z test_nnc_correctness_special_ndtri_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1093832Z test_nnc_correctness_special_ndtri_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1110922Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1127849Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1144845Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1161885Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.1179463Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1196226Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1213056Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1229949Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1246785Z test_nnc_correctness_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1263787Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1280645Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1297568Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1314707Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.1331506Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1348575Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1365453Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1382451Z test_nnc_correctness_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1399332Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1416212Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1433146Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1450009Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1466930Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1483953Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.1500972Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1517829Z test_nnc_correctness_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1528348Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.1538779Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.1549025Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.1559305Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.1569587Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.1579882Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.1590173Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.1600469Z test_nnc_correctness_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.1610719Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.1621070Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.1631463Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:14:46.1641767Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.1652077Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.1662345Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.1672626Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.1682861Z test_nnc_correctness_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.1693113Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.1703464Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.1713745Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.1723957Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.1734331Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.010s) 2022-09-27T16:14:46.1744641Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.1754940Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.1765178Z test_nnc_correctness_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.1775373Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.1785744Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.1796040Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.1806342Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.1816583Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.1826939Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.1837261Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.010s) 2022-09-27T16:14:46.1847505Z test_nnc_correctness_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:46.1864253Z test_nnc_correctness_special_spherical_bessel_j0_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1881046Z test_nnc_correctness_special_spherical_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1897970Z test_nnc_correctness_special_spherical_bessel_j0_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1914929Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1931818Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1948926Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1965650Z test_nnc_correctness_special_spherical_bessel_j0_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1982659Z test_nnc_correctness_special_spherical_bessel_j0_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.1999544Z test_nnc_correctness_special_xlog1py_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.2016367Z test_nnc_correctness_special_xlog1py_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2033305Z test_nnc_correctness_special_xlog1py_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2050116Z test_nnc_correctness_special_xlog1py_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2066958Z test_nnc_correctness_special_xlog1py_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2083765Z test_nnc_correctness_special_xlog1py_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2100650Z test_nnc_correctness_special_xlog1py_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2117422Z test_nnc_correctness_special_xlog1py_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2134227Z test_nnc_correctness_special_xlog1py_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2151156Z test_nnc_correctness_special_xlog1py_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.2167889Z test_nnc_correctness_special_zeta_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2184862Z test_nnc_correctness_special_zeta_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2201630Z test_nnc_correctness_special_zeta_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2218518Z test_nnc_correctness_special_zeta_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2235391Z test_nnc_correctness_special_zeta_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2252240Z test_nnc_correctness_special_zeta_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2269127Z test_nnc_correctness_special_zeta_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2286024Z test_nnc_correctness_special_zeta_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2303195Z test_nnc_correctness_split_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.2319926Z test_nnc_correctness_split_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2336842Z test_nnc_correctness_split_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2353871Z test_nnc_correctness_split_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2370697Z test_nnc_correctness_split_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2387708Z test_nnc_correctness_split_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2404521Z test_nnc_correctness_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2421365Z test_nnc_correctness_split_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2438145Z test_nnc_correctness_split_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2455017Z test_nnc_correctness_split_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.2472045Z test_nnc_correctness_split_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2488819Z test_nnc_correctness_split_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2505633Z test_nnc_correctness_split_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2522431Z test_nnc_correctness_split_list_args_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2539315Z test_nnc_correctness_split_list_args_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2556098Z test_nnc_correctness_split_list_args_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2572839Z test_nnc_correctness_split_list_args_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2589708Z test_nnc_correctness_split_list_args_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2606556Z test_nnc_correctness_split_list_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2623591Z test_nnc_correctness_split_list_args_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.2640413Z test_nnc_correctness_split_list_args_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2657246Z test_nnc_correctness_split_list_args_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2674188Z test_nnc_correctness_split_list_args_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2691044Z test_nnc_correctness_split_list_args_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2708031Z test_nnc_correctness_split_list_args_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2724959Z test_nnc_correctness_split_with_sizes_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:46.2741911Z test_nnc_correctness_split_with_sizes_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2758775Z test_nnc_correctness_split_with_sizes_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2775593Z test_nnc_correctness_split_with_sizes_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2792542Z test_nnc_correctness_split_with_sizes_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2809333Z test_nnc_correctness_split_with_sizes_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2826391Z test_nnc_correctness_split_with_sizes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:46.2843243Z test_nnc_correctness_split_with_sizes_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2860194Z test_nnc_correctness_split_with_sizes_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2876965Z test_nnc_correctness_split_with_sizes_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2893735Z test_nnc_correctness_split_with_sizes_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2910656Z test_nnc_correctness_split_with_sizes_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2927524Z test_nnc_correctness_split_with_sizes_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:46.2944471Z test_nnc_correctness_sqrt_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2961360Z test_nnc_correctness_sqrt_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2978168Z test_nnc_correctness_sqrt_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.2995040Z test_nnc_correctness_sqrt_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3011855Z test_nnc_correctness_sqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3028753Z test_nnc_correctness_sqrt_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3045577Z test_nnc_correctness_sqrt_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3062553Z test_nnc_correctness_sqrt_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3079451Z test_nnc_correctness_sqrt_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.3096240Z test_nnc_correctness_sqrt_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3113246Z test_nnc_correctness_sqrt_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3130104Z test_nnc_correctness_square_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3147088Z test_nnc_correctness_square_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3163884Z test_nnc_correctness_square_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3180816Z test_nnc_correctness_square_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3197735Z test_nnc_correctness_square_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3214504Z test_nnc_correctness_square_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3231575Z test_nnc_correctness_square_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.3248399Z test_nnc_correctness_square_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3265310Z test_nnc_correctness_square_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3282073Z test_nnc_correctness_square_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3299030Z test_nnc_correctness_square_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3315821Z test_nnc_correctness_square_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3332645Z test_nnc_correctness_squeeze_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3349572Z test_nnc_correctness_squeeze_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3366419Z test_nnc_correctness_squeeze_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3383615Z test_nnc_correctness_squeeze_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.3400412Z test_nnc_correctness_squeeze_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3417190Z test_nnc_correctness_squeeze_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3434242Z test_nnc_correctness_squeeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3451211Z test_nnc_correctness_squeeze_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3468078Z test_nnc_correctness_squeeze_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3485049Z test_nnc_correctness_squeeze_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:46.3501957Z test_nnc_correctness_squeeze_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3518745Z test_nnc_correctness_squeeze_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3535706Z test_nnc_correctness_squeeze_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3552601Z test_nnc_correctness_stack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3569504Z test_nnc_correctness_stack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3586521Z test_nnc_correctness_stack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3603329Z test_nnc_correctness_stack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3620189Z test_nnc_correctness_stack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3636973Z test_nnc_correctness_stack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3653930Z test_nnc_correctness_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.3670836Z test_nnc_correctness_stack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3687687Z test_nnc_correctness_stack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3704542Z test_nnc_correctness_stack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3721338Z test_nnc_correctness_stack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3738230Z test_nnc_correctness_stack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3755166Z test_nnc_correctness_stack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:46.3772024Z test_nnc_correctness_std_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3788993Z test_nnc_correctness_std_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3805835Z test_nnc_correctness_std_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3822719Z test_nnc_correctness_std_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3839598Z test_nnc_correctness_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3856326Z test_nnc_correctness_std_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3874177Z test_nnc_correctness_std_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3890955Z test_nnc_correctness_std_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3908015Z test_nnc_correctness_std_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.3924803Z test_nnc_correctness_std_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3941766Z test_nnc_correctness_std_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3958590Z test_nnc_correctness_std_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3975462Z test_nnc_correctness_stft_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.3992489Z test_nnc_correctness_stft_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4009272Z test_nnc_correctness_stft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4026350Z test_nnc_correctness_stft_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4043106Z test_nnc_correctness_sub_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4060117Z test_nnc_correctness_sub_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.4076945Z test_nnc_correctness_sub_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4093721Z test_nnc_correctness_sub_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4110634Z test_nnc_correctness_sub_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4127480Z test_nnc_correctness_sub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4144414Z test_nnc_correctness_sub_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4161119Z test_nnc_correctness_sub_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4177906Z test_nnc_correctness_sub_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4194797Z test_nnc_correctness_sub_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4211652Z test_nnc_correctness_sub_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.4228601Z test_nnc_correctness_sub_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4245352Z test_nnc_correctness_sum_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4262332Z test_nnc_correctness_sum_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4279063Z test_nnc_correctness_sum_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4295904Z test_nnc_correctness_sum_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4312855Z test_nnc_correctness_sum_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4329599Z test_nnc_correctness_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4346526Z test_nnc_correctness_sum_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4363466Z test_nnc_correctness_sum_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4380544Z test_nnc_correctness_sum_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.4397330Z test_nnc_correctness_sum_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4414196Z test_nnc_correctness_sum_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4431156Z test_nnc_correctness_sum_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4448052Z test_nnc_correctness_sum_to_size_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4465009Z test_nnc_correctness_sum_to_size_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4481920Z test_nnc_correctness_sum_to_size_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4498828Z test_nnc_correctness_sum_to_size_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4515709Z test_nnc_correctness_sum_to_size_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4532583Z test_nnc_correctness_sum_to_size_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.4549583Z test_nnc_correctness_sum_to_size_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4566422Z test_nnc_correctness_sum_to_size_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4583342Z test_nnc_correctness_sum_to_size_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4600246Z test_nnc_correctness_sum_to_size_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4617043Z test_nnc_correctness_sum_to_size_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4633935Z test_nnc_correctness_sum_to_size_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4651270Z test_nnc_correctness_svd_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4668663Z test_nnc_correctness_svd_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4686285Z test_nnc_correctness_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.4703590Z test_nnc_correctness_svd_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4720808Z test_nnc_correctness_svd_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4738040Z test_nnc_correctness_svd_lowrank_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4755335Z test_nnc_correctness_symeig_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4772608Z test_nnc_correctness_symeig_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4790131Z test_nnc_correctness_symeig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:46.4807307Z test_nnc_correctness_symeig_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4824296Z test_nnc_correctness_t_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4841138Z test_nnc_correctness_t_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4857925Z test_nnc_correctness_t_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4874775Z test_nnc_correctness_t_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4891503Z test_nnc_correctness_t_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4908368Z test_nnc_correctness_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4925199Z test_nnc_correctness_t_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4942297Z test_nnc_correctness_t_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.4959152Z test_nnc_correctness_t_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4976026Z test_nnc_correctness_t_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.4993546Z test_nnc_correctness_t_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5009890Z test_nnc_correctness_t_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5026835Z test_nnc_correctness_take_along_dim_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5043659Z test_nnc_correctness_take_along_dim_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5060606Z test_nnc_correctness_take_along_dim_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5077460Z test_nnc_correctness_take_along_dim_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5094321Z test_nnc_correctness_take_along_dim_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.5111251Z test_nnc_correctness_take_along_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5128084Z test_nnc_correctness_take_along_dim_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5144966Z test_nnc_correctness_take_along_dim_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5161733Z test_nnc_correctness_take_along_dim_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5178731Z test_nnc_correctness_take_along_dim_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5195604Z test_nnc_correctness_take_along_dim_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5212426Z test_nnc_correctness_take_along_dim_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5229445Z test_nnc_correctness_take_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5246223Z test_nnc_correctness_take_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5263279Z test_nnc_correctness_take_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.5280065Z test_nnc_correctness_take_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5296932Z test_nnc_correctness_take_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5313861Z test_nnc_correctness_take_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5330726Z test_nnc_correctness_take_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5347587Z test_nnc_correctness_take_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5364401Z test_nnc_correctness_take_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5381539Z test_nnc_correctness_take_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5398255Z test_nnc_correctness_take_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5415257Z test_nnc_correctness_take_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.5432270Z test_nnc_correctness_tan_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5449147Z test_nnc_correctness_tan_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5466087Z test_nnc_correctness_tan_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5482960Z test_nnc_correctness_tan_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5499945Z test_nnc_correctness_tan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5516794Z test_nnc_correctness_tan_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5533651Z test_nnc_correctness_tan_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5550644Z test_nnc_correctness_tan_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5567493Z test_nnc_correctness_tan_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.5584433Z test_nnc_correctness_tan_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5601180Z test_nnc_correctness_tan_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5618071Z test_nnc_correctness_tanh_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5634920Z test_nnc_correctness_tanh_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5651712Z test_nnc_correctness_tanh_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5668718Z test_nnc_correctness_tanh_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5685600Z test_nnc_correctness_tanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5702512Z test_nnc_correctness_tanh_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5719512Z test_nnc_correctness_tanh_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.5736259Z test_nnc_correctness_tanh_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5753201Z test_nnc_correctness_tanh_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5770112Z test_nnc_correctness_tanh_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5786977Z test_nnc_correctness_tanh_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5803821Z test_nnc_correctness_tensor_split_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5820854Z test_nnc_correctness_tensor_split_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:46.5837738Z test_nnc_correctness_tensor_split_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5854490Z test_nnc_correctness_tensor_split_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5871432Z test_nnc_correctness_tensor_split_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5888243Z test_nnc_correctness_tensor_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5905198Z test_nnc_correctness_tensor_split_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5922018Z test_nnc_correctness_tensor_split_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5938954Z test_nnc_correctness_tensor_split_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5955677Z test_nnc_correctness_tensor_split_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5972499Z test_nnc_correctness_tensor_split_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.5990148Z test_nnc_correctness_tensor_split_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.6006792Z test_nnc_correctness_tensordot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6023809Z test_nnc_correctness_tensordot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6040697Z test_nnc_correctness_tensordot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6057536Z test_nnc_correctness_tensordot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6074593Z test_nnc_correctness_tensordot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6091661Z test_nnc_correctness_tensordot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6108667Z test_nnc_correctness_tensordot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6125452Z test_nnc_correctness_tensordot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6142579Z test_nnc_correctness_tensordot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6159344Z test_nnc_correctness_tensordot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6176170Z test_nnc_correctness_tile_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6193150Z test_nnc_correctness_tile_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6209928Z test_nnc_correctness_tile_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6226970Z test_nnc_correctness_tile_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6244078Z test_nnc_correctness_tile_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.6261489Z test_nnc_correctness_tile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6278300Z test_nnc_correctness_tile_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6295148Z test_nnc_correctness_tile_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6312109Z test_nnc_correctness_tile_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6328889Z test_nnc_correctness_tile_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6345900Z test_nnc_correctness_tile_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6362719Z test_nnc_correctness_tile_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6379638Z test_nnc_correctness_to_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6396583Z test_nnc_correctness_to_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.6413383Z test_nnc_correctness_to_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6430322Z test_nnc_correctness_to_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6447110Z test_nnc_correctness_to_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6464054Z test_nnc_correctness_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6480812Z test_nnc_correctness_to_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6497637Z test_nnc_correctness_to_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6514580Z test_nnc_correctness_to_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6531494Z test_nnc_correctness_to_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6548507Z test_nnc_correctness_to_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.6565350Z test_nnc_correctness_to_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6582440Z test_nnc_correctness_to_sparse_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6599233Z test_nnc_correctness_to_sparse_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6616013Z test_nnc_correctness_to_sparse_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6632915Z test_nnc_correctness_to_sparse_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6649719Z test_nnc_correctness_to_sparse_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6666589Z test_nnc_correctness_to_sparse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6683306Z test_nnc_correctness_to_sparse_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6700383Z test_nnc_correctness_to_sparse_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6724515Z test_nnc_correctness_to_sparse_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6734196Z test_nnc_correctness_to_sparse_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6751001Z test_nnc_correctness_to_sparse_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6767784Z test_nnc_correctness_to_sparse_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6784747Z test_nnc_correctness_topk_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6801640Z test_nnc_correctness_topk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:46.6818562Z test_nnc_correctness_topk_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6835439Z test_nnc_correctness_topk_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6852237Z test_nnc_correctness_topk_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6869210Z test_nnc_correctness_topk_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6885980Z test_nnc_correctness_topk_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6902820Z test_nnc_correctness_topk_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6919806Z test_nnc_correctness_trace_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6936494Z test_nnc_correctness_trace_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6953479Z test_nnc_correctness_trace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.6970342Z test_nnc_correctness_trace_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.6987212Z test_nnc_correctness_trace_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7004062Z test_nnc_correctness_trace_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7021029Z test_nnc_correctness_trace_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7037876Z test_nnc_correctness_trace_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7054790Z test_nnc_correctness_trace_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7071710Z test_nnc_correctness_transpose_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7088543Z test_nnc_correctness_transpose_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7105496Z test_nnc_correctness_transpose_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7122419Z test_nnc_correctness_transpose_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.7139312Z test_nnc_correctness_transpose_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7156192Z test_nnc_correctness_transpose_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7173072Z test_nnc_correctness_transpose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7190045Z test_nnc_correctness_transpose_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7206942Z test_nnc_correctness_transpose_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7223888Z test_nnc_correctness_transpose_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7240773Z test_nnc_correctness_transpose_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7257560Z test_nnc_correctness_transpose_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7274634Z test_nnc_correctness_transpose_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.7291497Z test_nnc_correctness_trapezoid_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7308560Z test_nnc_correctness_trapezoid_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7325349Z test_nnc_correctness_trapezoid_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7342349Z test_nnc_correctness_trapezoid_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7359194Z test_nnc_correctness_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7376025Z test_nnc_correctness_trapezoid_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7392987Z test_nnc_correctness_trapezoid_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7409858Z test_nnc_correctness_trapezoid_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7427096Z test_nnc_correctness_trapezoid_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.7443837Z test_nnc_correctness_trapezoid_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:14:46.7460697Z test_nnc_correctness_trapezoid_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7477527Z test_nnc_correctness_trapz_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7494340Z test_nnc_correctness_trapz_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7511259Z test_nnc_correctness_trapz_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7528086Z test_nnc_correctness_trapz_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7545062Z test_nnc_correctness_trapz_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7561853Z test_nnc_correctness_trapz_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7578813Z test_nnc_correctness_trapz_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7595813Z test_nnc_correctness_trapz_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.7612709Z test_nnc_correctness_trapz_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7629670Z test_nnc_correctness_trapz_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7646494Z test_nnc_correctness_trapz_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7663599Z test_nnc_correctness_triangular_solve_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7680679Z test_nnc_correctness_triangular_solve_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7697486Z test_nnc_correctness_triangular_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7714554Z test_nnc_correctness_triangular_solve_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7731473Z test_nnc_correctness_tril_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7748598Z test_nnc_correctness_tril_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.7765421Z test_nnc_correctness_tril_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7782320Z test_nnc_correctness_tril_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7799164Z test_nnc_correctness_tril_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7815999Z test_nnc_correctness_tril_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7832865Z test_nnc_correctness_tril_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7849851Z test_nnc_correctness_tril_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:46.7866789Z test_nnc_correctness_tril_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7883622Z test_nnc_correctness_tril_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7900608Z test_nnc_correctness_tril_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7917530Z test_nnc_correctness_tril_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7934367Z test_nnc_correctness_tril_indices_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7951311Z test_nnc_correctness_tril_indices_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7968116Z test_nnc_correctness_triu_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.7985063Z test_nnc_correctness_triu_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8001929Z test_nnc_correctness_triu_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8018988Z test_nnc_correctness_triu_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.8035875Z test_nnc_correctness_triu_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8052627Z test_nnc_correctness_triu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8069635Z test_nnc_correctness_triu_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8086352Z test_nnc_correctness_triu_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8103329Z test_nnc_correctness_triu_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8120078Z test_nnc_correctness_triu_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8136893Z test_nnc_correctness_triu_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8153864Z test_nnc_correctness_triu_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8170763Z test_nnc_correctness_triu_indices_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.8187617Z test_nnc_correctness_triu_indices_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8204403Z test_nnc_correctness_true_divide_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8221326Z test_nnc_correctness_true_divide_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8238145Z test_nnc_correctness_true_divide_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8255013Z test_nnc_correctness_true_divide_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8271971Z test_nnc_correctness_true_divide_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8288782Z test_nnc_correctness_true_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8305773Z test_nnc_correctness_true_divide_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8322697Z test_nnc_correctness_true_divide_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.8339636Z test_nnc_correctness_true_divide_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8356430Z test_nnc_correctness_true_divide_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8373258Z test_nnc_correctness_true_divide_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8390181Z test_nnc_correctness_true_divide_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8407019Z test_nnc_correctness_trunc_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8423899Z test_nnc_correctness_trunc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8440739Z test_nnc_correctness_trunc_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8457575Z test_nnc_correctness_trunc_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8474620Z test_nnc_correctness_trunc_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.8491434Z test_nnc_correctness_trunc_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8508430Z test_nnc_correctness_trunc_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8525186Z test_nnc_correctness_trunc_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8542138Z test_nnc_correctness_unbind_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8558997Z test_nnc_correctness_unbind_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8575825Z test_nnc_correctness_unbind_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8592816Z test_nnc_correctness_unbind_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8609590Z test_nnc_correctness_unbind_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8626505Z test_nnc_correctness_unbind_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8644084Z test_nnc_correctness_unbind_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.8661004Z test_nnc_correctness_unbind_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8677875Z test_nnc_correctness_unbind_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8694724Z test_nnc_correctness_unbind_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8711736Z test_nnc_correctness_unbind_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8728673Z test_nnc_correctness_unbind_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:46.8745630Z test_nnc_correctness_unbind_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8762598Z test_nnc_correctness_unflatten_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8779515Z test_nnc_correctness_unflatten_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8796341Z test_nnc_correctness_unflatten_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8813118Z test_nnc_correctness_unflatten_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8830144Z test_nnc_correctness_unflatten_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8847031Z test_nnc_correctness_unflatten_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8863895Z test_nnc_correctness_unflatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8880726Z test_nnc_correctness_unflatten_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8897566Z test_nnc_correctness_unflatten_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.8914446Z test_nnc_correctness_unflatten_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8931255Z test_nnc_correctness_unflatten_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8948194Z test_nnc_correctness_unflatten_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8965114Z test_nnc_correctness_unflatten_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8982018Z test_nnc_correctness_unfold_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.8998952Z test_nnc_correctness_unfold_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9015937Z test_nnc_correctness_unfold_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9032924Z test_nnc_correctness_unfold_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9049890Z test_nnc_correctness_unfold_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.9066821Z test_nnc_correctness_unfold_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9083719Z test_nnc_correctness_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9100700Z test_nnc_correctness_unfold_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9117564Z test_nnc_correctness_unfold_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9134491Z test_nnc_correctness_unfold_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9151370Z test_nnc_correctness_unfold_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9168122Z test_nnc_correctness_unfold_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9184974Z test_nnc_correctness_unfold_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9201946Z test_nnc_correctness_uniform_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.9218973Z test_nnc_correctness_uniform_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:14:46.9235645Z test_nnc_correctness_uniform_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9252477Z test_nnc_correctness_uniform_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9269432Z test_nnc_correctness_uniform_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9286203Z test_nnc_correctness_uniform_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9303106Z test_nnc_correctness_unique_consecutive_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9319872Z test_nnc_correctness_unique_consecutive_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9336623Z test_nnc_correctness_unique_consecutive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9353623Z test_nnc_correctness_unique_consecutive_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9370502Z test_nnc_correctness_unique_consecutive_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.9387410Z test_nnc_correctness_unique_consecutive_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9404203Z test_nnc_correctness_unique_consecutive_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9421169Z test_nnc_correctness_unique_consecutive_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9437985Z test_nnc_correctness_unique_consecutive_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9454841Z test_nnc_correctness_unique_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9471821Z test_nnc_correctness_unique_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9488673Z test_nnc_correctness_unique_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9505536Z test_nnc_correctness_unique_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9522543Z test_nnc_correctness_unique_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.9539489Z test_nnc_correctness_unique_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9556273Z test_nnc_correctness_unique_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9573071Z test_nnc_correctness_unique_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9589941Z test_nnc_correctness_unique_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9606908Z test_nnc_correctness_unsqueeze_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9623749Z test_nnc_correctness_unsqueeze_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9640691Z test_nnc_correctness_unsqueeze_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9657451Z test_nnc_correctness_unsqueeze_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9674477Z test_nnc_correctness_unsqueeze_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:46.9691265Z test_nnc_correctness_unsqueeze_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9708236Z test_nnc_correctness_unsqueeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9725054Z test_nnc_correctness_unsqueeze_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9741959Z test_nnc_correctness_unsqueeze_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9758783Z test_nnc_correctness_unsqueeze_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9775779Z test_nnc_correctness_unsqueeze_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:46.9792865Z test_nnc_correctness_unsqueeze_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9809721Z test_nnc_correctness_unsqueeze_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9826630Z test_nnc_correctness_var_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9843440Z test_nnc_correctness_var_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9860315Z test_nnc_correctness_var_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9877305Z test_nnc_correctness_var_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:46.9894003Z test_nnc_correctness_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9910915Z test_nnc_correctness_var_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9927764Z test_nnc_correctness_var_mean_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9944681Z test_nnc_correctness_var_mean_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9961509Z test_nnc_correctness_var_mean_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:46.9978738Z test_nnc_correctness_var_mean_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:46.9995451Z test_nnc_correctness_var_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0012220Z test_nnc_correctness_var_mean_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0029138Z test_nnc_correctness_vdot_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0045945Z test_nnc_correctness_vdot_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0062873Z test_nnc_correctness_vdot_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0079670Z test_nnc_correctness_vdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0096458Z test_nnc_correctness_vdot_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0113471Z test_nnc_correctness_vdot_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0130349Z test_nnc_correctness_vdot_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0147481Z test_nnc_correctness_vdot_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:47.0164254Z test_nnc_correctness_vdot_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0181267Z test_nnc_correctness_vdot_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0191742Z test_nnc_correctness_view_as_complex_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:47.0208482Z test_nnc_correctness_view_as_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0225378Z test_nnc_correctness_view_as_complex_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0242288Z test_nnc_correctness_view_as_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:47.0259207Z test_nnc_correctness_view_as_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0276168Z test_nnc_correctness_view_as_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0292971Z test_nnc_correctness_view_as_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0309943Z test_nnc_correctness_view_as_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0326765Z test_nnc_correctness_view_as_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0343669Z test_nnc_correctness_view_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0360470Z test_nnc_correctness_view_as_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0377174Z test_nnc_correctness_view_as_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0394241Z test_nnc_correctness_view_as_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:47.0411085Z test_nnc_correctness_view_as_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0428052Z test_nnc_correctness_view_as_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0444846Z test_nnc_correctness_view_as_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0461802Z test_nnc_correctness_view_as_real_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0478620Z test_nnc_correctness_view_as_real_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0495534Z test_nnc_correctness_view_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0512442Z test_nnc_correctness_view_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0529304Z test_nnc_correctness_view_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0546402Z test_nnc_correctness_view_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:47.0563232Z test_nnc_correctness_view_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0580117Z test_nnc_correctness_view_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0596963Z test_nnc_correctness_view_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0613803Z test_nnc_correctness_view_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0630741Z test_nnc_correctness_view_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0647607Z test_nnc_correctness_view_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0664550Z test_nnc_correctness_view_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0681342Z test_nnc_correctness_view_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0698231Z test_nnc_correctness_view_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0715204Z test_nnc_correctness_vsplit_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:47.0732026Z test_nnc_correctness_vsplit_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0749056Z test_nnc_correctness_vsplit_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0765827Z test_nnc_correctness_vsplit_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0782776Z test_nnc_correctness_vsplit_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0799665Z test_nnc_correctness_vsplit_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0816548Z test_nnc_correctness_vsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:47.0833384Z test_nnc_correctness_vsplit_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0850282Z test_nnc_correctness_vsplit_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0867171Z test_nnc_correctness_vsplit_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0883959Z test_nnc_correctness_vsplit_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0900875Z test_nnc_correctness_vsplit_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0917593Z test_nnc_correctness_vsplit_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0934359Z test_nnc_correctness_vstack_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0951253Z test_nnc_correctness_vstack_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.0968092Z test_nnc_correctness_vstack_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:47.0985068Z test_nnc_correctness_vstack_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1001851Z test_nnc_correctness_vstack_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1018757Z test_nnc_correctness_vstack_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1035518Z test_nnc_correctness_vstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1052301Z test_nnc_correctness_vstack_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1069264Z test_nnc_correctness_vstack_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1086102Z test_nnc_correctness_vstack_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1103008Z test_nnc_correctness_vstack_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1120040Z test_nnc_correctness_vstack_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:47.1137497Z test_nnc_correctness_vstack_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1153846Z test_nnc_correctness_where_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1170658Z test_nnc_correctness_where_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1187547Z test_nnc_correctness_where_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1204364Z test_nnc_correctness_where_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1221336Z test_nnc_correctness_where_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1238168Z test_nnc_correctness_where_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1255019Z test_nnc_correctness_where_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1272168Z test_nnc_correctness_where_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:47.1289390Z test_nnc_correctness_where_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1306489Z test_nnc_correctness_where_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1323483Z test_nnc_correctness_where_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1340503Z test_nnc_correctness_where_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1357361Z test_nnc_correctness_where_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1374275Z test_nnc_correctness_xlogy_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:47.1391250Z test_nnc_correctness_xlogy_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1408057Z test_nnc_correctness_xlogy_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1425032Z test_nnc_correctness_xlogy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1441855Z test_nnc_correctness_xlogy_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1459525Z test_nnc_correctness_xlogy_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1476438Z test_nnc_correctness_xlogy_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1493272Z test_nnc_correctness_xlogy_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1510222Z test_nnc_correctness_xlogy_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1527231Z test_nnc_correctness_xlogy_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1544145Z test_nnc_correctness_zero__cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:47.1560944Z test_nnc_correctness_zero__cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1577857Z test_nnc_correctness_zero__cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1594759Z test_nnc_correctness_zero__cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1611623Z test_nnc_correctness_zero__cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1628550Z test_nnc_correctness_zero__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1645328Z test_nnc_correctness_zero__cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1662322Z test_nnc_correctness_zero__cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1679052Z test_nnc_correctness_zero__cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1696018Z test_nnc_correctness_zero__cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:47.1712922Z test_nnc_correctness_zero__cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1729662Z test_nnc_correctness_zero__cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1746535Z test_nnc_correctness_zeros_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1763288Z test_nnc_correctness_zeros_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1780227Z test_nnc_correctness_zeros_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1797142Z test_nnc_correctness_zeros_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:47.1813853Z test_nnc_correctness_zeros_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1830851Z test_nnc_correctness_zeros_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1847707Z test_nnc_correctness_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1864685Z test_nnc_correctness_zeros_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1881507Z test_nnc_correctness_zeros_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1898528Z test_nnc_correctness_zeros_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:14:47.1915515Z test_nnc_correctness_zeros_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1932376Z test_nnc_correctness_zeros_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1949294Z test_nnc_correctness_zeros_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1966210Z test_nnc_correctness_zeros_like_cpu_bfloat16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.1983244Z test_nnc_correctness_zeros_like_cpu_bool (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.2000014Z test_nnc_correctness_zeros_like_cpu_complex128 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.2016817Z test_nnc_correctness_zeros_like_cpu_complex32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.2033742Z test_nnc_correctness_zeros_like_cpu_complex64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.2050676Z test_nnc_correctness_zeros_like_cpu_float16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:14:47.2067619Z test_nnc_correctness_zeros_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.2084505Z test_nnc_correctness_zeros_like_cpu_float64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.2101500Z test_nnc_correctness_zeros_like_cpu_int16 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.2118445Z test_nnc_correctness_zeros_like_cpu_int32 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.2135312Z test_nnc_correctness_zeros_like_cpu_int64 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.2152256Z test_nnc_correctness_zeros_like_cpu_int8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.2169111Z test_nnc_correctness_zeros_like_cpu_uint8 (__main__.TestNNCOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:14:47.2176840Z test_unsupported_H_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2184436Z test_unsupported_T_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2191936Z test_unsupported___getitem___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2199393Z test_unsupported___rpow___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2206842Z test_unsupported___rsub___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2214278Z test_unsupported__masked_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2221745Z test_unsupported__masked_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2229157Z test_unsupported__masked_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2236579Z test_unsupported__masked_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2243905Z test_unsupported__masked_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2251271Z test_unsupported__masked_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2258714Z test_unsupported__masked_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2266070Z test_unsupported__masked_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2273424Z test_unsupported__masked_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2280807Z test_unsupported__masked_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2288109Z test_unsupported__masked_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2295495Z test_unsupported__masked_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2302934Z test_unsupported__masked_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2310277Z test_unsupported__masked_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2317646Z test_unsupported__masked_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2324997Z test_unsupported__masked_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2332342Z test_unsupported__masked_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2339904Z test_unsupported__masked_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2347309Z test_unsupported__masked_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2354703Z test_unsupported_acosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2362250Z test_unsupported_addbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.016s) 2022-09-27T16:14:47.2369632Z test_unsupported_addcdiv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2376971Z test_unsupported_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2384409Z test_unsupported_addmv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2391788Z test_unsupported_addr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2399151Z test_unsupported_all_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2406601Z test_unsupported_allclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2413842Z test_unsupported_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2421268Z test_unsupported_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2428630Z test_unsupported_aminmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2436066Z test_unsupported_angle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2443320Z test_unsupported_any_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2450621Z test_unsupported_arange_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2458081Z test_unsupported_argmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2465523Z test_unsupported_argmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2472919Z test_unsupported_argsort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2480277Z test_unsupported_argwhere_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2487647Z test_unsupported_as_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2495001Z test_unsupported_as_strided_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2502458Z test_unsupported_asinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2509871Z test_unsupported_atanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2517347Z test_unsupported_atleast_1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.016s) 2022-09-27T16:14:47.2524706Z test_unsupported_atleast_2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2532093Z test_unsupported_atleast_3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2539622Z test_unsupported_baddbmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2547060Z test_unsupported_bernoulli_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2554428Z test_unsupported_bfloat16_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2561788Z test_unsupported_block_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2569085Z test_unsupported_bmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2576494Z test_unsupported_broadcast_shapes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2583971Z test_unsupported_broadcast_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2591334Z test_unsupported_broadcast_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2598689Z test_unsupported_bucketize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2606038Z test_unsupported_cartesian_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2613421Z test_unsupported_cat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2620887Z test_unsupported_cdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2628189Z test_unsupported_chalf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2635629Z test_unsupported_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2642972Z test_unsupported_cholesky_inverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2650293Z test_unsupported_cholesky_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2657660Z test_unsupported_chunk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2665195Z test_unsupported_clamp_max_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2672744Z test_unsupported_clamp_min_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.016s) 2022-09-27T16:14:47.2680145Z test_unsupported_clone_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2687493Z test_unsupported_column_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2694848Z test_unsupported_combinations_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2702280Z test_unsupported_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2709674Z test_unsupported_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2717095Z test_unsupported_conj_physical_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2724427Z test_unsupported_constant_pad_nd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2731767Z test_unsupported_copysign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2739193Z test_unsupported_corrcoef_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2746567Z test_unsupported_count_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2753918Z test_unsupported_cov_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2761250Z test_unsupported_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2769043Z test_unsupported_cummax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2776096Z test_unsupported_cummin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2783556Z test_unsupported_cumprod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2790993Z test_unsupported_cumsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2798375Z test_unsupported_cumulative_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2805713Z test_unsupported_deg2rad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2813089Z test_unsupported_diag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2820612Z test_unsupported_diag_embed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2828025Z test_unsupported_diagflat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2835421Z test_unsupported_diagonal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2842879Z test_unsupported_diagonal_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2850168Z test_unsupported_diff_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2857543Z test_unsupported_digamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2865099Z test_unsupported_dist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2872461Z test_unsupported_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2879844Z test_unsupported_dsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2887221Z test_unsupported_dstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2894617Z test_unsupported_einsum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2902090Z test_unsupported_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2909454Z test_unsupported_empty_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2916826Z test_unsupported_equal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2924198Z test_unsupported_erfinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2931575Z test_unsupported_exp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.016s) 2022-09-27T16:14:47.2939106Z test_unsupported_eye_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2946463Z test_unsupported_fft_fft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2953851Z test_unsupported_fft_fft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2961224Z test_unsupported_fft_fftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2968660Z test_unsupported_fft_fftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2976117Z test_unsupported_fft_hfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2983567Z test_unsupported_fft_hfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2990979Z test_unsupported_fft_hfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.2998316Z test_unsupported_fft_ifft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3005740Z test_unsupported_fft_ifft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3013090Z test_unsupported_fft_ifftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3020643Z test_unsupported_fft_ifftshift_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3028012Z test_unsupported_fft_ihfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3035295Z test_unsupported_fft_ihfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3042649Z test_unsupported_fft_ihfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3050067Z test_unsupported_fft_irfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3057332Z test_unsupported_fft_irfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3064815Z test_unsupported_fft_irfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3072197Z test_unsupported_fft_rfft2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3079594Z test_unsupported_fft_rfft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3087061Z test_unsupported_fft_rfftn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.016s) 2022-09-27T16:14:47.3094393Z test_unsupported_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: No fill_ op (0.000s) 2022-09-27T16:14:47.3101914Z test_unsupported_flatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3109295Z test_unsupported_flip_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3116671Z test_unsupported_fliplr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3124013Z test_unsupported_flipud_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3131420Z test_unsupported_float_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3138848Z test_unsupported_floor_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3146224Z test_unsupported_fmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3153597Z test_unsupported_fmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3161003Z test_unsupported_frexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3168326Z test_unsupported_full_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3175701Z test_unsupported_gather_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3183160Z test_unsupported_geqrf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3190574Z test_unsupported_gradient_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3197922Z test_unsupported_heaviside_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3205297Z test_unsupported_histc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3212668Z test_unsupported_histogram_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3220087Z test_unsupported_histogramdd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3227436Z test_unsupported_hsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3234782Z test_unsupported_hstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3242223Z test_unsupported_hypot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.016s) 2022-09-27T16:14:47.3249638Z test_unsupported_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3257098Z test_unsupported_igamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3264526Z test_unsupported_igammac_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3271960Z test_unsupported_index_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3279298Z test_unsupported_index_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3286664Z test_unsupported_index_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3293999Z test_unsupported_index_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3301451Z test_unsupported_index_reduce_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3308820Z test_unsupported_index_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3316188Z test_unsupported_inner_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3323552Z test_unsupported_isclose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3330925Z test_unsupported_isfinite_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3338431Z test_unsupported_isin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3345830Z test_unsupported_isinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3353201Z test_unsupported_isneginf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3360603Z test_unsupported_isposinf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3367955Z test_unsupported_isreal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3375301Z test_unsupported_istft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3382790Z test_unsupported_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3390254Z test_unsupported_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3397724Z test_unsupported_jiterator_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.016s) 2022-09-27T16:14:47.3405169Z test_unsupported_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3412487Z test_unsupported_jiterator_unary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3419918Z test_unsupported_kron_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3427291Z test_unsupported_kthvalue_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3434682Z test_unsupported_ldexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3442111Z test_unsupported_linalg_cholesky_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3449471Z test_unsupported_linalg_cholesky_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3456901Z test_unsupported_linalg_cond_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3464269Z test_unsupported_linalg_cross_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3471682Z test_unsupported_linalg_det_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3479065Z test_unsupported_linalg_det_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3486419Z test_unsupported_linalg_eig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3493807Z test_unsupported_linalg_eigh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3501309Z test_unsupported_linalg_eigvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3508714Z test_unsupported_linalg_eigvalsh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3516113Z test_unsupported_linalg_householder_product_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3523464Z test_unsupported_linalg_inv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3530824Z test_unsupported_linalg_inv_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3538238Z test_unsupported_linalg_ldl_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3545720Z test_unsupported_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3553200Z test_unsupported_linalg_ldl_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.016s) 2022-09-27T16:14:47.3560625Z test_unsupported_linalg_lstsq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3567997Z test_unsupported_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3575406Z test_unsupported_linalg_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3582896Z test_unsupported_linalg_lu_factor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3590350Z test_unsupported_linalg_lu_factor_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3597793Z test_unsupported_linalg_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3605202Z test_unsupported_linalg_matrix_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3612616Z test_unsupported_linalg_matrix_power_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3620089Z test_unsupported_linalg_matrix_rank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3627530Z test_unsupported_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3634900Z test_unsupported_linalg_multi_dot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3642277Z test_unsupported_linalg_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3649758Z test_unsupported_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3657021Z test_unsupported_linalg_pinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3664480Z test_unsupported_linalg_pinv_hermitian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3671855Z test_unsupported_linalg_pinv_singular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3679278Z test_unsupported_linalg_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3686629Z test_unsupported_linalg_slogdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3694022Z test_unsupported_linalg_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3701572Z test_unsupported_linalg_solve_ex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3709139Z test_unsupported_linalg_solve_triangular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.016s) 2022-09-27T16:14:47.3716549Z test_unsupported_linalg_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3723947Z test_unsupported_linalg_svdvals_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3731309Z test_unsupported_linalg_tensorinv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3738823Z test_unsupported_linalg_tensorsolve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3746276Z test_unsupported_linalg_vander_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3753702Z test_unsupported_linalg_vecdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3761071Z test_unsupported_linalg_vector_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3768329Z test_unsupported_linspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3775707Z test_unsupported_log_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3783180Z test_unsupported_log_softmax_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3790531Z test_unsupported_logaddexp2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3797856Z test_unsupported_logaddexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3805182Z test_unsupported_logcumsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3812667Z test_unsupported_logdet_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.010s) 2022-09-27T16:14:47.3820195Z test_unsupported_logical_and_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3827566Z test_unsupported_logical_not_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3834935Z test_unsupported_logical_or_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3842316Z test_unsupported_logical_xor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3849723Z test_unsupported_logit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3856976Z test_unsupported_logspace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3864389Z test_unsupported_logsumexp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3871740Z test_unsupported_lu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3879171Z test_unsupported_lu_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3886512Z test_unsupported_lu_unpack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3893838Z test_unsupported_mH_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3901334Z test_unsupported_mT_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3908825Z test_unsupported_masked_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.010s) 2022-09-27T16:14:47.3916199Z test_unsupported_masked_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3923548Z test_unsupported_matrix_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3930923Z test_unsupported_max_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3938323Z test_unsupported_max_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3945693Z test_unsupported_maximum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3953094Z test_unsupported_median_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3960501Z test_unsupported_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3967957Z test_unsupported_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3975254Z test_unsupported_min_reduction_no_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3982766Z test_unsupported_min_reduction_with_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3990133Z test_unsupported_minimum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.3997518Z test_unsupported_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4004846Z test_unsupported_movedim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4012251Z test_unsupported_msort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4019669Z test_unsupported_multinomial_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4027057Z test_unsupported_mv_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4034466Z test_unsupported_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4041825Z test_unsupported_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4049237Z test_unsupported_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4056615Z test_unsupported_nan_to_num_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4064103Z test_unsupported_nanmean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4071703Z test_unsupported_nanmedian_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.016s) 2022-09-27T16:14:47.4079117Z test_unsupported_nanquantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4086450Z test_unsupported_nansum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4093817Z test_unsupported_narrow_copy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4101308Z test_unsupported_narrow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4108709Z test_unsupported_native_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4116089Z test_unsupported_new_empty_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4123486Z test_unsupported_new_empty_strided_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4130840Z test_unsupported_new_full_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4138297Z test_unsupported_new_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4145780Z test_unsupported_new_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4153155Z test_unsupported_nextafter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4160561Z test_unsupported_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4167891Z test_unsupported_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4175283Z test_unsupported_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4182768Z test_unsupported_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4190117Z test_unsupported_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4197482Z test_unsupported_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4204826Z test_unsupported_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4212234Z test_unsupported_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4219676Z test_unsupported_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4227171Z test_unsupported_nn_functional_batch_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.016s) 2022-09-27T16:14:47.4234576Z test_unsupported_nn_functional_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4242034Z test_unsupported_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4249347Z test_unsupported_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4256628Z test_unsupported_nn_functional_celu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4264088Z test_unsupported_nn_functional_conv1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4271468Z test_unsupported_nn_functional_conv2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4278815Z test_unsupported_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4286186Z test_unsupported_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4293518Z test_unsupported_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4301014Z test_unsupported_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4308394Z test_unsupported_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4315728Z test_unsupported_nn_functional_cross_entropy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4323059Z test_unsupported_nn_functional_ctc_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4330409Z test_unsupported_nn_functional_dropout2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4337748Z test_unsupported_nn_functional_dropout3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4345215Z test_unsupported_nn_functional_dropout_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4352649Z test_unsupported_nn_functional_elu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4360039Z test_unsupported_nn_functional_embedding_bag_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4367434Z test_unsupported_nn_functional_embedding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4374890Z test_unsupported_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4382496Z test_unsupported_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.016s) 2022-09-27T16:14:47.4389929Z test_unsupported_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4397224Z test_unsupported_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4404548Z test_unsupported_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4411821Z test_unsupported_nn_functional_gelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4419330Z test_unsupported_nn_functional_glu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4426691Z test_unsupported_nn_functional_grid_sample_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4434066Z test_unsupported_nn_functional_group_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4441449Z test_unsupported_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4448775Z test_unsupported_nn_functional_huber_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4456129Z test_unsupported_nn_functional_instance_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4463643Z test_unsupported_nn_functional_interpolate_area_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4470975Z test_unsupported_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4478326Z test_unsupported_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4485686Z test_unsupported_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4493016Z test_unsupported_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4500494Z test_unsupported_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4507891Z test_unsupported_nn_functional_kl_div_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4515262Z test_unsupported_nn_functional_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4522693Z test_unsupported_nn_functional_layer_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4530062Z test_unsupported_nn_functional_linear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4537574Z test_unsupported_nn_functional_local_response_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.016s) 2022-09-27T16:14:47.4545132Z test_unsupported_nn_functional_logsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4552554Z test_unsupported_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4559962Z test_unsupported_nn_functional_max_pool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4567339Z test_unsupported_nn_functional_max_pool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4574735Z test_unsupported_nn_functional_max_pool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4582182Z test_unsupported_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4589601Z test_unsupported_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4597079Z test_unsupported_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4604378Z test_unsupported_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4611699Z test_unsupported_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4619198Z test_unsupported_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4626576Z test_unsupported_nn_functional_mish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4633988Z test_unsupported_nn_functional_mse_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4641628Z test_unsupported_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.011s) 2022-09-27T16:14:47.4649103Z test_unsupported_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T16:14:47.4656556Z test_unsupported_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4664075Z test_unsupported_nn_functional_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4671543Z test_unsupported_nn_functional_normalize_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4678986Z test_unsupported_nn_functional_pad_circular_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4686372Z test_unsupported_nn_functional_pad_constant_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4693747Z test_unsupported_nn_functional_pad_reflect_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4701209Z test_unsupported_nn_functional_pad_replicate_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4708605Z test_unsupported_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4715960Z test_unsupported_nn_functional_pdist_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4723333Z test_unsupported_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4730691Z test_unsupported_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4738105Z test_unsupported_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4745514Z test_unsupported_nn_functional_prelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4752831Z test_unsupported_nn_functional_rrelu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4760187Z test_unsupported_nn_functional_selu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4767533Z test_unsupported_nn_functional_silu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4774924Z test_unsupported_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4782995Z test_unsupported_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4789780Z test_unsupported_nn_functional_softmin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4797135Z test_unsupported_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4804658Z test_unsupported_nn_functional_softshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.016s) 2022-09-27T16:14:47.4812128Z test_unsupported_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.001s) 2022-09-27T16:14:47.4819645Z test_unsupported_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4827034Z test_unsupported_nn_functional_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4834429Z test_unsupported_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4841828Z test_unsupported_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4849144Z test_unsupported_nonzero_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4856553Z test_unsupported_norm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4864004Z test_unsupported_norm_fro_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4871379Z test_unsupported_norm_inf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4878788Z test_unsupported_norm_nuc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4886161Z test_unsupported_normal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4893518Z test_unsupported_normal_number_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4900980Z test_unsupported_ones_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4908367Z test_unsupported_ones_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4915754Z test_unsupported_ormqr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4923150Z test_unsupported_outer_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4930587Z test_unsupported_pca_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4938031Z test_unsupported_pinverse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4945470Z test_unsupported_polar_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4952873Z test_unsupported_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4960239Z test_unsupported_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4967678Z test_unsupported_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.016s) 2022-09-27T16:14:47.4975219Z test_unsupported_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4982631Z test_unsupported_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4990034Z test_unsupported_positive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.4997373Z test_unsupported_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5004724Z test_unsupported_put_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5012012Z test_unsupported_qr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5019483Z test_unsupported_quantile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5026847Z test_unsupported_rad2deg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5034171Z test_unsupported_rand_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5041519Z test_unsupported_randint_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5048875Z test_unsupported_randn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5056266Z test_unsupported_randn_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5063704Z test_unsupported_ravel_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5071103Z test_unsupported_real_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5078479Z test_unsupported_renorm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5085850Z test_unsupported_repeat_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5093154Z test_unsupported_repeat_interleave_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5100583Z test_unsupported_resize__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5107973Z test_unsupported_resize_as__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5115396Z test_unsupported_resolve_conj_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5122814Z test_unsupported_resolve_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.016s) 2022-09-27T16:14:47.5130214Z test_unsupported_roll_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5137580Z test_unsupported_rot90_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5145171Z test_unsupported_round_decimals_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5152581Z test_unsupported_round_decimals_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5159978Z test_unsupported_round_decimals_neg_3_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5167424Z test_unsupported_scatter_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5174752Z test_unsupported_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5183280Z test_unsupported_scatter_reduce_amax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5190746Z test_unsupported_scatter_reduce_amin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5198162Z test_unsupported_scatter_reduce_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5205563Z test_unsupported_scatter_reduce_prod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5212872Z test_unsupported_scatter_reduce_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5220333Z test_unsupported_searchsorted_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5227732Z test_unsupported_segment_reduce_lengths_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5235048Z test_unsupported_segment_reduce_offsets_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5242419Z test_unsupported_select_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5249864Z test_unsupported_select_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5257219Z test_unsupported_sgn_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5264724Z test_unsupported_signbit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5272084Z test_unsupported_sinc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5279557Z test_unsupported_slice_scatter_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.016s) 2022-09-27T16:14:47.5286911Z test_unsupported_softmax_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5294290Z test_unsupported_softmax_with_dtype_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5301802Z test_unsupported_sort_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5309293Z test_unsupported_sparse_sampled_addmm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5316670Z test_unsupported_special_airy_ai_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5324059Z test_unsupported_special_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5331497Z test_unsupported_special_bessel_j1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5338962Z test_unsupported_special_bessel_y0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5346340Z test_unsupported_special_bessel_y1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5353766Z test_unsupported_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:47.5361116Z test_unsupported_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:47.5368422Z test_unsupported_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:47.5375870Z test_unsupported_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:47.5383302Z test_unsupported_special_entr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5390679Z test_unsupported_special_erfcx_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5398040Z test_unsupported_special_hermite_polynomial_h_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:47.5405447Z test_unsupported_special_hermite_polynomial_he_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:47.5412866Z test_unsupported_special_i0e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5420309Z test_unsupported_special_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5427687Z test_unsupported_special_i1e_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5435177Z test_unsupported_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:14:47.5442565Z test_unsupported_special_legendre_polynomial_p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:47.5449942Z test_unsupported_special_log_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5457345Z test_unsupported_special_modified_bessel_i0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5464849Z test_unsupported_special_modified_bessel_i1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5472198Z test_unsupported_special_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5479559Z test_unsupported_special_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5486926Z test_unsupported_special_ndtr_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5494269Z test_unsupported_special_ndtri_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5501721Z test_unsupported_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5509092Z test_unsupported_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5516416Z test_unsupported_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5523723Z test_unsupported_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:47.5531059Z test_unsupported_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:47.5538494Z test_unsupported_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:47.5545896Z test_unsupported_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:14:47.5553350Z test_unsupported_special_spherical_bessel_j0_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5560679Z test_unsupported_special_xlog1py_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5568107Z test_unsupported_special_zeta_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5575410Z test_unsupported_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5582889Z test_unsupported_split_list_args_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5590295Z test_unsupported_split_with_sizes_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5597714Z test_unsupported_square_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5605097Z test_unsupported_squeeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5612447Z test_unsupported_stack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5619930Z test_unsupported_std_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5627317Z test_unsupported_std_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5634678Z test_unsupported_stft_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5641984Z test_unsupported_sum_to_size_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5649410Z test_unsupported_svd_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5656778Z test_unsupported_svd_lowrank_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5664261Z test_unsupported_symeig_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5671590Z test_unsupported_take_along_dim_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5678945Z test_unsupported_take_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5686338Z test_unsupported_tensor_split_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5693697Z test_unsupported_tensordot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5701120Z test_unsupported_tile_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5708503Z test_unsupported_to_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5715912Z test_unsupported_to_sparse_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5723292Z test_unsupported_topk_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5730642Z test_unsupported_trace_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5738012Z test_unsupported_trapezoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5745466Z test_unsupported_trapz_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5753095Z test_unsupported_triangular_solve_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.016s) 2022-09-27T16:14:47.5760490Z test_unsupported_tril_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5767907Z test_unsupported_triu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5775361Z test_unsupported_unbind_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5782798Z test_unsupported_unflatten_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5790179Z test_unsupported_unfold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5797555Z test_unsupported_uniform_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5804949Z test_unsupported_unique_consecutive_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5812291Z test_unsupported_unique_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5819736Z test_unsupported_var_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5827152Z test_unsupported_var_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5834475Z test_unsupported_vdot_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5841818Z test_unsupported_view_as_complex_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5849231Z test_unsupported_vsplit_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5856517Z test_unsupported_vstack_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5863953Z test_unsupported_xlogy_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5871309Z test_unsupported_zero__cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5878672Z test_unsupported_zeros_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5886045Z test_unsupported_zeros_like_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5890943Z test_working___radd___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5895869Z test_working___rdiv___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5900899Z test_working___rmod___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5905800Z test_working___rmul___cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5910800Z test_working_abs_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.016s) 2022-09-27T16:14:47.5915724Z test_working_acos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5920591Z test_working_add_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5925446Z test_working_addcmul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5930328Z test_working_addmm_decomposed_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5935181Z test_working_asin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5940129Z test_working_atan2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5945041Z test_working_atan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5949967Z test_working_bool_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5954810Z test_working_byte_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5959607Z test_working_ceil_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5964496Z test_working_char_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5969388Z test_working_clamp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5974292Z test_working_contiguous_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5979289Z test_working_cos_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5984154Z test_working_cosh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5989050Z test_working_div_floor_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5993898Z test_working_div_no_rounding_mode_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.5998783Z test_working_div_trunc_rounding_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6003654Z test_working_double_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6008558Z test_working_eq_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6013405Z test_working_erf_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6018341Z test_working_erfc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6023254Z test_working_exp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6028141Z test_working_expand_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6032976Z test_working_expand_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6037816Z test_working_expm1_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6042671Z test_working_float_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6047541Z test_working_floor_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6052377Z test_working_fmod_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6057223Z test_working_ge_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6062165Z test_working_gt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6067114Z test_working_half_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.016s) 2022-09-27T16:14:47.6072011Z test_working_int_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6076902Z test_working_isnan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6081769Z test_working_le_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6086646Z test_working_lerp_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6091615Z test_working_lgamma_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6096422Z test_working_log10_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6101384Z test_working_log1p_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6106298Z test_working_log2_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6111183Z test_working_log_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6116098Z test_working_long_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6120997Z test_working_lt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6125888Z test_working_masked_fill_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6130757Z test_working_max_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6135622Z test_working_mean_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6140577Z test_working_min_binary_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6145486Z test_working_mm_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6150357Z test_working_mul_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6155205Z test_working_ne_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6160061Z test_working_neg_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6164964Z test_working_nn_functional_hardshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6169843Z test_working_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6174688Z test_working_nn_functional_hardswish_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6179682Z test_working_nn_functional_hardtanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6184598Z test_working_nn_functional_leaky_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6189472Z test_working_nn_functional_relu6_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6194324Z test_working_nn_functional_relu_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6199184Z test_working_nn_functional_softplus_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6204050Z test_working_nn_functional_softsign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6208931Z test_working_nn_functional_tanhshrink_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6213833Z test_working_nn_functional_threshold_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6218783Z test_working_permute_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6224285Z test_working_pow_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.016s) 2022-09-27T16:14:47.6229232Z test_working_reciprocal_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6234133Z test_working_remainder_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6239068Z test_working_reshape_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6243978Z test_working_reshape_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6248869Z test_working_round_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6253733Z test_working_rsqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6258684Z test_working_rsub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6263605Z test_working_short_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6268490Z test_working_sigmoid_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6273386Z test_working_sign_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6278245Z test_working_sin_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6283115Z test_working_sinh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6287968Z test_working_sqrt_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6292797Z test_working_sub_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6297683Z test_working_sum_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6302684Z test_working_t_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6307584Z test_working_tan_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6312482Z test_working_tanh_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6317383Z test_working_transpose_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6322316Z test_working_true_divide_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6327200Z test_working_trunc_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6332084Z test_working_unsqueeze_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6337236Z test_working_view_as_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6342227Z test_working_view_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.6347192Z test_working_where_cpu_float32 (__main__.TestNNCOpInfoCPU) ... skip: Compiles with TensorExprKernel (0.000s) 2022-09-27T16:14:47.8420837Z test_abs (__main__.TestTEFuserDynamic) ... ok (0.206s) 2022-09-27T16:14:47.8634965Z test_adaptive_avg_pool2d (__main__.TestTEFuserDynamic) ... ok (0.031s) 2022-09-27T16:14:47.9222571Z test_add_bool (__main__.TestTEFuserDynamic) ... ok (0.048s) 2022-09-27T16:14:47.9575768Z test_addcmul (__main__.TestTEFuserDynamic) ... ok (0.047s) 2022-09-27T16:14:47.9593262Z test_arg_configurations_smoke (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.000s) 2022-09-27T16:14:47.9600872Z test_autocast_down (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.000s) 2022-09-27T16:14:47.9607630Z test_autocast_up (__main__.TestTEFuserDynamic) ... skip: half-precision NNC fusion requires CUDA (0.000s) 2022-09-27T16:15:06.5443631Z test_batch_norm (__main__.TestTEFuserDynamic) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T16:15:06.5444876Z warnings.warn(msg, FutureWarning) 2022-09-27T16:15:57.0732233Z ok (69.118s) 2022-09-27T16:15:57.6505055Z test_binary_div_ops (__main__.TestTEFuserDynamic) ... ok (0.571s) 2022-09-27T16:15:58.8239214Z test_binary_ops (__main__.TestTEFuserDynamic) ... ok (1.174s) 2022-09-27T16:15:58.9168138Z test_binary_pow (__main__.TestTEFuserDynamic) ... ok (0.096s) 2022-09-27T16:15:59.0574925Z test_binary_scalar_ops (__main__.TestTEFuserDynamic) ... ok (0.142s) 2022-09-27T16:15:59.0591416Z test_binary_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:15:59.3350823Z test_bitwise_ops (__main__.TestTEFuserDynamic) ... ok (0.279s) 2022-09-27T16:15:59.3550753Z test_broadcast (__main__.TestTEFuserDynamic) ... ok (0.016s) 2022-09-27T16:16:00.1507118Z test_cat_2k_args (__main__.TestTEFuserDynamic) ... ok (0.798s) 2022-09-27T16:16:00.1861292Z test_cat_graph_opt (__main__.TestTEFuserDynamic) ... ok (0.026s) 2022-09-27T16:16:00.1875141Z test_channels_last_dims_dynamic (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.000s) 2022-09-27T16:16:00.2402914Z test_checks_cat_inputs (__main__.TestTEFuserDynamic) ... ok (0.057s) 2022-09-27T16:16:00.2416776Z test_chunk (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.000s) 2022-09-27T16:16:00.2436752Z test_chunk_correctness (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.000s) 2022-09-27T16:16:00.2453247Z test_chunk_distributes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.000s) 2022-09-27T16:16:00.2468572Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.016s) 2022-09-27T16:16:00.2481834Z test_chunk_mul_one (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.000s) 2022-09-27T16:16:00.2499925Z test_chunk_multiple (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.000s) 2022-09-27T16:16:00.6202259Z test_clamp (__main__.TestTEFuserDynamic) ... ok (0.372s) 2022-09-27T16:16:00.6375653Z test_clamp_double (__main__.TestTEFuserDynamic) ... ok (0.016s) 2022-09-27T16:16:00.6516048Z test_clamp_int (__main__.TestTEFuserDynamic) ... ok (0.016s) 2022-09-27T16:16:00.7084306Z test_comparison_eq_ne (__main__.TestTEFuserDynamic) ... ok (0.052s) 2022-09-27T16:16:00.7641814Z test_comparison_ge_le (__main__.TestTEFuserDynamic) ... ok (0.051s) 2022-09-27T16:16:00.8189802Z test_comparison_gt_lt (__main__.TestTEFuserDynamic) ... ok (0.051s) 2022-09-27T16:16:00.8503760Z test_concat (__main__.TestTEFuserDynamic) ... ok (0.031s) 2022-09-27T16:16:00.8968313Z test_concat_invariant (__main__.TestTEFuserDynamic) ... ok (0.051s) 2022-09-27T16:16:00.8988569Z test_constant_chunk_shapes (__main__.TestTEFuserDynamic) ... skip: TODO: chunk dynamic shapes (0.000s) 2022-09-27T16:16:00.9004302Z test_conv2d (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.000s) 2022-09-27T16:16:00.9014015Z test_conv2d_depthwise (__main__.TestTEFuserDynamic) ... skip: Too slow to run with the TE interpreter (0.000s) 2022-09-27T16:16:00.9030663Z test_cuda_half (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.016s) 2022-09-27T16:16:00.9638292Z test_dims (__main__.TestTEFuserDynamic) ... ok (0.047s) 2022-09-27T16:16:00.9704787Z test_disabled (__main__.TestTEFuserDynamic) ... ok (0.016s) 2022-09-27T16:16:00.9915046Z test_div_bool (__main__.TestTEFuserDynamic) ... ok (0.020s) 2022-09-27T16:16:01.0022430Z test_dynamic_cat (__main__.TestTEFuserDynamic) ... ok (0.010s) 2022-09-27T16:16:33.9613190Z test_dynamic_shapes (__main__.TestTEFuserDynamic) ... ok (32.953s) 2022-09-27T16:16:33.9912752Z test_eq_unsqueeze_type_as (__main__.TestTEFuserDynamic) ... ok (0.032s) 2022-09-27T16:16:33.9929401Z test_erf (__main__.TestTEFuserDynamic) ... ok (0.000s) 2022-09-27T16:16:34.0015453Z test_exhaust_specializations (__main__.TestTEFuserDynamic) ... ok (0.016s) 2022-09-27T16:16:34.0359473Z test_exp (__main__.TestTEFuserDynamic) ... ok (0.032s) 2022-09-27T16:16:34.0368780Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.000s) 2022-09-27T16:16:34.0400200Z test_gelu (__main__.TestTEFuserDynamic) ... ok (0.000s) 2022-09-27T16:16:34.0759385Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.032s) 2022-09-27T16:16:34.1200878Z test_hardswish_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.048s) 2022-09-27T16:16:34.1479290Z test_inlined_optimized_graph (__main__.TestTEFuserDynamic) ... ok (0.031s) 2022-09-27T16:16:34.2614260Z test_isnan (__main__.TestTEFuserDynamic) ... ok (0.110s) 2022-09-27T16:16:34.2627071Z test_kernel_cache_multi_gpu (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.000s) 2022-09-27T16:16:34.2974660Z test_lerp (__main__.TestTEFuserDynamic) ... ok (0.032s) 2022-09-27T16:16:34.2990405Z test_list_ops (__main__.TestTEFuserDynamic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.016s) 2022-09-27T16:16:34.4430173Z test_lstm (__main__.TestTEFuserDynamic) ... ok (0.143s) 2022-09-27T16:16:34.5448291Z test_lstm_concat (__main__.TestTEFuserDynamic) ... ok (0.095s) 2022-09-27T16:16:35.3772105Z test_lstm_gates_permutations (__main__.TestTEFuserDynamic) ... ok (0.840s) 2022-09-27T16:16:35.4759335Z test_lstm_traced (__main__.TestTEFuserDynamic) ... ok (0.096s) 2022-09-27T16:16:35.4773283Z test_masked_fill (__main__.TestTEFuserDynamic) ... skip: Temporarily disabled (0.000s) 2022-09-27T16:16:35.4801481Z test_matmul (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.000s) 2022-09-27T16:16:35.4816945Z test_milstm (__main__.TestTEFuserDynamic) ... skip: don't run conv with dynamic shapes (0.000s) 2022-09-27T16:16:35.5655073Z test_minmax (__main__.TestTEFuserDynamic) ... ok (0.094s) 2022-09-27T16:16:35.6845176Z test_minmax_int_ops (__main__.TestTEFuserDynamic) ... ok (0.114s) 2022-09-27T16:16:35.7060167Z test_mul_bool (__main__.TestTEFuserDynamic) ... ok (0.016s) 2022-09-27T16:16:35.7436706Z test_neg_pow (__main__.TestTEFuserDynamic) ... ok (0.047s) 2022-09-27T16:16:35.7445160Z test_nonzero_device_cuda (__main__.TestTEFuserDynamic) ... skip: needs non-zero device (0.000s) 2022-09-27T16:16:35.7454042Z test_nop (__main__.TestTEFuserDynamic) ... ok (0.000s) 2022-09-27T16:16:35.7492385Z test_profiler (__main__.TestTEFuserDynamic) ... STAGE:2022-09-27 16:16:35 356:2300 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:16:35.7559570Z STAGE:2022-09-27 16:16:35 356:2300 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:16:35.7572426Z ok (0.000s) 2022-09-27T16:16:35.7591621Z test_rand_broadcast_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.016s) 2022-09-27T16:16:35.7606364Z test_rand_cuda (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.000s) 2022-09-27T16:16:35.7616503Z test_rand_diamond (__main__.TestTEFuserDynamic) ... skip: fuser requires CUDA (0.000s) 2022-09-27T16:16:35.7945116Z test_relu (__main__.TestTEFuserDynamic) ... ok (0.032s) 2022-09-27T16:16:35.8172318Z test_relu_fwd_bwd (__main__.TestTEFuserDynamic) ... ok (0.016s) 2022-09-27T16:16:35.8310254Z test_remove_output_used_only_in_size (__main__.TestTEFuserDynamic) ... ok (0.016s) 2022-09-27T16:16:35.8450600Z test_scalar (__main__.TestTEFuserDynamic) ... ok (0.016s) 2022-09-27T16:16:35.8833102Z test_scalar_arg (__main__.TestTEFuserDynamic) ... ok (0.046s) 2022-09-27T16:16:35.8960039Z test_scalar_only_inputs (__main__.TestTEFuserDynamic) ... ok (0.001s) 2022-09-27T16:16:35.9070323Z test_skip_grad_in_check (__main__.TestTEFuserDynamic) ... ok (0.016s) 2022-09-27T16:16:35.9471569Z test_small_constant (__main__.TestTEFuserDynamic) ... ok (0.047s) 2022-09-27T16:16:35.9748630Z test_sub_gt_and (__main__.TestTEFuserDynamic) ... ok (0.016s) 2022-09-27T16:16:36.0109142Z test_sum_dim (__main__.TestTEFuserDynamic) ... ok (0.048s) 2022-09-27T16:16:36.0314103Z test_sum_keepdim_cast (__main__.TestTEFuserDynamic) ... ok (0.016s) 2022-09-27T16:16:36.0479617Z test_sum_simple (__main__.TestTEFuserDynamic) ... ok (0.016s) 2022-09-27T16:16:36.0503246Z test_superslomo (__main__.TestTEFuserDynamic) ... ok (0.000s) 2022-09-27T16:16:36.0865978Z test_tensor_scalar_ops (__main__.TestTEFuserDynamic) ... ok (0.032s) 2022-09-27T16:17:07.0676948Z test_ternary_norm_ops (__main__.TestTEFuserDynamic) ... ok (30.993s) 2022-09-27T16:17:07.1661414Z test_ternary_ops (__main__.TestTEFuserDynamic) ... ok (0.100s) 2022-09-27T16:17:07.1892929Z test_threshold (__main__.TestTEFuserDynamic) ... ok (0.016s) 2022-09-27T16:17:07.2044792Z test_to_device (__main__.TestTEFuserDynamic) ... ok (0.016s) 2022-09-27T16:17:07.4608888Z test_torch_to (__main__.TestTEFuserDynamic) ... ok (0.253s) 2022-09-27T16:17:08.3541033Z test_type_as_cat (__main__.TestTEFuserDynamic) ... ok (0.888s) 2022-09-27T16:17:08.3717818Z test_typecheck (__main__.TestTEFuserDynamic) ... ok (0.032s) 2022-09-27T16:17:08.3742052Z test_unary_ops (__main__.TestTEFuserDynamic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:17:08.3894566Z test_unrolled_cat (__main__.TestTEFuserDynamic) ... ok (0.016s) 2022-09-27T16:17:08.4720472Z test_unsqueeze_size_calculation (__main__.TestTEFuserDynamic) ... ok (0.079s) 2022-09-27T16:17:08.5678929Z test_unsqueeze_var_dim (__main__.TestTEFuserDynamic) ... ok (0.095s) 2022-09-27T16:17:08.5758936Z test_unsupported_dtypes (__main__.TestTEFuserDynamic) ... C:\actions-runner\_work\pytorch\pytorch\test\test_jit_fuser_te.py:1187: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-09-27T16:17:08.5759520Z return v.to(dtype) 2022-09-27T16:17:08.5976268Z ok (0.032s) 2022-09-27T16:17:08.6269556Z test_where_and_typing (__main__.TestTEFuserDynamic) ... ok (0.032s) 2022-09-27T16:17:08.8576163Z test_where_ops (__main__.TestTEFuserDynamic) ... ok (0.221s) 2022-09-27T16:17:08.8739736Z test_with_strict_fusion (__main__.TestTEFuserDynamic) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\__init__.py:216: UserWarning: Only works in script mode 2022-09-27T16:17:08.8740172Z warnings.warn("Only works in script mode") 2022-09-27T16:17:08.9053982Z ok (0.048s) 2022-09-27T16:17:08.9225399Z test_zero_element_tensors (__main__.TestTEFuserDynamic) ... ok (0.016s) 2022-09-27T16:17:08.9341267Z test_abs (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-09-27T16:17:08.9532805Z test_adaptive_avg_pool2d (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-09-27T16:17:09.0042738Z test_add_bool (__main__.TestTEFuserStatic) ... ok (0.048s) 2022-09-27T16:17:09.0358589Z test_addcmul (__main__.TestTEFuserStatic) ... ok (0.047s) 2022-09-27T16:17:09.0498916Z test_arg_configurations_smoke (__main__.TestTEFuserStatic) ... ok (0.000s) 2022-09-27T16:17:09.0506488Z test_autocast_down (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.000s) 2022-09-27T16:17:09.0513270Z test_autocast_up (__main__.TestTEFuserStatic) ... skip: half-precision NNC fusion requires CUDA (0.000s) 2022-09-27T16:17:24.8286628Z test_batch_norm (__main__.TestTEFuserStatic) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T16:17:24.8288771Z warnings.warn(msg, FutureWarning) 2022-09-27T16:18:08.4402420Z ok (59.397s) 2022-09-27T16:18:09.0047682Z test_binary_div_ops (__main__.TestTEFuserStatic) ... ok (0.561s) 2022-09-27T16:18:10.0381189Z test_binary_ops (__main__.TestTEFuserStatic) ... ok (1.037s) 2022-09-27T16:18:10.1254821Z test_binary_pow (__main__.TestTEFuserStatic) ... ok (0.083s) 2022-09-27T16:18:10.2653048Z test_binary_scalar_ops (__main__.TestTEFuserStatic) ... ok (0.151s) 2022-09-27T16:18:10.2669415Z test_binary_tensor_scalar_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:18:10.4897930Z test_bitwise_ops (__main__.TestTEFuserStatic) ... ok (0.211s) 2022-09-27T16:18:10.5044831Z test_broadcast (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-09-27T16:18:11.2946737Z test_cat_2k_args (__main__.TestTEFuserStatic) ... ok (0.792s) 2022-09-27T16:18:11.3145359Z test_cat_graph_opt (__main__.TestTEFuserStatic) ... ok (0.032s) 2022-09-27T16:18:11.3159370Z test_channels_last_dims_dynamic (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.000s) 2022-09-27T16:18:11.3446324Z test_checks_cat_inputs (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-09-27T16:18:11.3630568Z test_chunk (__main__.TestTEFuserStatic) ... ok (0.032s) 2022-09-27T16:18:11.9922737Z test_chunk_correctness (__main__.TestTEFuserStatic) ... ok (0.619s) 2022-09-27T16:18:12.0283774Z test_chunk_distributes (__main__.TestTEFuserStatic) ... ok (0.048s) 2022-09-27T16:18:12.0557610Z test_chunk_motion_deduplicates_inputs (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-09-27T16:18:22.9194365Z test_chunk_mul_one (__main__.TestTEFuserStatic) ... ok (10.869s) 2022-09-27T16:18:22.9719504Z test_chunk_multiple (__main__.TestTEFuserStatic) ... ok (0.047s) 2022-09-27T16:18:23.2788573Z test_clamp (__main__.TestTEFuserStatic) ... ok (0.310s) 2022-09-27T16:18:23.2941978Z test_clamp_double (__main__.TestTEFuserStatic) ... ok (0.020s) 2022-09-27T16:18:23.3069038Z test_clamp_int (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-09-27T16:18:23.3538408Z test_comparison_eq_ne (__main__.TestTEFuserStatic) ... ok (0.041s) 2022-09-27T16:18:23.3985563Z test_comparison_ge_le (__main__.TestTEFuserStatic) ... ok (0.051s) 2022-09-27T16:18:23.4419383Z test_comparison_gt_lt (__main__.TestTEFuserStatic) ... ok (0.031s) 2022-09-27T16:18:23.4646093Z test_concat (__main__.TestTEFuserStatic) ... ok (0.031s) 2022-09-27T16:18:23.4984963Z test_concat_invariant (__main__.TestTEFuserStatic) ... ok (0.030s) 2022-09-27T16:18:23.5005986Z test_constant_chunk_shapes (__main__.TestTEFuserStatic) ... C:\actions-runner\_work\pytorch\pytorch\test\test_jit_fuser_te.py:2416: TracerWarning: torch.tensor results are registered as constants in the trace. You can safely ignore this warning if you use this function to create tensors out of constant variables that would be the same every time you call this function. In any other case, this might cause the trace to be incorrect. 2022-09-27T16:18:23.5006661Z r = torch.tensor(4) 2022-09-27T16:18:23.5550832Z ok (0.063s) 2022-09-27T16:18:23.5900608Z test_conv2d (__main__.TestTEFuserStatic) ... ok (0.026s) 2022-09-27T16:18:23.5910539Z test_conv2d_depthwise (__main__.TestTEFuserStatic) ... skip: Too slow to run with the TE interpreter (0.000s) 2022-09-27T16:18:23.5927330Z test_cuda_half (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.000s) 2022-09-27T16:18:23.6482120Z test_dims (__main__.TestTEFuserStatic) ... ok (0.063s) 2022-09-27T16:18:23.6550184Z test_disabled (__main__.TestTEFuserStatic) ... ok (0.000s) 2022-09-27T16:18:23.6741966Z test_div_bool (__main__.TestTEFuserStatic) ... ok (0.031s) 2022-09-27T16:18:23.6852582Z test_dynamic_cat (__main__.TestTEFuserStatic) ... ok (0.001s) 2022-09-27T16:18:57.1013059Z test_dynamic_shapes (__main__.TestTEFuserStatic) ... ok (33.417s) 2022-09-27T16:18:57.1282021Z test_eq_unsqueeze_type_as (__main__.TestTEFuserStatic) ... ok (0.031s) 2022-09-27T16:18:57.1298415Z test_erf (__main__.TestTEFuserStatic) ... ok (0.000s) 2022-09-27T16:18:57.1385910Z test_exhaust_specializations (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-09-27T16:18:57.1702761Z test_exp (__main__.TestTEFuserStatic) ... ok (0.032s) 2022-09-27T16:18:57.1712335Z test_fusion_reuse_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.000s) 2022-09-27T16:18:57.1743285Z test_gelu (__main__.TestTEFuserStatic) ... ok (0.000s) 2022-09-27T16:18:57.2020570Z test_hardsigmoid_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.032s) 2022-09-27T16:18:57.2363495Z test_hardswish_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.031s) 2022-09-27T16:18:57.2569549Z test_inlined_optimized_graph (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-09-27T16:18:57.3632829Z test_isnan (__main__.TestTEFuserStatic) ... ok (0.111s) 2022-09-27T16:18:57.3645252Z test_kernel_cache_multi_gpu (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.000s) 2022-09-27T16:18:57.3968515Z test_lerp (__main__.TestTEFuserStatic) ... ok (0.032s) 2022-09-27T16:18:57.3984053Z test_list_ops (__main__.TestTEFuserStatic) ... skip: FIXME: fuser doesn't include ListConstruct nodes to the group causing a failure (0.000s) 2022-09-27T16:18:57.5337440Z test_lstm (__main__.TestTEFuserStatic) ... ok (0.127s) 2022-09-27T16:18:57.6294900Z test_lstm_concat (__main__.TestTEFuserStatic) ... ok (0.096s) 2022-09-27T16:18:58.1631904Z test_lstm_gates_permutations (__main__.TestTEFuserStatic) ... ok (0.540s) 2022-09-27T16:18:58.2548480Z test_lstm_traced (__main__.TestTEFuserStatic) ... ok (0.097s) 2022-09-27T16:18:58.2561880Z test_masked_fill (__main__.TestTEFuserStatic) ... skip: Temporarily disabled (0.000s) 2022-09-27T16:18:58.7201599Z test_matmul (__main__.TestTEFuserStatic) ... ok (0.466s) 2022-09-27T16:18:59.2737220Z test_milstm (__main__.TestTEFuserStatic) ... ok (0.552s) 2022-09-27T16:18:59.3399281Z test_minmax (__main__.TestTEFuserStatic) ... ok (0.063s) 2022-09-27T16:18:59.4379101Z test_minmax_int_ops (__main__.TestTEFuserStatic) ... ok (0.096s) 2022-09-27T16:18:59.4565546Z test_mul_bool (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-09-27T16:18:59.4901341Z test_neg_pow (__main__.TestTEFuserStatic) ... ok (0.033s) 2022-09-27T16:18:59.4909952Z test_nonzero_device_cuda (__main__.TestTEFuserStatic) ... skip: needs non-zero device (0.000s) 2022-09-27T16:18:59.4919232Z test_nop (__main__.TestTEFuserStatic) ... ok (0.000s) 2022-09-27T16:18:59.4956091Z test_profiler (__main__.TestTEFuserStatic) ... STAGE:2022-09-27 16:18:59 356:2300 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:18:59.4999087Z STAGE:2022-09-27 16:18:59 356:2300 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:18:59.5010497Z ok (0.016s) 2022-09-27T16:18:59.5026442Z test_rand_broadcast_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.000s) 2022-09-27T16:18:59.5038921Z test_rand_cuda (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.000s) 2022-09-27T16:18:59.5047559Z test_rand_diamond (__main__.TestTEFuserStatic) ... skip: fuser requires CUDA (0.000s) 2022-09-27T16:18:59.5358227Z test_relu (__main__.TestTEFuserStatic) ... ok (0.031s) 2022-09-27T16:18:59.5562410Z test_relu_fwd_bwd (__main__.TestTEFuserStatic) ... ok (0.031s) 2022-09-27T16:18:59.5674293Z test_remove_output_used_only_in_size (__main__.TestTEFuserStatic) ... ok (0.000s) 2022-09-27T16:18:59.5799732Z test_scalar (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-09-27T16:18:59.6083952Z test_scalar_arg (__main__.TestTEFuserStatic) ... ok (0.031s) 2022-09-27T16:18:59.6189379Z test_scalar_only_inputs (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-09-27T16:18:59.6286645Z test_skip_grad_in_check (__main__.TestTEFuserStatic) ... ok (0.001s) 2022-09-27T16:18:59.6643885Z test_small_constant (__main__.TestTEFuserStatic) ... ok (0.031s) 2022-09-27T16:18:59.6852000Z test_sub_gt_and (__main__.TestTEFuserStatic) ... ok (0.032s) 2022-09-27T16:18:59.7114283Z test_sum_dim (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-09-27T16:18:59.7271973Z test_sum_keepdim_cast (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-09-27T16:18:59.7406458Z test_sum_simple (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-09-27T16:18:59.7430098Z test_superslomo (__main__.TestTEFuserStatic) ... ok (0.000s) 2022-09-27T16:18:59.7725366Z test_tensor_scalar_ops (__main__.TestTEFuserStatic) ... ok (0.032s) 2022-09-27T16:19:26.2242844Z test_ternary_norm_ops (__main__.TestTEFuserStatic) ... ok (26.461s) 2022-09-27T16:19:26.3022337Z test_ternary_ops (__main__.TestTEFuserStatic) ... ok (0.064s) 2022-09-27T16:19:26.3181638Z test_threshold (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-09-27T16:19:26.3313473Z test_to_device (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-09-27T16:19:26.5706771Z test_torch_to (__main__.TestTEFuserStatic) ... ok (0.240s) 2022-09-27T16:19:27.1854406Z test_type_as_cat (__main__.TestTEFuserStatic) ... ok (0.618s) 2022-09-27T16:19:27.1991331Z test_typecheck (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-09-27T16:19:27.2015918Z test_unary_ops (__main__.TestTEFuserStatic) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:19:27.2135109Z test_unrolled_cat (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-09-27T16:19:27.2912088Z test_unsqueeze_size_calculation (__main__.TestTEFuserStatic) ... ok (0.079s) 2022-09-27T16:19:27.4147634Z test_unsqueeze_var_dim (__main__.TestTEFuserStatic) ... ok (0.127s) 2022-09-27T16:19:27.4432632Z test_unsupported_dtypes (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-09-27T16:19:27.4640404Z test_where_and_typing (__main__.TestTEFuserStatic) ... ok (0.033s) 2022-09-27T16:19:27.6668617Z test_where_ops (__main__.TestTEFuserStatic) ... ok (0.191s) 2022-09-27T16:19:27.6809503Z test_with_strict_fusion (__main__.TestTEFuserStatic) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\__init__.py:216: UserWarning: Only works in script mode 2022-09-27T16:19:27.6809957Z warnings.warn("Only works in script mode") 2022-09-27T16:19:27.7084838Z ok (0.049s) 2022-09-27T16:19:27.7218315Z test_zero_element_tensors (__main__.TestTEFuserStatic) ... ok (0.016s) 2022-09-27T16:19:27.7218846Z 2022-09-27T16:19:27.7219076Z ---------------------------------------------------------------------- 2022-09-27T16:19:27.7219415Z Ran 5884 tests in 289.047s 2022-09-27T16:19:27.7219564Z 2022-09-27T16:19:27.7219673Z OK (skipped=5720) 2022-09-27T16:19:27.7219814Z 2022-09-27T16:19:27.7219929Z Generating XML reports... 2022-09-27T16:19:27.7310680Z Generated XML report: test-reports\python-unittest\test_jit_fuser_te\TEST-jit.test_fuser_common.TestFuserCommon-20220927161438.xml 2022-09-27T16:19:27.7416358Z Generated XML report: test-reports\python-unittest\test_jit_fuser_te\TEST-TestTEFuserDynamic-20220927161438.xml 2022-09-27T16:19:27.7512912Z Generated XML report: test-reports\python-unittest\test_jit_fuser_te\TEST-TestTEFuserStatic-20220927161438.xml 2022-09-27T16:19:27.7519248Z Generated XML report: test-reports\python-unittest\test_jit_fuser_te\TEST-TestLoopnestRandomizationCPU-20220927161438.xml 2022-09-27T16:19:28.5501576Z Generated XML report: test-reports\python-unittest\test_jit_fuser_te\TEST-TestNNCOpInfoCPU-20220927161438.xml 2022-09-27T16:19:29.0486616Z Running test_dataloader ... [2022-09-27 16:19:29.039791] 2022-09-27T16:19:29.0487345Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dataloader.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:19:29.039791] 2022-09-27T16:19:30.5086177Z 2022-09-27T16:19:30.5086546Z Running tests... 2022-09-27T16:19:30.5086888Z ---------------------------------------------------------------------- 2022-09-27T16:19:30.5087525Z Test results will be stored in test-reports\python-unittest\test_dataloader 2022-09-27T16:19:30.5103739Z test_shuffler_iterdatapipe (__main__.IntegrationTestDataLoaderDataPipe) 2022-09-27T16:19:32.0996873Z Verify ``IterDataPipe.shuffle`` is controlled by ``DataLoader`` ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:19:32.0997413Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:19:32.1000985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:19:32.1001433Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:19:33.8156336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:19:33.8156824Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:19:33.8160290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:19:33.8160756Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:19:35.4056221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:19:35.4056687Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:19:35.4060266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:19:35.4060706Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:19:36.9907983Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:19:36.9908436Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:19:36.9912010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:19:36.9912459Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:19:38.5835806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:19:38.5836280Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:19:38.5840284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:19:38.5840763Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:19:40.2042323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:19:40.2042804Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:19:40.2046392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:19:40.2046853Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:19:40.2602780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:19:40.2603993Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:19:40.2607307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:19:40.2607753Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:19:41.9782500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:19:41.9783135Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:19:41.9786910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:19:41.9787390Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:19:42.0273460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:19:42.0273952Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:19:42.0277370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:19:42.0277777Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:19:43.6501456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:19:43.6501932Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:19:43.6505411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:19:43.6505858Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:19:43.7006589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:19:43.7007135Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:19:43.7010587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:19:43.7011046Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:19:45.3113745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:19:45.3114262Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:19:45.3117823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:19:45.3118272Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:19:45.3775259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:19:45.3775710Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:19:45.3779589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:19:45.3780039Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:19:47.0016742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:19:47.0017227Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:19:47.0020568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:19:47.0021019Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:19:47.0571626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:19:47.0572155Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:19:47.0575122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:19:47.0575681Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:19:48.7245733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:19:48.7246211Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:19:48.7249840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:19:48.7250290Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:19:50.4309080Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:19:50.4309547Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:19:50.4313562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:19:50.4314065Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:19:52.0213743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:19:52.0214216Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:19:52.0217721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:19:52.0218180Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:19:53.6046330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:19:53.6046803Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:19:53.6050590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:19:53.6051048Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:19:55.1961264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:19:55.1961741Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:19:55.1965520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:19:55.1965980Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:19:56.8129881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:19:56.8130360Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:19:56.8133848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:19:56.8134256Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:19:56.8713047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:19:56.8713475Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:19:56.8717514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:19:56.8718737Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:19:58.5851441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:19:58.5851921Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:19:58.5855361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:19:58.5855804Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:19:58.6423663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:19:58.6424091Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:19:58.6427993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:19:58.6428393Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:00.2599121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:00.2599618Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:00.2603085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:00.2603536Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:00.3185047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:00.3185520Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:00.3188905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:00.3189347Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:01.9346833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:01.9347325Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:01.9351028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:01.9351480Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:01.9895555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:01.9895993Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:01.9899931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:01.9900375Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:03.6194755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:03.6195251Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:03.6198640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:03.6199082Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:03.6753254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:03.6753690Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:03.6758888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:03.6759355Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:05.3530089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:05.3530754Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:05.3534180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:05.3534629Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:07.0709786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:07.0710277Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:07.0713855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:07.0714294Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:08.6741786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:08.6742226Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:08.6745877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:08.6746332Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:10.2619209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:10.2619662Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:10.2623329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:10.2623782Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:11.8556732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:11.8557208Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:11.8560800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:11.8561249Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:13.4763439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:13.4763917Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:13.4767535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:13.4767950Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:13.5311767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:13.5312198Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:13.5317005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:13.5317495Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:15.2445427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:15.2445984Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:15.2448782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:15.2449333Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:15.3082107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:15.3082529Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:15.3086391Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:15.3086841Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:16.9311888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:16.9312373Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:16.9315932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:16.9316395Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:16.9826320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:16.9826753Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:16.9830783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:16.9831216Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:18.5962616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:18.5963095Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:18.5966843Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:18.5967293Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:18.6498570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:18.6498972Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:18.6502812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:18.6503261Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:20.2715221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:20.2715700Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:20.2719584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:20.2720126Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:20.3272808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:20.3273285Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:20.3277187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:20.3277812Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:20.7927577Z ok (50.286s) 2022-09-27T16:20:20.7955934Z test_add_dataset (__main__.TestConcatDataset) ... ok (0.000s) 2022-09-27T16:20:20.7968142Z test_concat_raises_index_error (__main__.TestConcatDataset) ... ok (0.000s) 2022-09-27T16:20:20.7980559Z test_concat_two_non_singletons (__main__.TestConcatDataset) ... ok (0.000s) 2022-09-27T16:20:20.7993023Z test_concat_two_non_singletons_with_empty (__main__.TestConcatDataset) ... ok (0.000s) 2022-09-27T16:20:20.8004546Z test_concat_two_singletons (__main__.TestConcatDataset) ... ok (0.000s) 2022-09-27T16:20:20.8020491Z test_iterable_dataset_err (__main__.TestConcatDataset) ... ok (0.010s) 2022-09-27T16:20:20.8025305Z test_conv_after_fork (__main__.TestConvAfterFork) ... skip: Needs fork (0.000s) 2022-09-27T16:20:20.8032895Z test_custom_batch_pin (__main__.TestCustomPinFn) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:20:20.8040375Z test_custom_batch_pin_worker (__main__.TestCustomPinFn) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:20:22.0143606Z test_batch_sampler (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:22.0144146Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:22.0147540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:22.0147999Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:22.0233073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:22.0233520Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:22.0237557Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:22.0238085Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:22.0322205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:22.0322680Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:22.0326704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:22.0327160Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:22.0424586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:22.0425040Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:22.0429174Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:22.0429582Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:23.7231287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:23.7231782Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:23.7235383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:23.7235830Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:23.7265767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:23.7266239Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:23.7270400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:23.7270821Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:23.7451306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:23.7451859Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:23.7456067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:23.7456515Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:23.7548407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:23.7548891Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:23.7552630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:23.7553044Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:24.2203714Z ok (3.409s) 2022-09-27T16:20:24.2220850Z test_builtin_collection_conversion (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71037 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-09-27T16:20:25.4379357Z test_bulk_loading_nobatch (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:25.4379912Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:25.4383352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:25.4383806Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:25.4389808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:25.4390238Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:25.4394512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:25.4394951Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:25.4473934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:25.4474669Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:25.4478567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:25.4479018Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:25.4581475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:25.4581937Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:25.4585797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:25.4586244Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:25.9383397Z ok (1.713s) 2022-09-27T16:20:27.1040983Z test_chain_iterable_style_dataset (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:27.1041546Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:27.1044783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:27.1045334Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:28.6737463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:28.6737929Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:28.6741528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:28.6741977Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:29.0863438Z ok (3.148s) 2022-09-27T16:20:29.0886085Z test_default_collate_bad_numpy_types (__main__.TestDataLoader) ... ok (0.016s) 2022-09-27T16:20:29.0898641Z test_default_collate_bad_sequence_type (__main__.TestDataLoader) ... ok (0.000s) 2022-09-27T16:20:29.0923444Z test_default_collate_dtype (__main__.TestDataLoader) ... ok (0.000s) 2022-09-27T16:20:29.0939223Z test_default_collate_mapping_keep_type (__main__.TestDataLoader) ... ok (0.000s) 2022-09-27T16:20:29.0972765Z test_default_collate_numpy_memmap (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\_utils\collate.py:151: 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-09-27T16:20:29.0973852Z return default_collate([torch.as_tensor(b) for b in batch]) 2022-09-27T16:20:29.0975552Z ok (0.000s) 2022-09-27T16:20:29.0989884Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoader) ... ok (0.000s) 2022-09-27T16:20:29.1006274Z test_default_collate_sequence_keep_type (__main__.TestDataLoader) ... ok (0.000s) 2022-09-27T16:20:29.1028158Z test_default_collate_shared_tensor (__main__.TestDataLoader) ... ok (0.000s) 2022-09-27T16:20:29.1040055Z test_default_convert_mapping_keep_type (__main__.TestDataLoader) ... ok (0.016s) 2022-09-27T16:20:29.1051557Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoader) ... ok (0.000s) 2022-09-27T16:20:29.1063438Z test_default_convert_sequence_keep_type (__main__.TestDataLoader) ... ok (0.000s) 2022-09-27T16:20:29.1076826Z test_distributed_sampler_invalid_rank (__main__.TestDataLoader) ... ok (0.000s) 2022-09-27T16:20:29.1101243Z test_duplicating_data_with_drop_last (__main__.TestDataLoader) ... ok (0.000s) 2022-09-27T16:20:29.1122411Z test_error (__main__.TestDataLoader) ... ok (0.000s) 2022-09-27T16:20:30.2960212Z test_error_in_init (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:30.2960761Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:30.2963188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:30.2963615Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:30.2964355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:30.2964945Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:30.2967933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:30.2968370Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:31.9132513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:31.9132994Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:31.9136737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:31.9137187Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:31.9163205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:31.9163640Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:31.9167912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:31.9168352Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:32.3675161Z ok (3.252s) 2022-09-27T16:20:33.5772484Z test_error_workers (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:33.5773013Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:33.5773480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:33.5773981Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:33.5776819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:33.5777274Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:33.5777687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:33.5778138Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:33.5880586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:33.5881012Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:33.5885000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:33.5885448Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:33.5987919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:33.5988373Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:33.5992821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:33.5993282Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:34.0953980Z ok (1.735s) 2022-09-27T16:20:34.0995283Z test_excessive_thread_creation_warning (__main__.TestDataLoader) ... ok (0.000s) 2022-09-27T16:20:34.1001199Z test_fd_limit_exceeded (__main__.TestDataLoader) ... skip: No 'resource' module on Windows (0.000s) 2022-09-27T16:20:35.2588027Z test_get_worker_info (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:35.2588575Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:35.2591922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:35.2592387Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:37.3034388Z ok (3.209s) 2022-09-27T16:20:37.3052202Z test_growing_dataset (__main__.TestDataLoader) ... ok (0.000s) 2022-09-27T16:20:37.3064913Z test_invalid_assign_after_init (__main__.TestDataLoader) ... ok (0.000s) 2022-09-27T16:20:37.3116690Z test_invalid_ctor_args_combinations (__main__.TestDataLoader) ... ok (0.000s) 2022-09-27T16:20:38.5138374Z test_iterable_style_dataset (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:38.5138888Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:38.5142620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:38.5143078Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:38.5197552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:38.5197984Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:38.5202284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:38.5202725Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:38.5264488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:38.5264928Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:38.5269037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:38.5269487Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:40.1782244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:40.1782800Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:40.1786755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:40.1787176Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:40.1810248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:40.1810684Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:40.1815022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:40.1815464Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:40.1874290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:40.1874716Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:40.1879425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:40.1879915Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:41.6518053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:41.6518569Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:41.6522000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:41.6522558Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:41.6572627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:41.6573058Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:41.6577394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:41.6577839Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:41.6653662Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:41.6657763Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:41.6658191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:41.6658653Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:43.1165589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:43.1166086Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:43.1170171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:43.1170662Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:43.1200040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:43.1200487Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:43.1204759Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:43.1205214Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:43.1317345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:43.1317770Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:43.1321871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:43.1322326Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:44.8017709Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:44.8018187Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:44.8021987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:44.8022434Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:44.8071022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:44.8071456Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:44.8076250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:44.8076919Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:44.8185054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:44.8185507Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:44.8189525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:44.8189974Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:46.2783119Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:46.2783671Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:46.2787422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:46.2787893Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:46.2834083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:46.2834513Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:46.2838780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:46.2839236Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:46.2887982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:46.2888372Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:46.2892691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:46.2893136Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:47.7508721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:47.7509196Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:47.7512851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:47.7513309Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:47.7525344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:47.7525777Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:47.7530190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:47.7530633Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:47.7666261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:47.7666673Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:47.7670770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:47.7671215Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:49.4175317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:49.4175794Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:49.4179834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:49.4180296Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:49.5022228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:49.5023570Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:49.5026747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:49.5027241Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:49.5173023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:49.5173504Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:49.5177689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:49.5178210Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:50.9762277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:50.9762781Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:50.9763236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:50.9763655Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:50.9766636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:50.9767172Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:50.9767636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:50.9768080Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:50.9840577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:50.9841027Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:50.9845223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:50.9845689Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:52.4610917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:52.4611403Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:52.4615060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:52.4615513Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:52.4643860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:52.4644291Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:52.4648524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:52.4648965Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:52.4726551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:52.4726988Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:52.4730852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:52.4731404Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:54.1412889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:54.1413381Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:54.1417084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:54.1417545Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:54.1455209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:54.1455650Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:54.1459924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:54.1460387Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:54.1551172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:54.1551644Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:54.1555527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:54.1555971Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:55.8179855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:55.8180344Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:55.8183986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:55.8184447Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:55.8218181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:55.8218620Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:55.8223067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:55.8223525Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:55.8312241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:55.8312711Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:55.8316481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:55.8316944Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:57.4803689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:57.4804185Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:57.4807800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:57.4808476Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:57.4909864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:57.4910299Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:57.4914580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:57.4915104Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:57.4981810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:57.4982240Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:57.4986569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:57.4987020Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:59.1446029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:59.1446485Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:59.1450310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:59.1450767Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:59.1524584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:59.1525023Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:59.1529255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:59.1529701Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:20:59.1640654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:20:59.1641085Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:20:59.1645284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:20:59.1645730Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:00.8227178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:00.8227627Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:00.8231338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:00.8231794Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:00.8269053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:00.8269497Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:00.8273777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:00.8274224Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:00.8368126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:00.8368551Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:00.8372726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:00.8373187Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:01.5164307Z ok (24.216s) 2022-09-27T16:21:01.5191836Z test_iterabledataset_len (__main__.TestDataLoader) ... ok (0.000s) 2022-09-27T16:21:02.6829099Z test_large_sampler_indices (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:02.6829639Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:02.6833015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:02.6833478Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:04.6154128Z ok (3.085s) 2022-09-27T16:21:04.6403218Z test_len (__main__.TestDataLoader) ... ok (0.031s) 2022-09-27T16:21:05.8320731Z test_multi_epochs_reproducibility (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:05.8321280Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:05.8321755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:05.8322189Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:05.8324842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:05.8325293Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:05.8325752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:05.8326168Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:07.4597488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:07.4597960Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:07.4601690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:07.4602154Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:07.4613675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:07.4614104Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:07.4618946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:07.4619434Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:09.0832030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:09.0832533Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:09.0836049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:09.0836513Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:09.0858997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:09.0859393Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:09.0864005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:09.0864459Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:09.5224836Z ok (4.884s) 2022-09-27T16:21:10.7182025Z test_multiple_dataloaders (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:10.7182748Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:10.7186287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:10.7186748Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:10.7204658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:10.7205092Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:10.7209453Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:10.7209856Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:10.7308570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:10.7309002Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:10.7313316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:12.5342097Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:12.5342650Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:12.5343050Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:12.5346777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:12.5347282Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:12.5399359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:12.5399801Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:12.5404214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:12.5404669Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:12.5497195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:12.5497634Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:12.5501869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:12.5502313Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:13.1496860Z ok (3.619s) 2022-09-27T16:21:13.1512114Z test_multiprocessing_contexts (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71229 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.016s) 2022-09-27T16:21:13.1527602Z test_multiprocessing_iterdatapipe (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74498 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-09-27T16:21:13.1534363Z test_no_segfault (__main__.TestDataLoader) ... skip: Needs fork (0.000s) 2022-09-27T16:21:13.1557700Z test_numpy (__main__.TestDataLoader) ... ok (0.000s) 2022-09-27T16:21:13.1606249Z test_numpy_gen_state (__main__.TestDataLoader) ... ok (0.000s) 2022-09-27T16:21:13.1632320Z test_numpy_scalars (__main__.TestDataLoader) ... ok (0.000s) 2022-09-27T16:21:13.1642254Z test_partial_workers (__main__.TestDataLoader) 2022-09-27T16:21:13.1642925Z Check that workers exit even if the iterator is not exhausted. ... skip: FIXME: stuck test (0.000s) 2022-09-27T16:21:13.1689759Z test_proper_exit (__main__.TestDataLoader) 2022-09-27T16:21:13.1692610Z There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70517 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.017s) 2022-09-27T16:21:13.1730864Z test_random_sampler (__main__.TestDataLoader) ... ok (0.000s) 2022-09-27T16:21:13.1750426Z test_random_sampler_len_with_replacement (__main__.TestDataLoader) ... ok (0.000s) 2022-09-27T16:21:13.1769635Z test_random_sampler_len_without_replacement (__main__.TestDataLoader) ... ok (0.000s) 2022-09-27T16:21:14.3856493Z test_sampler (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:14.3857026Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:14.3860671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:14.3861128Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:14.3869081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:14.3869518Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:14.3873782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:14.3874186Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:14.4002587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:14.4003055Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:14.4006896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:14.4007347Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:14.4086504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:14.4086963Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:14.4090892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:14.4091336Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:16.1002417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:16.1003148Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:16.1006622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:16.1007080Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:16.1077990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:16.1078421Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:16.1082507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:16.1082948Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:16.1921051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:16.1921503Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:16.1925052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:16.1925505Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:16.1955626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:16.1956096Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:16.1959925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:16.1960368Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:16.6715601Z ok (3.489s) 2022-09-27T16:21:16.6934004Z test_sampler_reproducibility (__main__.TestDataLoader) ... ok (0.026s) 2022-09-27T16:21:17.8558114Z test_segfault (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:17.8558693Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:17.8562127Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:17.8562583Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:19.7160934Z ok (3.024s) 2022-09-27T16:21:20.9279588Z test_seqential_batch_workers (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:20.9280131Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:20.9283774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:20.9284223Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:20.9311655Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:20.9312094Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:20.9316484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:20.9316939Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:20.9426819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:20.9427253Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:20.9431559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:20.9432009Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:20.9558655Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:20.9559197Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:20.9563114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:20.9563526Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:21.4520366Z ok (1.740s) 2022-09-27T16:21:22.6650655Z test_seqential_batch_workers_prefetch (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:22.6651186Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:22.6654685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:22.6655157Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:22.6661300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:22.6661741Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:22.6666177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:22.6666622Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:22.6756219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:22.6756666Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:22.6761061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:22.6761542Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:22.6889970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:22.6890422Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:22.6894322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:22.6894769Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:23.2004258Z ok (1.747s) 2022-09-27T16:21:23.2411585Z test_sequential_batch (__main__.TestDataLoader) ... ok (0.047s) 2022-09-27T16:21:23.2637032Z test_sequential_nonbatch (__main__.TestDataLoader) ... ok (0.016s) 2022-09-27T16:21:23.2642850Z test_sequential_pin_memory (__main__.TestDataLoader) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:21:24.4712078Z test_sequential_workers (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:24.4712622Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:24.4713164Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:24.4713599Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:24.4716158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:24.4716620Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:24.4718021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:24.4718571Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:24.5503166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:24.5503622Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:24.5507574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:24.5519512Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:24.5657348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:24.5657788Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:24.5661647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:24.5662075Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:30.0659659Z ok (6.808s) 2022-09-27T16:21:30.1355376Z test_shuffle (__main__.TestDataLoader) ... ok (0.062s) 2022-09-27T16:21:30.1975592Z test_shuffle_batch (__main__.TestDataLoader) ... ok (0.057s) 2022-09-27T16:21:30.2655978Z test_shuffle_batch_none (__main__.TestDataLoader) ... ok (0.078s) 2022-09-27T16:21:30.2662825Z test_shuffle_batch_workers (__main__.TestDataLoader) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74548 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-09-27T16:21:31.4793860Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:31.4794369Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:31.4797949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:31.4798370Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:31.4847154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:31.4847562Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:31.4851957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:31.4852375Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:31.4898308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:31.4898707Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:31.4903191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:31.4903605Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:31.5014488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:31.5015057Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:31.5019296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:31.5019710Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:32.0491224Z ok (1.785s) 2022-09-27T16:21:32.0498817Z test_shuffle_pin_memory (__main__.TestDataLoader) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:21:33.2606388Z test_shuffle_reproducibility (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:33.2606904Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:33.2608339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:33.2608799Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:33.2610528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:33.2610944Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:33.2611380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:33.2611774Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:34.9218502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:34.9218954Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:34.9223862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:34.9224294Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:34.9238418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:34.9238821Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:34.9243125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:34.9243539Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:35.3987978Z ok (3.337s) 2022-09-27T16:21:36.6075088Z test_shuffle_workers (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:36.6075571Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:36.6079011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:36.6079438Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:36.6143863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:36.6144273Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:36.6148596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:36.6149004Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:36.6263873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:36.6264273Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:36.6268763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:36.6269191Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:36.6366187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:36.6366761Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:36.6370445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:36.6370859Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:37.1924197Z ok (1.790s) 2022-09-27T16:21:38.3542556Z test_timeout (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:38.3543040Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:38.3546665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:38.3547095Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:39.7769205Z ok (2.585s) 2022-09-27T16:21:39.7784047Z test_typing (__main__.TestDataLoader) ... ok (0.000s) 2022-09-27T16:21:40.9643001Z test_worker_init_fn (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:40.9643487Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:40.9643911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:40.9644328Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:40.9646890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:40.9647312Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:40.9647851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:40.9648266Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:41.4047280Z ok (1.629s) 2022-09-27T16:21:42.6334856Z test_worker_seed (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:42.6335358Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:42.6339064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:42.6339480Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:42.6405850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:42.6406357Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:42.6410263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:42.6410704Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:42.6528198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:42.6528629Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:42.6532987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:42.6533408Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:42.6651412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:42.6652051Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:42.6655744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:42.6656145Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:42.6813393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:42.6813856Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:42.6817961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:42.6818414Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:42.6888388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:42.6888809Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:42.6892809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:42.6893221Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:43.1982802Z ok (1.794s) 2022-09-27T16:21:44.4341478Z test_worker_seed_reproducibility (__main__.TestDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:44.4341992Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:44.4344371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:44.4344784Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:44.4345771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:44.4346165Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:44.4349449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:44.4349847Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:44.4454722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:44.4455134Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:44.4460126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:44.4460841Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:44.4620532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:44.4620963Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:44.4625870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:44.4626292Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:44.4765821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:44.4766271Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:44.4770189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:44.4770797Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:44.4859460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:44.4859873Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:44.4864326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:44.4864783Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:46.2121718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:46.2122174Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:46.2126503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:46.2126956Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:46.2209348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:46.2209779Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:46.2214028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:46.2214479Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:46.2353943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:46.2354386Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:46.2358230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:46.2358642Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:46.2478330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:46.2478757Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:46.2482698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:46.2483105Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:46.2613117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:46.2613562Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:46.2617626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:46.2618061Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:46.2683994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:46.2684413Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:46.2688758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:46.2689174Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:46.7786907Z ok (3.578s) 2022-09-27T16:21:46.7795699Z test_basics (__main__.TestDataLoader2) ... skip: no dill (0.000s) 2022-09-27T16:21:47.9522391Z test_shuffle (__main__.TestDataLoader2) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:47.9522869Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:47.9526495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:47.9526908Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:48.0164397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:48.0164801Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:48.0168832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:48.0169245Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:49.7635987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:49.7636426Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:49.7639931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:49.7640340Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:49.8213188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:49.8213586Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:49.8217854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:49.8218251Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:51.5783103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:51.5783593Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:51.5787233Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:51.5787622Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:51.6397435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:51.6397828Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:51.6401902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:51.6402313Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:53.3880603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:53.3881051Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:53.3884654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:53.3885063Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:53.4386430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:53.4386813Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:53.4390691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:53.4391211Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:55.1911594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:55.1912028Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:55.1915672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:55.1916093Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:55.2517962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:55.2518355Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:55.2522376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:55.2522783Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:56.9900604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:56.9901039Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:56.9904783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:56.9905206Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:57.0496038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:57.0496457Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:57.0500235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:57.0500639Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:58.8059347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:58.8059805Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:58.8063496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:58.8063905Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:58.8615736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:21:58.8616136Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:21:58.8620365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:21:58.8620769Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:21:59.4315860Z ok (12.656s) 2022-09-27T16:21:59.4329487Z test_basic_mapdatapipe_threading (__main__.TestDataLoader2_EventLoop) ... skip: no dill (0.000s) 2022-09-27T16:21:59.4338135Z test_basic_threading (__main__.TestDataLoader2_EventLoop) ... skip: no dill (0.000s) 2022-09-27T16:21:59.4344498Z test_batch_sampler (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70756 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-09-27T16:21:59.4358528Z test_builtin_collection_conversion (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71037 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-09-27T16:22:00.6444221Z test_bulk_loading_nobatch (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:00.6444749Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:00.6448373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:00.6448785Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:00.6505912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:00.6506308Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:00.6510544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:00.6510941Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:00.6646799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:00.6647179Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:00.6651376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:00.6651779Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:00.6769460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:00.6769863Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:00.6773847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:00.6774240Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:01.1357897Z ok (1.699s) 2022-09-27T16:22:02.3007617Z test_chain_iterable_style_dataset (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:02.3008136Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:02.3011610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:02.3012028Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:03.8701451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:03.8701891Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:03.8705608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:03.8706225Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:04.2864622Z ok (3.147s) 2022-09-27T16:22:05.4659363Z test_dataset_not_reset (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:05.4660791Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:05.4663320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:05.4663732Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:05.4699885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:05.4700274Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:05.4704483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:05.4704927Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:05.9419560Z ok (1.657s) 2022-09-27T16:22:05.9442251Z test_default_collate_bad_numpy_types (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-09-27T16:22:05.9454653Z test_default_collate_bad_sequence_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-09-27T16:22:05.9478994Z test_default_collate_dtype (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-09-27T16:22:05.9494102Z test_default_collate_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-09-27T16:22:05.9520524Z test_default_collate_numpy_memmap (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-09-27T16:22:05.9534280Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-09-27T16:22:05.9549750Z test_default_collate_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-09-27T16:22:05.9570810Z test_default_collate_shared_tensor (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-09-27T16:22:05.9582586Z test_default_convert_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-09-27T16:22:05.9594181Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-09-27T16:22:05.9605839Z test_default_convert_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-09-27T16:22:05.9618516Z test_distributed_sampler_invalid_rank (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-09-27T16:22:05.9641630Z test_duplicating_data_with_drop_last (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-09-27T16:22:05.9647274Z test_early_exit (__main__.TestDataLoaderPersistentWorkers) ... skip: Needs fork (0.000s) 2022-09-27T16:22:05.9667834Z test_error (__main__.TestDataLoaderPersistentWorkers) ... ok (0.016s) 2022-09-27T16:22:07.1533804Z test_error_in_init (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:07.1534333Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:07.1537879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:07.1538295Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:07.1541753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:07.1542141Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:07.1546784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:07.1547194Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:08.7749944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:08.7750571Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:08.7753945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:08.7754351Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:08.7807737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:08.7808133Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:08.7812248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:08.7812652Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:09.2125714Z ok (3.244s) 2022-09-27T16:22:10.4127878Z test_error_workers (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:10.4128442Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:10.4131838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:10.4132255Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:10.4201384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:10.4201804Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:10.4205691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:10.4206098Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:10.4326341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:10.4326741Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:10.4330833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:10.4331217Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:10.4451754Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:10.4452161Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:10.4456029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:10.4456442Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:10.6851860Z ok (1.463s) 2022-09-27T16:22:10.6891245Z test_excessive_thread_creation_warning (__main__.TestDataLoaderPersistentWorkers) ... ok (0.016s) 2022-09-27T16:22:10.6897237Z test_fd_limit_exceeded (__main__.TestDataLoaderPersistentWorkers) ... skip: No 'resource' module on Windows (0.000s) 2022-09-27T16:22:11.8496121Z test_get_worker_info (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:11.8496837Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:11.8500124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:11.8500609Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:13.8824157Z ok (3.186s) 2022-09-27T16:22:13.8842189Z test_growing_dataset (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-09-27T16:22:13.8856074Z test_invalid_assign_after_init (__main__.TestDataLoaderPersistentWorkers) ... ok (0.010s) 2022-09-27T16:22:13.8894017Z test_invalid_ctor_args_combinations (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-09-27T16:22:13.8948662Z test_iterable_style_dataset (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/62968 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-09-27T16:22:13.8970923Z test_iterabledataset_len (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-09-27T16:22:15.0619598Z test_large_sampler_indices (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:15.0620140Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:15.0623588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:15.0623982Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:16.9829341Z ok (3.097s) 2022-09-27T16:22:16.9904043Z test_len (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-09-27T16:22:38.1431626Z test_multi_epochs_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:38.1432187Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:38.1435421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:38.1435823Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:38.1952628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:38.1953076Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:38.1956585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:38.1957020Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:38.6343574Z ok (21.653s) 2022-09-27T16:22:38.6354380Z test_multiple_dataloaders (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70947 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-09-27T16:22:38.6367254Z test_multiprocessing_contexts (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/71229 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-09-27T16:22:38.6382139Z test_multiprocessing_iterdatapipe (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74498 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-09-27T16:22:38.6388806Z test_no_segfault (__main__.TestDataLoaderPersistentWorkers) ... skip: Needs fork (0.000s) 2022-09-27T16:22:38.6412110Z test_numpy (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-09-27T16:22:38.6460005Z test_numpy_gen_state (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-09-27T16:22:38.6485993Z test_numpy_scalars (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-09-27T16:22:38.6495960Z test_partial_workers (__main__.TestDataLoaderPersistentWorkers) 2022-09-27T16:22:38.6496491Z Check that workers exit even if the iterator is not exhausted. ... skip: FIXME: stuck test (0.016s) 2022-09-27T16:22:38.6540815Z test_proper_exit (__main__.TestDataLoaderPersistentWorkers) 2022-09-27T16:22:38.6543602Z There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70517 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-09-27T16:22:38.6579076Z test_random_sampler (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-09-27T16:22:38.6598488Z test_random_sampler_len_with_replacement (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-09-27T16:22:38.6617447Z test_random_sampler_len_without_replacement (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-09-27T16:22:39.8728299Z test_sampler (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:39.8728812Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:39.8732135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:39.8732577Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:39.8773518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:39.8773957Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:39.8778009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:39.8778435Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:39.8905753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:39.8906185Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:39.8910256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:39.8910670Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:39.8956128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:39.8956533Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:39.8960814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:39.8962104Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:41.5885812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:41.5886243Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:41.5890153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:41.5890580Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:41.5904309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:41.5904713Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:41.5909197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:41.5909617Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:41.6038510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:41.6038889Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:41.6043065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:41.6043482Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:41.6142899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:41.6143300Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:41.6147504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:41.6147977Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:42.0947943Z ok (3.437s) 2022-09-27T16:22:42.1162893Z test_sampler_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... ok (0.016s) 2022-09-27T16:22:43.2802673Z test_segfault (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:43.2803194Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:43.2806876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:43.2807303Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:45.1177400Z ok (3.010s) 2022-09-27T16:22:46.3251588Z test_seqential_batch_workers (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:46.3252134Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:46.3255526Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:46.3255965Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:46.3313993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:46.3314399Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:46.3318707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:46.3319314Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:46.3437126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:46.3437568Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:46.3441361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:46.3441778Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:46.3489456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:46.3489896Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:46.3494017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:46.3494447Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:46.8499649Z ok (1.736s) 2022-09-27T16:22:48.0538014Z test_seqential_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:48.0538684Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:48.0542163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:48.0542591Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:48.0644367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:48.0644788Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:48.0648771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:48.0649197Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:48.0731333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:48.0731782Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:48.0735843Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:48.0736279Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:48.0838884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:48.0839319Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:48.0843400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:48.0843805Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:48.5854181Z ok (1.736s) 2022-09-27T16:22:48.6259525Z test_sequential_batch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.032s) 2022-09-27T16:22:48.6487682Z test_sequential_nonbatch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.032s) 2022-09-27T16:22:48.6493461Z test_sequential_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:22:49.8543350Z test_sequential_workers (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:49.8544100Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:49.8547537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:49.8547960Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:49.8560195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:49.8560706Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:49.8564881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:49.8565283Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:49.8692150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:49.8692601Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:49.8696327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:49.8696744Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:49.8796761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:49.8797189Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:49.8801014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:49.8801412Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:50.4087194Z ok (1.747s) 2022-09-27T16:22:50.4786121Z test_shuffle (__main__.TestDataLoaderPersistentWorkers) ... ok (0.080s) 2022-09-27T16:22:50.5405352Z test_shuffle_batch (__main__.TestDataLoaderPersistentWorkers) ... ok (0.063s) 2022-09-27T16:22:50.6090980Z test_shuffle_batch_none (__main__.TestDataLoaderPersistentWorkers) ... ok (0.064s) 2022-09-27T16:22:50.6097774Z test_shuffle_batch_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74548 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-09-27T16:22:51.8119270Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:51.8119832Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:51.8123671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:51.8124126Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:51.8146791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:51.8147217Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:51.8151582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:51.8152003Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:51.8253338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:51.8253770Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:51.8257707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:51.8258134Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:51.8377554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:51.8378118Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:51.8382165Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:51.8382579Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:52.3768489Z ok (1.775s) 2022-09-27T16:22:52.3775848Z test_shuffle_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:22:53.5831094Z test_shuffle_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:53.5831649Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:53.5835171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:53.5835610Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:53.5860879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:53.5861286Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:53.5865575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:53.5865990Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:55.2293579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:55.2294088Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:55.2296036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:55.2296435Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:55.2297872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:55.2298266Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:55.2300819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:55.2301230Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:55.7255376Z ok (3.345s) 2022-09-27T16:22:56.9339058Z test_shuffle_workers (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:56.9339607Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:56.9340037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:56.9340415Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:56.9343414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:56.9344548Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:56.9345162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:56.9345588Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:56.9466089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:56.9466635Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:56.9470752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:56.9471166Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:56.9596854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:56.9597303Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:56.9600886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:56.9601310Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:57.5357860Z ok (1.813s) 2022-09-27T16:22:57.5370957Z test_timeout (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68844 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-09-27T16:22:57.5384225Z test_typing (__main__.TestDataLoaderPersistentWorkers) ... ok (0.000s) 2022-09-27T16:22:58.7134880Z test_worker_init_fn (__main__.TestDataLoaderPersistentWorkers) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:58.7135413Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:58.7139061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:58.7139492Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:58.7203594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:22:58.7203994Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:22:58.7208189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:22:58.7208598Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:22:59.1411749Z ok (1.604s) 2022-09-27T16:22:59.1422126Z test_worker_seed (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/62969 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-09-27T16:22:59.1431160Z test_worker_seed_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/62970 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-09-27T16:22:59.1442905Z test_incomplete_fractional_splits (__main__.TestDatasetRandomSplit) ... ok (0.000s) 2022-09-27T16:22:59.1452601Z test_lengths_must_equal_dataset_size (__main__.TestDatasetRandomSplit) ... ok (0.000s) 2022-09-27T16:22:59.1477876Z test_slicing_of_subset_of_dataset (__main__.TestDatasetRandomSplit) ... ok (0.000s) 2022-09-27T16:22:59.1503236Z test_slicing_of_subset_of_subset (__main__.TestDatasetRandomSplit) ... ok (0.000s) 2022-09-27T16:22:59.1521888Z test_splits_are_mutually_exclusive (__main__.TestDatasetRandomSplit) ... ok (0.000s) 2022-09-27T16:22:59.1542808Z test_splits_generator (__main__.TestDatasetRandomSplit) ... ok (0.016s) 2022-09-27T16:22:59.1567046Z test_splits_have_correct_size (__main__.TestDatasetRandomSplit) ... ok (0.000s) 2022-09-27T16:22:59.1577317Z test_splits_indexing_type (__main__.TestDatasetRandomSplit) 2022-09-27T16:22:59.1596266Z Indices generated by random_split ... ok (0.000s) 2022-09-27T16:22:59.1685140Z test_splits_reproducibility (__main__.TestDatasetRandomSplit) ... ok (0.000s) 2022-09-27T16:22:59.1691103Z test_pin_memory (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:22:59.1696914Z test_pin_memory_device (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:22:59.1702653Z test_pin_memory_with_only_device (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.016s) 2022-09-27T16:23:00.3327514Z test_sequential_batch (__main__.TestDictDataLoader) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:23:00.3328040Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:23:00.3331669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:23:00.3332088Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:23:00.7299403Z ok (1.555s) 2022-09-27T16:23:00.7311530Z test_ind_worker_queue (__main__.TestIndividualWorkerQueue) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68643 for platform(s) macos, linux, 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-09-27T16:23:00.7338672Z test_dataloader_with_namedtuple (__main__.TestNamedTupleDataLoader) ... ok (0.000s) 2022-09-27T16:23:00.7346330Z test_set_affinity_in_worker_init (__main__.TestSetAffinity) ... skip: os.sched_setaffinity is not available (0.000s) 2022-09-27T16:23:00.7352232Z test_shuffle_pin_memory (__main__.TestStringDataLoader) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:23:00.7416898Z test_getitem (__main__.TestTensorDataset) ... ok (0.016s) 2022-09-27T16:23:00.7463853Z test_getitem_1d (__main__.TestTensorDataset) ... ok (0.000s) 2022-09-27T16:23:00.7476681Z test_len (__main__.TestTensorDataset) ... ok (0.000s) 2022-09-27T16:23:00.7526487Z test_many_tensors (__main__.TestTensorDataset) ... ok (0.000s) 2022-09-27T16:23:00.7545220Z test_single_tensor (__main__.TestTensorDataset) ... ok (0.000s) 2022-09-27T16:23:00.7545536Z 2022-09-27T16:23:00.7545828Z ---------------------------------------------------------------------- 2022-09-27T16:23:00.7546096Z Ran 168 tests in 210.234s 2022-09-27T16:23:00.7546218Z 2022-09-27T16:23:00.7546297Z OK (skipped=39) 2022-09-27T16:23:00.7546415Z 2022-09-27T16:23:00.7546509Z Generating XML reports... 2022-09-27T16:23:00.7599295Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-IntegrationTestDataLoaderDataPipe-20220927161930.xml 2022-09-27T16:23:00.7616705Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestConcatDataset-20220927161930.xml 2022-09-27T16:23:00.7677002Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDataLoader-20220927161930.xml 2022-09-27T16:23:00.7684075Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDataLoader2-20220927161930.xml 2022-09-27T16:23:00.7752199Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDataLoaderPersistentWorkers-20220927161930.xml 2022-09-27T16:23:00.7766369Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDatasetRandomSplit-20220927161930.xml 2022-09-27T16:23:00.7774568Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDictDataLoader-20220927161930.xml 2022-09-27T16:23:00.7780166Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestNamedTupleDataLoader-20220927161930.xml 2022-09-27T16:23:00.7789335Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestTensorDataset-20220927161930.xml 2022-09-27T16:23:00.7795182Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestConvAfterFork-20220927161930.xml 2022-09-27T16:23:00.7802672Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestCustomPinFn-20220927161930.xml 2022-09-27T16:23:00.7809907Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestDataLoader2_EventLoop-20220927161930.xml 2022-09-27T16:23:00.7817342Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestIndividualWorkerQueue-20220927161930.xml 2022-09-27T16:23:00.7823197Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestSetAffinity-20220927161930.xml 2022-09-27T16:23:00.7835118Z Generated XML report: test-reports\python-unittest\test_dataloader\TEST-TestStringDataLoader-20220927161930.xml 2022-09-27T16:23:01.0251722Z Running test_cpp_extensions_jit ... [2022-09-27 16:23:01.023358] 2022-09-27T16:23:01.0252213Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_extensions_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:23:01.023358] 2022-09-27T16:23:02.6744392Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-09-27T16:23:02.6805314Z 2022-09-27T16:23:02.6805705Z Running tests... 2022-09-27T16:23:02.6806053Z ---------------------------------------------------------------------- 2022-09-27T16:23:02.6806456Z Test results will be stored in test-reports\python-unittest\test_cpp_extensions_jit 2022-09-27T16:23:02.6806768Z Not wiping extensions build folder because Windows 2022-09-27T16:23:20.2818415Z test_autograd_from_cpp (__main__.TestCppExtensionJIT) ... ok (17.608s) 2022-09-27T16:23:26.4282229Z test_compilation_error_formatting (__main__.TestCppExtensionJIT) ... ok (6.142s) 2022-09-27T16:23:26.4304468Z 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-09-27T16:23:26.4307034Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\cpp_frontend_extension... 2022-09-27T16:23:26.4375533Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\cpp_frontend_extension\build.ninja... 2022-09-27T16:23:26.5896539Z Building extension module cpp_frontend_extension... 2022-09-27T16:23:26.5896939Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-09-27T16:23:38.1547846Z [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-09-27T16:23:38.1549186Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-09-27T16:23:38.1549507Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-09-27T16:23:38.1549683Z 2022-09-27T16:23:38.1550005Z 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-09-27T16:23:38.1550772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1551151Z with 2022-09-27T16:23:38.1551324Z [ 2022-09-27T16:23:38.1551519Z T=c10::SymInt 2022-09-27T16:23:38.1551737Z ] 2022-09-27T16:23:38.1552262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1552665Z with 2022-09-27T16:23:38.1552893Z [ 2022-09-27T16:23:38.1553081Z T=c10::SymInt 2022-09-27T16:23:38.1553262Z ] 2022-09-27T16:23:38.1553830Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1554411Z with 2022-09-27T16:23:38.1554769Z [ 2022-09-27T16:23:38.1554993Z T=c10::SymInt 2022-09-27T16:23:38.1555242Z ] 2022-09-27T16:23:38.1555885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1556476Z with 2022-09-27T16:23:38.1556712Z [ 2022-09-27T16:23:38.1556929Z T=c10::SymInt 2022-09-27T16:23:38.1557167Z ] 2022-09-27T16:23:38.1557719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:38.1558594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1514): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:23:38.1559465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1560001Z with 2022-09-27T16:23:38.1560211Z [ 2022-09-27T16:23:38.1560469Z T=c10::SymInt 2022-09-27T16:23:38.1560677Z ] 2022-09-27T16:23:38.1561205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2533): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-09-27T16:23:38.1561997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1562500Z with 2022-09-27T16:23:38.1562715Z [ 2022-09-27T16:23:38.1562973Z T=at::TensorBase 2022-09-27T16:23:38.1563198Z ] 2022-09-27T16:23:38.1563755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1564281Z with 2022-09-27T16:23:38.1564516Z [ 2022-09-27T16:23:38.1564763Z T=at::TensorBase 2022-09-27T16:23:38.1564993Z ] 2022-09-27T16:23:38.1565688Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1566253Z with 2022-09-27T16:23:38.1566474Z [ 2022-09-27T16:23:38.1566718Z T=at::TensorBase 2022-09-27T16:23:38.1567022Z ] 2022-09-27T16:23:38.1567658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1568250Z with 2022-09-27T16:23:38.1568457Z [ 2022-09-27T16:23:38.1568703Z T=at::TensorBase 2022-09-27T16:23:38.1568883Z ] 2022-09-27T16:23:38.1569301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:38.1569944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(921): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:23:38.1570594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1570992Z with 2022-09-27T16:23:38.1571137Z [ 2022-09-27T16:23:38.1571318Z T=at::TensorBase 2022-09-27T16:23:38.1571496Z ] 2022-09-27T16:23:38.1571888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1572250Z with 2022-09-27T16:23:38.1572393Z [ 2022-09-27T16:23:38.1572571Z T=at::Tensor 2022-09-27T16:23:38.1572744Z ] 2022-09-27T16:23:38.1573147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1573525Z with 2022-09-27T16:23:38.1573685Z [ 2022-09-27T16:23:38.1573840Z T=at::Tensor 2022-09-27T16:23:38.1574009Z ] 2022-09-27T16:23:38.1574452Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1574863Z with 2022-09-27T16:23:38.1575025Z [ 2022-09-27T16:23:38.1575196Z T=at::Tensor 2022-09-27T16:23:38.1575349Z ] 2022-09-27T16:23:38.1575820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1576255Z with 2022-09-27T16:23:38.1576417Z [ 2022-09-27T16:23:38.1576589Z T=at::Tensor 2022-09-27T16:23:38.1576743Z ] 2022-09-27T16:23:38.1577154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:38.1577783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(510): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:23:38.1578488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1578885Z with 2022-09-27T16:23:38.1579050Z [ 2022-09-27T16:23:38.1579223Z T=at::Tensor 2022-09-27T16:23:38.1579378Z ] 2022-09-27T16:23:38.1579770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1580175Z with 2022-09-27T16:23:38.1580341Z [ 2022-09-27T16:23:38.1580519Z T=at::Generator 2022-09-27T16:23:38.1580696Z ] 2022-09-27T16:23:38.1581079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1581458Z with 2022-09-27T16:23:38.1581621Z [ 2022-09-27T16:23:38.1581795Z T=at::Generator 2022-09-27T16:23:38.1581969Z ] 2022-09-27T16:23:38.1582416Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1582803Z with 2022-09-27T16:23:38.1582968Z [ 2022-09-27T16:23:38.1583145Z T=at::Generator 2022-09-27T16:23:38.1583320Z ] 2022-09-27T16:23:38.1583790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1584226Z with 2022-09-27T16:23:38.1584370Z [ 2022-09-27T16:23:38.1584546Z T=at::Generator 2022-09-27T16:23:38.1584723Z ] 2022-09-27T16:23:38.1585138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:38.1585774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(587): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:23:38.1586422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1586813Z with 2022-09-27T16:23:38.1586957Z [ 2022-09-27T16:23:38.1587134Z T=at::Generator 2022-09-27T16:23:38.1587312Z ] 2022-09-27T16:23:38.1587698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1588064Z with 2022-09-27T16:23:38.1588208Z [ 2022-09-27T16:23:38.1588383Z T=std::string 2022-09-27T16:23:38.1588909Z ] 2022-09-27T16:23:38.1589316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1589694Z with 2022-09-27T16:23:38.1589854Z [ 2022-09-27T16:23:38.1590009Z T=std::string 2022-09-27T16:23:38.1590182Z ] 2022-09-27T16:23:38.1590627Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1591034Z with 2022-09-27T16:23:38.1591194Z [ 2022-09-27T16:23:38.1591366Z T=std::string 2022-09-27T16:23:38.1591521Z ] 2022-09-27T16:23:38.1592145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1592587Z with 2022-09-27T16:23:38.1592802Z [ 2022-09-27T16:23:38.1592977Z T=std::string 2022-09-27T16:23:38.1593147Z ] 2022-09-27T16:23:38.1593539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:38.1594173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(448): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:23:38.1594812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1595204Z with 2022-09-27T16:23:38.1595371Z [ 2022-09-27T16:23:38.1595543Z T=std::string 2022-09-27T16:23:38.1595718Z ] 2022-09-27T16:23:38.1596093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1596458Z with 2022-09-27T16:23:38.1596620Z [ 2022-09-27T16:23:38.1596806Z T=c10::QualifiedName 2022-09-27T16:23:38.1596992Z ] 2022-09-27T16:23:38.1597380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1597754Z with 2022-09-27T16:23:38.1597914Z [ 2022-09-27T16:23:38.1598099Z T=c10::QualifiedName 2022-09-27T16:23:38.1598278Z ] 2022-09-27T16:23:38.1598722Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1599112Z with 2022-09-27T16:23:38.1599276Z [ 2022-09-27T16:23:38.1599462Z T=c10::QualifiedName 2022-09-27T16:23:38.1599643Z ] 2022-09-27T16:23:38.1600111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1600543Z with 2022-09-27T16:23:38.1600686Z [ 2022-09-27T16:23:38.1600868Z T=c10::QualifiedName 2022-09-27T16:23:38.1601047Z ] 2022-09-27T16:23:38.1601467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:38.1602110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(696): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:23:38.1602757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1603157Z with 2022-09-27T16:23:38.1603301Z [ 2022-09-27T16:23:38.1603488Z T=c10::QualifiedName 2022-09-27T16:23:38.1603672Z ] 2022-09-27T16:23:38.1604115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1604483Z with 2022-09-27T16:23:38.1604652Z [ 2022-09-27T16:23:38.1604858Z T=std::shared_ptr 2022-09-27T16:23:38.1605071Z ] 2022-09-27T16:23:38.1605529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1605904Z with 2022-09-27T16:23:38.1606064Z [ 2022-09-27T16:23:38.1606286Z T=std::shared_ptr 2022-09-27T16:23:38.1606480Z ] 2022-09-27T16:23:38.1606922Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1607328Z with 2022-09-27T16:23:38.1607491Z [ 2022-09-27T16:23:38.1607712Z T=std::shared_ptr 2022-09-27T16:23:38.1607921Z ] 2022-09-27T16:23:38.1608373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1608803Z with 2022-09-27T16:23:38.1608967Z [ 2022-09-27T16:23:38.1609190Z T=std::shared_ptr 2022-09-27T16:23:38.1609401Z ] 2022-09-27T16:23:38.1609850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:23:38.1610549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1340): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:23:38.1611199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1611590Z with 2022-09-27T16:23:38.1611753Z [ 2022-09-27T16:23:38.1611978Z T=std::shared_ptr 2022-09-27T16:23:38.1612190Z ] 2022-09-27T16:23:38.1612576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1612922Z with 2022-09-27T16:23:38.1613083Z [ 2022-09-27T16:23:38.1613307Z T=std::weak_ptr 2022-09-27T16:23:38.1613518Z ] 2022-09-27T16:23:38.1613926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1614298Z with 2022-09-27T16:23:38.1614439Z [ 2022-09-27T16:23:38.1614660Z T=std::weak_ptr 2022-09-27T16:23:38.1614866Z ] 2022-09-27T16:23:38.1615309Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1615709Z with 2022-09-27T16:23:38.1615869Z [ 2022-09-27T16:23:38.1616070Z T=std::weak_ptr 2022-09-27T16:23:38.1616276Z ] 2022-09-27T16:23:38.1616798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1617233Z with 2022-09-27T16:23:38.1617393Z [ 2022-09-27T16:23:38.1618437Z T=std::weak_ptr 2022-09-27T16:23:38.1618631Z ] 2022-09-27T16:23:38.1619082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:23:38.1619779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1341): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:23:38.1620455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1620848Z with 2022-09-27T16:23:38.1621012Z [ 2022-09-27T16:23:38.1621238Z T=std::weak_ptr 2022-09-27T16:23:38.1621434Z ] 2022-09-27T16:23:38.1621830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1622196Z with 2022-09-27T16:23:38.1622360Z [ 2022-09-27T16:23:38.1622608Z T=std::vector> 2022-09-27T16:23:38.1622842Z ] 2022-09-27T16:23:38.1623236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1623615Z with 2022-09-27T16:23:38.1623775Z [ 2022-09-27T16:23:38.1624023Z T=std::vector> 2022-09-27T16:23:38.1624255Z ] 2022-09-27T16:23:38.1624700Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1625111Z with 2022-09-27T16:23:38.1625255Z [ 2022-09-27T16:23:38.1625506Z T=std::vector> 2022-09-27T16:23:38.1625735Z ] 2022-09-27T16:23:38.1626205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1626638Z with 2022-09-27T16:23:38.1626797Z [ 2022-09-27T16:23:38.1627027Z T=std::vector> 2022-09-27T16:23:38.1627259Z ] 2022-09-27T16:23:38.1627719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:23:38.1628456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(482): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:23:38.1629203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1629598Z with 2022-09-27T16:23:38.1629760Z [ 2022-09-27T16:23:38.1629990Z T=std::vector> 2022-09-27T16:23:38.1630223Z ] 2022-09-27T16:23:38.1630618Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1631033Z with 2022-09-27T16:23:38.1631199Z [ 2022-09-27T16:23:38.1631415Z T=std::vector> 2022-09-27T16:23:38.1631602Z ] 2022-09-27T16:23:38.1632111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1632489Z with 2022-09-27T16:23:38.1632649Z [ 2022-09-27T16:23:38.1632863Z T=std::vector> 2022-09-27T16:23:38.1633066Z ] 2022-09-27T16:23:38.1633491Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1633900Z with 2022-09-27T16:23:38.1634065Z [ 2022-09-27T16:23:38.1634279Z T=std::vector> 2022-09-27T16:23:38.1634482Z ] 2022-09-27T16:23:38.1634949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1635366Z with 2022-09-27T16:23:38.1635531Z [ 2022-09-27T16:23:38.1635746Z T=std::vector> 2022-09-27T16:23:38.1635951Z ] 2022-09-27T16:23:38.1636385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:23:38.1637066Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(441): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:23:38.1637722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1638112Z with 2022-09-27T16:23:38.1638257Z [ 2022-09-27T16:23:38.1638472Z T=std::vector> 2022-09-27T16:23:38.1638677Z ] 2022-09-27T16:23:38.1639073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1639436Z with 2022-09-27T16:23:38.1639579Z [ 2022-09-27T16:23:38.1639843Z T=std::vector,std::allocator>> 2022-09-27T16:23:38.1640087Z ] 2022-09-27T16:23:38.1640494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1640874Z with 2022-09-27T16:23:38.1641036Z [ 2022-09-27T16:23:38.1641276Z T=std::vector,std::allocator>> 2022-09-27T16:23:38.1641516Z ] 2022-09-27T16:23:38.1642015Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1642431Z with 2022-09-27T16:23:38.1642594Z [ 2022-09-27T16:23:38.1642851Z T=std::vector,std::allocator>> 2022-09-27T16:23:38.1643136Z ] 2022-09-27T16:23:38.1643588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1644022Z with 2022-09-27T16:23:38.1644186Z [ 2022-09-27T16:23:38.1644446Z T=std::vector,std::allocator>> 2022-09-27T16:23:38.1644685Z ] 2022-09-27T16:23:38.1645164Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:23:38.1646055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:23:38.1646808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(843): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:23:38.1647489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1647944Z with 2022-09-27T16:23:38.1648112Z [ 2022-09-27T16:23:38.1648376Z T=std::vector,std::allocator>> 2022-09-27T16:23:38.1648617Z ] 2022-09-27T16:23:38.1649014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1649377Z with 2022-09-27T16:23:38.1649523Z [ 2022-09-27T16:23:38.1649776Z T=std::vector,std::allocator>> 2022-09-27T16:23:38.1650016Z ] 2022-09-27T16:23:38.1650426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1650805Z with 2022-09-27T16:23:38.1650965Z [ 2022-09-27T16:23:38.1651202Z T=std::vector,std::allocator>> 2022-09-27T16:23:38.1651435Z ] 2022-09-27T16:23:38.1651879Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1652292Z with 2022-09-27T16:23:38.1652455Z [ 2022-09-27T16:23:38.1652730Z T=std::vector,std::allocator>> 2022-09-27T16:23:38.1652970Z ] 2022-09-27T16:23:38.1653444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1653878Z with 2022-09-27T16:23:38.1654040Z [ 2022-09-27T16:23:38.1654351Z T=std::vector,std::allocator>> 2022-09-27T16:23:38.1654588Z ] 2022-09-27T16:23:38.1655035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:23:38.1655817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:23:38.1656492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(613): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:23:38.1657132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1657535Z with 2022-09-27T16:23:38.1657703Z [ 2022-09-27T16:23:38.1657958Z T=std::vector,std::allocator>> 2022-09-27T16:23:38.1658197Z ] 2022-09-27T16:23:38.1658573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1658935Z with 2022-09-27T16:23:38.1659096Z [ 2022-09-27T16:23:38.1659316Z T=std::vector> 2022-09-27T16:23:38.1659524Z ] 2022-09-27T16:23:38.1659983Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1660358Z with 2022-09-27T16:23:38.1660503Z [ 2022-09-27T16:23:38.1660721Z T=std::vector> 2022-09-27T16:23:38.1660924Z ] 2022-09-27T16:23:38.1661368Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1661776Z with 2022-09-27T16:23:38.1661918Z [ 2022-09-27T16:23:38.1662135Z T=std::vector> 2022-09-27T16:23:38.1662339Z ] 2022-09-27T16:23:38.1662808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1663245Z with 2022-09-27T16:23:38.1663407Z [ 2022-09-27T16:23:38.1663606Z T=std::vector> 2022-09-27T16:23:38.1663813Z ] 2022-09-27T16:23:38.1664251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:23:38.1664928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(726): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:23:38.1665601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1666644Z with 2022-09-27T16:23:38.1666822Z [ 2022-09-27T16:23:38.1667048Z T=std::vector> 2022-09-27T16:23:38.1667236Z ] 2022-09-27T16:23:38.1667633Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1668056Z with 2022-09-27T16:23:38.1668223Z [ 2022-09-27T16:23:38.1668469Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:23:38.1668704Z ] 2022-09-27T16:23:38.1669096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1669477Z with 2022-09-27T16:23:38.1669640Z [ 2022-09-27T16:23:38.1669885Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:23:38.1670113Z ] 2022-09-27T16:23:38.1670555Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1670946Z with 2022-09-27T16:23:38.1671110Z [ 2022-09-27T16:23:38.1671353Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:23:38.1671581Z ] 2022-09-27T16:23:38.1672126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1672563Z with 2022-09-27T16:23:38.1672706Z [ 2022-09-27T16:23:38.1672948Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:23:38.1673182Z ] 2022-09-27T16:23:38.1673642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:23:38.1674393Z 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-09-27T16:23:38.1675136Z 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-09-27T16:23:38.1675837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1676231Z with 2022-09-27T16:23:38.1676376Z [ 2022-09-27T16:23:38.1676620Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:23:38.1676851Z ] 2022-09-27T16:23:38.1677250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1677612Z with 2022-09-27T16:23:38.1677773Z [ 2022-09-27T16:23:38.1677997Z T=c10::impl::InlineStreamGuard 2022-09-27T16:23:38.1678226Z ] 2022-09-27T16:23:38.1678630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1679065Z with 2022-09-27T16:23:38.1679230Z [ 2022-09-27T16:23:38.1679474Z T=c10::impl::InlineStreamGuard 2022-09-27T16:23:38.1679681Z ] 2022-09-27T16:23:38.1680122Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1680585Z with 2022-09-27T16:23:38.1680745Z [ 2022-09-27T16:23:38.1680989Z T=c10::impl::InlineStreamGuard 2022-09-27T16:23:38.1681216Z ] 2022-09-27T16:23:38.1681670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1682106Z with 2022-09-27T16:23:38.1682273Z [ 2022-09-27T16:23:38.1682516Z T=c10::impl::InlineStreamGuard 2022-09-27T16:23:38.1682746Z ] 2022-09-27T16:23:38.1683204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:23:38.1683952Z 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-09-27T16:23:38.1684696Z 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-09-27T16:23:38.1685401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1685776Z with 2022-09-27T16:23:38.1685942Z [ 2022-09-27T16:23:38.1686192Z T=c10::impl::InlineStreamGuard 2022-09-27T16:23:38.1686424Z ] 2022-09-27T16:23:38.1686818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1687180Z with 2022-09-27T16:23:38.1687325Z [ 2022-09-27T16:23:38.1687522Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:23:38.1687715Z ] 2022-09-27T16:23:38.1688122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1688494Z with 2022-09-27T16:23:38.1688657Z [ 2022-09-27T16:23:38.1688832Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:23:38.1689023Z ] 2022-09-27T16:23:38.1689466Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1689879Z with 2022-09-27T16:23:38.1690042Z [ 2022-09-27T16:23:38.1690237Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:23:38.1690411Z ] 2022-09-27T16:23:38.1690880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1691366Z with 2022-09-27T16:23:38.1691532Z [ 2022-09-27T16:23:38.1691727Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:23:38.1691899Z ] 2022-09-27T16:23:38.1692326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:38.1693020Z 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-09-27T16:23:38.1693405Z with 2022-09-27T16:23:38.1693570Z [ 2022-09-27T16:23:38.1693766Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:23:38.1693957Z ] 2022-09-27T16:23:38.1694398Z 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-09-27T16:23:38.1695099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1695500Z with 2022-09-27T16:23:38.1695664Z [ 2022-09-27T16:23:38.1695863Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:23:38.1696056Z ] 2022-09-27T16:23:38.1696432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1696797Z with 2022-09-27T16:23:38.1696961Z [ 2022-09-27T16:23:38.1697244Z T=std::vector> 2022-09-27T16:23:38.1697505Z ] 2022-09-27T16:23:38.1697910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1698287Z with 2022-09-27T16:23:38.1698431Z [ 2022-09-27T16:23:38.1698712Z T=std::vector> 2022-09-27T16:23:38.1698969Z ] 2022-09-27T16:23:38.1699413Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1699822Z with 2022-09-27T16:23:38.1699983Z [ 2022-09-27T16:23:38.1700243Z T=std::vector> 2022-09-27T16:23:38.1700505Z ] 2022-09-27T16:23:38.1700975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1701406Z with 2022-09-27T16:23:38.1701572Z [ 2022-09-27T16:23:38.1701887Z T=std::vector> 2022-09-27T16:23:38.1702146Z ] 2022-09-27T16:23:38.1702672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:23:38.1703550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(843): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:23:38.1704305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1704777Z with 2022-09-27T16:23:38.1717178Z [ 2022-09-27T16:23:38.1717511Z T=std::vector> 2022-09-27T16:23:38.1717783Z ] 2022-09-27T16:23:38.1718202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1718576Z with 2022-09-27T16:23:38.1718741Z [ 2022-09-27T16:23:38.1718939Z T=torch::autograd::ViewInfo 2022-09-27T16:23:38.1719124Z ] 2022-09-27T16:23:38.1719539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1719919Z with 2022-09-27T16:23:38.1720087Z [ 2022-09-27T16:23:38.1720280Z T=torch::autograd::ViewInfo 2022-09-27T16:23:38.1720467Z ] 2022-09-27T16:23:38.1720895Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1721308Z with 2022-09-27T16:23:38.1721470Z [ 2022-09-27T16:23:38.1721661Z T=torch::autograd::ViewInfo 2022-09-27T16:23:38.1721847Z ] 2022-09-27T16:23:38.1722319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1722739Z with 2022-09-27T16:23:38.1722901Z [ 2022-09-27T16:23:38.1723095Z T=torch::autograd::ViewInfo 2022-09-27T16:23:38.1723282Z ] 2022-09-27T16:23:38.1723712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:38.1724382Z 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-09-27T16:23:38.1725050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1725429Z with 2022-09-27T16:23:38.1725591Z [ 2022-09-27T16:23:38.1725788Z T=torch::autograd::ViewInfo 2022-09-27T16:23:38.1725979Z ] 2022-09-27T16:23:38.1726368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1726736Z with 2022-09-27T16:23:38.1726880Z [ 2022-09-27T16:23:38.1727055Z T=c10::IValue 2022-09-27T16:23:38.1727228Z ] 2022-09-27T16:23:38.1727633Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1728005Z with 2022-09-27T16:23:38.1728166Z [ 2022-09-27T16:23:38.1728446Z T=c10::IValue 2022-09-27T16:23:38.1728620Z ] 2022-09-27T16:23:38.1729064Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1729528Z with 2022-09-27T16:23:38.1729693Z [ 2022-09-27T16:23:38.1729846Z T=c10::IValue 2022-09-27T16:23:38.1730020Z ] 2022-09-27T16:23:38.1730488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1730916Z with 2022-09-27T16:23:38.1731077Z [ 2022-09-27T16:23:38.1731248Z T=c10::IValue 2022-09-27T16:23:38.1731402Z ] 2022-09-27T16:23:38.1731816Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:38.1732447Z 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-09-27T16:23:38.1733095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1733491Z with 2022-09-27T16:23:38.1733655Z [ 2022-09-27T16:23:38.1733827Z T=c10::IValue 2022-09-27T16:23:38.1733981Z ] 2022-09-27T16:23:38.1734375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1734740Z with 2022-09-27T16:23:38.1734901Z [ 2022-09-27T16:23:38.1735076Z T=c10::AliasInfo 2022-09-27T16:23:38.1735250Z ] 2022-09-27T16:23:38.1735636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1736011Z with 2022-09-27T16:23:38.1736175Z [ 2022-09-27T16:23:38.1736347Z T=c10::AliasInfo 2022-09-27T16:23:38.1736524Z ] 2022-09-27T16:23:38.1736941Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1737342Z with 2022-09-27T16:23:38.1737503Z [ 2022-09-27T16:23:38.1737680Z T=c10::AliasInfo 2022-09-27T16:23:38.1737854Z ] 2022-09-27T16:23:38.1738331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1738765Z with 2022-09-27T16:23:38.1738910Z [ 2022-09-27T16:23:38.1739086Z T=c10::AliasInfo 2022-09-27T16:23:38.1739260Z ] 2022-09-27T16:23:38.1739669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:38.1740307Z 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-09-27T16:23:38.1741004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1741396Z with 2022-09-27T16:23:38.1741543Z [ 2022-09-27T16:23:38.1741721Z T=c10::AliasInfo 2022-09-27T16:23:38.1741941Z ] 2022-09-27T16:23:38.1742331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1742696Z with 2022-09-27T16:23:38.1742840Z [ 2022-09-27T16:23:38.1743073Z T=c10::either 2022-09-27T16:23:38.1743289Z ] 2022-09-27T16:23:38.1743692Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1744067Z with 2022-09-27T16:23:38.1744229Z [ 2022-09-27T16:23:38.1744440Z T=c10::either 2022-09-27T16:23:38.1744659Z ] 2022-09-27T16:23:38.1745105Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1745513Z with 2022-09-27T16:23:38.1745675Z [ 2022-09-27T16:23:38.1745906Z T=c10::either 2022-09-27T16:23:38.1746108Z ] 2022-09-27T16:23:38.1746667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1747145Z with 2022-09-27T16:23:38.1747310Z [ 2022-09-27T16:23:38.1747543Z T=c10::either 2022-09-27T16:23:38.1747761Z ] 2022-09-27T16:23:38.1748199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:23:38.1748939Z 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-09-27T16:23:38.1749646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1750039Z with 2022-09-27T16:23:38.1750204Z [ 2022-09-27T16:23:38.1750431Z T=c10::either 2022-09-27T16:23:38.1750651Z ] 2022-09-27T16:23:38.1751041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1751393Z with 2022-09-27T16:23:38.1751559Z [ 2022-09-27T16:23:38.1751816Z T=at::StepCallbacks 2022-09-27T16:23:38.1752003Z ] 2022-09-27T16:23:38.1752409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1752780Z with 2022-09-27T16:23:38.1752923Z [ 2022-09-27T16:23:38.1753106Z T=at::StepCallbacks 2022-09-27T16:23:38.1753286Z ] 2022-09-27T16:23:38.1753801Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1754208Z with 2022-09-27T16:23:38.1754399Z [ 2022-09-27T16:23:38.1754583Z T=at::StepCallbacks 2022-09-27T16:23:38.1754762Z ] 2022-09-27T16:23:38.1755234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1755666Z with 2022-09-27T16:23:38.1755829Z [ 2022-09-27T16:23:38.1755994Z T=at::StepCallbacks 2022-09-27T16:23:38.1756175Z ] 2022-09-27T16:23:38.1756600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:38.1757259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:23:38.1757919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1758307Z with 2022-09-27T16:23:38.1758473Z [ 2022-09-27T16:23:38.1758640Z T=at::StepCallbacks 2022-09-27T16:23:38.1758824Z ] 2022-09-27T16:23:38.1759214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1759585Z with 2022-09-27T16:23:38.1759748Z [ 2022-09-27T16:23:38.1759925Z T=c10::DimVector 2022-09-27T16:23:38.1760082Z ] 2022-09-27T16:23:38.1760483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1760862Z with 2022-09-27T16:23:38.1761023Z [ 2022-09-27T16:23:38.1761199Z T=c10::DimVector 2022-09-27T16:23:38.1761354Z ] 2022-09-27T16:23:38.1761795Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1762201Z with 2022-09-27T16:23:38.1762364Z [ 2022-09-27T16:23:38.1762540Z T=c10::DimVector 2022-09-27T16:23:38.1762714Z ] 2022-09-27T16:23:38.1763162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1763594Z with 2022-09-27T16:23:38.1763757Z [ 2022-09-27T16:23:38.1763931Z T=c10::DimVector 2022-09-27T16:23:38.1764105Z ] 2022-09-27T16:23:38.1764513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:38.1765158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:23:38.1765835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1766234Z with 2022-09-27T16:23:38.1766397Z [ 2022-09-27T16:23:38.1766575Z T=c10::DimVector 2022-09-27T16:23:38.1766800Z ] 2022-09-27T16:23:38.1767190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1767531Z with 2022-09-27T16:23:38.1767692Z [ 2022-09-27T16:23:38.1767954Z T=c10::impl::AnnotatedSchema 2022-09-27T16:23:38.1768146Z ] 2022-09-27T16:23:38.1768553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1768926Z with 2022-09-27T16:23:38.1769072Z [ 2022-09-27T16:23:38.1769267Z T=c10::impl::AnnotatedSchema 2022-09-27T16:23:38.1769457Z ] 2022-09-27T16:23:38.1769901Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1770310Z with 2022-09-27T16:23:38.1770470Z [ 2022-09-27T16:23:38.1770642Z T=c10::impl::AnnotatedSchema 2022-09-27T16:23:38.1770831Z ] 2022-09-27T16:23:38.1771298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1771733Z with 2022-09-27T16:23:38.1771896Z [ 2022-09-27T16:23:38.1772091Z T=c10::impl::AnnotatedSchema 2022-09-27T16:23:38.1772264Z ] 2022-09-27T16:23:38.1772694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:38.1773382Z 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-09-27T16:23:38.1774063Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1774455Z with 2022-09-27T16:23:38.1774619Z [ 2022-09-27T16:23:38.1774813Z T=c10::impl::AnnotatedSchema 2022-09-27T16:23:38.1774982Z ] 2022-09-27T16:23:38.1775377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1775741Z with 2022-09-27T16:23:38.1775902Z [ 2022-09-27T16:23:38.1776137Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:23:38.1776344Z ] 2022-09-27T16:23:38.1776749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1777121Z with 2022-09-27T16:23:38.1777284Z [ 2022-09-27T16:23:38.1777513Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:23:38.1777734Z ] 2022-09-27T16:23:38.1778207Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1778622Z with 2022-09-27T16:23:38.1778787Z [ 2022-09-27T16:23:38.1779019Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:23:38.1779237Z ] 2022-09-27T16:23:38.1779750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1780184Z with 2022-09-27T16:23:38.1780331Z [ 2022-09-27T16:23:38.1780559Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:23:38.1780778Z ] 2022-09-27T16:23:38.1781238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:38.1781977Z 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-09-27T16:23:38.1782678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1783074Z with 2022-09-27T16:23:38.1783218Z [ 2022-09-27T16:23:38.1783448Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:23:38.1783673Z ] 2022-09-27T16:23:38.1784067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1784428Z with 2022-09-27T16:23:38.1784591Z [ 2022-09-27T16:23:38.1784783Z T=std::tuple 2022-09-27T16:23:38.1784988Z ] 2022-09-27T16:23:38.1785395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1785768Z with 2022-09-27T16:23:38.1785932Z [ 2022-09-27T16:23:38.1786140Z T=std::tuple 2022-09-27T16:23:38.1786328Z ] 2022-09-27T16:23:38.1786770Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1787177Z with 2022-09-27T16:23:38.1787341Z [ 2022-09-27T16:23:38.1787551Z T=std::tuple 2022-09-27T16:23:38.1787751Z ] 2022-09-27T16:23:38.1788199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1788637Z with 2022-09-27T16:23:38.1788801Z [ 2022-09-27T16:23:38.1789010Z T=std::tuple 2022-09-27T16:23:38.1789213Z ] 2022-09-27T16:23:38.1789650Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:23:38.1790390Z 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-09-27T16:23:38.1791052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1791487Z with 2022-09-27T16:23:38.1791648Z [ 2022-09-27T16:23:38.1791940Z T=std::tuple 2022-09-27T16:23:38.1792145Z ] 2022-09-27T16:23:38.1792533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1792876Z with 2022-09-27T16:23:38.1793039Z [ 2022-09-27T16:23:38.1793228Z T=torch::jit::SourceRange 2022-09-27T16:23:38.1793416Z ] 2022-09-27T16:23:38.1793821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1794195Z with 2022-09-27T16:23:38.1794339Z [ 2022-09-27T16:23:38.1794528Z T=torch::jit::SourceRange 2022-09-27T16:23:38.1794716Z ] 2022-09-27T16:23:38.1795159Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1795566Z with 2022-09-27T16:23:38.1795730Z [ 2022-09-27T16:23:38.1795900Z T=torch::jit::SourceRange 2022-09-27T16:23:38.1796088Z ] 2022-09-27T16:23:38.1796559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1796994Z with 2022-09-27T16:23:38.1797152Z [ 2022-09-27T16:23:38.1797339Z T=torch::jit::SourceRange 2022-09-27T16:23:38.1797508Z ] 2022-09-27T16:23:38.1797933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:38.1798605Z 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-09-27T16:23:38.1799281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1799673Z with 2022-09-27T16:23:38.1799837Z [ 2022-09-27T16:23:38.1800027Z T=torch::jit::SourceRange 2022-09-27T16:23:38.1800196Z ] 2022-09-27T16:23:38.1800587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1800952Z with 2022-09-27T16:23:38.1801117Z [ 2022-09-27T16:23:38.1801324Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:23:38.1801508Z ] 2022-09-27T16:23:38.1801911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1802289Z with 2022-09-27T16:23:38.1802451Z [ 2022-09-27T16:23:38.1802655Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:23:38.1802854Z ] 2022-09-27T16:23:38.1803331Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1803739Z with 2022-09-27T16:23:38.1803900Z [ 2022-09-27T16:23:38.1804145Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:23:38.1804348Z ] 2022-09-27T16:23:38.1804819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1805251Z with 2022-09-27T16:23:38.1805393Z [ 2022-09-27T16:23:38.1805599Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:23:38.1805800Z ] 2022-09-27T16:23:38.1806243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:38.1806928Z 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-09-27T16:23:38.1807599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1807993Z with 2022-09-27T16:23:38.1808139Z [ 2022-09-27T16:23:38.1808348Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:23:38.1808549Z ] 2022-09-27T16:23:38.1808943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1809306Z with 2022-09-27T16:23:38.1809469Z [ 2022-09-27T16:23:38.1809652Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:23:38.1809853Z ] 2022-09-27T16:23:38.1810260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1810635Z with 2022-09-27T16:23:38.1810795Z [ 2022-09-27T16:23:38.1810978Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:23:38.1811175Z ] 2022-09-27T16:23:38.1811616Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1812020Z with 2022-09-27T16:23:38.1812180Z [ 2022-09-27T16:23:38.1812388Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:23:38.1812570Z ] 2022-09-27T16:23:38.1813041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1813480Z with 2022-09-27T16:23:38.1813641Z [ 2022-09-27T16:23:38.1813842Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:23:38.1814040Z ] 2022-09-27T16:23:38.1814455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:38.1815176Z 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-09-27T16:23:38.1815846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1816277Z with 2022-09-27T16:23:38.1816441Z [ 2022-09-27T16:23:38.1816646Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:23:38.1816844Z ] 2022-09-27T16:23:38.1817218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1817581Z with 2022-09-27T16:23:38.1817742Z [ 2022-09-27T16:23:38.1817927Z T=torch::jit::ScopePtr 2022-09-27T16:23:38.1818111Z ] 2022-09-27T16:23:38.1818521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1818877Z with 2022-09-27T16:23:38.1819040Z [ 2022-09-27T16:23:38.1819225Z T=torch::jit::ScopePtr 2022-09-27T16:23:38.1819407Z ] 2022-09-27T16:23:38.1819855Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1820258Z with 2022-09-27T16:23:38.1820403Z [ 2022-09-27T16:23:38.1820588Z T=torch::jit::ScopePtr 2022-09-27T16:23:38.1820768Z ] 2022-09-27T16:23:38.1821234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1821658Z with 2022-09-27T16:23:38.1821819Z [ 2022-09-27T16:23:38.1821985Z T=torch::jit::ScopePtr 2022-09-27T16:23:38.1822170Z ] 2022-09-27T16:23:38.1822586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:38.1823234Z 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-09-27T16:23:38.1823896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1824286Z with 2022-09-27T16:23:38.1824447Z [ 2022-09-27T16:23:38.1824617Z T=torch::jit::ScopePtr 2022-09-27T16:23:38.1824799Z ] 2022-09-27T16:23:38.1825188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1825554Z with 2022-09-27T16:23:38.1825717Z [ 2022-09-27T16:23:38.1825907Z T=at::ThreadLocalState 2022-09-27T16:23:38.1826075Z ] 2022-09-27T16:23:38.1826486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1826862Z with 2022-09-27T16:23:38.1827026Z [ 2022-09-27T16:23:38.1827213Z T=at::ThreadLocalState 2022-09-27T16:23:38.1827380Z ] 2022-09-27T16:23:38.1827870Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1828283Z with 2022-09-27T16:23:38.1828441Z [ 2022-09-27T16:23:38.1828627Z T=at::ThreadLocalState 2022-09-27T16:23:38.1829400Z ] 2022-09-27T16:23:38.1829859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1830300Z with 2022-09-27T16:23:38.1830463Z [ 2022-09-27T16:23:38.1830653Z T=at::ThreadLocalState 2022-09-27T16:23:38.1830838Z ] 2022-09-27T16:23:38.1831270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:38.1832019Z 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-09-27T16:23:38.1832678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1833078Z with 2022-09-27T16:23:38.1833241Z [ 2022-09-27T16:23:38.1833431Z T=at::ThreadLocalState 2022-09-27T16:23:38.1833618Z ] 2022-09-27T16:23:38.1834008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1834354Z with 2022-09-27T16:23:38.1834599Z [ 2022-09-27T16:23:38.1834809Z T=std::shared_ptr 2022-09-27T16:23:38.1835008Z ] 2022-09-27T16:23:38.1835417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1835786Z with 2022-09-27T16:23:38.1835929Z [ 2022-09-27T16:23:38.1836125Z T=std::shared_ptr 2022-09-27T16:23:38.1836320Z ] 2022-09-27T16:23:38.1836764Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1837176Z with 2022-09-27T16:23:38.1837331Z [ 2022-09-27T16:23:38.1837517Z T=std::shared_ptr 2022-09-27T16:23:38.1837712Z ] 2022-09-27T16:23:38.1838178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1838608Z with 2022-09-27T16:23:38.1838766Z [ 2022-09-27T16:23:38.1838961Z T=std::shared_ptr 2022-09-27T16:23:38.1839136Z ] 2022-09-27T16:23:38.1839565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:23:38.1840218Z 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-09-27T16:23:38.1840962Z 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-09-27T16:23:38.1841636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1842067Z with 2022-09-27T16:23:38.1842222Z [ 2022-09-27T16:23:38.1842419Z T=std::shared_ptr 2022-09-27T16:23:38.1842597Z ] 2022-09-27T16:23:38.1842975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1843329Z with 2022-09-27T16:23:38.1843481Z [ 2022-09-27T16:23:38.1843665Z T=torch::jit::GraphExecutor 2022-09-27T16:23:38.1843834Z ] 2022-09-27T16:23:38.1844233Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1844593Z with 2022-09-27T16:23:38.1844746Z [ 2022-09-27T16:23:38.1844929Z T=torch::jit::GraphExecutor 2022-09-27T16:23:38.1845109Z ] 2022-09-27T16:23:38.1845528Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1845923Z with 2022-09-27T16:23:38.1846075Z [ 2022-09-27T16:23:38.1846256Z T=torch::jit::GraphExecutor 2022-09-27T16:23:38.1846434Z ] 2022-09-27T16:23:38.1846895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1847313Z with 2022-09-27T16:23:38.1847529Z [ 2022-09-27T16:23:38.1847718Z T=torch::jit::GraphExecutor 2022-09-27T16:23:38.1847897Z ] 2022-09-27T16:23:38.1848320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:38.1848963Z 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-09-27T16:23:38.1849625Z 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-09-27T16:23:38.1850289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1850678Z with 2022-09-27T16:23:38.1850821Z [ 2022-09-27T16:23:38.1851007Z T=torch::jit::GraphExecutor 2022-09-27T16:23:38.1851187Z ] 2022-09-27T16:23:38.1851567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1851918Z with 2022-09-27T16:23:38.1852057Z [ 2022-09-27T16:23:38.1852230Z T=torch::jit::Method 2022-09-27T16:23:38.1852401Z ] 2022-09-27T16:23:38.1852850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1853216Z with 2022-09-27T16:23:38.1853364Z [ 2022-09-27T16:23:38.1853523Z T=torch::jit::Method 2022-09-27T16:23:38.1853732Z ] 2022-09-27T16:23:38.1854164Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1854567Z with 2022-09-27T16:23:38.1854717Z [ 2022-09-27T16:23:38.1854887Z T=torch::jit::Method 2022-09-27T16:23:38.1855046Z ] 2022-09-27T16:23:38.1855506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1855932Z with 2022-09-27T16:23:38.1856084Z [ 2022-09-27T16:23:38.1856256Z T=torch::jit::Method 2022-09-27T16:23:38.1856411Z ] 2022-09-27T16:23:38.1856816Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:38.1857452Z 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-09-27T16:23:38.1858095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1858477Z with 2022-09-27T16:23:38.1858632Z [ 2022-09-27T16:23:38.1858805Z T=torch::jit::Method 2022-09-27T16:23:38.1858962Z ] 2022-09-27T16:23:38.1859342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1859697Z with 2022-09-27T16:23:38.1859850Z [ 2022-09-27T16:23:38.1860070Z T=std::vector> 2022-09-27T16:23:38.1860277Z ] 2022-09-27T16:23:38.1860663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1861032Z with 2022-09-27T16:23:38.1861185Z [ 2022-09-27T16:23:38.1861405Z T=std::vector> 2022-09-27T16:23:38.1861614Z ] 2022-09-27T16:23:38.1862046Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1862446Z with 2022-09-27T16:23:38.1862586Z [ 2022-09-27T16:23:38.1862804Z T=std::vector> 2022-09-27T16:23:38.1863170Z ] 2022-09-27T16:23:38.1863762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1864188Z with 2022-09-27T16:23:38.1864343Z [ 2022-09-27T16:23:38.1864553Z T=std::vector> 2022-09-27T16:23:38.1864760Z ] 2022-09-27T16:23:38.1865321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:23:38.1866022Z 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-09-27T16:23:38.1866739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1867127Z with 2022-09-27T16:23:38.1867282Z [ 2022-09-27T16:23:38.1867489Z T=std::vector> 2022-09-27T16:23:38.1867699Z ] 2022-09-27T16:23:38.1868083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1868434Z with 2022-09-27T16:23:38.1868586Z [ 2022-09-27T16:23:38.1868835Z T=std::function 2022-09-27T16:23:38.1869054Z ] 2022-09-27T16:23:38.1869454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1869819Z with 2022-09-27T16:23:38.1869970Z [ 2022-09-27T16:23:38.1870213Z T=std::function 2022-09-27T16:23:38.1870444Z ] 2022-09-27T16:23:38.1870868Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1871262Z with 2022-09-27T16:23:38.1871413Z [ 2022-09-27T16:23:38.1871658Z T=std::function 2022-09-27T16:23:38.1871959Z ] 2022-09-27T16:23:38.1872417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1872842Z with 2022-09-27T16:23:38.1872981Z [ 2022-09-27T16:23:38.1873225Z T=std::function 2022-09-27T16:23:38.1873451Z ] 2022-09-27T16:23:38.1873918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:23:38.1874684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:23:38.1875397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1875782Z with 2022-09-27T16:23:38.1875934Z [ 2022-09-27T16:23:38.1876166Z T=std::function 2022-09-27T16:23:38.1876399Z ] 2022-09-27T16:23:38.1877337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1877703Z with 2022-09-27T16:23:38.1877861Z [ 2022-09-27T16:23:38.1878134Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:23:38.1878427Z ] 2022-09-27T16:23:38.1878828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1879191Z with 2022-09-27T16:23:38.1879344Z [ 2022-09-27T16:23:38.1879614Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:23:38.1879863Z ] 2022-09-27T16:23:38.1880287Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1880689Z with 2022-09-27T16:23:38.1880843Z [ 2022-09-27T16:23:38.1881114Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:23:38.1881372Z ] 2022-09-27T16:23:38.1881836Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1882246Z with 2022-09-27T16:23:38.1882400Z [ 2022-09-27T16:23:38.1882668Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:23:38.1882920Z ] 2022-09-27T16:23:38.1883414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:38.1884231Z 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-09-27T16:23:38.1884974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1885358Z with 2022-09-27T16:23:38.1885499Z [ 2022-09-27T16:23:38.1885769Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:23:38.1886026Z ] 2022-09-27T16:23:38.1886413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1886761Z with 2022-09-27T16:23:38.1886914Z [ 2022-09-27T16:23:38.1887112Z T=std::vector> 2022-09-27T16:23:38.1887311Z ] 2022-09-27T16:23:38.1887708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1888076Z with 2022-09-27T16:23:38.1888229Z [ 2022-09-27T16:23:38.1888438Z T=std::vector> 2022-09-27T16:23:38.1888625Z ] 2022-09-27T16:23:38.1889019Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1889083Z with 2022-09-27T16:23:38.1889143Z [ 2022-09-27T16:23:38.1889266Z T=std::vector> 2022-09-27T16:23:38.1889326Z ] 2022-09-27T16:23:38.1889700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1889807Z with 2022-09-27T16:23:38.1889866Z [ 2022-09-27T16:23:38.1889988Z T=std::vector> 2022-09-27T16:23:38.1890048Z ] 2022-09-27T16:23:38.1890384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:23:38.1890449Z with 2022-09-27T16:23:38.1890531Z [ 2022-09-27T16:23:38.1890587Z T=double 2022-09-27T16:23:38.1890645Z ] 2022-09-27T16:23:38.1891017Z 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-09-27T16:23:38.1891082Z with 2022-09-27T16:23:38.1891141Z [ 2022-09-27T16:23:38.1891209Z T=double 2022-09-27T16:23:38.1891269Z ] 2022-09-27T16:23:38.1891593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1891659Z with 2022-09-27T16:23:38.1891717Z [ 2022-09-27T16:23:38.1891838Z T=std::vector> 2022-09-27T16:23:38.1891899Z ] 2022-09-27T16:23:38.1892192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1892254Z with 2022-09-27T16:23:38.1892315Z [ 2022-09-27T16:23:38.1892409Z T=std::tuple 2022-09-27T16:23:38.1892468Z ] 2022-09-27T16:23:38.1892774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1892837Z with 2022-09-27T16:23:38.1892896Z [ 2022-09-27T16:23:38.1893003Z T=std::tuple 2022-09-27T16:23:38.1893061Z ] 2022-09-27T16:23:38.1893407Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1893469Z with 2022-09-27T16:23:38.1893527Z [ 2022-09-27T16:23:38.1893635Z T=std::tuple 2022-09-27T16:23:38.1893694Z ] 2022-09-27T16:23:38.1894061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1894123Z with 2022-09-27T16:23:38.1894181Z [ 2022-09-27T16:23:38.1894285Z T=std::tuple 2022-09-27T16:23:38.1894329Z ] 2022-09-27T16:23:38.1894700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:23:38.1895068Z 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-09-27T16:23:38.1895428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1895492Z with 2022-09-27T16:23:38.1895553Z [ 2022-09-27T16:23:38.1895657Z T=std::tuple 2022-09-27T16:23:38.1895716Z ] 2022-09-27T16:23:38.1896009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1896072Z with 2022-09-27T16:23:38.1896133Z [ 2022-09-27T16:23:38.1896263Z T=std::vector> 2022-09-27T16:23:38.1896322Z ] 2022-09-27T16:23:38.1896626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:38.1896695Z with 2022-09-27T16:23:38.1896755Z [ 2022-09-27T16:23:38.1896881Z T=std::vector> 2022-09-27T16:23:38.1896940Z ] 2022-09-27T16:23:38.1897282Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:38.1897332Z with 2022-09-27T16:23:38.1897391Z [ 2022-09-27T16:23:38.1897519Z T=std::vector> 2022-09-27T16:23:38.1897580Z ] 2022-09-27T16:23:38.1897947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:38.1898012Z with 2022-09-27T16:23:38.1898071Z [ 2022-09-27T16:23:38.1898198Z T=std::vector> 2022-09-27T16:23:38.1898256Z ] 2022-09-27T16:23:38.1898602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:23:38.1898986Z 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-09-27T16:23:38.1899311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:38.1899376Z with 2022-09-27T16:23:38.1899434Z [ 2022-09-27T16:23:38.1899562Z T=std::vector> 2022-09-27T16:23:38.1899621Z ] 2022-09-27T16:23:38.3870196Z [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-09-27T16:23:38.3870545Z Creating library cpp_frontend_extension.lib and object cpp_frontend_extension.exp 2022-09-27T16:23:38.3890327Z Loading extension module cpp_frontend_extension... 2022-09-27T16:23:38.4097409Z ok (11.977s) 2022-09-27T16:23:38.4117084Z 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-09-27T16:23:38.4119006Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-09-27T16:23:38.4119140Z Loading extension module cpp_frontend_extension... 2022-09-27T16:23:38.4134831Z ok (0.000s) 2022-09-27T16:23:38.4182152Z 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-09-27T16:23:38.4183598Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-09-27T16:23:38.4183729Z Loading extension module cpp_frontend_extension... 2022-09-27T16:23:38.4256769Z ok (0.016s) 2022-09-27T16:23:38.4273029Z test_cpp_frontend_module_python_inter_op_with_cuda (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.000s) 2022-09-27T16:23:38.4288103Z 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-09-27T16:23:38.4288449Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\is_python_module... 2022-09-27T16:23:38.4393742Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\is_python_module\build.ninja... 2022-09-27T16:23:38.5963502Z Building extension module is_python_module... 2022-09-27T16:23:38.5963894Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-09-27T16:23:49.4294422Z [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-09-27T16:23:49.4295573Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-09-27T16:23:49.4295877Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-09-27T16:23:49.4296041Z 2022-09-27T16:23:49.4296351Z 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-09-27T16:23:49.4296976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4297344Z with 2022-09-27T16:23:49.4297499Z [ 2022-09-27T16:23:49.4297672Z T=c10::SymInt 2022-09-27T16:23:49.4297824Z ] 2022-09-27T16:23:49.4298234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4298609Z with 2022-09-27T16:23:49.4298768Z [ 2022-09-27T16:23:49.4298935Z T=c10::SymInt 2022-09-27T16:23:49.4299085Z ] 2022-09-27T16:23:49.4299709Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4300126Z with 2022-09-27T16:23:49.4300282Z [ 2022-09-27T16:23:49.4300451Z T=c10::SymInt 2022-09-27T16:23:49.4300685Z ] 2022-09-27T16:23:49.4301152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4301567Z with 2022-09-27T16:23:49.4301722Z [ 2022-09-27T16:23:49.4301893Z T=c10::SymInt 2022-09-27T16:23:49.4302057Z ] 2022-09-27T16:23:49.4302466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:49.4303136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1514): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:23:49.4303778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4304152Z with 2022-09-27T16:23:49.4304307Z [ 2022-09-27T16:23:49.4304472Z T=c10::SymInt 2022-09-27T16:23:49.4304643Z ] 2022-09-27T16:23:49.4305017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2533): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-09-27T16:23:49.4305601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4305956Z with 2022-09-27T16:23:49.4306102Z [ 2022-09-27T16:23:49.4306277Z T=at::TensorBase 2022-09-27T16:23:49.4306450Z ] 2022-09-27T16:23:49.4306849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4307223Z with 2022-09-27T16:23:49.4307363Z [ 2022-09-27T16:23:49.4307539Z T=at::TensorBase 2022-09-27T16:23:49.4307710Z ] 2022-09-27T16:23:49.4308146Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4308550Z with 2022-09-27T16:23:49.4308709Z [ 2022-09-27T16:23:49.4308869Z T=at::TensorBase 2022-09-27T16:23:49.4309042Z ] 2022-09-27T16:23:49.4309503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4309932Z with 2022-09-27T16:23:49.4310087Z [ 2022-09-27T16:23:49.4310256Z T=at::TensorBase 2022-09-27T16:23:49.4310412Z ] 2022-09-27T16:23:49.4310823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:49.4311511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(921): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:23:49.4312157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4312615Z with 2022-09-27T16:23:49.4312821Z [ 2022-09-27T16:23:49.4312996Z T=at::TensorBase 2022-09-27T16:23:49.4313154Z ] 2022-09-27T16:23:49.4313538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4313894Z with 2022-09-27T16:23:49.4314047Z [ 2022-09-27T16:23:49.4314213Z T=at::Tensor 2022-09-27T16:23:49.4314365Z ] 2022-09-27T16:23:49.4314766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4315135Z with 2022-09-27T16:23:49.4315285Z [ 2022-09-27T16:23:49.4315447Z T=at::Tensor 2022-09-27T16:23:49.4315608Z ] 2022-09-27T16:23:49.4316030Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4316430Z with 2022-09-27T16:23:49.4316580Z [ 2022-09-27T16:23:49.4316743Z T=at::Tensor 2022-09-27T16:23:49.4316903Z ] 2022-09-27T16:23:49.4317363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4317778Z with 2022-09-27T16:23:49.4317931Z [ 2022-09-27T16:23:49.4318096Z T=at::Tensor 2022-09-27T16:23:49.4318257Z ] 2022-09-27T16:23:49.4318790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:49.4319416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(510): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:23:49.4320051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4320422Z with 2022-09-27T16:23:49.4320577Z [ 2022-09-27T16:23:49.4320743Z T=at::Tensor 2022-09-27T16:23:49.4320898Z ] 2022-09-27T16:23:49.4321280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4321633Z with 2022-09-27T16:23:49.4321782Z [ 2022-09-27T16:23:49.4321946Z T=at::Generator 2022-09-27T16:23:49.4322111Z ] 2022-09-27T16:23:49.4322491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4322849Z with 2022-09-27T16:23:49.4323000Z [ 2022-09-27T16:23:49.4323163Z T=at::Generator 2022-09-27T16:23:49.4323326Z ] 2022-09-27T16:23:49.4323818Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4324205Z with 2022-09-27T16:23:49.4324355Z [ 2022-09-27T16:23:49.4324521Z T=at::Generator 2022-09-27T16:23:49.4324684Z ] 2022-09-27T16:23:49.4325137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4325601Z with 2022-09-27T16:23:49.4325737Z [ 2022-09-27T16:23:49.4325898Z T=at::Generator 2022-09-27T16:23:49.4326062Z ] 2022-09-27T16:23:49.4326466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:49.4327089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(587): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:23:49.4327721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4328102Z with 2022-09-27T16:23:49.4328242Z [ 2022-09-27T16:23:49.4328405Z T=at::Generator 2022-09-27T16:23:49.4328571Z ] 2022-09-27T16:23:49.4328948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4329295Z with 2022-09-27T16:23:49.4329444Z [ 2022-09-27T16:23:49.4329593Z T=std::string 2022-09-27T16:23:49.4329755Z ] 2022-09-27T16:23:49.4330153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4330850Z with 2022-09-27T16:23:49.4331000Z [ 2022-09-27T16:23:49.4331149Z T=std::string 2022-09-27T16:23:49.4331310Z ] 2022-09-27T16:23:49.4331744Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4332138Z with 2022-09-27T16:23:49.4332285Z [ 2022-09-27T16:23:49.4332444Z T=std::string 2022-09-27T16:23:49.4332591Z ] 2022-09-27T16:23:49.4333049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4333530Z with 2022-09-27T16:23:49.4333679Z [ 2022-09-27T16:23:49.4333914Z T=std::string 2022-09-27T16:23:49.4334161Z ] 2022-09-27T16:23:49.4334807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:49.4335448Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(448): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:23:49.4336081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4336463Z with 2022-09-27T16:23:49.4336615Z [ 2022-09-27T16:23:49.4336883Z T=std::string 2022-09-27T16:23:49.4337049Z ] 2022-09-27T16:23:49.4337417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4337766Z with 2022-09-27T16:23:49.4337970Z [ 2022-09-27T16:23:49.4338143Z T=c10::QualifiedName 2022-09-27T16:23:49.4338315Z ] 2022-09-27T16:23:49.4338714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4339065Z with 2022-09-27T16:23:49.4339220Z [ 2022-09-27T16:23:49.4339391Z T=c10::QualifiedName 2022-09-27T16:23:49.4339562Z ] 2022-09-27T16:23:49.4339998Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4340389Z with 2022-09-27T16:23:49.4340529Z [ 2022-09-27T16:23:49.4340702Z T=c10::QualifiedName 2022-09-27T16:23:49.4340873Z ] 2022-09-27T16:23:49.4341332Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4341750Z with 2022-09-27T16:23:49.4341899Z [ 2022-09-27T16:23:49.4342055Z T=c10::QualifiedName 2022-09-27T16:23:49.4342222Z ] 2022-09-27T16:23:49.4342632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:49.4343263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(696): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:23:49.4343905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4344286Z with 2022-09-27T16:23:49.4344438Z [ 2022-09-27T16:23:49.4344598Z T=c10::QualifiedName 2022-09-27T16:23:49.4344770Z ] 2022-09-27T16:23:49.4345159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4345512Z with 2022-09-27T16:23:49.4345662Z [ 2022-09-27T16:23:49.4345865Z T=std::shared_ptr 2022-09-27T16:23:49.4346069Z ] 2022-09-27T16:23:49.4346462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4346824Z with 2022-09-27T16:23:49.4346974Z [ 2022-09-27T16:23:49.4347183Z T=std::shared_ptr 2022-09-27T16:23:49.4347368Z ] 2022-09-27T16:23:49.4347796Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4348195Z with 2022-09-27T16:23:49.4348341Z [ 2022-09-27T16:23:49.4348551Z T=std::shared_ptr 2022-09-27T16:23:49.4348748Z ] 2022-09-27T16:23:49.4349245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4349675Z with 2022-09-27T16:23:49.4349864Z [ 2022-09-27T16:23:49.4350075Z T=std::shared_ptr 2022-09-27T16:23:49.4350273Z ] 2022-09-27T16:23:49.4350708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:23:49.4351387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1340): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:23:49.4352049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4352493Z with 2022-09-27T16:23:49.4352644Z [ 2022-09-27T16:23:49.4352859Z T=std::shared_ptr 2022-09-27T16:23:49.4353056Z ] 2022-09-27T16:23:49.4353433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4353787Z with 2022-09-27T16:23:49.4353924Z [ 2022-09-27T16:23:49.4354132Z T=std::weak_ptr 2022-09-27T16:23:49.4354329Z ] 2022-09-27T16:23:49.4354720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4355085Z with 2022-09-27T16:23:49.4355221Z [ 2022-09-27T16:23:49.4355429Z T=std::weak_ptr 2022-09-27T16:23:49.4355623Z ] 2022-09-27T16:23:49.4356055Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4356452Z with 2022-09-27T16:23:49.4356599Z [ 2022-09-27T16:23:49.4356794Z T=std::weak_ptr 2022-09-27T16:23:49.4356990Z ] 2022-09-27T16:23:49.4357447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4357865Z with 2022-09-27T16:23:49.4358014Z [ 2022-09-27T16:23:49.4358219Z T=std::weak_ptr 2022-09-27T16:23:49.4358404Z ] 2022-09-27T16:23:49.4358833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:23:49.4359509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1341): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:23:49.4360171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4360547Z with 2022-09-27T16:23:49.4360755Z [ 2022-09-27T16:23:49.4360966Z T=std::weak_ptr 2022-09-27T16:23:49.4361164Z ] 2022-09-27T16:23:49.4361532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4361924Z with 2022-09-27T16:23:49.4362075Z [ 2022-09-27T16:23:49.4362310Z T=std::vector> 2022-09-27T16:23:49.4362533Z ] 2022-09-27T16:23:49.4362925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4363270Z with 2022-09-27T16:23:49.4363418Z [ 2022-09-27T16:23:49.4363651Z T=std::vector> 2022-09-27T16:23:49.4363872Z ] 2022-09-27T16:23:49.4364303Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4364701Z with 2022-09-27T16:23:49.4364836Z [ 2022-09-27T16:23:49.4365071Z T=std::vector> 2022-09-27T16:23:49.4365293Z ] 2022-09-27T16:23:49.4365745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4366162Z with 2022-09-27T16:23:49.4366310Z [ 2022-09-27T16:23:49.4366530Z T=std::vector> 2022-09-27T16:23:49.4366755Z ] 2022-09-27T16:23:49.4367209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:23:49.4367924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(482): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:23:49.4368601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4368983Z with 2022-09-27T16:23:49.4369136Z [ 2022-09-27T16:23:49.4369371Z T=std::vector> 2022-09-27T16:23:49.4369582Z ] 2022-09-27T16:23:49.4369962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4370312Z with 2022-09-27T16:23:49.4370466Z [ 2022-09-27T16:23:49.4370667Z T=std::vector> 2022-09-27T16:23:49.4370846Z ] 2022-09-27T16:23:49.4371233Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4371598Z with 2022-09-27T16:23:49.4371751Z [ 2022-09-27T16:23:49.4371948Z T=std::vector> 2022-09-27T16:23:49.4372137Z ] 2022-09-27T16:23:49.4372606Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4373004Z with 2022-09-27T16:23:49.4373154Z [ 2022-09-27T16:23:49.4373354Z T=std::vector> 2022-09-27T16:23:49.4373585Z ] 2022-09-27T16:23:49.4374039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4374458Z with 2022-09-27T16:23:49.4374596Z [ 2022-09-27T16:23:49.4374798Z T=std::vector> 2022-09-27T16:23:49.4374990Z ] 2022-09-27T16:23:49.4375414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:23:49.4376082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(441): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:23:49.4376732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4377110Z with 2022-09-27T16:23:49.4377250Z [ 2022-09-27T16:23:49.4377453Z T=std::vector> 2022-09-27T16:23:49.4377648Z ] 2022-09-27T16:23:49.4378031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4378386Z with 2022-09-27T16:23:49.4378539Z [ 2022-09-27T16:23:49.4378773Z T=std::vector,std::allocator>> 2022-09-27T16:23:49.4379005Z ] 2022-09-27T16:23:49.4379398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4379765Z with 2022-09-27T16:23:49.4379916Z [ 2022-09-27T16:23:49.4380158Z T=std::vector,std::allocator>> 2022-09-27T16:23:49.4380373Z ] 2022-09-27T16:23:49.4380802Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4381199Z with 2022-09-27T16:23:49.4381353Z [ 2022-09-27T16:23:49.4381598Z T=std::vector,std::allocator>> 2022-09-27T16:23:49.4381827Z ] 2022-09-27T16:23:49.4382276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4382704Z with 2022-09-27T16:23:49.4382857Z [ 2022-09-27T16:23:49.4383108Z T=std::vector,std::allocator>> 2022-09-27T16:23:49.4383337Z ] 2022-09-27T16:23:49.4383858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:23:49.4384596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:23:49.4385313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(843): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:23:49.4385945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4386317Z with 2022-09-27T16:23:49.4386470Z [ 2022-09-27T16:23:49.4386721Z T=std::vector,std::allocator>> 2022-09-27T16:23:49.4386954Z ] 2022-09-27T16:23:49.4387335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4387687Z with 2022-09-27T16:23:49.4387825Z [ 2022-09-27T16:23:49.4388069Z T=std::vector,std::allocator>> 2022-09-27T16:23:49.4388294Z ] 2022-09-27T16:23:49.4388691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4389056Z with 2022-09-27T16:23:49.4389208Z [ 2022-09-27T16:23:49.4389433Z T=std::vector,std::allocator>> 2022-09-27T16:23:49.4389653Z ] 2022-09-27T16:23:49.4390083Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4390474Z with 2022-09-27T16:23:49.4390622Z [ 2022-09-27T16:23:49.4390860Z T=std::vector,std::allocator>> 2022-09-27T16:23:49.4391073Z ] 2022-09-27T16:23:49.4391533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4391953Z with 2022-09-27T16:23:49.4392103Z [ 2022-09-27T16:23:49.4392416Z T=std::vector,std::allocator>> 2022-09-27T16:23:49.4392649Z ] 2022-09-27T16:23:49.4393105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:23:49.4393813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:23:49.4394476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(613): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:23:49.4395102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4395482Z with 2022-09-27T16:23:49.4395693Z [ 2022-09-27T16:23:49.4395938Z T=std::vector,std::allocator>> 2022-09-27T16:23:49.4396163Z ] 2022-09-27T16:23:49.4396542Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4397543Z with 2022-09-27T16:23:49.4397694Z [ 2022-09-27T16:23:49.4397905Z T=std::vector> 2022-09-27T16:23:49.4398101Z ] 2022-09-27T16:23:49.4398501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4398862Z with 2022-09-27T16:23:49.4398999Z [ 2022-09-27T16:23:49.4399206Z T=std::vector> 2022-09-27T16:23:49.4399399Z ] 2022-09-27T16:23:49.4399829Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4400228Z with 2022-09-27T16:23:49.4400376Z [ 2022-09-27T16:23:49.4400570Z T=std::vector> 2022-09-27T16:23:49.4400759Z ] 2022-09-27T16:23:49.4401212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4401627Z with 2022-09-27T16:23:49.4401777Z [ 2022-09-27T16:23:49.4401980Z T=std::vector> 2022-09-27T16:23:49.4402161Z ] 2022-09-27T16:23:49.4402591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:23:49.4403262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(726): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:23:49.4403918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4404294Z with 2022-09-27T16:23:49.4404445Z [ 2022-09-27T16:23:49.4404649Z T=std::vector> 2022-09-27T16:23:49.4404829Z ] 2022-09-27T16:23:49.4405213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4405566Z with 2022-09-27T16:23:49.4405717Z [ 2022-09-27T16:23:49.4405949Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:23:49.4406171Z ] 2022-09-27T16:23:49.4406550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4406917Z with 2022-09-27T16:23:49.4407068Z [ 2022-09-27T16:23:49.4407296Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:23:49.4407515Z ] 2022-09-27T16:23:49.4408009Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4408395Z with 2022-09-27T16:23:49.4408546Z [ 2022-09-27T16:23:49.4408781Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:23:49.4408995Z ] 2022-09-27T16:23:49.4409494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4409911Z with 2022-09-27T16:23:49.4410049Z [ 2022-09-27T16:23:49.4410275Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:23:49.4410492Z ] 2022-09-27T16:23:49.4410944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:23:49.4411678Z 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-09-27T16:23:49.4412416Z 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-09-27T16:23:49.4413103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4413489Z with 2022-09-27T16:23:49.4413640Z [ 2022-09-27T16:23:49.4413860Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:23:49.4414079Z ] 2022-09-27T16:23:49.4414460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4414809Z with 2022-09-27T16:23:49.4414959Z [ 2022-09-27T16:23:49.4415189Z T=c10::impl::InlineStreamGuard 2022-09-27T16:23:49.4415396Z ] 2022-09-27T16:23:49.4415792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4416155Z with 2022-09-27T16:23:49.4416303Z [ 2022-09-27T16:23:49.4416529Z T=c10::impl::InlineStreamGuard 2022-09-27T16:23:49.4416747Z ] 2022-09-27T16:23:49.4417168Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4417566Z with 2022-09-27T16:23:49.4417716Z [ 2022-09-27T16:23:49.4417946Z T=c10::impl::InlineStreamGuard 2022-09-27T16:23:49.4418162Z ] 2022-09-27T16:23:49.4418619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4419031Z with 2022-09-27T16:23:49.4419182Z [ 2022-09-27T16:23:49.4419410Z T=c10::impl::InlineStreamGuard 2022-09-27T16:23:49.4419628Z ] 2022-09-27T16:23:49.4420125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:23:49.4420862Z 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-09-27T16:23:49.4421635Z 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-09-27T16:23:49.4422324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4422706Z with 2022-09-27T16:23:49.4422846Z [ 2022-09-27T16:23:49.4423081Z T=c10::impl::InlineStreamGuard 2022-09-27T16:23:49.4423303Z ] 2022-09-27T16:23:49.4423686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4424037Z with 2022-09-27T16:23:49.4424178Z [ 2022-09-27T16:23:49.4424365Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:23:49.4424549Z ] 2022-09-27T16:23:49.4424950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4425315Z with 2022-09-27T16:23:49.4425466Z [ 2022-09-27T16:23:49.4425638Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:23:49.4425820Z ] 2022-09-27T16:23:49.4426253Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4426650Z with 2022-09-27T16:23:49.4426801Z [ 2022-09-27T16:23:49.4426983Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:23:49.4427151Z ] 2022-09-27T16:23:49.4427606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4428031Z with 2022-09-27T16:23:49.4428180Z [ 2022-09-27T16:23:49.4428361Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:23:49.4428540Z ] 2022-09-27T16:23:49.4428949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:49.4429596Z 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-09-27T16:23:49.4429973Z with 2022-09-27T16:23:49.4430126Z [ 2022-09-27T16:23:49.4430311Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:23:49.4430490Z ] 2022-09-27T16:23:49.4430925Z 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-09-27T16:23:49.4431667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4432047Z with 2022-09-27T16:23:49.4432203Z [ 2022-09-27T16:23:49.4432459Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:23:49.4432648Z ] 2022-09-27T16:23:49.4433080Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4433422Z with 2022-09-27T16:23:49.4433586Z [ 2022-09-27T16:23:49.4433909Z T=std::vector> 2022-09-27T16:23:49.4434160Z ] 2022-09-27T16:23:49.4434554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4434919Z with 2022-09-27T16:23:49.4435056Z [ 2022-09-27T16:23:49.4435323Z T=std::vector> 2022-09-27T16:23:49.4435572Z ] 2022-09-27T16:23:49.4436005Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4436405Z with 2022-09-27T16:23:49.4436555Z [ 2022-09-27T16:23:49.4436808Z T=std::vector> 2022-09-27T16:23:49.4437053Z ] 2022-09-27T16:23:49.4437511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4437934Z with 2022-09-27T16:23:49.4438084Z [ 2022-09-27T16:23:49.4438351Z T=std::vector> 2022-09-27T16:23:49.4438594Z ] 2022-09-27T16:23:49.4439073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:23:49.4439854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(843): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:23:49.4440558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4440947Z with 2022-09-27T16:23:49.4441097Z [ 2022-09-27T16:23:49.4441363Z T=std::vector> 2022-09-27T16:23:49.4441611Z ] 2022-09-27T16:23:49.4441988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4442328Z with 2022-09-27T16:23:49.4442478Z [ 2022-09-27T16:23:49.4442657Z T=torch::autograd::ViewInfo 2022-09-27T16:23:49.4442835Z ] 2022-09-27T16:23:49.4443800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4444177Z with 2022-09-27T16:23:49.4444315Z [ 2022-09-27T16:23:49.4444496Z T=torch::autograd::ViewInfo 2022-09-27T16:23:49.4444677Z ] 2022-09-27T16:23:49.4445107Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4445553Z with 2022-09-27T16:23:49.4445701Z [ 2022-09-27T16:23:49.4445869Z T=torch::autograd::ViewInfo 2022-09-27T16:23:49.4446045Z ] 2022-09-27T16:23:49.4446503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4446925Z with 2022-09-27T16:23:49.4447077Z [ 2022-09-27T16:23:49.4447256Z T=torch::autograd::ViewInfo 2022-09-27T16:23:49.4447422Z ] 2022-09-27T16:23:49.4447837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:49.4448496Z 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-09-27T16:23:49.4449145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4449524Z with 2022-09-27T16:23:49.4449677Z [ 2022-09-27T16:23:49.4449855Z T=torch::autograd::ViewInfo 2022-09-27T16:23:49.4450023Z ] 2022-09-27T16:23:49.4450402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4450759Z with 2022-09-27T16:23:49.4450910Z [ 2022-09-27T16:23:49.4451070Z T=c10::IValue 2022-09-27T16:23:49.4451218Z ] 2022-09-27T16:23:49.4451611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4451975Z with 2022-09-27T16:23:49.4452124Z [ 2022-09-27T16:23:49.4452283Z T=c10::IValue 2022-09-27T16:23:49.4452442Z ] 2022-09-27T16:23:49.4452860Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4453250Z with 2022-09-27T16:23:49.4453400Z [ 2022-09-27T16:23:49.4453558Z T=c10::IValue 2022-09-27T16:23:49.4453715Z ] 2022-09-27T16:23:49.4454168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4454580Z with 2022-09-27T16:23:49.4454729Z [ 2022-09-27T16:23:49.4454889Z T=c10::IValue 2022-09-27T16:23:49.4455050Z ] 2022-09-27T16:23:49.4455441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:49.4456112Z 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-09-27T16:23:49.4456750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4457162Z with 2022-09-27T16:23:49.4457314Z [ 2022-09-27T16:23:49.4457476Z T=c10::IValue 2022-09-27T16:23:49.4457636Z ] 2022-09-27T16:23:49.4458014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4458366Z with 2022-09-27T16:23:49.4458503Z [ 2022-09-27T16:23:49.4458669Z T=c10::AliasInfo 2022-09-27T16:23:49.4458832Z ] 2022-09-27T16:23:49.4459223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4459586Z with 2022-09-27T16:23:49.4459722Z [ 2022-09-27T16:23:49.4459884Z T=c10::AliasInfo 2022-09-27T16:23:49.4460082Z ] 2022-09-27T16:23:49.4460561Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4460995Z with 2022-09-27T16:23:49.4461193Z [ 2022-09-27T16:23:49.4461366Z T=c10::AliasInfo 2022-09-27T16:23:49.4461571Z ] 2022-09-27T16:23:49.4462068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4462538Z with 2022-09-27T16:23:49.4462729Z [ 2022-09-27T16:23:49.4462931Z T=c10::AliasInfo 2022-09-27T16:23:49.4463110Z ] 2022-09-27T16:23:49.4463551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:49.4464228Z 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-09-27T16:23:49.4464906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4465329Z with 2022-09-27T16:23:49.4465525Z [ 2022-09-27T16:23:49.4465731Z T=c10::AliasInfo 2022-09-27T16:23:49.4465907Z ] 2022-09-27T16:23:49.4466325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4466721Z with 2022-09-27T16:23:49.4478574Z [ 2022-09-27T16:23:49.4478858Z T=c10::either 2022-09-27T16:23:49.4479082Z ] 2022-09-27T16:23:49.4479492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4479862Z with 2022-09-27T16:23:49.4480004Z [ 2022-09-27T16:23:49.4480230Z T=c10::either 2022-09-27T16:23:49.4480444Z ] 2022-09-27T16:23:49.4481018Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4481411Z with 2022-09-27T16:23:49.4481622Z [ 2022-09-27T16:23:49.4481845Z T=c10::either 2022-09-27T16:23:49.4482054Z ] 2022-09-27T16:23:49.4482525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4482954Z with 2022-09-27T16:23:49.4483097Z [ 2022-09-27T16:23:49.4483318Z T=c10::either 2022-09-27T16:23:49.4483531Z ] 2022-09-27T16:23:49.4483983Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:23:49.4484707Z 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-09-27T16:23:49.4485417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4485799Z with 2022-09-27T16:23:49.4485956Z [ 2022-09-27T16:23:49.4486168Z T=c10::either 2022-09-27T16:23:49.4486381Z ] 2022-09-27T16:23:49.4486769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4487126Z with 2022-09-27T16:23:49.4487281Z [ 2022-09-27T16:23:49.4487447Z T=at::StepCallbacks 2022-09-27T16:23:49.4487623Z ] 2022-09-27T16:23:49.4488020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4488394Z with 2022-09-27T16:23:49.4488548Z [ 2022-09-27T16:23:49.4488724Z T=at::StepCallbacks 2022-09-27T16:23:49.4488882Z ] 2022-09-27T16:23:49.4489320Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4489724Z with 2022-09-27T16:23:49.4489876Z [ 2022-09-27T16:23:49.4490075Z T=at::StepCallbacks 2022-09-27T16:23:49.4490335Z ] 2022-09-27T16:23:49.4491098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4491609Z with 2022-09-27T16:23:49.4491765Z [ 2022-09-27T16:23:49.4491992Z T=at::StepCallbacks 2022-09-27T16:23:49.4492166Z ] 2022-09-27T16:23:49.4492583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:49.4493357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:23:49.4494012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4494449Z with 2022-09-27T16:23:49.4494607Z [ 2022-09-27T16:23:49.4494786Z T=at::StepCallbacks 2022-09-27T16:23:49.4494962Z ] 2022-09-27T16:23:49.4495346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4495695Z with 2022-09-27T16:23:49.4495849Z [ 2022-09-27T16:23:49.4496017Z T=c10::DimVector 2022-09-27T16:23:49.4496184Z ] 2022-09-27T16:23:49.4496585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4496952Z with 2022-09-27T16:23:49.4497092Z [ 2022-09-27T16:23:49.4497260Z T=c10::DimVector 2022-09-27T16:23:49.4497429Z ] 2022-09-27T16:23:49.4497865Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4498304Z with 2022-09-27T16:23:49.4498444Z [ 2022-09-27T16:23:49.4498614Z T=c10::DimVector 2022-09-27T16:23:49.4498781Z ] 2022-09-27T16:23:49.4499245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4499666Z with 2022-09-27T16:23:49.4499818Z [ 2022-09-27T16:23:49.4499973Z T=c10::DimVector 2022-09-27T16:23:49.4500135Z ] 2022-09-27T16:23:49.4500538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:49.4501167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:23:49.4501798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4502185Z with 2022-09-27T16:23:49.4502340Z [ 2022-09-27T16:23:49.4502497Z T=c10::DimVector 2022-09-27T16:23:49.4502664Z ] 2022-09-27T16:23:49.4503048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4503398Z with 2022-09-27T16:23:49.4503553Z [ 2022-09-27T16:23:49.4503740Z T=c10::impl::AnnotatedSchema 2022-09-27T16:23:49.4503908Z ] 2022-09-27T16:23:49.4504328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4504698Z with 2022-09-27T16:23:49.4504850Z [ 2022-09-27T16:23:49.4505070Z T=c10::impl::AnnotatedSchema 2022-09-27T16:23:49.4505240Z ] 2022-09-27T16:23:49.4505736Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4506141Z with 2022-09-27T16:23:49.4506294Z [ 2022-09-27T16:23:49.4506477Z T=c10::impl::AnnotatedSchema 2022-09-27T16:23:49.4506708Z ] 2022-09-27T16:23:49.4507156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4507582Z with 2022-09-27T16:23:49.4507740Z [ 2022-09-27T16:23:49.4507924Z T=c10::impl::AnnotatedSchema 2022-09-27T16:23:49.4508107Z ] 2022-09-27T16:23:49.4508531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:49.4509205Z 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-09-27T16:23:49.4509882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4510256Z with 2022-09-27T16:23:49.4510411Z [ 2022-09-27T16:23:49.4510599Z T=c10::impl::AnnotatedSchema 2022-09-27T16:23:49.4510784Z ] 2022-09-27T16:23:49.4511167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4511526Z with 2022-09-27T16:23:49.4511666Z [ 2022-09-27T16:23:49.4511892Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:23:49.4512106Z ] 2022-09-27T16:23:49.4512585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4512954Z with 2022-09-27T16:23:49.4513094Z [ 2022-09-27T16:23:49.4513321Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:23:49.4513530Z ] 2022-09-27T16:23:49.4513964Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4514365Z with 2022-09-27T16:23:49.4514516Z [ 2022-09-27T16:23:49.4514728Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:23:49.4514941Z ] 2022-09-27T16:23:49.4515402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4515828Z with 2022-09-27T16:23:49.4515982Z [ 2022-09-27T16:23:49.4516203Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:23:49.4516400Z ] 2022-09-27T16:23:49.4516847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:49.4517630Z 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-09-27T16:23:49.4518328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4518764Z with 2022-09-27T16:23:49.4518920Z [ 2022-09-27T16:23:49.4519149Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:23:49.4519366Z ] 2022-09-27T16:23:49.4519730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4520089Z with 2022-09-27T16:23:49.4520243Z [ 2022-09-27T16:23:49.4520444Z T=std::tuple 2022-09-27T16:23:49.4520641Z ] 2022-09-27T16:23:49.4521042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4521400Z with 2022-09-27T16:23:49.4521554Z [ 2022-09-27T16:23:49.4521756Z T=std::tuple 2022-09-27T16:23:49.4521956Z ] 2022-09-27T16:23:49.4522388Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4522791Z with 2022-09-27T16:23:49.4522931Z [ 2022-09-27T16:23:49.4523130Z T=std::tuple 2022-09-27T16:23:49.4523322Z ] 2022-09-27T16:23:49.4523782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4524205Z with 2022-09-27T16:23:49.4524358Z [ 2022-09-27T16:23:49.4524545Z T=std::tuple 2022-09-27T16:23:49.4524741Z ] 2022-09-27T16:23:49.4525169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:23:49.4525860Z 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-09-27T16:23:49.4526528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4526916Z with 2022-09-27T16:23:49.4527071Z [ 2022-09-27T16:23:49.4527260Z T=std::tuple 2022-09-27T16:23:49.4527456Z ] 2022-09-27T16:23:49.4527836Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4528192Z with 2022-09-27T16:23:49.4528344Z [ 2022-09-27T16:23:49.4528531Z T=torch::jit::SourceRange 2022-09-27T16:23:49.4528696Z ] 2022-09-27T16:23:49.4529092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4529457Z with 2022-09-27T16:23:49.4529611Z [ 2022-09-27T16:23:49.4529835Z T=torch::jit::SourceRange 2022-09-27T16:23:49.4530015Z ] 2022-09-27T16:23:49.4530435Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4530879Z with 2022-09-27T16:23:49.4531034Z [ 2022-09-27T16:23:49.4531211Z T=torch::jit::SourceRange 2022-09-27T16:23:49.4531388Z ] 2022-09-27T16:23:49.4531843Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4532250Z with 2022-09-27T16:23:49.4532406Z [ 2022-09-27T16:23:49.4532588Z T=torch::jit::SourceRange 2022-09-27T16:23:49.4532763Z ] 2022-09-27T16:23:49.4533186Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:49.4533852Z 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-09-27T16:23:49.4534518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4534889Z with 2022-09-27T16:23:49.4535045Z [ 2022-09-27T16:23:49.4535225Z T=torch::jit::SourceRange 2022-09-27T16:23:49.4535405Z ] 2022-09-27T16:23:49.4535792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4536147Z with 2022-09-27T16:23:49.4536290Z [ 2022-09-27T16:23:49.4536489Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:23:49.4536686Z ] 2022-09-27T16:23:49.4537085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4537450Z with 2022-09-27T16:23:49.4537593Z [ 2022-09-27T16:23:49.4537793Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:23:49.4537984Z ] 2022-09-27T16:23:49.4538417Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4538820Z with 2022-09-27T16:23:49.4538975Z [ 2022-09-27T16:23:49.4539159Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:23:49.4539360Z ] 2022-09-27T16:23:49.4539823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4540250Z with 2022-09-27T16:23:49.4540403Z [ 2022-09-27T16:23:49.4540603Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:23:49.4540782Z ] 2022-09-27T16:23:49.4541218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:49.4541934Z 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-09-27T16:23:49.4542598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4543019Z with 2022-09-27T16:23:49.4543173Z [ 2022-09-27T16:23:49.4543370Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:23:49.4543548Z ] 2022-09-27T16:23:49.4543931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4544284Z with 2022-09-27T16:23:49.4544438Z [ 2022-09-27T16:23:49.4544632Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:23:49.4544826Z ] 2022-09-27T16:23:49.4545212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4545584Z with 2022-09-27T16:23:49.4545735Z [ 2022-09-27T16:23:49.4545933Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:23:49.4546121Z ] 2022-09-27T16:23:49.4546555Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4546943Z with 2022-09-27T16:23:49.4547099Z [ 2022-09-27T16:23:49.4547294Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:23:49.4547483Z ] 2022-09-27T16:23:49.4547940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4548363Z with 2022-09-27T16:23:49.4548503Z [ 2022-09-27T16:23:49.4548697Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:23:49.4548887Z ] 2022-09-27T16:23:49.4549311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:49.4549978Z 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-09-27T16:23:49.4550636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4551027Z with 2022-09-27T16:23:49.4551169Z [ 2022-09-27T16:23:49.4551363Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:23:49.4551555Z ] 2022-09-27T16:23:49.4551938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4552293Z with 2022-09-27T16:23:49.4552534Z [ 2022-09-27T16:23:49.4552701Z T=torch::jit::ScopePtr 2022-09-27T16:23:49.4552875Z ] 2022-09-27T16:23:49.4553274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4553638Z with 2022-09-27T16:23:49.4553790Z [ 2022-09-27T16:23:49.4554023Z T=torch::jit::ScopePtr 2022-09-27T16:23:49.4554186Z ] 2022-09-27T16:23:49.4554619Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4555057Z with 2022-09-27T16:23:49.4555212Z [ 2022-09-27T16:23:49.4555390Z T=torch::jit::ScopePtr 2022-09-27T16:23:49.4555562Z ] 2022-09-27T16:23:49.4556010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4556442Z with 2022-09-27T16:23:49.4556597Z [ 2022-09-27T16:23:49.4556771Z T=torch::jit::ScopePtr 2022-09-27T16:23:49.4556941Z ] 2022-09-27T16:23:49.4557358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:49.4557994Z 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-09-27T16:23:49.4558638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4559018Z with 2022-09-27T16:23:49.4559172Z [ 2022-09-27T16:23:49.4559355Z T=torch::jit::ScopePtr 2022-09-27T16:23:49.4559528Z ] 2022-09-27T16:23:49.4559907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4560251Z with 2022-09-27T16:23:49.4560405Z [ 2022-09-27T16:23:49.4560586Z T=at::ThreadLocalState 2022-09-27T16:23:49.4560764Z ] 2022-09-27T16:23:49.4561164Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4561534Z with 2022-09-27T16:23:49.4561676Z [ 2022-09-27T16:23:49.4561857Z T=at::ThreadLocalState 2022-09-27T16:23:49.4562035Z ] 2022-09-27T16:23:49.4562474Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4562875Z with 2022-09-27T16:23:49.4563015Z [ 2022-09-27T16:23:49.4563195Z T=at::ThreadLocalState 2022-09-27T16:23:49.4563371Z ] 2022-09-27T16:23:49.4563831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4564259Z with 2022-09-27T16:23:49.4564412Z [ 2022-09-27T16:23:49.4564581Z T=at::ThreadLocalState 2022-09-27T16:23:49.4564760Z ] 2022-09-27T16:23:49.4565175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:49.4565890Z 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-09-27T16:23:49.4566554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4566978Z with 2022-09-27T16:23:49.4567135Z [ 2022-09-27T16:23:49.4567302Z T=at::ThreadLocalState 2022-09-27T16:23:49.4567481Z ] 2022-09-27T16:23:49.4567868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4568224Z with 2022-09-27T16:23:49.4568379Z [ 2022-09-27T16:23:49.4568580Z T=std::shared_ptr 2022-09-27T16:23:49.4568755Z ] 2022-09-27T16:23:49.4569156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4569524Z with 2022-09-27T16:23:49.4569678Z [ 2022-09-27T16:23:49.4569875Z T=std::shared_ptr 2022-09-27T16:23:49.4570063Z ] 2022-09-27T16:23:49.4570486Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4570885Z with 2022-09-27T16:23:49.4571040Z [ 2022-09-27T16:23:49.4571237Z T=std::shared_ptr 2022-09-27T16:23:49.4571426Z ] 2022-09-27T16:23:49.4571890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4572305Z with 2022-09-27T16:23:49.4572461Z [ 2022-09-27T16:23:49.4572656Z T=std::shared_ptr 2022-09-27T16:23:49.4572845Z ] 2022-09-27T16:23:49.4573266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:23:49.4573920Z 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-09-27T16:23:49.4574604Z 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-09-27T16:23:49.4575285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4575667Z with 2022-09-27T16:23:49.4575828Z [ 2022-09-27T16:23:49.4576028Z T=std::shared_ptr 2022-09-27T16:23:49.4576221Z ] 2022-09-27T16:23:49.4576605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4576962Z with 2022-09-27T16:23:49.4577104Z [ 2022-09-27T16:23:49.4577289Z T=torch::jit::GraphExecutor 2022-09-27T16:23:49.4577475Z ] 2022-09-27T16:23:49.4577912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4578283Z with 2022-09-27T16:23:49.4578436Z [ 2022-09-27T16:23:49.4578607Z T=torch::jit::GraphExecutor 2022-09-27T16:23:49.4578789Z ] 2022-09-27T16:23:49.4579227Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4579665Z with 2022-09-27T16:23:49.4579817Z [ 2022-09-27T16:23:49.4579988Z T=torch::jit::GraphExecutor 2022-09-27T16:23:49.4580172Z ] 2022-09-27T16:23:49.4580638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4581065Z with 2022-09-27T16:23:49.4581219Z [ 2022-09-27T16:23:49.4581400Z T=torch::jit::GraphExecutor 2022-09-27T16:23:49.4581568Z ] 2022-09-27T16:23:49.4581984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:49.4582683Z 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-09-27T16:23:49.4583354Z 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-09-27T16:23:49.4584077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4584471Z with 2022-09-27T16:23:49.4584625Z [ 2022-09-27T16:23:49.4584808Z T=torch::jit::GraphExecutor 2022-09-27T16:23:49.4584981Z ] 2022-09-27T16:23:49.4585360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4585719Z with 2022-09-27T16:23:49.4585873Z [ 2022-09-27T16:23:49.4586046Z T=torch::jit::Method 2022-09-27T16:23:49.4586220Z ] 2022-09-27T16:23:49.4586605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4586974Z with 2022-09-27T16:23:49.4587128Z [ 2022-09-27T16:23:49.4587299Z T=torch::jit::Method 2022-09-27T16:23:49.4587468Z ] 2022-09-27T16:23:49.4587904Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4588297Z with 2022-09-27T16:23:49.4588452Z [ 2022-09-27T16:23:49.4588622Z T=torch::jit::Method 2022-09-27T16:23:49.4588792Z ] 2022-09-27T16:23:49.4589250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4589668Z with 2022-09-27T16:23:49.4589809Z [ 2022-09-27T16:23:49.4590037Z T=torch::jit::Method 2022-09-27T16:23:49.4590209Z ] 2022-09-27T16:23:49.4590611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:49.4591239Z 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-09-27T16:23:49.4591928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4592383Z with 2022-09-27T16:23:49.4592529Z [ 2022-09-27T16:23:49.4592701Z T=torch::jit::Method 2022-09-27T16:23:49.4592873Z ] 2022-09-27T16:23:49.4593260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4593614Z with 2022-09-27T16:23:49.4593757Z [ 2022-09-27T16:23:49.4593978Z T=std::vector> 2022-09-27T16:23:49.4594191Z ] 2022-09-27T16:23:49.4594586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4594956Z with 2022-09-27T16:23:49.4595112Z [ 2022-09-27T16:23:49.4595318Z T=std::vector> 2022-09-27T16:23:49.4595528Z ] 2022-09-27T16:23:49.4595964Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4596367Z with 2022-09-27T16:23:49.4596523Z [ 2022-09-27T16:23:49.4596745Z T=std::vector> 2022-09-27T16:23:49.4596939Z ] 2022-09-27T16:23:49.4597397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4597824Z with 2022-09-27T16:23:49.4597976Z [ 2022-09-27T16:23:49.4598196Z T=std::vector> 2022-09-27T16:23:49.4598404Z ] 2022-09-27T16:23:49.4598835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:23:49.4599535Z 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-09-27T16:23:49.4600210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4600591Z with 2022-09-27T16:23:49.4600744Z [ 2022-09-27T16:23:49.4600964Z T=std::vector> 2022-09-27T16:23:49.4601176Z ] 2022-09-27T16:23:49.4601554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4601939Z with 2022-09-27T16:23:49.4602097Z [ 2022-09-27T16:23:49.4602345Z T=std::function 2022-09-27T16:23:49.4602578Z ] 2022-09-27T16:23:49.4602974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4604040Z with 2022-09-27T16:23:49.4604183Z [ 2022-09-27T16:23:49.4604434Z T=std::function 2022-09-27T16:23:49.4604668Z ] 2022-09-27T16:23:49.4605106Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4605509Z with 2022-09-27T16:23:49.4605672Z [ 2022-09-27T16:23:49.4605908Z T=std::function 2022-09-27T16:23:49.4606142Z ] 2022-09-27T16:23:49.4606604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4607034Z with 2022-09-27T16:23:49.4607188Z [ 2022-09-27T16:23:49.4607439Z T=std::function 2022-09-27T16:23:49.4607675Z ] 2022-09-27T16:23:49.4608132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:23:49.4608895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:23:49.4609615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4610003Z with 2022-09-27T16:23:49.4610159Z [ 2022-09-27T16:23:49.4610407Z T=std::function 2022-09-27T16:23:49.4610643Z ] 2022-09-27T16:23:49.4611015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4611372Z with 2022-09-27T16:23:49.4611528Z [ 2022-09-27T16:23:49.4611797Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:23:49.4612288Z ] 2022-09-27T16:23:49.4612706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4613077Z with 2022-09-27T16:23:49.4613218Z [ 2022-09-27T16:23:49.4613487Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:23:49.4613743Z ] 2022-09-27T16:23:49.4614221Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4614626Z with 2022-09-27T16:23:49.4614782Z [ 2022-09-27T16:23:49.4615115Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:23:49.4615371Z ] 2022-09-27T16:23:49.4615833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4616309Z with 2022-09-27T16:23:49.4616463Z [ 2022-09-27T16:23:49.4616732Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:23:49.4616972Z ] 2022-09-27T16:23:49.4617459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:23:49.4618280Z 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-09-27T16:23:49.4619031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4619419Z with 2022-09-27T16:23:49.4619576Z [ 2022-09-27T16:23:49.4619848Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:23:49.4620105Z ] 2022-09-27T16:23:49.4620474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4620833Z with 2022-09-27T16:23:49.4620988Z [ 2022-09-27T16:23:49.4621204Z T=std::vector> 2022-09-27T16:23:49.4621407Z ] 2022-09-27T16:23:49.4621806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4622170Z with 2022-09-27T16:23:49.4622325Z [ 2022-09-27T16:23:49.4622536Z T=std::vector> 2022-09-27T16:23:49.4622738Z ] 2022-09-27T16:23:49.4623088Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4623153Z with 2022-09-27T16:23:49.4623214Z [ 2022-09-27T16:23:49.4623335Z T=std::vector> 2022-09-27T16:23:49.4623398Z ] 2022-09-27T16:23:49.4623758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4623826Z with 2022-09-27T16:23:49.4623886Z [ 2022-09-27T16:23:49.4624007Z T=std::vector> 2022-09-27T16:23:49.4624068Z ] 2022-09-27T16:23:49.4624400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:23:49.4624464Z with 2022-09-27T16:23:49.4624524Z [ 2022-09-27T16:23:49.4624594Z T=double 2022-09-27T16:23:49.4624654Z ] 2022-09-27T16:23:49.4625071Z 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-09-27T16:23:49.4625136Z with 2022-09-27T16:23:49.4625197Z [ 2022-09-27T16:23:49.4625267Z T=double 2022-09-27T16:23:49.4625368Z ] 2022-09-27T16:23:49.4625693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4625743Z with 2022-09-27T16:23:49.4625803Z [ 2022-09-27T16:23:49.4625923Z T=std::vector> 2022-09-27T16:23:49.4625981Z ] 2022-09-27T16:23:49.4626274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4626336Z with 2022-09-27T16:23:49.4626395Z [ 2022-09-27T16:23:49.4626502Z T=std::tuple 2022-09-27T16:23:49.4626562Z ] 2022-09-27T16:23:49.4626870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4626934Z with 2022-09-27T16:23:49.4626995Z [ 2022-09-27T16:23:49.4627102Z T=std::tuple 2022-09-27T16:23:49.4627164Z ] 2022-09-27T16:23:49.4627509Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4627572Z with 2022-09-27T16:23:49.4627620Z [ 2022-09-27T16:23:49.4627729Z T=std::tuple 2022-09-27T16:23:49.4627790Z ] 2022-09-27T16:23:49.4628158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4628223Z with 2022-09-27T16:23:49.4628283Z [ 2022-09-27T16:23:49.4628388Z T=std::tuple 2022-09-27T16:23:49.4628446Z ] 2022-09-27T16:23:49.4628779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:23:49.4629150Z 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-09-27T16:23:49.4629478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4629546Z with 2022-09-27T16:23:49.4629606Z [ 2022-09-27T16:23:49.4629712Z T=std::tuple 2022-09-27T16:23:49.4629774Z ] 2022-09-27T16:23:49.4630069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4630132Z with 2022-09-27T16:23:49.4630182Z [ 2022-09-27T16:23:49.4630312Z T=std::vector> 2022-09-27T16:23:49.4630373Z ] 2022-09-27T16:23:49.4630720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:23:49.4630788Z with 2022-09-27T16:23:49.4630848Z [ 2022-09-27T16:23:49.4630978Z T=std::vector> 2022-09-27T16:23:49.4631075Z ] 2022-09-27T16:23:49.4631416Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:23:49.4631480Z with 2022-09-27T16:23:49.4631540Z [ 2022-09-27T16:23:49.4631669Z T=std::vector> 2022-09-27T16:23:49.4631729Z ] 2022-09-27T16:23:49.4632099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:23:49.4632163Z with 2022-09-27T16:23:49.4632222Z [ 2022-09-27T16:23:49.4632430Z T=std::vector> 2022-09-27T16:23:49.4632481Z ] 2022-09-27T16:23:49.4632832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:23:49.4633214Z 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-09-27T16:23:49.4633545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:23:49.4633609Z with 2022-09-27T16:23:49.4633671Z [ 2022-09-27T16:23:49.4633799Z T=std::vector> 2022-09-27T16:23:49.4633860Z ] 2022-09-27T16:23:49.5491655Z [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-09-27T16:23:49.5491833Z Creating library is_python_module.lib and object is_python_module.exp 2022-09-27T16:23:49.5510543Z Loading extension module is_python_module... 2022-09-27T16:23:49.5684936Z 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-09-27T16:23:49.5685027Z warnings.warn( 2022-09-27T16:23:49.5685700Z 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-09-27T16:23:49.5685802Z warnings.warn( 2022-09-27T16:23:49.5711138Z 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-09-27T16:23:49.5711220Z warnings.warn( 2022-09-27T16:23:49.5712550Z 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-09-27T16:23:49.5712644Z warnings.warn( 2022-09-27T16:23:49.5810910Z ok (11.163s) 2022-09-27T16:23:49.5819931Z test_half_support (__main__.TestCppExtensionJIT) 2022-09-27T16:23:49.5820748Z Checks for an issue with operator< ambiguity for half when certain ... skip: Temporarily disabled (0.000s) 2022-09-27T16:23:49.5830948Z test_inline_jit_compile_custom_op_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.000s) 2022-09-27T16:23:49.5841588Z test_inline_jit_compile_extension_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.000s) 2022-09-27T16:23:49.5857602Z 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-09-27T16:23:49.5857901Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\inline_jit_extension... 2022-09-27T16:23:49.5967182Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\inline_jit_extension\build.ninja... 2022-09-27T16:23:49.7498076Z Building extension module inline_jit_extension... 2022-09-27T16:23:49.7498466Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-09-27T16:24:00.4811447Z [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-09-27T16:24:00.4812612Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-09-27T16:24:00.4812909Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-09-27T16:24:00.4813077Z 2022-09-27T16:24:00.4813384Z 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-09-27T16:24:00.4814013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4814380Z with 2022-09-27T16:24:00.4814534Z [ 2022-09-27T16:24:00.4814694Z T=c10::SymInt 2022-09-27T16:24:00.4814855Z ] 2022-09-27T16:24:00.4815262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.4815636Z with 2022-09-27T16:24:00.4815787Z [ 2022-09-27T16:24:00.4815943Z T=c10::SymInt 2022-09-27T16:24:00.4816100Z ] 2022-09-27T16:24:00.4816537Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.4816939Z with 2022-09-27T16:24:00.4817093Z [ 2022-09-27T16:24:00.4817251Z T=c10::SymInt 2022-09-27T16:24:00.4817398Z ] 2022-09-27T16:24:00.4818024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.4818458Z with 2022-09-27T16:24:00.4818687Z [ 2022-09-27T16:24:00.4818851Z T=c10::SymInt 2022-09-27T16:24:00.4819008Z ] 2022-09-27T16:24:00.4819396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:00.4820031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1514): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:00.4820663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4821045Z with 2022-09-27T16:24:00.4821197Z [ 2022-09-27T16:24:00.4821359Z T=c10::SymInt 2022-09-27T16:24:00.4821516Z ] 2022-09-27T16:24:00.4821872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2533): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-09-27T16:24:00.4822459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4822812Z with 2022-09-27T16:24:00.4822967Z [ 2022-09-27T16:24:00.4823141Z T=at::TensorBase 2022-09-27T16:24:00.4823311Z ] 2022-09-27T16:24:00.4823692Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.4824058Z with 2022-09-27T16:24:00.4824212Z [ 2022-09-27T16:24:00.4824377Z T=at::TensorBase 2022-09-27T16:24:00.4824541Z ] 2022-09-27T16:24:00.4824976Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.4825375Z with 2022-09-27T16:24:00.4825514Z [ 2022-09-27T16:24:00.4825678Z T=at::TensorBase 2022-09-27T16:24:00.4825842Z ] 2022-09-27T16:24:00.4826297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.4826716Z with 2022-09-27T16:24:00.4826852Z [ 2022-09-27T16:24:00.4827014Z T=at::TensorBase 2022-09-27T16:24:00.4827176Z ] 2022-09-27T16:24:00.4827577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:00.4828206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(921): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:00.4828838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4829216Z with 2022-09-27T16:24:00.4829353Z [ 2022-09-27T16:24:00.4829571Z T=at::TensorBase 2022-09-27T16:24:00.4829738Z ] 2022-09-27T16:24:00.4830182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4830537Z with 2022-09-27T16:24:00.4830739Z [ 2022-09-27T16:24:00.4830890Z T=at::Tensor 2022-09-27T16:24:00.4831049Z ] 2022-09-27T16:24:00.4831444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.4831806Z with 2022-09-27T16:24:00.4831956Z [ 2022-09-27T16:24:00.4832109Z T=at::Tensor 2022-09-27T16:24:00.4832269Z ] 2022-09-27T16:24:00.4832700Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.4833159Z with 2022-09-27T16:24:00.4833311Z [ 2022-09-27T16:24:00.4833470Z T=at::Tensor 2022-09-27T16:24:00.4833616Z ] 2022-09-27T16:24:00.4834072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.4834498Z with 2022-09-27T16:24:00.4834652Z [ 2022-09-27T16:24:00.4834814Z T=at::Tensor 2022-09-27T16:24:00.4834973Z ] 2022-09-27T16:24:00.4835358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:00.4835970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(510): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:00.4836596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4836977Z with 2022-09-27T16:24:00.4837126Z [ 2022-09-27T16:24:00.4837289Z T=at::Tensor 2022-09-27T16:24:00.4837446Z ] 2022-09-27T16:24:00.4837810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4838156Z with 2022-09-27T16:24:00.4838303Z [ 2022-09-27T16:24:00.4838466Z T=at::Generator 2022-09-27T16:24:00.4838629Z ] 2022-09-27T16:24:00.4839018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.4839370Z with 2022-09-27T16:24:00.4839519Z [ 2022-09-27T16:24:00.4839680Z T=at::Generator 2022-09-27T16:24:00.4839842Z ] 2022-09-27T16:24:00.4840267Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.4840664Z with 2022-09-27T16:24:00.4840801Z [ 2022-09-27T16:24:00.4840961Z T=at::Generator 2022-09-27T16:24:00.4841122Z ] 2022-09-27T16:24:00.4841634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.4842057Z with 2022-09-27T16:24:00.4842197Z [ 2022-09-27T16:24:00.4842362Z T=at::Generator 2022-09-27T16:24:00.4842529Z ] 2022-09-27T16:24:00.4842930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:00.4843593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(587): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:00.4844222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4844602Z with 2022-09-27T16:24:00.4844741Z [ 2022-09-27T16:24:00.4844909Z T=at::Generator 2022-09-27T16:24:00.4845073Z ] 2022-09-27T16:24:00.4845452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4845805Z with 2022-09-27T16:24:00.4845953Z [ 2022-09-27T16:24:00.4846106Z T=std::string 2022-09-27T16:24:00.4846266Z ] 2022-09-27T16:24:00.4846656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.4847023Z with 2022-09-27T16:24:00.4847172Z [ 2022-09-27T16:24:00.4847320Z T=std::string 2022-09-27T16:24:00.4847480Z ] 2022-09-27T16:24:00.4847909Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.4848302Z with 2022-09-27T16:24:00.4848450Z [ 2022-09-27T16:24:00.4848609Z T=std::string 2022-09-27T16:24:00.4848757Z ] 2022-09-27T16:24:00.4849212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.4849633Z with 2022-09-27T16:24:00.4849780Z [ 2022-09-27T16:24:00.4849938Z T=std::string 2022-09-27T16:24:00.4850097Z ] 2022-09-27T16:24:00.4850482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:00.4851096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(448): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:00.4851723Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4852107Z with 2022-09-27T16:24:00.4852259Z [ 2022-09-27T16:24:00.4852418Z T=std::string 2022-09-27T16:24:00.4852578Z ] 2022-09-27T16:24:00.4852941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4853626Z with 2022-09-27T16:24:00.4853777Z [ 2022-09-27T16:24:00.4854009Z T=c10::QualifiedName 2022-09-27T16:24:00.4854184Z ] 2022-09-27T16:24:00.4854575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.4854975Z with 2022-09-27T16:24:00.4855128Z [ 2022-09-27T16:24:00.4855305Z T=c10::QualifiedName 2022-09-27T16:24:00.4855476Z ] 2022-09-27T16:24:00.4855905Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.4856302Z with 2022-09-27T16:24:00.4856439Z [ 2022-09-27T16:24:00.4856614Z T=c10::QualifiedName 2022-09-27T16:24:00.4856781Z ] 2022-09-27T16:24:00.4857240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.4857664Z with 2022-09-27T16:24:00.4857813Z [ 2022-09-27T16:24:00.4857972Z T=c10::QualifiedName 2022-09-27T16:24:00.4858141Z ] 2022-09-27T16:24:00.4858551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:00.4859179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(696): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:00.4859818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4860201Z with 2022-09-27T16:24:00.4860351Z [ 2022-09-27T16:24:00.4860512Z T=c10::QualifiedName 2022-09-27T16:24:00.4860686Z ] 2022-09-27T16:24:00.4861065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4861418Z with 2022-09-27T16:24:00.4861567Z [ 2022-09-27T16:24:00.4861769Z T=std::shared_ptr 2022-09-27T16:24:00.4861973Z ] 2022-09-27T16:24:00.4862369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.4862728Z with 2022-09-27T16:24:00.4862877Z [ 2022-09-27T16:24:00.4863084Z T=std::shared_ptr 2022-09-27T16:24:00.4863283Z ] 2022-09-27T16:24:00.4863715Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.4864112Z with 2022-09-27T16:24:00.4864248Z [ 2022-09-27T16:24:00.4864462Z T=std::shared_ptr 2022-09-27T16:24:00.4864660Z ] 2022-09-27T16:24:00.4865115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.4865535Z with 2022-09-27T16:24:00.4865683Z [ 2022-09-27T16:24:00.4865929Z T=std::shared_ptr 2022-09-27T16:24:00.4866132Z ] 2022-09-27T16:24:00.4866568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:00.4867294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1340): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:24:00.4867957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4868335Z with 2022-09-27T16:24:00.4868487Z [ 2022-09-27T16:24:00.4868686Z T=std::shared_ptr 2022-09-27T16:24:00.4868888Z ] 2022-09-27T16:24:00.4869269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4869616Z with 2022-09-27T16:24:00.4869772Z [ 2022-09-27T16:24:00.4869979Z T=std::weak_ptr 2022-09-27T16:24:00.4870162Z ] 2022-09-27T16:24:00.4870552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.4870918Z with 2022-09-27T16:24:00.4871067Z [ 2022-09-27T16:24:00.4871273Z T=std::weak_ptr 2022-09-27T16:24:00.4871465Z ] 2022-09-27T16:24:00.4871885Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.4872284Z with 2022-09-27T16:24:00.4872435Z [ 2022-09-27T16:24:00.4872640Z T=std::weak_ptr 2022-09-27T16:24:00.4872837Z ] 2022-09-27T16:24:00.4873370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.4873777Z with 2022-09-27T16:24:00.4873929Z [ 2022-09-27T16:24:00.4874137Z T=std::weak_ptr 2022-09-27T16:24:00.4874336Z ] 2022-09-27T16:24:00.4874771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:00.4875447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1341): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:24:00.4876105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4876481Z with 2022-09-27T16:24:00.4876619Z [ 2022-09-27T16:24:00.4876831Z T=std::weak_ptr 2022-09-27T16:24:00.4877027Z ] 2022-09-27T16:24:00.4877406Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4877818Z with 2022-09-27T16:24:00.4877962Z [ 2022-09-27T16:24:00.4878202Z T=std::vector> 2022-09-27T16:24:00.4878425Z ] 2022-09-27T16:24:00.4878825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.4879238Z with 2022-09-27T16:24:00.4879390Z [ 2022-09-27T16:24:00.4879613Z T=std::vector> 2022-09-27T16:24:00.4879832Z ] 2022-09-27T16:24:00.4880266Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.4880664Z with 2022-09-27T16:24:00.4880814Z [ 2022-09-27T16:24:00.4881051Z T=std::vector> 2022-09-27T16:24:00.4881261Z ] 2022-09-27T16:24:00.4881723Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.4882149Z with 2022-09-27T16:24:00.4882299Z [ 2022-09-27T16:24:00.4882535Z T=std::vector> 2022-09-27T16:24:00.4882757Z ] 2022-09-27T16:24:00.4883199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:00.4883919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(482): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:24:00.4884593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4884979Z with 2022-09-27T16:24:00.4885132Z [ 2022-09-27T16:24:00.4885372Z T=std::vector> 2022-09-27T16:24:00.4885595Z ] 2022-09-27T16:24:00.4885974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4886311Z with 2022-09-27T16:24:00.4886463Z [ 2022-09-27T16:24:00.4886667Z T=std::vector> 2022-09-27T16:24:00.4886862Z ] 2022-09-27T16:24:00.4887252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.4887623Z with 2022-09-27T16:24:00.4887761Z [ 2022-09-27T16:24:00.4887961Z T=std::vector> 2022-09-27T16:24:00.4888157Z ] 2022-09-27T16:24:00.4888589Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.4888988Z with 2022-09-27T16:24:00.4889136Z [ 2022-09-27T16:24:00.4889326Z T=std::vector> 2022-09-27T16:24:00.4889515Z ] 2022-09-27T16:24:00.4890020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.4890445Z with 2022-09-27T16:24:00.4890594Z [ 2022-09-27T16:24:00.4890836Z T=std::vector> 2022-09-27T16:24:00.4891017Z ] 2022-09-27T16:24:00.4891444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:00.4892108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(441): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:24:00.4892753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4893138Z with 2022-09-27T16:24:00.4893293Z [ 2022-09-27T16:24:00.4893496Z T=std::vector> 2022-09-27T16:24:00.4893680Z ] 2022-09-27T16:24:00.4894065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4894416Z with 2022-09-27T16:24:00.4894567Z [ 2022-09-27T16:24:00.4894813Z T=std::vector,std::allocator>> 2022-09-27T16:24:00.4895042Z ] 2022-09-27T16:24:00.4895426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.4895791Z with 2022-09-27T16:24:00.4895943Z [ 2022-09-27T16:24:00.4896187Z T=std::vector,std::allocator>> 2022-09-27T16:24:00.4896412Z ] 2022-09-27T16:24:00.4896846Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.4897241Z with 2022-09-27T16:24:00.4897380Z [ 2022-09-27T16:24:00.4897626Z T=std::vector,std::allocator>> 2022-09-27T16:24:00.4897851Z ] 2022-09-27T16:24:00.4898309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.4898724Z with 2022-09-27T16:24:00.4898873Z [ 2022-09-27T16:24:00.4899106Z T=std::vector,std::allocator>> 2022-09-27T16:24:00.4899337Z ] 2022-09-27T16:24:00.4899802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:24:00.4900530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:24:00.4901247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(843): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:24:00.4901879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4902303Z with 2022-09-27T16:24:00.4902456Z [ 2022-09-27T16:24:00.4902693Z T=std::vector,std::allocator>> 2022-09-27T16:24:00.4902923Z ] 2022-09-27T16:24:00.4903307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4903663Z with 2022-09-27T16:24:00.4903819Z [ 2022-09-27T16:24:00.4904060Z T=std::vector,std::allocator>> 2022-09-27T16:24:00.4904271Z ] 2022-09-27T16:24:00.4904665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.4905033Z with 2022-09-27T16:24:00.4905181Z [ 2022-09-27T16:24:00.4905417Z T=std::vector,std::allocator>> 2022-09-27T16:24:00.4905636Z ] 2022-09-27T16:24:00.4906057Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.4906451Z with 2022-09-27T16:24:00.4906605Z [ 2022-09-27T16:24:00.4906840Z T=std::vector,std::allocator>> 2022-09-27T16:24:00.4907062Z ] 2022-09-27T16:24:00.4907518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.4907939Z with 2022-09-27T16:24:00.4908076Z [ 2022-09-27T16:24:00.4908312Z T=std::vector,std::allocator>> 2022-09-27T16:24:00.4908535Z ] 2022-09-27T16:24:00.4908984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:24:00.4909701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:24:00.4910361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(613): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:24:00.4910985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4911363Z with 2022-09-27T16:24:00.4911504Z [ 2022-09-27T16:24:00.4911743Z T=std::vector,std::allocator>> 2022-09-27T16:24:00.4911971Z ] 2022-09-27T16:24:00.4912396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4912751Z with 2022-09-27T16:24:00.4912975Z [ 2022-09-27T16:24:00.4913176Z T=std::vector> 2022-09-27T16:24:00.4913372Z ] 2022-09-27T16:24:00.4913766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.4914176Z with 2022-09-27T16:24:00.4914325Z [ 2022-09-27T16:24:00.4914533Z T=std::vector> 2022-09-27T16:24:00.4914716Z ] 2022-09-27T16:24:00.4915146Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.4915544Z with 2022-09-27T16:24:00.4915693Z [ 2022-09-27T16:24:00.4915900Z T=std::vector> 2022-09-27T16:24:00.4916089Z ] 2022-09-27T16:24:00.4916530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.4916956Z with 2022-09-27T16:24:00.4917110Z [ 2022-09-27T16:24:00.4917316Z T=std::vector> 2022-09-27T16:24:00.4917510Z ] 2022-09-27T16:24:00.4917941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:00.4918607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(726): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:24:00.4919258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4919621Z with 2022-09-27T16:24:00.4919771Z [ 2022-09-27T16:24:00.4919978Z T=std::vector> 2022-09-27T16:24:00.4920170Z ] 2022-09-27T16:24:00.4920543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4920892Z with 2022-09-27T16:24:00.4921030Z [ 2022-09-27T16:24:00.4921269Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:00.4921491Z ] 2022-09-27T16:24:00.4921884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.4922250Z with 2022-09-27T16:24:00.4922388Z [ 2022-09-27T16:24:00.4922625Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:00.4922846Z ] 2022-09-27T16:24:00.4923282Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.4923679Z with 2022-09-27T16:24:00.4923830Z [ 2022-09-27T16:24:00.4924061Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:00.4924271Z ] 2022-09-27T16:24:00.4924784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.4925202Z with 2022-09-27T16:24:00.4925355Z [ 2022-09-27T16:24:00.4925632Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:00.4925853Z ] 2022-09-27T16:24:00.4926288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:00.4927036Z 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-09-27T16:24:00.4927776Z 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-09-27T16:24:00.4928459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4928847Z with 2022-09-27T16:24:00.4929002Z [ 2022-09-27T16:24:00.4929238Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:00.4929459Z ] 2022-09-27T16:24:00.4929827Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4930179Z with 2022-09-27T16:24:00.4930330Z [ 2022-09-27T16:24:00.4930568Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:00.4930790Z ] 2022-09-27T16:24:00.4931188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.4931537Z with 2022-09-27T16:24:00.4931689Z [ 2022-09-27T16:24:00.4931921Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:00.4932141Z ] 2022-09-27T16:24:00.4932574Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.4932964Z with 2022-09-27T16:24:00.4933101Z [ 2022-09-27T16:24:00.4933335Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:00.4933555Z ] 2022-09-27T16:24:00.4934012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.4934435Z with 2022-09-27T16:24:00.4934584Z [ 2022-09-27T16:24:00.4934802Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:00.4935023Z ] 2022-09-27T16:24:00.4935473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:00.4936255Z 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-09-27T16:24:00.4936996Z 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-09-27T16:24:00.4937713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4938095Z with 2022-09-27T16:24:00.4938246Z [ 2022-09-27T16:24:00.4938479Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:00.4938686Z ] 2022-09-27T16:24:00.4939069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4939423Z with 2022-09-27T16:24:00.4939574Z [ 2022-09-27T16:24:00.4939759Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:00.4939928Z ] 2022-09-27T16:24:00.4940321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.4940686Z with 2022-09-27T16:24:00.4940835Z [ 2022-09-27T16:24:00.4941018Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:00.4941197Z ] 2022-09-27T16:24:00.4941612Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.4942009Z with 2022-09-27T16:24:00.4942159Z [ 2022-09-27T16:24:00.4942343Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:00.4942524Z ] 2022-09-27T16:24:00.4942982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.4943400Z with 2022-09-27T16:24:00.4943539Z [ 2022-09-27T16:24:00.4943720Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:00.4943898Z ] 2022-09-27T16:24:00.4944314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:00.4944957Z 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-09-27T16:24:00.4945325Z with 2022-09-27T16:24:00.4945462Z [ 2022-09-27T16:24:00.4945648Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:00.4945832Z ] 2022-09-27T16:24:00.4946274Z 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-09-27T16:24:00.4946956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4947331Z with 2022-09-27T16:24:00.4947468Z [ 2022-09-27T16:24:00.4947650Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:00.4947833Z ] 2022-09-27T16:24:00.4948261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4948611Z with 2022-09-27T16:24:00.4948762Z [ 2022-09-27T16:24:00.4949019Z T=std::vector> 2022-09-27T16:24:00.4949942Z ] 2022-09-27T16:24:00.4950346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.4950712Z with 2022-09-27T16:24:00.4950863Z [ 2022-09-27T16:24:00.4951130Z T=std::vector> 2022-09-27T16:24:00.4951365Z ] 2022-09-27T16:24:00.4951805Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.4952208Z with 2022-09-27T16:24:00.4952359Z [ 2022-09-27T16:24:00.4952625Z T=std::vector> 2022-09-27T16:24:00.4952872Z ] 2022-09-27T16:24:00.4953425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.4953836Z with 2022-09-27T16:24:00.4953989Z [ 2022-09-27T16:24:00.4954261Z T=std::vector> 2022-09-27T16:24:00.4954508Z ] 2022-09-27T16:24:00.4954994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:00.4955777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(843): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:24:00.4956486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4956866Z with 2022-09-27T16:24:00.4957005Z [ 2022-09-27T16:24:00.4957277Z T=std::vector> 2022-09-27T16:24:00.4957526Z ] 2022-09-27T16:24:00.4957908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4958257Z with 2022-09-27T16:24:00.4958407Z [ 2022-09-27T16:24:00.4958578Z T=torch::autograd::ViewInfo 2022-09-27T16:24:00.4958758Z ] 2022-09-27T16:24:00.4959154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.4959518Z with 2022-09-27T16:24:00.4959666Z [ 2022-09-27T16:24:00.4959843Z T=torch::autograd::ViewInfo 2022-09-27T16:24:00.4960007Z ] 2022-09-27T16:24:00.4960510Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.4960913Z with 2022-09-27T16:24:00.4961062Z [ 2022-09-27T16:24:00.4961240Z T=torch::autograd::ViewInfo 2022-09-27T16:24:00.4961416Z ] 2022-09-27T16:24:00.4961863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.4962329Z with 2022-09-27T16:24:00.4962485Z [ 2022-09-27T16:24:00.4962663Z T=torch::autograd::ViewInfo 2022-09-27T16:24:00.4962838Z ] 2022-09-27T16:24:00.4963253Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:00.4963896Z 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-09-27T16:24:00.4964548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4964934Z with 2022-09-27T16:24:00.4965086Z [ 2022-09-27T16:24:00.4965267Z T=torch::autograd::ViewInfo 2022-09-27T16:24:00.4965444Z ] 2022-09-27T16:24:00.4965830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4966168Z with 2022-09-27T16:24:00.4966320Z [ 2022-09-27T16:24:00.4966484Z T=c10::IValue 2022-09-27T16:24:00.4966650Z ] 2022-09-27T16:24:00.4967040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.4967406Z with 2022-09-27T16:24:00.4967545Z [ 2022-09-27T16:24:00.4967707Z T=c10::IValue 2022-09-27T16:24:00.4967867Z ] 2022-09-27T16:24:00.4968297Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.4968685Z with 2022-09-27T16:24:00.4968823Z [ 2022-09-27T16:24:00.4968982Z T=c10::IValue 2022-09-27T16:24:00.4969140Z ] 2022-09-27T16:24:00.4969599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.4970012Z with 2022-09-27T16:24:00.4970161Z [ 2022-09-27T16:24:00.4970309Z T=c10::IValue 2022-09-27T16:24:00.4970467Z ] 2022-09-27T16:24:00.4970864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:00.4971479Z 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-09-27T16:24:00.4972167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4972557Z with 2022-09-27T16:24:00.4972711Z [ 2022-09-27T16:24:00.4972861Z T=c10::IValue 2022-09-27T16:24:00.4973021Z ] 2022-09-27T16:24:00.4973401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4973797Z with 2022-09-27T16:24:00.4973952Z [ 2022-09-27T16:24:00.4974117Z T=c10::AliasInfo 2022-09-27T16:24:00.4974270Z ] 2022-09-27T16:24:00.4974666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.4975030Z with 2022-09-27T16:24:00.4975184Z [ 2022-09-27T16:24:00.4975348Z T=c10::AliasInfo 2022-09-27T16:24:00.4975498Z ] 2022-09-27T16:24:00.4975935Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.4976327Z with 2022-09-27T16:24:00.4976478Z [ 2022-09-27T16:24:00.4976642Z T=c10::AliasInfo 2022-09-27T16:24:00.4976806Z ] 2022-09-27T16:24:00.4977246Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.4977664Z with 2022-09-27T16:24:00.4977812Z [ 2022-09-27T16:24:00.4977972Z T=c10::AliasInfo 2022-09-27T16:24:00.4978133Z ] 2022-09-27T16:24:00.4978534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:00.4979163Z 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-09-27T16:24:00.4979788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4980172Z with 2022-09-27T16:24:00.4980321Z [ 2022-09-27T16:24:00.4980487Z T=c10::AliasInfo 2022-09-27T16:24:00.4980651Z ] 2022-09-27T16:24:00.4981024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4981363Z with 2022-09-27T16:24:00.4981513Z [ 2022-09-27T16:24:00.4981736Z T=c10::either 2022-09-27T16:24:00.4981946Z ] 2022-09-27T16:24:00.4982340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.4982703Z with 2022-09-27T16:24:00.4982840Z [ 2022-09-27T16:24:00.4983057Z T=c10::either 2022-09-27T16:24:00.4983264Z ] 2022-09-27T16:24:00.4983694Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.4984090Z with 2022-09-27T16:24:00.4984239Z [ 2022-09-27T16:24:00.4984494Z T=c10::either 2022-09-27T16:24:00.4984702Z ] 2022-09-27T16:24:00.4985156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.4985620Z with 2022-09-27T16:24:00.4985771Z [ 2022-09-27T16:24:00.4985988Z T=c10::either 2022-09-27T16:24:00.4986184Z ] 2022-09-27T16:24:00.4986626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:00.4987418Z 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-09-27T16:24:00.4988128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4988513Z with 2022-09-27T16:24:00.4988666Z [ 2022-09-27T16:24:00.4988885Z T=c10::either 2022-09-27T16:24:00.4989094Z ] 2022-09-27T16:24:00.4989462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4989809Z with 2022-09-27T16:24:00.4989961Z [ 2022-09-27T16:24:00.4990134Z T=at::StepCallbacks 2022-09-27T16:24:00.4990302Z ] 2022-09-27T16:24:00.4990683Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.4991047Z with 2022-09-27T16:24:00.4991199Z [ 2022-09-27T16:24:00.4991370Z T=at::StepCallbacks 2022-09-27T16:24:00.4991539Z ] 2022-09-27T16:24:00.4991968Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.4992364Z with 2022-09-27T16:24:00.4992503Z [ 2022-09-27T16:24:00.4992674Z T=at::StepCallbacks 2022-09-27T16:24:00.4992840Z ] 2022-09-27T16:24:00.4993375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.4993799Z with 2022-09-27T16:24:00.4993937Z [ 2022-09-27T16:24:00.4994109Z T=at::StepCallbacks 2022-09-27T16:24:00.4994279Z ] 2022-09-27T16:24:00.4994690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:00.4995340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:00.4995980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4997094Z with 2022-09-27T16:24:00.4997250Z [ 2022-09-27T16:24:00.4997429Z T=at::StepCallbacks 2022-09-27T16:24:00.4997602Z ] 2022-09-27T16:24:00.4997990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.4998394Z with 2022-09-27T16:24:00.4998543Z [ 2022-09-27T16:24:00.4998696Z T=c10::DimVector 2022-09-27T16:24:00.4998861Z ] 2022-09-27T16:24:00.4999256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.4999621Z with 2022-09-27T16:24:00.4999770Z [ 2022-09-27T16:24:00.4999923Z T=c10::DimVector 2022-09-27T16:24:00.5000085Z ] 2022-09-27T16:24:00.5000519Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.5000918Z with 2022-09-27T16:24:00.5001066Z [ 2022-09-27T16:24:00.5001231Z T=c10::DimVector 2022-09-27T16:24:00.5001381Z ] 2022-09-27T16:24:00.5001834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.5002250Z with 2022-09-27T16:24:00.5002397Z [ 2022-09-27T16:24:00.5002559Z T=c10::DimVector 2022-09-27T16:24:00.5002721Z ] 2022-09-27T16:24:00.5003113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:00.5003737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:00.5004374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5004754Z with 2022-09-27T16:24:00.5004907Z [ 2022-09-27T16:24:00.5005071Z T=c10::DimVector 2022-09-27T16:24:00.5005235Z ] 2022-09-27T16:24:00.5005598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5005956Z with 2022-09-27T16:24:00.5006108Z [ 2022-09-27T16:24:00.5016285Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:00.5016576Z ] 2022-09-27T16:24:00.5017017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.5017408Z with 2022-09-27T16:24:00.5017563Z [ 2022-09-27T16:24:00.5017741Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:00.5017926Z ] 2022-09-27T16:24:00.5018367Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.5018777Z with 2022-09-27T16:24:00.5018930Z [ 2022-09-27T16:24:00.5019117Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:00.5019288Z ] 2022-09-27T16:24:00.5019869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.5020292Z with 2022-09-27T16:24:00.5020494Z [ 2022-09-27T16:24:00.5020681Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:00.5020849Z ] 2022-09-27T16:24:00.5021273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:00.5021947Z 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-09-27T16:24:00.5022621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5023004Z with 2022-09-27T16:24:00.5023156Z [ 2022-09-27T16:24:00.5023343Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:00.5023525Z ] 2022-09-27T16:24:00.5023895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5024251Z with 2022-09-27T16:24:00.5024404Z [ 2022-09-27T16:24:00.5024628Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:00.5024841Z ] 2022-09-27T16:24:00.5025238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.5025593Z with 2022-09-27T16:24:00.5025745Z [ 2022-09-27T16:24:00.5025967Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:00.5026180Z ] 2022-09-27T16:24:00.5026612Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.5027011Z with 2022-09-27T16:24:00.5027151Z [ 2022-09-27T16:24:00.5027374Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:00.5027582Z ] 2022-09-27T16:24:00.5028046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.5028465Z with 2022-09-27T16:24:00.5028617Z [ 2022-09-27T16:24:00.5028826Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:00.5029035Z ] 2022-09-27T16:24:00.5029485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:00.5030215Z 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-09-27T16:24:00.5030915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5031305Z with 2022-09-27T16:24:00.5031515Z [ 2022-09-27T16:24:00.5031729Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:00.5031946Z ] 2022-09-27T16:24:00.5032326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5032719Z with 2022-09-27T16:24:00.5032872Z [ 2022-09-27T16:24:00.5033184Z T=std::tuple 2022-09-27T16:24:00.5033364Z ] 2022-09-27T16:24:00.5033760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.5034125Z with 2022-09-27T16:24:00.5034277Z [ 2022-09-27T16:24:00.5034474Z T=std::tuple 2022-09-27T16:24:00.5034666Z ] 2022-09-27T16:24:00.5035087Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.5035486Z with 2022-09-27T16:24:00.5035641Z [ 2022-09-27T16:24:00.5035840Z T=std::tuple 2022-09-27T16:24:00.5036028Z ] 2022-09-27T16:24:00.5036488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.5036892Z with 2022-09-27T16:24:00.5037044Z [ 2022-09-27T16:24:00.5037243Z T=std::tuple 2022-09-27T16:24:00.5037437Z ] 2022-09-27T16:24:00.5037866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:00.5038556Z 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-09-27T16:24:00.5039230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5039612Z with 2022-09-27T16:24:00.5039753Z [ 2022-09-27T16:24:00.5039953Z T=std::tuple 2022-09-27T16:24:00.5040148Z ] 2022-09-27T16:24:00.5040534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5040887Z with 2022-09-27T16:24:00.5041025Z [ 2022-09-27T16:24:00.5041204Z T=torch::jit::SourceRange 2022-09-27T16:24:00.5041382Z ] 2022-09-27T16:24:00.5041779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.5042144Z with 2022-09-27T16:24:00.5042296Z [ 2022-09-27T16:24:00.5042460Z T=torch::jit::SourceRange 2022-09-27T16:24:00.5042636Z ] 2022-09-27T16:24:00.5043071Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.5043470Z with 2022-09-27T16:24:00.5043683Z [ 2022-09-27T16:24:00.5043861Z T=torch::jit::SourceRange 2022-09-27T16:24:00.5044026Z ] 2022-09-27T16:24:00.5044486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.5044953Z with 2022-09-27T16:24:00.5045105Z [ 2022-09-27T16:24:00.5045282Z T=torch::jit::SourceRange 2022-09-27T16:24:00.5045457Z ] 2022-09-27T16:24:00.5045861Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:00.5046528Z 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-09-27T16:24:00.5047197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5047584Z with 2022-09-27T16:24:00.5047738Z [ 2022-09-27T16:24:00.5047916Z T=torch::jit::SourceRange 2022-09-27T16:24:00.5048092Z ] 2022-09-27T16:24:00.5048455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5048802Z with 2022-09-27T16:24:00.5048961Z [ 2022-09-27T16:24:00.5049157Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:00.5049350Z ] 2022-09-27T16:24:00.5049731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.5050094Z with 2022-09-27T16:24:00.5050248Z [ 2022-09-27T16:24:00.5050443Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:00.5050637Z ] 2022-09-27T16:24:00.5051068Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.5051466Z with 2022-09-27T16:24:00.5051605Z [ 2022-09-27T16:24:00.5051802Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:00.5051991Z ] 2022-09-27T16:24:00.5052450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.5052870Z with 2022-09-27T16:24:00.5053022Z [ 2022-09-27T16:24:00.5053208Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:00.5053395Z ] 2022-09-27T16:24:00.5053821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:00.5054496Z 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-09-27T16:24:00.5055208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5055591Z with 2022-09-27T16:24:00.5055746Z [ 2022-09-27T16:24:00.5055932Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:00.5056122Z ] 2022-09-27T16:24:00.5056503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5056897Z with 2022-09-27T16:24:00.5057049Z [ 2022-09-27T16:24:00.5057231Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:00.5057420Z ] 2022-09-27T16:24:00.5057821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.5058186Z with 2022-09-27T16:24:00.5058336Z [ 2022-09-27T16:24:00.5058528Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:00.5058704Z ] 2022-09-27T16:24:00.5059137Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.5059533Z with 2022-09-27T16:24:00.5059682Z [ 2022-09-27T16:24:00.5059874Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:00.5060059Z ] 2022-09-27T16:24:00.5060502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.5060928Z with 2022-09-27T16:24:00.5061080Z [ 2022-09-27T16:24:00.5061271Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:00.5061459Z ] 2022-09-27T16:24:00.5061885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:00.5062553Z 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-09-27T16:24:00.5063194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5063579Z with 2022-09-27T16:24:00.5063732Z [ 2022-09-27T16:24:00.5063925Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:00.5064115Z ] 2022-09-27T16:24:00.5064499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5064849Z with 2022-09-27T16:24:00.5064988Z [ 2022-09-27T16:24:00.5065165Z T=torch::jit::ScopePtr 2022-09-27T16:24:00.5065340Z ] 2022-09-27T16:24:00.5065734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.5066094Z with 2022-09-27T16:24:00.5066232Z [ 2022-09-27T16:24:00.5066409Z T=torch::jit::ScopePtr 2022-09-27T16:24:00.5066579Z ] 2022-09-27T16:24:00.5067013Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.5067413Z with 2022-09-27T16:24:00.5067613Z [ 2022-09-27T16:24:00.5067778Z T=torch::jit::ScopePtr 2022-09-27T16:24:00.5067947Z ] 2022-09-27T16:24:00.5068406Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.5068870Z with 2022-09-27T16:24:00.5069021Z [ 2022-09-27T16:24:00.5069196Z T=torch::jit::ScopePtr 2022-09-27T16:24:00.5069357Z ] 2022-09-27T16:24:00.5069766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:00.5070411Z 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-09-27T16:24:00.5071059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5071438Z with 2022-09-27T16:24:00.5071590Z [ 2022-09-27T16:24:00.5071768Z T=torch::jit::ScopePtr 2022-09-27T16:24:00.5071929Z ] 2022-09-27T16:24:00.5072308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5072665Z with 2022-09-27T16:24:00.5072819Z [ 2022-09-27T16:24:00.5073075Z T=at::ThreadLocalState 2022-09-27T16:24:00.5073238Z ] 2022-09-27T16:24:00.5073636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.5074002Z with 2022-09-27T16:24:00.5074153Z [ 2022-09-27T16:24:00.5074330Z T=at::ThreadLocalState 2022-09-27T16:24:00.5074503Z ] 2022-09-27T16:24:00.5074920Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.5075321Z with 2022-09-27T16:24:00.5075477Z [ 2022-09-27T16:24:00.5075655Z T=at::ThreadLocalState 2022-09-27T16:24:00.5075828Z ] 2022-09-27T16:24:00.5076286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.5076713Z with 2022-09-27T16:24:00.5076853Z [ 2022-09-27T16:24:00.5077032Z T=at::ThreadLocalState 2022-09-27T16:24:00.5077206Z ] 2022-09-27T16:24:00.5077615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:00.5078272Z 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-09-27T16:24:00.5078938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5079317Z with 2022-09-27T16:24:00.5079457Z [ 2022-09-27T16:24:00.5079690Z T=at::ThreadLocalState 2022-09-27T16:24:00.5079869Z ] 2022-09-27T16:24:00.5080258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5080649Z with 2022-09-27T16:24:00.5080788Z [ 2022-09-27T16:24:00.5080988Z T=std::shared_ptr 2022-09-27T16:24:00.5081176Z ] 2022-09-27T16:24:00.5081573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.5081933Z with 2022-09-27T16:24:00.5082084Z [ 2022-09-27T16:24:00.5082268Z T=std::shared_ptr 2022-09-27T16:24:00.5082452Z ] 2022-09-27T16:24:00.5082890Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.5083287Z with 2022-09-27T16:24:00.5083439Z [ 2022-09-27T16:24:00.5083635Z T=std::shared_ptr 2022-09-27T16:24:00.5083813Z ] 2022-09-27T16:24:00.5084268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.5084687Z with 2022-09-27T16:24:00.5084842Z [ 2022-09-27T16:24:00.5085037Z T=std::shared_ptr 2022-09-27T16:24:00.5085225Z ] 2022-09-27T16:24:00.5085637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:00.5086290Z 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-09-27T16:24:00.5086969Z 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-09-27T16:24:00.5087639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5088021Z with 2022-09-27T16:24:00.5088178Z [ 2022-09-27T16:24:00.5088381Z T=std::shared_ptr 2022-09-27T16:24:00.5088571Z ] 2022-09-27T16:24:00.5088946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5089295Z with 2022-09-27T16:24:00.5089452Z [ 2022-09-27T16:24:00.5089635Z T=torch::jit::GraphExecutor 2022-09-27T16:24:00.5089817Z ] 2022-09-27T16:24:00.5090210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.5090564Z with 2022-09-27T16:24:00.5090715Z [ 2022-09-27T16:24:00.5090897Z T=torch::jit::GraphExecutor 2022-09-27T16:24:00.5091079Z ] 2022-09-27T16:24:00.5091553Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.5091952Z with 2022-09-27T16:24:00.5092093Z [ 2022-09-27T16:24:00.5092277Z T=torch::jit::GraphExecutor 2022-09-27T16:24:00.5092495Z ] 2022-09-27T16:24:00.5092951Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.5093366Z with 2022-09-27T16:24:00.5093519Z [ 2022-09-27T16:24:00.5093690Z T=torch::jit::GraphExecutor 2022-09-27T16:24:00.5093870Z ] 2022-09-27T16:24:00.5094290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:00.5094935Z 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-09-27T16:24:00.5095598Z 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-09-27T16:24:00.5096272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5096660Z with 2022-09-27T16:24:00.5096801Z [ 2022-09-27T16:24:00.5096988Z T=torch::jit::GraphExecutor 2022-09-27T16:24:00.5097172Z ] 2022-09-27T16:24:00.5097632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5097993Z with 2022-09-27T16:24:00.5098147Z [ 2022-09-27T16:24:00.5098306Z T=torch::jit::Method 2022-09-27T16:24:00.5098483Z ] 2022-09-27T16:24:00.5098879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.5099242Z with 2022-09-27T16:24:00.5099393Z [ 2022-09-27T16:24:00.5099564Z T=torch::jit::Method 2022-09-27T16:24:00.5099724Z ] 2022-09-27T16:24:00.5100158Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.5100551Z with 2022-09-27T16:24:00.5100704Z [ 2022-09-27T16:24:00.5100877Z T=torch::jit::Method 2022-09-27T16:24:00.5101032Z ] 2022-09-27T16:24:00.5101486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.5101910Z with 2022-09-27T16:24:00.5102063Z [ 2022-09-27T16:24:00.5102237Z T=torch::jit::Method 2022-09-27T16:24:00.5102408Z ] 2022-09-27T16:24:00.5102796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:00.5103484Z 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-09-27T16:24:00.5104135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5104556Z with 2022-09-27T16:24:00.5104709Z [ 2022-09-27T16:24:00.5104881Z T=torch::jit::Method 2022-09-27T16:24:00.5105051Z ] 2022-09-27T16:24:00.5105417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5105774Z with 2022-09-27T16:24:00.5105930Z [ 2022-09-27T16:24:00.5106153Z T=std::vector> 2022-09-27T16:24:00.5106361Z ] 2022-09-27T16:24:00.5106755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.5107120Z with 2022-09-27T16:24:00.5107263Z [ 2022-09-27T16:24:00.5107485Z T=std::vector> 2022-09-27T16:24:00.5107692Z ] 2022-09-27T16:24:00.5108126Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.5108520Z with 2022-09-27T16:24:00.5108659Z [ 2022-09-27T16:24:00.5108878Z T=std::vector> 2022-09-27T16:24:00.5109087Z ] 2022-09-27T16:24:00.5109546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.5109969Z with 2022-09-27T16:24:00.5110121Z [ 2022-09-27T16:24:00.5110338Z T=std::vector> 2022-09-27T16:24:00.5110534Z ] 2022-09-27T16:24:00.5110975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:00.5111673Z 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-09-27T16:24:00.5112353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5112735Z with 2022-09-27T16:24:00.5112889Z [ 2022-09-27T16:24:00.5113185Z T=std::vector> 2022-09-27T16:24:00.5113384Z ] 2022-09-27T16:24:00.5113762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5114111Z with 2022-09-27T16:24:00.5114264Z [ 2022-09-27T16:24:00.5114507Z T=std::function 2022-09-27T16:24:00.5114738Z ] 2022-09-27T16:24:00.5115169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.5115535Z with 2022-09-27T16:24:00.5115688Z [ 2022-09-27T16:24:00.5115931Z T=std::function 2022-09-27T16:24:00.5116162Z ] 2022-09-27T16:24:00.5116636Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.5117037Z with 2022-09-27T16:24:00.5117177Z [ 2022-09-27T16:24:00.5117420Z T=std::function 2022-09-27T16:24:00.5117651Z ] 2022-09-27T16:24:00.5118113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.5118536Z with 2022-09-27T16:24:00.5118690Z [ 2022-09-27T16:24:00.5118922Z T=std::function 2022-09-27T16:24:00.5119153Z ] 2022-09-27T16:24:00.5119622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:00.5120378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:24:00.5121084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5121467Z with 2022-09-27T16:24:00.5121620Z [ 2022-09-27T16:24:00.5121865Z T=std::function 2022-09-27T16:24:00.5122084Z ] 2022-09-27T16:24:00.5122464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5122821Z with 2022-09-27T16:24:00.5122975Z [ 2022-09-27T16:24:00.5123245Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:00.5123499Z ] 2022-09-27T16:24:00.5123887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.5124254Z with 2022-09-27T16:24:00.5124404Z [ 2022-09-27T16:24:00.5124675Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:00.5124928Z ] 2022-09-27T16:24:00.5125358Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.5125744Z with 2022-09-27T16:24:00.5125898Z [ 2022-09-27T16:24:00.5126410Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:00.5126669Z ] 2022-09-27T16:24:00.5127191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.5127618Z with 2022-09-27T16:24:00.5127757Z [ 2022-09-27T16:24:00.5128027Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:00.5128323Z ] 2022-09-27T16:24:00.5128816Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:00.5129682Z 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-09-27T16:24:00.5130429Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5130812Z with 2022-09-27T16:24:00.5130971Z [ 2022-09-27T16:24:00.5131226Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:00.5131482Z ] 2022-09-27T16:24:00.5131868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5132219Z with 2022-09-27T16:24:00.5132373Z [ 2022-09-27T16:24:00.5132583Z T=std::vector> 2022-09-27T16:24:00.5132770Z ] 2022-09-27T16:24:00.5133167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.5133536Z with 2022-09-27T16:24:00.5133691Z [ 2022-09-27T16:24:00.5133901Z T=std::vector> 2022-09-27T16:24:00.5134099Z ] 2022-09-27T16:24:00.5134433Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.5134499Z with 2022-09-27T16:24:00.5134559Z [ 2022-09-27T16:24:00.5134679Z T=std::vector> 2022-09-27T16:24:00.5134739Z ] 2022-09-27T16:24:00.5135114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.5135177Z with 2022-09-27T16:24:00.5135237Z [ 2022-09-27T16:24:00.5135360Z T=std::vector> 2022-09-27T16:24:00.5135419Z ] 2022-09-27T16:24:00.5135750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:00.5135814Z with 2022-09-27T16:24:00.5135873Z [ 2022-09-27T16:24:00.5135941Z T=double 2022-09-27T16:24:00.5135999Z ] 2022-09-27T16:24:00.5136372Z 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-09-27T16:24:00.5136422Z with 2022-09-27T16:24:00.5136484Z [ 2022-09-27T16:24:00.5136552Z T=double 2022-09-27T16:24:00.5136612Z ] 2022-09-27T16:24:00.5136978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5137041Z with 2022-09-27T16:24:00.5137099Z [ 2022-09-27T16:24:00.5137256Z T=std::vector> 2022-09-27T16:24:00.5137316Z ] 2022-09-27T16:24:00.5137611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5137672Z with 2022-09-27T16:24:00.5137731Z [ 2022-09-27T16:24:00.5137840Z T=std::tuple 2022-09-27T16:24:00.5137898Z ] 2022-09-27T16:24:00.5138210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.5138260Z with 2022-09-27T16:24:00.5138319Z [ 2022-09-27T16:24:00.5138427Z T=std::tuple 2022-09-27T16:24:00.5138487Z ] 2022-09-27T16:24:00.5138829Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.5138894Z with 2022-09-27T16:24:00.5138954Z [ 2022-09-27T16:24:00.5139058Z T=std::tuple 2022-09-27T16:24:00.5139116Z ] 2022-09-27T16:24:00.5139485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.5139549Z with 2022-09-27T16:24:00.5139608Z [ 2022-09-27T16:24:00.5139712Z T=std::tuple 2022-09-27T16:24:00.5139775Z ] 2022-09-27T16:24:00.5140110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:00.5140474Z 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-09-27T16:24:00.5140804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5140867Z with 2022-09-27T16:24:00.5140927Z [ 2022-09-27T16:24:00.5141021Z T=std::tuple 2022-09-27T16:24:00.5141081Z ] 2022-09-27T16:24:00.5141372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5141436Z with 2022-09-27T16:24:00.5141495Z [ 2022-09-27T16:24:00.5141630Z T=std::vector> 2022-09-27T16:24:00.5141688Z ] 2022-09-27T16:24:00.5141995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:00.5142057Z with 2022-09-27T16:24:00.5142115Z [ 2022-09-27T16:24:00.5142245Z T=std::vector> 2022-09-27T16:24:00.5142303Z ] 2022-09-27T16:24:00.5142691Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:00.5142754Z with 2022-09-27T16:24:00.5143372Z [ 2022-09-27T16:24:00.5143549Z T=std::vector> 2022-09-27T16:24:00.5143612Z ] 2022-09-27T16:24:00.5143984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:00.5144048Z with 2022-09-27T16:24:00.5144107Z [ 2022-09-27T16:24:00.5144234Z T=std::vector> 2022-09-27T16:24:00.5144294Z ] 2022-09-27T16:24:00.5144644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:00.5145026Z 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-09-27T16:24:00.5145353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:00.5145416Z with 2022-09-27T16:24:00.5145475Z [ 2022-09-27T16:24:00.5145601Z T=std::vector> 2022-09-27T16:24:00.5145660Z ] 2022-09-27T16:24:00.6000486Z [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-09-27T16:24:00.6000657Z Creating library inline_jit_extension.lib and object inline_jit_extension.exp 2022-09-27T16:24:00.6019045Z Loading extension module inline_jit_extension... 2022-09-27T16:24:00.6186618Z ok (11.034s) 2022-09-27T16:24:00.6204704Z test_inline_jit_compile_extension_throws_when_functions_is_bad (__main__.TestCppExtensionJIT) ... ok (0.000s) 2022-09-27T16:24:00.6218537Z 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-09-27T16:24:00.6218868Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\inline_jit_extension_with_functions_dict... 2022-09-27T16:24:00.6320626Z 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-09-27T16:24:00.7853229Z Building extension module inline_jit_extension_with_functions_dict... 2022-09-27T16:24:00.7853453Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-09-27T16:24:11.5724949Z [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-09-27T16:24:11.5726372Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-09-27T16:24:11.5726675Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-09-27T16:24:11.5726839Z 2022-09-27T16:24:11.5727150Z 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-09-27T16:24:11.5727774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5728138Z with 2022-09-27T16:24:11.5728298Z [ 2022-09-27T16:24:11.5728470Z T=c10::SymInt 2022-09-27T16:24:11.5728621Z ] 2022-09-27T16:24:11.5729025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.5729401Z with 2022-09-27T16:24:11.5729555Z [ 2022-09-27T16:24:11.5729718Z T=c10::SymInt 2022-09-27T16:24:11.5729871Z ] 2022-09-27T16:24:11.5730311Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.5730709Z with 2022-09-27T16:24:11.5730860Z [ 2022-09-27T16:24:11.5731024Z T=c10::SymInt 2022-09-27T16:24:11.5731188Z ] 2022-09-27T16:24:11.5731635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.5732078Z with 2022-09-27T16:24:11.5732229Z [ 2022-09-27T16:24:11.5732394Z T=c10::SymInt 2022-09-27T16:24:11.5732555Z ] 2022-09-27T16:24:11.5732955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:11.5733573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1514): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:11.5734214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5734589Z with 2022-09-27T16:24:11.5734740Z [ 2022-09-27T16:24:11.5735879Z T=c10::SymInt 2022-09-27T16:24:11.5736041Z ] 2022-09-27T16:24:11.5736416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2533): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-09-27T16:24:11.5737000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5737343Z with 2022-09-27T16:24:11.5737504Z [ 2022-09-27T16:24:11.5737676Z T=at::TensorBase 2022-09-27T16:24:11.5737848Z ] 2022-09-27T16:24:11.5738322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.5738696Z with 2022-09-27T16:24:11.5738833Z [ 2022-09-27T16:24:11.5739007Z T=at::TensorBase 2022-09-27T16:24:11.5739178Z ] 2022-09-27T16:24:11.5739610Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.5740013Z with 2022-09-27T16:24:11.5740162Z [ 2022-09-27T16:24:11.5740315Z T=at::TensorBase 2022-09-27T16:24:11.5740481Z ] 2022-09-27T16:24:11.5740939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.5741357Z with 2022-09-27T16:24:11.5741510Z [ 2022-09-27T16:24:11.5741674Z T=at::TensorBase 2022-09-27T16:24:11.5741826Z ] 2022-09-27T16:24:11.5742234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:11.5742863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(921): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:11.5743495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5743879Z with 2022-09-27T16:24:11.5744028Z [ 2022-09-27T16:24:11.5744193Z T=at::TensorBase 2022-09-27T16:24:11.5744346Z ] 2022-09-27T16:24:11.5744729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5745078Z with 2022-09-27T16:24:11.5745229Z [ 2022-09-27T16:24:11.5745394Z T=at::Tensor 2022-09-27T16:24:11.5745540Z ] 2022-09-27T16:24:11.5745930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.5746291Z with 2022-09-27T16:24:11.5746439Z [ 2022-09-27T16:24:11.5746597Z T=at::Tensor 2022-09-27T16:24:11.5746755Z ] 2022-09-27T16:24:11.5747174Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.5747576Z with 2022-09-27T16:24:11.5747726Z [ 2022-09-27T16:24:11.5748203Z T=at::Tensor 2022-09-27T16:24:11.5748364Z ] 2022-09-27T16:24:11.5748830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.5749245Z with 2022-09-27T16:24:11.5749401Z [ 2022-09-27T16:24:11.5749562Z T=at::Tensor 2022-09-27T16:24:11.5749722Z ] 2022-09-27T16:24:11.5750117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:11.5750787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(510): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:11.5751425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5751794Z with 2022-09-27T16:24:11.5751947Z [ 2022-09-27T16:24:11.5752109Z T=at::Tensor 2022-09-27T16:24:11.5752269Z ] 2022-09-27T16:24:11.5752648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5752997Z with 2022-09-27T16:24:11.5753134Z [ 2022-09-27T16:24:11.5753300Z T=at::Generator 2022-09-27T16:24:11.5753545Z ] 2022-09-27T16:24:11.5753950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.5754313Z with 2022-09-27T16:24:11.5754452Z [ 2022-09-27T16:24:11.5754616Z T=at::Generator 2022-09-27T16:24:11.5754783Z ] 2022-09-27T16:24:11.5755214Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.5755612Z with 2022-09-27T16:24:11.5755761Z [ 2022-09-27T16:24:11.5755912Z T=at::Generator 2022-09-27T16:24:11.5756075Z ] 2022-09-27T16:24:11.5756530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.5756943Z with 2022-09-27T16:24:11.5757092Z [ 2022-09-27T16:24:11.5757256Z T=at::Generator 2022-09-27T16:24:11.5757408Z ] 2022-09-27T16:24:11.5757812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:11.5758444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(587): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:11.5759077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5759457Z with 2022-09-27T16:24:11.5759607Z [ 2022-09-27T16:24:11.5759773Z T=at::Generator 2022-09-27T16:24:11.5759926Z ] 2022-09-27T16:24:11.5760305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5760718Z with 2022-09-27T16:24:11.5760871Z [ 2022-09-27T16:24:11.5761034Z T=std::string 2022-09-27T16:24:11.5761524Z ] 2022-09-27T16:24:11.5761919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.5762283Z with 2022-09-27T16:24:11.5762436Z [ 2022-09-27T16:24:11.5762601Z T=std::string 2022-09-27T16:24:11.5762762Z ] 2022-09-27T16:24:11.5763762Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.5764182Z with 2022-09-27T16:24:11.5764338Z [ 2022-09-27T16:24:11.5764504Z T=std::string 2022-09-27T16:24:11.5764667Z ] 2022-09-27T16:24:11.5765129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.5765537Z with 2022-09-27T16:24:11.5765689Z [ 2022-09-27T16:24:11.5765851Z T=std::string 2022-09-27T16:24:11.5766016Z ] 2022-09-27T16:24:11.5766418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:11.5767042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(448): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:11.5767673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5768044Z with 2022-09-27T16:24:11.5768197Z [ 2022-09-27T16:24:11.5768364Z T=std::string 2022-09-27T16:24:11.5768527Z ] 2022-09-27T16:24:11.5768909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5769259Z with 2022-09-27T16:24:11.5769398Z [ 2022-09-27T16:24:11.5769573Z T=c10::QualifiedName 2022-09-27T16:24:11.5769745Z ] 2022-09-27T16:24:11.5770145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.5770508Z with 2022-09-27T16:24:11.5770658Z [ 2022-09-27T16:24:11.5770819Z T=c10::QualifiedName 2022-09-27T16:24:11.5770991Z ] 2022-09-27T16:24:11.5771426Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.5771825Z with 2022-09-27T16:24:11.5771974Z [ 2022-09-27T16:24:11.5772134Z T=c10::QualifiedName 2022-09-27T16:24:11.5772305Z ] 2022-09-27T16:24:11.5772768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.5773247Z with 2022-09-27T16:24:11.5773398Z [ 2022-09-27T16:24:11.5773570Z T=c10::QualifiedName 2022-09-27T16:24:11.5773727Z ] 2022-09-27T16:24:11.5774135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:11.5774758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(696): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:11.5775396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5775831Z with 2022-09-27T16:24:11.5775986Z [ 2022-09-27T16:24:11.5776165Z T=c10::QualifiedName 2022-09-27T16:24:11.5776324Z ] 2022-09-27T16:24:11.5776707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5777058Z with 2022-09-27T16:24:11.5777283Z [ 2022-09-27T16:24:11.5777547Z T=std::shared_ptr 2022-09-27T16:24:11.5777750Z ] 2022-09-27T16:24:11.5778136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.5778499Z with 2022-09-27T16:24:11.5778652Z [ 2022-09-27T16:24:11.5778865Z T=std::shared_ptr 2022-09-27T16:24:11.5779069Z ] 2022-09-27T16:24:11.5779502Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.5779891Z with 2022-09-27T16:24:11.5780048Z [ 2022-09-27T16:24:11.5780263Z T=std::shared_ptr 2022-09-27T16:24:11.5780464Z ] 2022-09-27T16:24:11.5780920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.5781391Z with 2022-09-27T16:24:11.5781531Z [ 2022-09-27T16:24:11.5781852Z T=std::shared_ptr 2022-09-27T16:24:11.5782085Z ] 2022-09-27T16:24:11.5782561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:11.5783336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1340): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:24:11.5783994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5784377Z with 2022-09-27T16:24:11.5784531Z [ 2022-09-27T16:24:11.5784731Z T=std::shared_ptr 2022-09-27T16:24:11.5784933Z ] 2022-09-27T16:24:11.5785315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5785976Z with 2022-09-27T16:24:11.5786127Z [ 2022-09-27T16:24:11.5786326Z T=std::weak_ptr 2022-09-27T16:24:11.5786529Z ] 2022-09-27T16:24:11.5786929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.5787297Z with 2022-09-27T16:24:11.5787448Z [ 2022-09-27T16:24:11.5787658Z T=std::weak_ptr 2022-09-27T16:24:11.5787842Z ] 2022-09-27T16:24:11.5788333Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.5788730Z with 2022-09-27T16:24:11.5788884Z [ 2022-09-27T16:24:11.5789091Z T=std::weak_ptr 2022-09-27T16:24:11.5789288Z ] 2022-09-27T16:24:11.5789732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.5790158Z with 2022-09-27T16:24:11.5790308Z [ 2022-09-27T16:24:11.5790518Z T=std::weak_ptr 2022-09-27T16:24:11.5790717Z ] 2022-09-27T16:24:11.5791150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:11.5791831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1341): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:24:11.5792488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5792856Z with 2022-09-27T16:24:11.5793010Z [ 2022-09-27T16:24:11.5793224Z T=std::weak_ptr 2022-09-27T16:24:11.5793423Z ] 2022-09-27T16:24:11.5793879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5794235Z with 2022-09-27T16:24:11.5794373Z [ 2022-09-27T16:24:11.5794613Z T=std::vector> 2022-09-27T16:24:11.5794839Z ] 2022-09-27T16:24:11.5795235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.5795600Z with 2022-09-27T16:24:11.5795752Z [ 2022-09-27T16:24:11.5795975Z T=std::vector> 2022-09-27T16:24:11.5796203Z ] 2022-09-27T16:24:11.5796638Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.5797033Z with 2022-09-27T16:24:11.5797182Z [ 2022-09-27T16:24:11.5797419Z T=std::vector> 2022-09-27T16:24:11.5797627Z ] 2022-09-27T16:24:11.5798092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.5798824Z with 2022-09-27T16:24:11.5798979Z [ 2022-09-27T16:24:11.5799218Z T=std::vector> 2022-09-27T16:24:11.5799440Z ] 2022-09-27T16:24:11.5799888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:11.5800650Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(482): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:24:11.5801337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5801723Z with 2022-09-27T16:24:11.5801875Z [ 2022-09-27T16:24:11.5802114Z T=std::vector> 2022-09-27T16:24:11.5802335Z ] 2022-09-27T16:24:11.5802700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5803049Z with 2022-09-27T16:24:11.5803202Z [ 2022-09-27T16:24:11.5803403Z T=std::vector> 2022-09-27T16:24:11.5803595Z ] 2022-09-27T16:24:11.5803992Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.5804346Z with 2022-09-27T16:24:11.5804495Z [ 2022-09-27T16:24:11.5804695Z T=std::vector> 2022-09-27T16:24:11.5804884Z ] 2022-09-27T16:24:11.5805317Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.5805709Z with 2022-09-27T16:24:11.5805847Z [ 2022-09-27T16:24:11.5806046Z T=std::vector> 2022-09-27T16:24:11.5806236Z ] 2022-09-27T16:24:11.5806696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.5807118Z with 2022-09-27T16:24:11.5807267Z [ 2022-09-27T16:24:11.5807455Z T=std::vector> 2022-09-27T16:24:11.5807646Z ] 2022-09-27T16:24:11.5808076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:11.5808742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(441): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:24:11.5809388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5809820Z with 2022-09-27T16:24:11.5809971Z [ 2022-09-27T16:24:11.5810160Z T=std::vector> 2022-09-27T16:24:11.5810350Z ] 2022-09-27T16:24:11.5810731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5811084Z with 2022-09-27T16:24:11.5811234Z [ 2022-09-27T16:24:11.5811482Z T=std::vector,std::allocator>> 2022-09-27T16:24:11.5811701Z ] 2022-09-27T16:24:11.5812097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.5812509Z with 2022-09-27T16:24:11.5812659Z [ 2022-09-27T16:24:11.5812905Z T=std::vector,std::allocator>> 2022-09-27T16:24:11.5813134Z ] 2022-09-27T16:24:11.5813551Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.5813949Z with 2022-09-27T16:24:11.5814098Z [ 2022-09-27T16:24:11.5814347Z T=std::vector,std::allocator>> 2022-09-27T16:24:11.5814574Z ] 2022-09-27T16:24:11.5815031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.5815457Z with 2022-09-27T16:24:11.5815597Z [ 2022-09-27T16:24:11.5815844Z T=std::vector,std::allocator>> 2022-09-27T16:24:11.5816077Z ] 2022-09-27T16:24:11.5816540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:24:11.5817272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:24:11.5817938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(843): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:24:11.5818573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5818959Z with 2022-09-27T16:24:11.5819100Z [ 2022-09-27T16:24:11.5819351Z T=std::vector,std::allocator>> 2022-09-27T16:24:11.5819586Z ] 2022-09-27T16:24:11.5819972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5820317Z with 2022-09-27T16:24:11.5820468Z [ 2022-09-27T16:24:11.5820694Z T=std::vector,std::allocator>> 2022-09-27T16:24:11.5820917Z ] 2022-09-27T16:24:11.5821314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.5821734Z with 2022-09-27T16:24:11.5821883Z [ 2022-09-27T16:24:11.5822122Z T=std::vector,std::allocator>> 2022-09-27T16:24:11.5822332Z ] 2022-09-27T16:24:11.5822763Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.5823162Z with 2022-09-27T16:24:11.5823312Z [ 2022-09-27T16:24:11.5823551Z T=std::vector,std::allocator>> 2022-09-27T16:24:11.5823771Z ] 2022-09-27T16:24:11.5824273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.5824690Z with 2022-09-27T16:24:11.5824846Z [ 2022-09-27T16:24:11.5825083Z T=std::vector,std::allocator>> 2022-09-27T16:24:11.5825309Z ] 2022-09-27T16:24:11.5825761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:24:11.5826485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:24:11.5827142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(613): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:24:11.5827770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5828134Z with 2022-09-27T16:24:11.5828286Z [ 2022-09-27T16:24:11.5828535Z T=std::vector,std::allocator>> 2022-09-27T16:24:11.5828759Z ] 2022-09-27T16:24:11.5829135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5829482Z with 2022-09-27T16:24:11.5829621Z [ 2022-09-27T16:24:11.5829829Z T=std::vector> 2022-09-27T16:24:11.5830025Z ] 2022-09-27T16:24:11.5830421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.5830783Z with 2022-09-27T16:24:11.5830931Z [ 2022-09-27T16:24:11.5831123Z T=std::vector> 2022-09-27T16:24:11.5831316Z ] 2022-09-27T16:24:11.5831747Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.5832140Z with 2022-09-27T16:24:11.5832289Z [ 2022-09-27T16:24:11.5832494Z T=std::vector> 2022-09-27T16:24:11.5832674Z ] 2022-09-27T16:24:11.5833129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.5833683Z with 2022-09-27T16:24:11.5833835Z [ 2022-09-27T16:24:11.5834040Z T=std::vector> 2022-09-27T16:24:11.5834234Z ] 2022-09-27T16:24:11.5834646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:11.5835371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(726): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:24:11.5836025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5836413Z with 2022-09-27T16:24:11.5836567Z [ 2022-09-27T16:24:11.5836774Z T=std::vector> 2022-09-27T16:24:11.5836970Z ] 2022-09-27T16:24:11.5837341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5837695Z with 2022-09-27T16:24:11.5837844Z [ 2022-09-27T16:24:11.5838079Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:11.5838298Z ] 2022-09-27T16:24:11.5838693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.5839058Z with 2022-09-27T16:24:11.5839196Z [ 2022-09-27T16:24:11.5839429Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:11.5839647Z ] 2022-09-27T16:24:11.5840078Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.5840475Z with 2022-09-27T16:24:11.5840622Z [ 2022-09-27T16:24:11.5840840Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:11.5841059Z ] 2022-09-27T16:24:11.5841519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.5841943Z with 2022-09-27T16:24:11.5842094Z [ 2022-09-27T16:24:11.5842323Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:11.5842531Z ] 2022-09-27T16:24:11.5842983Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:11.5843718Z 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-09-27T16:24:11.5844447Z 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-09-27T16:24:11.5845178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5845561Z with 2022-09-27T16:24:11.5845712Z [ 2022-09-27T16:24:11.5845946Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:11.5846152Z ] 2022-09-27T16:24:11.5846531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5846883Z with 2022-09-27T16:24:11.5847037Z [ 2022-09-27T16:24:11.5847312Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:11.5847533Z ] 2022-09-27T16:24:11.5847913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.5848288Z with 2022-09-27T16:24:11.5848440Z [ 2022-09-27T16:24:11.5848669Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:11.5848886Z ] 2022-09-27T16:24:11.5849319Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.5849704Z with 2022-09-27T16:24:11.5849857Z [ 2022-09-27T16:24:11.5850088Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:11.5850306Z ] 2022-09-27T16:24:11.5850766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.5851184Z with 2022-09-27T16:24:11.5851321Z [ 2022-09-27T16:24:11.5851549Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:11.5851768Z ] 2022-09-27T16:24:11.5852216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:11.5852948Z 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-09-27T16:24:11.5853678Z 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-09-27T16:24:11.5854370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5854752Z with 2022-09-27T16:24:11.5854901Z [ 2022-09-27T16:24:11.5855122Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:11.5855340Z ] 2022-09-27T16:24:11.5855724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5856074Z with 2022-09-27T16:24:11.5856227Z [ 2022-09-27T16:24:11.5856402Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:11.5856628Z ] 2022-09-27T16:24:11.5857025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.5857389Z with 2022-09-27T16:24:11.5857538Z [ 2022-09-27T16:24:11.5857720Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:11.5857887Z ] 2022-09-27T16:24:11.5858313Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.5858713Z with 2022-09-27T16:24:11.5858865Z [ 2022-09-27T16:24:11.5859047Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:11.5859271Z ] 2022-09-27T16:24:11.5859719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.5860144Z with 2022-09-27T16:24:11.5860295Z [ 2022-09-27T16:24:11.5860481Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:11.5860660Z ] 2022-09-27T16:24:11.5861079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:11.5861719Z 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-09-27T16:24:11.5862081Z with 2022-09-27T16:24:11.5862235Z [ 2022-09-27T16:24:11.5862422Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:11.5862605Z ] 2022-09-27T16:24:11.5863053Z 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-09-27T16:24:11.5863731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5864113Z with 2022-09-27T16:24:11.5864252Z [ 2022-09-27T16:24:11.5864438Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:11.5864623Z ] 2022-09-27T16:24:11.5865006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5865361Z with 2022-09-27T16:24:11.5865498Z [ 2022-09-27T16:24:11.5865773Z T=std::vector> 2022-09-27T16:24:11.5866025Z ] 2022-09-27T16:24:11.5866422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.5866785Z with 2022-09-27T16:24:11.5866936Z [ 2022-09-27T16:24:11.5867191Z T=std::vector> 2022-09-27T16:24:11.5867436Z ] 2022-09-27T16:24:11.5867873Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.5868274Z with 2022-09-27T16:24:11.5868426Z [ 2022-09-27T16:24:11.5868740Z T=std::vector> 2022-09-27T16:24:11.5868985Z ] 2022-09-27T16:24:11.5869428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.5869856Z with 2022-09-27T16:24:11.5870008Z [ 2022-09-27T16:24:11.5870280Z T=std::vector> 2022-09-27T16:24:11.5870529Z ] 2022-09-27T16:24:11.5871066Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:11.5871853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(843): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:24:11.5872565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5872931Z with 2022-09-27T16:24:11.5873083Z [ 2022-09-27T16:24:11.5873354Z T=std::vector> 2022-09-27T16:24:11.5873680Z ] 2022-09-27T16:24:11.5874062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5874415Z with 2022-09-27T16:24:11.5874553Z [ 2022-09-27T16:24:11.5874734Z T=torch::autograd::ViewInfo 2022-09-27T16:24:11.5874912Z ] 2022-09-27T16:24:11.5875310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.5875674Z with 2022-09-27T16:24:11.5875823Z [ 2022-09-27T16:24:11.5875988Z T=torch::autograd::ViewInfo 2022-09-27T16:24:11.5876164Z ] 2022-09-27T16:24:11.5876592Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.5876987Z with 2022-09-27T16:24:11.5877137Z [ 2022-09-27T16:24:11.5877313Z T=torch::autograd::ViewInfo 2022-09-27T16:24:11.5877480Z ] 2022-09-27T16:24:11.5877935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.5878348Z with 2022-09-27T16:24:11.5878499Z [ 2022-09-27T16:24:11.5878675Z T=torch::autograd::ViewInfo 2022-09-27T16:24:11.5878851Z ] 2022-09-27T16:24:11.5879248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:11.5879912Z 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-09-27T16:24:11.5880625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5881010Z with 2022-09-27T16:24:11.5881163Z [ 2022-09-27T16:24:11.5881343Z T=torch::autograd::ViewInfo 2022-09-27T16:24:11.5881522Z ] 2022-09-27T16:24:11.5881889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5882241Z with 2022-09-27T16:24:11.5882395Z [ 2022-09-27T16:24:11.5882555Z T=c10::IValue 2022-09-27T16:24:11.5882714Z ] 2022-09-27T16:24:11.5883140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.5883509Z with 2022-09-27T16:24:11.5883660Z [ 2022-09-27T16:24:11.5883820Z T=c10::IValue 2022-09-27T16:24:11.5883981Z ] 2022-09-27T16:24:11.5884409Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.5884802Z with 2022-09-27T16:24:11.5884940Z [ 2022-09-27T16:24:11.5885102Z T=c10::IValue 2022-09-27T16:24:11.5885260Z ] 2022-09-27T16:24:11.5885718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.5886139Z with 2022-09-27T16:24:11.5886277Z [ 2022-09-27T16:24:11.5886437Z T=c10::IValue 2022-09-27T16:24:11.5886596Z ] 2022-09-27T16:24:11.5886993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:11.5887606Z 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-09-27T16:24:11.5888247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5888628Z with 2022-09-27T16:24:11.5888769Z [ 2022-09-27T16:24:11.5888930Z T=c10::IValue 2022-09-27T16:24:11.5889088Z ] 2022-09-27T16:24:11.5889467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5889816Z with 2022-09-27T16:24:11.5889965Z [ 2022-09-27T16:24:11.5890116Z T=c10::AliasInfo 2022-09-27T16:24:11.5890279Z ] 2022-09-27T16:24:11.5890675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.5891039Z with 2022-09-27T16:24:11.5891186Z [ 2022-09-27T16:24:11.5891336Z T=c10::AliasInfo 2022-09-27T16:24:11.5891498Z ] 2022-09-27T16:24:11.5891930Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.5892378Z with 2022-09-27T16:24:11.5892524Z [ 2022-09-27T16:24:11.5892685Z T=c10::AliasInfo 2022-09-27T16:24:11.5892835Z ] 2022-09-27T16:24:11.5893287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.5893706Z with 2022-09-27T16:24:11.5893859Z [ 2022-09-27T16:24:11.5894022Z T=c10::AliasInfo 2022-09-27T16:24:11.5894184Z ] 2022-09-27T16:24:11.5894615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:11.5895248Z 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-09-27T16:24:11.5895885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5896266Z with 2022-09-27T16:24:11.5896417Z [ 2022-09-27T16:24:11.5896580Z T=c10::AliasInfo 2022-09-27T16:24:11.5896745Z ] 2022-09-27T16:24:11.5897110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5897460Z with 2022-09-27T16:24:11.5897610Z [ 2022-09-27T16:24:11.5897836Z T=c10::either 2022-09-27T16:24:11.5898046Z ] 2022-09-27T16:24:11.5898441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.5898792Z with 2022-09-27T16:24:11.5898943Z [ 2022-09-27T16:24:11.5899160Z T=c10::either 2022-09-27T16:24:11.5899366Z ] 2022-09-27T16:24:11.5899795Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.5900191Z with 2022-09-27T16:24:11.5900328Z [ 2022-09-27T16:24:11.5900545Z T=c10::either 2022-09-27T16:24:11.5900756Z ] 2022-09-27T16:24:11.5901217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.5901636Z with 2022-09-27T16:24:11.5901787Z [ 2022-09-27T16:24:11.5901992Z T=c10::either 2022-09-27T16:24:11.5902199Z ] 2022-09-27T16:24:11.5902645Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:11.5903369Z 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-09-27T16:24:11.5904068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5904494Z with 2022-09-27T16:24:11.5904647Z [ 2022-09-27T16:24:11.5904868Z T=c10::either 2022-09-27T16:24:11.5905067Z ] 2022-09-27T16:24:11.5905446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5905794Z with 2022-09-27T16:24:11.5905947Z [ 2022-09-27T16:24:11.5906120Z T=at::StepCallbacks 2022-09-27T16:24:11.5906281Z ] 2022-09-27T16:24:11.5906722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.5907088Z with 2022-09-27T16:24:11.5907241Z [ 2022-09-27T16:24:11.5907414Z T=at::StepCallbacks 2022-09-27T16:24:11.5907583Z ] 2022-09-27T16:24:11.5908002Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.5908400Z with 2022-09-27T16:24:11.5908552Z [ 2022-09-27T16:24:11.5908725Z T=at::StepCallbacks 2022-09-27T16:24:11.5908895Z ] 2022-09-27T16:24:11.5909356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.5909769Z with 2022-09-27T16:24:11.5909919Z [ 2022-09-27T16:24:11.5910094Z T=at::StepCallbacks 2022-09-27T16:24:11.5910267Z ] 2022-09-27T16:24:11.5910675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:11.5911318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:11.5911960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5912327Z with 2022-09-27T16:24:11.5912479Z [ 2022-09-27T16:24:11.5912655Z T=at::StepCallbacks 2022-09-27T16:24:11.5912828Z ] 2022-09-27T16:24:11.5913209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5913646Z with 2022-09-27T16:24:11.5913786Z [ 2022-09-27T16:24:11.5913953Z T=c10::DimVector 2022-09-27T16:24:11.5914118Z ] 2022-09-27T16:24:11.5914513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.5914875Z with 2022-09-27T16:24:11.5915025Z [ 2022-09-27T16:24:11.5915175Z T=c10::DimVector 2022-09-27T16:24:11.5915339Z ] 2022-09-27T16:24:11.5915774Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.5916230Z with 2022-09-27T16:24:11.5916381Z [ 2022-09-27T16:24:11.5916534Z T=c10::DimVector 2022-09-27T16:24:11.5916697Z ] 2022-09-27T16:24:11.5917152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.5917570Z with 2022-09-27T16:24:11.5917720Z [ 2022-09-27T16:24:11.5917885Z T=c10::DimVector 2022-09-27T16:24:11.5918034Z ] 2022-09-27T16:24:11.5918436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:11.5919117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:11.5919751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5920133Z with 2022-09-27T16:24:11.5920283Z [ 2022-09-27T16:24:11.5920448Z T=c10::DimVector 2022-09-27T16:24:11.5920598Z ] 2022-09-27T16:24:11.5920977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5921331Z with 2022-09-27T16:24:11.5921481Z [ 2022-09-27T16:24:11.5921663Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:11.5921845Z ] 2022-09-27T16:24:11.5922227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.5922594Z with 2022-09-27T16:24:11.5922743Z [ 2022-09-27T16:24:11.5922922Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:11.5923103Z ] 2022-09-27T16:24:11.5923532Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.5923919Z with 2022-09-27T16:24:11.5924068Z [ 2022-09-27T16:24:11.5924248Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:11.5924423Z ] 2022-09-27T16:24:11.5924875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.5925292Z with 2022-09-27T16:24:11.5925430Z [ 2022-09-27T16:24:11.5925612Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:11.5925790Z ] 2022-09-27T16:24:11.5926200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:11.5926865Z 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-09-27T16:24:11.5927531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5928203Z with 2022-09-27T16:24:11.5928343Z [ 2022-09-27T16:24:11.5928532Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:11.5928711Z ] 2022-09-27T16:24:11.5929095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5929443Z with 2022-09-27T16:24:11.5929592Z [ 2022-09-27T16:24:11.5929801Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:11.5930014Z ] 2022-09-27T16:24:11.5930411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.5930774Z with 2022-09-27T16:24:11.5930970Z [ 2022-09-27T16:24:11.5931181Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:11.5931395Z ] 2022-09-27T16:24:11.5931827Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.5932215Z with 2022-09-27T16:24:11.5932365Z [ 2022-09-27T16:24:11.5932583Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:11.5932780Z ] 2022-09-27T16:24:11.5933235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.5933653Z with 2022-09-27T16:24:11.5933804Z [ 2022-09-27T16:24:11.5934023Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:11.5934229Z ] 2022-09-27T16:24:11.5934678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:11.5935393Z 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-09-27T16:24:11.5936084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5936467Z with 2022-09-27T16:24:11.5936618Z [ 2022-09-27T16:24:11.5936847Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:11.5937058Z ] 2022-09-27T16:24:11.5937437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5937776Z with 2022-09-27T16:24:11.5937927Z [ 2022-09-27T16:24:11.5938127Z T=std::tuple 2022-09-27T16:24:11.5938319Z ] 2022-09-27T16:24:11.5938711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.5939076Z with 2022-09-27T16:24:11.5939212Z [ 2022-09-27T16:24:11.5939410Z T=std::tuple 2022-09-27T16:24:11.5939599Z ] 2022-09-27T16:24:11.5940105Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.5940746Z with 2022-09-27T16:24:11.5940896Z [ 2022-09-27T16:24:11.5953623Z T=std::tuple 2022-09-27T16:24:11.5953847Z ] 2022-09-27T16:24:11.5954334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.5954773Z with 2022-09-27T16:24:11.5954927Z [ 2022-09-27T16:24:11.5955131Z T=std::tuple 2022-09-27T16:24:11.5955313Z ] 2022-09-27T16:24:11.5955870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:11.5956570Z 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-09-27T16:24:11.5957249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5957638Z with 2022-09-27T16:24:11.5957797Z [ 2022-09-27T16:24:11.5958001Z T=std::tuple 2022-09-27T16:24:11.5958201Z ] 2022-09-27T16:24:11.5958572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5958931Z with 2022-09-27T16:24:11.5959086Z [ 2022-09-27T16:24:11.5959269Z T=torch::jit::SourceRange 2022-09-27T16:24:11.5959448Z ] 2022-09-27T16:24:11.5959834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.5960198Z with 2022-09-27T16:24:11.5960350Z [ 2022-09-27T16:24:11.5960530Z T=torch::jit::SourceRange 2022-09-27T16:24:11.5960706Z ] 2022-09-27T16:24:11.5961142Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.5961539Z with 2022-09-27T16:24:11.5961678Z [ 2022-09-27T16:24:11.5961857Z T=torch::jit::SourceRange 2022-09-27T16:24:11.5962032Z ] 2022-09-27T16:24:11.5962489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.5962920Z with 2022-09-27T16:24:11.5963056Z [ 2022-09-27T16:24:11.5963233Z T=torch::jit::SourceRange 2022-09-27T16:24:11.5963407Z ] 2022-09-27T16:24:11.5963821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:11.5964483Z 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-09-27T16:24:11.5965148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5965858Z with 2022-09-27T16:24:11.5966002Z [ 2022-09-27T16:24:11.5966183Z T=torch::jit::SourceRange 2022-09-27T16:24:11.5966365Z ] 2022-09-27T16:24:11.5966749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5967103Z with 2022-09-27T16:24:11.5967256Z [ 2022-09-27T16:24:11.5967442Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:11.5967633Z ] 2022-09-27T16:24:11.5968506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.5968882Z with 2022-09-27T16:24:11.5969038Z [ 2022-09-27T16:24:11.5969237Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:11.5969416Z ] 2022-09-27T16:24:11.5969853Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.5970254Z with 2022-09-27T16:24:11.5970404Z [ 2022-09-27T16:24:11.5970600Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:11.5970789Z ] 2022-09-27T16:24:11.5971238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.5971662Z with 2022-09-27T16:24:11.5971815Z [ 2022-09-27T16:24:11.5972011Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:11.5972200Z ] 2022-09-27T16:24:11.5972630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:11.5973288Z 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-09-27T16:24:11.5973948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5974332Z with 2022-09-27T16:24:11.5974487Z [ 2022-09-27T16:24:11.5974682Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:11.5974871Z ] 2022-09-27T16:24:11.5975251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5975589Z with 2022-09-27T16:24:11.5975742Z [ 2022-09-27T16:24:11.5979747Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:11.5980050Z ] 2022-09-27T16:24:11.5980480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.5980860Z with 2022-09-27T16:24:11.5981013Z [ 2022-09-27T16:24:11.5981196Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:11.5981390Z ] 2022-09-27T16:24:11.5981834Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.5982542Z with 2022-09-27T16:24:11.5982694Z [ 2022-09-27T16:24:11.5982893Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:11.5983068Z ] 2022-09-27T16:24:11.5983569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.5983992Z with 2022-09-27T16:24:11.5984130Z [ 2022-09-27T16:24:11.5984322Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:11.5984506Z ] 2022-09-27T16:24:11.5984930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:11.5985609Z 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-09-27T16:24:11.5986269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5986650Z with 2022-09-27T16:24:11.5986789Z [ 2022-09-27T16:24:11.5986983Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:11.5987170Z ] 2022-09-27T16:24:11.5987551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5987905Z with 2022-09-27T16:24:11.5988057Z [ 2022-09-27T16:24:11.5988221Z T=torch::jit::ScopePtr 2022-09-27T16:24:11.5988396Z ] 2022-09-27T16:24:11.5988789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.5989152Z with 2022-09-27T16:24:11.5989306Z [ 2022-09-27T16:24:11.5989464Z T=torch::jit::ScopePtr 2022-09-27T16:24:11.5989633Z ] 2022-09-27T16:24:11.5990064Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.5990464Z with 2022-09-27T16:24:11.5990613Z [ 2022-09-27T16:24:11.5990785Z T=torch::jit::ScopePtr 2022-09-27T16:24:11.5990942Z ] 2022-09-27T16:24:11.5991403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.5991831Z with 2022-09-27T16:24:11.5991981Z [ 2022-09-27T16:24:11.5992153Z T=torch::jit::ScopePtr 2022-09-27T16:24:11.5992992Z ] 2022-09-27T16:24:11.5993421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:11.5994151Z 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-09-27T16:24:11.5994801Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5995467Z with 2022-09-27T16:24:11.5995626Z [ 2022-09-27T16:24:11.5995806Z T=torch::jit::ScopePtr 2022-09-27T16:24:11.5995982Z ] 2022-09-27T16:24:11.5996355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.5996714Z with 2022-09-27T16:24:11.5996872Z [ 2022-09-27T16:24:11.5997050Z T=at::ThreadLocalState 2022-09-27T16:24:11.5997228Z ] 2022-09-27T16:24:11.5997622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.5997979Z with 2022-09-27T16:24:11.5998131Z [ 2022-09-27T16:24:11.5998308Z T=at::ThreadLocalState 2022-09-27T16:24:11.5998484Z ] 2022-09-27T16:24:11.5998914Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.5999315Z with 2022-09-27T16:24:11.5999454Z [ 2022-09-27T16:24:11.5999630Z T=at::ThreadLocalState 2022-09-27T16:24:11.5999806Z ] 2022-09-27T16:24:11.6000263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.6000685Z with 2022-09-27T16:24:11.6000836Z [ 2022-09-27T16:24:11.6000999Z T=at::ThreadLocalState 2022-09-27T16:24:11.6001174Z ] 2022-09-27T16:24:11.6001597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:11.6002263Z 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-09-27T16:24:11.6003037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.6003431Z with 2022-09-27T16:24:11.6003585Z [ 2022-09-27T16:24:11.6003750Z T=at::ThreadLocalState 2022-09-27T16:24:11.6003929Z ] 2022-09-27T16:24:11.6004363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.6004721Z with 2022-09-27T16:24:11.6004876Z [ 2022-09-27T16:24:11.6005061Z T=std::shared_ptr 2022-09-27T16:24:11.6005253Z ] 2022-09-27T16:24:11.6005923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.6006302Z with 2022-09-27T16:24:11.6006455Z [ 2022-09-27T16:24:11.6006653Z T=std::shared_ptr 2022-09-27T16:24:11.6006828Z ] 2022-09-27T16:24:11.6007267Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.6007720Z with 2022-09-27T16:24:11.6007875Z [ 2022-09-27T16:24:11.6008070Z T=std::shared_ptr 2022-09-27T16:24:11.6008257Z ] 2022-09-27T16:24:11.6008705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.6009134Z with 2022-09-27T16:24:11.6009289Z [ 2022-09-27T16:24:11.6009487Z T=std::shared_ptr 2022-09-27T16:24:11.6009673Z ] 2022-09-27T16:24:11.6010097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:11.6010747Z 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-09-27T16:24:11.6011427Z 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-09-27T16:24:11.6012084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.6012470Z with 2022-09-27T16:24:11.6012621Z [ 2022-09-27T16:24:11.6012820Z T=std::shared_ptr 2022-09-27T16:24:11.6013009Z ] 2022-09-27T16:24:11.6013390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.6013732Z with 2022-09-27T16:24:11.6013881Z [ 2022-09-27T16:24:11.6014066Z T=torch::jit::GraphExecutor 2022-09-27T16:24:11.6014244Z ] 2022-09-27T16:24:11.6014642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.6015007Z with 2022-09-27T16:24:11.6015145Z [ 2022-09-27T16:24:11.6015325Z T=torch::jit::GraphExecutor 2022-09-27T16:24:11.6015504Z ] 2022-09-27T16:24:11.6015933Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.6016326Z with 2022-09-27T16:24:11.6016479Z [ 2022-09-27T16:24:11.6016645Z T=torch::jit::GraphExecutor 2022-09-27T16:24:11.6016819Z ] 2022-09-27T16:24:11.6017320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.6017745Z with 2022-09-27T16:24:11.6017895Z [ 2022-09-27T16:24:11.6018075Z T=torch::jit::GraphExecutor 2022-09-27T16:24:11.6018240Z ] 2022-09-27T16:24:11.6018657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:11.6019304Z 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-09-27T16:24:11.6020013Z 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-09-27T16:24:11.6020685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.6021062Z with 2022-09-27T16:24:11.6021215Z [ 2022-09-27T16:24:11.6021402Z T=torch::jit::GraphExecutor 2022-09-27T16:24:11.6021571Z ] 2022-09-27T16:24:11.6021955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.6022313Z with 2022-09-27T16:24:11.6022464Z [ 2022-09-27T16:24:11.6022638Z T=torch::jit::Method 2022-09-27T16:24:11.6022795Z ] 2022-09-27T16:24:11.6023192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.6023554Z with 2022-09-27T16:24:11.6023703Z [ 2022-09-27T16:24:11.6023872Z T=torch::jit::Method 2022-09-27T16:24:11.6024040Z ] 2022-09-27T16:24:11.6024459Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.6024853Z with 2022-09-27T16:24:11.6025003Z [ 2022-09-27T16:24:11.6025171Z T=torch::jit::Method 2022-09-27T16:24:11.6025341Z ] 2022-09-27T16:24:11.6025794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.6026198Z with 2022-09-27T16:24:11.6026348Z [ 2022-09-27T16:24:11.6026520Z T=torch::jit::Method 2022-09-27T16:24:11.6026689Z ] 2022-09-27T16:24:11.6027096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:11.6027725Z 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-09-27T16:24:11.6028369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.6028737Z with 2022-09-27T16:24:11.6028888Z [ 2022-09-27T16:24:11.6029058Z T=torch::jit::Method 2022-09-27T16:24:11.6029226Z ] 2022-09-27T16:24:11.6029646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.6030000Z with 2022-09-27T16:24:11.6030138Z [ 2022-09-27T16:24:11.6030358Z T=std::vector> 2022-09-27T16:24:11.6030568Z ] 2022-09-27T16:24:11.6030963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.6031372Z with 2022-09-27T16:24:11.6031521Z [ 2022-09-27T16:24:11.6031727Z T=std::vector> 2022-09-27T16:24:11.6031932Z ] 2022-09-27T16:24:11.6032369Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.6032858Z with 2022-09-27T16:24:11.6033169Z [ 2022-09-27T16:24:11.6033401Z T=std::vector> 2022-09-27T16:24:11.6033674Z ] 2022-09-27T16:24:11.6034138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.6034568Z with 2022-09-27T16:24:11.6034728Z [ 2022-09-27T16:24:11.6034990Z T=std::vector> 2022-09-27T16:24:11.6035197Z ] 2022-09-27T16:24:11.6035632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:11.6036330Z 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-09-27T16:24:11.6036997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.6037380Z with 2022-09-27T16:24:11.6037536Z [ 2022-09-27T16:24:11.6037755Z T=std::vector> 2022-09-27T16:24:11.6037962Z ] 2022-09-27T16:24:11.6038331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.6038686Z with 2022-09-27T16:24:11.6038838Z [ 2022-09-27T16:24:11.6039082Z T=std::function 2022-09-27T16:24:11.6039317Z ] 2022-09-27T16:24:11.6039717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.6040078Z with 2022-09-27T16:24:11.6040217Z [ 2022-09-27T16:24:11.6040462Z T=std::function 2022-09-27T16:24:11.6040695Z ] 2022-09-27T16:24:11.6041123Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.6041824Z with 2022-09-27T16:24:11.6041985Z [ 2022-09-27T16:24:11.6042222Z T=std::function 2022-09-27T16:24:11.6042451Z ] 2022-09-27T16:24:11.6042913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.6043341Z with 2022-09-27T16:24:11.6043497Z [ 2022-09-27T16:24:11.6043742Z T=std::function 2022-09-27T16:24:11.6044015Z ] 2022-09-27T16:24:11.6044480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:11.6045249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:24:11.6045962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.6046347Z with 2022-09-27T16:24:11.6046504Z [ 2022-09-27T16:24:11.6046750Z T=std::function 2022-09-27T16:24:11.6046979Z ] 2022-09-27T16:24:11.6047352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.6047701Z with 2022-09-27T16:24:11.6047854Z [ 2022-09-27T16:24:11.6048122Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:11.6048377Z ] 2022-09-27T16:24:11.6048770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.6049119Z with 2022-09-27T16:24:11.6049268Z [ 2022-09-27T16:24:11.6049534Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:11.6049791Z ] 2022-09-27T16:24:11.6050222Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.6050620Z with 2022-09-27T16:24:11.6050760Z [ 2022-09-27T16:24:11.6051029Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:11.6051284Z ] 2022-09-27T16:24:11.6051745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.6052169Z with 2022-09-27T16:24:11.6052320Z [ 2022-09-27T16:24:11.6052573Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:11.6052826Z ] 2022-09-27T16:24:11.6053314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:11.6054177Z 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-09-27T16:24:11.6054923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.6055300Z with 2022-09-27T16:24:11.6055452Z [ 2022-09-27T16:24:11.6055718Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:11.6056003Z ] 2022-09-27T16:24:11.6056386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.6056744Z with 2022-09-27T16:24:11.6056895Z [ 2022-09-27T16:24:11.6057101Z T=std::vector> 2022-09-27T16:24:11.6057298Z ] 2022-09-27T16:24:11.6057678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.6058046Z with 2022-09-27T16:24:11.6058194Z [ 2022-09-27T16:24:11.6058401Z T=std::vector> 2022-09-27T16:24:11.6058597Z ] 2022-09-27T16:24:11.6058942Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.6059006Z with 2022-09-27T16:24:11.6059065Z [ 2022-09-27T16:24:11.6059187Z T=std::vector> 2022-09-27T16:24:11.6059232Z ] 2022-09-27T16:24:11.6059602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.6059663Z with 2022-09-27T16:24:11.6059721Z [ 2022-09-27T16:24:11.6059840Z T=std::vector> 2022-09-27T16:24:11.6059899Z ] 2022-09-27T16:24:11.6060231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:11.6060295Z with 2022-09-27T16:24:11.6060352Z [ 2022-09-27T16:24:11.6060418Z T=double 2022-09-27T16:24:11.6060477Z ] 2022-09-27T16:24:11.6060849Z 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-09-27T16:24:11.6060909Z with 2022-09-27T16:24:11.6060966Z [ 2022-09-27T16:24:11.6061033Z T=double 2022-09-27T16:24:11.6061079Z ] 2022-09-27T16:24:11.6061399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.6061463Z with 2022-09-27T16:24:11.6061521Z [ 2022-09-27T16:24:11.6061642Z T=std::vector> 2022-09-27T16:24:11.6061699Z ] 2022-09-27T16:24:11.6062032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.6062094Z with 2022-09-27T16:24:11.6062152Z [ 2022-09-27T16:24:11.6062258Z T=std::tuple 2022-09-27T16:24:11.6062315Z ] 2022-09-27T16:24:11.6062622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.6062683Z with 2022-09-27T16:24:11.6062741Z [ 2022-09-27T16:24:11.6062846Z T=std::tuple 2022-09-27T16:24:11.6062928Z ] 2022-09-27T16:24:11.6063274Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.6063338Z with 2022-09-27T16:24:11.6063397Z [ 2022-09-27T16:24:11.6063502Z T=std::tuple 2022-09-27T16:24:11.6063560Z ] 2022-09-27T16:24:11.6063925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.6063985Z with 2022-09-27T16:24:11.6064043Z [ 2022-09-27T16:24:11.6064145Z T=std::tuple 2022-09-27T16:24:11.6064202Z ] 2022-09-27T16:24:11.6064540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:11.6064903Z 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-09-27T16:24:11.6065225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.6065285Z with 2022-09-27T16:24:11.6065343Z [ 2022-09-27T16:24:11.6065446Z T=std::tuple 2022-09-27T16:24:11.6065506Z ] 2022-09-27T16:24:11.6065792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:11.6065845Z with 2022-09-27T16:24:11.6065903Z [ 2022-09-27T16:24:11.6066032Z T=std::vector> 2022-09-27T16:24:11.6066090Z ] 2022-09-27T16:24:11.6066398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:11.6066458Z with 2022-09-27T16:24:11.6066516Z [ 2022-09-27T16:24:11.6066646Z T=std::vector> 2022-09-27T16:24:11.6066706Z ] 2022-09-27T16:24:11.6067053Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:11.6067116Z with 2022-09-27T16:24:11.6067173Z [ 2022-09-27T16:24:11.6067299Z T=std::vector> 2022-09-27T16:24:11.6067356Z ] 2022-09-27T16:24:11.6067760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:11.6067824Z with 2022-09-27T16:24:11.6067870Z [ 2022-09-27T16:24:11.6067994Z T=std::vector> 2022-09-27T16:24:11.6068052Z ] 2022-09-27T16:24:11.6068394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:11.6068806Z 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-09-27T16:24:11.6069133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:11.6069198Z with 2022-09-27T16:24:11.6069258Z [ 2022-09-27T16:24:11.6069384Z T=std::vector> 2022-09-27T16:24:11.6069443Z ] 2022-09-27T16:24:11.6926150Z [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-09-27T16:24:11.6926394Z Creating library inline_jit_extension_with_functions_dict.lib and object inline_jit_extension_with_functions_dict.exp 2022-09-27T16:24:11.6944220Z Loading extension module inline_jit_extension_with_functions_dict... 2022-09-27T16:24:11.7106161Z ok (11.092s) 2022-09-27T16:24:11.7124513Z 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-09-27T16:24:11.7124862Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\inline_jit_extension_with_functions_list... 2022-09-27T16:24:11.7225893Z 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-09-27T16:24:11.8764983Z Building extension module inline_jit_extension_with_functions_list... 2022-09-27T16:24:11.8765208Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-09-27T16:24:22.6429490Z [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-09-27T16:24:22.6430965Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-09-27T16:24:22.6431502Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-09-27T16:24:22.6431724Z 2022-09-27T16:24:22.6432758Z 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-09-27T16:24:22.6433595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6434172Z with 2022-09-27T16:24:22.6434394Z [ 2022-09-27T16:24:22.6434620Z T=c10::SymInt 2022-09-27T16:24:22.6434850Z ] 2022-09-27T16:24:22.6435385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6435999Z with 2022-09-27T16:24:22.6436207Z [ 2022-09-27T16:24:22.6436422Z T=c10::SymInt 2022-09-27T16:24:22.6436647Z ] 2022-09-27T16:24:22.6437237Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6437795Z with 2022-09-27T16:24:22.6438007Z [ 2022-09-27T16:24:22.6438230Z T=c10::SymInt 2022-09-27T16:24:22.6438430Z ] 2022-09-27T16:24:22.6439045Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6439617Z with 2022-09-27T16:24:22.6439821Z [ 2022-09-27T16:24:22.6440062Z T=c10::SymInt 2022-09-27T16:24:22.6440278Z ] 2022-09-27T16:24:22.6440803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:22.6441638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1514): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:22.6442491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6443008Z with 2022-09-27T16:24:22.6443218Z [ 2022-09-27T16:24:22.6443441Z T=c10::SymInt 2022-09-27T16:24:22.6443646Z ] 2022-09-27T16:24:22.6444016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2533): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-09-27T16:24:22.6444588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6444943Z with 2022-09-27T16:24:22.6445097Z [ 2022-09-27T16:24:22.6445269Z T=at::TensorBase 2022-09-27T16:24:22.6445438Z ] 2022-09-27T16:24:22.6445836Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6446183Z with 2022-09-27T16:24:22.6446337Z [ 2022-09-27T16:24:22.6446506Z T=at::TensorBase 2022-09-27T16:24:22.6446671Z ] 2022-09-27T16:24:22.6447104Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6447511Z with 2022-09-27T16:24:22.6447649Z [ 2022-09-27T16:24:22.6447817Z T=at::TensorBase 2022-09-27T16:24:22.6448050Z ] 2022-09-27T16:24:22.6448513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6448937Z with 2022-09-27T16:24:22.6449090Z [ 2022-09-27T16:24:22.6449246Z T=at::TensorBase 2022-09-27T16:24:22.6449413Z ] 2022-09-27T16:24:22.6449817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:22.6450512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(921): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:22.6451156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6451541Z with 2022-09-27T16:24:22.6451697Z [ 2022-09-27T16:24:22.6451857Z T=at::TensorBase 2022-09-27T16:24:22.6452028Z ] 2022-09-27T16:24:22.6452414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6452765Z with 2022-09-27T16:24:22.6452921Z [ 2022-09-27T16:24:22.6453076Z T=at::Tensor 2022-09-27T16:24:22.6453239Z ] 2022-09-27T16:24:22.6453637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6453999Z with 2022-09-27T16:24:22.6454155Z [ 2022-09-27T16:24:22.6454316Z T=at::Tensor 2022-09-27T16:24:22.6454466Z ] 2022-09-27T16:24:22.6454898Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6455291Z with 2022-09-27T16:24:22.6455443Z [ 2022-09-27T16:24:22.6455605Z T=at::Tensor 2022-09-27T16:24:22.6455772Z ] 2022-09-27T16:24:22.6456217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6456641Z with 2022-09-27T16:24:22.6456801Z [ 2022-09-27T16:24:22.6456964Z T=at::Tensor 2022-09-27T16:24:22.6457129Z ] 2022-09-27T16:24:22.6457529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:22.6458131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(510): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:22.6458764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6459149Z with 2022-09-27T16:24:22.6459303Z [ 2022-09-27T16:24:22.6459467Z T=at::Tensor 2022-09-27T16:24:22.6459629Z ] 2022-09-27T16:24:22.6460038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6460545Z with 2022-09-27T16:24:22.6460700Z [ 2022-09-27T16:24:22.6460871Z T=at::Generator 2022-09-27T16:24:22.6461040Z ] 2022-09-27T16:24:22.6461436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6461788Z with 2022-09-27T16:24:22.6461941Z [ 2022-09-27T16:24:22.6462108Z T=at::Generator 2022-09-27T16:24:22.6462321Z ] 2022-09-27T16:24:22.6462756Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6463155Z with 2022-09-27T16:24:22.6463299Z [ 2022-09-27T16:24:22.6463469Z T=at::Generator 2022-09-27T16:24:22.6463635Z ] 2022-09-27T16:24:22.6464092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6464513Z with 2022-09-27T16:24:22.6464668Z [ 2022-09-27T16:24:22.6464823Z T=at::Generator 2022-09-27T16:24:22.6464988Z ] 2022-09-27T16:24:22.6465389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:22.6466018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(587): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:22.6466654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6467038Z with 2022-09-27T16:24:22.6467192Z [ 2022-09-27T16:24:22.6467347Z T=at::Generator 2022-09-27T16:24:22.6467514Z ] 2022-09-27T16:24:22.6467898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6468255Z with 2022-09-27T16:24:22.6468407Z [ 2022-09-27T16:24:22.6468558Z T=std::string 2022-09-27T16:24:22.6468723Z ] 2022-09-27T16:24:22.6469116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6469483Z with 2022-09-27T16:24:22.6469634Z [ 2022-09-27T16:24:22.6469797Z T=std::string 2022-09-27T16:24:22.6469949Z ] 2022-09-27T16:24:22.6470383Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6470783Z with 2022-09-27T16:24:22.6470937Z [ 2022-09-27T16:24:22.6471099Z T=std::string 2022-09-27T16:24:22.6471265Z ] 2022-09-27T16:24:22.6471717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6472140Z with 2022-09-27T16:24:22.6472344Z [ 2022-09-27T16:24:22.6472506Z T=std::string 2022-09-27T16:24:22.6472668Z ] 2022-09-27T16:24:22.6473068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:22.6473673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(448): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:22.6474388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6474823Z with 2022-09-27T16:24:22.6474982Z [ 2022-09-27T16:24:22.6475151Z T=std::string 2022-09-27T16:24:22.6475314Z ] 2022-09-27T16:24:22.6475698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6476042Z with 2022-09-27T16:24:22.6476199Z [ 2022-09-27T16:24:22.6476379Z T=c10::QualifiedName 2022-09-27T16:24:22.6476553Z ] 2022-09-27T16:24:22.6476947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6477310Z with 2022-09-27T16:24:22.6477454Z [ 2022-09-27T16:24:22.6477629Z T=c10::QualifiedName 2022-09-27T16:24:22.6477799Z ] 2022-09-27T16:24:22.6478237Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6478640Z with 2022-09-27T16:24:22.6478778Z [ 2022-09-27T16:24:22.6478950Z T=c10::QualifiedName 2022-09-27T16:24:22.6479120Z ] 2022-09-27T16:24:22.6479580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6480005Z with 2022-09-27T16:24:22.6480156Z [ 2022-09-27T16:24:22.6480317Z T=c10::QualifiedName 2022-09-27T16:24:22.6480490Z ] 2022-09-27T16:24:22.6480899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:22.6481535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(696): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:22.6482177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6482566Z with 2022-09-27T16:24:22.6482722Z [ 2022-09-27T16:24:22.6482882Z T=c10::QualifiedName 2022-09-27T16:24:22.6483055Z ] 2022-09-27T16:24:22.6483437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6483794Z with 2022-09-27T16:24:22.6483947Z [ 2022-09-27T16:24:22.6484166Z T=std::shared_ptr 2022-09-27T16:24:22.6484359Z ] 2022-09-27T16:24:22.6484803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6485168Z with 2022-09-27T16:24:22.6485322Z [ 2022-09-27T16:24:22.6485536Z T=std::shared_ptr 2022-09-27T16:24:22.6485738Z ] 2022-09-27T16:24:22.6486162Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6486609Z with 2022-09-27T16:24:22.6486762Z [ 2022-09-27T16:24:22.6486974Z T=std::shared_ptr 2022-09-27T16:24:22.6487173Z ] 2022-09-27T16:24:22.6487637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6488043Z with 2022-09-27T16:24:22.6488197Z [ 2022-09-27T16:24:22.6488411Z T=std::shared_ptr 2022-09-27T16:24:22.6488614Z ] 2022-09-27T16:24:22.6489053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:22.6489743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1340): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:24:22.6490407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6490792Z with 2022-09-27T16:24:22.6490934Z [ 2022-09-27T16:24:22.6491148Z T=std::shared_ptr 2022-09-27T16:24:22.6491352Z ] 2022-09-27T16:24:22.6491736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6492090Z with 2022-09-27T16:24:22.6492234Z [ 2022-09-27T16:24:22.6492448Z T=std::weak_ptr 2022-09-27T16:24:22.6492651Z ] 2022-09-27T16:24:22.6493048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6493410Z with 2022-09-27T16:24:22.6493564Z [ 2022-09-27T16:24:22.6493766Z T=std::weak_ptr 2022-09-27T16:24:22.6493965Z ] 2022-09-27T16:24:22.6494402Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6494796Z with 2022-09-27T16:24:22.6494948Z [ 2022-09-27T16:24:22.6495159Z T=std::weak_ptr 2022-09-27T16:24:22.6495346Z ] 2022-09-27T16:24:22.6495807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6496231Z with 2022-09-27T16:24:22.6496384Z [ 2022-09-27T16:24:22.6496641Z T=std::weak_ptr 2022-09-27T16:24:22.6496839Z ] 2022-09-27T16:24:22.6497265Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:22.6497945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1341): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:24:22.6498652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6499033Z with 2022-09-27T16:24:22.6499187Z [ 2022-09-27T16:24:22.6499401Z T=std::weak_ptr 2022-09-27T16:24:22.6499945Z ] 2022-09-27T16:24:22.6500330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6500668Z with 2022-09-27T16:24:22.6500821Z [ 2022-09-27T16:24:22.6501059Z T=std::vector> 2022-09-27T16:24:22.6501285Z ] 2022-09-27T16:24:22.6501682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6502055Z with 2022-09-27T16:24:22.6502197Z [ 2022-09-27T16:24:22.6502433Z T=std::vector> 2022-09-27T16:24:22.6502654Z ] 2022-09-27T16:24:22.6503085Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6503486Z with 2022-09-27T16:24:22.6503638Z [ 2022-09-27T16:24:22.6503860Z T=std::vector> 2022-09-27T16:24:22.6504080Z ] 2022-09-27T16:24:22.6504542Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6504970Z with 2022-09-27T16:24:22.6505122Z [ 2022-09-27T16:24:22.6505358Z T=std::vector> 2022-09-27T16:24:22.6505570Z ] 2022-09-27T16:24:22.6506029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:22.6506752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(482): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:24:22.6507423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6507814Z with 2022-09-27T16:24:22.6507970Z [ 2022-09-27T16:24:22.6508208Z T=std::vector> 2022-09-27T16:24:22.6508419Z ] 2022-09-27T16:24:22.6508851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6509203Z with 2022-09-27T16:24:22.6509356Z [ 2022-09-27T16:24:22.6509564Z T=std::vector> 2022-09-27T16:24:22.6509762Z ] 2022-09-27T16:24:22.6510143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6510508Z with 2022-09-27T16:24:22.6510709Z [ 2022-09-27T16:24:22.6510914Z T=std::vector> 2022-09-27T16:24:22.6511104Z ] 2022-09-27T16:24:22.6511540Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6511940Z with 2022-09-27T16:24:22.6512082Z [ 2022-09-27T16:24:22.6512283Z T=std::vector> 2022-09-27T16:24:22.6512476Z ] 2022-09-27T16:24:22.6512936Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6513352Z with 2022-09-27T16:24:22.6513492Z [ 2022-09-27T16:24:22.6513696Z T=std::vector> 2022-09-27T16:24:22.6513889Z ] 2022-09-27T16:24:22.6514397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:22.6515069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(441): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:24:22.6515719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6516108Z with 2022-09-27T16:24:22.6516263Z [ 2022-09-27T16:24:22.6516458Z T=std::vector> 2022-09-27T16:24:22.6516654Z ] 2022-09-27T16:24:22.6517038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6517391Z with 2022-09-27T16:24:22.6517544Z [ 2022-09-27T16:24:22.6517798Z T=std::vector,std::allocator>> 2022-09-27T16:24:22.6518017Z ] 2022-09-27T16:24:22.6518415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6518786Z with 2022-09-27T16:24:22.6518941Z [ 2022-09-27T16:24:22.6519192Z T=std::vector,std::allocator>> 2022-09-27T16:24:22.6519418Z ] 2022-09-27T16:24:22.6519847Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6520246Z with 2022-09-27T16:24:22.6520396Z [ 2022-09-27T16:24:22.6520697Z T=std::vector,std::allocator>> 2022-09-27T16:24:22.6520915Z ] 2022-09-27T16:24:22.6521372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6521798Z with 2022-09-27T16:24:22.6521950Z [ 2022-09-27T16:24:22.6522197Z T=std::vector,std::allocator>> 2022-09-27T16:24:22.6522423Z ] 2022-09-27T16:24:22.6522930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:24:22.6523671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:24:22.6524341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(843): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:24:22.6524951Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6525337Z with 2022-09-27T16:24:22.6525490Z [ 2022-09-27T16:24:22.6525734Z T=std::vector,std::allocator>> 2022-09-27T16:24:22.6525965Z ] 2022-09-27T16:24:22.6526344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6526688Z with 2022-09-27T16:24:22.6526826Z [ 2022-09-27T16:24:22.6527067Z T=std::vector,std::allocator>> 2022-09-27T16:24:22.6527292Z ] 2022-09-27T16:24:22.6527689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6528052Z with 2022-09-27T16:24:22.6528190Z [ 2022-09-27T16:24:22.6528431Z T=std::vector,std::allocator>> 2022-09-27T16:24:22.6528655Z ] 2022-09-27T16:24:22.6529086Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6529482Z with 2022-09-27T16:24:22.6529631Z [ 2022-09-27T16:24:22.6529866Z T=std::vector,std::allocator>> 2022-09-27T16:24:22.6530078Z ] 2022-09-27T16:24:22.6530531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6530956Z with 2022-09-27T16:24:22.6531106Z [ 2022-09-27T16:24:22.6531344Z T=std::vector,std::allocator>> 2022-09-27T16:24:22.6531566Z ] 2022-09-27T16:24:22.6532341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:24:22.6533073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:24:22.6533736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(613): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:24:22.6534417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6534793Z with 2022-09-27T16:24:22.6534944Z [ 2022-09-27T16:24:22.6535187Z T=std::vector,std::allocator>> 2022-09-27T16:24:22.6535411Z ] 2022-09-27T16:24:22.6535781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6536134Z with 2022-09-27T16:24:22.6536287Z [ 2022-09-27T16:24:22.6536499Z T=std::vector> 2022-09-27T16:24:22.6536693Z ] 2022-09-27T16:24:22.6537091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6537444Z with 2022-09-27T16:24:22.6537594Z [ 2022-09-27T16:24:22.6537804Z T=std::vector> 2022-09-27T16:24:22.6537997Z ] 2022-09-27T16:24:22.6538433Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6538825Z with 2022-09-27T16:24:22.6538966Z [ 2022-09-27T16:24:22.6539172Z T=std::vector> 2022-09-27T16:24:22.6539367Z ] 2022-09-27T16:24:22.6539821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6540243Z with 2022-09-27T16:24:22.6540395Z [ 2022-09-27T16:24:22.6540590Z T=std::vector> 2022-09-27T16:24:22.6540786Z ] 2022-09-27T16:24:22.6541219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:22.6541884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(726): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:24:22.6542535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6542918Z with 2022-09-27T16:24:22.6543070Z [ 2022-09-27T16:24:22.6543277Z T=std::vector> 2022-09-27T16:24:22.6543459Z ] 2022-09-27T16:24:22.6543881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6544236Z with 2022-09-27T16:24:22.6544391Z [ 2022-09-27T16:24:22.6544624Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:22.6544835Z ] 2022-09-27T16:24:22.6545226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6545592Z with 2022-09-27T16:24:22.6545742Z [ 2022-09-27T16:24:22.6546020Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:22.6546241Z ] 2022-09-27T16:24:22.6546662Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6547093Z with 2022-09-27T16:24:22.6547318Z [ 2022-09-27T16:24:22.6547679Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:22.6548090Z ] 2022-09-27T16:24:22.6548818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6549253Z with 2022-09-27T16:24:22.6549393Z [ 2022-09-27T16:24:22.6549627Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:22.6549851Z ] 2022-09-27T16:24:22.6550309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:22.6551052Z 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-09-27T16:24:22.6551780Z 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-09-27T16:24:22.6552461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6552844Z with 2022-09-27T16:24:22.6552984Z [ 2022-09-27T16:24:22.6553216Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:22.6553478Z ] 2022-09-27T16:24:22.6554205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6554608Z with 2022-09-27T16:24:22.6554761Z [ 2022-09-27T16:24:22.6554982Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:22.6555203Z ] 2022-09-27T16:24:22.6555602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6555974Z with 2022-09-27T16:24:22.6556122Z [ 2022-09-27T16:24:22.6556352Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:22.6556557Z ] 2022-09-27T16:24:22.6557084Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6557484Z with 2022-09-27T16:24:22.6557636Z [ 2022-09-27T16:24:22.6557864Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:22.6558083Z ] 2022-09-27T16:24:22.6558529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6559015Z with 2022-09-27T16:24:22.6559167Z [ 2022-09-27T16:24:22.6559398Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:22.6559619Z ] 2022-09-27T16:24:22.6560069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:22.6560811Z 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-09-27T16:24:22.6561548Z 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-09-27T16:24:22.6562236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6562600Z with 2022-09-27T16:24:22.6562752Z [ 2022-09-27T16:24:22.6562989Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:22.6563208Z ] 2022-09-27T16:24:22.6563590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6563938Z with 2022-09-27T16:24:22.6564075Z [ 2022-09-27T16:24:22.6564260Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:22.6564442Z ] 2022-09-27T16:24:22.6564835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6565195Z with 2022-09-27T16:24:22.6565331Z [ 2022-09-27T16:24:22.6565515Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:22.6565696Z ] 2022-09-27T16:24:22.6566129Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6566522Z with 2022-09-27T16:24:22.6566670Z [ 2022-09-27T16:24:22.6566838Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:22.6567017Z ] 2022-09-27T16:24:22.6567474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6567898Z with 2022-09-27T16:24:22.6568047Z [ 2022-09-27T16:24:22.6568227Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:22.6568393Z ] 2022-09-27T16:24:22.6568856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:22.6569501Z 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-09-27T16:24:22.6569871Z with 2022-09-27T16:24:22.6570021Z [ 2022-09-27T16:24:22.6570204Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:22.6570384Z ] 2022-09-27T16:24:22.6570818Z 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-09-27T16:24:22.6571550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6571934Z with 2022-09-27T16:24:22.6572085Z [ 2022-09-27T16:24:22.6572270Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:22.6572450Z ] 2022-09-27T16:24:22.6572815Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6573167Z with 2022-09-27T16:24:22.6573318Z [ 2022-09-27T16:24:22.6573583Z T=std::vector> 2022-09-27T16:24:22.6573836Z ] 2022-09-27T16:24:22.6574227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6574585Z with 2022-09-27T16:24:22.6574722Z [ 2022-09-27T16:24:22.6574989Z T=std::vector> 2022-09-27T16:24:22.6575235Z ] 2022-09-27T16:24:22.6575666Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6576059Z with 2022-09-27T16:24:22.6576207Z [ 2022-09-27T16:24:22.6576463Z T=std::vector> 2022-09-27T16:24:22.6576711Z ] 2022-09-27T16:24:22.6577167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6577586Z with 2022-09-27T16:24:22.6577737Z [ 2022-09-27T16:24:22.6578001Z T=std::vector> 2022-09-27T16:24:22.6578236Z ] 2022-09-27T16:24:22.6578722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:22.6579501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(843): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:24:22.6580258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6580644Z with 2022-09-27T16:24:22.6580797Z [ 2022-09-27T16:24:22.6581070Z T=std::vector> 2022-09-27T16:24:22.6581319Z ] 2022-09-27T16:24:22.6581684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6582042Z with 2022-09-27T16:24:22.6582196Z [ 2022-09-27T16:24:22.6582377Z T=torch::autograd::ViewInfo 2022-09-27T16:24:22.6582605Z ] 2022-09-27T16:24:22.6583002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6583352Z with 2022-09-27T16:24:22.6583501Z [ 2022-09-27T16:24:22.6583685Z T=torch::autograd::ViewInfo 2022-09-27T16:24:22.6583862Z ] 2022-09-27T16:24:22.6584329Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6584719Z with 2022-09-27T16:24:22.6584856Z [ 2022-09-27T16:24:22.6585038Z T=torch::autograd::ViewInfo 2022-09-27T16:24:22.6585216Z ] 2022-09-27T16:24:22.6585673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6586089Z with 2022-09-27T16:24:22.6586241Z [ 2022-09-27T16:24:22.6586405Z T=torch::autograd::ViewInfo 2022-09-27T16:24:22.6586585Z ] 2022-09-27T16:24:22.6586994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:22.6587651Z 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-09-27T16:24:22.6588305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6588684Z with 2022-09-27T16:24:22.6588835Z [ 2022-09-27T16:24:22.6589002Z T=torch::autograd::ViewInfo 2022-09-27T16:24:22.6589181Z ] 2022-09-27T16:24:22.6589565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6589915Z with 2022-09-27T16:24:22.6590065Z [ 2022-09-27T16:24:22.6590225Z T=c10::IValue 2022-09-27T16:24:22.6590374Z ] 2022-09-27T16:24:22.6590768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6591130Z with 2022-09-27T16:24:22.6591282Z [ 2022-09-27T16:24:22.6591444Z T=c10::IValue 2022-09-27T16:24:22.6591592Z ] 2022-09-27T16:24:22.6592019Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6592461Z with 2022-09-27T16:24:22.6592615Z [ 2022-09-27T16:24:22.6592772Z T=c10::IValue 2022-09-27T16:24:22.6592930Z ] 2022-09-27T16:24:22.6593374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6593797Z with 2022-09-27T16:24:22.6593947Z [ 2022-09-27T16:24:22.6594194Z T=c10::IValue 2022-09-27T16:24:22.6594355Z ] 2022-09-27T16:24:22.6594809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:22.6595437Z 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-09-27T16:24:22.6596056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6596444Z with 2022-09-27T16:24:22.6596597Z [ 2022-09-27T16:24:22.6596758Z T=c10::IValue 2022-09-27T16:24:22.6596923Z ] 2022-09-27T16:24:22.6597300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6597642Z with 2022-09-27T16:24:22.6597792Z [ 2022-09-27T16:24:22.6597959Z T=c10::AliasInfo 2022-09-27T16:24:22.6598123Z ] 2022-09-27T16:24:22.6598517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6598878Z with 2022-09-27T16:24:22.6599015Z [ 2022-09-27T16:24:22.6599180Z T=c10::AliasInfo 2022-09-27T16:24:22.6599340Z ] 2022-09-27T16:24:22.6599768Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6600164Z with 2022-09-27T16:24:22.6600312Z [ 2022-09-27T16:24:22.6600464Z T=c10::AliasInfo 2022-09-27T16:24:22.6600625Z ] 2022-09-27T16:24:22.6601075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6601493Z with 2022-09-27T16:24:22.6601641Z [ 2022-09-27T16:24:22.6601791Z T=c10::AliasInfo 2022-09-27T16:24:22.6601955Z ] 2022-09-27T16:24:22.6602359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:22.6602981Z 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-09-27T16:24:22.6603619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6603999Z with 2022-09-27T16:24:22.6604151Z [ 2022-09-27T16:24:22.6604301Z T=c10::AliasInfo 2022-09-27T16:24:22.6604511Z ] 2022-09-27T16:24:22.6604891Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6605237Z with 2022-09-27T16:24:22.6605387Z [ 2022-09-27T16:24:22.6605608Z T=c10::either 2022-09-27T16:24:22.6605805Z ] 2022-09-27T16:24:22.6606197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6606603Z with 2022-09-27T16:24:22.6606753Z [ 2022-09-27T16:24:22.6606972Z T=c10::either 2022-09-27T16:24:22.6607178Z ] 2022-09-27T16:24:22.6607598Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6607999Z with 2022-09-27T16:24:22.6608150Z [ 2022-09-27T16:24:22.6608369Z T=c10::either 2022-09-27T16:24:22.6608575Z ] 2022-09-27T16:24:22.6609032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6609446Z with 2022-09-27T16:24:22.6609594Z [ 2022-09-27T16:24:22.6609816Z T=c10::either 2022-09-27T16:24:22.6610024Z ] 2022-09-27T16:24:22.6610470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:22.6611193Z 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-09-27T16:24:22.6611883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6612262Z with 2022-09-27T16:24:22.6612400Z [ 2022-09-27T16:24:22.6612618Z T=c10::either 2022-09-27T16:24:22.6612825Z ] 2022-09-27T16:24:22.6613208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6613559Z with 2022-09-27T16:24:22.6613710Z [ 2022-09-27T16:24:22.6613869Z T=at::StepCallbacks 2022-09-27T16:24:22.6614042Z ] 2022-09-27T16:24:22.6614435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6614800Z with 2022-09-27T16:24:22.6614947Z [ 2022-09-27T16:24:22.6615105Z T=at::StepCallbacks 2022-09-27T16:24:22.6615277Z ] 2022-09-27T16:24:22.6615711Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6616105Z with 2022-09-27T16:24:22.6616305Z [ 2022-09-27T16:24:22.6616475Z T=at::StepCallbacks 2022-09-27T16:24:22.6616631Z ] 2022-09-27T16:24:22.6617088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6617513Z with 2022-09-27T16:24:22.6617662Z [ 2022-09-27T16:24:22.6617832Z T=at::StepCallbacks 2022-09-27T16:24:22.6618001Z ] 2022-09-27T16:24:22.6618399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:22.6619095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:22.6619742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6620125Z with 2022-09-27T16:24:22.6620275Z [ 2022-09-27T16:24:22.6620446Z T=at::StepCallbacks 2022-09-27T16:24:22.6620616Z ] 2022-09-27T16:24:22.6620978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6621334Z with 2022-09-27T16:24:22.6621488Z [ 2022-09-27T16:24:22.6621652Z T=c10::DimVector 2022-09-27T16:24:22.6621816Z ] 2022-09-27T16:24:22.6622211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6622563Z with 2022-09-27T16:24:22.6622712Z [ 2022-09-27T16:24:22.6622876Z T=c10::DimVector 2022-09-27T16:24:22.6623038Z ] 2022-09-27T16:24:22.6623468Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6623860Z with 2022-09-27T16:24:22.6624000Z [ 2022-09-27T16:24:22.6624168Z T=c10::DimVector 2022-09-27T16:24:22.6624335Z ] 2022-09-27T16:24:22.6624791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6625214Z with 2022-09-27T16:24:22.6625353Z [ 2022-09-27T16:24:22.6625518Z T=c10::DimVector 2022-09-27T16:24:22.6625684Z ] 2022-09-27T16:24:22.6626083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:22.6626707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:22.6627340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6627722Z with 2022-09-27T16:24:22.6627859Z [ 2022-09-27T16:24:22.6628029Z T=c10::DimVector 2022-09-27T16:24:22.6628245Z ] 2022-09-27T16:24:22.6628622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6628973Z with 2022-09-27T16:24:22.6629123Z [ 2022-09-27T16:24:22.6629299Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:22.6629482Z ] 2022-09-27T16:24:22.6629877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6630295Z with 2022-09-27T16:24:22.6630446Z [ 2022-09-27T16:24:22.6630627Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:22.6630794Z ] 2022-09-27T16:24:22.6631225Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6631621Z with 2022-09-27T16:24:22.6631771Z [ 2022-09-27T16:24:22.6631954Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:22.6632117Z ] 2022-09-27T16:24:22.6632576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6632996Z with 2022-09-27T16:24:22.6633145Z [ 2022-09-27T16:24:22.6633326Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:22.6633502Z ] 2022-09-27T16:24:22.6633915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:22.6634645Z 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-09-27T16:24:22.6635312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6635692Z with 2022-09-27T16:24:22.6635843Z [ 2022-09-27T16:24:22.6636029Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:22.6636209Z ] 2022-09-27T16:24:22.6636591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6636926Z with 2022-09-27T16:24:22.6637079Z [ 2022-09-27T16:24:22.6637305Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:22.6637513Z ] 2022-09-27T16:24:22.6637910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6638273Z with 2022-09-27T16:24:22.6638412Z [ 2022-09-27T16:24:22.6638633Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:22.6638846Z ] 2022-09-27T16:24:22.6639274Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6639668Z with 2022-09-27T16:24:22.6639819Z [ 2022-09-27T16:24:22.6640025Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:22.6640230Z ] 2022-09-27T16:24:22.6640739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6641163Z with 2022-09-27T16:24:22.6641314Z [ 2022-09-27T16:24:22.6641535Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:22.6641731Z ] 2022-09-27T16:24:22.6642183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:22.6642953Z 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-09-27T16:24:22.6643645Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6644030Z with 2022-09-27T16:24:22.6644183Z [ 2022-09-27T16:24:22.6644406Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:22.6644604Z ] 2022-09-27T16:24:22.6644980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6645329Z with 2022-09-27T16:24:22.6645478Z [ 2022-09-27T16:24:22.6645676Z T=std::tuple 2022-09-27T16:24:22.6645864Z ] 2022-09-27T16:24:22.6646244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6646604Z with 2022-09-27T16:24:22.6646755Z [ 2022-09-27T16:24:22.6646953Z T=std::tuple 2022-09-27T16:24:22.6647141Z ] 2022-09-27T16:24:22.6647569Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6647949Z with 2022-09-27T16:24:22.6648098Z [ 2022-09-27T16:24:22.6648299Z T=std::tuple 2022-09-27T16:24:22.6648487Z ] 2022-09-27T16:24:22.6648939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6649356Z with 2022-09-27T16:24:22.6649493Z [ 2022-09-27T16:24:22.6649692Z T=std::tuple 2022-09-27T16:24:22.6649882Z ] 2022-09-27T16:24:22.6650306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:22.6650987Z 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-09-27T16:24:22.6651651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6652073Z with 2022-09-27T16:24:22.6652214Z [ 2022-09-27T16:24:22.6652413Z T=std::tuple 2022-09-27T16:24:22.6652603Z ] 2022-09-27T16:24:22.6652979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6653334Z with 2022-09-27T16:24:22.6653485Z [ 2022-09-27T16:24:22.6653650Z T=torch::jit::SourceRange 2022-09-27T16:24:22.6653827Z ] 2022-09-27T16:24:22.6654222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6654629Z with 2022-09-27T16:24:22.6654779Z [ 2022-09-27T16:24:22.6654955Z T=torch::jit::SourceRange 2022-09-27T16:24:22.6655117Z ] 2022-09-27T16:24:22.6655554Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6655943Z with 2022-09-27T16:24:22.6656094Z [ 2022-09-27T16:24:22.6656269Z T=torch::jit::SourceRange 2022-09-27T16:24:22.6656442Z ] 2022-09-27T16:24:22.6656884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6657308Z with 2022-09-27T16:24:22.6657458Z [ 2022-09-27T16:24:22.6657633Z T=torch::jit::SourceRange 2022-09-27T16:24:22.6657806Z ] 2022-09-27T16:24:22.6658219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:22.6658862Z 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-09-27T16:24:22.6659525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6659905Z with 2022-09-27T16:24:22.6660058Z [ 2022-09-27T16:24:22.6660234Z T=torch::jit::SourceRange 2022-09-27T16:24:22.6660409Z ] 2022-09-27T16:24:22.6660786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6661124Z with 2022-09-27T16:24:22.6661273Z [ 2022-09-27T16:24:22.6661467Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:22.6661654Z ] 2022-09-27T16:24:22.6662044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6662408Z with 2022-09-27T16:24:22.6662548Z [ 2022-09-27T16:24:22.6662744Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:22.6662936Z ] 2022-09-27T16:24:22.6663365Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6663753Z with 2022-09-27T16:24:22.6663903Z [ 2022-09-27T16:24:22.6664133Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:22.6664380Z ] 2022-09-27T16:24:22.6664887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6665358Z with 2022-09-27T16:24:22.6665554Z [ 2022-09-27T16:24:22.6665760Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:22.6665995Z ] 2022-09-27T16:24:22.6666471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:22.6667238Z 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-09-27T16:24:22.6667935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6668354Z with 2022-09-27T16:24:22.6668550Z [ 2022-09-27T16:24:22.6668788Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:22.6668989Z ] 2022-09-27T16:24:22.6669412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6669811Z with 2022-09-27T16:24:22.6682229Z [ 2022-09-27T16:24:22.6682493Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:22.6682692Z ] 2022-09-27T16:24:22.6683127Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6683503Z with 2022-09-27T16:24:22.6683655Z [ 2022-09-27T16:24:22.6683849Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:22.6684036Z ] 2022-09-27T16:24:22.6684458Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6684871Z with 2022-09-27T16:24:22.6685026Z [ 2022-09-27T16:24:22.6685221Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:22.6685408Z ] 2022-09-27T16:24:22.6685871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6686287Z with 2022-09-27T16:24:22.6686437Z [ 2022-09-27T16:24:22.6686628Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:22.6686815Z ] 2022-09-27T16:24:22.6687245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:22.6687919Z 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-09-27T16:24:22.6688575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6689078Z with 2022-09-27T16:24:22.6689223Z [ 2022-09-27T16:24:22.6689423Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:22.6689613Z ] 2022-09-27T16:24:22.6689997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6690351Z with 2022-09-27T16:24:22.6690489Z [ 2022-09-27T16:24:22.6690667Z T=torch::jit::ScopePtr 2022-09-27T16:24:22.6690840Z ] 2022-09-27T16:24:22.6691238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6691981Z with 2022-09-27T16:24:22.6692132Z [ 2022-09-27T16:24:22.6692297Z T=torch::jit::ScopePtr 2022-09-27T16:24:22.6692469Z ] 2022-09-27T16:24:22.6692909Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6693308Z with 2022-09-27T16:24:22.6693459Z [ 2022-09-27T16:24:22.6693634Z T=torch::jit::ScopePtr 2022-09-27T16:24:22.6693793Z ] 2022-09-27T16:24:22.6694252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6694675Z with 2022-09-27T16:24:22.6694826Z [ 2022-09-27T16:24:22.6694997Z T=torch::jit::ScopePtr 2022-09-27T16:24:22.6695154Z ] 2022-09-27T16:24:22.6695565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:22.6696211Z 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-09-27T16:24:22.6696856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6697236Z with 2022-09-27T16:24:22.6697394Z [ 2022-09-27T16:24:22.6697566Z T=torch::jit::ScopePtr 2022-09-27T16:24:22.6697724Z ] 2022-09-27T16:24:22.6698103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6698461Z with 2022-09-27T16:24:22.6698613Z [ 2022-09-27T16:24:22.6698790Z T=at::ThreadLocalState 2022-09-27T16:24:22.6698964Z ] 2022-09-27T16:24:22.6699349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6699718Z with 2022-09-27T16:24:22.6699868Z [ 2022-09-27T16:24:22.6700045Z T=at::ThreadLocalState 2022-09-27T16:24:22.6700218Z ] 2022-09-27T16:24:22.6700648Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6701034Z with 2022-09-27T16:24:22.6701186Z [ 2022-09-27T16:24:22.6701363Z T=at::ThreadLocalState 2022-09-27T16:24:22.6701583Z ] 2022-09-27T16:24:22.6702046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6702465Z with 2022-09-27T16:24:22.6702607Z [ 2022-09-27T16:24:22.6702783Z T=at::ThreadLocalState 2022-09-27T16:24:22.6702959Z ] 2022-09-27T16:24:22.6703374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:22.6704086Z 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-09-27T16:24:22.6704747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6705127Z with 2022-09-27T16:24:22.6705266Z [ 2022-09-27T16:24:22.6705442Z T=at::ThreadLocalState 2022-09-27T16:24:22.6705617Z ] 2022-09-27T16:24:22.6705995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6706346Z with 2022-09-27T16:24:22.6706498Z [ 2022-09-27T16:24:22.6706684Z T=std::shared_ptr 2022-09-27T16:24:22.6706876Z ] 2022-09-27T16:24:22.6707275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6707635Z with 2022-09-27T16:24:22.6707782Z [ 2022-09-27T16:24:22.6707975Z T=std::shared_ptr 2022-09-27T16:24:22.6708148Z ] 2022-09-27T16:24:22.6708585Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6708978Z with 2022-09-27T16:24:22.6709128Z [ 2022-09-27T16:24:22.6709320Z T=std::shared_ptr 2022-09-27T16:24:22.6709494Z ] 2022-09-27T16:24:22.6709952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6710551Z with 2022-09-27T16:24:22.6710797Z [ 2022-09-27T16:24:22.6711159Z T=std::shared_ptr 2022-09-27T16:24:22.6711426Z ] 2022-09-27T16:24:22.6712036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:22.6712682Z 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-09-27T16:24:22.6713403Z 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-09-27T16:24:22.6714235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6714622Z with 2022-09-27T16:24:22.6714775Z [ 2022-09-27T16:24:22.6714976Z T=std::shared_ptr 2022-09-27T16:24:22.6715163Z ] 2022-09-27T16:24:22.6715549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6715887Z with 2022-09-27T16:24:22.6716089Z [ 2022-09-27T16:24:22.6716273Z T=torch::jit::GraphExecutor 2022-09-27T16:24:22.6716472Z ] 2022-09-27T16:24:22.6717160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6717619Z with 2022-09-27T16:24:22.6717760Z [ 2022-09-27T16:24:22.6717945Z T=torch::jit::GraphExecutor 2022-09-27T16:24:22.6718129Z ] 2022-09-27T16:24:22.6718563Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6718964Z with 2022-09-27T16:24:22.6719100Z [ 2022-09-27T16:24:22.6719284Z T=torch::jit::GraphExecutor 2022-09-27T16:24:22.6719464Z ] 2022-09-27T16:24:22.6719926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6720349Z with 2022-09-27T16:24:22.6720499Z [ 2022-09-27T16:24:22.6720670Z T=torch::jit::GraphExecutor 2022-09-27T16:24:22.6720851Z ] 2022-09-27T16:24:22.6721269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:22.6721906Z 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-09-27T16:24:22.6722567Z 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-09-27T16:24:22.6723232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6723618Z with 2022-09-27T16:24:22.6723772Z [ 2022-09-27T16:24:22.6723943Z T=torch::jit::GraphExecutor 2022-09-27T16:24:22.6724124Z ] 2022-09-27T16:24:22.6724509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6724867Z with 2022-09-27T16:24:22.6725019Z [ 2022-09-27T16:24:22.6725192Z T=torch::jit::Method 2022-09-27T16:24:22.6725353Z ] 2022-09-27T16:24:22.6725746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6726113Z with 2022-09-27T16:24:22.6726263Z [ 2022-09-27T16:24:22.6726501Z T=torch::jit::Method 2022-09-27T16:24:22.6726663Z ] 2022-09-27T16:24:22.6727097Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6727493Z with 2022-09-27T16:24:22.6727644Z [ 2022-09-27T16:24:22.6727815Z T=torch::jit::Method 2022-09-27T16:24:22.6727982Z ] 2022-09-27T16:24:22.6728428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6728903Z with 2022-09-27T16:24:22.6729054Z [ 2022-09-27T16:24:22.6729224Z T=torch::jit::Method 2022-09-27T16:24:22.6729394Z ] 2022-09-27T16:24:22.6729807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:22.6730438Z 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-09-27T16:24:22.6731069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6731450Z with 2022-09-27T16:24:22.6731605Z [ 2022-09-27T16:24:22.6731778Z T=torch::jit::Method 2022-09-27T16:24:22.6731952Z ] 2022-09-27T16:24:22.6732331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6732668Z with 2022-09-27T16:24:22.6732821Z [ 2022-09-27T16:24:22.6733038Z T=std::vector> 2022-09-27T16:24:22.6733243Z ] 2022-09-27T16:24:22.6733637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6734002Z with 2022-09-27T16:24:22.6734140Z [ 2022-09-27T16:24:22.6734423Z T=std::vector> 2022-09-27T16:24:22.6734633Z ] 2022-09-27T16:24:22.6735067Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6735467Z with 2022-09-27T16:24:22.6735619Z [ 2022-09-27T16:24:22.6735823Z T=std::vector> 2022-09-27T16:24:22.6736031Z ] 2022-09-27T16:24:22.6736487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6736909Z with 2022-09-27T16:24:22.6737060Z [ 2022-09-27T16:24:22.6737279Z T=std::vector> 2022-09-27T16:24:22.6737474Z ] 2022-09-27T16:24:22.6737915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:22.6738938Z 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-09-27T16:24:22.6739626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6740011Z with 2022-09-27T16:24:22.6740165Z [ 2022-09-27T16:24:22.6740386Z T=std::vector> 2022-09-27T16:24:22.6740641Z ] 2022-09-27T16:24:22.6741009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6741368Z with 2022-09-27T16:24:22.6741520Z [ 2022-09-27T16:24:22.6741771Z T=std::function 2022-09-27T16:24:22.6742238Z ] 2022-09-27T16:24:22.6742655Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6743009Z with 2022-09-27T16:24:22.6743163Z [ 2022-09-27T16:24:22.6743404Z T=std::function 2022-09-27T16:24:22.6743633Z ] 2022-09-27T16:24:22.6744066Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6744506Z with 2022-09-27T16:24:22.6744645Z [ 2022-09-27T16:24:22.6744891Z T=std::function 2022-09-27T16:24:22.6745121Z ] 2022-09-27T16:24:22.6745579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6745993Z with 2022-09-27T16:24:22.6746144Z [ 2022-09-27T16:24:22.6746375Z T=std::function 2022-09-27T16:24:22.6746607Z ] 2022-09-27T16:24:22.6747074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:22.6747837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:24:22.6748541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6748921Z with 2022-09-27T16:24:22.6749075Z [ 2022-09-27T16:24:22.6749319Z T=std::function 2022-09-27T16:24:22.6749534Z ] 2022-09-27T16:24:22.6749919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6750265Z with 2022-09-27T16:24:22.6750415Z [ 2022-09-27T16:24:22.6750749Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:22.6751007Z ] 2022-09-27T16:24:22.6751389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6751752Z with 2022-09-27T16:24:22.6751904Z [ 2022-09-27T16:24:22.6752171Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:22.6752423Z ] 2022-09-27T16:24:22.6752859Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6753302Z with 2022-09-27T16:24:22.6753442Z [ 2022-09-27T16:24:22.6753715Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:22.6753965Z ] 2022-09-27T16:24:22.6754492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6754914Z with 2022-09-27T16:24:22.6755066Z [ 2022-09-27T16:24:22.6755320Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:22.6755573Z ] 2022-09-27T16:24:22.6756066Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:22.6756891Z 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-09-27T16:24:22.6757629Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6758010Z with 2022-09-27T16:24:22.6758162Z [ 2022-09-27T16:24:22.6758429Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:22.6758668Z ] 2022-09-27T16:24:22.6759053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6759407Z with 2022-09-27T16:24:22.6759558Z [ 2022-09-27T16:24:22.6759773Z T=std::vector> 2022-09-27T16:24:22.6759963Z ] 2022-09-27T16:24:22.6760356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6760726Z with 2022-09-27T16:24:22.6760879Z [ 2022-09-27T16:24:22.6761088Z T=std::vector> 2022-09-27T16:24:22.6761286Z ] 2022-09-27T16:24:22.6761631Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6761694Z with 2022-09-27T16:24:22.6761740Z [ 2022-09-27T16:24:22.6761863Z T=std::vector> 2022-09-27T16:24:22.6761921Z ] 2022-09-27T16:24:22.6762344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6762408Z with 2022-09-27T16:24:22.6762466Z [ 2022-09-27T16:24:22.6762586Z T=std::vector> 2022-09-27T16:24:22.6762647Z ] 2022-09-27T16:24:22.6762979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:22.6763085Z with 2022-09-27T16:24:22.6763143Z [ 2022-09-27T16:24:22.6763212Z T=double 2022-09-27T16:24:22.6763271Z ] 2022-09-27T16:24:22.6763645Z 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-09-27T16:24:22.6763708Z with 2022-09-27T16:24:22.6763766Z [ 2022-09-27T16:24:22.6763819Z T=double 2022-09-27T16:24:22.6763880Z ] 2022-09-27T16:24:22.6764205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6764267Z with 2022-09-27T16:24:22.6764326Z [ 2022-09-27T16:24:22.6764446Z T=std::vector> 2022-09-27T16:24:22.6764506Z ] 2022-09-27T16:24:22.6764797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6764857Z with 2022-09-27T16:24:22.6764915Z [ 2022-09-27T16:24:22.6765023Z T=std::tuple 2022-09-27T16:24:22.6765081Z ] 2022-09-27T16:24:22.6765390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6765450Z with 2022-09-27T16:24:22.6765508Z [ 2022-09-27T16:24:22.6765602Z T=std::tuple 2022-09-27T16:24:22.6765660Z ] 2022-09-27T16:24:22.6766000Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6766063Z with 2022-09-27T16:24:22.6766121Z [ 2022-09-27T16:24:22.6766224Z T=std::tuple 2022-09-27T16:24:22.6766281Z ] 2022-09-27T16:24:22.6766646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6766708Z with 2022-09-27T16:24:22.6766766Z [ 2022-09-27T16:24:22.6766869Z T=std::tuple 2022-09-27T16:24:22.6766926Z ] 2022-09-27T16:24:22.6767265Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:22.6767630Z 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-09-27T16:24:22.6767994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6768058Z with 2022-09-27T16:24:22.6768115Z [ 2022-09-27T16:24:22.6768219Z T=std::tuple 2022-09-27T16:24:22.6768264Z ] 2022-09-27T16:24:22.6768552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6768654Z with 2022-09-27T16:24:22.6768714Z [ 2022-09-27T16:24:22.6768846Z T=std::vector> 2022-09-27T16:24:22.6768907Z ] 2022-09-27T16:24:22.6769211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:22.6769275Z with 2022-09-27T16:24:22.6769333Z [ 2022-09-27T16:24:22.6769461Z T=std::vector> 2022-09-27T16:24:22.6769517Z ] 2022-09-27T16:24:22.6769860Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:22.6769920Z with 2022-09-27T16:24:22.6769976Z [ 2022-09-27T16:24:22.6770103Z T=std::vector> 2022-09-27T16:24:22.6770160Z ] 2022-09-27T16:24:22.6770529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:22.6770578Z with 2022-09-27T16:24:22.6770635Z [ 2022-09-27T16:24:22.6770759Z T=std::vector> 2022-09-27T16:24:22.6770817Z ] 2022-09-27T16:24:22.6771162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:22.6771538Z 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-09-27T16:24:22.6771862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:22.6771925Z with 2022-09-27T16:24:22.6771983Z [ 2022-09-27T16:24:22.6772110Z T=std::vector> 2022-09-27T16:24:22.6772170Z ] 2022-09-27T16:24:22.7628532Z [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-09-27T16:24:22.7647572Z Loading extension module inline_jit_extension_with_functions_list... 2022-09-27T16:24:22.7647976Z Creating library inline_jit_extension_with_functions_list.lib and object inline_jit_extension_with_functions_list.exp 2022-09-27T16:24:22.7836491Z ok (11.079s) 2022-09-27T16:24:22.7857737Z test_jit_compile_extension (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-09-27T16:24:22.7858302Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\jit_extension... 2022-09-27T16:24:22.7921712Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\jit_extension\build.ninja... 2022-09-27T16:24:22.9444155Z Building extension module jit_extension... 2022-09-27T16:24:22.9444521Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-09-27T16:24:33.9575741Z [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_extension.cpp /Fojit_extension.o 2022-09-27T16:24:33.9577172Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-09-27T16:24:33.9577587Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-09-27T16:24:33.9577811Z 2022-09-27T16:24:33.9578193Z cl : Command line warning D9002 : ignoring unknown option '-g' 2022-09-27T16:24:33.9578809Z 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-09-27T16:24:33.9579644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9580122Z with 2022-09-27T16:24:33.9580318Z [ 2022-09-27T16:24:33.9580549Z T=c10::SymInt 2022-09-27T16:24:33.9580770Z ] 2022-09-27T16:24:33.9581314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9581822Z with 2022-09-27T16:24:33.9582036Z [ 2022-09-27T16:24:33.9582241Z T=c10::SymInt 2022-09-27T16:24:33.9582462Z ] 2022-09-27T16:24:33.9583043Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9583594Z with 2022-09-27T16:24:33.9583817Z [ 2022-09-27T16:24:33.9584027Z T=c10::SymInt 2022-09-27T16:24:33.9584256Z ] 2022-09-27T16:24:33.9584872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9585450Z with 2022-09-27T16:24:33.9585660Z [ 2022-09-27T16:24:33.9585879Z T=c10::SymInt 2022-09-27T16:24:33.9586080Z ] 2022-09-27T16:24:33.9586609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:33.9587448Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1514): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:33.9588544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9589083Z with 2022-09-27T16:24:33.9589257Z [ 2022-09-27T16:24:33.9589426Z T=c10::SymInt 2022-09-27T16:24:33.9589577Z ] 2022-09-27T16:24:33.9589945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2533): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-09-27T16:24:33.9590615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9590975Z with 2022-09-27T16:24:33.9591128Z [ 2022-09-27T16:24:33.9591301Z T=at::TensorBase 2022-09-27T16:24:33.9591462Z ] 2022-09-27T16:24:33.9591861Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9592224Z with 2022-09-27T16:24:33.9592371Z [ 2022-09-27T16:24:33.9592536Z T=at::TensorBase 2022-09-27T16:24:33.9592698Z ] 2022-09-27T16:24:33.9593117Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9593515Z with 2022-09-27T16:24:33.9593663Z [ 2022-09-27T16:24:33.9593826Z T=at::TensorBase 2022-09-27T16:24:33.9593989Z ] 2022-09-27T16:24:33.9594446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9594947Z with 2022-09-27T16:24:33.9595087Z [ 2022-09-27T16:24:33.9595258Z T=at::TensorBase 2022-09-27T16:24:33.9595425Z ] 2022-09-27T16:24:33.9595827Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:33.9596450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(921): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:33.9597094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9597475Z with 2022-09-27T16:24:33.9597615Z [ 2022-09-27T16:24:33.9597786Z T=at::TensorBase 2022-09-27T16:24:33.9597951Z ] 2022-09-27T16:24:33.9598327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9598676Z with 2022-09-27T16:24:33.9598812Z [ 2022-09-27T16:24:33.9598974Z T=at::Tensor 2022-09-27T16:24:33.9599133Z ] 2022-09-27T16:24:33.9599527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9599894Z with 2022-09-27T16:24:33.9600043Z [ 2022-09-27T16:24:33.9600190Z T=at::Tensor 2022-09-27T16:24:33.9600348Z ] 2022-09-27T16:24:33.9600840Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9601244Z with 2022-09-27T16:24:33.9601395Z [ 2022-09-27T16:24:33.9601542Z T=at::Tensor 2022-09-27T16:24:33.9601708Z ] 2022-09-27T16:24:33.9602169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9602643Z with 2022-09-27T16:24:33.9602793Z [ 2022-09-27T16:24:33.9602951Z T=at::Tensor 2022-09-27T16:24:33.9603098Z ] 2022-09-27T16:24:33.9603501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:33.9604116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(510): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:33.9604747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9605135Z with 2022-09-27T16:24:33.9605291Z [ 2022-09-27T16:24:33.9605456Z T=at::Tensor 2022-09-27T16:24:33.9605604Z ] 2022-09-27T16:24:33.9605981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9606330Z with 2022-09-27T16:24:33.9606484Z [ 2022-09-27T16:24:33.9606647Z T=at::Generator 2022-09-27T16:24:33.9606812Z ] 2022-09-27T16:24:33.9607192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9607557Z with 2022-09-27T16:24:33.9607706Z [ 2022-09-27T16:24:33.9607868Z T=at::Generator 2022-09-27T16:24:33.9608031Z ] 2022-09-27T16:24:33.9608450Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9608848Z with 2022-09-27T16:24:33.9608998Z [ 2022-09-27T16:24:33.9609161Z T=at::Generator 2022-09-27T16:24:33.9609322Z ] 2022-09-27T16:24:33.9609777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9610199Z with 2022-09-27T16:24:33.9610338Z [ 2022-09-27T16:24:33.9610501Z T=at::Generator 2022-09-27T16:24:33.9610751Z ] 2022-09-27T16:24:33.9611198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:33.9611837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(587): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:33.9612529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9612918Z with 2022-09-27T16:24:33.9613060Z [ 2022-09-27T16:24:33.9613235Z T=at::Generator 2022-09-27T16:24:33.9613403Z ] 2022-09-27T16:24:33.9613784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9614137Z with 2022-09-27T16:24:33.9614276Z [ 2022-09-27T16:24:33.9614441Z T=std::string 2022-09-27T16:24:33.9614662Z ] 2022-09-27T16:24:33.9615055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9615418Z with 2022-09-27T16:24:33.9615568Z [ 2022-09-27T16:24:33.9615721Z T=std::string 2022-09-27T16:24:33.9615884Z ] 2022-09-27T16:24:33.9616316Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9616711Z with 2022-09-27T16:24:33.9616865Z [ 2022-09-27T16:24:33.9617013Z T=std::string 2022-09-27T16:24:33.9617173Z ] 2022-09-27T16:24:33.9617627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9618048Z with 2022-09-27T16:24:33.9618200Z [ 2022-09-27T16:24:33.9618362Z T=std::string 2022-09-27T16:24:33.9618510Z ] 2022-09-27T16:24:33.9618907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:33.9619520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(448): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:33.9620150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9620531Z with 2022-09-27T16:24:33.9620686Z [ 2022-09-27T16:24:33.9620852Z T=std::string 2022-09-27T16:24:33.9621001Z ] 2022-09-27T16:24:33.9621379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9621731Z with 2022-09-27T16:24:33.9621881Z [ 2022-09-27T16:24:33.9622053Z T=c10::QualifiedName 2022-09-27T16:24:33.9622223Z ] 2022-09-27T16:24:33.9622606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9622966Z with 2022-09-27T16:24:33.9623116Z [ 2022-09-27T16:24:33.9623284Z T=c10::QualifiedName 2022-09-27T16:24:33.9623452Z ] 2022-09-27T16:24:33.9623874Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9624269Z with 2022-09-27T16:24:33.9624416Z [ 2022-09-27T16:24:33.9624633Z T=c10::QualifiedName 2022-09-27T16:24:33.9624803Z ] 2022-09-27T16:24:33.9625264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9625682Z with 2022-09-27T16:24:33.9625819Z [ 2022-09-27T16:24:33.9625994Z T=c10::QualifiedName 2022-09-27T16:24:33.9626169Z ] 2022-09-27T16:24:33.9626583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:33.9627272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(696): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:33.9627920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9628303Z with 2022-09-27T16:24:33.9628446Z [ 2022-09-27T16:24:33.9628620Z T=c10::QualifiedName 2022-09-27T16:24:33.9628794Z ] 2022-09-27T16:24:33.9629180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9629533Z with 2022-09-27T16:24:33.9629672Z [ 2022-09-27T16:24:33.9629883Z T=std::shared_ptr 2022-09-27T16:24:33.9630085Z ] 2022-09-27T16:24:33.9630482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9630848Z with 2022-09-27T16:24:33.9630996Z [ 2022-09-27T16:24:33.9631198Z T=std::shared_ptr 2022-09-27T16:24:33.9631398Z ] 2022-09-27T16:24:33.9631827Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9632222Z with 2022-09-27T16:24:33.9632375Z [ 2022-09-27T16:24:33.9632582Z T=std::shared_ptr 2022-09-27T16:24:33.9632772Z ] 2022-09-27T16:24:33.9633230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9633651Z with 2022-09-27T16:24:33.9633805Z [ 2022-09-27T16:24:33.9634012Z T=std::shared_ptr 2022-09-27T16:24:33.9634210Z ] 2022-09-27T16:24:33.9634718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:33.9635418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1340): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:24:33.9636085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9636469Z with 2022-09-27T16:24:33.9636683Z [ 2022-09-27T16:24:33.9636899Z T=std::shared_ptr 2022-09-27T16:24:33.9637102Z ] 2022-09-27T16:24:33.9637479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9637818Z with 2022-09-27T16:24:33.9637970Z [ 2022-09-27T16:24:33.9638182Z T=std::weak_ptr 2022-09-27T16:24:33.9638385Z ] 2022-09-27T16:24:33.9638783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9639201Z with 2022-09-27T16:24:33.9639338Z [ 2022-09-27T16:24:33.9639546Z T=std::weak_ptr 2022-09-27T16:24:33.9639742Z ] 2022-09-27T16:24:33.9640174Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9640573Z with 2022-09-27T16:24:33.9640714Z [ 2022-09-27T16:24:33.9640926Z T=std::weak_ptr 2022-09-27T16:24:33.9641124Z ] 2022-09-27T16:24:33.9641583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9642004Z with 2022-09-27T16:24:33.9642156Z [ 2022-09-27T16:24:33.9642351Z T=std::weak_ptr 2022-09-27T16:24:33.9642548Z ] 2022-09-27T16:24:33.9642980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:33.9643651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1341): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:24:33.9644312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9644690Z with 2022-09-27T16:24:33.9644841Z [ 2022-09-27T16:24:33.9645050Z T=std::weak_ptr 2022-09-27T16:24:33.9645236Z ] 2022-09-27T16:24:33.9645619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9645969Z with 2022-09-27T16:24:33.9646122Z [ 2022-09-27T16:24:33.9646361Z T=std::vector> 2022-09-27T16:24:33.9646584Z ] 2022-09-27T16:24:33.9646964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9647333Z with 2022-09-27T16:24:33.9647487Z [ 2022-09-27T16:24:33.9647720Z T=std::vector> 2022-09-27T16:24:33.9647939Z ] 2022-09-27T16:24:33.9648415Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9648800Z with 2022-09-27T16:24:33.9648951Z [ 2022-09-27T16:24:33.9649185Z T=std::vector> 2022-09-27T16:24:33.9649401Z ] 2022-09-27T16:24:33.9649861Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9650284Z with 2022-09-27T16:24:33.9650423Z [ 2022-09-27T16:24:33.9650710Z T=std::vector> 2022-09-27T16:24:33.9650928Z ] 2022-09-27T16:24:33.9651387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:33.9652100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(482): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:24:33.9652771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9653159Z with 2022-09-27T16:24:33.9653319Z [ 2022-09-27T16:24:33.9653551Z T=std::vector> 2022-09-27T16:24:33.9653774Z ] 2022-09-27T16:24:33.9654149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9654502Z with 2022-09-27T16:24:33.9654653Z [ 2022-09-27T16:24:33.9654856Z T=std::vector> 2022-09-27T16:24:33.9655035Z ] 2022-09-27T16:24:33.9655425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9655791Z with 2022-09-27T16:24:33.9655944Z [ 2022-09-27T16:24:33.9656143Z T=std::vector> 2022-09-27T16:24:33.9656318Z ] 2022-09-27T16:24:33.9656749Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9657147Z with 2022-09-27T16:24:33.9657295Z [ 2022-09-27T16:24:33.9657499Z T=std::vector> 2022-09-27T16:24:33.9657689Z ] 2022-09-27T16:24:33.9658131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9658549Z with 2022-09-27T16:24:33.9658698Z [ 2022-09-27T16:24:33.9658898Z T=std::vector> 2022-09-27T16:24:33.9659089Z ] 2022-09-27T16:24:33.9659515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:33.9660232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(441): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:24:33.9660877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9661252Z with 2022-09-27T16:24:33.9661403Z [ 2022-09-27T16:24:33.9661608Z T=std::vector> 2022-09-27T16:24:33.9661799Z ] 2022-09-27T16:24:33.9662184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9662583Z with 2022-09-27T16:24:33.9662720Z [ 2022-09-27T16:24:33.9662967Z T=std::vector,std::allocator>> 2022-09-27T16:24:33.9663197Z ] 2022-09-27T16:24:33.9663595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9663958Z with 2022-09-27T16:24:33.9664111Z [ 2022-09-27T16:24:33.9664351Z T=std::vector,std::allocator>> 2022-09-27T16:24:33.9664578Z ] 2022-09-27T16:24:33.9665012Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9665415Z with 2022-09-27T16:24:33.9665564Z [ 2022-09-27T16:24:33.9665812Z T=std::vector,std::allocator>> 2022-09-27T16:24:33.9666029Z ] 2022-09-27T16:24:33.9666486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9666910Z with 2022-09-27T16:24:33.9667059Z [ 2022-09-27T16:24:33.9667648Z T=std::vector,std::allocator>> 2022-09-27T16:24:33.9667881Z ] 2022-09-27T16:24:33.9668343Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:24:33.9669093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:24:33.9669773Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(843): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:24:33.9670392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9670773Z with 2022-09-27T16:24:33.9670932Z [ 2022-09-27T16:24:33.9671184Z T=std::vector,std::allocator>> 2022-09-27T16:24:33.9671421Z ] 2022-09-27T16:24:33.9671808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9672216Z with 2022-09-27T16:24:33.9672356Z [ 2022-09-27T16:24:33.9672603Z T=std::vector,std::allocator>> 2022-09-27T16:24:33.9672832Z ] 2022-09-27T16:24:33.9673228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9673595Z with 2022-09-27T16:24:33.9673736Z [ 2022-09-27T16:24:33.9673982Z T=std::vector,std::allocator>> 2022-09-27T16:24:33.9674825Z ] 2022-09-27T16:24:33.9675270Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9675674Z with 2022-09-27T16:24:33.9675830Z [ 2022-09-27T16:24:33.9676078Z T=std::vector,std::allocator>> 2022-09-27T16:24:33.9676293Z ] 2022-09-27T16:24:33.9676762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9677190Z with 2022-09-27T16:24:33.9677345Z [ 2022-09-27T16:24:33.9677586Z T=std::vector,std::allocator>> 2022-09-27T16:24:33.9677817Z ] 2022-09-27T16:24:33.9678263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:24:33.9678989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:24:33.9679662Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(613): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:24:33.9680296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9680682Z with 2022-09-27T16:24:33.9680838Z [ 2022-09-27T16:24:33.9681080Z T=std::vector,std::allocator>> 2022-09-27T16:24:33.9681306Z ] 2022-09-27T16:24:33.9681680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9682039Z with 2022-09-27T16:24:33.9682192Z [ 2022-09-27T16:24:33.9682402Z T=std::vector> 2022-09-27T16:24:33.9682599Z ] 2022-09-27T16:24:33.9683000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9683355Z with 2022-09-27T16:24:33.9683514Z [ 2022-09-27T16:24:33.9683724Z T=std::vector> 2022-09-27T16:24:33.9683917Z ] 2022-09-27T16:24:33.9684413Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9684818Z with 2022-09-27T16:24:33.9684961Z [ 2022-09-27T16:24:33.9685168Z T=std::vector> 2022-09-27T16:24:33.9685364Z ] 2022-09-27T16:24:33.9685822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9686238Z with 2022-09-27T16:24:33.9686390Z [ 2022-09-27T16:24:33.9686634Z T=std::vector> 2022-09-27T16:24:33.9686831Z ] 2022-09-27T16:24:33.9687262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:33.9687935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(726): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:24:33.9688605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9688990Z with 2022-09-27T16:24:33.9689130Z [ 2022-09-27T16:24:33.9689337Z T=std::vector> 2022-09-27T16:24:33.9689535Z ] 2022-09-27T16:24:33.9689911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9690263Z with 2022-09-27T16:24:33.9690412Z [ 2022-09-27T16:24:33.9690635Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:33.9690860Z ] 2022-09-27T16:24:33.9691257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9691618Z with 2022-09-27T16:24:33.9691767Z [ 2022-09-27T16:24:33.9691986Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:33.9692206Z ] 2022-09-27T16:24:33.9692635Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9693023Z with 2022-09-27T16:24:33.9693171Z [ 2022-09-27T16:24:33.9693403Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:33.9693609Z ] 2022-09-27T16:24:33.9694066Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9694488Z with 2022-09-27T16:24:33.9694639Z [ 2022-09-27T16:24:33.9694867Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:33.9695084Z ] 2022-09-27T16:24:33.9695528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:33.9696317Z 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-09-27T16:24:33.9697036Z 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-09-27T16:24:33.9697715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9698143Z with 2022-09-27T16:24:33.9698295Z [ 2022-09-27T16:24:33.9698531Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:33.9698752Z ] 2022-09-27T16:24:33.9699136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9699477Z with 2022-09-27T16:24:33.9699629Z [ 2022-09-27T16:24:33.9699862Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:33.9700080Z ] 2022-09-27T16:24:33.9700477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9700838Z with 2022-09-27T16:24:33.9700975Z [ 2022-09-27T16:24:33.9701209Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:33.9701429Z ] 2022-09-27T16:24:33.9701859Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9702255Z with 2022-09-27T16:24:33.9702405Z [ 2022-09-27T16:24:33.9702620Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:33.9702840Z ] 2022-09-27T16:24:33.9703297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9703716Z with 2022-09-27T16:24:33.9703866Z [ 2022-09-27T16:24:33.9704093Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:33.9704301Z ] 2022-09-27T16:24:33.9704749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:33.9705483Z 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-09-27T16:24:33.9706217Z 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-09-27T16:24:33.9706908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9707299Z with 2022-09-27T16:24:33.9707452Z [ 2022-09-27T16:24:33.9707686Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:33.9707908Z ] 2022-09-27T16:24:33.9708329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9708685Z with 2022-09-27T16:24:33.9708837Z [ 2022-09-27T16:24:33.9709023Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:33.9709203Z ] 2022-09-27T16:24:33.9709579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9709939Z with 2022-09-27T16:24:33.9710141Z [ 2022-09-27T16:24:33.9710326Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:33.9710506Z ] 2022-09-27T16:24:33.9710938Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9711417Z with 2022-09-27T16:24:33.9711557Z [ 2022-09-27T16:24:33.9711745Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:33.9711957Z ] 2022-09-27T16:24:33.9712430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9712850Z with 2022-09-27T16:24:33.9712992Z [ 2022-09-27T16:24:33.9713178Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:33.9713362Z ] 2022-09-27T16:24:33.9713777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:33.9714425Z 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-09-27T16:24:33.9714877Z with 2022-09-27T16:24:33.9715028Z [ 2022-09-27T16:24:33.9715202Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:33.9715386Z ] 2022-09-27T16:24:33.9715834Z 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-09-27T16:24:33.9716516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9716894Z with 2022-09-27T16:24:33.9717046Z [ 2022-09-27T16:24:33.9717220Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:33.9717402Z ] 2022-09-27T16:24:33.9717781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9718134Z with 2022-09-27T16:24:33.9718282Z [ 2022-09-27T16:24:33.9718551Z T=std::vector> 2022-09-27T16:24:33.9718785Z ] 2022-09-27T16:24:33.9719179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9719546Z with 2022-09-27T16:24:33.9719696Z [ 2022-09-27T16:24:33.9719963Z T=std::vector> 2022-09-27T16:24:33.9720206Z ] 2022-09-27T16:24:33.9721066Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9721479Z with 2022-09-27T16:24:33.9721635Z [ 2022-09-27T16:24:33.9721906Z T=std::vector> 2022-09-27T16:24:33.9722151Z ] 2022-09-27T16:24:33.9722606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9723094Z with 2022-09-27T16:24:33.9723232Z [ 2022-09-27T16:24:33.9723499Z T=std::vector> 2022-09-27T16:24:33.9723751Z ] 2022-09-27T16:24:33.9724241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:33.9725024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(843): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:24:33.9725730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9726117Z with 2022-09-27T16:24:33.9726270Z [ 2022-09-27T16:24:33.9726528Z T=std::vector> 2022-09-27T16:24:33.9726780Z ] 2022-09-27T16:24:33.9727159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9727510Z with 2022-09-27T16:24:33.9727661Z [ 2022-09-27T16:24:33.9727838Z T=torch::autograd::ViewInfo 2022-09-27T16:24:33.9728004Z ] 2022-09-27T16:24:33.9728397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9728762Z with 2022-09-27T16:24:33.9728912Z [ 2022-09-27T16:24:33.9729088Z T=torch::autograd::ViewInfo 2022-09-27T16:24:33.9729262Z ] 2022-09-27T16:24:33.9729682Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9730079Z with 2022-09-27T16:24:33.9730231Z [ 2022-09-27T16:24:33.9730408Z T=torch::autograd::ViewInfo 2022-09-27T16:24:33.9730583Z ] 2022-09-27T16:24:33.9731039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9731448Z with 2022-09-27T16:24:33.9731600Z [ 2022-09-27T16:24:33.9731780Z T=torch::autograd::ViewInfo 2022-09-27T16:24:33.9731956Z ] 2022-09-27T16:24:33.9732417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:33.9733077Z 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-09-27T16:24:33.9733729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9734095Z with 2022-09-27T16:24:33.9734296Z [ 2022-09-27T16:24:33.9734478Z T=torch::autograd::ViewInfo 2022-09-27T16:24:33.9734653Z ] 2022-09-27T16:24:33.9735032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9735384Z with 2022-09-27T16:24:33.9735522Z [ 2022-09-27T16:24:33.9735683Z T=c10::IValue 2022-09-27T16:24:33.9735844Z ] 2022-09-27T16:24:33.9736235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9736600Z with 2022-09-27T16:24:33.9736749Z [ 2022-09-27T16:24:33.9736894Z T=c10::IValue 2022-09-27T16:24:33.9737052Z ] 2022-09-27T16:24:33.9737482Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9737874Z with 2022-09-27T16:24:33.9738021Z [ 2022-09-27T16:24:33.9738169Z T=c10::IValue 2022-09-27T16:24:33.9738327Z ] 2022-09-27T16:24:33.9738786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9739199Z with 2022-09-27T16:24:33.9739345Z [ 2022-09-27T16:24:33.9739505Z T=c10::IValue 2022-09-27T16:24:33.9739650Z ] 2022-09-27T16:24:33.9740040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:33.9740661Z 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-09-27T16:24:33.9741296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9741687Z with 2022-09-27T16:24:33.9741839Z [ 2022-09-27T16:24:33.9742001Z T=c10::IValue 2022-09-27T16:24:33.9742147Z ] 2022-09-27T16:24:33.9742525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9742879Z with 2022-09-27T16:24:33.9743027Z [ 2022-09-27T16:24:33.9743194Z T=c10::AliasInfo 2022-09-27T16:24:33.9743356Z ] 2022-09-27T16:24:33.9743739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9744100Z with 2022-09-27T16:24:33.9744300Z [ 2022-09-27T16:24:33.9744469Z T=c10::AliasInfo 2022-09-27T16:24:33.9744631Z ] 2022-09-27T16:24:33.9745045Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9745437Z with 2022-09-27T16:24:33.9745593Z [ 2022-09-27T16:24:33.9745755Z T=c10::AliasInfo 2022-09-27T16:24:33.9745919Z ] 2022-09-27T16:24:33.9746379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9746856Z with 2022-09-27T16:24:33.9746995Z [ 2022-09-27T16:24:33.9747162Z T=c10::AliasInfo 2022-09-27T16:24:33.9747329Z ] 2022-09-27T16:24:33.9747725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:33.9748356Z 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-09-27T16:24:33.9748996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9749378Z with 2022-09-27T16:24:33.9749516Z [ 2022-09-27T16:24:33.9749685Z T=c10::AliasInfo 2022-09-27T16:24:33.9749850Z ] 2022-09-27T16:24:33.9750230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9750585Z with 2022-09-27T16:24:33.9750721Z [ 2022-09-27T16:24:33.9750945Z T=c10::either 2022-09-27T16:24:33.9751157Z ] 2022-09-27T16:24:33.9751548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9751909Z with 2022-09-27T16:24:33.9752060Z [ 2022-09-27T16:24:33.9752268Z T=c10::either 2022-09-27T16:24:33.9752477Z ] 2022-09-27T16:24:33.9752908Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9753299Z with 2022-09-27T16:24:33.9753450Z [ 2022-09-27T16:24:33.9753669Z T=c10::either 2022-09-27T16:24:33.9753864Z ] 2022-09-27T16:24:33.9754319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9754828Z with 2022-09-27T16:24:33.9754981Z [ 2022-09-27T16:24:33.9755203Z T=c10::either 2022-09-27T16:24:33.9755414Z ] 2022-09-27T16:24:33.9755845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:33.9756626Z 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-09-27T16:24:33.9757330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9757710Z with 2022-09-27T16:24:33.9757862Z [ 2022-09-27T16:24:33.9758079Z T=c10::either 2022-09-27T16:24:33.9758336Z ] 2022-09-27T16:24:33.9758717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9759052Z with 2022-09-27T16:24:33.9759202Z [ 2022-09-27T16:24:33.9759378Z T=at::StepCallbacks 2022-09-27T16:24:33.9759550Z ] 2022-09-27T16:24:33.9759945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9760311Z with 2022-09-27T16:24:33.9760449Z [ 2022-09-27T16:24:33.9760621Z T=at::StepCallbacks 2022-09-27T16:24:33.9760791Z ] 2022-09-27T16:24:33.9761220Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9761612Z with 2022-09-27T16:24:33.9761751Z [ 2022-09-27T16:24:33.9761922Z T=at::StepCallbacks 2022-09-27T16:24:33.9762089Z ] 2022-09-27T16:24:33.9762543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9762956Z with 2022-09-27T16:24:33.9763104Z [ 2022-09-27T16:24:33.9763261Z T=at::StepCallbacks 2022-09-27T16:24:33.9763429Z ] 2022-09-27T16:24:33.9763838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:33.9764482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:33.9765128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9765505Z with 2022-09-27T16:24:33.9765653Z [ 2022-09-27T16:24:33.9765812Z T=at::StepCallbacks 2022-09-27T16:24:33.9765981Z ] 2022-09-27T16:24:33.9766360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9766710Z with 2022-09-27T16:24:33.9766858Z [ 2022-09-27T16:24:33.9767022Z T=c10::DimVector 2022-09-27T16:24:33.9767175Z ] 2022-09-27T16:24:33.9767568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9767932Z with 2022-09-27T16:24:33.9768079Z [ 2022-09-27T16:24:33.9768287Z T=c10::DimVector 2022-09-27T16:24:33.9768438Z ] 2022-09-27T16:24:33.9768868Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9769257Z with 2022-09-27T16:24:33.9769405Z [ 2022-09-27T16:24:33.9769565Z T=c10::DimVector 2022-09-27T16:24:33.9769726Z ] 2022-09-27T16:24:33.9770167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9770636Z with 2022-09-27T16:24:33.9770788Z [ 2022-09-27T16:24:33.9770956Z T=c10::DimVector 2022-09-27T16:24:33.9771119Z ] 2022-09-27T16:24:33.9771519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:33.9772149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:33.9772771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9773151Z with 2022-09-27T16:24:33.9773303Z [ 2022-09-27T16:24:33.9773468Z T=c10::DimVector 2022-09-27T16:24:33.9773629Z ] 2022-09-27T16:24:33.9774007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9774341Z with 2022-09-27T16:24:33.9774490Z [ 2022-09-27T16:24:33.9774676Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:33.9774858Z ] 2022-09-27T16:24:33.9775252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9775616Z with 2022-09-27T16:24:33.9775753Z [ 2022-09-27T16:24:33.9775935Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:33.9776117Z ] 2022-09-27T16:24:33.9776547Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9776942Z with 2022-09-27T16:24:33.9777090Z [ 2022-09-27T16:24:33.9777261Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:33.9777436Z ] 2022-09-27T16:24:33.9777897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9778316Z with 2022-09-27T16:24:33.9778462Z [ 2022-09-27T16:24:33.9778643Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:33.9778808Z ] 2022-09-27T16:24:33.9779222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:33.9779939Z 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-09-27T16:24:33.9780605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9780989Z with 2022-09-27T16:24:33.9781142Z [ 2022-09-27T16:24:33.9781329Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:33.9781497Z ] 2022-09-27T16:24:33.9781879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9782279Z with 2022-09-27T16:24:33.9782429Z [ 2022-09-27T16:24:33.9782650Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:33.9782848Z ] 2022-09-27T16:24:33.9783241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9783607Z with 2022-09-27T16:24:33.9783760Z [ 2022-09-27T16:24:33.9783982Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:33.9784190Z ] 2022-09-27T16:24:33.9784604Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9785002Z with 2022-09-27T16:24:33.9785157Z [ 2022-09-27T16:24:33.9785375Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:33.9785582Z ] 2022-09-27T16:24:33.9786033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9786449Z with 2022-09-27T16:24:33.9786586Z [ 2022-09-27T16:24:33.9786808Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:33.9787017Z ] 2022-09-27T16:24:33.9787462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:33.9788186Z 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-09-27T16:24:33.9788884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9789270Z with 2022-09-27T16:24:33.9789410Z [ 2022-09-27T16:24:33.9789633Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:33.9789847Z ] 2022-09-27T16:24:33.9790224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9790574Z with 2022-09-27T16:24:33.9790724Z [ 2022-09-27T16:24:33.9790910Z T=std::tuple 2022-09-27T16:24:33.9791108Z ] 2022-09-27T16:24:33.9791502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9791868Z with 2022-09-27T16:24:33.9792072Z [ 2022-09-27T16:24:33.9792271Z T=std::tuple 2022-09-27T16:24:33.9792450Z ] 2022-09-27T16:24:33.9792882Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9793277Z with 2022-09-27T16:24:33.9793431Z [ 2022-09-27T16:24:33.9793629Z T=std::tuple 2022-09-27T16:24:33.9793822Z ] 2022-09-27T16:24:33.9794270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9794835Z with 2022-09-27T16:24:33.9794987Z [ 2022-09-27T16:24:33.9795189Z T=std::tuple 2022-09-27T16:24:33.9795380Z ] 2022-09-27T16:24:33.9795807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:33.9796493Z 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-09-27T16:24:33.9797148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9797537Z with 2022-09-27T16:24:33.9797691Z [ 2022-09-27T16:24:33.9797892Z T=std::tuple 2022-09-27T16:24:33.9798086Z ] 2022-09-27T16:24:33.9798466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9798806Z with 2022-09-27T16:24:33.9798956Z [ 2022-09-27T16:24:33.9799133Z T=torch::jit::SourceRange 2022-09-27T16:24:33.9799308Z ] 2022-09-27T16:24:33.9799700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9800062Z with 2022-09-27T16:24:33.9800198Z [ 2022-09-27T16:24:33.9800374Z T=torch::jit::SourceRange 2022-09-27T16:24:33.9800546Z ] 2022-09-27T16:24:33.9800975Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9801368Z with 2022-09-27T16:24:33.9801514Z [ 2022-09-27T16:24:33.9801676Z T=torch::jit::SourceRange 2022-09-27T16:24:33.9801851Z ] 2022-09-27T16:24:33.9802308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9802725Z with 2022-09-27T16:24:33.9802873Z [ 2022-09-27T16:24:33.9803050Z T=torch::jit::SourceRange 2022-09-27T16:24:33.9803213Z ] 2022-09-27T16:24:33.9803623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:33.9804327Z 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-09-27T16:24:33.9804990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9805365Z with 2022-09-27T16:24:33.9805518Z [ 2022-09-27T16:24:33.9805694Z T=torch::jit::SourceRange 2022-09-27T16:24:33.9805905Z ] 2022-09-27T16:24:33.9806283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9806637Z with 2022-09-27T16:24:33.9806787Z [ 2022-09-27T16:24:33.9806983Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:33.9807160Z ] 2022-09-27T16:24:33.9807554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9807913Z with 2022-09-27T16:24:33.9808063Z [ 2022-09-27T16:24:33.9808253Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:33.9808439Z ] 2022-09-27T16:24:33.9808860Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9809261Z with 2022-09-27T16:24:33.9809412Z [ 2022-09-27T16:24:33.9809601Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:33.9809790Z ] 2022-09-27T16:24:33.9810249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9810665Z with 2022-09-27T16:24:33.9810804Z [ 2022-09-27T16:24:33.9810996Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:33.9811182Z ] 2022-09-27T16:24:33.9811607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:33.9812348Z 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-09-27T16:24:33.9813093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9813474Z with 2022-09-27T16:24:33.9813615Z [ 2022-09-27T16:24:33.9813811Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:33.9814001Z ] 2022-09-27T16:24:33.9814380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9814732Z with 2022-09-27T16:24:33.9814883Z [ 2022-09-27T16:24:33.9815065Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:33.9815255Z ] 2022-09-27T16:24:33.9815645Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9816009Z with 2022-09-27T16:24:33.9816217Z [ 2022-09-27T16:24:33.9816398Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:33.9816583Z ] 2022-09-27T16:24:33.9817014Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9817405Z with 2022-09-27T16:24:33.9817555Z [ 2022-09-27T16:24:33.9817747Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:33.9817919Z ] 2022-09-27T16:24:33.9818424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9818843Z with 2022-09-27T16:24:33.9818995Z [ 2022-09-27T16:24:33.9819186Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:33.9819372Z ] 2022-09-27T16:24:33.9819779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:33.9820447Z 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-09-27T16:24:33.9821106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9821492Z with 2022-09-27T16:24:33.9821642Z [ 2022-09-27T16:24:33.9821835Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:33.9822019Z ] 2022-09-27T16:24:33.9822385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9822735Z with 2022-09-27T16:24:33.9822883Z [ 2022-09-27T16:24:33.9823058Z T=torch::jit::ScopePtr 2022-09-27T16:24:33.9823230Z ] 2022-09-27T16:24:33.9823620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9823971Z with 2022-09-27T16:24:33.9824121Z [ 2022-09-27T16:24:33.9824291Z T=torch::jit::ScopePtr 2022-09-27T16:24:33.9824458Z ] 2022-09-27T16:24:33.9824891Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9825282Z with 2022-09-27T16:24:33.9825418Z [ 2022-09-27T16:24:33.9825593Z T=torch::jit::ScopePtr 2022-09-27T16:24:33.9825761Z ] 2022-09-27T16:24:33.9826209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9826628Z with 2022-09-27T16:24:33.9826776Z [ 2022-09-27T16:24:33.9826937Z T=torch::jit::ScopePtr 2022-09-27T16:24:33.9827105Z ] 2022-09-27T16:24:33.9827510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:33.9828196Z 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-09-27T16:24:33.9828848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9829226Z with 2022-09-27T16:24:33.9829377Z [ 2022-09-27T16:24:33.9829538Z T=torch::jit::ScopePtr 2022-09-27T16:24:33.9829711Z ] 2022-09-27T16:24:33.9830139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9830490Z with 2022-09-27T16:24:33.9830640Z [ 2022-09-27T16:24:33.9830803Z T=at::ThreadLocalState 2022-09-27T16:24:33.9830980Z ] 2022-09-27T16:24:33.9831375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9831744Z with 2022-09-27T16:24:33.9831893Z [ 2022-09-27T16:24:33.9832075Z T=at::ThreadLocalState 2022-09-27T16:24:33.9832234Z ] 2022-09-27T16:24:33.9832664Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9833066Z with 2022-09-27T16:24:33.9833218Z [ 2022-09-27T16:24:33.9833391Z T=at::ThreadLocalState 2022-09-27T16:24:33.9833563Z ] 2022-09-27T16:24:33.9834012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9834428Z with 2022-09-27T16:24:33.9834704Z [ 2022-09-27T16:24:33.9834930Z T=at::ThreadLocalState 2022-09-27T16:24:33.9835148Z ] 2022-09-27T16:24:33.9835610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:33.9836321Z 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-09-27T16:24:33.9836997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9837426Z with 2022-09-27T16:24:33.9837620Z [ 2022-09-27T16:24:33.9837841Z T=at::ThreadLocalState 2022-09-27T16:24:33.9838058Z ] 2022-09-27T16:24:33.9838478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9838837Z with 2022-09-27T16:24:33.9839029Z [ 2022-09-27T16:24:33.9839267Z T=std::shared_ptr 2022-09-27T16:24:33.9839495Z ] 2022-09-27T16:24:33.9839935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9840340Z with 2022-09-27T16:24:33.9840499Z [ 2022-09-27T16:24:33.9854293Z T=std::shared_ptr 2022-09-27T16:24:33.9854509Z ] 2022-09-27T16:24:33.9854955Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9855372Z with 2022-09-27T16:24:33.9855529Z [ 2022-09-27T16:24:33.9855731Z T=std::shared_ptr 2022-09-27T16:24:33.9855924Z ] 2022-09-27T16:24:33.9856396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9856877Z with 2022-09-27T16:24:33.9857034Z [ 2022-09-27T16:24:33.9857234Z T=std::shared_ptr 2022-09-27T16:24:33.9857430Z ] 2022-09-27T16:24:33.9857862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:33.9858506Z 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-09-27T16:24:33.9859176Z 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-09-27T16:24:33.9859854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9860227Z with 2022-09-27T16:24:33.9860382Z [ 2022-09-27T16:24:33.9860583Z T=std::shared_ptr 2022-09-27T16:24:33.9860775Z ] 2022-09-27T16:24:33.9861159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9861515Z with 2022-09-27T16:24:33.9861655Z [ 2022-09-27T16:24:33.9861841Z T=torch::jit::GraphExecutor 2022-09-27T16:24:33.9862029Z ] 2022-09-27T16:24:33.9862428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9862798Z with 2022-09-27T16:24:33.9862953Z [ 2022-09-27T16:24:33.9863123Z T=torch::jit::GraphExecutor 2022-09-27T16:24:33.9863306Z ] 2022-09-27T16:24:33.9863745Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9864144Z with 2022-09-27T16:24:33.9864298Z [ 2022-09-27T16:24:33.9864478Z T=torch::jit::GraphExecutor 2022-09-27T16:24:33.9864649Z ] 2022-09-27T16:24:33.9865110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9865536Z with 2022-09-27T16:24:33.9865691Z [ 2022-09-27T16:24:33.9865875Z T=torch::jit::GraphExecutor 2022-09-27T16:24:33.9866042Z ] 2022-09-27T16:24:33.9866508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:33.9867148Z 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-09-27T16:24:33.9867814Z 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-09-27T16:24:33.9868532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9868922Z with 2022-09-27T16:24:33.9869080Z [ 2022-09-27T16:24:33.9869266Z T=torch::jit::GraphExecutor 2022-09-27T16:24:33.9869436Z ] 2022-09-27T16:24:33.9869816Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9870169Z with 2022-09-27T16:24:33.9870324Z [ 2022-09-27T16:24:33.9870499Z T=torch::jit::Method 2022-09-27T16:24:33.9870676Z ] 2022-09-27T16:24:33.9871065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9871433Z with 2022-09-27T16:24:33.9871587Z [ 2022-09-27T16:24:33.9871761Z T=torch::jit::Method 2022-09-27T16:24:33.9871931Z ] 2022-09-27T16:24:33.9872369Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9872753Z with 2022-09-27T16:24:33.9872904Z [ 2022-09-27T16:24:33.9873075Z T=torch::jit::Method 2022-09-27T16:24:33.9873247Z ] 2022-09-27T16:24:33.9873705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9874125Z with 2022-09-27T16:24:33.9874264Z [ 2022-09-27T16:24:33.9874438Z T=torch::jit::Method 2022-09-27T16:24:33.9874705Z ] 2022-09-27T16:24:33.9875121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:33.9875756Z 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-09-27T16:24:33.9876406Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9876787Z with 2022-09-27T16:24:33.9876929Z [ 2022-09-27T16:24:33.9877107Z T=torch::jit::Method 2022-09-27T16:24:33.9877284Z ] 2022-09-27T16:24:33.9877670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9878027Z with 2022-09-27T16:24:33.9878180Z [ 2022-09-27T16:24:33.9878442Z T=std::vector> 2022-09-27T16:24:33.9878654Z ] 2022-09-27T16:24:33.9879052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9879421Z with 2022-09-27T16:24:33.9879574Z [ 2022-09-27T16:24:33.9879779Z T=std::vector> 2022-09-27T16:24:33.9879990Z ] 2022-09-27T16:24:33.9880423Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9881883Z with 2022-09-27T16:24:33.9882048Z [ 2022-09-27T16:24:33.9882298Z T=std::vector> 2022-09-27T16:24:33.9882525Z ] 2022-09-27T16:24:33.9882993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9883431Z with 2022-09-27T16:24:33.9883591Z [ 2022-09-27T16:24:33.9883812Z T=std::vector> 2022-09-27T16:24:33.9884024Z ] 2022-09-27T16:24:33.9884474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:33.9885179Z 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-09-27T16:24:33.9885845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9886232Z with 2022-09-27T16:24:33.9886389Z [ 2022-09-27T16:24:33.9886611Z T=std::vector> 2022-09-27T16:24:33.9886822Z ] 2022-09-27T16:24:33.9887202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9887558Z with 2022-09-27T16:24:33.9887698Z [ 2022-09-27T16:24:33.9887949Z T=std::function 2022-09-27T16:24:33.9888183Z ] 2022-09-27T16:24:33.9888589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9888955Z with 2022-09-27T16:24:33.9889096Z [ 2022-09-27T16:24:33.9889341Z T=std::function 2022-09-27T16:24:33.9889571Z ] 2022-09-27T16:24:33.9890005Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9890407Z with 2022-09-27T16:24:33.9890559Z [ 2022-09-27T16:24:33.9890804Z T=std::function 2022-09-27T16:24:33.9891026Z ] 2022-09-27T16:24:33.9891575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9892002Z with 2022-09-27T16:24:33.9892159Z [ 2022-09-27T16:24:33.9892408Z T=std::function 2022-09-27T16:24:33.9892641Z ] 2022-09-27T16:24:33.9893093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:33.9894126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:24:33.9894831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9895217Z with 2022-09-27T16:24:33.9895375Z [ 2022-09-27T16:24:33.9895625Z T=std::function 2022-09-27T16:24:33.9895857Z ] 2022-09-27T16:24:33.9896245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9896588Z with 2022-09-27T16:24:33.9896743Z [ 2022-09-27T16:24:33.9897014Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:33.9897275Z ] 2022-09-27T16:24:33.9897678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9898049Z with 2022-09-27T16:24:33.9898191Z [ 2022-09-27T16:24:33.9898461Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:33.9898718Z ] 2022-09-27T16:24:33.9899152Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9899551Z with 2022-09-27T16:24:33.9899707Z [ 2022-09-27T16:24:33.9899965Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:33.9900217Z ] 2022-09-27T16:24:33.9900681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9901101Z with 2022-09-27T16:24:33.9901260Z [ 2022-09-27T16:24:33.9901528Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:33.9901772Z ] 2022-09-27T16:24:33.9902265Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:33.9903084Z 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-09-27T16:24:33.9903880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9904262Z with 2022-09-27T16:24:33.9904419Z [ 2022-09-27T16:24:33.9904694Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:33.9904952Z ] 2022-09-27T16:24:33.9905323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9905932Z with 2022-09-27T16:24:33.9906087Z [ 2022-09-27T16:24:33.9906302Z T=std::vector> 2022-09-27T16:24:33.9906506Z ] 2022-09-27T16:24:33.9906911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9907269Z with 2022-09-27T16:24:33.9907424Z [ 2022-09-27T16:24:33.9907638Z T=std::vector> 2022-09-27T16:24:33.9907700Z ] 2022-09-27T16:24:33.9908047Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9908112Z with 2022-09-27T16:24:33.9908172Z [ 2022-09-27T16:24:33.9908295Z T=std::vector> 2022-09-27T16:24:33.9908360Z ] 2022-09-27T16:24:33.9908736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9908800Z with 2022-09-27T16:24:33.9908859Z [ 2022-09-27T16:24:33.9908966Z T=std::vector> 2022-09-27T16:24:33.9909026Z ] 2022-09-27T16:24:33.9909360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:33.9909423Z with 2022-09-27T16:24:33.9909482Z [ 2022-09-27T16:24:33.9909551Z T=double 2022-09-27T16:24:33.9909613Z ] 2022-09-27T16:24:33.9909988Z 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-09-27T16:24:33.9910051Z with 2022-09-27T16:24:33.9910110Z [ 2022-09-27T16:24:33.9910180Z T=double 2022-09-27T16:24:33.9910239Z ] 2022-09-27T16:24:33.9910564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9910628Z with 2022-09-27T16:24:33.9910688Z [ 2022-09-27T16:24:33.9910797Z T=std::vector> 2022-09-27T16:24:33.9910857Z ] 2022-09-27T16:24:33.9911152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9911217Z with 2022-09-27T16:24:33.9911275Z [ 2022-09-27T16:24:33.9911384Z T=std::tuple 2022-09-27T16:24:33.9911445Z ] 2022-09-27T16:24:33.9911803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9911870Z with 2022-09-27T16:24:33.9911931Z [ 2022-09-27T16:24:33.9912039Z T=std::tuple 2022-09-27T16:24:33.9912097Z ] 2022-09-27T16:24:33.9912448Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9912747Z with 2022-09-27T16:24:33.9912810Z [ 2022-09-27T16:24:33.9912904Z T=std::tuple 2022-09-27T16:24:33.9912967Z ] 2022-09-27T16:24:33.9913337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9913401Z with 2022-09-27T16:24:33.9913462Z [ 2022-09-27T16:24:33.9913569Z T=std::tuple 2022-09-27T16:24:33.9913629Z ] 2022-09-27T16:24:33.9913963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:33.9914330Z 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-09-27T16:24:33.9914743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9914808Z with 2022-09-27T16:24:33.9914869Z [ 2022-09-27T16:24:33.9914977Z T=std::tuple 2022-09-27T16:24:33.9915037Z ] 2022-09-27T16:24:33.9915327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9915390Z with 2022-09-27T16:24:33.9915449Z [ 2022-09-27T16:24:33.9915580Z T=std::vector> 2022-09-27T16:24:33.9915643Z ] 2022-09-27T16:24:33.9915938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:33.9916003Z with 2022-09-27T16:24:33.9916063Z [ 2022-09-27T16:24:33.9916196Z T=std::vector> 2022-09-27T16:24:33.9916259Z ] 2022-09-27T16:24:33.9916601Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:33.9916665Z with 2022-09-27T16:24:33.9916725Z [ 2022-09-27T16:24:33.9916856Z T=std::vector> 2022-09-27T16:24:33.9916916Z ] 2022-09-27T16:24:33.9917283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:33.9917348Z with 2022-09-27T16:24:33.9917407Z [ 2022-09-27T16:24:33.9917817Z T=std::vector> 2022-09-27T16:24:33.9917882Z ] 2022-09-27T16:24:33.9918236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:33.9918615Z 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-09-27T16:24:33.9919187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:33.9919252Z with 2022-09-27T16:24:33.9919300Z [ 2022-09-27T16:24:33.9919433Z T=std::vector> 2022-09-27T16:24:33.9919495Z ] 2022-09-27T16:24:34.0392260Z [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_extension2.cpp /Fojit_extension2.o 2022-09-27T16:24:34.0392627Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-09-27T16:24:34.0392775Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-09-27T16:24:34.0392809Z 2022-09-27T16:24:34.0392989Z cl : Command line warning D9002 : ignoring unknown option '-g' 2022-09-27T16:24:34.0393313Z 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-09-27T16:24:34.0393655Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0393726Z with 2022-09-27T16:24:34.0393776Z [ 2022-09-27T16:24:34.0393862Z T=c10::SymInt 2022-09-27T16:24:34.0393923Z ] 2022-09-27T16:24:34.0394269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0394339Z with 2022-09-27T16:24:34.0394402Z [ 2022-09-27T16:24:34.0394533Z T=c10::SymInt 2022-09-27T16:24:34.0394597Z ] 2022-09-27T16:24:34.0394994Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0395060Z with 2022-09-27T16:24:34.0395120Z [ 2022-09-27T16:24:34.0395197Z T=c10::SymInt 2022-09-27T16:24:34.0395260Z ] 2022-09-27T16:24:34.0395662Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0395734Z with 2022-09-27T16:24:34.0395793Z [ 2022-09-27T16:24:34.0395867Z T=c10::SymInt 2022-09-27T16:24:34.0395927Z ] 2022-09-27T16:24:34.0396727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:34.0397057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1514): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:34.0397386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0397525Z with 2022-09-27T16:24:34.0397586Z [ 2022-09-27T16:24:34.0397665Z T=c10::SymInt 2022-09-27T16:24:34.0397712Z ] 2022-09-27T16:24:34.0398000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2533): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-09-27T16:24:34.0398297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0398362Z with 2022-09-27T16:24:34.0398424Z [ 2022-09-27T16:24:34.0398511Z T=at::TensorBase 2022-09-27T16:24:34.0398572Z ] 2022-09-27T16:24:34.0398881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0398949Z with 2022-09-27T16:24:34.0399009Z [ 2022-09-27T16:24:34.0399092Z T=at::TensorBase 2022-09-27T16:24:34.0399151Z ] 2022-09-27T16:24:34.0399501Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0399565Z with 2022-09-27T16:24:34.0399624Z [ 2022-09-27T16:24:34.0399709Z T=at::TensorBase 2022-09-27T16:24:34.0399771Z ] 2022-09-27T16:24:34.0400127Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0400192Z with 2022-09-27T16:24:34.0400254Z [ 2022-09-27T16:24:34.0400334Z T=at::TensorBase 2022-09-27T16:24:34.0400397Z ] 2022-09-27T16:24:34.0400717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:34.0401041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(921): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:34.0401373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0401437Z with 2022-09-27T16:24:34.0401497Z [ 2022-09-27T16:24:34.0401579Z T=at::TensorBase 2022-09-27T16:24:34.0401639Z ] 2022-09-27T16:24:34.0401936Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0401999Z with 2022-09-27T16:24:34.0402058Z [ 2022-09-27T16:24:34.0402138Z T=at::Tensor 2022-09-27T16:24:34.0402430Z ] 2022-09-27T16:24:34.0402752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0402817Z with 2022-09-27T16:24:34.0402864Z [ 2022-09-27T16:24:34.0402948Z T=at::Tensor 2022-09-27T16:24:34.0403010Z ] 2022-09-27T16:24:34.0403352Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0403462Z with 2022-09-27T16:24:34.0403524Z [ 2022-09-27T16:24:34.0403601Z T=at::Tensor 2022-09-27T16:24:34.0403660Z ] 2022-09-27T16:24:34.0404037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0404100Z with 2022-09-27T16:24:34.0404159Z [ 2022-09-27T16:24:34.0404234Z T=at::Tensor 2022-09-27T16:24:34.0404296Z ] 2022-09-27T16:24:34.0404607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:34.0404927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(510): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:34.0405261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0405328Z with 2022-09-27T16:24:34.0405376Z [ 2022-09-27T16:24:34.0405453Z T=at::Tensor 2022-09-27T16:24:34.0405515Z ] 2022-09-27T16:24:34.0405845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0405936Z with 2022-09-27T16:24:34.0406020Z [ 2022-09-27T16:24:34.0406138Z T=at::Generator 2022-09-27T16:24:34.0406224Z ] 2022-09-27T16:24:34.0406715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0406824Z with 2022-09-27T16:24:34.0406913Z [ 2022-09-27T16:24:34.0407035Z T=at::Generator 2022-09-27T16:24:34.0407131Z ] 2022-09-27T16:24:34.0407668Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0407762Z with 2022-09-27T16:24:34.0407835Z [ 2022-09-27T16:24:34.0407974Z T=at::Generator 2022-09-27T16:24:34.0408071Z ] 2022-09-27T16:24:34.0408724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0408837Z with 2022-09-27T16:24:34.0408945Z [ 2022-09-27T16:24:34.0409082Z T=at::Generator 2022-09-27T16:24:34.0409186Z ] 2022-09-27T16:24:34.0410187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:34.0410760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(587): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:34.0411282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0411383Z with 2022-09-27T16:24:34.0411472Z [ 2022-09-27T16:24:34.0411672Z T=at::Generator 2022-09-27T16:24:34.0411760Z ] 2022-09-27T16:24:34.0412223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0412321Z with 2022-09-27T16:24:34.0412392Z [ 2022-09-27T16:24:34.0412508Z T=std::string 2022-09-27T16:24:34.0412597Z ] 2022-09-27T16:24:34.0413086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0413184Z with 2022-09-27T16:24:34.0413272Z [ 2022-09-27T16:24:34.0413391Z T=std::string 2022-09-27T16:24:34.0413479Z ] 2022-09-27T16:24:34.0414057Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0414159Z with 2022-09-27T16:24:34.0414245Z [ 2022-09-27T16:24:34.0414362Z T=std::string 2022-09-27T16:24:34.0414454Z ] 2022-09-27T16:24:34.0415000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0415094Z with 2022-09-27T16:24:34.0415163Z [ 2022-09-27T16:24:34.0415276Z T=std::string 2022-09-27T16:24:34.0415362Z ] 2022-09-27T16:24:34.0415876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:34.0416358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(448): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:34.0416895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0416995Z with 2022-09-27T16:24:34.0417091Z [ 2022-09-27T16:24:34.0417215Z T=std::string 2022-09-27T16:24:34.0417303Z ] 2022-09-27T16:24:34.0417788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0417884Z with 2022-09-27T16:24:34.0417973Z [ 2022-09-27T16:24:34.0418098Z T=c10::QualifiedName 2022-09-27T16:24:34.0418188Z ] 2022-09-27T16:24:34.0418666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0418766Z with 2022-09-27T16:24:34.0418838Z [ 2022-09-27T16:24:34.0419286Z T=c10::QualifiedName 2022-09-27T16:24:34.0419711Z ] 2022-09-27T16:24:34.0420076Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0420139Z with 2022-09-27T16:24:34.0420200Z [ 2022-09-27T16:24:34.0420287Z T=c10::QualifiedName 2022-09-27T16:24:34.0420346Z ] 2022-09-27T16:24:34.0420719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0420841Z with 2022-09-27T16:24:34.0420902Z [ 2022-09-27T16:24:34.0420987Z T=c10::QualifiedName 2022-09-27T16:24:34.0421046Z ] 2022-09-27T16:24:34.0421366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:34.0421691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(696): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:34.0422014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0422080Z with 2022-09-27T16:24:34.0422141Z [ 2022-09-27T16:24:34.0422216Z T=c10::QualifiedName 2022-09-27T16:24:34.0422277Z ] 2022-09-27T16:24:34.0422573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0422636Z with 2022-09-27T16:24:34.0422696Z [ 2022-09-27T16:24:34.0422824Z T=std::shared_ptr 2022-09-27T16:24:34.0422880Z ] 2022-09-27T16:24:34.0423188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0423248Z with 2022-09-27T16:24:34.0423307Z [ 2022-09-27T16:24:34.0423433Z T=std::shared_ptr 2022-09-27T16:24:34.0423491Z ] 2022-09-27T16:24:34.0423836Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0423897Z with 2022-09-27T16:24:34.0423958Z [ 2022-09-27T16:24:34.0424083Z T=std::shared_ptr 2022-09-27T16:24:34.0424129Z ] 2022-09-27T16:24:34.0424492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0424555Z with 2022-09-27T16:24:34.0424612Z [ 2022-09-27T16:24:34.0424736Z T=std::shared_ptr 2022-09-27T16:24:34.0424795Z ] 2022-09-27T16:24:34.0425152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:34.0425712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1340): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:24:34.0426050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0426115Z with 2022-09-27T16:24:34.0426174Z [ 2022-09-27T16:24:34.0426301Z T=std::shared_ptr 2022-09-27T16:24:34.0426362Z ] 2022-09-27T16:24:34.0426655Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0426762Z with 2022-09-27T16:24:34.0426822Z [ 2022-09-27T16:24:34.0426946Z T=std::weak_ptr 2022-09-27T16:24:34.0427007Z ] 2022-09-27T16:24:34.0427300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0427369Z with 2022-09-27T16:24:34.0427428Z [ 2022-09-27T16:24:34.0427552Z T=std::weak_ptr 2022-09-27T16:24:34.0427612Z ] 2022-09-27T16:24:34.0427959Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0428027Z with 2022-09-27T16:24:34.0428085Z [ 2022-09-27T16:24:34.0428204Z T=std::weak_ptr 2022-09-27T16:24:34.0428260Z ] 2022-09-27T16:24:34.0428632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0428697Z with 2022-09-27T16:24:34.0428752Z [ 2022-09-27T16:24:34.0428871Z T=std::weak_ptr 2022-09-27T16:24:34.0428930Z ] 2022-09-27T16:24:34.0429273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:34.0429619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1341): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:24:34.0429948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0430011Z with 2022-09-27T16:24:34.0430057Z [ 2022-09-27T16:24:34.0430181Z T=std::weak_ptr 2022-09-27T16:24:34.0430238Z ] 2022-09-27T16:24:34.0430720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0430786Z with 2022-09-27T16:24:34.0430844Z [ 2022-09-27T16:24:34.0430997Z T=std::vector> 2022-09-27T16:24:34.0431058Z ] 2022-09-27T16:24:34.0431365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0431668Z with 2022-09-27T16:24:34.0431733Z [ 2022-09-27T16:24:34.0431886Z T=std::vector> 2022-09-27T16:24:34.0431945Z ] 2022-09-27T16:24:34.0432291Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0432354Z with 2022-09-27T16:24:34.0432412Z [ 2022-09-27T16:24:34.0432547Z T=std::vector> 2022-09-27T16:24:34.0432650Z ] 2022-09-27T16:24:34.0433016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0433082Z with 2022-09-27T16:24:34.0433141Z [ 2022-09-27T16:24:34.0433289Z T=std::vector> 2022-09-27T16:24:34.0433346Z ] 2022-09-27T16:24:34.0433717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:34.0434077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(482): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:24:34.0434410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0434537Z with 2022-09-27T16:24:34.0434599Z [ 2022-09-27T16:24:34.0434749Z T=std::vector> 2022-09-27T16:24:34.0434811Z ] 2022-09-27T16:24:34.0435102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0435164Z with 2022-09-27T16:24:34.0435224Z [ 2022-09-27T16:24:34.0435346Z T=std::vector> 2022-09-27T16:24:34.0435409Z ] 2022-09-27T16:24:34.0435701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0435763Z with 2022-09-27T16:24:34.0435824Z [ 2022-09-27T16:24:34.0435940Z T=std::vector> 2022-09-27T16:24:34.0435999Z ] 2022-09-27T16:24:34.0436342Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0436406Z with 2022-09-27T16:24:34.0436464Z [ 2022-09-27T16:24:34.0436577Z T=std::vector> 2022-09-27T16:24:34.0436637Z ] 2022-09-27T16:24:34.0437000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0437065Z with 2022-09-27T16:24:34.0437126Z [ 2022-09-27T16:24:34.0437237Z T=std::vector> 2022-09-27T16:24:34.0437298Z ] 2022-09-27T16:24:34.0438542Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:34.0438888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(441): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:24:34.0439215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0439321Z with 2022-09-27T16:24:34.0439369Z [ 2022-09-27T16:24:34.0439485Z T=std::vector> 2022-09-27T16:24:34.0439545Z ] 2022-09-27T16:24:34.0439843Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0439906Z with 2022-09-27T16:24:34.0439966Z [ 2022-09-27T16:24:34.0440129Z T=std::vector,std::allocator>> 2022-09-27T16:24:34.0440186Z ] 2022-09-27T16:24:34.0440494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0440559Z with 2022-09-27T16:24:34.0440619Z [ 2022-09-27T16:24:34.0440779Z T=std::vector,std::allocator>> 2022-09-27T16:24:34.0440839Z ] 2022-09-27T16:24:34.0441188Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0441251Z with 2022-09-27T16:24:34.0441311Z [ 2022-09-27T16:24:34.0441470Z T=std::vector,std::allocator>> 2022-09-27T16:24:34.0441516Z ] 2022-09-27T16:24:34.0441890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0441957Z with 2022-09-27T16:24:34.0442016Z [ 2022-09-27T16:24:34.0442176Z T=std::vector,std::allocator>> 2022-09-27T16:24:34.0442236Z ] 2022-09-27T16:24:34.0442615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:24:34.0442985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:24:34.0443297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(843): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:24:34.0443626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0443686Z with 2022-09-27T16:24:34.0443785Z [ 2022-09-27T16:24:34.0443948Z T=std::vector,std::allocator>> 2022-09-27T16:24:34.0444006Z ] 2022-09-27T16:24:34.0444300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0444360Z with 2022-09-27T16:24:34.0444416Z [ 2022-09-27T16:24:34.0444569Z T=std::vector,std::allocator>> 2022-09-27T16:24:34.0444668Z ] 2022-09-27T16:24:34.0444976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0445036Z with 2022-09-27T16:24:34.0445081Z [ 2022-09-27T16:24:34.0445235Z T=std::vector,std::allocator>> 2022-09-27T16:24:34.0445293Z ] 2022-09-27T16:24:34.0445645Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0445710Z with 2022-09-27T16:24:34.0445769Z [ 2022-09-27T16:24:34.0445922Z T=std::vector,std::allocator>> 2022-09-27T16:24:34.0445979Z ] 2022-09-27T16:24:34.0446351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0446413Z with 2022-09-27T16:24:34.0446469Z [ 2022-09-27T16:24:34.0446621Z T=std::vector,std::allocator>> 2022-09-27T16:24:34.0446682Z ] 2022-09-27T16:24:34.0447045Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:24:34.0447407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:24:34.0447714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(613): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:24:34.0448036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0448096Z with 2022-09-27T16:24:34.0448153Z [ 2022-09-27T16:24:34.0448304Z T=std::vector,std::allocator>> 2022-09-27T16:24:34.0448360Z ] 2022-09-27T16:24:34.0448647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0448696Z with 2022-09-27T16:24:34.0448755Z [ 2022-09-27T16:24:34.0448876Z T=std::vector> 2022-09-27T16:24:34.0448934Z ] 2022-09-27T16:24:34.0449273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0449338Z with 2022-09-27T16:24:34.0449398Z [ 2022-09-27T16:24:34.0449520Z T=std::vector> 2022-09-27T16:24:34.0449575Z ] 2022-09-27T16:24:34.0449923Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0449985Z with 2022-09-27T16:24:34.0450044Z [ 2022-09-27T16:24:34.0450160Z T=std::vector> 2022-09-27T16:24:34.0450259Z ] 2022-09-27T16:24:34.0450623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0450684Z with 2022-09-27T16:24:34.0450730Z [ 2022-09-27T16:24:34.0450846Z T=std::vector> 2022-09-27T16:24:34.0450904Z ] 2022-09-27T16:24:34.0451244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:34.0451583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(726): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:24:34.0451905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0451966Z with 2022-09-27T16:24:34.0452028Z [ 2022-09-27T16:24:34.0452143Z T=std::vector> 2022-09-27T16:24:34.0452200Z ] 2022-09-27T16:24:34.0452487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0452549Z with 2022-09-27T16:24:34.0452610Z [ 2022-09-27T16:24:34.0452752Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:34.0452810Z ] 2022-09-27T16:24:34.0453111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0453172Z with 2022-09-27T16:24:34.0453227Z [ 2022-09-27T16:24:34.0453372Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:34.0453421Z ] 2022-09-27T16:24:34.0453766Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0453829Z with 2022-09-27T16:24:34.0453885Z [ 2022-09-27T16:24:34.0454029Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:34.0454088Z ] 2022-09-27T16:24:34.0454459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0454525Z with 2022-09-27T16:24:34.0454580Z [ 2022-09-27T16:24:34.0454719Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:34.0454776Z ] 2022-09-27T16:24:34.0455177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:34.0455564Z 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-09-27T16:24:34.0455928Z 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-09-27T16:24:34.0456292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0456356Z with 2022-09-27T16:24:34.0456413Z [ 2022-09-27T16:24:34.0456556Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:34.0456614Z ] 2022-09-27T16:24:34.0456907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0456966Z with 2022-09-27T16:24:34.0457012Z [ 2022-09-27T16:24:34.0457153Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:34.0457216Z ] 2022-09-27T16:24:34.0457518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0457577Z with 2022-09-27T16:24:34.0457636Z [ 2022-09-27T16:24:34.0457778Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:34.0457837Z ] 2022-09-27T16:24:34.0458174Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0458233Z with 2022-09-27T16:24:34.0458293Z [ 2022-09-27T16:24:34.0458434Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:34.0458492Z ] 2022-09-27T16:24:34.0458859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0458924Z with 2022-09-27T16:24:34.0458982Z [ 2022-09-27T16:24:34.0459120Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:34.0459166Z ] 2022-09-27T16:24:34.0459534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:34.0459917Z 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-09-27T16:24:34.0460286Z 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-09-27T16:24:34.0460649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0460713Z with 2022-09-27T16:24:34.0460773Z [ 2022-09-27T16:24:34.0460916Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:34.0460973Z ] 2022-09-27T16:24:34.0461265Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0461367Z with 2022-09-27T16:24:34.0461421Z [ 2022-09-27T16:24:34.0461524Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:34.0461584Z ] 2022-09-27T16:24:34.0461886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0461949Z with 2022-09-27T16:24:34.0462007Z [ 2022-09-27T16:24:34.0462104Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:34.0462162Z ] 2022-09-27T16:24:34.0462560Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0462624Z with 2022-09-27T16:24:34.0462682Z [ 2022-09-27T16:24:34.0462780Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:34.0462843Z ] 2022-09-27T16:24:34.0463210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0463274Z with 2022-09-27T16:24:34.0463334Z [ 2022-09-27T16:24:34.0463432Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:34.0463492Z ] 2022-09-27T16:24:34.0463822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:34.0464135Z 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-09-27T16:24:34.0464200Z with 2022-09-27T16:24:34.0464263Z [ 2022-09-27T16:24:34.0464364Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:34.0464425Z ] 2022-09-27T16:24:34.0464788Z 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-09-27T16:24:34.0465111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0465170Z with 2022-09-27T16:24:34.0465217Z [ 2022-09-27T16:24:34.0465318Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:34.0465380Z ] 2022-09-27T16:24:34.0465678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0465740Z with 2022-09-27T16:24:34.0465795Z [ 2022-09-27T16:24:34.0465977Z T=std::vector> 2022-09-27T16:24:34.0466037Z ] 2022-09-27T16:24:34.0466385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0466445Z with 2022-09-27T16:24:34.0466507Z [ 2022-09-27T16:24:34.0466690Z T=std::vector> 2022-09-27T16:24:34.0466749Z ] 2022-09-27T16:24:34.0467090Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0467192Z with 2022-09-27T16:24:34.0467251Z [ 2022-09-27T16:24:34.0467434Z T=std::vector> 2022-09-27T16:24:34.0467480Z ] 2022-09-27T16:24:34.0467850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0467914Z with 2022-09-27T16:24:34.0467974Z [ 2022-09-27T16:24:34.0468154Z T=std::vector> 2022-09-27T16:24:34.0468213Z ] 2022-09-27T16:24:34.0468612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:34.0469011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(843): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:24:34.0469334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0469396Z with 2022-09-27T16:24:34.0469458Z [ 2022-09-27T16:24:34.0469637Z T=std::vector> 2022-09-27T16:24:34.0469697Z ] 2022-09-27T16:24:34.0469988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0470054Z with 2022-09-27T16:24:34.0470114Z [ 2022-09-27T16:24:34.0470208Z T=torch::autograd::ViewInfo 2022-09-27T16:24:34.0470268Z ] 2022-09-27T16:24:34.0470579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0470639Z with 2022-09-27T16:24:34.0470684Z [ 2022-09-27T16:24:34.0470776Z T=torch::autograd::ViewInfo 2022-09-27T16:24:34.0470832Z ] 2022-09-27T16:24:34.0471173Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0471237Z with 2022-09-27T16:24:34.0471298Z [ 2022-09-27T16:24:34.0471390Z T=torch::autograd::ViewInfo 2022-09-27T16:24:34.0471453Z ] 2022-09-27T16:24:34.0471860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0471922Z with 2022-09-27T16:24:34.0471980Z [ 2022-09-27T16:24:34.0472074Z T=torch::autograd::ViewInfo 2022-09-27T16:24:34.0472129Z ] 2022-09-27T16:24:34.0472457Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:34.0472796Z 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-09-27T16:24:34.0473167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0473230Z with 2022-09-27T16:24:34.0473286Z [ 2022-09-27T16:24:34.0473366Z T=torch::autograd::ViewInfo 2022-09-27T16:24:34.0473426Z ] 2022-09-27T16:24:34.0473718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0473778Z with 2022-09-27T16:24:34.0473836Z [ 2022-09-27T16:24:34.0473910Z T=c10::IValue 2022-09-27T16:24:34.0473967Z ] 2022-09-27T16:24:34.0474276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0474339Z with 2022-09-27T16:24:34.0474398Z [ 2022-09-27T16:24:34.0474556Z T=c10::IValue 2022-09-27T16:24:34.0474616Z ] 2022-09-27T16:24:34.0474965Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0475029Z with 2022-09-27T16:24:34.0475088Z [ 2022-09-27T16:24:34.0475149Z T=c10::IValue 2022-09-27T16:24:34.0475209Z ] 2022-09-27T16:24:34.0475580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0475643Z with 2022-09-27T16:24:34.0475702Z [ 2022-09-27T16:24:34.0475777Z T=c10::IValue 2022-09-27T16:24:34.0475837Z ] 2022-09-27T16:24:34.0476142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:34.0476453Z 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-09-27T16:24:34.0476780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0476841Z with 2022-09-27T16:24:34.0476904Z [ 2022-09-27T16:24:34.0476980Z T=c10::IValue 2022-09-27T16:24:34.0477036Z ] 2022-09-27T16:24:34.0477326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0477431Z with 2022-09-27T16:24:34.0477491Z [ 2022-09-27T16:24:34.0477559Z T=c10::AliasInfo 2022-09-27T16:24:34.0477618Z ] 2022-09-27T16:24:34.0477917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0477978Z with 2022-09-27T16:24:34.0478038Z [ 2022-09-27T16:24:34.0478117Z T=c10::AliasInfo 2022-09-27T16:24:34.0478177Z ] 2022-09-27T16:24:34.0478524Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0478628Z with 2022-09-27T16:24:34.0478688Z [ 2022-09-27T16:24:34.0478766Z T=c10::AliasInfo 2022-09-27T16:24:34.0478824Z ] 2022-09-27T16:24:34.0479191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0479250Z with 2022-09-27T16:24:34.0479310Z [ 2022-09-27T16:24:34.0479375Z T=c10::AliasInfo 2022-09-27T16:24:34.0479434Z ] 2022-09-27T16:24:34.0479749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:34.0480070Z 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-09-27T16:24:34.0480392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0480456Z with 2022-09-27T16:24:34.0480520Z [ 2022-09-27T16:24:34.0480598Z T=c10::AliasInfo 2022-09-27T16:24:34.0480658Z ] 2022-09-27T16:24:34.0480945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0481007Z with 2022-09-27T16:24:34.0481066Z [ 2022-09-27T16:24:34.0481205Z T=c10::either 2022-09-27T16:24:34.0481262Z ] 2022-09-27T16:24:34.0481567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0481627Z with 2022-09-27T16:24:34.0481685Z [ 2022-09-27T16:24:34.0481803Z T=c10::either 2022-09-27T16:24:34.0481865Z ] 2022-09-27T16:24:34.0482210Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0482271Z with 2022-09-27T16:24:34.0482329Z [ 2022-09-27T16:24:34.0482459Z T=c10::either 2022-09-27T16:24:34.0482521Z ] 2022-09-27T16:24:34.0482888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0482947Z with 2022-09-27T16:24:34.0483041Z [ 2022-09-27T16:24:34.0483174Z T=c10::either 2022-09-27T16:24:34.0483232Z ] 2022-09-27T16:24:34.0483588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:34.0483964Z 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-09-27T16:24:34.0484333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0484397Z with 2022-09-27T16:24:34.0484458Z [ 2022-09-27T16:24:34.0484589Z T=c10::either 2022-09-27T16:24:34.0484648Z ] 2022-09-27T16:24:34.0484941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0484993Z with 2022-09-27T16:24:34.0485053Z [ 2022-09-27T16:24:34.0485140Z T=at::StepCallbacks 2022-09-27T16:24:34.0485200Z ] 2022-09-27T16:24:34.0485504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0485567Z with 2022-09-27T16:24:34.0485623Z [ 2022-09-27T16:24:34.0485707Z T=at::StepCallbacks 2022-09-27T16:24:34.0485764Z ] 2022-09-27T16:24:34.0486111Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0486174Z with 2022-09-27T16:24:34.0486230Z [ 2022-09-27T16:24:34.0486315Z T=at::StepCallbacks 2022-09-27T16:24:34.0486373Z ] 2022-09-27T16:24:34.0486742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0486795Z with 2022-09-27T16:24:34.0486855Z [ 2022-09-27T16:24:34.0486941Z T=at::StepCallbacks 2022-09-27T16:24:34.0487000Z ] 2022-09-27T16:24:34.0487322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:34.0487649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:34.0487969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0488030Z with 2022-09-27T16:24:34.0488091Z [ 2022-09-27T16:24:34.0488178Z T=at::StepCallbacks 2022-09-27T16:24:34.0488240Z ] 2022-09-27T16:24:34.0488531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0488593Z with 2022-09-27T16:24:34.0488691Z [ 2022-09-27T16:24:34.0488771Z T=c10::DimVector 2022-09-27T16:24:34.0488831Z ] 2022-09-27T16:24:34.0489135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0489186Z with 2022-09-27T16:24:34.0489243Z [ 2022-09-27T16:24:34.0489324Z T=c10::DimVector 2022-09-27T16:24:34.0489382Z ] 2022-09-27T16:24:34.0489726Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0489825Z with 2022-09-27T16:24:34.0489888Z [ 2022-09-27T16:24:34.0489966Z T=c10::DimVector 2022-09-27T16:24:34.0490024Z ] 2022-09-27T16:24:34.0490394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0490453Z with 2022-09-27T16:24:34.0490509Z [ 2022-09-27T16:24:34.0490586Z T=c10::DimVector 2022-09-27T16:24:34.0490646Z ] 2022-09-27T16:24:34.0490957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:34.0491502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:34.0491860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0491922Z with 2022-09-27T16:24:34.0491969Z [ 2022-09-27T16:24:34.0492047Z T=c10::DimVector 2022-09-27T16:24:34.0492111Z ] 2022-09-27T16:24:34.0492399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0492462Z with 2022-09-27T16:24:34.0492521Z [ 2022-09-27T16:24:34.0492622Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:34.0492682Z ] 2022-09-27T16:24:34.0492988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0493050Z with 2022-09-27T16:24:34.0493109Z [ 2022-09-27T16:24:34.0493212Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:34.0493274Z ] 2022-09-27T16:24:34.0493660Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0493723Z with 2022-09-27T16:24:34.0493770Z [ 2022-09-27T16:24:34.0493865Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:34.0493924Z ] 2022-09-27T16:24:34.0494292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0494357Z with 2022-09-27T16:24:34.0494414Z [ 2022-09-27T16:24:34.0494506Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:34.0494630Z ] 2022-09-27T16:24:34.0494957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:34.0495303Z 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-09-27T16:24:34.0495627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0495737Z with 2022-09-27T16:24:34.0495796Z [ 2022-09-27T16:24:34.0495895Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:34.0495953Z ] 2022-09-27T16:24:34.0496252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0496313Z with 2022-09-27T16:24:34.0496359Z [ 2022-09-27T16:24:34.0496495Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:34.0496553Z ] 2022-09-27T16:24:34.0496861Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0496923Z with 2022-09-27T16:24:34.0496985Z [ 2022-09-27T16:24:34.0497122Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:34.0497182Z ] 2022-09-27T16:24:34.0497529Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0497590Z with 2022-09-27T16:24:34.0497652Z [ 2022-09-27T16:24:34.0497786Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:34.0497846Z ] 2022-09-27T16:24:34.0498207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0498272Z with 2022-09-27T16:24:34.0498332Z [ 2022-09-27T16:24:34.0498455Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:34.0498513Z ] 2022-09-27T16:24:34.0498875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:34.0499254Z 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-09-27T16:24:34.0499581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0499644Z with 2022-09-27T16:24:34.0499703Z [ 2022-09-27T16:24:34.0499839Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:34.0499900Z ] 2022-09-27T16:24:34.0500194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0500256Z with 2022-09-27T16:24:34.0500352Z [ 2022-09-27T16:24:34.0500468Z T=std::tuple 2022-09-27T16:24:34.0500525Z ] 2022-09-27T16:24:34.0500834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0500898Z with 2022-09-27T16:24:34.0500957Z [ 2022-09-27T16:24:34.0501068Z T=std::tuple 2022-09-27T16:24:34.0501114Z ] 2022-09-27T16:24:34.0501459Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0501561Z with 2022-09-27T16:24:34.0501618Z [ 2022-09-27T16:24:34.0501730Z T=std::tuple 2022-09-27T16:24:34.0501791Z ] 2022-09-27T16:24:34.0502160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0502219Z with 2022-09-27T16:24:34.0502279Z [ 2022-09-27T16:24:34.0502388Z T=std::tuple 2022-09-27T16:24:34.0502448Z ] 2022-09-27T16:24:34.0502786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:34.0503143Z 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-09-27T16:24:34.0503463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0503526Z with 2022-09-27T16:24:34.0503588Z [ 2022-09-27T16:24:34.0503697Z T=std::tuple 2022-09-27T16:24:34.0503757Z ] 2022-09-27T16:24:34.0504053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0504114Z with 2022-09-27T16:24:34.0504160Z [ 2022-09-27T16:24:34.0504249Z T=torch::jit::SourceRange 2022-09-27T16:24:34.0504308Z ] 2022-09-27T16:24:34.0504611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0504672Z with 2022-09-27T16:24:34.0504731Z [ 2022-09-27T16:24:34.0504821Z T=torch::jit::SourceRange 2022-09-27T16:24:34.0504880Z ] 2022-09-27T16:24:34.0505225Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0505284Z with 2022-09-27T16:24:34.0505344Z [ 2022-09-27T16:24:34.0505438Z T=torch::jit::SourceRange 2022-09-27T16:24:34.0505497Z ] 2022-09-27T16:24:34.0505857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0505961Z with 2022-09-27T16:24:34.0506011Z [ 2022-09-27T16:24:34.0506101Z T=torch::jit::SourceRange 2022-09-27T16:24:34.0506157Z ] 2022-09-27T16:24:34.0506484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:34.0506823Z 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-09-27T16:24:34.0507189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0507251Z with 2022-09-27T16:24:34.0507311Z [ 2022-09-27T16:24:34.0507404Z T=torch::jit::SourceRange 2022-09-27T16:24:34.0507464Z ] 2022-09-27T16:24:34.0507756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0507818Z with 2022-09-27T16:24:34.0507877Z [ 2022-09-27T16:24:34.0507986Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:34.0508042Z ] 2022-09-27T16:24:34.0508347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0508413Z with 2022-09-27T16:24:34.0508460Z [ 2022-09-27T16:24:34.0508568Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:34.0508627Z ] 2022-09-27T16:24:34.0508969Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0509029Z with 2022-09-27T16:24:34.0509087Z [ 2022-09-27T16:24:34.0509195Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:34.0509251Z ] 2022-09-27T16:24:34.0509622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0509683Z with 2022-09-27T16:24:34.0509744Z [ 2022-09-27T16:24:34.0509851Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:34.0509908Z ] 2022-09-27T16:24:34.0510254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:34.0510590Z 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-09-27T16:24:34.0510912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0510976Z with 2022-09-27T16:24:34.0511037Z [ 2022-09-27T16:24:34.0511134Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:34.0511194Z ] 2022-09-27T16:24:34.0511489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0511588Z with 2022-09-27T16:24:34.0511648Z [ 2022-09-27T16:24:34.0511755Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:34.0511815Z ] 2022-09-27T16:24:34.0512119Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0512183Z with 2022-09-27T16:24:34.0512242Z [ 2022-09-27T16:24:34.0512348Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:34.0512407Z ] 2022-09-27T16:24:34.0512741Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0512844Z with 2022-09-27T16:24:34.0512905Z [ 2022-09-27T16:24:34.0513012Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:34.0513058Z ] 2022-09-27T16:24:34.0513425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0513484Z with 2022-09-27T16:24:34.0513543Z [ 2022-09-27T16:24:34.0513648Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:34.0513708Z ] 2022-09-27T16:24:34.0514043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:34.0514383Z 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-09-27T16:24:34.0514774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0514840Z with 2022-09-27T16:24:34.0514901Z [ 2022-09-27T16:24:34.0515011Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:34.0515071Z ] 2022-09-27T16:24:34.0515360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0515424Z with 2022-09-27T16:24:34.0515483Z [ 2022-09-27T16:24:34.0515572Z T=torch::jit::ScopePtr 2022-09-27T16:24:34.0515618Z ] 2022-09-27T16:24:34.0515928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0515989Z with 2022-09-27T16:24:34.0516047Z [ 2022-09-27T16:24:34.0516134Z T=torch::jit::ScopePtr 2022-09-27T16:24:34.0516192Z ] 2022-09-27T16:24:34.0516531Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0516594Z with 2022-09-27T16:24:34.0516656Z [ 2022-09-27T16:24:34.0516744Z T=torch::jit::ScopePtr 2022-09-27T16:24:34.0516806Z ] 2022-09-27T16:24:34.0517171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0517230Z with 2022-09-27T16:24:34.0517333Z [ 2022-09-27T16:24:34.0517420Z T=torch::jit::ScopePtr 2022-09-27T16:24:34.0517480Z ] 2022-09-27T16:24:34.0517790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:34.0518114Z 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-09-27T16:24:34.0518479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0518543Z with 2022-09-27T16:24:34.0518606Z [ 2022-09-27T16:24:34.0518693Z T=torch::jit::ScopePtr 2022-09-27T16:24:34.0518755Z ] 2022-09-27T16:24:34.0519051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0519115Z with 2022-09-27T16:24:34.0519174Z [ 2022-09-27T16:24:34.0519266Z T=at::ThreadLocalState 2022-09-27T16:24:34.0519325Z ] 2022-09-27T16:24:34.0519629Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0519691Z with 2022-09-27T16:24:34.0519749Z [ 2022-09-27T16:24:34.0519839Z T=at::ThreadLocalState 2022-09-27T16:24:34.0519896Z ] 2022-09-27T16:24:34.0520230Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0520293Z with 2022-09-27T16:24:34.0520350Z [ 2022-09-27T16:24:34.0520439Z T=at::ThreadLocalState 2022-09-27T16:24:34.0520498Z ] 2022-09-27T16:24:34.0520864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0520923Z with 2022-09-27T16:24:34.0520986Z [ 2022-09-27T16:24:34.0521072Z T=at::ThreadLocalState 2022-09-27T16:24:34.0521129Z ] 2022-09-27T16:24:34.0521454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:34.0521794Z 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-09-27T16:24:34.0522121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0522182Z with 2022-09-27T16:24:34.0522238Z [ 2022-09-27T16:24:34.0522329Z T=at::ThreadLocalState 2022-09-27T16:24:34.0522391Z ] 2022-09-27T16:24:34.0522682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0522732Z with 2022-09-27T16:24:34.0522790Z [ 2022-09-27T16:24:34.0522936Z T=std::shared_ptr 2022-09-27T16:24:34.0522997Z ] 2022-09-27T16:24:34.0523299Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0523360Z with 2022-09-27T16:24:34.0523416Z [ 2022-09-27T16:24:34.0523523Z T=std::shared_ptr 2022-09-27T16:24:34.0523582Z ] 2022-09-27T16:24:34.0523923Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0524020Z with 2022-09-27T16:24:34.0524079Z [ 2022-09-27T16:24:34.0524184Z T=std::shared_ptr 2022-09-27T16:24:34.0524243Z ] 2022-09-27T16:24:34.0524613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0524676Z with 2022-09-27T16:24:34.0524724Z [ 2022-09-27T16:24:34.0524833Z T=std::shared_ptr 2022-09-27T16:24:34.0524893Z ] 2022-09-27T16:24:34.0525228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:34.0525556Z 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-09-27T16:24:34.0525913Z 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-09-27T16:24:34.0526243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0526307Z with 2022-09-27T16:24:34.0526367Z [ 2022-09-27T16:24:34.0526475Z T=std::shared_ptr 2022-09-27T16:24:34.0526537Z ] 2022-09-27T16:24:34.0526831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0526891Z with 2022-09-27T16:24:34.0526947Z [ 2022-09-27T16:24:34.0527042Z T=torch::jit::GraphExecutor 2022-09-27T16:24:34.0527102Z ] 2022-09-27T16:24:34.0527409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0527470Z with 2022-09-27T16:24:34.0527531Z [ 2022-09-27T16:24:34.0527613Z T=torch::jit::GraphExecutor 2022-09-27T16:24:34.0527672Z ] 2022-09-27T16:24:34.0528014Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0528079Z with 2022-09-27T16:24:34.0528141Z [ 2022-09-27T16:24:34.0528231Z T=torch::jit::GraphExecutor 2022-09-27T16:24:34.0528291Z ] 2022-09-27T16:24:34.0528698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0528763Z with 2022-09-27T16:24:34.0528822Z [ 2022-09-27T16:24:34.0528914Z T=torch::jit::GraphExecutor 2022-09-27T16:24:34.0528973Z ] 2022-09-27T16:24:34.0529298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:34.0529615Z 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-09-27T16:24:34.0530003Z 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-09-27T16:24:34.0530326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0530387Z with 2022-09-27T16:24:34.0530446Z [ 2022-09-27T16:24:34.0530538Z T=torch::jit::GraphExecutor 2022-09-27T16:24:34.0530585Z ] 2022-09-27T16:24:34.0530879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0530944Z with 2022-09-27T16:24:34.0531002Z [ 2022-09-27T16:24:34.0531086Z T=torch::jit::Method 2022-09-27T16:24:34.0531146Z ] 2022-09-27T16:24:34.0531454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0531518Z with 2022-09-27T16:24:34.0531579Z [ 2022-09-27T16:24:34.0531661Z T=torch::jit::Method 2022-09-27T16:24:34.0531717Z ] 2022-09-27T16:24:34.0532061Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0532123Z with 2022-09-27T16:24:34.0532185Z [ 2022-09-27T16:24:34.0532268Z T=torch::jit::Method 2022-09-27T16:24:34.0532315Z ] 2022-09-27T16:24:34.0532689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0532749Z with 2022-09-27T16:24:34.0532808Z [ 2022-09-27T16:24:34.0532891Z T=torch::jit::Method 2022-09-27T16:24:34.0532949Z ] 2022-09-27T16:24:34.0533267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:34.0533586Z 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-09-27T16:24:34.0533909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0533972Z with 2022-09-27T16:24:34.0534071Z [ 2022-09-27T16:24:34.0534157Z T=torch::jit::Method 2022-09-27T16:24:34.0534217Z ] 2022-09-27T16:24:34.0534510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0534571Z with 2022-09-27T16:24:34.0534630Z [ 2022-09-27T16:24:34.0534762Z T=std::vector> 2022-09-27T16:24:34.0534808Z ] 2022-09-27T16:24:34.0535111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0535211Z with 2022-09-27T16:24:34.0535270Z [ 2022-09-27T16:24:34.0535402Z T=std::vector> 2022-09-27T16:24:34.0535457Z ] 2022-09-27T16:24:34.0535805Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0535870Z with 2022-09-27T16:24:34.0535930Z [ 2022-09-27T16:24:34.0536062Z T=std::vector> 2022-09-27T16:24:34.0536125Z ] 2022-09-27T16:24:34.0536494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0536559Z with 2022-09-27T16:24:34.0536618Z [ 2022-09-27T16:24:34.0536746Z T=std::vector> 2022-09-27T16:24:34.0536805Z ] 2022-09-27T16:24:34.0537165Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:34.0537518Z 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-09-27T16:24:34.0537841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0537904Z with 2022-09-27T16:24:34.0537953Z [ 2022-09-27T16:24:34.0538085Z T=std::vector> 2022-09-27T16:24:34.0538145Z ] 2022-09-27T16:24:34.0538438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0538501Z with 2022-09-27T16:24:34.0538557Z [ 2022-09-27T16:24:34.0538715Z T=std::function 2022-09-27T16:24:34.0538775Z ] 2022-09-27T16:24:34.0539084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0539146Z with 2022-09-27T16:24:34.0539204Z [ 2022-09-27T16:24:34.0539359Z T=std::function 2022-09-27T16:24:34.0539415Z ] 2022-09-27T16:24:34.0539803Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0539864Z with 2022-09-27T16:24:34.0539923Z [ 2022-09-27T16:24:34.0540077Z T=std::function 2022-09-27T16:24:34.0540123Z ] 2022-09-27T16:24:34.0540496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0540604Z with 2022-09-27T16:24:34.0540664Z [ 2022-09-27T16:24:34.0540817Z T=std::function 2022-09-27T16:24:34.0540878Z ] 2022-09-27T16:24:34.0541254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:34.0541647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:24:34.0541971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0542036Z with 2022-09-27T16:24:34.0542095Z [ 2022-09-27T16:24:34.0542252Z T=std::function 2022-09-27T16:24:34.0542312Z ] 2022-09-27T16:24:34.0542604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0542668Z with 2022-09-27T16:24:34.0542728Z [ 2022-09-27T16:24:34.0542905Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:34.0542962Z ] 2022-09-27T16:24:34.0543268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0543330Z with 2022-09-27T16:24:34.0543380Z [ 2022-09-27T16:24:34.0543566Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:34.0543624Z ] 2022-09-27T16:24:34.0543970Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0544032Z with 2022-09-27T16:24:34.0544091Z [ 2022-09-27T16:24:34.0544270Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:34.0544327Z ] 2022-09-27T16:24:34.0544690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0544752Z with 2022-09-27T16:24:34.0544813Z [ 2022-09-27T16:24:34.0544989Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:34.0545049Z ] 2022-09-27T16:24:34.0545488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:34.0545923Z 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-09-27T16:24:34.0546245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0546348Z with 2022-09-27T16:24:34.0546409Z [ 2022-09-27T16:24:34.0546588Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:34.0546646Z ] 2022-09-27T16:24:34.0546942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0546993Z with 2022-09-27T16:24:34.0547052Z [ 2022-09-27T16:24:34.0547174Z T=std::vector> 2022-09-27T16:24:34.0547235Z ] 2022-09-27T16:24:34.0547540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0547599Z with 2022-09-27T16:24:34.0547661Z [ 2022-09-27T16:24:34.0547784Z T=std::vector> 2022-09-27T16:24:34.0547843Z ] 2022-09-27T16:24:34.0548188Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0548254Z with 2022-09-27T16:24:34.0548311Z [ 2022-09-27T16:24:34.0548431Z T=std::vector> 2022-09-27T16:24:34.0548487Z ] 2022-09-27T16:24:34.0548856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0548918Z with 2022-09-27T16:24:34.0548965Z [ 2022-09-27T16:24:34.0549084Z T=std::vector> 2022-09-27T16:24:34.0549147Z ] 2022-09-27T16:24:34.0549472Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:34.0549531Z with 2022-09-27T16:24:34.0549587Z [ 2022-09-27T16:24:34.0549658Z T=double 2022-09-27T16:24:34.0549716Z ] 2022-09-27T16:24:34.0550089Z 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-09-27T16:24:34.0550150Z with 2022-09-27T16:24:34.0550208Z [ 2022-09-27T16:24:34.0550273Z T=double 2022-09-27T16:24:34.0550332Z ] 2022-09-27T16:24:34.0550656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0550719Z with 2022-09-27T16:24:34.0550765Z [ 2022-09-27T16:24:34.0550883Z T=std::vector> 2022-09-27T16:24:34.0550939Z ] 2022-09-27T16:24:34.0551269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0551332Z with 2022-09-27T16:24:34.0551391Z [ 2022-09-27T16:24:34.0551499Z T=std::tuple 2022-09-27T16:24:34.0551559Z ] 2022-09-27T16:24:34.0551860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0551958Z with 2022-09-27T16:24:34.0552016Z [ 2022-09-27T16:24:34.0552127Z T=std::tuple 2022-09-27T16:24:34.0552172Z ] 2022-09-27T16:24:34.0552516Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0552578Z with 2022-09-27T16:24:34.0552635Z [ 2022-09-27T16:24:34.0552739Z T=std::tuple 2022-09-27T16:24:34.0552797Z ] 2022-09-27T16:24:34.0553168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0553228Z with 2022-09-27T16:24:34.0553286Z [ 2022-09-27T16:24:34.0553392Z T=std::tuple 2022-09-27T16:24:34.0553448Z ] 2022-09-27T16:24:34.0553780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:34.0554147Z 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-09-27T16:24:34.0554538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0554603Z with 2022-09-27T16:24:34.0554663Z [ 2022-09-27T16:24:34.0554770Z T=std::tuple 2022-09-27T16:24:34.0554830Z ] 2022-09-27T16:24:34.0555108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0555171Z with 2022-09-27T16:24:34.0555232Z [ 2022-09-27T16:24:34.0555363Z T=std::vector> 2022-09-27T16:24:34.0555422Z ] 2022-09-27T16:24:34.0555729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:34.0555790Z with 2022-09-27T16:24:34.0555847Z [ 2022-09-27T16:24:34.0555973Z T=std::vector> 2022-09-27T16:24:34.0556030Z ] 2022-09-27T16:24:34.0556375Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:34.0556440Z with 2022-09-27T16:24:34.0556497Z [ 2022-09-27T16:24:34.0556623Z T=std::vector> 2022-09-27T16:24:34.0556725Z ] 2022-09-27T16:24:34.0557094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:34.0557154Z with 2022-09-27T16:24:34.0557199Z [ 2022-09-27T16:24:34.0557322Z T=std::vector> 2022-09-27T16:24:34.0557379Z ] 2022-09-27T16:24:34.0557730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:34.0558456Z 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-09-27T16:24:34.0558779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:34.0558842Z with 2022-09-27T16:24:34.0558900Z [ 2022-09-27T16:24:34.0559030Z T=std::vector> 2022-09-27T16:24:34.0559088Z ] 2022-09-27T16:24:34.2959943Z [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-09-27T16:24:34.2960122Z Creating library jit_extension.lib and object jit_extension.exp 2022-09-27T16:24:34.2985140Z Loading extension module jit_extension... 2022-09-27T16:24:34.3161250Z ok (11.520s) 2022-09-27T16:24:34.3174638Z test_jit_cuda_archflags (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.000s) 2022-09-27T16:24:34.3183172Z test_jit_cuda_extension (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.000s) 2022-09-27T16:24:34.3193727Z test_jit_cudnn_extension (__main__.TestCppExtensionJIT) ... skip: CuDNN not found (0.016s) 2022-09-27T16:24:34.3211369Z 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-09-27T16:24:34.3211730Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\lenient_flag_handling_extension... 2022-09-27T16:24:34.3281749Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\lenient_flag_handling_extension\build.ninja... 2022-09-27T16:24:34.4828754Z Building extension module lenient_flag_handling_extension... 2022-09-27T16:24:34.4829151Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-09-27T16:24:45.5441452Z [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-09-27T16:24:45.5443034Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-09-27T16:24:45.5443435Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-09-27T16:24:45.5443651Z 2022-09-27T16:24:45.5443826Z cl : Command line warning D9002 : ignoring unknown option '-g' 2022-09-27T16:24:45.5444198Z cl : Command line warning D9002 : ignoring unknown option '-O0' 2022-09-27T16:24:45.5444569Z cl : Command line warning D9002 : ignoring unknown option '-O ' 2022-09-27T16:24:45.5444941Z cl : Command line warning D9002 : ignoring unknown option '-O-' 2022-09-27T16:24:45.5445836Z cl : Command line warning D9002 : ignoring unknown option '-OW' 2022-09-27T16:24:45.5446217Z cl : Command line warning D9002 : ignoring unknown option '-Oa' 2022-09-27T16:24:45.5446589Z cl : Command line warning D9002 : ignoring unknown option '-Ol' 2022-09-27T16:24:45.5446966Z cl : Command line warning D9002 : ignoring unknown option '-Ol' 2022-09-27T16:24:45.5447580Z 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-09-27T16:24:45.5448416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5448898Z with 2022-09-27T16:24:45.5449113Z [ 2022-09-27T16:24:45.5449342Z T=c10::SymInt 2022-09-27T16:24:45.5449550Z ] 2022-09-27T16:24:45.5450095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5450584Z with 2022-09-27T16:24:45.5450796Z [ 2022-09-27T16:24:45.5451015Z T=c10::SymInt 2022-09-27T16:24:45.5451235Z ] 2022-09-27T16:24:45.5451797Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5452340Z with 2022-09-27T16:24:45.5452548Z [ 2022-09-27T16:24:45.5452768Z T=c10::SymInt 2022-09-27T16:24:45.5452985Z ] 2022-09-27T16:24:45.5453609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5454187Z with 2022-09-27T16:24:45.5454378Z [ 2022-09-27T16:24:45.5454597Z T=c10::SymInt 2022-09-27T16:24:45.5454817Z ] 2022-09-27T16:24:45.5455356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:45.5456194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1514): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:45.5457069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5457460Z with 2022-09-27T16:24:45.5457605Z [ 2022-09-27T16:24:45.5457767Z T=c10::SymInt 2022-09-27T16:24:45.5457932Z ] 2022-09-27T16:24:45.5458298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2533): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-09-27T16:24:45.5458941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5459295Z with 2022-09-27T16:24:45.5459436Z [ 2022-09-27T16:24:45.5459606Z T=at::TensorBase 2022-09-27T16:24:45.5459776Z ] 2022-09-27T16:24:45.5460174Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5460541Z with 2022-09-27T16:24:45.5460735Z [ 2022-09-27T16:24:45.5460891Z T=at::TensorBase 2022-09-27T16:24:45.5461057Z ] 2022-09-27T16:24:45.5461498Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5461902Z with 2022-09-27T16:24:45.5462051Z [ 2022-09-27T16:24:45.5462217Z T=at::TensorBase 2022-09-27T16:24:45.5462371Z ] 2022-09-27T16:24:45.5462830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5463252Z with 2022-09-27T16:24:45.5463405Z [ 2022-09-27T16:24:45.5463570Z T=at::TensorBase 2022-09-27T16:24:45.5463727Z ] 2022-09-27T16:24:45.5464130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:45.5464767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(921): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:45.5465409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5465793Z with 2022-09-27T16:24:45.5465945Z [ 2022-09-27T16:24:45.5466113Z T=at::TensorBase 2022-09-27T16:24:45.5466267Z ] 2022-09-27T16:24:45.5466644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5466997Z with 2022-09-27T16:24:45.5467150Z [ 2022-09-27T16:24:45.5467313Z T=at::Tensor 2022-09-27T16:24:45.5467474Z ] 2022-09-27T16:24:45.5467859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5468223Z with 2022-09-27T16:24:45.5468373Z [ 2022-09-27T16:24:45.5468534Z T=at::Tensor 2022-09-27T16:24:45.5468694Z ] 2022-09-27T16:24:45.5469126Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5469512Z with 2022-09-27T16:24:45.5469665Z [ 2022-09-27T16:24:45.5469825Z T=at::Tensor 2022-09-27T16:24:45.5469985Z ] 2022-09-27T16:24:45.5470860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5471287Z with 2022-09-27T16:24:45.5471427Z [ 2022-09-27T16:24:45.5471590Z T=at::Tensor 2022-09-27T16:24:45.5471750Z ] 2022-09-27T16:24:45.5472147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:45.5472761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(510): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:45.5473436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5473823Z with 2022-09-27T16:24:45.5473967Z [ 2022-09-27T16:24:45.5474130Z T=at::Tensor 2022-09-27T16:24:45.5474296Z ] 2022-09-27T16:24:45.5474675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5475116Z with 2022-09-27T16:24:45.5475267Z [ 2022-09-27T16:24:45.5475420Z T=at::Generator 2022-09-27T16:24:45.5475585Z ] 2022-09-27T16:24:45.5475977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5476342Z with 2022-09-27T16:24:45.5476493Z [ 2022-09-27T16:24:45.5476643Z T=at::Generator 2022-09-27T16:24:45.5476806Z ] 2022-09-27T16:24:45.5477241Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5477639Z with 2022-09-27T16:24:45.5477789Z [ 2022-09-27T16:24:45.5477950Z T=at::Generator 2022-09-27T16:24:45.5478101Z ] 2022-09-27T16:24:45.5478553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5478970Z with 2022-09-27T16:24:45.5479119Z [ 2022-09-27T16:24:45.5479287Z T=at::Generator 2022-09-27T16:24:45.5479451Z ] 2022-09-27T16:24:45.5479835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:45.5480464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(587): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:45.5481100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5481480Z with 2022-09-27T16:24:45.5481632Z [ 2022-09-27T16:24:45.5481796Z T=at::Generator 2022-09-27T16:24:45.5481963Z ] 2022-09-27T16:24:45.5482329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5482685Z with 2022-09-27T16:24:45.5482835Z [ 2022-09-27T16:24:45.5483000Z T=std::string 2022-09-27T16:24:45.5483162Z ] 2022-09-27T16:24:45.5483909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5484286Z with 2022-09-27T16:24:45.5484441Z [ 2022-09-27T16:24:45.5484607Z T=std::string 2022-09-27T16:24:45.5484769Z ] 2022-09-27T16:24:45.5485201Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5485642Z with 2022-09-27T16:24:45.5485793Z [ 2022-09-27T16:24:45.5485958Z T=std::string 2022-09-27T16:24:45.5486120Z ] 2022-09-27T16:24:45.5486582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5487008Z with 2022-09-27T16:24:45.5487149Z [ 2022-09-27T16:24:45.5487313Z T=std::string 2022-09-27T16:24:45.5487477Z ] 2022-09-27T16:24:45.5487872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:45.5488491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(448): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:45.5489128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5489512Z with 2022-09-27T16:24:45.5489655Z [ 2022-09-27T16:24:45.5489823Z T=std::string 2022-09-27T16:24:45.5489987Z ] 2022-09-27T16:24:45.5490367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5490720Z with 2022-09-27T16:24:45.5490874Z [ 2022-09-27T16:24:45.5491118Z T=c10::QualifiedName 2022-09-27T16:24:45.5491294Z ] 2022-09-27T16:24:45.5491744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5492112Z with 2022-09-27T16:24:45.5492265Z [ 2022-09-27T16:24:45.5492424Z T=c10::QualifiedName 2022-09-27T16:24:45.5492595Z ] 2022-09-27T16:24:45.5493029Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5493427Z with 2022-09-27T16:24:45.5493579Z [ 2022-09-27T16:24:45.5493750Z T=c10::QualifiedName 2022-09-27T16:24:45.5493908Z ] 2022-09-27T16:24:45.5494364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5494788Z with 2022-09-27T16:24:45.5494940Z [ 2022-09-27T16:24:45.5495109Z T=c10::QualifiedName 2022-09-27T16:24:45.5495278Z ] 2022-09-27T16:24:45.5495955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:45.5496602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(696): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:45.5497295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5497683Z with 2022-09-27T16:24:45.5497838Z [ 2022-09-27T16:24:45.5498068Z T=c10::QualifiedName 2022-09-27T16:24:45.5498238Z ] 2022-09-27T16:24:45.5498609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5498963Z with 2022-09-27T16:24:45.5499121Z [ 2022-09-27T16:24:45.5499336Z T=std::shared_ptr 2022-09-27T16:24:45.5499548Z ] 2022-09-27T16:24:45.5499943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5500291Z with 2022-09-27T16:24:45.5500444Z [ 2022-09-27T16:24:45.5500654Z T=std::shared_ptr 2022-09-27T16:24:45.5500860Z ] 2022-09-27T16:24:45.5501291Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5501692Z with 2022-09-27T16:24:45.5501832Z [ 2022-09-27T16:24:45.5502045Z T=std::shared_ptr 2022-09-27T16:24:45.5502246Z ] 2022-09-27T16:24:45.5502702Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5503117Z with 2022-09-27T16:24:45.5503267Z [ 2022-09-27T16:24:45.5503466Z T=std::shared_ptr 2022-09-27T16:24:45.5503665Z ] 2022-09-27T16:24:45.5504105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:45.5504795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1340): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:24:45.5505450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5505842Z with 2022-09-27T16:24:45.5505995Z [ 2022-09-27T16:24:45.5506195Z T=std::shared_ptr 2022-09-27T16:24:45.5506398Z ] 2022-09-27T16:24:45.5506776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5507133Z with 2022-09-27T16:24:45.5507286Z [ 2022-09-27T16:24:45.5507496Z T=std::weak_ptr 2022-09-27T16:24:45.5507684Z ] 2022-09-27T16:24:45.5508346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5508720Z with 2022-09-27T16:24:45.5508875Z [ 2022-09-27T16:24:45.5509086Z T=std::weak_ptr 2022-09-27T16:24:45.5509283Z ] 2022-09-27T16:24:45.5509705Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5510103Z with 2022-09-27T16:24:45.5510305Z [ 2022-09-27T16:24:45.5510528Z T=std::weak_ptr 2022-09-27T16:24:45.5510728Z ] 2022-09-27T16:24:45.5511188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5511601Z with 2022-09-27T16:24:45.5511753Z [ 2022-09-27T16:24:45.5511962Z T=std::weak_ptr 2022-09-27T16:24:45.5512161Z ] 2022-09-27T16:24:45.5512595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:45.5513271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1341): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:24:45.5513933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5514316Z with 2022-09-27T16:24:45.5514458Z [ 2022-09-27T16:24:45.5514672Z T=std::weak_ptr 2022-09-27T16:24:45.5514870Z ] 2022-09-27T16:24:45.5515336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5515693Z with 2022-09-27T16:24:45.5515830Z [ 2022-09-27T16:24:45.5516071Z T=std::vector> 2022-09-27T16:24:45.5516301Z ] 2022-09-27T16:24:45.5516700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5517064Z with 2022-09-27T16:24:45.5517215Z [ 2022-09-27T16:24:45.5517439Z T=std::vector> 2022-09-27T16:24:45.5517662Z ] 2022-09-27T16:24:45.5518096Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5518499Z with 2022-09-27T16:24:45.5518650Z [ 2022-09-27T16:24:45.5518886Z T=std::vector> 2022-09-27T16:24:45.5519093Z ] 2022-09-27T16:24:45.5519553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5519973Z with 2022-09-27T16:24:45.5520123Z [ 2022-09-27T16:24:45.5520620Z T=std::vector> 2022-09-27T16:24:45.5520850Z ] 2022-09-27T16:24:45.5521306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:45.5522020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(482): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:24:45.5522751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5523137Z with 2022-09-27T16:24:45.5523289Z [ 2022-09-27T16:24:45.5523529Z T=std::vector> 2022-09-27T16:24:45.5523755Z ] 2022-09-27T16:24:45.5524136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5524492Z with 2022-09-27T16:24:45.5524631Z [ 2022-09-27T16:24:45.5524842Z T=std::vector> 2022-09-27T16:24:45.5525035Z ] 2022-09-27T16:24:45.5525432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5525803Z with 2022-09-27T16:24:45.5525941Z [ 2022-09-27T16:24:45.5526144Z T=std::vector> 2022-09-27T16:24:45.5526339Z ] 2022-09-27T16:24:45.5526770Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5527169Z with 2022-09-27T16:24:45.5527321Z [ 2022-09-27T16:24:45.5527509Z T=std::vector> 2022-09-27T16:24:45.5527701Z ] 2022-09-27T16:24:45.5528162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5528586Z with 2022-09-27T16:24:45.5528739Z [ 2022-09-27T16:24:45.5528941Z T=std::vector> 2022-09-27T16:24:45.5529124Z ] 2022-09-27T16:24:45.5529556Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:45.5530228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(441): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:24:45.5530872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5531259Z with 2022-09-27T16:24:45.5531412Z [ 2022-09-27T16:24:45.5531616Z T=std::vector> 2022-09-27T16:24:45.5531796Z ] 2022-09-27T16:24:45.5532428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5532788Z with 2022-09-27T16:24:45.5532940Z [ 2022-09-27T16:24:45.5533192Z T=std::vector,std::allocator>> 2022-09-27T16:24:45.5533423Z ] 2022-09-27T16:24:45.5533807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5534175Z with 2022-09-27T16:24:45.5534330Z [ 2022-09-27T16:24:45.5534579Z T=std::vector,std::allocator>> 2022-09-27T16:24:45.5534856Z ] 2022-09-27T16:24:45.5535295Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5535692Z with 2022-09-27T16:24:45.5535833Z [ 2022-09-27T16:24:45.5536084Z T=std::vector,std::allocator>> 2022-09-27T16:24:45.5536315Z ] 2022-09-27T16:24:45.5536775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5537198Z with 2022-09-27T16:24:45.5537349Z [ 2022-09-27T16:24:45.5537585Z T=std::vector,std::allocator>> 2022-09-27T16:24:45.5537815Z ] 2022-09-27T16:24:45.5538284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:24:45.5539011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:24:45.5539683Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(843): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:24:45.5540315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5540697Z with 2022-09-27T16:24:45.5540848Z [ 2022-09-27T16:24:45.5541100Z T=std::vector,std::allocator>> 2022-09-27T16:24:45.5541316Z ] 2022-09-27T16:24:45.5541697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5542044Z with 2022-09-27T16:24:45.5542198Z [ 2022-09-27T16:24:45.5542439Z T=std::vector,std::allocator>> 2022-09-27T16:24:45.5542664Z ] 2022-09-27T16:24:45.5543051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5543422Z with 2022-09-27T16:24:45.5543572Z [ 2022-09-27T16:24:45.5543813Z T=std::vector,std::allocator>> 2022-09-27T16:24:45.5544037Z ] 2022-09-27T16:24:45.5544688Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5545075Z with 2022-09-27T16:24:45.5545227Z [ 2022-09-27T16:24:45.5545468Z T=std::vector,std::allocator>> 2022-09-27T16:24:45.5545690Z ] 2022-09-27T16:24:45.5546151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5546627Z with 2022-09-27T16:24:45.5546764Z [ 2022-09-27T16:24:45.5547002Z T=std::vector,std::allocator>> 2022-09-27T16:24:45.5547231Z ] 2022-09-27T16:24:45.5547687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:24:45.5548403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:24:45.5549067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(613): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:24:45.5549698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5550081Z with 2022-09-27T16:24:45.5550235Z [ 2022-09-27T16:24:45.5550464Z T=std::vector,std::allocator>> 2022-09-27T16:24:45.5550687Z ] 2022-09-27T16:24:45.5551067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5551419Z with 2022-09-27T16:24:45.5551570Z [ 2022-09-27T16:24:45.5551765Z T=std::vector> 2022-09-27T16:24:45.5551964Z ] 2022-09-27T16:24:45.5552368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5552731Z with 2022-09-27T16:24:45.5552881Z [ 2022-09-27T16:24:45.5553088Z T=std::vector> 2022-09-27T16:24:45.5553268Z ] 2022-09-27T16:24:45.5553698Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5554094Z with 2022-09-27T16:24:45.5554245Z [ 2022-09-27T16:24:45.5554451Z T=std::vector> 2022-09-27T16:24:45.5554645Z ] 2022-09-27T16:24:45.5555190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5555621Z with 2022-09-27T16:24:45.5555772Z [ 2022-09-27T16:24:45.5556223Z T=std::vector> 2022-09-27T16:24:45.5556423Z ] 2022-09-27T16:24:45.5556858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:45.5557525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(726): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:24:45.5558182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5558605Z with 2022-09-27T16:24:45.5558758Z [ 2022-09-27T16:24:45.5568623Z T=std::vector> 2022-09-27T16:24:45.5568939Z ] 2022-09-27T16:24:45.5569380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5569748Z with 2022-09-27T16:24:45.5569917Z [ 2022-09-27T16:24:45.5570167Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:45.5570400Z ] 2022-09-27T16:24:45.5570798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5571187Z with 2022-09-27T16:24:45.5571349Z [ 2022-09-27T16:24:45.5571592Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:45.5571829Z ] 2022-09-27T16:24:45.5572278Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5572667Z with 2022-09-27T16:24:45.5572831Z [ 2022-09-27T16:24:45.5573076Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:45.5573312Z ] 2022-09-27T16:24:45.5573786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5574218Z with 2022-09-27T16:24:45.5574363Z [ 2022-09-27T16:24:45.5574608Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:45.5574838Z ] 2022-09-27T16:24:45.5575317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:45.5576064Z 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-09-27T16:24:45.5576813Z 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-09-27T16:24:45.5577516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5577918Z with 2022-09-27T16:24:45.5578483Z [ 2022-09-27T16:24:45.5578726Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:45.5578966Z ] 2022-09-27T16:24:45.5579364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5579728Z with 2022-09-27T16:24:45.5579894Z [ 2022-09-27T16:24:45.5580140Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:45.5580355Z ] 2022-09-27T16:24:45.5580763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5581210Z with 2022-09-27T16:24:45.5581372Z [ 2022-09-27T16:24:45.5581617Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:45.5581850Z ] 2022-09-27T16:24:45.5582278Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5582689Z with 2022-09-27T16:24:45.5582851Z [ 2022-09-27T16:24:45.5583095Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:45.5583324Z ] 2022-09-27T16:24:45.5583792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5584211Z with 2022-09-27T16:24:45.5584375Z [ 2022-09-27T16:24:45.5584617Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:45.5584848Z ] 2022-09-27T16:24:45.5585319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:45.5586059Z 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-09-27T16:24:45.5586797Z 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-09-27T16:24:45.5587506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5587903Z with 2022-09-27T16:24:45.5588051Z [ 2022-09-27T16:24:45.5588299Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:45.5588534Z ] 2022-09-27T16:24:45.5588929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5589296Z with 2022-09-27T16:24:45.5589441Z [ 2022-09-27T16:24:45.5589641Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:45.5589836Z ] 2022-09-27T16:24:45.5590244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5590617Z with 2022-09-27T16:24:45.5590779Z [ 2022-09-27T16:24:45.5591213Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:45.5591413Z ] 2022-09-27T16:24:45.5591861Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5592268Z with 2022-09-27T16:24:45.5592432Z [ 2022-09-27T16:24:45.5592628Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:45.5592802Z ] 2022-09-27T16:24:45.5593271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5593761Z with 2022-09-27T16:24:45.5593922Z [ 2022-09-27T16:24:45.5594120Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:45.5594315Z ] 2022-09-27T16:24:45.5594729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:45.5595476Z 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-09-27T16:24:45.5595863Z with 2022-09-27T16:24:45.5596025Z [ 2022-09-27T16:24:45.5596221Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:45.5596420Z ] 2022-09-27T16:24:45.5596862Z 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-09-27T16:24:45.5597557Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5597956Z with 2022-09-27T16:24:45.5598122Z [ 2022-09-27T16:24:45.5598320Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:45.5598514Z ] 2022-09-27T16:24:45.5598911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5599255Z with 2022-09-27T16:24:45.5599421Z [ 2022-09-27T16:24:45.5599704Z T=std::vector> 2022-09-27T16:24:45.5599966Z ] 2022-09-27T16:24:45.5600374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5600751Z with 2022-09-27T16:24:45.5600894Z [ 2022-09-27T16:24:45.5601174Z T=std::vector> 2022-09-27T16:24:45.5601435Z ] 2022-09-27T16:24:45.5601883Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5602291Z with 2022-09-27T16:24:45.5602457Z [ 2022-09-27T16:24:45.5602718Z T=std::vector> 2022-09-27T16:24:45.5602980Z ] 2022-09-27T16:24:45.5603719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5604164Z with 2022-09-27T16:24:45.5604327Z [ 2022-09-27T16:24:45.5604608Z T=std::vector> 2022-09-27T16:24:45.5604868Z ] 2022-09-27T16:24:45.5605352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:45.5606206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(843): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:24:45.5606927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5607329Z with 2022-09-27T16:24:45.5607495Z [ 2022-09-27T16:24:45.5607777Z T=std::vector> 2022-09-27T16:24:45.5608038Z ] 2022-09-27T16:24:45.5608433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5608778Z with 2022-09-27T16:24:45.5608942Z [ 2022-09-27T16:24:45.5609134Z T=torch::autograd::ViewInfo 2022-09-27T16:24:45.5609327Z ] 2022-09-27T16:24:45.5609735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5610109Z with 2022-09-27T16:24:45.5610253Z [ 2022-09-27T16:24:45.5610446Z T=torch::autograd::ViewInfo 2022-09-27T16:24:45.5610635Z ] 2022-09-27T16:24:45.5611078Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5611488Z with 2022-09-27T16:24:45.5611649Z [ 2022-09-27T16:24:45.5611826Z T=torch::autograd::ViewInfo 2022-09-27T16:24:45.5612017Z ] 2022-09-27T16:24:45.5612491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5612928Z with 2022-09-27T16:24:45.5613088Z [ 2022-09-27T16:24:45.5613279Z T=torch::autograd::ViewInfo 2022-09-27T16:24:45.5613450Z ] 2022-09-27T16:24:45.5613881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:45.5614545Z 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-09-27T16:24:45.5615217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5615611Z with 2022-09-27T16:24:45.5615774Z [ 2022-09-27T16:24:45.5616192Z T=torch::autograd::ViewInfo 2022-09-27T16:24:45.5616373Z ] 2022-09-27T16:24:45.5616769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5617131Z with 2022-09-27T16:24:45.5617295Z [ 2022-09-27T16:24:45.5617469Z T=c10::IValue 2022-09-27T16:24:45.5617624Z ] 2022-09-27T16:24:45.5618029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5618463Z with 2022-09-27T16:24:45.5618625Z [ 2022-09-27T16:24:45.5618798Z T=c10::IValue 2022-09-27T16:24:45.5618970Z ] 2022-09-27T16:24:45.5619396Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5619811Z with 2022-09-27T16:24:45.5619975Z [ 2022-09-27T16:24:45.5620148Z T=c10::IValue 2022-09-27T16:24:45.5620318Z ] 2022-09-27T16:24:45.5620785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5621202Z with 2022-09-27T16:24:45.5621366Z [ 2022-09-27T16:24:45.5621538Z T=c10::IValue 2022-09-27T16:24:45.5621712Z ] 2022-09-27T16:24:45.5622124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:45.5622762Z 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-09-27T16:24:45.5623405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5623780Z with 2022-09-27T16:24:45.5623945Z [ 2022-09-27T16:24:45.5624119Z T=c10::IValue 2022-09-27T16:24:45.5624293Z ] 2022-09-27T16:24:45.5624681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5625045Z with 2022-09-27T16:24:45.5625190Z [ 2022-09-27T16:24:45.5625370Z T=c10::AliasInfo 2022-09-27T16:24:45.5625550Z ] 2022-09-27T16:24:45.5625951Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5626323Z with 2022-09-27T16:24:45.5626468Z [ 2022-09-27T16:24:45.5626645Z T=c10::AliasInfo 2022-09-27T16:24:45.5626827Z ] 2022-09-27T16:24:45.5627272Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5627682Z with 2022-09-27T16:24:45.5627843Z [ 2022-09-27T16:24:45.5628002Z T=c10::AliasInfo 2022-09-27T16:24:45.5628178Z ] 2022-09-27T16:24:45.5628885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5629331Z with 2022-09-27T16:24:45.5629493Z [ 2022-09-27T16:24:45.5629671Z T=c10::AliasInfo 2022-09-27T16:24:45.5629830Z ] 2022-09-27T16:24:45.5630242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:45.5630885Z 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-09-27T16:24:45.5631579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5631959Z with 2022-09-27T16:24:45.5632114Z [ 2022-09-27T16:24:45.5632283Z T=c10::AliasInfo 2022-09-27T16:24:45.5632436Z ] 2022-09-27T16:24:45.5632817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5633174Z with 2022-09-27T16:24:45.5633327Z [ 2022-09-27T16:24:45.5633552Z T=c10::either 2022-09-27T16:24:45.5633764Z ] 2022-09-27T16:24:45.5634153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5634521Z with 2022-09-27T16:24:45.5634677Z [ 2022-09-27T16:24:45.5634901Z T=c10::either 2022-09-27T16:24:45.5635212Z ] 2022-09-27T16:24:45.5635648Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5636038Z with 2022-09-27T16:24:45.5636192Z [ 2022-09-27T16:24:45.5636416Z T=c10::either 2022-09-27T16:24:45.5636627Z ] 2022-09-27T16:24:45.5637087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5637515Z with 2022-09-27T16:24:45.5637655Z [ 2022-09-27T16:24:45.5637874Z T=c10::either 2022-09-27T16:24:45.5638089Z ] 2022-09-27T16:24:45.5638539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:45.5639264Z 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-09-27T16:24:45.5639963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5640349Z with 2022-09-27T16:24:45.5640490Z [ 2022-09-27T16:24:45.5640713Z T=c10::either 2022-09-27T16:24:45.5641191Z ] 2022-09-27T16:24:45.5641585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5641940Z with 2022-09-27T16:24:45.5642093Z [ 2022-09-27T16:24:45.5642257Z T=at::StepCallbacks 2022-09-27T16:24:45.5642434Z ] 2022-09-27T16:24:45.5642834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5643277Z with 2022-09-27T16:24:45.5643432Z [ 2022-09-27T16:24:45.5643608Z T=at::StepCallbacks 2022-09-27T16:24:45.5643772Z ] 2022-09-27T16:24:45.5644211Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5644605Z with 2022-09-27T16:24:45.5644761Z [ 2022-09-27T16:24:45.5644934Z T=at::StepCallbacks 2022-09-27T16:24:45.5645106Z ] 2022-09-27T16:24:45.5645554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5645982Z with 2022-09-27T16:24:45.5646137Z [ 2022-09-27T16:24:45.5646313Z T=at::StepCallbacks 2022-09-27T16:24:45.5646490Z ] 2022-09-27T16:24:45.5646902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:45.5647535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:45.5648185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5648568Z with 2022-09-27T16:24:45.5648725Z [ 2022-09-27T16:24:45.5648901Z T=at::StepCallbacks 2022-09-27T16:24:45.5649077Z ] 2022-09-27T16:24:45.5649461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5649803Z with 2022-09-27T16:24:45.5649955Z [ 2022-09-27T16:24:45.5650123Z T=c10::DimVector 2022-09-27T16:24:45.5650293Z ] 2022-09-27T16:24:45.5650687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5651056Z with 2022-09-27T16:24:45.5651196Z [ 2022-09-27T16:24:45.5651366Z T=c10::DimVector 2022-09-27T16:24:45.5651535Z ] 2022-09-27T16:24:45.5651965Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5652367Z with 2022-09-27T16:24:45.5652505Z [ 2022-09-27T16:24:45.5652673Z T=c10::DimVector 2022-09-27T16:24:45.5652840Z ] 2022-09-27T16:24:45.5653674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5654158Z with 2022-09-27T16:24:45.5654311Z [ 2022-09-27T16:24:45.5654470Z T=c10::DimVector 2022-09-27T16:24:45.5654640Z ] 2022-09-27T16:24:45.5655045Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:45.5655679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:45.5656379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5656762Z with 2022-09-27T16:24:45.5656918Z [ 2022-09-27T16:24:45.5657074Z T=c10::DimVector 2022-09-27T16:24:45.5657241Z ] 2022-09-27T16:24:45.5657629Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5657980Z with 2022-09-27T16:24:45.5658134Z [ 2022-09-27T16:24:45.5658321Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:45.5658492Z ] 2022-09-27T16:24:45.5658890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5659317Z with 2022-09-27T16:24:45.5659472Z [ 2022-09-27T16:24:45.5659658Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:45.5659824Z ] 2022-09-27T16:24:45.5660258Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5660657Z with 2022-09-27T16:24:45.5660811Z [ 2022-09-27T16:24:45.5660995Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:45.5661174Z ] 2022-09-27T16:24:45.5661620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5662053Z with 2022-09-27T16:24:45.5662209Z [ 2022-09-27T16:24:45.5662391Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:45.5662574Z ] 2022-09-27T16:24:45.5662996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:45.5663667Z 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-09-27T16:24:45.5664320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5664707Z with 2022-09-27T16:24:45.5664862Z [ 2022-09-27T16:24:45.5665049Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:45.5665235Z ] 2022-09-27T16:24:45.5665670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5666024Z with 2022-09-27T16:24:45.5666166Z [ 2022-09-27T16:24:45.5666395Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:45.5666613Z ] 2022-09-27T16:24:45.5667011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5667377Z with 2022-09-27T16:24:45.5667516Z [ 2022-09-27T16:24:45.5667743Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:45.5668005Z ] 2022-09-27T16:24:45.5668438Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5668837Z with 2022-09-27T16:24:45.5668992Z [ 2022-09-27T16:24:45.5669201Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:45.5669413Z ] 2022-09-27T16:24:45.5669869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5670288Z with 2022-09-27T16:24:45.5670440Z [ 2022-09-27T16:24:45.5670664Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:45.5670863Z ] 2022-09-27T16:24:45.5671318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:45.5672046Z 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-09-27T16:24:45.5672748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5673135Z with 2022-09-27T16:24:45.5673291Z [ 2022-09-27T16:24:45.5673518Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:45.5673731Z ] 2022-09-27T16:24:45.5674100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5674453Z with 2022-09-27T16:24:45.5674606Z [ 2022-09-27T16:24:45.5674808Z T=std::tuple 2022-09-27T16:24:45.5675085Z ] 2022-09-27T16:24:45.5675490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5675844Z with 2022-09-27T16:24:45.5675997Z [ 2022-09-27T16:24:45.5676196Z T=std::tuple 2022-09-27T16:24:45.5676391Z ] 2022-09-27T16:24:45.5676825Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5677225Z with 2022-09-27T16:24:45.5677368Z [ 2022-09-27T16:24:45.5677568Z T=std::tuple 2022-09-27T16:24:45.5677764Z ] 2022-09-27T16:24:45.5678278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5678702Z with 2022-09-27T16:24:45.5678855Z [ 2022-09-27T16:24:45.5679041Z T=std::tuple 2022-09-27T16:24:45.5679234Z ] 2022-09-27T16:24:45.5679661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:45.5680387Z 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-09-27T16:24:45.5681062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5681450Z with 2022-09-27T16:24:45.5681606Z [ 2022-09-27T16:24:45.5681793Z T=std::tuple 2022-09-27T16:24:45.5681990Z ] 2022-09-27T16:24:45.5682372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5682732Z with 2022-09-27T16:24:45.5682890Z [ 2022-09-27T16:24:45.5683072Z T=torch::jit::SourceRange 2022-09-27T16:24:45.5683238Z ] 2022-09-27T16:24:45.5683635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5683997Z with 2022-09-27T16:24:45.5684152Z [ 2022-09-27T16:24:45.5684331Z T=torch::jit::SourceRange 2022-09-27T16:24:45.5684498Z ] 2022-09-27T16:24:45.5684931Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5685334Z with 2022-09-27T16:24:45.5685488Z [ 2022-09-27T16:24:45.5685669Z T=torch::jit::SourceRange 2022-09-27T16:24:45.5685847Z ] 2022-09-27T16:24:45.5686298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5686728Z with 2022-09-27T16:24:45.5686879Z [ 2022-09-27T16:24:45.5687060Z T=torch::jit::SourceRange 2022-09-27T16:24:45.5687235Z ] 2022-09-27T16:24:45.5687654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:45.5688316Z 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-09-27T16:24:45.5688976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5689346Z with 2022-09-27T16:24:45.5689504Z [ 2022-09-27T16:24:45.5689686Z T=torch::jit::SourceRange 2022-09-27T16:24:45.5689870Z ] 2022-09-27T16:24:45.5690298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5690654Z with 2022-09-27T16:24:45.5690796Z [ 2022-09-27T16:24:45.5690997Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:45.5691191Z ] 2022-09-27T16:24:45.5691588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5691996Z with 2022-09-27T16:24:45.5692136Z [ 2022-09-27T16:24:45.5692333Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:45.5692528Z ] 2022-09-27T16:24:45.5692966Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5693365Z with 2022-09-27T16:24:45.5693516Z [ 2022-09-27T16:24:45.5693699Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:45.5693891Z ] 2022-09-27T16:24:45.5694348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5694771Z with 2022-09-27T16:24:45.5694925Z [ 2022-09-27T16:24:45.5695122Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:45.5695301Z ] 2022-09-27T16:24:45.5695726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:45.5696403Z 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-09-27T16:24:45.5697064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5697449Z with 2022-09-27T16:24:45.5697605Z [ 2022-09-27T16:24:45.5697805Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:45.5697986Z ] 2022-09-27T16:24:45.5698371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5698727Z with 2022-09-27T16:24:45.5698880Z [ 2022-09-27T16:24:45.5699076Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:45.5699269Z ] 2022-09-27T16:24:45.5699651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5700019Z with 2022-09-27T16:24:45.5700170Z [ 2022-09-27T16:24:45.5700365Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:45.5700553Z ] 2022-09-27T16:24:45.5700981Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5701371Z with 2022-09-27T16:24:45.5701528Z [ 2022-09-27T16:24:45.5701722Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:45.5701913Z ] 2022-09-27T16:24:45.5702416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5702843Z with 2022-09-27T16:24:45.5702983Z [ 2022-09-27T16:24:45.5703177Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:45.5703367Z ] 2022-09-27T16:24:45.5703791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:45.5704515Z 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-09-27T16:24:45.5705172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5705556Z with 2022-09-27T16:24:45.5705696Z [ 2022-09-27T16:24:45.5705893Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:45.5706084Z ] 2022-09-27T16:24:45.5706464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5706819Z with 2022-09-27T16:24:45.5706972Z [ 2022-09-27T16:24:45.5707137Z T=torch::jit::ScopePtr 2022-09-27T16:24:45.5707315Z ] 2022-09-27T16:24:45.5707712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5708075Z with 2022-09-27T16:24:45.5708227Z [ 2022-09-27T16:24:45.5708389Z T=torch::jit::ScopePtr 2022-09-27T16:24:45.5708564Z ] 2022-09-27T16:24:45.5708996Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5709393Z with 2022-09-27T16:24:45.5709547Z [ 2022-09-27T16:24:45.5709722Z T=torch::jit::ScopePtr 2022-09-27T16:24:45.5709878Z ] 2022-09-27T16:24:45.5710339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5710765Z with 2022-09-27T16:24:45.5710919Z [ 2022-09-27T16:24:45.5711093Z T=torch::jit::ScopePtr 2022-09-27T16:24:45.5711272Z ] 2022-09-27T16:24:45.5711672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:45.5712319Z 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-09-27T16:24:45.5712969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5713354Z with 2022-09-27T16:24:45.5713508Z [ 2022-09-27T16:24:45.5713686Z T=torch::jit::ScopePtr 2022-09-27T16:24:45.5713863Z ] 2022-09-27T16:24:45.5714269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5714629Z with 2022-09-27T16:24:45.5714784Z [ 2022-09-27T16:24:45.5715044Z T=at::ThreadLocalState 2022-09-27T16:24:45.5715230Z ] 2022-09-27T16:24:45.5715632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5715986Z with 2022-09-27T16:24:45.5716142Z [ 2022-09-27T16:24:45.5716374Z T=at::ThreadLocalState 2022-09-27T16:24:45.5716552Z ] 2022-09-27T16:24:45.5716985Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5717384Z with 2022-09-27T16:24:45.5717523Z [ 2022-09-27T16:24:45.5717704Z T=at::ThreadLocalState 2022-09-27T16:24:45.5717881Z ] 2022-09-27T16:24:45.5718337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5718761Z with 2022-09-27T16:24:45.5718917Z [ 2022-09-27T16:24:45.5719084Z T=at::ThreadLocalState 2022-09-27T16:24:45.5719263Z ] 2022-09-27T16:24:45.5719678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:45.5720342Z 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-09-27T16:24:45.5721006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5721394Z with 2022-09-27T16:24:45.5721547Z [ 2022-09-27T16:24:45.5721713Z T=at::ThreadLocalState 2022-09-27T16:24:45.5721892Z ] 2022-09-27T16:24:45.5722275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5722628Z with 2022-09-27T16:24:45.5722783Z [ 2022-09-27T16:24:45.5722981Z T=std::shared_ptr 2022-09-27T16:24:45.5723158Z ] 2022-09-27T16:24:45.5723558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5723925Z with 2022-09-27T16:24:45.5724079Z [ 2022-09-27T16:24:45.5724274Z T=std::shared_ptr 2022-09-27T16:24:45.5724447Z ] 2022-09-27T16:24:45.5724883Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5725287Z with 2022-09-27T16:24:45.5725441Z [ 2022-09-27T16:24:45.5725637Z T=std::shared_ptr 2022-09-27T16:24:45.5725877Z ] 2022-09-27T16:24:45.5726383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5726812Z with 2022-09-27T16:24:45.5726966Z [ 2022-09-27T16:24:45.5727160Z T=std::shared_ptr 2022-09-27T16:24:45.5727351Z ] 2022-09-27T16:24:45.5727773Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:45.5728422Z 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-09-27T16:24:45.5729137Z 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-09-27T16:24:45.5729809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5730183Z with 2022-09-27T16:24:45.5730341Z [ 2022-09-27T16:24:45.5730538Z T=std::shared_ptr 2022-09-27T16:24:45.5730733Z ] 2022-09-27T16:24:45.5731116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5731473Z with 2022-09-27T16:24:45.5731613Z [ 2022-09-27T16:24:45.5731800Z T=torch::jit::GraphExecutor 2022-09-27T16:24:45.5731983Z ] 2022-09-27T16:24:45.5732381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5732743Z with 2022-09-27T16:24:45.5732884Z [ 2022-09-27T16:24:45.5733068Z T=torch::jit::GraphExecutor 2022-09-27T16:24:45.5733247Z ] 2022-09-27T16:24:45.5733683Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5734083Z with 2022-09-27T16:24:45.5734240Z [ 2022-09-27T16:24:45.5734407Z T=torch::jit::GraphExecutor 2022-09-27T16:24:45.5734588Z ] 2022-09-27T16:24:45.5735052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5735478Z with 2022-09-27T16:24:45.5735634Z [ 2022-09-27T16:24:45.5735817Z T=torch::jit::GraphExecutor 2022-09-27T16:24:45.5735986Z ] 2022-09-27T16:24:45.5736404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:45.5737047Z 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-09-27T16:24:45.5737715Z 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-09-27T16:24:45.5738419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5738809Z with 2022-09-27T16:24:45.5738964Z [ 2022-09-27T16:24:45.5739150Z T=torch::jit::GraphExecutor 2022-09-27T16:24:45.5739321Z ] 2022-09-27T16:24:45.5739703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5740097Z with 2022-09-27T16:24:45.5740253Z [ 2022-09-27T16:24:45.5740428Z T=torch::jit::Method 2022-09-27T16:24:45.5740588Z ] 2022-09-27T16:24:45.5740990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5741360Z with 2022-09-27T16:24:45.5741515Z [ 2022-09-27T16:24:45.5741689Z T=torch::jit::Method 2022-09-27T16:24:45.5741859Z ] 2022-09-27T16:24:45.5742279Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5742676Z with 2022-09-27T16:24:45.5742828Z [ 2022-09-27T16:24:45.5743000Z T=torch::jit::Method 2022-09-27T16:24:45.5743173Z ] 2022-09-27T16:24:45.5743633Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5744055Z with 2022-09-27T16:24:45.5744197Z [ 2022-09-27T16:24:45.5744368Z T=torch::jit::Method 2022-09-27T16:24:45.5744540Z ] 2022-09-27T16:24:45.5744947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:45.5745583Z 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-09-27T16:24:45.5746221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5746607Z with 2022-09-27T16:24:45.5746748Z [ 2022-09-27T16:24:45.5746924Z T=torch::jit::Method 2022-09-27T16:24:45.5747100Z ] 2022-09-27T16:24:45.5747481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5747832Z with 2022-09-27T16:24:45.5747970Z [ 2022-09-27T16:24:45.5748194Z T=std::vector> 2022-09-27T16:24:45.5748406Z ] 2022-09-27T16:24:45.5748805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5749175Z with 2022-09-27T16:24:45.5749329Z [ 2022-09-27T16:24:45.5749533Z T=std::vector> 2022-09-27T16:24:45.5749746Z ] 2022-09-27T16:24:45.5750219Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5750622Z with 2022-09-27T16:24:45.5750778Z [ 2022-09-27T16:24:45.5751002Z T=std::vector> 2022-09-27T16:24:45.5751198Z ] 2022-09-27T16:24:45.5751657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5752123Z with 2022-09-27T16:24:45.5752276Z [ 2022-09-27T16:24:45.5752496Z T=std::vector> 2022-09-27T16:24:45.5752706Z ] 2022-09-27T16:24:45.5753139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:45.5753838Z 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-09-27T16:24:45.5754736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5755205Z with 2022-09-27T16:24:45.5755363Z [ 2022-09-27T16:24:45.5755589Z T=std::vector> 2022-09-27T16:24:45.5755799Z ] 2022-09-27T16:24:45.5756183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5756578Z with 2022-09-27T16:24:45.5756736Z [ 2022-09-27T16:24:45.5756987Z T=std::function 2022-09-27T16:24:45.5757223Z ] 2022-09-27T16:24:45.5757621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5757988Z with 2022-09-27T16:24:45.5758127Z [ 2022-09-27T16:24:45.5758373Z T=std::function 2022-09-27T16:24:45.5758608Z ] 2022-09-27T16:24:45.5759041Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5759446Z with 2022-09-27T16:24:45.5759597Z [ 2022-09-27T16:24:45.5759827Z T=std::function 2022-09-27T16:24:45.5760059Z ] 2022-09-27T16:24:45.5760518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5760943Z with 2022-09-27T16:24:45.5761097Z [ 2022-09-27T16:24:45.5761339Z T=std::function 2022-09-27T16:24:45.5761559Z ] 2022-09-27T16:24:45.5762091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:45.5762859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:24:45.5763572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5763961Z with 2022-09-27T16:24:45.5764165Z [ 2022-09-27T16:24:45.5764413Z T=std::function 2022-09-27T16:24:45.5764646Z ] 2022-09-27T16:24:45.5765018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5765374Z with 2022-09-27T16:24:45.5765529Z [ 2022-09-27T16:24:45.5765803Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:45.5766059Z ] 2022-09-27T16:24:45.5766460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5766817Z with 2022-09-27T16:24:45.5766972Z [ 2022-09-27T16:24:45.5767244Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:45.5767500Z ] 2022-09-27T16:24:45.5767935Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5768335Z with 2022-09-27T16:24:45.5768475Z [ 2022-09-27T16:24:45.5768746Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:45.5769000Z ] 2022-09-27T16:24:45.5769457Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5769883Z with 2022-09-27T16:24:45.5770038Z [ 2022-09-27T16:24:45.5770306Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:45.5770548Z ] 2022-09-27T16:24:45.5771040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:45.5771856Z 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-09-27T16:24:45.5772600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5772982Z with 2022-09-27T16:24:45.5773137Z [ 2022-09-27T16:24:45.5773412Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:45.5773669Z ] 2022-09-27T16:24:45.5774038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5774429Z with 2022-09-27T16:24:45.5774502Z [ 2022-09-27T16:24:45.5774626Z T=std::vector> 2022-09-27T16:24:45.5774687Z ] 2022-09-27T16:24:45.5774994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5775057Z with 2022-09-27T16:24:45.5775118Z [ 2022-09-27T16:24:45.5775239Z T=std::vector> 2022-09-27T16:24:45.5775299Z ] 2022-09-27T16:24:45.5775683Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5775749Z with 2022-09-27T16:24:45.5775795Z [ 2022-09-27T16:24:45.5775922Z T=std::vector> 2022-09-27T16:24:45.5775983Z ] 2022-09-27T16:24:45.5776355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5776419Z with 2022-09-27T16:24:45.5776480Z [ 2022-09-27T16:24:45.5776602Z T=std::vector> 2022-09-27T16:24:45.5776663Z ] 2022-09-27T16:24:45.5776995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:45.5777063Z with 2022-09-27T16:24:45.5777122Z [ 2022-09-27T16:24:45.5777193Z T=double 2022-09-27T16:24:45.5777253Z ] 2022-09-27T16:24:45.5777629Z 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-09-27T16:24:45.5777692Z with 2022-09-27T16:24:45.5777752Z [ 2022-09-27T16:24:45.5777808Z T=double 2022-09-27T16:24:45.5777868Z ] 2022-09-27T16:24:45.5778191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5778260Z with 2022-09-27T16:24:45.5778320Z [ 2022-09-27T16:24:45.5778440Z T=std::vector> 2022-09-27T16:24:45.5778501Z ] 2022-09-27T16:24:45.5778796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5778861Z with 2022-09-27T16:24:45.5778921Z [ 2022-09-27T16:24:45.5779029Z T=std::tuple 2022-09-27T16:24:45.5779091Z ] 2022-09-27T16:24:45.5779397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5779460Z with 2022-09-27T16:24:45.5779520Z [ 2022-09-27T16:24:45.5779613Z T=std::tuple 2022-09-27T16:24:45.5779676Z ] 2022-09-27T16:24:45.5780017Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5780082Z with 2022-09-27T16:24:45.5780185Z [ 2022-09-27T16:24:45.5780294Z T=std::tuple 2022-09-27T16:24:45.5780356Z ] 2022-09-27T16:24:45.5780723Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5780787Z with 2022-09-27T16:24:45.5780846Z [ 2022-09-27T16:24:45.5780952Z T=std::tuple 2022-09-27T16:24:45.5781011Z ] 2022-09-27T16:24:45.5781379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:45.5781747Z 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-09-27T16:24:45.5782073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5782136Z with 2022-09-27T16:24:45.5782196Z [ 2022-09-27T16:24:45.5782302Z T=std::tuple 2022-09-27T16:24:45.5782362Z ] 2022-09-27T16:24:45.5782637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5782703Z with 2022-09-27T16:24:45.5782765Z [ 2022-09-27T16:24:45.5782894Z T=std::vector> 2022-09-27T16:24:45.5782956Z ] 2022-09-27T16:24:45.5783266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:45.5783330Z with 2022-09-27T16:24:45.5783389Z [ 2022-09-27T16:24:45.5783519Z T=std::vector> 2022-09-27T16:24:45.5783580Z ] 2022-09-27T16:24:45.5783921Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:45.5783986Z with 2022-09-27T16:24:45.5784046Z [ 2022-09-27T16:24:45.5784172Z T=std::vector> 2022-09-27T16:24:45.5784233Z ] 2022-09-27T16:24:45.5784605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:45.5784667Z with 2022-09-27T16:24:45.5784713Z [ 2022-09-27T16:24:45.5784839Z T=std::vector> 2022-09-27T16:24:45.5784898Z ] 2022-09-27T16:24:45.5785244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:45.5785628Z 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-09-27T16:24:45.5785992Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:45.5786058Z with 2022-09-27T16:24:45.5786121Z [ 2022-09-27T16:24:45.5786250Z T=std::vector> 2022-09-27T16:24:45.5786311Z ] 2022-09-27T16:24:45.6638678Z [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-09-27T16:24:45.6639486Z Creating library lenient_flag_handling_extension.lib and object lenient_flag_handling_extension.exp 2022-09-27T16:24:45.6656682Z Loading extension module lenient_flag_handling_extension... 2022-09-27T16:24:45.6822234Z ok (11.358s) 2022-09-27T16:24:45.6840832Z test_reload_jit_extension (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-09-27T16:24:45.6841394Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\reloaded_jit_extension... 2022-09-27T16:24:45.6939989Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\reloaded_jit_extension\build.ninja... 2022-09-27T16:24:45.8502380Z Building extension module reloaded_jit_extension... 2022-09-27T16:24:45.8502796Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-09-27T16:24:56.5450702Z [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-09-27T16:24:56.5451777Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-09-27T16:24:56.5452081Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-09-27T16:24:56.5452250Z 2022-09-27T16:24:56.5452559Z 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-09-27T16:24:56.5453187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5453549Z with 2022-09-27T16:24:56.5453708Z [ 2022-09-27T16:24:56.5453866Z T=c10::SymInt 2022-09-27T16:24:56.5454034Z ] 2022-09-27T16:24:56.5454438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5454808Z with 2022-09-27T16:24:56.5454966Z [ 2022-09-27T16:24:56.5455131Z T=c10::SymInt 2022-09-27T16:24:56.5455281Z ] 2022-09-27T16:24:56.5455722Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5456291Z with 2022-09-27T16:24:56.5456455Z [ 2022-09-27T16:24:56.5456619Z T=c10::SymInt 2022-09-27T16:24:56.5456780Z ] 2022-09-27T16:24:56.5457226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5457652Z with 2022-09-27T16:24:56.5457813Z [ 2022-09-27T16:24:56.5457976Z T=c10::SymInt 2022-09-27T16:24:56.5458139Z ] 2022-09-27T16:24:56.5458745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:56.5459448Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1514): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:56.5460062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5460447Z with 2022-09-27T16:24:56.5460598Z [ 2022-09-27T16:24:56.5460767Z T=c10::SymInt 2022-09-27T16:24:56.5460931Z ] 2022-09-27T16:24:56.5461303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2533): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-09-27T16:24:56.5461886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5462222Z with 2022-09-27T16:24:56.5462380Z [ 2022-09-27T16:24:56.5462555Z T=at::TensorBase 2022-09-27T16:24:56.5462725Z ] 2022-09-27T16:24:56.5463125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5463493Z with 2022-09-27T16:24:56.5463639Z [ 2022-09-27T16:24:56.5463805Z T=at::TensorBase 2022-09-27T16:24:56.5463970Z ] 2022-09-27T16:24:56.5464405Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5464810Z with 2022-09-27T16:24:56.5464965Z [ 2022-09-27T16:24:56.5465121Z T=at::TensorBase 2022-09-27T16:24:56.5465288Z ] 2022-09-27T16:24:56.5465751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5466173Z with 2022-09-27T16:24:56.5466324Z [ 2022-09-27T16:24:56.5466478Z T=at::TensorBase 2022-09-27T16:24:56.5466647Z ] 2022-09-27T16:24:56.5467055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:56.5467688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(921): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:56.5468372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5468758Z with 2022-09-27T16:24:56.5468912Z [ 2022-09-27T16:24:56.5469070Z T=at::TensorBase 2022-09-27T16:24:56.5469241Z ] 2022-09-27T16:24:56.5469627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5469981Z with 2022-09-27T16:24:56.5470132Z [ 2022-09-27T16:24:56.5470295Z T=at::Tensor 2022-09-27T16:24:56.5470444Z ] 2022-09-27T16:24:56.5470956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5471326Z with 2022-09-27T16:24:56.5471477Z [ 2022-09-27T16:24:56.5471640Z T=at::Tensor 2022-09-27T16:24:56.5471792Z ] 2022-09-27T16:24:56.5472228Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5472626Z with 2022-09-27T16:24:56.5472777Z [ 2022-09-27T16:24:56.5472940Z T=at::Tensor 2022-09-27T16:24:56.5473103Z ] 2022-09-27T16:24:56.5473553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5473979Z with 2022-09-27T16:24:56.5474132Z [ 2022-09-27T16:24:56.5474293Z T=at::Tensor 2022-09-27T16:24:56.5474452Z ] 2022-09-27T16:24:56.5474852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:56.5475541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(510): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:56.5476161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5476542Z with 2022-09-27T16:24:56.5476698Z [ 2022-09-27T16:24:56.5476859Z T=at::Tensor 2022-09-27T16:24:56.5477019Z ] 2022-09-27T16:24:56.5477398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5477741Z with 2022-09-27T16:24:56.5477893Z [ 2022-09-27T16:24:56.5478060Z T=at::Generator 2022-09-27T16:24:56.5478225Z ] 2022-09-27T16:24:56.5478619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5478981Z with 2022-09-27T16:24:56.5479119Z [ 2022-09-27T16:24:56.5479282Z T=at::Generator 2022-09-27T16:24:56.5479445Z ] 2022-09-27T16:24:56.5479876Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5480277Z with 2022-09-27T16:24:56.5480427Z [ 2022-09-27T16:24:56.5480578Z T=at::Generator 2022-09-27T16:24:56.5480741Z ] 2022-09-27T16:24:56.5481260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5481680Z with 2022-09-27T16:24:56.5481831Z [ 2022-09-27T16:24:56.5481986Z T=at::Generator 2022-09-27T16:24:56.5482151Z ] 2022-09-27T16:24:56.5482557Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:56.5483594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(587): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:56.5484235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5484620Z with 2022-09-27T16:24:56.5484776Z [ 2022-09-27T16:24:56.5484930Z T=at::Generator 2022-09-27T16:24:56.5485099Z ] 2022-09-27T16:24:56.5485476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5485830Z with 2022-09-27T16:24:56.5485979Z [ 2022-09-27T16:24:56.5486143Z T=std::string 2022-09-27T16:24:56.5486293Z ] 2022-09-27T16:24:56.5486688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5487052Z with 2022-09-27T16:24:56.5487203Z [ 2022-09-27T16:24:56.5487364Z T=std::string 2022-09-27T16:24:56.5487513Z ] 2022-09-27T16:24:56.5487943Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5488339Z with 2022-09-27T16:24:56.5488491Z [ 2022-09-27T16:24:56.5488653Z T=std::string 2022-09-27T16:24:56.5488814Z ] 2022-09-27T16:24:56.5489256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5489681Z with 2022-09-27T16:24:56.5489831Z [ 2022-09-27T16:24:56.5489991Z T=std::string 2022-09-27T16:24:56.5490151Z ] 2022-09-27T16:24:56.5490549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:56.5491167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(448): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:56.5491779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5492165Z with 2022-09-27T16:24:56.5492321Z [ 2022-09-27T16:24:56.5492489Z T=std::string 2022-09-27T16:24:56.5492650Z ] 2022-09-27T16:24:56.5493088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5493428Z with 2022-09-27T16:24:56.5493582Z [ 2022-09-27T16:24:56.5493833Z T=c10::QualifiedName 2022-09-27T16:24:56.5494006Z ] 2022-09-27T16:24:56.5494404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5494767Z with 2022-09-27T16:24:56.5494906Z [ 2022-09-27T16:24:56.5495075Z T=c10::QualifiedName 2022-09-27T16:24:56.5495350Z ] 2022-09-27T16:24:56.5495783Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5496175Z with 2022-09-27T16:24:56.5496325Z [ 2022-09-27T16:24:56.5496488Z T=c10::QualifiedName 2022-09-27T16:24:56.5496688Z ] 2022-09-27T16:24:56.5497159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5497574Z with 2022-09-27T16:24:56.5497724Z [ 2022-09-27T16:24:56.5497896Z T=c10::QualifiedName 2022-09-27T16:24:56.5498055Z ] 2022-09-27T16:24:56.5498516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:56.5499155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(696): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:56.5499840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5500228Z with 2022-09-27T16:24:56.5500382Z [ 2022-09-27T16:24:56.5500556Z T=c10::QualifiedName 2022-09-27T16:24:56.5500716Z ] 2022-09-27T16:24:56.5501145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5501504Z with 2022-09-27T16:24:56.5501656Z [ 2022-09-27T16:24:56.5501873Z T=std::shared_ptr 2022-09-27T16:24:56.5502065Z ] 2022-09-27T16:24:56.5502510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5502877Z with 2022-09-27T16:24:56.5503028Z [ 2022-09-27T16:24:56.5503242Z T=std::shared_ptr 2022-09-27T16:24:56.5503442Z ] 2022-09-27T16:24:56.5503905Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5504306Z with 2022-09-27T16:24:56.5504459Z [ 2022-09-27T16:24:56.5504673Z T=std::shared_ptr 2022-09-27T16:24:56.5504924Z ] 2022-09-27T16:24:56.5505441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5505871Z with 2022-09-27T16:24:56.5506010Z [ 2022-09-27T16:24:56.5506274Z T=std::shared_ptr 2022-09-27T16:24:56.5506477Z ] 2022-09-27T16:24:56.5506920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:56.5507656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1340): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:24:56.5508376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5508761Z with 2022-09-27T16:24:56.5508904Z [ 2022-09-27T16:24:56.5509166Z T=std::shared_ptr 2022-09-27T16:24:56.5509369Z ] 2022-09-27T16:24:56.5509752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5510105Z with 2022-09-27T16:24:56.5510256Z [ 2022-09-27T16:24:56.5510504Z T=std::weak_ptr 2022-09-27T16:24:56.5510707Z ] 2022-09-27T16:24:56.5511105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5511471Z with 2022-09-27T16:24:56.5511623Z [ 2022-09-27T16:24:56.5511864Z T=std::weak_ptr 2022-09-27T16:24:56.5512067Z ] 2022-09-27T16:24:56.5512500Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5512896Z with 2022-09-27T16:24:56.5513051Z [ 2022-09-27T16:24:56.5513305Z T=std::weak_ptr 2022-09-27T16:24:56.5513489Z ] 2022-09-27T16:24:56.5513945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5514370Z with 2022-09-27T16:24:56.5514566Z [ 2022-09-27T16:24:56.5514773Z T=std::weak_ptr 2022-09-27T16:24:56.5514970Z ] 2022-09-27T16:24:56.5515489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:56.5516209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1341): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:24:56.5516876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5517300Z with 2022-09-27T16:24:56.5517461Z [ 2022-09-27T16:24:56.5517669Z T=std::weak_ptr 2022-09-27T16:24:56.5517870Z ] 2022-09-27T16:24:56.5518311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5518683Z with 2022-09-27T16:24:56.5518852Z [ 2022-09-27T16:24:56.5519092Z T=std::vector> 2022-09-27T16:24:56.5519316Z ] 2022-09-27T16:24:56.5519709Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5520178Z with 2022-09-27T16:24:56.5520316Z [ 2022-09-27T16:24:56.5520552Z T=std::vector> 2022-09-27T16:24:56.5520775Z ] 2022-09-27T16:24:56.5521209Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5521653Z with 2022-09-27T16:24:56.5521803Z [ 2022-09-27T16:24:56.5522024Z T=std::vector> 2022-09-27T16:24:56.5522242Z ] 2022-09-27T16:24:56.5522739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5523171Z with 2022-09-27T16:24:56.5523322Z [ 2022-09-27T16:24:56.5523556Z T=std::vector> 2022-09-27T16:24:56.5523764Z ] 2022-09-27T16:24:56.5524263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:56.5524986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(482): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:24:56.5525704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5526086Z with 2022-09-27T16:24:56.5526240Z [ 2022-09-27T16:24:56.5526476Z T=std::vector> 2022-09-27T16:24:56.5526742Z ] 2022-09-27T16:24:56.5527114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5527464Z with 2022-09-27T16:24:56.5527614Z [ 2022-09-27T16:24:56.5527813Z T=std::vector> 2022-09-27T16:24:56.5528006Z ] 2022-09-27T16:24:56.5528446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5528801Z with 2022-09-27T16:24:56.5528951Z [ 2022-09-27T16:24:56.5529152Z T=std::vector> 2022-09-27T16:24:56.5529385Z ] 2022-09-27T16:24:56.5529817Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5530214Z with 2022-09-27T16:24:56.5530353Z [ 2022-09-27T16:24:56.5530991Z T=std::vector> 2022-09-27T16:24:56.5531200Z ] 2022-09-27T16:24:56.5531665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5532091Z with 2022-09-27T16:24:56.5532284Z [ 2022-09-27T16:24:56.5532480Z T=std::vector> 2022-09-27T16:24:56.5532671Z ] 2022-09-27T16:24:56.5533172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:56.5533899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(441): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:24:56.5534546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5534930Z with 2022-09-27T16:24:56.5535082Z [ 2022-09-27T16:24:56.5535312Z T=std::vector> 2022-09-27T16:24:56.5535505Z ] 2022-09-27T16:24:56.5535890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5536244Z with 2022-09-27T16:24:56.5536394Z [ 2022-09-27T16:24:56.5536693Z T=std::vector,std::allocator>> 2022-09-27T16:24:56.5536913Z ] 2022-09-27T16:24:56.5537314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5537676Z with 2022-09-27T16:24:56.5537825Z [ 2022-09-27T16:24:56.5538096Z T=std::vector,std::allocator>> 2022-09-27T16:24:56.5538338Z ] 2022-09-27T16:24:56.5538759Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5539159Z with 2022-09-27T16:24:56.5539312Z [ 2022-09-27T16:24:56.5539562Z T=std::vector,std::allocator>> 2022-09-27T16:24:56.5539836Z ] 2022-09-27T16:24:56.5540297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5540718Z with 2022-09-27T16:24:56.5540858Z [ 2022-09-27T16:24:56.5541101Z T=std::vector,std::allocator>> 2022-09-27T16:24:56.5541379Z ] 2022-09-27T16:24:56.5541850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:24:56.5542644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:24:56.5543370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(843): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:24:56.5544008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5544428Z with 2022-09-27T16:24:56.5544570Z [ 2022-09-27T16:24:56.5544874Z T=std::vector,std::allocator>> 2022-09-27T16:24:56.5545107Z ] 2022-09-27T16:24:56.5545494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5545848Z with 2022-09-27T16:24:56.5546044Z [ 2022-09-27T16:24:56.5546276Z T=std::vector,std::allocator>> 2022-09-27T16:24:56.5546503Z ] 2022-09-27T16:24:56.5546905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5547268Z with 2022-09-27T16:24:56.5547419Z [ 2022-09-27T16:24:56.5547700Z T=std::vector,std::allocator>> 2022-09-27T16:24:56.5547916Z ] 2022-09-27T16:24:56.5548349Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5548742Z with 2022-09-27T16:24:56.5548901Z [ 2022-09-27T16:24:56.5549186Z T=std::vector,std::allocator>> 2022-09-27T16:24:56.5549410Z ] 2022-09-27T16:24:56.5549855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5550278Z with 2022-09-27T16:24:56.5550433Z [ 2022-09-27T16:24:56.5550717Z T=std::vector,std::allocator>> 2022-09-27T16:24:56.5550945Z ] 2022-09-27T16:24:56.5551400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:24:56.5552169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:24:56.5552835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(613): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:24:56.5553461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5553884Z with 2022-09-27T16:24:56.5554039Z [ 2022-09-27T16:24:56.5554288Z T=std::vector,std::allocator>> 2022-09-27T16:24:56.5554513Z ] 2022-09-27T16:24:56.5554950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5555414Z with 2022-09-27T16:24:56.5555561Z [ 2022-09-27T16:24:56.5555772Z T=std::vector> 2022-09-27T16:24:56.5555969Z ] 2022-09-27T16:24:56.5556368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5556837Z with 2022-09-27T16:24:56.5556989Z [ 2022-09-27T16:24:56.5557187Z T=std::vector> 2022-09-27T16:24:56.5557382Z ] 2022-09-27T16:24:56.5557814Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5558258Z with 2022-09-27T16:24:56.5558411Z [ 2022-09-27T16:24:56.5558617Z T=std::vector> 2022-09-27T16:24:56.5558800Z ] 2022-09-27T16:24:56.5559258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5559728Z with 2022-09-27T16:24:56.5559881Z [ 2022-09-27T16:24:56.5560086Z T=std::vector> 2022-09-27T16:24:56.5560278Z ] 2022-09-27T16:24:56.5560697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:56.5561428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(726): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:24:56.5562079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5562506Z with 2022-09-27T16:24:56.5562660Z [ 2022-09-27T16:24:56.5562870Z T=std::vector> 2022-09-27T16:24:56.5563064Z ] 2022-09-27T16:24:56.5563430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5563825Z with 2022-09-27T16:24:56.5563983Z [ 2022-09-27T16:24:56.5564214Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:56.5564436Z ] 2022-09-27T16:24:56.5564829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5565242Z with 2022-09-27T16:24:56.5565383Z [ 2022-09-27T16:24:56.5565616Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:56.5565837Z ] 2022-09-27T16:24:56.5566274Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5566721Z with 2022-09-27T16:24:56.5566858Z [ 2022-09-27T16:24:56.5567140Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:56.5567361Z ] 2022-09-27T16:24:56.5567820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5568292Z with 2022-09-27T16:24:56.5568444Z [ 2022-09-27T16:24:56.5568674Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:56.5568882Z ] 2022-09-27T16:24:56.5569337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:56.5570176Z 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-09-27T16:24:56.5570958Z 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-09-27T16:24:56.5571649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5572035Z with 2022-09-27T16:24:56.5572188Z [ 2022-09-27T16:24:56.5572467Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:24:56.5572677Z ] 2022-09-27T16:24:56.5573060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5573414Z with 2022-09-27T16:24:56.5573566Z [ 2022-09-27T16:24:56.5573841Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:56.5574064Z ] 2022-09-27T16:24:56.5574444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5574805Z with 2022-09-27T16:24:56.5575000Z [ 2022-09-27T16:24:56.5575234Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:56.5575454Z ] 2022-09-27T16:24:56.5575884Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5576265Z with 2022-09-27T16:24:56.5576459Z [ 2022-09-27T16:24:56.5576694Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:56.5576910Z ] 2022-09-27T16:24:56.5577368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5577792Z with 2022-09-27T16:24:56.5577931Z [ 2022-09-27T16:24:56.5578411Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:56.5578637Z ] 2022-09-27T16:24:56.5579087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:56.5579871Z 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-09-27T16:24:56.5580610Z 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-09-27T16:24:56.5581291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5581724Z with 2022-09-27T16:24:56.5581877Z [ 2022-09-27T16:24:56.5582101Z T=c10::impl::InlineStreamGuard 2022-09-27T16:24:56.5582321Z ] 2022-09-27T16:24:56.5582703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5583059Z with 2022-09-27T16:24:56.5583210Z [ 2022-09-27T16:24:56.5583385Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:56.5583567Z ] 2022-09-27T16:24:56.5583965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5584331Z with 2022-09-27T16:24:56.5584482Z [ 2022-09-27T16:24:56.5584664Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:56.5584831Z ] 2022-09-27T16:24:56.5585262Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5585658Z with 2022-09-27T16:24:56.5585809Z [ 2022-09-27T16:24:56.5585992Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:56.5586173Z ] 2022-09-27T16:24:56.5586615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5587032Z with 2022-09-27T16:24:56.5587182Z [ 2022-09-27T16:24:56.5587367Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:56.5587545Z ] 2022-09-27T16:24:56.5587958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:56.5588601Z 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-09-27T16:24:56.5588966Z with 2022-09-27T16:24:56.5589118Z [ 2022-09-27T16:24:56.5589307Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:56.5589494Z ] 2022-09-27T16:24:56.5589947Z 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-09-27T16:24:56.5590634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5591015Z with 2022-09-27T16:24:56.5591156Z [ 2022-09-27T16:24:56.5591388Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:24:56.5591573Z ] 2022-09-27T16:24:56.5591950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5592304Z with 2022-09-27T16:24:56.5602766Z [ 2022-09-27T16:24:56.5603106Z T=std::vector> 2022-09-27T16:24:56.5603370Z ] 2022-09-27T16:24:56.5603798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5604311Z with 2022-09-27T16:24:56.5604468Z [ 2022-09-27T16:24:56.5604730Z T=std::vector> 2022-09-27T16:24:56.5604989Z ] 2022-09-27T16:24:56.5605429Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5605837Z with 2022-09-27T16:24:56.5605992Z [ 2022-09-27T16:24:56.5606262Z T=std::vector> 2022-09-27T16:24:56.5606513Z ] 2022-09-27T16:24:56.5606967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5607400Z with 2022-09-27T16:24:56.5607554Z [ 2022-09-27T16:24:56.5607827Z T=std::vector> 2022-09-27T16:24:56.5608075Z ] 2022-09-27T16:24:56.5608563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:56.5609343Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(843): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:24:56.5610054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5610430Z with 2022-09-27T16:24:56.5610586Z [ 2022-09-27T16:24:56.5610857Z T=std::vector> 2022-09-27T16:24:56.5611110Z ] 2022-09-27T16:24:56.5611491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5611843Z with 2022-09-27T16:24:56.5611984Z [ 2022-09-27T16:24:56.5612165Z T=torch::autograd::ViewInfo 2022-09-27T16:24:56.5612346Z ] 2022-09-27T16:24:56.5612743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5613115Z with 2022-09-27T16:24:56.5613268Z [ 2022-09-27T16:24:56.5613436Z T=torch::autograd::ViewInfo 2022-09-27T16:24:56.5613616Z ] 2022-09-27T16:24:56.5614115Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5614516Z with 2022-09-27T16:24:56.5614667Z [ 2022-09-27T16:24:56.5614849Z T=torch::autograd::ViewInfo 2022-09-27T16:24:56.5615015Z ] 2022-09-27T16:24:56.5615474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5615944Z with 2022-09-27T16:24:56.5616099Z [ 2022-09-27T16:24:56.5616280Z T=torch::autograd::ViewInfo 2022-09-27T16:24:56.5616458Z ] 2022-09-27T16:24:56.5616868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:56.5617522Z 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-09-27T16:24:56.5618179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5618566Z with 2022-09-27T16:24:56.5618719Z [ 2022-09-27T16:24:56.5618901Z T=torch::autograd::ViewInfo 2022-09-27T16:24:56.5619080Z ] 2022-09-27T16:24:56.5619449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5619805Z with 2022-09-27T16:24:56.5619959Z [ 2022-09-27T16:24:56.5620121Z T=c10::IValue 2022-09-27T16:24:56.5620284Z ] 2022-09-27T16:24:56.5620660Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5621024Z with 2022-09-27T16:24:56.5621178Z [ 2022-09-27T16:24:56.5621339Z T=c10::IValue 2022-09-27T16:24:56.5621499Z ] 2022-09-27T16:24:56.5621932Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5622330Z with 2022-09-27T16:24:56.5622470Z [ 2022-09-27T16:24:56.5622632Z T=c10::IValue 2022-09-27T16:24:56.5622792Z ] 2022-09-27T16:24:56.5623247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5623666Z with 2022-09-27T16:24:56.5623804Z [ 2022-09-27T16:24:56.5623963Z T=c10::IValue 2022-09-27T16:24:56.5624125Z ] 2022-09-27T16:24:56.5624527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:56.5625150Z 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-09-27T16:24:56.5625834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5626220Z with 2022-09-27T16:24:56.5626360Z [ 2022-09-27T16:24:56.5626525Z T=c10::IValue 2022-09-27T16:24:56.5626689Z ] 2022-09-27T16:24:56.5627188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5627596Z with 2022-09-27T16:24:56.5627807Z [ 2022-09-27T16:24:56.5627964Z T=c10::AliasInfo 2022-09-27T16:24:56.5628130Z ] 2022-09-27T16:24:56.5628527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5628891Z with 2022-09-27T16:24:56.5629043Z [ 2022-09-27T16:24:56.5629196Z T=c10::AliasInfo 2022-09-27T16:24:56.5629363Z ] 2022-09-27T16:24:56.5629796Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5630194Z with 2022-09-27T16:24:56.5630345Z [ 2022-09-27T16:24:56.5630510Z T=c10::AliasInfo 2022-09-27T16:24:56.5630662Z ] 2022-09-27T16:24:56.5631119Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5631778Z with 2022-09-27T16:24:56.5631929Z [ 2022-09-27T16:24:56.5632094Z T=c10::AliasInfo 2022-09-27T16:24:56.5632258Z ] 2022-09-27T16:24:56.5632678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:56.5633324Z 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-09-27T16:24:56.5633961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5634343Z with 2022-09-27T16:24:56.5634495Z [ 2022-09-27T16:24:56.5634663Z T=c10::AliasInfo 2022-09-27T16:24:56.5634826Z ] 2022-09-27T16:24:56.5635195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5635632Z with 2022-09-27T16:24:56.5635784Z [ 2022-09-27T16:24:56.5636008Z T=c10::either 2022-09-27T16:24:56.5636220Z ] 2022-09-27T16:24:56.5636615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5636965Z with 2022-09-27T16:24:56.5637120Z [ 2022-09-27T16:24:56.5637342Z T=c10::either 2022-09-27T16:24:56.5637550Z ] 2022-09-27T16:24:56.5638047Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5638444Z with 2022-09-27T16:24:56.5638583Z [ 2022-09-27T16:24:56.5638803Z T=c10::either 2022-09-27T16:24:56.5639011Z ] 2022-09-27T16:24:56.5639467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5639888Z with 2022-09-27T16:24:56.5640038Z [ 2022-09-27T16:24:56.5640297Z T=c10::either 2022-09-27T16:24:56.5640508Z ] 2022-09-27T16:24:56.5640946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:56.5641673Z 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-09-27T16:24:56.5642373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5642753Z with 2022-09-27T16:24:56.5642910Z [ 2022-09-27T16:24:56.5643134Z T=c10::either 2022-09-27T16:24:56.5643332Z ] 2022-09-27T16:24:56.5643711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5644060Z with 2022-09-27T16:24:56.5644213Z [ 2022-09-27T16:24:56.5644384Z T=at::StepCallbacks 2022-09-27T16:24:56.5644544Z ] 2022-09-27T16:24:56.5644942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5645307Z with 2022-09-27T16:24:56.5645458Z [ 2022-09-27T16:24:56.5645627Z T=at::StepCallbacks 2022-09-27T16:24:56.5645796Z ] 2022-09-27T16:24:56.5646215Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5646614Z with 2022-09-27T16:24:56.5646768Z [ 2022-09-27T16:24:56.5646940Z T=at::StepCallbacks 2022-09-27T16:24:56.5647107Z ] 2022-09-27T16:24:56.5647564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5647986Z with 2022-09-27T16:24:56.5648124Z [ 2022-09-27T16:24:56.5648294Z T=at::StepCallbacks 2022-09-27T16:24:56.5648463Z ] 2022-09-27T16:24:56.5648867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:56.5649509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:56.5650195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5650573Z with 2022-09-27T16:24:56.5650715Z [ 2022-09-27T16:24:56.5650892Z T=at::StepCallbacks 2022-09-27T16:24:56.5651065Z ] 2022-09-27T16:24:56.5651440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5651794Z with 2022-09-27T16:24:56.5651932Z [ 2022-09-27T16:24:56.5652149Z T=c10::DimVector 2022-09-27T16:24:56.5652315Z ] 2022-09-27T16:24:56.5652703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5653065Z with 2022-09-27T16:24:56.5653216Z [ 2022-09-27T16:24:56.5653368Z T=c10::DimVector 2022-09-27T16:24:56.5653532Z ] 2022-09-27T16:24:56.5653965Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5654360Z with 2022-09-27T16:24:56.5654509Z [ 2022-09-27T16:24:56.5654661Z T=c10::DimVector 2022-09-27T16:24:56.5654823Z ] 2022-09-27T16:24:56.5655285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5655709Z with 2022-09-27T16:24:56.5655866Z [ 2022-09-27T16:24:56.5656039Z T=c10::DimVector 2022-09-27T16:24:56.5656193Z ] 2022-09-27T16:24:56.5656595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:56.5657223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:24:56.5657860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5658253Z with 2022-09-27T16:24:56.5658410Z [ 2022-09-27T16:24:56.5658579Z T=c10::DimVector 2022-09-27T16:24:56.5658732Z ] 2022-09-27T16:24:56.5659124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5659478Z with 2022-09-27T16:24:56.5659636Z [ 2022-09-27T16:24:56.5659827Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:56.5660013Z ] 2022-09-27T16:24:56.5660401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5660766Z with 2022-09-27T16:24:56.5660923Z [ 2022-09-27T16:24:56.5661111Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:56.5661296Z ] 2022-09-27T16:24:56.5661727Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5662114Z with 2022-09-27T16:24:56.5662316Z [ 2022-09-27T16:24:56.5662507Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:56.5662690Z ] 2022-09-27T16:24:56.5663153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5663579Z with 2022-09-27T16:24:56.5663719Z [ 2022-09-27T16:24:56.5663908Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:56.5664097Z ] 2022-09-27T16:24:56.5664569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:56.5665244Z 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-09-27T16:24:56.5665918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5666310Z with 2022-09-27T16:24:56.5666453Z [ 2022-09-27T16:24:56.5666647Z T=c10::impl::AnnotatedSchema 2022-09-27T16:24:56.5666839Z ] 2022-09-27T16:24:56.5667228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5667590Z with 2022-09-27T16:24:56.5667749Z [ 2022-09-27T16:24:56.5667966Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:56.5668186Z ] 2022-09-27T16:24:56.5668586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5668955Z with 2022-09-27T16:24:56.5669112Z [ 2022-09-27T16:24:56.5669344Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:56.5669547Z ] 2022-09-27T16:24:56.5669984Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5670389Z with 2022-09-27T16:24:56.5670548Z [ 2022-09-27T16:24:56.5670774Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:56.5670990Z ] 2022-09-27T16:24:56.5671438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5671869Z with 2022-09-27T16:24:56.5672035Z [ 2022-09-27T16:24:56.5672264Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:56.5672507Z ] 2022-09-27T16:24:56.5672958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:56.5673697Z 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-09-27T16:24:56.5674423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5674812Z with 2022-09-27T16:24:56.5674972Z [ 2022-09-27T16:24:56.5675205Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:24:56.5675502Z ] 2022-09-27T16:24:56.5675893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5676238Z with 2022-09-27T16:24:56.5676398Z [ 2022-09-27T16:24:56.5676670Z T=std::tuple 2022-09-27T16:24:56.5676874Z ] 2022-09-27T16:24:56.5677282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5677653Z with 2022-09-27T16:24:56.5677799Z [ 2022-09-27T16:24:56.5678009Z T=std::tuple 2022-09-27T16:24:56.5678212Z ] 2022-09-27T16:24:56.5678653Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5679060Z with 2022-09-27T16:24:56.5679222Z [ 2022-09-27T16:24:56.5679412Z T=std::tuple 2022-09-27T16:24:56.5679610Z ] 2022-09-27T16:24:56.5680075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5680504Z with 2022-09-27T16:24:56.5680662Z [ 2022-09-27T16:24:56.5680882Z T=std::tuple 2022-09-27T16:24:56.5681063Z ] 2022-09-27T16:24:56.5681498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:56.5682194Z 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-09-27T16:24:56.5682870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5683264Z with 2022-09-27T16:24:56.5683423Z [ 2022-09-27T16:24:56.5683632Z T=std::tuple 2022-09-27T16:24:56.5683814Z ] 2022-09-27T16:24:56.5684202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5684565Z with 2022-09-27T16:24:56.5684724Z [ 2022-09-27T16:24:56.5684909Z T=torch::jit::SourceRange 2022-09-27T16:24:56.5685093Z ] 2022-09-27T16:24:56.5685478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5685854Z with 2022-09-27T16:24:56.5686014Z [ 2022-09-27T16:24:56.5686199Z T=torch::jit::SourceRange 2022-09-27T16:24:56.5686381Z ] 2022-09-27T16:24:56.5686866Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5687259Z with 2022-09-27T16:24:56.5687417Z [ 2022-09-27T16:24:56.5687603Z T=torch::jit::SourceRange 2022-09-27T16:24:56.5687787Z ] 2022-09-27T16:24:56.5688251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5688678Z with 2022-09-27T16:24:56.5689175Z [ 2022-09-27T16:24:56.5689362Z T=torch::jit::SourceRange 2022-09-27T16:24:56.5689547Z ] 2022-09-27T16:24:56.5689971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:56.5690637Z 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-09-27T16:24:56.5691313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5691707Z with 2022-09-27T16:24:56.5691853Z [ 2022-09-27T16:24:56.5692038Z T=torch::jit::SourceRange 2022-09-27T16:24:56.5692226Z ] 2022-09-27T16:24:56.5692618Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5692980Z with 2022-09-27T16:24:56.5693138Z [ 2022-09-27T16:24:56.5693328Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:56.5693525Z ] 2022-09-27T16:24:56.5693930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5694303Z with 2022-09-27T16:24:56.5694463Z [ 2022-09-27T16:24:56.5694666Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:56.5694845Z ] 2022-09-27T16:24:56.5695288Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5695697Z with 2022-09-27T16:24:56.5695856Z [ 2022-09-27T16:24:56.5696057Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:56.5696242Z ] 2022-09-27T16:24:56.5696708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5697136Z with 2022-09-27T16:24:56.5697296Z [ 2022-09-27T16:24:56.5697498Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:56.5697693Z ] 2022-09-27T16:24:56.5698113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:56.5698800Z 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-09-27T16:24:56.5699517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5699913Z with 2022-09-27T16:24:56.5700076Z [ 2022-09-27T16:24:56.5700282Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:24:56.5700480Z ] 2022-09-27T16:24:56.5700865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5701210Z with 2022-09-27T16:24:56.5701612Z [ 2022-09-27T16:24:56.5701816Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:56.5702012Z ] 2022-09-27T16:24:56.5702415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5702790Z with 2022-09-27T16:24:56.5702933Z [ 2022-09-27T16:24:56.5703134Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:56.5703332Z ] 2022-09-27T16:24:56.5703769Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5704172Z with 2022-09-27T16:24:56.5704311Z [ 2022-09-27T16:24:56.5704510Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:56.5704709Z ] 2022-09-27T16:24:56.5705171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5705600Z with 2022-09-27T16:24:56.5705759Z [ 2022-09-27T16:24:56.5705948Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:56.5706146Z ] 2022-09-27T16:24:56.5706578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:56.5707256Z 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-09-27T16:24:56.5707918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5708309Z with 2022-09-27T16:24:56.5708470Z [ 2022-09-27T16:24:56.5708653Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:24:56.5708849Z ] 2022-09-27T16:24:56.5709236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5709600Z with 2022-09-27T16:24:56.5709760Z [ 2022-09-27T16:24:56.5709941Z T=torch::jit::ScopePtr 2022-09-27T16:24:56.5710106Z ] 2022-09-27T16:24:56.5710510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5710883Z with 2022-09-27T16:24:56.5711040Z [ 2022-09-27T16:24:56.5711219Z T=torch::jit::ScopePtr 2022-09-27T16:24:56.5711397Z ] 2022-09-27T16:24:56.5711874Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5712291Z with 2022-09-27T16:24:56.5712452Z [ 2022-09-27T16:24:56.5712634Z T=torch::jit::ScopePtr 2022-09-27T16:24:56.5712816Z ] 2022-09-27T16:24:56.5713283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5713701Z with 2022-09-27T16:24:56.5714092Z [ 2022-09-27T16:24:56.5714279Z T=torch::jit::ScopePtr 2022-09-27T16:24:56.5714460Z ] 2022-09-27T16:24:56.5714882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:56.5715617Z 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-09-27T16:24:56.5716270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5716638Z with 2022-09-27T16:24:56.5716805Z [ 2022-09-27T16:24:56.5716992Z T=torch::jit::ScopePtr 2022-09-27T16:24:56.5717176Z ] 2022-09-27T16:24:56.5717563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5717926Z with 2022-09-27T16:24:56.5718070Z [ 2022-09-27T16:24:56.5718257Z T=at::ThreadLocalState 2022-09-27T16:24:56.5718443Z ] 2022-09-27T16:24:56.5718847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5719219Z with 2022-09-27T16:24:56.5719377Z [ 2022-09-27T16:24:56.5719546Z T=at::ThreadLocalState 2022-09-27T16:24:56.5719721Z ] 2022-09-27T16:24:56.5720149Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5720547Z with 2022-09-27T16:24:56.5720698Z [ 2022-09-27T16:24:56.5720861Z T=at::ThreadLocalState 2022-09-27T16:24:56.5721034Z ] 2022-09-27T16:24:56.5721487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5721909Z with 2022-09-27T16:24:56.5722057Z [ 2022-09-27T16:24:56.5722231Z T=at::ThreadLocalState 2022-09-27T16:24:56.5722392Z ] 2022-09-27T16:24:56.5722807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:56.5723463Z 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-09-27T16:24:56.5724179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5724560Z with 2022-09-27T16:24:56.5724712Z [ 2022-09-27T16:24:56.5724889Z T=at::ThreadLocalState 2022-09-27T16:24:56.5725053Z ] 2022-09-27T16:24:56.5725433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5725785Z with 2022-09-27T16:24:56.5725937Z [ 2022-09-27T16:24:56.5726133Z T=std::shared_ptr 2022-09-27T16:24:56.5726568Z ] 2022-09-27T16:24:56.5726958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5727333Z with 2022-09-27T16:24:56.5727485Z [ 2022-09-27T16:24:56.5727683Z T=std::shared_ptr 2022-09-27T16:24:56.5727867Z ] 2022-09-27T16:24:56.5728297Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5728681Z with 2022-09-27T16:24:56.5728832Z [ 2022-09-27T16:24:56.5729027Z T=std::shared_ptr 2022-09-27T16:24:56.5729209Z ] 2022-09-27T16:24:56.5729672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5730086Z with 2022-09-27T16:24:56.5730225Z [ 2022-09-27T16:24:56.5730419Z T=std::shared_ptr 2022-09-27T16:24:56.5730604Z ] 2022-09-27T16:24:56.5731018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:56.5731664Z 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-09-27T16:24:56.5732340Z 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-09-27T16:24:56.5733014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5733396Z with 2022-09-27T16:24:56.5733536Z [ 2022-09-27T16:24:56.5733730Z T=std::shared_ptr 2022-09-27T16:24:56.5733918Z ] 2022-09-27T16:24:56.5734298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5734648Z with 2022-09-27T16:24:56.5734799Z [ 2022-09-27T16:24:56.5734967Z T=torch::jit::GraphExecutor 2022-09-27T16:24:56.5735150Z ] 2022-09-27T16:24:56.5735541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5735896Z with 2022-09-27T16:24:56.5736044Z [ 2022-09-27T16:24:56.5736220Z T=torch::jit::GraphExecutor 2022-09-27T16:24:56.5736636Z ] 2022-09-27T16:24:56.5737076Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5737472Z with 2022-09-27T16:24:56.5737625Z [ 2022-09-27T16:24:56.5737804Z T=torch::jit::GraphExecutor 2022-09-27T16:24:56.5737970Z ] 2022-09-27T16:24:56.5738433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5739055Z with 2022-09-27T16:24:56.5739209Z [ 2022-09-27T16:24:56.5739392Z T=torch::jit::GraphExecutor 2022-09-27T16:24:56.5739571Z ] 2022-09-27T16:24:56.5739980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:56.5740702Z 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-09-27T16:24:56.5741370Z 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-09-27T16:24:56.5742042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5742427Z with 2022-09-27T16:24:56.5742582Z [ 2022-09-27T16:24:56.5742765Z T=torch::jit::GraphExecutor 2022-09-27T16:24:56.5742945Z ] 2022-09-27T16:24:56.5743310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5743657Z with 2022-09-27T16:24:56.5743806Z [ 2022-09-27T16:24:56.5743975Z T=torch::jit::Method 2022-09-27T16:24:56.5744146Z ] 2022-09-27T16:24:56.5744540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5744897Z with 2022-09-27T16:24:56.5745045Z [ 2022-09-27T16:24:56.5745213Z T=torch::jit::Method 2022-09-27T16:24:56.5745380Z ] 2022-09-27T16:24:56.5745811Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5746207Z with 2022-09-27T16:24:56.5746344Z [ 2022-09-27T16:24:56.5746513Z T=torch::jit::Method 2022-09-27T16:24:56.5746677Z ] 2022-09-27T16:24:56.5747137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5747557Z with 2022-09-27T16:24:56.5747706Z [ 2022-09-27T16:24:56.5747864Z T=torch::jit::Method 2022-09-27T16:24:56.5748032Z ] 2022-09-27T16:24:56.5748677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:56.5749318Z 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-09-27T16:24:56.5749956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5750340Z with 2022-09-27T16:24:56.5750493Z [ 2022-09-27T16:24:56.5750851Z T=torch::jit::Method 2022-09-27T16:24:56.5751021Z ] 2022-09-27T16:24:56.5751397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5751748Z with 2022-09-27T16:24:56.5751906Z [ 2022-09-27T16:24:56.5752126Z T=std::vector> 2022-09-27T16:24:56.5752320Z ] 2022-09-27T16:24:56.5752719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5753088Z with 2022-09-27T16:24:56.5753237Z [ 2022-09-27T16:24:56.5753454Z T=std::vector> 2022-09-27T16:24:56.5753648Z ] 2022-09-27T16:24:56.5754085Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5754490Z with 2022-09-27T16:24:56.5754641Z [ 2022-09-27T16:24:56.5754859Z T=std::vector> 2022-09-27T16:24:56.5755062Z ] 2022-09-27T16:24:56.5755601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5756014Z with 2022-09-27T16:24:56.5756165Z [ 2022-09-27T16:24:56.5756383Z T=std::vector> 2022-09-27T16:24:56.5756591Z ] 2022-09-27T16:24:56.5757029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:56.5757727Z 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-09-27T16:24:56.5758402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5758783Z with 2022-09-27T16:24:56.5758923Z [ 2022-09-27T16:24:56.5759143Z T=std::vector> 2022-09-27T16:24:56.5759348Z ] 2022-09-27T16:24:56.5759727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5760085Z with 2022-09-27T16:24:56.5760222Z [ 2022-09-27T16:24:56.5760467Z T=std::function 2022-09-27T16:24:56.5760696Z ] 2022-09-27T16:24:56.5761335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5761713Z with 2022-09-27T16:24:56.5761867Z [ 2022-09-27T16:24:56.5762099Z T=std::function 2022-09-27T16:24:56.5762335Z ] 2022-09-27T16:24:56.5762772Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5763372Z with 2022-09-27T16:24:56.5763524Z [ 2022-09-27T16:24:56.5763768Z T=std::function 2022-09-27T16:24:56.5763983Z ] 2022-09-27T16:24:56.5764447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5764872Z with 2022-09-27T16:24:56.5765019Z [ 2022-09-27T16:24:56.5765261Z T=std::function 2022-09-27T16:24:56.5765486Z ] 2022-09-27T16:24:56.5765947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:56.5766706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:24:56.5767418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5767786Z with 2022-09-27T16:24:56.5767937Z [ 2022-09-27T16:24:56.5768181Z T=std::function 2022-09-27T16:24:56.5768408Z ] 2022-09-27T16:24:56.5769061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5769425Z with 2022-09-27T16:24:56.5769566Z [ 2022-09-27T16:24:56.5769838Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:56.5770095Z ] 2022-09-27T16:24:56.5770494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5770917Z with 2022-09-27T16:24:56.5771067Z [ 2022-09-27T16:24:56.5771322Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:56.5771575Z ] 2022-09-27T16:24:56.5772005Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5772414Z with 2022-09-27T16:24:56.5772567Z [ 2022-09-27T16:24:56.5772830Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:56.5773070Z ] 2022-09-27T16:24:56.5773796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5774233Z with 2022-09-27T16:24:56.5774386Z [ 2022-09-27T16:24:56.5774656Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:56.5774908Z ] 2022-09-27T16:24:56.5775382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:24:56.5776418Z 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-09-27T16:24:56.5777166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5777550Z with 2022-09-27T16:24:56.5777710Z [ 2022-09-27T16:24:56.5777980Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:24:56.5778235Z ] 2022-09-27T16:24:56.5778618Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5778958Z with 2022-09-27T16:24:56.5779110Z [ 2022-09-27T16:24:56.5779323Z T=std::vector> 2022-09-27T16:24:56.5779523Z ] 2022-09-27T16:24:56.5779921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5780282Z with 2022-09-27T16:24:56.5780419Z [ 2022-09-27T16:24:56.5780629Z T=std::vector> 2022-09-27T16:24:56.5780825Z ] 2022-09-27T16:24:56.5781171Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5781233Z with 2022-09-27T16:24:56.5781294Z [ 2022-09-27T16:24:56.5781413Z T=std::vector> 2022-09-27T16:24:56.5781471Z ] 2022-09-27T16:24:56.5781844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5781906Z with 2022-09-27T16:24:56.5781964Z [ 2022-09-27T16:24:56.5782084Z T=std::vector> 2022-09-27T16:24:56.5782131Z ] 2022-09-27T16:24:56.5782462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:56.5782525Z with 2022-09-27T16:24:56.5782584Z [ 2022-09-27T16:24:56.5782654Z T=double 2022-09-27T16:24:56.5782714Z ] 2022-09-27T16:24:56.5783090Z 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-09-27T16:24:56.5783152Z with 2022-09-27T16:24:56.5783429Z [ 2022-09-27T16:24:56.5783502Z T=double 2022-09-27T16:24:56.5783562Z ] 2022-09-27T16:24:56.5783888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5783951Z with 2022-09-27T16:24:56.5784011Z [ 2022-09-27T16:24:56.5784133Z T=std::vector> 2022-09-27T16:24:56.5784180Z ] 2022-09-27T16:24:56.5784474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5784750Z with 2022-09-27T16:24:56.5784809Z [ 2022-09-27T16:24:56.5784918Z T=std::tuple 2022-09-27T16:24:56.5784980Z ] 2022-09-27T16:24:56.5785290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5785354Z with 2022-09-27T16:24:56.5785413Z [ 2022-09-27T16:24:56.5785519Z T=std::tuple 2022-09-27T16:24:56.5785578Z ] 2022-09-27T16:24:56.5785923Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5785987Z with 2022-09-27T16:24:56.5786045Z [ 2022-09-27T16:24:56.5786150Z T=std::tuple 2022-09-27T16:24:56.5786196Z ] 2022-09-27T16:24:56.5786564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5786626Z with 2022-09-27T16:24:56.5786685Z [ 2022-09-27T16:24:56.5786790Z T=std::tuple 2022-09-27T16:24:56.5786849Z ] 2022-09-27T16:24:56.5787179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:24:56.5787551Z 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-09-27T16:24:56.5787879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5787942Z with 2022-09-27T16:24:56.5788002Z [ 2022-09-27T16:24:56.5788108Z T=std::tuple 2022-09-27T16:24:56.5788167Z ] 2022-09-27T16:24:56.5788456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5788517Z with 2022-09-27T16:24:56.5788576Z [ 2022-09-27T16:24:56.5788706Z T=std::vector> 2022-09-27T16:24:56.5788766Z ] 2022-09-27T16:24:56.5789072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:24:56.5789123Z with 2022-09-27T16:24:56.5789375Z [ 2022-09-27T16:24:56.5789511Z T=std::vector> 2022-09-27T16:24:56.5789570Z ] 2022-09-27T16:24:56.5790038Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:24:56.5790104Z with 2022-09-27T16:24:56.5790164Z [ 2022-09-27T16:24:56.5790292Z T=std::vector> 2022-09-27T16:24:56.5790351Z ] 2022-09-27T16:24:56.5790774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:24:56.5790837Z with 2022-09-27T16:24:56.5790896Z [ 2022-09-27T16:24:56.5791023Z T=std::vector> 2022-09-27T16:24:56.5791081Z ] 2022-09-27T16:24:56.5791424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:24:56.5791802Z 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-09-27T16:24:56.5792127Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:24:56.5792189Z with 2022-09-27T16:24:56.5792247Z [ 2022-09-27T16:24:56.5792363Z T=std::vector> 2022-09-27T16:24:56.5792421Z ] 2022-09-27T16:24:56.6638145Z [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-09-27T16:24:56.6638331Z Creating library reloaded_jit_extension.lib and object reloaded_jit_extension.exp 2022-09-27T16:24:56.6656960Z Loading extension module reloaded_jit_extension... 2022-09-27T16:24:56.6820509Z Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-09-27T16:24:56.6860275Z The input conditions for extension module reloaded_jit_extension have changed. Bumping to version 1 and re-building as reloaded_jit_extension_v1... 2022-09-27T16:24:56.6916059Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\reloaded_jit_extension\build.ninja... 2022-09-27T16:24:56.8435315Z Building extension module reloaded_jit_extension_v1... 2022-09-27T16:24:56.8435776Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-09-27T16:25:07.5507067Z [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-09-27T16:25:07.5508648Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-09-27T16:25:07.5509010Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-09-27T16:25:07.5509178Z 2022-09-27T16:25:07.5509482Z 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-09-27T16:25:07.5510119Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5510595Z with 2022-09-27T16:25:07.5510746Z [ 2022-09-27T16:25:07.5510951Z T=c10::SymInt 2022-09-27T16:25:07.5511119Z ] 2022-09-27T16:25:07.5511525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5511924Z with 2022-09-27T16:25:07.5512064Z [ 2022-09-27T16:25:07.5512230Z T=c10::SymInt 2022-09-27T16:25:07.5512397Z ] 2022-09-27T16:25:07.5512840Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5513245Z with 2022-09-27T16:25:07.5513394Z [ 2022-09-27T16:25:07.5513550Z T=c10::SymInt 2022-09-27T16:25:07.5513719Z ] 2022-09-27T16:25:07.5514183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5514611Z with 2022-09-27T16:25:07.5514765Z [ 2022-09-27T16:25:07.5514927Z T=c10::SymInt 2022-09-27T16:25:07.5515074Z ] 2022-09-27T16:25:07.5515473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:07.5516154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1514): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:07.5516789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5517177Z with 2022-09-27T16:25:07.5517335Z [ 2022-09-27T16:25:07.5517499Z T=c10::SymInt 2022-09-27T16:25:07.5517652Z ] 2022-09-27T16:25:07.5518024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2533): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-09-27T16:25:07.5518696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5519249Z with 2022-09-27T16:25:07.5519489Z [ 2022-09-27T16:25:07.5519756Z T=at::TensorBase 2022-09-27T16:25:07.5520008Z ] 2022-09-27T16:25:07.5520640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5521216Z with 2022-09-27T16:25:07.5521456Z [ 2022-09-27T16:25:07.5521730Z T=at::TensorBase 2022-09-27T16:25:07.5522129Z ] 2022-09-27T16:25:07.5522811Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5523447Z with 2022-09-27T16:25:07.5523691Z [ 2022-09-27T16:25:07.5523958Z T=at::TensorBase 2022-09-27T16:25:07.5524222Z ] 2022-09-27T16:25:07.5525020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5525850Z with 2022-09-27T16:25:07.5526113Z [ 2022-09-27T16:25:07.5526396Z T=at::TensorBase 2022-09-27T16:25:07.5526684Z ] 2022-09-27T16:25:07.5527397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:07.5528432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(921): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:07.5529449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5530052Z with 2022-09-27T16:25:07.5530289Z [ 2022-09-27T16:25:07.5530555Z T=at::TensorBase 2022-09-27T16:25:07.5530834Z ] 2022-09-27T16:25:07.5531445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5532022Z with 2022-09-27T16:25:07.5532253Z [ 2022-09-27T16:25:07.5532490Z T=at::Tensor 2022-09-27T16:25:07.5532746Z ] 2022-09-27T16:25:07.5533393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5533993Z with 2022-09-27T16:25:07.5534223Z [ 2022-09-27T16:25:07.5534482Z T=at::Tensor 2022-09-27T16:25:07.5534712Z ] 2022-09-27T16:25:07.5535233Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5535647Z with 2022-09-27T16:25:07.5535801Z [ 2022-09-27T16:25:07.5535965Z T=at::Tensor 2022-09-27T16:25:07.5536115Z ] 2022-09-27T16:25:07.5536582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5537007Z with 2022-09-27T16:25:07.5537158Z [ 2022-09-27T16:25:07.5537318Z T=at::Tensor 2022-09-27T16:25:07.5537478Z ] 2022-09-27T16:25:07.5537869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:07.5538491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(510): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:07.5539220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5539610Z with 2022-09-27T16:25:07.5539762Z [ 2022-09-27T16:25:07.5539928Z T=at::Tensor 2022-09-27T16:25:07.5540088Z ] 2022-09-27T16:25:07.5540456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5540810Z with 2022-09-27T16:25:07.5540962Z [ 2022-09-27T16:25:07.5541175Z T=at::Generator 2022-09-27T16:25:07.5541341Z ] 2022-09-27T16:25:07.5541734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5542087Z with 2022-09-27T16:25:07.5542239Z [ 2022-09-27T16:25:07.5542405Z T=at::Generator 2022-09-27T16:25:07.5542566Z ] 2022-09-27T16:25:07.5542996Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5543392Z with 2022-09-27T16:25:07.5543532Z [ 2022-09-27T16:25:07.5543697Z T=at::Generator 2022-09-27T16:25:07.5543860Z ] 2022-09-27T16:25:07.5544320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5544748Z with 2022-09-27T16:25:07.5544898Z [ 2022-09-27T16:25:07.5545051Z T=at::Generator 2022-09-27T16:25:07.5545217Z ] 2022-09-27T16:25:07.5545620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:07.5546241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(587): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:07.5546874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5547263Z with 2022-09-27T16:25:07.5547416Z [ 2022-09-27T16:25:07.5547571Z T=at::Generator 2022-09-27T16:25:07.5547739Z ] 2022-09-27T16:25:07.5548121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5548475Z with 2022-09-27T16:25:07.5548626Z [ 2022-09-27T16:25:07.5548848Z T=std::string 2022-09-27T16:25:07.5549014Z ] 2022-09-27T16:25:07.5549411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5549773Z with 2022-09-27T16:25:07.5549925Z [ 2022-09-27T16:25:07.5550088Z T=std::string 2022-09-27T16:25:07.5550240Z ] 2022-09-27T16:25:07.5550673Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5551069Z with 2022-09-27T16:25:07.5551275Z [ 2022-09-27T16:25:07.5551446Z T=std::string 2022-09-27T16:25:07.5551593Z ] 2022-09-27T16:25:07.5552047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5552467Z with 2022-09-27T16:25:07.5552617Z [ 2022-09-27T16:25:07.5552778Z T=std::string 2022-09-27T16:25:07.5552940Z ] 2022-09-27T16:25:07.5553370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:07.5554092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(448): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:07.5554720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5555104Z with 2022-09-27T16:25:07.5555257Z [ 2022-09-27T16:25:07.5555422Z T=std::string 2022-09-27T16:25:07.5555582Z ] 2022-09-27T16:25:07.5556021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5556379Z with 2022-09-27T16:25:07.5556530Z [ 2022-09-27T16:25:07.5556702Z T=c10::QualifiedName 2022-09-27T16:25:07.5556875Z ] 2022-09-27T16:25:07.5557270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5557619Z with 2022-09-27T16:25:07.5557774Z [ 2022-09-27T16:25:07.5557944Z T=c10::QualifiedName 2022-09-27T16:25:07.5558114Z ] 2022-09-27T16:25:07.5558595Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5558994Z with 2022-09-27T16:25:07.5559131Z [ 2022-09-27T16:25:07.5559343Z T=c10::QualifiedName 2022-09-27T16:25:07.5559516Z ] 2022-09-27T16:25:07.5559977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5560397Z with 2022-09-27T16:25:07.5560547Z [ 2022-09-27T16:25:07.5560706Z T=c10::QualifiedName 2022-09-27T16:25:07.5560875Z ] 2022-09-27T16:25:07.5561282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:07.5561914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(696): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:07.5562549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5562935Z with 2022-09-27T16:25:07.5563087Z [ 2022-09-27T16:25:07.5563248Z T=c10::QualifiedName 2022-09-27T16:25:07.5563476Z ] 2022-09-27T16:25:07.5563864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5564214Z with 2022-09-27T16:25:07.5564415Z [ 2022-09-27T16:25:07.5564634Z T=std::shared_ptr 2022-09-27T16:25:07.5564823Z ] 2022-09-27T16:25:07.5565222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5565627Z with 2022-09-27T16:25:07.5565776Z [ 2022-09-27T16:25:07.5565987Z T=std::shared_ptr 2022-09-27T16:25:07.5566175Z ] 2022-09-27T16:25:07.5566611Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5567000Z with 2022-09-27T16:25:07.5567153Z [ 2022-09-27T16:25:07.5567362Z T=std::shared_ptr 2022-09-27T16:25:07.5567562Z ] 2022-09-27T16:25:07.5568011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5568440Z with 2022-09-27T16:25:07.5568589Z [ 2022-09-27T16:25:07.5568798Z T=std::shared_ptr 2022-09-27T16:25:07.5568999Z ] 2022-09-27T16:25:07.5569487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:07.5570179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1340): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:25:07.5570835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5571246Z with 2022-09-27T16:25:07.5571401Z [ 2022-09-27T16:25:07.5571689Z T=std::shared_ptr 2022-09-27T16:25:07.5571904Z ] 2022-09-27T16:25:07.5572351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5572832Z with 2022-09-27T16:25:07.5572970Z [ 2022-09-27T16:25:07.5573180Z T=std::weak_ptr 2022-09-27T16:25:07.5573377Z ] 2022-09-27T16:25:07.5573771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5574190Z with 2022-09-27T16:25:07.5574340Z [ 2022-09-27T16:25:07.5574542Z T=std::weak_ptr 2022-09-27T16:25:07.5574736Z ] 2022-09-27T16:25:07.5575175Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5575615Z with 2022-09-27T16:25:07.5575763Z [ 2022-09-27T16:25:07.5576111Z T=std::weak_ptr 2022-09-27T16:25:07.5576302Z ] 2022-09-27T16:25:07.5576755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5577294Z with 2022-09-27T16:25:07.5577445Z [ 2022-09-27T16:25:07.5577652Z T=std::weak_ptr 2022-09-27T16:25:07.5577849Z ] 2022-09-27T16:25:07.5578269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:07.5579058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1341): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:25:07.5580020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5580404Z with 2022-09-27T16:25:07.5580560Z [ 2022-09-27T16:25:07.5580770Z T=std::weak_ptr 2022-09-27T16:25:07.5580970Z ] 2022-09-27T16:25:07.5581337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5581746Z with 2022-09-27T16:25:07.5581898Z [ 2022-09-27T16:25:07.5582136Z T=std::vector> 2022-09-27T16:25:07.5582360Z ] 2022-09-27T16:25:07.5582755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5583117Z with 2022-09-27T16:25:07.5583255Z [ 2022-09-27T16:25:07.5583530Z T=std::vector> 2022-09-27T16:25:07.5583750Z ] 2022-09-27T16:25:07.5584179Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5584576Z with 2022-09-27T16:25:07.5584758Z [ 2022-09-27T16:25:07.5584993Z T=std::vector> 2022-09-27T16:25:07.5585215Z ] 2022-09-27T16:25:07.5585677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5586097Z with 2022-09-27T16:25:07.5586247Z [ 2022-09-27T16:25:07.5586482Z T=std::vector> 2022-09-27T16:25:07.5586692Z ] 2022-09-27T16:25:07.5587185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:25:07.5587908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(482): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:25:07.5588636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5589021Z with 2022-09-27T16:25:07.5589174Z [ 2022-09-27T16:25:07.5589411Z T=std::vector> 2022-09-27T16:25:07.5589620Z ] 2022-09-27T16:25:07.5589998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5590445Z with 2022-09-27T16:25:07.5590599Z [ 2022-09-27T16:25:07.5590849Z T=std::vector> 2022-09-27T16:25:07.5591042Z ] 2022-09-27T16:25:07.5591428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5591794Z with 2022-09-27T16:25:07.5591945Z [ 2022-09-27T16:25:07.5592146Z T=std::vector> 2022-09-27T16:25:07.5592338Z ] 2022-09-27T16:25:07.5592770Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5593154Z with 2022-09-27T16:25:07.5593306Z [ 2022-09-27T16:25:07.5593509Z T=std::vector> 2022-09-27T16:25:07.5593705Z ] 2022-09-27T16:25:07.5594160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5594584Z with 2022-09-27T16:25:07.5594721Z [ 2022-09-27T16:25:07.5594922Z T=std::vector> 2022-09-27T16:25:07.5595117Z ] 2022-09-27T16:25:07.5595547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:25:07.5596325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(441): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:25:07.5596970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5597358Z with 2022-09-27T16:25:07.5597497Z [ 2022-09-27T16:25:07.5597703Z T=std::vector> 2022-09-27T16:25:07.5597896Z ] 2022-09-27T16:25:07.5598278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5598626Z with 2022-09-27T16:25:07.5598776Z [ 2022-09-27T16:25:07.5599010Z T=std::vector,std::allocator>> 2022-09-27T16:25:07.5599244Z ] 2022-09-27T16:25:07.5599642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5600004Z with 2022-09-27T16:25:07.5600196Z [ 2022-09-27T16:25:07.5600500Z T=std::vector,std::allocator>> 2022-09-27T16:25:07.5600719Z ] 2022-09-27T16:25:07.5601159Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5601557Z with 2022-09-27T16:25:07.5601710Z [ 2022-09-27T16:25:07.5601958Z T=std::vector,std::allocator>> 2022-09-27T16:25:07.5602183Z ] 2022-09-27T16:25:07.5602643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5603087Z with 2022-09-27T16:25:07.5603239Z [ 2022-09-27T16:25:07.5603489Z T=std::vector,std::allocator>> 2022-09-27T16:25:07.5603723Z ] 2022-09-27T16:25:07.5604185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:25:07.5604919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:25:07.5605594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(843): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:25:07.5606226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5606605Z with 2022-09-27T16:25:07.5606746Z [ 2022-09-27T16:25:07.5606996Z T=std::vector,std::allocator>> 2022-09-27T16:25:07.5607225Z ] 2022-09-27T16:25:07.5607674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5608193Z with 2022-09-27T16:25:07.5608349Z [ 2022-09-27T16:25:07.5608580Z T=std::vector,std::allocator>> 2022-09-27T16:25:07.5608805Z ] 2022-09-27T16:25:07.5609202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5609564Z with 2022-09-27T16:25:07.5609716Z [ 2022-09-27T16:25:07.5610000Z T=std::vector,std::allocator>> 2022-09-27T16:25:07.5610211Z ] 2022-09-27T16:25:07.5610640Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5611030Z with 2022-09-27T16:25:07.5611178Z [ 2022-09-27T16:25:07.5611414Z T=std::vector,std::allocator>> 2022-09-27T16:25:07.5611633Z ] 2022-09-27T16:25:07.5612140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5612569Z with 2022-09-27T16:25:07.5612724Z [ 2022-09-27T16:25:07.5612961Z T=std::vector,std::allocator>> 2022-09-27T16:25:07.5613186Z ] 2022-09-27T16:25:07.5613637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:25:07.5614353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:25:07.5615057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(613): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:25:07.5615667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5616050Z with 2022-09-27T16:25:07.5616204Z [ 2022-09-27T16:25:07.5616442Z T=std::vector,std::allocator>> 2022-09-27T16:25:07.5616666Z ] 2022-09-27T16:25:07.5617045Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5617398Z with 2022-09-27T16:25:07.5617537Z [ 2022-09-27T16:25:07.5617746Z T=std::vector> 2022-09-27T16:25:07.5617938Z ] 2022-09-27T16:25:07.5618335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5618697Z with 2022-09-27T16:25:07.5618833Z [ 2022-09-27T16:25:07.5619037Z T=std::vector> 2022-09-27T16:25:07.5619231Z ] 2022-09-27T16:25:07.5619664Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5620059Z with 2022-09-27T16:25:07.5620208Z [ 2022-09-27T16:25:07.5620400Z T=std::vector> 2022-09-27T16:25:07.5620594Z ] 2022-09-27T16:25:07.5621054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5621469Z with 2022-09-27T16:25:07.5621618Z [ 2022-09-27T16:25:07.5621821Z T=std::vector> 2022-09-27T16:25:07.5622002Z ] 2022-09-27T16:25:07.5622435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:25:07.5623101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(726): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:25:07.5623797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5624173Z with 2022-09-27T16:25:07.5624325Z [ 2022-09-27T16:25:07.5624531Z T=std::vector> 2022-09-27T16:25:07.5624727Z ] 2022-09-27T16:25:07.5625093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5625445Z with 2022-09-27T16:25:07.5625598Z [ 2022-09-27T16:25:07.5625870Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:25:07.5626091Z ] 2022-09-27T16:25:07.5626487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5626845Z with 2022-09-27T16:25:07.5626995Z [ 2022-09-27T16:25:07.5627231Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:25:07.5627449Z ] 2022-09-27T16:25:07.5627882Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5628276Z with 2022-09-27T16:25:07.5628414Z [ 2022-09-27T16:25:07.5628647Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:25:07.5628867Z ] 2022-09-27T16:25:07.5629323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5629745Z with 2022-09-27T16:25:07.5629899Z [ 2022-09-27T16:25:07.5630117Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:25:07.5630339Z ] 2022-09-27T16:25:07.5630793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:07.5631530Z 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-09-27T16:25:07.5632264Z 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-09-27T16:25:07.5632957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5633339Z with 2022-09-27T16:25:07.5633494Z [ 2022-09-27T16:25:07.5633717Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:25:07.5633941Z ] 2022-09-27T16:25:07.5634319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5634674Z with 2022-09-27T16:25:07.5634825Z [ 2022-09-27T16:25:07.5635056Z T=c10::impl::InlineStreamGuard 2022-09-27T16:25:07.5635264Z ] 2022-09-27T16:25:07.5635772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5636149Z with 2022-09-27T16:25:07.5636300Z [ 2022-09-27T16:25:07.5636533Z T=c10::impl::InlineStreamGuard 2022-09-27T16:25:07.5636751Z ] 2022-09-27T16:25:07.5637171Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5637566Z with 2022-09-27T16:25:07.5637770Z [ 2022-09-27T16:25:07.5637999Z T=c10::impl::InlineStreamGuard 2022-09-27T16:25:07.5638218Z ] 2022-09-27T16:25:07.5638677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5639106Z with 2022-09-27T16:25:07.5639244Z [ 2022-09-27T16:25:07.5639475Z T=c10::impl::InlineStreamGuard 2022-09-27T16:25:07.5639694Z ] 2022-09-27T16:25:07.5640143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:07.5640883Z 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-09-27T16:25:07.5641620Z 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-09-27T16:25:07.5642306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5642693Z with 2022-09-27T16:25:07.5642833Z [ 2022-09-27T16:25:07.5643066Z T=c10::impl::InlineStreamGuard 2022-09-27T16:25:07.5643285Z ] 2022-09-27T16:25:07.5643666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5644023Z with 2022-09-27T16:25:07.5644175Z [ 2022-09-27T16:25:07.5644348Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:25:07.5644534Z ] 2022-09-27T16:25:07.5644931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5645293Z with 2022-09-27T16:25:07.5645444Z [ 2022-09-27T16:25:07.5645628Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:25:07.5645796Z ] 2022-09-27T16:25:07.5646225Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5646623Z with 2022-09-27T16:25:07.5646774Z [ 2022-09-27T16:25:07.5646955Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:25:07.5647122Z ] 2022-09-27T16:25:07.5647622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5648050Z with 2022-09-27T16:25:07.5648201Z [ 2022-09-27T16:25:07.5648383Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:25:07.5648563Z ] 2022-09-27T16:25:07.5648967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:07.5649613Z 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-09-27T16:25:07.5650029Z with 2022-09-27T16:25:07.5650181Z [ 2022-09-27T16:25:07.5650365Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:25:07.5650544Z ] 2022-09-27T16:25:07.5650995Z 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-09-27T16:25:07.5651670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5652043Z with 2022-09-27T16:25:07.5652194Z [ 2022-09-27T16:25:07.5652379Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:25:07.5652563Z ] 2022-09-27T16:25:07.5652941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5653291Z with 2022-09-27T16:25:07.5653430Z [ 2022-09-27T16:25:07.5653701Z T=std::vector> 2022-09-27T16:25:07.5653950Z ] 2022-09-27T16:25:07.5654344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5654706Z with 2022-09-27T16:25:07.5654855Z [ 2022-09-27T16:25:07.5655109Z T=std::vector> 2022-09-27T16:25:07.5655355Z ] 2022-09-27T16:25:07.5655792Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5656186Z with 2022-09-27T16:25:07.5656334Z [ 2022-09-27T16:25:07.5656602Z T=std::vector> 2022-09-27T16:25:07.5656837Z ] 2022-09-27T16:25:07.5657295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5657712Z with 2022-09-27T16:25:07.5657861Z [ 2022-09-27T16:25:07.5658127Z T=std::vector> 2022-09-27T16:25:07.5658376Z ] 2022-09-27T16:25:07.5658865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:25:07.5659684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(843): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:25:07.5660381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5660760Z with 2022-09-27T16:25:07.5660910Z [ 2022-09-27T16:25:07.5661183Z T=std::vector> 2022-09-27T16:25:07.5661469Z ] 2022-09-27T16:25:07.5661848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5662199Z with 2022-09-27T16:25:07.5662338Z [ 2022-09-27T16:25:07.5662519Z T=torch::autograd::ViewInfo 2022-09-27T16:25:07.5662697Z ] 2022-09-27T16:25:07.5663093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5663455Z with 2022-09-27T16:25:07.5663591Z [ 2022-09-27T16:25:07.5663769Z T=torch::autograd::ViewInfo 2022-09-27T16:25:07.5663946Z ] 2022-09-27T16:25:07.5664377Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5664768Z with 2022-09-27T16:25:07.5664917Z [ 2022-09-27T16:25:07.5665082Z T=torch::autograd::ViewInfo 2022-09-27T16:25:07.5665261Z ] 2022-09-27T16:25:07.5665718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5666136Z with 2022-09-27T16:25:07.5666285Z [ 2022-09-27T16:25:07.5666464Z T=torch::autograd::ViewInfo 2022-09-27T16:25:07.5666628Z ] 2022-09-27T16:25:07.5667039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:07.5667698Z 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-09-27T16:25:07.5668348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5668727Z with 2022-09-27T16:25:07.5668878Z [ 2022-09-27T16:25:07.5669056Z T=torch::autograd::ViewInfo 2022-09-27T16:25:07.5669220Z ] 2022-09-27T16:25:07.5669602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5669956Z with 2022-09-27T16:25:07.5670105Z [ 2022-09-27T16:25:07.5670265Z T=c10::IValue 2022-09-27T16:25:07.5670425Z ] 2022-09-27T16:25:07.5670809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5671212Z with 2022-09-27T16:25:07.5671366Z [ 2022-09-27T16:25:07.5671525Z T=c10::IValue 2022-09-27T16:25:07.5671684Z ] 2022-09-27T16:25:07.5672114Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5672502Z with 2022-09-27T16:25:07.5672652Z [ 2022-09-27T16:25:07.5672814Z T=c10::IValue 2022-09-27T16:25:07.5672977Z ] 2022-09-27T16:25:07.5673482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5673895Z with 2022-09-27T16:25:07.5674033Z [ 2022-09-27T16:25:07.5674200Z T=c10::IValue 2022-09-27T16:25:07.5674358Z ] 2022-09-27T16:25:07.5674754Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:07.5675372Z 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-09-27T16:25:07.5676090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5676475Z with 2022-09-27T16:25:07.5676617Z [ 2022-09-27T16:25:07.5676781Z T=c10::IValue 2022-09-27T16:25:07.5676945Z ] 2022-09-27T16:25:07.5677327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5677676Z with 2022-09-27T16:25:07.5677814Z [ 2022-09-27T16:25:07.5677982Z T=c10::AliasInfo 2022-09-27T16:25:07.5678148Z ] 2022-09-27T16:25:07.5678543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5678905Z with 2022-09-27T16:25:07.5679055Z [ 2022-09-27T16:25:07.5679209Z T=c10::AliasInfo 2022-09-27T16:25:07.5679372Z ] 2022-09-27T16:25:07.5679803Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5690719Z with 2022-09-27T16:25:07.5690966Z [ 2022-09-27T16:25:07.5691154Z T=c10::AliasInfo 2022-09-27T16:25:07.5691311Z ] 2022-09-27T16:25:07.5691792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5692227Z with 2022-09-27T16:25:07.5692378Z [ 2022-09-27T16:25:07.5692545Z T=c10::AliasInfo 2022-09-27T16:25:07.5692709Z ] 2022-09-27T16:25:07.5693108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:07.5693854Z 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-09-27T16:25:07.5694506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5694896Z with 2022-09-27T16:25:07.5695054Z [ 2022-09-27T16:25:07.5695223Z T=c10::AliasInfo 2022-09-27T16:25:07.5695389Z ] 2022-09-27T16:25:07.5695760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5696169Z with 2022-09-27T16:25:07.5696321Z [ 2022-09-27T16:25:07.5696546Z T=c10::either 2022-09-27T16:25:07.5696762Z ] 2022-09-27T16:25:07.5697159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5697511Z with 2022-09-27T16:25:07.5697663Z [ 2022-09-27T16:25:07.5697881Z T=c10::either 2022-09-27T16:25:07.5698092Z ] 2022-09-27T16:25:07.5698527Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5698920Z with 2022-09-27T16:25:07.5699058Z [ 2022-09-27T16:25:07.5699276Z T=c10::either 2022-09-27T16:25:07.5699484Z ] 2022-09-27T16:25:07.5699948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5700376Z with 2022-09-27T16:25:07.5700526Z [ 2022-09-27T16:25:07.5700731Z T=c10::either 2022-09-27T16:25:07.5700941Z ] 2022-09-27T16:25:07.5701382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:07.5702107Z 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-09-27T16:25:07.5702813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5703191Z with 2022-09-27T16:25:07.5703341Z [ 2022-09-27T16:25:07.5703559Z T=c10::either 2022-09-27T16:25:07.5703757Z ] 2022-09-27T16:25:07.5704137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5704489Z with 2022-09-27T16:25:07.5704638Z [ 2022-09-27T16:25:07.5704814Z T=at::StepCallbacks 2022-09-27T16:25:07.5704973Z ] 2022-09-27T16:25:07.5705370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5705736Z with 2022-09-27T16:25:07.5705925Z [ 2022-09-27T16:25:07.5706099Z T=at::StepCallbacks 2022-09-27T16:25:07.5706267Z ] 2022-09-27T16:25:07.5706691Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5707091Z with 2022-09-27T16:25:07.5707239Z [ 2022-09-27T16:25:07.5707411Z T=at::StepCallbacks 2022-09-27T16:25:07.5707577Z ] 2022-09-27T16:25:07.5708033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5708495Z with 2022-09-27T16:25:07.5708635Z [ 2022-09-27T16:25:07.5708805Z T=at::StepCallbacks 2022-09-27T16:25:07.5708977Z ] 2022-09-27T16:25:07.5709383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:07.5710027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:07.5710673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5711053Z with 2022-09-27T16:25:07.5711192Z [ 2022-09-27T16:25:07.5711367Z T=at::StepCallbacks 2022-09-27T16:25:07.5711536Z ] 2022-09-27T16:25:07.5711912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5712263Z with 2022-09-27T16:25:07.5712400Z [ 2022-09-27T16:25:07.5712566Z T=c10::DimVector 2022-09-27T16:25:07.5712727Z ] 2022-09-27T16:25:07.5713120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5713482Z with 2022-09-27T16:25:07.5713630Z [ 2022-09-27T16:25:07.5713786Z T=c10::DimVector 2022-09-27T16:25:07.5713948Z ] 2022-09-27T16:25:07.5714378Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5714774Z with 2022-09-27T16:25:07.5714927Z [ 2022-09-27T16:25:07.5715076Z T=c10::DimVector 2022-09-27T16:25:07.5715242Z ] 2022-09-27T16:25:07.5715768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5716209Z with 2022-09-27T16:25:07.5716360Z [ 2022-09-27T16:25:07.5716527Z T=c10::DimVector 2022-09-27T16:25:07.5716678Z ] 2022-09-27T16:25:07.5717081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:07.5717769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:07.5718408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5718790Z with 2022-09-27T16:25:07.5718946Z [ 2022-09-27T16:25:07.5719113Z T=c10::DimVector 2022-09-27T16:25:07.5719267Z ] 2022-09-27T16:25:07.5719647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5720042Z with 2022-09-27T16:25:07.5720193Z [ 2022-09-27T16:25:07.5720378Z T=c10::impl::AnnotatedSchema 2022-09-27T16:25:07.5720557Z ] 2022-09-27T16:25:07.5720941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5721306Z with 2022-09-27T16:25:07.5721454Z [ 2022-09-27T16:25:07.5721637Z T=c10::impl::AnnotatedSchema 2022-09-27T16:25:07.5721814Z ] 2022-09-27T16:25:07.5722242Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5722633Z with 2022-09-27T16:25:07.5722781Z [ 2022-09-27T16:25:07.5722965Z T=c10::impl::AnnotatedSchema 2022-09-27T16:25:07.5723142Z ] 2022-09-27T16:25:07.5723597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5724016Z with 2022-09-27T16:25:07.5724153Z [ 2022-09-27T16:25:07.5724335Z T=c10::impl::AnnotatedSchema 2022-09-27T16:25:07.5724514Z ] 2022-09-27T16:25:07.5724931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:07.5725602Z 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-09-27T16:25:07.5726269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5726651Z with 2022-09-27T16:25:07.5726792Z [ 2022-09-27T16:25:07.5726976Z T=c10::impl::AnnotatedSchema 2022-09-27T16:25:07.5727158Z ] 2022-09-27T16:25:07.5727535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5727886Z with 2022-09-27T16:25:07.5728036Z [ 2022-09-27T16:25:07.5728246Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:25:07.5728456Z ] 2022-09-27T16:25:07.5728850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5729218Z with 2022-09-27T16:25:07.5729368Z [ 2022-09-27T16:25:07.5729589Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:25:07.5729789Z ] 2022-09-27T16:25:07.5730410Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5730863Z with 2022-09-27T16:25:07.5731016Z [ 2022-09-27T16:25:07.5731238Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:25:07.5731448Z ] 2022-09-27T16:25:07.5731887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5732365Z with 2022-09-27T16:25:07.5732518Z [ 2022-09-27T16:25:07.5732740Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:25:07.5732952Z ] 2022-09-27T16:25:07.5733400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:07.5734132Z 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-09-27T16:25:07.5734813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5735202Z with 2022-09-27T16:25:07.5735350Z [ 2022-09-27T16:25:07.5735574Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:25:07.5735783Z ] 2022-09-27T16:25:07.5736221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5736617Z with 2022-09-27T16:25:07.5736758Z [ 2022-09-27T16:25:07.5736957Z T=std::tuple 2022-09-27T16:25:07.5737151Z ] 2022-09-27T16:25:07.5737547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5737911Z with 2022-09-27T16:25:07.5738047Z [ 2022-09-27T16:25:07.5738246Z T=std::tuple 2022-09-27T16:25:07.5738434Z ] 2022-09-27T16:25:07.5738865Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5739262Z with 2022-09-27T16:25:07.5739410Z [ 2022-09-27T16:25:07.5739596Z T=std::tuple 2022-09-27T16:25:07.5739786Z ] 2022-09-27T16:25:07.5740244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5740662Z with 2022-09-27T16:25:07.5740810Z [ 2022-09-27T16:25:07.5741005Z T=std::tuple 2022-09-27T16:25:07.5741186Z ] 2022-09-27T16:25:07.5741607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:07.5742384Z 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-09-27T16:25:07.5743058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5743440Z with 2022-09-27T16:25:07.5743590Z [ 2022-09-27T16:25:07.5743791Z T=std::tuple 2022-09-27T16:25:07.5744011Z ] 2022-09-27T16:25:07.5744390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5744736Z with 2022-09-27T16:25:07.5744886Z [ 2022-09-27T16:25:07.5745064Z T=torch::jit::SourceRange 2022-09-27T16:25:07.5745243Z ] 2022-09-27T16:25:07.5745624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5745987Z with 2022-09-27T16:25:07.5746137Z [ 2022-09-27T16:25:07.5746318Z T=torch::jit::SourceRange 2022-09-27T16:25:07.5746490Z ] 2022-09-27T16:25:07.5746918Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5747305Z with 2022-09-27T16:25:07.5747454Z [ 2022-09-27T16:25:07.5747631Z T=torch::jit::SourceRange 2022-09-27T16:25:07.5747806Z ] 2022-09-27T16:25:07.5748262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5748678Z with 2022-09-27T16:25:07.5748815Z [ 2022-09-27T16:25:07.5748988Z T=torch::jit::SourceRange 2022-09-27T16:25:07.5749161Z ] 2022-09-27T16:25:07.5749572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:07.5750228Z 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-09-27T16:25:07.5750892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5751273Z with 2022-09-27T16:25:07.5751412Z [ 2022-09-27T16:25:07.5751590Z T=torch::jit::SourceRange 2022-09-27T16:25:07.5751764Z ] 2022-09-27T16:25:07.5752143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5752495Z with 2022-09-27T16:25:07.5752646Z [ 2022-09-27T16:25:07.5752829Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:25:07.5753018Z ] 2022-09-27T16:25:07.5753410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5753771Z with 2022-09-27T16:25:07.5753921Z [ 2022-09-27T16:25:07.5754157Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:25:07.5754338Z ] 2022-09-27T16:25:07.5754771Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5755163Z with 2022-09-27T16:25:07.5755313Z [ 2022-09-27T16:25:07.5755506Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:25:07.5755684Z ] 2022-09-27T16:25:07.5756212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5756680Z with 2022-09-27T16:25:07.5756829Z [ 2022-09-27T16:25:07.5757026Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:25:07.5757216Z ] 2022-09-27T16:25:07.5757636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:07.5758310Z 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-09-27T16:25:07.5758974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5759360Z with 2022-09-27T16:25:07.5759513Z [ 2022-09-27T16:25:07.5759709Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:25:07.5759897Z ] 2022-09-27T16:25:07.5760277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5760614Z with 2022-09-27T16:25:07.5760763Z [ 2022-09-27T16:25:07.5760954Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:25:07.5761139Z ] 2022-09-27T16:25:07.5761532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5761891Z with 2022-09-27T16:25:07.5762030Z [ 2022-09-27T16:25:07.5762221Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:25:07.5762404Z ] 2022-09-27T16:25:07.5762835Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5763230Z with 2022-09-27T16:25:07.5763365Z [ 2022-09-27T16:25:07.5763554Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:25:07.5763738Z ] 2022-09-27T16:25:07.5764198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5764619Z with 2022-09-27T16:25:07.5764766Z [ 2022-09-27T16:25:07.5764945Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:25:07.5765134Z ] 2022-09-27T16:25:07.5765558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:07.5766262Z 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-09-27T16:25:07.5766916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5767297Z with 2022-09-27T16:25:07.5767447Z [ 2022-09-27T16:25:07.5767638Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:25:07.5767813Z ] 2022-09-27T16:25:07.5768234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5768583Z with 2022-09-27T16:25:07.5768731Z [ 2022-09-27T16:25:07.5768904Z T=torch::jit::ScopePtr 2022-09-27T16:25:07.5769066Z ] 2022-09-27T16:25:07.5769460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5769822Z with 2022-09-27T16:25:07.5769972Z [ 2022-09-27T16:25:07.5770145Z T=torch::jit::ScopePtr 2022-09-27T16:25:07.5770313Z ] 2022-09-27T16:25:07.5770730Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5771126Z with 2022-09-27T16:25:07.5771277Z [ 2022-09-27T16:25:07.5771450Z T=torch::jit::ScopePtr 2022-09-27T16:25:07.5771617Z ] 2022-09-27T16:25:07.5772080Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5772487Z with 2022-09-27T16:25:07.5772635Z [ 2022-09-27T16:25:07.5772805Z T=torch::jit::ScopePtr 2022-09-27T16:25:07.5772977Z ] 2022-09-27T16:25:07.5773387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:07.5774021Z 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-09-27T16:25:07.5774673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5775040Z with 2022-09-27T16:25:07.5775191Z [ 2022-09-27T16:25:07.5775364Z T=torch::jit::ScopePtr 2022-09-27T16:25:07.5775532Z ] 2022-09-27T16:25:07.5775907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5776256Z with 2022-09-27T16:25:07.5776395Z [ 2022-09-27T16:25:07.5776570Z T=at::ThreadLocalState 2022-09-27T16:25:07.5776744Z ] 2022-09-27T16:25:07.5777140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5777501Z with 2022-09-27T16:25:07.5777649Z [ 2022-09-27T16:25:07.5777810Z T=at::ThreadLocalState 2022-09-27T16:25:07.5778030Z ] 2022-09-27T16:25:07.5778461Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5778857Z with 2022-09-27T16:25:07.5779008Z [ 2022-09-27T16:25:07.5779174Z T=at::ThreadLocalState 2022-09-27T16:25:07.5779351Z ] 2022-09-27T16:25:07.5779806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5780268Z with 2022-09-27T16:25:07.5780416Z [ 2022-09-27T16:25:07.5780592Z T=at::ThreadLocalState 2022-09-27T16:25:07.5780754Z ] 2022-09-27T16:25:07.5781172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:07.5781837Z 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-09-27T16:25:07.5782496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5782881Z with 2022-09-27T16:25:07.5783032Z [ 2022-09-27T16:25:07.5783207Z T=at::ThreadLocalState 2022-09-27T16:25:07.5783369Z ] 2022-09-27T16:25:07.5783752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5784101Z with 2022-09-27T16:25:07.5784250Z [ 2022-09-27T16:25:07.5784446Z T=std::shared_ptr 2022-09-27T16:25:07.5784632Z ] 2022-09-27T16:25:07.5785015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5785380Z with 2022-09-27T16:25:07.5785528Z [ 2022-09-27T16:25:07.5785721Z T=std::shared_ptr 2022-09-27T16:25:07.5785908Z ] 2022-09-27T16:25:07.5786338Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5786716Z with 2022-09-27T16:25:07.5786868Z [ 2022-09-27T16:25:07.5787059Z T=std::shared_ptr 2022-09-27T16:25:07.5787245Z ] 2022-09-27T16:25:07.5787695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5788112Z with 2022-09-27T16:25:07.5788250Z [ 2022-09-27T16:25:07.5788446Z T=std::shared_ptr 2022-09-27T16:25:07.5788632Z ] 2022-09-27T16:25:07.5789056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:07.5789747Z 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-09-27T16:25:07.5790415Z 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-09-27T16:25:07.5791084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5791937Z with 2022-09-27T16:25:07.5792078Z [ 2022-09-27T16:25:07.5792280Z T=std::shared_ptr 2022-09-27T16:25:07.5792468Z ] 2022-09-27T16:25:07.5792854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5793204Z with 2022-09-27T16:25:07.5793354Z [ 2022-09-27T16:25:07.5793523Z T=torch::jit::GraphExecutor 2022-09-27T16:25:07.5793703Z ] 2022-09-27T16:25:07.5794093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5794453Z with 2022-09-27T16:25:07.5794603Z [ 2022-09-27T16:25:07.5794781Z T=torch::jit::GraphExecutor 2022-09-27T16:25:07.5794947Z ] 2022-09-27T16:25:07.5795377Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5795862Z with 2022-09-27T16:25:07.5796013Z [ 2022-09-27T16:25:07.5796199Z T=torch::jit::GraphExecutor 2022-09-27T16:25:07.5796365Z ] 2022-09-27T16:25:07.5796832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5797255Z with 2022-09-27T16:25:07.5797407Z [ 2022-09-27T16:25:07.5797590Z T=torch::jit::GraphExecutor 2022-09-27T16:25:07.5797767Z ] 2022-09-27T16:25:07.5798169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:07.5798818Z 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-09-27T16:25:07.5799479Z 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-09-27T16:25:07.5800147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5800527Z with 2022-09-27T16:25:07.5800680Z [ 2022-09-27T16:25:07.5800865Z T=torch::jit::GraphExecutor 2022-09-27T16:25:07.5801048Z ] 2022-09-27T16:25:07.5801414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5801763Z with 2022-09-27T16:25:07.5801985Z [ 2022-09-27T16:25:07.5802164Z T=torch::jit::Method 2022-09-27T16:25:07.5802341Z ] 2022-09-27T16:25:07.5802739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5803094Z with 2022-09-27T16:25:07.5803254Z [ 2022-09-27T16:25:07.5803431Z T=torch::jit::Method 2022-09-27T16:25:07.5803608Z ] 2022-09-27T16:25:07.5804044Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5804485Z with 2022-09-27T16:25:07.5804625Z [ 2022-09-27T16:25:07.5804799Z T=torch::jit::Method 2022-09-27T16:25:07.5804972Z ] 2022-09-27T16:25:07.5805439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5805863Z with 2022-09-27T16:25:07.5806026Z [ 2022-09-27T16:25:07.5806187Z T=torch::jit::Method 2022-09-27T16:25:07.5806365Z ] 2022-09-27T16:25:07.5806776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:07.5807415Z 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-09-27T16:25:07.5808059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5808447Z with 2022-09-27T16:25:07.5808607Z [ 2022-09-27T16:25:07.5808768Z T=torch::jit::Method 2022-09-27T16:25:07.5808947Z ] 2022-09-27T16:25:07.5809330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5809684Z with 2022-09-27T16:25:07.5809839Z [ 2022-09-27T16:25:07.5810066Z T=std::vector> 2022-09-27T16:25:07.5810265Z ] 2022-09-27T16:25:07.5810669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5811044Z with 2022-09-27T16:25:07.5811205Z [ 2022-09-27T16:25:07.5811433Z T=std::vector> 2022-09-27T16:25:07.5811631Z ] 2022-09-27T16:25:07.5812070Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5812473Z with 2022-09-27T16:25:07.5812630Z [ 2022-09-27T16:25:07.5812852Z T=std::vector> 2022-09-27T16:25:07.5813067Z ] 2022-09-27T16:25:07.5813527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5813942Z with 2022-09-27T16:25:07.5814098Z [ 2022-09-27T16:25:07.5814365Z T=std::vector> 2022-09-27T16:25:07.5814581Z ] 2022-09-27T16:25:07.5815027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:25:07.5815728Z 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-09-27T16:25:07.5816449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5816835Z with 2022-09-27T16:25:07.5816978Z [ 2022-09-27T16:25:07.5817206Z T=std::vector> 2022-09-27T16:25:07.5817419Z ] 2022-09-27T16:25:07.5817804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5818159Z with 2022-09-27T16:25:07.5818303Z [ 2022-09-27T16:25:07.5818554Z T=std::function 2022-09-27T16:25:07.5818792Z ] 2022-09-27T16:25:07.5819194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5819562Z with 2022-09-27T16:25:07.5819718Z [ 2022-09-27T16:25:07.5819950Z T=std::function 2022-09-27T16:25:07.5820188Z ] 2022-09-27T16:25:07.5820627Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5821030Z with 2022-09-27T16:25:07.5821187Z [ 2022-09-27T16:25:07.5821435Z T=std::function 2022-09-27T16:25:07.5821655Z ] 2022-09-27T16:25:07.5822116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5822549Z with 2022-09-27T16:25:07.5822707Z [ 2022-09-27T16:25:07.5822958Z T=std::function 2022-09-27T16:25:07.5823194Z ] 2022-09-27T16:25:07.5823663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:07.5824432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:25:07.5825149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5825523Z with 2022-09-27T16:25:07.5825683Z [ 2022-09-27T16:25:07.5825974Z T=std::function 2022-09-27T16:25:07.5826213Z ] 2022-09-27T16:25:07.5826599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5826959Z with 2022-09-27T16:25:07.5827104Z [ 2022-09-27T16:25:07.5827384Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:25:07.5827642Z ] 2022-09-27T16:25:07.5828050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5828460Z with 2022-09-27T16:25:07.5828617Z [ 2022-09-27T16:25:07.5828875Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:25:07.5829135Z ] 2022-09-27T16:25:07.5829576Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5829984Z with 2022-09-27T16:25:07.5830142Z [ 2022-09-27T16:25:07.5830412Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:25:07.5830655Z ] 2022-09-27T16:25:07.5831119Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5831549Z with 2022-09-27T16:25:07.5831709Z [ 2022-09-27T16:25:07.5831984Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:25:07.5832244Z ] 2022-09-27T16:25:07.5832722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:07.5833548Z 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-09-27T16:25:07.5834288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5834684Z with 2022-09-27T16:25:07.5834845Z [ 2022-09-27T16:25:07.5835125Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:25:07.5835385Z ] 2022-09-27T16:25:07.5835849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5836197Z with 2022-09-27T16:25:07.5836357Z [ 2022-09-27T16:25:07.5836578Z T=std::vector> 2022-09-27T16:25:07.5836785Z ] 2022-09-27T16:25:07.5837188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5837565Z with 2022-09-27T16:25:07.5837707Z [ 2022-09-27T16:25:07.5837925Z T=std::vector> 2022-09-27T16:25:07.5838131Z ] 2022-09-27T16:25:07.5838807Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5838881Z with 2022-09-27T16:25:07.5838945Z [ 2022-09-27T16:25:07.5839074Z T=std::vector> 2022-09-27T16:25:07.5839138Z ] 2022-09-27T16:25:07.5839513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5839626Z with 2022-09-27T16:25:07.5839689Z [ 2022-09-27T16:25:07.5839818Z T=std::vector> 2022-09-27T16:25:07.5839864Z ] 2022-09-27T16:25:07.5840203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:25:07.5840269Z with 2022-09-27T16:25:07.5840333Z [ 2022-09-27T16:25:07.5840405Z T=double 2022-09-27T16:25:07.5840468Z ] 2022-09-27T16:25:07.5840844Z 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-09-27T16:25:07.5840912Z with 2022-09-27T16:25:07.5840975Z [ 2022-09-27T16:25:07.5841049Z T=double 2022-09-27T16:25:07.5841112Z ] 2022-09-27T16:25:07.5841439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5841505Z with 2022-09-27T16:25:07.5841569Z [ 2022-09-27T16:25:07.5841692Z T=std::vector> 2022-09-27T16:25:07.5841738Z ] 2022-09-27T16:25:07.5842035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5842100Z with 2022-09-27T16:25:07.5842163Z [ 2022-09-27T16:25:07.5842276Z T=std::tuple 2022-09-27T16:25:07.5842338Z ] 2022-09-27T16:25:07.5842649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5842718Z with 2022-09-27T16:25:07.5842781Z [ 2022-09-27T16:25:07.5842891Z T=std::tuple 2022-09-27T16:25:07.5842953Z ] 2022-09-27T16:25:07.5843303Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5843370Z with 2022-09-27T16:25:07.5843432Z [ 2022-09-27T16:25:07.5843539Z T=std::tuple 2022-09-27T16:25:07.5843585Z ] 2022-09-27T16:25:07.5843955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5844026Z with 2022-09-27T16:25:07.5844089Z [ 2022-09-27T16:25:07.5844195Z T=std::tuple 2022-09-27T16:25:07.5844258Z ] 2022-09-27T16:25:07.5844638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:07.5845008Z 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-09-27T16:25:07.5845337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5845441Z with 2022-09-27T16:25:07.5845503Z [ 2022-09-27T16:25:07.5845613Z T=std::tuple 2022-09-27T16:25:07.5845674Z ] 2022-09-27T16:25:07.5845966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5846032Z with 2022-09-27T16:25:07.5846095Z [ 2022-09-27T16:25:07.5846228Z T=std::vector> 2022-09-27T16:25:07.5846290Z ] 2022-09-27T16:25:07.5846598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:07.5846647Z with 2022-09-27T16:25:07.5846709Z [ 2022-09-27T16:25:07.5846844Z T=std::vector> 2022-09-27T16:25:07.5846907Z ] 2022-09-27T16:25:07.5847255Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:07.5847323Z with 2022-09-27T16:25:07.5847384Z [ 2022-09-27T16:25:07.5847514Z T=std::vector> 2022-09-27T16:25:07.5847575Z ] 2022-09-27T16:25:07.5847950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:07.5848015Z with 2022-09-27T16:25:07.5848076Z [ 2022-09-27T16:25:07.5848206Z T=std::vector> 2022-09-27T16:25:07.5848271Z ] 2022-09-27T16:25:07.5848620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:25:07.5849001Z 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-09-27T16:25:07.5849332Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:07.5849398Z with 2022-09-27T16:25:07.5849460Z [ 2022-09-27T16:25:07.5849575Z T=std::vector> 2022-09-27T16:25:07.5849640Z ] 2022-09-27T16:25:07.6506778Z [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-09-27T16:25:07.6506978Z Creating library reloaded_jit_extension_v1.lib and object reloaded_jit_extension_v1.exp 2022-09-27T16:25:07.6525436Z Loading extension module reloaded_jit_extension_v1... 2022-09-27T16:25:07.6690314Z Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-09-27T16:25:07.6700150Z No modifications detected for re-loaded extension module reloaded_jit_extension_v1, skipping build step... 2022-09-27T16:25:07.6700291Z Loading extension module reloaded_jit_extension_v1... 2022-09-27T16:25:07.6703879Z Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu as PyTorch extensions root... 2022-09-27T16:25:07.6742322Z The input conditions for extension module reloaded_jit_extension have changed. Bumping to version 2 and re-building as reloaded_jit_extension_v2... 2022-09-27T16:25:07.6798050Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\reloaded_jit_extension\build.ninja... 2022-09-27T16:25:07.8394141Z Building extension module reloaded_jit_extension_v2... 2022-09-27T16:25:07.8394378Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-09-27T16:25:18.5859450Z [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-09-27T16:25:18.5860901Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-09-27T16:25:18.5861322Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-09-27T16:25:18.5861555Z 2022-09-27T16:25:18.5861976Z 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-09-27T16:25:18.5862825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.5863344Z with 2022-09-27T16:25:18.5863578Z [ 2022-09-27T16:25:18.5863823Z T=c10::SymInt 2022-09-27T16:25:18.5864033Z ] 2022-09-27T16:25:18.5864591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.5865114Z with 2022-09-27T16:25:18.5865348Z [ 2022-09-27T16:25:18.5865585Z T=c10::SymInt 2022-09-27T16:25:18.5865827Z ] 2022-09-27T16:25:18.5866397Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.5866960Z with 2022-09-27T16:25:18.5867194Z [ 2022-09-27T16:25:18.5867435Z T=c10::SymInt 2022-09-27T16:25:18.5867688Z ] 2022-09-27T16:25:18.5868326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.5868923Z with 2022-09-27T16:25:18.5869324Z [ 2022-09-27T16:25:18.5869572Z T=c10::SymInt 2022-09-27T16:25:18.5869811Z ] 2022-09-27T16:25:18.5870373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:18.5871231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1514): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:18.5872095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.5872718Z with 2022-09-27T16:25:18.5872940Z [ 2022-09-27T16:25:18.5873176Z T=c10::SymInt 2022-09-27T16:25:18.5873417Z ] 2022-09-27T16:25:18.5873942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2533): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-09-27T16:25:18.5874746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.5875243Z with 2022-09-27T16:25:18.5875399Z [ 2022-09-27T16:25:18.5875580Z T=at::TensorBase 2022-09-27T16:25:18.5875760Z ] 2022-09-27T16:25:18.5876265Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.5876647Z with 2022-09-27T16:25:18.5876811Z [ 2022-09-27T16:25:18.5876971Z T=at::TensorBase 2022-09-27T16:25:18.5877150Z ] 2022-09-27T16:25:18.5877602Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.5878004Z with 2022-09-27T16:25:18.5878166Z [ 2022-09-27T16:25:18.5878344Z T=at::TensorBase 2022-09-27T16:25:18.5878504Z ] 2022-09-27T16:25:18.5878971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.5879406Z with 2022-09-27T16:25:18.5879569Z [ 2022-09-27T16:25:18.5879752Z T=at::TensorBase 2022-09-27T16:25:18.5879909Z ] 2022-09-27T16:25:18.5880324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:18.5880965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(921): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:18.5881616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.5882007Z with 2022-09-27T16:25:18.5882174Z [ 2022-09-27T16:25:18.5882355Z T=at::TensorBase 2022-09-27T16:25:18.5882514Z ] 2022-09-27T16:25:18.5882907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.5883339Z with 2022-09-27T16:25:18.5883507Z [ 2022-09-27T16:25:18.5883683Z T=at::Tensor 2022-09-27T16:25:18.5884282Z ] 2022-09-27T16:25:18.5884671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.5885047Z with 2022-09-27T16:25:18.5885209Z [ 2022-09-27T16:25:18.5885381Z T=at::Tensor 2022-09-27T16:25:18.5885555Z ] 2022-09-27T16:25:18.5886001Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.5886437Z with 2022-09-27T16:25:18.5886600Z [ 2022-09-27T16:25:18.5886774Z T=at::Tensor 2022-09-27T16:25:18.5886948Z ] 2022-09-27T16:25:18.5887421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.5887856Z with 2022-09-27T16:25:18.5888000Z [ 2022-09-27T16:25:18.5888179Z T=at::Tensor 2022-09-27T16:25:18.5888353Z ] 2022-09-27T16:25:18.5888759Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:18.5889384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(510): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:18.5890028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.5890420Z with 2022-09-27T16:25:18.5890565Z [ 2022-09-27T16:25:18.5890737Z T=at::Tensor 2022-09-27T16:25:18.5890912Z ] 2022-09-27T16:25:18.5891306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.5891665Z with 2022-09-27T16:25:18.5891828Z [ 2022-09-27T16:25:18.5891986Z T=at::Generator 2022-09-27T16:25:18.5892168Z ] 2022-09-27T16:25:18.5892572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.5892948Z with 2022-09-27T16:25:18.5893111Z [ 2022-09-27T16:25:18.5893270Z T=at::Generator 2022-09-27T16:25:18.5893448Z ] 2022-09-27T16:25:18.5893893Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.5894296Z with 2022-09-27T16:25:18.5894460Z [ 2022-09-27T16:25:18.5894633Z T=at::Generator 2022-09-27T16:25:18.5894793Z ] 2022-09-27T16:25:18.5895257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.5895695Z with 2022-09-27T16:25:18.5895856Z [ 2022-09-27T16:25:18.5896034Z T=at::Generator 2022-09-27T16:25:18.5896209Z ] 2022-09-27T16:25:18.5896658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:18.5897294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(587): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:18.5897944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.5898398Z with 2022-09-27T16:25:18.5898564Z [ 2022-09-27T16:25:18.5898746Z T=at::Generator 2022-09-27T16:25:18.5898920Z ] 2022-09-27T16:25:18.5899294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.5899656Z with 2022-09-27T16:25:18.5899818Z [ 2022-09-27T16:25:18.5899994Z T=std::string 2022-09-27T16:25:18.5900174Z ] 2022-09-27T16:25:18.5900561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.5900932Z with 2022-09-27T16:25:18.5901093Z [ 2022-09-27T16:25:18.5901266Z T=std::string 2022-09-27T16:25:18.5901439Z ] 2022-09-27T16:25:18.5901888Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.5902298Z with 2022-09-27T16:25:18.5902442Z [ 2022-09-27T16:25:18.5902619Z T=std::string 2022-09-27T16:25:18.5902793Z ] 2022-09-27T16:25:18.5903255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.5903688Z with 2022-09-27T16:25:18.5903833Z [ 2022-09-27T16:25:18.5904006Z T=std::string 2022-09-27T16:25:18.5904176Z ] 2022-09-27T16:25:18.5904695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:18.5905334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(448): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:18.5905980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.5906372Z with 2022-09-27T16:25:18.5906517Z [ 2022-09-27T16:25:18.5906694Z T=std::string 2022-09-27T16:25:18.5906866Z ] 2022-09-27T16:25:18.5907259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.5907626Z with 2022-09-27T16:25:18.5907786Z [ 2022-09-27T16:25:18.5907953Z T=c10::QualifiedName 2022-09-27T16:25:18.5908137Z ] 2022-09-27T16:25:18.5908543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.5908970Z with 2022-09-27T16:25:18.5909133Z [ 2022-09-27T16:25:18.5909315Z T=c10::QualifiedName 2022-09-27T16:25:18.5909478Z ] 2022-09-27T16:25:18.5909923Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.5910381Z with 2022-09-27T16:25:18.5910545Z [ 2022-09-27T16:25:18.5910726Z T=c10::QualifiedName 2022-09-27T16:25:18.5910887Z ] 2022-09-27T16:25:18.5911402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.5911837Z with 2022-09-27T16:25:18.5912001Z [ 2022-09-27T16:25:18.5912185Z T=c10::QualifiedName 2022-09-27T16:25:18.5912367Z ] 2022-09-27T16:25:18.5912768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:18.5913419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(696): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:18.5914073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.5914466Z with 2022-09-27T16:25:18.5914617Z [ 2022-09-27T16:25:18.5914786Z T=c10::QualifiedName 2022-09-27T16:25:18.5914957Z ] 2022-09-27T16:25:18.5915324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.5915675Z with 2022-09-27T16:25:18.5915824Z [ 2022-09-27T16:25:18.5916106Z T=std::shared_ptr 2022-09-27T16:25:18.5916317Z ] 2022-09-27T16:25:18.5916713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.5917068Z with 2022-09-27T16:25:18.5917219Z [ 2022-09-27T16:25:18.5917434Z T=std::shared_ptr 2022-09-27T16:25:18.5917632Z ] 2022-09-27T16:25:18.5918070Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.5918472Z with 2022-09-27T16:25:18.5918612Z [ 2022-09-27T16:25:18.5918824Z T=std::shared_ptr 2022-09-27T16:25:18.5919020Z ] 2022-09-27T16:25:18.5919479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.5919898Z with 2022-09-27T16:25:18.5920054Z [ 2022-09-27T16:25:18.5920252Z T=std::shared_ptr 2022-09-27T16:25:18.5920454Z ] 2022-09-27T16:25:18.5920946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:18.5921638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1340): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:25:18.5922306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.5922688Z with 2022-09-27T16:25:18.5922841Z [ 2022-09-27T16:25:18.5923098Z T=std::shared_ptr 2022-09-27T16:25:18.5923289Z ] 2022-09-27T16:25:18.5923668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.5924017Z with 2022-09-27T16:25:18.5924173Z [ 2022-09-27T16:25:18.5924384Z T=std::weak_ptr 2022-09-27T16:25:18.5924569Z ] 2022-09-27T16:25:18.5924966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.5925334Z with 2022-09-27T16:25:18.5925485Z [ 2022-09-27T16:25:18.5925691Z T=std::weak_ptr 2022-09-27T16:25:18.5925889Z ] 2022-09-27T16:25:18.5926308Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.5926713Z with 2022-09-27T16:25:18.5926865Z [ 2022-09-27T16:25:18.5927074Z T=std::weak_ptr 2022-09-27T16:25:18.5927269Z ] 2022-09-27T16:25:18.5927729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.5928141Z with 2022-09-27T16:25:18.5928279Z [ 2022-09-27T16:25:18.5928485Z T=std::weak_ptr 2022-09-27T16:25:18.5928681Z ] 2022-09-27T16:25:18.5929113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:18.5929851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1341): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:25:18.5930520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.5930898Z with 2022-09-27T16:25:18.5931037Z [ 2022-09-27T16:25:18.5931246Z T=std::weak_ptr 2022-09-27T16:25:18.5931444Z ] 2022-09-27T16:25:18.5931824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.5932174Z with 2022-09-27T16:25:18.5932327Z [ 2022-09-27T16:25:18.5932551Z T=std::vector> 2022-09-27T16:25:18.5932772Z ] 2022-09-27T16:25:18.5933218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.5933589Z with 2022-09-27T16:25:18.5933736Z [ 2022-09-27T16:25:18.5933966Z T=std::vector> 2022-09-27T16:25:18.5934174Z ] 2022-09-27T16:25:18.5934614Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.5935047Z with 2022-09-27T16:25:18.5935198Z [ 2022-09-27T16:25:18.5935432Z T=std::vector> 2022-09-27T16:25:18.5935650Z ] 2022-09-27T16:25:18.5936102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.5936522Z with 2022-09-27T16:25:18.5936674Z [ 2022-09-27T16:25:18.5936909Z T=std::vector> 2022-09-27T16:25:18.5937130Z ] 2022-09-27T16:25:18.5937581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:25:18.5938298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(482): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:25:18.5938976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.5939348Z with 2022-09-27T16:25:18.5939500Z [ 2022-09-27T16:25:18.5939738Z T=std::vector> 2022-09-27T16:25:18.5939959Z ] 2022-09-27T16:25:18.5940336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.5940683Z with 2022-09-27T16:25:18.5940823Z [ 2022-09-27T16:25:18.5941022Z T=std::vector> 2022-09-27T16:25:18.5941215Z ] 2022-09-27T16:25:18.5941606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.5941975Z with 2022-09-27T16:25:18.5942113Z [ 2022-09-27T16:25:18.5942314Z T=std::vector> 2022-09-27T16:25:18.5942506Z ] 2022-09-27T16:25:18.5942943Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.5943333Z with 2022-09-27T16:25:18.5943481Z [ 2022-09-27T16:25:18.5943669Z T=std::vector> 2022-09-27T16:25:18.5943863Z ] 2022-09-27T16:25:18.5944317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.5944740Z with 2022-09-27T16:25:18.5944937Z [ 2022-09-27T16:25:18.5945142Z T=std::vector> 2022-09-27T16:25:18.5945321Z ] 2022-09-27T16:25:18.5945750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:25:18.5946423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(441): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:25:18.5947111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.5947495Z with 2022-09-27T16:25:18.5947648Z [ 2022-09-27T16:25:18.5947851Z T=std::vector> 2022-09-27T16:25:18.5948044Z ] 2022-09-27T16:25:18.5948412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.5948760Z with 2022-09-27T16:25:18.5948911Z [ 2022-09-27T16:25:18.5949156Z T=std::vector,std::allocator>> 2022-09-27T16:25:18.5949384Z ] 2022-09-27T16:25:18.5949777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.5950132Z with 2022-09-27T16:25:18.5950282Z [ 2022-09-27T16:25:18.5950527Z T=std::vector,std::allocator>> 2022-09-27T16:25:18.5950754Z ] 2022-09-27T16:25:18.5951186Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.5951584Z with 2022-09-27T16:25:18.5951720Z [ 2022-09-27T16:25:18.5951965Z T=std::vector,std::allocator>> 2022-09-27T16:25:18.5952190Z ] 2022-09-27T16:25:18.5952648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.5953071Z with 2022-09-27T16:25:18.5953219Z [ 2022-09-27T16:25:18.5953453Z T=std::vector,std::allocator>> 2022-09-27T16:25:18.5953684Z ] 2022-09-27T16:25:18.5954147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:25:18.5954879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:25:18.5955546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(843): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:25:18.5956308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.5956696Z with 2022-09-27T16:25:18.5956848Z [ 2022-09-27T16:25:18.5957097Z T=std::vector,std::allocator>> 2022-09-27T16:25:18.5957312Z ] 2022-09-27T16:25:18.5957699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.5958046Z with 2022-09-27T16:25:18.5958198Z [ 2022-09-27T16:25:18.5958478Z T=std::vector,std::allocator>> 2022-09-27T16:25:18.5958702Z ] 2022-09-27T16:25:18.5959341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.5959724Z with 2022-09-27T16:25:18.5959879Z [ 2022-09-27T16:25:18.5960121Z T=std::vector,std::allocator>> 2022-09-27T16:25:18.5960343Z ] 2022-09-27T16:25:18.5960781Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.5961220Z with 2022-09-27T16:25:18.5961371Z [ 2022-09-27T16:25:18.5961614Z T=std::vector,std::allocator>> 2022-09-27T16:25:18.5961841Z ] 2022-09-27T16:25:18.5962298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.5962719Z with 2022-09-27T16:25:18.5962857Z [ 2022-09-27T16:25:18.5963093Z T=std::vector,std::allocator>> 2022-09-27T16:25:18.5963316Z ] 2022-09-27T16:25:18.5963774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:25:18.5964491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:25:18.5965150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(613): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:25:18.5965777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.5966155Z with 2022-09-27T16:25:18.5966306Z [ 2022-09-27T16:25:18.5966534Z T=std::vector,std::allocator>> 2022-09-27T16:25:18.5966758Z ] 2022-09-27T16:25:18.5967137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.5967489Z with 2022-09-27T16:25:18.5967640Z [ 2022-09-27T16:25:18.5967845Z T=std::vector> 2022-09-27T16:25:18.5968027Z ] 2022-09-27T16:25:18.5968488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.5968860Z with 2022-09-27T16:25:18.5969011Z [ 2022-09-27T16:25:18.5969219Z T=std::vector> 2022-09-27T16:25:18.5969415Z ] 2022-09-27T16:25:18.5969834Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.5970281Z with 2022-09-27T16:25:18.5970433Z [ 2022-09-27T16:25:18.5970640Z T=std::vector> 2022-09-27T16:25:18.5970831Z ] 2022-09-27T16:25:18.5971290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.5971696Z with 2022-09-27T16:25:18.5971851Z [ 2022-09-27T16:25:18.5972059Z T=std::vector> 2022-09-27T16:25:18.5972252Z ] 2022-09-27T16:25:18.5972677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:25:18.5973347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(726): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:25:18.5974001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.5974377Z with 2022-09-27T16:25:18.5974516Z [ 2022-09-27T16:25:18.5974723Z T=std::vector> 2022-09-27T16:25:18.5974920Z ] 2022-09-27T16:25:18.5975297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.5975647Z with 2022-09-27T16:25:18.5975786Z [ 2022-09-27T16:25:18.5976021Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:25:18.5976245Z ] 2022-09-27T16:25:18.5976637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.5976999Z with 2022-09-27T16:25:18.5977149Z [ 2022-09-27T16:25:18.5977369Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:25:18.5977589Z ] 2022-09-27T16:25:18.5978020Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.5978414Z with 2022-09-27T16:25:18.5978562Z [ 2022-09-27T16:25:18.5978789Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:25:18.5978996Z ] 2022-09-27T16:25:18.5979452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.5979876Z with 2022-09-27T16:25:18.5980027Z [ 2022-09-27T16:25:18.5980302Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:25:18.5980522Z ] 2022-09-27T16:25:18.5980964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:18.5981702Z 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-09-27T16:25:18.5982884Z 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-09-27T16:25:18.5983577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.5983962Z with 2022-09-27T16:25:18.5984115Z [ 2022-09-27T16:25:18.5984351Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:25:18.5984570Z ] 2022-09-27T16:25:18.5984953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.5985289Z with 2022-09-27T16:25:18.5985441Z [ 2022-09-27T16:25:18.5985676Z T=c10::impl::InlineStreamGuard 2022-09-27T16:25:18.5985893Z ] 2022-09-27T16:25:18.5986289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.5986655Z with 2022-09-27T16:25:18.5986792Z [ 2022-09-27T16:25:18.5987019Z T=c10::impl::InlineStreamGuard 2022-09-27T16:25:18.5987239Z ] 2022-09-27T16:25:18.5987669Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.5988063Z with 2022-09-27T16:25:18.5988211Z [ 2022-09-27T16:25:18.5988429Z T=c10::impl::InlineStreamGuard 2022-09-27T16:25:18.5988644Z ] 2022-09-27T16:25:18.5989102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.5989518Z with 2022-09-27T16:25:18.5989668Z [ 2022-09-27T16:25:18.5989896Z T=c10::impl::InlineStreamGuard 2022-09-27T16:25:18.5990102Z ] 2022-09-27T16:25:18.5990549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:18.5991281Z 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-09-27T16:25:18.5992073Z 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-09-27T16:25:18.5992763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.5993148Z with 2022-09-27T16:25:18.5993301Z [ 2022-09-27T16:25:18.5993533Z T=c10::impl::InlineStreamGuard 2022-09-27T16:25:18.5993742Z ] 2022-09-27T16:25:18.5994127Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.5994526Z with 2022-09-27T16:25:18.5994678Z [ 2022-09-27T16:25:18.5994863Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:25:18.5995044Z ] 2022-09-27T16:25:18.5995427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.5995786Z with 2022-09-27T16:25:18.5995936Z [ 2022-09-27T16:25:18.5996196Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:25:18.5996377Z ] 2022-09-27T16:25:18.5996810Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.5997198Z with 2022-09-27T16:25:18.5997349Z [ 2022-09-27T16:25:18.5997531Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:25:18.5997712Z ] 2022-09-27T16:25:18.5998167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.5998585Z with 2022-09-27T16:25:18.5998722Z [ 2022-09-27T16:25:18.5998905Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:25:18.5999085Z ] 2022-09-27T16:25:18.5999497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:18.6000132Z 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-09-27T16:25:18.6000505Z with 2022-09-27T16:25:18.6000655Z [ 2022-09-27T16:25:18.6000828Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:25:18.6001010Z ] 2022-09-27T16:25:18.6001455Z 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-09-27T16:25:18.6002138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6002519Z with 2022-09-27T16:25:18.6002668Z [ 2022-09-27T16:25:18.6002839Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:25:18.6003017Z ] 2022-09-27T16:25:18.6003397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6003753Z with 2022-09-27T16:25:18.6003903Z [ 2022-09-27T16:25:18.6004221Z T=std::vector> 2022-09-27T16:25:18.6004462Z ] 2022-09-27T16:25:18.6004860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.6005222Z with 2022-09-27T16:25:18.6005373Z [ 2022-09-27T16:25:18.6005642Z T=std::vector> 2022-09-27T16:25:18.6005889Z ] 2022-09-27T16:25:18.6006308Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.6006746Z with 2022-09-27T16:25:18.6006898Z [ 2022-09-27T16:25:18.6007168Z T=std::vector> 2022-09-27T16:25:18.6007415Z ] 2022-09-27T16:25:18.6007872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.6008300Z with 2022-09-27T16:25:18.6008437Z [ 2022-09-27T16:25:18.6008706Z T=std::vector> 2022-09-27T16:25:18.6008956Z ] 2022-09-27T16:25:18.6009446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:25:18.6010226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(843): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:25:18.6010933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6011317Z with 2022-09-27T16:25:18.6011471Z [ 2022-09-27T16:25:18.6011727Z T=std::vector> 2022-09-27T16:25:18.6011978Z ] 2022-09-27T16:25:18.6012360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6012710Z with 2022-09-27T16:25:18.6012862Z [ 2022-09-27T16:25:18.6013043Z T=torch::autograd::ViewInfo 2022-09-27T16:25:18.6013210Z ] 2022-09-27T16:25:18.6013608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.6013974Z with 2022-09-27T16:25:18.6014126Z [ 2022-09-27T16:25:18.6014304Z T=torch::autograd::ViewInfo 2022-09-27T16:25:18.6014470Z ] 2022-09-27T16:25:18.6014904Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.6015302Z with 2022-09-27T16:25:18.6015453Z [ 2022-09-27T16:25:18.6015630Z T=torch::autograd::ViewInfo 2022-09-27T16:25:18.6015805Z ] 2022-09-27T16:25:18.6016287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.6016711Z with 2022-09-27T16:25:18.6016863Z [ 2022-09-27T16:25:18.6017041Z T=torch::autograd::ViewInfo 2022-09-27T16:25:18.6017221Z ] 2022-09-27T16:25:18.6017629Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:18.6018327Z 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-09-27T16:25:18.6018978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6019344Z with 2022-09-27T16:25:18.6019497Z [ 2022-09-27T16:25:18.6019675Z T=torch::autograd::ViewInfo 2022-09-27T16:25:18.6019852Z ] 2022-09-27T16:25:18.6020229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6020583Z with 2022-09-27T16:25:18.6020723Z [ 2022-09-27T16:25:18.6020883Z T=c10::IValue 2022-09-27T16:25:18.6021040Z ] 2022-09-27T16:25:18.6021432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.6021790Z with 2022-09-27T16:25:18.6021930Z [ 2022-09-27T16:25:18.6022090Z T=c10::IValue 2022-09-27T16:25:18.6022251Z ] 2022-09-27T16:25:18.6022677Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.6023072Z with 2022-09-27T16:25:18.6023223Z [ 2022-09-27T16:25:18.6023371Z T=c10::IValue 2022-09-27T16:25:18.6023531Z ] 2022-09-27T16:25:18.6023984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.6024400Z with 2022-09-27T16:25:18.6024547Z [ 2022-09-27T16:25:18.6024706Z T=c10::IValue 2022-09-27T16:25:18.6024855Z ] 2022-09-27T16:25:18.6025249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:18.6025864Z 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-09-27T16:25:18.6026499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6026877Z with 2022-09-27T16:25:18.6027028Z [ 2022-09-27T16:25:18.6027188Z T=c10::IValue 2022-09-27T16:25:18.6027335Z ] 2022-09-27T16:25:18.6028111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6028476Z with 2022-09-27T16:25:18.6028627Z [ 2022-09-27T16:25:18.6028794Z T=c10::AliasInfo 2022-09-27T16:25:18.6028947Z ] 2022-09-27T16:25:18.6029338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.6029701Z with 2022-09-27T16:25:18.6029854Z [ 2022-09-27T16:25:18.6030016Z T=c10::AliasInfo 2022-09-27T16:25:18.6030228Z ] 2022-09-27T16:25:18.6030643Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.6031040Z with 2022-09-27T16:25:18.6031193Z [ 2022-09-27T16:25:18.6031357Z T=c10::AliasInfo 2022-09-27T16:25:18.6031519Z ] 2022-09-27T16:25:18.6031973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.6032380Z with 2022-09-27T16:25:18.6032530Z [ 2022-09-27T16:25:18.6032693Z T=c10::AliasInfo 2022-09-27T16:25:18.6032857Z ] 2022-09-27T16:25:18.6033254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:18.6033884Z 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-09-27T16:25:18.6034523Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6034894Z with 2022-09-27T16:25:18.6035046Z [ 2022-09-27T16:25:18.6035212Z T=c10::AliasInfo 2022-09-27T16:25:18.6035377Z ] 2022-09-27T16:25:18.6035754Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6036184Z with 2022-09-27T16:25:18.6036322Z [ 2022-09-27T16:25:18.6036544Z T=c10::either 2022-09-27T16:25:18.6036754Z ] 2022-09-27T16:25:18.6037149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.6037511Z with 2022-09-27T16:25:18.6037661Z [ 2022-09-27T16:25:18.6037867Z T=c10::either 2022-09-27T16:25:18.6038084Z ] 2022-09-27T16:25:18.6038517Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.6038909Z with 2022-09-27T16:25:18.6039058Z [ 2022-09-27T16:25:18.6039273Z T=c10::either 2022-09-27T16:25:18.6039470Z ] 2022-09-27T16:25:18.6039974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.6040393Z with 2022-09-27T16:25:18.6040541Z [ 2022-09-27T16:25:18.6040758Z T=c10::either 2022-09-27T16:25:18.6040964Z ] 2022-09-27T16:25:18.6041392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:18.6042119Z 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-09-27T16:25:18.6042858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6043242Z with 2022-09-27T16:25:18.6043393Z [ 2022-09-27T16:25:18.6043611Z T=c10::either 2022-09-27T16:25:18.6043819Z ] 2022-09-27T16:25:18.6044187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6044541Z with 2022-09-27T16:25:18.6044690Z [ 2022-09-27T16:25:18.6044862Z T=at::StepCallbacks 2022-09-27T16:25:18.6045037Z ] 2022-09-27T16:25:18.6045431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.6045786Z with 2022-09-27T16:25:18.6045941Z [ 2022-09-27T16:25:18.6046120Z T=at::StepCallbacks 2022-09-27T16:25:18.6046291Z ] 2022-09-27T16:25:18.6046722Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.6047120Z with 2022-09-27T16:25:18.6047257Z [ 2022-09-27T16:25:18.6047428Z T=at::StepCallbacks 2022-09-27T16:25:18.6047598Z ] 2022-09-27T16:25:18.6048058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.6048483Z with 2022-09-27T16:25:18.6048635Z [ 2022-09-27T16:25:18.6048795Z T=at::StepCallbacks 2022-09-27T16:25:18.6048964Z ] 2022-09-27T16:25:18.6049376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:18.6050024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:18.6050660Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6051040Z with 2022-09-27T16:25:18.6051193Z [ 2022-09-27T16:25:18.6051353Z T=at::StepCallbacks 2022-09-27T16:25:18.6051526Z ] 2022-09-27T16:25:18.6051950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6052306Z with 2022-09-27T16:25:18.6052456Z [ 2022-09-27T16:25:18.6052608Z T=c10::DimVector 2022-09-27T16:25:18.6052773Z ] 2022-09-27T16:25:18.6053165Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.6053530Z with 2022-09-27T16:25:18.6053678Z [ 2022-09-27T16:25:18.6053840Z T=c10::DimVector 2022-09-27T16:25:18.6054033Z ] 2022-09-27T16:25:18.6054463Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.6054866Z with 2022-09-27T16:25:18.6055016Z [ 2022-09-27T16:25:18.6055182Z T=c10::DimVector 2022-09-27T16:25:18.6055343Z ] 2022-09-27T16:25:18.6055787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.6056209Z with 2022-09-27T16:25:18.6056360Z [ 2022-09-27T16:25:18.6056522Z T=c10::DimVector 2022-09-27T16:25:18.6068333Z ] 2022-09-27T16:25:18.6068904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:18.6069555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:18.6070203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6070583Z with 2022-09-27T16:25:18.6070739Z [ 2022-09-27T16:25:18.6070909Z T=c10::DimVector 2022-09-27T16:25:18.6071074Z ] 2022-09-27T16:25:18.6071464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6071822Z with 2022-09-27T16:25:18.6071960Z [ 2022-09-27T16:25:18.6072152Z T=c10::impl::AnnotatedSchema 2022-09-27T16:25:18.6072333Z ] 2022-09-27T16:25:18.6072728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.6073095Z with 2022-09-27T16:25:18.6073230Z [ 2022-09-27T16:25:18.6073415Z T=c10::impl::AnnotatedSchema 2022-09-27T16:25:18.6073596Z ] 2022-09-27T16:25:18.6074027Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.6074433Z with 2022-09-27T16:25:18.6074583Z [ 2022-09-27T16:25:18.6074757Z T=c10::impl::AnnotatedSchema 2022-09-27T16:25:18.6074935Z ] 2022-09-27T16:25:18.6075395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.6075819Z with 2022-09-27T16:25:18.6076165Z [ 2022-09-27T16:25:18.6076363Z T=c10::impl::AnnotatedSchema 2022-09-27T16:25:18.6076534Z ] 2022-09-27T16:25:18.6076960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:18.6077639Z 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-09-27T16:25:18.6078367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6078752Z with 2022-09-27T16:25:18.6078907Z [ 2022-09-27T16:25:18.6079094Z T=c10::impl::AnnotatedSchema 2022-09-27T16:25:18.6079266Z ] 2022-09-27T16:25:18.6079652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6080012Z with 2022-09-27T16:25:18.6080163Z [ 2022-09-27T16:25:18.6080387Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:25:18.6080596Z ] 2022-09-27T16:25:18.6080979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.6081343Z with 2022-09-27T16:25:18.6081492Z [ 2022-09-27T16:25:18.6081713Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:25:18.6081921Z ] 2022-09-27T16:25:18.6082356Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.6082744Z with 2022-09-27T16:25:18.6082897Z [ 2022-09-27T16:25:18.6083117Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:25:18.6083325Z ] 2022-09-27T16:25:18.6083780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.6084196Z with 2022-09-27T16:25:18.6084332Z [ 2022-09-27T16:25:18.6084552Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:25:18.6084757Z ] 2022-09-27T16:25:18.6085209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:18.6085930Z 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-09-27T16:25:18.6086629Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6087017Z with 2022-09-27T16:25:18.6087171Z [ 2022-09-27T16:25:18.6087383Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:25:18.6087595Z ] 2022-09-27T16:25:18.6088024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6088375Z with 2022-09-27T16:25:18.6088525Z [ 2022-09-27T16:25:18.6088722Z T=std::tuple 2022-09-27T16:25:18.6088898Z ] 2022-09-27T16:25:18.6089293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.6089659Z with 2022-09-27T16:25:18.6089811Z [ 2022-09-27T16:25:18.6090009Z T=std::tuple 2022-09-27T16:25:18.6090226Z ] 2022-09-27T16:25:18.6090665Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.6091063Z with 2022-09-27T16:25:18.6091215Z [ 2022-09-27T16:25:18.6091416Z T=std::tuple 2022-09-27T16:25:18.6091604Z ] 2022-09-27T16:25:18.6092047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.6092472Z with 2022-09-27T16:25:18.6092630Z [ 2022-09-27T16:25:18.6092827Z T=std::tuple 2022-09-27T16:25:18.6093020Z ] 2022-09-27T16:25:18.6093479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:18.6094166Z 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-09-27T16:25:18.6094842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6095213Z with 2022-09-27T16:25:18.6095365Z [ 2022-09-27T16:25:18.6095565Z T=std::tuple 2022-09-27T16:25:18.6095757Z ] 2022-09-27T16:25:18.6096140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6096496Z with 2022-09-27T16:25:18.6096635Z [ 2022-09-27T16:25:18.6096812Z T=torch::jit::SourceRange 2022-09-27T16:25:18.6096989Z ] 2022-09-27T16:25:18.6097386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.6097751Z with 2022-09-27T16:25:18.6097888Z [ 2022-09-27T16:25:18.6098070Z T=torch::jit::SourceRange 2022-09-27T16:25:18.6098247Z ] 2022-09-27T16:25:18.6098680Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.6099075Z with 2022-09-27T16:25:18.6099227Z [ 2022-09-27T16:25:18.6099391Z T=torch::jit::SourceRange 2022-09-27T16:25:18.6099568Z ] 2022-09-27T16:25:18.6100072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.6100495Z with 2022-09-27T16:25:18.6100648Z [ 2022-09-27T16:25:18.6100825Z T=torch::jit::SourceRange 2022-09-27T16:25:18.6100989Z ] 2022-09-27T16:25:18.6101408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:18.6102072Z 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-09-27T16:25:18.6102789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6103167Z with 2022-09-27T16:25:18.6103321Z [ 2022-09-27T16:25:18.6103502Z T=torch::jit::SourceRange 2022-09-27T16:25:18.6103666Z ] 2022-09-27T16:25:18.6104050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6104402Z with 2022-09-27T16:25:18.6104555Z [ 2022-09-27T16:25:18.6104755Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:25:18.6104947Z ] 2022-09-27T16:25:18.6105329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.6105692Z with 2022-09-27T16:25:18.6105844Z [ 2022-09-27T16:25:18.6106046Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:25:18.6106237Z ] 2022-09-27T16:25:18.6106668Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.6107048Z with 2022-09-27T16:25:18.6107202Z [ 2022-09-27T16:25:18.6107398Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:25:18.6107587Z ] 2022-09-27T16:25:18.6108044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.6108466Z with 2022-09-27T16:25:18.6108603Z [ 2022-09-27T16:25:18.6108800Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:25:18.6108988Z ] 2022-09-27T16:25:18.6109418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:18.6110089Z 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-09-27T16:25:18.6110745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6111123Z with 2022-09-27T16:25:18.6111262Z [ 2022-09-27T16:25:18.6111457Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:25:18.6111649Z ] 2022-09-27T16:25:18.6112072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6112430Z with 2022-09-27T16:25:18.6112580Z [ 2022-09-27T16:25:18.6112759Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:25:18.6112949Z ] 2022-09-27T16:25:18.6113347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.6113709Z with 2022-09-27T16:25:18.6113859Z [ 2022-09-27T16:25:18.6114092Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:25:18.6114266Z ] 2022-09-27T16:25:18.6114703Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.6115101Z with 2022-09-27T16:25:18.6115249Z [ 2022-09-27T16:25:18.6115441Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:25:18.6115629Z ] 2022-09-27T16:25:18.6116160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.6116591Z with 2022-09-27T16:25:18.6116745Z [ 2022-09-27T16:25:18.6116939Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:25:18.6117132Z ] 2022-09-27T16:25:18.6117559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:18.6118217Z 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-09-27T16:25:18.6118875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6119261Z with 2022-09-27T16:25:18.6119414Z [ 2022-09-27T16:25:18.6119607Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:25:18.6119797Z ] 2022-09-27T16:25:18.6120180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6120522Z with 2022-09-27T16:25:18.6120671Z [ 2022-09-27T16:25:18.6120847Z T=torch::jit::ScopePtr 2022-09-27T16:25:18.6121019Z ] 2022-09-27T16:25:18.6121410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.6121774Z with 2022-09-27T16:25:18.6121910Z [ 2022-09-27T16:25:18.6122087Z T=torch::jit::ScopePtr 2022-09-27T16:25:18.6122257Z ] 2022-09-27T16:25:18.6122689Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.6123088Z with 2022-09-27T16:25:18.6123225Z [ 2022-09-27T16:25:18.6123394Z T=torch::jit::ScopePtr 2022-09-27T16:25:18.6123565Z ] 2022-09-27T16:25:18.6124078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.6124508Z with 2022-09-27T16:25:18.6124660Z [ 2022-09-27T16:25:18.6124821Z T=torch::jit::ScopePtr 2022-09-27T16:25:18.6124993Z ] 2022-09-27T16:25:18.6125406Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:18.6126050Z 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-09-27T16:25:18.6126730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6127109Z with 2022-09-27T16:25:18.6127261Z [ 2022-09-27T16:25:18.6127426Z T=torch::jit::ScopePtr 2022-09-27T16:25:18.6127599Z ] 2022-09-27T16:25:18.6127975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6128328Z with 2022-09-27T16:25:18.6128480Z [ 2022-09-27T16:25:18.6128655Z T=at::ThreadLocalState 2022-09-27T16:25:18.6128818Z ] 2022-09-27T16:25:18.6129213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.6129578Z with 2022-09-27T16:25:18.6129730Z [ 2022-09-27T16:25:18.6129904Z T=at::ThreadLocalState 2022-09-27T16:25:18.6130078Z ] 2022-09-27T16:25:18.6130500Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.6130896Z with 2022-09-27T16:25:18.6131046Z [ 2022-09-27T16:25:18.6131222Z T=at::ThreadLocalState 2022-09-27T16:25:18.6131395Z ] 2022-09-27T16:25:18.6131854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.6132268Z with 2022-09-27T16:25:18.6132418Z [ 2022-09-27T16:25:18.6132594Z T=at::ThreadLocalState 2022-09-27T16:25:18.6132769Z ] 2022-09-27T16:25:18.6133182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:18.6133841Z 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-09-27T16:25:18.6134497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6134869Z with 2022-09-27T16:25:18.6135023Z [ 2022-09-27T16:25:18.6135202Z T=at::ThreadLocalState 2022-09-27T16:25:18.6135378Z ] 2022-09-27T16:25:18.6135799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6136156Z with 2022-09-27T16:25:18.6136295Z [ 2022-09-27T16:25:18.6136493Z T=std::shared_ptr 2022-09-27T16:25:18.6136680Z ] 2022-09-27T16:25:18.6137084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.6137454Z with 2022-09-27T16:25:18.6137593Z [ 2022-09-27T16:25:18.6137790Z T=std::shared_ptr 2022-09-27T16:25:18.6137977Z ] 2022-09-27T16:25:18.6138448Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.6138837Z with 2022-09-27T16:25:18.6138988Z [ 2022-09-27T16:25:18.6139177Z T=std::shared_ptr 2022-09-27T16:25:18.6139363Z ] 2022-09-27T16:25:18.6139823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.6140244Z with 2022-09-27T16:25:18.6140395Z [ 2022-09-27T16:25:18.6140589Z T=std::shared_ptr 2022-09-27T16:25:18.6140764Z ] 2022-09-27T16:25:18.6141189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:18.6141841Z 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-09-27T16:25:18.6142508Z 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-09-27T16:25:18.6143183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6143569Z with 2022-09-27T16:25:18.6143725Z [ 2022-09-27T16:25:18.6143922Z T=std::shared_ptr 2022-09-27T16:25:18.6144099Z ] 2022-09-27T16:25:18.6144483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6144836Z with 2022-09-27T16:25:18.6144987Z [ 2022-09-27T16:25:18.6145169Z T=torch::jit::GraphExecutor 2022-09-27T16:25:18.6145350Z ] 2022-09-27T16:25:18.6145732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.6146095Z with 2022-09-27T16:25:18.6146245Z [ 2022-09-27T16:25:18.6146428Z T=torch::jit::GraphExecutor 2022-09-27T16:25:18.6146605Z ] 2022-09-27T16:25:18.6147037Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.6147419Z with 2022-09-27T16:25:18.6147570Z [ 2022-09-27T16:25:18.6147753Z T=torch::jit::GraphExecutor 2022-09-27T16:25:18.6147973Z ] 2022-09-27T16:25:18.6148434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.6148853Z with 2022-09-27T16:25:18.6148990Z [ 2022-09-27T16:25:18.6149172Z T=torch::jit::GraphExecutor 2022-09-27T16:25:18.6149350Z ] 2022-09-27T16:25:18.6149768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:18.6150463Z 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-09-27T16:25:18.6151130Z 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-09-27T16:25:18.6151801Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6152186Z with 2022-09-27T16:25:18.6152332Z [ 2022-09-27T16:25:18.6152516Z T=torch::jit::GraphExecutor 2022-09-27T16:25:18.6152703Z ] 2022-09-27T16:25:18.6153084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6153437Z with 2022-09-27T16:25:18.6153591Z [ 2022-09-27T16:25:18.6153749Z T=torch::jit::Method 2022-09-27T16:25:18.6153918Z ] 2022-09-27T16:25:18.6154314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.6154679Z with 2022-09-27T16:25:18.6154827Z [ 2022-09-27T16:25:18.6154986Z T=torch::jit::Method 2022-09-27T16:25:18.6155153Z ] 2022-09-27T16:25:18.6155587Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.6155989Z with 2022-09-27T16:25:18.6156221Z [ 2022-09-27T16:25:18.6156393Z T=torch::jit::Method 2022-09-27T16:25:18.6156548Z ] 2022-09-27T16:25:18.6157012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.6157434Z with 2022-09-27T16:25:18.6157588Z [ 2022-09-27T16:25:18.6157758Z T=torch::jit::Method 2022-09-27T16:25:18.6157930Z ] 2022-09-27T16:25:18.6158323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:18.6158966Z 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-09-27T16:25:18.6159649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6160032Z with 2022-09-27T16:25:18.6160182Z [ 2022-09-27T16:25:18.6160356Z T=torch::jit::Method 2022-09-27T16:25:18.6160522Z ] 2022-09-27T16:25:18.6160889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6161247Z with 2022-09-27T16:25:18.6161396Z [ 2022-09-27T16:25:18.6161615Z T=std::vector> 2022-09-27T16:25:18.6161859Z ] 2022-09-27T16:25:18.6162258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.6162608Z with 2022-09-27T16:25:18.6162755Z [ 2022-09-27T16:25:18.6162974Z T=std::vector> 2022-09-27T16:25:18.6163178Z ] 2022-09-27T16:25:18.6163612Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.6164010Z with 2022-09-27T16:25:18.6164151Z [ 2022-09-27T16:25:18.6164366Z T=std::vector> 2022-09-27T16:25:18.6164569Z ] 2022-09-27T16:25:18.6165025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.6165440Z with 2022-09-27T16:25:18.6165591Z [ 2022-09-27T16:25:18.6165797Z T=std::vector> 2022-09-27T16:25:18.6166006Z ] 2022-09-27T16:25:18.6166446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:25:18.6167140Z 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-09-27T16:25:18.6167818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6168198Z with 2022-09-27T16:25:18.6168348Z [ 2022-09-27T16:25:18.6168567Z T=std::vector> 2022-09-27T16:25:18.6168763Z ] 2022-09-27T16:25:18.6169143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6169494Z with 2022-09-27T16:25:18.6169644Z [ 2022-09-27T16:25:18.6169890Z T=std::function 2022-09-27T16:25:18.6170118Z ] 2022-09-27T16:25:18.6170501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.6170865Z with 2022-09-27T16:25:18.6171014Z [ 2022-09-27T16:25:18.6171255Z T=std::function 2022-09-27T16:25:18.6171484Z ] 2022-09-27T16:25:18.6171957Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.6172345Z with 2022-09-27T16:25:18.6172498Z [ 2022-09-27T16:25:18.6172739Z T=std::function 2022-09-27T16:25:18.6172965Z ] 2022-09-27T16:25:18.6173425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.6173887Z with 2022-09-27T16:25:18.6174025Z [ 2022-09-27T16:25:18.6174271Z T=std::function 2022-09-27T16:25:18.6174496Z ] 2022-09-27T16:25:18.6174964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:18.6175720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:25:18.6176425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6176806Z with 2022-09-27T16:25:18.6176958Z [ 2022-09-27T16:25:18.6177195Z T=std::function 2022-09-27T16:25:18.6177423Z ] 2022-09-27T16:25:18.6177803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6178157Z with 2022-09-27T16:25:18.6178309Z [ 2022-09-27T16:25:18.6178579Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:25:18.6178819Z ] 2022-09-27T16:25:18.6179215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.6179579Z with 2022-09-27T16:25:18.6179729Z [ 2022-09-27T16:25:18.6179999Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:25:18.6180248Z ] 2022-09-27T16:25:18.6180667Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.6181068Z with 2022-09-27T16:25:18.6181220Z [ 2022-09-27T16:25:18.6181486Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:25:18.6181736Z ] 2022-09-27T16:25:18.6182196Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.6182625Z with 2022-09-27T16:25:18.6182762Z [ 2022-09-27T16:25:18.6183028Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:25:18.6183279Z ] 2022-09-27T16:25:18.6183809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:18.6184634Z 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-09-27T16:25:18.6185379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6186146Z with 2022-09-27T16:25:18.6186289Z [ 2022-09-27T16:25:18.6186564Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:25:18.6186821Z ] 2022-09-27T16:25:18.6187210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6187565Z with 2022-09-27T16:25:18.6187718Z [ 2022-09-27T16:25:18.6187918Z T=std::vector> 2022-09-27T16:25:18.6188118Z ] 2022-09-27T16:25:18.6188515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.6188880Z with 2022-09-27T16:25:18.6189036Z [ 2022-09-27T16:25:18.6189246Z T=std::vector> 2022-09-27T16:25:18.6189429Z ] 2022-09-27T16:25:18.6189781Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.6189845Z with 2022-09-27T16:25:18.6189905Z [ 2022-09-27T16:25:18.6190027Z T=std::vector> 2022-09-27T16:25:18.6190086Z ] 2022-09-27T16:25:18.6190460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.6190526Z with 2022-09-27T16:25:18.6190584Z [ 2022-09-27T16:25:18.6190706Z T=std::vector> 2022-09-27T16:25:18.6190765Z ] 2022-09-27T16:25:18.6191100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:25:18.6191163Z with 2022-09-27T16:25:18.6191222Z [ 2022-09-27T16:25:18.6191289Z T=double 2022-09-27T16:25:18.6191336Z ] 2022-09-27T16:25:18.6191707Z 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-09-27T16:25:18.6191769Z with 2022-09-27T16:25:18.6191831Z [ 2022-09-27T16:25:18.6191898Z T=double 2022-09-27T16:25:18.6191958Z ] 2022-09-27T16:25:18.6192279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6192340Z with 2022-09-27T16:25:18.6192398Z [ 2022-09-27T16:25:18.6192566Z T=std::vector> 2022-09-27T16:25:18.6192627Z ] 2022-09-27T16:25:18.6192921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6192985Z with 2022-09-27T16:25:18.6193045Z [ 2022-09-27T16:25:18.6193154Z T=std::tuple 2022-09-27T16:25:18.6193213Z ] 2022-09-27T16:25:18.6193512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.6193611Z with 2022-09-27T16:25:18.6193672Z [ 2022-09-27T16:25:18.6193779Z T=std::tuple 2022-09-27T16:25:18.6193837Z ] 2022-09-27T16:25:18.6194183Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.6194244Z with 2022-09-27T16:25:18.6194302Z [ 2022-09-27T16:25:18.6194406Z T=std::tuple 2022-09-27T16:25:18.6194464Z ] 2022-09-27T16:25:18.6194833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.6194897Z with 2022-09-27T16:25:18.6194955Z [ 2022-09-27T16:25:18.6195057Z T=std::tuple 2022-09-27T16:25:18.6195115Z ] 2022-09-27T16:25:18.6195454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:18.6195820Z 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-09-27T16:25:18.6196230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6196298Z with 2022-09-27T16:25:18.6196344Z [ 2022-09-27T16:25:18.6196450Z T=std::tuple 2022-09-27T16:25:18.6196510Z ] 2022-09-27T16:25:18.6196802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6196864Z with 2022-09-27T16:25:18.6196924Z [ 2022-09-27T16:25:18.6197055Z T=std::vector> 2022-09-27T16:25:18.6197114Z ] 2022-09-27T16:25:18.6197418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:18.6197482Z with 2022-09-27T16:25:18.6197542Z [ 2022-09-27T16:25:18.6197668Z T=std::vector> 2022-09-27T16:25:18.6197733Z ] 2022-09-27T16:25:18.6198080Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:18.6198141Z with 2022-09-27T16:25:18.6198227Z [ 2022-09-27T16:25:18.6198358Z T=std::vector> 2022-09-27T16:25:18.6198416Z ] 2022-09-27T16:25:18.6198779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:18.6198843Z with 2022-09-27T16:25:18.6198903Z [ 2022-09-27T16:25:18.6199029Z T=std::vector> 2022-09-27T16:25:18.6199122Z ] 2022-09-27T16:25:18.6199467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:25:18.6199853Z 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-09-27T16:25:18.6200180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:18.6200242Z with 2022-09-27T16:25:18.6200301Z [ 2022-09-27T16:25:18.6200430Z T=std::vector> 2022-09-27T16:25:18.6200490Z ] 2022-09-27T16:25:18.6851115Z [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-09-27T16:25:18.6851294Z Creating library reloaded_jit_extension_v2.lib and object reloaded_jit_extension_v2.exp 2022-09-27T16:25:18.6869755Z Loading extension module reloaded_jit_extension_v2... 2022-09-27T16:25:18.7052705Z ok (33.025s) 2022-09-27T16:25:18.7069246Z 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-09-27T16:25:18.7111741Z The input conditions for extension module is_python_module have changed. Bumping to version 1 and re-building as is_python_module_v1... 2022-09-27T16:25:18.7167595Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\is_python_module\build.ninja... 2022-09-27T16:25:18.8701136Z Building extension module is_python_module_v1... 2022-09-27T16:25:18.8701526Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-09-27T16:25:30.1778105Z [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-09-27T16:25:30.1779202Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-09-27T16:25:30.1779511Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-09-27T16:25:30.1779676Z 2022-09-27T16:25:30.1780161Z 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-09-27T16:25:30.1780791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1781156Z with 2022-09-27T16:25:30.1781301Z [ 2022-09-27T16:25:30.1781477Z T=c10::SymInt 2022-09-27T16:25:30.1781643Z ] 2022-09-27T16:25:30.1782052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.1782546Z with 2022-09-27T16:25:30.1782705Z [ 2022-09-27T16:25:30.1782865Z T=c10::SymInt 2022-09-27T16:25:30.1783039Z ] 2022-09-27T16:25:30.1783483Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.1783934Z with 2022-09-27T16:25:30.1784086Z [ 2022-09-27T16:25:30.1784253Z T=c10::SymInt 2022-09-27T16:25:30.1784403Z ] 2022-09-27T16:25:30.1784873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.1785299Z with 2022-09-27T16:25:30.1785458Z [ 2022-09-27T16:25:30.1785618Z T=c10::SymInt 2022-09-27T16:25:30.1785779Z ] 2022-09-27T16:25:30.1786176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:30.1786805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1514): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:30.1787939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1788333Z with 2022-09-27T16:25:30.1788492Z [ 2022-09-27T16:25:30.1788658Z T=c10::SymInt 2022-09-27T16:25:30.1788832Z ] 2022-09-27T16:25:30.1789207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2533): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-09-27T16:25:30.1789784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1790143Z with 2022-09-27T16:25:30.1790292Z [ 2022-09-27T16:25:30.1790462Z T=at::TensorBase 2022-09-27T16:25:30.1790633Z ] 2022-09-27T16:25:30.1791034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.1791396Z with 2022-09-27T16:25:30.1791534Z [ 2022-09-27T16:25:30.1791702Z T=at::TensorBase 2022-09-27T16:25:30.1791873Z ] 2022-09-27T16:25:30.1792305Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.1792783Z with 2022-09-27T16:25:30.1793505Z [ 2022-09-27T16:25:30.1793784Z T=at::TensorBase 2022-09-27T16:25:30.1794053Z ] 2022-09-27T16:25:30.1794798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.1795450Z with 2022-09-27T16:25:30.1795696Z [ 2022-09-27T16:25:30.1795951Z T=at::TensorBase 2022-09-27T16:25:30.1796215Z ] 2022-09-27T16:25:30.1796950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:30.1798125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(921): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:30.1799229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1799911Z with 2022-09-27T16:25:30.1800173Z [ 2022-09-27T16:25:30.1800447Z T=at::TensorBase 2022-09-27T16:25:30.1800717Z ] 2022-09-27T16:25:30.1801382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1801985Z with 2022-09-27T16:25:30.1802242Z [ 2022-09-27T16:25:30.1802515Z T=at::Tensor 2022-09-27T16:25:30.1802770Z ] 2022-09-27T16:25:30.1803470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.1804099Z with 2022-09-27T16:25:30.1804341Z [ 2022-09-27T16:25:30.1804592Z T=at::Tensor 2022-09-27T16:25:30.1804823Z ] 2022-09-27T16:25:30.1805480Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.1806108Z with 2022-09-27T16:25:30.1806342Z [ 2022-09-27T16:25:30.1806592Z T=at::Tensor 2022-09-27T16:25:30.1806867Z ] 2022-09-27T16:25:30.1807572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.1808272Z with 2022-09-27T16:25:30.1808509Z [ 2022-09-27T16:25:30.1808768Z T=at::Tensor 2022-09-27T16:25:30.1809028Z ] 2022-09-27T16:25:30.1809676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:30.1810668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(510): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:30.1811462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1811854Z with 2022-09-27T16:25:30.1812009Z [ 2022-09-27T16:25:30.1812177Z T=at::Tensor 2022-09-27T16:25:30.1812338Z ] 2022-09-27T16:25:30.1812828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1813171Z with 2022-09-27T16:25:30.1813324Z [ 2022-09-27T16:25:30.1813495Z T=at::Generator 2022-09-27T16:25:30.1813660Z ] 2022-09-27T16:25:30.1814059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.1814480Z with 2022-09-27T16:25:30.1814621Z [ 2022-09-27T16:25:30.1814785Z T=at::Generator 2022-09-27T16:25:30.1814950Z ] 2022-09-27T16:25:30.1815388Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.1815781Z with 2022-09-27T16:25:30.1815928Z [ 2022-09-27T16:25:30.1816079Z T=at::Generator 2022-09-27T16:25:30.1816242Z ] 2022-09-27T16:25:30.1816699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.1817120Z with 2022-09-27T16:25:30.1817272Z [ 2022-09-27T16:25:30.1817424Z T=at::Generator 2022-09-27T16:25:30.1817592Z ] 2022-09-27T16:25:30.1817999Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:30.1818628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(587): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:30.1819252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1819635Z with 2022-09-27T16:25:30.1819792Z [ 2022-09-27T16:25:30.1819947Z T=at::Generator 2022-09-27T16:25:30.1820109Z ] 2022-09-27T16:25:30.1820560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1820919Z with 2022-09-27T16:25:30.1821070Z [ 2022-09-27T16:25:30.1821233Z T=std::string 2022-09-27T16:25:30.1821383Z ] 2022-09-27T16:25:30.1821779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.1822148Z with 2022-09-27T16:25:30.1822301Z [ 2022-09-27T16:25:30.1822463Z T=std::string 2022-09-27T16:25:30.1822623Z ] 2022-09-27T16:25:30.1823038Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.1823439Z with 2022-09-27T16:25:30.1823590Z [ 2022-09-27T16:25:30.1823750Z T=std::string 2022-09-27T16:25:30.1823907Z ] 2022-09-27T16:25:30.1824417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.1824832Z with 2022-09-27T16:25:30.1824980Z [ 2022-09-27T16:25:30.1825139Z T=std::string 2022-09-27T16:25:30.1825300Z ] 2022-09-27T16:25:30.1825695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:30.1826317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(448): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:30.1826988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1827352Z with 2022-09-27T16:25:30.1827505Z [ 2022-09-27T16:25:30.1827669Z T=std::string 2022-09-27T16:25:30.1827830Z ] 2022-09-27T16:25:30.1828206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1828619Z with 2022-09-27T16:25:30.1828758Z [ 2022-09-27T16:25:30.1828935Z T=c10::QualifiedName 2022-09-27T16:25:30.1829110Z ] 2022-09-27T16:25:30.1829505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.1829870Z with 2022-09-27T16:25:30.1830006Z [ 2022-09-27T16:25:30.1830177Z T=c10::QualifiedName 2022-09-27T16:25:30.1830344Z ] 2022-09-27T16:25:30.1830780Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.1831169Z with 2022-09-27T16:25:30.1831319Z [ 2022-09-27T16:25:30.1831480Z T=c10::QualifiedName 2022-09-27T16:25:30.1831647Z ] 2022-09-27T16:25:30.1832103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.1832522Z with 2022-09-27T16:25:30.1832673Z [ 2022-09-27T16:25:30.1832843Z T=c10::QualifiedName 2022-09-27T16:25:30.1833001Z ] 2022-09-27T16:25:30.1833410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:30.1834034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(696): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:30.1834671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1835100Z with 2022-09-27T16:25:30.1835251Z [ 2022-09-27T16:25:30.1835422Z T=c10::QualifiedName 2022-09-27T16:25:30.1835581Z ] 2022-09-27T16:25:30.1835959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1836314Z with 2022-09-27T16:25:30.1836545Z [ 2022-09-27T16:25:30.1836814Z T=std::shared_ptr 2022-09-27T16:25:30.1837006Z ] 2022-09-27T16:25:30.1837402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.1837765Z with 2022-09-27T16:25:30.1837915Z [ 2022-09-27T16:25:30.1838129Z T=std::shared_ptr 2022-09-27T16:25:30.1838328Z ] 2022-09-27T16:25:30.1838754Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.1839191Z with 2022-09-27T16:25:30.1839339Z [ 2022-09-27T16:25:30.1839552Z T=std::shared_ptr 2022-09-27T16:25:30.1839749Z ] 2022-09-27T16:25:30.1840205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.1840628Z with 2022-09-27T16:25:30.1840766Z [ 2022-09-27T16:25:30.1840978Z T=std::shared_ptr 2022-09-27T16:25:30.1841177Z ] 2022-09-27T16:25:30.1841622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:30.1842306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1340): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:25:30.1842969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1843346Z with 2022-09-27T16:25:30.1843486Z [ 2022-09-27T16:25:30.1843713Z T=std::shared_ptr 2022-09-27T16:25:30.1843902Z ] 2022-09-27T16:25:30.1844279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1844631Z with 2022-09-27T16:25:30.1844783Z [ 2022-09-27T16:25:30.1844992Z T=std::weak_ptr 2022-09-27T16:25:30.1845188Z ] 2022-09-27T16:25:30.1845576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.1845942Z with 2022-09-27T16:25:30.1846093Z [ 2022-09-27T16:25:30.1846300Z T=std::weak_ptr 2022-09-27T16:25:30.1846493Z ] 2022-09-27T16:25:30.1846925Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.1847308Z with 2022-09-27T16:25:30.1847460Z [ 2022-09-27T16:25:30.1847670Z T=std::weak_ptr 2022-09-27T16:25:30.1847864Z ] 2022-09-27T16:25:30.1848365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.1848791Z with 2022-09-27T16:25:30.1848929Z [ 2022-09-27T16:25:30.1849137Z T=std::weak_ptr 2022-09-27T16:25:30.1849333Z ] 2022-09-27T16:25:30.1849825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:30.1850505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1341): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:25:30.1851257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1851694Z with 2022-09-27T16:25:30.1851835Z [ 2022-09-27T16:25:30.1852048Z T=std::weak_ptr 2022-09-27T16:25:30.1852248Z ] 2022-09-27T16:25:30.1852716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1853111Z with 2022-09-27T16:25:30.1853263Z [ 2022-09-27T16:25:30.1853489Z T=std::vector> 2022-09-27T16:25:30.1853709Z ] 2022-09-27T16:25:30.1854107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.1854466Z with 2022-09-27T16:25:30.1854617Z [ 2022-09-27T16:25:30.1854853Z T=std::vector> 2022-09-27T16:25:30.1855063Z ] 2022-09-27T16:25:30.1855497Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.1855899Z with 2022-09-27T16:25:30.1856060Z [ 2022-09-27T16:25:30.1856310Z T=std::vector> 2022-09-27T16:25:30.1856544Z ] 2022-09-27T16:25:30.1856995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.1857431Z with 2022-09-27T16:25:30.1857593Z [ 2022-09-27T16:25:30.1857842Z T=std::vector> 2022-09-27T16:25:30.1858077Z ] 2022-09-27T16:25:30.1858544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:25:30.1859275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(482): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:25:30.1859961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1860339Z with 2022-09-27T16:25:30.1860502Z [ 2022-09-27T16:25:30.1860803Z T=std::vector> 2022-09-27T16:25:30.1861041Z ] 2022-09-27T16:25:30.1861433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1861790Z with 2022-09-27T16:25:30.1861932Z [ 2022-09-27T16:25:30.1862148Z T=std::vector> 2022-09-27T16:25:30.1862352Z ] 2022-09-27T16:25:30.1862757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.1863178Z with 2022-09-27T16:25:30.1863339Z [ 2022-09-27T16:25:30.1863537Z T=std::vector> 2022-09-27T16:25:30.1863741Z ] 2022-09-27T16:25:30.1864186Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.1864586Z with 2022-09-27T16:25:30.1864749Z [ 2022-09-27T16:25:30.1864962Z T=std::vector> 2022-09-27T16:25:30.1865147Z ] 2022-09-27T16:25:30.1865620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.1866061Z with 2022-09-27T16:25:30.1866225Z [ 2022-09-27T16:25:30.1866438Z T=std::vector> 2022-09-27T16:25:30.1866642Z ] 2022-09-27T16:25:30.1867062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:25:30.1867736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(441): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:25:30.1868399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1868791Z with 2022-09-27T16:25:30.1868957Z [ 2022-09-27T16:25:30.1869174Z T=std::vector> 2022-09-27T16:25:30.1869377Z ] 2022-09-27T16:25:30.1869755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1870122Z with 2022-09-27T16:25:30.1870285Z [ 2022-09-27T16:25:30.1870545Z T=std::vector,std::allocator>> 2022-09-27T16:25:30.1870785Z ] 2022-09-27T16:25:30.1871190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.1871549Z with 2022-09-27T16:25:30.1871709Z [ 2022-09-27T16:25:30.1871967Z T=std::vector,std::allocator>> 2022-09-27T16:25:30.1872208Z ] 2022-09-27T16:25:30.1872656Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.1873114Z with 2022-09-27T16:25:30.1873259Z [ 2022-09-27T16:25:30.1873520Z T=std::vector,std::allocator>> 2022-09-27T16:25:30.1873759Z ] 2022-09-27T16:25:30.1874229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.1874656Z with 2022-09-27T16:25:30.1874815Z [ 2022-09-27T16:25:30.1875076Z T=std::vector,std::allocator>> 2022-09-27T16:25:30.1875343Z ] 2022-09-27T16:25:30.1875822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:25:30.1876633Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:25:30.1877326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(843): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:25:30.1877971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1878368Z with 2022-09-27T16:25:30.1878532Z [ 2022-09-27T16:25:30.1878790Z T=std::vector,std::allocator>> 2022-09-27T16:25:30.1879014Z ] 2022-09-27T16:25:30.1879405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1879770Z with 2022-09-27T16:25:30.1879936Z [ 2022-09-27T16:25:30.1880189Z T=std::vector,std::allocator>> 2022-09-27T16:25:30.1880425Z ] 2022-09-27T16:25:30.1881036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.1881437Z with 2022-09-27T16:25:30.1881599Z [ 2022-09-27T16:25:30.1881855Z T=std::vector,std::allocator>> 2022-09-27T16:25:30.1882086Z ] 2022-09-27T16:25:30.1882531Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.1882990Z with 2022-09-27T16:25:30.1883133Z [ 2022-09-27T16:25:30.1883386Z T=std::vector,std::allocator>> 2022-09-27T16:25:30.1883620Z ] 2022-09-27T16:25:30.1884092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.1884524Z with 2022-09-27T16:25:30.1884690Z [ 2022-09-27T16:25:30.1884922Z T=std::vector,std::allocator>> 2022-09-27T16:25:30.1885158Z ] 2022-09-27T16:25:30.1885689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:25:30.1886426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:25:30.1887095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(613): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:25:30.1887782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1888179Z with 2022-09-27T16:25:30.1888342Z [ 2022-09-27T16:25:30.1888573Z T=std::vector,std::allocator>> 2022-09-27T16:25:30.1888809Z ] 2022-09-27T16:25:30.1889201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1889564Z with 2022-09-27T16:25:30.1889725Z [ 2022-09-27T16:25:30.1889943Z T=std::vector> 2022-09-27T16:25:30.1890133Z ] 2022-09-27T16:25:30.1890544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.1890922Z with 2022-09-27T16:25:30.1891084Z [ 2022-09-27T16:25:30.1891303Z T=std::vector> 2022-09-27T16:25:30.1891507Z ] 2022-09-27T16:25:30.1891934Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.1892338Z with 2022-09-27T16:25:30.1892506Z [ 2022-09-27T16:25:30.1892724Z T=std::vector> 2022-09-27T16:25:30.1892929Z ] 2022-09-27T16:25:30.1893400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.1893821Z with 2022-09-27T16:25:30.1893986Z [ 2022-09-27T16:25:30.1894207Z T=std::vector> 2022-09-27T16:25:30.1894414Z ] 2022-09-27T16:25:30.1894861Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:25:30.1895538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(726): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:25:30.1896205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1896599Z with 2022-09-27T16:25:30.1896745Z [ 2022-09-27T16:25:30.1896964Z T=std::vector> 2022-09-27T16:25:30.1897173Z ] 2022-09-27T16:25:30.1897610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1897972Z with 2022-09-27T16:25:30.1898116Z [ 2022-09-27T16:25:30.1898363Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:25:30.1898597Z ] 2022-09-27T16:25:30.1899004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.1899422Z with 2022-09-27T16:25:30.1899583Z [ 2022-09-27T16:25:30.1899809Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:25:30.1900041Z ] 2022-09-27T16:25:30.1900493Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.1900907Z with 2022-09-27T16:25:30.1901069Z [ 2022-09-27T16:25:30.1901312Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:25:30.1901523Z ] 2022-09-27T16:25:30.1901993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.1902422Z with 2022-09-27T16:25:30.1902588Z [ 2022-09-27T16:25:30.1902831Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:25:30.1903065Z ] 2022-09-27T16:25:30.1903527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:30.1904269Z 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-09-27T16:25:30.1905020Z 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-09-27T16:25:30.1905725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1906114Z with 2022-09-27T16:25:30.1906282Z [ 2022-09-27T16:25:30.1906534Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:25:30.1906764Z ] 2022-09-27T16:25:30.1907160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1907501Z with 2022-09-27T16:25:30.1907663Z [ 2022-09-27T16:25:30.1907911Z T=c10::impl::InlineStreamGuard 2022-09-27T16:25:30.1908147Z ] 2022-09-27T16:25:30.1908553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.1908934Z with 2022-09-27T16:25:30.1909077Z [ 2022-09-27T16:25:30.1909322Z T=c10::impl::InlineStreamGuard 2022-09-27T16:25:30.1909570Z ] 2022-09-27T16:25:30.1910056Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.1910470Z with 2022-09-27T16:25:30.1910631Z [ 2022-09-27T16:25:30.1910856Z T=c10::impl::InlineStreamGuard 2022-09-27T16:25:30.1911088Z ] 2022-09-27T16:25:30.1911562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.1912033Z with 2022-09-27T16:25:30.1912195Z [ 2022-09-27T16:25:30.1912439Z T=c10::impl::InlineStreamGuard 2022-09-27T16:25:30.1912653Z ] 2022-09-27T16:25:30.1913118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:30.1913863Z 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-09-27T16:25:30.1914609Z 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-09-27T16:25:30.1915316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1915712Z with 2022-09-27T16:25:30.1915877Z [ 2022-09-27T16:25:30.1916119Z T=c10::impl::InlineStreamGuard 2022-09-27T16:25:30.1916352Z ] 2022-09-27T16:25:30.1916809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1917173Z with 2022-09-27T16:25:30.1917336Z [ 2022-09-27T16:25:30.1917533Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:25:30.1917725Z ] 2022-09-27T16:25:30.1918115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.1918487Z with 2022-09-27T16:25:30.1918649Z [ 2022-09-27T16:25:30.1918844Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:25:30.1919039Z ] 2022-09-27T16:25:30.1919482Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.1919888Z with 2022-09-27T16:25:30.1920033Z [ 2022-09-27T16:25:30.1920231Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:25:30.1920422Z ] 2022-09-27T16:25:30.1920889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.1921322Z with 2022-09-27T16:25:30.1921464Z [ 2022-09-27T16:25:30.1921662Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:25:30.1921854Z ] 2022-09-27T16:25:30.1922330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:30.1922980Z 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-09-27T16:25:30.1923365Z with 2022-09-27T16:25:30.1923528Z [ 2022-09-27T16:25:30.1923707Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:25:30.1923900Z ] 2022-09-27T16:25:30.1924408Z 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-09-27T16:25:30.1925108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1925503Z with 2022-09-27T16:25:30.1925666Z [ 2022-09-27T16:25:30.1925844Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:25:30.1926038Z ] 2022-09-27T16:25:30.1926432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1926798Z with 2022-09-27T16:25:30.1926962Z [ 2022-09-27T16:25:30.1927245Z T=std::vector> 2022-09-27T16:25:30.1927488Z ] 2022-09-27T16:25:30.1927895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.1928271Z with 2022-09-27T16:25:30.1928437Z [ 2022-09-27T16:25:30.1928713Z T=std::vector> 2022-09-27T16:25:30.1928973Z ] 2022-09-27T16:25:30.1929397Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.1929804Z with 2022-09-27T16:25:30.1929968Z [ 2022-09-27T16:25:30.1930247Z T=std::vector> 2022-09-27T16:25:30.1930505Z ] 2022-09-27T16:25:30.1930977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.1931410Z with 2022-09-27T16:25:30.1931554Z [ 2022-09-27T16:25:30.1931832Z T=std::vector> 2022-09-27T16:25:30.1932093Z ] 2022-09-27T16:25:30.1932599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:25:30.1933395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(843): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:25:30.1934137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1934524Z with 2022-09-27T16:25:30.1934675Z [ 2022-09-27T16:25:30.1934932Z T=std::vector> 2022-09-27T16:25:30.1935179Z ] 2022-09-27T16:25:30.1935559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1935947Z with 2022-09-27T16:25:30.1936097Z [ 2022-09-27T16:25:30.1936279Z T=torch::autograd::ViewInfo 2022-09-27T16:25:30.1936445Z ] 2022-09-27T16:25:30.1936838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.1937205Z with 2022-09-27T16:25:30.1937356Z [ 2022-09-27T16:25:30.1937534Z T=torch::autograd::ViewInfo 2022-09-27T16:25:30.1937708Z ] 2022-09-27T16:25:30.1938128Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.1938524Z with 2022-09-27T16:25:30.1938673Z [ 2022-09-27T16:25:30.1938851Z T=torch::autograd::ViewInfo 2022-09-27T16:25:30.1939029Z ] 2022-09-27T16:25:30.1939483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.1939887Z with 2022-09-27T16:25:30.1940040Z [ 2022-09-27T16:25:30.1940217Z T=torch::autograd::ViewInfo 2022-09-27T16:25:30.1940394Z ] 2022-09-27T16:25:30.1940800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:30.1941451Z 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-09-27T16:25:30.1942106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1942472Z with 2022-09-27T16:25:30.1942625Z [ 2022-09-27T16:25:30.1942810Z T=torch::autograd::ViewInfo 2022-09-27T16:25:30.1942988Z ] 2022-09-27T16:25:30.1943371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1943720Z with 2022-09-27T16:25:30.1943857Z [ 2022-09-27T16:25:30.1944101Z T=c10::IValue 2022-09-27T16:25:30.1944263Z ] 2022-09-27T16:25:30.1944656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.1945018Z with 2022-09-27T16:25:30.1945168Z [ 2022-09-27T16:25:30.1945317Z T=c10::IValue 2022-09-27T16:25:30.1945474Z ] 2022-09-27T16:25:30.1945954Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.1946344Z with 2022-09-27T16:25:30.1946495Z [ 2022-09-27T16:25:30.1946642Z T=c10::IValue 2022-09-27T16:25:30.1946801Z ] 2022-09-27T16:25:30.1947252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.1947669Z with 2022-09-27T16:25:30.1947820Z [ 2022-09-27T16:25:30.1948360Z T=c10::IValue 2022-09-27T16:25:30.1948509Z ] 2022-09-27T16:25:30.1948905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:30.1949529Z 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-09-27T16:25:30.1950164Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1950549Z with 2022-09-27T16:25:30.1950702Z [ 2022-09-27T16:25:30.1950864Z T=c10::IValue 2022-09-27T16:25:30.1951015Z ] 2022-09-27T16:25:30.1951394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1951747Z with 2022-09-27T16:25:30.1951900Z [ 2022-09-27T16:25:30.1952065Z T=c10::AliasInfo 2022-09-27T16:25:30.1952229Z ] 2022-09-27T16:25:30.1952614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.1952982Z with 2022-09-27T16:25:30.1953135Z [ 2022-09-27T16:25:30.1953301Z T=c10::AliasInfo 2022-09-27T16:25:30.1953462Z ] 2022-09-27T16:25:30.1953879Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.1954280Z with 2022-09-27T16:25:30.1954433Z [ 2022-09-27T16:25:30.1954600Z T=c10::AliasInfo 2022-09-27T16:25:30.1954764Z ] 2022-09-27T16:25:30.1955223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.1955638Z with 2022-09-27T16:25:30.1955777Z [ 2022-09-27T16:25:30.1955944Z T=c10::AliasInfo 2022-09-27T16:25:30.1956112Z ] 2022-09-27T16:25:30.1956577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:30.1957216Z 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-09-27T16:25:30.1957852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1958289Z with 2022-09-27T16:25:30.1958430Z [ 2022-09-27T16:25:30.1958603Z T=c10::AliasInfo 2022-09-27T16:25:30.1958772Z ] 2022-09-27T16:25:30.1959150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1959505Z with 2022-09-27T16:25:30.1959643Z [ 2022-09-27T16:25:30.1959866Z T=c10::either 2022-09-27T16:25:30.1960076Z ] 2022-09-27T16:25:30.1960472Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.1960877Z with 2022-09-27T16:25:30.1961025Z [ 2022-09-27T16:25:30.1961231Z T=c10::either 2022-09-27T16:25:30.1961439Z ] 2022-09-27T16:25:30.1961867Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.1962261Z with 2022-09-27T16:25:30.1962408Z [ 2022-09-27T16:25:30.1962624Z T=c10::either 2022-09-27T16:25:30.1962819Z ] 2022-09-27T16:25:30.1963282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.1963705Z with 2022-09-27T16:25:30.1963855Z [ 2022-09-27T16:25:30.1964073Z T=c10::either 2022-09-27T16:25:30.1964281Z ] 2022-09-27T16:25:30.1964712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:30.1965440Z 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-09-27T16:25:30.1966137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1966523Z with 2022-09-27T16:25:30.1966673Z [ 2022-09-27T16:25:30.1966892Z T=c10::either 2022-09-27T16:25:30.1967097Z ] 2022-09-27T16:25:30.1967477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1967821Z with 2022-09-27T16:25:30.1967974Z [ 2022-09-27T16:25:30.1968147Z T=at::StepCallbacks 2022-09-27T16:25:30.1968318Z ] 2022-09-27T16:25:30.1968712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.1969075Z with 2022-09-27T16:25:30.1969215Z [ 2022-09-27T16:25:30.1969386Z T=at::StepCallbacks 2022-09-27T16:25:30.1969554Z ] 2022-09-27T16:25:30.1970023Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.1970424Z with 2022-09-27T16:25:30.1970560Z [ 2022-09-27T16:25:30.1970733Z T=at::StepCallbacks 2022-09-27T16:25:30.1970901Z ] 2022-09-27T16:25:30.1971357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.1971780Z with 2022-09-27T16:25:30.1971930Z [ 2022-09-27T16:25:30.1972088Z T=at::StepCallbacks 2022-09-27T16:25:30.1972299Z ] 2022-09-27T16:25:30.1972712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:30.1973353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:30.1973995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1974372Z with 2022-09-27T16:25:30.1974523Z [ 2022-09-27T16:25:30.1974684Z T=at::StepCallbacks 2022-09-27T16:25:30.1974853Z ] 2022-09-27T16:25:30.1975237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1975595Z with 2022-09-27T16:25:30.1975744Z [ 2022-09-27T16:25:30.1975909Z T=c10::DimVector 2022-09-27T16:25:30.1976060Z ] 2022-09-27T16:25:30.1976456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.1976820Z with 2022-09-27T16:25:30.1976971Z [ 2022-09-27T16:25:30.1977135Z T=c10::DimVector 2022-09-27T16:25:30.1977283Z ] 2022-09-27T16:25:30.1977711Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.1978110Z with 2022-09-27T16:25:30.1978256Z [ 2022-09-27T16:25:30.1978419Z T=c10::DimVector 2022-09-27T16:25:30.1978578Z ] 2022-09-27T16:25:30.1979021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.1979448Z with 2022-09-27T16:25:30.1979599Z [ 2022-09-27T16:25:30.1979763Z T=c10::DimVector 2022-09-27T16:25:30.1979925Z ] 2022-09-27T16:25:30.1980326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:30.1980949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:30.1981573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1981954Z with 2022-09-27T16:25:30.1982146Z [ 2022-09-27T16:25:30.1982313Z T=c10::DimVector 2022-09-27T16:25:30.1982478Z ] 2022-09-27T16:25:30.1982852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1983187Z with 2022-09-27T16:25:30.1983336Z [ 2022-09-27T16:25:30.1983522Z T=c10::impl::AnnotatedSchema 2022-09-27T16:25:30.1983700Z ] 2022-09-27T16:25:30.1984094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.1984497Z with 2022-09-27T16:25:30.1984633Z [ 2022-09-27T16:25:30.1984817Z T=c10::impl::AnnotatedSchema 2022-09-27T16:25:30.1984995Z ] 2022-09-27T16:25:30.1985427Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.1985824Z with 2022-09-27T16:25:30.1985973Z [ 2022-09-27T16:25:30.1986143Z T=c10::impl::AnnotatedSchema 2022-09-27T16:25:30.1986319Z ] 2022-09-27T16:25:30.1986774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.1987194Z with 2022-09-27T16:25:30.1987345Z [ 2022-09-27T16:25:30.1987528Z T=c10::impl::AnnotatedSchema 2022-09-27T16:25:30.1987694Z ] 2022-09-27T16:25:30.1988109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:30.1988782Z 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-09-27T16:25:30.1989442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1989829Z with 2022-09-27T16:25:30.1989983Z [ 2022-09-27T16:25:30.1990170Z T=c10::impl::AnnotatedSchema 2022-09-27T16:25:30.1990339Z ] 2022-09-27T16:25:30.1990716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1991072Z with 2022-09-27T16:25:30.1991223Z [ 2022-09-27T16:25:30.1991449Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:25:30.1991647Z ] 2022-09-27T16:25:30.1992043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.1992413Z with 2022-09-27T16:25:30.1992566Z [ 2022-09-27T16:25:30.1992786Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:25:30.1992997Z ] 2022-09-27T16:25:30.1993420Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.1993818Z with 2022-09-27T16:25:30.1993972Z [ 2022-09-27T16:25:30.1994507Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:25:30.1994730Z ] 2022-09-27T16:25:30.1995190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.1995604Z with 2022-09-27T16:25:30.1995742Z [ 2022-09-27T16:25:30.1995966Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:25:30.1996174Z ] 2022-09-27T16:25:30.1996700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:30.1997488Z 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-09-27T16:25:30.1998189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.1998802Z with 2022-09-27T16:25:30.1998943Z [ 2022-09-27T16:25:30.1999169Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:25:30.1999384Z ] 2022-09-27T16:25:30.1999766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2000119Z with 2022-09-27T16:25:30.2000272Z [ 2022-09-27T16:25:30.2000459Z T=std::tuple 2022-09-27T16:25:30.2000651Z ] 2022-09-27T16:25:30.2001048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.2001412Z with 2022-09-27T16:25:30.2001615Z [ 2022-09-27T16:25:30.2001858Z T=std::tuple 2022-09-27T16:25:30.2002055Z ] 2022-09-27T16:25:30.2002536Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.2002977Z with 2022-09-27T16:25:30.2003170Z [ 2022-09-27T16:25:30.2003411Z T=std::tuple 2022-09-27T16:25:30.2003643Z ] 2022-09-27T16:25:30.2004122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.2004585Z with 2022-09-27T16:25:30.2004783Z [ 2022-09-27T16:25:30.2005030Z T=std::tuple 2022-09-27T16:25:30.2005264Z ] 2022-09-27T16:25:30.2005733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:30.2006462Z 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-09-27T16:25:30.2007232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2019056Z with 2022-09-27T16:25:30.2019321Z [ 2022-09-27T16:25:30.2019539Z T=std::tuple 2022-09-27T16:25:30.2019735Z ] 2022-09-27T16:25:30.2020134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2020492Z with 2022-09-27T16:25:30.2020645Z [ 2022-09-27T16:25:30.2020814Z T=torch::jit::SourceRange 2022-09-27T16:25:30.2021113Z ] 2022-09-27T16:25:30.2021520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.2021889Z with 2022-09-27T16:25:30.2022041Z [ 2022-09-27T16:25:30.2022223Z T=torch::jit::SourceRange 2022-09-27T16:25:30.2022388Z ] 2022-09-27T16:25:30.2022825Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.2023222Z with 2022-09-27T16:25:30.2023371Z [ 2022-09-27T16:25:30.2023548Z T=torch::jit::SourceRange 2022-09-27T16:25:30.2023720Z ] 2022-09-27T16:25:30.2024165Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.2024596Z with 2022-09-27T16:25:30.2024746Z [ 2022-09-27T16:25:30.2024921Z T=torch::jit::SourceRange 2022-09-27T16:25:30.2025095Z ] 2022-09-27T16:25:30.2025506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:30.2026160Z 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-09-27T16:25:30.2026811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2027192Z with 2022-09-27T16:25:30.2027343Z [ 2022-09-27T16:25:30.2027520Z T=torch::jit::SourceRange 2022-09-27T16:25:30.2027699Z ] 2022-09-27T16:25:30.2028079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2028417Z with 2022-09-27T16:25:30.2028567Z [ 2022-09-27T16:25:30.2028764Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:25:30.2028954Z ] 2022-09-27T16:25:30.2029343Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.2029704Z with 2022-09-27T16:25:30.2029842Z [ 2022-09-27T16:25:30.2030038Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:25:30.2030223Z ] 2022-09-27T16:25:30.2030714Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.2031115Z with 2022-09-27T16:25:30.2031265Z [ 2022-09-27T16:25:30.2031448Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:25:30.2031635Z ] 2022-09-27T16:25:30.2032093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.2032512Z with 2022-09-27T16:25:30.2032665Z [ 2022-09-27T16:25:30.2032859Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:25:30.2033078Z ] 2022-09-27T16:25:30.2033509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:30.2034185Z 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-09-27T16:25:30.2034851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2035230Z with 2022-09-27T16:25:30.2035381Z [ 2022-09-27T16:25:30.2035579Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:25:30.2035757Z ] 2022-09-27T16:25:30.2036142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2036594Z with 2022-09-27T16:25:30.2036748Z [ 2022-09-27T16:25:30.2036942Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:25:30.2037132Z ] 2022-09-27T16:25:30.2037515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.2037881Z with 2022-09-27T16:25:30.2038032Z [ 2022-09-27T16:25:30.2038223Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:25:30.2038407Z ] 2022-09-27T16:25:30.2038839Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.2039226Z with 2022-09-27T16:25:30.2039376Z [ 2022-09-27T16:25:30.2039567Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:25:30.2039749Z ] 2022-09-27T16:25:30.2040205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.2040619Z with 2022-09-27T16:25:30.2040757Z [ 2022-09-27T16:25:30.2040946Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:25:30.2041130Z ] 2022-09-27T16:25:30.2041554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:30.2042227Z 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-09-27T16:25:30.2042926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2043313Z with 2022-09-27T16:25:30.2043451Z [ 2022-09-27T16:25:30.2043648Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:25:30.2043836Z ] 2022-09-27T16:25:30.2044218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2044571Z with 2022-09-27T16:25:30.2044722Z [ 2022-09-27T16:25:30.2044885Z T=torch::jit::ScopePtr 2022-09-27T16:25:30.2045098Z ] 2022-09-27T16:25:30.2045495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.2045854Z with 2022-09-27T16:25:30.2046000Z [ 2022-09-27T16:25:30.2046163Z T=torch::jit::ScopePtr 2022-09-27T16:25:30.2046334Z ] 2022-09-27T16:25:30.2046764Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.2047163Z with 2022-09-27T16:25:30.2047312Z [ 2022-09-27T16:25:30.2047484Z T=torch::jit::ScopePtr 2022-09-27T16:25:30.2047640Z ] 2022-09-27T16:25:30.2048093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.2048514Z with 2022-09-27T16:25:30.2048664Z [ 2022-09-27T16:25:30.2048835Z T=torch::jit::ScopePtr 2022-09-27T16:25:30.2049003Z ] 2022-09-27T16:25:30.2049406Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:30.2050052Z 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-09-27T16:25:30.2050692Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2051073Z with 2022-09-27T16:25:30.2051225Z [ 2022-09-27T16:25:30.2051397Z T=torch::jit::ScopePtr 2022-09-27T16:25:30.2051569Z ] 2022-09-27T16:25:30.2051934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2052286Z with 2022-09-27T16:25:30.2052436Z [ 2022-09-27T16:25:30.2052612Z T=at::ThreadLocalState 2022-09-27T16:25:30.2052785Z ] 2022-09-27T16:25:30.2053180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.2053527Z with 2022-09-27T16:25:30.2053677Z [ 2022-09-27T16:25:30.2053853Z T=at::ThreadLocalState 2022-09-27T16:25:30.2054028Z ] 2022-09-27T16:25:30.2054454Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.2054852Z with 2022-09-27T16:25:30.2055033Z [ 2022-09-27T16:25:30.2055216Z T=at::ThreadLocalState 2022-09-27T16:25:30.2055390Z ] 2022-09-27T16:25:30.2055846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.2056265Z with 2022-09-27T16:25:30.2056415Z [ 2022-09-27T16:25:30.2056580Z T=at::ThreadLocalState 2022-09-27T16:25:30.2056754Z ] 2022-09-27T16:25:30.2057172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:30.2057875Z 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-09-27T16:25:30.2058533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2058911Z with 2022-09-27T16:25:30.2059062Z [ 2022-09-27T16:25:30.2059227Z T=at::ThreadLocalState 2022-09-27T16:25:30.2059401Z ] 2022-09-27T16:25:30.2059777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2060129Z with 2022-09-27T16:25:30.2060278Z [ 2022-09-27T16:25:30.2060461Z T=std::shared_ptr 2022-09-27T16:25:30.2060648Z ] 2022-09-27T16:25:30.2061048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.2061404Z with 2022-09-27T16:25:30.2061551Z [ 2022-09-27T16:25:30.2061740Z T=std::shared_ptr 2022-09-27T16:25:30.2061909Z ] 2022-09-27T16:25:30.2062340Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.2062730Z with 2022-09-27T16:25:30.2062882Z [ 2022-09-27T16:25:30.2063073Z T=std::shared_ptr 2022-09-27T16:25:30.2063257Z ] 2022-09-27T16:25:30.2063706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.2064130Z with 2022-09-27T16:25:30.2064281Z [ 2022-09-27T16:25:30.2064471Z T=std::shared_ptr 2022-09-27T16:25:30.2064657Z ] 2022-09-27T16:25:30.2065079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:30.2065726Z 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-09-27T16:25:30.2066447Z 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-09-27T16:25:30.2067111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2067491Z with 2022-09-27T16:25:30.2067645Z [ 2022-09-27T16:25:30.2067843Z T=std::shared_ptr 2022-09-27T16:25:30.2068030Z ] 2022-09-27T16:25:30.2068407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2068804Z with 2022-09-27T16:25:30.2068942Z [ 2022-09-27T16:25:30.2069124Z T=torch::jit::GraphExecutor 2022-09-27T16:25:30.2069304Z ] 2022-09-27T16:25:30.2069698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.2070059Z with 2022-09-27T16:25:30.2070197Z [ 2022-09-27T16:25:30.2070377Z T=torch::jit::GraphExecutor 2022-09-27T16:25:30.2070556Z ] 2022-09-27T16:25:30.2070987Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.2071380Z with 2022-09-27T16:25:30.2071528Z [ 2022-09-27T16:25:30.2071697Z T=torch::jit::GraphExecutor 2022-09-27T16:25:30.2071874Z ] 2022-09-27T16:25:30.2072331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.2072743Z with 2022-09-27T16:25:30.2072892Z [ 2022-09-27T16:25:30.2073073Z T=torch::jit::GraphExecutor 2022-09-27T16:25:30.2073239Z ] 2022-09-27T16:25:30.2073657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:30.2074294Z 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-09-27T16:25:30.2074954Z 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-09-27T16:25:30.2075617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2075999Z with 2022-09-27T16:25:30.2076150Z [ 2022-09-27T16:25:30.2076331Z T=torch::jit::GraphExecutor 2022-09-27T16:25:30.2076591Z ] 2022-09-27T16:25:30.2076972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2077325Z with 2022-09-27T16:25:30.2077479Z [ 2022-09-27T16:25:30.2077650Z T=torch::jit::Method 2022-09-27T16:25:30.2077806Z ] 2022-09-27T16:25:30.2078205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.2078626Z with 2022-09-27T16:25:30.2078781Z [ 2022-09-27T16:25:30.2078950Z T=torch::jit::Method 2022-09-27T16:25:30.2079117Z ] 2022-09-27T16:25:30.2079536Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.2079938Z with 2022-09-27T16:25:30.2080092Z [ 2022-09-27T16:25:30.2080262Z T=torch::jit::Method 2022-09-27T16:25:30.2080431Z ] 2022-09-27T16:25:30.2080928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.2081336Z with 2022-09-27T16:25:30.2081484Z [ 2022-09-27T16:25:30.2081657Z T=torch::jit::Method 2022-09-27T16:25:30.2081823Z ] 2022-09-27T16:25:30.2082228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:30.2082854Z 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-09-27T16:25:30.2083495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2083864Z with 2022-09-27T16:25:30.2084014Z [ 2022-09-27T16:25:30.2084185Z T=torch::jit::Method 2022-09-27T16:25:30.2084353Z ] 2022-09-27T16:25:30.2084730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2085084Z with 2022-09-27T16:25:30.2085221Z [ 2022-09-27T16:25:30.2085437Z T=std::vector> 2022-09-27T16:25:30.2085642Z ] 2022-09-27T16:25:30.2086033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.2086396Z with 2022-09-27T16:25:30.2086545Z [ 2022-09-27T16:25:30.2086747Z T=std::vector> 2022-09-27T16:25:30.2086953Z ] 2022-09-27T16:25:30.2087383Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.2087776Z with 2022-09-27T16:25:30.2087924Z [ 2022-09-27T16:25:30.2088139Z T=std::vector> 2022-09-27T16:25:30.2088332Z ] 2022-09-27T16:25:30.2088788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.2089207Z with 2022-09-27T16:25:30.2089359Z [ 2022-09-27T16:25:30.2089574Z T=std::vector> 2022-09-27T16:25:30.2089780Z ] 2022-09-27T16:25:30.2090242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:25:30.2090947Z 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-09-27T16:25:30.2091613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2091992Z with 2022-09-27T16:25:30.2092182Z [ 2022-09-27T16:25:30.2092398Z T=std::vector> 2022-09-27T16:25:30.2092604Z ] 2022-09-27T16:25:30.2092966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2093318Z with 2022-09-27T16:25:30.2093470Z [ 2022-09-27T16:25:30.2093715Z T=std::function 2022-09-27T16:25:30.2093943Z ] 2022-09-27T16:25:30.2094335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.2094692Z with 2022-09-27T16:25:30.2094829Z [ 2022-09-27T16:25:30.2095072Z T=std::function 2022-09-27T16:25:30.2095302Z ] 2022-09-27T16:25:30.2095728Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.2096114Z with 2022-09-27T16:25:30.2096264Z [ 2022-09-27T16:25:30.2096494Z T=std::function 2022-09-27T16:25:30.2096722Z ] 2022-09-27T16:25:30.2097180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.2097600Z with 2022-09-27T16:25:30.2097748Z [ 2022-09-27T16:25:30.2097987Z T=std::function 2022-09-27T16:25:30.2098204Z ] 2022-09-27T16:25:30.2098668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:30.2099428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:25:30.2100215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2100603Z with 2022-09-27T16:25:30.2100757Z [ 2022-09-27T16:25:30.2101006Z T=std::function 2022-09-27T16:25:30.2101232Z ] 2022-09-27T16:25:30.2101603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2101998Z with 2022-09-27T16:25:30.2102152Z [ 2022-09-27T16:25:30.2102424Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:25:30.2102680Z ] 2022-09-27T16:25:30.2103076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.2103428Z with 2022-09-27T16:25:30.2103580Z [ 2022-09-27T16:25:30.2103849Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:25:30.2104148Z ] 2022-09-27T16:25:30.2104582Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.2104980Z with 2022-09-27T16:25:30.2105119Z [ 2022-09-27T16:25:30.2105385Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:25:30.2105636Z ] 2022-09-27T16:25:30.2106097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.2106511Z with 2022-09-27T16:25:30.2106658Z [ 2022-09-27T16:25:30.2106911Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:25:30.2107163Z ] 2022-09-27T16:25:30.2107652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:30.2108469Z 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-09-27T16:25:30.2109212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2109592Z with 2022-09-27T16:25:30.2109745Z [ 2022-09-27T16:25:30.2110010Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:25:30.2110253Z ] 2022-09-27T16:25:30.2110629Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2110980Z with 2022-09-27T16:25:30.2111131Z [ 2022-09-27T16:25:30.2111338Z T=std::vector> 2022-09-27T16:25:30.2111535Z ] 2022-09-27T16:25:30.2111917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.2112284Z with 2022-09-27T16:25:30.2112433Z [ 2022-09-27T16:25:30.2112639Z T=std::vector> 2022-09-27T16:25:30.2112834Z ] 2022-09-27T16:25:30.2113181Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.2113245Z with 2022-09-27T16:25:30.2113304Z [ 2022-09-27T16:25:30.2113422Z T=std::vector> 2022-09-27T16:25:30.2113508Z ] 2022-09-27T16:25:30.2113879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.2113940Z with 2022-09-27T16:25:30.2113999Z [ 2022-09-27T16:25:30.2114120Z T=std::vector> 2022-09-27T16:25:30.2114179Z ] 2022-09-27T16:25:30.2114511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:25:30.2114609Z with 2022-09-27T16:25:30.2114666Z [ 2022-09-27T16:25:30.2114733Z T=double 2022-09-27T16:25:30.2114792Z ] 2022-09-27T16:25:30.2115164Z 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-09-27T16:25:30.2115226Z with 2022-09-27T16:25:30.2115283Z [ 2022-09-27T16:25:30.2115348Z T=double 2022-09-27T16:25:30.2115393Z ] 2022-09-27T16:25:30.2115715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2115779Z with 2022-09-27T16:25:30.2115837Z [ 2022-09-27T16:25:30.2115958Z T=std::vector> 2022-09-27T16:25:30.2116015Z ] 2022-09-27T16:25:30.2116311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2116455Z with 2022-09-27T16:25:30.2116519Z [ 2022-09-27T16:25:30.2116628Z T=std::tuple 2022-09-27T16:25:30.2116686Z ] 2022-09-27T16:25:30.2116992Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.2117054Z with 2022-09-27T16:25:30.2117111Z [ 2022-09-27T16:25:30.2117218Z T=std::tuple 2022-09-27T16:25:30.2117265Z ] 2022-09-27T16:25:30.2117613Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.2117675Z with 2022-09-27T16:25:30.2117734Z [ 2022-09-27T16:25:30.2117842Z T=std::tuple 2022-09-27T16:25:30.2117901Z ] 2022-09-27T16:25:30.2118266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.2118328Z with 2022-09-27T16:25:30.2118387Z [ 2022-09-27T16:25:30.2118491Z T=std::tuple 2022-09-27T16:25:30.2118548Z ] 2022-09-27T16:25:30.2118874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:30.2119286Z 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-09-27T16:25:30.2119613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2119673Z with 2022-09-27T16:25:30.2119731Z [ 2022-09-27T16:25:30.2119834Z T=std::tuple 2022-09-27T16:25:30.2119890Z ] 2022-09-27T16:25:30.2120178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2120274Z with 2022-09-27T16:25:30.2120321Z [ 2022-09-27T16:25:30.2120452Z T=std::vector> 2022-09-27T16:25:30.2120511Z ] 2022-09-27T16:25:30.2120814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.2120875Z with 2022-09-27T16:25:30.2120934Z [ 2022-09-27T16:25:30.2121064Z T=std::vector> 2022-09-27T16:25:30.2121121Z ] 2022-09-27T16:25:30.2121459Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.2121522Z with 2022-09-27T16:25:30.2121579Z [ 2022-09-27T16:25:30.2121704Z T=std::vector> 2022-09-27T16:25:30.2121761Z ] 2022-09-27T16:25:30.2122131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.2122193Z with 2022-09-27T16:25:30.2122250Z [ 2022-09-27T16:25:30.2122366Z T=std::vector> 2022-09-27T16:25:30.2122424Z ] 2022-09-27T16:25:30.2122769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:25:30.2123149Z 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-09-27T16:25:30.2123475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2123537Z with 2022-09-27T16:25:30.2123596Z [ 2022-09-27T16:25:30.2123724Z T=std::vector> 2022-09-27T16:25:30.2123783Z ] 2022-09-27T16:25:30.2124071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2124131Z with 2022-09-27T16:25:30.2124193Z [ 2022-09-27T16:25:30.2124282Z T=torch::jit::Operator 2022-09-27T16:25:30.2124340Z ] 2022-09-27T16:25:30.2124642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.2124739Z with 2022-09-27T16:25:30.2124798Z [ 2022-09-27T16:25:30.2124884Z T=torch::jit::Operator 2022-09-27T16:25:30.2124931Z ] 2022-09-27T16:25:30.2125272Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.2125334Z with 2022-09-27T16:25:30.2125392Z [ 2022-09-27T16:25:30.2125478Z T=torch::jit::Operator 2022-09-27T16:25:30.2125535Z ] 2022-09-27T16:25:30.2125938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.2126000Z with 2022-09-27T16:25:30.2126057Z [ 2022-09-27T16:25:30.2126144Z T=torch::jit::Operator 2022-09-27T16:25:30.2126201Z ] 2022-09-27T16:25:30.2126518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:30.2126859Z 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-09-27T16:25:30.2127181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2127245Z with 2022-09-27T16:25:30.2127302Z [ 2022-09-27T16:25:30.2127388Z T=torch::jit::Operator 2022-09-27T16:25:30.2127434Z ] 2022-09-27T16:25:30.2127723Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2127785Z with 2022-09-27T16:25:30.2127843Z [ 2022-09-27T16:25:30.2127932Z T=torch::jit::NamedValue 2022-09-27T16:25:30.2127989Z ] 2022-09-27T16:25:30.2128298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:30.2128359Z with 2022-09-27T16:25:30.2128420Z [ 2022-09-27T16:25:30.2128506Z T=torch::jit::NamedValue 2022-09-27T16:25:30.2128564Z ] 2022-09-27T16:25:30.2128907Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:30.2128967Z with 2022-09-27T16:25:30.2129024Z [ 2022-09-27T16:25:30.2129111Z T=torch::jit::NamedValue 2022-09-27T16:25:30.2129155Z ] 2022-09-27T16:25:30.2129521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:30.2129582Z with 2022-09-27T16:25:30.2129640Z [ 2022-09-27T16:25:30.2129729Z T=torch::jit::NamedValue 2022-09-27T16:25:30.2129788Z ] 2022-09-27T16:25:30.2130112Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:30.2130486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/schema_matching.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:30.2130812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:30.2130874Z with 2022-09-27T16:25:30.2130933Z [ 2022-09-27T16:25:30.2131020Z T=torch::jit::NamedValue 2022-09-27T16:25:30.2131078Z ] 2022-09-27T16:25:30.2804675Z [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-09-27T16:25:30.2805586Z Creating library is_python_module_v1.lib and object is_python_module_v1.exp 2022-09-27T16:25:30.2824445Z Loading extension module is_python_module_v1... 2022-09-27T16:25:30.2997364Z ok (11.597s) 2022-09-27T16:25:30.3016592Z 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-09-27T16:25:30.3016900Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\test_set_default_type... 2022-09-27T16:25:30.3116726Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\test_set_default_type\build.ninja... 2022-09-27T16:25:30.4647352Z Building extension module test_set_default_type... 2022-09-27T16:25:30.4647746Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-09-27T16:25:41.2425253Z [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-09-27T16:25:41.2426681Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-09-27T16:25:41.2427092Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-09-27T16:25:41.2427439Z 2022-09-27T16:25:41.2427854Z 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-09-27T16:25:41.2428687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2429185Z with 2022-09-27T16:25:41.2429403Z [ 2022-09-27T16:25:41.2429635Z T=c10::SymInt 2022-09-27T16:25:41.2429851Z ] 2022-09-27T16:25:41.2430389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2430892Z with 2022-09-27T16:25:41.2431102Z [ 2022-09-27T16:25:41.2431327Z T=c10::SymInt 2022-09-27T16:25:41.2431549Z ] 2022-09-27T16:25:41.2432350Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2432901Z with 2022-09-27T16:25:41.2433124Z [ 2022-09-27T16:25:41.2433351Z T=c10::SymInt 2022-09-27T16:25:41.2433576Z ] 2022-09-27T16:25:41.2434200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2434779Z with 2022-09-27T16:25:41.2435199Z [ 2022-09-27T16:25:41.2435419Z T=c10::SymInt 2022-09-27T16:25:41.2435643Z ] 2022-09-27T16:25:41.2436183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:41.2437096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1514): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:41.2437953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2438472Z with 2022-09-27T16:25:41.2438672Z [ 2022-09-27T16:25:41.2438902Z T=c10::SymInt 2022-09-27T16:25:41.2439130Z ] 2022-09-27T16:25:41.2439539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2533): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-09-27T16:25:41.2440116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2440473Z with 2022-09-27T16:25:41.2440615Z [ 2022-09-27T16:25:41.2440786Z T=at::TensorBase 2022-09-27T16:25:41.2440954Z ] 2022-09-27T16:25:41.2441352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2441717Z with 2022-09-27T16:25:41.2441867Z [ 2022-09-27T16:25:41.2442023Z T=at::TensorBase 2022-09-27T16:25:41.2442189Z ] 2022-09-27T16:25:41.2442630Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2443031Z with 2022-09-27T16:25:41.2443180Z [ 2022-09-27T16:25:41.2443349Z T=at::TensorBase 2022-09-27T16:25:41.2443503Z ] 2022-09-27T16:25:41.2443961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2444378Z with 2022-09-27T16:25:41.2444529Z [ 2022-09-27T16:25:41.2444699Z T=at::TensorBase 2022-09-27T16:25:41.2444853Z ] 2022-09-27T16:25:41.2445258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:41.2445891Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(921): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:41.2446684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2447078Z with 2022-09-27T16:25:41.2447263Z [ 2022-09-27T16:25:41.2447457Z T=at::TensorBase 2022-09-27T16:25:41.2447614Z ] 2022-09-27T16:25:41.2448005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2448497Z with 2022-09-27T16:25:41.2448652Z [ 2022-09-27T16:25:41.2448820Z T=at::Tensor 2022-09-27T16:25:41.2448986Z ] 2022-09-27T16:25:41.2449370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2449743Z with 2022-09-27T16:25:41.2449899Z [ 2022-09-27T16:25:41.2450063Z T=at::Tensor 2022-09-27T16:25:41.2450224Z ] 2022-09-27T16:25:41.2450659Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2451047Z with 2022-09-27T16:25:41.2451199Z [ 2022-09-27T16:25:41.2451363Z T=at::Tensor 2022-09-27T16:25:41.2451527Z ] 2022-09-27T16:25:41.2451986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2452399Z with 2022-09-27T16:25:41.2452540Z [ 2022-09-27T16:25:41.2452705Z T=at::Tensor 2022-09-27T16:25:41.2452867Z ] 2022-09-27T16:25:41.2453265Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:41.2453880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(510): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:41.2454510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2454895Z with 2022-09-27T16:25:41.2455038Z [ 2022-09-27T16:25:41.2455203Z T=at::Tensor 2022-09-27T16:25:41.2455369Z ] 2022-09-27T16:25:41.2455751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2456103Z with 2022-09-27T16:25:41.2456243Z [ 2022-09-27T16:25:41.2456412Z T=at::Generator 2022-09-27T16:25:41.2456579Z ] 2022-09-27T16:25:41.2456975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2457335Z with 2022-09-27T16:25:41.2457487Z [ 2022-09-27T16:25:41.2457645Z T=at::Generator 2022-09-27T16:25:41.2457810Z ] 2022-09-27T16:25:41.2458341Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2458891Z with 2022-09-27T16:25:41.2459050Z [ 2022-09-27T16:25:41.2459221Z T=at::Generator 2022-09-27T16:25:41.2459377Z ] 2022-09-27T16:25:41.2459837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2460264Z with 2022-09-27T16:25:41.2460418Z [ 2022-09-27T16:25:41.2460586Z T=at::Generator 2022-09-27T16:25:41.2460738Z ] 2022-09-27T16:25:41.2461286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:41.2461918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(587): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:41.2462563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2462950Z with 2022-09-27T16:25:41.2463108Z [ 2022-09-27T16:25:41.2463276Z T=at::Generator 2022-09-27T16:25:41.2463429Z ] 2022-09-27T16:25:41.2463811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2464163Z with 2022-09-27T16:25:41.2464316Z [ 2022-09-27T16:25:41.2464479Z T=std::string 2022-09-27T16:25:41.2464644Z ] 2022-09-27T16:25:41.2465026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2465386Z with 2022-09-27T16:25:41.2465538Z [ 2022-09-27T16:25:41.2465703Z T=std::string 2022-09-27T16:25:41.2465864Z ] 2022-09-27T16:25:41.2466299Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2466680Z with 2022-09-27T16:25:41.2466830Z [ 2022-09-27T16:25:41.2466995Z T=std::string 2022-09-27T16:25:41.2467156Z ] 2022-09-27T16:25:41.2467610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2468028Z with 2022-09-27T16:25:41.2468167Z [ 2022-09-27T16:25:41.2468328Z T=std::string 2022-09-27T16:25:41.2468488Z ] 2022-09-27T16:25:41.2468884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:41.2469510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(448): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:41.2470146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2470529Z with 2022-09-27T16:25:41.2470671Z [ 2022-09-27T16:25:41.2470834Z T=std::string 2022-09-27T16:25:41.2471569Z ] 2022-09-27T16:25:41.2471985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2472338Z with 2022-09-27T16:25:41.2472483Z [ 2022-09-27T16:25:41.2472663Z T=c10::QualifiedName 2022-09-27T16:25:41.2472838Z ] 2022-09-27T16:25:41.2473238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2473753Z with 2022-09-27T16:25:41.2473906Z [ 2022-09-27T16:25:41.2474070Z T=c10::QualifiedName 2022-09-27T16:25:41.2474242Z ] 2022-09-27T16:25:41.2474685Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2475091Z with 2022-09-27T16:25:41.2475245Z [ 2022-09-27T16:25:41.2475416Z T=c10::QualifiedName 2022-09-27T16:25:41.2475577Z ] 2022-09-27T16:25:41.2476035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2476465Z with 2022-09-27T16:25:41.2476618Z [ 2022-09-27T16:25:41.2476864Z T=c10::QualifiedName 2022-09-27T16:25:41.2477040Z ] 2022-09-27T16:25:41.2477445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:41.2478082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(696): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:41.2478718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2479106Z with 2022-09-27T16:25:41.2479262Z [ 2022-09-27T16:25:41.2479435Z T=c10::QualifiedName 2022-09-27T16:25:41.2479609Z ] 2022-09-27T16:25:41.2479983Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2480339Z with 2022-09-27T16:25:41.2480494Z [ 2022-09-27T16:25:41.2480710Z T=std::shared_ptr 2022-09-27T16:25:41.2480914Z ] 2022-09-27T16:25:41.2481309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2481664Z with 2022-09-27T16:25:41.2481817Z [ 2022-09-27T16:25:41.2482028Z T=std::shared_ptr 2022-09-27T16:25:41.2482228Z ] 2022-09-27T16:25:41.2482661Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2483057Z with 2022-09-27T16:25:41.2483197Z [ 2022-09-27T16:25:41.2483407Z T=std::shared_ptr 2022-09-27T16:25:41.2483607Z ] 2022-09-27T16:25:41.2484210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2484640Z with 2022-09-27T16:25:41.2484796Z [ 2022-09-27T16:25:41.2484999Z T=std::shared_ptr 2022-09-27T16:25:41.2485201Z ] 2022-09-27T16:25:41.2485644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:41.2486466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1340): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:25:41.2487132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2487518Z with 2022-09-27T16:25:41.2487674Z [ 2022-09-27T16:25:41.2487877Z T=std::shared_ptr 2022-09-27T16:25:41.2488080Z ] 2022-09-27T16:25:41.2488462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2488818Z with 2022-09-27T16:25:41.2488972Z [ 2022-09-27T16:25:41.2489188Z T=std::weak_ptr 2022-09-27T16:25:41.2489375Z ] 2022-09-27T16:25:41.2489767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2490138Z with 2022-09-27T16:25:41.2490292Z [ 2022-09-27T16:25:41.2490501Z T=std::weak_ptr 2022-09-27T16:25:41.2490699Z ] 2022-09-27T16:25:41.2491120Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2491518Z with 2022-09-27T16:25:41.2491669Z [ 2022-09-27T16:25:41.2491879Z T=std::weak_ptr 2022-09-27T16:25:41.2492076Z ] 2022-09-27T16:25:41.2492533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2492940Z with 2022-09-27T16:25:41.2493097Z [ 2022-09-27T16:25:41.2493308Z T=std::weak_ptr 2022-09-27T16:25:41.2493509Z ] 2022-09-27T16:25:41.2493944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:41.2494622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1341): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:25:41.2495278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2495661Z with 2022-09-27T16:25:41.2495803Z [ 2022-09-27T16:25:41.2496151Z T=std::weak_ptr 2022-09-27T16:25:41.2496358Z ] 2022-09-27T16:25:41.2496744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2497102Z with 2022-09-27T16:25:41.2497242Z [ 2022-09-27T16:25:41.2497482Z T=std::vector> 2022-09-27T16:25:41.2497709Z ] 2022-09-27T16:25:41.2498108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2498610Z with 2022-09-27T16:25:41.2498762Z [ 2022-09-27T16:25:41.2498987Z T=std::vector> 2022-09-27T16:25:41.2499211Z ] 2022-09-27T16:25:41.2499650Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2500053Z with 2022-09-27T16:25:41.2500204Z [ 2022-09-27T16:25:41.2500440Z T=std::vector> 2022-09-27T16:25:41.2500652Z ] 2022-09-27T16:25:41.2501114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2501541Z with 2022-09-27T16:25:41.2501695Z [ 2022-09-27T16:25:41.2501932Z T=std::vector> 2022-09-27T16:25:41.2502154Z ] 2022-09-27T16:25:41.2502594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:25:41.2503319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(482): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:25:41.2503994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2504710Z with 2022-09-27T16:25:41.2504850Z [ 2022-09-27T16:25:41.2505087Z T=std::vector> 2022-09-27T16:25:41.2505305Z ] 2022-09-27T16:25:41.2505683Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2506035Z with 2022-09-27T16:25:41.2506185Z [ 2022-09-27T16:25:41.2506373Z T=std::vector> 2022-09-27T16:25:41.2506566Z ] 2022-09-27T16:25:41.2506959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2507327Z with 2022-09-27T16:25:41.2507476Z [ 2022-09-27T16:25:41.2507675Z T=std::vector> 2022-09-27T16:25:41.2507854Z ] 2022-09-27T16:25:41.2508432Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2508835Z with 2022-09-27T16:25:41.2508984Z [ 2022-09-27T16:25:41.2509186Z T=std::vector> 2022-09-27T16:25:41.2509366Z ] 2022-09-27T16:25:41.2509823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2510243Z with 2022-09-27T16:25:41.2510528Z [ 2022-09-27T16:25:41.2510733Z T=std::vector> 2022-09-27T16:25:41.2510923Z ] 2022-09-27T16:25:41.2511353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:25:41.2512007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(441): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:25:41.2512659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2513043Z with 2022-09-27T16:25:41.2513200Z [ 2022-09-27T16:25:41.2513403Z T=std::vector> 2022-09-27T16:25:41.2513596Z ] 2022-09-27T16:25:41.2513974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2514313Z with 2022-09-27T16:25:41.2514468Z [ 2022-09-27T16:25:41.2514716Z T=std::vector,std::allocator>> 2022-09-27T16:25:41.2514947Z ] 2022-09-27T16:25:41.2515340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2515707Z with 2022-09-27T16:25:41.2515845Z [ 2022-09-27T16:25:41.2516089Z T=std::vector,std::allocator>> 2022-09-27T16:25:41.2516314Z ] 2022-09-27T16:25:41.2516820Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2517222Z with 2022-09-27T16:25:41.2517370Z [ 2022-09-27T16:25:41.2517605Z T=std::vector,std::allocator>> 2022-09-27T16:25:41.2517838Z ] 2022-09-27T16:25:41.2518301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2518718Z with 2022-09-27T16:25:41.2518869Z [ 2022-09-27T16:25:41.2519113Z T=std::vector,std::allocator>> 2022-09-27T16:25:41.2519344Z ] 2022-09-27T16:25:41.2519796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:25:41.2520672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:25:41.2521358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(843): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:25:41.2521990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2522503Z with 2022-09-27T16:25:41.2522656Z [ 2022-09-27T16:25:41.2522907Z T=std::vector,std::allocator>> 2022-09-27T16:25:41.2523137Z ] 2022-09-27T16:25:41.2523513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2523865Z with 2022-09-27T16:25:41.2524017Z [ 2022-09-27T16:25:41.2524260Z T=std::vector,std::allocator>> 2022-09-27T16:25:41.2524485Z ] 2022-09-27T16:25:41.2524878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2525233Z with 2022-09-27T16:25:41.2525383Z [ 2022-09-27T16:25:41.2525626Z T=std::vector,std::allocator>> 2022-09-27T16:25:41.2525849Z ] 2022-09-27T16:25:41.2526282Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2526683Z with 2022-09-27T16:25:41.2526821Z [ 2022-09-27T16:25:41.2527058Z T=std::vector,std::allocator>> 2022-09-27T16:25:41.2527282Z ] 2022-09-27T16:25:41.2527743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2528167Z with 2022-09-27T16:25:41.2528316Z [ 2022-09-27T16:25:41.2528553Z T=std::vector,std::allocator>> 2022-09-27T16:25:41.2528764Z ] 2022-09-27T16:25:41.2529219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:25:41.2529938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:25:41.2530604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(613): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:25:41.2531235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2531622Z with 2022-09-27T16:25:41.2531777Z [ 2022-09-27T16:25:41.2532146Z T=std::vector,std::allocator>> 2022-09-27T16:25:41.2532364Z ] 2022-09-27T16:25:41.2532745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2533103Z with 2022-09-27T16:25:41.2533253Z [ 2022-09-27T16:25:41.2533462Z T=std::vector> 2022-09-27T16:25:41.2533657Z ] 2022-09-27T16:25:41.2534041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2534537Z with 2022-09-27T16:25:41.2534689Z [ 2022-09-27T16:25:41.2534898Z T=std::vector> 2022-09-27T16:25:41.2535088Z ] 2022-09-27T16:25:41.2535522Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2535909Z with 2022-09-27T16:25:41.2536061Z [ 2022-09-27T16:25:41.2536268Z T=std::vector> 2022-09-27T16:25:41.2536460Z ] 2022-09-27T16:25:41.2536913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2537336Z with 2022-09-27T16:25:41.2537474Z [ 2022-09-27T16:25:41.2537676Z T=std::vector> 2022-09-27T16:25:41.2537869Z ] 2022-09-27T16:25:41.2538300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:25:41.2538966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(726): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:25:41.2539618Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2539996Z with 2022-09-27T16:25:41.2540145Z [ 2022-09-27T16:25:41.2540344Z T=std::vector> 2022-09-27T16:25:41.2540538Z ] 2022-09-27T16:25:41.2540917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2541267Z with 2022-09-27T16:25:41.2541417Z [ 2022-09-27T16:25:41.2541638Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:25:41.2541860Z ] 2022-09-27T16:25:41.2542252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2542617Z with 2022-09-27T16:25:41.2542770Z [ 2022-09-27T16:25:41.2543002Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:25:41.2543207Z ] 2022-09-27T16:25:41.2543772Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2544179Z with 2022-09-27T16:25:41.2544328Z [ 2022-09-27T16:25:41.2544560Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:25:41.2544778Z ] 2022-09-27T16:25:41.2545223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2545647Z with 2022-09-27T16:25:41.2545797Z [ 2022-09-27T16:25:41.2546165Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:25:41.2546385Z ] 2022-09-27T16:25:41.2546836Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:41.2547573Z 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-09-27T16:25:41.2548309Z 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-09-27T16:25:41.2548993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2549365Z with 2022-09-27T16:25:41.2549518Z [ 2022-09-27T16:25:41.2549752Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:25:41.2549972Z ] 2022-09-27T16:25:41.2550352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2550696Z with 2022-09-27T16:25:41.2550835Z [ 2022-09-27T16:25:41.2551065Z T=c10::impl::InlineStreamGuard 2022-09-27T16:25:41.2551284Z ] 2022-09-27T16:25:41.2551677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2552039Z with 2022-09-27T16:25:41.2552186Z [ 2022-09-27T16:25:41.2552402Z T=c10::impl::InlineStreamGuard 2022-09-27T16:25:41.2552618Z ] 2022-09-27T16:25:41.2553050Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2553440Z with 2022-09-27T16:25:41.2553587Z [ 2022-09-27T16:25:41.2553814Z T=c10::impl::InlineStreamGuard 2022-09-27T16:25:41.2554020Z ] 2022-09-27T16:25:41.2554478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2554901Z with 2022-09-27T16:25:41.2555049Z [ 2022-09-27T16:25:41.2555278Z T=c10::impl::InlineStreamGuard 2022-09-27T16:25:41.2555494Z ] 2022-09-27T16:25:41.2557032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:41.2557798Z 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-09-27T16:25:41.2558536Z 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-09-27T16:25:41.2559369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2559754Z with 2022-09-27T16:25:41.2559910Z [ 2022-09-27T16:25:41.2560142Z T=c10::impl::InlineStreamGuard 2022-09-27T16:25:41.2560363Z ] 2022-09-27T16:25:41.2560746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2561085Z with 2022-09-27T16:25:41.2561239Z [ 2022-09-27T16:25:41.2561425Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:25:41.2561604Z ] 2022-09-27T16:25:41.2561998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2562362Z with 2022-09-27T16:25:41.2562500Z [ 2022-09-27T16:25:41.2562689Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:25:41.2562869Z ] 2022-09-27T16:25:41.2563299Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2563697Z with 2022-09-27T16:25:41.2563833Z [ 2022-09-27T16:25:41.2564014Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:25:41.2564195Z ] 2022-09-27T16:25:41.2564657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2565082Z with 2022-09-27T16:25:41.2565231Z [ 2022-09-27T16:25:41.2565401Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:25:41.2565579Z ] 2022-09-27T16:25:41.2566005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:41.2566647Z 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-09-27T16:25:41.2567020Z with 2022-09-27T16:25:41.2567173Z [ 2022-09-27T16:25:41.2567358Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:25:41.2567528Z ] 2022-09-27T16:25:41.2567976Z 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-09-27T16:25:41.2568795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2569180Z with 2022-09-27T16:25:41.2569332Z [ 2022-09-27T16:25:41.2569517Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:25:41.2569685Z ] 2022-09-27T16:25:41.2570065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2570421Z with 2022-09-27T16:25:41.2570572Z [ 2022-09-27T16:25:41.2570842Z T=std::vector> 2022-09-27T16:25:41.2571231Z ] 2022-09-27T16:25:41.2571613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2571979Z with 2022-09-27T16:25:41.2572131Z [ 2022-09-27T16:25:41.2572401Z T=std::vector> 2022-09-27T16:25:41.2572647Z ] 2022-09-27T16:25:41.2573080Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2573471Z with 2022-09-27T16:25:41.2573610Z [ 2022-09-27T16:25:41.2573879Z T=std::vector> 2022-09-27T16:25:41.2574130Z ] 2022-09-27T16:25:41.2574623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2575056Z with 2022-09-27T16:25:41.2575210Z [ 2022-09-27T16:25:41.2575463Z T=std::vector> 2022-09-27T16:25:41.2575715Z ] 2022-09-27T16:25:41.2576245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:25:41.2577032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(843): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:25:41.2577791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2578178Z with 2022-09-27T16:25:41.2578327Z [ 2022-09-27T16:25:41.2578600Z T=std::vector> 2022-09-27T16:25:41.2578835Z ] 2022-09-27T16:25:41.2579265Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2579616Z with 2022-09-27T16:25:41.2579769Z [ 2022-09-27T16:25:41.2579947Z T=torch::autograd::ViewInfo 2022-09-27T16:25:41.2580124Z ] 2022-09-27T16:25:41.2580552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2581056Z with 2022-09-27T16:25:41.2581214Z [ 2022-09-27T16:25:41.2581392Z T=torch::autograd::ViewInfo 2022-09-27T16:25:41.2581568Z ] 2022-09-27T16:25:41.2582048Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2582436Z with 2022-09-27T16:25:41.2582588Z [ 2022-09-27T16:25:41.2582766Z T=torch::autograd::ViewInfo 2022-09-27T16:25:41.2582940Z ] 2022-09-27T16:25:41.2583584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2584007Z with 2022-09-27T16:25:41.2584142Z [ 2022-09-27T16:25:41.2584323Z T=torch::autograd::ViewInfo 2022-09-27T16:25:41.2584498Z ] 2022-09-27T16:25:41.2584950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:41.2585609Z 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-09-27T16:25:41.2586300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2586684Z with 2022-09-27T16:25:41.2586822Z [ 2022-09-27T16:25:41.2587003Z T=torch::autograd::ViewInfo 2022-09-27T16:25:41.2587180Z ] 2022-09-27T16:25:41.2587606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2587959Z with 2022-09-27T16:25:41.2588108Z [ 2022-09-27T16:25:41.2588257Z T=c10::IValue 2022-09-27T16:25:41.2588418Z ] 2022-09-27T16:25:41.2588855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2589221Z with 2022-09-27T16:25:41.2589372Z [ 2022-09-27T16:25:41.2589519Z T=c10::IValue 2022-09-27T16:25:41.2589678Z ] 2022-09-27T16:25:41.2590105Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2590536Z with 2022-09-27T16:25:41.2590685Z [ 2022-09-27T16:25:41.2590842Z T=c10::IValue 2022-09-27T16:25:41.2590990Z ] 2022-09-27T16:25:41.2591446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2591908Z with 2022-09-27T16:25:41.2592057Z [ 2022-09-27T16:25:41.2592213Z T=c10::IValue 2022-09-27T16:25:41.2592382Z ] 2022-09-27T16:25:41.2592767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:41.2593590Z 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-09-27T16:25:41.2594240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2594680Z with 2022-09-27T16:25:41.2594844Z [ 2022-09-27T16:25:41.2595015Z T=c10::IValue 2022-09-27T16:25:41.2595188Z ] 2022-09-27T16:25:41.2595561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2596094Z with 2022-09-27T16:25:41.2596264Z [ 2022-09-27T16:25:41.2596442Z T=c10::AliasInfo 2022-09-27T16:25:41.2596617Z ] 2022-09-27T16:25:41.2597071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2597445Z with 2022-09-27T16:25:41.2597648Z [ 2022-09-27T16:25:41.2597826Z T=c10::AliasInfo 2022-09-27T16:25:41.2597999Z ] 2022-09-27T16:25:41.2598442Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2598847Z with 2022-09-27T16:25:41.2598994Z [ 2022-09-27T16:25:41.2599216Z T=c10::AliasInfo 2022-09-27T16:25:41.2599390Z ] 2022-09-27T16:25:41.2599860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2600294Z with 2022-09-27T16:25:41.2600436Z [ 2022-09-27T16:25:41.2600657Z T=c10::AliasInfo 2022-09-27T16:25:41.2600830Z ] 2022-09-27T16:25:41.2601246Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:41.2601884Z 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-09-27T16:25:41.2602575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2602967Z with 2022-09-27T16:25:41.2603113Z [ 2022-09-27T16:25:41.2603336Z T=c10::AliasInfo 2022-09-27T16:25:41.2603517Z ] 2022-09-27T16:25:41.2603911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2604274Z with 2022-09-27T16:25:41.2604434Z [ 2022-09-27T16:25:41.2604646Z T=c10::either 2022-09-27T16:25:41.2604912Z ] 2022-09-27T16:25:41.2605320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2605696Z with 2022-09-27T16:25:41.2605858Z [ 2022-09-27T16:25:41.2606090Z T=c10::either 2022-09-27T16:25:41.2606334Z ] 2022-09-27T16:25:41.2606842Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2607246Z with 2022-09-27T16:25:41.2607408Z [ 2022-09-27T16:25:41.2607686Z T=c10::either 2022-09-27T16:25:41.2607905Z ] 2022-09-27T16:25:41.2608356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2608848Z with 2022-09-27T16:25:41.2609059Z [ 2022-09-27T16:25:41.2609290Z T=c10::either 2022-09-27T16:25:41.2609508Z ] 2022-09-27T16:25:41.2609965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:41.2610739Z 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-09-27T16:25:41.2611447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2611860Z with 2022-09-27T16:25:41.2612032Z [ 2022-09-27T16:25:41.2612265Z T=c10::either 2022-09-27T16:25:41.2612485Z ] 2022-09-27T16:25:41.2612873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2613234Z with 2022-09-27T16:25:41.2613425Z [ 2022-09-27T16:25:41.2613612Z T=at::StepCallbacks 2022-09-27T16:25:41.2613795Z ] 2022-09-27T16:25:41.2614201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2614578Z with 2022-09-27T16:25:41.2614721Z [ 2022-09-27T16:25:41.2614950Z T=at::StepCallbacks 2022-09-27T16:25:41.2615133Z ] 2022-09-27T16:25:41.2615576Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2615987Z with 2022-09-27T16:25:41.2616148Z [ 2022-09-27T16:25:41.2616314Z T=at::StepCallbacks 2022-09-27T16:25:41.2616537Z ] 2022-09-27T16:25:41.2617010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2617443Z with 2022-09-27T16:25:41.2617605Z [ 2022-09-27T16:25:41.2617830Z T=at::StepCallbacks 2022-09-27T16:25:41.2617996Z ] 2022-09-27T16:25:41.2618419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:41.2619132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:41.2619827Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2620215Z with 2022-09-27T16:25:41.2620377Z [ 2022-09-27T16:25:41.2620591Z T=at::StepCallbacks 2022-09-27T16:25:41.2620763Z ] 2022-09-27T16:25:41.2621157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2621997Z with 2022-09-27T16:25:41.2622163Z [ 2022-09-27T16:25:41.2622346Z T=c10::DimVector 2022-09-27T16:25:41.2622501Z ] 2022-09-27T16:25:41.2622907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2623327Z with 2022-09-27T16:25:41.2623491Z [ 2022-09-27T16:25:41.2623670Z T=c10::DimVector 2022-09-27T16:25:41.2623843Z ] 2022-09-27T16:25:41.2624269Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2624679Z with 2022-09-27T16:25:41.2624886Z [ 2022-09-27T16:25:41.2625067Z T=c10::DimVector 2022-09-27T16:25:41.2625242Z ] 2022-09-27T16:25:41.2625708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2626175Z with 2022-09-27T16:25:41.2626324Z [ 2022-09-27T16:25:41.2626499Z T=c10::DimVector 2022-09-27T16:25:41.2626676Z ] 2022-09-27T16:25:41.2627093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:41.2627775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:25:41.2628429Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2628822Z with 2022-09-27T16:25:41.2629013Z [ 2022-09-27T16:25:41.2629195Z T=c10::DimVector 2022-09-27T16:25:41.2629372Z ] 2022-09-27T16:25:41.2629759Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2630168Z with 2022-09-27T16:25:41.2630315Z [ 2022-09-27T16:25:41.2630516Z T=c10::impl::AnnotatedSchema 2022-09-27T16:25:41.2630710Z ] 2022-09-27T16:25:41.2631116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2631495Z with 2022-09-27T16:25:41.2631701Z [ 2022-09-27T16:25:41.2631878Z T=c10::impl::AnnotatedSchema 2022-09-27T16:25:41.2632068Z ] 2022-09-27T16:25:41.2632576Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2632988Z with 2022-09-27T16:25:41.2633199Z [ 2022-09-27T16:25:41.2633375Z T=c10::impl::AnnotatedSchema 2022-09-27T16:25:41.2633565Z ] 2022-09-27T16:25:41.2634034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2634467Z with 2022-09-27T16:25:41.2634724Z [ 2022-09-27T16:25:41.2634920Z T=c10::impl::AnnotatedSchema 2022-09-27T16:25:41.2635090Z ] 2022-09-27T16:25:41.2635524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:41.2636250Z 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-09-27T16:25:41.2636996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2637392Z with 2022-09-27T16:25:41.2637554Z [ 2022-09-27T16:25:41.2637831Z T=c10::impl::AnnotatedSchema 2022-09-27T16:25:41.2638200Z ] 2022-09-27T16:25:41.2638643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2639011Z with 2022-09-27T16:25:41.2639174Z [ 2022-09-27T16:25:41.2639412Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:25:41.2639635Z ] 2022-09-27T16:25:41.2640021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2640397Z with 2022-09-27T16:25:41.2640558Z [ 2022-09-27T16:25:41.2640791Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:25:41.2641013Z ] 2022-09-27T16:25:41.2641458Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2641867Z with 2022-09-27T16:25:41.2642010Z [ 2022-09-27T16:25:41.2642245Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:25:41.2642466Z ] 2022-09-27T16:25:41.2642935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2643367Z with 2022-09-27T16:25:41.2643527Z [ 2022-09-27T16:25:41.2643741Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:25:41.2643961Z ] 2022-09-27T16:25:41.2644419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:41.2645208Z 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-09-27T16:25:41.2645916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2646309Z with 2022-09-27T16:25:41.2646472Z [ 2022-09-27T16:25:41.2646689Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:25:41.2646911Z ] 2022-09-27T16:25:41.2647299Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2647708Z with 2022-09-27T16:25:41.2647872Z [ 2022-09-27T16:25:41.2648082Z T=std::tuple 2022-09-27T16:25:41.2648266Z ] 2022-09-27T16:25:41.2648676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2649102Z with 2022-09-27T16:25:41.2649264Z [ 2022-09-27T16:25:41.2649473Z T=std::tuple 2022-09-27T16:25:41.2649672Z ] 2022-09-27T16:25:41.2650097Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2650550Z with 2022-09-27T16:25:41.2650716Z [ 2022-09-27T16:25:41.2650924Z T=std::tuple 2022-09-27T16:25:41.2651123Z ] 2022-09-27T16:25:41.2651594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2652049Z with 2022-09-27T16:25:41.2652212Z [ 2022-09-27T16:25:41.2652423Z T=std::tuple 2022-09-27T16:25:41.2652628Z ] 2022-09-27T16:25:41.2653064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:41.2653809Z 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-09-27T16:25:41.2654494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2654928Z with 2022-09-27T16:25:41.2655075Z [ 2022-09-27T16:25:41.2655287Z T=std::tuple 2022-09-27T16:25:41.2655491Z ] 2022-09-27T16:25:41.2655883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2656292Z with 2022-09-27T16:25:41.2656436Z [ 2022-09-27T16:25:41.2656632Z T=torch::jit::SourceRange 2022-09-27T16:25:41.2656820Z ] 2022-09-27T16:25:41.2657226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2657646Z with 2022-09-27T16:25:41.2657806Z [ 2022-09-27T16:25:41.2657978Z T=torch::jit::SourceRange 2022-09-27T16:25:41.2658221Z ] 2022-09-27T16:25:41.2658714Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2659125Z with 2022-09-27T16:25:41.2659286Z [ 2022-09-27T16:25:41.2659475Z T=torch::jit::SourceRange 2022-09-27T16:25:41.2659642Z ] 2022-09-27T16:25:41.2660156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2660640Z with 2022-09-27T16:25:41.2660801Z [ 2022-09-27T16:25:41.2660990Z T=torch::jit::SourceRange 2022-09-27T16:25:41.2661203Z ] 2022-09-27T16:25:41.2661628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:41.2662293Z 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-09-27T16:25:41.2663020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2663409Z with 2022-09-27T16:25:41.2663572Z [ 2022-09-27T16:25:41.2663762Z T=torch::jit::SourceRange 2022-09-27T16:25:41.2663991Z ] 2022-09-27T16:25:41.2664363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2664726Z with 2022-09-27T16:25:41.2664889Z [ 2022-09-27T16:25:41.2665096Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:25:41.2665341Z ] 2022-09-27T16:25:41.2665728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2666093Z with 2022-09-27T16:25:41.2666243Z [ 2022-09-27T16:25:41.2666437Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:25:41.2666628Z ] 2022-09-27T16:25:41.2667059Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2667453Z with 2022-09-27T16:25:41.2667593Z [ 2022-09-27T16:25:41.2667790Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:25:41.2667978Z ] 2022-09-27T16:25:41.2668434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2668857Z with 2022-09-27T16:25:41.2668994Z [ 2022-09-27T16:25:41.2669186Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:25:41.2669371Z ] 2022-09-27T16:25:41.2669800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:41.2671057Z 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-09-27T16:25:41.2671792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2672226Z with 2022-09-27T16:25:41.2672444Z [ 2022-09-27T16:25:41.2672657Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:25:41.2672895Z ] 2022-09-27T16:25:41.2673331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2673779Z with 2022-09-27T16:25:41.2673975Z [ 2022-09-27T16:25:41.2674178Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:25:41.2674414Z ] 2022-09-27T16:25:41.2674860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2675284Z with 2022-09-27T16:25:41.2675489Z [ 2022-09-27T16:25:41.2675734Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:25:41.2675929Z ] 2022-09-27T16:25:41.2676420Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2687245Z with 2022-09-27T16:25:41.2687514Z [ 2022-09-27T16:25:41.2687720Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:25:41.2687918Z ] 2022-09-27T16:25:41.2688407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2688847Z with 2022-09-27T16:25:41.2689000Z [ 2022-09-27T16:25:41.2689194Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:25:41.2689368Z ] 2022-09-27T16:25:41.2689797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:41.2690476Z 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-09-27T16:25:41.2691135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2691517Z with 2022-09-27T16:25:41.2691742Z [ 2022-09-27T16:25:41.2691984Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:25:41.2692161Z ] 2022-09-27T16:25:41.2692545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2692903Z with 2022-09-27T16:25:41.2693055Z [ 2022-09-27T16:25:41.2693228Z T=torch::jit::ScopePtr 2022-09-27T16:25:41.2693401Z ] 2022-09-27T16:25:41.2693783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2694159Z with 2022-09-27T16:25:41.2694312Z [ 2022-09-27T16:25:41.2694487Z T=torch::jit::ScopePtr 2022-09-27T16:25:41.2694781Z ] 2022-09-27T16:25:41.2695215Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2695600Z with 2022-09-27T16:25:41.2695752Z [ 2022-09-27T16:25:41.2695927Z T=torch::jit::ScopePtr 2022-09-27T16:25:41.2696099Z ] 2022-09-27T16:25:41.2696560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2697084Z with 2022-09-27T16:25:41.2697223Z [ 2022-09-27T16:25:41.2697399Z T=torch::jit::ScopePtr 2022-09-27T16:25:41.2697570Z ] 2022-09-27T16:25:41.2697980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:41.2698623Z 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-09-27T16:25:41.2699269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2699655Z with 2022-09-27T16:25:41.2699794Z [ 2022-09-27T16:25:41.2699965Z T=torch::jit::ScopePtr 2022-09-27T16:25:41.2700136Z ] 2022-09-27T16:25:41.2700520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2700871Z with 2022-09-27T16:25:41.2701022Z [ 2022-09-27T16:25:41.2701187Z T=at::ThreadLocalState 2022-09-27T16:25:41.2701365Z ] 2022-09-27T16:25:41.2701762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2702128Z with 2022-09-27T16:25:41.2702276Z [ 2022-09-27T16:25:41.2702481Z T=at::ThreadLocalState 2022-09-27T16:25:41.2702663Z ] 2022-09-27T16:25:41.2703098Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2703496Z with 2022-09-27T16:25:41.2703646Z [ 2022-09-27T16:25:41.2703827Z T=at::ThreadLocalState 2022-09-27T16:25:41.2703989Z ] 2022-09-27T16:25:41.2704443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2704857Z with 2022-09-27T16:25:41.2705007Z [ 2022-09-27T16:25:41.2705184Z T=at::ThreadLocalState 2022-09-27T16:25:41.2705357Z ] 2022-09-27T16:25:41.2705762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:41.2706435Z 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-09-27T16:25:41.2707148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2707588Z with 2022-09-27T16:25:41.2707740Z [ 2022-09-27T16:25:41.2707919Z T=at::ThreadLocalState 2022-09-27T16:25:41.2708093Z ] 2022-09-27T16:25:41.2708506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2708910Z with 2022-09-27T16:25:41.2709060Z [ 2022-09-27T16:25:41.2709257Z T=std::shared_ptr 2022-09-27T16:25:41.2709492Z ] 2022-09-27T16:25:41.2709892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2710288Z with 2022-09-27T16:25:41.2710442Z [ 2022-09-27T16:25:41.2710635Z T=std::shared_ptr 2022-09-27T16:25:41.2710822Z ] 2022-09-27T16:25:41.2711255Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2711646Z with 2022-09-27T16:25:41.2711784Z [ 2022-09-27T16:25:41.2712858Z T=std::shared_ptr 2022-09-27T16:25:41.2713568Z ] 2022-09-27T16:25:41.2714324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2714831Z with 2022-09-27T16:25:41.2714997Z [ 2022-09-27T16:25:41.2715182Z T=std::shared_ptr 2022-09-27T16:25:41.2715367Z ] 2022-09-27T16:25:41.2715792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:41.2716496Z 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-09-27T16:25:41.2717289Z 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-09-27T16:25:41.2717966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2718347Z with 2022-09-27T16:25:41.2718501Z [ 2022-09-27T16:25:41.2718686Z T=std::shared_ptr 2022-09-27T16:25:41.2718875Z ] 2022-09-27T16:25:41.2719259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2719612Z with 2022-09-27T16:25:41.2719765Z [ 2022-09-27T16:25:41.2719948Z T=torch::jit::GraphExecutor 2022-09-27T16:25:41.2720234Z ] 2022-09-27T16:25:41.2720734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2721106Z with 2022-09-27T16:25:41.2721258Z [ 2022-09-27T16:25:41.2721440Z T=torch::jit::GraphExecutor 2022-09-27T16:25:41.2721605Z ] 2022-09-27T16:25:41.2722043Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2722439Z with 2022-09-27T16:25:41.2722592Z [ 2022-09-27T16:25:41.2722773Z T=torch::jit::GraphExecutor 2022-09-27T16:25:41.2723001Z ] 2022-09-27T16:25:41.2723448Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2723876Z with 2022-09-27T16:25:41.2724033Z [ 2022-09-27T16:25:41.2724216Z T=torch::jit::GraphExecutor 2022-09-27T16:25:41.2724395Z ] 2022-09-27T16:25:41.2724814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:41.2725461Z 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-09-27T16:25:41.2726119Z 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-09-27T16:25:41.2726795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2727175Z with 2022-09-27T16:25:41.2727328Z [ 2022-09-27T16:25:41.2727510Z T=torch::jit::GraphExecutor 2022-09-27T16:25:41.2727693Z ] 2022-09-27T16:25:41.2728077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2728417Z with 2022-09-27T16:25:41.2728567Z [ 2022-09-27T16:25:41.2728741Z T=torch::jit::Method 2022-09-27T16:25:41.2728913Z ] 2022-09-27T16:25:41.2729308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2729670Z with 2022-09-27T16:25:41.2729806Z [ 2022-09-27T16:25:41.2729979Z T=torch::jit::Method 2022-09-27T16:25:41.2730146Z ] 2022-09-27T16:25:41.2730579Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2730969Z with 2022-09-27T16:25:41.2731114Z [ 2022-09-27T16:25:41.2731272Z T=torch::jit::Method 2022-09-27T16:25:41.2731438Z ] 2022-09-27T16:25:41.2731894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2732313Z with 2022-09-27T16:25:41.2732462Z [ 2022-09-27T16:25:41.2732622Z T=torch::jit::Method 2022-09-27T16:25:41.2732791Z ] 2022-09-27T16:25:41.2733243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:41.2733879Z 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-09-27T16:25:41.2734521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2734940Z with 2022-09-27T16:25:41.2735094Z [ 2022-09-27T16:25:41.2735252Z T=torch::jit::Method 2022-09-27T16:25:41.2735423Z ] 2022-09-27T16:25:41.2735805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2736159Z with 2022-09-27T16:25:41.2736308Z [ 2022-09-27T16:25:41.2736527Z T=std::vector> 2022-09-27T16:25:41.2736721Z ] 2022-09-27T16:25:41.2737117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2737482Z with 2022-09-27T16:25:41.2737632Z [ 2022-09-27T16:25:41.2737850Z T=std::vector> 2022-09-27T16:25:41.2738054Z ] 2022-09-27T16:25:41.2738473Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2738871Z with 2022-09-27T16:25:41.2739024Z [ 2022-09-27T16:25:41.2739240Z T=std::vector> 2022-09-27T16:25:41.2739443Z ] 2022-09-27T16:25:41.2739901Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2740322Z with 2022-09-27T16:25:41.2740463Z [ 2022-09-27T16:25:41.2740678Z T=std::vector> 2022-09-27T16:25:41.2740884Z ] 2022-09-27T16:25:41.2741322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:25:41.2742014Z 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-09-27T16:25:41.2742681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2743062Z with 2022-09-27T16:25:41.2744104Z [ 2022-09-27T16:25:41.2744333Z T=std::vector> 2022-09-27T16:25:41.2744544Z ] 2022-09-27T16:25:41.2745139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2745506Z with 2022-09-27T16:25:41.2745753Z [ 2022-09-27T16:25:41.2745991Z T=std::function 2022-09-27T16:25:41.2746224Z ] 2022-09-27T16:25:41.2746623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2747037Z with 2022-09-27T16:25:41.2747188Z [ 2022-09-27T16:25:41.2747431Z T=std::function 2022-09-27T16:25:41.2747647Z ] 2022-09-27T16:25:41.2748143Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2748540Z with 2022-09-27T16:25:41.2748692Z [ 2022-09-27T16:25:41.2748941Z T=std::function 2022-09-27T16:25:41.2749169Z ] 2022-09-27T16:25:41.2749617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2750036Z with 2022-09-27T16:25:41.2750190Z [ 2022-09-27T16:25:41.2750432Z T=std::function 2022-09-27T16:25:41.2750659Z ] 2022-09-27T16:25:41.2751128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:41.2751887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:25:41.2752590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2752972Z with 2022-09-27T16:25:41.2753114Z [ 2022-09-27T16:25:41.2753362Z T=std::function 2022-09-27T16:25:41.2753591Z ] 2022-09-27T16:25:41.2753974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2754321Z with 2022-09-27T16:25:41.2754460Z [ 2022-09-27T16:25:41.2754730Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:25:41.2754985Z ] 2022-09-27T16:25:41.2755378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2755742Z with 2022-09-27T16:25:41.2755893Z [ 2022-09-27T16:25:41.2756143Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:25:41.2756395Z ] 2022-09-27T16:25:41.2756903Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2757296Z with 2022-09-27T16:25:41.2757447Z [ 2022-09-27T16:25:41.2757762Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:25:41.2758014Z ] 2022-09-27T16:25:41.2758460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2758879Z with 2022-09-27T16:25:41.2759032Z [ 2022-09-27T16:25:41.2759299Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:25:41.2759549Z ] 2022-09-27T16:25:41.2760034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:25:41.2760890Z 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-09-27T16:25:41.2761634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2761997Z with 2022-09-27T16:25:41.2762149Z [ 2022-09-27T16:25:41.2762415Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:25:41.2762672Z ] 2022-09-27T16:25:41.2763052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2763402Z with 2022-09-27T16:25:41.2763541Z [ 2022-09-27T16:25:41.2763752Z T=std::vector> 2022-09-27T16:25:41.2763949Z ] 2022-09-27T16:25:41.2764342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2764707Z with 2022-09-27T16:25:41.2764856Z [ 2022-09-27T16:25:41.2765050Z T=std::vector> 2022-09-27T16:25:41.2765246Z ] 2022-09-27T16:25:41.2765592Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2765655Z with 2022-09-27T16:25:41.2765713Z [ 2022-09-27T16:25:41.2765832Z T=std::vector> 2022-09-27T16:25:41.2765890Z ] 2022-09-27T16:25:41.2766262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2766324Z with 2022-09-27T16:25:41.2766381Z [ 2022-09-27T16:25:41.2766499Z T=std::vector> 2022-09-27T16:25:41.2766556Z ] 2022-09-27T16:25:41.2766888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:25:41.2766939Z with 2022-09-27T16:25:41.2766997Z [ 2022-09-27T16:25:41.2767064Z T=double 2022-09-27T16:25:41.2767122Z ] 2022-09-27T16:25:41.2767536Z 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-09-27T16:25:41.2767599Z with 2022-09-27T16:25:41.2767657Z [ 2022-09-27T16:25:41.2767723Z T=double 2022-09-27T16:25:41.2767780Z ] 2022-09-27T16:25:41.2768102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2768163Z with 2022-09-27T16:25:41.2768223Z [ 2022-09-27T16:25:41.2768379Z T=std::vector> 2022-09-27T16:25:41.2768439Z ] 2022-09-27T16:25:41.2768731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2768779Z with 2022-09-27T16:25:41.2768840Z [ 2022-09-27T16:25:41.2768951Z T=std::tuple 2022-09-27T16:25:41.2769011Z ] 2022-09-27T16:25:41.2769320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2769380Z with 2022-09-27T16:25:41.2769438Z [ 2022-09-27T16:25:41.2769544Z T=std::tuple 2022-09-27T16:25:41.2769601Z ] 2022-09-27T16:25:41.2769943Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2770005Z with 2022-09-27T16:25:41.2770064Z [ 2022-09-27T16:25:41.2770167Z T=std::tuple 2022-09-27T16:25:41.2770226Z ] 2022-09-27T16:25:41.2770594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2770656Z with 2022-09-27T16:25:41.2770700Z [ 2022-09-27T16:25:41.2770802Z T=std::tuple 2022-09-27T16:25:41.2770861Z ] 2022-09-27T16:25:41.2771194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:25:41.2771567Z 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-09-27T16:25:41.2771891Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2771955Z with 2022-09-27T16:25:41.2772013Z [ 2022-09-27T16:25:41.2772116Z T=std::tuple 2022-09-27T16:25:41.2772174Z ] 2022-09-27T16:25:41.2772459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2772523Z with 2022-09-27T16:25:41.2772580Z [ 2022-09-27T16:25:41.2772709Z T=std::vector> 2022-09-27T16:25:41.2772766Z ] 2022-09-27T16:25:41.2773113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:25:41.2773176Z with 2022-09-27T16:25:41.2773234Z [ 2022-09-27T16:25:41.2773350Z T=std::vector> 2022-09-27T16:25:41.2773408Z ] 2022-09-27T16:25:41.2773753Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:25:41.2773815Z with 2022-09-27T16:25:41.2773909Z [ 2022-09-27T16:25:41.2774035Z T=std::vector> 2022-09-27T16:25:41.2774093Z ] 2022-09-27T16:25:41.2774461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:25:41.2774525Z with 2022-09-27T16:25:41.2774584Z [ 2022-09-27T16:25:41.2774707Z T=std::vector> 2022-09-27T16:25:41.2774767Z ] 2022-09-27T16:25:41.2775112Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:25:41.2775489Z 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-09-27T16:25:41.2775821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:25:41.2775883Z with 2022-09-27T16:25:41.2775944Z [ 2022-09-27T16:25:41.2776069Z T=std::vector> 2022-09-27T16:25:41.2776129Z ] 2022-09-27T16:25:41.3686909Z [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-09-27T16:25:41.3687104Z Creating library test_set_default_type.lib and object test_set_default_type.exp 2022-09-27T16:25:41.3706412Z Loading extension module test_set_default_type... 2022-09-27T16:25:41.3874749Z ok (11.086s) 2022-09-27T16:25:52.4097673Z 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-09-27T16:25:52.4100940Z [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-09-27T16:25:52.4108491Z [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-09-27T16:25:52.4111136Z [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-09-27T16:26:03.4805961Z 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-09-27T16:26:03.4807400Z ok (22.091s) 2022-09-27T16:26:03.4808356Z Not wiping extensions build folder because Windows 2022-09-27T16:26:03.4808514Z 2022-09-27T16:26:03.4808836Z ---------------------------------------------------------------------- 2022-09-27T16:26:03.4809083Z Ran 23 tests in 180.797s 2022-09-27T16:26:03.4809206Z 2022-09-27T16:26:03.4809277Z OK (skipped=7) 2022-09-27T16:26:03.4809383Z 2022-09-27T16:26:03.4809470Z Generating XML reports... 2022-09-27T16:26:03.4887526Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_jit\TEST-TestCppExtensionJIT-20220927162302.xml 2022-09-27T16:26:03.7794022Z Running test_nn ... [2022-09-27 16:26:03.776159] 2022-09-27T16:26:03.7794510Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_nn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:26:03.776159] 2022-09-27T16:26:07.0122608Z 2022-09-27T16:26:07.0123190Z Running tests... 2022-09-27T16:26:07.0123526Z ---------------------------------------------------------------------- 2022-09-27T16:26:07.0123884Z Test results will be stored in test-reports\python-unittest\test_nn 2022-09-27T16:26:07.0156201Z test_add_relu (__main__.TestAddRelu) ... ok (0.000s) 2022-09-27T16:26:07.0172238Z test_add_relu_broadcasting (__main__.TestAddRelu) ... ok (0.016s) 2022-09-27T16:26:07.0187819Z test_constant_pad_nd (__main__.TestConstantPadNd) ... ok (0.000s) 2022-09-27T16:26:07.0202053Z test_preserves_memory_format (__main__.TestConstantPadNd) ... ok (0.000s) 2022-09-27T16:26:07.0211074Z test_pickle_softsign (__main__.TestFunctionalPickle) ... ok (0.000s) 2022-09-27T16:26:07.3068419Z test_fuse_module_eval_numerics (__main__.TestFusionEval) ... ok (0.285s) 2022-09-27T16:26:07.3095630Z test_chained_initialization (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.3113531Z test_invalid_functions (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.3127390Z test_lazy_batchnorm1d (__main__.TestLazyModules) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:26:07.3128253Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:26:07.3210072Z ok (0.016s) 2022-09-27T16:26:07.3292722Z test_lazy_batchnorm1d_pickle (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.3322495Z test_lazy_batchnorm1d_state (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.3377770Z test_lazy_batchnorm2d (__main__.TestLazyModules) ... ok (0.016s) 2022-09-27T16:26:07.3420973Z test_lazy_batchnorm2d_pickle (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.3448840Z test_lazy_batchnorm2d_state (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.3525708Z test_lazy_batchnorm3d (__main__.TestLazyModules) ... ok (0.016s) 2022-09-27T16:26:07.3575041Z test_lazy_batchnorm3d_pickle (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.3602703Z test_lazy_batchnorm3d_state (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.3680199Z test_lazy_conv1d (__main__.TestLazyModules) ... ok (0.016s) 2022-09-27T16:26:07.3721439Z test_lazy_conv1d_pickle (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.3739980Z test_lazy_conv1d_state (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.3815610Z test_lazy_conv2d (__main__.TestLazyModules) ... ok (0.016s) 2022-09-27T16:26:07.3857633Z test_lazy_conv2d_pickle (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.3876589Z test_lazy_conv2d_state (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.4389207Z test_lazy_conv3d (__main__.TestLazyModules) ... ok (0.048s) 2022-09-27T16:26:07.4599814Z test_lazy_conv3d_pickle (__main__.TestLazyModules) ... ok (0.031s) 2022-09-27T16:26:07.4623466Z test_lazy_conv3d_state (__main__.TestLazyModules) ... ok (0.001s) 2022-09-27T16:26:07.4693786Z test_lazy_conv_transpose1d_pickle (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.4715481Z test_lazy_conv_transpose1d_state (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.4938327Z test_lazy_conv_transpose2d (__main__.TestLazyModules) ... ok (0.033s) 2022-09-27T16:26:07.5037032Z test_lazy_conv_transpose2d_pickle (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.5057156Z test_lazy_conv_transpose2d_state (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.7894096Z test_lazy_conv_transpose3d (__main__.TestLazyModules) ... ok (0.285s) 2022-09-27T16:26:07.8870699Z test_lazy_conv_transpose3d_pickle (__main__.TestLazyModules) ... ok (0.094s) 2022-09-27T16:26:07.8894287Z test_lazy_conv_transpose3d_state (__main__.TestLazyModules) ... ok (0.016s) 2022-09-27T16:26:07.9040775Z test_lazy_conv_transposed1d (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.9053047Z test_lazy_forward_hook (__main__.TestLazyModules) 2022-09-27T16:26:07.9062139Z This test is to test whether lazymodule can register other forward hook ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:26:07.9062868Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:26:07.9066234Z ok (0.016s) 2022-09-27T16:26:07.9139072Z test_lazy_instancenorm1d (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.9196229Z test_lazy_instancenorm1d_pickle (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.9258583Z test_lazy_instancenorm1d_state (__main__.TestLazyModules) ... ok (0.016s) 2022-09-27T16:26:07.9331245Z test_lazy_instancenorm2d (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.9388127Z test_lazy_instancenorm2d_pickle (__main__.TestLazyModules) ... ok (0.016s) 2022-09-27T16:26:07.9447869Z test_lazy_instancenorm2d_state (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.9550017Z test_lazy_instancenorm3d (__main__.TestLazyModules) ... ok (0.016s) 2022-09-27T16:26:07.9613829Z test_lazy_instancenorm3d_pickle (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.9672994Z test_lazy_instancenorm3d_state (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.9706805Z test_lazy_linear_pickle (__main__.TestLazyModules) ... ok (0.016s) 2022-09-27T16:26:07.9740219Z test_lazy_module_buffer (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.9757153Z test_lazy_module_jit_buffer (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.9772789Z test_lazy_module_jit_param (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.9805241Z test_lazy_module_parameter (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.9816667Z test_lazy_pre_forward_hook (__main__.TestLazyModules) 2022-09-27T16:26:07.9825134Z This test is to test whether lazymodule can register other pre-forward hook ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:26:07.9825716Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:26:07.9828336Z ok (0.000s) 2022-09-27T16:26:07.9843852Z test_lazy_share_memory_buffer (__main__.TestLazyModules) ... ok (0.016s) 2022-09-27T16:26:07.9855657Z test_lazy_share_memory_param (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.9873828Z test_linear (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.9895193Z test_linear_state (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.9902745Z test_materialize_device (__main__.TestLazyModules) ... skip: CUDA not available (0.000s) 2022-09-27T16:26:07.9916897Z test_materialize_dtype (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.9971715Z test_optimizer_pass (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.9984992Z test_spectral_norm (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:07.9996120Z test_weight_norm (__main__.TestLazyModules) ... ok (0.000s) 2022-09-27T16:26:08.0027082Z test_global_and_local_hooks_order (__main__.TestModuleGlobalHooks) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1113: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-09-27T16:26:08.0027903Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-09-27T16:26:08.0029005Z ok (0.016s) 2022-09-27T16:26:08.0048638Z test_module_backward_global_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.000s) 2022-09-27T16:26:08.0060464Z test_module_forward_forward_hook_removable (__main__.TestModuleGlobalHooks) 2022-09-27T16:26:08.0070037Z This test is to test when multiple forward hook functions can be registered ... ok (0.000s) 2022-09-27T16:26:08.0081878Z test_module_forward_preforward_hook_removable (__main__.TestModuleGlobalHooks) 2022-09-27T16:26:08.0091366Z This test is to test when multiple pre-forward hook functions can be ... ok (0.000s) 2022-09-27T16:26:08.0114234Z test_module_global_forward_preforward_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.000s) 2022-09-27T16:26:08.0135932Z test_module_global_hook_invalid_outputs (__main__.TestModuleGlobalHooks) ... ok (0.000s) 2022-09-27T16:26:08.0245033Z test_module_global_hooks (__main__.TestModuleGlobalHooks) ... ok (0.016s) 2022-09-27T16:26:08.0512444Z test_AdaptiveAvgPool1d (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:08.0525465Z test_AdaptiveAvgPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.0635198Z test_AdaptiveAvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.0647451Z test_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.0755451Z test_AdaptiveAvgPool1d_one_output (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:08.0767609Z test_AdaptiveAvgPool1d_one_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.0876229Z test_AdaptiveAvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.0888749Z test_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.0992368Z test_AdaptiveAvgPool2d_single (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.1100594Z test_AdaptiveAvgPool2d_single_1x1output (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.1112881Z test_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.1124874Z test_AdaptiveAvgPool2d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.1229128Z test_AdaptiveAvgPool2d_tuple (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:08.1241516Z test_AdaptiveAvgPool2d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.1347503Z test_AdaptiveAvgPool2d_tuple_none (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.1359575Z test_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.1459858Z test_AdaptiveAvgPool3d_last_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.1471952Z test_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.1585240Z test_AdaptiveAvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.1597513Z test_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.1710296Z test_AdaptiveAvgPool3d_single (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:08.1722104Z test_AdaptiveAvgPool3d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.1841300Z test_AdaptiveAvgPool3d_tuple (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.1853549Z test_AdaptiveAvgPool3d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.1978170Z test_AdaptiveAvgPool3d_tuple_none (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.1990078Z test_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.2814356Z test_AdaptiveLogSoftmax (__main__.TestNN) ... ok (0.079s) 2022-09-27T16:26:08.2827048Z test_AdaptiveLogSoftmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.2935903Z test_AdaptiveMaxPool1d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.2948165Z test_AdaptiveMaxPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.3053954Z test_AdaptiveMaxPool1d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.3065993Z test_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.3174573Z test_AdaptiveMaxPool2d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.3186734Z test_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.3291547Z test_AdaptiveMaxPool2d_single (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:08.3303614Z test_AdaptiveMaxPool2d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.3408792Z test_AdaptiveMaxPool2d_tuple (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.3420951Z test_AdaptiveMaxPool2d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.3528216Z test_AdaptiveMaxPool2d_tuple_none (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.3540320Z test_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.3657032Z test_AdaptiveMaxPool3d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.3670656Z test_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.3806431Z test_AdaptiveMaxPool3d_single (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.3820002Z test_AdaptiveMaxPool3d_single_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.3948609Z test_AdaptiveMaxPool3d_single_nonatomic (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:08.3960884Z test_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:08.4082163Z test_AdaptiveMaxPool3d_tuple (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:08.4092971Z test_AdaptiveMaxPool3d_tuple_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.4212851Z test_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.4224756Z test_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.4348154Z test_AdaptiveMaxPool3d_tuple_none (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.4360444Z test_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.4466353Z test_AvgPool1d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.4478337Z test_AvgPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.4587009Z test_AvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:08.4599105Z test_AvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:08.4703007Z test_AvgPool1d_stride (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:08.4714696Z test_AvgPool1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.4819923Z test_AvgPool1d_stride_pad (__main__.TestNN) ... ok (0.017s) 2022-09-27T16:26:08.4831897Z test_AvgPool1d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.4947151Z test_AvgPool2d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.4961034Z test_AvgPool2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.5071658Z test_AvgPool2d_divisor (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:08.5083704Z test_AvgPool2d_divisor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:08.5189684Z test_AvgPool2d_divisor_stride (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:08.5202218Z test_AvgPool2d_divisor_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.5308698Z test_AvgPool2d_divisor_stride_pad (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.5321074Z test_AvgPool2d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.5338605Z test_AvgPool2d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:08.5351683Z test_AvgPool2d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.5367940Z test_AvgPool2d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:08.5380185Z test_AvgPool2d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.5396470Z test_AvgPool2d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.5408762Z test_AvgPool2d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.5516455Z test_AvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:08.5528941Z test_AvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.5634915Z test_AvgPool2d_stride (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.5647030Z test_AvgPool2d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.5752962Z test_AvgPool2d_stride_pad (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.5765241Z test_AvgPool2d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.5873025Z test_AvgPool3d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.5885109Z test_AvgPool3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.5991626Z test_AvgPool3d_divisor (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:08.6003717Z test_AvgPool3d_divisor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.6114526Z test_AvgPool3d_divisor_stride (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.6222585Z test_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.6234930Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.6251684Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:08.6264040Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.6276111Z test_AvgPool3d_divisor_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.6388591Z test_AvgPool3d_divisor_stride_pad (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.6400790Z test_AvgPool3d_divisor_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.6513368Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.6527377Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.6546950Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:08.6560781Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.6694811Z test_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.6708397Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.6727997Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:08.6741791Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.6859664Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.6871750Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.6888817Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:08.6901045Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.6917492Z test_AvgPool3d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:08.6930311Z test_AvgPool3d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.6946377Z test_AvgPool3d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:08.6958472Z test_AvgPool3d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.6974491Z test_AvgPool3d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:08.6986528Z test_AvgPool3d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.7088510Z test_AvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:08.7100723Z test_AvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.7210577Z test_AvgPool3d_stride (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.7319062Z test_AvgPool3d_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.7331015Z test_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.7342742Z test_AvgPool3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.7454672Z test_AvgPool3d_stride_pad (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.7466608Z test_AvgPool3d_stride_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.7576151Z test_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:08.7586924Z test_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.7702809Z test_AvgPool3d_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.7714955Z test_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.7824755Z test_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.7837472Z test_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.7904905Z test_BCELoss (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:08.7917157Z test_BCELoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.7929109Z test_BCELoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:08.7940667Z test_BCELoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.7952013Z test_BCELoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.8004170Z test_BCELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:08.8014102Z test_BCELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.8023885Z test_BCELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.8033524Z test_BCELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.8080798Z test_BCELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.8090903Z test_BCELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.8100678Z test_BCELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.8110405Z test_BCELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.8157349Z test_BCELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:08.8167550Z test_BCELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.8177338Z test_BCELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.8187067Z test_BCELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.8286511Z test_BCELoss_no_reduce (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.8299033Z test_BCELoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.8366248Z test_BCELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:08.8378432Z test_BCELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.8437480Z test_BCELoss_scalar_weights (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.8449301Z test_BCELoss_scalar_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.8460714Z test_BCELoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.8472150Z test_BCELoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.8483535Z test_BCELoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.8546107Z test_BCELoss_weights (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.8556196Z test_BCELoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.8565949Z test_BCELoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.8575645Z test_BCELoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.8585273Z test_BCELoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.8688594Z test_BCELoss_weights_no_reduce (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:08.8701006Z test_BCELoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:08.8770243Z test_BCELoss_weights_no_reduce_scalar (__main__.TestNN) ... ok (0.001s) 2022-09-27T16:26:08.8782888Z test_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.8842488Z test_BCEWithLogitsLoss (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:08.8854715Z test_BCEWithLogitsLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.8868818Z test_BCEWithLogitsLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:08.8881735Z test_BCEWithLogitsLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.8896417Z test_BCEWithLogitsLoss_legacy_enum (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-09-27T16:26:08.8897435Z warnings.warn(warning.format(ret)) 2022-09-27T16:26:08.8964320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-09-27T16:26:08.8964756Z warnings.warn(warning.format(ret)) 2022-09-27T16:26:08.8976753Z ok (0.000s) 2022-09-27T16:26:08.8989011Z test_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.9045857Z test_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.9058220Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.9069777Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.9081071Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.9137022Z test_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:08.9147400Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.9157027Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.9166668Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.9216429Z test_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.9226937Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.9236607Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.9246305Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.9323999Z test_BCEWithLogitsLoss_no_reduce (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:08.9335836Z test_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.9382093Z test_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.9394210Z test_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.9449502Z test_BCEWithLogitsLoss_scalar_weights (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:08.9462002Z test_BCEWithLogitsLoss_scalar_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.9473555Z test_BCEWithLogitsLoss_scalar_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.9485057Z test_BCEWithLogitsLoss_scalar_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.9545010Z test_BCEWithLogitsLoss_weights (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:08.9555370Z test_BCEWithLogitsLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.9565236Z test_BCEWithLogitsLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.9574958Z test_BCEWithLogitsLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:08.9825979Z test_BatchNorm1d_3d_input (__main__.TestNN) ... ok (0.032s) 2022-09-27T16:26:08.9839946Z test_BatchNorm1d_3d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.0051646Z test_BatchNorm1d_3d_input_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:09.0063757Z test_BatchNorm1d_3d_input_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.0195988Z test_BatchNorm1d_3d_input_not_affine (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:09.0208050Z test_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.0322792Z test_BatchNorm1d_3d_input_not_affine_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:09.0334855Z test_BatchNorm1d_3d_input_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.0543913Z test_BatchNorm1d_affine (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:09.0556304Z test_BatchNorm1d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.0748514Z test_BatchNorm1d_affine_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:09.0761077Z test_BatchNorm1d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.0975558Z test_BatchNorm1d_affine_simple_average (__main__.TestNN) ... ok (0.032s) 2022-09-27T16:26:09.0988069Z test_BatchNorm1d_affine_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.1180441Z test_BatchNorm1d_affine_simple_average_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:09.1192837Z test_BatchNorm1d_affine_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.1320673Z test_BatchNorm1d_not_affine (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:09.1332843Z test_BatchNorm1d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.1457365Z test_BatchNorm1d_not_affine_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:09.1471230Z test_BatchNorm1d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.1683092Z test_BatchNorm1d_not_tracking_stats (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:09.1696712Z test_BatchNorm1d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.1942093Z test_BatchNorm1d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.032s) 2022-09-27T16:26:09.1955740Z test_BatchNorm1d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.2060706Z test_BatchNorm1d_zero_batch (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:09.2072550Z test_BatchNorm1d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.2166203Z test_BatchNorm1d_zero_batch_eval (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:09.2178017Z test_BatchNorm1d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.2415025Z test_BatchNorm2d (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:09.2644763Z test_BatchNorm2d_2d_simple_average (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:09.2656707Z test_BatchNorm2d_2d_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.2867250Z test_BatchNorm2d_2d_simple_average_eval (__main__.TestNN) ... ok (0.032s) 2022-09-27T16:26:09.2879080Z test_BatchNorm2d_2d_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.2890742Z test_BatchNorm2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.3099449Z test_BatchNorm2d_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:09.3111353Z test_BatchNorm2d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.3347668Z test_BatchNorm2d_momentum (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:09.3359751Z test_BatchNorm2d_momentum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.3568401Z test_BatchNorm2d_momentum_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:09.3579453Z test_BatchNorm2d_momentum_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.3710652Z test_BatchNorm2d_not_affine (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:09.3722723Z test_BatchNorm2d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.3844041Z test_BatchNorm2d_not_affine_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:09.3854855Z test_BatchNorm2d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.4076179Z test_BatchNorm2d_not_tracking_stats (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:09.4087311Z test_BatchNorm2d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.4309854Z test_BatchNorm2d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:09.4322158Z test_BatchNorm2d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.4419915Z test_BatchNorm2d_zero_batch (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:09.4431995Z test_BatchNorm2d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.4526111Z test_BatchNorm2d_zero_batch_eval (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:09.4538102Z test_BatchNorm2d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.4790082Z test_BatchNorm3d (__main__.TestNN) ... ok (0.032s) 2022-09-27T16:26:09.5042482Z test_BatchNorm3d_3d_simple_average (__main__.TestNN) ... ok (0.032s) 2022-09-27T16:26:09.5054475Z test_BatchNorm3d_3d_simple_average_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.5270695Z test_BatchNorm3d_3d_simple_average_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:09.5282763Z test_BatchNorm3d_3d_simple_average_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.5294725Z test_BatchNorm3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.5512126Z test_BatchNorm3d_eval (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:09.5524396Z test_BatchNorm3d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.5776585Z test_BatchNorm3d_momentum (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:09.5788829Z test_BatchNorm3d_momentum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.6007165Z test_BatchNorm3d_momentum_eval (__main__.TestNN) ... ok (0.032s) 2022-09-27T16:26:09.6019439Z test_BatchNorm3d_momentum_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.6181604Z test_BatchNorm3d_not_affine (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:09.6192333Z test_BatchNorm3d_not_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.6324223Z test_BatchNorm3d_not_affine_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:09.6336597Z test_BatchNorm3d_not_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.6578176Z test_BatchNorm3d_not_tracking_stats (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:09.6590524Z test_BatchNorm3d_not_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.6838770Z test_BatchNorm3d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.032s) 2022-09-27T16:26:09.6851314Z test_BatchNorm3d_not_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.6953625Z test_BatchNorm3d_zero_batch (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:09.7018097Z test_BatchNorm3d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.7062214Z test_BatchNorm3d_zero_batch_eval (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:09.7076033Z test_BatchNorm3d_zero_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.7196349Z test_CELU (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:09.7208793Z test_CELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.7285742Z test_CELU_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:09.7298236Z test_CELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.7382039Z test_CELU_scalar (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:09.7394218Z test_CELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.7587511Z test_CTCLoss_2d_int_target_lengths_intlists (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:09.7597469Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.7607250Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.7763729Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:09.7773764Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.7783448Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.7937497Z test_CTCLoss_2d_int_target_lengths_tensors (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:09.7947553Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.7957492Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.8108613Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:09.8118796Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.8128562Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.8283304Z test_CTCLoss_2d_lengths_tensors (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:09.8293373Z test_CTCLoss_2d_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.8303078Z test_CTCLoss_2d_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.8455074Z test_CTCLoss_2d_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:09.8465030Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.8474747Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:09.8488027Z test_CTCLoss_critical_target_len (__main__.TestNN) ... skip: CUDA not available (0.000s) 2022-09-27T16:26:10.4567381Z test_CTCLoss_lengthchecks_cpu (__main__.TestNN) ... ok (0.610s) 2022-09-27T16:26:10.4578571Z test_CTCLoss_lengthchecks_cuda (__main__.TestNN) ... skip: CUDA not available (0.000s) 2022-09-27T16:26:10.4751540Z test_CTCLoss_lengths_intlists (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:10.4762964Z test_CTCLoss_lengths_intlists_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:10.4773864Z test_CTCLoss_lengths_intlists_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:10.4929180Z test_CTCLoss_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:10.4939387Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:10.4949321Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:10.5101593Z test_CTCLoss_lengths_tensors (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:10.5111571Z test_CTCLoss_lengths_tensors_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:10.5121605Z test_CTCLoss_lengths_tensors_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:10.5275740Z test_CTCLoss_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:10.5286108Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:10.5296037Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:10.5311116Z test_CTCLoss_long_targets (__main__.TestNN) ... skip: CUDA not available (0.000s) 2022-09-27T16:26:10.5337739Z test_CTCLoss_typechecks (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:10.5356506Z test_CTCLoss_zero_infinity (__main__.TestNN) ... skip: CUDA not available (0.016s) 2022-09-27T16:26:10.5468277Z test_ConstantPad1d (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:10.5578754Z test_ConstantPad1d_batch (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:10.5592223Z test_ConstantPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:10.5755176Z test_ConstantPad1d_complex (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:10.5767519Z test_ConstantPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:10.5779253Z test_ConstantPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:10.5892513Z test_ConstantPad2d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:10.6069661Z test_ConstantPad2d_complex (__main__.TestNN) ... ok (0.026s) 2022-09-27T16:26:10.6084070Z test_ConstantPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:10.6094562Z test_ConstantPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:10.6220098Z test_ConstantPad2d_no_batch_dim (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:10.6234017Z test_ConstantPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:10.6366497Z test_ConstantPad3d (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:10.6614393Z test_ConstantPad3d_complex (__main__.TestNN) ... ok (0.032s) 2022-09-27T16:26:10.6628608Z test_ConstantPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:10.6642368Z test_ConstantPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:10.6772048Z test_ConstantPad3d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:10.6784350Z test_ConstantPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:10.7031523Z test_Conv1d (__main__.TestNN) ... ok (0.026s) 2022-09-27T16:26:10.7321879Z test_Conv1d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.026s) 2022-09-27T16:26:10.7334132Z test_Conv1d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:10.7346067Z test_Conv1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:10.7593925Z test_Conv1d_dilated (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:10.7607929Z test_Conv1d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:10.8217540Z test_Conv1d_groups (__main__.TestNN) ... ok (0.067s) 2022-09-27T16:26:10.8230470Z test_Conv1d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:10.8263655Z test_Conv1d_module_same_padding (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:752: 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:894.) 2022-09-27T16:26:10.8264635Z expect = F.conv1d(x, module.weight, module.bias, padding='same') 2022-09-27T16:26:10.8281420Z ok (0.000s) 2022-09-27T16:26:10.8555639Z test_Conv1d_pad1 (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:10.8567057Z test_Conv1d_pad1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:10.8782224Z test_Conv1d_pad1size1 (__main__.TestNN) ... ok (0.026s) 2022-09-27T16:26:10.8794409Z test_Conv1d_pad1size1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:10.9034094Z test_Conv1d_pad2 (__main__.TestNN) ... ok (0.026s) 2022-09-27T16:26:10.9046156Z test_Conv1d_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:10.9249719Z test_Conv1d_pad2size1 (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:10.9261826Z test_Conv1d_pad2size1_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:10.9492745Z test_Conv1d_pad_same (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:10.9740324Z test_Conv1d_pad_same2 (__main__.TestNN) ... ok (0.026s) 2022-09-27T16:26:10.9753534Z test_Conv1d_pad_same2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:10.9766249Z test_Conv1d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.0015206Z test_Conv1d_pad_same_dilated (__main__.TestNN) ... ok (0.020s) 2022-09-27T16:26:11.0027608Z test_Conv1d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.0257340Z test_Conv1d_pad_valid (__main__.TestNN) ... ok (0.026s) 2022-09-27T16:26:11.0269584Z test_Conv1d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.0495184Z test_Conv1d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:11.0507634Z test_Conv1d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.0731359Z test_Conv1d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:11.0743694Z test_Conv1d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.0974420Z test_Conv1d_stride (__main__.TestNN) ... ok (0.026s) 2022-09-27T16:26:11.0986774Z test_Conv1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.1158527Z test_Conv1d_zero_batch (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:11.1170920Z test_Conv1d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.1384314Z test_Conv1d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:11.1396569Z test_Conv1d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.1636756Z test_Conv2d (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:11.1702397Z test_Conv2d_1x1 (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:11.1920285Z test_Conv2d_OneDNN (__main__.TestNN) ... ok (0.026s) 2022-09-27T16:26:11.1950354Z test_Conv2d_backward_twice (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:11.2323251Z test_Conv2d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.036s) 2022-09-27T16:26:11.2334522Z test_Conv2d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.2346216Z test_Conv2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.2626093Z test_Conv2d_depthwise (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:11.2639363Z test_Conv2d_depthwise_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.2929064Z test_Conv2d_depthwise_dilated (__main__.TestNN) ... ok (0.026s) 2022-09-27T16:26:11.2941426Z test_Conv2d_depthwise_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.3247730Z test_Conv2d_depthwise_padded (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:11.3262147Z test_Conv2d_depthwise_padded_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.3536747Z test_Conv2d_depthwise_strided (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:11.3548875Z test_Conv2d_depthwise_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.3853715Z test_Conv2d_depthwise_with_multiplier (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:11.3866141Z test_Conv2d_depthwise_with_multiplier_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.4109063Z test_Conv2d_dilated (__main__.TestNN) ... ok (0.026s) 2022-09-27T16:26:11.4121647Z test_Conv2d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.4144479Z test_Conv2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:11.4157234Z test_Conv2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.4426270Z test_Conv2d_groups (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:11.4438629Z test_Conv2d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.4551885Z test_Conv2d_groups_nobias (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:11.4703457Z test_Conv2d_groups_nobias_v2 (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:11.4994368Z test_Conv2d_groups_thnn (__main__.TestNN) ... ok (0.020s) 2022-09-27T16:26:11.5006734Z test_Conv2d_groups_thnn_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.5028719Z test_Conv2d_groups_thnn_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:11.5042596Z test_Conv2d_groups_thnn_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:11.5064023Z test_Conv2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:11.5076669Z test_Conv2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.5102142Z test_Conv2d_inconsistent_types (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:11.5117545Z test_Conv2d_inconsistent_types_on_GPU_with_cudnn (__main__.TestNN) ... skip: CUDA not available (0.000s) 2022-09-27T16:26:11.5131185Z test_Conv2d_inconsistent_types_on_GPU_without_cudnn (__main__.TestNN) ... skip: CUDA not available (0.000s) 2022-09-27T16:26:11.5145540Z test_Conv2d_missing_argument (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:11.5192430Z test_Conv2d_module_same_padding (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:11.5368675Z test_Conv2d_no_bias (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:11.5381259Z test_Conv2d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.5401638Z test_Conv2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:11.5415166Z test_Conv2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.5666572Z test_Conv2d_pad_same (__main__.TestNN) ... ok (0.026s) 2022-09-27T16:26:11.5679208Z test_Conv2d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.5974076Z test_Conv2d_pad_same_dilated (__main__.TestNN) ... ok (0.026s) 2022-09-27T16:26:11.5988337Z test_Conv2d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.6251974Z test_Conv2d_pad_valid (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:11.6266244Z test_Conv2d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.6514296Z test_Conv2d_padding (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:11.6527565Z test_Conv2d_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.6548885Z test_Conv2d_padding_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:11.6561887Z test_Conv2d_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.6802987Z test_Conv2d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:11.6815354Z test_Conv2d_reflect_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.7056917Z test_Conv2d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.026s) 2022-09-27T16:26:11.7069417Z test_Conv2d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.7305905Z test_Conv2d_strided (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:11.7318632Z test_Conv2d_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-09-27T16:26:11.7339645Z test_Conv2d_strided_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:11.7352537Z test_Conv2d_strided_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.7373415Z test_Conv2d_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:11.7386720Z test_Conv2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.7562284Z test_Conv2d_zero_batch (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:11.7574201Z test_Conv2d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.7592875Z test_Conv2d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:11.7605331Z test_Conv2d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.7865563Z test_Conv2d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:11.7879927Z test_Conv2d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.8130444Z test_Conv3d (__main__.TestNN) ... ok (0.026s) 2022-09-27T16:26:11.8303824Z test_Conv3d_1x1x1_no_bias (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:11.8316657Z test_Conv3d_1x1x1_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.8336665Z test_Conv3d_1x1x1_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:11.8350061Z test_Conv3d_1x1x1_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:11.8835262Z test_Conv3d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.041s) 2022-09-27T16:26:11.8848390Z test_Conv3d_circular_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.8860354Z test_Conv3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.9121698Z test_Conv3d_dilated (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:11.9134150Z test_Conv3d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.9385555Z test_Conv3d_dilated_strided (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:11.9398239Z test_Conv3d_dilated_strided_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:11.9640117Z test_Conv3d_groups (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:11.9654552Z test_Conv3d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.9745305Z test_Conv3d_groups_nobias (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:11.9828403Z test_Conv3d_groups_wbias (__main__.TestNN) ... ok (0.011s) 2022-09-27T16:26:11.9847368Z test_Conv3d_groups_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:11.9858570Z test_Conv3d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:11.9908311Z test_Conv3d_module_same_padding (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:12.0084882Z test_Conv3d_no_bias (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:12.0097472Z test_Conv3d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:12.0117703Z test_Conv3d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:12.0131064Z test_Conv3d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:12.0471827Z test_Conv3d_pad_same (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:12.0484390Z test_Conv3d_pad_same_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:12.0904095Z test_Conv3d_pad_same_dilated (__main__.TestNN) ... ok (0.032s) 2022-09-27T16:26:12.0918255Z test_Conv3d_pad_same_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:12.1185650Z test_Conv3d_pad_valid (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:12.1198023Z test_Conv3d_pad_valid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:12.1484219Z test_Conv3d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:12.1496569Z test_Conv3d_replicate_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:12.1745420Z test_Conv3d_stride (__main__.TestNN) ... ok (0.032s) 2022-09-27T16:26:12.1758217Z test_Conv3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:12.2011687Z test_Conv3d_stride_padding (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:12.2024249Z test_Conv3d_stride_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:12.2045639Z test_Conv3d_stride_padding_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:12.2058991Z test_Conv3d_stride_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:12.2079845Z test_Conv3d_stride_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:12.2092599Z test_Conv3d_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:12.2113316Z test_Conv3d_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:12.2126301Z test_Conv3d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:12.2304120Z test_Conv3d_zero_batch (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:12.2316069Z test_Conv3d_zero_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:12.2335500Z test_Conv3d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:12.2347613Z test_Conv3d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:26:12.2599112Z test_Conv3d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:12.2611372Z test_Conv3d_zeros_stride2_pad2_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:12.2830935Z test_ConvTranspose1d (__main__.TestNN) ... ok (0.032s) 2022-09-27T16:26:12.2843656Z test_ConvTranspose1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:12.3063889Z test_ConvTranspose1d_dilated (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:12.3077884Z test_ConvTranspose1d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:12.3341509Z test_ConvTranspose1d_groups (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:12.3354157Z test_ConvTranspose1d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:12.3525245Z test_ConvTranspose1d_no_bias (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:12.3537592Z test_ConvTranspose1d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:12.3781571Z test_ConvTranspose2d (__main__.TestNN) ... ok (0.032s) 2022-09-27T16:26:12.3793795Z test_ConvTranspose2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:12.3987693Z test_ConvTranspose2d_dilated (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:12.4000807Z test_ConvTranspose2d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:12.4021895Z test_ConvTranspose2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:12.4035097Z test_ConvTranspose2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:12.4271469Z test_ConvTranspose2d_groups (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:12.4283734Z test_ConvTranspose2d_groups_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:12.4304772Z test_ConvTranspose2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:12.4317706Z test_ConvTranspose2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:12.4328586Z test_ConvTranspose2d_half_cublas_gemm (__main__.TestNN) ... skip: CUDA not available (0.000s) 2022-09-27T16:26:12.4521926Z test_ConvTranspose2d_no_bias (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:12.4533871Z test_ConvTranspose2d_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:12.4555783Z test_ConvTranspose2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:12.4569270Z test_ConvTranspose2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:12.4615407Z test_ConvTranspose2d_output_size (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.1479033Z test_ConvTranspose2d_output_size_downsample_upsample (__main__.TestNN) ... ok (2.680s) 2022-09-27T16:26:15.1502124Z test_ConvTranspose2d_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.1515194Z test_ConvTranspose2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:15.1766972Z test_ConvTranspose3d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:15.1783891Z test_ConvTranspose3d_correct_output_size (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.1796665Z test_ConvTranspose3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.2055039Z test_ConvTranspose3d_dilated (__main__.TestNN) ... ok (0.032s) 2022-09-27T16:26:15.2067744Z test_ConvTranspose3d_dilated_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.2304344Z test_CosineEmbeddingLoss (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:15.2314445Z test_CosineEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.2324443Z test_CosineEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.2333868Z test_CosineEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.2542070Z test_CosineEmbeddingLoss_margin (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:15.2552282Z test_CosineEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.2561930Z test_CosineEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.2571433Z test_CosineEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.2775670Z test_CosineEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.032s) 2022-09-27T16:26:15.2785816Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.2795447Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.2805097Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.2964230Z test_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:15.2974135Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.2983805Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.2993262Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.3151729Z test_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:15.3161991Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.3171646Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.3181133Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.3339416Z test_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:15.3349220Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.3358919Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.3368390Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.3571576Z test_CosineEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.032s) 2022-09-27T16:26:15.3581625Z test_CosineEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.3591252Z test_CosineEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.3600880Z test_CosineEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.3651758Z test_CrossEntropyLoss (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.3708410Z test_CrossEntropyLoss_2d (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.3718953Z test_CrossEntropyLoss_2d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.3729099Z test_CrossEntropyLoss_2d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:15.3738801Z test_CrossEntropyLoss_2d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.3794248Z test_CrossEntropyLoss_2d_ignore_index (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.3804597Z test_CrossEntropyLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.3814320Z test_CrossEntropyLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.3824040Z test_CrossEntropyLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.3911566Z test_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:15.3921731Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.3931534Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.3941193Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.4026428Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.4036507Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.4046426Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.4056225Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:15.4130561Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.4140648Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.4150464Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.4160236Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.4244214Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:15.4254263Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.4264037Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.4273678Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.4328964Z test_CrossEntropyLoss_2d_prob_target (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.4339373Z test_CrossEntropyLoss_2d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.4349208Z test_CrossEntropyLoss_2d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.4358984Z test_CrossEntropyLoss_2d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.4415076Z test_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:15.4425523Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.4435369Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.4445189Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.4497844Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.4508198Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.4518174Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:15.4527829Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.4586330Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.4596752Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.4606659Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.4616307Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.4667563Z test_CrossEntropyLoss_2d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.4678804Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:15.4688690Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:26:15.4698403Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.4755557Z test_CrossEntropyLoss_2d_prob_target_weights (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.4766056Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.4775804Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.4785445Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.4838926Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.4849679Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:15.4859481Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.4869127Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.4924285Z test_CrossEntropyLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.4934714Z test_CrossEntropyLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.4944441Z test_CrossEntropyLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.4954108Z test_CrossEntropyLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.5010345Z test_CrossEntropyLoss_2d_weights (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:15.5020738Z test_CrossEntropyLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.5030449Z test_CrossEntropyLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.5040257Z test_CrossEntropyLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.5126561Z test_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.5136762Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.5146375Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.5155957Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.5241301Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:15.5251356Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.5261086Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.5270788Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.5347377Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:15.5357464Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.5367240Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.5376842Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.5451726Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.5461806Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.5471529Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.5481986Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:15.5545848Z test_CrossEntropyLoss_3d_prob_target (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.5556228Z test_CrossEntropyLoss_3d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.5566140Z test_CrossEntropyLoss_3d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.5575819Z test_CrossEntropyLoss_3d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.5641024Z test_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:15.5651273Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.5661100Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.5670775Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.5729968Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.5740034Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.5749838Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.5759771Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.5818787Z test_CrossEntropyLoss_3d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:15.5829265Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.5839196Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.5848913Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.5914001Z test_CrossEntropyLoss_3d_prob_target_weights (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.5924436Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.5934220Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.5943856Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.6004864Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:15.6015295Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.6025077Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.6034797Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.6097938Z test_CrossEntropyLoss_4d_prob_target (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.6108329Z test_CrossEntropyLoss_4d_prob_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.6118335Z test_CrossEntropyLoss_4d_prob_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:15.6127977Z test_CrossEntropyLoss_4d_prob_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.6186985Z test_CrossEntropyLoss_4d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.6197431Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.6207315Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.6216973Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.6282477Z test_CrossEntropyLoss_4d_prob_target_weights (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:15.6292767Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.6302605Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.6312231Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.6373547Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.6383911Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.6393788Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.6403589Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.6413418Z test_CrossEntropyLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.6423135Z test_CrossEntropyLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:15.6432849Z test_CrossEntropyLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.6487626Z test_CrossEntropyLoss_dim_is_3 (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.6497706Z test_CrossEntropyLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.6507547Z test_CrossEntropyLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.6517248Z test_CrossEntropyLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.6572568Z test_CrossEntropyLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.6583066Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:15.6592930Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.6602729Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.6668680Z test_CrossEntropyLoss_higher_dim (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.6679218Z test_CrossEntropyLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.6689037Z test_CrossEntropyLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.6698690Z test_CrossEntropyLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.6766306Z test_CrossEntropyLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.017s) 2022-09-27T16:26:15.6776665Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.6786455Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.6796124Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.6845904Z test_CrossEntropyLoss_weights (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.6856380Z test_CrossEntropyLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.6866151Z test_CrossEntropyLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.6875910Z test_CrossEntropyLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.7005393Z test_CrossMapLRN2d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:15.7019327Z test_CrossMapLRN2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.7121245Z test_ELU (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:15.7133705Z test_ELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.7213788Z test_ELU_no_batch_dim (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.7225934Z test_ELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:15.7305857Z test_ELU_scalar (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.7319593Z test_ELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.7410791Z test_Embedding (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:15.7558387Z test_EmbeddingBag_discontiguous (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:15.7570361Z test_EmbeddingBag_discontiguous_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.7669265Z test_EmbeddingBag_max (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.7680874Z test_EmbeddingBag_max_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.7783387Z test_EmbeddingBag_max_padding_idx (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:15.7796930Z test_EmbeddingBag_max_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.7902963Z test_EmbeddingBag_mean (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:15.7916335Z test_EmbeddingBag_mean_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.8024576Z test_EmbeddingBag_mean_padding_idx (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:15.8035596Z test_EmbeddingBag_mean_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.8168831Z test_EmbeddingBag_sparse (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.8181787Z test_EmbeddingBag_sparse_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:15.8273397Z test_EmbeddingBag_sum (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.8285566Z test_EmbeddingBag_sum_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.8377949Z test_EmbeddingBag_sum_padding_idx (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:15.8390291Z test_EmbeddingBag_sum_padding_idx_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.8402276Z test_Embedding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.8576597Z test_Embedding_discontiguous (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:15.8588509Z test_Embedding_discontiguous_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.8698135Z test_Embedding_sparse (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:15.8710357Z test_Embedding_sparse_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.8817230Z test_Flatten (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:15.8829510Z test_Flatten_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.8937870Z test_Flatten_no_batch_dim (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.8951583Z test_Flatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.9041632Z test_Fold (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:15.9055103Z test_Fold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.9147502Z test_Fold_int_input (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:15.9160995Z test_Fold_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.9237798Z test_Fold_no_batch_dim_input (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.9249813Z test_Fold_no_batch_dim_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.9334397Z test_Fold_no_batch_dim_int_input (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:15.9348180Z test_Fold_no_batch_dim_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.9463996Z test_FractionalMaxPool2d_ratio (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:15.9476278Z test_FractionalMaxPool2d_ratio_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.9591753Z test_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:15.9604216Z test_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.9719124Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:15.9731332Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:15.9878450Z test_FractionalMaxPool2d_ratio_return_indices (__main__.TestNN) ... ok (0.029s) 2022-09-27T16:26:15.9896904Z test_FractionalMaxPool2d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-09-27T16:26:16.0011651Z test_FractionalMaxPool2d_size (__main__.TestNN) ... ok (0.001s) 2022-09-27T16:26:16.0023800Z test_FractionalMaxPool2d_size_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.0136434Z test_FractionalMaxPool2d_size_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.0148545Z test_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.0270843Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.0284531Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.0442085Z test_FractionalMaxPool3d_asymsize (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.0454025Z test_FractionalMaxPool3d_asymsize_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.0568621Z test_FractionalMaxPool3d_ratio (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.0580582Z test_FractionalMaxPool3d_ratio_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.0699447Z test_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.0711660Z test_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:26:16.0829202Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:16.0841116Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.0957340Z test_FractionalMaxPool3d_ratio_return_indices (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.0969336Z test_FractionalMaxPool3d_ratio_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.1102825Z test_FractionalMaxPool3d_size (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.1114862Z test_FractionalMaxPool3d_size_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.1242258Z test_FractionalMaxPool3d_size_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.1254422Z test_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.1381494Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.1393553Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.1500674Z test_GELU (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.1512677Z test_GELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.1590163Z test_GELU_no_batch_dim (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:16.1602356Z test_GELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.1678541Z test_GELU_scalar (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.1690787Z test_GELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.1793194Z test_GLU (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:16.1806748Z test_GLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:16.1917951Z test_GLU_dim (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:16.1929978Z test_GLU_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.2008677Z test_GLU_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.2020790Z test_GLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.2291850Z test_GroupNorm_1d_affine (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:16.2528206Z test_GroupNorm_1d_affine_GN (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.2540472Z test_GroupNorm_1d_affine_GN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.2794769Z test_GroupNorm_1d_affine_GN_eval (__main__.TestNN) ... ok (0.034s) 2022-09-27T16:26:16.2806913Z test_GroupNorm_1d_affine_GN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.2818670Z test_GroupNorm_1d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.3084586Z test_GroupNorm_1d_affine_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.3098470Z test_GroupNorm_1d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.3110021Z test_GroupNorm_1d_affine_large_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.3122986Z test_GroupNorm_1d_affine_large_batch_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.003s) 2022-09-27T16:26:16.3262450Z test_GroupNorm_1d_no_affine_IN (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:16.3274757Z test_GroupNorm_1d_no_affine_IN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:16.3416965Z test_GroupNorm_1d_no_affine_IN_eval (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:16.3429095Z test_GroupNorm_1d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.3560766Z test_GroupNorm_1d_no_affine_LN (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.3572851Z test_GroupNorm_1d_no_affine_LN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.3702683Z test_GroupNorm_1d_no_affine_LN_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.3714766Z test_GroupNorm_1d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.3981458Z test_GroupNorm_2d_affine (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:16.3993655Z test_GroupNorm_2d_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.4255637Z test_GroupNorm_2d_affine_eval (__main__.TestNN) ... ok (0.026s) 2022-09-27T16:26:16.4266727Z test_GroupNorm_2d_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.4277352Z test_GroupNorm_2d_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.4288111Z test_GroupNorm_2d_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.4423127Z test_GroupNorm_2d_no_affine_IN (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.4435173Z test_GroupNorm_2d_no_affine_IN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.4573840Z test_GroupNorm_2d_no_affine_IN_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.4585208Z test_GroupNorm_2d_no_affine_IN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.4720738Z test_GroupNorm_2d_no_affine_LN (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.4732730Z test_GroupNorm_2d_no_affine_LN_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.4873192Z test_GroupNorm_2d_no_affine_LN_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.4886494Z test_GroupNorm_2d_no_affine_LN_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-09-27T16:26:16.4898084Z test_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.4909901Z test_GroupNorm_2d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.5011953Z test_Hardshrink (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:16.5024030Z test_Hardshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.5097766Z test_Hardshrink_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.5109920Z test_Hardshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.5179260Z test_Hardshrink_scalar (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:16.5191185Z test_Hardshrink_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.5246162Z test_Hardsigmoid_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.5258228Z test_Hardsigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.5312413Z test_Hardswish_no_batch_dim (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:16.5324384Z test_Hardswish_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.5425092Z test_Hardtanh (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.5437162Z test_Hardtanh_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.5513079Z test_Hardtanh_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.5525309Z test_Hardtanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.5599577Z test_Hardtanh_scalar (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:16.5611632Z test_Hardtanh_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-09-27T16:26:16.5680569Z test_HingeEmbeddingLoss (__main__.TestNN) ... ok (0.001s) 2022-09-27T16:26:16.5692278Z test_HingeEmbeddingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.5703641Z test_HingeEmbeddingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.5714889Z test_HingeEmbeddingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.5778817Z test_HingeEmbeddingLoss_margin (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.5788620Z test_HingeEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.5798415Z test_HingeEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.5807943Z test_HingeEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.5884132Z test_HingeEmbeddingLoss_margin_no_reduce (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:16.5896197Z test_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.5961477Z test_HingeEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.5973367Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.5984897Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.5996321Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.6056742Z test_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:16.6066696Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.6076505Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.6086397Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.6142348Z test_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.6152506Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.6162425Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.6172108Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.6228177Z test_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:16.6238460Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.6248427Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:16.6258119Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.6333539Z test_HingeEmbeddingLoss_no_reduce (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:16.6345369Z test_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.6408408Z test_HingeEmbeddingLoss_scalar_margin (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.6419967Z test_HingeEmbeddingLoss_scalar_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.6431327Z test_HingeEmbeddingLoss_scalar_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.6442860Z test_HingeEmbeddingLoss_scalar_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.6498563Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:16.6508174Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.6517828Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.6527375Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.6584037Z test_HingeEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.6593955Z test_HingeEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.6603653Z test_HingeEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.6613158Z test_HingeEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.6696300Z test_HuberLoss (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:16.6706698Z test_HuberLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.6717890Z test_HuberLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:16.6728626Z test_HuberLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:26:16.6738133Z test_HuberLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.6832770Z test_HuberLoss_delta (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:16.6843365Z test_HuberLoss_delta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.6890541Z test_HuberLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.6900878Z test_HuberLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.6911112Z test_HuberLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.6921142Z test_HuberLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.6965466Z test_HuberLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:16.6975379Z test_HuberLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.6985068Z test_HuberLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.6994901Z test_HuberLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.7039132Z test_HuberLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:16.7050179Z test_HuberLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:16.7060407Z test_HuberLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.7070033Z test_HuberLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.7148602Z test_HuberLoss_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:16.7158566Z test_HuberLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.7168166Z test_HuberLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.7177795Z test_HuberLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.7187269Z test_HuberLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.7333047Z test_InstanceNorm1d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.7346752Z test_InstanceNorm1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.7482724Z test_InstanceNorm1d_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.7494862Z test_InstanceNorm1d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.7624067Z test_InstanceNorm1d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.7635883Z test_InstanceNorm1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.7786869Z test_InstanceNorm1d_no_batch_dim_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.7800745Z test_InstanceNorm1d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.7958408Z test_InstanceNorm1d_tracking_stats (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.7970536Z test_InstanceNorm1d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.8110718Z test_InstanceNorm1d_tracking_stats_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.8122956Z test_InstanceNorm1d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.8270714Z test_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.8282818Z test_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.8429359Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.8442763Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.8601813Z test_InstanceNorm2d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.8615473Z test_InstanceNorm2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.8775351Z test_InstanceNorm2d_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.8789477Z test_InstanceNorm2d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:16.8935593Z test_InstanceNorm2d_no_batch_dim (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:16.8947820Z test_InstanceNorm2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:16.9106161Z test_InstanceNorm2d_no_batch_dim_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.9119933Z test_InstanceNorm2d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.9279810Z test_InstanceNorm2d_tracking_stats (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.9291947Z test_InstanceNorm2d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.9432667Z test_InstanceNorm2d_tracking_stats_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.9444889Z test_InstanceNorm2d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.9621482Z test_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.9634868Z test_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.9784984Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.9797086Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:16.9961529Z test_InstanceNorm3d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:16.9975106Z test_InstanceNorm3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.0146290Z test_InstanceNorm3d_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:17.0160096Z test_InstanceNorm3d_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.0313990Z test_InstanceNorm3d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:17.0326212Z test_InstanceNorm3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.0492307Z test_InstanceNorm3d_no_batch_dim_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:17.0506209Z test_InstanceNorm3d_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.0673063Z test_InstanceNorm3d_tracking_stats (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:17.0685707Z test_InstanceNorm3d_tracking_stats_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:17.0828874Z test_InstanceNorm3d_tracking_stats_eval (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:17.0841721Z test_InstanceNorm3d_tracking_stats_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:17.1001836Z test_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:17.1013812Z test_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.1161891Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:17.1173547Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.1185755Z test_KLDivLoss (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:26:17.1186660Z warnings.warn( 2022-09-27T16:26:17.1205700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:26:17.1206443Z warnings.warn( 2022-09-27T16:26:17.1232121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:26:17.1232991Z warnings.warn( 2022-09-27T16:26:17.1234634Z ok (0.000s) 2022-09-27T16:26:17.1254864Z test_KLDivLoss_batch_mean (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:17.1275206Z test_KLDivLoss_batch_mean_log_target (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:17.1287591Z test_KLDivLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.1299106Z test_KLDivLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.1309670Z test_KLDivLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.1336844Z test_KLDivLoss_log_target (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:26:17.1337443Z warnings.warn( 2022-09-27T16:26:17.1361277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:26:17.1363965Z warnings.warn( 2022-09-27T16:26:17.1364174Z ok (0.016s) 2022-09-27T16:26:17.1374675Z test_KLDivLoss_log_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.1384381Z test_KLDivLoss_log_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.1393909Z test_KLDivLoss_log_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.1442561Z test_KLDivLoss_log_target_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:17.1453169Z test_KLDivLoss_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.1462834Z test_KLDivLoss_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.1472551Z test_KLDivLoss_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:17.1517325Z test_KLDivLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.001s) 2022-09-27T16:26:17.1527439Z test_KLDivLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.1537084Z test_KLDivLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.1546590Z test_KLDivLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.1591417Z test_KLDivLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:17.1601554Z test_KLDivLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.1611244Z test_KLDivLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.1620893Z test_KLDivLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.1665691Z test_KLDivLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:17.1675705Z test_KLDivLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.1685508Z test_KLDivLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.1695071Z test_KLDivLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.1798281Z test_KLDivLoss_no_reduce (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:17.1810236Z test_KLDivLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.1921988Z test_KLDivLoss_no_reduce_log_target (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:17.1932665Z test_KLDivLoss_no_reduce_log_target_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.2003180Z test_KLDivLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:17.2015329Z test_KLDivLoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.2090703Z test_KLDivLoss_no_reduce_scalar_log_target (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:17.2101430Z test_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.2113199Z test_KLDivLoss_scalar (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:26:17.2114098Z warnings.warn( 2022-09-27T16:26:17.2133578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:26:17.2134277Z warnings.warn( 2022-09-27T16:26:17.2160018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:26:17.2160998Z warnings.warn( 2022-09-27T16:26:17.2162730Z ok (0.016s) 2022-09-27T16:26:17.2175975Z test_KLDivLoss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.2188811Z test_KLDivLoss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.2201692Z test_KLDivLoss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.2234647Z test_KLDivLoss_scalar_log_target (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:26:17.2235268Z warnings.warn( 2022-09-27T16:26:17.2263653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:26:17.2264204Z warnings.warn( 2022-09-27T16:26:17.2266741Z ok (0.016s) 2022-09-27T16:26:17.2280549Z test_KLDivLoss_scalar_log_target_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.2293330Z test_KLDivLoss_scalar_log_target_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.2305972Z test_KLDivLoss_scalar_log_target_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.2365077Z test_KLDivLoss_scalar_log_target_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:17.2378757Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.2391539Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.2404234Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.2460310Z test_KLDivLoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:17.2473308Z test_KLDivLoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.2486119Z test_KLDivLoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.2498612Z test_KLDivLoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.2558624Z test_KLDivLoss_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:17.2571680Z test_KLDivLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.2584424Z test_KLDivLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:17.2596858Z test_KLDivLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.2717592Z test_KLDivLoss_with_log_target_no_reduce (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:17.2729684Z test_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.2838755Z test_KLDivLoss_with_target_no_reduce (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:17.2850640Z test_KLDivLoss_with_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.2949759Z test_L1Loss (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:17.2962964Z test_L1Loss_cuda_cdouble (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.2975895Z test_L1Loss_cuda_cfloat (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.2988662Z test_L1Loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.3001268Z test_L1Loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.3013914Z test_L1Loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.3072039Z test_L1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:17.3085348Z test_L1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.3098129Z test_L1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.3110789Z test_L1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.3168530Z test_L1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:17.3181833Z test_L1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.3194469Z test_L1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.3207210Z test_L1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.3267317Z test_L1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:17.3280484Z test_L1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.3293256Z test_L1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.3305820Z test_L1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.3411775Z test_L1Loss_no_reduce (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:17.3583285Z test_L1Loss_no_reduce_complex (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:17.3595291Z test_L1Loss_no_reduce_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.3607122Z test_L1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.3678295Z test_L1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:17.3692267Z test_L1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:17.3779922Z test_L1Loss_scalar (__main__.TestNN) ... ok (0.001s) 2022-09-27T16:26:17.3791453Z test_L1Loss_scalar_cuda_cdouble (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.3802747Z test_L1Loss_scalar_cuda_cfloat (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.3814053Z test_L1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.3825089Z test_L1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.3834263Z test_L1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.4011370Z test_LPPool1d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:17.4024877Z test_LPPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:17.4199067Z test_LPPool1d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:17.4209670Z test_LPPool1d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.4363975Z test_LPPool1d_norm (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:17.4375976Z test_LPPool1d_norm_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.4536101Z test_LPPool2d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:17.4547954Z test_LPPool2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.4716707Z test_LPPool2d_norm (__main__.TestNN) ... ok (0.017s) 2022-09-27T16:26:17.4729073Z test_LPPool2d_norm_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.4790823Z test_LSTM_cell (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:17.4821948Z test_LSTM_cell_forward_hidden_size (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:17.4842735Z test_LSTM_cell_forward_input_size (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:17.5052040Z test_LayerNorm_1d_elementwise_affine (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:17.5064157Z test_LayerNorm_1d_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.5283221Z test_LayerNorm_1d_elementwise_affine_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:17.5295039Z test_LayerNorm_1d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.5476269Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:17.5488316Z test_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.5672060Z test_LayerNorm_1d_empty_elementwise_affine_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:17.5683947Z test_LayerNorm_1d_empty_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.5804108Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:17.5814927Z test_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.5931910Z test_LayerNorm_1d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:17.5943905Z test_LayerNorm_1d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.6156127Z test_LayerNorm_3d_elementwise_affine (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:17.6166980Z test_LayerNorm_3d_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:17.6370407Z test_LayerNorm_3d_elementwise_affine_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:17.6382377Z test_LayerNorm_3d_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:18.9256150Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestNN) ... ok (1.297s) 2022-09-27T16:26:18.9269288Z test_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.2004710Z test_LayerNorm_3d_no_affine_large_feature_eval (__main__.TestNN) ... ok (1.268s) 2022-09-27T16:26:20.2017843Z test_LayerNorm_3d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.2164031Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.2177887Z test_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.2318650Z test_LayerNorm_3d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.2329202Z test_LayerNorm_3d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.2441208Z test_LeakyReLU (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.2454749Z test_LeakyReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.2535919Z test_LeakyReLU_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.2548058Z test_LeakyReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.2651450Z test_LeakyReLU_with_negval (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:20.2663721Z test_LeakyReLU_with_negval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.2741921Z test_LeakyReLU_with_negval_scalar (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.2754090Z test_LeakyReLU_with_negval_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.2866936Z test_LeakyReLU_with_zero_negval (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:20.2879266Z test_LeakyReLU_with_zero_negval_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-09-27T16:26:20.3099529Z test_Linear (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.3112906Z test_Linear_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.3277494Z test_Linear_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.3289571Z test_Linear_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.3461715Z test_Linear_no_bias (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.3473592Z test_Linear_no_bias_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.3621281Z test_LocalResponseNorm_1d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.3632952Z test_LocalResponseNorm_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.3819813Z test_LocalResponseNorm_2d_uneven_pad (__main__.TestNN) ... ok (0.026s) 2022-09-27T16:26:20.3831887Z test_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.4051786Z test_LocalResponseNorm_3d_custom_params (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.4063938Z test_LocalResponseNorm_3d_custom_params_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.4169510Z test_LogSigmoid (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.4179783Z test_LogSigmoid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.4255024Z test_LogSigmoid_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.4266911Z test_LogSigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.4343025Z test_LogSigmoid_scalar (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:20.4354870Z test_LogSigmoid_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.4471703Z test_LogSoftmax (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.4483551Z test_LogSoftmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.4610892Z test_LogSoftmax_multiparam (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.4622962Z test_LogSoftmax_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.4704444Z test_LogSoftmax_multiparam_scalar (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.4714419Z test_LogSoftmax_multiparam_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.4817325Z test_LogSoftmax_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:20.4829027Z test_LogSoftmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.4926048Z test_MSELoss (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:20.4938560Z test_MSELoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.4949903Z test_MSELoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.4961065Z test_MSELoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.5006698Z test_MSELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:20.5016683Z test_MSELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.5026221Z test_MSELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.5035707Z test_MSELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.5079846Z test_MSELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.5089813Z test_MSELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.5099315Z test_MSELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.5108673Z test_MSELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.5152476Z test_MSELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:20.5162528Z test_MSELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.5172034Z test_MSELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.5181376Z test_MSELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.5286194Z test_MSELoss_no_reduce (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.5297994Z test_MSELoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.5369224Z test_MSELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.5380958Z test_MSELoss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.5537693Z test_MSELoss_prec (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.5549754Z test_MSELoss_prec_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.5559787Z test_MSELoss_prec_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.5569534Z test_MSELoss_prec_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.5579158Z test_MSELoss_prec_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.5653395Z test_MSELoss_scalar (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:20.5662941Z test_MSELoss_scalar_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.5672371Z test_MSELoss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.5683653Z test_MSELoss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:20.5693041Z test_MSELoss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.5760630Z test_MSELoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:20.5770342Z test_MSELoss_scalar_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.5779811Z test_MSELoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.5790337Z test_MSELoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-09-27T16:26:20.5799795Z test_MSELoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.5877958Z test_MSELoss_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:20.5888470Z test_MSELoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.5897972Z test_MSELoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.5907313Z test_MSELoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.5995127Z test_MarginRankingLoss (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.6005127Z test_MarginRankingLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.6014649Z test_MarginRankingLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.6024048Z test_MarginRankingLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.6109443Z test_MarginRankingLoss_margin (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.6119366Z test_MarginRankingLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.6128911Z test_MarginRankingLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.6138315Z test_MarginRankingLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.6217231Z test_MarginRankingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:20.6227016Z test_MarginRankingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.6236684Z test_MarginRankingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.6246005Z test_MarginRankingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.6321027Z test_MarginRankingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.6330755Z test_MarginRankingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.6340180Z test_MarginRankingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.6349541Z test_MarginRankingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.6424235Z test_MarginRankingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:20.6433990Z test_MarginRankingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.6443625Z test_MarginRankingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.6452998Z test_MarginRankingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.6527314Z test_MarginRankingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.6537341Z test_MarginRankingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.6546917Z test_MarginRankingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.6556320Z test_MarginRankingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.6635939Z test_MarginRankingLoss_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:20.6645873Z test_MarginRankingLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.6655398Z test_MarginRankingLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.6666164Z test_MarginRankingLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:20.6776877Z test_MaxPool1d (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:20.6788753Z test_MaxPool1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.6898675Z test_MaxPool1d_return_indices (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:20.6910721Z test_MaxPool1d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.7029317Z test_MaxPool1d_stride (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.7043207Z test_MaxPool1d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.7155693Z test_MaxPool2d_3d_input (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.7168248Z test_MaxPool2d_3d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.7285390Z test_MaxPool2d_4d_input (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.7299214Z test_MaxPool2d_4d_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.7413632Z test_MaxPool2d_return_indices (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.7426085Z test_MaxPool2d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.7549132Z test_MaxPool3d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.7562856Z test_MaxPool3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.7686270Z test_MaxPool3d_return_indices (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:20.7698245Z test_MaxPool3d_return_indices_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.7809024Z test_MaxPool3d_stride (__main__.TestNN) ... ok (0.026s) 2022-09-27T16:26:20.7820790Z test_MaxPool3d_stride_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.7934055Z test_MaxPool3d_stride_padding (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:20.7946064Z test_MaxPool3d_stride_padding_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.8074284Z test_MaxUnpool1d_net (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.8086621Z test_MaxUnpool1d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.8219470Z test_MaxUnpool1d_net_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.8231549Z test_MaxUnpool1d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.8346088Z test_MaxUnpool2d_net (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:20.8357965Z test_MaxUnpool2d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.8476086Z test_MaxUnpool2d_net_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.8488078Z test_MaxUnpool2d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.8576696Z test_MaxUnpool3d_net (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.8590010Z test_MaxUnpool3d_net_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.8690747Z test_MaxUnpool3d_net_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.8703927Z test_MaxUnpool3d_net_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.8849239Z test_Mish (__main__.TestNN) ... ok (0.011s) 2022-09-27T16:26:20.8862684Z test_Mish_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.8949175Z test_Mish_no_batch_dim (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:20.8961477Z test_Mish_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:20.9044465Z test_Mish_scalar (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:20.9056383Z test_Mish_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.9129734Z test_ModuleDict (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.9239730Z test_ModuleList (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:20.9471505Z test_MultiLabelMarginLoss (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:20.9514473Z test_MultiLabelMarginLoss_0d_no_reduce (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:20.9527900Z test_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.9609879Z test_MultiLabelMarginLoss_1d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.9622904Z test_MultiLabelMarginLoss_1d_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.9635837Z test_MultiLabelMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.9648845Z test_MultiLabelMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.9661224Z test_MultiLabelMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.9755546Z test_MultiLabelMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:20.9766544Z test_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.9828799Z test_MultiLabelMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:20.9839252Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.9849231Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.9859830Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.9869307Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.9879263Z test_MultiLabelMarginLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.9889045Z test_MultiLabelMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.9901633Z test_MultiLabelMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:20.9913950Z test_MultiLabelMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:20.9999797Z test_MultiLabelMarginLoss_index_neg (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:21.0011586Z test_MultiLabelMarginLoss_index_neg_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.0039484Z test_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:21.0050987Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.0063295Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:21.0074554Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.0101890Z test_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:21.0113531Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.0124875Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.0136103Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.0161245Z test_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:21.0171056Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.0180599Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.0190030Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.0474264Z test_MultiLabelMarginLoss_no_reduce (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:21.0486311Z test_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.0741052Z test_MultiLabelMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.032s) 2022-09-27T16:26:21.0750652Z test_MultiLabelMarginLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.0760267Z test_MultiLabelMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.0769751Z test_MultiLabelMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.0779166Z test_MultiLabelMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.0817090Z test_MultiLabelSoftMarginLoss (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:21.0827071Z test_MultiLabelSoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.0836786Z test_MultiLabelSoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.0846692Z test_MultiLabelSoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:21.0915240Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.001s) 2022-09-27T16:26:21.0925332Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.0935005Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.0944523Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.1013086Z test_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.1023074Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.1032741Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.1042431Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.1110974Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:21.1121046Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.1130715Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.1140278Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.1232531Z test_MultiLabelSoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.1246124Z test_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.1294903Z test_MultiLabelSoftMarginLoss_weights (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:21.1308782Z test_MultiLabelSoftMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.1321660Z test_MultiLabelSoftMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.1334763Z test_MultiLabelSoftMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:21.1443090Z test_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:21.1453570Z test_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.1501851Z test_MultiLabelSoftMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.1515059Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.1528058Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.1540727Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.1610918Z test_MultiMarginLoss (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:21.1649749Z test_MultiMarginLoss_1d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.1662702Z test_MultiMarginLoss_1d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.1675294Z test_MultiMarginLoss_1d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.1687764Z test_MultiMarginLoss_1d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.1746120Z test_MultiMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:21.1760019Z test_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.1799669Z test_MultiMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:21.1813655Z test_MultiMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:21.1827053Z test_MultiMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.1840914Z test_MultiMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.1854530Z test_MultiMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.1867148Z test_MultiMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.1880063Z test_MultiMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.1947876Z test_MultiMarginLoss_margin (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:21.1961057Z test_MultiMarginLoss_margin_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.1972551Z test_MultiMarginLoss_margin_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:21.1982160Z test_MultiMarginLoss_margin_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.2077024Z test_MultiMarginLoss_margin_no_reduce (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:21.2088970Z test_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.2150443Z test_MultiMarginLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.2162222Z test_MultiMarginLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.2173630Z test_MultiMarginLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.2184699Z test_MultiMarginLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.2282857Z test_MultiMarginLoss_no_reduce (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.2293547Z test_MultiMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.2362215Z test_MultiMarginLoss_p (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:21.2372863Z test_MultiMarginLoss_p_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.2383088Z test_MultiMarginLoss_p_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.2393199Z test_MultiMarginLoss_p_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.2506196Z test_MultiMarginLoss_p_no_reduce (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.2518162Z test_MultiMarginLoss_p_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.2580276Z test_MultiMarginLoss_p_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:21.2592696Z test_MultiMarginLoss_p_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:21.2604441Z test_MultiMarginLoss_p_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.2616235Z test_MultiMarginLoss_p_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.2673514Z test_MultiMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:21.2683189Z test_MultiMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.2692790Z test_MultiMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.2702020Z test_MultiMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.2757026Z test_MultiMarginLoss_weights (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.2767047Z test_MultiMarginLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.2776511Z test_MultiMarginLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.2785780Z test_MultiMarginLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.2879489Z test_MultiMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:21.2890299Z test_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.2955141Z test_MultiMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.2968520Z test_MultiMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.2981334Z test_MultiMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.2993889Z test_MultiMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.3058904Z test_NLLLoss (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:21.3200430Z test_NLLLoss2d_no_reduce (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.3211533Z test_NLLLoss2d_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.3333264Z test_NLLLoss2d_no_reduce_ignore_index (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.3344069Z test_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.3465208Z test_NLLLoss2d_no_reduce_weights (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.3476995Z test_NLLLoss2d_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.3737932Z test_NLLLossNd_no_reduce (__main__.TestNN) ... ok (0.032s) 2022-09-27T16:26:21.3748560Z test_NLLLossNd_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.4000837Z test_NLLLossNd_no_reduce_ignore_index (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.4012775Z test_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.4270994Z test_NLLLossNd_no_reduce_weights (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:21.4283005Z test_NLLLossNd_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.4368301Z test_NLLLoss_2d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.4379860Z test_NLLLoss_2d_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.4390988Z test_NLLLoss_2d_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.4402295Z test_NLLLoss_2d_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.4411477Z test_NLLLoss_2d_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.4482162Z test_NLLLoss_2d_ignore_index (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:21.4492071Z test_NLLLoss_2d_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:21.4501642Z test_NLLLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.4511129Z test_NLLLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.4520828Z test_NLLLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.4591476Z test_NLLLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:21.4601454Z test_NLLLoss_2d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.4611000Z test_NLLLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.4620487Z test_NLLLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.4629915Z test_NLLLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.4705814Z test_NLLLoss_2d_weights (__main__.TestNN) ... ok (0.021s) 2022-09-27T16:26:21.4715206Z test_NLLLoss_2d_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:26:21.4725136Z test_NLLLoss_2d_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:26:21.4734940Z test_NLLLoss_2d_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:26:21.4744485Z test_NLLLoss_2d_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:26:21.4754164Z test_NLLLoss_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:26:21.4764001Z test_NLLLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:26:21.4773695Z test_NLLLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:26:21.4783436Z test_NLLLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:26:21.4834304Z test_NLLLoss_dim_is_3 (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:26:21.4844140Z test_NLLLoss_dim_is_3_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.4853620Z test_NLLLoss_dim_is_3_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.4863148Z test_NLLLoss_dim_is_3_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.4872540Z test_NLLLoss_dim_is_3_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.4922513Z test_NLLLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:21.4932266Z test_NLLLoss_dim_is_3_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.4941823Z test_NLLLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.4951321Z test_NLLLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.4960899Z test_NLLLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.5139112Z test_NLLLoss_higher_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.5148962Z test_NLLLoss_higher_dim_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.5158546Z test_NLLLoss_higher_dim_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.5168056Z test_NLLLoss_higher_dim_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.5177423Z test_NLLLoss_higher_dim_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.5355161Z test_NLLLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.5365079Z test_NLLLoss_higher_dim_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.5374617Z test_NLLLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.5384336Z test_NLLLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.5393597Z test_NLLLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.5444208Z test_NLLLoss_ignore_index (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.5454013Z test_NLLLoss_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.5463572Z test_NLLLoss_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.5473083Z test_NLLLoss_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.5482608Z test_NLLLoss_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.5523839Z test_NLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:21.5533729Z test_NLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.5543292Z test_NLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.5552766Z test_NLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.5594411Z test_NLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.5604366Z test_NLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.5613902Z test_NLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.5623338Z test_NLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.5664715Z test_NLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:21.5674536Z test_NLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.5684131Z test_NLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.5693515Z test_NLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.5792114Z test_NLLLoss_no_reduce (__main__.TestNN) ... ok (0.017s) 2022-09-27T16:26:21.5804143Z test_NLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.5906436Z test_NLLLoss_no_reduce_ignore_index (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:21.5918520Z test_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:21.6020757Z test_NLLLoss_no_reduce_weights (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:21.6032855Z test_NLLLoss_no_reduce_weights_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.6134885Z test_NLLLoss_no_reduce_weights_ignore_index (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.6146997Z test_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.6249667Z test_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.6261549Z test_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.6319316Z test_NLLLoss_sum_reduction (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:21.6331056Z test_NLLLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.6342487Z test_NLLLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.6353892Z test_NLLLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.6365409Z test_NLLLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.6420541Z test_NLLLoss_weights (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.6430264Z test_NLLLoss_weights_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.6440034Z test_NLLLoss_weights_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.6449758Z test_NLLLoss_weights_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.6459291Z test_NLLLoss_weights_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.6509913Z test_NLLLoss_weights_ignore_index (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:21.6520000Z test_NLLLoss_weights_ignore_index_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.6529705Z test_NLLLoss_weights_ignore_index_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.6539404Z test_NLLLoss_weights_ignore_index_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.6549019Z test_NLLLoss_weights_ignore_index_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:21.6599884Z test_NLLLoss_weights_ignore_index_neg (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:21.6609782Z test_NLLLoss_weights_ignore_index_neg_cuda_bfloat16 (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.6619474Z test_NLLLoss_weights_ignore_index_neg_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.6629154Z test_NLLLoss_weights_ignore_index_neg_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.6638867Z test_NLLLoss_weights_ignore_index_neg_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.6783182Z test_PReLU_1d (__main__.TestNN) ... ok (0.017s) 2022-09-27T16:26:21.6795247Z test_PReLU_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.6943846Z test_PReLU_1d_multiparam (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.6955924Z test_PReLU_1d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.7138816Z test_PReLU_2d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.7152434Z test_PReLU_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.7322991Z test_PReLU_2d_multiparam (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.7336532Z test_PReLU_2d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.7519789Z test_PReLU_3d (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:21.7532090Z test_PReLU_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.7713671Z test_PReLU_3d_multiparam (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.7727613Z test_PReLU_3d_multiparam_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.7747940Z test_PReLU_backward_requires_grad_false (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:21.7863520Z test_PReLU_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.7877325Z test_PReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.7991558Z test_PReLU_scalar (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.8003627Z test_PReLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.8192035Z test_Padding122112_3dcircular (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.8204040Z test_Padding122112_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.8348220Z test_Padding1221_2dcircular (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.8361883Z test_Padding1221_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.8484138Z test_Padding12_1dcircular (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.8496265Z test_Padding12_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.8639805Z test_Padding2322_2dcircular (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.8649929Z test_Padding2322_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.8760381Z test_Padding31_1dcircular (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:21.8773019Z test_Padding31_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:21.8949518Z test_Padding322112_3dcircular (__main__.TestNN) ... ok (0.017s) 2022-09-27T16:26:21.8959964Z test_Padding322112_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.9141659Z test_Padding332122_3dcircular (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.9151907Z test_Padding332122_3dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.9293154Z test_Padding3331_2dcircular (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.9303526Z test_Padding3331_2dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.9415007Z test_Padding33_1dcircular (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.9425264Z test_Padding33_1dcircular_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.9582140Z test_PairwiseDistance (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.9740522Z test_PairwiseDistance_broadcast_lhs (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.9750729Z test_PairwiseDistance_broadcast_lhs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.9909745Z test_PairwiseDistance_broadcast_rhs (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:21.9919920Z test_PairwiseDistance_broadcast_rhs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:21.9929860Z test_PairwiseDistance_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.0073290Z test_PairwiseDistance_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.0083529Z test_PairwiseDistance_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.0259424Z test_PairwiseDistance_with_non_default_args (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.0269835Z test_PairwiseDistance_with_non_default_args_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.0482192Z test_ParameterDict (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.0506057Z test_ParameterDict_replication (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.0594753Z test_ParameterList (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.0608522Z test_ParameterList_meta (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.0627716Z test_ParameterList_replication (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.0727205Z test_PixelShuffle (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.0739164Z test_PixelShuffle_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.0843106Z test_PixelUnshuffle (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.0855532Z test_PixelUnshuffle_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.0931744Z test_PoissonNLLLoss_full_loss (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.0944380Z test_PoissonNLLLoss_full_loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.0955931Z test_PoissonNLLLoss_full_loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.0967572Z test_PoissonNLLLoss_full_loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.1037454Z test_PoissonNLLLoss_full_loss_no_log_input (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.1048060Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.1057756Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.1067375Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.1119349Z test_PoissonNLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.1130074Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.1139947Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.1149664Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.1201819Z test_PoissonNLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.1212588Z test_PoissonNLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.1222529Z test_PoissonNLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.1232170Z test_PoissonNLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.1284696Z test_PoissonNLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.1295485Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.1305296Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.1315290Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:22.1373776Z test_PoissonNLLLoss_no_full_loss (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.1384468Z test_PoissonNLLLoss_no_full_loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.1394253Z test_PoissonNLLLoss_no_full_loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.1404069Z test_PoissonNLLLoss_no_full_loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.1463437Z test_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.1474550Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:22.1484436Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.1494071Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.1598577Z test_PoissonNLLLoss_no_reduce (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.1610755Z test_PoissonNLLLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.1696058Z test_RNN_cell (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.1731219Z test_RNN_cell_forward_hidden_size (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.1757317Z test_RNN_cell_forward_input_size (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.1778356Z test_RNN_cell_forward_zero_hidden_size (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.1855173Z test_RNN_cell_no_broadcasting (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.1872180Z test_RNN_change_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.000s) 2022-09-27T16:26:22.1877051Z test_RNN_cpu_vs_cudnn_no_dropout (__main__.TestNN) ... skip: needs cudnn (0.000s) 2022-09-27T16:26:22.1881976Z test_RNN_cpu_vs_cudnn_with_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.000s) 2022-09-27T16:26:22.1893691Z test_RNN_cudnn_weight_norm (__main__.TestNN) ... skip: needs cudnn (0.000s) 2022-09-27T16:26:22.1916703Z test_RNN_dropout (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.000s) 2022-09-27T16:26:22.1934882Z test_RNN_dropout_state (__main__.TestNN) ... skip: needs cudnn >= 5.1 (0.000s) 2022-09-27T16:26:22.1984516Z test_RNN_input_size_zero (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.2004508Z test_RNN_nonlinearity (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.2101648Z test_RReLU (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.2113903Z test_RReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:22.2193588Z test_RReLU_no_batch_dim (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.2205986Z test_RReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.2309990Z test_RReLU_with_up_down (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.2322200Z test_RReLU_with_up_down_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.2393271Z test_RReLU_with_up_down_scalar (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.2407066Z test_RReLU_with_up_down_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.2523407Z test_ReLU (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.2662449Z test_ReLU6 (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.2674845Z test_ReLU6_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.2753043Z test_ReLU6_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.2765398Z test_ReLU6_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.2852929Z test_ReLU6_scalar (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.2863534Z test_ReLU6_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.2873770Z test_ReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.2947352Z test_ReLU_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.2959755Z test_ReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.3035895Z test_ReLU_scalar (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.3048109Z test_ReLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.3147481Z test_ReflectionPad1d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.3251512Z test_ReflectionPad1d_batch (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.3263839Z test_ReflectionPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.3429636Z test_ReflectionPad1d_complex (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.3443393Z test_ReflectionPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.3456503Z test_ReflectionPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.3576538Z test_ReflectionPad2d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.3759567Z test_ReflectionPad2d_complex (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.3771615Z test_ReflectionPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.3783095Z test_ReflectionPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.3895285Z test_ReflectionPad2d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.3907420Z test_ReflectionPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.4083703Z test_ReflectionPad3d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.4408251Z test_ReflectionPad3d_complex (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:22.4420607Z test_ReflectionPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.4432361Z test_ReflectionPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.4578353Z test_ReflectionPad3d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.4590178Z test_ReflectionPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.4689725Z test_ReplicationPad1d (__main__.TestNN) ... ok (0.017s) 2022-09-27T16:26:22.4795524Z test_ReplicationPad1d_batch (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.4807841Z test_ReplicationPad1d_batch_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.4961655Z test_ReplicationPad1d_complex (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.4973764Z test_ReplicationPad1d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.4986224Z test_ReplicationPad1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:22.5092871Z test_ReplicationPad2d (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.5261173Z test_ReplicationPad2d_complex (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.5273137Z test_ReplicationPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.5284803Z test_ReplicationPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.5402789Z test_ReplicationPad2d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.5416668Z test_ReplicationPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.5525825Z test_ReplicationPad3d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.5710210Z test_ReplicationPad3d_complex (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.5722338Z test_ReplicationPad3d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.5734056Z test_ReplicationPad3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.5848945Z test_ReplicationPad3d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.5860791Z test_ReplicationPad3d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.5967035Z test_SELU (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.5979157Z test_SELU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.6056076Z test_SELU_no_batch_dim (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.6068097Z test_SELU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.6144459Z test_SELU_scalar (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.6155182Z test_SELU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.6175986Z test_Sequential_add (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.6201585Z test_Sequential_append (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.6223040Z test_Sequential_delitem (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.6247629Z test_Sequential_extend (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.6290721Z test_Sequential_getitem (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.6321886Z test_Sequential_iadd (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.6364390Z test_Sequential_imul (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.6397060Z test_Sequential_insert (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.6420933Z test_Sequential_insert_fail_case (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.6449826Z test_Sequential_mul (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.6477255Z test_Sequential_pop (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.6506165Z test_Sequential_rmul (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.6531436Z test_Sequential_setitem (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.6557718Z test_Sequential_setitem_named (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.6681015Z test_SiLU (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.6694754Z test_SiLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.6771761Z test_SiLU_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-09-27T16:26:22.6783778Z test_SiLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.6868742Z test_SiLU_scalar (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.6883628Z test_SiLU_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:22.6987208Z test_Sigmoid (__main__.TestNN) ... ok (0.002s) 2022-09-27T16:26:22.6999550Z test_Sigmoid_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.7075538Z test_Sigmoid_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.7087771Z test_Sigmoid_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.7157090Z test_Sigmoid_scalar (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.7169232Z test_Sigmoid_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.7269296Z test_SmoothL1Loss (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.7372698Z test_SmoothL1Loss_beta (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.7384421Z test_SmoothL1Loss_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.7395760Z test_SmoothL1Loss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.7407010Z test_SmoothL1Loss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.7418069Z test_SmoothL1Loss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.7468823Z test_SmoothL1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.7480464Z test_SmoothL1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.7491715Z test_SmoothL1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.7502695Z test_SmoothL1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.7549067Z test_SmoothL1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.7558894Z test_SmoothL1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.7568356Z test_SmoothL1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.7577684Z test_SmoothL1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.7622129Z test_SmoothL1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.7631901Z test_SmoothL1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.7641469Z test_SmoothL1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.7650812Z test_SmoothL1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.7745921Z test_SmoothL1Loss_no_reduce (__main__.TestNN) ... ok (0.019s) 2022-09-27T16:26:22.7756861Z test_SmoothL1Loss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.7826989Z test_SmoothL1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.006s) 2022-09-27T16:26:22.7836878Z test_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.7914305Z test_SmoothL1Loss_scalar (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:22.7924392Z test_SmoothL1Loss_scalar_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.7934008Z test_SmoothL1Loss_scalar_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.7943531Z test_SmoothL1Loss_scalar_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.8015905Z test_SmoothL1Loss_scalar_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:22.8025498Z test_SmoothL1Loss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.8034966Z test_SmoothL1Loss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.8044453Z test_SmoothL1Loss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.8125532Z test_SmoothL1Loss_sum_reduction (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.8135176Z test_SmoothL1Loss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.8144598Z test_SmoothL1Loss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.8153937Z test_SmoothL1Loss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.8245670Z test_SmoothL1Loss_zero_beta (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.8256072Z test_SmoothL1Loss_zero_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.8318248Z test_SoftMarginLoss (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.8329331Z test_SoftMarginLoss_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.8339236Z test_SoftMarginLoss_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.8349069Z test_SoftMarginLoss_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.8404084Z test_SoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.8414795Z test_SoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.8424585Z test_SoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.8434373Z test_SoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:22.8489094Z test_SoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.8499874Z test_SoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.8509654Z test_SoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.8519418Z test_SoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.8575303Z test_SoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.8586056Z test_SoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.8595899Z test_SoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:22.8605670Z test_SoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.8723663Z test_SoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.8733347Z test_SoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.8792463Z test_SoftMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.8803437Z test_SoftMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.8812951Z test_SoftMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.8822365Z test_SoftMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.8935691Z test_Softmax (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:22.9067559Z test_Softmax2d (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:22.9081046Z test_Softmax2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.9192229Z test_Softmax2d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.9204224Z test_Softmax2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.9215607Z test_Softmax_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.9323726Z test_Softmax_no_batch_dim (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.9337043Z test_Softmax_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.9416257Z test_Softmax_scalar (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.9428295Z test_Softmax_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.9539074Z test_Softmin (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:22.9550867Z test_Softmin_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.9664796Z test_Softmin_multidim (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:22.9677927Z test_Softmin_multidim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:22.9793018Z test_Softmin_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:22.9805294Z test_Softmin_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:22.9877819Z test_Softmin_scalar (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:22.9891140Z test_Softmin_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:23.0010372Z test_Softplus (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:23.0124134Z test_Softplus_beta (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:23.0136223Z test_Softplus_beta_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:23.0251980Z test_Softplus_beta_threshold (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:23.0264169Z test_Softplus_beta_threshold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:23.0341105Z test_Softplus_beta_threshold_scalar (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:23.0353407Z test_Softplus_beta_threshold_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:23.0365249Z test_Softplus_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:23.0442667Z test_Softplus_no_batch_dim (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:23.0454872Z test_Softplus_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:23.0549919Z test_Softshrink (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:23.0562435Z test_Softshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:23.0658460Z test_Softshrink_lambda (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:23.0670615Z test_Softshrink_lambda_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:23.0739184Z test_Softshrink_lambda_scalar (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:23.0751610Z test_Softshrink_lambda_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:23.0826212Z test_Softshrink_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:23.0838577Z test_Softshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:23.0959071Z test_Softsign (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:23.0971213Z test_Softsign_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:23.1059203Z test_Softsign_no_batch_dim (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:23.1071265Z test_Softsign_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:23.1157119Z test_Softsign_scalar (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:23.1169404Z test_Softsign_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:23.1279908Z test_Tanh (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:23.1291982Z test_Tanh_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:23.1372892Z test_Tanh_no_batch_dim (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:23.1388436Z test_Tanh_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:23.1461605Z test_Tanh_scalar (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:23.1473617Z test_Tanh_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:23.1590222Z test_Tanhshrink (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:23.1602453Z test_Tanhshrink_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:23.1688347Z test_Tanhshrink_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:23.1700365Z test_Tanhshrink_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:23.1777563Z test_Tanhshrink_scalar (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:23.1789399Z test_Tanhshrink_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:23.1892916Z test_Threshold_large_value (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:23.1906317Z test_Threshold_large_value_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:23.1985130Z test_Threshold_no_batch_dim (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:23.1997296Z test_Threshold_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:23.2109021Z test_Threshold_threshold_value (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:23.2121271Z test_Threshold_threshold_value_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:23.2196103Z test_Threshold_threshold_value_scalar (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:23.2208128Z test_Threshold_threshold_value_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:23.3019374Z test_TransformerDecoderLayer_gelu_activation (__main__.TestNN) ... ok (0.073s) 2022-09-27T16:26:23.3034246Z test_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:23.3853172Z test_TransformerDecoderLayer_relu_activation (__main__.TestNN) ... ok (0.092s) 2022-09-27T16:26:23.3866327Z test_TransformerDecoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:23.4312533Z test_TransformerEncoderLayer_gelu_activation (__main__.TestNN) ... ok (0.048s) 2022-09-27T16:26:23.4325222Z test_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:23.6114094Z test_TransformerEncoderLayer_relu_activation (__main__.TestNN) ... ok (0.177s) 2022-09-27T16:26:23.6128160Z test_TransformerEncoderLayer_relu_activation_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:24.6102433Z test_Transformer_cell (__main__.TestNN) ... ok (1.003s) 2022-09-27T16:26:25.1073274Z test_Transformer_multilayer_coder (__main__.TestNN) ... ok (0.493s) 2022-09-27T16:26:25.1086381Z test_Transformer_multilayer_coder_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:25.1202546Z test_TripletMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:25.1212323Z test_TripletMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:25.1221925Z test_TripletMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:25.1231389Z test_TripletMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:25.1343275Z test_TripletMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:25.1353110Z test_TripletMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:25.1362738Z test_TripletMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:25.1372113Z test_TripletMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:25.1482894Z test_TripletMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.1492858Z test_TripletMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:25.1502338Z test_TripletMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:25.1511682Z test_TripletMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:25.1611075Z test_Unflatten_no_batch_dim (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.1620975Z test_Unflatten_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:25.1714070Z test_Unfold (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:25.1727623Z test_Unfold_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:25.1817845Z test_Unfold_int_input (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:25.1830275Z test_Unfold_int_input_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:25.1940980Z test_ZeroPad2d (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.2118663Z test_ZeroPad2d_complex (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:25.2131611Z test_ZeroPad2d_complex_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:25.2144014Z test_ZeroPad2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:26:25.2248900Z test_ZeroPad2d_negative_dims (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.2260968Z test_ZeroPad2d_negative_dims_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:25.2373081Z test_ZeroPad2d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:25.2385092Z test_ZeroPad2d_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:25.2579305Z test_adaptive_log_softmax (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:25.2610692Z test_add_module (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:25.2635214Z test_add_module_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.2699215Z test_affine_grid (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.2778350Z test_affine_grid_3d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:25.2827285Z test_affine_grid_error_checking (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.2883721Z test_assignment (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.2901316Z test_batchnorm_buffer_update_when_stats_are_not_tracked (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.2912369Z test_batchnorm_cudnn_half (__main__.TestNN) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:26:25.2935943Z test_batchnorm_cudnn_nhwc (__main__.TestNN) ... skip: CUDA unavailable (0.016s) 2022-09-27T16:26:25.3105160Z test_batchnorm_nhwc_cpu (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:25.3115834Z test_batchnorm_nhwc_cuda (__main__.TestNN) ... skip: CUDA not available (0.000s) 2022-09-27T16:26:25.3139816Z test_batchnorm_non_contig_cpu (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.3147622Z test_batchnorm_nonaffine_cuda_half_input (__main__.TestNN) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:26:25.3168311Z test_batchnorm_raises_error_if_bias_is_not_same_size_as_input (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.3180706Z test_batchnorm_raises_error_if_less_than_one_value_per_channel (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.3200094Z test_batchnorm_raises_error_if_running_mean_is_not_same_size_as_input (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.3219317Z test_batchnorm_raises_error_if_running_var_is_not_same_size_as_input (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.3252619Z test_batchnorm_raises_error_if_running_var_or_running_mean_have_forward_grad (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:25.3272295Z test_batchnorm_raises_error_if_weight_is_not_same_size_as_input (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.3288011Z test_bce_loss_always_nonnegative (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.3310677Z test_bce_loss_broadcasts_weights (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.3334004Z test_bce_loss_input_range (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.3346461Z test_bce_loss_size_mismatch (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.3368314Z test_bce_with_logits_broadcasts_pos_weights (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.3392538Z test_bce_with_logits_broadcasts_weights (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:25.3431133Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.4166346Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss_large_tensors_with_grad (__main__.TestNN) ... ok (0.064s) 2022-09-27T16:26:25.4252541Z test_bce_with_logits_has_correct_forward_grad (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:25.4268572Z test_bce_with_logits_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.4285843Z test_bce_with_logits_ones_in_pos_weights_are_the_same_as_none (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.4300337Z test_bce_with_logits_raises_if_target_and_input_are_different_size (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.4316737Z test_bce_with_logits_stability (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.4334418Z test_bce_with_logits_with_pos_weight_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.4375567Z test_bilinear (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:25.4394888Z test_bilinear_broadcasting (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.4683983Z test_bilinear_no_bias (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:25.4724611Z test_bilinear_non_contiguous (__main__.TestNN) ... ok (0.006s) 2022-09-27T16:26:25.4733190Z test_broadcast_double_backwards_gpu (__main__.TestNN) ... skip: multi-GPU not supported (0.000s) 2022-09-27T16:26:25.4740428Z test_broadcast_no_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.000s) 2022-09-27T16:26:25.4750599Z test_broadcast_not_requiring_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.000s) 2022-09-27T16:26:25.4763401Z test_buffer_not_persistent (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.4781027Z test_buffer_not_persistent_assign (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.4793096Z test_buffer_not_persistent_del (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.4804285Z test_buffer_not_persistent_load (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.4819899Z test_buffer_not_persistent_overwrite (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.4844076Z test_buffers_and_named_buffers (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.4855116Z test_caching_parametrization (__main__.TestNN) 2022-09-27T16:26:25.4869276Z Test the caching system of a parametrization ... ok (0.000s) 2022-09-27T16:26:25.4883439Z test_caching_parametrization_with_transfer_parametrizations_and_params (__main__.TestNN) 2022-09-27T16:26:25.4901375Z Test that transferring parametrizations doesn't cause issues with caching ... ok (0.016s) 2022-09-27T16:26:25.4920205Z test_call_supports_python_dict_output (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1078: UserWarning: Using non-full backward hooks on a Module that does not return a single Tensor or a tuple of Tensors is deprecated and will be removed in future versions. This hook will be missing some of the grad_output. Please use register_full_backward_hook to get the documented behavior. 2022-09-27T16:26:25.4920930Z warnings.warn("Using non-full backward hooks on a Module that does not return a " 2022-09-27T16:26:25.4922140Z ok (0.000s) 2022-09-27T16:26:25.4969063Z test_channel_shuffle (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.4981640Z test_channel_shuffle_return_self (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:25.5000120Z test_children (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.5114823Z test_clip_grad_norm (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.5142630Z test_clip_grad_value (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:25.5152553Z test_compute_nparams_to_prune (__main__.TestNN) 2022-09-27T16:26:25.5160342Z Test that requested pruning `amount` gets translated into the ... ok (0.000s) 2022-09-27T16:26:25.5185429Z test_container_copy (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.5848767Z test_conv2d_discontiguous_weight (__main__.TestNN) ... ok (0.063s) 2022-09-27T16:26:25.6274022Z test_conv_backcompat (__main__.TestNN) ... ok (0.041s) 2022-09-27T16:26:25.6287890Z test_conv_cudnn_memory_layout_dominance (__main__.TestNN) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:26:25.6305937Z test_conv_invalid_groups (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.6466362Z test_conv_modules_raise_error_on_incorrect_input_size (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:25.6481177Z test_conv_padding_mode (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:25.6664275Z test_conv_shapecheck (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:975: 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-09-27T16:26:25.6665334Z warnings.warn( 2022-09-27T16:26:25.6788330Z ok (0.016s) 2022-09-27T16:26:25.6837389Z test_conv_tbc (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:25.6852703Z test_convert_sync_batchnorm (__main__.TestNN) ... skip: CUDA not available (0.000s) 2022-09-27T16:26:25.6881696Z test_cosine_embedding_loss_invalid_shape (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.6969751Z test_cosine_embedding_loss_margin_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:25.7054515Z test_cosine_embedding_loss_no_reduce (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:25.7503074Z test_cosine_embedding_loss_with_diff_type (__main__.TestNN) ... ok (0.041s) 2022-09-27T16:26:25.7537395Z test_cosine_similarity (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:25.7564266Z test_cross_entropy_loss (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:29.9055377Z test_cross_entropy_loss_precision (__main__.TestNN) ... ok (4.147s) 2022-09-27T16:26:29.9073126Z test_cross_entropy_loss_zero_div (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:29.9083503Z test_cudnn_non_contiguous (__main__.TestNN) ... skip: CUDA not available (0.000s) 2022-09-27T16:26:29.9094144Z test_cudnn_noncontiguous_weight (__main__.TestNN) ... skip: CUDA unavailable (0.016s) 2022-09-27T16:26:29.9101941Z test_cudnn_rnn_dropout_states_device (__main__.TestNN) ... skip: CUDNN or multi-gpu not available (0.000s) 2022-09-27T16:26:29.9127935Z test_cudnn_weight_format (__main__.TestNN) ... skip: CUDNN not available (0.000s) 2022-09-27T16:26:29.9149544Z test_cudnn_weight_tying (__main__.TestNN) ... skip: CUDNN not available (0.000s) 2022-09-27T16:26:29.9160020Z test_custom_from_mask_pruning (__main__.TestNN) 2022-09-27T16:26:29.9169145Z Test that the CustomFromMask is capable of receiving ... ok (0.000s) 2022-09-27T16:26:29.9192433Z test_deepcopy_after_parametrization (__main__.TestNN) 2022-09-27T16:26:29.9257573Z Test that we are able to create a deepcopy of the module when it's parametrized. ... ok (0.016s) 2022-09-27T16:26:29.9275590Z test_dir (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:29.9288656Z test_dir_digit (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:29.9334665Z test_elu_inplace_gradgrad (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:29.9386972Z test_elu_inplace_on_view (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:29.9405943Z test_embedding_bag_from_pretrained (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:29.9419865Z test_embedding_bag_from_pretrained_padding_idx (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:29.9445045Z test_embedding_bag_functional (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:29.9494580Z test_embedding_bag_padding_idx_error (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:29.9511204Z test_embedding_from_pretrained (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:29.9531624Z test_embedding_from_pretrained_options (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:29.9547107Z test_embedding_from_pretrained_padding_idx (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:29.9569536Z test_embedding_functional (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:29.9586422Z test_embedding_max_norm (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:29.9595916Z test_embedding_max_norm_unsorted_repeating_indices (__main__.TestNN) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:26:29.9612777Z test_embedding_sparse_basic (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:29.9634567Z test_embedding_sparse_empty_tensor (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:29.9652636Z test_embeddingbag_from_pretrained (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:29.9675668Z test_embeddingbag_from_pretrained_options (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:29.9751213Z test_error_RNN_seq_len_zero (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:29.9825017Z test_errors_parametrized_tensor_parametrization (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:29.9930349Z test_errors_unparametrized_tensor_parametrization (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:29.9963032Z test_extra_state (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:29.9981023Z test_extra_state_missing_get_extra_state (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:29.9999375Z test_extra_state_missing_set_extra_state (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:30.0028550Z test_extra_state_non_dict (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:30.0064287Z test_fb_fc_packed (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:5326: UserWarning: fbgemm_pack_gemm_matrix_fp16 is deprecated and will be removed in a future PyTorch release. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\QuantizedLinear.cpp:374.) 2022-09-27T16:26:30.0065428Z packed_w_tensor = torch.fbgemm_pack_gemm_matrix_fp16(w_tensor) 2022-09-27T16:26:30.0073409Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:5327: UserWarning: fbgemm_linear_fp16_weight_fp32_activation is deprecated and will be removed in a future PyTorch release. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\QuantizedLinear.cpp:409.) 2022-09-27T16:26:30.0074292Z actual_output = torch.fbgemm_linear_fp16_weight(x_tensor, packed_w_tensor, b_tensor) 2022-09-27T16:26:30.0929867Z ok (0.095s) 2022-09-27T16:26:30.0951100Z test_flatten (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:30.1023140Z test_fold_invalid_arg (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:30.1091749Z test_functional_grad_conv (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:30.3565778Z test_functional_grad_conv2d (__main__.TestNN) ... ok (0.253s) 2022-09-27T16:26:30.3586376Z test_gaussian_nll_loss_args (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:30.3621187Z test_gaussian_nll_loss_broadcasting (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:30.3649531Z test_gaussian_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:30.3666682Z test_get_buffer (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:30.3689131Z test_get_buffer_from_submodules (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:30.3704881Z test_getattr_with_property (__main__.TestNN) ... expected failure (0.000s) 2022-09-27T16:26:30.3719184Z test_global_pruning (__main__.TestNN) 2022-09-27T16:26:30.3736102Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.000s) 2022-09-27T16:26:30.3754548Z test_global_pruning_importance_scores (__main__.TestNN) 2022-09-27T16:26:30.3770074Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.000s) 2022-09-27T16:26:30.4061409Z test_grad_conv1d_input (__main__.TestNN) ... ok (0.032s) 2022-09-27T16:26:30.4363176Z test_grad_conv1d_weight (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:30.4695044Z test_grad_conv2d_input (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:30.5023608Z test_grad_conv2d_weight (__main__.TestNN) ... ok (0.033s) 2022-09-27T16:26:30.5646099Z test_grad_conv3d_input (__main__.TestNN) ... ok (0.063s) 2022-09-27T16:26:30.6167623Z test_grad_conv3d_weight (__main__.TestNN) ... ok (0.048s) 2022-09-27T16:26:31.6506804Z test_grid_sample (__main__.TestNN) ... ok (1.030s) 2022-09-27T16:26:31.7295779Z test_grid_sample_3d (__main__.TestNN) ... ok (0.088s) 2022-09-27T16:26:31.7350762Z test_grid_sample_error_checking (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4223: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-09-27T16:26:31.7351644Z warnings.warn( 2022-09-27T16:26:31.7354730Z ok (0.000s) 2022-09-27T16:26:31.7369129Z test_grouped_conv_cudnn_nhwc_support (__main__.TestNN) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:26:31.8461219Z test_hardtanh_backward (__main__.TestNN) ... ok (0.120s) 2022-09-27T16:26:31.8527411Z test_hardtanh_inplace_gradgrad (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:31.8573909Z test_hook_backward_size (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:31.8601762Z test_hook_backward_writeable (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-09-27T16:26:31.8602624Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-09-27T16:26:31.8603964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1113: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-09-27T16:26:31.8605008Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-09-27T16:26:31.8608367Z ok (0.016s) 2022-09-27T16:26:31.8640896Z test_hook_cpp (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:31.8669444Z test_hook_extra_input (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:31.8699560Z test_hook_forward_preforward_writable (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:31.8744244Z test_hook_inplace (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:31.8764779Z test_hook_invalid_outputs (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:31.8779691Z test_hook_last_arg_requires_grad (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:31.8812940Z test_hook_no_requires_grad (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:31.8930636Z test_hook_non_full_warning (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:31.8948660Z test_hook_requires_grad (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:31.8970011Z test_hooks (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1113: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-09-27T16:26:31.8971094Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-09-27T16:26:31.9055216Z ok (0.000s) 2022-09-27T16:26:31.9077703Z test_huber_loss_invalid_delta (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:31.9090016Z test_identity_pruning (__main__.TestNN) 2022-09-27T16:26:31.9112424Z Test that a mask of 1s does not change forward or backward. ... ok (0.016s) 2022-09-27T16:26:31.9138422Z test_initialization_parametrization (__main__.TestNN) 2022-09-27T16:26:31.9167577Z Test that it is possible to initialize a parametrization when it ... ok (0.000s) 2022-09-27T16:26:31.9194710Z test_inplace_thnn (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:32.0643403Z test_interpolate (__main__.TestNN) ... ok (0.151s) 2022-09-27T16:26:32.0751621Z test_interpolate_bicubic_2d (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:32.0766815Z test_interpolate_bicubic_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.0870607Z test_interpolate_bicubic_2d_zero_dim (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:32.0884659Z test_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.1001048Z test_interpolate_bicubic_scale_2d (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:32.1013485Z test_interpolate_bicubic_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.1126194Z test_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:32.1139954Z test_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.1235205Z test_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:32.1323346Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:32.1334037Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.1345232Z test_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:32.1432524Z test_interpolate_bicubic_tuple_2d (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:32.1518778Z test_interpolate_bicubic_tuple_2d_align_corners (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:32.1529354Z test_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.1539269Z test_interpolate_bicubic_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.1630568Z test_interpolate_bilinear_2d (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:32.1641077Z test_interpolate_bilinear_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.1718381Z test_interpolate_bilinear_2d_zero_dim (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:32.1728340Z test_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.1819025Z test_interpolate_bilinear_scale_2d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:32.1828977Z test_interpolate_bilinear_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.1915681Z test_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:32.1926014Z test_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.2009706Z test_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:32.2094472Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:32.2104802Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.2114770Z test_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.2196161Z test_interpolate_bilinear_tuple_2d (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:32.2279588Z test_interpolate_bilinear_tuple_2d_align_corners (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:32.2289808Z test_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.2299702Z test_interpolate_bilinear_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.2311225Z test_interpolate_illegal_memory_access (__main__.TestNN) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:26:32.2392025Z test_interpolate_linear_1d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:32.2472898Z test_interpolate_linear_1d_align_corners (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:32.2483180Z test_interpolate_linear_1d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.2493108Z test_interpolate_linear_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.2569519Z test_interpolate_linear_1d_zero_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:32.2579845Z test_interpolate_linear_1d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.2660751Z test_interpolate_linear_scale_1d (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:32.2742410Z test_interpolate_linear_scale_1d_align_corners (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:32.2753096Z test_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.2763468Z test_interpolate_linear_scale_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.2843881Z test_interpolate_linear_tuple_1d (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:32.2854036Z test_interpolate_linear_tuple_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.2933326Z test_interpolate_nearest_1d (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:32.2943716Z test_interpolate_nearest_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:32.3018006Z test_interpolate_nearest_1d_zero_dim (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:32.3027899Z test_interpolate_nearest_1d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.3116196Z test_interpolate_nearest_2d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:32.3126632Z test_interpolate_nearest_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.3214619Z test_interpolate_nearest_2d_launch_configs (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:32.3224488Z test_interpolate_nearest_2d_launch_configs_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.3299646Z test_interpolate_nearest_2d_zero_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:32.3309692Z test_interpolate_nearest_2d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.3431607Z test_interpolate_nearest_3d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:32.3443737Z test_interpolate_nearest_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.3527308Z test_interpolate_nearest_3d_zero_dim (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:32.3539290Z test_interpolate_nearest_3d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.3624755Z test_interpolate_nearest_scale_1d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:32.3635460Z test_interpolate_nearest_scale_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.3726987Z test_interpolate_nearest_scale_2d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:32.3739082Z test_interpolate_nearest_scale_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.3897408Z test_interpolate_nearest_scale_3d (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:32.3909372Z test_interpolate_nearest_scale_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.3994112Z test_interpolate_nearest_tuple_1d (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:32.4006107Z test_interpolate_nearest_tuple_1d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.4101661Z test_interpolate_nearest_tuple_2d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:32.4113582Z test_interpolate_nearest_tuple_2d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.4254251Z test_interpolate_nearest_tuple_3d (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:32.4266360Z test_interpolate_nearest_tuple_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.4409157Z test_interpolate_trilinear_3d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:32.4421214Z test_interpolate_trilinear_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.4506906Z test_interpolate_trilinear_3d_zero_dim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:32.4519235Z test_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.4657593Z test_interpolate_trilinear_scale_3d (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:32.4788388Z test_interpolate_trilinear_scale_3d_align_corners (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:32.4800853Z test_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.4812865Z test_interpolate_trilinear_scale_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.4911784Z test_interpolate_trilinear_tuple_3d (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:32.5008520Z test_interpolate_trilinear_tuple_3d_align_corners (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:32.5020683Z test_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.5032876Z test_interpolate_trilinear_tuple_3d_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:32.5102845Z test_invalid_conv1d (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:975: 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-09-27T16:26:32.5103936Z warnings.warn( 2022-09-27T16:26:32.5131313Z ok (0.016s) 2022-09-27T16:26:32.5280319Z test_invalid_conv2d (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:32.5351290Z test_invalid_conv3d (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:32.5368026Z test_kl_div_log_softmax_target (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:32.5386819Z test_kl_div_with_diff_type (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:26:32.5387413Z warnings.warn( 2022-09-27T16:26:32.5392546Z ok (0.000s) 2022-09-27T16:26:32.5417388Z test_kl_div_with_diff_type_log_target (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:46.3197720Z test_l1_loss_correct (__main__.TestNN) ... ok (13.787s) 2022-09-27T16:26:46.3229133Z test_l1_unstructured_pruning (__main__.TestNN) 2022-09-27T16:26:46.3261625Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.000s) 2022-09-27T16:26:46.3292061Z test_l1_unstructured_pruning_with_importance_scores (__main__.TestNN) 2022-09-27T16:26:46.3308444Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.016s) 2022-09-27T16:26:46.3337329Z test_layer_norm_grads_with_create_graph_flag (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:46.3354614Z test_linear_broadcasting (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:46.3367065Z test_ln_structured_pruning (__main__.TestNN) 2022-09-27T16:26:46.3383520Z Check Ln structured pruning by hand. ... ok (0.000s) 2022-09-27T16:26:46.3398320Z test_ln_structured_pruning_importance_scores (__main__.TestNN) 2022-09-27T16:26:46.3413538Z Check Ln structured pruning by hand. ... ok (0.000s) 2022-09-27T16:26:46.3516712Z test_load_state_dict (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:46.3537729Z test_load_state_dict_BC (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:46.3568047Z test_load_state_dict_custom (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:46.3604863Z test_load_state_dict_invalid (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:46.4956284Z test_load_state_dict_ref_cycle (__main__.TestNN) ... ok (0.130s) 2022-09-27T16:26:46.4974489Z test_load_state_dict_type (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:46.5080076Z test_log_softmax_cpu (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:46.5198527Z test_log_softmax_dim0 (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:46.5213803Z test_log_softmax_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:46.5319517Z test_log_softmax_dim3 (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:46.5332774Z test_log_softmax_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:46.5432948Z test_log_softmax_lastdim (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:46.5446350Z test_log_softmax_lastdim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:46.5507824Z test_log_softmax_scalar (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:46.5520705Z test_log_softmax_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:46.5617238Z test_log_softmax_spatial (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:46.5631081Z test_log_softmax_spatial_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:46.5748130Z test_log_softmax_spatial_special (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:46.5761423Z test_log_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:46.5774514Z test_loss_equal_input_target_shape (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:6767: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:26:46.5775484Z 'mse_loss': lambda x, y: F.mse_loss(x, y), 2022-09-27T16:26:46.5781707Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:6768: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:26:46.5782347Z 'l1_loss': lambda x, y: F.l1_loss(x, y), 2022-09-27T16:26:46.5786260Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:6769: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:26:46.5786935Z 'smooth_l1_loss': lambda x, y: F.smooth_l1_loss(x, y), 2022-09-27T16:26:46.5790337Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:6770: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:26:46.5790983Z 'huber_loss': lambda x, y: F.huber_loss(x, y), 2022-09-27T16:26:46.5794666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:26:46.5795376Z warnings.warn( 2022-09-27T16:26:46.5804896Z ok (0.016s) 2022-09-27T16:26:46.5849884Z test_margin_ranking_loss_margin_no_reduce (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:46.5890983Z test_margin_ranking_loss_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:46.5919241Z test_mismatch_shape_conv2d (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:46.5954749Z test_module_apply_inplace_op (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:46.6152408Z test_module_backcompat (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:46.6179545Z test_module_to_argparse (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:46.6201141Z test_modules (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:46.6220968Z test_move_sparse_half_embedding (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:46.6236248Z test_mse_loss_size_warning (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:49.2307425Z test_multihead_attention_average_attn_weights_False (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:5088: UserWarning: Byte tensor for attn_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead. 2022-09-27T16:26:49.2308568Z warnings.warn("Byte tensor for attn_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead.") 2022-09-27T16:26:49.2309560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:5108: UserWarning: Byte tensor for key_padding_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead. 2022-09-27T16:26:49.2310816Z warnings.warn("Byte tensor for key_padding_mask in nn.MultiheadAttention is deprecated. Use bool tensor instead.") 2022-09-27T16:26:49.5764603Z ok (2.956s) 2022-09-27T16:26:52.4405312Z test_multihead_attention_average_attn_weights_True (__main__.TestNN) ... ok (2.858s) 2022-09-27T16:26:52.4488188Z test_multihead_attn_3d_attn_mask (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:52.4541275Z test_multihead_attn_fast_path_invalid_shape (__main__.TestNN) ... ok (0.001s) 2022-09-27T16:26:52.4563484Z test_multihead_attn_invalid_shape (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:52.4589670Z test_multihead_attn_nested_tensor_outside_fast_path (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:5870: 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:177.) 2022-09-27T16:26:52.4590876Z nt = torch.nested_tensor([torch.randn(4, 4)]) 2022-09-27T16:26:52.4604096Z ok (0.000s) 2022-09-27T16:26:52.4618945Z test_multihead_attn_no_bias (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:52.4679456Z test_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestNN) ... ok (0.017s) 2022-09-27T16:26:52.4694744Z test_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:52.4787463Z test_multiple_inputs_parametrization (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:52.4832478Z test_multiple_pruning_calls (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:52.4866716Z test_named_children (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:52.4928259Z test_named_modules (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:52.4960528Z test_nested_tensor_from_mask (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:52.5016105Z test_nested_tensor_from_mask_error (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:52.5630557Z test_new_spectral_norm (__main__.TestNN) ... ok (0.063s) 2022-09-27T16:26:52.5683125Z test_new_spectral_norm_dim (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:52.5737677Z test_new_spectral_norm_forward (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:52.5986130Z test_new_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.032s) 2022-09-27T16:26:52.6015563Z test_nnpack_conv (__main__.TestNN) ... skip: NNPACK unavailable (0.000s) 2022-09-27T16:26:52.6164698Z test_no_grad (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:52.6182782Z test_non_leaf_parameters (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:52.6248639Z test_normalize (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:52.6275906Z test_orthogonal_errors (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:52.6343507Z test_orthogonal_parametrization (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T16:26:52.6344494Z warnings.warn(msg, FutureWarning) 2022-09-27T16:26:52.8187452Z ok (0.181s) 2022-09-27T16:26:52.8267451Z test_overwrite_module_params_on_conversion (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:52.8277056Z test_pack_sequence_batch_sizes_throw (__main__.TestNN) ... skip: CUDA not available (0.000s) 2022-09-27T16:26:52.8297645Z test_pad_scalar_error (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:52.8362305Z test_padding_list (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:52.8395774Z test_pairwise_distance (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:52.8422114Z test_parameter_assignment (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:52.8464369Z test_parameterlistdict_pickle (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:52.8484775Z test_parameterlistdict_setting_attributes (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:52.8509818Z test_parameters_and_named_parameters (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:52.8527365Z test_parameters_to_vector (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:52.8536503Z test_parametrization_same_training_mode (__main__.TestNN) 2022-09-27T16:26:52.8546329Z Test training mode updated on parametrization registration ... ok (0.000s) 2022-09-27T16:26:52.8558409Z test_parse_to (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:52.8568428Z test_partial_flat_weights (__main__.TestNN) ... skip: CUDA not available (0.000s) 2022-09-27T16:26:52.8739718Z test_pdist (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:52.8775595Z test_pdist_cpu_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.010s) 2022-09-27T16:26:52.8789646Z test_pdist_cuda_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.000s) 2022-09-27T16:26:52.8810991Z test_pdist_empty_col (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:52.8833154Z test_pdist_empty_row (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:52.8987589Z test_pdist_large (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:52.8998717Z test_pdist_zeros (__main__.TestNN) 2022-09-27T16:26:52.9098933Z Test that grad is still valid when dist is 0 ... ok (0.016s) 2022-09-27T16:26:52.9137995Z test_pixel_shuffle_nhwc_cpu (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.3406836Z test_pixel_shuffle_unshuffle (__main__.TestNN) ... ok (0.420s) 2022-09-27T16:26:53.3429164Z test_pointwise_loss_broadcast (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:9402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:26:53.3430131Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-09-27T16:26:53.3449135Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:9402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:26:53.3449945Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-09-27T16:26:53.3467790Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:9402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:26:53.3468584Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-09-27T16:26:53.3485382Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:9402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:26:53.3486152Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-09-27T16:26:53.3499313Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:9402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:26:53.3500082Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-09-27T16:26:53.3512705Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:9402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:26:53.3513471Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-09-27T16:26:53.3526305Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:9402: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:26:53.3527078Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-09-27T16:26:53.3528208Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:9403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:26:53.3529022Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-09-27T16:26:53.3545141Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:9403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:26:53.3545904Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-09-27T16:26:53.3564090Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:9403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:26:53.3564859Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-09-27T16:26:53.3582058Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:9403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:26:53.3582822Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-09-27T16:26:53.3596173Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:9403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:26:53.3596926Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-09-27T16:26:53.3611106Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:9403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:26:53.3611851Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-09-27T16:26:53.3624814Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:9403: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:26:53.3625562Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-09-27T16:26:53.3626754Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:9404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:26:53.3627525Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-09-27T16:26:53.3644379Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:9404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:26:53.3645165Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-09-27T16:26:53.3662463Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:9404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:26:53.3663261Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-09-27T16:26:53.3679815Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:9404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:26:53.3680594Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-09-27T16:26:53.3693862Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:9404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:26:53.3695548Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-09-27T16:26:53.3707252Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:9404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:26:53.3708032Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-09-27T16:26:53.3720679Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:9404: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:26:53.3721464Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-09-27T16:26:53.3722416Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:9405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:26:53.3723182Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-09-27T16:26:53.3739853Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:9405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:26:53.3740625Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-09-27T16:26:53.3758028Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:9405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:26:53.3758820Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-09-27T16:26:53.3775442Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:9405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:26:53.3776213Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-09-27T16:26:53.3789481Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:9405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:26:53.3790255Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-09-27T16:26:53.3803466Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:9405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:26:53.3804224Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-09-27T16:26:53.3816369Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:9405: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-09-27T16:26:53.3817133Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-09-27T16:26:53.3818656Z ok (0.047s) 2022-09-27T16:26:53.3837295Z test_pointwise_loss_target_grad_none_reduction (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.3861126Z test_poisson_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:53.3875825Z test_projections_errors_on_gru_and_rnn (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.3932936Z test_projections_lstm_args_check (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.3946497Z test_projections_lstm_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.000s) 2022-09-27T16:26:53.4180031Z test_projections_lstm_initial_hidden_state (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:53.4202071Z test_prune (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.4223819Z test_prune_importance_scores (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.4245085Z test_prune_importance_scores_mimic_default (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.4261436Z test_pruning_container (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.4280353Z test_pruning_container_compute_mask (__main__.TestNN) 2022-09-27T16:26:53.4296704Z Test `compute_mask` of pruning container with a known `t` and ... ok (0.000s) 2022-09-27T16:26:53.4304906Z test_pruning_id_consistency (__main__.TestNN) 2022-09-27T16:26:53.4315501Z Test that pruning doesn't change the id of the parameters, which ... ok (0.000s) 2022-09-27T16:26:53.4327939Z test_pruning_rollback (__main__.TestNN) 2022-09-27T16:26:53.4350768Z Test that if something fails when the we try to compute the mask, ... ok (0.016s) 2022-09-27T16:26:53.4462565Z test_pruning_serialization_model (__main__.TestNN) ... ok (0.011s) 2022-09-27T16:26:53.4571565Z test_pruning_serialization_state_dict (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.4607679Z test_random_pruning (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:53.4621790Z test_random_pruning_0perc (__main__.TestNN) 2022-09-27T16:26:53.4647670Z Test that a mask of 1s does not change forward or backward. ... ok (0.000s) 2022-09-27T16:26:53.4658640Z test_random_pruning_forward (__main__.TestNN) 2022-09-27T16:26:53.4674354Z check forward with mask (by hand). ... ok (0.000s) 2022-09-27T16:26:53.4685460Z test_random_pruning_new_weight (__main__.TestNN) 2022-09-27T16:26:53.4705480Z Test that module.name now contains a pruned version of ... ok (0.000s) 2022-09-27T16:26:53.4714709Z test_random_pruning_orig (__main__.TestNN) 2022-09-27T16:26:53.4733847Z Test that original tensor is correctly stored in 'orig' ... ok (0.000s) 2022-09-27T16:26:53.4785516Z test_random_pruning_pickle (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:53.4796926Z test_random_pruning_sizes (__main__.TestNN) 2022-09-27T16:26:53.4817814Z Test that the new parameters and buffers created by the pruning ... ok (0.000s) 2022-09-27T16:26:53.4836774Z test_random_structured_pruning_amount (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.4856831Z test_register_and_remove_buffer_parametrization (__main__.TestNN) 2022-09-27T16:26:53.4872636Z Test that it is possible to add and remove parametrizations on buffers ... ok (0.010s) 2022-09-27T16:26:53.4891744Z test_register_and_remove_nested_parametrization (__main__.TestNN) 2022-09-27T16:26:53.4909216Z Test that it is possible to nest the parametrizations ... ok (0.000s) 2022-09-27T16:26:53.5000564Z test_register_and_remove_parametrization (__main__.TestNN) 2022-09-27T16:26:53.5141602Z Test that it is possible to add a few parametrizations ... ok (0.026s) 2022-09-27T16:26:53.5160115Z test_register_buffer_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.5176567Z test_register_buffer_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.5192122Z test_register_buffer_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.5203185Z test_register_buffer_raises_error_if_not_tensor (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.5220750Z test_register_parameter_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.5236560Z test_register_parameter_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.5252006Z test_register_parameter_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.5304297Z test_relu_inplace_on_view (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:53.5318431Z test_remove_pruning (__main__.TestNN) 2022-09-27T16:26:53.5341355Z `prune.remove` removes the hook and the reparametrization ... ok (0.000s) 2022-09-27T16:26:53.5349273Z test_remove_pruning_exception (__main__.TestNN) 2022-09-27T16:26:53.5358931Z Removing from an unpruned tensor throws an assertion error ... ok (0.000s) 2022-09-27T16:26:53.5368075Z test_remove_pruning_forward (__main__.TestNN) 2022-09-27T16:26:53.5382671Z Remove pruning and check forward is unchanged from previous ... ok (0.000s) 2022-09-27T16:26:53.5400488Z test_repr (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.5422476Z test_requires_grad_ (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:53.5498483Z test_rnn_args_check (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.5514171Z test_rnn_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.000s) 2022-09-27T16:26:53.5698914Z test_rnn_initial_hidden_state (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:53.5727454Z test_rnn_pruning (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.5766165Z test_rnn_weight_norm (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:53.5787148Z test_serialization_parametrization (__main__.TestNN) 2022-09-27T16:26:53.5905929Z Test that it is possible to serialize a parametrized model via state_dict ... ok (0.010s) 2022-09-27T16:26:53.5931210Z test_share_memory (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.6001603Z test_smoothl1loss_intergral_target (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:53.6017913Z test_smoothl1loss_negative_beta_not_supported (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.6098394Z test_softmax_cpu (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.6198680Z test_softmax_functional_dim0 (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:53.6212859Z test_softmax_functional_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:53.6311274Z test_softmax_functional_dim3 (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:53.6324468Z test_softmax_functional_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:53.6385085Z test_softmax_functional_scalar (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.6397376Z test_softmax_functional_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:53.6492894Z test_softmax_lastdim (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:53.6505027Z test_softmax_lastdim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:53.6601089Z test_softmax_lastdim_dtype (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.6613491Z test_softmax_lastdim_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.016s) 2022-09-27T16:26:53.6705453Z test_softmax_spatial (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.6717627Z test_softmax_spatial_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:53.6810574Z test_softmax_spatial_dtype (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:53.6823195Z test_softmax_spatial_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:53.6933408Z test_softmax_spatial_special (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:53.6946125Z test_softmax_spatial_special_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:26:53.6963787Z test_softmin (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.7299368Z test_spectral_norm (__main__.TestNN) ... ok (0.041s) 2022-09-27T16:26:53.7322949Z test_spectral_norm_dim (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.7349958Z test_spectral_norm_forward (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.7549495Z test_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:53.7572844Z test_spectral_norm_pickle (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.7617445Z test_state_dict (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:53.7626957Z test_sync_batchnorm_accuracy_cuda (__main__.TestNN) ... skip: CUDA not available (0.000s) 2022-09-27T16:26:53.7642131Z test_sync_batchnorm_backward_elemt (__main__.TestNN) ... skip: CUDA not available (0.000s) 2022-09-27T16:26:53.7662914Z test_thnn_conv_strided_padded_dilated (__main__.TestNN) ... skip: CUDA not available (0.000s) 2022-09-27T16:26:53.7687523Z test_threshold_bfloat16 (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.7701805Z test_threshold_int (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.7724531Z test_to (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.7743757Z test_train_errors_for_invalid_mode (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:53.7767548Z test_transfer_parametrizations_and_params (__main__.TestNN) 2022-09-27T16:26:53.7798335Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.016s) 2022-09-27T16:26:53.7865436Z test_transfer_parametrizations_and_params_many_to_one (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:53.7876818Z test_transfer_parametrizations_and_params_right_inverse (__main__.TestNN) 2022-09-27T16:26:53.7894104Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.000s) 2022-09-27T16:26:53.7909213Z test_transfer_parametrizations_and_params_single_param (__main__.TestNN) 2022-09-27T16:26:53.7931568Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.000s) 2022-09-27T16:26:54.0059408Z test_transformer_args_check (__main__.TestNN) ... ok (0.217s) 2022-09-27T16:26:54.0191527Z test_transformer_layer_args_check (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:54.1349744Z test_transformerdecoder (__main__.TestNN) ... ok (0.104s) 2022-09-27T16:26:54.1658921Z test_transformerdecoderlayer (__main__.TestNN) ... ok (0.041s) 2022-09-27T16:26:54.2010676Z test_transformerdecoderlayer_gelu (__main__.TestNN) ... ok (0.026s) 2022-09-27T16:26:54.2067891Z test_triplet_margin_loss (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:54.2097858Z test_triplet_margin_loss_invalid (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:54.2146629Z test_triplet_margin_loss_no_reduce (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:54.2206184Z test_triplet_margin_loss_swap (__main__.TestNN) ... ok (0.010s) 2022-09-27T16:26:54.2261210Z test_triplet_margin_loss_swap_no_reduce (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:54.2305817Z test_type (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:54.2316374Z test_type_before_parametrizations (__main__.TestNN) 2022-09-27T16:26:54.2326618Z Test that type_before_parametrizations always retrieves original type ... ok (0.016s) 2022-09-27T16:26:54.2353823Z test_unflatten (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:1095: 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:1694.) 2022-09-27T16:26:54.2354861Z return super(Tensor, self).refine_names(names) 2022-09-27T16:26:54.2355186Z ok (0.000s) 2022-09-27T16:26:54.2380526Z test_unflatten_invalid_arg (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:54.2413953Z test_unfold_invalid_arg (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:54.2422422Z test_unstructured_pruning_same_magnitude (__main__.TestNN) 2022-09-27T16:26:54.2431585Z Since it may happen that the tensor to prune has entries with the ... ok (0.000s) 2022-09-27T16:26:54.2449981Z test_upsamplingBilinear2d_spatial_invariance (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:54.2632581Z test_upsamplingLinear1d (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:54.2651242Z test_upsamplingLinear1d_spatial_invariance (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:54.3131357Z test_upsamplingTrilinear3d (__main__.TestNN) ... ok (0.042s) 2022-09-27T16:26:54.3158792Z test_upsamplingTrilinear3d_spatial_invariance (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:54.3430647Z test_upsampling_bfloat16 (__main__.TestNN) ... ok (0.031s) 2022-09-27T16:26:54.3552173Z test_upsampling_not_recompute_scale_factor (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:54.3569533Z test_upsampling_small_scale (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:54.3578831Z test_validate_pruning_amount (__main__.TestNN) 2022-09-27T16:26:54.3585640Z Tests the second util function that validates the pruning ... ok (0.000s) 2022-09-27T16:26:54.3596740Z test_validate_pruning_amount_init (__main__.TestNN) 2022-09-27T16:26:54.3603681Z Test the first util function that validates the pruning ... ok (0.000s) 2022-09-27T16:26:54.3621762Z test_vector_to_parameters (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:54.3695517Z test_weight_norm (__main__.TestNN) ... ok (0.016s) 2022-09-27T16:26:54.3716953Z test_weight_norm_pickle (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:54.3754858Z test_zero_grad (__main__.TestNN) ... ok (0.000s) 2022-09-27T16:26:54.3793783Z test_BatchNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:26:54.3821239Z test_Bilinear_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:26:54.3843022Z test_CTCLoss_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:26:54.3874011Z test_CTCLoss_empty_target_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:26:54.3914802Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:26:54.3955590Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:26:54.3996487Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:26:54.4036293Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:26:54.4075447Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:26:54.4115091Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:26:56.0493296Z test_Conv2d_backward_depthwise_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (1.643s) 2022-09-27T16:26:56.2016571Z test_Conv2d_backward_depthwise_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.153s) 2022-09-27T16:26:56.2054788Z test_Conv2d_depthwise_naive_groups_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:26:56.2090895Z test_Conv2d_depthwise_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:26:56.2125287Z test_Conv2d_depthwise_naive_groups_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:26:56.2146535Z test_Conv2d_deterministic_cudnn_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:26:56.2168024Z test_Conv2d_deterministic_cudnn_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:26:56.2189413Z test_Conv2d_deterministic_cudnn_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:26:56.2210825Z test_Conv2d_deterministic_cudnn_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:26:56.2232260Z test_Conv2d_deterministic_cudnn_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:26:56.2251341Z test_Conv2d_large_workspace_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:26:56.2269217Z test_Conv2d_large_workspace_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:26:56.2287075Z test_Conv2d_large_workspace_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:26:56.2356672Z test_Conv2d_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:26:56.2377406Z test_Conv2d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:26:56.2412832Z test_Conv3d_depthwise_naive_groups_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:26:56.2446719Z test_Conv3d_depthwise_naive_groups_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:26:56.2480851Z test_Conv3d_depthwise_naive_groups_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:26:56.2499362Z test_ConvTranspose2d_large_output_padding_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:26:56.2517628Z test_ConvTranspose2d_large_output_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:26:56.2537113Z test_ConvTranspose2d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:26:56.2558899Z test_ConvTranspose3d_size_1_kernel_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:26:56.2610950Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:26:56.2661074Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:26:56.2706046Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:26:56.2753366Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:26:56.2800690Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:26:56.2847569Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:26:56.2894834Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:26:56.2943407Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:26:56.2988584Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:26:56.3035755Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:26:56.3084569Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:26:56.3130063Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:26:56.3336975Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:26:56.3544957Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:26:56.3733861Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:26:56.3944978Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:26:56.4151413Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:26:56.4338744Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:26:56.4545809Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:26:56.4749986Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:26:56.4938143Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T16:26:56.5136622Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:26:56.5333764Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:26:56.5513575Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:26:56.5725309Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:26:56.5919798Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:26:56.6126038Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:26:56.6317099Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:26:56.6368778Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:26:56.6420021Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:26:56.6468756Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:26:56.6519398Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:26:56.6572514Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:26:56.6620399Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:26:56.6670818Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:26:56.6721931Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:26:56.6770558Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:26:56.6820125Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:26:56.6869979Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:26:56.6917874Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:26:56.6961664Z test_EmbeddingBag_per_sample_weights_failures_cpu_int32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:26:56.7001427Z test_EmbeddingBag_per_sample_weights_failures_cpu_int32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:26:56.7041805Z test_EmbeddingBag_per_sample_weights_failures_cpu_int64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:26:56.7082042Z test_EmbeddingBag_per_sample_weights_failures_cpu_int64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:26:56.7306607Z test_GRU_grad_and_gradgrad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:26:56.7336086Z test_GroupNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:26:56.7446377Z test_GroupNorm_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:26:58.6213255Z test_GroupNorm_numeric_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.880s) 2022-09-27T16:26:58.6235544Z test_GroupNorm_raises_error_if_one_value_per_group_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:26:58.6281432Z test_InstanceNorm1d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:26:58.6323851Z test_InstanceNorm2d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:26:58.6366139Z test_InstanceNorm3d_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:26:58.6692738Z test_LSTM_grad_and_gradgrad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:26:58.6825373Z test_LayerNorm_general_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.019s) 2022-09-27T16:26:59.7388579Z test_LayerNorm_numeric_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.054s) 2022-09-27T16:26:59.7418279Z test_LocalResponseNorm_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:26:59.7501302Z test_MarginLoss_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:26:59.7577321Z test_MarginLoss_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:26:59.7605584Z test_ReflectionPad2d_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:26:59.7633132Z test_ReflectionPad3d_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:26:59.7703332Z test_ReflectionPad_empty_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:26:59.7767568Z test_ReflectionPad_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:00.0309966Z test_ReplicationPad1d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.259s) 2022-09-27T16:27:03.1439071Z test_ReplicationPad2d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (3.113s) 2022-09-27T16:27:11.2604157Z test_ReplicationPad3d_large_cpu (__main__.TestNNDeviceTypeCPU) ... ok (8.108s) 2022-09-27T16:27:11.2659900Z test_ReplicationPad_empty_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:11.2703035Z test_ReplicationPad_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:11.6188671Z test_TransformerDecoderLayer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.348s) 2022-09-27T16:27:13.2020813Z test_TransformerDecoder_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.586s) 2022-09-27T16:27:13.5276382Z test_TransformerEncoderLayer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.317s) 2022-09-27T16:27:14.6642207Z test_TransformerEncoder_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.143s) 2022-09-27T16:27:17.3588289Z test_Transformer_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (2.698s) 2022-09-27T16:27:17.3631617Z test_Unfold_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:17.3661616Z test_activations_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:17.5977025Z test_activations_bfloat16_cpu_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.243s) 2022-09-27T16:27:17.6022669Z test_affine_2d_rotate0_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:17.6049867Z test_affine_2d_rotate45_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:17.6237330Z test_affine_2d_rotate90_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:17.9924082Z test_affine_2d_rotateRandom_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.379s) 2022-09-27T16:27:25.5187198Z test_affine_3d_rotateRandom_cpu (__main__.TestNNDeviceTypeCPU) ... ok (7.513s) 2022-09-27T16:27:25.5222781Z test_batchnorm_affine_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:25.5237790Z test_batchnorm_affine_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:25.5251469Z test_batchnorm_affine_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:25.5291614Z test_batchnorm_eval_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:25.5305717Z test_batchnorm_eval_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:25.5319700Z test_batchnorm_eval_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:25.5556576Z test_batchnorm_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:25.5570759Z test_batchnorm_large_batch_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:25.5583525Z test_batchnorm_large_batch_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:25.5624645Z test_batchnorm_simple_average_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:25.5637183Z test_batchnorm_simple_average_mixed_cpu_bfloat16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:25.5649567Z test_batchnorm_simple_average_mixed_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:25.5673371Z test_batchnorm_update_stats_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:25.6952906Z test_clip_grad_norm_error_if_nonfinite_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.134s) 2022-09-27T16:27:25.6975384Z test_clip_grad_norm_multi_device_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:25.6990629Z test_contig_wrong_stride_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:25.7041050Z test_conv1d_same_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:25.7075621Z test_conv1d_same_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:25.7226058Z test_conv1d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:25.7308840Z test_conv1d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:25.7339378Z test_conv1d_valid_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:25.7362783Z test_conv1d_valid_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:25.7381174Z test_conv1d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:25.7398389Z test_conv1d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:25.7473337Z test_conv1d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:25.7507507Z test_conv1d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:25.7543124Z test_conv1d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:25.7575398Z test_conv1d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:25.7665035Z test_conv2d_no_grad_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:27:25.7765091Z test_conv2d_same_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:25.7812125Z test_conv2d_same_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:25.7865894Z test_conv2d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:27:25.7901736Z test_conv2d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:25.7931834Z test_conv2d_valid_padding_backward_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:25.7954887Z test_conv2d_valid_padding_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:25.7973387Z test_conv2d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:25.7990053Z test_conv2d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:25.8028509Z test_conv2d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:25.8062049Z test_conv2d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:25.8098120Z test_conv2d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:25.8130959Z test_conv2d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:26.0385342Z test_conv3d_same_padding_backward_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.230s) 2022-09-27T16:27:26.0754538Z test_conv3d_same_padding_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:26.0818199Z test_conv3d_same_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:26.0856749Z test_conv3d_same_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:26.1752932Z test_conv3d_valid_padding_backward_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.088s) 2022-09-27T16:27:26.1907502Z test_conv3d_valid_padding_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T16:27:26.1928618Z test_conv3d_valid_padding_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:26.1946099Z test_conv3d_valid_padding_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:26.1994650Z test_conv3d_vs_scipy_mode_same_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:26.2035913Z test_conv3d_vs_scipy_mode_same_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:26.2080119Z test_conv3d_vs_scipy_mode_valid_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:26.2119172Z test_conv3d_vs_scipy_mode_valid_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:26.2142065Z test_convTranspose_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:26.2288374Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.2435213Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.2581643Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.2727959Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.2875182Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:27:26.3021426Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.3168174Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.3314771Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.3461348Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.3607766Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.3755287Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.3902729Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:27:26.4058761Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.013s) 2022-09-27T16:27:26.4205400Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.4351071Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.4498107Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.4644412Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.4790176Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.4936566Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:27:26.5081956Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.5227715Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.5374722Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.5520817Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:27:26.5667037Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.5814238Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.5960968Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.020s) 2022-09-27T16:27:26.6107392Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.6253511Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.6399750Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:27:26.6546775Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.6696778Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.6844395Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:27:26.6991634Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.7138578Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:27:26.7285785Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.7433173Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.7580304Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.7728544Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.7876221Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.8024026Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.011s) 2022-09-27T16:27:26.8170934Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.8318217Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.8465987Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.8613425Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.8763271Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.8911099Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.9058513Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.9205899Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.9351572Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.9497992Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.9644925Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.9792301Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:26.9939117Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:27:27.0085744Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:27.0233908Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:27.0380913Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:27.0529413Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:27.0676783Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:27.0824708Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:27.0973472Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:27.1119725Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:27.1266460Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:27.1414490Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:27.1561053Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:27.1779526Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:27.1988809Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:27.2199308Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:27.2408064Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:27.2623048Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:27.2840024Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:27.3055345Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:27.3269394Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:27.3479125Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:27.3687629Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:27.3898396Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T16:27:27.4106737Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:27.4321911Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:27.4535767Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:27.4755402Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T16:27:27.4968548Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:27.5181763Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:27.5396097Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:27.5613430Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:27.5825918Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:27.6044709Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:27.6258503Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:27.6476799Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:27.6692633Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:27.6894779Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:27.7093331Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:27.7296895Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:27.7498586Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:27.7706622Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:27.7916341Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:27.8136120Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:27.8340591Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:27.8540734Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:27.8739725Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:27.8941891Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:27.9140276Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:27.9349099Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:27.9552817Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:27.9760058Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:27.9967834Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:28.0170893Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:28.0371956Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:28.0574631Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:28.0777633Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:28.0987983Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:28.1193421Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:28.1401952Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:28.1607333Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:28.1809262Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:28.2009223Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:28.2211128Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:28.2410033Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:28.2616781Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:28.2825620Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:28.3032839Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:28.3239363Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:28.3440405Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:28.3639155Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:28.3841105Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:28.4040919Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:28.4248855Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:28.4453895Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:28.4659885Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:28.4867818Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T16:27:28.5069125Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:28.5268591Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:28.5471312Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:28.5683144Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.025s) 2022-09-27T16:27:28.5895477Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.022s) 2022-09-27T16:27:28.6100394Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:28.6311674Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:28.6519209Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:28.6667857Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:28.6816782Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:28.6965308Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:28.7112780Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:28.7260179Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:28.7406649Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:28.7553324Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:28.7701714Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:28.7848171Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:28.7996015Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:28.8142769Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:28.8289747Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:28.8436901Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:28.8584598Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:28.8731541Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:28.8880552Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:28.9027594Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:28.9174465Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:28.9322187Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:28.9469403Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:28.9615392Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:28.9764662Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:27:28.9910234Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:29.0058265Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.0204169Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.0350129Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.0497541Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.0643374Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.0801178Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.024s) 2022-09-27T16:27:29.0948538Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.006s) 2022-09-27T16:27:29.1096087Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.020s) 2022-09-27T16:27:29.1242621Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.1389026Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.1534542Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.1680770Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.1827585Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:27:29.1974889Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.2121173Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:27:29.2267074Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.2413986Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.2560523Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.2707482Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.2854154Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.3000542Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:27:29.3147030Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.3294346Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.3441970Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.3588396Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.3734500Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:27:29.3881798Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.4027701Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:27:29.4173127Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.4320655Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.4468827Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.4615652Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.4763983Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.4912148Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.020s) 2022-09-27T16:27:29.5059097Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.5204763Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:29.5351183Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.5498608Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.5645987Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.5794711Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.026s) 2022-09-27T16:27:29.5942013Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:27:29.6089199Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.6236822Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.6383973Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:27:29.6530385Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.6677872Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.6824810Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.6971536Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:27:29.7118338Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:29.7409990Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T16:27:29.7687094Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:29.7976201Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T16:27:29.8258974Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:29.8559626Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:29.8881938Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:29.9284392Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:27:29.9584742Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:29.9745589Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:29.9900918Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:27:30.0060441Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:30.0214620Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:30.0374315Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:30.0528079Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:30.0684562Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:30.0837943Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:30.1000515Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.010s) 2022-09-27T16:27:30.1157197Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.016s) 2022-09-27T16:27:30.1313768Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.016s) 2022-09-27T16:27:30.1471754Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.016s) 2022-09-27T16:27:30.1629522Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.010s) 2022-09-27T16:27:30.1785586Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.016s) 2022-09-27T16:27:30.1944646Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.026s) 2022-09-27T16:27:30.2100740Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.016s) 2022-09-27T16:27:30.2408705Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:30.2706754Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:30.3006910Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T16:27:30.3301846Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:30.3626725Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:30.3965589Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T16:27:30.4288951Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T16:27:30.4608348Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:30.4769211Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:30.4923512Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:27:30.5081344Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:30.5234042Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:30.5392079Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:30.5546414Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:30.5704825Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:30.5859348Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T16:27:30.6017712Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.010s) 2022-09-27T16:27:30.6172930Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.016s) 2022-09-27T16:27:30.6329719Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.016s) 2022-09-27T16:27:30.6484869Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.016s) 2022-09-27T16:27:30.6643916Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.016s) 2022-09-27T16:27:30.6799919Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.010s) 2022-09-27T16:27:30.6958255Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.026s) 2022-09-27T16:27:30.7115950Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.016s) 2022-09-27T16:27:30.7533053Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:27:30.7938448Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:27:30.8297829Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:30.8647754Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:30.9083725Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.041s) 2022-09-27T16:27:30.9525650Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.057s) 2022-09-27T16:27:30.9905757Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T16:27:31.0277099Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:27:31.0439975Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.0597101Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.0757631Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.0913354Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:27:31.1075514Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.1255007Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.1414600Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.1570416Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.1730419Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.016s) 2022-09-27T16:27:31.1888959Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.026s) 2022-09-27T16:27:31.2046903Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.016s) 2022-09-27T16:27:31.2203756Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.016s) 2022-09-27T16:27:31.2362088Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.016s) 2022-09-27T16:27:31.2518910Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.016s) 2022-09-27T16:27:31.2676616Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.016s) 2022-09-27T16:27:31.2833268Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... expected failure (0.016s) 2022-09-27T16:27:31.2985166Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:27:31.3135525Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.3288190Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.3438585Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.3590283Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.3741324Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.3895474Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:27:31.4046655Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.4199179Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.4350396Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.4502510Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:27:31.4652111Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.4808229Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.4957017Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:27:31.5109400Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.5258967Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.5410408Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.5559220Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.5710324Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.5858794Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.6011122Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:27:31.6160472Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.6311208Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.6461391Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.6613947Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:27:31.6762997Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.6923639Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T16:27:31.7064292Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:27:31.7215236Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.7365135Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:27:31.7516547Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.7665229Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.7815834Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.7964639Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:27:31.8114949Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.8264438Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.8415090Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.8564624Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.8714828Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.8865158Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T16:27:31.9016971Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.9166849Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:31.9316924Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.9465690Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:31.9671996Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T16:27:31.9890737Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T16:27:32.0042132Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:27:32.0191128Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:32.0343412Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:32.0493335Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:32.0644011Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:32.0793084Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:32.0944954Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:27:32.1094500Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:32.1245581Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:32.1394797Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:32.1545728Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:32.1695488Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:32.1846838Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T16:27:32.1995416Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:32.2146628Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:32.2296334Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:27:32.2447442Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:32.2596304Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:32.2747700Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:32.2897023Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.020s) 2022-09-27T16:27:32.3048604Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:32.3198167Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:32.3348856Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:32.3498516Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:32.3649861Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:32.3799764Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T16:27:32.4081657Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T16:27:32.4358883Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:32.4645347Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T16:27:32.4939111Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T16:27:32.5238843Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:32.5534183Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:32.5834588Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:32.6129983Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:32.6414731Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:32.6695203Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:32.6985301Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T16:27:32.7272912Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:32.7564557Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:32.7855048Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:32.8150629Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:32.8444706Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:32.8716170Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:32.8985901Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:32.9258726Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:32.9626327Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:27:33.0019817Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T16:27:33.0409750Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:27:33.0804909Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T16:27:33.1193879Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:33.1477159Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:33.1753982Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:33.2043238Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:33.2325063Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:33.2621047Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:33.2910870Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:33.3206492Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:33.3498304Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:33.3797391Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:33.4092859Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:33.4388443Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:33.4684486Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:33.5012193Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.017s) 2022-09-27T16:27:33.5333159Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:27:33.5654679Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:33.5971318Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:33.6301653Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:33.6627461Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:33.6979374Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.039s) 2022-09-27T16:27:33.7323570Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:33.7667273Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.026s) 2022-09-27T16:27:33.8006984Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:33.8368801Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:27:33.8727084Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:33.9026657Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:33.9321046Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:33.9613686Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:33.9902386Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:34.0213165Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:34.0520002Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:34.0826840Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:34.1125623Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:34.1447704Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:34.1766187Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:34.2106042Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:34.2441936Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:34.2776266Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:34.3106353Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:27:34.3461071Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:34.3813902Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:34.4189335Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:34.4554149Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:27:34.4900616Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.033s) 2022-09-27T16:27:34.5238279Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:34.5620360Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:34.5996102Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.048s) 2022-09-27T16:27:34.6347162Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:34.6694610Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:34.6843398Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.026s) 2022-09-27T16:27:34.6990832Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.006s) 2022-09-27T16:27:34.7137035Z test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:34.7282767Z test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:34.7429236Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:34.7575075Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:34.7720724Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:34.7867458Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:34.8283339Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:34.8693552Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:27:34.9050891Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:34.9401710Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:34.9841733Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.048s) 2022-09-27T16:27:35.0278332Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.049s) 2022-09-27T16:27:35.0659591Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.040s) 2022-09-27T16:27:35.1034963Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.028s) 2022-09-27T16:27:35.3838787Z test_conv_contiguous_for_oneDNN_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.285s) 2022-09-27T16:27:35.3871392Z test_conv_cudnn_mismatch_memory_format_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:27:35.3929346Z test_conv_cudnn_ndhwc_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:35.3986618Z test_conv_cudnn_ndhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:35.4043987Z test_conv_cudnn_nhwc_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:35.4100950Z test_conv_cudnn_nhwc_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:35.4157865Z test_conv_cudnn_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:35.4183328Z test_conv_cudnn_nhwc_support_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:35.4208581Z test_conv_cudnn_nhwc_support_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:35.4239914Z test_conv_double_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:35.4454686Z test_conv_double_backward_groups_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:35.4584357Z test_conv_double_backward_no_bias_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:35.5110575Z test_conv_double_backward_stride_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.051s) 2022-09-27T16:27:35.5140169Z test_conv_double_backward_strided_with_3D_input_and_weight_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:35.5168702Z test_conv_empty_channel_cpu_complex64 (__main__.TestNNDeviceTypeCPU) ... 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-09-27T16:27:35.5169480Z warnings.warn("Initializing zero-element tensors is a no-op") 2022-09-27T16:27:35.5218483Z ok (0.016s) 2022-09-27T16:27:35.5275331Z test_conv_empty_channel_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:35.6118517Z test_conv_ic1_channels_last_for_oneDNN_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.083s) 2022-09-27T16:27:35.6164356Z test_conv_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:35.6188774Z test_conv_large_nosplit_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:35.6781743Z test_conv_noncontig_weights_and_bias_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.063s) 2022-09-27T16:27:35.6851559Z test_conv_noncontig_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:35.7645443Z test_conv_thnn_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.083s) 2022-09-27T16:27:35.8414882Z test_conv_thnn_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.067s) 2022-09-27T16:27:35.8433361Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose2d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:35.9540420Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose3d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.104s) 2022-09-27T16:27:35.9586426Z test_conv_transposed_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:35.9617104Z test_convert_conv2d_weight_memory_format_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:35.9874920Z test_cross_entropy_label_smoothing_consistent_index_target_and_probs_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:35.9912340Z test_cross_entropy_label_smoothing_errors_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:27:36.0096429Z test_cross_entropy_label_smoothing_weight_ignore_indices_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:36.0238755Z test_cross_entropy_label_smoothing_with_probs_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:36.0301879Z test_cross_entropy_loss_index_target_unit_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:36.0383931Z test_cross_entropy_loss_one_hot_target_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:36.0499908Z test_cross_entropy_loss_prob_target_all_reductions_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:36.0519985Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:36.0538984Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:36.0557707Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:36.0576776Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:36.0595500Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:36.0614399Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:36.0681696Z test_cross_entropy_loss_prob_target_unit_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:27:36.4547685Z test_ctc_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.389s) 2022-09-27T16:27:36.4578190Z test_ctc_loss_cudnn_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:36.4604581Z test_cudnn_convolution_add_relu_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:36.4630582Z test_cudnn_convolution_add_relu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:36.4655010Z test_cudnn_convolution_relu_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:36.4679480Z test_cudnn_convolution_relu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:36.4693224Z test_device_mask_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:36.4714918Z test_elu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:36.4741778Z test_elu_inplace_with_neg_alpha_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:36.4783643Z test_embedding_backward_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:27:37.3717882Z test_embedding_bag_1D_padding_idx_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.891s) 2022-09-27T16:27:38.2440046Z test_embedding_bag_1D_padding_idx_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.871s) 2022-09-27T16:27:38.3156513Z test_embedding_bag_2D_padding_idx_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.077s) 2022-09-27T16:27:38.3828074Z test_embedding_bag_2D_padding_idx_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.063s) 2022-09-27T16:27:38.3842798Z test_embedding_bag_bfloat16_cpu_int32_int32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:38.3856433Z test_embedding_bag_bfloat16_cpu_int32_int64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:38.3869786Z test_embedding_bag_bfloat16_cpu_int64_int32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:38.3883295Z test_embedding_bag_bfloat16_cpu_int64_int64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:27:38.5211062Z test_embedding_bag_device_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.130s) 2022-09-27T16:27:38.6515976Z test_embedding_bag_device_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.120s) 2022-09-27T16:27:38.7850275Z test_embedding_bag_device_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.140s) 2022-09-27T16:27:38.9170241Z test_embedding_bag_device_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.135s) 2022-09-27T16:27:39.0472272Z test_embedding_bag_device_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.124s) 2022-09-27T16:27:39.1803809Z test_embedding_bag_device_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.140s) 2022-09-27T16:27:39.3112370Z test_embedding_bag_device_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.121s) 2022-09-27T16:27:39.4400332Z test_embedding_bag_device_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.142s) 2022-09-27T16:27:39.5711387Z test_embedding_bag_device_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.127s) 2022-09-27T16:27:39.7012348Z test_embedding_bag_device_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.127s) 2022-09-27T16:27:39.8296731Z test_embedding_bag_device_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.126s) 2022-09-27T16:27:39.9608018Z test_embedding_bag_device_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.127s) 2022-09-27T16:27:39.9639040Z test_embedding_bag_empty_input_cpu_int32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:39.9668362Z test_embedding_bag_empty_input_cpu_int32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:39.9696793Z test_embedding_bag_empty_input_cpu_int64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:39.9724932Z test_embedding_bag_empty_input_cpu_int64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.0054004Z test_embedding_bag_half_cpu_int32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:40.0382552Z test_embedding_bag_half_cpu_int32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:40.0706516Z test_embedding_bag_half_cpu_int64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:40.1030659Z test_embedding_bag_half_cpu_int64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:27:40.1055511Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.1080269Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.1103775Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.1128206Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.1152579Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.1176213Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.1200479Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.1224769Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:40.1248304Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.1271966Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float16 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.1296134Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.1319547Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.1350999Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.1380685Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:40.1410164Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.1439321Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.1468704Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.1497974Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.1527430Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:40.1556693Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.1594196Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.1631322Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.1668647Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.1706263Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:40.1735673Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.1764956Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.1794144Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.1823312Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.1852914Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:40.1882153Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.1911302Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.1940518Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.1978096Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float32_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.2015346Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float32_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:40.2052606Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float64_int32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.2089677Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float64_int64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.2142014Z test_embedding_dense_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.2163446Z test_embedding_max_norm_backward_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.2179199Z test_embedding_max_norm_device_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:40.2194686Z test_embedding_max_norm_device_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:40.2210286Z test_embedding_max_norm_device_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:27:40.2232990Z test_embedding_max_norm_fwd_AD_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.2353134Z test_embedding_padding_idx_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:40.2375125Z test_embedding_scalar_weight_error_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:27:40.2723758Z test_fold_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:27:40.2933368Z test_glu_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:27:40.2977276Z test_grid_sample_large_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:27:52.2382689Z test_grid_sample_large_index_2d_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (11.930s) 2022-09-27T16:28:04.9846912Z test_grid_sample_large_index_2d_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (12.756s) 2022-09-27T16:28:13.0890051Z test_grid_sample_large_index_3d_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (8.100s) 2022-09-27T16:28:23.6682012Z test_grid_sample_large_index_3d_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (10.575s) 2022-09-27T16:28:23.6709253Z test_grid_sample_nan_inf_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:23.6731127Z test_grid_sample_nan_inf_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:28:23.6757270Z test_group_convTranspose_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:23.6779129Z test_group_conv_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:23.6887683Z test_groupnorm_nhwc_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:28:23.6994205Z test_groupnorm_nhwc_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:28:23.7111962Z test_gumbel_softmax_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:28:23.7223905Z test_gumbel_softmax_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:23.7255324Z test_hardsigmoid_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:28:23.7282068Z test_hardswish_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:23.7301341Z test_hardswish_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:23.7324299Z test_instancenorm_raises_error_for_single_spatial_element_during_training_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:23.7336746Z test_instancenorm_raises_error_if_less_than_one_value_per_channel_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:23.7412963Z test_invalid_reduction_strings_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:28:23.7429135Z test_layernorm_half_precision_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:23.7446330Z test_layernorm_weight_bias_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:23.7466739Z test_leaky_relu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:23.7494956Z test_leaky_relu_inplace_with_neg_slope_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:23.7517225Z test_leaky_relu_inplace_with_zero_slope_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:23.7536071Z test_linear_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:23.7553673Z test_log_softmax_big_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:28:23.7572143Z test_logsigmoid_out_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:23.7586986Z test_lstmcell_backward_only_one_output_grad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:23.7603699Z test_masked_softmax_TxT_layout_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:33.2979427Z test_masked_softmax_cpu (__main__.TestNNDeviceTypeCPU) ... ok (9.534s) 2022-09-27T16:28:33.6674392Z test_masked_softmax_forward_with_nans_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.363s) 2022-09-27T16:28:33.7216079Z test_masked_softmax_grad_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.049s) 2022-09-27T16:28:33.7236114Z test_masked_softmax_transformer_layout_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:33.7254797Z test_mish_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:33.7277128Z test_module_to_empty_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:33.7299129Z test_module_to_empty_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:33.7316211Z test_multi_margin_loss_errors_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:33.7335831Z test_multihead_attention_dtype_batch_first_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:28:33.7354858Z test_multihead_attention_dtype_batch_first_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:33.7374001Z test_multihead_attention_dtype_batch_first_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:33.7390268Z test_multihead_attention_dtype_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:33.7406647Z test_multihead_attention_dtype_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:33.7422932Z test_multihead_attention_dtype_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:33.7444245Z test_multihead_attn_fast_path_query_and_bias_have_different_dtypes_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:33.7461887Z test_multihead_attn_fast_path_small_test_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:33.7479374Z test_multihead_attn_in_proj_bias_none_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:28:33.7498857Z test_multihead_attn_in_proj_weight_none_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:33.7527523Z test_nll_loss_all_ignored_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:33.7563587Z test_nll_loss_byte_target_matches_long_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:33.7596280Z test_nll_loss_empty_tensor_reduction_mean_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:33.7630727Z test_nll_loss_empty_tensor_reduction_none_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:28:33.7662833Z test_nll_loss_empty_tensor_reduction_sum_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:33.7679713Z test_nll_loss_invalid_target_dim_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:33.7704539Z test_nll_loss_invalid_weights_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:33.7721897Z test_nll_loss_mismatched_batch_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:33.7736538Z test_nll_loss_out_of_bounds_ignore_index_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:33.7764609Z test_nll_loss_total_weight_is_zero_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:33.7803677Z test_nn_empty_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:28:33.7851494Z test_nn_scalars_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:33.7946866Z test_nn_scalars_reductions_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:33.7966678Z test_noncontig_conv_grad_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:28:33.7984985Z test_noncontig_conv_grad_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:33.8003166Z test_noncontig_conv_grad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:33.8024888Z test_nonlinearity_propagate_nan_cpu (__main__.TestNNDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1956: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-09-27T16:28:33.8025740Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-09-27T16:28:33.8026503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1967: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-09-27T16:28:33.8027244Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-09-27T16:28:33.8029036Z ok (0.000s) 2022-09-27T16:28:33.8089802Z test_one_hot_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:33.8111573Z test_overwrite_module_params_on_conversion_cpu_device_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:28:33.8161037Z test_pad_cpu_complex128 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:33.8206345Z test_pad_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:33.8218807Z test_prelu_backward_32bit_indexing_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:33.8259625Z test_rnn_fused_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:33.8300878Z test_rnn_fused_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:28:33.8692041Z test_rnn_retain_variables_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:28:33.8760898Z test_save_lstm_compatibility_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:28:33.8776542Z test_silu_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:33.8803768Z test_skip_init_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:33.8908088Z test_smooth_l1_loss_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:28:33.9037124Z test_smooth_l1_loss_vs_huber_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:33.9053586Z test_softmax_64bit_indexing_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:33.9651119Z test_softmax_bfloat16_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.063s) 2022-09-27T16:28:33.9668082Z test_softmax_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:33.9684957Z test_softmax_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:28:35.2020966Z test_softmax_results_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (1.224s) 2022-09-27T16:28:35.2047804Z test_softplus_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:35.2076597Z test_softplus_low_threshold_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:35.2115850Z test_softshrink_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:28:35.2131726Z test_softshrink_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:35.2148962Z test_softshrink_negative_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:35.2160912Z test_threshold_inplace_overlap_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:35.2179025Z test_to_complex_cpu (__main__.TestNNDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:975: 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-09-27T16:28:35.2180157Z warnings.warn( 2022-09-27T16:28:35.2180983Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:985: 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:250.) 2022-09-27T16:28:35.2181898Z return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) 2022-09-27T16:28:35.2182281Z ok (0.000s) 2022-09-27T16:28:35.2561437Z test_transformerencoderlayer_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T16:28:35.3188924Z test_transformerencoderlayer_fast_path_cpu_float64 (__main__.TestNNDeviceTypeCPU) ... ok (0.067s) 2022-09-27T16:28:35.3605180Z test_transformerencoderlayer_gelu_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:28:36.9400036Z test_triplet_margin_with_distance_loss_cpu (__main__.TestNNDeviceTypeCPU) ... ok (1.589s) 2022-09-27T16:28:37.0774893Z test_triplet_margin_with_distance_loss_default_parity_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.124s) 2022-09-27T16:28:37.0799872Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_channels_last_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:28:37.0819851Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_contiguous_format_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:37.0862681Z test_upsamplingBicubic2d_antialias_False_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:37.0904295Z test_upsamplingBicubic2d_antialias_False_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.010s) 2022-09-27T16:28:37.0944435Z test_upsamplingBicubic2d_antialias_True_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:37.0983533Z test_upsamplingBicubic2d_antialias_True_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:37.1003619Z test_upsamplingBicubic2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:37.1023188Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_channels_last_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:37.1042320Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_contiguous_format_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:28:37.1478497Z test_upsamplingBilinear2d_antialias_False_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:28:37.1908082Z test_upsamplingBilinear2d_antialias_False_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:28:37.2391485Z test_upsamplingBilinear2d_antialias_True_align_corners_False_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.057s) 2022-09-27T16:28:37.2874233Z test_upsamplingBilinear2d_antialias_True_align_corners_True_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.042s) 2022-09-27T16:28:37.2899053Z test_upsamplingNearest1d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:37.3124398Z test_upsamplingNearest1d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.031s) 2022-09-27T16:28:37.3136778Z test_upsamplingNearest1d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:28:37.3262240Z test_upsamplingNearest2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:37.3717606Z test_upsamplingNearest2d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.047s) 2022-09-27T16:28:37.3730073Z test_upsamplingNearest2d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:37.3741500Z test_upsamplingNearest2d_launch_fail_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:37.3752833Z test_upsamplingNearest2d_launch_rocm_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:28:37.5327386Z test_upsamplingNearest3d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.145s) 2022-09-27T16:28:37.5595125Z test_upsamplingNearest3d_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.032s) 2022-09-27T16:28:37.5608615Z test_upsamplingNearest3d_launch_config_cpu (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:37.5632984Z test_upsamplingNearestExact1d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:37.5654374Z test_upsamplingNearestExact1d_rescale_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:28:37.5779737Z test_upsamplingNearestExact2d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:28:37.7359593Z test_upsamplingNearestExact3d_correctness_cpu (__main__.TestNNDeviceTypeCPU) ... ok (0.158s) 2022-09-27T16:28:38.3147299Z test_variable_sequence_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... ok (0.585s) 2022-09-27T16:28:38.3167896Z test_warp_softmax_64bit_indexing_cpu_float16 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:38.3186043Z test_warp_softmax_64bit_indexing_cpu_float32 (__main__.TestNNDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:38.3202079Z test_calculate_gain_leaky_relu (__main__.TestNNInit) ... ok (0.000s) 2022-09-27T16:28:38.3213254Z test_calculate_gain_leaky_relu_only_accepts_numbers (__main__.TestNNInit) ... ok (0.000s) 2022-09-27T16:28:38.3225842Z test_calculate_gain_linear (__main__.TestNNInit) ... ok (0.000s) 2022-09-27T16:28:38.3241128Z test_calculate_gain_nonlinear (__main__.TestNNInit) ... ok (0.000s) 2022-09-27T16:28:38.3253046Z test_calculate_gain_only_accepts_valid_nonlinearities (__main__.TestNNInit) ... ok (0.000s) 2022-09-27T16:28:38.3270114Z test_constant (__main__.TestNNInit) ... ok (0.016s) 2022-09-27T16:28:38.3345330Z test_deprecation (__main__.TestNNInit) ... ok (0.001s) 2022-09-27T16:28:38.3417085Z test_dirac_identity (__main__.TestNNInit) ... ok (0.000s) 2022-09-27T16:28:38.3428829Z test_dirac_only_works_on_3_4_5d_inputs (__main__.TestNNInit) ... ok (0.000s) 2022-09-27T16:28:38.3457680Z test_dirac_properties (__main__.TestNNInit) ... ok (0.016s) 2022-09-27T16:28:38.3471665Z test_eye (__main__.TestNNInit) ... ok (0.000s) 2022-09-27T16:28:38.3483073Z test_eye_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.000s) 2022-09-27T16:28:38.6367852Z test_kaiming_normal (__main__.TestNNInit) ... ok (0.286s) 2022-09-27T16:28:38.6383885Z test_kaiming_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.000s) 2022-09-27T16:28:38.6421809Z test_kaiming_normal_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.000s) 2022-09-27T16:28:38.8934758Z test_kaiming_uniform (__main__.TestNNInit) ... ok (0.253s) 2022-09-27T16:28:38.8949710Z test_kaiming_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.000s) 2022-09-27T16:28:38.8985331Z test_kaiming_uniform_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.016s) 2022-09-27T16:28:40.0612866Z test_normal (__main__.TestNNInit) ... ok (1.157s) 2022-09-27T16:28:40.0639940Z test_ones_and_zeros (__main__.TestNNInit) ... ok (0.000s) 2022-09-27T16:28:40.0690290Z test_orthogonal (__main__.TestNNInit) ... ok (0.000s) 2022-09-27T16:28:40.0755711Z test_sparse_default_std (__main__.TestNNInit) ... ok (0.017s) 2022-09-27T16:28:40.0768518Z test_sparse_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.000s) 2022-09-27T16:28:40.0778315Z test_trunc_normal (__main__.TestNNInit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:28:41.1054858Z test_uniform (__main__.TestNNInit) ... ok (1.022s) 2022-09-27T16:28:41.7375109Z test_xavier_normal (__main__.TestNNInit) ... ok (0.633s) 2022-09-27T16:28:41.7389898Z test_xavier_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.000s) 2022-09-27T16:28:41.8446576Z test_xavier_uniform (__main__.TestNNInit) ... ok (0.111s) 2022-09-27T16:28:41.8461384Z test_xavier_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.000s) 2022-09-27T16:28:41.8490732Z test_load_state_dict_module_pre_hook (__main__.TestStateDictHooks) ... ok (0.000s) 2022-09-27T16:28:41.8523269Z test_load_state_dict_post_hook (__main__.TestStateDictHooks) ... ok (0.000s) 2022-09-27T16:28:41.8534559Z test_load_state_dict_post_hook_backward_compatibility (__main__.TestStateDictHooks) ... skip: Tempfile permission issue on windows (0.016s) 2022-09-27T16:28:41.8563074Z test_load_state_dict_pre_hook (__main__.TestStateDictHooks) ... ok (0.000s) 2022-09-27T16:28:41.8576456Z test_no_extra_ref_to_module (__main__.TestStateDictHooks) ... ok (0.000s) 2022-09-27T16:28:41.8593750Z test_pickled_hook (__main__.TestStateDictHooks) ... ok (0.000s) 2022-09-27T16:28:41.8594062Z 2022-09-27T16:28:41.8594351Z ---------------------------------------------------------------------- 2022-09-27T16:28:41.8594755Z Ran 3143 tests in 154.860s 2022-09-27T16:28:41.8594939Z 2022-09-27T16:28:41.8595097Z OK (skipped=1356, expected failures=27) 2022-09-27T16:28:41.8598363Z 2022-09-27T16:28:41.8598770Z Generating XML reports... 2022-09-27T16:28:41.8680685Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestAddRelu-20220927162606.xml 2022-09-27T16:28:41.8687691Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestConstantPadNd-20220927162606.xml 2022-09-27T16:28:41.8701611Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestFunctionalPickle-20220927162606.xml 2022-09-27T16:28:41.8707780Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestFusionEval-20220927162606.xml 2022-09-27T16:28:41.8766136Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestLazyModules-20220927162606.xml 2022-09-27T16:28:41.8777982Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestModuleGlobalHooks-20220927162606.xml 2022-09-27T16:28:42.1616176Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestNN-20220927162606.xml 2022-09-27T16:28:42.2380159Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestNNDeviceTypeCPU-20220927162606.xml 2022-09-27T16:28:42.2408984Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestNNInit-20220927162606.xml 2022-09-27T16:28:42.2419116Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestStateDictHooks-20220927162606.xml 2022-09-27T16:28:42.6409764Z Running test_modules ... [2022-09-27 16:28:42.631724] 2022-09-27T16:28:42.6410239Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:28:42.631724] 2022-09-27T16:28:44.9097425Z 2022-09-27T16:28:44.9097909Z Running tests... 2022-09-27T16:28:44.9098260Z ---------------------------------------------------------------------- 2022-09-27T16:28:44.9098616Z Test results will be stored in test-reports\python-unittest\test_modules 2022-09-27T16:28:44.9183422Z test_check_inplace_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:44.9247438Z test_check_inplace_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:44.9293927Z test_check_inplace_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:44.9339508Z test_check_inplace_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:44.9397747Z test_check_inplace_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:44.9455014Z test_check_inplace_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:44.9489607Z test_cpu_gpu_parity_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:28:44.9522959Z test_cpu_gpu_parity_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:28:44.9562681Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:44.9602554Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:28:44.9642449Z test_cpu_gpu_parity_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:44.9682136Z test_cpu_gpu_parity_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:44.9721723Z test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:44.9761515Z test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:28:44.9801275Z test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:44.9841036Z test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:44.9881119Z test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:44.9920942Z test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:28:44.9960582Z test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.0000128Z test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.0039812Z test_cpu_gpu_parity_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.0080895Z test_cpu_gpu_parity_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:28:45.0120571Z test_cpu_gpu_parity_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.0160548Z test_cpu_gpu_parity_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.0200229Z test_cpu_gpu_parity_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.0239839Z test_cpu_gpu_parity_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:28:45.0279638Z test_cpu_gpu_parity_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.0319414Z test_cpu_gpu_parity_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.0359527Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.0398952Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:28:45.0438588Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.0478235Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.0518147Z test_cpu_gpu_parity_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.0557735Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:28:45.0597480Z test_cpu_gpu_parity_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.0637079Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.0676646Z test_cpu_gpu_parity_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.0716362Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:28:45.0756167Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.0795550Z test_cpu_gpu_parity_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.0835274Z test_cpu_gpu_parity_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.0875113Z test_cpu_gpu_parity_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:28:45.0914568Z test_cpu_gpu_parity_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.0953987Z test_cpu_gpu_parity_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.0993700Z test_cpu_gpu_parity_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.1033279Z test_cpu_gpu_parity_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:28:45.1073221Z test_cpu_gpu_parity_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.1113171Z test_cpu_gpu_parity_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.1152827Z test_cpu_gpu_parity_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.1192662Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:28:45.1232298Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.1272024Z test_cpu_gpu_parity_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.1311642Z test_cpu_gpu_parity_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.1351459Z test_cpu_gpu_parity_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:28:45.1391180Z test_cpu_gpu_parity_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.1430763Z test_cpu_gpu_parity_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.1470741Z test_cpu_gpu_parity_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.1510479Z test_cpu_gpu_parity_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:28:45.1550262Z test_cpu_gpu_parity_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.1589915Z test_cpu_gpu_parity_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.1629770Z test_cpu_gpu_parity_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.1669464Z test_cpu_gpu_parity_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:28:45.1709247Z test_cpu_gpu_parity_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.1748861Z test_cpu_gpu_parity_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.1788516Z test_cpu_gpu_parity_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.1828771Z test_cpu_gpu_parity_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:28:45.1868387Z test_cpu_gpu_parity_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.1908250Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.1947968Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.1987765Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:28:45.2027577Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.2067163Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.2106921Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.2146710Z test_cpu_gpu_parity_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:28:45.2186526Z test_cpu_gpu_parity_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.2226290Z test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.2266174Z test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.2305941Z test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:28:45.2345629Z test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.2385019Z test_cpu_gpu_parity_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.2424696Z test_cpu_gpu_parity_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.2464331Z test_cpu_gpu_parity_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:28:45.2504014Z test_cpu_gpu_parity_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.2543774Z test_cpu_gpu_parity_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.2583412Z test_cpu_gpu_parity_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.2623434Z test_cpu_gpu_parity_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:28:45.2663144Z test_cpu_gpu_parity_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.2702923Z test_cpu_gpu_parity_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.2742675Z test_cpu_gpu_parity_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.2782983Z test_cpu_gpu_parity_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.019s) 2022-09-27T16:28:45.2823220Z test_cpu_gpu_parity_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:28:45.2863458Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:28:45.2903160Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:28:45.2942887Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:28:45.2982700Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.3022261Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.3061915Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.3101279Z test_cpu_gpu_parity_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:28:45.3140919Z test_cpu_gpu_parity_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:28:45.3188204Z test_factory_kwargs_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:45.3233348Z test_factory_kwargs_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:45.3267610Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:45.3302615Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:45.3337363Z test_factory_kwargs_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:45.3372041Z test_factory_kwargs_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:45.3422663Z test_factory_kwargs_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:45.3468555Z test_factory_kwargs_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:45.3514302Z test_factory_kwargs_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:45.3566142Z test_factory_kwargs_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:45.3612339Z test_factory_kwargs_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:45.3658719Z test_factory_kwargs_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:45.3705238Z test_factory_kwargs_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:45.3751722Z test_factory_kwargs_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:28:45.3812416Z test_factory_kwargs_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:45.3873467Z test_factory_kwargs_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:28:45.3949693Z test_factory_kwargs_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:45.4032341Z test_factory_kwargs_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:45.4108262Z test_factory_kwargs_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:28:45.4184274Z test_factory_kwargs_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:45.4261323Z test_factory_kwargs_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:45.4346222Z test_factory_kwargs_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:45.4397660Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:45.4430826Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_creation.py:142: 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-09-27T16:28:45.4431458Z result = torch.complex(real, imag) 2022-09-27T16:28:45.4453185Z ok (0.016s) 2022-09-27T16:28:45.4504173Z test_factory_kwargs_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:45.4556493Z test_factory_kwargs_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:45.4608390Z test_factory_kwargs_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:45.4660668Z test_factory_kwargs_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:45.4720189Z test_factory_kwargs_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:45.4773646Z test_factory_kwargs_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:45.4827828Z test_factory_kwargs_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:45.4941887Z test_factory_kwargs_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:28:45.5047966Z test_factory_kwargs_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:45.5094051Z test_factory_kwargs_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:45.5148332Z test_factory_kwargs_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:45.5195404Z test_factory_kwargs_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:45.5242753Z test_factory_kwargs_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:45.5299001Z test_factory_kwargs_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:45.5355971Z test_factory_kwargs_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:45.5738681Z test_factory_kwargs_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.031s) 2022-09-27T16:28:45.6124767Z test_factory_kwargs_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.041s) 2022-09-27T16:28:45.7150752Z test_factory_kwargs_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.098s) 2022-09-27T16:28:45.7536468Z test_factory_kwargs_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.047s) 2022-09-27T16:28:45.7598291Z test_factory_kwargs_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:45.7648442Z test_factory_kwargs_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:45.7686870Z test_factory_kwargs_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:45.7725148Z test_factory_kwargs_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:45.7777159Z test_factory_kwargs_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:45.7829832Z test_factory_kwargs_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:45.7886748Z test_factory_kwargs_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:45.7949471Z test_factory_kwargs_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:28:45.8746803Z test_factory_kwargs_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.078s) 2022-09-27T16:28:45.9545099Z test_factory_kwargs_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.077s) 2022-09-27T16:28:46.0345373Z test_factory_kwargs_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.089s) 2022-09-27T16:28:46.1157425Z test_factory_kwargs_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.073s) 2022-09-27T16:28:46.1199475Z 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-09-27T16:28:46.1200065Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:28:46.1251992Z ok (0.016s) 2022-09-27T16:28:46.1351174Z test_factory_kwargs_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:46.1441125Z test_factory_kwargs_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:46.1541550Z test_factory_kwargs_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:46.1631268Z test_factory_kwargs_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:46.1730284Z test_factory_kwargs_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:46.1790144Z test_factory_kwargs_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:28:46.1849423Z test_factory_kwargs_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:46.1909127Z test_factory_kwargs_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:28:46.1978288Z test_factory_kwargs_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:46.2039178Z test_factory_kwargs_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:28:46.2099738Z test_factory_kwargs_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:46.2159582Z test_factory_kwargs_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:46.2219374Z test_factory_kwargs_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:46.3255937Z test_factory_kwargs_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.104s) 2022-09-27T16:28:46.4282871Z test_factory_kwargs_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.098s) 2022-09-27T16:28:46.5309242Z test_factory_kwargs_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.104s) 2022-09-27T16:28:46.6335380Z test_factory_kwargs_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.098s) 2022-09-27T16:28:46.6413129Z test_factory_kwargs_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:46.6499926Z test_factory_kwargs_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:46.6569182Z test_factory_kwargs_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:46.6638111Z test_factory_kwargs_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:46.7373030Z test_factory_kwargs_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.083s) 2022-09-27T16:28:46.8109817Z test_factory_kwargs_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.073s) 2022-09-27T16:28:46.8858029Z test_factory_kwargs_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.073s) 2022-09-27T16:28:46.9594910Z test_factory_kwargs_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.073s) 2022-09-27T16:28:46.9638217Z test_factory_kwargs_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:46.9681552Z test_factory_kwargs_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:46.9720608Z test_factory_kwargs_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:46.9759875Z test_factory_kwargs_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:47.0505136Z test_factory_kwargs_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.073s) 2022-09-27T16:28:47.1241653Z test_factory_kwargs_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.083s) 2022-09-27T16:28:47.1859258Z test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.057s) 2022-09-27T16:28:47.2475978Z test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.067s) 2022-09-27T16:28:47.3025189Z test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.041s) 2022-09-27T16:28:47.3574370Z test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.063s) 2022-09-27T16:28:47.6024893Z test_factory_kwargs_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.237s) 2022-09-27T16:28:47.7758331Z test_factory_kwargs_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.181s) 2022-09-27T16:28:47.7800045Z test_forward_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:28:47.7827211Z test_forward_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:47.7850901Z test_forward_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:47.7873553Z test_forward_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:47.7901448Z test_forward_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:47.7927752Z test_forward_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:47.7959497Z test_forward_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:47.7988914Z test_forward_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:47.8018726Z test_forward_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:47.8049572Z test_forward_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:47.8078802Z test_forward_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:47.8109172Z test_forward_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:47.8138682Z test_forward_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:47.8169318Z test_forward_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:47.8226650Z test_forward_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:47.8281664Z test_forward_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:47.8360339Z test_forward_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:47.8419029Z test_forward_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:47.8485872Z test_forward_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:47.8546592Z test_forward_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:47.8617408Z test_forward_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:47.8681470Z test_forward_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:47.8713062Z test_forward_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:975: 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-09-27T16:28:47.8714318Z warnings.warn( 2022-09-27T16:28:47.8729822Z ok (0.016s) 2022-09-27T16:28:48.4894461Z test_forward_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.616s) 2022-09-27T16:28:48.4940746Z test_forward_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:28:48.4982821Z test_forward_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:48.5024183Z test_forward_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:48.5066040Z test_forward_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:48.5108157Z test_forward_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:48.5154287Z test_forward_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:48.5200197Z test_forward_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:48.5309705Z test_forward_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:48.5413073Z test_forward_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:48.5447419Z test_forward_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:48.5480849Z test_forward_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:48.5509275Z test_forward_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:48.5537953Z test_forward_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:48.5593579Z test_forward_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:48.5648182Z test_forward_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:48.6346631Z test_forward_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.064s) 2022-09-27T16:28:48.7043808Z test_forward_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.079s) 2022-09-27T16:28:48.7736727Z test_forward_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.063s) 2022-09-27T16:28:48.8431838Z test_forward_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.079s) 2022-09-27T16:28:48.8493251Z test_forward_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:48.8551990Z test_forward_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:48.8579737Z test_forward_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:48.8606396Z test_forward_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:48.8656084Z test_forward_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:48.8704505Z test_forward_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:48.8763450Z test_forward_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:48.8822880Z test_forward_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:49.0271470Z test_forward_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.144s) 2022-09-27T16:28:49.1710393Z test_forward_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.141s) 2022-09-27T16:28:49.3150040Z test_forward_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.144s) 2022-09-27T16:28:49.4590731Z test_forward_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.158s) 2022-09-27T16:28:49.4660606Z test_forward_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:49.4726095Z test_forward_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:49.4797178Z test_forward_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.017s) 2022-09-27T16:28:49.4866951Z test_forward_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:49.4941043Z test_forward_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:49.5013125Z test_forward_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:49.5057364Z test_forward_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:49.5100683Z test_forward_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:49.5145807Z test_forward_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:49.5191684Z test_forward_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:49.5241536Z test_forward_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:49.5291298Z test_forward_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:49.5339798Z test_forward_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:49.5387338Z test_forward_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:49.7653658Z test_forward_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.237s) 2022-09-27T16:28:49.9468251Z test_forward_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.174s) 2022-09-27T16:28:50.1293293Z test_forward_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.189s) 2022-09-27T16:28:50.3095269Z test_forward_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.174s) 2022-09-27T16:28:50.3188746Z test_forward_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:50.3279173Z test_forward_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:50.3344735Z test_forward_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:50.3409347Z test_forward_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:50.4407987Z test_forward_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.097s) 2022-09-27T16:28:50.5414268Z test_forward_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.112s) 2022-09-27T16:28:50.6410002Z test_forward_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.095s) 2022-09-27T16:28:50.7409186Z test_forward_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.095s) 2022-09-27T16:28:50.7434657Z test_forward_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:50.7460613Z test_forward_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:50.7485298Z test_forward_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:50.7509837Z test_forward_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:50.8566167Z test_forward_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.111s) 2022-09-27T16:28:50.9645772Z test_forward_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.095s) 2022-09-27T16:28:51.0440298Z test_forward_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.081s) 2022-09-27T16:28:51.1246253Z test_forward_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.081s) 2022-09-27T16:28:51.1957987Z test_forward_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.078s) 2022-09-27T16:28:51.2683163Z test_forward_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.063s) 2022-09-27T16:28:51.4540233Z test_forward_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.195s) 2022-09-27T16:28:51.6434945Z test_forward_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.191s) 2022-09-27T16:28:51.6504196Z test_grad_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:51.6532281Z test_grad_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:51.6560135Z test_grad_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:51.6601628Z test_grad_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:51.6644034Z test_grad_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:51.6686018Z test_grad_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:51.6729989Z test_grad_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:51.6896585Z test_grad_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:51.7044995Z test_grad_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:51.7209080Z test_grad_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:51.7390457Z test_grad_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:51.7474487Z test_grad_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:51.7564127Z test_grad_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:51.7688612Z test_grad_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:51.7941279Z test_grad_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:51.8010578Z test_grad_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:51.8085692Z test_grad_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:51.8245198Z test_grad_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:52.5129306Z test_grad_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.696s) 2022-09-27T16:28:53.2021621Z test_grad_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.683s) 2022-09-27T16:28:53.2160718Z test_grad_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:53.2202085Z test_grad_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:53.2318587Z test_grad_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:28:53.2586079Z test_grad_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.031s) 2022-09-27T16:28:55.1488445Z test_grad_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.889s) 2022-09-27T16:28:57.0385052Z test_grad_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.889s) 2022-09-27T16:28:57.0402143Z 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-09-27T16:28:57.0402726Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:28:57.0437308Z 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-09-27T16:28:57.0437791Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:28:57.0475836Z 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-09-27T16:28:57.0476958Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:28:57.0512248Z 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-09-27T16:28:57.0512751Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:28:57.0549229Z ok (0.016s) 2022-09-27T16:28:57.0566232Z 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-09-27T16:28:57.0566804Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:28:57.0605215Z 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-09-27T16:28:57.0605707Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:28:57.0645267Z 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-09-27T16:28:57.0645735Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:28:57.0685622Z 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-09-27T16:28:57.0686110Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:28:57.0725571Z ok (0.016s) 2022-09-27T16:28:57.0742146Z 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-09-27T16:28:57.0742716Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:28:57.0784351Z 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-09-27T16:28:57.0784846Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:28:57.0832155Z 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-09-27T16:28:57.0832645Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:28:57.0875329Z 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-09-27T16:28:57.0875817Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:28:57.0920068Z ok (0.026s) 2022-09-27T16:28:57.0934553Z 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-09-27T16:28:57.0935229Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:28:57.0973008Z 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-09-27T16:28:57.0973507Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:28:57.1009308Z ok (0.000s) 2022-09-27T16:28:57.1022923Z 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-09-27T16:28:57.1023491Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:28:57.1063467Z 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-09-27T16:28:57.1063964Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:28:57.1103952Z ok (0.016s) 2022-09-27T16:28:57.1119064Z 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-09-27T16:28:57.1119607Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:28:57.1181824Z 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-09-27T16:28:57.1182320Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:28:57.1234350Z ok (0.016s) 2022-09-27T16:28:57.1332245Z test_grad_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:28:58.2996497Z test_grad_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.175s) 2022-09-27T16:28:59.4676415Z test_grad_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (1.157s) 2022-09-27T16:28:59.4800854Z test_grad_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.026s) 2022-09-27T16:28:59.4980888Z test_grad_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:29:00.3026025Z test_grad_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.793s) 2022-09-27T16:29:01.1069911Z test_grad_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.810s) 2022-09-27T16:29:01.1127515Z test_grad_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:29:01.1169585Z test_grad_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:29:02.0575277Z test_grad_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.938s) 2022-09-27T16:29:02.5608762Z test_grad_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.508s) 2022-09-27T16:29:03.0104107Z test_grad_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.444s) 2022-09-27T16:29:05.1708371Z test_grad_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (2.166s) 2022-09-27T16:29:05.1802303Z test_gradgrad_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:29:05.1839966Z test_gradgrad_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:29:05.1878218Z test_gradgrad_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:29:05.1987732Z test_gradgrad_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:29:05.2121369Z test_gradgrad_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:29:05.2236576Z test_gradgrad_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:29:05.2380063Z test_gradgrad_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:29:05.2996042Z test_gradgrad_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.063s) 2022-09-27T16:29:05.3411364Z test_gradgrad_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.031s) 2022-09-27T16:29:05.3864627Z test_gradgrad_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.047s) 2022-09-27T16:29:05.4380736Z test_gradgrad_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.063s) 2022-09-27T16:29:05.4607691Z test_gradgrad_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:29:05.4847667Z test_gradgrad_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.017s) 2022-09-27T16:29:05.5187519Z test_gradgrad_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.048s) 2022-09-27T16:29:05.5669450Z test_gradgrad_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.047s) 2022-09-27T16:29:05.5776207Z test_gradgrad_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:29:05.5874768Z test_gradgrad_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:29:05.6712581Z test_gradgrad_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.078s) 2022-09-27T16:29:10.3053369Z test_gradgrad_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.630s) 2022-09-27T16:29:14.9359224Z test_gradgrad_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.636s) 2022-09-27T16:29:14.9708882Z test_gradgrad_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.041s) 2022-09-27T16:29:14.9989401Z test_gradgrad_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-09-27T16:29:15.1117696Z test_gradgrad_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.120s) 2022-09-27T16:29:27.9430996Z test_gradgrad_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (12.836s) 2022-09-27T16:29:40.7586584Z test_gradgrad_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (12.812s) 2022-09-27T16:29:40.7605713Z 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-09-27T16:29:40.7606332Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:29:40.7707227Z 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-09-27T16:29:40.7708043Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:29:40.7817274Z 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-09-27T16:29:40.7818070Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:29:40.7920073Z 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-09-27T16:29:40.7920848Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:29:40.8030665Z ok (0.046s) 2022-09-27T16:29:40.8047933Z 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-09-27T16:29:40.8048986Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:29:40.8157995Z 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-09-27T16:29:40.8158781Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:29:40.8271255Z 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-09-27T16:29:40.8272039Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:29:40.8386258Z 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-09-27T16:29:40.8387039Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:29:40.8501501Z ok (0.047s) 2022-09-27T16:29:40.8519103Z 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-09-27T16:29:40.8519990Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:29:40.8641469Z 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-09-27T16:29:40.8642239Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:29:40.8780554Z 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-09-27T16:29:40.8781338Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:29:40.8904001Z 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-09-27T16:29:40.8904788Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:29:40.9035816Z ok (0.052s) 2022-09-27T16:29:40.9051315Z 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-09-27T16:29:40.9052227Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:29:40.9160988Z 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-09-27T16:29:40.9161803Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:29:40.9267146Z ok (0.016s) 2022-09-27T16:29:40.9282709Z 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-09-27T16:29:40.9283734Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:29:40.9397802Z 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-09-27T16:29:40.9398579Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:29:40.9514642Z ok (0.031s) 2022-09-27T16:29:40.9530998Z 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-09-27T16:29:40.9531910Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:29:40.9714570Z 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-09-27T16:29:40.9715359Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:29:40.9869044Z ok (0.031s) 2022-09-27T16:29:41.0127214Z test_gradgrad_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.026s) 2022-09-27T16:29:45.5889012Z test_gradgrad_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.577s) 2022-09-27T16:29:50.1599601Z test_gradgrad_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (4.574s) 2022-09-27T16:29:50.1795000Z test_gradgrad_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:29:50.2650012Z test_gradgrad_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.079s) 2022-09-27T16:29:55.3224089Z test_gradgrad_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (5.070s) 2022-09-27T16:30:00.4358689Z test_gradgrad_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (5.107s) 2022-09-27T16:30:00.4450554Z test_gradgrad_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:00.4516212Z test_gradgrad_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:08.6037754Z test_gradgrad_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (8.158s) 2022-09-27T16:30:12.3915040Z test_gradgrad_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (3.783s) 2022-09-27T16:30:15.8109891Z test_gradgrad_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (3.425s) 2022-09-27T16:30:37.1945668Z test_gradgrad_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (21.378s) 2022-09-27T16:30:37.1972026Z test_if_train_and_eval_modes_differ_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:30:37.1995542Z test_if_train_and_eval_modes_differ_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.2015933Z test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.2035518Z test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.2055208Z test_if_train_and_eval_modes_differ_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.2074751Z test_if_train_and_eval_modes_differ_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.2096461Z test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.2118137Z test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.2139005Z test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:37.2160538Z test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.2189303Z test_if_train_and_eval_modes_differ_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.2217760Z test_if_train_and_eval_modes_differ_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.2250396Z test_if_train_and_eval_modes_differ_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.2281518Z test_if_train_and_eval_modes_differ_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:37.2314340Z test_if_train_and_eval_modes_differ_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.2347183Z test_if_train_and_eval_modes_differ_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.2382446Z test_if_train_and_eval_modes_differ_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.2416621Z test_if_train_and_eval_modes_differ_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.2441329Z 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:975: 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-09-27T16:30:37.2442571Z warnings.warn( 2022-09-27T16:30:37.2448924Z ok (0.016s) 2022-09-27T16:30:37.2481488Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.000s) 2022-09-27T16:30:37.2510328Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.2535650Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:30:37.2560874Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.2585967Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.2612013Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.2640048Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.2668551Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.2708790Z test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:37.2745990Z test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.2767947Z test_if_train_and_eval_modes_differ_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.2789344Z test_if_train_and_eval_modes_differ_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.2810718Z test_if_train_and_eval_modes_differ_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:30:37.2831777Z test_if_train_and_eval_modes_differ_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.2858980Z test_if_train_and_eval_modes_differ_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.2887413Z test_if_train_and_eval_modes_differ_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.2986442Z test_if_train_and_eval_modes_differ_nn_GRU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:30:37.3090954Z test_if_train_and_eval_modes_differ_nn_GRU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:37.3120223Z test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.3149606Z test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.3170770Z test_if_train_and_eval_modes_differ_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.3190730Z test_if_train_and_eval_modes_differ_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.3216490Z test_if_train_and_eval_modes_differ_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:37.3242020Z test_if_train_and_eval_modes_differ_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.3269459Z test_if_train_and_eval_modes_differ_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.3298667Z test_if_train_and_eval_modes_differ_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.3551699Z test_if_train_and_eval_modes_differ_nn_LSTM_cpu_float32 (__main__.TestModuleCPU) ... ok (0.031s) 2022-09-27T16:30:37.3814452Z test_if_train_and_eval_modes_differ_nn_LSTM_cpu_float64 (__main__.TestModuleCPU) ... ok (0.026s) 2022-09-27T16:30:37.3836028Z 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-09-27T16:30:37.3837016Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:30:37.3854730Z ok (0.000s) 2022-09-27T16:30:37.3894249Z test_if_train_and_eval_modes_differ_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:30:37.3935865Z test_if_train_and_eval_modes_differ_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.3976156Z test_if_train_and_eval_modes_differ_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.4019532Z test_if_train_and_eval_modes_differ_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.4062399Z test_if_train_and_eval_modes_differ_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:37.4091629Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.4120565Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.4149444Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.4180080Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.4212763Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:37.4245481Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.4271450Z test_if_train_and_eval_modes_differ_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.4297147Z test_if_train_and_eval_modes_differ_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.4532993Z test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleCPU) ... ok (0.031s) 2022-09-27T16:30:37.4782024Z test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleCPU) ... ok (0.026s) 2022-09-27T16:30:37.4811915Z test_if_train_and_eval_modes_differ_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.4842350Z test_if_train_and_eval_modes_differ_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.4871970Z test_if_train_and_eval_modes_differ_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:30:37.4902326Z test_if_train_and_eval_modes_differ_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.5079511Z test_if_train_and_eval_modes_differ_nn_RNN_cpu_float32 (__main__.TestModuleCPU) ... ok (0.011s) 2022-09-27T16:30:37.5268971Z test_if_train_and_eval_modes_differ_nn_RNN_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:37.5290355Z test_if_train_and_eval_modes_differ_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:37.5312097Z test_if_train_and_eval_modes_differ_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.5333145Z test_if_train_and_eval_modes_differ_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.5354126Z test_if_train_and_eval_modes_differ_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.5716566Z test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.031s) 2022-09-27T16:30:37.6093803Z test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.049s) 2022-09-27T16:30:37.6327420Z test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:37.6570540Z test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.031s) 2022-09-27T16:30:37.7385837Z test_if_train_and_eval_modes_differ_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.079s) 2022-09-27T16:30:37.8236735Z test_if_train_and_eval_modes_differ_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.079s) 2022-09-27T16:30:37.8316198Z test_memory_format_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:37.8391523Z test_memory_format_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.8443196Z test_memory_format_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.8495318Z test_memory_format_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:37.8530149Z test_memory_format_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:37.8563969Z test_memory_format_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:37.8623811Z test_memory_format_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:37.8683101Z test_memory_format_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.8745624Z test_memory_format_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.8807949Z test_memory_format_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-09-27T16:30:37.8871968Z test_memory_format_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.006s) 2022-09-27T16:30:37.8933793Z test_memory_format_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.005s) 2022-09-27T16:30:37.8996710Z test_memory_format_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.9059460Z test_memory_format_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.9094104Z test_memory_format_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:30:37.9127599Z test_memory_format_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:37.9208191Z test_memory_format_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.9284946Z test_memory_format_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:37.9406359Z test_memory_format_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:37.9508153Z test_memory_format_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.9571744Z test_memory_format_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.016s) 2022-09-27T16:30:37.9630385Z test_memory_format_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.000s) 2022-09-27T16:30:37.9701464Z test_memory_format_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:37.9754822Z test_memory_format_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.001s) 2022-09-27T16:30:37.9826206Z test_memory_format_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:37.9886582Z test_memory_format_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:37.9944736Z test_memory_format_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:38.0002715Z test_memory_format_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.000s) 2022-09-27T16:30:38.0060118Z test_memory_format_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.016s) 2022-09-27T16:30:38.0124006Z test_memory_format_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.000s) 2022-09-27T16:30:38.0187176Z test_memory_format_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.000s) 2022-09-27T16:30:38.0298403Z test_memory_format_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:38.0405255Z test_memory_format_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:38.0469311Z test_memory_format_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:38.0531244Z test_memory_format_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:38.0565315Z test_memory_format_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:38.0599176Z test_memory_format_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:38.0664085Z test_memory_format_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:38.0729844Z test_memory_format_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:38.1349831Z test_memory_format_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.063s) 2022-09-27T16:30:38.1972440Z test_memory_format_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.064s) 2022-09-27T16:30:38.2588686Z test_memory_format_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.063s) 2022-09-27T16:30:38.3205492Z test_memory_format_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.064s) 2022-09-27T16:30:38.3239384Z test_memory_format_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:38.3272878Z test_memory_format_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:38.3327371Z test_memory_format_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:38.3381117Z test_memory_format_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:38.3414976Z test_memory_format_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:38.3448572Z test_memory_format_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:38.3520186Z test_memory_format_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:38.3591844Z test_memory_format_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:38.4855504Z test_memory_format_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.127s) 2022-09-27T16:30:38.6102118Z test_memory_format_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.128s) 2022-09-27T16:30:38.7361283Z test_memory_format_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.127s) 2022-09-27T16:30:38.8610789Z test_memory_format_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.126s) 2022-09-27T16:30:38.8702485Z test_memory_format_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:38.8787274Z test_memory_format_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:38.8906365Z test_memory_format_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:38.9018226Z test_memory_format_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.001s) 2022-09-27T16:30:38.9084157Z test_memory_format_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.016s) 2022-09-27T16:30:38.9144586Z test_memory_format_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.000s) 2022-09-27T16:30:38.9208533Z test_memory_format_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:38.9270428Z test_memory_format_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:38.9330355Z test_memory_format_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.000s) 2022-09-27T16:30:38.9390084Z test_memory_format_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.016s) 2022-09-27T16:30:38.9456132Z test_memory_format_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... expected failure (0.000s) 2022-09-27T16:30:38.9521667Z test_memory_format_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... expected failure (0.000s) 2022-09-27T16:30:38.9555448Z test_memory_format_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:30:38.9589187Z test_memory_format_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:38.9622629Z test_memory_format_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:38.9656154Z test_memory_format_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:38.9689660Z test_memory_format_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:38.9723571Z test_memory_format_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.017s) 2022-09-27T16:30:38.9757361Z test_memory_format_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:38.9790699Z test_memory_format_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:38.9861181Z test_memory_format_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:38.9933404Z test_memory_format_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.019s) 2022-09-27T16:30:39.0755729Z test_memory_format_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.084s) 2022-09-27T16:30:39.1572862Z test_memory_format_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.083s) 2022-09-27T16:30:39.2392914Z test_memory_format_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.067s) 2022-09-27T16:30:39.3210137Z test_memory_format_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.089s) 2022-09-27T16:30:39.3279113Z test_memory_format_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:39.3346957Z test_memory_format_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:39.3412330Z test_memory_format_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:39.3476196Z test_memory_format_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:39.3510891Z test_memory_format_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:39.3544325Z test_memory_format_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:39.3577780Z test_memory_format_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:39.3611463Z test_memory_format_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:30:39.3644827Z test_memory_format_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:39.3678306Z test_memory_format_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:39.3711530Z test_memory_format_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:39.3744745Z test_memory_format_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:39.3772906Z test_multiple_device_transfer_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:30:39.3801172Z test_multiple_device_transfer_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:30:39.3829213Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:30:39.3857337Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:30:39.3885497Z test_multiple_device_transfer_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:30:39.3913323Z test_multiple_device_transfer_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:30:39.3941041Z test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.3968518Z test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.3996128Z test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.4024018Z test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.4051558Z test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.4079638Z test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:30:39.4107280Z test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.4134971Z test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.4162592Z test_multiple_device_transfer_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.4190343Z test_multiple_device_transfer_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.4218091Z test_multiple_device_transfer_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.4245852Z test_multiple_device_transfer_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:30:39.4273245Z test_multiple_device_transfer_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.4300906Z test_multiple_device_transfer_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.4328804Z test_multiple_device_transfer_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.4355986Z test_multiple_device_transfer_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.4383664Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:30:39.4411268Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.4438816Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.4466384Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.4494136Z test_multiple_device_transfer_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.4522090Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.4549856Z test_multiple_device_transfer_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:30:39.4577762Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.4605430Z test_multiple_device_transfer_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.4632912Z test_multiple_device_transfer_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.4660430Z test_multiple_device_transfer_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.4688100Z test_multiple_device_transfer_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.4715968Z test_multiple_device_transfer_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.017s) 2022-09-27T16:30:39.4743588Z test_multiple_device_transfer_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.4771388Z test_multiple_device_transfer_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.4798875Z test_multiple_device_transfer_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.4826367Z test_multiple_device_transfer_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.4853998Z test_multiple_device_transfer_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.4881745Z test_multiple_device_transfer_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:30:39.4909261Z test_multiple_device_transfer_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.4936926Z test_multiple_device_transfer_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.4964692Z test_multiple_device_transfer_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.4992450Z test_multiple_device_transfer_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.5020177Z test_multiple_device_transfer_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.5047839Z test_multiple_device_transfer_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:30:39.5075264Z test_multiple_device_transfer_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.5102871Z test_multiple_device_transfer_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.5130677Z test_multiple_device_transfer_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.5158413Z test_multiple_device_transfer_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.5186071Z test_multiple_device_transfer_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:30:39.5213694Z test_multiple_device_transfer_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.5241370Z test_multiple_device_transfer_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.5268980Z test_multiple_device_transfer_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.5296753Z test_multiple_device_transfer_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.5324591Z test_multiple_device_transfer_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.5352458Z test_multiple_device_transfer_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:30:39.5379921Z test_multiple_device_transfer_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.5407579Z test_multiple_device_transfer_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.5435251Z test_multiple_device_transfer_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.5462895Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.5490497Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.5518448Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:30:39.5545804Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.5573369Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.5601244Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.5628881Z test_multiple_device_transfer_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.5656838Z test_multiple_device_transfer_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:30:39.5684492Z test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.5712024Z test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.5739434Z test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.5767062Z test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.5794436Z test_multiple_device_transfer_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.5822267Z test_multiple_device_transfer_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:30:39.5849790Z test_multiple_device_transfer_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.5877390Z test_multiple_device_transfer_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.5904949Z test_multiple_device_transfer_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.5932608Z test_multiple_device_transfer_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.5960264Z test_multiple_device_transfer_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.5987926Z test_multiple_device_transfer_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:30:39.6015452Z test_multiple_device_transfer_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.6043280Z test_multiple_device_transfer_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.6070847Z test_multiple_device_transfer_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.6098640Z test_multiple_device_transfer_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.6126564Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.6153917Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:30:39.6181692Z test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.6209228Z test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.6236906Z test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.6264341Z test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.6292063Z test_multiple_device_transfer_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:30:39.6319832Z test_multiple_device_transfer_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:30:39.6357621Z test_non_contiguous_tensors_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:39.6395377Z test_non_contiguous_tensors_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:30:39.6472745Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:39.6544607Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:39.6616808Z test_non_contiguous_tensors_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:39.6686698Z test_non_contiguous_tensors_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:39.6776692Z test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:39.6864486Z test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:39.6955305Z test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:39.7043568Z test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:39.7133457Z test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:39.7220391Z test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:39.7310819Z test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:39.7399980Z test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:39.7617113Z test_non_contiguous_tensors_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:39.7825692Z test_non_contiguous_tensors_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:39.8090341Z test_non_contiguous_tensors_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.032s) 2022-09-27T16:30:39.8313876Z test_non_contiguous_tensors_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:39.8593143Z test_non_contiguous_tensors_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.031s) 2022-09-27T16:30:39.8833940Z test_non_contiguous_tensors_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.032s) 2022-09-27T16:30:39.9181859Z test_non_contiguous_tensors_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.031s) 2022-09-27T16:30:39.9438281Z test_non_contiguous_tensors_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:39.9628807Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.031s) 2022-09-27T16:30:39.9686132Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.000s) 2022-09-27T16:30:39.9879382Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:40.0019862Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:40.0156466Z test_non_contiguous_tensors_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:40.0301754Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:40.0446787Z test_non_contiguous_tensors_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:40.0621877Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:40.0796283Z test_non_contiguous_tensors_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:40.1204320Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.048s) 2022-09-27T16:30:40.1592107Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.031s) 2022-09-27T16:30:40.1713104Z test_non_contiguous_tensors_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:40.1828505Z test_non_contiguous_tensors_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:40.1964016Z test_non_contiguous_tensors_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:40.2096844Z test_non_contiguous_tensors_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:40.2287263Z test_non_contiguous_tensors_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:40.2472126Z test_non_contiguous_tensors_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.031s) 2022-09-27T16:30:40.5887614Z test_non_contiguous_tensors_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.334s) 2022-09-27T16:30:40.9233764Z test_non_contiguous_tensors_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.333s) 2022-09-27T16:30:41.2635830Z test_non_contiguous_tensors_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.348s) 2022-09-27T16:30:41.6078593Z test_non_contiguous_tensors_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.334s) 2022-09-27T16:30:41.6304468Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.031s) 2022-09-27T16:30:41.6522355Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:41.6617413Z test_non_contiguous_tensors_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:41.6710728Z test_non_contiguous_tensors_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:41.6882837Z test_non_contiguous_tensors_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.026s) 2022-09-27T16:30:41.7048384Z test_non_contiguous_tensors_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:30:41.7286376Z test_non_contiguous_tensors_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.031s) 2022-09-27T16:30:41.7516903Z test_non_contiguous_tensors_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:42.6611859Z test_non_contiguous_tensors_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.912s) 2022-09-27T16:30:43.5425595Z test_non_contiguous_tensors_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.887s) 2022-09-27T16:30:44.4507111Z test_non_contiguous_tensors_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.902s) 2022-09-27T16:30:45.3394461Z test_non_contiguous_tensors_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.887s) 2022-09-27T16:30:45.3655049Z test_non_contiguous_tensors_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.031s) 2022-09-27T16:30:45.3885882Z test_non_contiguous_tensors_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.026s) 2022-09-27T16:30:45.4154146Z test_non_contiguous_tensors_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.026s) 2022-09-27T16:30:45.4401444Z test_non_contiguous_tensors_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:45.4690724Z test_non_contiguous_tensors_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.037s) 2022-09-27T16:30:45.4953930Z test_non_contiguous_tensors_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.033s) 2022-09-27T16:30:45.5098898Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:45.5238901Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:45.5387302Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:45.5534859Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:45.5713231Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:45.5888778Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:45.6057789Z test_non_contiguous_tensors_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.032s) 2022-09-27T16:30:45.6269306Z test_non_contiguous_tensors_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:46.3897978Z test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.760s) 2022-09-27T16:30:47.1302947Z test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.746s) 2022-09-27T16:30:47.8978555Z test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.769s) 2022-09-27T16:30:48.6295250Z test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.730s) 2022-09-27T16:30:48.6553545Z test_non_contiguous_tensors_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:48.6803371Z test_non_contiguous_tensors_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.032s) 2022-09-27T16:30:48.7044315Z test_non_contiguous_tensors_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:48.7275435Z test_non_contiguous_tensors_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.031s) 2022-09-27T16:30:49.2114800Z test_non_contiguous_tensors_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.490s) 2022-09-27T16:30:49.6727251Z test_non_contiguous_tensors_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.461s) 2022-09-27T16:30:50.1564724Z test_non_contiguous_tensors_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.475s) 2022-09-27T16:30:50.6186651Z test_non_contiguous_tensors_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.473s) 2022-09-27T16:30:50.6314345Z test_non_contiguous_tensors_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:50.6437965Z test_non_contiguous_tensors_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:50.6540076Z test_non_contiguous_tensors_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:50.6639765Z test_non_contiguous_tensors_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:51.0435583Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.389s) 2022-09-27T16:30:51.4049036Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.352s) 2022-09-27T16:30:51.6821797Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.291s) 2022-09-27T16:30:51.9590124Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.270s) 2022-09-27T16:30:52.2087586Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.251s) 2022-09-27T16:30:52.4505268Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.238s) 2022-09-27T16:30:53.0122624Z test_non_contiguous_tensors_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.572s) 2022-09-27T16:30:53.5510449Z test_non_contiguous_tensors_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.539s) 2022-09-27T16:30:53.5590915Z test_pickle_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:53.5650408Z test_pickle_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:53.5681654Z test_pickle_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:53.5712252Z test_pickle_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:53.5743545Z test_pickle_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:53.5774646Z test_pickle_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:53.5813254Z test_pickle_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:53.5852436Z test_pickle_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:53.5890510Z test_pickle_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:53.5929385Z test_pickle_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:53.5968255Z test_pickle_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:53.6007429Z test_pickle_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:53.6046399Z test_pickle_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:53.6085704Z test_pickle_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:53.6156704Z test_pickle_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:53.6226212Z test_pickle_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:53.6321076Z test_pickle_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:53.6409128Z test_pickle_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:53.6501987Z test_pickle_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:53.6592784Z test_pickle_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:53.6689634Z test_pickle_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:53.6784437Z test_pickle_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:53.6847400Z test_pickle_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:53.6879424Z test_pickle_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... expected failure (0.000s) 2022-09-27T16:30:53.6941905Z test_pickle_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:53.6995719Z test_pickle_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:53.7049785Z test_pickle_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:53.7105254Z test_pickle_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:53.7160913Z test_pickle_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:53.7223051Z test_pickle_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:53.7283756Z test_pickle_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:53.7455380Z test_pickle_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:53.7623939Z test_pickle_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:53.7686400Z test_pickle_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:53.7748104Z test_pickle_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:53.7798427Z test_pickle_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:53.7848177Z test_pickle_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:53.7910008Z test_pickle_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:53.7971210Z test_pickle_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:53.8622795Z test_pickle_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.063s) 2022-09-27T16:30:53.9280906Z test_pickle_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.064s) 2022-09-27T16:30:53.9935312Z test_pickle_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.064s) 2022-09-27T16:30:54.0588409Z test_pickle_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.078s) 2022-09-27T16:30:54.0669460Z test_pickle_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:54.0748572Z test_pickle_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:54.0789705Z test_pickle_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:54.0830698Z test_pickle_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:54.0908128Z test_pickle_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:54.0984880Z test_pickle_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:54.1049584Z test_pickle_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:54.1114098Z test_pickle_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:54.2459361Z test_pickle_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.127s) 2022-09-27T16:30:54.3805842Z test_pickle_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.142s) 2022-09-27T16:30:54.5145234Z test_pickle_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.128s) 2022-09-27T16:30:54.6487721Z test_pickle_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.143s) 2022-09-27T16:30:54.6597166Z test_pickle_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:54.6718252Z test_pickle_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:54.6843157Z test_pickle_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:54.6967091Z test_pickle_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:54.7095640Z test_pickle_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:54.7220616Z test_pickle_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:54.7295039Z test_pickle_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:54.7368854Z test_pickle_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:54.7443321Z test_pickle_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:54.7519449Z test_pickle_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:54.7601973Z test_pickle_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:54.7684217Z test_pickle_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:54.7760842Z test_pickle_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:54.7828989Z test_pickle_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:54.9742221Z test_pickle_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.189s) 2022-09-27T16:30:55.1782598Z test_pickle_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.215s) 2022-09-27T16:30:55.3687747Z test_pickle_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.192s) 2022-09-27T16:30:55.5589490Z test_pickle_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.186s) 2022-09-27T16:30:55.5698761Z test_pickle_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:55.5804947Z test_pickle_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:30:55.5884530Z test_pickle_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:55.5965513Z test_pickle_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:55.7017401Z test_pickle_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.098s) 2022-09-27T16:30:55.8077281Z test_pickle_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.104s) 2022-09-27T16:30:55.9123071Z test_pickle_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.104s) 2022-09-27T16:30:56.0172276Z test_pickle_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.114s) 2022-09-27T16:30:56.0226615Z test_pickle_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:56.0280841Z test_pickle_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:56.0325074Z test_pickle_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:56.0367981Z test_pickle_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:56.1433687Z test_pickle_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.104s) 2022-09-27T16:30:56.2515278Z test_pickle_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.104s) 2022-09-27T16:30:56.3380717Z test_pickle_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.084s) 2022-09-27T16:30:56.4281726Z test_pickle_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.101s) 2022-09-27T16:30:56.5059144Z test_pickle_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.077s) 2022-09-27T16:30:56.5853547Z test_pickle_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.083s) 2022-09-27T16:30:56.7818571Z test_pickle_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.192s) 2022-09-27T16:30:57.0654767Z test_pickle_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.281s) 2022-09-27T16:30:57.0674121Z test_repr_ao_nn_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.0693437Z test_repr_ao_nn_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.0709512Z test_repr_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.0725024Z test_repr_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.0740689Z test_repr_nn_AvgPool1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:57.0756197Z test_repr_nn_AvgPool1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.0773737Z test_repr_nn_BatchNorm2d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.0791327Z test_repr_nn_BatchNorm2d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.0808686Z test_repr_nn_BatchNorm2d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.0826816Z test_repr_nn_BatchNorm2d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.0843468Z test_repr_nn_BatchNorm3d_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:30:57.0860503Z test_repr_nn_BatchNorm3d_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.0877379Z test_repr_nn_BatchNorm3d_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.0894806Z test_repr_nn_BatchNorm3d_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.0915535Z test_repr_nn_Bilinear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.0936277Z test_repr_nn_Bilinear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:30:57.0958937Z test_repr_nn_Conv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.0981815Z test_repr_nn_Conv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.1004555Z test_repr_nn_Conv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.1028997Z test_repr_nn_Conv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.1053312Z test_repr_nn_Conv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.1078402Z test_repr_nn_Conv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.1098441Z test_repr_nn_ConvTranspose1d_cpu_complex128 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:57.1118526Z test_repr_nn_ConvTranspose1d_cpu_complex32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.1138199Z test_repr_nn_ConvTranspose1d_cpu_complex64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.1157021Z test_repr_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.1176008Z test_repr_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.1194825Z test_repr_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.1214090Z test_repr_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.1234972Z test_repr_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.1255573Z test_repr_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:57.1283901Z test_repr_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.1311728Z test_repr_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.1329331Z test_repr_nn_ELU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.1346846Z test_repr_nn_ELU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.1363583Z test_repr_nn_Embedding_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.1380215Z test_repr_nn_Embedding_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.1400096Z test_repr_nn_GRUCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.1420340Z test_repr_nn_GRUCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:57.1510235Z test_repr_nn_GRU_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.1606929Z test_repr_nn_GRU_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:57.1696472Z test_repr_nn_GRU_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.1794388Z test_repr_nn_GRU_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:57.1815415Z test_repr_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.1836523Z test_repr_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:30:57.1852573Z test_repr_nn_Hardswish_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.1868748Z test_repr_nn_Hardswish_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.1888795Z test_repr_nn_L1Loss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.1908825Z test_repr_nn_L1Loss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.1929622Z test_repr_nn_LSTMCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:30:57.1950498Z test_repr_nn_LSTMCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.2133735Z test_repr_nn_LSTM_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:57.2334367Z test_repr_nn_LSTM_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.026s) 2022-09-27T16:30:57.2518043Z test_repr_nn_LSTM_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:57.2717416Z test_repr_nn_LSTM_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:57.2742596Z test_repr_nn_LazyConv1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.2768617Z test_repr_nn_LazyConv1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.2793990Z test_repr_nn_LazyConv2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.2821267Z test_repr_nn_LazyConv2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:57.2848403Z test_repr_nn_LazyConv3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.2876297Z test_repr_nn_LazyConv3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.2896697Z test_repr_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.2917487Z test_repr_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:30:57.2939485Z test_repr_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.2961194Z test_repr_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.2982482Z test_repr_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.3004694Z test_repr_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.3023781Z test_repr_nn_Linear_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.3043308Z test_repr_nn_Linear_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.3272928Z test_repr_nn_MultiheadAttention_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.031s) 2022-09-27T16:30:57.3515296Z test_repr_nn_MultiheadAttention_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:57.3742888Z test_repr_nn_MultiheadAttention_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.031s) 2022-09-27T16:30:57.3985035Z test_repr_nn_MultiheadAttention_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.020s) 2022-09-27T16:30:57.4010173Z test_repr_nn_NLLLoss_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.4035545Z test_repr_nn_NLLLoss_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.4058100Z test_repr_nn_RNNCell_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:57.4080714Z test_repr_nn_RNNCell_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.4245066Z test_repr_nn_RNN_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:57.4424340Z test_repr_nn_RNN_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:57.4589188Z test_repr_nn_RNN_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:57.4769157Z test_repr_nn_RNN_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:30:57.4784862Z test_repr_nn_ReLU_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:57.4802797Z test_repr_nn_ReLU_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.4819389Z test_repr_nn_Sigmoid_cpu_float32 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.4836303Z test_repr_nn_Sigmoid_cpu_float64 (__main__.TestModuleCPU) ... ok (0.000s) 2022-09-27T16:30:57.5042724Z test_repr_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.026s) 2022-09-27T16:30:57.5261915Z test_repr_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:57.5419506Z test_repr_nn_TransformerEncoderLayer_eval_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:57.5588652Z test_repr_nn_TransformerEncoderLayer_eval_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.010s) 2022-09-27T16:30:57.5732523Z test_repr_nn_TransformerEncoderLayer_train_mode_cpu_float32 (__main__.TestModuleCPU) ... ok (0.016s) 2022-09-27T16:30:57.5887535Z test_repr_nn_TransformerEncoderLayer_train_mode_cpu_float64 (__main__.TestModuleCPU) ... ok (0.026s) 2022-09-27T16:30:57.6516119Z test_repr_nn_Transformer_cpu_float32 (__main__.TestModuleCPU) ... ok (0.051s) 2022-09-27T16:30:57.7167369Z test_repr_nn_Transformer_cpu_float64 (__main__.TestModuleCPU) ... ok (0.067s) 2022-09-27T16:30:57.7167592Z 2022-09-27T16:30:57.7168091Z ---------------------------------------------------------------------- 2022-09-27T16:30:57.7168397Z Ran 918 tests in 132.796s 2022-09-27T16:30:57.7168524Z 2022-09-27T16:30:57.7170863Z OK (skipped=214, expected failures=17) 2022-09-27T16:30:57.7172139Z 2022-09-27T16:30:57.7172448Z Generating XML reports... 2022-09-27T16:30:57.8023486Z Generated XML report: test-reports\python-unittest\test_modules\TEST-TestModuleCPU-20220927162844.xml 2022-09-27T16:30:58.1484064Z Running test_linalg ... [2022-09-27 16:30:58.146870] 2022-09-27T16:30:58.1484523Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_linalg.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:30:58.146870] 2022-09-27T16:30:59.9353231Z 2022-09-27T16:30:59.9353477Z Running tests... 2022-09-27T16:30:59.9353805Z ---------------------------------------------------------------------- 2022-09-27T16:30:59.9354174Z Test results will be stored in test-reports\python-unittest\test_linalg 2022-09-27T16:31:00.7760049Z test_addbmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.845s) 2022-09-27T16:31:01.2165967Z test_addbmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.427s) 2022-09-27T16:31:01.7610127Z test_addbmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.548s) 2022-09-27T16:31:02.1397962Z test_addbmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.379s) 2022-09-27T16:31:02.5025802Z test_addbmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.361s) 2022-09-27T16:31:02.5222517Z test_addmm_activation_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-09-27T16:31:02.5343469Z test_addmm_activation_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:02.5510385Z test_addmm_activation_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:02.5534398Z test_addmm_baddbmm_overflow_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:31:02.5682200Z test_addmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:02.5816743Z test_addmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-09-27T16:31:02.5953537Z test_addmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T16:31:02.6067678Z test_addmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:02.6180591Z test_addmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:03.4322007Z test_addmm_sizes_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.814s) 2022-09-27T16:31:03.4660632Z test_addmm_sizes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.047s) 2022-09-27T16:31:03.4868684Z test_addmv_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:03.5053259Z test_addmv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T16:31:03.5244215Z test_addmv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-09-27T16:31:03.5391865Z test_addmv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:03.5530453Z test_addmv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T16:31:03.5624871Z test_addmv_rowmajor_colmajor_incx_incy_lda_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:03.5712349Z test_addmv_rowmajor_colmajor_incx_incy_lda_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:03.5786477Z test_addr_bool_cpu_bool (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:03.5899846Z test_addr_float_and_complex_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-09-27T16:31:03.6065555Z test_addr_float_and_complex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:03.6234172Z test_addr_float_and_complex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:03.6365550Z test_addr_float_and_complex_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T16:31:03.6466700Z test_addr_float_and_complex_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:03.6565369Z test_addr_float_and_complex_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:03.6637133Z test_addr_integral_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:03.6707878Z test_addr_integral_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:03.6775457Z test_addr_integral_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:03.6844078Z test_addr_integral_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:03.6912008Z test_addr_integral_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T16:31:04.1070600Z test_addr_type_promotion_cpu (__main__.TestLinalgCPU) ... ok (0.404s) 2022-09-27T16:31:05.7731575Z test_baddbmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (1.667s) 2022-09-27T16:31:08.0420977Z test_baddbmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (2.271s) 2022-09-27T16:31:10.3064627Z test_baddbmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (2.263s) 2022-09-27T16:31:12.0180772Z test_baddbmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.712s) 2022-09-27T16:31:13.6729629Z test_baddbmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.664s) 2022-09-27T16:31:13.6768787Z test_blas_alpha_beta_empty_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:13.6806476Z test_blas_alpha_beta_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:13.6843308Z test_blas_alpha_beta_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:13.6879777Z test_blas_alpha_beta_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:13.6915503Z test_blas_alpha_beta_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:13.6949893Z test_blas_alpha_beta_empty_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:13.6984285Z test_blas_alpha_beta_empty_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:13.7018141Z test_blas_alpha_beta_empty_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:13.7052587Z test_blas_alpha_beta_empty_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:13.7087054Z test_blas_alpha_beta_empty_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:13.7225420Z test_blas_empty_cpu (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:13.7293638Z test_blas_mv_large_input_cpu (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:4696: UserWarning: An output with one or more elements was resized since it had shape [200], which does not match the required output shape [3000]. 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:24.) 2022-09-27T16:31:13.7295032Z self.assertEqual(torch.mv(nm, _m), torch.mv(nm, _m, out=_m_out)) 2022-09-27T16:31:13.7299852Z ok (0.000s) 2022-09-27T16:31:13.7326106Z test_blas_nan_out_cpu_bfloat16 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:4671: UserWarning: An output with one or more elements was resized since it had shape [7], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:31:13.7327521Z self.assertEqual(torch.mv(nm, _m), torch.mv(nm, _m, out=_m_out)) 2022-09-27T16:31:13.7333607Z ok (0.016s) 2022-09-27T16:31:13.7364636Z test_blas_nan_out_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:13.7395353Z test_blas_nan_out_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:13.7426122Z test_blas_nan_out_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:13.7457022Z test_blas_nan_out_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:13.7488015Z test_blas_nan_out_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:14.1269645Z test_bmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:31:14.1270886Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:31:14.1327571Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:31:14.1328725Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:31:14.1345652Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [1, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:31:14.1346795Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:31:14.1397217Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:31:14.1398364Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:31:14.1415028Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:31:14.1416267Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:31:14.1466526Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:31:14.1467670Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:31:14.1484399Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [1, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:31:14.1485548Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:31:14.7258035Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:31:14.7259374Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:31:14.7329785Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:31:14.7330903Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:31:14.7348539Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [10, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:31:14.7349679Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:31:14.7401861Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:31:14.7403009Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:31:14.7419882Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 23, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:31:14.7421119Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:31:14.7472847Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 12]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:31:14.7473987Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:31:14.7491312Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5700: UserWarning: An output with one or more elements was resized since it had shape [10, 23, 12], which does not match the required output shape [0, 0, 0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:31:14.7492444Z torch.bmm(b1, b2, out=res2) 2022-09-27T16:31:14.7546404Z ok (1.011s) 2022-09-27T16:31:15.8271714Z test_bmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.079s) 2022-09-27T16:31:16.9246096Z test_bmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.100s) 2022-09-27T16:31:17.8108998Z test_bmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.879s) 2022-09-27T16:31:18.6527514Z test_bmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.838s) 2022-09-27T16:31:18.6584054Z test_broadcast_batched_matmul_cpu (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:6817: UserWarning: An output with one or more elements was resized since it had shape [3, 8], which does not match the required output shape [3, 8, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:31:18.6585350Z torch.matmul(l, r, out=out) 2022-09-27T16:31:18.6650079Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:6817: UserWarning: An output with one or more elements was resized since it had shape [3, 1], which does not match the required output shape [3, 1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:31:18.6651493Z torch.matmul(l, r, out=out) 2022-09-27T16:31:18.6696723Z ok (0.016s) 2022-09-27T16:31:18.6736600Z test_broadcast_fused_matmul_cpu (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:18.6753509Z test_chain_matmul_cpu_float64 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:1558: UserWarning: torch.chain_matmul is deprecated and will be removed in a future PyTorch release. Use torch.linalg.multi_dot instead, which accepts a list of two or more tensors rather than multiple parameters. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\LinearAlgebra.cpp:989.) 2022-09-27T16:31:18.6754872Z return _VF.chain_matmul(matrices) # type: ignore[attr-defined] 2022-09-27T16:31:18.6767275Z ok (0.000s) 2022-09-27T16:31:18.9030890Z test_cholesky_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.222s) 2022-09-27T16:31:18.9204389Z test_cholesky_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:18.9976903Z test_cholesky_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.079s) 2022-09-27T16:31:19.0092535Z test_cholesky_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:19.0168106Z test_cholesky_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:19.0231049Z test_cholesky_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:19.0293711Z test_cholesky_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:19.0355969Z test_cholesky_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:19.0412941Z test_cholesky_ex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:19.0482044Z test_cholesky_ex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:19.0548893Z test_cholesky_ex_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:19.0601751Z test_cholesky_ex_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:19.0635066Z test_cholesky_ex_non_pd_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:19.0666577Z test_cholesky_ex_non_pd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:19.0698302Z test_cholesky_ex_non_pd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:19.0729800Z test_cholesky_ex_non_pd_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:19.0905820Z test_cholesky_inverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:19.1082148Z test_cholesky_inverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:19.1237992Z test_cholesky_inverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:19.1391338Z test_cholesky_inverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:19.1439455Z test_cholesky_inverse_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:19.1484192Z test_cholesky_inverse_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:19.1528876Z test_cholesky_inverse_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:19.1573116Z test_cholesky_inverse_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:19.1655808Z test_cholesky_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:19.1738830Z test_cholesky_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:19.1815438Z test_cholesky_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:19.1888580Z test_cholesky_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:19.1910760Z test_cholesky_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:2494: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-09-27T16:31:19.1911495Z L = torch.cholesky(A) 2022-09-27T16:31:19.1913037Z should be replaced with 2022-09-27T16:31:19.1913422Z L = torch.linalg.cholesky(A) 2022-09-27T16:31:19.1913696Z and 2022-09-27T16:31:19.1913988Z U = torch.cholesky(A, upper=True) 2022-09-27T16:31:19.1914317Z should be replaced with 2022-09-27T16:31:19.1914660Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T16:31:19.1917658Z 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:1626.) 2022-09-27T16:31:19.1918566Z L = torch.cholesky(A, upper=upper) 2022-09-27T16:31:19.1964430Z ok (0.016s) 2022-09-27T16:31:19.2029139Z test_cholesky_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:19.2101422Z test_cholesky_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:19.2160413Z test_cholesky_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:19.2177848Z test_cholesky_solve_batched_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:31:19.2194324Z test_cholesky_solve_batched_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:31:19.2210788Z test_cholesky_solve_batched_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:31:19.2227204Z test_cholesky_solve_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:31:19.2264531Z test_cholesky_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:19.2308277Z test_cholesky_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:19.2345199Z test_cholesky_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:19.2381583Z test_cholesky_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:19.2408851Z test_cholesky_solve_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:19.2435354Z test_cholesky_solve_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:19.2461947Z test_cholesky_solve_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:19.2488571Z test_cholesky_solve_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:19.9375590Z 2022-09-27T16:31:19.9766359Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-09-27T16:31:19.9766569Z 2022-09-27T16:31:19.9766710Z Intel MKL ERROR: Parameter 5 was incorrect on entry to DLASCL. 2022-09-27T16:31:19.9783997Z test_cond_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.730s) 2022-09-27T16:31:20.0229637Z 2022-09-27T16:31:20.0230281Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-09-27T16:31:20.0230565Z 2022-09-27T16:31:20.0230766Z Intel MKL ERROR: Parameter 5 was incorrect on entry to DLASCL. 2022-09-27T16:31:20.0247516Z test_cond_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.040s) 2022-09-27T16:31:20.0786568Z 2022-09-27T16:31:20.0787094Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-09-27T16:31:20.0787378Z 2022-09-27T16:31:20.0787602Z Intel MKL ERROR: Parameter 5 was incorrect on entry to DLASCL. 2022-09-27T16:31:20.0803967Z test_cond_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.063s) 2022-09-27T16:31:20.1201534Z 2022-09-27T16:31:20.1202298Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-09-27T16:31:20.1202590Z 2022-09-27T16:31:20.1202789Z Intel MKL ERROR: Parameter 5 was incorrect on entry to DLASCL. 2022-09-27T16:31:20.1217829Z test_cond_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-09-27T16:31:20.1331766Z test_cond_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:20.1438301Z test_cond_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:20.1544688Z test_cond_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:20.1651050Z test_cond_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:20.7385673Z test_corner_cases_of_cublasltmatmul_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.576s) 2022-09-27T16:31:21.6611522Z test_corner_cases_of_cublasltmatmul_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.919s) 2022-09-27T16:31:22.4638834Z test_corner_cases_of_cublasltmatmul_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.803s) 2022-09-27T16:31:22.9622949Z test_corner_cases_of_cublasltmatmul_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.492s) 2022-09-27T16:31:23.6725833Z test_corner_cases_of_cublasltmatmul_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.711s) 2022-09-27T16:31:25.1700321Z test_corner_cases_of_cublasltmatmul_cpu_int16 (__main__.TestLinalgCPU) ... ok (1.503s) 2022-09-27T16:31:26.9494579Z test_corner_cases_of_cublasltmatmul_cpu_int32 (__main__.TestLinalgCPU) ... ok (1.772s) 2022-09-27T16:31:28.1917070Z test_corner_cases_of_cublasltmatmul_cpu_int64 (__main__.TestLinalgCPU) ... ok (1.245s) 2022-09-27T16:31:29.8292708Z test_corner_cases_of_cublasltmatmul_cpu_int8 (__main__.TestLinalgCPU) ... ok (1.638s) 2022-09-27T16:31:31.1957539Z test_corner_cases_of_cublasltmatmul_cpu_uint8 (__main__.TestLinalgCPU) ... ok (1.374s) 2022-09-27T16:31:31.2009574Z test_cross_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:31.2042863Z test_cross_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:31.2062145Z test_cross_with_and_without_dim_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:31.2081044Z test_cross_with_and_without_dim_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:31.2103418Z test_cublas_addmm_size_10000_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.016s) 2022-09-27T16:31:31.2124653Z test_cublas_addmm_size_10000_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.000s) 2022-09-27T16:31:31.2145873Z test_cublas_addmm_size_10000_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.000s) 2022-09-27T16:31:31.2167185Z test_cublas_addmm_size_1000_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.000s) 2022-09-27T16:31:31.2188338Z test_cublas_addmm_size_1000_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.000s) 2022-09-27T16:31:31.2209553Z test_cublas_addmm_size_1000_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.000s) 2022-09-27T16:31:31.2230712Z test_cublas_addmm_size_100_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.000s) 2022-09-27T16:31:31.2252523Z test_cublas_addmm_size_100_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.016s) 2022-09-27T16:31:31.2274529Z test_cublas_addmm_size_100_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.000s) 2022-09-27T16:31:31.2424989Z test_det_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:31.3458891Z test_det_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.105s) 2022-09-27T16:31:31.4254815Z test_det_logdet_slogdet_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.079s) 2022-09-27T16:31:31.4323459Z test_det_logdet_slogdet_cpu_float64 (__main__.TestLinalgCPU) ... skip: Skipped on Windows! (0.000s) 2022-09-27T16:31:31.4359425Z test_dot_invalid_args_cpu (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:31.4399201Z test_dot_vs_numpy_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:31.4432501Z test_dot_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:31.4459707Z test_dot_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:31.4473602Z test_eig_check_magma_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:31:31.4493381Z test_eig_compare_backends_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:31:31.4513136Z test_eig_compare_backends_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:31:31.4532977Z test_eig_compare_backends_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:31:31.4552649Z test_eig_compare_backends_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:31:31.4617979Z test_eig_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:31.4680222Z test_eig_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:31.4751435Z test_eig_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-09-27T16:31:31.4818241Z test_eig_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:31.5518985Z test_eig_numpy_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.079s) 2022-09-27T16:31:31.5654454Z test_eig_numpy_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:31.5669781Z test_eig_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:31.5708309Z test_eig_with_nan_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T16:31:31.5745593Z test_eig_with_nan_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:31.5779398Z test_eig_with_nan_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:31.5812979Z test_eig_with_nan_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:31.6144527Z test_eigh_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-09-27T16:31:31.6386037Z test_eigh_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-09-27T16:31:31.7612435Z test_eigh_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.126s) 2022-09-27T16:31:31.7825179Z test_eigh_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:31.7885542Z test_eigh_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:31.7942838Z test_eigh_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:31.7999455Z test_eigh_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:31.8055981Z test_eigh_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:31.8083202Z test_eigh_lower_uplo_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:31.8110845Z test_eigh_lower_uplo_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:31.8137877Z test_eigh_lower_uplo_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:31.8164474Z test_eigh_lower_uplo_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:31.8191521Z test_eigvals_compare_backends_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:31:31.8218385Z test_eigvals_compare_backends_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:31:31.8244672Z test_eigvals_compare_backends_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:31:31.8271181Z test_eigvals_compare_backends_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:31:31.8312866Z test_eigvals_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:31.8354973Z test_eigvals_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:31.8399736Z test_eigvals_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:31.8444057Z test_eigvals_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:31.8525042Z test_eigvals_numpy_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:31.8600434Z test_eigvals_numpy_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:31.8723953Z test_eigvalsh_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:31.8843524Z test_eigvalsh_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:31.8959198Z test_eigvalsh_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:31.9069605Z test_eigvalsh_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:31.9106494Z test_eigvalsh_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:1030: 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:250.) 2022-09-27T16:31:31.9107119Z out = torch.empty_like(t).to(real_dtype) 2022-09-27T16:31:31.9112906Z ok (0.000s) 2022-09-27T16:31:31.9155279Z test_eigvalsh_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:31.9197302Z test_eigvalsh_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:31.9239159Z test_eigvalsh_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:31.9310450Z test_einsum_corner_cases_cpu (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:31.9449667Z test_einsum_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:31.9567784Z test_einsum_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:31.9670392Z test_einsum_error_cases_cpu (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:32.1704418Z test_einsum_random_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.201s) 2022-09-27T16:31:32.3569838Z test_einsum_random_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.189s) 2022-09-27T16:31:32.3640200Z test_einsum_sublist_format_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:32.3701100Z test_einsum_sublist_format_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:32.3954593Z test_geqrf_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-09-27T16:31:32.4204953Z test_geqrf_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-09-27T16:31:32.4426565Z test_geqrf_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:32.4640978Z test_geqrf_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:32.4747246Z test_householder_product_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T16:31:32.4855321Z test_householder_product_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-09-27T16:31:32.4957079Z test_householder_product_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:32.5055947Z test_householder_product_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:32.5110412Z test_householder_product_errors_and_warnings_cpu (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:32.5255209Z test_inner_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T16:31:32.5392958Z test_inner_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:32.5473631Z test_inv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:32.5547926Z test_inv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:32.5621725Z test_inv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:32.5695959Z test_inv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:32.5709104Z test_inv_ex_info_device_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:32.5722078Z test_inv_ex_info_device_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:32.5734911Z test_inv_ex_info_device_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:32.5747778Z test_inv_ex_info_device_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:32.5783132Z test_inv_ex_singular_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:32.5815389Z test_inv_ex_singular_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:32.5847400Z test_inv_ex_singular_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:31:32.5879400Z test_inv_ex_singular_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:32.5927508Z test_invariance_error_spectral_decompositions_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:32.6716988Z test_inverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.081s) 2022-09-27T16:31:32.7526748Z test_inverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.084s) 2022-09-27T16:31:32.8239452Z test_inverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.073s) 2022-09-27T16:31:32.8921362Z test_inverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.061s) 2022-09-27T16:31:32.8971877Z test_inverse_errors_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:32.9020538Z test_inverse_errors_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:32.9068596Z test_inverse_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:32.9116801Z test_inverse_errors_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:33.9886936Z test_inverse_errors_large_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.085s) 2022-09-27T16:31:34.5192158Z test_inverse_errors_large_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.530s) 2022-09-27T16:31:34.8309057Z test_inverse_errors_large_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.306s) 2022-09-27T16:31:35.2873637Z test_inverse_errors_large_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.462s) 2022-09-27T16:31:35.2907526Z test_inverse_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.010s) 2022-09-27T16:31:35.2938057Z test_inverse_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:31:35.2966108Z test_inverse_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:31:35.2993801Z test_inverse_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:31:35.3159664Z test_kron_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:35.3328302Z test_kron_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:35.3487551Z test_kron_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:35.3640420Z test_kron_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:35.3681957Z test_kron_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:35.3725050Z test_kron_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:35.3765926Z test_kron_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:35.3807858Z test_kron_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T16:31:35.3845824Z test_kron_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:1105: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:31:35.3847106Z torch.kron(a, b, out=out) 2022-09-27T16:31:35.3847489Z ok (0.000s) 2022-09-27T16:31:35.3881056Z test_kron_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:1105: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:31:35.3882324Z torch.kron(a, b, out=out) 2022-09-27T16:31:35.3882611Z ok (0.000s) 2022-09-27T16:31:35.3915731Z test_kron_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:1105: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:31:35.3916982Z torch.kron(a, b, out=out) 2022-09-27T16:31:35.3917274Z ok (0.000s) 2022-09-27T16:31:35.3951733Z test_kron_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:1105: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:31:35.3952987Z torch.kron(a, b, out=out) 2022-09-27T16:31:35.3953271Z ok (0.016s) 2022-09-27T16:31:35.4014261Z test_lapack_empty_cpu (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:7303: UserWarning: torch.lstsq is deprecated in favor of torch.linalg.lstsq and will be removed in a future PyTorch release. 2022-09-27T16:31:35.4015251Z torch.linalg.lstsq has reversed arguments and does not return the QR decomposition in the returned tuple (although it returns other information about the problem). 2022-09-27T16:31:35.4015900Z To get the qr decomposition consider using torch.linalg.qr. 2022-09-27T16:31:35.4016667Z The returned solution in torch.lstsq stored the residuals of the solution in the last m - n columns of the returned value whenever m > n. In torch.linalg.lstsq, the residuals in the field 'residuals' of the returned named tuple. 2022-09-27T16:31:35.4017333Z The unpacking of the solution, as in 2022-09-27T16:31:35.4017690Z X, _ = torch.lstsq(B, A).solution[:A.size(1)] 2022-09-27T16:31:35.4018033Z should be replaced with 2022-09-27T16:31:35.4018753Z X = torch.linalg.lstsq(A, B).solution (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:3799.) 2022-09-27T16:31:35.4019491Z self.assertRaises(RuntimeError, lambda: torch.lstsq(torch.randn(0, 0), torch.randn(0, 0))) 2022-09-27T16:31:35.4020473Z ok (0.000s) 2022-09-27T16:31:35.4513437Z test_ldl_factor_cpu_complex128 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:7375: ComplexWarning: scipy.linalg.ldl(): 2022-09-27T16:31:35.4514217Z The imaginary parts of the diagonalare ignored. Use "hermitian=False" for factorization ofcomplex symmetric arrays. 2022-09-27T16:31:35.4514753Z lambda x: scipy_ldl(x, hermitian=hermitian, lower=True), 2022-09-27T16:31:35.8751374Z ok (0.466s) 2022-09-27T16:31:36.0270345Z test_ldl_factor_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.165s) 2022-09-27T16:31:36.1962233Z test_ldl_factor_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.165s) 2022-09-27T16:31:36.2346892Z test_ldl_factor_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-09-27T16:31:36.2424855Z test_ldl_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:36.2500493Z test_ldl_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:36.2547479Z test_ldl_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:36.2592345Z test_ldl_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T16:31:36.2645855Z test_linalg_cross_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:36.2685574Z test_linalg_cross_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:36.2704838Z test_linalg_cross_with_and_without_dim_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:36.2724409Z test_linalg_cross_with_and_without_dim_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:36.3267938Z test_linalg_lstsq_batch_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.048s) 2022-09-27T16:31:36.3790893Z test_linalg_lstsq_batch_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.047s) 2022-09-27T16:31:36.4229237Z test_linalg_lstsq_batch_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.047s) 2022-09-27T16:31:36.4663657Z test_linalg_lstsq_batch_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.047s) 2022-09-27T16:31:38.4587021Z test_linalg_lstsq_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.994s) 2022-09-27T16:31:40.1340242Z test_linalg_lstsq_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.667s) 2022-09-27T16:31:41.6416979Z test_linalg_lstsq_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.506s) 2022-09-27T16:31:43.0596796Z test_linalg_lstsq_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.426s) 2022-09-27T16:31:43.0693853Z test_linalg_lstsq_input_checks_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:43.0781319Z test_linalg_lstsq_input_checks_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:43.0865489Z test_linalg_lstsq_input_checks_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T16:31:43.0949010Z test_linalg_lstsq_input_checks_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:43.1004840Z test_linalg_lu_family_cpu_complex128 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:1660: 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-09-27T16:31:43.1005766Z LU, pivots = torch.lu(A, compute_pivots) 2022-09-27T16:31:43.1006119Z should be replaced with 2022-09-27T16:31:43.1006498Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-09-27T16:31:43.1006818Z and 2022-09-27T16:31:43.1007168Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-09-27T16:31:43.1007539Z should be replaced with 2022-09-27T16:31:43.1008409Z 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:1925.) 2022-09-27T16:31:43.1009132Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-09-27T16:31:43.4571264Z ok (0.358s) 2022-09-27T16:31:43.7874619Z test_linalg_lu_family_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.335s) 2022-09-27T16:31:44.0658696Z test_linalg_lu_family_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.269s) 2022-09-27T16:31:44.4300804Z test_linalg_lu_family_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.364s) 2022-09-27T16:31:44.4594425Z test_linalg_lu_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-09-27T16:31:44.4878851Z test_linalg_lu_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-09-27T16:31:44.5100059Z test_linalg_lu_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:44.5317389Z test_linalg_lu_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-09-27T16:31:44.5363831Z test_linalg_matrix_exp_analytic_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:31:44.5409290Z test_linalg_matrix_exp_analytic_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:31:44.5454657Z test_linalg_matrix_exp_analytic_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:31:44.5502735Z test_linalg_matrix_exp_analytic_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.017s) 2022-09-27T16:31:44.5746139Z test_linalg_matrix_exp_batch_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:44.5970999Z test_linalg_matrix_exp_batch_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T16:31:44.6003438Z test_linalg_matrix_exp_boundary_cases_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:44.6032484Z test_linalg_matrix_exp_boundary_cases_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:44.6061613Z test_linalg_matrix_exp_boundary_cases_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:44.6090530Z test_linalg_matrix_exp_boundary_cases_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:44.6776375Z test_linalg_matrix_exp_compare_with_taylor_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.078s) 2022-09-27T16:31:44.7584700Z test_linalg_matrix_exp_compare_with_taylor_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.078s) 2022-09-27T16:31:44.8224584Z test_linalg_matrix_exp_compare_with_taylor_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.057s) 2022-09-27T16:31:44.8810512Z test_linalg_matrix_exp_compare_with_taylor_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.063s) 2022-09-27T16:31:44.8837042Z test_linalg_matrix_exp_no_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:44.9019841Z test_linalg_matrix_exp_utils_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-09-27T16:31:44.9152299Z test_linalg_matrix_exp_utils_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T16:31:44.9188039Z test_linalg_qr_autograd_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:44.9378775Z test_linalg_solve_triangular_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:44.9572286Z test_linalg_solve_triangular_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-09-27T16:31:44.9725667Z test_linalg_solve_triangular_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:31:44.9877429Z test_linalg_solve_triangular_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T16:31:46.8322365Z test_linalg_solve_triangular_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.837s) 2022-09-27T16:31:48.6885967Z test_linalg_solve_triangular_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.860s) 2022-09-27T16:31:49.0511498Z test_linalg_solve_triangular_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.357s) 2022-09-27T16:31:49.3876560Z test_linalg_solve_triangular_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.348s) 2022-09-27T16:31:49.3895230Z test_linalg_solve_triangular_large_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:31:49.3912024Z test_linalg_solve_triangular_large_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:31:49.3928098Z test_linalg_solve_triangular_large_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:31:49.3943965Z test_linalg_solve_triangular_large_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:31:49.3965020Z test_linear_algebra_scalar_raises_cpu (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:31:49.4002434Z test_lobpcg_basic_cpu_float64 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:5059: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:31:49.4003404Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T16:31:49.4003953Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:31:49.4004267Z should be replaced with 2022-09-27T16:31:49.4004659Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:31:49.4004999Z and 2022-09-27T16:31:49.4005303Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:31:49.4005640Z should be replaced with 2022-09-27T16:31:49.4006279Z 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:2806.) 2022-09-27T16:31:49.4006892Z e = torch.symeig(A)[0] 2022-09-27T16:31:50.2441160Z ok (0.852s) 2022-09-27T16:31:57.6981681Z test_lobpcg_ortho_cpu_float64 (__main__.TestLinalgCPU) ... ok (7.453s) 2022-09-27T16:31:57.7051848Z test_lobpcg_scipy_cpu_float64 (__main__.TestLinalgCPU) 2022-09-27T16:32:21.5199738Z 2022-09-27T16:32:21.5200199Z CPU timings: torch.lobpcg vs scipy.sparse.linalg.lobpcg 2022-09-27T16:32:21.5200546Z ------------------------------------------------------- 2022-09-27T16:32:21.5200826Z | standard | generalized | method 2022-09-27T16:32:21.5201158Z Compare torch and scipy.sparse.linalg implementations of lobpcg ... ok (23.829s) 2022-09-27T16:32:21.5202784Z torch.lobpcg | 212.81 | 243.64 | ortho 2022-09-27T16:32:21.5203129Z scipy_lobpcg | 250.89 | 316.78 | N/A 2022-09-27T16:32:21.5203512Z -(input size: 500, eigenpairs: 7, units: ms per call)- 2022-09-27T16:32:21.5203845Z 2022-09-27T16:32:21.5204175Z Calling scipy_lobpcg failed [standard]: expected 1-d or 2-d array or matrix, got array(None, dtype=object) 2022-09-27T16:32:21.5204577Z Handling of small tol=1e-100: torch.lobpcg vs scipy.sparse.linalg.lobpcg 2022-09-27T16:32:21.5204913Z ---------------------------------------------------------------------------- 2022-09-27T16:32:21.5205291Z | standard | generalized | niter | method 2022-09-27T16:32:21.5205649Z torch.lobpcg | 9.18e-14 | 7.23e-15 | 1000 | ortho 2022-09-27T16:32:21.5205906Z scipy_lobpcg | -1.00e+00 | 9.02e-10 | -1 | N/A 2022-09-27T16:32:21.5206198Z ---(input size: 500, eigenpairs: 7, units: relative error, maxiter=1000)--- 2022-09-27T16:32:21.5207172Z 2022-09-27T16:32:22.6159129Z test_lobpcg_torchscript_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.095s) 2022-09-27T16:32:22.6271227Z test_lstsq_cpu_float64 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:7185: UserWarning: An output with one or more elements was resized since it had shape [3, 2], 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:24.) 2022-09-27T16:32:22.6272133Z res3 = torch.lstsq(b, a, out=(b, a))[0] 2022-09-27T16:32:22.6279422Z ok (0.000s) 2022-09-27T16:32:22.6310467Z test_lu_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:6914: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-09-27T16:32:22.6311446Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-09-27T16:32:22.6311854Z X = torch.lu_solve(B, LU, pivots) 2022-09-27T16:32:22.6312179Z should be replaced with 2022-09-27T16:32:22.6312802Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2079.) 2022-09-27T16:32:22.6313433Z x = torch.lu_solve(b, LU_data, LU_pivots) 2022-09-27T16:32:22.6337210Z ok (0.016s) 2022-09-27T16:32:22.6390015Z test_lu_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:22.6436339Z test_lu_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:22.6481692Z test_lu_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:22.6542074Z test_lu_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:22.6600834Z test_lu_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:22.6656557Z test_lu_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:22.6710644Z test_lu_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:22.6726867Z test_lu_solve_batched_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:32:22.6742038Z test_lu_solve_batched_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:32:22.6758738Z test_lu_solve_batched_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:32:22.6772756Z test_lu_solve_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:32:22.6811144Z test_lu_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T16:32:22.6850100Z test_lu_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:22.6886537Z test_lu_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:22.6923039Z test_lu_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:22.6937621Z test_lu_solve_large_matrices_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:32:22.6951383Z test_lu_solve_large_matrices_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:32:22.6965288Z test_lu_solve_large_matrices_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:32:22.6978954Z test_lu_solve_large_matrices_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:32:22.7004525Z test_lu_unpack_check_input_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:22.7020493Z test_matmul_45724_cpu (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:32:22.7156240Z test_matmul_small_brute_force_1d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:4306: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:32:22.7157589Z ans = torch.matmul(x, y, out=out) 2022-09-27T16:32:22.7177870Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:4306: UserWarning: An output with one or more elements was resized since it had shape [2], which does not match the required output shape [1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:32:22.7179177Z ans = torch.matmul(x, y, out=out) 2022-09-27T16:32:22.7199916Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:4306: UserWarning: An output with one or more elements was resized since it had shape [3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:32:22.7201142Z ans = torch.matmul(x, y, out=out) 2022-09-27T16:32:23.1800120Z ok (0.475s) 2022-09-27T16:32:23.5754683Z test_matmul_small_brute_force_1d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.396s) 2022-09-27T16:32:23.7987983Z test_matmul_small_brute_force_1d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.224s) 2022-09-27T16:32:25.7437461Z test_matmul_small_brute_force_2d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.952s) 2022-09-27T16:32:27.3292269Z test_matmul_small_brute_force_2d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.575s) 2022-09-27T16:32:28.3053077Z test_matmul_small_brute_force_2d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.983s) 2022-09-27T16:32:30.5155772Z test_matmul_small_brute_force_3d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (2.208s) 2022-09-27T16:32:32.2977573Z test_matmul_small_brute_force_3d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.791s) 2022-09-27T16:32:33.3383769Z test_matmul_small_brute_force_3d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (1.031s) 2022-09-27T16:32:33.3427967Z test_matrix_norm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:33.3464204Z test_matrix_norm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:33.3611578Z test_matrix_power_negative_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:33.3738572Z test_matrix_power_negative_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:33.3834817Z test_matrix_power_non_negative_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:33.3918857Z test_matrix_power_non_negative_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:33.4133682Z test_matrix_rank_atol_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:33.4347700Z test_matrix_rank_atol_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:33.4542383Z test_matrix_rank_atol_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-09-27T16:32:33.4739206Z test_matrix_rank_atol_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-09-27T16:32:33.4768016Z test_matrix_rank_atol_rtol_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:33.4788615Z test_matrix_rank_basic_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:33.4808325Z test_matrix_rank_basic_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:33.4828760Z test_matrix_rank_basic_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:33.4849877Z test_matrix_rank_basic_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:33.5013802Z test_matrix_rank_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:33.5173518Z test_matrix_rank_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:33.5320548Z test_matrix_rank_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:33.5470354Z test_matrix_rank_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-09-27T16:32:33.5563693Z test_matrix_rank_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:33.5657744Z test_matrix_rank_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:33.5758170Z test_matrix_rank_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:33.5889780Z test_matrix_rank_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:33.5926380Z test_matrix_rank_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:33.5960496Z test_matrix_rank_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:33.5994663Z test_matrix_rank_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:33.6029040Z test_matrix_rank_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:33.6089280Z test_mm_bmm_non_memory_dense_cpu (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:33.6151356Z test_mm_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:32:33.6213016Z test_mm_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:32:33.6274830Z test_mm_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:32:33.6336323Z test_mm_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:32:33.6397949Z test_mm_cpu_int32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:32:33.6459695Z test_mm_cpu_int64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:32:33.6594644Z test_multi_dot_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:33.6677467Z test_multi_dot_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:33.6748075Z test_multi_dot_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T16:32:33.6933679Z test_norm_complex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T16:32:33.7121536Z test_norm_complex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:33.7193758Z test_norm_complex_old_cpu (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:33.7592395Z test_norm_dtype_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-09-27T16:32:33.7914635Z test_norm_dtype_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-09-27T16:32:33.8522359Z test_norm_dtype_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.047s) 2022-09-27T16:32:33.8937756Z test_norm_dtype_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.052s) 2022-09-27T16:32:33.9468771Z test_norm_dtype_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-09-27T16:32:33.9751825Z test_norm_dtype_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-09-27T16:32:33.9942476Z test_norm_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-09-27T16:32:34.0112681Z test_norm_errors_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:34.0135342Z test_norm_extreme_values_cpu (__main__.TestLinalgCPU) ... skip: Skipped on Windows! (0.000s) 2022-09-27T16:32:34.0164211Z test_norm_fastpaths_cpu (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:34.1185101Z test_norm_fro_2_equivalence_old_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.106s) 2022-09-27T16:32:34.1204548Z test_norm_fused_type_promotion_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:32:34.1222194Z test_norm_fused_type_promotion_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:32:34.2983230Z test_norm_matrix_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.181s) 2022-09-27T16:32:34.4872657Z test_norm_matrix_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.187s) 2022-09-27T16:32:34.5375865Z test_norm_matrix_degenerate_shapes_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.057s) 2022-09-27T16:32:34.5886040Z test_norm_matrix_degenerate_shapes_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.047s) 2022-09-27T16:32:34.6401964Z test_norm_matrix_degenerate_shapes_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.051s) 2022-09-27T16:32:34.6905862Z test_norm_matrix_degenerate_shapes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.051s) 2022-09-27T16:32:34.7342337Z test_norm_old_cpu (__main__.TestLinalgCPU) ... ok (0.047s) 2022-09-27T16:32:34.7380801Z test_norm_old_nan_propagation_cpu (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:34.8013993Z test_norm_vector_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.057s) 2022-09-27T16:32:35.4841515Z test_norm_vector_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.684s) 2022-09-27T16:32:35.5105118Z test_norm_vector_degenerate_shapes_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-09-27T16:32:35.5370631Z test_norm_vector_degenerate_shapes_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-09-27T16:32:35.5640544Z test_norm_vector_degenerate_shapes_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:35.5901910Z test_norm_vector_degenerate_shapes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-09-27T16:32:36.2872390Z test_nuclear_norm_axes_small_brute_force_old_cpu (__main__.TestLinalgCPU) ... ok (0.696s) 2022-09-27T16:32:36.2928543Z test_nuclear_norm_exceptions_old_cpu (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.3073808Z test_nuclear_norm_out_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:36.3229369Z test_nuclear_norm_out_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:36.3285533Z test_old_cholesky_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:36.3339764Z test_old_cholesky_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.3390143Z test_old_cholesky_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.3439544Z test_old_cholesky_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:36.3457636Z test_old_cholesky_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:32:36.3471220Z test_old_cholesky_batched_upper_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:32:36.3484984Z test_old_cholesky_batched_upper_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:32:36.3498619Z test_old_cholesky_batched_upper_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:32:36.3512304Z test_old_cholesky_batched_upper_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:32:36.3540604Z test_old_cholesky_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.3570390Z test_old_cholesky_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.3598433Z test_old_cholesky_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:36.3626263Z test_old_cholesky_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.3644674Z test_old_cholesky_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.3662444Z test_old_cholesky_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.3679983Z test_old_cholesky_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.3697211Z test_old_cholesky_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.3729238Z test_old_matrix_rank_cpu_complex128 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:3428: UserWarning: torch.matrix_rank is deprecated in favor of torch.linalg.matrix_rankand will be removed in a future PyTorch release. The parameter 'symmetric' was renamed in torch.linalg.matrix_rank to 'hermitian'. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\LinearAlgebra.cpp:730.) 2022-09-27T16:32:36.3730398Z self.assertEqual(torch.matrix_rank(a).item(), 10) 2022-09-27T16:32:36.3799717Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:3444: UserWarning: torch.matrix_rank is deprecated in favor of torch.linalg.matrix_rankand will be removed in a future PyTorch release. The parameter 'symmetric' was renamed in torch.linalg.matrix_rank to 'hermitian'. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\LinearAlgebra.cpp:721.) 2022-09-27T16:32:36.3800974Z self.assertEqual(torch.matrix_rank(a, 0.01), np.linalg.matrix_rank(a.cpu().numpy(), 0.01)) 2022-09-27T16:32:36.3830135Z ok (0.021s) 2022-09-27T16:32:36.3919560Z test_old_matrix_rank_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T16:32:36.4025721Z test_old_matrix_rank_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T16:32:36.4105698Z test_old_matrix_rank_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.4934934Z test_ormqr_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.093s) 2022-09-27T16:32:36.5786627Z test_ormqr_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.078s) 2022-09-27T16:32:36.6473658Z test_ormqr_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.073s) 2022-09-27T16:32:36.7133933Z test_ormqr_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.057s) 2022-09-27T16:32:36.7201784Z test_ormqr_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:36.7257193Z test_ormqr_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.7305755Z test_ormqr_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T16:32:36.7354131Z test_ormqr_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.7398857Z test_outer_cpu_bfloat16 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:132: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\LinearAlgebra.cpp:1154.) 2022-09-27T16:32:36.7399747Z torch.ger(a, b, out=out) 2022-09-27T16:32:36.7434185Z ok (0.016s) 2022-09-27T16:32:36.7484207Z test_outer_cpu_bool (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.7571691Z test_outer_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:36.7662040Z test_outer_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.7747705Z test_outer_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:36.7823042Z test_outer_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.7896219Z test_outer_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T16:32:36.7945680Z test_outer_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T16:32:36.7993821Z test_outer_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8039878Z test_outer_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8088226Z test_outer_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:36.8136391Z test_outer_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8184773Z test_outer_ger_addr_legacy_tests_cpu (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8204282Z test_outer_type_promotion_cpu_bfloat16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8223670Z test_outer_type_promotion_cpu_bfloat16_bool (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8243346Z test_outer_type_promotion_cpu_bfloat16_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:36.8262385Z test_outer_type_promotion_cpu_bfloat16_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8281535Z test_outer_type_promotion_cpu_bfloat16_float16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8300485Z test_outer_type_promotion_cpu_bfloat16_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8319571Z test_outer_type_promotion_cpu_bfloat16_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8338511Z test_outer_type_promotion_cpu_bfloat16_int16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8357620Z test_outer_type_promotion_cpu_bfloat16_int32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8376478Z test_outer_type_promotion_cpu_bfloat16_int64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8395539Z test_outer_type_promotion_cpu_bfloat16_int8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8414515Z test_outer_type_promotion_cpu_bfloat16_uint8 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:36.8433442Z test_outer_type_promotion_cpu_bool_bfloat16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8452181Z test_outer_type_promotion_cpu_bool_bool (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8471040Z test_outer_type_promotion_cpu_bool_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8490020Z test_outer_type_promotion_cpu_bool_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8508883Z test_outer_type_promotion_cpu_bool_float16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8527922Z test_outer_type_promotion_cpu_bool_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8546799Z test_outer_type_promotion_cpu_bool_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8566003Z test_outer_type_promotion_cpu_bool_int16 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:36.8584895Z test_outer_type_promotion_cpu_bool_int32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8603900Z test_outer_type_promotion_cpu_bool_int64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8622816Z test_outer_type_promotion_cpu_bool_int8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8641855Z test_outer_type_promotion_cpu_bool_uint8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8660834Z test_outer_type_promotion_cpu_complex128_bfloat16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8679825Z test_outer_type_promotion_cpu_complex128_bool (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8698644Z test_outer_type_promotion_cpu_complex128_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8717969Z test_outer_type_promotion_cpu_complex128_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:36.8736880Z test_outer_type_promotion_cpu_complex128_float16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8755895Z test_outer_type_promotion_cpu_complex128_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8774922Z test_outer_type_promotion_cpu_complex128_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8793866Z test_outer_type_promotion_cpu_complex128_int16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8812854Z test_outer_type_promotion_cpu_complex128_int32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T16:32:36.8831775Z test_outer_type_promotion_cpu_complex128_int64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8850773Z test_outer_type_promotion_cpu_complex128_int8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8869655Z test_outer_type_promotion_cpu_complex128_uint8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8888758Z test_outer_type_promotion_cpu_complex64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8907604Z test_outer_type_promotion_cpu_complex64_bool (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8926629Z test_outer_type_promotion_cpu_complex64_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8945221Z test_outer_type_promotion_cpu_complex64_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8964783Z test_outer_type_promotion_cpu_complex64_float16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.8984466Z test_outer_type_promotion_cpu_complex64_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:36.9003430Z test_outer_type_promotion_cpu_complex64_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9022375Z test_outer_type_promotion_cpu_complex64_int16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9041397Z test_outer_type_promotion_cpu_complex64_int32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9060176Z test_outer_type_promotion_cpu_complex64_int64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9079048Z test_outer_type_promotion_cpu_complex64_int8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9097618Z test_outer_type_promotion_cpu_complex64_uint8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9117257Z test_outer_type_promotion_cpu_float16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9137002Z test_outer_type_promotion_cpu_float16_bool (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:36.9156930Z test_outer_type_promotion_cpu_float16_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9176640Z test_outer_type_promotion_cpu_float16_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9196354Z test_outer_type_promotion_cpu_float16_float16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9216063Z test_outer_type_promotion_cpu_float16_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9235999Z test_outer_type_promotion_cpu_float16_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9255164Z test_outer_type_promotion_cpu_float16_int16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9274759Z test_outer_type_promotion_cpu_float16_int32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9294079Z test_outer_type_promotion_cpu_float16_int64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:36.9313512Z test_outer_type_promotion_cpu_float16_int8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9333486Z test_outer_type_promotion_cpu_float16_uint8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9352566Z test_outer_type_promotion_cpu_float32_bfloat16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9371431Z test_outer_type_promotion_cpu_float32_bool (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9390111Z test_outer_type_promotion_cpu_float32_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9408981Z test_outer_type_promotion_cpu_float32_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9428355Z test_outer_type_promotion_cpu_float32_float16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9447271Z test_outer_type_promotion_cpu_float32_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:36.9465966Z test_outer_type_promotion_cpu_float32_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9484832Z test_outer_type_promotion_cpu_float32_int16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9503501Z test_outer_type_promotion_cpu_float32_int32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9522400Z test_outer_type_promotion_cpu_float32_int64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9541225Z test_outer_type_promotion_cpu_float32_int8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9560104Z test_outer_type_promotion_cpu_float32_uint8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9578936Z test_outer_type_promotion_cpu_float64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9598138Z test_outer_type_promotion_cpu_float64_bool (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:36.9617027Z test_outer_type_promotion_cpu_float64_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T16:32:36.9636050Z test_outer_type_promotion_cpu_float64_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9655439Z test_outer_type_promotion_cpu_float64_float16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9674704Z test_outer_type_promotion_cpu_float64_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9693283Z test_outer_type_promotion_cpu_float64_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9712192Z test_outer_type_promotion_cpu_float64_int16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9731089Z test_outer_type_promotion_cpu_float64_int32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9749809Z test_outer_type_promotion_cpu_float64_int64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9768992Z test_outer_type_promotion_cpu_float64_int8 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:36.9787706Z test_outer_type_promotion_cpu_float64_uint8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9806683Z test_outer_type_promotion_cpu_int16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9825452Z test_outer_type_promotion_cpu_int16_bool (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9844365Z test_outer_type_promotion_cpu_int16_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9863280Z test_outer_type_promotion_cpu_int16_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T16:32:36.9882642Z test_outer_type_promotion_cpu_int16_float16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9901804Z test_outer_type_promotion_cpu_int16_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9920731Z test_outer_type_promotion_cpu_int16_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9939305Z test_outer_type_promotion_cpu_int16_int16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9958164Z test_outer_type_promotion_cpu_int16_int32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9976878Z test_outer_type_promotion_cpu_int16_int64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:36.9995788Z test_outer_type_promotion_cpu_int16_int8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0014789Z test_outer_type_promotion_cpu_int16_uint8 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:37.0033640Z test_outer_type_promotion_cpu_int32_bfloat16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0052423Z test_outer_type_promotion_cpu_int32_bool (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0071155Z test_outer_type_promotion_cpu_int32_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0090118Z test_outer_type_promotion_cpu_int32_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0109433Z test_outer_type_promotion_cpu_int32_float16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0128673Z test_outer_type_promotion_cpu_int32_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0147418Z test_outer_type_promotion_cpu_int32_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0166286Z test_outer_type_promotion_cpu_int32_int16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0184902Z test_outer_type_promotion_cpu_int32_int32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:37.0203620Z test_outer_type_promotion_cpu_int32_int64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0222297Z test_outer_type_promotion_cpu_int32_int8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0241195Z test_outer_type_promotion_cpu_int32_uint8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0259973Z test_outer_type_promotion_cpu_int64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0278782Z test_outer_type_promotion_cpu_int64_bool (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0297619Z test_outer_type_promotion_cpu_int64_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0316535Z test_outer_type_promotion_cpu_int64_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0335392Z test_outer_type_promotion_cpu_int64_float16 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:37.0354205Z test_outer_type_promotion_cpu_int64_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0373006Z test_outer_type_promotion_cpu_int64_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0391770Z test_outer_type_promotion_cpu_int64_int16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0410526Z test_outer_type_promotion_cpu_int64_int32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0429157Z test_outer_type_promotion_cpu_int64_int64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0447968Z test_outer_type_promotion_cpu_int64_int8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0466722Z test_outer_type_promotion_cpu_int64_uint8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0485693Z test_outer_type_promotion_cpu_int8_bfloat16 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:37.0504437Z test_outer_type_promotion_cpu_int8_bool (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0523304Z test_outer_type_promotion_cpu_int8_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0542118Z test_outer_type_promotion_cpu_int8_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0561602Z test_outer_type_promotion_cpu_int8_float16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0580792Z test_outer_type_promotion_cpu_int8_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0599669Z test_outer_type_promotion_cpu_int8_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0618367Z test_outer_type_promotion_cpu_int8_int16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0637875Z test_outer_type_promotion_cpu_int8_int32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0656874Z test_outer_type_promotion_cpu_int8_int64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-09-27T16:32:37.0675402Z test_outer_type_promotion_cpu_int8_int8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:32:37.0696472Z test_outer_type_promotion_cpu_int8_uint8 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:32:37.0714130Z test_outer_type_promotion_cpu_uint8_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:32:37.0732936Z test_outer_type_promotion_cpu_uint8_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T16:32:37.0751942Z test_outer_type_promotion_cpu_uint8_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0770722Z test_outer_type_promotion_cpu_uint8_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0790328Z test_outer_type_promotion_cpu_uint8_float16 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T16:32:37.0809827Z test_outer_type_promotion_cpu_uint8_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T16:32:37.0828636Z test_outer_type_promotion_cpu_uint8_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0847496Z test_outer_type_promotion_cpu_uint8_int16 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0866244Z test_outer_type_promotion_cpu_uint8_int32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0885086Z test_outer_type_promotion_cpu_uint8_int64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:37.0903946Z test_outer_type_promotion_cpu_uint8_int8 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T16:32:37.0922671Z test_outer_type_promotion_cpu_uint8_uint8 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:39.3421827Z test_pca_lowrank_cpu (__main__.TestLinalgCPU) ... ok (2.238s) 2022-09-27T16:32:39.4749397Z test_pinv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.140s) 2022-09-27T16:32:39.6109997Z test_pinv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.140s) 2022-09-27T16:32:39.7420174Z test_pinv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.130s) 2022-09-27T16:32:39.8543242Z test_pinv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.115s) 2022-09-27T16:32:39.8602602Z test_pinv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:39.8652895Z test_pinv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:39.8702791Z test_pinv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:39.8751507Z test_pinv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:39.8915054Z test_pinverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-09-27T16:32:39.9080057Z test_pinverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:39.9221458Z test_pinverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:39.9357283Z test_pinverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:39.9372863Z test_preferred_linalg_library_cpu (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:32:39.9389426Z test_qr_batched_cpu_complex128 (__main__.TestLinalgCPU) 2022-09-27T16:32:39.9427572Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.000s) 2022-09-27T16:32:39.9444619Z test_qr_batched_cpu_complex64 (__main__.TestLinalgCPU) 2022-09-27T16:32:39.9471229Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.000s) 2022-09-27T16:32:39.9488264Z test_qr_batched_cpu_float32 (__main__.TestLinalgCPU) 2022-09-27T16:32:39.9523912Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.016s) 2022-09-27T16:32:39.9541021Z test_qr_batched_cpu_float64 (__main__.TestLinalgCPU) 2022-09-27T16:32:39.9565282Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.000s) 2022-09-27T16:32:39.9599594Z test_qr_cpu_complex128 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:3539: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T16:32:39.9600137Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T16:32:39.9600401Z Q, R = torch.qr(A, some) 2022-09-27T16:32:39.9600603Z should be replaced with 2022-09-27T16:32:39.9601029Z 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:2355.) 2022-09-27T16:32:39.9601605Z Q, R = torch.qr(A, some=some) 2022-09-27T16:32:39.9604649Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:3557: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T16:32:39.9605113Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T16:32:39.9605380Z Q, R = torch.qr(A, some) 2022-09-27T16:32:39.9605563Z should be replaced with 2022-09-27T16:32:39.9605981Z 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:2367.) 2022-09-27T16:32:39.9606496Z torch.qr(A, some=some, out=(Q_out, R_out)) 2022-09-27T16:32:40.0137304Z ok (0.057s) 2022-09-27T16:32:40.0738236Z test_qr_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.063s) 2022-09-27T16:32:40.1209074Z test_qr_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-09-27T16:32:40.1588189Z test_qr_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-09-27T16:32:40.1613331Z test_qr_error_cases_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:40.1626803Z test_qr_vs_numpy_cpu_complex128 (__main__.TestLinalgCPU) 2022-09-27T16:32:40.1685691Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.016s) 2022-09-27T16:32:40.1699195Z test_qr_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) 2022-09-27T16:32:40.1759847Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.000s) 2022-09-27T16:32:40.1773257Z test_qr_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) 2022-09-27T16:32:40.1828366Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.010s) 2022-09-27T16:32:40.1841963Z test_qr_vs_numpy_cpu_float64 (__main__.TestLinalgCPU) 2022-09-27T16:32:40.1894169Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.000s) 2022-09-27T16:32:40.1932161Z test_renorm_cpu (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:40.1954866Z test_renorm_ps_cpu (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:40.2543649Z test_slogdet_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.047s) 2022-09-27T16:32:40.3150408Z test_slogdet_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.067s) 2022-09-27T16:32:40.3714621Z test_slogdet_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.057s) 2022-09-27T16:32:40.4252647Z test_slogdet_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.057s) 2022-09-27T16:32:40.4294555Z test_slogdet_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:40.4334089Z test_slogdet_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:40.4372684Z test_slogdet_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:40.4411065Z test_slogdet_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:40.4462768Z test_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:40.4512692Z test_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:40.4558362Z test_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:40.4602714Z test_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:40.4999676Z test_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-09-27T16:32:40.5383393Z test_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.047s) 2022-09-27T16:32:40.5718482Z test_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-09-27T16:32:40.6036980Z test_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-09-27T16:32:40.6052614Z test_solve_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:40.6073704Z test_strided_mm_bmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:40.6094913Z test_strided_mm_bmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:40.7566394Z test_svd_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.146s) 2022-09-27T16:32:40.9071169Z test_svd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.150s) 2022-09-27T16:32:41.0371314Z test_svd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.120s) 2022-09-27T16:32:41.1612178Z test_svd_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.135s) 2022-09-27T16:32:44.5108330Z test_svd_lowrank_cpu_float64 (__main__.TestLinalgCPU) ... ok (3.347s) 2022-09-27T16:32:44.9588591Z test_svd_memory_allocation_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.446s) 2022-09-27T16:32:45.2018233Z test_svd_memory_allocation_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.244s) 2022-09-27T16:32:45.3129244Z test_svd_memory_allocation_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.114s) 2022-09-27T16:32:45.4865826Z test_svd_memory_allocation_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.171s) 2022-09-27T16:32:45.4929271Z 2022-09-27T16:32:45.4942127Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-09-27T16:32:45.4942405Z 2022-09-27T16:32:45.4942622Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-09-27T16:32:45.4981340Z 2022-09-27T16:32:45.4981632Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-09-27T16:32:45.4981891Z 2022-09-27T16:32:45.4982102Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-09-27T16:32:45.4998292Z test_svd_nan_error_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T16:32:45.5041422Z 2022-09-27T16:32:45.5042132Z Intel MKL ERROR: Parameter 4 was incorrect on entry to SLASCL. 2022-09-27T16:32:45.5042519Z 2022-09-27T16:32:45.5042802Z Intel MKL ERROR: Parameter 4 was incorrect on entry to SLASCL. 2022-09-27T16:32:45.5062505Z 2022-09-27T16:32:45.5062864Z Intel MKL ERROR: Parameter 4 was incorrect on entry to SLASCL. 2022-09-27T16:32:45.5063157Z 2022-09-27T16:32:45.5063400Z Intel MKL ERROR: Parameter 4 was incorrect on entry to SLASCL. 2022-09-27T16:32:45.5074187Z test_svd_nan_error_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:45.5101071Z 2022-09-27T16:32:45.5101621Z Intel MKL ERROR: Parameter 4 was incorrect on entry to SLASCL. 2022-09-27T16:32:45.5101957Z 2022-09-27T16:32:45.5102245Z Intel MKL ERROR: Parameter 4 was incorrect on entry to SLASCL. 2022-09-27T16:32:45.5120279Z 2022-09-27T16:32:45.5120765Z Intel MKL ERROR: Parameter 4 was incorrect on entry to SLASCL. 2022-09-27T16:32:45.5121082Z 2022-09-27T16:32:45.5121313Z Intel MKL ERROR: Parameter 4 was incorrect on entry to SLASCL. 2022-09-27T16:32:45.5131849Z test_svd_nan_error_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:45.5161727Z 2022-09-27T16:32:45.5162024Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-09-27T16:32:45.5162278Z 2022-09-27T16:32:45.5162487Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-09-27T16:32:45.5183852Z 2022-09-27T16:32:45.5184232Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-09-27T16:32:45.5184497Z 2022-09-27T16:32:45.5184713Z Intel MKL ERROR: Parameter 4 was incorrect on entry to DLASCL. 2022-09-27T16:32:45.5194943Z test_svd_nan_error_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:45.5236657Z test_symeig_cpu_complex128 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:6951: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:32:45.5237626Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T16:32:45.5238149Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:32:45.5238486Z should be replaced with 2022-09-27T16:32:45.5238885Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:32:45.5239230Z and 2022-09-27T16:32:45.5239543Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:32:45.5240078Z should be replaced with 2022-09-27T16:32:45.5240746Z 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:2824.) 2022-09-27T16:32:45.5241482Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T16:32:45.5261868Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:6951: UserWarning: An output with one or more elements was resized since it had shape [5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:32:45.5263263Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T16:32:45.5310736Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:6951: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:32:45.5312003Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T16:32:45.5367423Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:6951: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:32:45.5368273Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T16:32:45.5462124Z C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:6951: UserWarning: An output with one or more elements was resized since it had shape [5, 3, 5, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:32:45.5462977Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T16:32:45.5511167Z ok (0.041s) 2022-09-27T16:32:45.5810701Z test_symeig_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-09-27T16:32:45.6069546Z test_symeig_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-09-27T16:32:45.6330701Z test_symeig_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:45.6370011Z test_symeig_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:45.6408296Z test_symeig_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:45.6446432Z test_symeig_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:45.6484498Z test_symeig_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:45.6538997Z test_tensordot_cpu (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:45.6645663Z test_tensorinv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:45.6752556Z test_tensorinv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:45.6845206Z test_tensorinv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:45.6936466Z test_tensorinv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T16:32:45.6957285Z test_tensorinv_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:45.6977217Z test_tensorinv_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:45.6997359Z test_tensorinv_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:45.7017248Z test_tensorinv_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:45.7075591Z test_tensorinv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:45.7131598Z test_tensorinv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:45.7186699Z test_tensorinv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:45.7241569Z test_tensorinv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:45.7270376Z test_tensorinv_singular_input_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:45.7298250Z test_tensorinv_singular_input_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:45.7326006Z test_tensorinv_singular_input_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:45.7353695Z test_tensorinv_singular_input_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:45.7404198Z test_tensorsolve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:45.7454298Z test_tensorsolve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:45.7500492Z test_tensorsolve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:45.7546158Z test_tensorsolve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:45.7564285Z test_tensorsolve_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:45.7581437Z test_tensorsolve_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:45.7598573Z test_tensorsolve_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:45.7615596Z test_tensorsolve_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:45.7650277Z test_tensorsolve_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:45.7704940Z test_triangular_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_linalg.py:4231: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T16:32:45.7705981Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T16:32:45.7706468Z X = torch.triangular_solve(B, A).solution 2022-09-27T16:32:45.7706813Z should be replaced with 2022-09-27T16:32:45.7707455Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2121.) 2022-09-27T16:32:45.7708217Z x = torch.triangular_solve(b, A, upper=upper, transpose=transpose, unitriangular=unitriangular)[0] 2022-09-27T16:32:45.8065567Z ok (0.052s) 2022-09-27T16:32:45.8469276Z test_triangular_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-09-27T16:32:45.8865585Z test_triangular_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-09-27T16:32:45.9249883Z test_triangular_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-09-27T16:32:45.9447456Z test_triangular_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:45.9643917Z test_triangular_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:45.9827445Z test_triangular_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:45.9991747Z test_triangular_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-09-27T16:32:46.0014124Z test_triangular_solve_batched_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:32:46.0036093Z test_triangular_solve_batched_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:32:46.0057960Z test_triangular_solve_batched_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:32:46.0079862Z test_triangular_solve_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:32:46.0212703Z test_triangular_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:46.0348024Z test_triangular_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:46.0474975Z test_triangular_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:46.0597921Z test_triangular_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:46.0638050Z test_triangular_solve_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:46.0676244Z test_triangular_solve_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T16:32:46.0714074Z test_triangular_solve_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:46.0751848Z test_triangular_solve_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:46.0784144Z test_vdot_invalid_args_cpu (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:46.0817078Z test_vdot_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:46.0843213Z test_vdot_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.000s) 2022-09-27T16:32:46.3489084Z test_vector_norm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.259s) 2022-09-27T16:32:46.5264324Z test_vector_norm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.181s) 2022-09-27T16:32:46.8088787Z test_vector_norm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.280s) 2022-09-27T16:32:47.0817451Z test_vector_norm_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.265s) 2022-09-27T16:32:47.3419310Z test_vector_norm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.274s) 2022-09-27T16:32:47.5029534Z test_vector_norm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.150s) 2022-09-27T16:32:47.5078521Z test_vector_norm_dim_tuple_arg_cpu (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T16:32:47.5238741Z test_vector_norm_extreme_values_cpu (__main__.TestLinalgCPU) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\linalg\linalg.py:2570: RuntimeWarning: divide by zero encountered in power 2022-09-27T16:32:47.5239164Z ret **= (1 / ord) 2022-09-27T16:32:47.5252575Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\linalg\linalg.py:2568: RuntimeWarning: divide by zero encountered in reciprocal 2022-09-27T16:32:47.5252903Z absx **= ord 2022-09-27T16:32:47.5253849Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\linalg\linalg.py:2568: RuntimeWarning: divide by zero encountered in power 2022-09-27T16:32:47.5254161Z absx **= ord 2022-09-27T16:32:47.5392325Z ok (0.031s) 2022-09-27T16:32:47.5393112Z 2022-09-27T16:32:47.5393417Z ---------------------------------------------------------------------- 2022-09-27T16:32:47.5393687Z Ran 739 tests in 107.609s 2022-09-27T16:32:47.5393816Z 2022-09-27T16:32:47.5393895Z OK (skipped=64) 2022-09-27T16:32:47.5394009Z 2022-09-27T16:32:47.5394721Z Generating XML reports... 2022-09-27T16:32:47.6552094Z Generated XML report: test-reports\python-unittest\test_linalg\TEST-TestLinalgCPU-20220927163059.xml 2022-09-27T16:32:47.9620962Z Running test_proxy_tensor ... [2022-09-27 16:32:47.952066] 2022-09-27T16:32:47.9621412Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_proxy_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:32:47.952066] 2022-09-27T16:32:50.2080243Z C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:123: 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-09-27T16:32:50.2081016Z warnings.warn("Couldn't import torchvision. Some of our tests use it, try " 2022-09-27T16:32:50.2741992Z 2022-09-27T16:32:50.2742451Z Running tests... 2022-09-27T16:32:50.2742801Z ---------------------------------------------------------------------- 2022-09-27T16:32:50.2743174Z Test results will be stored in test-reports\python-unittest\test_proxy_tensor 2022-09-27T16:32:50.2802908Z test_alias (__main__.TestFakeProxyTensor) ... ok (0.010s) 2022-09-27T16:32:50.2853541Z test_issue82547 (__main__.TestFakeProxyTensor) ... ok (0.000s) 2022-09-27T16:32:50.2906395Z test_use_fake_and_tensor (__main__.TestFakeProxyTensor) ... ok (0.000s) 2022-09-27T16:32:50.2936636Z test_allclose (__main__.TestGenericProxyTensorFake) ... ok (0.000s) 2022-09-27T16:32:50.2947102Z test_amp_cache (__main__.TestGenericProxyTensorFake) ... skip: CUDA-only test (0.000s) 2022-09-27T16:32:50.2992150Z test_constant_blowup (__main__.TestGenericProxyTensorFake) ... ok (0.016s) 2022-09-27T16:32:50.3061273Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorFake) ... ok (0.000s) 2022-09-27T16:32:50.3097292Z test_constant_random (__main__.TestGenericProxyTensorFake) ... ok (0.000s) 2022-09-27T16:32:50.3138038Z test_constant_unbind (__main__.TestGenericProxyTensorFake) ... ok (0.016s) 2022-09-27T16:32:50.3184523Z test_decomp_of_capture (__main__.TestGenericProxyTensorFake) ... ok (0.000s) 2022-09-27T16:32:50.3239567Z test_decomposition_interpreter (__main__.TestGenericProxyTensorFake) ... ok (0.000s) 2022-09-27T16:32:50.3269552Z test_has_proxy (__main__.TestGenericProxyTensorFake) ... ok (0.016s) 2022-09-27T16:32:50.3308050Z test_inplace_metadata (__main__.TestGenericProxyTensorFake) ... ok (0.000s) 2022-09-27T16:32:50.3644982Z test_isolated_graphmodule (__main__.TestGenericProxyTensorFake) ... ok (0.031s) 2022-09-27T16:32:50.3706978Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorFake) ... ok (0.000s) 2022-09-27T16:32:50.3945415Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorFake) ... ok (0.026s) 2022-09-27T16:32:50.4201305Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorFake) ... ok (0.031s) 2022-09-27T16:32:50.4251008Z test_make_fx_overloads (__main__.TestGenericProxyTensorFake) ... ok (0.010s) 2022-09-27T16:32:50.4298897Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorFake) ... ok (0.000s) 2022-09-27T16:32:50.4331290Z test_make_fx_simple (__main__.TestGenericProxyTensorFake) ... ok (0.000s) 2022-09-27T16:32:50.4375219Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorFake) ... ok (0.000s) 2022-09-27T16:32:50.4460390Z test_partial_decomp (__main__.TestGenericProxyTensorFake) ... ok (0.016s) 2022-09-27T16:32:50.4661043Z test_proxy_tensor (__main__.TestGenericProxyTensorFake) ... ok (0.026s) 2022-09-27T16:32:50.4697404Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorFake) ... ok (0.000s) 2022-09-27T16:32:50.4707143Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorFake) ... skip: test requires torchvision (0.000s) 2022-09-27T16:32:50.4741748Z test_scalar_device (__main__.TestGenericProxyTensorFake) ... ok (0.000s) 2022-09-27T16:32:50.4806483Z test_strides (__main__.TestGenericProxyTensorFake) ... ok (0.010s) 2022-09-27T16:32:50.4856331Z test_tensor_constants (__main__.TestGenericProxyTensorFake) ... ok (0.000s) 2022-09-27T16:32:50.4927291Z test_trace_subclasses (__main__.TestGenericProxyTensorFake) ... ok (0.010s) 2022-09-27T16:32:50.4967632Z test_varargs (__main__.TestGenericProxyTensorFake) ... ok (0.000s) 2022-09-27T16:32:50.4992650Z test_allclose (__main__.TestGenericProxyTensorReal) ... ok (0.000s) 2022-09-27T16:32:50.5003130Z test_amp_cache (__main__.TestGenericProxyTensorReal) ... skip: CUDA-only test (0.000s) 2022-09-27T16:32:50.5033343Z test_constant_blowup (__main__.TestGenericProxyTensorReal) ... ok (0.016s) 2022-09-27T16:32:50.5082022Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorReal) ... ok (0.000s) 2022-09-27T16:32:50.5109560Z test_constant_random (__main__.TestGenericProxyTensorReal) ... ok (0.000s) 2022-09-27T16:32:50.5143773Z test_constant_unbind (__main__.TestGenericProxyTensorReal) ... ok (0.000s) 2022-09-27T16:32:50.5181628Z test_decomp_of_capture (__main__.TestGenericProxyTensorReal) ... ok (0.016s) 2022-09-27T16:32:50.5229833Z test_decomposition_interpreter (__main__.TestGenericProxyTensorReal) ... ok (0.000s) 2022-09-27T16:32:50.5259886Z test_has_proxy (__main__.TestGenericProxyTensorReal) ... ok (0.000s) 2022-09-27T16:32:50.5291510Z test_inplace_metadata (__main__.TestGenericProxyTensorReal) ... ok (0.000s) 2022-09-27T16:32:50.5622814Z test_isolated_graphmodule (__main__.TestGenericProxyTensorReal) ... ok (0.031s) 2022-09-27T16:32:50.5672437Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorReal) ... ok (0.016s) 2022-09-27T16:32:50.5798283Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorReal) ... ok (0.000s) 2022-09-27T16:32:50.5943205Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorReal) ... ok (0.010s) 2022-09-27T16:32:50.5979423Z test_make_fx_overloads (__main__.TestGenericProxyTensorReal) ... ok (0.000s) 2022-09-27T16:32:50.6019288Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorReal) ... ok (0.000s) 2022-09-27T16:32:50.6048062Z test_make_fx_simple (__main__.TestGenericProxyTensorReal) ... ok (0.000s) 2022-09-27T16:32:50.6079901Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorReal) ... ok (0.016s) 2022-09-27T16:32:50.6163964Z test_partial_decomp (__main__.TestGenericProxyTensorReal) ... ok (0.000s) 2022-09-27T16:32:50.6289043Z test_proxy_tensor (__main__.TestGenericProxyTensorReal) ... ok (0.016s) 2022-09-27T16:32:50.6326049Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorReal) ... ok (0.000s) 2022-09-27T16:32:50.6335819Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorReal) ... skip: test requires torchvision (0.000s) 2022-09-27T16:32:50.6365421Z test_scalar_device (__main__.TestGenericProxyTensorReal) ... ok (0.000s) 2022-09-27T16:32:50.6429000Z test_strides (__main__.TestGenericProxyTensorReal) ... ok (0.016s) 2022-09-27T16:32:50.6466545Z test_tensor_constants (__main__.TestGenericProxyTensorReal) ... ok (0.000s) 2022-09-27T16:32:50.6526225Z test_trace_subclasses (__main__.TestGenericProxyTensorReal) ... ok (0.016s) 2022-09-27T16:32:50.6564748Z test_varargs (__main__.TestGenericProxyTensorReal) ... ok (0.000s) 2022-09-27T16:32:50.6570785Z test_allclose (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-09-27T16:32:50.6580979Z test_amp_cache (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-09-27T16:32:50.6586767Z test_constant_blowup (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-09-27T16:32:50.6593223Z test_constant_proxy_tensor_mut (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-09-27T16:32:50.6598678Z test_constant_random (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-09-27T16:32:50.6604466Z test_constant_unbind (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-09-27T16:32:50.6611996Z test_decomp_of_capture (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-09-27T16:32:50.6625226Z test_decomposition_interpreter (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-09-27T16:32:50.6631710Z test_has_proxy (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-09-27T16:32:50.6637076Z test_inplace_metadata (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-09-27T16:32:50.6673306Z test_isolated_graphmodule (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-09-27T16:32:50.6684337Z test_make_fx_model_double_param (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.016s) 2022-09-27T16:32:50.6698938Z test_make_fx_model_fwd_bwd (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-09-27T16:32:50.6717942Z test_make_fx_model_fwd_bwd_wgtupdate (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-09-27T16:32:50.6724306Z test_make_fx_overloads (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-09-27T16:32:50.6733673Z test_make_fx_reentrant_dispatch (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-09-27T16:32:50.6737857Z test_make_fx_simple (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-09-27T16:32:50.6743820Z test_mode_tracing_factory_function (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-09-27T16:32:50.6756980Z test_partial_decomp (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-09-27T16:32:50.6764126Z test_proxy_tensor (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-09-27T16:32:50.6772737Z test_proxy_tensor_mode_with_decomp_table_preserves_proxy (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-09-27T16:32:50.6782215Z test_resnet18_backward_trace (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.010s) 2022-09-27T16:32:50.6786995Z test_scalar_device (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-09-27T16:32:50.6797824Z test_strides (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-09-27T16:32:50.6802650Z test_tensor_constants (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-09-27T16:32:50.6808928Z test_trace_subclasses (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-09-27T16:32:50.6813371Z test_varargs (__main__.TestGenericProxyTensorSymbolic) ... skip: no sympy (0.000s) 2022-09-27T16:32:50.6911955Z test_make_fx_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:32:50.7654505Z test_make_fx_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-09-27T16:32:50.8227719Z test_make_fx_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T16:32:50.8474829Z test_make_fx_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:32:50.8756792Z test_make_fx_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:32:50.9282298Z test_make_fx_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-09-27T16:32:50.9531213Z test_make_fx_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:32:50.9783178Z test_make_fx_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:32:50.9809527Z test_make_fx_exhaustive___rpow___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:853: 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-09-27T16:32:50.9810560Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:32:51.0121718Z ok (0.026s) 2022-09-27T16:32:51.0370667Z test_make_fx_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:32:51.3653270Z test_make_fx_exhaustive__masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.322s) 2022-09-27T16:32:51.6938554Z test_make_fx_exhaustive__masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.336s) 2022-09-27T16:32:51.9065412Z test_make_fx_exhaustive__masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.205s) 2022-09-27T16:32:52.1196725Z test_make_fx_exhaustive__masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.218s) 2022-09-27T16:32:52.1635744Z test_make_fx_exhaustive__masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:32:52.2071741Z test_make_fx_exhaustive__masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T16:32:52.2675752Z test_make_fx_exhaustive__masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-09-27T16:32:52.3208674Z test_make_fx_exhaustive__masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T16:32:52.6864300Z test_make_fx_exhaustive__masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.372s) 2022-09-27T16:32:53.1949724Z test_make_fx_exhaustive__masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.511s) 2022-09-27T16:32:53.2572150Z test_make_fx_exhaustive__masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T16:32:53.6348965Z test_make_fx_exhaustive__masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.365s) 2022-09-27T16:32:53.7563058Z test_make_fx_exhaustive__masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.110s) 2022-09-27T16:32:54.1048721Z test_make_fx_exhaustive__masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.349s) 2022-09-27T16:32:54.1655387Z test_make_fx_exhaustive__masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T16:32:54.2305776Z test_make_fx_exhaustive__masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-09-27T16:32:55.0829171Z test_make_fx_exhaustive__masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.861s) 2022-09-27T16:32:55.4236078Z test_make_fx_exhaustive__masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.342s) 2022-09-27T16:32:56.2248175Z test_make_fx_exhaustive__masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.793s) 2022-09-27T16:32:56.2286866Z test_make_fx_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:32:56.2379628Z test_make_fx_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:32:56.2466689Z test_make_fx_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:32:56.2783549Z test_make_fx_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:32:56.2992433Z test_make_fx_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:32:56.3352875Z test_make_fx_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:32:56.3713391Z test_make_fx_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:32:56.3822444Z test_make_fx_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:32:56.3934617Z test_make_fx_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:32:56.4137271Z test_make_fx_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:32:56.4321021Z test_make_fx_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:32:56.4662668Z test_make_fx_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:32:56.4718683Z test_make_fx_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.017s) 2022-09-27T16:32:56.5260676Z test_make_fx_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:32:56.5802927Z test_make_fx_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T16:32:56.5981746Z test_make_fx_exhaustive_aminmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:1325: 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:24.) 2022-09-27T16:32:56.5983072Z return op.op(*args, **kwargs) 2022-09-27T16:32:56.5994344Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24] 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-09-27T16:32:56.5996159Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24] 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-09-27T16:32:56.5998074Z ok (0.016s) 2022-09-27T16:32:56.6036462Z test_make_fx_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:32:56.7193325Z test_make_fx_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.111s) 2022-09-27T16:32:56.7913511Z test_make_fx_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-09-27T16:32:56.8227106Z test_make_fx_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:32:56.8542909Z test_make_fx_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:32:56.9306124Z test_make_fx_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-09-27T16:32:56.9457107Z test_make_fx_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:32:56.9615471Z test_make_fx_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:32:56.9786396Z test_make_fx_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:32:56.9824757Z test_make_fx_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.003s) 2022-09-27T16:32:56.9860378Z test_make_fx_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:32:57.0102511Z test_make_fx_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:32:57.0142093Z test_make_fx_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:32:57.0179971Z test_make_fx_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:32:57.0330332Z test_make_fx_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:32:57.0491239Z test_make_fx_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:32:57.0664166Z test_make_fx_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:32:57.0854094Z test_make_fx_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T16:32:57.1005359Z test_make_fx_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:32:57.1138763Z test_make_fx_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:32:57.1143704Z test_make_fx_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:32:57.1180690Z test_make_fx_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:32:57.1313094Z test_make_fx_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:32:57.1527987Z test_make_fx_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:32:57.1581893Z test_make_fx_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:32:57.1775917Z test_make_fx_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:32:57.2515438Z test_make_fx_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.070s) 2022-09-27T16:32:57.2648736Z test_make_fx_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:32:57.2792125Z test_make_fx_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:32:57.2988364Z test_make_fx_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:32:57.6049532Z test_make_fx_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.305s) 2022-09-27T16:32:57.6087322Z test_make_fx_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:32:57.6111653Z test_make_fx_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:13883: 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-09-27T16:32:57.6112740Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-09-27T16:32:57.6233889Z ok (0.016s) 2022-09-27T16:32:57.6369721Z test_make_fx_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:32:57.6401156Z test_make_fx_exhaustive_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:1325: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-09-27T16:32:57.6401925Z L = torch.cholesky(A) 2022-09-27T16:32:57.6402227Z should be replaced with 2022-09-27T16:32:57.6402553Z L = torch.linalg.cholesky(A) 2022-09-27T16:32:57.6402846Z and 2022-09-27T16:32:57.6403130Z U = torch.cholesky(A, upper=True) 2022-09-27T16:32:57.6403462Z should be replaced with 2022-09-27T16:32:57.6403773Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T16:32:57.6404527Z 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:1626.) 2022-09-27T16:32:57.6405436Z return op.op(*args, **kwargs) 2022-09-27T16:32:58.2853673Z ok (0.655s) 2022-09-27T16:32:58.3194294Z test_make_fx_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:32:58.3555924Z test_make_fx_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:32:58.3665204Z test_make_fx_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:32:58.3816900Z test_make_fx_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:32:58.4066592Z test_make_fx_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.021s) 2022-09-27T16:32:58.4314633Z test_make_fx_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:32:58.4375413Z test_make_fx_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:32:58.4478880Z test_make_fx_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:32:58.5995793Z test_make_fx_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.144s) 2022-09-27T16:32:58.6250567Z test_make_fx_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:32:58.6323130Z test_make_fx_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:32:58.6358226Z test_make_fx_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:32:58.7788401Z test_make_fx_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.145s) 2022-09-27T16:32:58.7846902Z test_make_fx_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.006s) 2022-09-27T16:32:58.8103791Z test_make_fx_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.022s) 2022-09-27T16:32:58.8156258Z test_make_fx_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:32:58.8244705Z test_make_fx_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:32:58.8328251Z test_make_fx_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:32:58.8834841Z test_make_fx_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:32:58.8889812Z test_make_fx_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:32:58.8985567Z test_make_fx_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:32:58.9081398Z test_make_fx_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:32:58.9175610Z test_make_fx_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:32:58.9446092Z test_make_fx_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:32:58.9561167Z test_make_fx_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:32:58.9988078Z test_make_fx_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:32:59.0079903Z test_make_fx_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:32:59.0473936Z test_make_fx_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:32:59.0885430Z test_make_fx_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.044s) 2022-09-27T16:32:59.1037159Z test_make_fx_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.005s) 2022-09-27T16:32:59.1429739Z test_make_fx_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:32:59.1853623Z test_make_fx_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.037s) 2022-09-27T16:32:59.5107946Z test_make_fx_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.327s) 2022-09-27T16:32:59.5200798Z test_make_fx_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:32:59.6563055Z test_make_fx_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.140s) 2022-09-27T16:32:59.6834406Z test_make_fx_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:32:59.7092995Z test_make_fx_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:32:59.7363834Z test_make_fx_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:32:59.7402408Z test_make_fx_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:32:59.7541546Z test_make_fx_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:32:59.7625897Z test_make_fx_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:32:59.7719023Z test_make_fx_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:32:59.8266285Z test_make_fx_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-09-27T16:32:59.8271118Z test_make_fx_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:32:59.8275675Z test_make_fx_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:32:59.8548690Z test_make_fx_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:32:59.8577316Z test_make_fx_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:32:59.8615483Z test_make_fx_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:32:59.8706001Z test_make_fx_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:32:59.8744440Z test_make_fx_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:32:59.8828852Z test_make_fx_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:32:59.8918370Z test_make_fx_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:32:59.9009299Z test_make_fx_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:32:59.9265286Z test_make_fx_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:32:59.9301656Z test_make_fx_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:00.1770409Z test_make_fx_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.253s) 2022-09-27T16:33:00.2009144Z test_make_fx_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:00.2240825Z test_make_fx_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:00.2537848Z test_make_fx_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:00.2702766Z test_make_fx_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:00.3084741Z test_make_fx_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:00.3370939Z test_make_fx_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:00.3721215Z test_make_fx_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:00.3970200Z test_make_fx_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:00.4225585Z test_make_fx_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:00.4522425Z test_make_fx_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:00.4670198Z test_make_fx_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:00.4926293Z test_make_fx_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T16:33:00.5173367Z test_make_fx_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:00.5486519Z test_make_fx_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T16:33:00.5717582Z test_make_fx_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:00.5967253Z test_make_fx_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T16:33:00.6261630Z test_make_fx_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:00.6474876Z test_make_fx_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:00.6709430Z test_make_fx_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:00.6977881Z test_make_fx_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:00.7078513Z test_make_fx_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:00.7236004Z test_make_fx_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:00.7519774Z test_make_fx_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:00.7582507Z test_make_fx_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:00.7647213Z test_make_fx_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:00.7770862Z test_make_fx_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:00.8088818Z test_make_fx_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:00.8127285Z test_make_fx_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:00.8388352Z test_make_fx_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:00.8640028Z test_make_fx_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:00.8896821Z test_make_fx_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:00.9154485Z test_make_fx_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:00.9239738Z test_make_fx_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:00.9333734Z test_make_fx_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:00.9538418Z test_make_fx_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:00.9685043Z test_make_fx_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:00.9931319Z test_make_fx_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T16:33:01.1012132Z test_make_fx_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.111s) 2022-09-27T16:33:01.2598189Z test_make_fx_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.157s) 2022-09-27T16:33:01.2848147Z test_make_fx_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:01.2995424Z test_make_fx_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:01.3250458Z test_make_fx_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:01.6741429Z test_make_fx_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.349s) 2022-09-27T16:33:01.9863994Z test_make_fx_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.317s) 2022-09-27T16:33:02.4291553Z test_make_fx_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.432s) 2022-09-27T16:33:02.4378983Z test_make_fx_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:02.4456653Z test_make_fx_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:02.4713438Z test_make_fx_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T16:33:02.4774368Z test_make_fx_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:02.5038519Z test_make_fx_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.030s) 2022-09-27T16:33:02.5300249Z test_make_fx_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:02.5581705Z test_make_fx_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T16:33:02.5678157Z test_make_fx_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:02.5775578Z test_make_fx_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:02.5903841Z test_make_fx_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:33:02.5933425Z test_make_fx_exhaustive_index_reduce_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:1325: 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:1007.) 2022-09-27T16:33:02.5934033Z return op.op(*args, **kwargs) 2022-09-27T16:33:02.6907401Z ok (0.104s) 2022-09-27T16:33:02.7001191Z test_make_fx_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:33:02.7086195Z test_make_fx_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:02.7225186Z test_make_fx_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:02.8266179Z test_make_fx_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.114s) 2022-09-27T16:33:02.8377127Z test_make_fx_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:02.8445775Z test_make_fx_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:02.8482881Z test_make_fx_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:02.8519099Z test_make_fx_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:02.8554679Z test_make_fx_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:02.8592908Z test_make_fx_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:02.8680209Z test_make_fx_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:02.8776687Z test_make_fx_exhaustive_istft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:1325: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\SpectralOps.cpp:980.) 2022-09-27T16:33:02.8777360Z return op.op(*args, **kwargs) 2022-09-27T16:33:02.8783029Z expected failure (0.016s) 2022-09-27T16:33:02.8794133Z test_make_fx_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:02.8804811Z test_make_fx_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:02.8815379Z test_make_fx_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:02.8826082Z test_make_fx_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:02.8837599Z test_make_fx_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:33:02.8889563Z test_make_fx_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:02.9202210Z test_make_fx_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:33:02.9492526Z test_make_fx_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:02.9741087Z test_make_fx_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:03.0141661Z test_make_fx_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T16:33:03.0227878Z test_make_fx_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:03.0716706Z test_make_fx_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T16:33:03.1185048Z test_make_fx_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T16:33:03.1336353Z test_make_fx_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:03.1430579Z test_make_fx_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:03.1719411Z test_make_fx_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:03.2675886Z test_make_fx_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.109s) 2022-09-27T16:33:03.2963262Z test_make_fx_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:33:03.3242882Z test_make_fx_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:03.3511574Z test_make_fx_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:03.3802443Z test_make_fx_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:03.4127282Z test_make_fx_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:33:03.4403459Z test_make_fx_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:03.4658134Z test_make_fx_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:03.4810338Z test_make_fx_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:03.4955206Z test_make_fx_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:33:03.5442628Z test_make_fx_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T16:33:03.5447530Z test_make_fx_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:33:03.5452250Z test_make_fx_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:33:03.5993839Z test_make_fx_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.056s) 2022-09-27T16:33:03.6577828Z test_make_fx_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:03.7080915Z test_make_fx_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T16:33:04.0010774Z test_make_fx_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.296s) 2022-09-27T16:33:04.2399733Z test_make_fx_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.234s) 2022-09-27T16:33:04.3368843Z test_make_fx_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.098s) 2022-09-27T16:33:04.7111099Z test_make_fx_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.378s) 2022-09-27T16:33:04.7530445Z test_make_fx_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:04.7798297Z test_make_fx_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:05.1795626Z test_make_fx_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.395s) 2022-09-27T16:33:05.4002215Z test_make_fx_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.223s) 2022-09-27T16:33:05.4789664Z test_make_fx_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-09-27T16:33:05.5040164Z test_make_fx_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:05.5052003Z test_make_fx_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:33:05.6149510Z test_make_fx_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.114s) 2022-09-27T16:33:05.6464694Z test_make_fx_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:33:05.7104195Z test_make_fx_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-09-27T16:33:05.7688281Z test_make_fx_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:06.0690456Z test_make_fx_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.301s) 2022-09-27T16:33:06.3987371Z test_make_fx_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.342s) 2022-09-27T16:33:06.5029360Z test_make_fx_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.098s) 2022-09-27T16:33:06.5137990Z test_make_fx_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:06.5355769Z test_make_fx_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:06.5770230Z test_make_fx_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:06.7088063Z test_make_fx_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.127s) 2022-09-27T16:33:06.9742514Z test_make_fx_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.268s) 2022-09-27T16:33:07.1050977Z test_make_fx_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.126s) 2022-09-27T16:33:07.1141447Z test_make_fx_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:07.1181613Z test_make_fx_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:07.1272243Z test_make_fx_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:07.1361956Z test_make_fx_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:07.1530439Z test_make_fx_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:07.1725169Z test_make_fx_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:07.1764064Z test_make_fx_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:07.1800891Z test_make_fx_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:07.1972337Z test_make_fx_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:07.2381204Z test_make_fx_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:07.2626666Z test_make_fx_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:07.2711450Z test_make_fx_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:07.2956746Z test_make_fx_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:07.3207657Z test_make_fx_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:07.3329512Z test_make_fx_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:07.6266862Z test_make_fx_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.302s) 2022-09-27T16:33:07.6740095Z test_make_fx_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:33:07.6878997Z test_make_fx_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:07.7125885Z test_make_fx_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:07.7155240Z test_make_fx_exhaustive_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:1660: 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-09-27T16:33:07.7155818Z LU, pivots = torch.lu(A, compute_pivots) 2022-09-27T16:33:07.7156055Z should be replaced with 2022-09-27T16:33:07.7156314Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-09-27T16:33:07.7156536Z and 2022-09-27T16:33:07.7156747Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-09-27T16:33:07.7156996Z should be replaced with 2022-09-27T16:33:07.7157425Z 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:1925.) 2022-09-27T16:33:07.7157891Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-09-27T16:33:07.8185894Z ok (0.111s) 2022-09-27T16:33:07.8215202Z test_make_fx_exhaustive_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:1325: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-09-27T16:33:07.8216425Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-09-27T16:33:07.8216812Z X = torch.lu_solve(B, LU, pivots) 2022-09-27T16:33:07.8217134Z should be replaced with 2022-09-27T16:33:07.8217769Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2079.) 2022-09-27T16:33:07.8218366Z return op.op(*args, **kwargs) 2022-09-27T16:33:07.9241264Z ok (0.111s) 2022-09-27T16:33:07.9927953Z test_make_fx_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-09-27T16:33:08.0148733Z test_make_fx_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:08.0370557Z test_make_fx_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:08.0688588Z test_make_fx_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:08.0856441Z test_make_fx_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:08.1125102Z test_make_fx_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:08.1703193Z test_make_fx_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:08.1790517Z test_make_fx_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T16:33:08.2053961Z test_make_fx_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:08.2115998Z test_make_fx_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:08.2242403Z test_make_fx_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:08.2499042Z test_make_fx_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:08.3058141Z test_make_fx_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-09-27T16:33:08.3434287Z test_make_fx_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:08.3862995Z test_make_fx_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:08.4297672Z test_make_fx_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:33:08.4554911Z test_make_fx_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:08.4615263Z test_make_fx_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:08.4744710Z test_make_fx_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:08.5003006Z test_make_fx_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:08.5042913Z test_make_fx_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:08.5267476Z test_make_fx_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:08.5341500Z test_make_fx_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:08.5439599Z test_make_fx_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:08.5700307Z test_make_fx_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:08.5967315Z test_make_fx_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:08.6007434Z test_make_fx_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:08.6294021Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:08.6582146Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:08.6867368Z test_make_fx_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:08.6955881Z test_make_fx_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:08.8509428Z test_make_fx_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.157s) 2022-09-27T16:33:08.8895788Z test_make_fx_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:33:08.8951208Z test_make_fx_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:33:08.9884170Z test_make_fx_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-09-27T16:33:09.0037588Z test_make_fx_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:09.0096633Z test_make_fx_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:33:09.0811917Z test_make_fx_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-09-27T16:33:09.1061742Z test_make_fx_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:09.1098965Z test_make_fx_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:09.1104636Z test_make_fx_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:33:09.1109438Z test_make_fx_exhaustive_new_empty_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:33:09.1333614Z test_make_fx_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:09.1551422Z test_make_fx_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:09.1769965Z test_make_fx_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T16:33:09.2038489Z test_make_fx_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:09.2253466Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:09.2551245Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:09.2928637Z test_make_fx_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:09.3255549Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:09.3996993Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-09-27T16:33:09.4661574Z test_make_fx_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T16:33:09.5010102Z test_make_fx_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:09.5256769Z test_make_fx_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:09.5542825Z test_make_fx_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:09.6037944Z test_make_fx_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-09-27T16:33:09.6855435Z test_make_fx_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-09-27T16:33:09.7196759Z test_make_fx_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:09.8075876Z test_make_fx_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-09-27T16:33:09.8166619Z test_make_fx_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:09.8628014Z test_make_fx_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:09.9166680Z test_make_fx_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:1325: 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:894.) 2022-09-27T16:33:09.9167729Z return op.op(*args, **kwargs) 2022-09-27T16:33:10.0245960Z ok (0.159s) 2022-09-27T16:33:10.0655099Z test_make_fx_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:10.1164079Z test_make_fx_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:33:10.1669524Z test_make_fx_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:10.2266086Z test_make_fx_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-09-27T16:33:10.2924171Z test_make_fx_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T16:33:10.3729978Z test_make_fx_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-09-27T16:33:10.4053863Z test_make_fx_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.039s) 2022-09-27T16:33:10.4081453Z test_make_fx_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:33:10.4082891Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:33:10.4577673Z ok (0.057s) 2022-09-27T16:33:10.5145514Z test_make_fx_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T16:33:10.5866867Z test_make_fx_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T16:33:10.5963196Z test_make_fx_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:10.8124493Z test_make_fx_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.217s) 2022-09-27T16:33:10.8450826Z test_make_fx_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:10.8782842Z test_make_fx_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:10.9124208Z test_make_fx_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T16:33:11.1771501Z test_make_fx_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.265s) 2022-09-27T16:33:11.4013216Z test_make_fx_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.217s) 2022-09-27T16:33:11.4050009Z test_make_fx_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:33:11.4283817Z test_make_fx_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:11.5493530Z test_make_fx_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.115s) 2022-09-27T16:33:11.6410336Z test_make_fx_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.096s) 2022-09-27T16:33:11.6582651Z test_make_fx_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:11.6747467Z test_make_fx_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:11.6835207Z test_make_fx_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:11.6956371Z test_make_fx_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:11.7122205Z test_make_fx_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:11.7705618Z test_make_fx_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:33:11.7976720Z test_make_fx_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:11.8711483Z test_make_fx_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-09-27T16:33:11.9091912Z test_make_fx_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:11.9466751Z test_make_fx_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:11.9829901Z test_make_fx_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:12.0182584Z test_make_fx_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:12.0554071Z test_make_fx_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:12.0939923Z test_make_fx_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:12.1034028Z test_make_fx_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:33:12.1035067Z warnings.warn( 2022-09-27T16:33:12.1565472Z ok (0.063s) 2022-09-27T16:33:12.1770351Z test_make_fx_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:12.1974730Z test_make_fx_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:12.2215583Z test_make_fx_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:12.2796563Z test_make_fx_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:33:12.3389693Z test_make_fx_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T16:33:12.3481623Z test_make_fx_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:12.4515025Z test_make_fx_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-09-27T16:33:12.8779482Z test_make_fx_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.430s) 2022-09-27T16:33:13.2227464Z test_make_fx_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.348s) 2022-09-27T16:33:13.5916864Z test_make_fx_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.365s) 2022-09-27T16:33:13.5922246Z test_make_fx_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:33:13.6916126Z test_make_fx_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-09-27T16:33:13.6921394Z test_make_fx_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:33:13.8416924Z test_make_fx_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.143s) 2022-09-27T16:33:13.8422543Z test_make_fx_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:33:13.9234538Z test_make_fx_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-09-27T16:33:13.9331428Z test_make_fx_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:13.9508784Z test_make_fx_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:13.9655877Z test_make_fx_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:13.9753175Z test_make_fx_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:14.0013474Z test_make_fx_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:14.1832401Z test_make_fx_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.190s) 2022-09-27T16:33:14.2150756Z test_make_fx_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:14.2677571Z test_make_fx_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:14.4175386Z test_make_fx_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.142s) 2022-09-27T16:33:14.4536463Z test_make_fx_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:33:14.4915955Z test_make_fx_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T16:33:14.5155012Z test_make_fx_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:14.5396905Z test_make_fx_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:14.5461943Z test_make_fx_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:14.5525865Z test_make_fx_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:14.9579677Z test_make_fx_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.395s) 2022-09-27T16:33:15.0210028Z test_make_fx_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-09-27T16:33:15.0299419Z test_make_fx_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:15.0412967Z test_make_fx_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:15.0547869Z test_make_fx_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:15.0636451Z test_make_fx_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:15.0723248Z test_make_fx_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:15.0960439Z test_make_fx_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:15.1160521Z test_make_fx_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:15.1347214Z test_make_fx_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:15.1561287Z test_make_fx_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:15.1653811Z test_make_fx_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:15.1791315Z test_make_fx_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:15.1897084Z test_make_fx_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:15.1997711Z test_make_fx_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:15.2120403Z test_make_fx_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:15.2542673Z test_make_fx_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:15.2968907Z test_make_fx_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:33:15.6134611Z test_make_fx_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.317s) 2022-09-27T16:33:15.6158519Z test_make_fx_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:33:15.6159584Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:33:15.6266699Z ok (0.016s) 2022-09-27T16:33:15.6294606Z test_make_fx_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:33:15.6295638Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:33:15.6619957Z ok (0.031s) 2022-09-27T16:33:15.7310725Z test_make_fx_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-09-27T16:33:15.8495398Z test_make_fx_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.126s) 2022-09-27T16:33:15.8596645Z test_make_fx_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:15.8718506Z test_make_fx_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:15.8815856Z test_make_fx_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T16:33:15.9016231Z test_make_fx_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:33:15.9064618Z test_make_fx_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:15.9132362Z test_make_fx_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:15.9332855Z test_make_fx_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:16.2443082Z test_make_fx_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.314s) 2022-09-27T16:33:16.2487379Z test_make_fx_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:18.4910923Z test_make_fx_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.242s) 2022-09-27T16:33:18.5030341Z test_make_fx_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:18.5348943Z test_make_fx_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:18.5599683Z test_make_fx_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:18.5859545Z test_make_fx_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:18.6121326Z test_make_fx_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T16:33:18.6380920Z test_make_fx_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:18.6644404Z test_make_fx_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:18.6903267Z test_make_fx_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:18.6976350Z test_make_fx_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:18.7222652Z test_make_fx_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:18.8184478Z test_make_fx_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.094s) 2022-09-27T16:33:18.8786056Z test_make_fx_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-09-27T16:33:18.8814759Z test_make_fx_exhaustive_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:1325: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T16:33:18.8815674Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T16:33:18.8816076Z Q, R = torch.qr(A, some) 2022-09-27T16:33:18.8816379Z should be replaced with 2022-09-27T16:33:18.8817029Z 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:2355.) 2022-09-27T16:33:18.8817648Z return op.op(*args, **kwargs) 2022-09-27T16:33:18.9877229Z ok (0.111s) 2022-09-27T16:33:18.9930483Z test_make_fx_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:33:19.0015485Z test_make_fx_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:19.0272717Z test_make_fx_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:19.0789106Z test_make_fx_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:19.0872105Z test_make_fx_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:19.1136541Z test_make_fx_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:19.1227355Z test_make_fx_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:19.1299909Z test_make_fx_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:19.1383666Z test_make_fx_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:19.1640922Z test_make_fx_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:19.1765635Z test_make_fx_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:19.2838097Z test_make_fx_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-09-27T16:33:19.3019413Z test_make_fx_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:19.3147498Z test_make_fx_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:19.3346461Z test_make_fx_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:19.3446002Z test_make_fx_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:19.3543077Z test_make_fx_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:19.3596045Z test_make_fx_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:19.3647475Z test_make_fx_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:19.4094437Z test_make_fx_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:33:19.5056834Z test_make_fx_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.093s) 2022-09-27T16:33:19.5094454Z test_make_fx_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:19.5182670Z test_make_fx_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:19.5273784Z test_make_fx_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:19.5360103Z test_make_fx_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:19.5443403Z test_make_fx_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:19.5744134Z test_make_fx_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:19.5951923Z test_make_fx_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:19.6626548Z test_make_fx_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-09-27T16:33:19.6659478Z test_make_fx_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:1325: 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:1614.) 2022-09-27T16:33:19.6660091Z return op.op(*args, **kwargs) 2022-09-27T16:33:19.7256256Z ok (0.062s) 2022-09-27T16:33:19.7888856Z test_make_fx_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T16:33:19.8544511Z test_make_fx_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T16:33:19.9174911Z test_make_fx_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-09-27T16:33:19.9815512Z test_make_fx_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-09-27T16:33:20.1180019Z test_make_fx_exhaustive_searchsorted_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:1325: 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-09-27T16:33:20.1181560Z return op.op(*args, **kwargs) 2022-09-27T16:33:20.1233026Z C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:1325: 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-09-27T16:33:20.1234158Z return op.op(*args, **kwargs) 2022-09-27T16:33:20.2554912Z ok (0.275s) 2022-09-27T16:33:20.5314418Z test_make_fx_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.274s) 2022-09-27T16:33:20.8031140Z test_make_fx_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.264s) 2022-09-27T16:33:20.8179665Z test_make_fx_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:20.8337229Z test_make_fx_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:20.8376156Z test_make_fx_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:20.8516952Z test_make_fx_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:20.8603995Z test_make_fx_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:20.8641814Z test_make_fx_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:20.8679596Z test_make_fx_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:20.8721135Z test_make_fx_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:20.8808795Z test_make_fx_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:33:20.8846012Z test_make_fx_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:20.9179549Z test_make_fx_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T16:33:20.9349384Z test_make_fx_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:20.9548210Z test_make_fx_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:21.1277291Z test_make_fx_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.177s) 2022-09-27T16:33:21.1289309Z test_make_fx_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:33:21.1379080Z test_make_fx_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:21.1475769Z test_make_fx_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:21.1564752Z test_make_fx_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:21.1652598Z test_make_fx_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:21.1740988Z test_make_fx_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:21.1999867Z test_make_fx_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:33:21.2259847Z test_make_fx_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:21.2264831Z test_make_fx_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:33:21.2269343Z test_make_fx_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:33:21.2331260Z test_make_fx_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:21.2420035Z test_make_fx_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:21.2684511Z test_make_fx_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:21.2943066Z test_make_fx_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:33:21.3004703Z test_make_fx_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:21.3067706Z test_make_fx_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:21.3129144Z test_make_fx_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:21.3389323Z test_make_fx_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:21.3394135Z test_make_fx_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:33:21.3482511Z test_make_fx_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:21.3570823Z test_make_fx_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:21.3659033Z test_make_fx_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:21.3751624Z test_make_fx_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:21.3839171Z test_make_fx_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:21.3959735Z test_make_fx_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:33:21.4048046Z test_make_fx_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:21.4321099Z test_make_fx_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:21.4409781Z test_make_fx_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:21.4498349Z test_make_fx_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:33:21.4503280Z test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:33:21.4507934Z test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:33:21.4512172Z test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:33:21.4516727Z test_make_fx_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:33:21.4604702Z test_make_fx_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:21.4863627Z test_make_fx_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:21.5126225Z test_make_fx_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:33:21.5196677Z test_make_fx_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:21.5311581Z test_make_fx_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:21.5459974Z test_make_fx_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:21.5500297Z test_make_fx_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:21.5588938Z test_make_fx_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:21.5781762Z test_make_fx_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:21.6045311Z test_make_fx_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:33:21.6307178Z test_make_fx_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:21.6593189Z test_make_fx_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:21.6645190Z test_make_fx_exhaustive_stft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:610: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\SpectralOps.cpp:804.) 2022-09-27T16:33:21.6646405Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-09-27T16:33:21.7043453Z ok (0.041s) 2022-09-27T16:33:21.7364745Z test_make_fx_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T16:33:21.7911575Z test_make_fx_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-09-27T16:33:21.8351465Z test_make_fx_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:22.3010421Z test_make_fx_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.456s) 2022-09-27T16:33:24.9947284Z test_make_fx_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (2.693s) 2022-09-27T16:33:24.9979408Z test_make_fx_exhaustive_symeig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:1325: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:33:24.9980422Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T16:33:24.9980948Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:33:24.9981263Z should be replaced with 2022-09-27T16:33:24.9981867Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:33:24.9982202Z and 2022-09-27T16:33:24.9982495Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:33:24.9982807Z should be replaced with 2022-09-27T16:33:24.9983450Z 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:2806.) 2022-09-27T16:33:24.9984051Z return op.op(*args, **kwargs) 2022-09-27T16:33:25.0310581Z ok (0.047s) 2022-09-27T16:33:25.0420054Z test_make_fx_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:25.0656394Z test_make_fx_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:25.1006015Z test_make_fx_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T16:33:25.1057677Z test_make_fx_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:25.1108904Z test_make_fx_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:25.1202424Z test_make_fx_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:33:25.1338364Z test_make_fx_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:25.2758021Z test_make_fx_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.136s) 2022-09-27T16:33:25.3482327Z test_make_fx_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-09-27T16:33:25.3487281Z test_make_fx_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:33:25.3910171Z test_make_fx_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-09-27T16:33:25.3946052Z test_make_fx_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:25.4164588Z test_make_fx_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:25.4612553Z test_make_fx_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:25.5066906Z test_make_fx_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-09-27T16:33:25.5096680Z test_make_fx_exhaustive_triangular_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:1325: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T16:33:25.5097330Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T16:33:25.5097644Z X = torch.triangular_solve(B, A).solution 2022-09-27T16:33:25.5097858Z should be replaced with 2022-09-27T16:33:25.5098257Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2121.) 2022-09-27T16:33:25.5098615Z return op.op(*args, **kwargs) 2022-09-27T16:33:25.5456781Z ok (0.047s) 2022-09-27T16:33:25.5670296Z test_make_fx_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:25.5891643Z test_make_fx_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:33:25.6146165Z test_make_fx_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:25.6187267Z test_make_fx_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:25.6398230Z test_make_fx_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:33:25.6682141Z test_make_fx_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:25.7289039Z test_make_fx_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T16:33:25.7407010Z test_make_fx_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:26.0544934Z test_make_fx_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.322s) 2022-09-27T16:33:26.4683615Z test_make_fx_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.401s) 2022-09-27T16:33:26.4925252Z test_make_fx_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T16:33:26.5184686Z test_make_fx_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:26.5458078Z test_make_fx_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:26.5497113Z test_make_fx_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:26.5532567Z test_make_fx_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:26.5650821Z test_make_fx_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:26.5846752Z test_make_fx_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:26.5928287Z test_make_fx_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:26.6004252Z test_make_fx_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:26.6157853Z test_make_fx_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:26.6401299Z test_make_fx_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:26.6495874Z test_make_fx_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:26.6560088Z test_make_fx_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:26.6753827Z test_make_fx_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:26.6821082Z test_make_fx_fake_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.001s) 2022-09-27T16:33:26.6890871Z test_make_fx_fake_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:26.7580362Z test_make_fx_fake_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.079s) 2022-09-27T16:33:26.7882262Z test_make_fx_fake_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:26.8234479Z test_make_fx_fake_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:26.8910637Z test_make_fx_fake_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T16:33:26.9223105Z test_make_fx_fake_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:26.9524978Z test_make_fx_fake_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:26.9550112Z test_make_fx_fake_exhaustive___rpow___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:853: 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-09-27T16:33:26.9551153Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:33:26.9603026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:853: 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-09-27T16:33:26.9603881Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:33:26.9654170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:853: 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-09-27T16:33:26.9655026Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:33:26.9706315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:853: 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-09-27T16:33:26.9707183Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:33:26.9758625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:853: 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-09-27T16:33:26.9759468Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:33:26.9814277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:853: 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-09-27T16:33:26.9815132Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:33:26.9868483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:853: 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-09-27T16:33:26.9869331Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:33:26.9933696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:853: 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-09-27T16:33:26.9934541Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:33:26.9985790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:853: 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-09-27T16:33:26.9986618Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:33:27.0023449Z ok (0.047s) 2022-09-27T16:33:27.0326917Z test_make_fx_fake_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:27.4924399Z test_make_fx_fake_exhaustive__masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.461s) 2022-09-27T16:33:27.9526353Z test_make_fx_fake_exhaustive__masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.461s) 2022-09-27T16:33:28.2659931Z test_make_fx_fake_exhaustive__masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.306s) 2022-09-27T16:33:28.6830713Z test_make_fx_fake_exhaustive__masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.430s) 2022-09-27T16:33:28.7443755Z test_make_fx_fake_exhaustive__masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-09-27T16:33:28.8070932Z test_make_fx_fake_exhaustive__masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-09-27T16:33:28.8896438Z test_make_fx_fake_exhaustive__masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.083s) 2022-09-27T16:33:28.9690843Z test_make_fx_fake_exhaustive__masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-09-27T16:33:29.4677142Z test_make_fx_fake_exhaustive__masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.487s) 2022-09-27T16:33:30.2510517Z test_make_fx_fake_exhaustive__masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.791s) 2022-09-27T16:33:30.3347511Z test_make_fx_fake_exhaustive__masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-09-27T16:33:30.8532239Z test_make_fx_fake_exhaustive__masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.524s) 2022-09-27T16:33:31.1367076Z test_make_fx_fake_exhaustive__masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.286s) 2022-09-27T16:33:31.6341077Z test_make_fx_fake_exhaustive__masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.492s) 2022-09-27T16:33:31.7171879Z test_make_fx_fake_exhaustive__masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-09-27T16:33:31.8080977Z test_make_fx_fake_exhaustive__masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-09-27T16:33:33.1506081Z test_make_fx_fake_exhaustive__masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.336s) 2022-09-27T16:33:33.7766626Z test_make_fx_fake_exhaustive__masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.634s) 2022-09-27T16:33:35.0667631Z test_make_fx_fake_exhaustive__masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (1.291s) 2022-09-27T16:33:35.0714278Z test_make_fx_fake_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:35.0824306Z test_make_fx_fake_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:35.0931259Z test_make_fx_fake_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:33:35.1335011Z test_make_fx_fake_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T16:33:35.1594814Z test_make_fx_fake_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:35.2074725Z test_make_fx_fake_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T16:33:35.2547778Z test_make_fx_fake_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:35.2680475Z test_make_fx_fake_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:35.2819811Z test_make_fx_fake_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:35.3071445Z test_make_fx_fake_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:33:35.3313521Z test_make_fx_fake_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:35.3749599Z test_make_fx_fake_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T16:33:35.3802455Z test_make_fx_fake_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:33:35.4474385Z test_make_fx_fake_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T16:33:35.5155507Z test_make_fx_fake_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-09-27T16:33:35.5376830Z test_make_fx_fake_exhaustive_aminmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_proxy_tensor.py:1325: 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:24.) 2022-09-27T16:33:35.5378221Z return op.op(*args, **kwargs) 2022-09-27T16:33:35.5381220Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24] 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-09-27T16:33:35.5383790Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24] 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-09-27T16:33:35.5385157Z ok (0.031s) 2022-09-27T16:33:35.5430575Z test_make_fx_fake_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:35.5869169Z test_make_fx_fake_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-09-27T16:33:35.6954342Z test_make_fx_fake_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.108s) 2022-09-27T16:33:35.7376031Z test_make_fx_fake_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:35.7800987Z test_make_fx_fake_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T16:33:35.8806350Z test_make_fx_fake_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.098s) 2022-09-27T16:33:35.8839471Z test_make_fx_fake_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.000s) 2022-09-27T16:33:35.9042819Z test_make_fx_fake_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:35.9258899Z test_make_fx_fake_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:35.9305141Z test_make_fx_fake_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:35.9350694Z test_make_fx_fake_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:35.9686790Z test_make_fx_fake_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:35.9732000Z test_make_fx_fake_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:35.9777151Z test_make_fx_fake_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:35.9986591Z test_make_fx_fake_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:33:36.0198559Z test_make_fx_fake_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:36.0434169Z test_make_fx_fake_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:36.0688876Z test_make_fx_fake_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:36.0864323Z test_make_fx_fake_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:33:36.1064088Z test_make_fx_fake_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:36.1069098Z test_make_fx_fake_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:33:36.1115894Z test_make_fx_fake_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:36.1303146Z test_make_fx_fake_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:36.1563376Z test_make_fx_fake_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:33:36.1638632Z test_make_fx_fake_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:36.1894651Z test_make_fx_fake_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:33:36.2935974Z test_make_fx_fake_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.098s) 2022-09-27T16:33:36.3127063Z test_make_fx_fake_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:36.3347957Z test_make_fx_fake_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:36.3611586Z test_make_fx_fake_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:36.7842096Z test_make_fx_fake_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.420s) 2022-09-27T16:33:36.7888407Z test_make_fx_fake_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:36.8083913Z test_make_fx_fake_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:33:36.8272847Z test_make_fx_fake_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:36.8334038Z test_make_fx_fake_exhaustive_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:33:36.8626412Z test_make_fx_fake_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.031s) 2022-09-27T16:33:36.9194413Z test_make_fx_fake_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-09-27T16:33:36.9332398Z test_make_fx_fake_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:36.9535316Z test_make_fx_fake_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:36.9873358Z test_make_fx_fake_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:37.0220536Z test_make_fx_fake_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T16:33:37.0298148Z test_make_fx_fake_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:37.0433749Z test_make_fx_fake_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:37.0506468Z test_make_fx_fake_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.016s) 2022-09-27T16:33:37.0844780Z test_make_fx_fake_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:37.0937430Z test_make_fx_fake_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:33:37.0976169Z test_make_fx_fake_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:37.2837056Z test_make_fx_fake_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.192s) 2022-09-27T16:33:37.2901929Z test_make_fx_fake_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:37.3248422Z test_make_fx_fake_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:33:37.3325434Z test_make_fx_fake_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:33:37.3438894Z test_make_fx_fake_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:37.3548885Z test_make_fx_fake_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:37.4376506Z test_make_fx_fake_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.093s) 2022-09-27T16:33:37.4457469Z test_make_fx_fake_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:33:37.4579105Z test_make_fx_fake_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:37.4719815Z test_make_fx_fake_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:33:37.4863651Z test_make_fx_fake_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:33:37.5217986Z test_make_fx_fake_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:33:37.5376194Z test_make_fx_fake_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:37.6021401Z test_make_fx_fake_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-09-27T16:33:37.6132256Z test_make_fx_fake_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:37.6669596Z test_make_fx_fake_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:37.7197219Z test_make_fx_fake_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-09-27T16:33:37.7400583Z test_make_fx_fake_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:37.7930400Z test_make_fx_fake_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T16:33:37.8508090Z test_make_fx_fake_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T16:33:38.5520166Z test_make_fx_fake_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.694s) 2022-09-27T16:33:38.5632379Z test_make_fx_fake_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:38.7512492Z test_make_fx_fake_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.197s) 2022-09-27T16:33:38.7877567Z test_make_fx_fake_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:38.8243255Z test_make_fx_fake_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T16:33:38.8606009Z test_make_fx_fake_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:38.8656701Z test_make_fx_fake_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:38.8855761Z test_make_fx_fake_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:33:38.8978927Z test_make_fx_fake_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:33:38.9115207Z test_make_fx_fake_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:38.9949799Z test_make_fx_fake_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.089s) 2022-09-27T16:33:38.9955029Z test_make_fx_fake_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:33:38.9959922Z test_make_fx_fake_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:33:39.0336916Z test_make_fx_fake_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:39.0374154Z test_make_fx_fake_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:33:39.0422356Z test_make_fx_fake_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:39.0536869Z test_make_fx_fake_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:39.0585570Z test_make_fx_fake_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:39.0696096Z test_make_fx_fake_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:39.0809305Z test_make_fx_fake_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:39.0931885Z test_make_fx_fake_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:39.1278425Z test_make_fx_fake_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:39.1322693Z test_make_fx_fake_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:39.4989418Z test_make_fx_fake_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.363s) 2022-09-27T16:33:39.5317288Z test_make_fx_fake_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:39.5608791Z test_make_fx_fake_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:39.6013897Z test_make_fx_fake_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:39.6210209Z test_make_fx_fake_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:39.6617147Z test_make_fx_fake_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:39.7020511Z test_make_fx_fake_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:39.7514455Z test_make_fx_fake_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:33:39.7831676Z test_make_fx_fake_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:39.8158442Z test_make_fx_fake_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:39.8564657Z test_make_fx_fake_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:39.8761236Z test_make_fx_fake_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:39.9097214Z test_make_fx_fake_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:39.9415393Z test_make_fx_fake_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:39.9813196Z test_make_fx_fake_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:40.0130279Z test_make_fx_fake_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:40.0476854Z test_make_fx_fake_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:40.0881704Z test_make_fx_fake_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:33:40.1152160Z test_make_fx_fake_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:40.1449284Z test_make_fx_fake_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:40.1788803Z test_make_fx_fake_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:40.1917644Z test_make_fx_fake_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:40.2132554Z test_make_fx_fake_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:40.2513998Z test_make_fx_fake_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:40.2604046Z test_make_fx_fake_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:40.2686243Z test_make_fx_fake_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:40.2852202Z test_make_fx_fake_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:40.3343209Z test_make_fx_fake_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:33:40.3390139Z test_make_fx_fake_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:40.3965252Z test_make_fx_fake_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:33:40.4311089Z test_make_fx_fake_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:40.4658801Z test_make_fx_fake_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:40.5019035Z test_make_fx_fake_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T16:33:40.5130980Z test_make_fx_fake_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:40.5279074Z test_make_fx_fake_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:40.5600292Z test_make_fx_fake_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:40.5798845Z test_make_fx_fake_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T16:33:40.6148106Z test_make_fx_fake_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:40.7846299Z test_make_fx_fake_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.167s) 2022-09-27T16:33:41.0453611Z test_make_fx_fake_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.254s) 2022-09-27T16:33:41.0803389Z test_make_fx_fake_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:41.1011406Z test_make_fx_fake_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:33:41.1362149Z test_make_fx_fake_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:41.5580315Z test_make_fx_fake_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.415s) 2022-09-27T16:33:42.0674924Z test_make_fx_fake_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.507s) 2022-09-27T16:33:42.7785494Z test_make_fx_fake_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.715s) 2022-09-27T16:33:42.7899620Z test_make_fx_fake_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:42.7992877Z test_make_fx_fake_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:42.8355687Z test_make_fx_fake_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:42.8435710Z test_make_fx_fake_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:42.8791221Z test_make_fx_fake_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:42.9158980Z test_make_fx_fake_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:42.9539818Z test_make_fx_fake_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:42.9673823Z test_make_fx_fake_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:42.9802918Z test_make_fx_fake_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:42.9986666Z test_make_fx_fake_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:43.1380470Z test_make_fx_fake_exhaustive_index_reduce_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.143s) 2022-09-27T16:33:43.1505326Z test_make_fx_fake_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:43.1626740Z test_make_fx_fake_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:43.1827907Z test_make_fx_fake_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:43.3497878Z test_make_fx_fake_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.174s) 2022-09-27T16:33:43.3660467Z test_make_fx_fake_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:43.3759105Z test_make_fx_fake_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:43.3805296Z test_make_fx_fake_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:43.3853131Z test_make_fx_fake_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:43.3898348Z test_make_fx_fake_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:43.3942642Z test_make_fx_fake_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.001s) 2022-09-27T16:33:43.4063545Z test_make_fx_fake_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:43.4242457Z test_make_fx_fake_exhaustive_istft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:33:43.4253521Z test_make_fx_fake_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:43.4264346Z test_make_fx_fake_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:43.4275271Z test_make_fx_fake_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:43.4286082Z test_make_fx_fake_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:43.4296888Z test_make_fx_fake_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:33:43.4364832Z test_make_fx_fake_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:43.4850595Z test_make_fx_fake_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:33:43.5258549Z test_make_fx_fake_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:33:43.5604852Z test_make_fx_fake_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:43.6168677Z test_make_fx_fake_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-09-27T16:33:43.6282428Z test_make_fx_fake_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:43.6945963Z test_make_fx_fake_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-09-27T16:33:43.7573773Z test_make_fx_fake_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T16:33:43.7773716Z test_make_fx_fake_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:43.7899798Z test_make_fx_fake_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:43.8280028Z test_make_fx_fake_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:43.9511462Z test_make_fx_fake_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.126s) 2022-09-27T16:33:43.9939765Z test_make_fx_fake_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:33:44.0301826Z test_make_fx_fake_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:44.0707758Z test_make_fx_fake_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:44.1045258Z test_make_fx_fake_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:33:44.1446872Z test_make_fx_fake_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:44.1802462Z test_make_fx_fake_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:44.2130736Z test_make_fx_fake_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:44.2322896Z test_make_fx_fake_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:44.2508200Z test_make_fx_fake_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:44.3183755Z test_make_fx_fake_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-09-27T16:33:44.3189011Z test_make_fx_fake_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:33:44.3194078Z test_make_fx_fake_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:33:44.3870233Z test_make_fx_fake_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.065s) 2022-09-27T16:33:44.4602548Z test_make_fx_fake_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-09-27T16:33:44.5251624Z test_make_fx_fake_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.064s) 2022-09-27T16:33:44.9414969Z test_make_fx_fake_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.411s) 2022-09-27T16:33:45.2630165Z test_make_fx_fake_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.332s) 2022-09-27T16:33:45.4042713Z test_make_fx_fake_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.129s) 2022-09-27T16:33:46.1932471Z test_make_fx_fake_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.802s) 2022-09-27T16:33:46.2587175Z test_make_fx_fake_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T16:33:46.2954285Z test_make_fx_fake_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T16:33:46.7184152Z test_make_fx_fake_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.420s) 2022-09-27T16:33:47.0340873Z test_make_fx_fake_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.319s) 2022-09-27T16:33:47.1491050Z test_make_fx_fake_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.112s) 2022-09-27T16:33:47.1943051Z test_make_fx_fake_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:33:47.1958870Z test_make_fx_fake_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:33:47.3774591Z test_make_fx_fake_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.189s) 2022-09-27T16:33:47.4188916Z test_make_fx_fake_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:47.5071152Z test_make_fx_fake_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.096s) 2022-09-27T16:33:47.5896379Z test_make_fx_fake_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.080s) 2022-09-27T16:33:48.1821953Z test_make_fx_fake_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.586s) 2022-09-27T16:33:48.6257003Z test_make_fx_fake_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.443s) 2022-09-27T16:33:48.7694006Z test_make_fx_fake_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.142s) 2022-09-27T16:33:48.7836524Z test_make_fx_fake_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:48.8155426Z test_make_fx_fake_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:48.8799540Z test_make_fx_fake_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T16:33:49.0735283Z test_make_fx_fake_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.190s) 2022-09-27T16:33:49.4488897Z test_make_fx_fake_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.384s) 2022-09-27T16:33:49.6539370Z test_make_fx_fake_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.208s) 2022-09-27T16:33:49.6668443Z test_make_fx_fake_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:49.6718936Z test_make_fx_fake_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:49.6839429Z test_make_fx_fake_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:49.6959479Z test_make_fx_fake_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:33:49.7193119Z test_make_fx_fake_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:49.7484770Z test_make_fx_fake_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:33:49.7534528Z test_make_fx_fake_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:49.7585777Z test_make_fx_fake_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:49.7865147Z test_make_fx_fake_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:49.8463892Z test_make_fx_fake_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T16:33:49.8836769Z test_make_fx_fake_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T16:33:49.8957867Z test_make_fx_fake_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:49.9348883Z test_make_fx_fake_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:49.9718286Z test_make_fx_fake_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T16:33:49.9883354Z test_make_fx_fake_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:33:50.4341876Z test_make_fx_fake_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.446s) 2022-09-27T16:33:50.4989057Z test_make_fx_fake_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-09-27T16:33:50.5196397Z test_make_fx_fake_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:50.5564195Z test_make_fx_fake_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:50.6943412Z test_make_fx_fake_exhaustive_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.139s) 2022-09-27T16:33:50.8117592Z test_make_fx_fake_exhaustive_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.114s) 2022-09-27T16:33:50.8829954Z test_make_fx_fake_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-09-27T16:33:50.9058283Z test_make_fx_fake_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:50.9287417Z test_make_fx_fake_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:50.9624887Z test_make_fx_fake_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:50.9803619Z test_make_fx_fake_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:50.9848892Z test_make_fx_fake_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.011s) 2022-09-27T16:33:51.0637356Z test_make_fx_fake_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.078s) 2022-09-27T16:33:51.0755582Z test_make_fx_fake_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:51.1125228Z test_make_fx_fake_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:33:51.1216470Z test_make_fx_fake_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:51.1386996Z test_make_fx_fake_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:51.1756248Z test_make_fx_fake_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:51.2534001Z test_make_fx_fake_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-09-27T16:33:51.3157125Z test_make_fx_fake_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T16:33:51.3810826Z test_make_fx_fake_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T16:33:51.4454944Z test_make_fx_fake_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T16:33:51.4831794Z test_make_fx_fake_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:51.4915783Z test_make_fx_fake_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:51.5089538Z test_make_fx_fake_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:51.5459772Z test_make_fx_fake_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:51.5513436Z test_make_fx_fake_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:51.5870704Z test_make_fx_fake_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:51.5967405Z test_make_fx_fake_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:51.6077714Z test_make_fx_fake_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:51.6447710Z test_make_fx_fake_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:51.6509104Z test_make_fx_fake_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:33:51.6561676Z test_make_fx_fake_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:51.6955177Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:33:51.7353918Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:51.7744382Z test_make_fx_fake_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-09-27T16:33:51.7913704Z test_make_fx_fake_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:52.0249172Z test_make_fx_fake_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.228s) 2022-09-27T16:33:52.0782611Z test_make_fx_fake_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:52.0865392Z test_make_fx_fake_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:33:52.2189086Z test_make_fx_fake_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.127s) 2022-09-27T16:33:52.2397815Z test_make_fx_fake_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:52.2479284Z test_make_fx_fake_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:33:52.3496748Z test_make_fx_fake_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.096s) 2022-09-27T16:33:52.3861362Z test_make_fx_fake_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:52.3910540Z test_make_fx_fake_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:52.3916667Z test_make_fx_fake_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:33:52.3921645Z test_make_fx_fake_exhaustive_new_empty_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:33:52.4252582Z test_make_fx_fake_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:52.4561901Z test_make_fx_fake_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:52.4872652Z test_make_fx_fake_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T16:33:52.5253162Z test_make_fx_fake_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:33:52.5558421Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:52.5965063Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:33:52.6481620Z test_make_fx_fake_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:52.6942125Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:52.7964658Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.111s) 2022-09-27T16:33:52.8864634Z test_make_fx_fake_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-09-27T16:33:52.9345739Z test_make_fx_fake_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:33:52.9676781Z test_make_fx_fake_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:53.0058691Z test_make_fx_fake_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:33:53.0855322Z test_make_fx_fake_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-09-27T16:33:53.2081274Z test_make_fx_fake_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.126s) 2022-09-27T16:33:53.2588968Z test_make_fx_fake_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:53.3805911Z test_make_fx_fake_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.127s) 2022-09-27T16:33:53.3929175Z test_make_fx_fake_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:33:53.4499945Z test_make_fx_fake_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T16:33:53.6240677Z test_make_fx_fake_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.180s) 2022-09-27T16:33:53.6813724Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-09-27T16:33:53.7523686Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-09-27T16:33:53.8184187Z test_make_fx_fake_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T16:33:53.9161441Z test_make_fx_fake_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.104s) 2022-09-27T16:33:54.0144062Z test_make_fx_fake_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.104s) 2022-09-27T16:33:54.1384683Z test_make_fx_fake_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.124s) 2022-09-27T16:33:54.1891843Z test_make_fx_fake_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:33:54.1925376Z test_make_fx_fake_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:33:54.1926790Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:33:54.1969072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:33:54.1970292Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:33:54.2013043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:33:54.2014364Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:33:54.2080931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:33:54.2082145Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:33:54.2123640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:33:54.2124870Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:33:54.2182665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:33:54.2183885Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:33:54.2581218Z ok (0.073s) 2022-09-27T16:33:54.3344488Z test_make_fx_fake_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.068s) 2022-09-27T16:33:54.4317243Z test_make_fx_fake_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-09-27T16:33:54.4442550Z test_make_fx_fake_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:55.0355480Z test_make_fx_fake_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.587s) 2022-09-27T16:33:55.0823356Z test_make_fx_fake_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:33:55.1268980Z test_make_fx_fake_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:33:55.1693050Z test_make_fx_fake_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:55.4168031Z test_make_fx_fake_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.238s) 2022-09-27T16:33:55.7520107Z test_make_fx_fake_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.335s) 2022-09-27T16:33:55.7574117Z test_make_fx_fake_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:33:55.7899880Z test_make_fx_fake_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:55.9689376Z test_make_fx_fake_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.171s) 2022-09-27T16:33:56.2221142Z test_make_fx_fake_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.254s) 2022-09-27T16:33:56.2487043Z test_make_fx_fake_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:56.2721975Z test_make_fx_fake_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:56.2844543Z test_make_fx_fake_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:33:56.3009065Z test_make_fx_fake_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:56.3256343Z test_make_fx_fake_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:56.4251842Z test_make_fx_fake_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.098s) 2022-09-27T16:33:56.4672571Z test_make_fx_fake_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:56.5867218Z test_make_fx_fake_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.121s) 2022-09-27T16:33:56.6420984Z test_make_fx_fake_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.051s) 2022-09-27T16:33:56.6934618Z test_make_fx_fake_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T16:33:56.7452323Z test_make_fx_fake_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:33:56.8044527Z test_make_fx_fake_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T16:33:56.8684337Z test_make_fx_fake_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T16:33:56.9203922Z test_make_fx_fake_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-09-27T16:33:56.9336445Z test_make_fx_fake_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:33:56.9337111Z warnings.warn( 2022-09-27T16:33:56.9393659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:33:56.9394205Z warnings.warn( 2022-09-27T16:33:56.9791708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:33:56.9792261Z warnings.warn( 2022-09-27T16:33:56.9848185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:33:56.9848830Z warnings.warn( 2022-09-27T16:33:57.0117310Z ok (0.088s) 2022-09-27T16:33:57.0427109Z test_make_fx_fake_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:57.0730465Z test_make_fx_fake_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:33:57.1086465Z test_make_fx_fake_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T16:33:57.2050043Z test_make_fx_fake_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.098s) 2022-09-27T16:33:57.2952286Z test_make_fx_fake_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-09-27T16:33:57.3088520Z test_make_fx_fake_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:57.4696818Z test_make_fx_fake_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.155s) 2022-09-27T16:33:58.0969389Z test_make_fx_fake_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.629s) 2022-09-27T16:33:58.5900582Z test_make_fx_fake_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.498s) 2022-09-27T16:33:59.1798494Z test_make_fx_fake_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.582s) 2022-09-27T16:33:59.1803822Z test_make_fx_fake_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:33:59.3314308Z test_make_fx_fake_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.150s) 2022-09-27T16:33:59.3319769Z test_make_fx_fake_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:33:59.5285635Z test_make_fx_fake_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.202s) 2022-09-27T16:33:59.5291054Z test_make_fx_fake_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:33:59.6389129Z test_make_fx_fake_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.104s) 2022-09-27T16:33:59.6513549Z test_make_fx_fake_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:59.6774465Z test_make_fx_fake_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:33:59.7025545Z test_make_fx_fake_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.020s) 2022-09-27T16:33:59.7189213Z test_make_fx_fake_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:33:59.7614892Z test_make_fx_fake_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-09-27T16:33:59.7620284Z test_make_fx_fake_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:33:59.8089813Z test_make_fx_fake_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T16:33:59.8934746Z test_make_fx_fake_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-09-27T16:34:00.1085010Z test_make_fx_fake_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.217s) 2022-09-27T16:34:00.1598300Z test_make_fx_fake_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:34:00.2118900Z test_make_fx_fake_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:34:00.2612265Z test_make_fx_fake_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:34:00.3037766Z test_make_fx_fake_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:34:00.3128934Z test_make_fx_fake_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:34:00.3219851Z test_make_fx_fake_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:00.9306775Z test_make_fx_fake_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.611s) 2022-09-27T16:34:01.0332559Z test_make_fx_fake_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.096s) 2022-09-27T16:34:01.0461980Z test_make_fx_fake_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:01.0635573Z test_make_fx_fake_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:01.0845779Z test_make_fx_fake_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:34:01.0972728Z test_make_fx_fake_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.001s) 2022-09-27T16:34:01.1104535Z test_make_fx_fake_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:01.1451522Z test_make_fx_fake_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:34:01.1724558Z test_make_fx_fake_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:34:01.1999919Z test_make_fx_fake_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:34:01.2339677Z test_make_fx_fake_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:34:01.2469683Z test_make_fx_fake_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:01.2674594Z test_make_fx_fake_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:01.2838381Z test_make_fx_fake_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:01.2984484Z test_make_fx_fake_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:01.3160611Z test_make_fx_fake_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:01.3830645Z test_make_fx_fake_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T16:34:01.4501894Z test_make_fx_fake_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-09-27T16:34:01.9236901Z test_make_fx_fake_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.461s) 2022-09-27T16:34:01.9268548Z test_make_fx_fake_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:34:01.9269591Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:34:01.9309590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:34:01.9310439Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:34:01.9351402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:34:01.9352248Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:34:01.9391860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:34:01.9392705Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:34:01.9419103Z ok (0.031s) 2022-09-27T16:34:01.9454061Z test_make_fx_fake_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:34:01.9455100Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:34:01.9493577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:34:01.9494415Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:34:01.9534076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:34:01.9534915Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:34:01.9573864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:34:01.9574701Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:34:01.9614993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:34:01.9615817Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:34:01.9655538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:34:01.9656376Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:34:01.9697003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:34:01.9697842Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:34:01.9737625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:34:01.9738461Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:34:01.9780266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:34:01.9781846Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:34:01.9807566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:34:01.9808402Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:34:01.9831358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:34:01.9832185Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:34:01.9858509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:34:01.9859343Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:34:01.9881782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:34:01.9882603Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:34:01.9907659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:34:01.9908489Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:34:01.9931079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:34:01.9931897Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:34:01.9957893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:34:01.9958710Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:34:01.9966380Z ok (0.050s) 2022-09-27T16:34:02.0011793Z test_make_fx_fake_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.000s) 2022-09-27T16:34:02.1746500Z test_make_fx_fake_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.171s) 2022-09-27T16:34:02.1888698Z test_make_fx_fake_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:34:02.2062641Z test_make_fx_fake_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:02.2188320Z test_make_fx_fake_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:34:02.2452628Z test_make_fx_fake_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:34:02.2513348Z test_make_fx_fake_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:02.2616243Z test_make_fx_fake_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:34:02.2964290Z test_make_fx_fake_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T16:34:02.8318842Z test_make_fx_fake_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.530s) 2022-09-27T16:34:02.8379782Z test_make_fx_fake_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:06.6627412Z test_make_fx_fake_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (3.814s) 2022-09-27T16:34:06.6805602Z test_make_fx_fake_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:06.7306946Z test_make_fx_fake_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.063s) 2022-09-27T16:34:06.7762109Z test_make_fx_fake_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:34:06.8163836Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:34:06.8570908Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:34:06.8970954Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T16:34:06.9373445Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:34:06.9780516Z test_make_fx_fake_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:34:06.9890617Z test_make_fx_fake_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:07.0277389Z test_make_fx_fake_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:34:07.1777694Z test_make_fx_fake_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.160s) 2022-09-27T16:34:07.2738682Z test_make_fx_fake_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-09-27T16:34:07.4344199Z test_make_fx_fake_exhaustive_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.158s) 2022-09-27T16:34:07.4430401Z test_make_fx_fake_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:34:07.4609540Z test_make_fx_fake_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:07.5085190Z test_make_fx_fake_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.049s) 2022-09-27T16:34:07.5911604Z test_make_fx_fake_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.079s) 2022-09-27T16:34:07.6032097Z test_make_fx_fake_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:07.6434286Z test_make_fx_fake_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T16:34:07.6569658Z test_make_fx_fake_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:07.6679440Z test_make_fx_fake_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:07.6804206Z test_make_fx_fake_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:34:07.7201782Z test_make_fx_fake_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:34:07.7388162Z test_make_fx_fake_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:07.9034514Z test_make_fx_fake_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.160s) 2022-09-27T16:34:07.9107224Z test_make_fx_fake_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.016s) 2022-09-27T16:34:07.9296946Z test_make_fx_fake_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:07.9615083Z test_make_fx_fake_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:34:07.9761494Z test_make_fx_fake_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:07.9913068Z test_make_fx_fake_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:07.9988940Z test_make_fx_fake_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:34:08.0066632Z test_make_fx_fake_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:08.0752799Z test_make_fx_fake_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.062s) 2022-09-27T16:34:08.2214678Z test_make_fx_fake_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.144s) 2022-09-27T16:34:08.2266811Z test_make_fx_fake_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:08.2397738Z test_make_fx_fake_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:08.2527628Z test_make_fx_fake_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:34:08.2657103Z test_make_fx_fake_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:08.2783831Z test_make_fx_fake_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:08.3274742Z test_make_fx_fake_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:34:08.3599481Z test_make_fx_fake_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:34:08.4682598Z test_make_fx_fake_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.111s) 2022-09-27T16:34:08.5680816Z test_make_fx_fake_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.096s) 2022-09-27T16:34:08.6674908Z test_make_fx_fake_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.111s) 2022-09-27T16:34:08.7679107Z test_make_fx_fake_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.095s) 2022-09-27T16:34:08.8666841Z test_make_fx_fake_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.094s) 2022-09-27T16:34:08.9668196Z test_make_fx_fake_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.096s) 2022-09-27T16:34:09.4759641Z test_make_fx_fake_exhaustive_searchsorted_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.508s) 2022-09-27T16:34:09.4827061Z test_make_fx_fake_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.022s) 2022-09-27T16:34:09.9569109Z test_make_fx_fake_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.469s) 2022-09-27T16:34:09.9785950Z test_make_fx_fake_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:10.0030341Z test_make_fx_fake_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:34:10.0082020Z test_make_fx_fake_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:34:10.0305933Z test_make_fx_fake_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:34:10.0433450Z test_make_fx_fake_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:10.0483732Z test_make_fx_fake_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:34:10.0536220Z test_make_fx_fake_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:34:10.0588714Z test_make_fx_fake_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:10.0716664Z test_make_fx_fake_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:10.0767568Z test_make_fx_fake_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:34:10.1244943Z test_make_fx_fake_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.046s) 2022-09-27T16:34:10.1497188Z test_make_fx_fake_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:34:10.1807489Z test_make_fx_fake_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:34:10.4293361Z test_make_fx_fake_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.244s) 2022-09-27T16:34:10.4305542Z test_make_fx_fake_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:10.4435794Z test_make_fx_fake_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:10.4564807Z test_make_fx_fake_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:34:10.4693067Z test_make_fx_fake_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:10.4831502Z test_make_fx_fake_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:10.4958733Z test_make_fx_fake_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:34:10.5350959Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:34:10.5750435Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T16:34:10.5755769Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:34:10.5760473Z test_make_fx_fake_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:34:10.5850209Z test_make_fx_fake_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:10.5987954Z test_make_fx_fake_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:34:10.6381150Z test_make_fx_fake_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:34:10.6775767Z test_make_fx_fake_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:34:10.6865468Z test_make_fx_fake_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:10.6955612Z test_make_fx_fake_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:34:10.7054429Z test_make_fx_fake_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:34:10.7446331Z test_make_fx_fake_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.026s) 2022-09-27T16:34:10.7451902Z test_make_fx_fake_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:34:10.7579465Z test_make_fx_fake_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.001s) 2022-09-27T16:34:10.7707714Z test_make_fx_fake_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:10.7837272Z test_make_fx_fake_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:10.7967057Z test_make_fx_fake_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:34:10.8095760Z test_make_fx_fake_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:10.8274041Z test_make_fx_fake_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:10.8412018Z test_make_fx_fake_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:10.8822682Z test_make_fx_fake_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:34:10.8951618Z test_make_fx_fake_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.010s) 2022-09-27T16:34:10.9080789Z test_make_fx_fake_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:10.9085887Z test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:34:10.9090543Z test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:34:10.9095076Z test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:34:10.9099642Z test_make_fx_fake_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:34:10.9227733Z test_make_fx_fake_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:10.9624451Z test_make_fx_fake_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:34:11.0026238Z test_make_fx_fake_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T16:34:11.0126411Z test_make_fx_fake_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:11.0284050Z test_make_fx_fake_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:11.0489032Z test_make_fx_fake_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:11.0543122Z test_make_fx_fake_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:34:11.0673290Z test_make_fx_fake_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:11.0964875Z test_make_fx_fake_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T16:34:11.1370617Z test_make_fx_fake_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T16:34:11.1773653Z test_make_fx_fake_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:34:11.2220908Z test_make_fx_fake_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T16:34:11.2879036Z test_make_fx_fake_exhaustive_stft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-09-27T16:34:11.3365017Z test_make_fx_fake_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T16:34:11.4203745Z test_make_fx_fake_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.088s) 2022-09-27T16:34:11.4865736Z test_make_fx_fake_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-09-27T16:34:12.4001034Z test_make_fx_fake_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.905s) 2022-09-27T16:34:16.8555544Z test_make_fx_fake_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (4.454s) 2022-09-27T16:34:16.9027450Z test_make_fx_fake_exhaustive_symeig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.052s) 2022-09-27T16:34:16.9159635Z test_make_fx_fake_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:16.9451195Z test_make_fx_fake_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:34:16.9963728Z test_make_fx_fake_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.041s) 2022-09-27T16:34:17.0018752Z test_make_fx_fake_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:17.0072068Z test_make_fx_fake_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:34:17.0120880Z test_make_fx_fake_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:34:17.0298689Z test_make_fx_fake_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:34:17.2610238Z test_make_fx_fake_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.223s) 2022-09-27T16:34:17.3801453Z test_make_fx_fake_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.120s) 2022-09-27T16:34:17.3806643Z test_make_fx_fake_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:34:17.4456832Z test_make_fx_fake_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-09-27T16:34:17.4508237Z test_make_fx_fake_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:34:17.4858091Z test_make_fx_fake_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.036s) 2022-09-27T16:34:17.5606653Z test_make_fx_fake_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-09-27T16:34:17.6347248Z test_make_fx_fake_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.067s) 2022-09-27T16:34:17.6958533Z test_make_fx_fake_exhaustive_triangular_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.073s) 2022-09-27T16:34:17.7300184Z test_make_fx_fake_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:34:17.7685829Z test_make_fx_fake_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.034s) 2022-09-27T16:34:17.8208242Z test_make_fx_fake_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.057s) 2022-09-27T16:34:17.8261753Z test_make_fx_fake_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:34:17.8576740Z test_make_fx_fake_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:34:17.9031049Z test_make_fx_fake_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.042s) 2022-09-27T16:34:18.4690345Z test_make_fx_fake_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.570s) 2022-09-27T16:34:18.4857403Z test_make_fx_fake_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.017s) 2022-09-27T16:34:18.5027730Z test_make_fx_fake_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.016s) 2022-09-27T16:34:18.5202563Z test_make_fx_fake_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Dynamic output shape operation in trace (0.016s) 2022-09-27T16:34:18.5590148Z test_make_fx_fake_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.047s) 2022-09-27T16:34:18.6004160Z test_make_fx_fake_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.033s) 2022-09-27T16:34:18.6467307Z test_make_fx_fake_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:34:18.6523814Z test_make_fx_fake_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:18.6577527Z test_make_fx_fake_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.000s) 2022-09-27T16:34:18.6767102Z test_make_fx_fake_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:18.7081203Z test_make_fx_fake_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.032s) 2022-09-27T16:34:18.7205398Z test_make_fx_fake_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:18.7325733Z test_make_fx_fake_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:18.7584494Z test_make_fx_fake_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:18.7994579Z test_make_fx_fake_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.048s) 2022-09-27T16:34:18.8140976Z test_make_fx_fake_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:18.8249262Z test_make_fx_fake_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.016s) 2022-09-27T16:34:18.8607682Z test_make_fx_fake_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... ok (0.031s) 2022-09-27T16:34:18.8612840Z test_make_fx_symbolic_exhaustive_H_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8617639Z test_make_fx_symbolic_exhaustive_T_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8622385Z test_make_fx_symbolic_exhaustive___getitem___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8627060Z test_make_fx_symbolic_exhaustive___radd___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8631865Z test_make_fx_symbolic_exhaustive___rdiv___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8636500Z test_make_fx_symbolic_exhaustive___rmatmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8641138Z test_make_fx_symbolic_exhaustive___rmod___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8645777Z test_make_fx_symbolic_exhaustive___rmul___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8650419Z test_make_fx_symbolic_exhaustive___rpow___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8655163Z test_make_fx_symbolic_exhaustive___rsub___cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8659662Z test_make_fx_symbolic_exhaustive__masked_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8664255Z test_make_fx_symbolic_exhaustive__masked_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8668911Z test_make_fx_symbolic_exhaustive__masked_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8673636Z test_make_fx_symbolic_exhaustive__masked_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8678281Z test_make_fx_symbolic_exhaustive__masked_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8682890Z test_make_fx_symbolic_exhaustive__masked_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8687508Z test_make_fx_symbolic_exhaustive__masked_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8692098Z test_make_fx_symbolic_exhaustive__masked_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8696723Z test_make_fx_symbolic_exhaustive__masked_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:34:18.8701313Z test_make_fx_symbolic_exhaustive__masked_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8705906Z test_make_fx_symbolic_exhaustive__masked_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8710544Z test_make_fx_symbolic_exhaustive__masked_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8715985Z test_make_fx_symbolic_exhaustive__masked_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.016s) 2022-09-27T16:34:18.8721260Z test_make_fx_symbolic_exhaustive__masked_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-09-27T16:34:18.8726063Z test_make_fx_symbolic_exhaustive__masked_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8730658Z test_make_fx_symbolic_exhaustive__masked_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8735251Z test_make_fx_symbolic_exhaustive__masked_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8739867Z test_make_fx_symbolic_exhaustive__masked_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8744435Z test_make_fx_symbolic_exhaustive__masked_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8748994Z test_make_fx_symbolic_exhaustive_abs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8753677Z test_make_fx_symbolic_exhaustive_acos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8758307Z test_make_fx_symbolic_exhaustive_acosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8762924Z test_make_fx_symbolic_exhaustive_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8767509Z test_make_fx_symbolic_exhaustive_addbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8772140Z test_make_fx_symbolic_exhaustive_addcdiv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8776731Z test_make_fx_symbolic_exhaustive_addcmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8781408Z test_make_fx_symbolic_exhaustive_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8785966Z test_make_fx_symbolic_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8790519Z test_make_fx_symbolic_exhaustive_addmv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8795183Z test_make_fx_symbolic_exhaustive_addr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8799755Z test_make_fx_symbolic_exhaustive_all_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8804342Z test_make_fx_symbolic_exhaustive_allclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8808900Z test_make_fx_symbolic_exhaustive_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8813485Z test_make_fx_symbolic_exhaustive_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8818126Z test_make_fx_symbolic_exhaustive_aminmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8822678Z test_make_fx_symbolic_exhaustive_angle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8827260Z test_make_fx_symbolic_exhaustive_any_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8831959Z test_make_fx_symbolic_exhaustive_arange_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8836526Z test_make_fx_symbolic_exhaustive_argmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8841121Z test_make_fx_symbolic_exhaustive_argmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8845714Z test_make_fx_symbolic_exhaustive_argsort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8850319Z test_make_fx_symbolic_exhaustive_argwhere_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8854914Z test_make_fx_symbolic_exhaustive_as_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8859512Z test_make_fx_symbolic_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8864124Z test_make_fx_symbolic_exhaustive_asin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8868684Z test_make_fx_symbolic_exhaustive_asinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8873391Z test_make_fx_symbolic_exhaustive_atan2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8878810Z test_make_fx_symbolic_exhaustive_atan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.016s) 2022-09-27T16:34:18.8884163Z test_make_fx_symbolic_exhaustive_atanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-09-27T16:34:18.8889026Z test_make_fx_symbolic_exhaustive_atleast_1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8893731Z test_make_fx_symbolic_exhaustive_atleast_2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8898320Z test_make_fx_symbolic_exhaustive_atleast_3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8902965Z test_make_fx_symbolic_exhaustive_baddbmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8907639Z test_make_fx_symbolic_exhaustive_bernoulli_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8912298Z test_make_fx_symbolic_exhaustive_bfloat16_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8916924Z test_make_fx_symbolic_exhaustive_block_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:34:18.8921539Z test_make_fx_symbolic_exhaustive_bmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8926138Z test_make_fx_symbolic_exhaustive_bool_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8930775Z test_make_fx_symbolic_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8935331Z test_make_fx_symbolic_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8939918Z test_make_fx_symbolic_exhaustive_broadcast_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8944556Z test_make_fx_symbolic_exhaustive_bucketize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8949140Z test_make_fx_symbolic_exhaustive_byte_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8953866Z test_make_fx_symbolic_exhaustive_cartesian_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8958533Z test_make_fx_symbolic_exhaustive_cat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8963189Z test_make_fx_symbolic_exhaustive_cdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8967832Z test_make_fx_symbolic_exhaustive_ceil_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8972440Z test_make_fx_symbolic_exhaustive_chalf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8977031Z test_make_fx_symbolic_exhaustive_char_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8981644Z test_make_fx_symbolic_exhaustive_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8986296Z test_make_fx_symbolic_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8990993Z test_make_fx_symbolic_exhaustive_cholesky_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.8995646Z test_make_fx_symbolic_exhaustive_chunk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9000268Z test_make_fx_symbolic_exhaustive_clamp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9004886Z test_make_fx_symbolic_exhaustive_clamp_max_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9009517Z test_make_fx_symbolic_exhaustive_clamp_min_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9014138Z test_make_fx_symbolic_exhaustive_clone_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9018782Z test_make_fx_symbolic_exhaustive_column_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9023365Z test_make_fx_symbolic_exhaustive_combinations_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9027923Z test_make_fx_symbolic_exhaustive_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9034959Z test_make_fx_symbolic_exhaustive_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9037344Z test_make_fx_symbolic_exhaustive_conj_physical_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9042529Z test_make_fx_symbolic_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.016s) 2022-09-27T16:34:18.9047849Z test_make_fx_symbolic_exhaustive_contiguous_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-09-27T16:34:18.9052584Z test_make_fx_symbolic_exhaustive_copysign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9057229Z test_make_fx_symbolic_exhaustive_corrcoef_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9061862Z test_make_fx_symbolic_exhaustive_cos_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9066530Z test_make_fx_symbolic_exhaustive_cosh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9071241Z test_make_fx_symbolic_exhaustive_count_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9075899Z test_make_fx_symbolic_exhaustive_cov_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9080445Z test_make_fx_symbolic_exhaustive_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9085078Z test_make_fx_symbolic_exhaustive_cummax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9089648Z test_make_fx_symbolic_exhaustive_cummin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9094256Z test_make_fx_symbolic_exhaustive_cumprod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9098836Z test_make_fx_symbolic_exhaustive_cumsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9103435Z test_make_fx_symbolic_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9108009Z test_make_fx_symbolic_exhaustive_deg2rad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9112668Z test_make_fx_symbolic_exhaustive_diag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9117291Z test_make_fx_symbolic_exhaustive_diag_embed_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9121880Z test_make_fx_symbolic_exhaustive_diagflat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9126468Z test_make_fx_symbolic_exhaustive_diagonal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9131070Z test_make_fx_symbolic_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9135659Z test_make_fx_symbolic_exhaustive_diff_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9140255Z test_make_fx_symbolic_exhaustive_digamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9144860Z test_make_fx_symbolic_exhaustive_dist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9149479Z test_make_fx_symbolic_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9154197Z test_make_fx_symbolic_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9158940Z test_make_fx_symbolic_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9163451Z test_make_fx_symbolic_exhaustive_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9168067Z test_make_fx_symbolic_exhaustive_double_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9172713Z test_make_fx_symbolic_exhaustive_dsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9177267Z test_make_fx_symbolic_exhaustive_dstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9181833Z test_make_fx_symbolic_exhaustive_einsum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9186447Z test_make_fx_symbolic_exhaustive_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:34:18.9191112Z test_make_fx_symbolic_exhaustive_empty_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:34:18.9195744Z test_make_fx_symbolic_exhaustive_eq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9200290Z test_make_fx_symbolic_exhaustive_equal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9205328Z test_make_fx_symbolic_exhaustive_erf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.016s) 2022-09-27T16:34:18.9210091Z test_make_fx_symbolic_exhaustive_erfc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9214703Z test_make_fx_symbolic_exhaustive_erfinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9219296Z test_make_fx_symbolic_exhaustive_exp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9223901Z test_make_fx_symbolic_exhaustive_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9228476Z test_make_fx_symbolic_exhaustive_expand_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9233152Z test_make_fx_symbolic_exhaustive_expand_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9237782Z test_make_fx_symbolic_exhaustive_expm1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9242390Z test_make_fx_symbolic_exhaustive_eye_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9246979Z test_make_fx_symbolic_exhaustive_fft_fft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9251583Z test_make_fx_symbolic_exhaustive_fft_fft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9256216Z test_make_fx_symbolic_exhaustive_fft_fftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9260805Z test_make_fx_symbolic_exhaustive_fft_fftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9265387Z test_make_fx_symbolic_exhaustive_fft_hfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9270022Z test_make_fx_symbolic_exhaustive_fft_hfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9274726Z test_make_fx_symbolic_exhaustive_fft_hfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9279364Z test_make_fx_symbolic_exhaustive_fft_ifft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9283963Z test_make_fx_symbolic_exhaustive_fft_ifft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9288662Z test_make_fx_symbolic_exhaustive_fft_ifftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9293194Z test_make_fx_symbolic_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9297774Z test_make_fx_symbolic_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9302367Z test_make_fx_symbolic_exhaustive_fft_ihfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9307077Z test_make_fx_symbolic_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9311749Z test_make_fx_symbolic_exhaustive_fft_irfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9316400Z test_make_fx_symbolic_exhaustive_fft_irfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9321018Z test_make_fx_symbolic_exhaustive_fft_irfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9325621Z test_make_fx_symbolic_exhaustive_fft_rfft2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9330214Z test_make_fx_symbolic_exhaustive_fft_rfft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9334829Z test_make_fx_symbolic_exhaustive_fft_rfftn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9339438Z test_make_fx_symbolic_exhaustive_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9344023Z test_make_fx_symbolic_exhaustive_flatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9348620Z test_make_fx_symbolic_exhaustive_flip_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9353355Z test_make_fx_symbolic_exhaustive_fliplr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9358165Z test_make_fx_symbolic_exhaustive_flipud_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9363207Z test_make_fx_symbolic_exhaustive_float_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.016s) 2022-09-27T16:34:18.9367856Z test_make_fx_symbolic_exhaustive_float_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9372484Z test_make_fx_symbolic_exhaustive_floor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9377081Z test_make_fx_symbolic_exhaustive_floor_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9381675Z test_make_fx_symbolic_exhaustive_fmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9386231Z test_make_fx_symbolic_exhaustive_fmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9390901Z test_make_fx_symbolic_exhaustive_fmod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9395553Z test_make_fx_symbolic_exhaustive_frac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9400185Z test_make_fx_symbolic_exhaustive_frexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9404742Z test_make_fx_symbolic_exhaustive_full_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9409331Z test_make_fx_symbolic_exhaustive_gather_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9413971Z test_make_fx_symbolic_exhaustive_ge_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9418632Z test_make_fx_symbolic_exhaustive_geqrf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9423168Z test_make_fx_symbolic_exhaustive_gradient_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9427752Z test_make_fx_symbolic_exhaustive_gt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9432463Z test_make_fx_symbolic_exhaustive_half_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9437081Z test_make_fx_symbolic_exhaustive_heaviside_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9441817Z test_make_fx_symbolic_exhaustive_histc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9446469Z test_make_fx_symbolic_exhaustive_histogram_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9451120Z test_make_fx_symbolic_exhaustive_histogramdd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9455702Z test_make_fx_symbolic_exhaustive_hsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9460292Z test_make_fx_symbolic_exhaustive_hstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9464888Z test_make_fx_symbolic_exhaustive_hypot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9469481Z test_make_fx_symbolic_exhaustive_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9474143Z test_make_fx_symbolic_exhaustive_igamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9478738Z test_make_fx_symbolic_exhaustive_igammac_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9483339Z test_make_fx_symbolic_exhaustive_index_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9487940Z test_make_fx_symbolic_exhaustive_index_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9492507Z test_make_fx_symbolic_exhaustive_index_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9497095Z test_make_fx_symbolic_exhaustive_index_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9501666Z test_make_fx_symbolic_exhaustive_index_reduce_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9506208Z test_make_fx_symbolic_exhaustive_index_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9510865Z test_make_fx_symbolic_exhaustive_inner_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9515976Z test_make_fx_symbolic_exhaustive_int_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.016s) 2022-09-27T16:34:18.9520731Z test_make_fx_symbolic_exhaustive_isclose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9525349Z test_make_fx_symbolic_exhaustive_isfinite_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9529959Z test_make_fx_symbolic_exhaustive_isin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9534583Z test_make_fx_symbolic_exhaustive_isinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9539142Z test_make_fx_symbolic_exhaustive_isnan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9543838Z test_make_fx_symbolic_exhaustive_isneginf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9548402Z test_make_fx_symbolic_exhaustive_isposinf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9553106Z test_make_fx_symbolic_exhaustive_isreal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9557739Z test_make_fx_symbolic_exhaustive_istft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9562341Z test_make_fx_symbolic_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9566978Z test_make_fx_symbolic_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9571556Z test_make_fx_symbolic_exhaustive_jiterator_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9576195Z test_make_fx_symbolic_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9580763Z test_make_fx_symbolic_exhaustive_jiterator_unary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9585406Z test_make_fx_symbolic_exhaustive_kron_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9589988Z test_make_fx_symbolic_exhaustive_kthvalue_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9594745Z test_make_fx_symbolic_exhaustive_ldexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9599357Z test_make_fx_symbolic_exhaustive_le_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9603997Z test_make_fx_symbolic_exhaustive_lerp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9608552Z test_make_fx_symbolic_exhaustive_lgamma_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9613178Z test_make_fx_symbolic_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9617780Z test_make_fx_symbolic_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9622390Z test_make_fx_symbolic_exhaustive_linalg_cond_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9626992Z test_make_fx_symbolic_exhaustive_linalg_cross_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9631701Z test_make_fx_symbolic_exhaustive_linalg_det_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9636333Z test_make_fx_symbolic_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9640951Z test_make_fx_symbolic_exhaustive_linalg_eig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9645570Z test_make_fx_symbolic_exhaustive_linalg_eigh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9650245Z test_make_fx_symbolic_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9654850Z test_make_fx_symbolic_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9659466Z test_make_fx_symbolic_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9664103Z test_make_fx_symbolic_exhaustive_linalg_inv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9668694Z test_make_fx_symbolic_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9673859Z test_make_fx_symbolic_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.016s) 2022-09-27T16:34:18.9678648Z test_make_fx_symbolic_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9683281Z test_make_fx_symbolic_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9687944Z test_make_fx_symbolic_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:34:18.9692560Z test_make_fx_symbolic_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:34:18.9697144Z test_make_fx_symbolic_exhaustive_linalg_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9701745Z test_make_fx_symbolic_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9706363Z test_make_fx_symbolic_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9711054Z test_make_fx_symbolic_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9715735Z test_make_fx_symbolic_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9720325Z test_make_fx_symbolic_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9724938Z test_make_fx_symbolic_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9729569Z test_make_fx_symbolic_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9734174Z test_make_fx_symbolic_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9738805Z test_make_fx_symbolic_exhaustive_linalg_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9743507Z test_make_fx_symbolic_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9748118Z test_make_fx_symbolic_exhaustive_linalg_pinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9752826Z test_make_fx_symbolic_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9757449Z test_make_fx_symbolic_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9762065Z test_make_fx_symbolic_exhaustive_linalg_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9766683Z test_make_fx_symbolic_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9771254Z test_make_fx_symbolic_exhaustive_linalg_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9775836Z test_make_fx_symbolic_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9780459Z test_make_fx_symbolic_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9785162Z test_make_fx_symbolic_exhaustive_linalg_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9789705Z test_make_fx_symbolic_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9794389Z test_make_fx_symbolic_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9799034Z test_make_fx_symbolic_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9803637Z test_make_fx_symbolic_exhaustive_linalg_vander_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9808249Z test_make_fx_symbolic_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9812816Z test_make_fx_symbolic_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9817405Z test_make_fx_symbolic_exhaustive_linspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9822006Z test_make_fx_symbolic_exhaustive_log10_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9826668Z test_make_fx_symbolic_exhaustive_log1p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9832047Z test_make_fx_symbolic_exhaustive_log2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.016s) 2022-09-27T16:34:18.9837194Z test_make_fx_symbolic_exhaustive_log_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-09-27T16:34:18.9841951Z test_make_fx_symbolic_exhaustive_log_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9846585Z test_make_fx_symbolic_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9851191Z test_make_fx_symbolic_exhaustive_logaddexp2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9855807Z test_make_fx_symbolic_exhaustive_logaddexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9860437Z test_make_fx_symbolic_exhaustive_logcumsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9865060Z test_make_fx_symbolic_exhaustive_logdet_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9869646Z test_make_fx_symbolic_exhaustive_logical_and_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9874346Z test_make_fx_symbolic_exhaustive_logical_not_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9878990Z test_make_fx_symbolic_exhaustive_logical_or_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9883574Z test_make_fx_symbolic_exhaustive_logical_xor_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9888152Z test_make_fx_symbolic_exhaustive_logit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9892782Z test_make_fx_symbolic_exhaustive_logspace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9897377Z test_make_fx_symbolic_exhaustive_logsumexp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9901935Z test_make_fx_symbolic_exhaustive_long_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9906499Z test_make_fx_symbolic_exhaustive_lt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9911318Z test_make_fx_symbolic_exhaustive_lu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9915891Z test_make_fx_symbolic_exhaustive_lu_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9920456Z test_make_fx_symbolic_exhaustive_lu_unpack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9925025Z test_make_fx_symbolic_exhaustive_mH_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9929641Z test_make_fx_symbolic_exhaustive_mT_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9934246Z test_make_fx_symbolic_exhaustive_masked_fill_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9938856Z test_make_fx_symbolic_exhaustive_masked_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9943447Z test_make_fx_symbolic_exhaustive_masked_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9948038Z test_make_fx_symbolic_exhaustive_matmul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9952692Z test_make_fx_symbolic_exhaustive_matrix_exp_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9957303Z test_make_fx_symbolic_exhaustive_max_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9961911Z test_make_fx_symbolic_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9966493Z test_make_fx_symbolic_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9971076Z test_make_fx_symbolic_exhaustive_maximum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9975663Z test_make_fx_symbolic_exhaustive_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9980205Z test_make_fx_symbolic_exhaustive_median_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9984808Z test_make_fx_symbolic_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9989513Z test_make_fx_symbolic_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:18.9994758Z test_make_fx_symbolic_exhaustive_min_binary_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.016s) 2022-09-27T16:34:18.9999382Z test_make_fx_symbolic_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0003998Z test_make_fx_symbolic_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0008546Z test_make_fx_symbolic_exhaustive_minimum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0013121Z test_make_fx_symbolic_exhaustive_mm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0017705Z test_make_fx_symbolic_exhaustive_mode_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0022322Z test_make_fx_symbolic_exhaustive_movedim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0026875Z test_make_fx_symbolic_exhaustive_msort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0031555Z test_make_fx_symbolic_exhaustive_mul_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0036240Z test_make_fx_symbolic_exhaustive_multinomial_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0040813Z test_make_fx_symbolic_exhaustive_mv_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0045418Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0050000Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0054631Z test_make_fx_symbolic_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0059249Z test_make_fx_symbolic_exhaustive_nan_to_num_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0063800Z test_make_fx_symbolic_exhaustive_nanmean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0068367Z test_make_fx_symbolic_exhaustive_nanmedian_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0073048Z test_make_fx_symbolic_exhaustive_nanquantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0077652Z test_make_fx_symbolic_exhaustive_nansum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0082274Z test_make_fx_symbolic_exhaustive_narrow_copy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0086881Z test_make_fx_symbolic_exhaustive_narrow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0091470Z test_make_fx_symbolic_exhaustive_native_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0096004Z test_make_fx_symbolic_exhaustive_ne_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0100580Z test_make_fx_symbolic_exhaustive_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0105138Z test_make_fx_symbolic_exhaustive_new_empty_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:34:19.0109783Z test_make_fx_symbolic_exhaustive_new_empty_strided_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-09-27T16:34:19.0114390Z test_make_fx_symbolic_exhaustive_new_full_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0119022Z test_make_fx_symbolic_exhaustive_new_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0123566Z test_make_fx_symbolic_exhaustive_new_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0128127Z test_make_fx_symbolic_exhaustive_nextafter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0132755Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0137325Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0141885Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0146767Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0151701Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0156430Z test_make_fx_symbolic_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0160982Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0165579Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0170156Z test_make_fx_symbolic_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0174727Z test_make_fx_symbolic_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0179316Z test_make_fx_symbolic_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0183916Z test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0188484Z test_make_fx_symbolic_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0193147Z test_make_fx_symbolic_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0197757Z test_make_fx_symbolic_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0202340Z test_make_fx_symbolic_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0206968Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0211586Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0216142Z test_make_fx_symbolic_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0220747Z test_make_fx_symbolic_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0225357Z test_make_fx_symbolic_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0229993Z test_make_fx_symbolic_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0234713Z test_make_fx_symbolic_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0239309Z test_make_fx_symbolic_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0243880Z test_make_fx_symbolic_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0248419Z test_make_fx_symbolic_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0253007Z test_make_fx_symbolic_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0257569Z test_make_fx_symbolic_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0262160Z test_make_fx_symbolic_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0266805Z test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0271419Z test_make_fx_symbolic_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0276013Z test_make_fx_symbolic_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0280618Z test_make_fx_symbolic_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0285216Z test_make_fx_symbolic_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0289800Z test_make_fx_symbolic_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0294403Z test_make_fx_symbolic_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0298943Z test_make_fx_symbolic_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0304006Z test_make_fx_symbolic_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.016s) 2022-09-27T16:34:19.0308732Z test_make_fx_symbolic_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0313469Z test_make_fx_symbolic_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0318095Z test_make_fx_symbolic_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0322701Z test_make_fx_symbolic_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0327293Z test_make_fx_symbolic_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0331899Z test_make_fx_symbolic_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0336473Z test_make_fx_symbolic_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0341077Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0345639Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0350196Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0354862Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0359452Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0364037Z test_make_fx_symbolic_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0368575Z test_make_fx_symbolic_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0373142Z test_make_fx_symbolic_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0377790Z test_make_fx_symbolic_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0382313Z test_make_fx_symbolic_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0386864Z test_make_fx_symbolic_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0391555Z test_make_fx_symbolic_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0396149Z test_make_fx_symbolic_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0400751Z test_make_fx_symbolic_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0405300Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0409865Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0414422Z test_make_fx_symbolic_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0419017Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:34:19.0423602Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0428225Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:34:19.0432932Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0437535Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:34:19.0442138Z test_make_fx_symbolic_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0446698Z test_make_fx_symbolic_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0451287Z test_make_fx_symbolic_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0455896Z test_make_fx_symbolic_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0460966Z test_make_fx_symbolic_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.016s) 2022-09-27T16:34:19.0465730Z test_make_fx_symbolic_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0470330Z test_make_fx_symbolic_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:34:19.0475069Z test_make_fx_symbolic_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0479722Z test_make_fx_symbolic_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0484316Z test_make_fx_symbolic_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0488893Z test_make_fx_symbolic_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0493547Z test_make_fx_symbolic_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0498050Z test_make_fx_symbolic_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0502586Z test_make_fx_symbolic_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0507152Z test_make_fx_symbolic_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0511851Z test_make_fx_symbolic_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0516475Z test_make_fx_symbolic_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0521081Z test_make_fx_symbolic_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0525635Z test_make_fx_symbolic_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0530223Z test_make_fx_symbolic_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0534779Z test_make_fx_symbolic_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0539454Z test_make_fx_symbolic_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0544082Z test_make_fx_symbolic_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0548673Z test_make_fx_symbolic_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0553375Z test_make_fx_symbolic_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0557979Z test_make_fx_symbolic_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0562538Z test_make_fx_symbolic_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0567101Z test_make_fx_symbolic_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0571706Z test_make_fx_symbolic_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0576258Z test_make_fx_symbolic_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0580804Z test_make_fx_symbolic_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0585386Z test_make_fx_symbolic_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0589935Z test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0594660Z test_make_fx_symbolic_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0599203Z test_make_fx_symbolic_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0603850Z test_make_fx_symbolic_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0608333Z test_make_fx_symbolic_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0612880Z test_make_fx_symbolic_exhaustive_nonzero_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0617945Z test_make_fx_symbolic_exhaustive_norm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.016s) 2022-09-27T16:34:19.0622703Z test_make_fx_symbolic_exhaustive_norm_fro_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0627360Z test_make_fx_symbolic_exhaustive_norm_inf_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0632089Z test_make_fx_symbolic_exhaustive_norm_nuc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0636760Z test_make_fx_symbolic_exhaustive_normal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0641364Z test_make_fx_symbolic_exhaustive_normal_number_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0645955Z test_make_fx_symbolic_exhaustive_ones_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0650587Z test_make_fx_symbolic_exhaustive_ones_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0655159Z test_make_fx_symbolic_exhaustive_ormqr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0659731Z test_make_fx_symbolic_exhaustive_outer_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0664371Z test_make_fx_symbolic_exhaustive_pca_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0668964Z test_make_fx_symbolic_exhaustive_permute_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0673658Z test_make_fx_symbolic_exhaustive_pinverse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0678300Z test_make_fx_symbolic_exhaustive_polar_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0682926Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0687512Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0692095Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0696693Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0701272Z test_make_fx_symbolic_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0705841Z test_make_fx_symbolic_exhaustive_positive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0710404Z test_make_fx_symbolic_exhaustive_pow_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0715080Z test_make_fx_symbolic_exhaustive_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0719718Z test_make_fx_symbolic_exhaustive_put_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0724311Z test_make_fx_symbolic_exhaustive_qr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0728965Z test_make_fx_symbolic_exhaustive_quantile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0733498Z test_make_fx_symbolic_exhaustive_rad2deg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0738158Z test_make_fx_symbolic_exhaustive_rand_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0742786Z test_make_fx_symbolic_exhaustive_randint_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0747361Z test_make_fx_symbolic_exhaustive_randn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0752083Z test_make_fx_symbolic_exhaustive_randn_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0756731Z test_make_fx_symbolic_exhaustive_ravel_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0761300Z test_make_fx_symbolic_exhaustive_real_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0765872Z test_make_fx_symbolic_exhaustive_reciprocal_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0770457Z test_make_fx_symbolic_exhaustive_remainder_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0775693Z test_make_fx_symbolic_exhaustive_renorm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.016s) 2022-09-27T16:34:19.0780856Z test_make_fx_symbolic_exhaustive_repeat_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.001s) 2022-09-27T16:34:19.0785611Z test_make_fx_symbolic_exhaustive_repeat_interleave_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0790221Z test_make_fx_symbolic_exhaustive_reshape_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0794999Z test_make_fx_symbolic_exhaustive_reshape_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0799604Z test_make_fx_symbolic_exhaustive_resize__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0804199Z test_make_fx_symbolic_exhaustive_resize_as__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0808821Z test_make_fx_symbolic_exhaustive_resolve_conj_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0813407Z test_make_fx_symbolic_exhaustive_resolve_neg_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0817997Z test_make_fx_symbolic_exhaustive_roll_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0822593Z test_make_fx_symbolic_exhaustive_rot90_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0827210Z test_make_fx_symbolic_exhaustive_round_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0831887Z test_make_fx_symbolic_exhaustive_round_decimals_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0836519Z test_make_fx_symbolic_exhaustive_round_decimals_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0841137Z test_make_fx_symbolic_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0845682Z test_make_fx_symbolic_exhaustive_rsqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0850278Z test_make_fx_symbolic_exhaustive_rsub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0854950Z test_make_fx_symbolic_exhaustive_scatter_add_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0859452Z test_make_fx_symbolic_exhaustive_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0864050Z test_make_fx_symbolic_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0868612Z test_make_fx_symbolic_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0873347Z test_make_fx_symbolic_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0877946Z test_make_fx_symbolic_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0882528Z test_make_fx_symbolic_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0887093Z test_make_fx_symbolic_exhaustive_searchsorted_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0891652Z test_make_fx_symbolic_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0896221Z test_make_fx_symbolic_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0900779Z test_make_fx_symbolic_exhaustive_select_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0905380Z test_make_fx_symbolic_exhaustive_select_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0909957Z test_make_fx_symbolic_exhaustive_sgn_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0914660Z test_make_fx_symbolic_exhaustive_short_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0919228Z test_make_fx_symbolic_exhaustive_sigmoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0923784Z test_make_fx_symbolic_exhaustive_sign_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0928383Z test_make_fx_symbolic_exhaustive_signbit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0932943Z test_make_fx_symbolic_exhaustive_sin_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0937968Z test_make_fx_symbolic_exhaustive_sinc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.016s) 2022-09-27T16:34:19.0942716Z test_make_fx_symbolic_exhaustive_sinh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0947354Z test_make_fx_symbolic_exhaustive_slice_scatter_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0952044Z test_make_fx_symbolic_exhaustive_softmax_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0956651Z test_make_fx_symbolic_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0961239Z test_make_fx_symbolic_exhaustive_sort_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0965905Z test_make_fx_symbolic_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0970484Z test_make_fx_symbolic_exhaustive_special_airy_ai_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0975091Z test_make_fx_symbolic_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0979756Z test_make_fx_symbolic_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0984291Z test_make_fx_symbolic_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0988871Z test_make_fx_symbolic_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0993622Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.0998223Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1002965Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:34:19.1007584Z test_make_fx_symbolic_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:34:19.1012112Z test_make_fx_symbolic_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1016731Z test_make_fx_symbolic_exhaustive_special_erfcx_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1021355Z test_make_fx_symbolic_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1025943Z test_make_fx_symbolic_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1030536Z test_make_fx_symbolic_exhaustive_special_i0e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1035179Z test_make_fx_symbolic_exhaustive_special_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1039796Z test_make_fx_symbolic_exhaustive_special_i1e_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1044386Z test_make_fx_symbolic_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1049043Z test_make_fx_symbolic_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:34:19.1053547Z test_make_fx_symbolic_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1058130Z test_make_fx_symbolic_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1062670Z test_make_fx_symbolic_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1067205Z test_make_fx_symbolic_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1071868Z test_make_fx_symbolic_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1076436Z test_make_fx_symbolic_exhaustive_special_ndtr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1081011Z test_make_fx_symbolic_exhaustive_special_ndtri_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1085666Z test_make_fx_symbolic_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1090397Z test_make_fx_symbolic_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1095365Z test_make_fx_symbolic_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.016s) 2022-09-27T16:34:19.1100138Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:34:19.1105630Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:34:19.1110404Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:34:19.1115221Z test_make_fx_symbolic_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:34:19.1119807Z test_make_fx_symbolic_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1124406Z test_make_fx_symbolic_exhaustive_special_xlog1py_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1128966Z test_make_fx_symbolic_exhaustive_special_zeta_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1133566Z test_make_fx_symbolic_exhaustive_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1138159Z test_make_fx_symbolic_exhaustive_split_list_args_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1142735Z test_make_fx_symbolic_exhaustive_split_with_sizes_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1147294Z test_make_fx_symbolic_exhaustive_sqrt_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1151955Z test_make_fx_symbolic_exhaustive_square_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1156535Z test_make_fx_symbolic_exhaustive_squeeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1161094Z test_make_fx_symbolic_exhaustive_stack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1165781Z test_make_fx_symbolic_exhaustive_std_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1170307Z test_make_fx_symbolic_exhaustive_std_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1174899Z test_make_fx_symbolic_exhaustive_stft_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1179498Z test_make_fx_symbolic_exhaustive_sub_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1184057Z test_make_fx_symbolic_exhaustive_sum_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1188648Z test_make_fx_symbolic_exhaustive_sum_to_size_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1193335Z test_make_fx_symbolic_exhaustive_svd_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1198005Z test_make_fx_symbolic_exhaustive_svd_lowrank_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1202706Z test_make_fx_symbolic_exhaustive_symeig_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1207254Z test_make_fx_symbolic_exhaustive_t_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1211792Z test_make_fx_symbolic_exhaustive_take_along_dim_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1216372Z test_make_fx_symbolic_exhaustive_take_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1220954Z test_make_fx_symbolic_exhaustive_tan_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1225515Z test_make_fx_symbolic_exhaustive_tanh_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1230077Z test_make_fx_symbolic_exhaustive_tensor_split_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1234805Z test_make_fx_symbolic_exhaustive_tensordot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1239407Z test_make_fx_symbolic_exhaustive_tile_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1243993Z test_make_fx_symbolic_exhaustive_to_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:34:19.1249067Z test_make_fx_symbolic_exhaustive_to_sparse_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:34:19.1253823Z test_make_fx_symbolic_exhaustive_topk_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1258477Z test_make_fx_symbolic_exhaustive_trace_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1263079Z test_make_fx_symbolic_exhaustive_transpose_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1267686Z test_make_fx_symbolic_exhaustive_trapezoid_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1272394Z test_make_fx_symbolic_exhaustive_trapz_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1277064Z test_make_fx_symbolic_exhaustive_triangular_solve_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1281626Z test_make_fx_symbolic_exhaustive_tril_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1286205Z test_make_fx_symbolic_exhaustive_triu_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1290800Z test_make_fx_symbolic_exhaustive_true_divide_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1295412Z test_make_fx_symbolic_exhaustive_trunc_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1300022Z test_make_fx_symbolic_exhaustive_unbind_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1304627Z test_make_fx_symbolic_exhaustive_unflatten_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1309166Z test_make_fx_symbolic_exhaustive_unfold_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1313855Z test_make_fx_symbolic_exhaustive_uniform_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1318495Z test_make_fx_symbolic_exhaustive_unique_consecutive_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1323035Z test_make_fx_symbolic_exhaustive_unique_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1327608Z test_make_fx_symbolic_exhaustive_unsqueeze_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1332251Z test_make_fx_symbolic_exhaustive_var_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1336720Z test_make_fx_symbolic_exhaustive_var_mean_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1341258Z test_make_fx_symbolic_exhaustive_vdot_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1345830Z test_make_fx_symbolic_exhaustive_view_as_complex_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1350425Z test_make_fx_symbolic_exhaustive_view_as_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1355136Z test_make_fx_symbolic_exhaustive_view_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1359723Z test_make_fx_symbolic_exhaustive_vsplit_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1364304Z test_make_fx_symbolic_exhaustive_vstack_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1368895Z test_make_fx_symbolic_exhaustive_where_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1373462Z test_make_fx_symbolic_exhaustive_xlogy_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1378027Z test_make_fx_symbolic_exhaustive_zero__cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1382590Z test_make_fx_symbolic_exhaustive_zeros_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1387164Z test_make_fx_symbolic_exhaustive_zeros_like_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1394521Z test_binary_broadcast (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1405947Z test_cat (__main__.TestSymbolicTracing) ... skip: no sympy (0.016s) 2022-09-27T16:34:19.1413220Z test_expand (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1431845Z test_guards_equal (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1437170Z test_multiply_shape (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1443315Z test_new_empty (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1451816Z test_nonidentity_transitive_guards (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1460308Z test_symbolic_meta (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1467230Z test_symint_to_tensor (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1475062Z test_unary (__main__.TestSymbolicTracing) ... skip: no sympy (0.000s) 2022-09-27T16:34:19.1475276Z 2022-09-27T16:34:19.1475775Z ---------------------------------------------------------------------- 2022-09-27T16:34:19.1476068Z Ran 1891 tests in 88.875s 2022-09-27T16:34:19.1476193Z 2022-09-27T16:34:19.1476307Z OK (skipped=699, expected failures=24) 2022-09-27T16:34:19.1476444Z 2022-09-27T16:34:19.1476532Z Generating XML reports... 2022-09-27T16:34:19.1547674Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestFakeProxyTensor-20220927163250.xml 2022-09-27T16:34:19.1586015Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestGenericProxyTensorFake-20220927163250.xml 2022-09-27T16:34:19.1628350Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestGenericProxyTensorReal-20220927163250.xml 2022-09-27T16:34:19.3275663Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestProxyTensorOpInfoCPU-20220927163250.xml 2022-09-27T16:34:19.3308599Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestGenericProxyTensorSymbolic-20220927163250.xml 2022-09-27T16:34:19.3324481Z Generated XML report: test-reports\python-unittest\test_proxy_tensor\TEST-TestSymbolicTracing-20220927163250.xml 2022-09-27T16:34:20.9467959Z Running test_sparse_csr ... [2022-09-27 16:34:20.937334] 2022-09-27T16:34:24.1813254Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_sparse_csr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:34:20.937334] 2022-09-27T16:34:24.1813581Z 2022-09-27T16:34:24.1813659Z Running tests... 2022-09-27T16:34:24.1813922Z ---------------------------------------------------------------------- 2022-09-27T16:34:24.1814261Z Test results will be stored in test-reports\python-unittest\test_sparse_csr 2022-09-27T16:34:24.1867008Z test_add_cpu_float32 (__main__.TestSparseCSRCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:2267: 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-09-27T16:34:24.1867803Z return torch.sparse_compressed_tensor(compressed_indices, plain_indices, 2022-09-27T16:34:24.2352790Z ok (0.048s) 2022-09-27T16:34:24.2839278Z test_add_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.047s) 2022-09-27T16:34:24.2874081Z test_addmm_all_sparse_csr_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.2907251Z test_addmm_all_sparse_csr_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.2940631Z test_addmm_all_sparse_csr_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.2973699Z test_addmm_all_sparse_csr_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.3002812Z test_addmm_dense_result_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.3032009Z test_addmm_dense_result_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.3060898Z test_addmm_dense_result_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.3089779Z test_addmm_dense_result_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.3111965Z test_addmm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.3136383Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.3160749Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.3185549Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.3209682Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.3234147Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.3258268Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.3282520Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.3306889Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.3331094Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.3355618Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.3379962Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.3404258Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.3428544Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.3452967Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.3477313Z 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-09-27T16:34:24.3501630Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.3525979Z 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-09-27T16:34:24.3550229Z 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-09-27T16:34:24.3574626Z 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-09-27T16:34:24.3598900Z 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-09-27T16:34:24.3623263Z 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-09-27T16:34:24.3647725Z 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-09-27T16:34:24.3672208Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.3696569Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.3720976Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.3745281Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.3769628Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.3794007Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.3818937Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.3843291Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.3867686Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.3891817Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.3916258Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.3940427Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.3964726Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.3989061Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.4013381Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.4037716Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.4061849Z 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-09-27T16:34:24.4086218Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.4110426Z 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-09-27T16:34:24.4134899Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.4159108Z 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-09-27T16:34:24.4183375Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.4207720Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.4232070Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.4256288Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.4280596Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.4305270Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.4329563Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.4353859Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.4377985Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.4402379Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.4426699Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.4451279Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.4475473Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.4499706Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.4523956Z 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-09-27T16:34:24.4548350Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.4572778Z 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-09-27T16:34:24.4597230Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.4621698Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.4646138Z 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-09-27T16:34:24.4670466Z 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-09-27T16:34:24.4694874Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.4719236Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.4743513Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.4768067Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.017s) 2022-09-27T16:34:24.4792354Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.4816727Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.4841131Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.4865322Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.4889526Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.4913946Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.4938309Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.4962559Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.4986605Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.5010973Z 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-09-27T16:34:24.5035464Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.5059599Z 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-09-27T16:34:24.5083858Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.5108107Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.5132397Z 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-09-27T16:34:24.5156647Z 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-09-27T16:34:24.5180833Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.5205200Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.5229507Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.5253915Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.5278303Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.5302508Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.5326677Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.5350892Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.5375071Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.5399605Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.5423798Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-09-27T16:34:24.5448065Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.5472357Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.5496437Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.5520725Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.5544831Z 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-09-27T16:34:24.5569094Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.5593512Z 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-09-27T16:34:24.5617470Z 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-09-27T16:34:24.5641898Z 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-09-27T16:34:24.5665996Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.5690398Z 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-09-27T16:34:24.5714738Z 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-09-27T16:34:24.5739120Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.6053343Z test_autograd_dense_output_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.032s) 2022-09-27T16:34:24.6075485Z test_autograd_dense_output_addmv_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.6125377Z test_autograd_dense_output_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:24.6147046Z test_autograd_dense_output_mv_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: MKL Sparse is not available (0.000s) 2022-09-27T16:34:24.6178676Z test_autograd_sparse_csr_unary_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:24.6208595Z test_autograd_sparse_csr_unary_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:24.6230515Z 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-09-27T16:34:24.6251274Z test_autograd_sparse_csr_unary_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op angle not supported with CSR input and autograd (0.000s) 2022-09-27T16:34:24.6272155Z 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-09-27T16:34:24.6293029Z 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-09-27T16:34:24.6313853Z 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-09-27T16:34:24.6334602Z 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-09-27T16:34:24.6355458Z test_autograd_sparse_csr_unary_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atan not supported with CSR input and autograd (0.016s) 2022-09-27T16:34:24.6376277Z test_autograd_sparse_csr_unary_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atan not supported with CSR input and autograd (0.000s) 2022-09-27T16:34:24.6397044Z test_autograd_sparse_csr_unary_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atanh not supported with CSR input and autograd (0.000s) 2022-09-27T16:34:24.6417791Z test_autograd_sparse_csr_unary_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atanh not supported with CSR input and autograd (0.000s) 2022-09-27T16:34:24.6438689Z test_autograd_sparse_csr_unary_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op ceil not supported with CSR input and autograd (0.000s) 2022-09-27T16:34:24.6468301Z test_autograd_sparse_csr_unary_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:24.6495091Z test_autograd_sparse_csr_unary_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:24.6517075Z test_autograd_sparse_csr_unary_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op erf not supported with CSR input and autograd (0.016s) 2022-09-27T16:34:24.6537767Z test_autograd_sparse_csr_unary_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op erfinv not supported with CSR input and autograd (0.000s) 2022-09-27T16:34:24.6558500Z test_autograd_sparse_csr_unary_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op expm1 not supported with CSR input and autograd (0.000s) 2022-09-27T16:34:24.6579230Z test_autograd_sparse_csr_unary_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op floor not supported with CSR input and autograd (0.000s) 2022-09-27T16:34:24.6600038Z test_autograd_sparse_csr_unary_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isinf not supported with CSR input and autograd (0.000s) 2022-09-27T16:34:24.6620701Z test_autograd_sparse_csr_unary_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isinf not supported with CSR input and autograd (0.000s) 2022-09-27T16:34:24.6641610Z 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-09-27T16:34:24.6662378Z test_autograd_sparse_csr_unary_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isnan not supported with CSR input and autograd (0.000s) 2022-09-27T16:34:24.6683279Z test_autograd_sparse_csr_unary_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isneginf not supported with CSR input and autograd (0.016s) 2022-09-27T16:34:24.6703912Z 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-09-27T16:34:24.6724735Z test_autograd_sparse_csr_unary_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op log1p not supported with CSR input and autograd (0.000s) 2022-09-27T16:34:24.6753345Z test_autograd_sparse_csr_unary_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:24.6781458Z test_autograd_sparse_csr_unary_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:24.6803288Z test_autograd_sparse_csr_unary_round_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op round not supported with CSR input and autograd (0.000s) 2022-09-27T16:34:24.6824238Z test_autograd_sparse_csr_unary_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sgn not supported with CSR input and autograd (0.016s) 2022-09-27T16:34:24.6845114Z test_autograd_sparse_csr_unary_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sgn not supported with CSR input and autograd (0.001s) 2022-09-27T16:34:24.6865870Z test_autograd_sparse_csr_unary_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sign not supported with CSR input and autograd (0.000s) 2022-09-27T16:34:24.6886694Z 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-09-27T16:34:24.6907385Z test_autograd_sparse_csr_unary_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sin not supported with CSR input and autograd (0.000s) 2022-09-27T16:34:24.6928340Z test_autograd_sparse_csr_unary_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sin not supported with CSR input and autograd (0.000s) 2022-09-27T16:34:24.6949275Z 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-09-27T16:34:24.6969975Z 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-09-27T16:34:24.6990887Z test_autograd_sparse_csr_unary_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sqrt not supported with CSR input and autograd (0.016s) 2022-09-27T16:34:24.7011529Z test_autograd_sparse_csr_unary_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sqrt not supported with CSR input and autograd (0.000s) 2022-09-27T16:34:24.7032418Z test_autograd_sparse_csr_unary_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tan not supported with CSR input and autograd (0.000s) 2022-09-27T16:34:24.7053154Z test_autograd_sparse_csr_unary_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tan not supported with CSR input and autograd (0.000s) 2022-09-27T16:34:24.7074022Z test_autograd_sparse_csr_unary_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tanh not supported with CSR input and autograd (0.000s) 2022-09-27T16:34:24.7094840Z test_autograd_sparse_csr_unary_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tanh not supported with CSR input and autograd (0.000s) 2022-09-27T16:34:24.7115754Z test_autograd_sparse_csr_unary_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op trunc not supported with CSR input and autograd (0.000s) 2022-09-27T16:34:24.7140708Z test_baddbmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.000s) 2022-09-27T16:34:24.7166116Z test_baddbmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.016s) 2022-09-27T16:34:24.7191077Z test_baddbmm_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.000s) 2022-09-27T16:34:24.7215956Z test_baddbmm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.000s) 2022-09-27T16:34:24.7241839Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.7267290Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.7293149Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.7319329Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.7344835Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.7370649Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.7396528Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.7422354Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.7448093Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.7474388Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.7500049Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.7525769Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.7551626Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.7577440Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.7603351Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.7629349Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.7655233Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.7681112Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.7706832Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.7732742Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.7758669Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.7784744Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.7810423Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.7836193Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.7861855Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.7887608Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.7913484Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.7939765Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.7965486Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.001s) 2022-09-27T16:34:24.7991098Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8016695Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8042421Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8065822Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8089048Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8112390Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.8135490Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8158677Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8181571Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8204737Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8227834Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8250980Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8274279Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.8297241Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8320353Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8343377Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8366485Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8389302Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8412500Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.8435590Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8458676Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8481802Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8504756Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8527815Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8550903Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8574097Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.8597013Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8620031Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8643200Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8666115Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8689184Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8712276Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8735653Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.017s) 2022-09-27T16:34:24.8758794Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8781834Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8820419Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8858743Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8897656Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.8936454Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.8975087Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.9013673Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.9052049Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.9090649Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.9129201Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.9167845Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.9206606Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.9245125Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.9283687Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.9322323Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.9360912Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.9399659Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.9438236Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.9476797Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.9515322Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.9553861Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.9592642Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.9631083Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.9669597Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.9708109Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.9746705Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.9785128Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.9823669Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.9862258Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:24.9900870Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.9939408Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:24.9977759Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:25.0016293Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:25.0035947Z test_bmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.000s) 2022-09-27T16:34:25.0055648Z test_bmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.000s) 2022-09-27T16:34:25.0075144Z test_bmm_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.000s) 2022-09-27T16:34:25.0094535Z test_bmm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.000s) 2022-09-27T16:34:25.0113626Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T16:34:25.6289097Z This test performs a smoke test for covered conversion and verifies ... ok (0.617s) 2022-09-27T16:34:25.6308723Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T16:34:25.6376977Z This test performs a smoke test for covered conversion and verifies ... ok (0.016s) 2022-09-27T16:34:25.6396784Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T16:34:25.6430543Z This test performs a smoke test for covered conversion and verifies ... ok (0.000s) 2022-09-27T16:34:25.6449971Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T16:34:25.6482753Z This test performs a smoke test for covered conversion and verifies ... ok (0.000s) 2022-09-27T16:34:25.6502064Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T16:34:25.6568327Z This test performs a smoke test for covered conversion and verifies ... ok (0.016s) 2022-09-27T16:34:25.6587605Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T16:34:25.6649069Z This test performs a smoke test for covered conversion and verifies ... ok (0.016s) 2022-09-27T16:34:25.6668337Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T16:34:25.6700079Z This test performs a smoke test for covered conversion and verifies ... ok (0.000s) 2022-09-27T16:34:25.6719534Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T16:34:25.6750583Z This test performs a smoke test for covered conversion and verifies ... ok (0.000s) 2022-09-27T16:34:25.6769969Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T16:34:25.6804365Z This test performs a smoke test for covered conversion and verifies ... ok (0.016s) 2022-09-27T16:34:25.6823674Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T16:34:25.6856663Z This test performs a smoke test for covered conversion and verifies ... ok (0.001s) 2022-09-27T16:34:25.6876108Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T16:34:25.6903217Z This test performs a smoke test for covered conversion and verifies ... ok (0.000s) 2022-09-27T16:34:25.6923418Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T16:34:25.6954370Z This test performs a smoke test for covered conversion and verifies ... ok (0.000s) 2022-09-27T16:34:25.6974553Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T16:34:25.7008548Z This test performs a smoke test for covered conversion and verifies ... ok (0.016s) 2022-09-27T16:34:25.7027830Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T16:34:25.7060845Z This test performs a smoke test for covered conversion and verifies ... ok (0.000s) 2022-09-27T16:34:25.7080145Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T16:34:25.7111432Z This test performs a smoke test for covered conversion and verifies ... ok (0.000s) 2022-09-27T16:34:25.7131632Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T16:34:25.7157196Z This test performs a smoke test for covered conversion and verifies ... ok (0.016s) 2022-09-27T16:34:25.7195284Z test_coo_csr_conversion_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:25.7223191Z test_coo_csr_conversion_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:25.7263828Z test_coo_csr_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:25.7304668Z test_coo_csr_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:25.7340536Z test_coo_csr_conversion_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:25.7376095Z test_coo_csr_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:25.7410922Z test_coo_csr_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:25.7439438Z test_coo_csr_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:25.7467244Z test_coo_csr_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:25.7494348Z test_coo_csr_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:25.7522254Z test_coo_csr_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:25.7550073Z test_coo_csr_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:25.7579755Z test_coo_to_csr_convert_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:25.7618353Z test_csr_coo_conversion_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:25.7648596Z test_csr_coo_conversion_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:25.7691872Z test_csr_coo_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:25.7736073Z test_csr_coo_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:25.7775850Z test_csr_coo_conversion_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:25.7814137Z test_csr_coo_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:25.7851636Z test_csr_coo_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:25.7882711Z test_csr_coo_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:25.7913627Z test_csr_coo_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:25.7943614Z test_csr_coo_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-09-27T16:34:25.7974438Z test_csr_coo_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:25.8005180Z test_csr_coo_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:25.8020975Z test_csr_double_to_sparse_csr_cpu (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:25.8042047Z test_csr_is_contiguous_cpu (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:25.8060874Z test_csr_matvec_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:25.8080183Z test_csr_matvec_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:25.8098568Z test_csr_matvec_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:25.8117152Z test_csr_matvec_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:25.8137409Z test_csr_storage_cpu (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:25.8161637Z test_csr_stride_cpu (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:25.8238203Z test_csr_to_block_csr_blocksize_2_cpu_float64_int32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:25.8311822Z test_csr_to_block_csr_blocksize_2_cpu_float64_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:25.8411610Z test_csr_to_block_csr_blocksize_4_cpu_float64_int32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:25.8512875Z test_csr_to_block_csr_blocksize_4_cpu_float64_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:25.8562646Z test_csr_to_block_csr_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:25.8633486Z test_dense_to_from_sparse_compressed_SparseBSC_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T16:34:25.8656400Z This test tests conversion from dense to/from CSR and CSC ... ok (0.000s) 2022-09-27T16:34:25.8727812Z test_dense_to_from_sparse_compressed_SparseBSC_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T16:34:26.0489077Z This test tests conversion from dense to/from CSR and CSC ... ok (0.189s) 2022-09-27T16:34:26.0559873Z test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T16:34:26.0576297Z This test tests conversion from dense to/from CSR and CSC ... ok (0.000s) 2022-09-27T16:34:26.0647723Z test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T16:34:26.0780250Z This test tests conversion from dense to/from CSR and CSC ... ok (0.032s) 2022-09-27T16:34:26.0851105Z test_dense_to_from_sparse_compressed_SparseBSR_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T16:34:26.0871511Z This test tests conversion from dense to/from CSR and CSC ... ok (0.000s) 2022-09-27T16:34:26.0942764Z test_dense_to_from_sparse_compressed_SparseBSR_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T16:34:26.2653986Z This test tests conversion from dense to/from CSR and CSC ... ok (0.174s) 2022-09-27T16:34:26.2724937Z test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T16:34:26.2740190Z This test tests conversion from dense to/from CSR and CSC ... ok (0.016s) 2022-09-27T16:34:26.2811452Z test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T16:34:26.2940699Z This test tests conversion from dense to/from CSR and CSC ... ok (0.016s) 2022-09-27T16:34:26.3012216Z test_dense_to_from_sparse_compressed_SparseCSC_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T16:34:26.3039846Z This test tests conversion from dense to/from CSR and CSC ... ok (0.016s) 2022-09-27T16:34:26.3110871Z test_dense_to_from_sparse_compressed_SparseCSC_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T16:34:26.3669504Z This test tests conversion from dense to/from CSR and CSC ... ok (0.063s) 2022-09-27T16:34:26.3740517Z test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T16:34:26.3757967Z This test tests conversion from dense to/from CSR and CSC ... ok (0.000s) 2022-09-27T16:34:26.3829199Z test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T16:34:26.3873108Z This test tests conversion from dense to/from CSR and CSC ... ok (0.017s) 2022-09-27T16:34:26.3943943Z test_dense_to_from_sparse_compressed_SparseCSR_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T16:34:26.3967468Z This test tests conversion from dense to/from CSR and CSC ... ok (0.016s) 2022-09-27T16:34:26.4038812Z test_dense_to_from_sparse_compressed_SparseCSR_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T16:34:26.4584944Z This test tests conversion from dense to/from CSR and CSC ... ok (0.063s) 2022-09-27T16:34:26.4656524Z test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T16:34:26.4672689Z This test tests conversion from dense to/from CSR and CSC ... ok (0.000s) 2022-09-27T16:34:26.4743919Z test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T16:34:26.4787273Z This test tests conversion from dense to/from CSR and CSC ... ok (0.017s) 2022-09-27T16:34:26.4829085Z test_direct_coo_csr_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.4870282Z test_direct_coo_csr_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.4907110Z test_direct_coo_csr_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:26.4942830Z test_direct_coo_csr_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.4971671Z test_direct_coo_csr_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.5000746Z test_direct_coo_csr_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.5028552Z test_direct_coo_csr_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.5057769Z test_direct_coo_csr_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:26.5086460Z test_direct_coo_csr_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.5112240Z test_exercise_detach_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.5135810Z test_exercise_detach_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.5162361Z test_exercise_detach_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.5188833Z test_exercise_detach_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.5214730Z test_exercise_detach_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:26.5240353Z test_exercise_detach_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.5265600Z test_exercise_detach_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.5289421Z test_exercise_detach_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.5313269Z test_exercise_detach_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.5336766Z test_exercise_detach_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.5360611Z test_exercise_detach_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.5384355Z test_exercise_detach_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:26.5399129Z test_matmul_device_mismatch_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:26.5430637Z test_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.000s) 2022-09-27T16:34:26.5449049Z test_mm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:26.6243173Z test_mul_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.079s) 2022-09-27T16:34:26.7036514Z test_mul_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.079s) 2022-09-27T16:34:26.7072612Z test_resize_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.7106643Z test_resize_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.7142492Z test_resize_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.7178622Z test_resize_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.7213716Z test_resize_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.7248854Z test_resize_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.7283901Z test_resize_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:26.7317799Z test_resize_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.7351551Z test_resize_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.7385179Z test_resize_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.7419464Z test_resize_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.7453078Z test_resize_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.7492555Z test_resize_errors_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.7527229Z test_resize_errors_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.7563475Z test_resize_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.7600016Z test_resize_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:26.7635532Z test_resize_errors_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.7670915Z test_resize_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.7706311Z test_resize_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.7741266Z test_resize_errors_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:26.7775842Z test_resize_errors_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.7810437Z test_resize_errors_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.7845060Z test_resize_errors_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.7879779Z test_resize_errors_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.7940978Z test_sampled_addmm_autograd_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:26.8001084Z test_sampled_addmm_autograd_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.8054168Z test_sampled_addmm_autograd_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:26.8105900Z test_sampled_addmm_autograd_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:26.8683571Z test_sampled_addmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.047s) 2022-09-27T16:34:26.9280514Z test_sampled_addmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.065s) 2022-09-27T16:34:26.9832504Z test_sampled_addmm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.063s) 2022-09-27T16:34:27.0357445Z test_sampled_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.050s) 2022-09-27T16:34:27.0382698Z test_sampled_addmm_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:27.0407398Z test_sampled_addmm_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:27.0431916Z test_sampled_addmm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:27.0456394Z test_sampled_addmm_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:27.0474742Z test_sampled_addmm_zero_sized_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:34:27.0492732Z test_sampled_addmm_zero_sized_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:27.0510856Z test_sampled_addmm_zero_sized_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:27.0528902Z test_sampled_addmm_zero_sized_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:34:27.0622520Z test_select_SparseBSC_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.0706441Z test_select_SparseBSC_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:27.0802738Z test_select_SparseBSC_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.0899746Z test_select_SparseBSC_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T16:34:27.0991693Z test_select_SparseBSC_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.1082893Z test_select_SparseBSC_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:27.1173139Z test_select_SparseBSC_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.1257516Z test_select_SparseBSC_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:27.1342445Z test_select_SparseBSC_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.1427053Z test_select_SparseBSC_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:27.1511764Z test_select_SparseBSC_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.1596330Z test_select_SparseBSC_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:27.1685150Z test_select_SparseBSC_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.1767725Z test_select_SparseBSC_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:27.1861249Z test_select_SparseBSC_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.1955600Z test_select_SparseBSC_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:27.2044951Z test_select_SparseBSC_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.2133859Z test_select_SparseBSC_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:27.2222537Z test_select_SparseBSC_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.2305711Z test_select_SparseBSC_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:27.2388813Z test_select_SparseBSC_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.2471939Z test_select_SparseBSC_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:27.2555527Z test_select_SparseBSC_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.2639325Z test_select_SparseBSC_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:27.2721530Z test_select_SparseBSR_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:27.2797261Z test_select_SparseBSR_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.2883891Z test_select_SparseBSR_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:27.2970639Z test_select_SparseBSR_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:27.3053174Z test_select_SparseBSR_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.3134913Z test_select_SparseBSR_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:27.3216598Z test_select_SparseBSR_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.3292854Z test_select_SparseBSR_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:27.3369409Z test_select_SparseBSR_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.3446437Z test_select_SparseBSR_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T16:34:27.3523501Z test_select_SparseBSR_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T16:34:27.3599893Z test_select_SparseBSR_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:27.3680922Z test_select_SparseBSR_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.3755235Z test_select_SparseBSR_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:27.3840704Z test_select_SparseBSR_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.3926113Z test_select_SparseBSR_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:27.4006981Z test_select_SparseBSR_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:27.4087507Z test_select_SparseBSR_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.4167433Z test_select_SparseBSR_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:27.4242064Z test_select_SparseBSR_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.4316580Z test_select_SparseBSR_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:27.4391043Z test_select_SparseBSR_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.4465664Z test_select_SparseBSR_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:27.4540970Z test_select_SparseBSR_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.4667762Z test_select_SparseCSC_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:27.4781895Z test_select_SparseCSC_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.4911397Z test_select_SparseCSC_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:27.5038000Z test_select_SparseCSC_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:27.5160242Z test_select_SparseCSC_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:27.5282233Z test_select_SparseCSC_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.5404684Z test_select_SparseCSC_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.5519681Z test_select_SparseCSC_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.5634159Z test_select_SparseCSC_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:27.5749141Z test_select_SparseCSC_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.5864226Z test_select_SparseCSC_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.5979396Z test_select_SparseCSC_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:27.6101178Z test_select_SparseCSC_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:27.6214159Z test_select_SparseCSC_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.6344320Z test_select_SparseCSC_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.6470679Z test_select_SparseCSC_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:27.6592683Z test_select_SparseCSC_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.6713180Z test_select_SparseCSC_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.6834272Z test_select_SparseCSC_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.6947467Z test_select_SparseCSC_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:27.7060731Z test_select_SparseCSC_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.7173635Z test_select_SparseCSC_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:27.7287853Z test_select_SparseCSC_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.7401447Z test_select_SparseCSC_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.7508620Z test_select_SparseCSR_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:27.7606320Z test_select_SparseCSR_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.7720149Z test_select_SparseCSR_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.7831524Z test_select_SparseCSR_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:27.7937028Z test_select_SparseCSR_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:27.8042295Z test_select_SparseCSR_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.8147600Z test_select_SparseCSR_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.8245854Z test_select_SparseCSR_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:27.8344158Z test_select_SparseCSR_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.8445718Z test_select_SparseCSR_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.8543736Z test_select_SparseCSR_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:27.8642526Z test_select_SparseCSR_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.8746077Z test_select_SparseCSR_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:27.8842182Z test_select_SparseCSR_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.8953829Z test_select_SparseCSR_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:27.9062889Z test_select_SparseCSR_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:27.9167396Z test_select_SparseCSR_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.9270414Z test_select_SparseCSR_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.9373072Z test_select_SparseCSR_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:27.9469188Z test_select_SparseCSR_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.9565658Z test_select_SparseCSR_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.9661081Z test_select_SparseCSR_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:27.9757672Z test_select_SparseCSR_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:27.9853695Z test_select_SparseCSR_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:27.9876245Z test_sparse_add_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:27.9898447Z test_sparse_add_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:27.9920541Z test_sparse_add_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:27.9942446Z test_sparse_add_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:27.9980382Z test_sparse_add_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.0016281Z test_sparse_add_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.0050621Z test_sparse_add_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.0084963Z test_sparse_add_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.0242440Z test_sparse_addmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.0398576Z test_sparse_addmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.0538924Z test_sparse_addmm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.0679859Z test_sparse_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.0718702Z test_sparse_csc_to_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.0747378Z test_sparse_csc_to_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.0789995Z test_sparse_csc_to_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.0834133Z test_sparse_csc_to_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.0873057Z test_sparse_csc_to_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:28.0909585Z test_sparse_csc_to_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.0945859Z test_sparse_csc_to_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.0975504Z test_sparse_csc_to_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:28.1004827Z test_sparse_csc_to_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.1032997Z test_sparse_csc_to_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.1062124Z test_sparse_csc_to_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.1091256Z test_sparse_csc_to_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.1131192Z test_sparse_csr_from_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.1168176Z test_sparse_csr_from_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.1207300Z test_sparse_csr_from_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:28.1246555Z test_sparse_csr_from_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.1285108Z test_sparse_csr_from_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.1323974Z test_sparse_csr_from_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.1362020Z test_sparse_csr_from_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.1399084Z test_sparse_csr_from_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.1436119Z test_sparse_csr_from_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.1472507Z test_sparse_csr_from_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.1509351Z test_sparse_csr_from_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.1546223Z test_sparse_csr_from_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.1582140Z test_sparse_csr_to_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.1609773Z test_sparse_csr_to_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.1650218Z test_sparse_csr_to_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.1693147Z test_sparse_csr_to_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.1729896Z test_sparse_csr_to_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.1765827Z test_sparse_csr_to_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.1800948Z test_sparse_csr_to_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.1829043Z test_sparse_csr_to_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.1857124Z test_sparse_csr_to_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.1883677Z test_sparse_csr_to_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.1911520Z test_sparse_csr_to_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.1939371Z test_sparse_csr_to_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:28.1964516Z test_sparse_csr_unary_inplace_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.1993571Z test_sparse_csr_unary_inplace_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.2017752Z test_sparse_csr_unary_inplace_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_creation.py:142: 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-09-27T16:34:28.2018361Z result = torch.complex(real, imag) 2022-09-27T16:34:28.2023424Z ok (0.000s) 2022-09-27T16:34:28.2050379Z test_sparse_csr_unary_inplace_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.2075285Z test_sparse_csr_unary_inplace_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.2100173Z test_sparse_csr_unary_inplace_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.2124950Z test_sparse_csr_unary_inplace_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.2148575Z test_sparse_csr_unary_inplace_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.2171457Z test_sparse_csr_unary_inplace_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.2194349Z test_sparse_csr_unary_inplace_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.2217181Z test_sparse_csr_unary_inplace_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.2240268Z test_sparse_csr_unary_inplace_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.2260072Z test_sparse_csr_unary_inplace_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.016s) 2022-09-27T16:34:28.2279611Z test_sparse_csr_unary_inplace_angle_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.2298942Z test_sparse_csr_unary_inplace_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.2318438Z test_sparse_csr_unary_inplace_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.2337972Z test_sparse_csr_unary_inplace_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.2357591Z test_sparse_csr_unary_inplace_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.2376986Z test_sparse_csr_unary_inplace_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.2396349Z test_sparse_csr_unary_inplace_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.2415765Z test_sparse_csr_unary_inplace_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.016s) 2022-09-27T16:34:28.2435026Z test_sparse_csr_unary_inplace_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.2454272Z test_sparse_csr_unary_inplace_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.2473520Z test_sparse_csr_unary_inplace_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.2498616Z test_sparse_csr_unary_inplace_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.2534365Z test_sparse_csr_unary_inplace_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.2562375Z test_sparse_csr_unary_inplace_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.2590513Z test_sparse_csr_unary_inplace_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.2615636Z test_sparse_csr_unary_inplace_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.2640993Z test_sparse_csr_unary_inplace_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.2668603Z test_sparse_csr_unary_inplace_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:28.2694426Z test_sparse_csr_unary_inplace_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.2720661Z test_sparse_csr_unary_inplace_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.2746810Z test_sparse_csr_unary_inplace_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.2772056Z test_sparse_csr_unary_inplace_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.2796955Z test_sparse_csr_unary_inplace_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.2823304Z test_sparse_csr_unary_inplace_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.2850625Z test_sparse_csr_unary_inplace_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.2878776Z test_sparse_csr_unary_inplace_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.2904199Z test_sparse_csr_unary_inplace_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.2929542Z test_sparse_csr_unary_inplace_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:28.2955665Z test_sparse_csr_unary_inplace_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.2981451Z test_sparse_csr_unary_inplace_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3006900Z test_sparse_csr_unary_inplace_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3032228Z test_sparse_csr_unary_inplace_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3057268Z test_sparse_csr_unary_inplace_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3082145Z test_sparse_csr_unary_inplace_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.3108722Z test_sparse_csr_unary_inplace_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3134816Z test_sparse_csr_unary_inplace_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3161247Z test_sparse_csr_unary_inplace_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3186266Z test_sparse_csr_unary_inplace_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3211501Z test_sparse_csr_unary_inplace_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3237999Z test_sparse_csr_unary_inplace_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.3264122Z test_sparse_csr_unary_inplace_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3290258Z test_sparse_csr_unary_inplace_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3316555Z test_sparse_csr_unary_inplace_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3342731Z test_sparse_csr_unary_inplace_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3367797Z test_sparse_csr_unary_inplace_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3394133Z test_sparse_csr_unary_inplace_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.3419893Z test_sparse_csr_unary_inplace_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3446439Z test_sparse_csr_unary_inplace_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3471932Z test_sparse_csr_unary_inplace_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3497267Z test_sparse_csr_unary_inplace_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3523797Z test_sparse_csr_unary_inplace_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3548398Z test_sparse_csr_unary_inplace_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.3573726Z test_sparse_csr_unary_inplace_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3598878Z test_sparse_csr_unary_inplace_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3623606Z test_sparse_csr_unary_inplace_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3648074Z test_sparse_csr_unary_inplace_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3673103Z test_sparse_csr_unary_inplace_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3698325Z test_sparse_csr_unary_inplace_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.3721769Z test_sparse_csr_unary_inplace_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3744574Z test_sparse_csr_unary_inplace_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3767420Z test_sparse_csr_unary_inplace_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3790260Z test_sparse_csr_unary_inplace_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3813303Z test_sparse_csr_unary_inplace_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:28.3837561Z test_sparse_csr_unary_inplace_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3860991Z test_sparse_csr_unary_inplace_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3886190Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3913060Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:28.3938973Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3964123Z test_sparse_csr_unary_inplace_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.3988665Z test_sparse_csr_unary_inplace_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4013291Z test_sparse_csr_unary_inplace_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4036747Z test_sparse_csr_unary_inplace_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4059566Z test_sparse_csr_unary_inplace_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.4082092Z test_sparse_csr_unary_inplace_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4104638Z test_sparse_csr_unary_inplace_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4127381Z test_sparse_csr_unary_inplace_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4152052Z test_sparse_csr_unary_inplace_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4178874Z test_sparse_csr_unary_inplace_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4203518Z test_sparse_csr_unary_inplace_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4228504Z test_sparse_csr_unary_inplace_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.4255027Z test_sparse_csr_unary_inplace_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4281491Z test_sparse_csr_unary_inplace_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4307485Z test_sparse_csr_unary_inplace_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4334267Z test_sparse_csr_unary_inplace_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4359967Z test_sparse_csr_unary_inplace_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4385471Z test_sparse_csr_unary_inplace_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.4412598Z test_sparse_csr_unary_inplace_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4437617Z test_sparse_csr_unary_inplace_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4463029Z test_sparse_csr_unary_inplace_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4489833Z test_sparse_csr_unary_inplace_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4516359Z test_sparse_csr_unary_inplace_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4542713Z test_sparse_csr_unary_inplace_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.4569006Z test_sparse_csr_unary_inplace_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4594097Z test_sparse_csr_unary_inplace_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4618771Z test_sparse_csr_unary_inplace_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4644848Z test_sparse_csr_unary_inplace_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4668892Z test_sparse_csr_unary_inplace_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4695052Z test_sparse_csr_unary_inplace_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.4720715Z test_sparse_csr_unary_inplace_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4746601Z test_sparse_csr_unary_inplace_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4771913Z test_sparse_csr_unary_inplace_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4797216Z test_sparse_csr_unary_inplace_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:28.4822304Z test_sparse_csr_unary_inplace_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4846979Z test_sparse_csr_unary_inplace_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4872564Z test_sparse_csr_unary_inplace_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4897449Z test_sparse_csr_unary_inplace_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:28.4921322Z test_sparse_csr_unary_inplace_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4944204Z test_sparse_csr_unary_inplace_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4966998Z test_sparse_csr_unary_inplace_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.4989859Z test_sparse_csr_unary_inplace_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.5012814Z test_sparse_csr_unary_inplace_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.5032559Z test_sparse_csr_unary_inplace_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5052028Z test_sparse_csr_unary_inplace_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.016s) 2022-09-27T16:34:28.5071448Z test_sparse_csr_unary_inplace_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5090758Z test_sparse_csr_unary_inplace_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5110738Z test_sparse_csr_unary_inplace_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5129647Z test_sparse_csr_unary_inplace_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5148896Z test_sparse_csr_unary_inplace_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5168275Z test_sparse_csr_unary_inplace_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5187704Z test_sparse_csr_unary_inplace_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5207156Z test_sparse_csr_unary_inplace_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.016s) 2022-09-27T16:34:28.5226442Z test_sparse_csr_unary_inplace_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5245828Z test_sparse_csr_unary_inplace_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5265211Z test_sparse_csr_unary_inplace_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5284597Z test_sparse_csr_unary_inplace_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5303934Z test_sparse_csr_unary_inplace_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5323452Z test_sparse_csr_unary_inplace_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5342864Z test_sparse_csr_unary_inplace_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5362414Z test_sparse_csr_unary_inplace_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.016s) 2022-09-27T16:34:28.5381734Z test_sparse_csr_unary_inplace_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5401101Z test_sparse_csr_unary_inplace_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5420419Z test_sparse_csr_unary_inplace_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5439775Z test_sparse_csr_unary_inplace_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5459089Z test_sparse_csr_unary_inplace_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5478573Z test_sparse_csr_unary_inplace_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5497844Z test_sparse_csr_unary_inplace_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5517323Z test_sparse_csr_unary_inplace_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.016s) 2022-09-27T16:34:28.5536603Z test_sparse_csr_unary_inplace_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5556060Z test_sparse_csr_unary_inplace_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5575704Z test_sparse_csr_unary_inplace_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5594685Z test_sparse_csr_unary_inplace_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5613960Z test_sparse_csr_unary_inplace_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5633290Z test_sparse_csr_unary_inplace_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5652548Z test_sparse_csr_unary_inplace_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5672097Z test_sparse_csr_unary_inplace_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.016s) 2022-09-27T16:34:28.5691471Z test_sparse_csr_unary_inplace_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5710906Z test_sparse_csr_unary_inplace_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5730341Z test_sparse_csr_unary_inplace_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5749623Z test_sparse_csr_unary_inplace_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5769089Z test_sparse_csr_unary_inplace_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5788399Z test_sparse_csr_unary_inplace_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5807729Z test_sparse_csr_unary_inplace_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5827142Z test_sparse_csr_unary_inplace_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.016s) 2022-09-27T16:34:28.5846541Z test_sparse_csr_unary_inplace_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5865853Z test_sparse_csr_unary_inplace_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5885392Z test_sparse_csr_unary_inplace_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.5910218Z test_sparse_csr_unary_inplace_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.5937358Z test_sparse_csr_unary_inplace_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:28.5962234Z test_sparse_csr_unary_inplace_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.5987051Z test_sparse_csr_unary_inplace_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6013622Z test_sparse_csr_unary_inplace_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6039977Z test_sparse_csr_unary_inplace_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6066030Z test_sparse_csr_unary_inplace_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6092296Z test_sparse_csr_unary_inplace_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.6118497Z test_sparse_csr_unary_inplace_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6143113Z test_sparse_csr_unary_inplace_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6169707Z test_sparse_csr_unary_inplace_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6196163Z test_sparse_csr_unary_inplace_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6222192Z test_sparse_csr_unary_inplace_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6247954Z test_sparse_csr_unary_inplace_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.6272686Z test_sparse_csr_unary_inplace_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6297427Z test_sparse_csr_unary_inplace_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6321197Z test_sparse_csr_unary_inplace_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6344086Z test_sparse_csr_unary_inplace_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:28.6366897Z test_sparse_csr_unary_inplace_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6389745Z test_sparse_csr_unary_inplace_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6412598Z test_sparse_csr_unary_inplace_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6437378Z test_sparse_csr_unary_inplace_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6462712Z test_sparse_csr_unary_inplace_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6487843Z test_sparse_csr_unary_inplace_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6511667Z test_sparse_csr_unary_inplace_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.6534439Z test_sparse_csr_unary_inplace_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6557172Z test_sparse_csr_unary_inplace_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6580053Z test_sparse_csr_unary_inplace_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6602908Z test_sparse_csr_unary_inplace_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6627474Z test_sparse_csr_unary_inplace_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6651283Z test_sparse_csr_unary_inplace_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.6676785Z test_sparse_csr_unary_inplace_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6703641Z test_sparse_csr_unary_inplace_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6729891Z test_sparse_csr_unary_inplace_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6755623Z test_sparse_csr_unary_inplace_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6780910Z test_sparse_csr_unary_inplace_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6806419Z test_sparse_csr_unary_inplace_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.6830196Z test_sparse_csr_unary_inplace_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6853117Z test_sparse_csr_unary_inplace_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6876080Z test_sparse_csr_unary_inplace_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6898912Z test_sparse_csr_unary_inplace_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6922018Z test_sparse_csr_unary_inplace_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:28.6946542Z test_sparse_csr_unary_inplace_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6970129Z test_sparse_csr_unary_inplace_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.6995439Z test_sparse_csr_unary_inplace_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.7020339Z test_sparse_csr_unary_inplace_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.7045239Z test_sparse_csr_unary_inplace_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.7068917Z test_sparse_csr_unary_inplace_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.7091972Z test_sparse_csr_unary_inplace_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.7115118Z test_sparse_csr_unary_inplace_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.7138441Z test_sparse_csr_unary_inplace_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.7161505Z test_sparse_csr_unary_inplace_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.7181183Z test_sparse_csr_unary_inplace_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.7200687Z test_sparse_csr_unary_inplace_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.7220397Z test_sparse_csr_unary_inplace_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.016s) 2022-09-27T16:34:28.7239989Z test_sparse_csr_unary_inplace_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T16:34:28.7259337Z test_sparse_csr_unary_inplace_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.7278712Z test_sparse_csr_unary_inplace_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.7297957Z test_sparse_csr_unary_inplace_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.7317337Z test_sparse_csr_unary_inplace_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.7336640Z test_sparse_csr_unary_inplace_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.7355827Z test_sparse_csr_unary_inplace_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-09-27T16:34:28.7380359Z test_sparse_csr_unary_inplace_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.7407570Z test_sparse_csr_unary_inplace_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.7433993Z test_sparse_csr_unary_inplace_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.7460631Z test_sparse_csr_unary_inplace_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.7485785Z test_sparse_csr_unary_inplace_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.7511397Z test_sparse_csr_unary_inplace_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.7538314Z test_sparse_csr_unary_inplace_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.7564598Z test_sparse_csr_unary_inplace_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.7590832Z test_sparse_csr_unary_inplace_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.7616893Z test_sparse_csr_unary_inplace_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.7643055Z test_sparse_csr_unary_inplace_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.7667944Z test_sparse_csr_unary_inplace_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.7694703Z test_sparse_csr_unary_inplace_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.7720299Z test_sparse_csr_unary_inplace_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.7746958Z test_sparse_csr_unary_inplace_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.7772346Z test_sparse_csr_unary_inplace_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.7797938Z test_sparse_csr_unary_inplace_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:28.7823851Z test_sparse_csr_unary_inplace_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.7849713Z test_sparse_csr_unary_inplace_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.7875118Z test_sparse_csr_unary_inplace_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.7900283Z test_sparse_csr_unary_inplace_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:28.7925375Z test_sparse_csr_unary_inplace_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.7950004Z test_sparse_csr_unary_inplace_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.7976810Z test_sparse_csr_unary_inplace_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.8003099Z test_sparse_csr_unary_inplace_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.8029740Z test_sparse_csr_unary_inplace_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.8054978Z test_sparse_csr_unary_inplace_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.8079820Z test_sparse_csr_unary_inplace_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.8106104Z test_sparse_csr_unary_inplace_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.8132326Z test_sparse_csr_unary_inplace_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.8158357Z test_sparse_csr_unary_inplace_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.8184400Z test_sparse_csr_unary_inplace_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.8210733Z test_sparse_csr_unary_inplace_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.8235678Z test_sparse_csr_unary_inplace_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.8262433Z test_sparse_csr_unary_inplace_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.8288565Z test_sparse_csr_unary_inplace_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.8315201Z test_sparse_csr_unary_inplace_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.8340308Z test_sparse_csr_unary_inplace_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.8365943Z test_sparse_csr_unary_inplace_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.8392654Z test_sparse_csr_unary_inplace_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.8418808Z test_sparse_csr_unary_inplace_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.8444857Z test_sparse_csr_unary_inplace_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.8470996Z test_sparse_csr_unary_inplace_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.8497017Z test_sparse_csr_unary_inplace_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.8521958Z test_sparse_csr_unary_inplace_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.8548685Z test_sparse_csr_unary_inplace_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.8575123Z test_sparse_csr_unary_inplace_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.8601189Z test_sparse_csr_unary_inplace_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.8626153Z test_sparse_csr_unary_inplace_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.8651757Z test_sparse_csr_unary_inplace_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.8678950Z test_sparse_csr_unary_inplace_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.8705202Z test_sparse_csr_unary_inplace_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.8731311Z test_sparse_csr_unary_inplace_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.8757496Z test_sparse_csr_unary_inplace_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.8783738Z test_sparse_csr_unary_inplace_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.8808920Z test_sparse_csr_unary_inplace_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.8835025Z test_sparse_csr_unary_inplace_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.8860184Z test_sparse_csr_unary_inplace_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-09-27T16:34:28.8883657Z test_sparse_csr_unary_inplace_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.8906502Z test_sparse_csr_unary_inplace_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.8929234Z test_sparse_csr_unary_inplace_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.8952097Z test_sparse_csr_unary_inplace_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.8974919Z test_sparse_csr_unary_inplace_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.9007595Z test_sparse_csr_unary_out_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.9047497Z 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:1026: 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:250.) 2022-09-27T16:34:28.9048089Z return self.op(*args, **kwargs) 2022-09-27T16:34:28.9050468Z ok (0.000s) 2022-09-27T16:34:28.9085158Z test_sparse_csr_unary_out_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.9119656Z test_sparse_csr_unary_out_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.9153150Z test_sparse_csr_unary_out_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.9185903Z test_sparse_csr_unary_out_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.9219744Z test_sparse_csr_unary_out_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.9251272Z test_sparse_csr_unary_out_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.9282039Z test_sparse_csr_unary_out_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.9312612Z test_sparse_csr_unary_out_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.9343119Z test_sparse_csr_unary_out_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.9373814Z test_sparse_csr_unary_out_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.9406169Z test_sparse_csr_unary_out_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.9439114Z test_sparse_csr_unary_out_angle_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.9474521Z test_sparse_csr_unary_out_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.9508690Z test_sparse_csr_unary_out_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.9542130Z test_sparse_csr_unary_out_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.9575000Z test_sparse_csr_unary_out_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.9607782Z test_sparse_csr_unary_out_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.9641106Z test_sparse_csr_unary_out_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.9675421Z test_sparse_csr_unary_out_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.9708452Z test_sparse_csr_unary_out_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.9741664Z test_sparse_csr_unary_out_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.9774802Z test_sparse_csr_unary_out_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.9808111Z test_sparse_csr_unary_out_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.9842134Z test_sparse_csr_unary_out_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.9878920Z test_sparse_csr_unary_out_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.9915887Z test_sparse_csr_unary_out_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:28.9949936Z test_sparse_csr_unary_out_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:28.9983746Z test_sparse_csr_unary_out_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.0017637Z test_sparse_csr_unary_out_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.0051388Z test_sparse_csr_unary_out_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.0085194Z test_sparse_csr_unary_out_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.0119180Z test_sparse_csr_unary_out_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.0149393Z test_sparse_csr_unary_out_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.0181707Z test_sparse_csr_unary_out_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.0214623Z test_sparse_csr_unary_out_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.0251846Z test_sparse_csr_unary_out_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.0288741Z test_sparse_csr_unary_out_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.0321852Z test_sparse_csr_unary_out_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.0354873Z test_sparse_csr_unary_out_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.0388177Z test_sparse_csr_unary_out_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.0422740Z test_sparse_csr_unary_out_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.0456056Z test_sparse_csr_unary_out_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.0489405Z test_sparse_csr_unary_out_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.0522681Z test_sparse_csr_unary_out_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.0555651Z test_sparse_csr_unary_out_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.0589577Z test_sparse_csr_unary_out_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.0625401Z test_sparse_csr_unary_out_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.0660476Z test_sparse_csr_unary_out_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.0694734Z test_sparse_csr_unary_out_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.0728856Z test_sparse_csr_unary_out_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.0763791Z test_sparse_csr_unary_out_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T16:34:29.0798822Z test_sparse_csr_unary_out_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T16:34:29.0833798Z test_sparse_csr_unary_out_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T16:34:29.0868728Z test_sparse_csr_unary_out_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T16:34:29.0902930Z test_sparse_csr_unary_out_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-09-27T16:34:29.0935678Z test_sparse_csr_unary_out_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.0968630Z test_sparse_csr_unary_out_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.1004375Z test_sparse_csr_unary_out_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.1039055Z test_sparse_csr_unary_out_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.1073187Z test_sparse_csr_unary_out_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.1107100Z test_sparse_csr_unary_out_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.1140099Z test_sparse_csr_unary_out_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.1173042Z test_sparse_csr_unary_out_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.1206108Z test_sparse_csr_unary_out_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.1239095Z test_sparse_csr_unary_out_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.1269426Z test_sparse_csr_unary_out_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.1301586Z test_sparse_csr_unary_out_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.1334476Z test_sparse_csr_unary_out_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.1368751Z test_sparse_csr_unary_out_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.1400243Z test_sparse_csr_unary_out_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.1430863Z test_sparse_csr_unary_out_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.1461319Z test_sparse_csr_unary_out_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.1492033Z test_sparse_csr_unary_out_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.1523237Z test_sparse_csr_unary_out_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.1555199Z test_sparse_csr_unary_out_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.1587959Z test_sparse_csr_unary_out_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.1622354Z test_sparse_csr_unary_out_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.1657874Z test_sparse_csr_unary_out_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.1693205Z test_sparse_csr_unary_out_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.1726459Z test_sparse_csr_unary_out_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.1760714Z test_sparse_csr_unary_out_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.1793988Z test_sparse_csr_unary_out_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.1825413Z test_sparse_csr_unary_out_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.1855827Z test_sparse_csr_unary_out_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.1886145Z test_sparse_csr_unary_out_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.1916644Z test_sparse_csr_unary_out_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.1946984Z test_sparse_csr_unary_out_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.1979302Z test_sparse_csr_unary_out_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.2013352Z test_sparse_csr_unary_out_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.2047186Z test_sparse_csr_unary_out_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.2081184Z test_sparse_csr_unary_out_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.2115430Z test_sparse_csr_unary_out_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.2149563Z test_sparse_csr_unary_out_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.2183835Z test_sparse_csr_unary_out_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.2217913Z test_sparse_csr_unary_out_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.2252006Z test_sparse_csr_unary_out_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.2285235Z test_sparse_csr_unary_out_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.2319661Z test_sparse_csr_unary_out_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.2353567Z test_sparse_csr_unary_out_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.2387328Z test_sparse_csr_unary_out_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.2420990Z test_sparse_csr_unary_out_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.2455076Z test_sparse_csr_unary_out_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.2488880Z test_sparse_csr_unary_out_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.2522863Z test_sparse_csr_unary_out_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.2553078Z test_sparse_csr_unary_out_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.2585000Z test_sparse_csr_unary_out_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.2618105Z test_sparse_csr_unary_out_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.2652128Z test_sparse_csr_unary_out_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.2685048Z test_sparse_csr_unary_out_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.2718457Z test_sparse_csr_unary_out_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.2752678Z test_sparse_csr_unary_out_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.2786577Z test_sparse_csr_unary_out_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T16:34:29.2820708Z test_sparse_csr_unary_out_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T16:34:29.2854782Z test_sparse_csr_unary_out_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T16:34:29.2889028Z test_sparse_csr_unary_out_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T16:34:29.2923288Z test_sparse_csr_unary_out_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T16:34:29.2957322Z test_sparse_csr_unary_out_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T16:34:29.2988697Z test_sparse_csr_unary_out_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.3019367Z test_sparse_csr_unary_out_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.3049924Z test_sparse_csr_unary_out_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.3080730Z test_sparse_csr_unary_out_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.3111559Z test_sparse_csr_unary_out_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.3128647Z test_sparse_csr_unary_out_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:34:29.3145454Z test_sparse_csr_unary_out_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:34:29.3162314Z test_sparse_csr_unary_out_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:34:29.3179099Z test_sparse_csr_unary_out_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:34:29.3195963Z test_sparse_csr_unary_out_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:34:29.3212684Z test_sparse_csr_unary_out_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:34:29.3229521Z test_sparse_csr_unary_out_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:34:29.3246527Z test_sparse_csr_unary_out_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.016s) 2022-09-27T16:34:29.3263204Z test_sparse_csr_unary_out_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:34:29.3280009Z test_sparse_csr_unary_out_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:34:29.3296692Z test_sparse_csr_unary_out_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:34:29.3313647Z test_sparse_csr_unary_out_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:34:29.3330428Z test_sparse_csr_unary_out_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:34:29.3347221Z test_sparse_csr_unary_out_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:34:29.3364042Z test_sparse_csr_unary_out_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:34:29.3380751Z test_sparse_csr_unary_out_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:34:29.3397576Z test_sparse_csr_unary_out_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:34:29.3414381Z test_sparse_csr_unary_out_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.016s) 2022-09-27T16:34:29.3431188Z test_sparse_csr_unary_out_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:34:29.3447949Z test_sparse_csr_unary_out_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:34:29.3464591Z test_sparse_csr_unary_out_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:34:29.3481763Z test_sparse_csr_unary_out_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:34:29.3498052Z test_sparse_csr_unary_out_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:34:29.3514751Z test_sparse_csr_unary_out_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:34:29.3531388Z test_sparse_csr_unary_out_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:34:29.3562280Z test_sparse_csr_unary_out_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.3592458Z test_sparse_csr_unary_out_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.3623402Z test_sparse_csr_unary_out_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.3653704Z test_sparse_csr_unary_out_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.3684079Z test_sparse_csr_unary_out_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.3714956Z test_sparse_csr_unary_out_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.3745695Z test_sparse_csr_unary_out_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T16:34:29.3776067Z test_sparse_csr_unary_out_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.3806879Z test_sparse_csr_unary_out_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T16:34:29.3837431Z test_sparse_csr_unary_out_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.3868093Z test_sparse_csr_unary_out_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.3898426Z test_sparse_csr_unary_out_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.3929485Z test_sparse_csr_unary_out_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T16:34:29.3959915Z test_sparse_csr_unary_out_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.3991301Z test_sparse_csr_unary_out_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.4021771Z test_sparse_csr_unary_out_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.4052273Z test_sparse_csr_unary_out_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.4082883Z test_sparse_csr_unary_out_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.4113428Z test_sparse_csr_unary_out_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.4143873Z test_sparse_csr_unary_out_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.4175979Z test_sparse_csr_unary_out_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.4209889Z test_sparse_csr_unary_out_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.4244027Z test_sparse_csr_unary_out_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.4277704Z test_sparse_csr_unary_out_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.4311903Z test_sparse_csr_unary_out_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.4345840Z test_sparse_csr_unary_out_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.4380011Z test_sparse_csr_unary_out_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.4414022Z test_sparse_csr_unary_out_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.4448185Z test_sparse_csr_unary_out_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.4481214Z test_sparse_csr_unary_out_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.4515942Z test_sparse_csr_unary_out_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.4551710Z test_sparse_csr_unary_out_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.4586600Z test_sparse_csr_unary_out_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.4620001Z test_sparse_csr_unary_out_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.4653864Z test_sparse_csr_unary_out_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.4686443Z test_sparse_csr_unary_out_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.4718138Z test_sparse_csr_unary_out_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T16:34:29.4748624Z test_sparse_csr_unary_out_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.4779059Z test_sparse_csr_unary_out_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.4809499Z test_sparse_csr_unary_out_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.4839974Z test_sparse_csr_unary_out_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.4872318Z test_sparse_csr_unary_out_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.4905077Z test_sparse_csr_unary_out_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.4939089Z test_sparse_csr_unary_out_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.4970393Z test_sparse_csr_unary_out_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.5000931Z test_sparse_csr_unary_out_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.5031332Z test_sparse_csr_unary_out_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.5061651Z test_sparse_csr_unary_out_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.5092156Z test_sparse_csr_unary_out_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.5124217Z test_sparse_csr_unary_out_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.5155256Z test_sparse_csr_unary_out_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.5189639Z test_sparse_csr_unary_out_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.5224967Z test_sparse_csr_unary_out_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.5259877Z test_sparse_csr_unary_out_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.5293372Z test_sparse_csr_unary_out_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.5326149Z test_sparse_csr_unary_out_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.5360112Z test_sparse_csr_unary_out_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.5391366Z test_sparse_csr_unary_out_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.5422185Z test_sparse_csr_unary_out_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.5454723Z test_sparse_csr_unary_out_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.5485793Z test_sparse_csr_unary_out_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.5516430Z test_sparse_csr_unary_out_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.5548192Z test_sparse_csr_unary_out_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.5579172Z test_sparse_csr_unary_out_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.5611992Z test_sparse_csr_unary_out_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.5644778Z test_sparse_csr_unary_out_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.5678482Z test_sparse_csr_unary_out_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.5709662Z test_sparse_csr_unary_out_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.5740558Z test_sparse_csr_unary_out_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.5772925Z test_sparse_csr_unary_out_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.5804171Z test_sparse_csr_unary_out_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.5834821Z test_sparse_csr_unary_out_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-09-27T16:34:29.5865447Z test_sparse_csr_unary_out_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.5895611Z test_sparse_csr_unary_out_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.5926385Z test_sparse_csr_unary_out_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.5957962Z test_sparse_csr_unary_out_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.5988206Z test_sparse_csr_unary_out_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.6018746Z test_sparse_csr_unary_out_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.6049195Z test_sparse_csr_unary_out_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.6079793Z test_sparse_csr_unary_out_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.6110242Z test_sparse_csr_unary_out_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.6140765Z test_sparse_csr_unary_out_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.6172681Z test_sparse_csr_unary_out_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.6206604Z test_sparse_csr_unary_out_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.6242198Z test_sparse_csr_unary_out_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.6277847Z test_sparse_csr_unary_out_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.6311990Z test_sparse_csr_unary_out_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.6345368Z test_sparse_csr_unary_out_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.6379322Z test_sparse_csr_unary_out_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.6413209Z test_sparse_csr_unary_out_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.6447291Z test_sparse_csr_unary_out_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.6481274Z test_sparse_csr_unary_out_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.6515196Z test_sparse_csr_unary_out_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.6547512Z test_sparse_csr_unary_out_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.6580304Z test_sparse_csr_unary_out_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.6616412Z test_sparse_csr_unary_out_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.6651981Z test_sparse_csr_unary_out_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.6684827Z test_sparse_csr_unary_out_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.6717724Z test_sparse_csr_unary_out_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.6750710Z test_sparse_csr_unary_out_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.6785579Z test_sparse_csr_unary_out_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T16:34:29.6819357Z test_sparse_csr_unary_out_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T16:34:29.6853386Z test_sparse_csr_unary_out_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T16:34:29.6887246Z test_sparse_csr_unary_out_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T16:34:29.6920611Z test_sparse_csr_unary_out_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T16:34:29.6954483Z test_sparse_csr_unary_out_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.6989628Z test_sparse_csr_unary_out_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.7025225Z test_sparse_csr_unary_out_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.7059018Z test_sparse_csr_unary_out_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.7092506Z test_sparse_csr_unary_out_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.7126408Z test_sparse_csr_unary_out_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.7160417Z test_sparse_csr_unary_out_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.7194305Z test_sparse_csr_unary_out_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.7228150Z test_sparse_csr_unary_out_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.7262082Z test_sparse_csr_unary_out_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.7294594Z test_sparse_csr_unary_out_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.7328487Z test_sparse_csr_unary_out_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.7363812Z test_sparse_csr_unary_out_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.7399246Z test_sparse_csr_unary_out_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.7433324Z test_sparse_csr_unary_out_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.7466710Z test_sparse_csr_unary_out_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.7500664Z test_sparse_csr_unary_out_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.7534567Z test_sparse_csr_unary_out_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.7568531Z test_sparse_csr_unary_out_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.7602392Z test_sparse_csr_unary_out_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.7636346Z test_sparse_csr_unary_out_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.7668698Z test_sparse_csr_unary_out_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.7702866Z test_sparse_csr_unary_out_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.7738049Z test_sparse_csr_unary_out_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.7773290Z test_sparse_csr_unary_out_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.7807066Z test_sparse_csr_unary_out_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.7840886Z test_sparse_csr_unary_out_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.7875089Z test_sparse_csr_unary_out_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.7909161Z test_sparse_csr_unary_out_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.7942827Z test_sparse_csr_unary_out_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.7976726Z test_sparse_csr_unary_out_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.8010635Z test_sparse_csr_unary_out_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.8043306Z test_sparse_csr_unary_out_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.8077212Z test_sparse_csr_unary_out_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.8110900Z test_sparse_csr_unary_out_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.8141706Z test_sparse_csr_unary_out_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.8172212Z test_sparse_csr_unary_out_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.8202675Z test_sparse_csr_unary_out_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.8233123Z test_sparse_csr_unary_out_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.8263520Z test_sparse_csr_unary_out_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.8282777Z test_sparse_mm_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:29.8301465Z test_sparse_mm_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:29.8320223Z test_sparse_mm_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:29.8339042Z test_sparse_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:29.8360232Z test_sparse_to_sparse_compressed_SparseBSC_cpu_float64 (__main__.TestSparseCSRCPU) 2022-09-27T16:34:29.8366532Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.000s) 2022-09-27T16:34:29.8387581Z test_sparse_to_sparse_compressed_SparseBSR_cpu_float64 (__main__.TestSparseCSRCPU) 2022-09-27T16:34:29.8393922Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.000s) 2022-09-27T16:34:29.8415126Z test_sparse_to_sparse_compressed_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) 2022-09-27T16:34:29.8546633Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.016s) 2022-09-27T16:34:29.8568038Z test_sparse_to_sparse_compressed_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) 2022-09-27T16:34:29.8700244Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.016s) 2022-09-27T16:34:29.8737181Z test_sparse_triangular_solve_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:29.8773482Z test_sparse_triangular_solve_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:29.8810123Z test_sparse_triangular_solve_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:34:29.8846590Z test_sparse_triangular_solve_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:34:29.8955688Z test_sum_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.9053239Z test_sum_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.9171338Z test_sum_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.9288391Z test_sum_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.9398054Z test_sum_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.9538833Z test_sum_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.9677663Z test_sum_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.9776907Z test_sum_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:29.9874982Z test_sum_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:29.9972708Z test_sum_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:30.0070584Z test_sum_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:30.0168608Z test_sum_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:30.8635858Z test_transpose_SparseBSC_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.849s) 2022-09-27T16:34:31.5822431Z test_transpose_SparseBSC_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.720s) 2022-09-27T16:34:32.5113545Z test_transpose_SparseBSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.920s) 2022-09-27T16:34:33.4476526Z test_transpose_SparseBSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.947s) 2022-09-27T16:34:34.2992056Z test_transpose_SparseBSC_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.845s) 2022-09-27T16:34:35.1411254Z test_transpose_SparseBSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.840s) 2022-09-27T16:34:35.9827041Z test_transpose_SparseBSC_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.849s) 2022-09-27T16:34:36.7060876Z test_transpose_SparseBSC_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.718s) 2022-09-27T16:34:37.4291987Z test_transpose_SparseBSC_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.732s) 2022-09-27T16:34:38.1477955Z test_transpose_SparseBSC_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.706s) 2022-09-27T16:34:38.8710222Z test_transpose_SparseBSC_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.727s) 2022-09-27T16:34:39.5956414Z test_transpose_SparseBSC_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.727s) 2022-09-27T16:34:40.4644947Z test_transpose_SparseBSR_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.870s) 2022-09-27T16:34:41.2049817Z test_transpose_SparseBSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.744s) 2022-09-27T16:34:42.1473587Z test_transpose_SparseBSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.936s) 2022-09-27T16:34:43.0914061Z test_transpose_SparseBSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.938s) 2022-09-27T16:34:43.9654257Z test_transpose_SparseBSR_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.874s) 2022-09-27T16:34:44.8333748Z test_transpose_SparseBSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.881s) 2022-09-27T16:34:45.6965862Z test_transpose_SparseBSR_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.855s) 2022-09-27T16:34:46.4431944Z test_transpose_SparseBSR_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.752s) 2022-09-27T16:34:47.1900126Z test_transpose_SparseBSR_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.746s) 2022-09-27T16:34:47.9316518Z test_transpose_SparseBSR_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.745s) 2022-09-27T16:34:48.6789802Z test_transpose_SparseBSR_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.743s) 2022-09-27T16:34:49.4259638Z test_transpose_SparseBSR_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.745s) 2022-09-27T16:34:49.7980783Z test_transpose_SparseCSC_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.364s) 2022-09-27T16:34:50.1112684Z test_transpose_SparseCSC_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.316s) 2022-09-27T16:34:50.5195147Z test_transpose_SparseCSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.415s) 2022-09-27T16:34:50.9281863Z test_transpose_SparseCSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.411s) 2022-09-27T16:34:51.3021353Z test_transpose_SparseCSC_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.364s) 2022-09-27T16:34:51.6740543Z test_transpose_SparseCSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.381s) 2022-09-27T16:34:52.0434150Z test_transpose_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.358s) 2022-09-27T16:34:52.3606677Z test_transpose_SparseCSC_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.331s) 2022-09-27T16:34:52.6779874Z test_transpose_SparseCSC_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.318s) 2022-09-27T16:34:52.9926647Z test_transpose_SparseCSC_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.301s) 2022-09-27T16:34:53.3096953Z test_transpose_SparseCSC_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.331s) 2022-09-27T16:34:53.6268168Z test_transpose_SparseCSC_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.317s) 2022-09-27T16:34:54.0111447Z test_transpose_SparseCSR_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.380s) 2022-09-27T16:34:54.3381263Z test_transpose_SparseCSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.316s) 2022-09-27T16:34:54.7597736Z test_transpose_SparseCSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.429s) 2022-09-27T16:34:55.1804788Z test_transpose_SparseCSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.427s) 2022-09-27T16:34:55.5666548Z test_transpose_SparseCSR_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.379s) 2022-09-27T16:34:55.9514885Z test_transpose_SparseCSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.383s) 2022-09-27T16:34:56.3331714Z test_transpose_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.384s) 2022-09-27T16:34:56.6638921Z test_transpose_SparseCSR_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.333s) 2022-09-27T16:34:56.9946659Z test_transpose_SparseCSR_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.333s) 2022-09-27T16:34:57.3251545Z test_transpose_SparseCSR_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.333s) 2022-09-27T16:34:57.6586189Z test_transpose_SparseCSR_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.334s) 2022-09-27T16:34:57.9926895Z test_transpose_SparseCSR_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.333s) 2022-09-27T16:34:57.9952413Z test_zero_to_zero_correspondence_unary_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:57.9976682Z test_zero_to_zero_correspondence_unary_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:57.9999771Z test_zero_to_zero_correspondence_unary_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0022588Z test_zero_to_zero_correspondence_unary_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0045183Z test_zero_to_zero_correspondence_unary_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0067660Z test_zero_to_zero_correspondence_unary_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0095534Z test_zero_to_zero_correspondence_unary_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T16:34:58.0119395Z test_zero_to_zero_correspondence_unary_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T16:34:58.0144095Z test_zero_to_zero_correspondence_unary_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T16:34:58.0166595Z test_zero_to_zero_correspondence_unary_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-09-27T16:34:58.0188185Z test_zero_to_zero_correspondence_unary_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0209809Z test_zero_to_zero_correspondence_unary_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0232467Z test_zero_to_zero_correspondence_unary_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0255053Z test_zero_to_zero_correspondence_unary_angle_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0277860Z test_zero_to_zero_correspondence_unary_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0301636Z test_zero_to_zero_correspondence_unary_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T16:34:58.0325032Z test_zero_to_zero_correspondence_unary_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.001s) 2022-09-27T16:34:58.0347615Z test_zero_to_zero_correspondence_unary_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0369779Z test_zero_to_zero_correspondence_unary_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0392485Z test_zero_to_zero_correspondence_unary_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0415059Z test_zero_to_zero_correspondence_unary_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0437679Z test_zero_to_zero_correspondence_unary_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0460295Z test_zero_to_zero_correspondence_unary_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0483911Z test_zero_to_zero_correspondence_unary_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.0506437Z test_zero_to_zero_correspondence_unary_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0530045Z test_zero_to_zero_correspondence_unary_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0553597Z test_zero_to_zero_correspondence_unary_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0576326Z test_zero_to_zero_correspondence_unary_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0599681Z test_zero_to_zero_correspondence_unary_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0624693Z test_zero_to_zero_correspondence_unary_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.0649239Z test_zero_to_zero_correspondence_unary_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0673721Z test_zero_to_zero_correspondence_unary_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0697968Z test_zero_to_zero_correspondence_unary_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0722296Z test_zero_to_zero_correspondence_unary_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0746622Z test_zero_to_zero_correspondence_unary_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0769911Z test_zero_to_zero_correspondence_unary_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0794855Z test_zero_to_zero_correspondence_unary_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.0817431Z test_zero_to_zero_correspondence_unary_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0840219Z test_zero_to_zero_correspondence_unary_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0862581Z test_zero_to_zero_correspondence_unary_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0884898Z test_zero_to_zero_correspondence_unary_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0907408Z test_zero_to_zero_correspondence_unary_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0930009Z test_zero_to_zero_correspondence_unary_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0953686Z test_zero_to_zero_correspondence_unary_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.0976213Z test_zero_to_zero_correspondence_unary_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.0998889Z test_zero_to_zero_correspondence_unary_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1021351Z test_zero_to_zero_correspondence_unary_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1044940Z test_zero_to_zero_correspondence_unary_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1068647Z test_zero_to_zero_correspondence_unary_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1091335Z test_zero_to_zero_correspondence_unary_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1117117Z test_zero_to_zero_correspondence_unary_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.1140949Z test_zero_to_zero_correspondence_unary_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1165387Z test_zero_to_zero_correspondence_unary_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1189614Z test_zero_to_zero_correspondence_unary_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1213927Z test_zero_to_zero_correspondence_unary_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1238329Z test_zero_to_zero_correspondence_unary_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1263464Z test_zero_to_zero_correspondence_unary_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.1286796Z test_zero_to_zero_correspondence_unary_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1309325Z test_zero_to_zero_correspondence_unary_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1331980Z test_zero_to_zero_correspondence_unary_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1354877Z test_zero_to_zero_correspondence_unary_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1377247Z test_zero_to_zero_correspondence_unary_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1399574Z test_zero_to_zero_correspondence_unary_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1423084Z test_zero_to_zero_correspondence_unary_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.1445739Z test_zero_to_zero_correspondence_unary_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1468235Z test_zero_to_zero_correspondence_unary_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1491010Z test_zero_to_zero_correspondence_unary_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1513739Z test_zero_to_zero_correspondence_unary_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1536226Z test_zero_to_zero_correspondence_unary_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1558683Z test_zero_to_zero_correspondence_unary_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1581855Z test_zero_to_zero_correspondence_unary_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.1603404Z test_zero_to_zero_correspondence_unary_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1624969Z test_zero_to_zero_correspondence_unary_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1646340Z test_zero_to_zero_correspondence_unary_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1667699Z test_zero_to_zero_correspondence_unary_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1689277Z test_zero_to_zero_correspondence_unary_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1711250Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1735110Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.1765197Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T16:34:58.1791126Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T16:34:58.1815293Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T16:34:58.1838943Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T16:34:58.1860771Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1883829Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T16:34:58.1904749Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1925829Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1946624Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1967671Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.1988663Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2011113Z test_zero_to_zero_correspondence_unary_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2034748Z test_zero_to_zero_correspondence_unary_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2059754Z test_zero_to_zero_correspondence_unary_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.2083797Z test_zero_to_zero_correspondence_unary_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2107983Z test_zero_to_zero_correspondence_unary_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2132330Z test_zero_to_zero_correspondence_unary_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2156922Z test_zero_to_zero_correspondence_unary_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2181199Z test_zero_to_zero_correspondence_unary_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2206560Z test_zero_to_zero_correspondence_unary_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.2229783Z test_zero_to_zero_correspondence_unary_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2253368Z test_zero_to_zero_correspondence_unary_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2277577Z test_zero_to_zero_correspondence_unary_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2301555Z test_zero_to_zero_correspondence_unary_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2325986Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2351301Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.2375328Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2399700Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2423990Z test_zero_to_zero_correspondence_unary_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2447348Z test_zero_to_zero_correspondence_unary_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2469996Z test_zero_to_zero_correspondence_unary_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2492579Z test_zero_to_zero_correspondence_unary_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2515945Z test_zero_to_zero_correspondence_unary_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.2538598Z test_zero_to_zero_correspondence_unary_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2561343Z test_zero_to_zero_correspondence_unary_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2583856Z test_zero_to_zero_correspondence_unary_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2606560Z test_zero_to_zero_correspondence_unary_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2629161Z test_zero_to_zero_correspondence_unary_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2651736Z test_zero_to_zero_correspondence_unary_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2675098Z test_zero_to_zero_correspondence_unary_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.2697350Z test_zero_to_zero_correspondence_unary_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2719061Z test_zero_to_zero_correspondence_unary_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2740546Z test_zero_to_zero_correspondence_unary_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2761853Z test_zero_to_zero_correspondence_unary_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2783272Z test_zero_to_zero_correspondence_unary_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2804768Z test_zero_to_zero_correspondence_unary_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2828549Z test_zero_to_zero_correspondence_unary_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.2849924Z test_zero_to_zero_correspondence_unary_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2872200Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2894576Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2917175Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2940045Z test_zero_to_zero_correspondence_unary_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:58.2961960Z test_zero_to_zero_correspondence_unary_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.2983612Z test_zero_to_zero_correspondence_unary_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3005197Z test_zero_to_zero_correspondence_unary_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3026749Z test_zero_to_zero_correspondence_unary_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3048351Z test_zero_to_zero_correspondence_unary_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3069752Z test_zero_to_zero_correspondence_unary_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3092363Z test_zero_to_zero_correspondence_unary_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.3114057Z test_zero_to_zero_correspondence_unary_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3135541Z test_zero_to_zero_correspondence_unary_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3157142Z test_zero_to_zero_correspondence_unary_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3178649Z test_zero_to_zero_correspondence_unary_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3200130Z test_zero_to_zero_correspondence_unary_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3221621Z test_zero_to_zero_correspondence_unary_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3244008Z test_zero_to_zero_correspondence_unary_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.3265646Z test_zero_to_zero_correspondence_unary_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3287216Z test_zero_to_zero_correspondence_unary_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3308656Z test_zero_to_zero_correspondence_unary_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3330268Z test_zero_to_zero_correspondence_unary_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3351973Z test_zero_to_zero_correspondence_unary_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3373557Z test_zero_to_zero_correspondence_unary_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3395931Z test_zero_to_zero_correspondence_unary_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.3417594Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3439233Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3460846Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3482507Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3504015Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3525478Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3548344Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.3569660Z test_zero_to_zero_correspondence_unary_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3591212Z test_zero_to_zero_correspondence_unary_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3612618Z test_zero_to_zero_correspondence_unary_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3634242Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3655772Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3677432Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3698830Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3721881Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.3743268Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3764944Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3786393Z test_zero_to_zero_correspondence_unary_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3810041Z test_zero_to_zero_correspondence_unary_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:58.3833827Z test_zero_to_zero_correspondence_unary_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3857980Z test_zero_to_zero_correspondence_unary_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3881866Z test_zero_to_zero_correspondence_unary_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3906156Z test_zero_to_zero_correspondence_unary_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3930537Z test_zero_to_zero_correspondence_unary_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3954829Z test_zero_to_zero_correspondence_unary_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.3981804Z test_zero_to_zero_correspondence_unary_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.4006165Z test_zero_to_zero_correspondence_unary_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4029370Z test_zero_to_zero_correspondence_unary_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4052093Z test_zero_to_zero_correspondence_unary_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4074954Z test_zero_to_zero_correspondence_unary_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4097659Z test_zero_to_zero_correspondence_unary_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4121128Z test_zero_to_zero_correspondence_unary_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.4143491Z test_zero_to_zero_correspondence_unary_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4165732Z test_zero_to_zero_correspondence_unary_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4187168Z test_zero_to_zero_correspondence_unary_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4208702Z test_zero_to_zero_correspondence_unary_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4229843Z test_zero_to_zero_correspondence_unary_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4251373Z test_zero_to_zero_correspondence_unary_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4273790Z test_zero_to_zero_correspondence_unary_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.4296178Z test_zero_to_zero_correspondence_unary_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4318695Z test_zero_to_zero_correspondence_unary_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4340905Z test_zero_to_zero_correspondence_unary_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4362603Z test_zero_to_zero_correspondence_unary_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4384094Z test_zero_to_zero_correspondence_unary_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4405419Z test_zero_to_zero_correspondence_unary_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4426808Z test_zero_to_zero_correspondence_unary_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4449334Z test_zero_to_zero_correspondence_unary_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.4471803Z test_zero_to_zero_correspondence_unary_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4493147Z test_zero_to_zero_correspondence_unary_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4515758Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4538433Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4561336Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4583602Z test_zero_to_zero_correspondence_unary_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4607021Z test_zero_to_zero_correspondence_unary_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4629392Z test_zero_to_zero_correspondence_unary_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4650895Z test_zero_to_zero_correspondence_unary_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4672347Z test_zero_to_zero_correspondence_unary_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4693542Z test_zero_to_zero_correspondence_unary_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4715102Z test_zero_to_zero_correspondence_unary_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4736488Z test_zero_to_zero_correspondence_unary_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4760882Z test_zero_to_zero_correspondence_unary_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.4782125Z test_zero_to_zero_correspondence_unary_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4804727Z test_zero_to_zero_correspondence_unary_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4827132Z test_zero_to_zero_correspondence_unary_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4850548Z test_zero_to_zero_correspondence_unary_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:58.4872025Z test_zero_to_zero_correspondence_unary_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4893369Z test_zero_to_zero_correspondence_unary_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4914994Z test_zero_to_zero_correspondence_unary_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4936415Z test_zero_to_zero_correspondence_unary_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4958072Z test_zero_to_zero_correspondence_unary_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.4979648Z test_zero_to_zero_correspondence_unary_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5002293Z test_zero_to_zero_correspondence_unary_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.5023769Z test_zero_to_zero_correspondence_unary_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5045378Z test_zero_to_zero_correspondence_unary_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5066877Z test_zero_to_zero_correspondence_unary_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5088455Z test_zero_to_zero_correspondence_unary_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5109877Z test_zero_to_zero_correspondence_unary_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5131333Z test_zero_to_zero_correspondence_unary_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5152908Z test_zero_to_zero_correspondence_unary_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5175777Z test_zero_to_zero_correspondence_unary_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.5198262Z test_zero_to_zero_correspondence_unary_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5221784Z test_zero_to_zero_correspondence_unary_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5245395Z test_zero_to_zero_correspondence_unary_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5269461Z test_zero_to_zero_correspondence_unary_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:58.5292901Z test_zero_to_zero_correspondence_unary_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5317056Z test_zero_to_zero_correspondence_unary_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5341358Z test_zero_to_zero_correspondence_unary_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5365790Z test_zero_to_zero_correspondence_unary_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5390028Z test_zero_to_zero_correspondence_unary_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5416115Z test_zero_to_zero_correspondence_unary_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.5439649Z test_zero_to_zero_correspondence_unary_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5463142Z test_zero_to_zero_correspondence_unary_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5485890Z test_zero_to_zero_correspondence_unary_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5508445Z test_zero_to_zero_correspondence_unary_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5532294Z test_zero_to_zero_correspondence_unary_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:58.5554792Z test_zero_to_zero_correspondence_unary_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5576916Z test_zero_to_zero_correspondence_unary_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5599611Z test_zero_to_zero_correspondence_unary_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5622106Z test_zero_to_zero_correspondence_unary_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5644708Z test_zero_to_zero_correspondence_unary_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5667283Z test_zero_to_zero_correspondence_unary_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5690741Z test_zero_to_zero_correspondence_unary_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.5713405Z test_zero_to_zero_correspondence_unary_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5736924Z test_zero_to_zero_correspondence_unary_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5760437Z test_zero_to_zero_correspondence_unary_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5783166Z test_zero_to_zero_correspondence_unary_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5806595Z test_zero_to_zero_correspondence_unary_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5832418Z test_zero_to_zero_correspondence_unary_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.5855908Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5880283Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5904498Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5930186Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T16:34:58.5954708Z test_zero_to_zero_correspondence_unary_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.5978010Z test_zero_to_zero_correspondence_unary_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.6001692Z test_zero_to_zero_correspondence_unary_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.6025111Z test_zero_to_zero_correspondence_unary_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.6047932Z test_zero_to_zero_correspondence_unary_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.6071330Z test_zero_to_zero_correspondence_unary_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.6096159Z test_zero_to_zero_correspondence_unary_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.6120565Z test_zero_to_zero_correspondence_unary_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.6144712Z test_zero_to_zero_correspondence_unary_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.6169039Z test_zero_to_zero_correspondence_unary_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.6193421Z test_zero_to_zero_correspondence_unary_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.6217662Z test_zero_to_zero_correspondence_unary_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.6241985Z test_zero_to_zero_correspondence_unary_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.6265475Z test_zero_to_zero_correspondence_unary_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.6289039Z test_zero_to_zero_correspondence_unary_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.6311916Z test_zero_to_zero_correspondence_unary_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.6335176Z test_zero_to_zero_correspondence_unary_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.6359218Z test_zero_to_zero_correspondence_unary_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.6383494Z test_zero_to_zero_correspondence_unary_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.6408863Z test_zero_to_zero_correspondence_unary_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T16:34:58.6433280Z test_zero_to_zero_correspondence_unary_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.6457619Z test_zero_to_zero_correspondence_unary_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.6482032Z test_zero_to_zero_correspondence_unary_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.6505226Z test_zero_to_zero_correspondence_unary_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.6528641Z test_zero_to_zero_correspondence_unary_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.6553730Z test_zero_to_zero_correspondence_unary_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.6575899Z test_zero_to_zero_correspondence_unary_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.6597416Z test_zero_to_zero_correspondence_unary_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.6618607Z test_zero_to_zero_correspondence_unary_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.6640184Z test_zero_to_zero_correspondence_unary_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:58.6661591Z test_zero_to_zero_correspondence_unary_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.000s) 2022-09-27T16:34:59.1105255Z test_make_crow_indices (__main__.TestSparseCSRSampler) ... ok (0.450s) 2022-09-27T16:34:59.1182169Z test_clone_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:34:59.1249813Z test_clone_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:34:59.1329253Z test_clone_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:34:59.1406070Z test_clone_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:34:59.1479039Z test_clone_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:34:59.1552480Z test_clone_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:34:59.1624617Z test_clone_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:34:59.1690993Z test_clone_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:34:59.1756601Z test_clone_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:34:59.1821193Z test_clone_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:34:59.1886901Z test_clone_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:34:59.1952716Z test_clone_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:34:59.2023352Z test_clone_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:34:59.2088527Z test_clone_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:34:59.2161191Z test_clone_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:34:59.2234969Z test_clone_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:34:59.2306343Z test_clone_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:34:59.2378273Z test_clone_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:34:59.2449264Z test_clone_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:34:59.2514303Z test_clone_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:34:59.2578711Z test_clone_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:34:59.2642177Z test_clone_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:34:59.2706290Z test_clone_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:34:59.2771105Z test_clone_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:34:59.2807777Z test_clone_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:34:59.2840863Z test_clone_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:34:59.2878429Z test_clone_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:34:59.2917700Z test_clone_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:34:59.2954306Z test_clone_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:34:59.2990856Z test_clone_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:34:59.3027145Z test_clone_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:34:59.3060224Z test_clone_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:34:59.3093133Z test_clone_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:34:59.3125498Z test_clone_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:34:59.3158458Z test_clone_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:34:59.3192466Z test_clone_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:34:59.3228795Z test_clone_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:34:59.3261605Z test_clone_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:34:59.3300166Z test_clone_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:34:59.3340158Z test_clone_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:34:59.3376553Z test_clone_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:34:59.3413103Z test_clone_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:34:59.3449430Z test_clone_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:34:59.3482375Z test_clone_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:34:59.3521164Z test_clone_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:34:59.3547371Z test_clone_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:34:59.3580231Z test_clone_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:34:59.3613928Z test_clone_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:34:59.3646324Z test_consistency_SparseBSC__masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.3678463Z test_consistency_SparseBSC__masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.3710555Z test_consistency_SparseBSC__masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.3743059Z test_consistency_SparseBSC__masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.3774481Z test_consistency_SparseBSC__masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.3806346Z test_consistency_SparseBSC__masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.3838390Z test_consistency_SparseBSC__masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.3870300Z test_consistency_SparseBSC__masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.010s) 2022-09-27T16:34:59.3902093Z test_consistency_SparseBSC__masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.3933996Z test_consistency_SparseBSC__masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.3966006Z test_consistency_SparseBSC__masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.3997956Z test_consistency_SparseBSC__masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.4029713Z test_consistency_SparseBSC__masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.4061765Z test_consistency_SparseBSC__masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.4093722Z test_consistency_SparseBSC__masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.4125366Z test_consistency_SparseBSC__masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.4157475Z test_consistency_SparseBSC__masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.4189199Z test_consistency_SparseBSC__masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.4221170Z test_consistency_SparseBSC__masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.4253142Z test_consistency_SparseBSC__masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.4284974Z test_consistency_SparseBSC__masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.4316875Z test_consistency_SparseBSC__masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.4348660Z test_consistency_SparseBSC__masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.4380424Z test_consistency_SparseBSC__masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.4412239Z test_consistency_SparseBSC__masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.4444243Z test_consistency_SparseBSC__masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.4476297Z test_consistency_SparseBSC__masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.4508126Z test_consistency_SparseBSC__masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.4539946Z test_consistency_SparseBSC__masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.4571891Z test_consistency_SparseBSC__masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.4603905Z test_consistency_SparseBSC__masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.4635825Z test_consistency_SparseBSC__masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.4667724Z test_consistency_SparseBSC__masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.4699629Z test_consistency_SparseBSC__masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.4732107Z test_consistency_SparseBSC__masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.4763461Z test_consistency_SparseBSC__masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.4795498Z test_consistency_SparseBSC__masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.4827402Z test_consistency_SparseBSC__masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.4859168Z test_consistency_SparseBSC__masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.4891100Z test_consistency_SparseBSC__masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsc layout (0.010s) 2022-09-27T16:34:59.4922940Z test_consistency_SparseBSC__masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.4954840Z test_consistency_SparseBSC__masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.4986671Z test_consistency_SparseBSC__masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.5018464Z test_consistency_SparseBSC__masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.5050590Z test_consistency_SparseBSC__masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.5082421Z test_consistency_SparseBSC__masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.5114440Z test_consistency_SparseBSC__masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.5146196Z test_consistency_SparseBSC__masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.5178105Z test_consistency_SparseBSC__masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.5210186Z test_consistency_SparseBSC__masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.5242185Z test_consistency_SparseBSC__masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.5274086Z test_consistency_SparseBSC__masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.5306018Z test_consistency_SparseBSC_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.010s) 2022-09-27T16:34:59.5337770Z test_consistency_SparseBSC_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.5370134Z test_consistency_SparseBSC_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.5401438Z test_consistency_SparseBSC_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.5433509Z test_consistency_SparseBSC_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.5465401Z test_consistency_SparseBSC_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.5497318Z test_consistency_SparseBSC_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.5528971Z test_consistency_SparseBSC_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.5560729Z test_consistency_SparseBSC_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.5592508Z test_consistency_SparseBSC_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.5624943Z test_consistency_SparseBSC_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.5656742Z test_consistency_SparseBSC_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.5688496Z test_consistency_SparseBSC_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.5720325Z test_consistency_SparseBSC_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.5752268Z test_consistency_SparseBSC_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.5784245Z test_consistency_SparseBSC_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.5816023Z test_consistency_SparseBSC_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.5847945Z test_consistency_SparseBSC_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.5879927Z test_consistency_SparseBSC_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.010s) 2022-09-27T16:34:59.5911824Z test_consistency_SparseBSC_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.5943577Z test_consistency_SparseBSC_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.5975804Z test_consistency_SparseBSC_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.011s) 2022-09-27T16:34:59.6007655Z test_consistency_SparseBSC_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.6039584Z test_consistency_SparseBSC_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.6071541Z test_consistency_SparseBSC_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.6103347Z test_consistency_SparseBSC_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.6135416Z test_consistency_SparseBSC_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.6167295Z test_consistency_SparseBSC_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.6199062Z test_consistency_SparseBSC_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.6231112Z test_consistency_SparseBSC_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.6263034Z test_consistency_SparseBSC_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.6294911Z test_consistency_SparseBSC_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.6326770Z test_consistency_SparseBSC_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.6358615Z test_consistency_SparseBSC_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.6390509Z test_consistency_SparseBSC_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.6422435Z test_consistency_SparseBSC_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.6454322Z test_consistency_SparseBSC_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.6486042Z test_consistency_SparseBSC_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.6517833Z test_consistency_SparseBSC_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.6549446Z test_consistency_SparseBSC_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.6581249Z test_consistency_SparseBSC_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.6613140Z test_consistency_SparseBSC_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.6644863Z test_consistency_SparseBSC_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.6676673Z test_consistency_SparseBSC_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.6708498Z test_consistency_SparseBSC_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.6740282Z test_consistency_SparseBSC_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.6772206Z test_consistency_SparseBSC_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.017s) 2022-09-27T16:34:59.6804090Z test_consistency_SparseBSC_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.6836060Z test_consistency_SparseBSC_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.6867637Z test_consistency_SparseBSC_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.6899397Z test_consistency_SparseBSC_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.6931471Z test_consistency_SparseBSC_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.6963236Z test_consistency_SparseBSC_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.6995220Z test_consistency_SparseBSC_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.7026897Z test_consistency_SparseBSC_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.7058709Z test_consistency_SparseBSC_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.7090393Z test_consistency_SparseBSC_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.7122190Z test_consistency_SparseBSC_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.7153811Z test_consistency_SparseBSC_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.7185537Z test_consistency_SparseBSC_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.7217328Z test_consistency_SparseBSC_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.7249290Z test_consistency_SparseBSC_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.7281207Z test_consistency_SparseBSC_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.7313177Z test_consistency_SparseBSC_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.7344987Z test_consistency_SparseBSC_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.7377050Z test_consistency_SparseBSC_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.7409076Z test_consistency_SparseBSC_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.7441029Z test_consistency_SparseBSC_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.7473039Z test_consistency_SparseBSC_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.7504747Z test_consistency_SparseBSC_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.7536622Z test_consistency_SparseBSC_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.7568546Z test_consistency_SparseBSC_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.7600412Z test_consistency_SparseBSC_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.7632100Z test_consistency_SparseBSC_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.7663875Z test_consistency_SparseBSC_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.7695844Z test_consistency_SparseBSC_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.7727853Z test_consistency_SparseBSC_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.7759545Z test_consistency_SparseBSC_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.7791232Z test_consistency_SparseBSC_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.7823006Z test_consistency_SparseBSC_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.7854793Z test_consistency_SparseBSC_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.7887159Z test_consistency_SparseBSC_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.7918904Z test_consistency_SparseBSC_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.7950989Z test_consistency_SparseBSC_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.7982694Z test_consistency_SparseBSC_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.8014754Z test_consistency_SparseBSC_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.8046788Z test_consistency_SparseBSC_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.8078835Z test_consistency_SparseBSC_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.8110813Z test_consistency_SparseBSC_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.8142517Z test_consistency_SparseBSC_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.8174285Z test_consistency_SparseBSC_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.8206273Z test_consistency_SparseBSC_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.8238139Z test_consistency_SparseBSC_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.8269776Z test_consistency_SparseBSC_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.8301590Z test_consistency_SparseBSC_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.8333381Z test_consistency_SparseBSC_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.8365337Z test_consistency_SparseBSC_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.8397316Z test_consistency_SparseBSC_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.8428936Z test_consistency_SparseBSC_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.8460863Z test_consistency_SparseBSC_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.8492845Z test_consistency_SparseBSC_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.8524981Z test_consistency_SparseBSC_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.8556971Z test_consistency_SparseBSC_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.8588904Z test_consistency_SparseBSC_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.8620635Z test_consistency_SparseBSC_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.8652421Z test_consistency_SparseBSC_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.8684381Z test_consistency_SparseBSC_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.8716190Z test_consistency_SparseBSC_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.8747889Z test_consistency_SparseBSC_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.8779674Z test_consistency_SparseBSC_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.8811524Z test_consistency_SparseBSC_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.8844349Z test_consistency_SparseBSC_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.8875938Z test_consistency_SparseBSC_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.8907652Z test_consistency_SparseBSC_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.8939646Z test_consistency_SparseBSC_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.8971520Z test_consistency_SparseBSC_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.9003640Z test_consistency_SparseBSC_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.9035394Z test_consistency_SparseBSC_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.9067102Z test_consistency_SparseBSC_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.9098735Z test_consistency_SparseBSC_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.9130872Z test_consistency_SparseBSC_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.9162852Z test_consistency_SparseBSC_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.9194925Z test_consistency_SparseBSC_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.9226907Z test_consistency_SparseBSC_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.9258816Z test_consistency_SparseBSC_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.9290589Z test_consistency_SparseBSC_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.9322401Z test_consistency_SparseBSC_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.9354409Z test_consistency_SparseBSC_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.9386366Z test_consistency_SparseBSC_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.9418282Z test_consistency_SparseBSC_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.9450190Z test_consistency_SparseBSC_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.9481994Z test_consistency_SparseBSC_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.9513993Z test_consistency_SparseBSC_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.9545810Z test_consistency_SparseBSC_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.9577608Z test_consistency_SparseBSC_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.9609442Z test_consistency_SparseBSC_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.9641235Z test_consistency_SparseBSC_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.9673259Z test_consistency_SparseBSC_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.9705014Z test_consistency_SparseBSC_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.9736971Z test_consistency_SparseBSC_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.9768846Z test_consistency_SparseBSC_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.9801066Z test_consistency_SparseBSC_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.017s) 2022-09-27T16:34:59.9832964Z test_consistency_SparseBSC_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.9864813Z test_consistency_SparseBSC_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.9896805Z test_consistency_SparseBSC_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.9928507Z test_consistency_SparseBSC_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:34:59.9960319Z test_consistency_SparseBSC_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:34:59.9993035Z test_consistency_SparseBSC_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.0025022Z test_consistency_SparseBSC_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.0056960Z test_consistency_SparseBSC_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.0089017Z test_consistency_SparseBSC_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.0121299Z test_consistency_SparseBSC_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:35:00.0153150Z test_consistency_SparseBSC_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.0185736Z test_consistency_SparseBSC_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.0217450Z test_consistency_SparseBSC_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.0249330Z test_consistency_SparseBSC_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.0281167Z test_consistency_SparseBSC_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:35:00.0313016Z test_consistency_SparseBSC_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.0344802Z test_consistency_SparseBSC_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.0376646Z test_consistency_SparseBSC_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.0408644Z test_consistency_SparseBSC_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.0440632Z test_consistency_SparseBSC_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.0472607Z test_consistency_SparseBSC_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.0504312Z test_consistency_SparseBSC_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.0535994Z test_consistency_SparseBSC_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.0567814Z test_consistency_SparseBSC_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:35:00.0599607Z test_consistency_SparseBSC_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.0631283Z test_consistency_SparseBSC_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.0662958Z test_consistency_SparseBSC_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.0694777Z test_consistency_SparseBSC_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.0727011Z test_consistency_SparseBSC_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:35:00.0759327Z test_consistency_SparseBSC_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T16:35:00.0791868Z test_consistency_SparseBSC_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T16:35:00.0824080Z test_consistency_SparseBSC_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T16:35:00.0856558Z test_consistency_SparseBSC_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T16:35:00.0888724Z test_consistency_SparseBSC_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.002s) 2022-09-27T16:35:00.0920374Z test_consistency_SparseBSC_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.0952155Z test_consistency_SparseBSC_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.0984001Z test_consistency_SparseBSC_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.1015723Z test_consistency_SparseBSC_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.1047843Z test_consistency_SparseBSC_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:35:00.1079283Z test_consistency_SparseBSC_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.1111145Z test_consistency_SparseBSC_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.1142923Z test_consistency_SparseBSC_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.1174931Z test_consistency_SparseBSC_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.1206876Z test_consistency_SparseBSC_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:35:00.1238643Z test_consistency_SparseBSC_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.1270337Z test_consistency_SparseBSC_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.1302132Z test_consistency_SparseBSC_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.1333930Z test_consistency_SparseBSC_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.1365806Z test_consistency_SparseBSC_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.016s) 2022-09-27T16:35:00.1397367Z test_consistency_SparseBSC_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.1428917Z test_consistency_SparseBSC_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.1460517Z test_consistency_SparseBSC_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.1492366Z test_consistency_SparseBSC_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.1524224Z test_consistency_SparseBSC_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.016s) 2022-09-27T16:35:00.1556047Z test_consistency_SparseBSC_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.1587590Z test_consistency_SparseBSC_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.1619150Z test_consistency_SparseBSC_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.1650876Z test_consistency_SparseBSC_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.1682835Z test_consistency_SparseBSC_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:35:00.1714436Z test_consistency_SparseBSC_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.1745984Z test_consistency_SparseBSC_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.1777727Z test_consistency_SparseBSC_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.1809606Z test_consistency_SparseBSC_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.1841916Z test_consistency_SparseBSC_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:35:00.1873694Z test_consistency_SparseBSC_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.1905494Z test_consistency_SparseBSC_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.1937221Z test_consistency_SparseBSC_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.1968898Z test_consistency_SparseBSC_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.2000670Z test_consistency_SparseBSC_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:35:00.2032441Z test_consistency_SparseBSC_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.2064043Z test_consistency_SparseBSC_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.2095714Z test_consistency_SparseBSC_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.2127760Z test_consistency_SparseBSC_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.2159743Z test_consistency_SparseBSC_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:35:00.2191486Z test_consistency_SparseBSC_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.2223181Z test_consistency_SparseBSC_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.2255105Z test_consistency_SparseBSC_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.2287041Z test_consistency_SparseBSC_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.2319010Z test_consistency_SparseBSC_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:35:00.2350926Z test_consistency_SparseBSC_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.2382699Z test_consistency_SparseBSC_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.2414591Z test_consistency_SparseBSC_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.2446391Z test_consistency_SparseBSC_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.2478309Z test_consistency_SparseBSC_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:35:00.2509922Z test_consistency_SparseBSC_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.2541966Z test_consistency_SparseBSC_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.2573733Z test_consistency_SparseBSC_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.2605637Z test_consistency_SparseBSC_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.2637468Z test_consistency_SparseBSC_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:35:00.2669267Z test_consistency_SparseBSC_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.2701055Z test_consistency_SparseBSC_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.2732788Z test_consistency_SparseBSC_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.2764664Z test_consistency_SparseBSC_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.2796642Z test_consistency_SparseBSC_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:35:00.2828297Z test_consistency_SparseBSC_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.2860044Z test_consistency_SparseBSC_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.2891945Z test_consistency_SparseBSC_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.2923642Z test_consistency_SparseBSC_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.2955833Z test_consistency_SparseBSC_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:35:00.2987144Z test_consistency_SparseBSC_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.3018880Z test_consistency_SparseBSC_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.3050707Z test_consistency_SparseBSC_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.3082428Z test_consistency_SparseBSC_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.3114441Z test_consistency_SparseBSC_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:35:00.3146069Z test_consistency_SparseBSC_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.3177789Z test_consistency_SparseBSC_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.3209680Z test_consistency_SparseBSC_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.3241603Z test_consistency_SparseBSC_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.3273420Z test_consistency_SparseBSC_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:35:00.3305207Z test_consistency_SparseBSC_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.3336954Z test_consistency_SparseBSC_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.3368618Z test_consistency_SparseBSC_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.3400417Z test_consistency_SparseBSC_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.3432357Z test_consistency_SparseBSC_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:35:00.3464177Z test_consistency_SparseBSC_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.3496010Z test_consistency_SparseBSC_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.3527974Z test_consistency_SparseBSC_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.3560118Z test_consistency_SparseBSC_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.3591758Z test_consistency_SparseBSC_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.001s) 2022-09-27T16:35:00.3623393Z test_consistency_SparseBSC_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.3655071Z test_consistency_SparseBSC_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.3686687Z test_consistency_SparseBSC_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.3718660Z test_consistency_SparseBSC_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.3750735Z test_consistency_SparseBSC_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.017s) 2022-09-27T16:35:00.3782640Z test_consistency_SparseBSC_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.3814275Z test_consistency_SparseBSC_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.3846121Z test_consistency_SparseBSC_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.3877953Z test_consistency_SparseBSC_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.3910018Z test_consistency_SparseBSC_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:35:00.3941814Z test_consistency_SparseBSC_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.3973676Z test_consistency_SparseBSC_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.4005342Z test_consistency_SparseBSC_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.4037260Z test_consistency_SparseBSC_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.4069072Z test_consistency_SparseBSC_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:35:00.4100984Z test_consistency_SparseBSC_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.4132833Z test_consistency_SparseBSC_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.4164734Z test_consistency_SparseBSC_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.4196390Z test_consistency_SparseBSC_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.4228147Z test_consistency_SparseBSC_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:35:00.4260042Z test_consistency_SparseBSC_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.4292069Z test_consistency_SparseBSC_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.4323998Z test_consistency_SparseBSC_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.4356067Z test_consistency_SparseBSC_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.4387856Z test_consistency_SparseBSC_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:35:00.4419863Z test_consistency_SparseBSC_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.4451562Z test_consistency_SparseBSC_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.4483408Z test_consistency_SparseBSC_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.4515229Z test_consistency_SparseBSC_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.4546958Z test_consistency_SparseBSC_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:35:00.4578860Z test_consistency_SparseBSC_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.4610807Z test_consistency_SparseBSC_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.4642653Z test_consistency_SparseBSC_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.4674445Z test_consistency_SparseBSC_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.4706475Z test_consistency_SparseBSC_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.017s) 2022-09-27T16:35:00.4738181Z test_consistency_SparseBSC_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.4769989Z test_consistency_SparseBSC_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.4801898Z test_consistency_SparseBSC_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.4833635Z test_consistency_SparseBSC_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.4865522Z test_consistency_SparseBSC_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.016s) 2022-09-27T16:35:00.4897389Z test_consistency_SparseBSC_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.4929273Z test_consistency_SparseBSC_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.4961067Z test_consistency_SparseBSC_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.4992817Z test_consistency_SparseBSC_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.5024551Z test_consistency_SparseBSC_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:35:00.5056221Z test_consistency_SparseBSC_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.5088101Z test_consistency_SparseBSC_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.5119878Z test_consistency_SparseBSC_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.5151589Z test_consistency_SparseBSC_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.5183295Z test_consistency_SparseBSC_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.016s) 2022-09-27T16:35:00.5214976Z test_consistency_SparseBSC_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.5246906Z test_consistency_SparseBSC_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.000s) 2022-09-27T16:35:00.5278788Z test_consistency_SparseBSR__masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.5310714Z test_consistency_SparseBSR__masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.5342550Z test_consistency_SparseBSR__masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.016s) 2022-09-27T16:35:00.5374206Z test_consistency_SparseBSR__masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.5405973Z test_consistency_SparseBSR__masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.5437959Z test_consistency_SparseBSR__masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.5469733Z test_consistency_SparseBSR__masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.5501782Z test_consistency_SparseBSR__masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.016s) 2022-09-27T16:35:00.5533459Z test_consistency_SparseBSR__masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.5565289Z test_consistency_SparseBSR__masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.5597105Z test_consistency_SparseBSR__masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.5628796Z test_consistency_SparseBSR__masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.5660679Z test_consistency_SparseBSR__masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.016s) 2022-09-27T16:35:00.5692486Z test_consistency_SparseBSR__masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.5724565Z test_consistency_SparseBSR__masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.5756263Z test_consistency_SparseBSR__masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.5788058Z test_consistency_SparseBSR__masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.5820234Z test_consistency_SparseBSR__masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_bsr layout (0.016s) 2022-09-27T16:35:00.5851966Z test_consistency_SparseBSR__masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.5883902Z test_consistency_SparseBSR__masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.5915767Z test_consistency_SparseBSR__masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.5947492Z test_consistency_SparseBSR__masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.5979328Z test_consistency_SparseBSR__masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.016s) 2022-09-27T16:35:00.6011184Z test_consistency_SparseBSR__masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.6043103Z test_consistency_SparseBSR__masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.6074968Z test_consistency_SparseBSR__masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.6106778Z test_consistency_SparseBSR__masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.6139017Z test_consistency_SparseBSR__masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.016s) 2022-09-27T16:35:00.6170914Z test_consistency_SparseBSR__masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.6202724Z test_consistency_SparseBSR__masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.6234490Z test_consistency_SparseBSR__masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.6266213Z test_consistency_SparseBSR__masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.6298165Z test_consistency_SparseBSR__masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.016s) 2022-09-27T16:35:00.6329976Z test_consistency_SparseBSR__masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.6361890Z test_consistency_SparseBSR__masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.6393738Z test_consistency_SparseBSR__masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.6425591Z test_consistency_SparseBSR__masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.6457511Z test_consistency_SparseBSR__masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.016s) 2022-09-27T16:35:00.6489466Z test_consistency_SparseBSR__masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.6521597Z test_consistency_SparseBSR__masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.6553494Z test_consistency_SparseBSR__masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.6585265Z test_consistency_SparseBSR__masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.6617220Z test_consistency_SparseBSR__masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.016s) 2022-09-27T16:35:00.6649105Z test_consistency_SparseBSR__masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.6680960Z test_consistency_SparseBSR__masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.6712854Z test_consistency_SparseBSR__masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.6744604Z test_consistency_SparseBSR__masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.6776600Z test_consistency_SparseBSR__masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.016s) 2022-09-27T16:35:00.6808498Z test_consistency_SparseBSR__masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.6840331Z test_consistency_SparseBSR__masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.6872191Z test_consistency_SparseBSR__masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.6903990Z test_consistency_SparseBSR__masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:00.6943726Z test_consistency_SparseBSR_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:00.6983634Z test_consistency_SparseBSR_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.7023604Z test_consistency_SparseBSR_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.7062391Z test_consistency_SparseBSR_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.7101103Z test_consistency_SparseBSR_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:00.7138878Z test_consistency_SparseBSR_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.7176689Z test_consistency_SparseBSR_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.7213372Z test_consistency_SparseBSR_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.7249139Z test_consistency_SparseBSR_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:00.7284870Z test_consistency_SparseBSR_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.7321013Z test_consistency_SparseBSR_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.7356785Z test_consistency_SparseBSR_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.7394240Z test_consistency_SparseBSR_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:00.7431810Z test_consistency_SparseBSR_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.7470985Z test_consistency_SparseBSR_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.7509707Z test_consistency_SparseBSR_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.7548382Z test_consistency_SparseBSR_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:00.7586110Z test_consistency_SparseBSR_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.7624277Z test_consistency_SparseBSR_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.7661652Z test_consistency_SparseBSR_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.7699497Z test_consistency_SparseBSR_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:00.7736910Z test_consistency_SparseBSR_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-09-27T16:35:00.7774387Z test_consistency_SparseBSR_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.7811954Z test_consistency_SparseBSR_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.7850007Z test_consistency_SparseBSR_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.7888720Z test_consistency_SparseBSR_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:00.7929772Z test_consistency_SparseBSR_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.7970890Z test_consistency_SparseBSR_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.8009633Z test_consistency_SparseBSR_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.8048332Z test_consistency_SparseBSR_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:00.8086849Z test_consistency_SparseBSR_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.8125267Z test_consistency_SparseBSR_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.8163728Z test_consistency_SparseBSR_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.8202245Z test_consistency_SparseBSR_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:00.8239694Z test_consistency_SparseBSR_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.8277457Z test_consistency_SparseBSR_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.8314997Z test_consistency_SparseBSR_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.8356390Z test_consistency_SparseBSR_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:00.8397363Z test_consistency_SparseBSR_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.8435667Z test_consistency_SparseBSR_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.8473969Z test_consistency_SparseBSR_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.8511618Z test_consistency_SparseBSR_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:00.8549316Z test_consistency_SparseBSR_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.8587040Z test_consistency_SparseBSR_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.8624722Z test_consistency_SparseBSR_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.8662677Z test_consistency_SparseBSR_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:00.8700840Z test_consistency_SparseBSR_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.8739369Z test_consistency_SparseBSR_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.8778896Z test_consistency_SparseBSR_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.8818563Z test_consistency_SparseBSR_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:00.8857147Z test_consistency_SparseBSR_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.8895732Z test_consistency_SparseBSR_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.8933979Z test_consistency_SparseBSR_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.8972749Z test_consistency_SparseBSR_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:00.9010801Z test_consistency_SparseBSR_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.9048895Z test_consistency_SparseBSR_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.9087122Z test_consistency_SparseBSR_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.9125038Z test_consistency_SparseBSR_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.9163368Z test_consistency_SparseBSR_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:00.9202978Z test_consistency_SparseBSR_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.9242584Z test_consistency_SparseBSR_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.9281119Z test_consistency_SparseBSR_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.9318951Z test_consistency_SparseBSR_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:00.9356761Z test_consistency_SparseBSR_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.9394763Z test_consistency_SparseBSR_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.9432660Z test_consistency_SparseBSR_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.9470328Z test_consistency_SparseBSR_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:00.9507302Z test_consistency_SparseBSR_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.9545647Z test_consistency_SparseBSR_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.9584035Z test_consistency_SparseBSR_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.9622503Z test_consistency_SparseBSR_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:00.9659193Z test_consistency_SparseBSR_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.9695360Z test_consistency_SparseBSR_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.9731120Z test_consistency_SparseBSR_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.9767111Z test_consistency_SparseBSR_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:00.9802922Z test_consistency_SparseBSR_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.9840134Z test_consistency_SparseBSR_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.9876676Z test_consistency_SparseBSR_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:00.9915663Z test_consistency_SparseBSR_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:00.9955702Z test_consistency_SparseBSR_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-09-27T16:35:00.9995016Z test_consistency_SparseBSR_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.0033629Z test_consistency_SparseBSR_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.0071483Z test_consistency_SparseBSR_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.0109339Z test_consistency_SparseBSR_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.0145892Z test_consistency_SparseBSR_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.0181869Z test_consistency_SparseBSR_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.0218429Z test_consistency_SparseBSR_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.0254306Z test_consistency_SparseBSR_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.0290062Z test_consistency_SparseBSR_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.0327554Z test_consistency_SparseBSR_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.0366157Z test_consistency_SparseBSR_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.0405001Z test_consistency_SparseBSR_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.0443641Z test_consistency_SparseBSR_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.0482130Z test_consistency_SparseBSR_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.0520518Z test_consistency_SparseBSR_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.0559053Z test_consistency_SparseBSR_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.0597508Z test_consistency_SparseBSR_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.0635950Z test_consistency_SparseBSR_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.0674501Z test_consistency_SparseBSR_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.0712981Z test_consistency_SparseBSR_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.0751136Z test_consistency_SparseBSR_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.0789659Z test_consistency_SparseBSR_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.0827824Z test_consistency_SparseBSR_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.0866049Z test_consistency_SparseBSR_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.0903986Z test_consistency_SparseBSR_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-09-27T16:35:01.0942002Z test_consistency_SparseBSR_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.0979198Z test_consistency_SparseBSR_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.1016905Z test_consistency_SparseBSR_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.1054894Z test_consistency_SparseBSR_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.1092706Z test_consistency_SparseBSR_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.1131182Z test_consistency_SparseBSR_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.1168828Z test_consistency_SparseBSR_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.1207061Z test_consistency_SparseBSR_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.1244618Z test_consistency_SparseBSR_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.1282151Z test_consistency_SparseBSR_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.1319651Z test_consistency_SparseBSR_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.1357987Z test_consistency_SparseBSR_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.1395874Z test_consistency_SparseBSR_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.1434037Z test_consistency_SparseBSR_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.1470575Z test_consistency_SparseBSR_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.1506509Z test_consistency_SparseBSR_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.1542235Z test_consistency_SparseBSR_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.1578038Z test_consistency_SparseBSR_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.1613828Z test_consistency_SparseBSR_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.1650431Z test_consistency_SparseBSR_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.1686239Z test_consistency_SparseBSR_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.1724006Z test_consistency_SparseBSR_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.1762573Z test_consistency_SparseBSR_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.1800382Z test_consistency_SparseBSR_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.1837756Z test_consistency_SparseBSR_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.1874734Z test_consistency_SparseBSR_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.1911900Z test_consistency_SparseBSR_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.1947919Z test_consistency_SparseBSR_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.1983883Z test_consistency_SparseBSR_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.2019504Z test_consistency_SparseBSR_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.2055410Z test_consistency_SparseBSR_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.2091195Z test_consistency_SparseBSR_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.2127372Z test_consistency_SparseBSR_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.2163118Z test_consistency_SparseBSR_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.2200569Z test_consistency_SparseBSR_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.2237964Z test_consistency_SparseBSR_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.2275033Z test_consistency_SparseBSR_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.2312026Z test_consistency_SparseBSR_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.2348555Z test_consistency_SparseBSR_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.2384275Z test_consistency_SparseBSR_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.2419904Z test_consistency_SparseBSR_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.2455850Z test_consistency_SparseBSR_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.2491832Z test_consistency_SparseBSR_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.2527679Z test_consistency_SparseBSR_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.2564173Z test_consistency_SparseBSR_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.2599992Z test_consistency_SparseBSR_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.2636981Z test_consistency_SparseBSR_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.2673880Z test_consistency_SparseBSR_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.2711037Z test_consistency_SparseBSR_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.2747093Z test_consistency_SparseBSR_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.2783431Z test_consistency_SparseBSR_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T16:35:01.2819726Z test_consistency_SparseBSR_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T16:35:01.2856196Z test_consistency_SparseBSR_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T16:35:01.2892694Z test_consistency_SparseBSR_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T16:35:01.2929318Z test_consistency_SparseBSR_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T16:35:01.2965186Z test_consistency_SparseBSR_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.3001960Z test_consistency_SparseBSR_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.3038097Z test_consistency_SparseBSR_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.3075113Z test_consistency_SparseBSR_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.3111299Z test_consistency_SparseBSR_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.3147004Z test_consistency_SparseBSR_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.3182628Z test_consistency_SparseBSR_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.3218344Z test_consistency_SparseBSR_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.3254207Z test_consistency_SparseBSR_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.3291516Z test_consistency_SparseBSR_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.3330029Z test_consistency_SparseBSR_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.3368738Z test_consistency_SparseBSR_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.3407415Z test_consistency_SparseBSR_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.3446051Z test_consistency_SparseBSR_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.3484458Z test_consistency_SparseBSR_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.3522761Z test_consistency_SparseBSR_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.3561176Z test_consistency_SparseBSR_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.3599488Z test_consistency_SparseBSR_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.3637349Z test_consistency_SparseBSR_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.3676478Z test_consistency_SparseBSR_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.3716581Z test_consistency_SparseBSR_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.3755695Z test_consistency_SparseBSR_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.3794170Z test_consistency_SparseBSR_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.3832296Z test_consistency_SparseBSR_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.3870297Z test_consistency_SparseBSR_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.3906787Z test_consistency_SparseBSR_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.3942641Z test_consistency_SparseBSR_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.3978210Z test_consistency_SparseBSR_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.4013859Z test_consistency_SparseBSR_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.4049716Z test_consistency_SparseBSR_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.4081826Z test_consistency_SparseBSR_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:01.4113669Z test_consistency_SparseBSR_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:01.4145372Z test_consistency_SparseBSR_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:01.4177264Z test_consistency_SparseBSR_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:01.4209156Z test_consistency_SparseBSR_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:01.4240940Z test_consistency_SparseBSR_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:01.4272826Z test_consistency_SparseBSR_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:01.4309972Z test_consistency_SparseBSR_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.4348021Z test_consistency_SparseBSR_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.4385978Z test_consistency_SparseBSR_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.4422711Z test_consistency_SparseBSR_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.4458465Z test_consistency_SparseBSR_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.4494355Z test_consistency_SparseBSR_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.4530288Z test_consistency_SparseBSR_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.4566230Z test_consistency_SparseBSR_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.4603712Z test_consistency_SparseBSR_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.4640507Z test_consistency_SparseBSR_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.4679141Z test_consistency_SparseBSR_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.4719177Z test_consistency_SparseBSR_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.4758320Z test_consistency_SparseBSR_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.4797282Z test_consistency_SparseBSR_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.4835563Z test_consistency_SparseBSR_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T16:35:01.4873817Z test_consistency_SparseBSR_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.4910260Z test_consistency_SparseBSR_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.4946180Z test_consistency_SparseBSR_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.4982781Z test_consistency_SparseBSR_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T16:35:01.5019718Z test_consistency_SparseBSR_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T16:35:01.5056254Z test_consistency_SparseBSR_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T16:35:01.5093634Z test_consistency_SparseBSR_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-09-27T16:35:01.5130351Z test_consistency_SparseBSR_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.5168508Z test_consistency_SparseBSR_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.5207227Z test_consistency_SparseBSR_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.5245771Z test_consistency_SparseBSR_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.5282390Z test_consistency_SparseBSR_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.5318191Z test_consistency_SparseBSR_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.5354293Z test_consistency_SparseBSR_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.5391532Z test_consistency_SparseBSR_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.5427138Z test_consistency_SparseBSR_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.5463590Z test_consistency_SparseBSR_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.5499482Z test_consistency_SparseBSR_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:01.5535956Z test_consistency_SparseBSR_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.5572688Z test_consistency_SparseBSR_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.5609091Z test_consistency_SparseBSR_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.5644954Z test_consistency_SparseBSR_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.5680787Z test_consistency_SparseBSR_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.5716424Z test_consistency_SparseBSR_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.5752212Z test_consistency_SparseBSR_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.5787848Z test_consistency_SparseBSR_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.5825527Z test_consistency_SparseBSR_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.5863805Z test_consistency_SparseBSR_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.5903647Z test_consistency_SparseBSR_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.5943360Z test_consistency_SparseBSR_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.5982116Z test_consistency_SparseBSR_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.6020779Z test_consistency_SparseBSR_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.6059250Z test_consistency_SparseBSR_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.6097456Z test_consistency_SparseBSR_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.6135864Z test_consistency_SparseBSR_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.6174189Z test_consistency_SparseBSR_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.6212493Z test_consistency_SparseBSR_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.6250703Z test_consistency_SparseBSR_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.6288611Z test_consistency_SparseBSR_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.6328638Z test_consistency_SparseBSR_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.6368539Z test_consistency_SparseBSR_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.6406437Z test_consistency_SparseBSR_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.6444896Z test_consistency_SparseBSR_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.6482479Z test_consistency_SparseBSR_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.6520301Z test_consistency_SparseBSR_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.6557877Z test_consistency_SparseBSR_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.6595805Z test_consistency_SparseBSR_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.6633150Z test_consistency_SparseBSR_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.6670968Z test_consistency_SparseBSR_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.6708918Z test_consistency_SparseBSR_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.6748746Z test_consistency_SparseBSR_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.6788500Z test_consistency_SparseBSR_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.6826676Z test_consistency_SparseBSR_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.6865108Z test_consistency_SparseBSR_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.6902924Z test_consistency_SparseBSR_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.6940672Z test_consistency_SparseBSR_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.6978322Z test_consistency_SparseBSR_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.7015887Z test_consistency_SparseBSR_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.7053498Z test_consistency_SparseBSR_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.7091355Z test_consistency_SparseBSR_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.7129907Z test_consistency_SparseBSR_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.7169255Z test_consistency_SparseBSR_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.7208653Z test_consistency_SparseBSR_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.7247521Z test_consistency_SparseBSR_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.7286115Z test_consistency_SparseBSR_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.7324702Z test_consistency_SparseBSR_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.7362940Z test_consistency_SparseBSR_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.7401292Z test_consistency_SparseBSR_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.7439494Z test_consistency_SparseBSR_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.7477908Z test_consistency_SparseBSR_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.7515888Z test_consistency_SparseBSR_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.7553983Z test_consistency_SparseBSR_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.7593277Z test_consistency_SparseBSR_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.7632770Z test_consistency_SparseBSR_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.7671044Z test_consistency_SparseBSR_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.7709338Z test_consistency_SparseBSR_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.7747086Z test_consistency_SparseBSR_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.7784757Z test_consistency_SparseBSR_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.7822438Z test_consistency_SparseBSR_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.7860203Z test_consistency_SparseBSR_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.7897859Z test_consistency_SparseBSR_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.7930752Z test_consistency_SparseBSR_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:01.7962603Z test_consistency_SparseBSR_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:01.7994555Z test_consistency_SparseBSR_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:01.8026477Z test_consistency_SparseBSR_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.016s) 2022-09-27T16:35:01.8058210Z test_consistency_SparseBSR_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:01.8090017Z test_consistency_SparseBSR_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:01.8121705Z test_consistency_SparseBSR_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:01.8153637Z test_consistency_SparseBSR_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:01.8185450Z test_consistency_SparseBSR_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.016s) 2022-09-27T16:35:01.8217149Z test_consistency_SparseBSR_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:01.8249172Z test_consistency_SparseBSR_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:01.8280974Z test_consistency_SparseBSR_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.000s) 2022-09-27T16:35:01.8318228Z test_consistency_SparseBSR_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.8356633Z test_consistency_SparseBSR_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.8395084Z test_consistency_SparseBSR_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.8431647Z test_consistency_SparseBSR_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.8467476Z test_consistency_SparseBSR_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.8503157Z test_consistency_SparseBSR_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:01.8538976Z test_consistency_SparseBSR_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.8574883Z test_consistency_SparseBSR_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:01.8606962Z test_consistency_SparseCSC__masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.8638753Z test_consistency_SparseCSC__masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.8670851Z test_consistency_SparseCSC__masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.016s) 2022-09-27T16:35:01.8702216Z test_consistency_SparseCSC__masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.8734053Z test_consistency_SparseCSC__masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.8765840Z test_consistency_SparseCSC__masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.8798309Z test_consistency_SparseCSC__masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.8829834Z test_consistency_SparseCSC__masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.001s) 2022-09-27T16:35:01.8861629Z test_consistency_SparseCSC__masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.8893381Z test_consistency_SparseCSC__masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.8925106Z test_consistency_SparseCSC__masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.8956829Z test_consistency_SparseCSC__masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.8988331Z test_consistency_SparseCSC__masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.016s) 2022-09-27T16:35:01.9019956Z test_consistency_SparseCSC__masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.9051635Z test_consistency_SparseCSC__masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.9083312Z test_consistency_SparseCSC__masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.9115071Z test_consistency_SparseCSC__masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.9146736Z test_consistency_SparseCSC__masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.016s) 2022-09-27T16:35:01.9178474Z test_consistency_SparseCSC__masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.9210197Z test_consistency_SparseCSC__masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.9242125Z test_consistency_SparseCSC__masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.9273919Z test_consistency_SparseCSC__masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.016s) 2022-09-27T16:35:01.9305939Z test_consistency_SparseCSC__masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.9337667Z test_consistency_SparseCSC__masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.9369385Z test_consistency_SparseCSC__masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.9401335Z test_consistency_SparseCSC__masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.9433827Z test_consistency_SparseCSC__masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.016s) 2022-09-27T16:35:01.9465399Z test_consistency_SparseCSC__masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.9497069Z test_consistency_SparseCSC__masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.9528764Z test_consistency_SparseCSC__masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.9560624Z test_consistency_SparseCSC__masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.9592724Z test_consistency_SparseCSC__masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.016s) 2022-09-27T16:35:01.9624507Z test_consistency_SparseCSC__masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.9656345Z test_consistency_SparseCSC__masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.9688218Z test_consistency_SparseCSC__masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.9719928Z test_consistency_SparseCSC__masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.9752125Z test_consistency_SparseCSC__masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.016s) 2022-09-27T16:35:01.9783970Z test_consistency_SparseCSC__masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.9815724Z test_consistency_SparseCSC__masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.9847675Z test_consistency_SparseCSC__masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.9879535Z test_consistency_SparseCSC__masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.9911637Z test_consistency_SparseCSC__masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.016s) 2022-09-27T16:35:01.9943364Z test_consistency_SparseCSC__masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:01.9975094Z test_consistency_SparseCSC__masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:02.0006839Z test_consistency_SparseCSC__masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:02.0038384Z test_consistency_SparseCSC__masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:02.0070125Z test_consistency_SparseCSC__masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.016s) 2022-09-27T16:35:02.0101850Z test_consistency_SparseCSC__masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:02.0133804Z test_consistency_SparseCSC__masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:02.0165450Z test_consistency_SparseCSC__masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:02.0197453Z test_consistency_SparseCSC__masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:02.0229347Z test_consistency_SparseCSC__masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.016s) 2022-09-27T16:35:02.0267505Z test_consistency_SparseCSC_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.0306567Z test_consistency_SparseCSC_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.0346031Z test_consistency_SparseCSC_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.0384695Z test_consistency_SparseCSC_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.0422916Z test_consistency_SparseCSC_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.0460699Z test_consistency_SparseCSC_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.0498436Z test_consistency_SparseCSC_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.0534847Z test_consistency_SparseCSC_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.0570456Z test_consistency_SparseCSC_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.0605923Z test_consistency_SparseCSC_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.0641312Z test_consistency_SparseCSC_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.0676515Z test_consistency_SparseCSC_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.0713486Z test_consistency_SparseCSC_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.0750546Z test_consistency_SparseCSC_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.0789129Z test_consistency_SparseCSC_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.0827605Z test_consistency_SparseCSC_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.0865880Z test_consistency_SparseCSC_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.0904125Z test_consistency_SparseCSC_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.0940881Z test_consistency_SparseCSC_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.0978114Z test_consistency_SparseCSC_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.1015418Z test_consistency_SparseCSC_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.1052391Z test_consistency_SparseCSC_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.1089538Z test_consistency_SparseCSC_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.1126641Z test_consistency_SparseCSC_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.1164223Z test_consistency_SparseCSC_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.1202146Z test_consistency_SparseCSC_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.1242729Z test_consistency_SparseCSC_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.1283121Z test_consistency_SparseCSC_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.1321381Z test_consistency_SparseCSC_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.1359616Z test_consistency_SparseCSC_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.1397459Z test_consistency_SparseCSC_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.1435519Z test_consistency_SparseCSC_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.1473336Z test_consistency_SparseCSC_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.1511229Z test_consistency_SparseCSC_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.1548163Z test_consistency_SparseCSC_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.1585408Z test_consistency_SparseCSC_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.1622572Z test_consistency_SparseCSC_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.1663501Z test_consistency_SparseCSC_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.1704035Z test_consistency_SparseCSC_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.1742031Z test_consistency_SparseCSC_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.1779463Z test_consistency_SparseCSC_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.1817245Z test_consistency_SparseCSC_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.1854561Z test_consistency_SparseCSC_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.1891719Z test_consistency_SparseCSC_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.1929157Z test_consistency_SparseCSC_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.1966474Z test_consistency_SparseCSC_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.2004067Z test_consistency_SparseCSC_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.2041788Z test_consistency_SparseCSC_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.2080666Z test_consistency_SparseCSC_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.2119594Z test_consistency_SparseCSC_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.2158003Z test_consistency_SparseCSC_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.2196153Z test_consistency_SparseCSC_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.2234390Z test_consistency_SparseCSC_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.2272435Z test_consistency_SparseCSC_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.2310117Z test_consistency_SparseCSC_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.2348027Z test_consistency_SparseCSC_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.2385966Z test_consistency_SparseCSC_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.2423680Z test_consistency_SparseCSC_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.2461017Z test_consistency_SparseCSC_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.2499831Z test_consistency_SparseCSC_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.2538786Z test_consistency_SparseCSC_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.2576314Z test_consistency_SparseCSC_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.2614247Z test_consistency_SparseCSC_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.2651434Z test_consistency_SparseCSC_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.2688945Z test_consistency_SparseCSC_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.2726088Z test_consistency_SparseCSC_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.2763598Z test_consistency_SparseCSC_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.2800287Z test_consistency_SparseCSC_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.2837787Z test_consistency_SparseCSC_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.2875089Z test_consistency_SparseCSC_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.2912955Z test_consistency_SparseCSC_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.2949053Z test_consistency_SparseCSC_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.2984379Z test_consistency_SparseCSC_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.3019560Z test_consistency_SparseCSC_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.3054954Z test_consistency_SparseCSC_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.3090197Z test_consistency_SparseCSC_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.3126769Z test_consistency_SparseCSC_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.3162527Z test_consistency_SparseCSC_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.3200066Z test_consistency_SparseCSC_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.3239470Z test_consistency_SparseCSC_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.3277971Z test_consistency_SparseCSC_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.3315585Z test_consistency_SparseCSC_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.3353081Z test_consistency_SparseCSC_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.3390462Z test_consistency_SparseCSC_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.3426196Z test_consistency_SparseCSC_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.3461137Z test_consistency_SparseCSC_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.3495999Z test_consistency_SparseCSC_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.3531282Z test_consistency_SparseCSC_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.3566570Z test_consistency_SparseCSC_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.3603401Z test_consistency_SparseCSC_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.3641086Z test_consistency_SparseCSC_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.3679127Z test_consistency_SparseCSC_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.3717463Z test_consistency_SparseCSC_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.3755425Z test_consistency_SparseCSC_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.3793458Z test_consistency_SparseCSC_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.3831358Z test_consistency_SparseCSC_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.3869537Z test_consistency_SparseCSC_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.3907324Z test_consistency_SparseCSC_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.3945592Z test_consistency_SparseCSC_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.3983178Z test_consistency_SparseCSC_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.4020507Z test_consistency_SparseCSC_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.4058325Z test_consistency_SparseCSC_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.4095903Z test_consistency_SparseCSC_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.4133298Z test_consistency_SparseCSC_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.4170625Z test_consistency_SparseCSC_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.4208148Z test_consistency_SparseCSC_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.4244943Z test_consistency_SparseCSC_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.4282216Z test_consistency_SparseCSC_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.4319241Z test_consistency_SparseCSC_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.4356726Z test_consistency_SparseCSC_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.4394609Z test_consistency_SparseCSC_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.4431809Z test_consistency_SparseCSC_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.4469017Z test_consistency_SparseCSC_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.4506422Z test_consistency_SparseCSC_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.4543734Z test_consistency_SparseCSC_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.4580917Z test_consistency_SparseCSC_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.4618413Z test_consistency_SparseCSC_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.4656282Z test_consistency_SparseCSC_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.4693794Z test_consistency_SparseCSC_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-09-27T16:35:02.4729816Z test_consistency_SparseCSC_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.4765118Z test_consistency_SparseCSC_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.4800223Z test_consistency_SparseCSC_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.4836121Z test_consistency_SparseCSC_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T16:35:02.4871297Z test_consistency_SparseCSC_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.4907078Z test_consistency_SparseCSC_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.4942374Z test_consistency_SparseCSC_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.4979549Z test_consistency_SparseCSC_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.5017663Z test_consistency_SparseCSC_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.5054760Z test_consistency_SparseCSC_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.5091577Z test_consistency_SparseCSC_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.5127364Z test_consistency_SparseCSC_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.5163708Z test_consistency_SparseCSC_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.5199610Z test_consistency_SparseCSC_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.5234924Z test_consistency_SparseCSC_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.5270141Z test_consistency_SparseCSC_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.5305823Z test_consistency_SparseCSC_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.5341232Z test_consistency_SparseCSC_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.5376923Z test_consistency_SparseCSC_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.5412247Z test_consistency_SparseCSC_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.5449107Z test_consistency_SparseCSC_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.5486595Z test_consistency_SparseCSC_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.5522973Z test_consistency_SparseCSC_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.5558455Z test_consistency_SparseCSC_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.5594515Z test_consistency_SparseCSC_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.5630111Z test_consistency_SparseCSC_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.5665503Z test_consistency_SparseCSC_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.5700725Z test_consistency_SparseCSC_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.5735994Z test_consistency_SparseCSC_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.5771434Z test_consistency_SparseCSC_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.5807412Z test_consistency_SparseCSC_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.5842678Z test_consistency_SparseCSC_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.5878860Z test_consistency_SparseCSC_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.5914730Z test_consistency_SparseCSC_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.5950667Z test_consistency_SparseCSC_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.5986436Z test_consistency_SparseCSC_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.6021957Z test_consistency_SparseCSC_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.6057331Z test_consistency_SparseCSC_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.6092926Z test_consistency_SparseCSC_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.6128270Z test_consistency_SparseCSC_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.6164036Z test_consistency_SparseCSC_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.6199284Z test_consistency_SparseCSC_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.6235498Z test_consistency_SparseCSC_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.6271714Z test_consistency_SparseCSC_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.6308009Z test_consistency_SparseCSC_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.6343773Z test_consistency_SparseCSC_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.6378946Z test_consistency_SparseCSC_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.6414489Z test_consistency_SparseCSC_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.6449718Z test_consistency_SparseCSC_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.6485038Z test_consistency_SparseCSC_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.6521884Z test_consistency_SparseCSC_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.6560526Z test_consistency_SparseCSC_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.6598737Z test_consistency_SparseCSC_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.6636905Z test_consistency_SparseCSC_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.6675157Z test_consistency_SparseCSC_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.6713277Z test_consistency_SparseCSC_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.6751577Z test_consistency_SparseCSC_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T16:35:02.6789793Z test_consistency_SparseCSC_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.6827901Z test_consistency_SparseCSC_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.6865464Z test_consistency_SparseCSC_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.6904068Z test_consistency_SparseCSC_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.6943298Z test_consistency_SparseCSC_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.6981710Z test_consistency_SparseCSC_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.7019614Z test_consistency_SparseCSC_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.7056902Z test_consistency_SparseCSC_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.7094559Z test_consistency_SparseCSC_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.7130476Z test_consistency_SparseCSC_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.7165749Z test_consistency_SparseCSC_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.7201000Z test_consistency_SparseCSC_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.7236564Z test_consistency_SparseCSC_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.7271743Z test_consistency_SparseCSC_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.7303942Z test_consistency_SparseCSC_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:02.7335623Z test_consistency_SparseCSC_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:02.7367497Z test_consistency_SparseCSC_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:02.7399343Z test_consistency_SparseCSC_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.016s) 2022-09-27T16:35:02.7431087Z test_consistency_SparseCSC_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:02.7462672Z test_consistency_SparseCSC_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:02.7494446Z test_consistency_SparseCSC_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.000s) 2022-09-27T16:35:02.7531353Z test_consistency_SparseCSC_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.7568918Z test_consistency_SparseCSC_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.7606379Z test_consistency_SparseCSC_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.7642399Z test_consistency_SparseCSC_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.7677780Z test_consistency_SparseCSC_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.7713110Z test_consistency_SparseCSC_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.7748400Z test_consistency_SparseCSC_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.7783771Z test_consistency_SparseCSC_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.7820566Z test_consistency_SparseCSC_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.7856999Z test_consistency_SparseCSC_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.7894709Z test_consistency_SparseCSC_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.7933984Z test_consistency_SparseCSC_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.7972603Z test_consistency_SparseCSC_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.8010807Z test_consistency_SparseCSC_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.8048176Z test_consistency_SparseCSC_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.8085730Z test_consistency_SparseCSC_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.8122112Z test_consistency_SparseCSC_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.8158030Z test_consistency_SparseCSC_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.8193234Z test_consistency_SparseCSC_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.8228515Z test_consistency_SparseCSC_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.8263761Z test_consistency_SparseCSC_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.8300514Z test_consistency_SparseCSC_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.8336490Z test_consistency_SparseCSC_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.8374206Z test_consistency_SparseCSC_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.8412102Z test_consistency_SparseCSC_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.8449821Z test_consistency_SparseCSC_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.8486186Z test_consistency_SparseCSC_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.8521943Z test_consistency_SparseCSC_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.8557609Z test_consistency_SparseCSC_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.8592928Z test_consistency_SparseCSC_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.8628042Z test_consistency_SparseCSC_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.8663968Z test_consistency_SparseCSC_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.8699102Z test_consistency_SparseCSC_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.8735303Z test_consistency_SparseCSC_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.8771430Z test_consistency_SparseCSC_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.8807635Z test_consistency_SparseCSC_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.8842865Z test_consistency_SparseCSC_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.8878422Z test_consistency_SparseCSC_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.8913857Z test_consistency_SparseCSC_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.8949014Z test_consistency_SparseCSC_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.8984578Z test_consistency_SparseCSC_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.9021475Z test_consistency_SparseCSC_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.9059334Z test_consistency_SparseCSC_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.9098755Z test_consistency_SparseCSC_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.9138056Z test_consistency_SparseCSC_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.9176132Z test_consistency_SparseCSC_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.9214306Z test_consistency_SparseCSC_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.9252462Z test_consistency_SparseCSC_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.9290644Z test_consistency_SparseCSC_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.9328401Z test_consistency_SparseCSC_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.9366256Z test_consistency_SparseCSC_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.9404271Z test_consistency_SparseCSC_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.9442151Z test_consistency_SparseCSC_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.9479268Z test_consistency_SparseCSC_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.9518373Z test_consistency_SparseCSC_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.9557458Z test_consistency_SparseCSC_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.9595403Z test_consistency_SparseCSC_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.9633139Z test_consistency_SparseCSC_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.9670304Z test_consistency_SparseCSC_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.9707578Z test_consistency_SparseCSC_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.9745331Z test_consistency_SparseCSC_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.9782297Z test_consistency_SparseCSC_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-09-27T16:35:02.9819435Z test_consistency_SparseCSC_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.9857059Z test_consistency_SparseCSC_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.9894765Z test_consistency_SparseCSC_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:02.9933882Z test_consistency_SparseCSC_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:02.9973186Z test_consistency_SparseCSC_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.0010816Z test_consistency_SparseCSC_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.0048647Z test_consistency_SparseCSC_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.0086134Z test_consistency_SparseCSC_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.0123230Z test_consistency_SparseCSC_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.0160398Z test_consistency_SparseCSC_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.0197590Z test_consistency_SparseCSC_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.0234976Z test_consistency_SparseCSC_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.0278375Z test_consistency_SparseCSC_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.0310217Z test_consistency_SparseCSC_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.0349122Z test_consistency_SparseCSC_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.0388162Z test_consistency_SparseCSC_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.0426419Z test_consistency_SparseCSC_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.0464450Z test_consistency_SparseCSC_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.0502301Z test_consistency_SparseCSC_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.0540193Z test_consistency_SparseCSC_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.0577910Z test_consistency_SparseCSC_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.0615918Z test_consistency_SparseCSC_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.0653909Z test_consistency_SparseCSC_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.0691819Z test_consistency_SparseCSC_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.0729256Z test_consistency_SparseCSC_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-09-27T16:35:03.0767956Z test_consistency_SparseCSC_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.0806901Z test_consistency_SparseCSC_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.0844595Z test_consistency_SparseCSC_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.0882642Z test_consistency_SparseCSC_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.0919941Z test_consistency_SparseCSC_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.0957048Z test_consistency_SparseCSC_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.0994176Z test_consistency_SparseCSC_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.1031207Z test_consistency_SparseCSC_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.1068257Z test_consistency_SparseCSC_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.1110357Z test_consistency_SparseCSC_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.1149088Z test_consistency_SparseCSC_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.1191230Z test_consistency_SparseCSC_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.1233689Z test_consistency_SparseCSC_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.1274404Z test_consistency_SparseCSC_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.1314786Z test_consistency_SparseCSC_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.1355164Z test_consistency_SparseCSC_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.1393964Z test_consistency_SparseCSC_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.1432800Z test_consistency_SparseCSC_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.1471440Z test_consistency_SparseCSC_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.1510484Z test_consistency_SparseCSC_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.1549266Z test_consistency_SparseCSC_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.1586275Z test_consistency_SparseCSC_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.1624386Z test_consistency_SparseCSC_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.1662657Z test_consistency_SparseCSC_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.1698969Z test_consistency_SparseCSC_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.1734323Z test_consistency_SparseCSC_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.1769546Z test_consistency_SparseCSC_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.1805165Z test_consistency_SparseCSC_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.1840631Z test_consistency_SparseCSC_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-09-27T16:35:03.1906223Z test_consistency_SparseCSR__masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_masked\__init__.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:1614.) 2022-09-27T16:35:03.1907209Z new_values.scatter_reduce_( 2022-09-27T16:35:03.1981951Z ok (0.016s) 2022-09-27T16:35:03.2122816Z test_consistency_SparseCSR__masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.2251814Z test_consistency_SparseCSR__masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.2381481Z test_consistency_SparseCSR__masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.2413867Z test_consistency_SparseCSR__masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csr layout (0.000s) 2022-09-27T16:35:03.2446077Z test_consistency_SparseCSR__masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csr layout (0.016s) 2022-09-27T16:35:03.2478212Z test_consistency_SparseCSR__masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csr layout (0.000s) 2022-09-27T16:35:03.2510241Z test_consistency_SparseCSR__masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csr layout (0.000s) 2022-09-27T16:35:03.2542302Z test_consistency_SparseCSR__masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csr layout (0.000s) 2022-09-27T16:35:03.2671240Z test_consistency_SparseCSR__masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.2801749Z test_consistency_SparseCSR__masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.2931134Z test_consistency_SparseCSR__masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.3060620Z test_consistency_SparseCSR__masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.3092972Z test_consistency_SparseCSR__masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csr layout (0.016s) 2022-09-27T16:35:03.3125144Z test_consistency_SparseCSR__masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csr layout (0.000s) 2022-09-27T16:35:03.3157216Z test_consistency_SparseCSR__masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csr layout (0.000s) 2022-09-27T16:35:03.3188855Z test_consistency_SparseCSR__masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csr layout (0.000s) 2022-09-27T16:35:03.3221005Z test_consistency_SparseCSR__masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csr layout (0.000s) 2022-09-27T16:35:03.3357655Z test_consistency_SparseCSR__masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.3390035Z test_consistency_SparseCSR__masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.016s) 2022-09-27T16:35:03.3422132Z test_consistency_SparseCSR__masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.000s) 2022-09-27T16:35:03.3453969Z test_consistency_SparseCSR__masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.000s) 2022-09-27T16:35:03.3590590Z test_consistency_SparseCSR__masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.3726727Z test_consistency_SparseCSR__masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.3863066Z test_consistency_SparseCSR__masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.3895489Z test_consistency_SparseCSR__masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.001s) 2022-09-27T16:35:03.3927442Z test_consistency_SparseCSR__masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.000s) 2022-09-27T16:35:03.3959458Z test_consistency_SparseCSR__masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.000s) 2022-09-27T16:35:03.3991310Z test_consistency_SparseCSR__masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.000s) 2022-09-27T16:35:03.4023327Z test_consistency_SparseCSR__masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.016s) 2022-09-27T16:35:03.4089195Z test_consistency_SparseCSR__masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-09-27T16:35:03.4157212Z test_consistency_SparseCSR__masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.4224997Z test_consistency_SparseCSR__masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.4351985Z test_consistency_SparseCSR__masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.4475717Z test_consistency_SparseCSR__masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.4540521Z test_consistency_SparseCSR__masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.4605539Z test_consistency_SparseCSR__masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.4670568Z test_consistency_SparseCSR__masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.4735813Z test_consistency_SparseCSR__masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.4800081Z test_consistency_SparseCSR__masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.4929183Z test_consistency_SparseCSR__masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T16:35:03.4995082Z test_consistency_SparseCSR__masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.5062079Z test_consistency_SparseCSR__masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.5129213Z test_consistency_SparseCSR__masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.5253552Z test_consistency_SparseCSR__masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.5378886Z test_consistency_SparseCSR__masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.5502718Z test_consistency_SparseCSR__masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.5567770Z test_consistency_SparseCSR__masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.5632877Z test_consistency_SparseCSR__masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.5698130Z test_consistency_SparseCSR__masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.5762815Z test_consistency_SparseCSR__masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.5826879Z test_consistency_SparseCSR__masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.5863944Z test_consistency_SparseCSR_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.5902212Z test_consistency_SparseCSR_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.5941507Z test_consistency_SparseCSR_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.5979555Z test_consistency_SparseCSR_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.6017323Z test_consistency_SparseCSR_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.6054857Z test_consistency_SparseCSR_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.6092329Z test_consistency_SparseCSR_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.6128333Z test_consistency_SparseCSR_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.6163647Z test_consistency_SparseCSR_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.6198904Z test_consistency_SparseCSR_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.6234188Z test_consistency_SparseCSR_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.6269468Z test_consistency_SparseCSR_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.6306186Z test_consistency_SparseCSR_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.6343086Z test_consistency_SparseCSR_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.6381453Z test_consistency_SparseCSR_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.6419800Z test_consistency_SparseCSR_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.6457776Z test_consistency_SparseCSR_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.6495218Z test_consistency_SparseCSR_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.6532414Z test_consistency_SparseCSR_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.6569922Z test_consistency_SparseCSR_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.6607015Z test_consistency_SparseCSR_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.6644098Z test_consistency_SparseCSR_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.6681121Z test_consistency_SparseCSR_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.6718135Z test_consistency_SparseCSR_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.6755913Z test_consistency_SparseCSR_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.6793752Z test_consistency_SparseCSR_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.6834232Z test_consistency_SparseCSR_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.6874470Z test_consistency_SparseCSR_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.6912963Z test_consistency_SparseCSR_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.6950858Z test_consistency_SparseCSR_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.6988485Z test_consistency_SparseCSR_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.7026157Z test_consistency_SparseCSR_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.7064117Z test_consistency_SparseCSR_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.7101785Z test_consistency_SparseCSR_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.7138681Z test_consistency_SparseCSR_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.7175987Z test_consistency_SparseCSR_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.7213052Z test_consistency_SparseCSR_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.7253366Z test_consistency_SparseCSR_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.7293685Z test_consistency_SparseCSR_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.7331367Z test_consistency_SparseCSR_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.7368648Z test_consistency_SparseCSR_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.7405662Z test_consistency_SparseCSR_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.7442843Z test_consistency_SparseCSR_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.7479937Z test_consistency_SparseCSR_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.7517211Z test_consistency_SparseCSR_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.7554205Z test_consistency_SparseCSR_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.7591635Z test_consistency_SparseCSR_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.7629060Z test_consistency_SparseCSR_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.7668037Z test_consistency_SparseCSR_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.7706811Z test_consistency_SparseCSR_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.7744601Z test_consistency_SparseCSR_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.7782678Z test_consistency_SparseCSR_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.7820647Z test_consistency_SparseCSR_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.7857994Z test_consistency_SparseCSR_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.7895467Z test_consistency_SparseCSR_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.7932859Z test_consistency_SparseCSR_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.7970439Z test_consistency_SparseCSR_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.8007849Z test_consistency_SparseCSR_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.8044924Z test_consistency_SparseCSR_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.8083408Z test_consistency_SparseCSR_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.8121991Z test_consistency_SparseCSR_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.8159791Z test_consistency_SparseCSR_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.8197295Z test_consistency_SparseCSR_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.8234354Z test_consistency_SparseCSR_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.8271306Z test_consistency_SparseCSR_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.8308298Z test_consistency_SparseCSR_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.8345137Z test_consistency_SparseCSR_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.8381546Z test_consistency_SparseCSR_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.8418915Z test_consistency_SparseCSR_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.8455926Z test_consistency_SparseCSR_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.8493263Z test_consistency_SparseCSR_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.8529009Z test_consistency_SparseCSR_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.8563959Z test_consistency_SparseCSR_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.8598878Z test_consistency_SparseCSR_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.8634003Z test_consistency_SparseCSR_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.8668840Z test_consistency_SparseCSR_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.8704937Z test_consistency_SparseCSR_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.8740576Z test_consistency_SparseCSR_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.8778283Z test_consistency_SparseCSR_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.8817910Z test_consistency_SparseCSR_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T16:35:03.8857433Z test_consistency_SparseCSR_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T16:35:03.8894602Z test_consistency_SparseCSR_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T16:35:03.8932053Z test_consistency_SparseCSR_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T16:35:03.8968859Z test_consistency_SparseCSR_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.9004294Z test_consistency_SparseCSR_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.9039175Z test_consistency_SparseCSR_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.9074010Z test_consistency_SparseCSR_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.9108823Z test_consistency_SparseCSR_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.9143485Z test_consistency_SparseCSR_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.9180044Z test_consistency_SparseCSR_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.9217514Z test_consistency_SparseCSR_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.9255344Z test_consistency_SparseCSR_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.9292920Z test_consistency_SparseCSR_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.9330431Z test_consistency_SparseCSR_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.9368017Z test_consistency_SparseCSR_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.9405773Z test_consistency_SparseCSR_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.9443421Z test_consistency_SparseCSR_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.9480973Z test_consistency_SparseCSR_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.9518851Z test_consistency_SparseCSR_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.9556181Z test_consistency_SparseCSR_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.9593298Z test_consistency_SparseCSR_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.9630898Z test_consistency_SparseCSR_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.9668088Z test_consistency_SparseCSR_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.9705173Z test_consistency_SparseCSR_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.9742350Z test_consistency_SparseCSR_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.9779444Z test_consistency_SparseCSR_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.9815923Z test_consistency_SparseCSR_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.9852937Z test_consistency_SparseCSR_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.9889829Z test_consistency_SparseCSR_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:03.9926903Z test_consistency_SparseCSR_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:03.9963872Z test_consistency_SparseCSR_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.0001013Z test_consistency_SparseCSR_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.0038129Z test_consistency_SparseCSR_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.0075637Z test_consistency_SparseCSR_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.0112356Z test_consistency_SparseCSR_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.0149382Z test_consistency_SparseCSR_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.0186878Z test_consistency_SparseCSR_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.0224140Z test_consistency_SparseCSR_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.0261397Z test_consistency_SparseCSR_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.0297453Z test_consistency_SparseCSR_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.0332552Z test_consistency_SparseCSR_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.0367588Z test_consistency_SparseCSR_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.0402636Z test_consistency_SparseCSR_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.0437792Z test_consistency_SparseCSR_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.0473798Z test_consistency_SparseCSR_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.0508693Z test_consistency_SparseCSR_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.0545807Z test_consistency_SparseCSR_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.0583665Z test_consistency_SparseCSR_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.0620651Z test_consistency_SparseCSR_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.0657150Z test_consistency_SparseCSR_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.0693404Z test_consistency_SparseCSR_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.0729496Z test_consistency_SparseCSR_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.0764521Z test_consistency_SparseCSR_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.0799669Z test_consistency_SparseCSR_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.0834877Z test_consistency_SparseCSR_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.0869812Z test_consistency_SparseCSR_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.0905005Z test_consistency_SparseCSR_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.0940616Z test_consistency_SparseCSR_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.0975750Z test_consistency_SparseCSR_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.1011937Z test_consistency_SparseCSR_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.1048768Z test_consistency_SparseCSR_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.1085093Z test_consistency_SparseCSR_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.1120524Z test_consistency_SparseCSR_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.1156064Z test_consistency_SparseCSR_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.1191015Z test_consistency_SparseCSR_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.1225820Z test_consistency_SparseCSR_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.1260795Z test_consistency_SparseCSR_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.1295969Z test_consistency_SparseCSR_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.1331574Z test_consistency_SparseCSR_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.1366410Z test_consistency_SparseCSR_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.1401131Z test_consistency_SparseCSR_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.1437148Z test_consistency_SparseCSR_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.1473158Z test_consistency_SparseCSR_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.1509312Z test_consistency_SparseCSR_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.1544688Z test_consistency_SparseCSR_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.1579614Z test_consistency_SparseCSR_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.1615488Z test_consistency_SparseCSR_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.1650814Z test_consistency_SparseCSR_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.1685859Z test_consistency_SparseCSR_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.1721536Z test_consistency_SparseCSR_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.1756574Z test_consistency_SparseCSR_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.1792742Z test_consistency_SparseCSR_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T16:35:04.1827954Z test_consistency_SparseCSR_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.1863817Z test_consistency_SparseCSR_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.1899285Z test_consistency_SparseCSR_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.1934190Z test_consistency_SparseCSR_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.1969162Z test_consistency_SparseCSR_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.2004378Z test_consistency_SparseCSR_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.2039590Z test_consistency_SparseCSR_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.2076315Z test_consistency_SparseCSR_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.2114083Z test_consistency_SparseCSR_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.2151840Z test_consistency_SparseCSR_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.2189402Z test_consistency_SparseCSR_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.2227248Z test_consistency_SparseCSR_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.2265058Z test_consistency_SparseCSR_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.2302647Z test_consistency_SparseCSR_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.2340200Z test_consistency_SparseCSR_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.2377964Z test_consistency_SparseCSR_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.2415341Z test_consistency_SparseCSR_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.2453574Z test_consistency_SparseCSR_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.2492696Z test_consistency_SparseCSR_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.2530536Z test_consistency_SparseCSR_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.2568306Z test_consistency_SparseCSR_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.2605180Z test_consistency_SparseCSR_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.2642528Z test_consistency_SparseCSR_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.2678421Z test_consistency_SparseCSR_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.2713480Z test_consistency_SparseCSR_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.2748527Z test_consistency_SparseCSR_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.2783431Z test_consistency_SparseCSR_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.2818390Z test_consistency_SparseCSR_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.2905382Z test_consistency_SparseCSR_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.2955986Z test_consistency_SparseCSR_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.3007240Z test_consistency_SparseCSR_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.3058393Z test_consistency_SparseCSR_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.3106868Z test_consistency_SparseCSR_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.3154194Z test_consistency_SparseCSR_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.3201751Z test_consistency_SparseCSR_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.3238529Z test_consistency_SparseCSR_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.3275752Z test_consistency_SparseCSR_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.3313510Z test_consistency_SparseCSR_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.3349309Z test_consistency_SparseCSR_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.3384685Z test_consistency_SparseCSR_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.3419790Z test_consistency_SparseCSR_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.3454998Z test_consistency_SparseCSR_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.3490077Z test_consistency_SparseCSR_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.3526933Z test_consistency_SparseCSR_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.3562853Z test_consistency_SparseCSR_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.3600567Z test_consistency_SparseCSR_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.3639813Z test_consistency_SparseCSR_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.3678244Z test_consistency_SparseCSR_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.3716099Z test_consistency_SparseCSR_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.3753971Z test_consistency_SparseCSR_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.3791742Z test_consistency_SparseCSR_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.3827427Z test_consistency_SparseCSR_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.3862541Z test_consistency_SparseCSR_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-09-27T16:35:04.3897716Z test_consistency_SparseCSR_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.3932974Z test_consistency_SparseCSR_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.3968379Z test_consistency_SparseCSR_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.4005087Z test_consistency_SparseCSR_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.4041066Z test_consistency_SparseCSR_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.4078442Z test_consistency_SparseCSR_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.4115934Z test_consistency_SparseCSR_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.4153746Z test_consistency_SparseCSR_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.4189509Z test_consistency_SparseCSR_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.4224652Z test_consistency_SparseCSR_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.4260113Z test_consistency_SparseCSR_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.4295884Z test_consistency_SparseCSR_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.4331265Z test_consistency_SparseCSR_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.4367026Z test_consistency_SparseCSR_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.4402146Z test_consistency_SparseCSR_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.4438190Z test_consistency_SparseCSR_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.4474683Z test_consistency_SparseCSR_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.4510619Z test_consistency_SparseCSR_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.4545924Z test_consistency_SparseCSR_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.4580920Z test_consistency_SparseCSR_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.4615906Z test_consistency_SparseCSR_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.4651146Z test_consistency_SparseCSR_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.4686362Z test_consistency_SparseCSR_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.4723018Z test_consistency_SparseCSR_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.4760684Z test_consistency_SparseCSR_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.4800451Z test_consistency_SparseCSR_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T16:35:04.4839287Z test_consistency_SparseCSR_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.4877248Z test_consistency_SparseCSR_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.4915101Z test_consistency_SparseCSR_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.4953062Z test_consistency_SparseCSR_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.4990501Z test_consistency_SparseCSR_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.5028216Z test_consistency_SparseCSR_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.5065946Z test_consistency_SparseCSR_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.5103679Z test_consistency_SparseCSR_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.5140931Z test_consistency_SparseCSR_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.5177861Z test_consistency_SparseCSR_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.5216745Z test_consistency_SparseCSR_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.5255862Z test_consistency_SparseCSR_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.5293561Z test_consistency_SparseCSR_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.5331479Z test_consistency_SparseCSR_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.5368626Z test_consistency_SparseCSR_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.5406132Z test_consistency_SparseCSR_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.5443387Z test_consistency_SparseCSR_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.5480522Z test_consistency_SparseCSR_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.5517660Z test_consistency_SparseCSR_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.5555000Z test_consistency_SparseCSR_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.5592181Z test_consistency_SparseCSR_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.5630897Z test_consistency_SparseCSR_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.5669704Z test_consistency_SparseCSR_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.5707253Z test_consistency_SparseCSR_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.5745078Z test_consistency_SparseCSR_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T16:35:04.5782296Z test_consistency_SparseCSR_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.5819343Z test_consistency_SparseCSR_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.5856512Z test_consistency_SparseCSR_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.5894089Z test_consistency_SparseCSR_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.5930761Z test_consistency_SparseCSR_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-09-27T16:35:04.5967934Z test_consistency_SparseCSR_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.6005443Z test_consistency_SparseCSR_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.6044283Z test_consistency_SparseCSR_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.6083106Z test_consistency_SparseCSR_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.6121085Z test_consistency_SparseCSR_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.6158903Z test_consistency_SparseCSR_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.6196600Z test_consistency_SparseCSR_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.6234359Z test_consistency_SparseCSR_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.6272207Z test_consistency_SparseCSR_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.6309652Z test_consistency_SparseCSR_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.6347332Z test_consistency_SparseCSR_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.6384887Z test_consistency_SparseCSR_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.6422045Z test_consistency_SparseCSR_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.6460750Z test_consistency_SparseCSR_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.6499625Z test_consistency_SparseCSR_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.6537086Z test_consistency_SparseCSR_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.6574719Z test_consistency_SparseCSR_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.6611983Z test_consistency_SparseCSR_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.6648895Z test_consistency_SparseCSR_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.6686842Z test_consistency_SparseCSR_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.6722839Z test_consistency_SparseCSR_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-09-27T16:35:04.6759790Z test_consistency_SparseCSR_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.6801521Z test_consistency_SparseCSR_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.6840112Z test_consistency_SparseCSR_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.6882316Z test_consistency_SparseCSR_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.6925204Z test_consistency_SparseCSR_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.6966176Z test_consistency_SparseCSR_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.7006608Z test_consistency_SparseCSR_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.7046865Z test_consistency_SparseCSR_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.7085716Z test_consistency_SparseCSR_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.7124292Z test_consistency_SparseCSR_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.7163097Z test_consistency_SparseCSR_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.7201701Z test_consistency_SparseCSR_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.7240337Z test_consistency_SparseCSR_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.7277212Z test_consistency_SparseCSR_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.7315310Z test_consistency_SparseCSR_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.7353362Z test_consistency_SparseCSR_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.7389274Z test_consistency_SparseCSR_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.7424719Z test_consistency_SparseCSR_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.7459561Z test_consistency_SparseCSR_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.7494907Z test_consistency_SparseCSR_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.7530200Z test_consistency_SparseCSR_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.7598280Z test_copy_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.7658969Z test_copy_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.7734913Z test_copy_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.7809573Z test_copy_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.7879199Z test_copy_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.7947889Z test_copy_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.8018791Z test_copy_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.8079878Z test_copy_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.8140561Z test_copy_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.8200570Z test_copy_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.8260747Z test_copy_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.8321140Z test_copy_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.8389319Z test_copy_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.8449740Z test_copy_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.8525575Z test_copy_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.8600272Z test_copy_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.8669384Z test_copy_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.8738140Z test_copy_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.8808476Z test_copy_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T16:35:04.8869403Z test_copy_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.8929944Z test_copy_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T16:35:04.8989692Z test_copy_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.9049912Z test_copy_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.9110209Z test_copy_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.9202822Z test_copy_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.9288796Z test_copy_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T16:35:04.9390768Z test_copy_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.9489723Z test_copy_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.9583651Z test_copy_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:04.9677231Z test_copy_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.9774572Z test_copy_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:04.9861125Z test_copy_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T16:35:04.9946497Z test_copy_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:05.0031623Z test_copy_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.0117404Z test_copy_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.0202791Z test_copy_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:05.0297097Z test_copy_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.0382343Z test_copy_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:05.0484612Z test_copy_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.0583547Z test_copy_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.0678183Z test_copy_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:05.0772053Z test_copy_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.0869735Z test_copy_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:05.0956109Z test_copy_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:05.1041511Z test_copy_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:05.1126854Z test_copy_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.1212207Z test_copy_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:05.1297667Z test_copy_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.1403032Z test_copy_errors_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:05.1494041Z test_copy_errors_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.1592029Z test_copy_errors_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.1689772Z test_copy_errors_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:05.1784595Z test_copy_errors_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.1879670Z test_copy_errors_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T16:35:05.1974319Z test_copy_errors_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:05.2065634Z test_copy_errors_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.2157362Z test_copy_errors_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.2248839Z test_copy_errors_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:05.2340420Z test_copy_errors_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.2432071Z test_copy_errors_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:05.2527009Z test_copy_errors_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.2618108Z test_copy_errors_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.2715891Z test_copy_errors_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:05.2814040Z test_copy_errors_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.2908901Z test_copy_errors_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:05.3003841Z test_copy_errors_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.3098684Z test_copy_errors_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.3190021Z test_copy_errors_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:05.3281654Z test_copy_errors_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.3373227Z test_copy_errors_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:05.3464652Z test_copy_errors_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.3556444Z test_copy_errors_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.3625887Z test_copy_errors_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:05.3692645Z test_copy_errors_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:05.3764791Z test_copy_errors_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.3836282Z test_copy_errors_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:05.3905930Z test_copy_errors_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.3975335Z test_copy_errors_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:05.4044829Z test_copy_errors_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.4111794Z test_copy_errors_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:05.4178740Z test_copy_errors_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:05.4246005Z test_copy_errors_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.4313205Z test_copy_errors_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:05.4380695Z test_copy_errors_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.4449450Z test_copy_errors_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:05.4515684Z test_copy_errors_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.4586467Z test_copy_errors_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:05.4657493Z test_copy_errors_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:05.4726696Z test_copy_errors_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T16:35:05.4795310Z test_copy_errors_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:05.4864310Z test_copy_errors_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.4930780Z test_copy_errors_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:05.4997828Z test_copy_errors_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:05.5063501Z test_copy_errors_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.5129957Z test_copy_errors_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:05.5196563Z test_copy_errors_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.5256801Z test_dim_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:05.5315637Z test_dim_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.5342615Z test_dim_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:05.5369490Z test_dim_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:05.5582918Z test_empty_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.5795241Z test_empty_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-09-27T16:35:05.6006903Z test_empty_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.6218533Z test_empty_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.6429911Z test_empty_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T16:35:05.6641127Z test_empty_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.6857316Z test_empty_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T16:35:05.7068506Z test_empty_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T16:35:05.7280108Z test_empty_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.7491496Z test_empty_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.7702724Z test_empty_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T16:35:05.7914113Z test_empty_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.8125572Z test_empty_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.8337428Z test_empty_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T16:35:05.8547361Z test_empty_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.8759253Z test_empty_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.8970056Z test_empty_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-09-27T16:35:05.9181253Z test_empty_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.9391381Z test_empty_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:05.9603039Z test_empty_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-09-27T16:35:05.9813379Z test_empty_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.0024882Z test_empty_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.0235240Z test_empty_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T16:35:06.0445903Z test_empty_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.0464973Z test_empty_errors_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.0481359Z test_empty_errors_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.0497337Z test_empty_errors_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.0513312Z test_empty_errors_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.0529528Z test_empty_errors_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.0545334Z test_empty_errors_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.0561234Z test_empty_errors_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.0576922Z test_empty_errors_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.0592740Z test_empty_errors_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.0608467Z test_empty_errors_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.0624195Z test_empty_errors_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.0640145Z test_empty_errors_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.0655708Z test_empty_errors_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.0671618Z test_empty_errors_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.0687286Z test_empty_errors_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.0702962Z test_empty_errors_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.0718732Z test_empty_errors_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.0734388Z test_empty_errors_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.0750496Z test_empty_errors_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.0765838Z test_empty_errors_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.0781492Z test_empty_errors_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.0797244Z test_empty_errors_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.0812912Z test_empty_errors_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.0833139Z test_empty_errors_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.0909040Z test_empty_like_SparseBSC_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.0977933Z test_empty_like_SparseBSC_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.1046696Z test_empty_like_SparseBSC_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.1120149Z test_empty_like_SparseBSC_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.1190858Z test_empty_like_SparseBSC_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.1259479Z test_empty_like_SparseBSC_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.1328960Z test_empty_like_SparseBSC_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.1397690Z test_empty_like_SparseBSC_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.1466280Z test_empty_like_SparseBSC_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.1534967Z test_empty_like_SparseBSC_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.1603505Z test_empty_like_SparseBSC_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.1672281Z test_empty_like_SparseBSC_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.1757378Z test_empty_like_SparseBSC_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.1839780Z test_empty_like_SparseBSC_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T16:35:06.1921650Z test_empty_like_SparseBSC_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.2004170Z test_empty_like_SparseBSC_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.2087052Z test_empty_like_SparseBSC_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.2168838Z test_empty_like_SparseBSC_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.2251040Z test_empty_like_SparseBSC_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.2333032Z test_empty_like_SparseBSC_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.2414691Z test_empty_like_SparseBSC_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.2496298Z test_empty_like_SparseBSC_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.2578362Z test_empty_like_SparseBSC_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.2660266Z test_empty_like_SparseBSC_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.2743798Z test_empty_like_SparseBSC_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T16:35:06.2826793Z test_empty_like_SparseBSC_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T16:35:06.2909768Z test_empty_like_SparseBSC_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T16:35:06.2992276Z test_empty_like_SparseBSC_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.3075280Z test_empty_like_SparseBSC_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.3157088Z test_empty_like_SparseBSC_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.3239574Z test_empty_like_SparseBSC_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.3321387Z test_empty_like_SparseBSC_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.3403321Z test_empty_like_SparseBSC_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.3485264Z test_empty_like_SparseBSC_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.3567134Z test_empty_like_SparseBSC_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.3648808Z test_empty_like_SparseBSC_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.3731176Z test_empty_like_SparseBSC_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.3812734Z test_empty_like_SparseBSC_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.3894754Z test_empty_like_SparseBSC_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.3977129Z test_empty_like_SparseBSC_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.4059942Z test_empty_like_SparseBSC_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.4141608Z test_empty_like_SparseBSC_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.4223603Z test_empty_like_SparseBSC_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.4305604Z test_empty_like_SparseBSC_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.4387046Z test_empty_like_SparseBSC_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.4469286Z test_empty_like_SparseBSC_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.4550993Z test_empty_like_SparseBSC_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.4632782Z test_empty_like_SparseBSC_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.4713461Z test_empty_like_SparseBSR_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.4795091Z test_empty_like_SparseBSR_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T16:35:06.4875900Z test_empty_like_SparseBSR_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.4956629Z test_empty_like_SparseBSR_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.5038471Z test_empty_like_SparseBSR_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.5119876Z test_empty_like_SparseBSR_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.5200750Z test_empty_like_SparseBSR_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.5281743Z test_empty_like_SparseBSR_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.5362306Z test_empty_like_SparseBSR_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.5443497Z test_empty_like_SparseBSR_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.5524254Z test_empty_like_SparseBSR_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.5605363Z test_empty_like_SparseBSR_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.5673097Z test_empty_like_SparseBSR_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.5741521Z test_empty_like_SparseBSR_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T16:35:06.5809230Z test_empty_like_SparseBSR_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-09-27T16:35:06.5876717Z test_empty_like_SparseBSR_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.5945614Z test_empty_like_SparseBSR_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.6013475Z test_empty_like_SparseBSR_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.6081294Z test_empty_like_SparseBSR_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.6148708Z test_empty_like_SparseBSR_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.6216047Z test_empty_like_SparseBSR_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.6283842Z test_empty_like_SparseBSR_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.6351418Z test_empty_like_SparseBSR_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.6418935Z test_empty_like_SparseBSR_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.6499763Z test_empty_like_SparseBSR_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.6581359Z test_empty_like_SparseBSR_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.6662231Z test_empty_like_SparseBSR_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.6743639Z test_empty_like_SparseBSR_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.6825643Z test_empty_like_SparseBSR_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.6907261Z test_empty_like_SparseBSR_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.6988120Z test_empty_like_SparseBSR_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.7069290Z test_empty_like_SparseBSR_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.7150003Z test_empty_like_SparseBSR_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.7230959Z test_empty_like_SparseBSR_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.7311857Z test_empty_like_SparseBSR_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.7392698Z test_empty_like_SparseBSR_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.7473625Z test_empty_like_SparseBSR_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.7555317Z test_empty_like_SparseBSR_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.7636124Z test_empty_like_SparseBSR_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.7717236Z test_empty_like_SparseBSR_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.7800229Z test_empty_like_SparseBSR_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.7880769Z test_empty_like_SparseBSR_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.7962076Z test_empty_like_SparseBSR_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.8042555Z test_empty_like_SparseBSR_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.8123552Z test_empty_like_SparseBSR_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.8204559Z test_empty_like_SparseBSR_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.8285447Z test_empty_like_SparseBSR_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.8366132Z test_empty_like_SparseBSR_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.8414806Z test_empty_like_SparseCSC_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.8463406Z test_empty_like_SparseCSC_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.8512270Z test_empty_like_SparseCSC_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.8560890Z test_empty_like_SparseCSC_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.8610845Z test_empty_like_SparseCSC_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.8659297Z test_empty_like_SparseCSC_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.8708013Z test_empty_like_SparseCSC_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.8757091Z test_empty_like_SparseCSC_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.8805671Z test_empty_like_SparseCSC_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.8854507Z test_empty_like_SparseCSC_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.8903052Z test_empty_like_SparseCSC_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.8951657Z test_empty_like_SparseCSC_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.9000191Z test_empty_like_SparseCSC_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.9048826Z test_empty_like_SparseCSC_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.9097550Z test_empty_like_SparseCSC_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.9146042Z test_empty_like_SparseCSC_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.9194707Z test_empty_like_SparseCSC_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.9243642Z test_empty_like_SparseCSC_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.9292231Z test_empty_like_SparseCSC_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.9340651Z test_empty_like_SparseCSC_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.9389411Z test_empty_like_SparseCSC_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.9438405Z test_empty_like_SparseCSC_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.9486956Z test_empty_like_SparseCSC_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.9535547Z test_empty_like_SparseCSC_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.9571730Z test_empty_like_SparseCSC_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.9607266Z test_empty_like_SparseCSC_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.9642919Z test_empty_like_SparseCSC_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.9678544Z test_empty_like_SparseCSC_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.9714495Z test_empty_like_SparseCSC_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:06.9749748Z test_empty_like_SparseCSC_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.9785257Z test_empty_like_SparseCSC_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.9820747Z test_empty_like_SparseCSC_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.9856316Z test_empty_like_SparseCSC_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.9892815Z test_empty_like_SparseCSC_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T16:35:06.9928303Z test_empty_like_SparseCSC_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:06.9963867Z test_empty_like_SparseCSC_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.0012943Z test_empty_like_SparseCSC_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.0061718Z test_empty_like_SparseCSC_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:07.0110350Z test_empty_like_SparseCSC_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.0159045Z test_empty_like_SparseCSC_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.0207885Z test_empty_like_SparseCSC_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:07.0256625Z test_empty_like_SparseCSC_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.0305588Z test_empty_like_SparseCSC_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.0354999Z test_empty_like_SparseCSC_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:07.0403649Z test_empty_like_SparseCSC_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.0452754Z test_empty_like_SparseCSC_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.0501452Z test_empty_like_SparseCSC_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.0550062Z test_empty_like_SparseCSC_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:07.0598720Z test_empty_like_SparseCSR_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.0647408Z test_empty_like_SparseCSR_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.0695975Z test_empty_like_SparseCSR_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:07.0744182Z test_empty_like_SparseCSR_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.0793791Z test_empty_like_SparseCSR_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.0843392Z test_empty_like_SparseCSR_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T16:35:07.0891651Z test_empty_like_SparseCSR_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.0940217Z test_empty_like_SparseCSR_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.0988982Z test_empty_like_SparseCSR_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.1038174Z test_empty_like_SparseCSR_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:07.1086716Z test_empty_like_SparseCSR_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.1135198Z test_empty_like_SparseCSR_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.1183734Z test_empty_like_SparseCSR_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:07.1232212Z test_empty_like_SparseCSR_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.1280833Z test_empty_like_SparseCSR_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.1329656Z test_empty_like_SparseCSR_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:07.1378203Z test_empty_like_SparseCSR_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.1426659Z test_empty_like_SparseCSR_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.1475434Z test_empty_like_SparseCSR_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:07.1523923Z test_empty_like_SparseCSR_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.1572373Z test_empty_like_SparseCSR_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.1621270Z test_empty_like_SparseCSR_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:07.1669695Z test_empty_like_SparseCSR_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.1718338Z test_empty_like_SparseCSR_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.1766717Z test_empty_like_SparseCSR_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.1815393Z test_empty_like_SparseCSR_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T16:35:07.1864009Z test_empty_like_SparseCSR_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T16:35:07.1912579Z test_empty_like_SparseCSR_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.1962421Z test_empty_like_SparseCSR_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:07.2010844Z test_empty_like_SparseCSR_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.2059272Z test_empty_like_SparseCSR_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.2107541Z test_empty_like_SparseCSR_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.2156352Z test_empty_like_SparseCSR_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:07.2204922Z test_empty_like_SparseCSR_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.2253331Z test_empty_like_SparseCSR_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:07.2301684Z test_empty_like_SparseCSR_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.2337654Z test_empty_like_SparseCSR_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.2373408Z test_empty_like_SparseCSR_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:07.2409017Z test_empty_like_SparseCSR_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.2444428Z test_empty_like_SparseCSR_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.2479925Z test_empty_like_SparseCSR_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.2515209Z test_empty_like_SparseCSR_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.2550585Z test_empty_like_SparseCSR_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:07.2585890Z test_empty_like_SparseCSR_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.2621234Z test_empty_like_SparseCSR_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.2657057Z test_empty_like_SparseCSR_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.2692612Z test_empty_like_SparseCSR_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:07.2727931Z test_empty_like_SparseCSR_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.2872693Z test_invalid_input_SparseBSC_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:07.2961837Z test_invalid_input_SparseBSC_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:07.3067356Z test_invalid_input_SparseBSC_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.3201013Z test_invalid_input_SparseBSR_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:07.3290407Z test_invalid_input_SparseBSR_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:07.3395634Z test_invalid_input_SparseBSR_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.3494635Z test_invalid_input_SparseCSC_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:07.3573732Z test_invalid_input_SparseCSC_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:07.3665637Z test_invalid_input_SparseCSC_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.3762211Z test_invalid_input_SparseCSR_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:07.3842849Z test_invalid_input_SparseCSR_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:07.3934998Z test_invalid_input_SparseCSR_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:07.3947387Z test_layout_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.3958894Z test_layout_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.3970628Z test_layout_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.3981324Z test_layout_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:07.5354685Z test_print_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.140s) 2022-09-27T16:35:07.6708829Z test_print_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.128s) 2022-09-27T16:35:07.7105440Z test_print_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.048s) 2022-09-27T16:35:07.7502441Z test_print_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-09-27T16:35:07.7696534Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:07.7880278Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-09-27T16:35:07.8079625Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:07.8275919Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:07.8468505Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:07.8659933Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T16:35:07.8850016Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:07.9033652Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:07.9216636Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:07.9397682Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:07.9581028Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:07.9764702Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:07.9955991Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-09-27T16:35:08.0137089Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.0331792Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.0526397Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.0716884Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T16:35:08.0909730Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T16:35:08.1106749Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.1297522Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.1481000Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.1660177Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.1842535Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-09-27T16:35:08.2024078Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.2147224Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.2262354Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:08.2387635Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.2514943Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.2638357Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.2762060Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:08.2883400Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T16:35:08.2998737Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.3113596Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.3226919Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:08.3341872Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.3458110Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.3581390Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.3696456Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:08.3822367Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.3948564Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.4071512Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.4195185Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:08.4316593Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.4432201Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.4546927Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.4660135Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:08.4778815Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T16:35:08.4896410Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T16:35:08.5086980Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.5268819Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.5464944Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T16:35:08.5662313Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.5853420Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.6044330Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.6233271Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.6415125Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T16:35:08.6595353Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.6775589Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.6956544Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.7138271Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.7326243Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.7506441Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.7700496Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T16:35:08.7895190Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.8083622Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.8271779Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.8457979Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.8638236Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T16:35:08.8816169Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.8993772Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.9172351Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.9352109Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.9475748Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.9591612Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:08.9718368Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:08.9846256Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T16:35:08.9970334Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T16:35:09.0094679Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.0216675Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:09.0332333Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:09.0447463Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.0561911Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.0677794Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:09.0794758Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T16:35:09.0918862Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.1034007Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T16:35:09.1160965Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.1288152Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.1412267Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.1536409Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:09.1658126Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.1773555Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.1888550Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:09.2002336Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:09.2117774Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.2234077Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.2427547Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.2611114Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.2807874Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T16:35:09.3005227Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:09.3197408Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.3390881Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T16:35:09.3581557Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.3766176Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.3949461Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T16:35:09.4131256Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.4315584Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.4499556Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.4690766Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.4872661Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T16:35:09.5066898Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.5263122Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T16:35:09.5457525Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.5647282Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.5836499Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T16:35:09.6018368Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.6199688Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.6379113Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T16:35:09.6560865Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.6742438Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.6865558Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:09.6980638Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:09.7107581Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:09.7234538Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.7357490Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.7481415Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.7602450Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:09.7717623Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.7832780Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.7945980Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:09.8061093Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.8176879Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:09.8300048Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T16:35:09.8414683Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:09.8540568Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.8668193Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.8791354Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.8914912Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:09.9035997Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.9150501Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:09.9265340Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.9378633Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.9493399Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:09.9609047Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:09.9799183Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T16:35:09.9979812Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:10.0173545Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.0369997Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T16:35:10.0561773Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:10.0752487Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.0940910Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T16:35:10.1123383Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.1304050Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.1484224Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.1666084Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T16:35:10.1848619Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.2036589Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:10.2216294Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.2413081Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T16:35:10.2609927Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.2799331Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.2988813Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T16:35:10.3175579Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:10.3356102Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.3534566Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.3712357Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.3891562Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:10.4071415Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.4195417Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.4310614Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.4436517Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.4564026Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:10.4687258Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.4811650Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.4933828Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T16:35:10.5049065Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:10.5163894Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.5277769Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.5392878Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:10.5509635Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.5633299Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.5747781Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:10.5874650Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.6001018Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:10.6124319Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.6248376Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.6370075Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:10.6485012Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.6599848Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:10.6713156Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.6828073Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.6944175Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:10.7139532Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.7325943Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.7524154Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T16:35:10.7723607Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.7920686Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:10.8116409Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T16:35:10.8312095Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:10.8497832Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.8681865Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T16:35:10.8866066Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.9050690Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:10.9235399Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T16:35:10.9429357Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.9614446Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:10.9812210Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T16:35:11.0010815Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:11.0203151Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.0395808Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T16:35:11.0588714Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.0772458Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.0955470Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T16:35:11.1138177Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.1321758Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.1505176Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.1628844Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.1746417Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.1874526Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:11.2001213Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.2124747Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:11.2249395Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.2373454Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.2489344Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.2604214Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:11.2719278Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.2834595Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.2950889Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:11.3075032Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:11.3191435Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.3319156Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.3445633Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:11.3569608Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.3694259Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.3817916Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:11.3932868Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:11.4047672Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.4162486Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.4277908Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.4393948Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:11.4588456Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T16:35:11.4770893Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.4968322Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T16:35:11.5168178Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.5363212Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.5559304Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T16:35:11.5751681Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.5934416Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T16:35:11.6115465Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.6295014Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.6476834Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.6659351Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T16:35:11.6851475Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.7031888Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:11.7229109Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.032s) 2022-09-27T16:35:11.7425517Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.7616946Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.7809364Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T16:35:11.7999741Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:11.8180136Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.8359293Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T16:35:11.8537452Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:11.8716758Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.8897249Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T16:35:11.9021585Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:11.9137184Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.9265228Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:11.9393436Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.9517417Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.9641985Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.9764412Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:11.9880073Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:11.9995407Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:12.0109229Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:12.0225529Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.0342347Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.0466622Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.0582185Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:12.0710278Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.0841026Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.0965677Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T16:35:12.1090431Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:12.1212878Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.1328612Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:12.1444222Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.1558504Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.1674215Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.1790536Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:12.1987117Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T16:35:12.2173760Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.2373173Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.2572977Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T16:35:12.2768786Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.2963568Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:12.3159049Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T16:35:12.3344190Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.3528958Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.3713753Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T16:35:12.3898876Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.4083831Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:12.4276262Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T16:35:12.4460412Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.4657605Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.4855192Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T16:35:12.5049533Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T16:35:12.5249936Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.5438098Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.5622803Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.5805793Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.5988484Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T16:35:12.6172010Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.6355203Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T16:35:12.6478689Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:12.6595008Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T16:35:12.6721333Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:12.6848140Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T16:35:12.6971719Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-09-27T16:35:12.7095905Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.7219344Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.7334497Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.7448923Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:12.7563573Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.7678648Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.7794632Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.7918110Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:12.8034168Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:12.8161385Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.8288784Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.8412391Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.8536683Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.8660160Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:12.8774796Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.8889497Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.9003959Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:12.9118747Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.9234119Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:12.9427193Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T16:35:12.9609177Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:12.9808231Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.0006489Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T16:35:13.0200303Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T16:35:13.0394128Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.0586292Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.0768475Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.0949674Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T16:35:13.1129781Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.1311120Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.1493474Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T16:35:13.1685159Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.1865014Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.2059751Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.026s) 2022-09-27T16:35:13.2257575Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.2449879Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.2641875Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.2832186Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T16:35:13.3012757Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:13.3191517Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.3369620Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.3549320Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T16:35:13.3730025Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.3854579Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:13.3970505Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.4098871Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:13.4229292Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.4353606Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.4478475Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.4600739Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.4716920Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.4832519Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:13.4946552Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:13.5062435Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.5178047Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.5302670Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.5418255Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.5546732Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.5676755Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.5800230Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.5926166Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.6047234Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.6162754Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.6278288Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.6391879Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.6508193Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.6623063Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.6712639Z test_validate_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:13.6800680Z test_validate_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.6890061Z test_validate_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.6978666Z test_validate_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:13.7067496Z test_validate_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.7155997Z test_validate_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.7244865Z test_validate_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.7333795Z test_validate_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.7422541Z test_validate_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.7510653Z test_validate_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.7600247Z test_validate_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.7688927Z test_validate_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.7776026Z test_validate_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.7862572Z test_validate_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:13.7949977Z test_validate_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:13.8036909Z test_validate_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.8124068Z test_validate_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.8210953Z test_validate_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.8298065Z test_validate_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.8385242Z test_validate_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.8472185Z test_validate_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.8558601Z test_validate_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.8646041Z test_validate_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.8733395Z test_validate_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.8759634Z test_validate_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.8785490Z test_validate_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.8811707Z test_validate_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.8838089Z test_validate_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.8864122Z test_validate_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.8891071Z test_validate_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.8917163Z test_validate_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.8943687Z test_validate_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:13.8969652Z test_validate_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.8995737Z test_validate_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.9021874Z test_validate_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.9049038Z test_validate_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.9075067Z test_validate_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.9101030Z test_validate_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.9127101Z test_validate_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.9153144Z test_validate_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.9179092Z test_validate_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.9205275Z test_validate_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T16:35:13.9232061Z test_validate_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.9258038Z test_validate_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.9284068Z test_validate_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.9309862Z test_validate_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.9336078Z test_validate_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.000s) 2022-09-27T16:35:13.9362401Z test_validate_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.016s) 2022-09-27T16:35:13.9362669Z 2022-09-27T16:35:13.9362902Z ---------------------------------------------------------------------- 2022-09-27T16:35:13.9363159Z Ran 3806 tests in 49.766s 2022-09-27T16:35:13.9363264Z 2022-09-27T16:35:13.9363339Z OK (skipped=894) 2022-09-27T16:35:13.9363448Z 2022-09-27T16:35:13.9363534Z Generating XML reports... 2022-09-27T16:35:14.1569413Z Generated XML report: test-reports\python-unittest\test_sparse_csr\TEST-TestSparseCSRCPU-20220927163423.xml 2022-09-27T16:35:14.1585374Z Generated XML report: test-reports\python-unittest\test_sparse_csr\TEST-TestSparseCSRSampler-20220927163423.xml 2022-09-27T16:35:14.3561408Z Generated XML report: test-reports\python-unittest\test_sparse_csr\TEST-TestSparseCompressedCPU-20220927163423.xml 2022-09-27T16:35:14.7404053Z Running test_dispatch ... [2022-09-27 16:35:14.727268] 2022-09-27T16:35:14.7404532Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:35:14.727268] 2022-09-27T16:35:16.3973515Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-09-27T16:35:16.4040343Z 2022-09-27T16:35:16.4040683Z Running tests... 2022-09-27T16:35:16.4040995Z ---------------------------------------------------------------------- 2022-09-27T16:35:16.4041353Z Test results will be stored in test-reports\python-unittest\test_dispatch 2022-09-27T16:35:16.7254716Z test_all_invariants (__main__.TestDispatch) ... ok (0.332s) 2022-09-27T16:35:27.3614357Z test_computed_table (__main__.TestDispatch) ... ok (10.633s) 2022-09-27T16:35:27.3786625Z test_computed_table_with_ambiguous_autogradother (__main__.TestDispatch) ... ok (0.016s) 2022-09-27T16:35:27.3811338Z test_computed_table_with_autograd (__main__.TestDispatch) ... ok (0.000s) 2022-09-27T16:35:27.6927666Z test_computed_table_with_cpu_autograd_defaultbackend (__main__.TestDispatch) ... ok (0.316s) 2022-09-27T16:35:28.0194573Z test_computed_table_with_cpu_autograd_math (__main__.TestDispatch) ... ok (0.316s) 2022-09-27T16:35:38.4010496Z test_computed_table_with_cpu_autograd_math_defaultbackend (__main__.TestDispatch) ... ok (10.391s) 2022-09-27T16:35:38.4166275Z test_computed_table_with_cpu_defaultbackend (__main__.TestDispatch) ... ok (0.016s) 2022-09-27T16:35:38.4335436Z test_computed_table_with_cpu_math (__main__.TestDispatch) ... ok (0.016s) 2022-09-27T16:35:38.4363696Z test_computed_table_with_cpu_math_autogradcpu_fallthrough (__main__.TestDispatch) ... ok (0.000s) 2022-09-27T16:35:38.4390191Z test_computed_table_with_math (__main__.TestDispatch) ... ok (0.000s) 2022-09-27T16:35:48.8004190Z test_def (__main__.TestDispatch) ... ok (10.365s) 2022-09-27T16:35:49.4156865Z test_def_impl_schema_mismatch (__main__.TestDispatch) ... ok (0.617s) 2022-09-27T16:35:49.4171206Z test_def_only (__main__.TestDispatch) ... ok (0.000s) 2022-09-27T16:35:49.4184196Z test_def_with_explicit_alias (__main__.TestDispatch) ... ok (0.000s) 2022-09-27T16:35:49.7645399Z test_def_with_inference (__main__.TestDispatch) ... ok (0.342s) 2022-09-27T16:35:49.7662608Z test_dispatch_print_registrations_for_dispatch_key_invalid (__main__.TestDispatch) ... ok (0.000s) 2022-09-27T16:35:49.7687135Z test_find_dangling_impls (__main__.TestDispatch) ... ok (0.016s) 2022-09-27T16:35:49.7734560Z 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-09-27T16:35:49.7735131Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\dangling_impl_extension... 2022-09-27T16:35:49.7803305Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cpu\dangling_impl_extension\build.ninja... 2022-09-27T16:35:49.9343871Z Building extension module dangling_impl_extension... 2022-09-27T16:35:49.9344262Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-09-27T16:36:00.7170041Z [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-09-27T16:36:00.7171152Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-09-27T16:36:00.7171453Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-09-27T16:36:00.7171616Z 2022-09-27T16:36:00.7171750Z cl : Command line warning D9002 : ignoring unknown option '-g' 2022-09-27T16:36:00.7172213Z 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-09-27T16:36:00.7172898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7173257Z with 2022-09-27T16:36:00.7173416Z [ 2022-09-27T16:36:00.7174617Z T=c10::SymInt 2022-09-27T16:36:00.7174846Z ] 2022-09-27T16:36:00.7175363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7175957Z with 2022-09-27T16:36:00.7176176Z [ 2022-09-27T16:36:00.7176408Z T=c10::SymInt 2022-09-27T16:36:00.7176637Z ] 2022-09-27T16:36:00.7177403Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7178008Z with 2022-09-27T16:36:00.7178215Z [ 2022-09-27T16:36:00.7178431Z T=c10::SymInt 2022-09-27T16:36:00.7178653Z ] 2022-09-27T16:36:00.7179285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7179975Z with 2022-09-27T16:36:00.7180196Z [ 2022-09-27T16:36:00.7180428Z T=c10::SymInt 2022-09-27T16:36:00.7180638Z ] 2022-09-27T16:36:00.7181196Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:00.7182020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1514): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:36:00.7182871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7183391Z with 2022-09-27T16:36:00.7183613Z [ 2022-09-27T16:36:00.7183844Z T=c10::SymInt 2022-09-27T16:36:00.7184056Z ] 2022-09-27T16:36:00.7184552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2533): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-09-27T16:36:00.7185330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7185806Z with 2022-09-27T16:36:00.7186021Z [ 2022-09-27T16:36:00.7186257Z T=at::TensorBase 2022-09-27T16:36:00.7186472Z ] 2022-09-27T16:36:00.7187012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7187507Z with 2022-09-27T16:36:00.7187712Z [ 2022-09-27T16:36:00.7187952Z T=at::TensorBase 2022-09-27T16:36:00.7188182Z ] 2022-09-27T16:36:00.7188816Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7189396Z with 2022-09-27T16:36:00.7189615Z [ 2022-09-27T16:36:00.7189819Z T=at::TensorBase 2022-09-27T16:36:00.7189987Z ] 2022-09-27T16:36:00.7190454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7190865Z with 2022-09-27T16:36:00.7191018Z [ 2022-09-27T16:36:00.7191186Z T=at::TensorBase 2022-09-27T16:36:00.7191352Z ] 2022-09-27T16:36:00.7191758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:00.7192463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(921): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:36:00.7193102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7193553Z with 2022-09-27T16:36:00.7193708Z [ 2022-09-27T16:36:00.7193879Z T=at::TensorBase 2022-09-27T16:36:00.7194049Z ] 2022-09-27T16:36:00.7194434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7194840Z with 2022-09-27T16:36:00.7194980Z [ 2022-09-27T16:36:00.7195147Z T=at::Tensor 2022-09-27T16:36:00.7195311Z ] 2022-09-27T16:36:00.7195711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7196076Z with 2022-09-27T16:36:00.7196215Z [ 2022-09-27T16:36:00.7196377Z T=at::Tensor 2022-09-27T16:36:00.7196537Z ] 2022-09-27T16:36:00.7196966Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7197356Z with 2022-09-27T16:36:00.7197506Z [ 2022-09-27T16:36:00.7197654Z T=at::Tensor 2022-09-27T16:36:00.7197819Z ] 2022-09-27T16:36:00.7198281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7198703Z with 2022-09-27T16:36:00.7198854Z [ 2022-09-27T16:36:00.7199012Z T=at::Tensor 2022-09-27T16:36:00.7199160Z ] 2022-09-27T16:36:00.7199557Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:00.7200170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(510): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:36:00.7200803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7201184Z with 2022-09-27T16:36:00.7201334Z [ 2022-09-27T16:36:00.7201483Z T=at::Tensor 2022-09-27T16:36:00.7201647Z ] 2022-09-27T16:36:00.7202027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7202371Z with 2022-09-27T16:36:00.7202520Z [ 2022-09-27T16:36:00.7202686Z T=at::Generator 2022-09-27T16:36:00.7202838Z ] 2022-09-27T16:36:00.7203231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7203600Z with 2022-09-27T16:36:00.7203750Z [ 2022-09-27T16:36:00.7203914Z T=at::Generator 2022-09-27T16:36:00.7204076Z ] 2022-09-27T16:36:00.7204546Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7204946Z with 2022-09-27T16:36:00.7205096Z [ 2022-09-27T16:36:00.7205259Z T=at::Generator 2022-09-27T16:36:00.7205428Z ] 2022-09-27T16:36:00.7205881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7206287Z with 2022-09-27T16:36:00.7206437Z [ 2022-09-27T16:36:00.7206602Z T=at::Generator 2022-09-27T16:36:00.7206812Z ] 2022-09-27T16:36:00.7207215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:00.7207845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(587): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:36:00.7208478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7209159Z with 2022-09-27T16:36:00.7209312Z [ 2022-09-27T16:36:00.7209482Z T=at::Generator 2022-09-27T16:36:00.7209648Z ] 2022-09-27T16:36:00.7210025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7210377Z with 2022-09-27T16:36:00.7210516Z [ 2022-09-27T16:36:00.7210675Z T=std::string 2022-09-27T16:36:00.7210836Z ] 2022-09-27T16:36:00.7211234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7211593Z with 2022-09-27T16:36:00.7211731Z [ 2022-09-27T16:36:00.7211895Z T=std::string 2022-09-27T16:36:00.7212057Z ] 2022-09-27T16:36:00.7212490Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7212881Z with 2022-09-27T16:36:00.7213032Z [ 2022-09-27T16:36:00.7213181Z T=std::string 2022-09-27T16:36:00.7213340Z ] 2022-09-27T16:36:00.7213795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7214212Z with 2022-09-27T16:36:00.7214362Z [ 2022-09-27T16:36:00.7214521Z T=std::string 2022-09-27T16:36:00.7214669Z ] 2022-09-27T16:36:00.7215065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:00.7215677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(448): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:36:00.7216311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7216692Z with 2022-09-27T16:36:00.7216842Z [ 2022-09-27T16:36:00.7217057Z T=std::string 2022-09-27T16:36:00.7217212Z ] 2022-09-27T16:36:00.7217601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7217955Z with 2022-09-27T16:36:00.7218109Z [ 2022-09-27T16:36:00.7218283Z T=c10::QualifiedName 2022-09-27T16:36:00.7218443Z ] 2022-09-27T16:36:00.7218835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7219245Z with 2022-09-27T16:36:00.7219395Z [ 2022-09-27T16:36:00.7219564Z T=c10::QualifiedName 2022-09-27T16:36:00.7219733Z ] 2022-09-27T16:36:00.7220157Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7220557Z with 2022-09-27T16:36:00.7220709Z [ 2022-09-27T16:36:00.7220883Z T=c10::QualifiedName 2022-09-27T16:36:00.7221053Z ] 2022-09-27T16:36:00.7221510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7221934Z with 2022-09-27T16:36:00.7222073Z [ 2022-09-27T16:36:00.7222244Z T=c10::QualifiedName 2022-09-27T16:36:00.7222415Z ] 2022-09-27T16:36:00.7222826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:00.7223456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(696): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:36:00.7224098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7224480Z with 2022-09-27T16:36:00.7224618Z [ 2022-09-27T16:36:00.7224790Z T=c10::QualifiedName 2022-09-27T16:36:00.7224963Z ] 2022-09-27T16:36:00.7225342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7225694Z with 2022-09-27T16:36:00.7225832Z [ 2022-09-27T16:36:00.7226048Z T=std::shared_ptr 2022-09-27T16:36:00.7226251Z ] 2022-09-27T16:36:00.7226646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7227010Z with 2022-09-27T16:36:00.7227160Z [ 2022-09-27T16:36:00.7227357Z T=std::shared_ptr 2022-09-27T16:36:00.7227557Z ] 2022-09-27T16:36:00.7227993Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7228393Z with 2022-09-27T16:36:00.7228542Z [ 2022-09-27T16:36:00.7228753Z T=std::shared_ptr 2022-09-27T16:36:00.7228941Z ] 2022-09-27T16:36:00.7229448Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7229874Z with 2022-09-27T16:36:00.7230025Z [ 2022-09-27T16:36:00.7230239Z T=std::shared_ptr 2022-09-27T16:36:00.7230440Z ] 2022-09-27T16:36:00.7230867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:36:00.7231590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1340): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:36:00.7232254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7232635Z with 2022-09-27T16:36:00.7232789Z [ 2022-09-27T16:36:00.7233001Z T=std::shared_ptr 2022-09-27T16:36:00.7233203Z ] 2022-09-27T16:36:00.7233658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7234024Z with 2022-09-27T16:36:00.7234176Z [ 2022-09-27T16:36:00.7234388Z T=std::weak_ptr 2022-09-27T16:36:00.7234589Z ] 2022-09-27T16:36:00.7234991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7235343Z with 2022-09-27T16:36:00.7235494Z [ 2022-09-27T16:36:00.7235705Z T=std::weak_ptr 2022-09-27T16:36:00.7235902Z ] 2022-09-27T16:36:00.7236332Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7236727Z with 2022-09-27T16:36:00.7236864Z [ 2022-09-27T16:36:00.7237075Z T=std::weak_ptr 2022-09-27T16:36:00.7237270Z ] 2022-09-27T16:36:00.7237730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7238151Z with 2022-09-27T16:36:00.7238301Z [ 2022-09-27T16:36:00.7238494Z T=std::weak_ptr 2022-09-27T16:36:00.7238690Z ] 2022-09-27T16:36:00.7239119Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:36:00.7239799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1341): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:36:00.7240463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7240894Z with 2022-09-27T16:36:00.7241050Z [ 2022-09-27T16:36:00.7241262Z T=std::weak_ptr 2022-09-27T16:36:00.7241450Z ] 2022-09-27T16:36:00.7241837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7242193Z with 2022-09-27T16:36:00.7242345Z [ 2022-09-27T16:36:00.7242584Z T=std::vector> 2022-09-27T16:36:00.7242796Z ] 2022-09-27T16:36:00.7243240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7243606Z with 2022-09-27T16:36:00.7243760Z [ 2022-09-27T16:36:00.7243998Z T=std::vector> 2022-09-27T16:36:00.7244217Z ] 2022-09-27T16:36:00.7244634Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7245033Z with 2022-09-27T16:36:00.7245187Z [ 2022-09-27T16:36:00.7245424Z T=std::vector> 2022-09-27T16:36:00.7245643Z ] 2022-09-27T16:36:00.7246097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7246522Z with 2022-09-27T16:36:00.7246659Z [ 2022-09-27T16:36:00.7246896Z T=std::vector> 2022-09-27T16:36:00.7247119Z ] 2022-09-27T16:36:00.7247571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:36:00.7248285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(482): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:36:00.7248968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7249349Z with 2022-09-27T16:36:00.7249488Z [ 2022-09-27T16:36:00.7249730Z T=std::vector> 2022-09-27T16:36:00.7249953Z ] 2022-09-27T16:36:00.7250331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7250681Z with 2022-09-27T16:36:00.7250837Z [ 2022-09-27T16:36:00.7251027Z T=std::vector> 2022-09-27T16:36:00.7251222Z ] 2022-09-27T16:36:00.7251619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7251988Z with 2022-09-27T16:36:00.7252139Z [ 2022-09-27T16:36:00.7252341Z T=std::vector> 2022-09-27T16:36:00.7252520Z ] 2022-09-27T16:36:00.7252994Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7253388Z with 2022-09-27T16:36:00.7253537Z [ 2022-09-27T16:36:00.7253737Z T=std::vector> 2022-09-27T16:36:00.7253926Z ] 2022-09-27T16:36:00.7254372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7254844Z with 2022-09-27T16:36:00.7254994Z [ 2022-09-27T16:36:00.7255196Z T=std::vector> 2022-09-27T16:36:00.7255391Z ] 2022-09-27T16:36:00.7255819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:36:00.7256480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(441): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:36:00.7257109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7257494Z with 2022-09-27T16:36:00.7257650Z [ 2022-09-27T16:36:00.7257853Z T=std::vector> 2022-09-27T16:36:00.7258049Z ] 2022-09-27T16:36:00.7258432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7258780Z with 2022-09-27T16:36:00.7258919Z [ 2022-09-27T16:36:00.7259167Z T=std::vector,std::allocator>> 2022-09-27T16:36:00.7259398Z ] 2022-09-27T16:36:00.7259799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7260160Z with 2022-09-27T16:36:00.7260298Z [ 2022-09-27T16:36:00.7260549Z T=std::vector,std::allocator>> 2022-09-27T16:36:00.7260778Z ] 2022-09-27T16:36:00.7261213Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7261606Z with 2022-09-27T16:36:00.7261756Z [ 2022-09-27T16:36:00.7262004Z T=std::vector,std::allocator>> 2022-09-27T16:36:00.7262222Z ] 2022-09-27T16:36:00.7262678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7263104Z with 2022-09-27T16:36:00.7263256Z [ 2022-09-27T16:36:00.7263503Z T=std::vector,std::allocator>> 2022-09-27T16:36:00.7263737Z ] 2022-09-27T16:36:00.7264232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:36:00.7264968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:36:00.7265640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(843): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:36:00.7266273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7266699Z with 2022-09-27T16:36:00.7266852Z [ 2022-09-27T16:36:00.7267101Z T=std::vector,std::allocator>> 2022-09-27T16:36:00.7267331Z ] 2022-09-27T16:36:00.7267714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7268052Z with 2022-09-27T16:36:00.7268206Z [ 2022-09-27T16:36:00.7268447Z T=std::vector,std::allocator>> 2022-09-27T16:36:00.7268673Z ] 2022-09-27T16:36:00.7269067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7269434Z with 2022-09-27T16:36:00.7269573Z [ 2022-09-27T16:36:00.7269814Z T=std::vector,std::allocator>> 2022-09-27T16:36:00.7270038Z ] 2022-09-27T16:36:00.7270473Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7270870Z with 2022-09-27T16:36:00.7271023Z [ 2022-09-27T16:36:00.7271247Z T=std::vector,std::allocator>> 2022-09-27T16:36:00.7271471Z ] 2022-09-27T16:36:00.7271932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7272358Z with 2022-09-27T16:36:00.7272509Z [ 2022-09-27T16:36:00.7272747Z T=std::vector,std::allocator>> 2022-09-27T16:36:00.7272958Z ] 2022-09-27T16:36:00.7273491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:36:00.7274222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:36:00.7274877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(613): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:36:00.7275506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7275938Z with 2022-09-27T16:36:00.7276095Z [ 2022-09-27T16:36:00.7276337Z T=std::vector,std::allocator>> 2022-09-27T16:36:00.7276563Z ] 2022-09-27T16:36:00.7276929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7277283Z with 2022-09-27T16:36:00.7277437Z [ 2022-09-27T16:36:00.7277649Z T=std::vector> 2022-09-27T16:36:00.7277892Z ] 2022-09-27T16:36:00.7278274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7278639Z with 2022-09-27T16:36:00.7278789Z [ 2022-09-27T16:36:00.7278999Z T=std::vector> 2022-09-27T16:36:00.7279191Z ] 2022-09-27T16:36:00.7279625Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7280021Z with 2022-09-27T16:36:00.7280160Z [ 2022-09-27T16:36:00.7280366Z T=std::vector> 2022-09-27T16:36:00.7280559Z ] 2022-09-27T16:36:00.7281017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7281438Z with 2022-09-27T16:36:00.7281587Z [ 2022-09-27T16:36:00.7281780Z T=std::vector> 2022-09-27T16:36:00.7281981Z ] 2022-09-27T16:36:00.7282414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:36:00.7283086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(726): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:36:00.7283739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7284121Z with 2022-09-27T16:36:00.7284271Z [ 2022-09-27T16:36:00.7284465Z T=std::vector> 2022-09-27T16:36:00.7284659Z ] 2022-09-27T16:36:00.7285040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7285383Z with 2022-09-27T16:36:00.7285534Z [ 2022-09-27T16:36:00.7285770Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:36:00.7285978Z ] 2022-09-27T16:36:00.7286372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7286742Z with 2022-09-27T16:36:00.7286896Z [ 2022-09-27T16:36:00.7287130Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:36:00.7287349Z ] 2022-09-27T16:36:00.7287816Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7288215Z with 2022-09-27T16:36:00.7288367Z [ 2022-09-27T16:36:00.7288599Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:36:00.7288819Z ] 2022-09-27T16:36:00.7289279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7290202Z with 2022-09-27T16:36:00.7290358Z [ 2022-09-27T16:36:00.7290598Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:36:00.7290819Z ] 2022-09-27T16:36:00.7291275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:36:00.7292016Z 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-09-27T16:36:00.7292757Z 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-09-27T16:36:00.7293449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7293828Z with 2022-09-27T16:36:00.7293970Z [ 2022-09-27T16:36:00.7294209Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:36:00.7294429Z ] 2022-09-27T16:36:00.7294811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7295161Z with 2022-09-27T16:36:00.7295314Z [ 2022-09-27T16:36:00.7295535Z T=c10::impl::InlineStreamGuard 2022-09-27T16:36:00.7295757Z ] 2022-09-27T16:36:00.7296153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7296520Z with 2022-09-27T16:36:00.7296669Z [ 2022-09-27T16:36:00.7296888Z T=c10::impl::InlineStreamGuard 2022-09-27T16:36:00.7297105Z ] 2022-09-27T16:36:00.7297537Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7297936Z with 2022-09-27T16:36:00.7298086Z [ 2022-09-27T16:36:00.7298318Z T=c10::impl::InlineStreamGuard 2022-09-27T16:36:00.7298522Z ] 2022-09-27T16:36:00.7298983Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7299407Z with 2022-09-27T16:36:00.7299559Z [ 2022-09-27T16:36:00.7299790Z T=c10::impl::InlineStreamGuard 2022-09-27T16:36:00.7300008Z ] 2022-09-27T16:36:00.7300514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:36:00.7301249Z 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-09-27T16:36:00.7301962Z 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-09-27T16:36:00.7302698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7303089Z with 2022-09-27T16:36:00.7303242Z [ 2022-09-27T16:36:00.7303478Z T=c10::impl::InlineStreamGuard 2022-09-27T16:36:00.7303700Z ] 2022-09-27T16:36:00.7304087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7304427Z with 2022-09-27T16:36:00.7304581Z [ 2022-09-27T16:36:00.7304776Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:36:00.7304959Z ] 2022-09-27T16:36:00.7305358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7305718Z with 2022-09-27T16:36:00.7305859Z [ 2022-09-27T16:36:00.7306049Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:36:00.7306235Z ] 2022-09-27T16:36:00.7306662Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7307053Z with 2022-09-27T16:36:00.7307204Z [ 2022-09-27T16:36:00.7307375Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:36:00.7307554Z ] 2022-09-27T16:36:00.7308011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7308429Z with 2022-09-27T16:36:00.7308578Z [ 2022-09-27T16:36:00.7308761Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:36:00.7308929Z ] 2022-09-27T16:36:00.7309347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:00.7309990Z 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-09-27T16:36:00.7310366Z with 2022-09-27T16:36:00.7310520Z [ 2022-09-27T16:36:00.7310708Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:36:00.7310877Z ] 2022-09-27T16:36:00.7311326Z 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-09-27T16:36:00.7312049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7312435Z with 2022-09-27T16:36:00.7312587Z [ 2022-09-27T16:36:00.7312773Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:36:00.7312954Z ] 2022-09-27T16:36:00.7313322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7313760Z with 2022-09-27T16:36:00.7313914Z [ 2022-09-27T16:36:00.7314243Z T=std::vector> 2022-09-27T16:36:00.7314496Z ] 2022-09-27T16:36:00.7314896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7315248Z with 2022-09-27T16:36:00.7315401Z [ 2022-09-27T16:36:00.7315672Z T=std::vector> 2022-09-27T16:36:00.7315919Z ] 2022-09-27T16:36:00.7316357Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7316758Z with 2022-09-27T16:36:00.7316898Z [ 2022-09-27T16:36:00.7317170Z T=std::vector> 2022-09-27T16:36:00.7317414Z ] 2022-09-27T16:36:00.7317876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7318292Z with 2022-09-27T16:36:00.7318444Z [ 2022-09-27T16:36:00.7318709Z T=std::vector> 2022-09-27T16:36:00.7318943Z ] 2022-09-27T16:36:00.7319434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:36:00.7320217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(843): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:36:00.7320923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7321312Z with 2022-09-27T16:36:00.7321467Z [ 2022-09-27T16:36:00.7321736Z T=std::vector> 2022-09-27T16:36:00.7321983Z ] 2022-09-27T16:36:00.7322352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7322787Z with 2022-09-27T16:36:00.7322941Z [ 2022-09-27T16:36:00.7323125Z T=torch::autograd::ViewInfo 2022-09-27T16:36:00.7323306Z ] 2022-09-27T16:36:00.7323745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7324115Z with 2022-09-27T16:36:00.7324269Z [ 2022-09-27T16:36:00.7324452Z T=torch::autograd::ViewInfo 2022-09-27T16:36:00.7324628Z ] 2022-09-27T16:36:00.7325060Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7325460Z with 2022-09-27T16:36:00.7325598Z [ 2022-09-27T16:36:00.7325777Z T=torch::autograd::ViewInfo 2022-09-27T16:36:00.7326000Z ] 2022-09-27T16:36:00.7326457Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7326877Z with 2022-09-27T16:36:00.7327017Z [ 2022-09-27T16:36:00.7327196Z T=torch::autograd::ViewInfo 2022-09-27T16:36:00.7327374Z ] 2022-09-27T16:36:00.7327791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:00.7328449Z 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-09-27T16:36:00.7329107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7329484Z with 2022-09-27T16:36:00.7329637Z [ 2022-09-27T16:36:00.7329806Z T=torch::autograd::ViewInfo 2022-09-27T16:36:00.7329987Z ] 2022-09-27T16:36:00.7330368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7330717Z with 2022-09-27T16:36:00.7330866Z [ 2022-09-27T16:36:00.7331014Z T=c10::IValue 2022-09-27T16:36:00.7331175Z ] 2022-09-27T16:36:00.7331571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7331934Z with 2022-09-27T16:36:00.7332084Z [ 2022-09-27T16:36:00.7332243Z T=c10::IValue 2022-09-27T16:36:00.7332390Z ] 2022-09-27T16:36:00.7332828Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7333230Z with 2022-09-27T16:36:00.7333378Z [ 2022-09-27T16:36:00.7333536Z T=c10::IValue 2022-09-27T16:36:00.7333696Z ] 2022-09-27T16:36:00.7334140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7334562Z with 2022-09-27T16:36:00.7334713Z [ 2022-09-27T16:36:00.7334871Z T=c10::IValue 2022-09-27T16:36:00.7335027Z ] 2022-09-27T16:36:00.7335409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:00.7336478Z 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-09-27T16:36:00.7337131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7337521Z with 2022-09-27T16:36:00.7337673Z [ 2022-09-27T16:36:00.7337836Z T=c10::IValue 2022-09-27T16:36:00.7337997Z ] 2022-09-27T16:36:00.7338364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7338775Z with 2022-09-27T16:36:00.7338928Z [ 2022-09-27T16:36:00.7339093Z T=c10::AliasInfo 2022-09-27T16:36:00.7339255Z ] 2022-09-27T16:36:00.7339650Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7339996Z with 2022-09-27T16:36:00.7340147Z [ 2022-09-27T16:36:00.7340315Z T=c10::AliasInfo 2022-09-27T16:36:00.7340477Z ] 2022-09-27T16:36:00.7340906Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7341305Z with 2022-09-27T16:36:00.7341441Z [ 2022-09-27T16:36:00.7341606Z T=c10::AliasInfo 2022-09-27T16:36:00.7341769Z ] 2022-09-27T16:36:00.7342223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7342638Z with 2022-09-27T16:36:00.7342786Z [ 2022-09-27T16:36:00.7342936Z T=c10::AliasInfo 2022-09-27T16:36:00.7343098Z ] 2022-09-27T16:36:00.7343496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:00.7344121Z 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-09-27T16:36:00.7344750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7345133Z with 2022-09-27T16:36:00.7345285Z [ 2022-09-27T16:36:00.7345439Z T=c10::AliasInfo 2022-09-27T16:36:00.7345599Z ] 2022-09-27T16:36:00.7345976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7346328Z with 2022-09-27T16:36:00.7346477Z [ 2022-09-27T16:36:00.7346685Z T=c10::either 2022-09-27T16:36:00.7346899Z ] 2022-09-27T16:36:00.7347298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7347665Z with 2022-09-27T16:36:00.7347815Z [ 2022-09-27T16:36:00.7348034Z T=c10::either 2022-09-27T16:36:00.7348274Z ] 2022-09-27T16:36:00.7348709Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7349110Z with 2022-09-27T16:36:00.7349261Z [ 2022-09-27T16:36:00.7349481Z T=c10::either 2022-09-27T16:36:00.7349689Z ] 2022-09-27T16:36:00.7350134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7350606Z with 2022-09-27T16:36:00.7350756Z [ 2022-09-27T16:36:00.7350977Z T=c10::either 2022-09-27T16:36:00.7351187Z ] 2022-09-27T16:36:00.7351628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:36:00.7352349Z 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-09-27T16:36:00.7353044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7353501Z with 2022-09-27T16:36:00.7353660Z [ 2022-09-27T16:36:00.7353883Z T=c10::either 2022-09-27T16:36:00.7354092Z ] 2022-09-27T16:36:00.7354479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7354834Z with 2022-09-27T16:36:00.7354971Z [ 2022-09-27T16:36:00.7355147Z T=at::StepCallbacks 2022-09-27T16:36:00.7355318Z ] 2022-09-27T16:36:00.7355714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7356082Z with 2022-09-27T16:36:00.7356235Z [ 2022-09-27T16:36:00.7356395Z T=at::StepCallbacks 2022-09-27T16:36:00.7356565Z ] 2022-09-27T16:36:00.7357001Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7357396Z with 2022-09-27T16:36:00.7357547Z [ 2022-09-27T16:36:00.7357717Z T=at::StepCallbacks 2022-09-27T16:36:00.7357875Z ] 2022-09-27T16:36:00.7358333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7358749Z with 2022-09-27T16:36:00.7358902Z [ 2022-09-27T16:36:00.7359074Z T=at::StepCallbacks 2022-09-27T16:36:00.7359235Z ] 2022-09-27T16:36:00.7359644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:00.7360333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:36:00.7360973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7361351Z with 2022-09-27T16:36:00.7361507Z [ 2022-09-27T16:36:00.7361680Z T=at::StepCallbacks 2022-09-27T16:36:00.7361841Z ] 2022-09-27T16:36:00.7362227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7362628Z with 2022-09-27T16:36:00.7362778Z [ 2022-09-27T16:36:00.7362941Z T=c10::DimVector 2022-09-27T16:36:00.7363104Z ] 2022-09-27T16:36:00.7363484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7363849Z with 2022-09-27T16:36:00.7364000Z [ 2022-09-27T16:36:00.7364163Z T=c10::DimVector 2022-09-27T16:36:00.7364326Z ] 2022-09-27T16:36:00.7364755Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7365139Z with 2022-09-27T16:36:00.7365290Z [ 2022-09-27T16:36:00.7365453Z T=c10::DimVector 2022-09-27T16:36:00.7365617Z ] 2022-09-27T16:36:00.7366073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7366493Z with 2022-09-27T16:36:00.7366630Z [ 2022-09-27T16:36:00.7366792Z T=c10::DimVector 2022-09-27T16:36:00.7366953Z ] 2022-09-27T16:36:00.7367354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:00.7367977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:36:00.7368611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7368995Z with 2022-09-27T16:36:00.7369137Z [ 2022-09-27T16:36:00.7369303Z T=c10::DimVector 2022-09-27T16:36:00.7369470Z ] 2022-09-27T16:36:00.7369847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7370196Z with 2022-09-27T16:36:00.7370344Z [ 2022-09-27T16:36:00.7370514Z T=c10::impl::AnnotatedSchema 2022-09-27T16:36:00.7370697Z ] 2022-09-27T16:36:00.7371091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7371448Z with 2022-09-27T16:36:00.7371594Z [ 2022-09-27T16:36:00.7371763Z T=c10::impl::AnnotatedSchema 2022-09-27T16:36:00.7371939Z ] 2022-09-27T16:36:00.7372417Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7372809Z with 2022-09-27T16:36:00.7372957Z [ 2022-09-27T16:36:00.7373142Z T=c10::impl::AnnotatedSchema 2022-09-27T16:36:00.7373309Z ] 2022-09-27T16:36:00.7373764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7374234Z with 2022-09-27T16:36:00.7374385Z [ 2022-09-27T16:36:00.7374565Z T=c10::impl::AnnotatedSchema 2022-09-27T16:36:00.7374746Z ] 2022-09-27T16:36:00.7375152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:00.7375828Z 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-09-27T16:36:00.7376496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7376877Z with 2022-09-27T16:36:00.7377031Z [ 2022-09-27T16:36:00.7377215Z T=c10::impl::AnnotatedSchema 2022-09-27T16:36:00.7377395Z ] 2022-09-27T16:36:00.7377765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7378122Z with 2022-09-27T16:36:00.7378272Z [ 2022-09-27T16:36:00.7378494Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:36:00.7378704Z ] 2022-09-27T16:36:00.7379096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7379448Z with 2022-09-27T16:36:00.7379598Z [ 2022-09-27T16:36:00.7379819Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:36:00.7380031Z ] 2022-09-27T16:36:00.7380461Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7380860Z with 2022-09-27T16:36:00.7381000Z [ 2022-09-27T16:36:00.7381220Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:36:00.7381427Z ] 2022-09-27T16:36:00.7381881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7382302Z with 2022-09-27T16:36:00.7382449Z [ 2022-09-27T16:36:00.7382657Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:36:00.7382864Z ] 2022-09-27T16:36:00.7383313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:00.7384089Z 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-09-27T16:36:00.7384781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7385166Z with 2022-09-27T16:36:00.7385320Z [ 2022-09-27T16:36:00.7385541Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:36:00.7385741Z ] 2022-09-27T16:36:00.7386119Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7386514Z with 2022-09-27T16:36:00.7386663Z [ 2022-09-27T16:36:00.7386861Z T=std::tuple 2022-09-27T16:36:00.7387039Z ] 2022-09-27T16:36:00.7387442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7387808Z with 2022-09-27T16:36:00.7387958Z [ 2022-09-27T16:36:00.7388158Z T=std::tuple 2022-09-27T16:36:00.7388348Z ] 2022-09-27T16:36:00.7388769Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7389170Z with 2022-09-27T16:36:00.7389321Z [ 2022-09-27T16:36:00.7389524Z T=std::tuple 2022-09-27T16:36:00.7389714Z ] 2022-09-27T16:36:00.7390174Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7390597Z with 2022-09-27T16:36:00.7390735Z [ 2022-09-27T16:36:00.7390934Z T=std::tuple 2022-09-27T16:36:00.7391128Z ] 2022-09-27T16:36:00.7391554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:36:00.7392234Z 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-09-27T16:36:00.7392905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7393286Z with 2022-09-27T16:36:00.7393493Z [ 2022-09-27T16:36:00.7393700Z T=std::tuple 2022-09-27T16:36:00.7393894Z ] 2022-09-27T16:36:00.7394276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7394628Z with 2022-09-27T16:36:00.7394779Z [ 2022-09-27T16:36:00.7394946Z T=torch::jit::SourceRange 2022-09-27T16:36:00.7395126Z ] 2022-09-27T16:36:00.7395521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7395880Z with 2022-09-27T16:36:00.7396030Z [ 2022-09-27T16:36:00.7396252Z T=torch::jit::SourceRange 2022-09-27T16:36:00.7396431Z ] 2022-09-27T16:36:00.7396866Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7397263Z with 2022-09-27T16:36:00.7397414Z [ 2022-09-27T16:36:00.7397591Z T=torch::jit::SourceRange 2022-09-27T16:36:00.7397753Z ] 2022-09-27T16:36:00.7398210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7398683Z with 2022-09-27T16:36:00.7398832Z [ 2022-09-27T16:36:00.7399007Z T=torch::jit::SourceRange 2022-09-27T16:36:00.7399184Z ] 2022-09-27T16:36:00.7399591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:00.7400252Z 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-09-27T16:36:00.7400917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7401304Z with 2022-09-27T16:36:00.7401462Z [ 2022-09-27T16:36:00.7401637Z T=torch::jit::SourceRange 2022-09-27T16:36:00.7401811Z ] 2022-09-27T16:36:00.7402181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7402532Z with 2022-09-27T16:36:00.7402682Z [ 2022-09-27T16:36:00.7402875Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:36:00.7403066Z ] 2022-09-27T16:36:00.7403461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7403810Z with 2022-09-27T16:36:00.7403964Z [ 2022-09-27T16:36:00.7404157Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:36:00.7404344Z ] 2022-09-27T16:36:00.7404776Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7405170Z with 2022-09-27T16:36:00.7405306Z [ 2022-09-27T16:36:00.7405498Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:36:00.7405685Z ] 2022-09-27T16:36:00.7406144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7406565Z with 2022-09-27T16:36:00.7406712Z [ 2022-09-27T16:36:00.7406893Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:36:00.7407081Z ] 2022-09-27T16:36:00.7407504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:00.7408217Z 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-09-27T16:36:00.7408881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7409263Z with 2022-09-27T16:36:00.7409413Z [ 2022-09-27T16:36:00.7409598Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:36:00.7409787Z ] 2022-09-27T16:36:00.7410205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7410559Z with 2022-09-27T16:36:00.7410708Z [ 2022-09-27T16:36:00.7410901Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:36:00.7411076Z ] 2022-09-27T16:36:00.7411474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7411833Z with 2022-09-27T16:36:00.7411982Z [ 2022-09-27T16:36:00.7412170Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:36:00.7412345Z ] 2022-09-27T16:36:00.7412771Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7413173Z with 2022-09-27T16:36:00.7413326Z [ 2022-09-27T16:36:00.7413519Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:36:00.7413701Z ] 2022-09-27T16:36:00.7414157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7414569Z with 2022-09-27T16:36:00.7414717Z [ 2022-09-27T16:36:00.7414906Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:36:00.7415091Z ] 2022-09-27T16:36:00.7415518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:00.7416193Z 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-09-27T16:36:00.7416841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7417209Z with 2022-09-27T16:36:00.7417360Z [ 2022-09-27T16:36:00.7417555Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:36:00.7417742Z ] 2022-09-27T16:36:00.7418124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7418477Z with 2022-09-27T16:36:00.7418612Z [ 2022-09-27T16:36:00.7418785Z T=torch::jit::ScopePtr 2022-09-27T16:36:00.7418958Z ] 2022-09-27T16:36:00.7419352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7419718Z with 2022-09-27T16:36:00.7419854Z [ 2022-09-27T16:36:00.7420066Z T=torch::jit::ScopePtr 2022-09-27T16:36:00.7420237Z ] 2022-09-27T16:36:00.7420668Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7421064Z with 2022-09-27T16:36:00.7421211Z [ 2022-09-27T16:36:00.7421369Z T=torch::jit::ScopePtr 2022-09-27T16:36:00.7421543Z ] 2022-09-27T16:36:00.7422002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7422466Z with 2022-09-27T16:36:00.7422615Z [ 2022-09-27T16:36:00.7422785Z T=torch::jit::ScopePtr 2022-09-27T16:36:00.7422941Z ] 2022-09-27T16:36:00.7423355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:00.7424003Z 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-09-27T16:36:00.7424656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7425040Z with 2022-09-27T16:36:00.7425195Z [ 2022-09-27T16:36:00.7425369Z T=torch::jit::ScopePtr 2022-09-27T16:36:00.7425525Z ] 2022-09-27T16:36:00.7425912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7426266Z with 2022-09-27T16:36:00.7426415Z [ 2022-09-27T16:36:00.7426592Z T=at::ThreadLocalState 2022-09-27T16:36:00.7426763Z ] 2022-09-27T16:36:00.7427146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7427502Z with 2022-09-27T16:36:00.7427653Z [ 2022-09-27T16:36:00.7427830Z T=at::ThreadLocalState 2022-09-27T16:36:00.7428004Z ] 2022-09-27T16:36:00.7428436Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7428823Z with 2022-09-27T16:36:00.7428975Z [ 2022-09-27T16:36:00.7429158Z T=at::ThreadLocalState 2022-09-27T16:36:00.7429336Z ] 2022-09-27T16:36:00.7429793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7430214Z with 2022-09-27T16:36:00.7430352Z [ 2022-09-27T16:36:00.7430528Z T=at::ThreadLocalState 2022-09-27T16:36:00.7430701Z ] 2022-09-27T16:36:00.7431120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:00.7431826Z 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-09-27T16:36:00.7432487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7432874Z with 2022-09-27T16:36:00.7433014Z [ 2022-09-27T16:36:00.7433191Z T=at::ThreadLocalState 2022-09-27T16:36:00.7433368Z ] 2022-09-27T16:36:00.7433830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7434231Z with 2022-09-27T16:36:00.7434384Z [ 2022-09-27T16:36:00.7434573Z T=std::shared_ptr 2022-09-27T16:36:00.7434761Z ] 2022-09-27T16:36:00.7435158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7435525Z with 2022-09-27T16:36:00.7435675Z [ 2022-09-27T16:36:00.7435857Z T=std::shared_ptr 2022-09-27T16:36:00.7436043Z ] 2022-09-27T16:36:00.7436476Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7436875Z with 2022-09-27T16:36:00.7437031Z [ 2022-09-27T16:36:00.7437225Z T=std::shared_ptr 2022-09-27T16:36:00.7437400Z ] 2022-09-27T16:36:00.7437858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7438280Z with 2022-09-27T16:36:00.7438431Z [ 2022-09-27T16:36:00.7438626Z T=std::shared_ptr 2022-09-27T16:36:00.7438811Z ] 2022-09-27T16:36:00.7439223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:36:00.7439878Z 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-09-27T16:36:00.7440560Z 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-09-27T16:36:00.7441231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7441615Z with 2022-09-27T16:36:00.7441770Z [ 2022-09-27T16:36:00.7441967Z T=std::shared_ptr 2022-09-27T16:36:00.7442153Z ] 2022-09-27T16:36:00.7442532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7442885Z with 2022-09-27T16:36:00.7443036Z [ 2022-09-27T16:36:00.7443219Z T=torch::jit::GraphExecutor 2022-09-27T16:36:00.7443401Z ] 2022-09-27T16:36:00.7443833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7444188Z with 2022-09-27T16:36:00.7444338Z [ 2022-09-27T16:36:00.7444519Z T=torch::jit::GraphExecutor 2022-09-27T16:36:00.7444695Z ] 2022-09-27T16:36:00.7445125Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7445529Z with 2022-09-27T16:36:00.7445668Z [ 2022-09-27T16:36:00.7445886Z T=torch::jit::GraphExecutor 2022-09-27T16:36:00.7446066Z ] 2022-09-27T16:36:00.7446531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7446951Z with 2022-09-27T16:36:00.7447101Z [ 2022-09-27T16:36:00.7447268Z T=torch::jit::GraphExecutor 2022-09-27T16:36:00.7447445Z ] 2022-09-27T16:36:00.7447858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:00.7448501Z 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-09-27T16:36:00.7449167Z 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-09-27T16:36:00.7449833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7450213Z with 2022-09-27T16:36:00.7450364Z [ 2022-09-27T16:36:00.7450531Z T=torch::jit::GraphExecutor 2022-09-27T16:36:00.7450710Z ] 2022-09-27T16:36:00.7451092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7451441Z with 2022-09-27T16:36:00.7451592Z [ 2022-09-27T16:36:00.7451749Z T=torch::jit::Method 2022-09-27T16:36:00.7451920Z ] 2022-09-27T16:36:00.7452317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7452682Z with 2022-09-27T16:36:00.7452901Z [ 2022-09-27T16:36:00.7453083Z T=torch::jit::Method 2022-09-27T16:36:00.7453238Z ] 2022-09-27T16:36:00.7453669Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7454066Z with 2022-09-27T16:36:00.7454215Z [ 2022-09-27T16:36:00.7454383Z T=torch::jit::Method 2022-09-27T16:36:00.7454554Z ] 2022-09-27T16:36:00.7455001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7455415Z with 2022-09-27T16:36:00.7455567Z [ 2022-09-27T16:36:00.7455780Z T=torch::jit::Method 2022-09-27T16:36:00.7455947Z ] 2022-09-27T16:36:00.7456353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:00.7456965Z 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-09-27T16:36:00.7457603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7458027Z with 2022-09-27T16:36:00.7458179Z [ 2022-09-27T16:36:00.7458350Z T=torch::jit::Method 2022-09-27T16:36:00.7458518Z ] 2022-09-27T16:36:00.7458907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7459245Z with 2022-09-27T16:36:00.7459396Z [ 2022-09-27T16:36:00.7459616Z T=std::vector> 2022-09-27T16:36:00.7459822Z ] 2022-09-27T16:36:00.7460214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7460585Z with 2022-09-27T16:36:00.7460724Z [ 2022-09-27T16:36:00.7460939Z T=std::vector> 2022-09-27T16:36:00.7461143Z ] 2022-09-27T16:36:00.7461578Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7461966Z with 2022-09-27T16:36:00.7462116Z [ 2022-09-27T16:36:00.7462320Z T=std::vector> 2022-09-27T16:36:00.7462523Z ] 2022-09-27T16:36:00.7462983Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7463404Z with 2022-09-27T16:36:00.7463555Z [ 2022-09-27T16:36:00.7463772Z T=std::vector> 2022-09-27T16:36:00.7463966Z ] 2022-09-27T16:36:00.7464411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:36:00.7465107Z 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-09-27T16:36:00.7465778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7466157Z with 2022-09-27T16:36:00.7466312Z [ 2022-09-27T16:36:00.7466530Z T=std::vector> 2022-09-27T16:36:00.7466724Z ] 2022-09-27T16:36:00.7467106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7467491Z with 2022-09-27T16:36:00.7467646Z [ 2022-09-27T16:36:00.7467889Z T=std::function 2022-09-27T16:36:00.7468118Z ] 2022-09-27T16:36:00.7468514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7468865Z with 2022-09-27T16:36:00.7469014Z [ 2022-09-27T16:36:00.7469260Z T=std::function 2022-09-27T16:36:00.7469527Z ] 2022-09-27T16:36:00.7469965Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7470364Z with 2022-09-27T16:36:00.7470505Z [ 2022-09-27T16:36:00.7470748Z T=std::function 2022-09-27T16:36:00.7470979Z ] 2022-09-27T16:36:00.7471437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7471858Z with 2022-09-27T16:36:00.7472007Z [ 2022-09-27T16:36:00.7472238Z T=std::function 2022-09-27T16:36:00.7472473Z ] 2022-09-27T16:36:00.7472932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:36:00.7473781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:36:00.7474495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7474874Z with 2022-09-27T16:36:00.7475027Z [ 2022-09-27T16:36:00.7475276Z T=std::function 2022-09-27T16:36:00.7475493Z ] 2022-09-27T16:36:00.7475876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7487730Z with 2022-09-27T16:36:00.7487982Z [ 2022-09-27T16:36:00.7488285Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:36:00.7488547Z ] 2022-09-27T16:36:00.7488950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7489331Z with 2022-09-27T16:36:00.7489488Z [ 2022-09-27T16:36:00.7489761Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:36:00.7490020Z ] 2022-09-27T16:36:00.7490461Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7490867Z with 2022-09-27T16:36:00.7491127Z [ 2022-09-27T16:36:00.7491403Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:36:00.7491656Z ] 2022-09-27T16:36:00.7492123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7492551Z with 2022-09-27T16:36:00.7492705Z [ 2022-09-27T16:36:00.7492960Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:36:00.7493652Z ] 2022-09-27T16:36:00.7494150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:36:00.7494981Z 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-09-27T16:36:00.7495728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7496107Z with 2022-09-27T16:36:00.7496264Z [ 2022-09-27T16:36:00.7496537Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:36:00.7496783Z ] 2022-09-27T16:36:00.7497168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7497522Z with 2022-09-27T16:36:00.7497676Z [ 2022-09-27T16:36:00.7497888Z T=std::vector> 2022-09-27T16:36:00.7498073Z ] 2022-09-27T16:36:00.7498470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7498841Z with 2022-09-27T16:36:00.7498994Z [ 2022-09-27T16:36:00.7499203Z T=std::vector> 2022-09-27T16:36:00.7499263Z ] 2022-09-27T16:36:00.7499612Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7499680Z with 2022-09-27T16:36:00.7499737Z [ 2022-09-27T16:36:00.7499857Z T=std::vector> 2022-09-27T16:36:00.7499904Z ] 2022-09-27T16:36:00.7500279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7500341Z with 2022-09-27T16:36:00.7500402Z [ 2022-09-27T16:36:00.7500523Z T=std::vector> 2022-09-27T16:36:00.7500580Z ] 2022-09-27T16:36:00.7500916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:36:00.7500980Z with 2022-09-27T16:36:00.7501038Z [ 2022-09-27T16:36:00.7501106Z T=double 2022-09-27T16:36:00.7501163Z ] 2022-09-27T16:36:00.7501580Z 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-09-27T16:36:00.7501641Z with 2022-09-27T16:36:00.7501699Z [ 2022-09-27T16:36:00.7501768Z T=double 2022-09-27T16:36:00.7501813Z ] 2022-09-27T16:36:00.7502138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7502503Z with 2022-09-27T16:36:00.7502563Z [ 2022-09-27T16:36:00.7502689Z T=std::vector> 2022-09-27T16:36:00.7502748Z ] 2022-09-27T16:36:00.7503048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7503110Z with 2022-09-27T16:36:00.7503170Z [ 2022-09-27T16:36:00.7503279Z T=std::tuple 2022-09-27T16:36:00.7503338Z ] 2022-09-27T16:36:00.7503647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7503709Z with 2022-09-27T16:36:00.7503768Z [ 2022-09-27T16:36:00.7503876Z T=std::tuple 2022-09-27T16:36:00.7503923Z ] 2022-09-27T16:36:00.7504269Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7504333Z with 2022-09-27T16:36:00.7504391Z [ 2022-09-27T16:36:00.7504498Z T=std::tuple 2022-09-27T16:36:00.7504559Z ] 2022-09-27T16:36:00.7504926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7504988Z with 2022-09-27T16:36:00.7505049Z [ 2022-09-27T16:36:00.7505152Z T=std::tuple 2022-09-27T16:36:00.7505211Z ] 2022-09-27T16:36:00.7505544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:36:00.7505914Z 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-09-27T16:36:00.7506242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7506306Z with 2022-09-27T16:36:00.7506365Z [ 2022-09-27T16:36:00.7506470Z T=std::tuple 2022-09-27T16:36:00.7506529Z ] 2022-09-27T16:36:00.7506819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7506883Z with 2022-09-27T16:36:00.7506930Z [ 2022-09-27T16:36:00.7507062Z T=std::vector> 2022-09-27T16:36:00.7507122Z ] 2022-09-27T16:36:00.7507465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:36:00.7507528Z with 2022-09-27T16:36:00.7507586Z [ 2022-09-27T16:36:00.7507717Z T=std::vector> 2022-09-27T16:36:00.7507776Z ] 2022-09-27T16:36:00.7508122Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:36:00.7508457Z with 2022-09-27T16:36:00.7508515Z [ 2022-09-27T16:36:00.7508645Z T=std::vector> 2022-09-27T16:36:00.7508702Z ] 2022-09-27T16:36:00.7509074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:36:00.7509139Z with 2022-09-27T16:36:00.7509196Z [ 2022-09-27T16:36:00.7509309Z T=std::vector> 2022-09-27T16:36:00.7509367Z ] 2022-09-27T16:36:00.7509714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:36:00.7510096Z 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-09-27T16:36:00.7510423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:36:00.7510488Z with 2022-09-27T16:36:00.7510548Z [ 2022-09-27T16:36:00.7510677Z T=std::vector> 2022-09-27T16:36:00.7510737Z ] 2022-09-27T16:36:00.8361134Z [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-09-27T16:36:00.8361329Z Creating library dangling_impl_extension.lib and object dangling_impl_extension.exp 2022-09-27T16:36:00.8379236Z Loading extension module dangling_impl_extension... 2022-09-27T16:36:00.8559341Z ok (11.076s) 2022-09-27T16:36:01.1860246Z test_impl_only (__main__.TestDispatch) ... ok (0.333s) 2022-09-27T16:36:01.1898709Z test_multiple_def_alias_defaulting (__main__.TestDispatch) ... ok (0.000s) 2022-09-27T16:36:01.1935215Z test_multiple_def_alias_mismatch (__main__.TestDispatch) ... ok (0.016s) 2022-09-27T16:36:01.1969856Z test_multiple_def_error (__main__.TestDispatch) ... ok (0.000s) 2022-09-27T16:36:01.2049120Z test_multiple_fallback (__main__.TestDispatch) ... ok (0.000s) 2022-09-27T16:36:01.2062354Z test_overwrite_math (__main__.TestDispatch) ... [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\dispatch\OperatorEntry.cpp:156] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-09-27T16:36:01.2062941Z operator: __test45643__::foo 2022-09-27T16:36:01.2063139Z no debug info 2022-09-27T16:36:01.2063328Z dispatch key: (catch all) 2022-09-27T16:36:01.2063527Z previous kernel: fn1 2022-09-27T16:36:01.2063743Z new kernel: fn2 (function registerKernel) 2022-09-27T16:36:01.2066299Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\dispatch\OperatorEntry.cpp:156] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-09-27T16:36:01.2066738Z operator: __test45644__::foo 2022-09-27T16:36:01.2066925Z no debug info 2022-09-27T16:36:01.2067112Z dispatch key: (catch all) 2022-09-27T16:36:01.2067308Z previous kernel: fn1 2022-09-27T16:36:01.2067532Z new kernel: fn2 (function registerKernel) 2022-09-27T16:36:01.2068765Z ok (0.000s) 2022-09-27T16:36:01.2084041Z test_autogradother (__main__.TestPythonDispatcher) ... ok (0.016s) 2022-09-27T16:36:01.2097031Z test_basic (__main__.TestPythonDispatcher) ... ok (0.000s) 2022-09-27T16:36:01.2111365Z test_defaultbackend_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.000s) 2022-09-27T16:36:01.2124425Z test_defaultbackend_math (__main__.TestPythonDispatcher) ... ok (0.000s) 2022-09-27T16:36:01.2135866Z test_duplicate_registrations (__main__.TestPythonDispatcher) ... ok (0.000s) 2022-09-27T16:36:01.2150446Z test_math_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.000s) 2022-09-27T16:36:01.2186230Z test_quantized_structured_not_implemented (__main__.TestPythonDispatcher) ... ok (0.000s) 2022-09-27T16:36:01.2186598Z 2022-09-27T16:36:01.2186839Z ---------------------------------------------------------------------- 2022-09-27T16:36:01.2187214Z Ran 32 tests in 44.812s 2022-09-27T16:36:01.2187390Z 2022-09-27T16:36:01.2187479Z OK 2022-09-27T16:36:01.2187623Z 2022-09-27T16:36:01.2187765Z Generating XML reports... 2022-09-27T16:36:01.2279865Z Generated XML report: test-reports\python-unittest\test_dispatch\TEST-TestDispatch-20220927163516.xml 2022-09-27T16:36:01.2304558Z Generated XML report: test-reports\python-unittest\test_dispatch\TEST-TestPythonDispatcher-20220927163516.xml 2022-09-27T16:36:01.5097386Z Running test_fx_experimental ... [2022-09-27 16:36:01.501211] 2022-09-27T16:36:01.5097883Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fx_experimental.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:36:01.501211] 2022-09-27T16:36:03.8342232Z 2022-09-27T16:36:03.8342798Z Running tests... 2022-09-27T16:36:03.8343152Z Test results will be stored in test-reports\python-unittest\test_fx_experimental 2022-09-27T16:36:03.8343505Z ---------------------------------------------------------------------- 2022-09-27T16:36:03.8359289Z test_annotate_returns_with_schema (__main__.TestFXExperimental) ... skip: no torchvision (0.000s) 2022-09-27T16:36:03.8527229Z test_aot_based_partition (__main__.TestFXExperimental) ... ok (0.031s) 2022-09-27T16:36:03.8576229Z test_call_to_assert_no_msg (__main__.TestFXExperimental) ... ok (0.000s) 2022-09-27T16:36:03.8613584Z test_call_to_assert_with_empty_msg (__main__.TestFXExperimental) ... ok (0.000s) 2022-09-27T16:36:03.8652585Z test_call_to_assert_with_msg (__main__.TestFXExperimental) ... ok (0.000s) 2022-09-27T16:36:03.8691887Z test_call_to_assert_with_multiline_message (__main__.TestFXExperimental) ... ok (0.016s) 2022-09-27T16:36:03.8699484Z test_conv_bn_fusion (__main__.TestFXExperimental) ... skip: no torchvision (0.000s) 2022-09-27T16:36:03.8821466Z test_conv_bn_fusion_not_running_state (__main__.TestFXExperimental) ... ok (0.000s) 2022-09-27T16:36:03.8945128Z test_cost_aware_partition (__main__.TestFXExperimental) ... ok (0.026s) 2022-09-27T16:36:03.8983106Z test_fetch (__main__.TestFXExperimental) ... ok (0.000s) 2022-09-27T16:36:03.9023578Z test_find_single_partition (__main__.TestFXExperimental) ... ok (0.000s) 2022-09-27T16:36:03.9053385Z test_lack_of_devices (__main__.TestFXExperimental) ... ok (0.000s) 2022-09-27T16:36:03.9090302Z test_large_node_error (__main__.TestFXExperimental) ... ok (0.000s) 2022-09-27T16:36:03.9125099Z test_merge_matmuls (__main__.TestFXExperimental) 2022-09-27T16:36:03.9364082Z A collection of test cases for torch.fx.experimental.merge_matmul, ... ok (0.041s) 2022-09-27T16:36:03.9637842Z test_meta_tracer (__main__.TestFXExperimental) ... ok (0.016s) 2022-09-27T16:36:03.9651882Z test_normalize_args (__main__.TestFXExperimental) ... skip: no torchvision (0.000s) 2022-09-27T16:36:03.9699940Z test_normalize_args_preserve_meta (__main__.TestFXExperimental) ... ok (0.016s) 2022-09-27T16:36:04.0178383Z test_normalize_binary_operators (__main__.TestFXExperimental) ... ok (0.041s) 2022-09-27T16:36:04.0202350Z test_normalize_modules_exhaustive (__main__.TestFXExperimental) 2022-09-27T16:36:04.5530131Z Exhaustively test `Node.normalized_arguments` on all standard ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\conv.py:309: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Convolution.cpp:894.) 2022-09-27T16:36:04.5532406Z return F.conv1d(input, weight, bias, self.stride, 2022-09-27T16:36:05.5832132Z ok (1.573s) 2022-09-27T16:36:06.0456375Z test_optimize_for_inference_cpu (__main__.TestFXExperimental) ... ok (0.460s) 2022-09-27T16:36:06.0475261Z test_optimize_for_inference_cpu_torchvision (__main__.TestFXExperimental) ... skip: no torchvision (0.000s) 2022-09-27T16:36:06.0549552Z test_partition_device_mapping (__main__.TestFXExperimental) ... ok (0.000s) 2022-09-27T16:36:06.0622494Z test_partition_latency (__main__.TestFXExperimental) ... ok (0.016s) 2022-09-27T16:36:06.0670578Z test_partition_node_manipulation (__main__.TestFXExperimental) ... ok (0.000s) 2022-09-27T16:36:06.0700806Z test_replace_target_nodes_with (__main__.TestFXExperimental) ... ok (0.000s) 2022-09-27T16:36:06.0785545Z [0, 4] 2022-09-27T16:36:06.0785810Z [1, 2] 2022-09-27T16:36:06.0786184Z test_saturate_host (__main__.TestFXExperimental) ... ok (0.016s) 2022-09-27T16:36:06.0847236Z test_size_based_partition (__main__.TestFXExperimental) ... ok (0.000s) 2022-09-27T16:36:06.2241973Z test_sparse_nn_partition (__main__.TestFXExperimental) ... ok (0.143s) 2022-09-27T16:36:06.2321486Z test_split_module_default_arg (__main__.TestFXExperimental) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T16:36:06.2322515Z warnings.warn(msg, FutureWarning) 2022-09-27T16:36:06.2322828Z ok (0.016s) 2022-09-27T16:36:06.2368860Z test_split_module_kwargs_expansion (__main__.TestFXExperimental) ... ok (0.000s) 2022-09-27T16:36:06.2432224Z test_split_qualname_mapping (__main__.TestFXExperimental) ... ok (0.000s) 2022-09-27T16:36:06.2502673Z test_subgraph_creation (__main__.TestFXExperimental) ... ok (0.016s) 2022-09-27T16:36:06.2508702Z test_subgraph_trivial_resnet (__main__.TestFXExperimental) ... skip: no torchvision (0.000s) 2022-09-27T16:36:06.2563672Z test_subgraph_uniquename (__main__.TestFXExperimental) ... ok (0.000s) 2022-09-27T16:36:06.2639368Z test_to_folder (__main__.TestFXExperimental) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph_module.py:474: UserWarning: Was not able to save the following children modules as reprs -saved as pickled files instead: ['seq'] 2022-09-27T16:36:06.2640224Z warnings.warn("Was not able to save the following children modules as reprs -" 2022-09-27T16:36:06.2871554Z ok (0.032s) 2022-09-27T16:36:06.2899692Z test_traceable_function_with_nonstandard_name (__main__.TestFXExperimental) ... ok (0.000s) 2022-09-27T16:36:06.2929540Z test_type_matches (__main__.TestFXExperimental) ... ok (0.000s) 2022-09-27T16:36:06.2947074Z test_normalize_args_op_overload_cpu (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:06.3005486Z test_normalize_operator_exhaustive_H_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:06.3057238Z test_normalize_operator_exhaustive_T_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:06.3103088Z test_normalize_operator_exhaustive___getitem___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:06.3912845Z test_normalize_operator_exhaustive___radd___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.079s) 2022-09-27T16:36:06.3971563Z test_normalize_operator_exhaustive___rdiv___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:06.4039564Z test_normalize_operator_exhaustive___rmatmul___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:06.4092211Z test_normalize_operator_exhaustive___rmod___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:06.4133379Z test_normalize_operator_exhaustive___rmul___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:06.4176452Z test_normalize_operator_exhaustive___rpow___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:853: 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-09-27T16:36:06.4177497Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T16:36:06.4191453Z expected failure (0.000s) 2022-09-27T16:36:06.4244371Z test_normalize_operator_exhaustive___rsub___cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:06.4307433Z test_normalize_operator_exhaustive__masked_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:06.4362217Z test_normalize_operator_exhaustive__masked_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:06.4419917Z test_normalize_operator_exhaustive__masked_argmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:06.4476183Z test_normalize_operator_exhaustive__masked_argmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:06.4539901Z test_normalize_operator_exhaustive__masked_cumprod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:06.4600818Z test_normalize_operator_exhaustive__masked_cumsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:06.4660873Z test_normalize_operator_exhaustive__masked_log_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:06.4730446Z test_normalize_operator_exhaustive__masked_logaddexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.017s) 2022-09-27T16:36:06.4760649Z test_normalize_operator_exhaustive__masked_logsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:36:06.4916654Z test_normalize_operator_exhaustive__masked_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:06.5014719Z test_normalize_operator_exhaustive__masked_median_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:06.5096737Z test_normalize_operator_exhaustive__masked_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:06.5170106Z test_normalize_operator_exhaustive__masked_normalize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:06.5223951Z test_normalize_operator_exhaustive__masked_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:06.5285064Z test_normalize_operator_exhaustive__masked_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:06.5344829Z test_normalize_operator_exhaustive__masked_softmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:06.5402706Z test_normalize_operator_exhaustive__masked_std_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:06.5457199Z test_normalize_operator_exhaustive__masked_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:06.5514648Z test_normalize_operator_exhaustive__masked_var_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:06.5576745Z test_normalize_operator_exhaustive_abs_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:06.5694812Z test_normalize_operator_exhaustive_acos_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:06.5807765Z test_normalize_operator_exhaustive_acosh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:06.6278911Z test_normalize_operator_exhaustive_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-09-27T16:36:06.6510840Z test_normalize_operator_exhaustive_addbmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:06.6888557Z test_normalize_operator_exhaustive_addcdiv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:06.7267684Z test_normalize_operator_exhaustive_addcmul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-09-27T16:36:06.7400290Z test_normalize_operator_exhaustive_addmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:06.7531109Z test_normalize_operator_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:06.7756899Z test_normalize_operator_exhaustive_addmv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:06.7964284Z test_normalize_operator_exhaustive_addr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:06.8387143Z test_normalize_operator_exhaustive_all_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-09-27T16:36:06.9005277Z test_normalize_operator_exhaustive_allclose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.063s) 2022-09-27T16:36:06.9539753Z test_normalize_operator_exhaustive_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-09-27T16:36:07.0073197Z test_normalize_operator_exhaustive_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.064s) 2022-09-27T16:36:07.0254392Z test_normalize_operator_exhaustive_aminmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_fx_experimental.py:1505: 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:24.) 2022-09-27T16:36:07.0255777Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T16:36:07.0257700Z C:\actions-runner\_work\pytorch\pytorch\test\test_fx_experimental.py:1517: 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:24.) 2022-09-27T16:36:07.0258971Z test_out = op.op(*norm_args_and_kwargs.args, **norm_args_and_kwargs.kwargs) 2022-09-27T16:36:07.0276132Z .1868:5: 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:24.) 2022-09-27T16:36:07.0277376Z aminmax = torch.aminmax(arg_0, dim = 0, keepdim = True); arg_0 = None 2022-09-27T16:36:07.0282493Z .1869:5: 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:24.) 2022-09-27T16:36:07.0283589Z aminmax = torch.aminmax(arg_0, dim = 0, keepdim = True); arg_0 = None 2022-09-27T16:36:07.0285783Z ok (0.016s) 2022-09-27T16:36:07.0350353Z test_normalize_operator_exhaustive_angle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:07.0779697Z test_normalize_operator_exhaustive_any_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-09-27T16:36:07.0993425Z test_normalize_operator_exhaustive_arange_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:07.1328704Z test_normalize_operator_exhaustive_argmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:07.1665538Z test_normalize_operator_exhaustive_argmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-09-27T16:36:07.2458026Z test_normalize_operator_exhaustive_argsort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.080s) 2022-09-27T16:36:07.2614457Z test_normalize_operator_exhaustive_argwhere_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:07.2774446Z test_normalize_operator_exhaustive_as_strided_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:07.2945843Z test_normalize_operator_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:07.3012639Z test_normalize_operator_exhaustive_asin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:07.3077429Z test_normalize_operator_exhaustive_asinh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:07.3382264Z test_normalize_operator_exhaustive_atan2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:07.3448216Z test_normalize_operator_exhaustive_atan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:07.3512618Z test_normalize_operator_exhaustive_atanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:07.3558382Z test_normalize_operator_exhaustive_atleast_1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:07.3603560Z test_normalize_operator_exhaustive_atleast_2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:07.3648598Z test_normalize_operator_exhaustive_atleast_3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:07.3865377Z test_normalize_operator_exhaustive_baddbmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:07.3950115Z test_normalize_operator_exhaustive_bernoulli_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:07.3989886Z test_normalize_operator_exhaustive_bfloat16_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:07.4034690Z test_normalize_operator_exhaustive_block_diag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:07.4097523Z test_normalize_operator_exhaustive_bmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:07.4137724Z test_normalize_operator_exhaustive_bool_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:07.4177826Z test_normalize_operator_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:07.4219760Z test_normalize_operator_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:07.4422733Z test_normalize_operator_exhaustive_broadcast_to_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:07.5133818Z test_normalize_operator_exhaustive_bucketize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.064s) 2022-09-27T16:36:07.5174543Z test_normalize_operator_exhaustive_byte_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:07.5213851Z test_normalize_operator_exhaustive_cartesian_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:07.5297953Z test_normalize_operator_exhaustive_cat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:08.1258098Z test_normalize_operator_exhaustive_cdist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.600s) 2022-09-27T16:36:08.1325304Z test_normalize_operator_exhaustive_ceil_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:08.1365281Z test_normalize_operator_exhaustive_chalf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_methods_invocations.py:13883: 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-09-27T16:36:08.1366050Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-09-27T16:36:08.1367971Z expected failure (0.000s) 2022-09-27T16:36:08.1408152Z test_normalize_operator_exhaustive_char_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:08.1454274Z test_normalize_operator_exhaustive_cholesky_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_fx_experimental.py:1505: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-09-27T16:36:08.1455125Z L = torch.cholesky(A) 2022-09-27T16:36:08.1455497Z should be replaced with 2022-09-27T16:36:08.1455815Z L = torch.linalg.cholesky(A) 2022-09-27T16:36:08.1456097Z and 2022-09-27T16:36:08.1456372Z U = torch.cholesky(A, upper=True) 2022-09-27T16:36:08.1456676Z should be replaced with 2022-09-27T16:36:08.1457005Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T16:36:08.1457753Z 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:1626.) 2022-09-27T16:36:08.1458468Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T16:36:08.1943115Z ok (0.064s) 2022-09-27T16:36:08.2401619Z test_normalize_operator_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:08.2900423Z test_normalize_operator_exhaustive_cholesky_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.064s) 2022-09-27T16:36:08.3069620Z test_normalize_operator_exhaustive_chunk_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:08.3336606Z test_normalize_operator_exhaustive_clamp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:08.3630721Z test_normalize_operator_exhaustive_clamp_max_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:08.3913549Z test_normalize_operator_exhaustive_clamp_min_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:08.3999642Z test_normalize_operator_exhaustive_clone_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:08.4066472Z test_normalize_operator_exhaustive_column_stack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:08.4559126Z test_normalize_operator_exhaustive_combinations_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-09-27T16:36:08.4833647Z test_normalize_operator_exhaustive_complex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:08.4931071Z test_normalize_operator_exhaustive_conj_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:08.4991865Z test_normalize_operator_exhaustive_conj_physical_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:08.6333288Z test_normalize_operator_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.126s) 2022-09-27T16:36:08.6375200Z test_normalize_operator_exhaustive_contiguous_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:08.6694120Z test_normalize_operator_exhaustive_copysign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:08.6836700Z test_normalize_operator_exhaustive_corrcoef_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:08.6954187Z test_normalize_operator_exhaustive_cos_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:08.7067573Z test_normalize_operator_exhaustive_cosh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:08.7613504Z test_normalize_operator_exhaustive_count_nonzero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-09-27T16:36:08.8827687Z test_normalize_operator_exhaustive_cov_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.126s) 2022-09-27T16:36:08.8943955Z test_normalize_operator_exhaustive_cross_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:08.9068384Z test_normalize_operator_exhaustive_cummax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:08.9191899Z test_normalize_operator_exhaustive_cummin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:08.9516419Z test_normalize_operator_exhaustive_cumprod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:08.9668869Z test_normalize_operator_exhaustive_cumsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:08.9933357Z test_normalize_operator_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:09.0039354Z test_normalize_operator_exhaustive_deg2rad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:09.0437524Z test_normalize_operator_exhaustive_diag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:09.0874083Z test_normalize_operator_exhaustive_diag_embed_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-09-27T16:36:09.1024666Z test_normalize_operator_exhaustive_diagflat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:09.1433220Z test_normalize_operator_exhaustive_diagonal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:09.1890463Z test_normalize_operator_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-09-27T16:36:09.3702684Z test_normalize_operator_exhaustive_diff_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.191s) 2022-09-27T16:36:09.3806919Z test_normalize_operator_exhaustive_digamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:09.5131836Z test_normalize_operator_exhaustive_dist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.143s) 2022-09-27T16:36:09.5510429Z test_normalize_operator_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:09.5876714Z test_normalize_operator_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:09.6257342Z test_normalize_operator_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-09-27T16:36:09.6321498Z test_normalize_operator_exhaustive_dot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:09.6362524Z test_normalize_operator_exhaustive_double_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:09.6459296Z test_normalize_operator_exhaustive_dsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:09.6508985Z test_normalize_operator_exhaustive_dstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:09.6569669Z test_normalize_operator_exhaustive_einsum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:09.6614108Z test_normalize_operator_exhaustive_empty_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:09.6644457Z test_normalize_operator_exhaustive_empty_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:36:09.7083873Z test_normalize_operator_exhaustive_eq_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-09-27T16:36:09.7283089Z test_normalize_operator_exhaustive_equal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:09.7348714Z test_normalize_operator_exhaustive_erf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:09.7464849Z test_normalize_operator_exhaustive_erfc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:09.7527391Z test_normalize_operator_exhaustive_erfinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:09.7632591Z test_normalize_operator_exhaustive_exp2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:09.7748121Z test_normalize_operator_exhaustive_exp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:09.7802560Z test_normalize_operator_exhaustive_expand_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:09.7857590Z test_normalize_operator_exhaustive_expand_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:09.7921713Z test_normalize_operator_exhaustive_expm1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:09.7965991Z test_normalize_operator_exhaustive_eye_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:09.8196281Z test_normalize_operator_exhaustive_fft_fft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:09.8448133Z test_normalize_operator_exhaustive_fft_fft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:09.8735956Z test_normalize_operator_exhaustive_fft_fftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:09.8895736Z test_normalize_operator_exhaustive_fft_fftshift_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:09.9128963Z test_normalize_operator_exhaustive_fft_hfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T16:36:09.9382205Z test_normalize_operator_exhaustive_fft_hfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:09.9668241Z test_normalize_operator_exhaustive_fft_hfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:09.9896790Z test_normalize_operator_exhaustive_fft_ifft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-09-27T16:36:10.0147975Z test_normalize_operator_exhaustive_fft_ifft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:10.0436433Z test_normalize_operator_exhaustive_fft_ifftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.037s) 2022-09-27T16:36:10.0593771Z test_normalize_operator_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:10.0824090Z test_normalize_operator_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:10.1076022Z test_normalize_operator_exhaustive_fft_ihfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T16:36:10.1367003Z test_normalize_operator_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:10.1599205Z test_normalize_operator_exhaustive_fft_irfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:10.1843856Z test_normalize_operator_exhaustive_fft_irfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:10.2130103Z test_normalize_operator_exhaustive_fft_irfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T16:36:10.2356716Z test_normalize_operator_exhaustive_fft_rfft2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:10.2605568Z test_normalize_operator_exhaustive_fft_rfft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T16:36:10.2891345Z test_normalize_operator_exhaustive_fft_rfftn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T16:36:10.3002649Z test_normalize_operator_exhaustive_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T16:36:10.3201661Z test_normalize_operator_exhaustive_flatten_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:10.3496975Z test_normalize_operator_exhaustive_flip_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:10.3578258Z test_normalize_operator_exhaustive_fliplr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:10.3661406Z test_normalize_operator_exhaustive_flipud_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:10.3701693Z test_normalize_operator_exhaustive_float_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:10.4007689Z test_normalize_operator_exhaustive_float_power_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-09-27T16:36:10.4071580Z test_normalize_operator_exhaustive_floor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:10.4355103Z test_normalize_operator_exhaustive_floor_divide_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:10.4619946Z test_normalize_operator_exhaustive_fmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:10.4887883Z test_normalize_operator_exhaustive_fmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T16:36:10.5217958Z test_normalize_operator_exhaustive_fmod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T16:36:10.5322835Z test_normalize_operator_exhaustive_frac_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:10.5435417Z test_normalize_operator_exhaustive_frexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:10.5662967Z test_normalize_operator_exhaustive_full_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T16:36:10.5846934Z test_normalize_operator_exhaustive_gather_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:10.6162825Z test_normalize_operator_exhaustive_ge_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T16:36:10.7173893Z test_normalize_operator_exhaustive_geqrf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.104s) 2022-09-27T16:36:10.7495257Z test_normalize_operator_exhaustive_gradient_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.031s) 2022-09-27T16:36:10.7810107Z test_normalize_operator_exhaustive_gt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:10.7851664Z test_normalize_operator_exhaustive_half_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.010s) 2022-09-27T16:36:10.8117487Z test_normalize_operator_exhaustive_heaviside_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T16:36:11.0703422Z test_normalize_operator_exhaustive_histc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.252s) 2022-09-27T16:36:11.7701951Z test_normalize_operator_exhaustive_histogram_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.697s) 2022-09-27T16:36:11.7954031Z test_normalize_operator_exhaustive_histogramdd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.032s) 2022-09-27T16:36:11.8051215Z test_normalize_operator_exhaustive_hsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:11.8101357Z test_normalize_operator_exhaustive_hstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:11.8369241Z test_normalize_operator_exhaustive_hypot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:11.8453256Z test_normalize_operator_exhaustive_i0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:11.8724771Z test_normalize_operator_exhaustive_igamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:11.8996924Z test_normalize_operator_exhaustive_igammac_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:11.9304948Z test_normalize_operator_exhaustive_index_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:11.9430031Z test_normalize_operator_exhaustive_index_copy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:11.9569111Z test_normalize_operator_exhaustive_index_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:11.9616704Z test_normalize_operator_exhaustive_index_put_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\operator_schemas.py:204: UserWarning: Does not support nested parametric types, got typing.List[typing.Optional[torch.Tensor]]. Please file a bug. 2022-09-27T16:36:11.9617545Z warnings.warn( 2022-09-27T16:36:11.9632768Z expected failure (0.000s) 2022-09-27T16:36:11.9672948Z test_normalize_operator_exhaustive_index_reduce_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_fx_experimental.py:1505: 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:1007.) 2022-09-27T16:36:11.9674004Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T16:36:12.0639092Z ok (0.111s) 2022-09-27T16:36:12.0761881Z test_normalize_operator_exhaustive_index_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:12.0850241Z test_normalize_operator_exhaustive_inner_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.001s) 2022-09-27T16:36:12.0890486Z test_normalize_operator_exhaustive_int_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:12.1378543Z test_normalize_operator_exhaustive_isclose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-09-27T16:36:12.1485633Z test_normalize_operator_exhaustive_isfinite_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:12.1591196Z test_normalize_operator_exhaustive_isin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:12.1653774Z test_normalize_operator_exhaustive_isinf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:12.1714627Z test_normalize_operator_exhaustive_isnan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:12.1774935Z test_normalize_operator_exhaustive_isneginf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:12.1835218Z test_normalize_operator_exhaustive_isposinf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:12.1935171Z test_normalize_operator_exhaustive_isreal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:12.1976226Z test_normalize_operator_exhaustive_istft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_fx_experimental.py:1505: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\SpectralOps.cpp:980.) 2022-09-27T16:36:12.1976926Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T16:36:12.2338791Z ok (0.031s) 2022-09-27T16:36:12.2376915Z test_normalize_operator_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.2413823Z test_normalize_operator_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2450668Z test_normalize_operator_exhaustive_jiterator_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2487709Z test_normalize_operator_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:36:12.2524782Z test_normalize_operator_exhaustive_jiterator_unary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:36:12.2592133Z test_normalize_operator_exhaustive_kron_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:12.2945416Z test_normalize_operator_exhaustive_kthvalue_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:12.3229414Z test_normalize_operator_exhaustive_ldexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:12.3543697Z test_normalize_operator_exhaustive_le_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:12.3982277Z test_normalize_operator_exhaustive_lerp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-09-27T16:36:12.4093045Z test_normalize_operator_exhaustive_lgamma_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:12.4518852Z test_normalize_operator_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-09-27T16:36:12.4979029Z test_normalize_operator_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-09-27T16:36:12.5112119Z test_normalize_operator_exhaustive_linalg_cond_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:12.5227635Z test_normalize_operator_exhaustive_linalg_cross_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:12.5500369Z test_normalize_operator_exhaustive_linalg_det_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:12.6340607Z test_normalize_operator_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.095s) 2022-09-27T16:36:12.6632431Z test_normalize_operator_exhaustive_linalg_eig_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:12.6916740Z test_normalize_operator_exhaustive_linalg_eigh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:12.7175189Z test_normalize_operator_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:12.7432689Z test_normalize_operator_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:12.7684835Z test_normalize_operator_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:12.7929406Z test_normalize_operator_exhaustive_linalg_inv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:12.8188208Z test_normalize_operator_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:12.8341137Z test_normalize_operator_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:12.8499592Z test_normalize_operator_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:12.8996616Z test_normalize_operator_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-09-27T16:36:13.0541335Z test_normalize_operator_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.157s) 2022-09-27T16:36:13.1878518Z test_normalize_operator_exhaustive_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.143s) 2022-09-27T16:36:13.2437119Z test_normalize_operator_exhaustive_linalg_lu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-09-27T16:36:13.2945908Z test_normalize_operator_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-09-27T16:36:13.3458988Z test_normalize_operator_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.064s) 2022-09-27T16:36:13.6521445Z test_normalize_operator_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.303s) 2022-09-27T16:36:13.8799677Z test_normalize_operator_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.223s) 2022-09-27T16:36:13.9319448Z test_normalize_operator_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-09-27T16:36:14.2329747Z test_normalize_operator_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.300s) 2022-09-27T16:36:14.2675663Z test_normalize_operator_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-09-27T16:36:14.2751854Z test_normalize_operator_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:14.6136883Z test_normalize_operator_exhaustive_linalg_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.334s) 2022-09-27T16:36:14.8640785Z test_normalize_operator_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.253s) 2022-09-27T16:36:14.9635327Z test_normalize_operator_exhaustive_linalg_pinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.111s) 2022-09-27T16:36:14.9995365Z test_normalize_operator_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:15.0033524Z test_normalize_operator_exhaustive_linalg_pinv_singular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:36:15.1120459Z test_normalize_operator_exhaustive_linalg_qr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.114s) 2022-09-27T16:36:15.1433613Z test_normalize_operator_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.021s) 2022-09-27T16:36:15.1980699Z test_normalize_operator_exhaustive_linalg_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.057s) 2022-09-27T16:36:15.2570670Z test_normalize_operator_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.063s) 2022-09-27T16:36:15.6825102Z test_normalize_operator_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.430s) 2022-09-27T16:36:16.4026997Z test_normalize_operator_exhaustive_linalg_svd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.710s) 2022-09-27T16:36:16.4984123Z test_normalize_operator_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.096s) 2022-09-27T16:36:16.5088247Z test_normalize_operator_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:16.5250560Z test_normalize_operator_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:16.5530036Z test_normalize_operator_exhaustive_linalg_vander_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:16.6733535Z test_normalize_operator_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.110s) 2022-09-27T16:36:17.1754402Z test_normalize_operator_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.506s) 2022-09-27T16:36:17.2829647Z test_normalize_operator_exhaustive_linspace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.111s) 2022-09-27T16:36:17.3704382Z test_normalize_operator_exhaustive_log10_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.096s) 2022-09-27T16:36:17.3773131Z test_normalize_operator_exhaustive_log1p_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:17.3881271Z test_normalize_operator_exhaustive_log2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:17.4021365Z test_normalize_operator_exhaustive_log_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:17.4213493Z test_normalize_operator_exhaustive_log_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:17.4408278Z test_normalize_operator_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:17.4470561Z test_normalize_operator_exhaustive_logaddexp2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:17.4531478Z test_normalize_operator_exhaustive_logaddexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:17.4726316Z test_normalize_operator_exhaustive_logcumsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:17.4998115Z test_normalize_operator_exhaustive_logdet_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:17.5244157Z test_normalize_operator_exhaustive_logical_and_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:17.5343754Z test_normalize_operator_exhaustive_logical_not_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:17.5590398Z test_normalize_operator_exhaustive_logical_or_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:17.5835004Z test_normalize_operator_exhaustive_logical_xor_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:17.5975298Z test_normalize_operator_exhaustive_logit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:18.4515159Z test_normalize_operator_exhaustive_logspace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.850s) 2022-09-27T16:36:18.5039059Z test_normalize_operator_exhaustive_logsumexp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.046s) 2022-09-27T16:36:18.5080933Z test_normalize_operator_exhaustive_long_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:18.5391744Z test_normalize_operator_exhaustive_lt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:18.5432764Z test_normalize_operator_exhaustive_lu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:1660: 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-09-27T16:36:18.5433342Z LU, pivots = torch.lu(A, compute_pivots) 2022-09-27T16:36:18.5433566Z should be replaced with 2022-09-27T16:36:18.5433793Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-09-27T16:36:18.5434002Z and 2022-09-27T16:36:18.5434267Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-09-27T16:36:18.5434506Z should be replaced with 2022-09-27T16:36:18.5434920Z 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:1925.) 2022-09-27T16:36:18.5435372Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-09-27T16:36:18.6298976Z ok (0.084s) 2022-09-27T16:36:18.6340977Z test_normalize_operator_exhaustive_lu_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_fx_experimental.py:1505: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-09-27T16:36:18.6341862Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-09-27T16:36:18.6342253Z X = torch.lu_solve(B, LU, pivots) 2022-09-27T16:36:18.6342569Z should be replaced with 2022-09-27T16:36:18.6343187Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2079.) 2022-09-27T16:36:18.6343807Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T16:36:18.7066046Z ok (0.073s) 2022-09-27T16:36:18.7620506Z test_normalize_operator_exhaustive_lu_unpack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.057s) 2022-09-27T16:36:18.7673524Z test_normalize_operator_exhaustive_mH_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:18.7725028Z test_normalize_operator_exhaustive_mT_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:18.7989104Z test_normalize_operator_exhaustive_masked_fill_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T16:36:18.8132572Z test_normalize_operator_exhaustive_masked_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:18.8346960Z test_normalize_operator_exhaustive_masked_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:18.8757510Z test_normalize_operator_exhaustive_matmul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-09-27T16:36:18.8866458Z test_normalize_operator_exhaustive_matrix_exp_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:18.9198605Z test_normalize_operator_exhaustive_max_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T16:36:18.9292901Z test_normalize_operator_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:18.9457975Z test_normalize_operator_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:18.9718096Z test_normalize_operator_exhaustive_maximum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:19.0375698Z test_normalize_operator_exhaustive_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.074s) 2022-09-27T16:36:19.0809975Z test_normalize_operator_exhaustive_median_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-09-27T16:36:19.0860112Z test_normalize_operator_exhaustive_meshgrid_list_of_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:19.0890370Z test_normalize_operator_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:36:19.1212221Z test_normalize_operator_exhaustive_min_binary_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:19.1307639Z test_normalize_operator_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:19.1474519Z test_normalize_operator_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:19.1736704Z test_normalize_operator_exhaustive_minimum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:19.1802656Z test_normalize_operator_exhaustive_mm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:19.2053327Z test_normalize_operator_exhaustive_mode_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:19.2144059Z test_normalize_operator_exhaustive_movedim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:19.2266496Z test_normalize_operator_exhaustive_msort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:19.2640312Z test_normalize_operator_exhaustive_mul_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:19.2689361Z test_normalize_operator_exhaustive_multinomial_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:19.2754122Z test_normalize_operator_exhaustive_mv_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:19.3036727Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:19.3315601Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:19.3596863Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:19.3708791Z test_normalize_operator_exhaustive_nan_to_num_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:19.4668046Z test_normalize_operator_exhaustive_nanmean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.094s) 2022-09-27T16:36:19.5101170Z test_normalize_operator_exhaustive_nanmedian_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.049s) 2022-09-27T16:36:19.7264397Z test_normalize_operator_exhaustive_nanquantile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.205s) 2022-09-27T16:36:19.8191838Z test_normalize_operator_exhaustive_nansum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.096s) 2022-09-27T16:36:19.8357023Z test_normalize_operator_exhaustive_narrow_copy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:19.8646396Z test_normalize_operator_exhaustive_narrow_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:19.9354489Z test_normalize_operator_exhaustive_native_layer_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.080s) 2022-09-27T16:36:19.9755900Z test_normalize_operator_exhaustive_ne_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:19.9822790Z test_normalize_operator_exhaustive_neg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:19.9867455Z test_normalize_operator_exhaustive_new_empty_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:19.9911135Z test_normalize_operator_exhaustive_new_empty_strided_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:19.9957276Z test_normalize_operator_exhaustive_new_full_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:20.0000625Z test_normalize_operator_exhaustive_new_ones_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:20.0043754Z test_normalize_operator_exhaustive_new_zeros_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:20.0310023Z test_normalize_operator_exhaustive_nextafter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:20.0488555Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:20.0762178Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:20.1094816Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:20.1319837Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:20.1933509Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.064s) 2022-09-27T16:36:20.2487790Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-09-27T16:36:20.2765508Z test_normalize_operator_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:20.3016769Z test_normalize_operator_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:20.3306068Z test_normalize_operator_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:20.3672836Z test_normalize_operator_exhaustive_nn_functional_batch_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:20.4207073Z test_normalize_operator_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-09-27T16:36:20.4515783Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:20.5292030Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.081s) 2022-09-27T16:36:20.5393284Z test_normalize_operator_exhaustive_nn_functional_celu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:20.5807256Z test_normalize_operator_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:20.6990102Z test_normalize_operator_exhaustive_nn_functional_conv2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.126s) 2022-09-27T16:36:20.7359570Z test_normalize_operator_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:20.7806902Z test_normalize_operator_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-09-27T16:36:20.8270108Z test_normalize_operator_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-09-27T16:36:20.8494180Z test_normalize_operator_exhaustive_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:20.8789843Z test_normalize_operator_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:20.9340343Z test_normalize_operator_exhaustive_nn_functional_cross_entropy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.063s) 2022-09-27T16:36:20.9608667Z test_normalize_operator_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:20.9652640Z test_normalize_operator_exhaustive_nn_functional_dropout2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T16:36:20.9654090Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T16:36:20.9655272Z expected failure (0.016s) 2022-09-27T16:36:20.9701703Z test_normalize_operator_exhaustive_nn_functional_dropout3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:20.9746279Z test_normalize_operator_exhaustive_nn_functional_dropout_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:20.9848839Z test_normalize_operator_exhaustive_nn_functional_elu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:20.9891588Z test_normalize_operator_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:20.9932348Z test_normalize_operator_exhaustive_nn_functional_embedding_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:20.9977335Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:21.0021914Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:21.0085448Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:21.0156785Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:22.0320029Z test_normalize_operator_exhaustive_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.014s) 2022-09-27T16:36:22.0570792Z test_normalize_operator_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:22.1637872Z test_normalize_operator_exhaustive_nn_functional_glu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.095s) 2022-09-27T16:36:22.2461889Z test_normalize_operator_exhaustive_nn_functional_grid_sample_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.094s) 2022-09-27T16:36:22.2623502Z test_normalize_operator_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:22.2808257Z test_normalize_operator_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-09-27T16:36:22.2910963Z test_normalize_operator_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T16:36:22.3037020Z test_normalize_operator_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.003s) 2022-09-27T16:36:22.3206763Z test_normalize_operator_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:22.3510833Z test_normalize_operator_exhaustive_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:22.3772041Z test_normalize_operator_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:22.4090511Z test_normalize_operator_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:22.4429813Z test_normalize_operator_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:22.4775663Z test_normalize_operator_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-09-27T16:36:22.5114861Z test_normalize_operator_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T16:36:22.5439307Z test_normalize_operator_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-09-27T16:36:22.5780963Z test_normalize_operator_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:22.6136011Z test_normalize_operator_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T16:36:22.6226947Z test_normalize_operator_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:36:22.6227984Z warnings.warn( 2022-09-27T16:36:22.6593715Z ok (0.047s) 2022-09-27T16:36:22.6778324Z test_normalize_operator_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:22.6968174Z test_normalize_operator_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T16:36:22.7212838Z test_normalize_operator_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:22.7698798Z test_normalize_operator_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-09-27T16:36:22.8032117Z test_normalize_operator_exhaustive_nn_functional_local_response_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.036s) 2022-09-27T16:36:22.8138871Z test_normalize_operator_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T16:36:22.8816997Z test_normalize_operator_exhaustive_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.063s) 2022-09-27T16:36:25.1797573Z test_normalize_operator_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (2.304s) 2022-09-27T16:36:29.1819490Z test_normalize_operator_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (4.002s) 2022-09-27T16:36:30.8513233Z test_normalize_operator_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (1.666s) 2022-09-27T16:36:31.2677774Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.415s) 2022-09-27T16:36:31.3490660Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.083s) 2022-09-27T16:36:32.1857564Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.839s) 2022-09-27T16:36:32.3331292Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.140s) 2022-09-27T16:36:32.6384482Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.306s) 2022-09-27T16:36:32.7137458Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.083s) 2022-09-27T16:36:32.7243843Z test_normalize_operator_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:32.7424571Z test_normalize_operator_exhaustive_nn_functional_mse_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:32.7580440Z test_normalize_operator_exhaustive_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:32.7687917Z test_normalize_operator_exhaustive_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:32.7835357Z test_normalize_operator_exhaustive_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T16:36:32.9349037Z test_normalize_operator_exhaustive_nn_functional_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.157s) 2022-09-27T16:36:32.9589078Z test_normalize_operator_exhaustive_nn_functional_normalize_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:32.9837671Z test_normalize_operator_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T16:36:33.1144829Z test_normalize_operator_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.124s) 2022-09-27T16:36:33.1486624Z test_normalize_operator_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:33.1827630Z test_normalize_operator_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-09-27T16:36:33.2042572Z test_normalize_operator_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:33.2282168Z test_normalize_operator_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:33.2367472Z test_normalize_operator_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:33.2454187Z test_normalize_operator_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:33.4587558Z test_normalize_operator_exhaustive_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.208s) 2022-09-27T16:36:33.5210808Z test_normalize_operator_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.057s) 2022-09-27T16:36:33.5313698Z test_normalize_operator_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:33.5438067Z test_normalize_operator_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:33.5485403Z test_normalize_operator_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:33.5589151Z test_normalize_operator_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T16:36:33.5687972Z test_normalize_operator_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:33.5924430Z test_normalize_operator_exhaustive_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T16:36:33.6123553Z test_normalize_operator_exhaustive_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:33.6297826Z test_normalize_operator_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:33.6473945Z test_normalize_operator_exhaustive_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:33.6591161Z test_normalize_operator_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:33.6747944Z test_normalize_operator_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:33.6848660Z test_normalize_operator_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:33.6953408Z test_normalize_operator_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T16:36:33.7085319Z test_normalize_operator_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:33.7324544Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:33.7366044Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:34.3484430Z test_normalize_operator_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.621s) 2022-09-27T16:36:34.3526190Z test_normalize_operator_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:36:34.3527300Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:36:34.3622750Z ok (0.016s) 2022-09-27T16:36:34.3667756Z test_normalize_operator_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:36:34.3668817Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:36:34.3956981Z ok (0.032s) 2022-09-27T16:36:34.4003377Z test_normalize_operator_exhaustive_nonzero_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:34.5037095Z test_normalize_operator_exhaustive_norm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.094s) 2022-09-27T16:36:34.5145652Z test_normalize_operator_exhaustive_norm_fro_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:34.5276360Z test_normalize_operator_exhaustive_norm_inf_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:34.5369849Z test_normalize_operator_exhaustive_norm_nuc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:34.5419312Z test_normalize_operator_exhaustive_normal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:34.5464567Z test_normalize_operator_exhaustive_normal_number_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:34.5550266Z test_normalize_operator_exhaustive_ones_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:34.5767802Z test_normalize_operator_exhaustive_ones_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:35.0026093Z test_normalize_operator_exhaustive_ormqr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.427s) 2022-09-27T16:36:35.0090649Z test_normalize_operator_exhaustive_outer_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:35.0143128Z test_normalize_operator_exhaustive_pca_lowrank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:35.0276791Z test_normalize_operator_exhaustive_permute_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:35.0529944Z test_normalize_operator_exhaustive_pinverse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:35.0850024Z test_normalize_operator_exhaustive_polar_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.039s) 2022-09-27T16:36:35.0891188Z test_normalize_operator_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.006s) 2022-09-27T16:36:35.0921783Z test_normalize_operator_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:36:35.0952172Z test_normalize_operator_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:36:35.0982583Z test_normalize_operator_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.010s) 2022-09-27T16:36:35.1013053Z test_normalize_operator_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:36:35.1115442Z test_normalize_operator_exhaustive_positive_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:35.1487933Z test_normalize_operator_exhaustive_pow_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-09-27T16:36:35.2720945Z test_normalize_operator_exhaustive_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.119s) 2022-09-27T16:36:35.3343681Z test_normalize_operator_exhaustive_put_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.067s) 2022-09-27T16:36:35.3384927Z test_normalize_operator_exhaustive_qr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_fx_experimental.py:1505: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T16:36:35.3385828Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T16:36:35.3386228Z Q, R = torch.qr(A, some) 2022-09-27T16:36:35.3386525Z should be replaced with 2022-09-27T16:36:35.3387183Z 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:2355.) 2022-09-27T16:36:35.3387801Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T16:36:35.4424679Z ok (0.104s) 2022-09-27T16:36:35.6624887Z test_normalize_operator_exhaustive_quantile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.228s) 2022-09-27T16:36:35.6731728Z test_normalize_operator_exhaustive_rad2deg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:35.6779970Z test_normalize_operator_exhaustive_rand_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:35.6828064Z test_normalize_operator_exhaustive_randint_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:35.6872349Z test_normalize_operator_exhaustive_randn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:35.6919244Z test_normalize_operator_exhaustive_randn_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.010s) 2022-09-27T16:36:35.7026044Z test_normalize_operator_exhaustive_ravel_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T16:36:35.7128129Z test_normalize_operator_exhaustive_real_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:35.7232785Z test_normalize_operator_exhaustive_reciprocal_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:35.7583275Z test_normalize_operator_exhaustive_remainder_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:35.7733460Z test_normalize_operator_exhaustive_renorm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:35.7803100Z test_normalize_operator_exhaustive_repeat_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:35.7962872Z test_normalize_operator_exhaustive_repeat_interleave_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.020s) 2022-09-27T16:36:35.8017336Z test_normalize_operator_exhaustive_reshape_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:35.8225123Z test_normalize_operator_exhaustive_reshape_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:35.8280677Z test_normalize_operator_exhaustive_resize__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:35.8389620Z test_normalize_operator_exhaustive_resize_as__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T16:36:35.8469325Z test_normalize_operator_exhaustive_resolve_conj_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:35.8549762Z test_normalize_operator_exhaustive_resolve_neg_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:35.9025282Z test_normalize_operator_exhaustive_roll_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-09-27T16:36:36.0013528Z test_normalize_operator_exhaustive_rot90_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.104s) 2022-09-27T16:36:36.0083336Z test_normalize_operator_exhaustive_round_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:36.0203299Z test_normalize_operator_exhaustive_round_decimals_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:36.0326805Z test_normalize_operator_exhaustive_round_decimals_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:36.0444682Z test_normalize_operator_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:36.0550616Z test_normalize_operator_exhaustive_rsqrt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:36.0911158Z test_normalize_operator_exhaustive_rsub_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.042s) 2022-09-27T16:36:36.1154476Z test_normalize_operator_exhaustive_scatter_add_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:36.2162855Z test_normalize_operator_exhaustive_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.110s) 2022-09-27T16:36:36.2207955Z test_normalize_operator_exhaustive_scatter_reduce_amax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_fx_experimental.py:1505: 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:1614.) 2022-09-27T16:36:36.2208709Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T16:36:36.2820855Z ok (0.063s) 2022-09-27T16:36:36.3485014Z test_normalize_operator_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.064s) 2022-09-27T16:36:36.4168013Z test_normalize_operator_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.064s) 2022-09-27T16:36:36.4833791Z test_normalize_operator_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.079s) 2022-09-27T16:36:36.5498662Z test_normalize_operator_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.063s) 2022-09-27T16:36:36.7175421Z test_normalize_operator_exhaustive_searchsorted_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_fx_experimental.py:1505: 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-09-27T16:36:36.7176819Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T16:36:36.7239363Z C:\actions-runner\_work\pytorch\pytorch\test\test_fx_experimental.py:1505: 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-09-27T16:36:36.7240488Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T16:36:37.1888856Z ok (0.632s) 2022-09-27T16:36:37.4853413Z test_normalize_operator_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.301s) 2022-09-27T16:36:37.7766266Z test_normalize_operator_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.295s) 2022-09-27T16:36:37.7936102Z test_normalize_operator_exhaustive_select_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T16:36:37.8117182Z test_normalize_operator_exhaustive_select_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T16:36:37.8179932Z test_normalize_operator_exhaustive_sgn_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:37.8221201Z test_normalize_operator_exhaustive_short_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:37.8328103Z test_normalize_operator_exhaustive_sigmoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:37.8390507Z test_normalize_operator_exhaustive_sign_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:37.8452033Z test_normalize_operator_exhaustive_signbit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:37.8521367Z test_normalize_operator_exhaustive_sin_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:37.8627956Z test_normalize_operator_exhaustive_sinc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:37.8693285Z test_normalize_operator_exhaustive_sinh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:37.9072021Z test_normalize_operator_exhaustive_slice_scatter_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.041s) 2022-09-27T16:36:37.9273724Z test_normalize_operator_exhaustive_softmax_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:37.9478505Z test_normalize_operator_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:38.2330483Z test_normalize_operator_exhaustive_sort_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.275s) 2022-09-27T16:36:38.2369931Z test_normalize_operator_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: PyTorch is built without MKL support (0.016s) 2022-09-27T16:36:38.2479633Z test_normalize_operator_exhaustive_special_airy_ai_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:38.2589295Z test_normalize_operator_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:38.2696714Z test_normalize_operator_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:38.2805400Z test_normalize_operator_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:38.2917259Z test_normalize_operator_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:38.3225245Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T16:36:38.3535048Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:38.3565654Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:36:38.3595584Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:38.3678160Z test_normalize_operator_exhaustive_special_entr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:38.3786245Z test_normalize_operator_exhaustive_special_erfcx_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:38.4098851Z test_normalize_operator_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.030s) 2022-09-27T16:36:38.4411437Z test_normalize_operator_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:38.4494868Z test_normalize_operator_exhaustive_special_i0e_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:38.4578303Z test_normalize_operator_exhaustive_special_i1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:38.4663925Z test_normalize_operator_exhaustive_special_i1e_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:38.4975765Z test_normalize_operator_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.026s) 2022-09-27T16:36:38.5006289Z test_normalize_operator_exhaustive_special_legendre_polynomial_p_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:38.5113774Z test_normalize_operator_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:38.5220173Z test_normalize_operator_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:38.5327954Z test_normalize_operator_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T16:36:38.5434101Z test_normalize_operator_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:38.5542549Z test_normalize_operator_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:38.5658478Z test_normalize_operator_exhaustive_special_ndtr_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:38.5765279Z test_normalize_operator_exhaustive_special_ndtri_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:38.5806142Z test_normalize_operator_exhaustive_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:38.5914292Z test_normalize_operator_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T16:36:38.6021125Z test_normalize_operator_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.010s) 2022-09-27T16:36:38.6051594Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:38.6081685Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:38.6111682Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:36:38.6141940Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:36:38.6249737Z test_normalize_operator_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:38.6569820Z test_normalize_operator_exhaustive_special_xlog1py_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:38.6899719Z test_normalize_operator_exhaustive_special_zeta_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:38.6987711Z test_normalize_operator_exhaustive_split_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:38.7111288Z test_normalize_operator_exhaustive_split_list_args_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:38.7272920Z test_normalize_operator_exhaustive_split_with_sizes_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.018s) 2022-09-27T16:36:38.7340727Z test_normalize_operator_exhaustive_sqrt_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.006s) 2022-09-27T16:36:38.7447980Z test_normalize_operator_exhaustive_square_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:38.7656196Z test_normalize_operator_exhaustive_squeeze_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:38.7733781Z test_normalize_operator_exhaustive_stack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:38.8121515Z test_normalize_operator_exhaustive_std_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.043s) 2022-09-27T16:36:38.8485710Z test_normalize_operator_exhaustive_std_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:38.8526969Z test_normalize_operator_exhaustive_stft_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:610: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\SpectralOps.cpp:804.) 2022-09-27T16:36:38.8528398Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-09-27T16:36:38.8775111Z ok (0.032s) 2022-09-27T16:36:38.9230593Z test_normalize_operator_exhaustive_sub_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.048s) 2022-09-27T16:36:38.9972389Z test_normalize_operator_exhaustive_sum_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.063s) 2022-09-27T16:36:39.0013992Z test_normalize_operator_exhaustive_sum_to_size_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:39.7146695Z test_normalize_operator_exhaustive_svd_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.709s) 2022-09-27T16:36:39.7197933Z test_normalize_operator_exhaustive_svd_lowrank_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:39.7240481Z test_normalize_operator_exhaustive_symeig_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_fx_experimental.py:1505: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:36:39.7241518Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T16:36:39.7242053Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:36:39.7242379Z should be replaced with 2022-09-27T16:36:39.7242761Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:36:39.7243081Z and 2022-09-27T16:36:39.7243383Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:36:39.7243717Z should be replaced with 2022-09-27T16:36:39.7244360Z 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:2806.) 2022-09-27T16:36:39.7244995Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T16:36:39.7488356Z ok (0.031s) 2022-09-27T16:36:39.7590330Z test_normalize_operator_exhaustive_t_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:39.7763833Z test_normalize_operator_exhaustive_take_along_dim_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:39.8045073Z test_normalize_operator_exhaustive_take_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:39.8112580Z test_normalize_operator_exhaustive_tan_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:39.8179632Z test_normalize_operator_exhaustive_tanh_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:39.8545708Z test_normalize_operator_exhaustive_tensor_split_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:39.8638271Z test_normalize_operator_exhaustive_tensordot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:39.9968133Z test_normalize_operator_exhaustive_tile_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.144s) 2022-09-27T16:36:39.9998777Z test_normalize_operator_exhaustive_to_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:36:40.0041574Z test_normalize_operator_exhaustive_to_sparse_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:40.0490595Z test_normalize_operator_exhaustive_topk_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-09-27T16:36:40.0551665Z test_normalize_operator_exhaustive_trace_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:40.0796286Z test_normalize_operator_exhaustive_transpose_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:40.1075284Z test_normalize_operator_exhaustive_trapezoid_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:40.1351429Z test_normalize_operator_exhaustive_trapz_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:40.1393213Z test_normalize_operator_exhaustive_triangular_solve_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_fx_experimental.py:1505: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T16:36:40.1394478Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T16:36:40.1394979Z X = torch.triangular_solve(B, A).solution 2022-09-27T16:36:40.1395376Z should be replaced with 2022-09-27T16:36:40.1395991Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2121.) 2022-09-27T16:36:40.1396612Z ref_out = op.op(*arg_values, **kwarg_values) 2022-09-27T16:36:40.1785148Z ok (0.033s) 2022-09-27T16:36:40.2029243Z test_normalize_operator_exhaustive_tril_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:40.2267762Z test_normalize_operator_exhaustive_triu_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:40.2556013Z test_normalize_operator_exhaustive_true_divide_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:40.2619981Z test_normalize_operator_exhaustive_trunc_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:40.2852528Z test_normalize_operator_exhaustive_unbind_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:40.3157788Z test_normalize_operator_exhaustive_unflatten_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:40.3210787Z test_normalize_operator_exhaustive_unfold_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:40.3255801Z test_normalize_operator_exhaustive_uniform_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:40.3420422Z test_normalize_operator_exhaustive_unique_consecutive_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.031s) 2022-09-27T16:36:40.3586484Z test_normalize_operator_exhaustive_unique_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.016s) 2022-09-27T16:36:40.3828885Z test_normalize_operator_exhaustive_unsqueeze_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T16:36:40.4217727Z test_normalize_operator_exhaustive_var_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.032s) 2022-09-27T16:36:40.4584589Z test_normalize_operator_exhaustive_var_mean_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.047s) 2022-09-27T16:36:40.4649058Z test_normalize_operator_exhaustive_vdot_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:40.4709965Z test_normalize_operator_exhaustive_view_as_complex_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.017s) 2022-09-27T16:36:40.4765093Z test_normalize_operator_exhaustive_view_as_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:40.4819405Z test_normalize_operator_exhaustive_view_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... expected failure (0.000s) 2022-09-27T16:36:40.4918805Z test_normalize_operator_exhaustive_vsplit_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:40.4967270Z test_normalize_operator_exhaustive_vstack_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:41.1066636Z test_normalize_operator_exhaustive_where_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... Traceback (most recent call last): 2022-09-27T16:36:41.1076779Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph_module.py", line 267, in __call__ 2022-09-27T16:36:41.1077232Z return super(self.cls, obj).__call__(*args, **kwargs) # type: ignore[misc] 2022-09-27T16:36:41.1077688Z File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py", line 1190, in _call_impl 2022-09-27T16:36:41.1078026Z return forward_call(*input, **kwargs) 2022-09-27T16:36:41.1078482Z File ".23530", line 5, in forward 2022-09-27T16:36:41.1078755Z where = torch.where(arg_0, arg_1, arg_2); arg_0 = arg_1 = arg_2 = None 2022-09-27T16:36:41.1079078Z RuntimeError: where expected condition to be a boolean tensor, but got a tensor with dtype Float 2022-09-27T16:36:41.1079285Z 2022-09-27T16:36:41.1079465Z Call using an FX-traced Module, line 5 of the traced Module's generated forward function: 2022-09-27T16:36:41.1079754Z def forward(self, arg_0, arg_1, arg_2): 2022-09-27T16:36:41.1080012Z where = torch.where(arg_0, arg_1, arg_2); arg_0 = arg_1 = arg_2 = None 2022-09-27T16:36:41.1080172Z 2022-09-27T16:36:41.1080286Z ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <--- HERE 2022-09-27T16:36:41.1080485Z return where 2022-09-27T16:36:41.1080593Z 2022-09-27T16:36:41.1080652Z 2022-09-27T16:36:41.1080746Z 2022-09-27T16:36:41.1080819Z expected failure (0.617s) 2022-09-27T16:36:41.1395456Z test_normalize_operator_exhaustive_xlogy_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:41.1501345Z test_normalize_operator_exhaustive_zero__cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.000s) 2022-09-27T16:36:41.1589061Z test_normalize_operator_exhaustive_zeros_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.016s) 2022-09-27T16:36:41.1821054Z test_normalize_operator_exhaustive_zeros_like_cpu_float32 (__main__.TestNormalizeOperatorsCPU) ... ok (0.031s) 2022-09-27T16:36:41.1842325Z test_normalize_quantized_eb_cpu (__main__.TestNormalizeOperatorsCPU) ... ok (0.001s) 2022-09-27T16:36:41.1842839Z 2022-09-27T16:36:41.1843059Z ---------------------------------------------------------------------- 2022-09-27T16:36:41.1843318Z Ran 638 tests in 37.360s 2022-09-27T16:36:41.1843433Z 2022-09-27T16:36:41.1843577Z OK (skipped=27, expected failures=101) 2022-09-27T16:36:41.1843713Z 2022-09-27T16:36:41.1843789Z Generating XML reports... 2022-09-27T16:36:41.1936161Z Generated XML report: test-reports\python-unittest\test_fx_experimental\TEST-TestFXExperimental-20220927163603.xml 2022-09-27T16:36:41.2492275Z Generated XML report: test-reports\python-unittest\test_fx_experimental\TEST-TestNormalizeOperatorsCPU-20220927163603.xml 2022-09-27T16:36:41.6496597Z Running test_mkldnn ... [2022-09-27 16:36:41.643437] 2022-09-27T16:36:41.6497066Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkldnn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:36:41.643437] 2022-09-27T16:36:43.0286277Z 2022-09-27T16:36:43.0286801Z Running tests... 2022-09-27T16:36:43.0287133Z ---------------------------------------------------------------------- 2022-09-27T16:36:43.0287473Z Test results will be stored in test-reports\python-unittest\test_mkldnn 2022-09-27T16:36:44.0281935Z test_0_dimension_tensor (__main__.TestMkldnn) ... ok (1.013s) 2022-09-27T16:36:44.1801860Z test_adaptive_avg_pool2d (__main__.TestMkldnn) ... ok (0.143s) 2022-09-27T16:36:44.1821423Z test_adaptive_avg_pool2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.000s) 2022-09-27T16:36:44.3196832Z test_add (__main__.TestMkldnn) ... ok (0.143s) 2022-09-27T16:36:44.3277924Z test_autograd_from_mkldnn (__main__.TestMkldnn) ... ok (0.000s) 2022-09-27T16:36:44.3385480Z test_autograd_to_mkldnn (__main__.TestMkldnn) ... ok (0.016s) 2022-09-27T16:36:44.3755376Z test_avg_pool2d (__main__.TestMkldnn) ... ok (0.032s) 2022-09-27T16:36:44.3809054Z test_avg_pool2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.017s) 2022-09-27T16:36:44.3899858Z test_avg_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.000s) 2022-09-27T16:36:45.8469511Z test_avg_pool3d (__main__.TestMkldnn) ... ok (1.461s) 2022-09-27T16:36:46.0448015Z test_avg_pool3d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.202s) 2022-09-27T16:36:46.1255319Z test_batch_norm_2d (__main__.TestMkldnn) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_trace.py:753: UserWarning: The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is. 2022-09-27T16:36:46.1256336Z warnings.warn( 2022-09-27T16:36:46.2367999Z ok (0.187s) 2022-09-27T16:36:46.2477579Z test_batch_norm_2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.016s) 2022-09-27T16:36:47.4476210Z test_batch_norm_3d (__main__.TestMkldnn) ... ok (1.200s) 2022-09-27T16:36:47.5545766Z test_batch_norm_3d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.109s) 2022-09-27T16:36:47.5572368Z test_clone (__main__.TestMkldnn) ... ok (0.000s) 2022-09-27T16:36:47.7227648Z test_conv1d (__main__.TestMkldnn) ... ok (0.155s) 2022-09-27T16:36:47.7237420Z test_conv1d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.000s) 2022-09-27T16:36:47.7256534Z test_conv1d_functional (__main__.TestMkldnn) ... ok (0.016s) 2022-09-27T16:36:48.9055905Z test_conv2d (__main__.TestMkldnn) ... ok (1.174s) 2022-09-27T16:36:48.9066552Z test_conv2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.000s) 2022-09-27T16:36:48.9077501Z test_conv2d_legacy_jit_model (__main__.TestMkldnn) 2022-09-27T16:36:48.9242075Z MKLDNN integration used to serialize models with 5d weight for grouped ... ok (0.026s) 2022-09-27T16:36:50.2022556Z test_conv2d_nhwc (__main__.TestMkldnn) ... ok (1.267s) 2022-09-27T16:36:50.2031811Z test_conv2d_nhwc_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.000s) 2022-09-27T16:36:53.0962576Z test_conv3d (__main__.TestMkldnn) ... ok (2.899s) 2022-09-27T16:36:53.0978654Z test_conv3d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.000s) 2022-09-27T16:36:53.1209080Z test_conversion (__main__.TestMkldnn) ... ok (0.031s) 2022-09-27T16:36:53.1265787Z test_copy (__main__.TestMkldnn) ... ok (0.000s) 2022-09-27T16:36:53.1290446Z test_detach (__main__.TestMkldnn) ... ok (0.000s) 2022-09-27T16:36:53.1314317Z test_empty (__main__.TestMkldnn) ... ok (0.000s) 2022-09-27T16:36:53.1354326Z test_gelu (__main__.TestMkldnn) ... ok (0.000s) 2022-09-27T16:36:53.1372855Z test_gelu_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.016s) 2022-09-27T16:36:53.1383362Z test_is_mkldnn (__main__.TestMkldnn) ... ok (0.000s) 2022-09-27T16:36:53.1441076Z test_is_mkldnn_jit (__main__.TestMkldnn) ... ok (0.000s) 2022-09-27T16:36:53.1470783Z test_legacy_new_failure (__main__.TestMkldnn) ... ok (0.000s) 2022-09-27T16:36:53.1817940Z test_linear (__main__.TestMkldnn) ... ok (0.031s) 2022-09-27T16:36:53.1878269Z test_linear_backward (__main__.TestMkldnn) ... ok (0.016s) 2022-09-27T16:36:53.1891531Z test_linear_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.000s) 2022-09-27T16:36:53.1938774Z test_linear_non_contiguous_weight (__main__.TestMkldnn) ... ok (0.010s) 2022-09-27T16:36:53.3534476Z test_max_pool2d (__main__.TestMkldnn) ... ok (0.146s) 2022-09-27T16:36:53.3574061Z test_max_pool2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.016s) 2022-09-27T16:36:53.3709195Z test_max_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.016s) 2022-09-27T16:37:05.4790954Z test_max_pool3d (__main__.TestMkldnn) ... ok (12.106s) 2022-09-27T16:37:05.6279349Z test_max_pool3d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.151s) 2022-09-27T16:37:05.6336000Z test_max_pool_unsupported (__main__.TestMkldnn) ... ok (0.000s) 2022-09-27T16:37:05.6407062Z test_mkldnn_conv_shapecheck (__main__.TestMkldnn) ... ok (0.000s) 2022-09-27T16:37:05.8101597Z test_mul (__main__.TestMkldnn) ... ok (0.182s) 2022-09-27T16:37:13.0549405Z test_prelu (__main__.TestMkldnn) ... ok (7.235s) 2022-09-27T16:37:13.0567275Z test_prelu_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.000s) 2022-09-27T16:37:13.0595652Z test_relu (__main__.TestMkldnn) ... ok (0.016s) 2022-09-27T16:37:13.0619971Z test_relu_ (__main__.TestMkldnn) ... ok (0.000s) 2022-09-27T16:37:13.0629546Z test_relu_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.000s) 2022-09-27T16:37:13.0638596Z test_relu_inplace_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.000s) 2022-09-27T16:37:13.0656950Z test_repr (__main__.TestMkldnn) ... ok (0.000s) 2022-09-27T16:37:13.0677048Z test_reshape (__main__.TestMkldnn) ... ok (0.000s) 2022-09-27T16:37:13.0703101Z test_reshape_backward (__main__.TestMkldnn) ... ok (0.000s) 2022-09-27T16:37:13.0760109Z test_reshape_blocked_format (__main__.TestMkldnn) ... ok (0.016s) 2022-09-27T16:37:13.0764013Z test_resnet18 (__main__.TestMkldnn) ... skip: no torchvision (0.000s) 2022-09-27T16:37:13.0767688Z test_resnext50_32x4d (__main__.TestMkldnn) ... skip: no torchvision (0.000s) 2022-09-27T16:37:13.0784743Z test_set_data_tensorimpl_type (__main__.TestMkldnn) ... ok (0.000s) 2022-09-27T16:37:13.0803012Z test_sigmoid (__main__.TestMkldnn) ... ok (0.000s) 2022-09-27T16:37:13.0828383Z test_softmax (__main__.TestMkldnn) ... ok (0.000s) 2022-09-27T16:37:13.0865879Z test_tanh (__main__.TestMkldnn) ... ok (0.000s) 2022-09-27T16:37:13.0911078Z test_transpose (__main__.TestMkldnn) ... ok (0.016s) 2022-09-27T16:37:13.0992609Z test_unsupported (__main__.TestMkldnn) ... ok (0.001s) 2022-09-27T16:37:13.1014122Z test_view (__main__.TestMkldnn) ... ok (0.000s) 2022-09-27T16:37:13.1031554Z test_zero_ (__main__.TestMkldnn) ... ok (0.000s) 2022-09-27T16:37:13.1032148Z 2022-09-27T16:37:13.1032461Z ---------------------------------------------------------------------- 2022-09-27T16:37:13.1032847Z Ran 67 tests in 30.078s 2022-09-27T16:37:13.1033032Z 2022-09-27T16:37:13.1033147Z OK (skipped=18) 2022-09-27T16:37:13.1033316Z 2022-09-27T16:37:13.1033457Z Generating XML reports... 2022-09-27T16:37:13.1201560Z Generated XML report: test-reports\python-unittest\test_mkldnn\TEST-TestMkldnn-20220927163643.xml 2022-09-27T16:37:13.4374150Z Running test_autograd ... [2022-09-27 16:37:13.424200] 2022-09-27T16:37:13.4374668Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:37:13.424200] 2022-09-27T16:37:15.7768984Z 2022-09-27T16:37:15.7769501Z Running tests... 2022-09-27T16:37:15.7769882Z Test results will be stored in test-reports\python-unittest\test_autograd 2022-09-27T16:37:15.7770232Z ---------------------------------------------------------------------- 2022-09-27T16:37:16.3880296Z test_access_saved_tensor_twice_without_recomputation_works (__main__.TestAutograd) ... ok (0.611s) 2022-09-27T16:37:16.3914202Z 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:1061.) 2022-09-27T16:37:16.3915448Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-09-27T16:37:16.3916438Z ok (0.000s) 2022-09-27T16:37:16.3960767Z test_accumulate_grad_tensor_reference (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:16.3979767Z test_accumulate_grad_with_zero_numel_grad (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:16.3996584Z test_anomaly_assign_parent_cleanup (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:3640: UserWarning: Anomaly Detection has been enabled. This mode will increase the runtime and should only be enabled for debugging. 2022-09-27T16:37:16.3997316Z with detect_anomaly(): 2022-09-27T16:37:16.4003793Z ok (0.016s) 2022-09-27T16:37:16.4044480Z test_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:16.4114964Z test_anomaly_grad_warnings (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:16.4144213Z test_anomaly_mode_no_check_nan (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:16.4159552Z test_attribute_deletion (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:16.4488610Z test_autograd_inplace_views_creation_meta (__main__.TestAutograd) ... ok (0.032s) 2022-09-27T16:37:16.4512184Z test_autograd_inplace_views_cross_dtype (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:16.4539308Z test_autograd_multiple_views_python (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:16.4603293Z test_autograd_python_custom_function_inplace (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:16.5108682Z test_autograd_simple_views_python (__main__.TestAutograd) ... ok (0.048s) 2022-09-27T16:37:16.5161423Z test_autograd_views_codegen (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:16.5189816Z test_backward (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:16.5201289Z test_backward_badcalls (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:16.5225129Z test_backward_copy (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:16.5242677Z test_backward_create_graph_warns (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:16.5254227Z test_backward_no_grad (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:16.5270663Z test_backward_twice_retained_graph_with_saved_values (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:16.5285886Z test_backward_twice_retained_graph_without_saved_values (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:16.5306793Z test_backward_twice_with_saved_values (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:16.5320345Z test_backward_twice_without_saved_values (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:16.5362740Z test_backward_with_inputs (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:16.5388577Z test_backward_with_nonleaf_inputs (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:16.5408983Z test_calculate_shape_util (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:3499: 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:177.) 2022-09-27T16:37:16.5409548Z out = torch.nested_tensor([ 2022-09-27T16:37:16.5410633Z ok (0.000s) 2022-09-27T16:37:16.5429639Z test_callback_adds_callback (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:16.5444988Z test_cant_create_saved_tensors (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:16.5463792Z test_checkpoint_valid_reset_on_error (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:16.5479464Z test_checkpointing (__main__.TestAutograd) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:37:16.5482663Z test_checkpointing_non_reentrant_autocast_cpu (__main__.TestAutograd) 2022-09-27T16:37:16.5511756Z Test that autocast args such as the dtype are preserved during non-reentrant ... ok (0.000s) 2022-09-27T16:37:16.5517194Z test_checkpointing_non_reentrant_autocast_gpu (__main__.TestAutograd) 2022-09-27T16:37:16.5518041Z Test that autocast args/kwargs such as the dtype are preserved during ... skip: Test requires CUDA bf16 support (0.000s) 2022-09-27T16:37:16.5529714Z test_checkpointing_without_reentrant_arbitrary_input_output (__main__.TestAutograd) 2022-09-27T16:37:16.5548506Z Ensures checkpointing without reentrant autograd works with functions ... ok (0.000s) 2022-09-27T16:37:16.5558105Z test_checkpointing_without_reentrant_correct_grad (__main__.TestAutograd) 2022-09-27T16:37:16.5572521Z Verifies that correct gradients are calculated for checkpoint ... ok (0.000s) 2022-09-27T16:37:16.5598698Z test_checkpointing_without_reentrant_custom_function_works (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:16.5610860Z test_checkpointing_without_reentrant_dataparallel (__main__.TestAutograd) 2022-09-27T16:37:16.5629282Z Verifies gradient correctness when checkpoint without reentrant autograd ... ok (0.000s) 2022-09-27T16:37:16.5653878Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_False (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:16.5684954Z test_checkpointing_without_reentrant_detached_tensor_use_reentrant_True (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:16.5702245Z test_checkpointing_without_reentrant_input_requires_grad_False (__main__.TestAutograd) 2022-09-27T16:37:16.5708451Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:37:16.5724862Z test_checkpointing_without_reentrant_input_requires_grad_True (__main__.TestAutograd) 2022-09-27T16:37:16.5731022Z Basic test for checkpoint without reentrant autograd. ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:37:16.5755679Z test_checkpointing_without_reentrant_memory_savings (__main__.TestAutograd) ... skip: Test requires CUDA (0.017s) 2022-09-27T16:37:16.5763276Z test_checkpointing_without_reentrant_parameter_used_in_an_out (__main__.TestAutograd) 2022-09-27T16:37:16.5773140Z Ensures that gradient hooks are only called once per tensor. ... ok (0.002s) 2022-09-27T16:37:16.8604996Z test_create_graph_and_full_backward_hook_cycle (__main__.TestAutograd) ... ok (0.280s) 2022-09-27T16:37:16.8704425Z test_custom_autograd_no_early_free (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:16.8744523Z test_custom_autograd_repeated_grad_grad (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:16.9640756Z test_custom_function_cycle (__main__.TestAutograd) ... ok (0.079s) 2022-09-27T16:37:16.9675452Z test_custom_function_error (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:16.9693310Z test_custom_function_exception (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:16.9807109Z test_custom_function_forward_mode_forward_is_no_op (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:16.9862366Z test_custom_function_forward_mode_inplace_checks (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:16.9894903Z test_custom_function_forward_mode_non_tensor_before_tensor_args (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:16.9979092Z test_custom_function_forward_mode_view_checks (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:17.0060791Z test_custom_function_forward_mode_wrong_formula (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:17.0079089Z test_custom_function_local_inplace (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:17.0104000Z test_custom_function_no_tensors (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:17.0212433Z test_custom_function_non_tensor_inputs_outputs (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:17.0232128Z test_custom_function_return_view_in_nograd (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:17.0314406Z test_custom_function_save_for_forward (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:17.0355480Z test_custom_function_saved_tensors (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:17.2697720Z test_deep_reentrant (__main__.TestAutograd) ... ok (0.227s) 2022-09-27T16:37:17.2743586Z test_default_saved_variable_hooks_double_backward (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:17.2765811Z test_dep_nograd (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:17.2783037Z test_dependent_backward (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:17.2820101Z test_detach (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:17.2826327Z test_detach_base (__main__.TestAutograd) 2022-09-27T16:37:17.2832790Z detaching base does not detach view ... ok (0.000s) 2022-09-27T16:37:17.2851014Z test_detach_then_inplace_raises_in_autograd (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:17.2864892Z test_diagonal_derivative_requires_grad (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:17.2877929Z test_diagonal_expanded_v (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:2221: 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-09-27T16:37:17.2878497Z v_expanded = torch.tensor(value).expand(10) 2022-09-27T16:37:17.2881771Z ok (0.000s) 2022-09-27T16:37:17.2907488Z test_dir (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:17.2922200Z test_dont_materialize_grads (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:37:17.2939987Z test_duplicate_backward_root (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:17.2952143Z test_first_grad_fn_access_in_no_grad_mode (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:19.4205299Z test_free_deep_graph (__main__.TestAutograd) ... ok (2.117s) 2022-09-27T16:37:20.9064250Z test_free_deep_graph_complicated (__main__.TestAutograd) ... ok (1.485s) 2022-09-27T16:37:22.4826548Z test_free_deep_graph_pyfunction (__main__.TestAutograd) ... ok (1.581s) 2022-09-27T16:37:22.4867012Z test_function (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:22.4894341Z test_function_returns_input (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:22.4914733Z test_function_returns_undefined_tensor (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:22.4921352Z test_gc_in_destructor (__main__.TestAutograd) 2022-09-27T16:37:22.9772166Z Previously, if a Function destructor triggered a garbage collection, ... ok (0.475s) 2022-09-27T16:37:22.9810852Z test_grad (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:22.9826784Z test_grad_badcalls (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:22.9859539Z test_grad_batched_grad (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:37:22.9876951Z test_grad_empty_inputs (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:22.9990236Z test_grad_fn_attr_bindings (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:23.0005650Z test_grad_fn_badcalls (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:23.0047281Z test_grad_fn_prehooks (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:23.0085048Z test_grad_fn_prehooks_multiple_outputs (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:23.0117241Z test_grad_fn_prehooks_remove_hooks (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:23.0138335Z test_grad_mode_restored_reentrant (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:23.0163759Z test_grad_nonleaf (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:528: 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:483.) 2022-09-27T16:37:23.0165359Z self.assertIsNone(x.grad) 2022-09-27T16:37:23.0176982Z ok (0.016s) 2022-09-27T16:37:23.0197400Z test_grad_nonleaf_many_outputs (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:23.0220604Z test_grad_nonleaf_register_hook (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:580: 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:483.) 2022-09-27T16:37:23.0222250Z self.assertIsNone(x_list[0].grad) 2022-09-27T16:37:23.0223782Z C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:587: 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:483.) 2022-09-27T16:37:23.0225165Z self.assertIsNone(x_list[i].grad) 2022-09-27T16:37:23.0230392Z ok (0.000s) 2022-09-27T16:37:23.0254480Z test_grad_unreachable (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:23.0278101Z test_grad_unreachable_discovery (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:23.0503542Z test_gradcheck_backward_mul_by_grad_output (__main__.TestAutograd) ... ok (0.031s) 2022-09-27T16:37:23.0646517Z test_gradcheck_check_batched_grad (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:23.0666224Z test_gradcheck_check_forward_or_backward_only (__main__.TestAutograd) 2022-09-27T16:37:23.0864684Z Depending on settings for check_forward_ad and check_backward_ad, the ... ok (0.016s) 2022-09-27T16:37:23.0886469Z 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-09-27T16:37:23.0887434Z warnings.warn( 2022-09-27T16:37:23.0903124Z ok (0.000s) 2022-09-27T16:37:23.1014526Z test_gradcheck_complex_non_complex_outputs (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:23.1043020Z 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-09-27T16:37:23.1043575Z warnings.warn( 2022-09-27T16:37:23.1222267Z ok (0.016s) 2022-09-27T16:37:23.1300390Z test_gradcheck_dense_and_sparse_inputs (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:23.2501253Z test_gradcheck_forward_ad (__main__.TestAutograd) ... ok (0.110s) 2022-09-27T16:37:23.2586924Z test_gradcheck_forward_ad_batched_grad (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:23.2695218Z test_gradcheck_forward_ad_respects_requires_grad (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:23.2796130Z test_gradcheck_forward_ad_runs_with_no_requires_grad (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:23.2927713Z 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-09-27T16:37:23.2928598Z warnings.warn("get_analytical_jacobian was part of PyTorch's private API and not " 2022-09-27T16:37:23.2928986Z ok (0.016s) 2022-09-27T16:37:23.3042030Z 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-09-27T16:37:23.3042903Z warnings.warn("get_numerical_jacobian was part of PyTorch's private API and not " 2022-09-27T16:37:23.3043149Z ok (0.016s) 2022-09-27T16:37:23.3080649Z 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-09-27T16:37:23.3081207Z warnings.warn( 2022-09-27T16:37:23.3530981Z ok (0.048s) 2022-09-27T16:37:23.3560409Z 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-09-27T16:37:23.3560972Z warnings.warn( 2022-09-27T16:37:23.3711622Z ok (0.016s) 2022-09-27T16:37:23.4466790Z test_gradcheck_nondeterministic (__main__.TestAutograd) ... ok (0.081s) 2022-09-27T16:37:23.4497045Z test_gradcheck_output_shape_or_dtype_depend_on_values (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:23.4625826Z test_gradcheck_single_input (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:23.4642649Z test_gradcheck_sparse_csr_input (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:3898: 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-09-27T16:37:23.4643445Z gradcheck(fn, torch.rand(2, 2, dtype=torch.double).to_sparse_csr().requires_grad_(True), check_sparse_nnz=True, 2022-09-27T16:37:23.4660438Z expected failure (0.000s) 2022-09-27T16:37:23.4710675Z test_gradcheck_sparse_input (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:23.4729197Z 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-09-27T16:37:23.4730119Z warnings.warn( 2022-09-27T16:37:23.4735201Z ok (0.000s) 2022-09-27T16:37:23.4834283Z test_gradcheck_undefined_grad (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:37:23.4903937Z test_gradcheck_validates_input_mkldnn (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:23.4978143Z test_gradcheck_validates_inputs (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:23.5052501Z test_graph_save_on_cpu (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:23.5064345Z test_graph_save_on_cpu_cuda (__main__.TestAutograd) ... skip: test requires CUDA (0.000s) 2022-09-27T16:37:23.5092007Z test_hessian_vector (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:23.5111680Z test_hook_none (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:23.5124640Z test_hook_with_no_name (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:23.5161069Z test_hooks (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:23.5183128Z test_hooks_cpp (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:23.5197492Z test_index_backward_does_not_save_tensor (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:23.5408290Z test_indexing (__main__.TestAutograd) ... ok (0.031s) 2022-09-27T16:37:23.5450628Z test_indexing_duplicates (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:23.5514112Z test_inplace (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:23.5550087Z test_inplace_not_requires_grad (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:23.5630834Z test_inplace_on_view_backward (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:23.5652848Z test_inplace_on_view_leaf_errors (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:23.5668279Z test_inplace_on_view_saved_output (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:23.6266985Z test_inplace_on_view_weak_grad_fn (__main__.TestAutograd) ... ok (0.064s) 2022-09-27T16:37:23.6286996Z test_input_buffer_accum (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:23.6335069Z test_integer_outputs (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:23.6357645Z test_invalid_gradients (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:23.6372200Z test_isolated_node (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:23.6391447Z test_leaf_assignment (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:23.6406022Z test_legacy_function_deprecation_exception (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:25.8758980Z test_lobpcg (__main__.TestAutograd) ... ok (2.231s) 2022-09-27T16:37:25.8778877Z test_mark_non_differentiable (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:25.8801379Z test_mark_non_differentiable_mixed (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:25.8816971Z test_mark_non_differentiable_none (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:37:25.8833670Z test_materialize_grads (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:25.8860947Z test_multi_backward (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:25.8875263Z test_multi_backward_no_grad (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:25.8890159Z test_named_tensor_for_complex_views (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:1095: 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:1694.) 2022-09-27T16:37:25.8891309Z return super(Tensor, self).refine_names(names) 2022-09-27T16:37:25.8894513Z ok (0.000s) 2022-09-27T16:37:25.8915322Z test_naughty_anomaly_access (__main__.TestAutograd) ... expected failure (0.000s) 2022-09-27T16:37:25.8986305Z test_naughty_autograd_function_attribute_access (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:25.9002077Z test_naughty_autograd_function_stashing_ctx (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:25.9068481Z test_nested_anomaly_detect_nan (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:25.9094070Z test_nested_anomaly_printstack_cleanup (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:25.9114142Z test_next_functions (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:25.9134826Z test_no_grad (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:25.9146953Z test_no_grad_assignment (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:25.9171964Z test_no_grad_copy (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:25.9206100Z test_no_grad_copy_sparse (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2321: 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-09-27T16:37:25.9206788Z warnings.warn( 2022-09-27T16:37:25.9243022Z ok (0.000s) 2022-09-27T16:37:25.9256993Z test_no_grad_input (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:25.9275515Z test_no_grad_modifies_version (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:25.9282885Z test_no_grad_python_function (__main__.TestAutograd) 2022-09-27T16:37:25.9289949Z Python Functions should respect grad mode. ... ok (0.016s) 2022-09-27T16:37:25.9318773Z test_no_requires_grad_inplace (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:25.9334415Z test_no_unnecessary_save (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:25.9360198Z test_no_unnecessary_unwrapping (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:25.9379305Z test_not_implemented_fwad (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:25.9396950Z test_not_implemented_grad (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:25.9415686Z test_numpy_requires_grad (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:25.9439341Z test_once_differentiable (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:25.9466331Z test_out_variant_raises_when_inputs_require_grad (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:25.9490481Z test_pack_hook_with_inplace_modification_should_fail (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:25.9530234Z test_pickle (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:25.9550248Z test_pow_zero_tensor_gradient (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:25.9572382Z test_power_function (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:25.9590425Z test_profiler (__main__.TestAutograd) ... STAGE:2022-09-27 16:37:25 4400:4588 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:37:25.9594773Z STAGE:2022-09-27 16:37:25 4400:4588 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:37:25.9603440Z ok (0.016s) 2022-09-27T16:37:25.9624154Z test_profiler_aggregation_fake (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:25.9651891Z test_profiler_aggregation_lstm (__main__.TestAutograd) ... STAGE:2022-09-27 16:37:25 4400:4588 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:37:26.0202643Z STAGE:2022-09-27 16:37:26 4400:4588 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:37:28.0497068Z 2022-09-27T16:37:28.0497518Z =================================================================================================================================================================== 2022-09-27T16:37:28.0497781Z TEST 2022-09-27T16:37:28.0498163Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:37:28.0498648Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-09-27T16:37:28.0499282Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:37:28.0499814Z aten::lstm 0.85% 217.000us 5.33% 1.354ms 1.354ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:37:28.0500128Z aten::lstm 0.79% 201.000us 4.86% 1.233ms 1.233ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:37:28.0500433Z aten::lstm 0.72% 184.000us 4.79% 1.216ms 1.216ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:37:28.0500820Z aten::lstm 0.71% 180.000us 5.85% 1.484ms 1.484ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:37:28.0501120Z aten::lstm 0.71% 180.000us 4.97% 1.261ms 1.261ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:37:28.0501514Z aten::lstm 0.70% 178.000us 4.85% 1.232ms 1.232ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:37:28.0501958Z aten::lstm 0.70% 178.000us 4.75% 1.206ms 1.206ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:37:28.0502432Z aten::lstm 0.69% 175.000us 4.96% 1.258ms 1.258ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:37:28.0502958Z aten::lstm 0.66% 168.000us 4.78% 1.214ms 1.214ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:37:28.0503467Z aten::lstm 0.65% 166.000us 4.90% 1.243ms 1.243ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:37:28.0504102Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:37:28.0504602Z Self CPU time total: 25.382ms 2022-09-27T16:37:28.0504755Z 2022-09-27T16:37:28.0505067Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:37:28.0505529Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-09-27T16:37:28.0505827Z ok (2.084s) 2022-09-27T16:37:28.0506186Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:37:28.0506603Z aten::lstm 13.11% 3.328ms 98.43% 24.983ms 1.249ms 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:37:28.0506904Z aten::mul 10.44% 2.650ms 10.44% 2.650ms 4.417us 600 [[3, 20], [3, 20]] 2022-09-27T16:37:28.0507212Z aten::sigmoid_ 10.05% 2.551ms 10.05% 2.551ms 4.252us 600 [[3, 20]] 2022-09-27T16:37:28.0507512Z aten::addmm 9.88% 2.508ms 13.19% 3.347ms 16.735us 200 [[80], [3, 20], [20, 80], [], []] 2022-09-27T16:37:28.0507809Z aten::slice 6.41% 1.626ms 7.02% 1.782ms 2.228us 800 [[3, 80], [], [], [], []] 2022-09-27T16:37:28.0508195Z aten::unsafe_split 4.72% 1.198ms 15.59% 3.957ms 19.785us 200 [[3, 80], [], []] 2022-09-27T16:37:28.0508511Z aten::narrow 3.64% 924.000us 8.69% 2.206ms 2.757us 800 [[3, 80], [], [], []] 2022-09-27T16:37:28.0508810Z aten::add_ 3.41% 866.000us 3.41% 866.000us 4.330us 200 [[3, 80], [3, 80], []] 2022-09-27T16:37:28.0509106Z aten::tanh_ 3.27% 829.000us 3.27% 829.000us 4.145us 200 [[3, 20]] 2022-09-27T16:37:28.0509447Z aten::tanh 3.26% 827.000us 3.26% 827.000us 4.135us 200 [[3, 20]] 2022-09-27T16:37:28.0509851Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:37:28.0510184Z Self CPU time total: 25.382ms 2022-09-27T16:37:28.0510309Z 2022-09-27T16:37:28.0510440Z =================================================================================================================================================================== 2022-09-27T16:37:28.0510636Z TEST 2022-09-27T16:37:28.0510860Z =================================================================================================================================================================== 2022-09-27T16:37:28.0511126Z This report only display top-level ops statistics 2022-09-27T16:37:28.0511531Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:37:28.0511989Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-09-27T16:37:28.0512440Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:37:28.0512848Z aten::lstm 0.85% 217.000us 5.33% 1.354ms 1.354ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:37:28.0513127Z aten::lstm 0.79% 201.000us 4.86% 1.233ms 1.233ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:37:28.0513424Z aten::lstm 0.72% 184.000us 4.79% 1.216ms 1.216ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:37:28.0513716Z aten::lstm 0.71% 180.000us 5.85% 1.484ms 1.484ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:37:28.0514014Z aten::lstm 0.71% 180.000us 4.97% 1.261ms 1.261ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:37:28.0514310Z aten::lstm 0.70% 178.000us 4.85% 1.232ms 1.232ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:37:28.0514603Z aten::lstm 0.70% 178.000us 4.75% 1.206ms 1.206ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:37:28.0514891Z aten::lstm 0.69% 175.000us 4.96% 1.258ms 1.258ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:37:28.0515183Z aten::lstm 0.66% 168.000us 4.78% 1.214ms 1.214ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:37:28.0515507Z aten::lstm 0.65% 166.000us 4.90% 1.243ms 1.243ms 1 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:37:28.0515910Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:37:28.0516262Z Self CPU time total: 25.382ms 2022-09-27T16:37:28.0516387Z 2022-09-27T16:37:28.0516517Z =================================================================================================================================================================== 2022-09-27T16:37:28.0516822Z This report only display top-level ops statistics 2022-09-27T16:37:28.0517211Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:37:28.0517661Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-09-27T16:37:28.0518115Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:37:28.0518529Z aten::lstm 13.11% 3.328ms 98.43% 24.983ms 1.249ms 20 [[5, 3, 10], [], [], [], [], [], [], [], []] 2022-09-27T16:37:28.0518830Z aten::randn 0.88% 224.000us 1.57% 399.000us 6.650us 60 [[], [], [], [], []] 2022-09-27T16:37:28.0519236Z ----------------------------- ------------ ------------ ------------ ------------ ------------ ------------ ------------------------------------------------ 2022-09-27T16:37:28.0519580Z Self CPU time total: 25.382ms 2022-09-27T16:37:28.0519706Z 2022-09-27T16:37:28.0519834Z Total time based on python measurements: 32.443ms 2022-09-27T16:37:28.0520105Z CPU time measurement python side overhead: 27.82% 2022-09-27T16:37:28.0520375Z test_profiler_aggregation_table (__main__.TestAutograd) 2022-09-27T16:37:28.0523700Z Test if the profiling result is aggregated for `str(prof)` ... STAGE:2022-09-27 16:37:28 4400:4588 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:37:28.0526496Z STAGE:2022-09-27 16:37:28 4400:4588 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:37:28.0539603Z ok (0.000s) 2022-09-27T16:37:28.0560275Z test_profiler_function_event_avg (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:28.1197138Z test_profiler_propagation (__main__.TestAutograd) ... STAGE:2022-09-27 16:37:28 4400:4588 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:37:28.1354872Z STAGE:2022-09-27 16:37:28 4400:4588 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:37:28.1367310Z ok (0.088s) 2022-09-27T16:37:28.1392458Z 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-09-27T16:37:28.1413805Z test_profiler_shapes (__main__.TestAutograd) ... STAGE:2022-09-27 16:37:28 4400:4588 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:37:28.1419945Z STAGE:2022-09-27 16:37:28 4400:4588 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:37:28.1444838Z 2022-09-27T16:37:28.1445404Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-09-27T16:37:28.1445919Z Name Self CPU % Self CPU CPU total % CPU total CPU time avg # of Calls Input Shapes 2022-09-27T16:37:28.1446213Z ok (0.000s) 2022-09-27T16:37:28.1446567Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-09-27T16:37:28.1447145Z aten::linear 2.44% 5.000us 56.10% 115.000us 115.000us 1 [[128, 20], [30, 20], [30]] 2022-09-27T16:37:28.1447458Z aten::t 9.76% 20.000us 13.17% 27.000us 27.000us 1 [[30, 20]] 2022-09-27T16:37:28.1447767Z aten::transpose 2.44% 5.000us 3.41% 7.000us 7.000us 1 [[30, 20], [], []] 2022-09-27T16:37:28.1448078Z aten::as_strided 0.98% 2.000us 0.98% 2.000us 2.000us 1 [[30, 20], [], [], []] 2022-09-27T16:37:28.1448392Z aten::addmm 34.15% 70.000us 40.49% 83.000us 83.000us 1 [[30], [128, 20], [20, 30], [], []] 2022-09-27T16:37:28.1448696Z aten::expand 1.46% 3.000us 1.46% 3.000us 3.000us 1 [[30], [], []] 2022-09-27T16:37:28.1449011Z aten::as_strided 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[30], [], [], []] 2022-09-27T16:37:28.1449299Z aten::copy_ 4.88% 10.000us 4.88% 10.000us 10.000us 1 [[128, 30], [128, 30], []] 2022-09-27T16:37:28.1449608Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-09-27T16:37:28.1449917Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 20]] 2022-09-27T16:37:28.1450215Z aten::linear 1.46% 3.000us 43.90% 90.000us 90.000us 1 [[128, 30], [40, 30], [40]] 2022-09-27T16:37:28.1450516Z aten::t 1.95% 4.000us 3.41% 7.000us 7.000us 1 [[40, 30]] 2022-09-27T16:37:28.1450816Z aten::transpose 0.98% 2.000us 1.46% 3.000us 3.000us 1 [[40, 30], [], []] 2022-09-27T16:37:28.1451123Z aten::as_strided 0.49% 1.000us 0.49% 1.000us 1.000us 1 [[40, 30], [], [], []] 2022-09-27T16:37:28.1451424Z aten::addmm 32.68% 67.000us 39.02% 80.000us 80.000us 1 [[40], [128, 30], [30, 40], [], []] 2022-09-27T16:37:28.1451725Z aten::expand 0.98% 2.000us 0.98% 2.000us 2.000us 1 [[40], [], []] 2022-09-27T16:37:28.1452025Z aten::as_strided 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[40], [], [], []] 2022-09-27T16:37:28.1452329Z aten::copy_ 5.37% 11.000us 5.37% 11.000us 11.000us 1 [[128, 40], [128, 40], []] 2022-09-27T16:37:28.1452698Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 40]] 2022-09-27T16:37:28.1452995Z aten::resolve_conj 0.00% 0.000us 0.00% 0.000us 0.000us 1 [[128, 30]] 2022-09-27T16:37:28.1453398Z ---------------------- ------------ ------------ ------------ ------------ ------------ ------------ --------------------------------------- 2022-09-27T16:37:28.1453725Z Self CPU time total: 205.000us 2022-09-27T16:37:28.1453857Z 2022-09-27T16:37:28.1458045Z test_profiler_unboxed_only (__main__.TestAutograd) ... STAGE:2022-09-27 16:37:28 4400:4588 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:37:28.1459853Z STAGE:2022-09-27 16:37:28 4400:4588 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:37:28.1461482Z ok (0.000s) 2022-09-27T16:37:30.0206168Z test_pynode_destruction_deadlock (__main__.TestAutograd) ... ok (1.876s) 2022-09-27T16:37:30.0231134Z test_record_function (__main__.TestAutograd) ... STAGE:2022-09-27 16:37:30 4400:4588 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:37:30.0234885Z STAGE:2022-09-27 16:37:30 4400:4588 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:37:30.0255067Z STAGE:2022-09-27 16:37:30 4400:4588 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:37:30.0257283Z STAGE:2022-09-27 16:37:30 4400:4588 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:37:30.0261271Z ok (0.016s) 2022-09-27T16:37:30.0276365Z test_record_function_callbacks (__main__.TestAutograd) ... STAGE:2022-09-27 16:37:30 4400:4588 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:37:30.0278907Z STAGE:2022-09-27 16:37:30 4400:4588 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:37:30.0288199Z ok (0.000s) 2022-09-27T16:37:30.0300593Z test_record_function_multithreaded (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.0315325Z test_record_function_new_signatures (__main__.TestAutograd) ... STAGE:2022-09-27 16:37:30 4400:4588 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:37:30.0319725Z STAGE:2022-09-27 16:37:30 4400:4588 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:37:30.0326999Z ok (0.000s) 2022-09-27T16:37:30.0347843Z test_reentrant_child_error (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.0379516Z test_reentrant_priority (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.0394248Z test_reentrant_with_callbacks_both_depths (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:30.0408325Z test_reentrant_with_callbacks_depth_0 (__main__.TestAutograd) ... ok (0.001s) 2022-09-27T16:37:30.0422225Z test_reentrant_with_callbacks_depth_1 (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.0439763Z test_reentrant_with_leaf_variable_hook (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.0458909Z test_reentrant_with_non_leaf_variable_hook (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.0475289Z test_requires_grad (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.0495218Z test_requires_grad_ (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.0508428Z test_requires_grad_inplace (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.0531289Z test_retain_grad (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.0545099Z test_retain_grad_cycle (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.0565179Z test_retain_grad_inplace (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:30.0583454Z test_retain_grad_inplace_over_view (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.0634830Z test_return_duplicate (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.0688270Z test_return_duplicate_inplace (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.0712602Z test_return_leaf (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.0732348Z test_return_leaf_inplace (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:30.0750718Z test_save_none_for_backward (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.0782734Z test_save_on_cpu_and_checkpoint (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.0802459Z test_save_output_nr (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.0819959Z test_saved_variable_packing_unpacking_did_not_save_original_with_default_hooks (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.0837809Z test_saved_variable_packing_unpacking_did_not_save_original_with_hooks (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.0891587Z test_saved_variable_packing_unpacking_saved_original_with_default_hooks (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:30.0968379Z test_saved_variable_packing_unpacking_saved_original_with_hooks (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.0986066Z test_saved_variable_version_counter (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.1005304Z test_saved_variables_deprecated (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.1199345Z test_saving_variable_to_disk (__main__.TestAutograd) ... ok (0.031s) 2022-09-27T16:37:30.1215389Z test_select_expanded_v (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.1258030Z test_select_sum (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.1269076Z test_set_data_preserve_pyobj (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.1285623Z test_set_data_self_requires_grad (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.1302356Z test_set_data_tensorimpl_type (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.1332249Z test_set_grad_coroutines (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.1355105Z test_set_grad_coroutines_benign_exceptions (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:30.1375990Z test_set_grad_coroutines_critical_exceptions (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.1396085Z test_set_grad_coroutines_exit (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.1409632Z test_set_grad_enabled (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.1432748Z test_set_grad_generator_functions (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.1456670Z test_set_grad_generator_functions_recursive (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.1613814Z test_setitem (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:30.1652710Z test_setitem_mask (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.1664067Z test_setting_default_saved_variable_hooks_twice_should_not_fail (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.1683863Z test_setting_default_saved_variable_hooks_twice_should_use_inner (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:30.1696090Z test_shape (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.1740149Z test_sharded_grad (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.1760686Z test_simple_reentrant (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.1776706Z test_slice_expanded_v (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.1790544Z test_sparse_gather_both_scalar (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.1804681Z test_sparse_gather_dim0 (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.1818909Z test_sparse_gather_dim1 (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.1834540Z test_sparse_gather_dim_neg (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:30.1847955Z test_sparse_gather_ind_scalar (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.1861092Z test_sparse_gather_x_scalar (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.1932277Z test_sparse_mm_backward (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.1946430Z test_symeig_no_eigenvectors (__main__.TestAutograd) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:3750: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:37:30.1947511Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T16:37:30.1948096Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:37:30.1948432Z should be replaced with 2022-09-27T16:37:30.1948857Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:37:30.1949232Z and 2022-09-27T16:37:30.1949563Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:37:30.1949931Z should be replaced with 2022-09-27T16:37:30.1950638Z 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:2806.) 2022-09-27T16:37:30.1951325Z w, v = torch.symeig(A, eigenvectors=False) 2022-09-27T16:37:30.1953193Z ok (0.000s) 2022-09-27T16:37:30.1968303Z test_tensor_grad_warnings (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.1974728Z test_thread_shutdown (__main__.TestAutograd) ... skip: Skipping because doesn't work for windows (0.000s) 2022-09-27T16:37:30.1990997Z test_too_many_grads (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:30.2043943Z test_type_conversions (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.2092834Z test_unrelated_inputs (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.2114882Z test_unused_output (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.2149769Z test_var_mean_differentiable (__main__.TestAutograd) ... ok (0.016s) 2022-09-27T16:37:30.3004719Z test_variable_traverse (__main__.TestAutograd) ... ok (0.079s) 2022-09-27T16:37:30.3031249Z test_version_counter (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.3047777Z test_volatile_deprecated (__main__.TestAutograd) ... ok (0.000s) 2022-09-27T16:37:30.3107138Z test_view_func_for_complex_views (autograd.test_complex.TestAutogradComplex) ... ok (0.016s) 2022-09-27T16:37:30.3140498Z test_view_with_multi_output (autograd.test_complex.TestAutogradComplex) ... ok (0.000s) 2022-09-27T16:37:30.3164229Z test_advanced_indexing_backwards_large_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:37:30.3183686Z test_advanced_indexing_backwards_memory_format_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:37:30.3204926Z test_backward_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.000s) 2022-09-27T16:37:30.3225486Z test_copy__cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:37:30.3244827Z test_copy_forward_ad_broadcasting_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:37:30.3265822Z test_copy_forward_ad_same_layout_copies_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:37:30.3288549Z test_copy_r_to_c_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:37:30.3310414Z test_cross_device_reentrant_autograd_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:37:30.3329662Z test_free_unneeded_tensor_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:37:30.3373571Z test_grad_assignment_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:37:30.3392230Z test_gradcheck_input_output_different_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:37:30.3415438Z test_inplace_multiple_output_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:37:30.3438140Z test_inplace_on_view_backprop_base_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:37:30.3460678Z test_inplace_on_view_backprop_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_autograd.py:8288: 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:483.) 2022-09-27T16:37:30.3461637Z self.assertIsNone(a.grad) 2022-09-27T16:37:30.3461929Z ok (0.000s) 2022-09-27T16:37:30.3483961Z test_inplace_on_view_backprop_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:37:30.3625470Z test_inplace_on_view_gradcheck_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:37:30.3691681Z test_inplace_on_view_makes_base_require_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:37:30.3754766Z test_inplace_on_view_modify_base_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:37:30.3790334Z test_inplace_on_view_multi_output_safe_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:37:30.3813938Z test_inplace_on_view_multi_output_unsafe_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:37:30.3836156Z test_inplace_on_view_multiple_outputs_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:37:30.3861457Z test_inplace_on_view_non_contig_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:37:30.3884531Z test_inplace_on_view_of_multiple_output_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:37:30.3907589Z test_inplace_on_view_of_view_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:37:30.4010035Z test_inplace_on_view_python_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:37:30.4024672Z test_inplace_on_view_then_no_grad_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:37:30.4036373Z test_inputbuffer_add_multidevice_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.000s) 2022-09-27T16:37:30.4068142Z test_min_max_median_backprops_to_all_values_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:37:30.4115147Z test_mv_grad_stride_0_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:37:30.4130028Z test_non_differentiable_ops_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:37:30.4145257Z test_parameter_resize_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:37:30.4158343Z test_pin_memory_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:37:30.4169742Z test_profiler_emit_nvtx_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:37:30.4207300Z test_pyscalar_conversions_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:37:30.4222076Z test_reentrant_parent_error_on_cpu_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:37:30.4240418Z test_requires_grad_factory_cpu_float32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:37:30.4259009Z test_requires_grad_factory_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:37:30.4272733Z test_rnn_backward_to_input_but_not_parameters_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:37:30.4289748Z 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:1614.) 2022-09-27T16:37:30.4290942Z func_out = func(*tupled_inputs) 2022-09-27T16:37:30.4315354Z 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:1007.) 2022-09-27T16:37:30.4315902Z func_out = func(*tupled_inputs) 2022-09-27T16:37:30.4339477Z ok (0.000s) 2022-09-27T16:37:30.4440092Z test_scatter_index_reduce_prod_gradgrad_error_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:37:30.4460724Z test_set_requires_grad_only_for_floats_cpu_float32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:37:30.4480363Z test_set_requires_grad_only_for_floats_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:37:30.4505584Z test_set_requires_grad_only_for_floats_cpu_int16 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:37:30.4529670Z test_set_requires_grad_only_for_floats_cpu_int32 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:37:30.4553670Z test_set_requires_grad_only_for_floats_cpu_int64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:37:30.4577712Z test_set_requires_grad_only_for_floats_cpu_int8 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:37:30.4598357Z test_simple_reentrant_cross_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:37:30.4645024Z test_sparse_backward_cpu_complex128 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:37:30.4687894Z test_sparse_backward_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:37:30.4949653Z test_sparse_ctor_getter_backward_cpu_complex128 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.017s) 2022-09-27T16:37:30.5103619Z test_sparse_ctor_getter_backward_cpu_float64 (__main__.TestAutogradDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:37:30.5121212Z test_sparse_mask_autograd_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:37:30.5174929Z test_strided_leaf_grad_layout_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:37:30.5190428Z test_to_r_to_c_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:37:30.5204387Z test_unused_output_device_cpu (__main__.TestAutogradDeviceTypeCPU) ... skip: fewer than 2 devices detected (0.000s) 2022-09-27T16:37:30.5241627Z test_warning_in_backward_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:37:30.5323620Z test_where_functional_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:37:30.5395613Z test_where_scalar_cpu (__main__.TestAutogradDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:37:30.5445635Z test_advanced_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-09-27T16:37:30.5458217Z test_backward_graph_destruction (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-09-27T16:37:30.5479107Z test_basic_packing_unpacking (__main__.TestAutogradForwardMode) ... ok (0.016s) 2022-09-27T16:37:30.5560103Z test_codegen_ignores_undefined_outputs (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-09-27T16:37:30.5646173Z test_create_new_zeros_with_same_meta (__main__.TestAutogradForwardMode) ... ok (0.016s) 2022-09-27T16:37:30.5662596Z test_default_level (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-09-27T16:37:30.5673249Z test_detach_view_tracking (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-09-27T16:37:30.5690285Z test_forward_level_cleanup (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-09-27T16:37:30.5710219Z test_grad_cleanup (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-09-27T16:37:30.5727876Z test_make_dual_forbid_integral_dtype (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-09-27T16:37:30.5741455Z test_make_dual_inference_tensor_in_inference_mode (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-09-27T16:37:30.5765229Z test_make_dual_torch_dispatch (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-09-27T16:37:30.5793061Z test_metadata_check_check_conj (__main__.TestAutogradForwardMode) ... ok (0.016s) 2022-09-27T16:37:30.5822949Z test_metadata_check_checks_ignores_size_zero (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-09-27T16:37:30.5839327Z test_metadata_check_checks_storage_numel (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-09-27T16:37:30.5856513Z test_metadata_check_ignore_storage_offset_for_zero_numel_tensor (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-09-27T16:37:30.5870668Z test_metadata_check_when_primal_has_conj_bit (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-09-27T16:37:30.5885475Z test_metadata_check_when_primal_has_neg_bit (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-09-27T16:37:30.5901734Z test_nested_level (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-09-27T16:37:30.5913390Z test_non_differentiable (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-09-27T16:37:30.5933844Z test_out_variant (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-09-27T16:37:30.5959922Z test_print (__main__.TestAutogradForwardMode) ... ok (0.016s) 2022-09-27T16:37:30.5976700Z test_set_fw_grad_having_own_fw_grad_at_same_level (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-09-27T16:37:30.5993875Z test_size_check (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-09-27T16:37:30.6019550Z test_view_inplace_always_creates_a_view (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-09-27T16:37:30.6049711Z test_view_inplace_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-09-27T16:37:30.6082737Z test_view_inplace_non_differentiable_views (__main__.TestAutogradForwardMode) ... ok (0.000s) 2022-09-27T16:37:30.6100638Z test_inplace_on_view_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.000s) 2022-09-27T16:37:30.6118090Z test_inplace_on_view_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.016s) 2022-09-27T16:37:30.6139907Z test_metadata_check_for_storage_numel_skipped (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.000s) 2022-09-27T16:37:30.6201428Z test_out_of_place_basic (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.000s) 2022-09-27T16:37:30.6215507Z test_out_of_place_not_same_layout (__main__.TestAutogradForwardModeBatchedGrad) ... ok (0.000s) 2022-09-27T16:37:30.6269692Z test_construct_standard_basis_for_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:37:30.6276268Z test_construct_standard_basis_for_cuda_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-09-27T16:37:30.6282326Z test_construct_standard_basis_for_cuda_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-09-27T16:37:30.6423787Z test_construct_standard_basis_for_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:37:30.7767704Z test_hessian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.127s) 2022-09-27T16:37:31.7629219Z test_hessian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.984s) 2022-09-27T16:37:31.8342439Z test_hessian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.079s) 2022-09-27T16:37:32.2726599Z test_hessian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.432s) 2022-09-27T16:37:32.2769970Z test_hessian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:32.2867220Z test_hessian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:37:32.2881706Z test_hessian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:32.2903720Z test_hessian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-09-27T16:37:32.2958870Z test_hessian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:32.3132593Z test_hessian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:37:32.3174264Z test_hessian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:32.3267241Z test_hessian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:37:32.3297628Z test_hessian_match_vhp_hvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:32.3410310Z test_hessian_match_vhp_hvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-09-27T16:37:32.3444208Z test_hessian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:32.3555205Z test_hessian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:37:32.3596673Z test_hessian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:32.3747827Z test_hessian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:37:32.3782081Z test_hessian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:37:32.3864454Z test_hessian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:32.3892243Z test_hessian_scalar_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-09-27T16:37:32.3992901Z test_hessian_scalar_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.010s) 2022-09-27T16:37:32.4018145Z test_hessian_scalar_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:32.4078208Z test_hessian_scalar_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:32.4234864Z test_hessian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:37:32.5533081Z test_hessian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.140s) 2022-09-27T16:37:32.5593841Z test_hessian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:32.5958170Z test_hessian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.042s) 2022-09-27T16:37:32.6014716Z test_hessian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:32.6355160Z test_hessian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.031s) 2022-09-27T16:37:32.6369989Z test_hessian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:32.6402539Z test_hessian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:32.7295966Z test_hvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.095s) 2022-09-27T16:37:33.2526962Z test_hvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.521s) 2022-09-27T16:37:33.2575804Z test_hvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:33.2671146Z test_hvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:37:33.2704625Z test_hvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:33.2767117Z test_hvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:37:33.2797182Z test_hvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:33.2875201Z test_hvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:33.2904894Z test_hvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:37:33.2968684Z test_hvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:33.2997417Z test_hvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:33.3067164Z test_hvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:37:33.3666158Z test_jacobian_create_graph_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.047s) 2022-09-27T16:37:33.7485287Z test_jacobian_create_graph_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.394s) 2022-09-27T16:37:33.7956215Z test_jacobian_create_graph_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.048s) 2022-09-27T16:37:34.0659505Z test_jacobian_create_graph_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.270s) 2022-09-27T16:37:34.0701298Z test_jacobian_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:34.0789814Z test_jacobian_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:34.0801505Z test_jacobian_err_check_strict_vectorize_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:34.0814155Z test_jacobian_err_check_strict_vectorize_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:37:34.0850214Z test_jacobian_err_check_vectorize_False_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:34.0940220Z test_jacobian_err_check_vectorize_False_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:34.0969524Z test_jacobian_err_check_vectorize_True_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:34.1021894Z test_jacobian_err_check_vectorize_True_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:37:34.1048159Z test_jacobian_match_vjp_jvp_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:34.1133086Z test_jacobian_match_vjp_jvp_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:34.1158048Z test_jacobian_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:34.1226132Z test_jacobian_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:34.1265053Z test_jacobian_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:34.1373454Z test_jacobian_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:37:34.1408156Z test_jacobian_output_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:34.1481430Z test_jacobian_output_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:37:34.1502042Z test_jacobian_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:34.1548334Z test_jacobian_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:34.1567425Z test_jacobian_scalar_vectorized_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:34.1602480Z test_jacobian_scalar_vectorized_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:37:34.1608734Z test_jacobian_vectorize_correctness_different_devices_base_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-09-27T16:37:34.1614600Z test_jacobian_vectorize_correctness_different_devices_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... skip: test requires CUDA (0.000s) 2022-09-27T16:37:34.1638978Z test_jacobian_vectorize_correctness_different_dtype_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:34.1744688Z test_jacobian_vectorize_correctness_different_dtype_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:34.1784684Z test_jacobian_vectorize_correctness_multi_input_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:37:34.1993758Z test_jacobian_vectorize_correctness_multi_input_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:37:34.2089307Z test_jacobian_vectorize_correctness_multi_input_multi_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:37:34.2774597Z test_jacobian_vectorize_correctness_multi_input_multi_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.063s) 2022-09-27T16:37:34.2818081Z test_jacobian_vectorize_correctness_simple_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:34.3039660Z test_jacobian_vectorize_correctness_simple_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.032s) 2022-09-27T16:37:34.3080328Z test_jacobian_vectorize_correctness_unrelated_outputs_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:34.3330029Z test_jacobian_vectorize_correctness_unrelated_outputs_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:37:34.3396108Z test_jacobian_vectorize_correctness_zero_dim_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:37:34.3791253Z test_jacobian_vectorize_correctness_zero_dim_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.032s) 2022-09-27T16:37:34.3803759Z test_jacobian_vectorize_raises_no_warnings_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:34.3825901Z test_jacobian_vectorize_raises_no_warnings_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:37:34.4463797Z test_jvp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.063s) 2022-09-27T16:37:34.8176212Z test_jvp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.358s) 2022-09-27T16:37:34.8206702Z test_jvp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:37:34.8245143Z test_jvp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:34.8277189Z test_jvp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:34.8340457Z test_jvp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:34.8362884Z test_jvp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:34.8396192Z test_jvp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:34.8428230Z test_jvp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:34.8490296Z test_jvp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:34.8515207Z test_jvp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:37:34.8562064Z test_jvp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:34.9346826Z test_vhp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.079s) 2022-09-27T16:37:35.4133408Z test_vhp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.476s) 2022-09-27T16:37:35.4175839Z test_vhp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:35.4243700Z test_vhp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:37:35.4275041Z test_vhp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:35.4335100Z test_vhp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:35.4363437Z test_vhp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:35.4436344Z test_vhp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:37:35.4463579Z test_vhp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:35.4517633Z test_vhp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:35.4541127Z test_vhp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:37:35.4584873Z test_vhp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:35.5159330Z test_vjp_create_graph_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.049s) 2022-09-27T16:37:35.8459794Z test_vjp_create_graph_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.332s) 2022-09-27T16:37:35.8489235Z test_vjp_err_check_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:37:35.8529178Z test_vjp_err_check_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:35.8559903Z test_vjp_err_check_strict_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:35.8618121Z test_vjp_err_check_strict_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:35.8644240Z test_vjp_no_grad_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:35.8707701Z test_vjp_no_grad_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:35.8738288Z test_vjp_output_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:35.8790377Z test_vjp_output_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:35.8812872Z test_vjp_scalar_base_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.016s) 2022-09-27T16:37:35.8848833Z test_vjp_scalar_logging_tensor (autograd.test_functional.TestAutogradFunctional) ... ok (0.000s) 2022-09-27T16:37:35.8861096Z test_inference_mode_context_manager (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-09-27T16:37:35.8877230Z test_inference_mode_decorator (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-09-27T16:37:35.8895792Z test_inference_mode_existing_autograd_session (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-09-27T16:37:35.8920495Z test_inference_mode_handle_direct_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-09-27T16:37:35.8945152Z test_inference_mode_handle_indirect_view_on_rebase (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-09-27T16:37:35.8957451Z test_inference_mode_inf_tensor_in_inf_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-09-27T16:37:35.8972315Z test_inference_mode_inf_tensor_in_inf_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.016s) 2022-09-27T16:37:35.8984139Z test_inference_mode_inf_tensor_in_inf_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-09-27T16:37:35.8996538Z test_inference_mode_inf_tensor_in_normal_mode_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-09-27T16:37:35.9018877Z test_inference_mode_inf_tensor_in_normal_mode_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-09-27T16:37:35.9031481Z test_inference_mode_inf_tensor_in_normal_mode_view_op (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-09-27T16:37:35.9045345Z test_inference_mode_tensor_creation (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-09-27T16:37:35.9069262Z test_mix_inference_and_normal_tensor_functional_op (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-09-27T16:37:35.9099812Z test_mix_inference_and_normal_tensor_inplace_op (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-09-27T16:37:35.9114605Z test_mix_inference_and_normal_tensor_view_op (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-09-27T16:37:35.9134769Z test_normal_tensor_inplace_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.016s) 2022-09-27T16:37:35.9151924Z test_normal_tensor_inplace_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-09-27T16:37:35.9172155Z test_normal_tensor_view_output_in_inference_mode (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-09-27T16:37:35.9196701Z test_normal_tensor_view_output_in_normal_mode (__main__.TestAutogradInferenceMode) ... ok (0.000s) 2022-09-27T16:37:35.9225670Z test_autograd_composite_implicit_and_dispatch_registration_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.000s) 2022-09-27T16:37:35.9254064Z test_autograd_multiple_dispatch_registrations_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.000s) 2022-09-27T16:37:35.9268190Z test_foward_mode_AD_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.000s) 2022-09-27T16:37:35.9290875Z test_per_dispatch_key_input_saving_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.016s) 2022-09-27T16:37:35.9313013Z test_view_copy_cpu (__main__.TestAutogradMultipleDispatchCPU) ... ok (0.000s) 2022-09-27T16:37:36.0182119Z test_cat_stack_r_to_c (__main__.TestMultithreadAutograd) ... ok (0.079s) 2022-09-27T16:37:36.0201538Z test_dataparallel_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.000s) 2022-09-27T16:37:36.0392834Z test_fork_join_in_middle (__main__.TestMultithreadAutograd) ... ok (0.032s) 2022-09-27T16:37:36.0405614Z test_multithread_saved_tensors_hooks (__main__.TestMultithreadAutograd) ... ok (0.000s) 2022-09-27T16:37:36.0442332Z test_multithreaded_exception_propagation (__main__.TestMultithreadAutograd) ... ok (0.000s) 2022-09-27T16:37:36.0459934Z test_preserve_backtrace (__main__.TestMultithreadAutograd) ... ok (0.000s) 2022-09-27T16:37:36.0517220Z test_python_thread_in_middle (__main__.TestMultithreadAutograd) ... ok (0.000s) 2022-09-27T16:37:36.0574097Z test_simple_backward (__main__.TestMultithreadAutograd) ... ok (0.016s) 2022-09-27T16:37:36.0669598Z test_simple_backward_same_input (__main__.TestMultithreadAutograd) ... ok (0.000s) 2022-09-27T16:37:36.0669823Z 2022-09-27T16:37:36.0670266Z ---------------------------------------------------------------------- 2022-09-27T16:37:36.0670559Z Ran 503 tests in 20.281s 2022-09-27T16:37:36.0670685Z 2022-09-27T16:37:36.0670800Z OK (skipped=24, expected failures=2) 2022-09-27T16:37:36.0670946Z 2022-09-27T16:37:36.0671040Z Generating XML reports... 2022-09-27T16:37:36.0943206Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutograd-20220927163715.xml 2022-09-27T16:37:36.0960293Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-autograd.test_complex.TestAutogradComplex-20220927163715.xml 2022-09-27T16:37:36.1026444Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutogradDeviceTypeCPU-20220927163715.xml 2022-09-27T16:37:36.1052631Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutogradForwardMode-20220927163715.xml 2022-09-27T16:37:36.1062636Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutogradForwardModeBatchedGrad-20220927163715.xml 2022-09-27T16:37:36.1169442Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-autograd.test_functional.TestAutogradFunctional-20220927163715.xml 2022-09-27T16:37:36.1189743Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutogradInferenceMode-20220927163715.xml 2022-09-27T16:37:36.1198932Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestAutogradMultipleDispatchCPU-20220927163715.xml 2022-09-27T16:37:36.1212434Z Generated XML report: test-reports\python-unittest\test_autograd\TEST-TestMultithreadAutograd-20220927163715.xml 2022-09-27T16:37:36.4518317Z Running test_sparse ... [2022-09-27 16:37:36.449999] 2022-09-27T16:37:36.4518771Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_sparse.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:37:36.449999] 2022-09-27T16:37:39.0321388Z 2022-09-27T16:37:39.0321711Z Running tests... 2022-09-27T16:37:39.0322052Z ---------------------------------------------------------------------- 2022-09-27T16:37:39.0322417Z Test results will be stored in test-reports\python-unittest\test_sparse 2022-09-27T16:37:39.6537767Z test_Sparse_to_Sparse_copy__cpu_bfloat16 (__main__.TestSparseCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_sparse.py:744: 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:483.) 2022-09-27T16:37:39.6539350Z self.assertEqual(None, x1.grad) 2022-09-27T16:37:39.6583492Z ok (0.619s) 2022-09-27T16:37:39.6622820Z test_Sparse_to_Sparse_copy__cpu_complex128 (__main__.TestSparseCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_sparse.py:716: 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:250.) 2022-09-27T16:37:39.6623672Z x1 = x1.to(torch.float32) 2022-09-27T16:37:39.6691866Z ok (0.016s) 2022-09-27T16:37:39.6788546Z test_Sparse_to_Sparse_copy__cpu_float64 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:39.6805106Z test_Sparse_to_Sparse_copy_multi_gpu_cpu_complex128 (__main__.TestSparseCPU) ... skip: no multi-GPU (0.000s) 2022-09-27T16:37:39.6820857Z test_Sparse_to_Sparse_copy_multi_gpu_cpu_float64 (__main__.TestSparseCPU) ... skip: no multi-GPU (0.000s) 2022-09-27T16:37:39.6849823Z test_add_dense_sparse_mismatch_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.010s) 2022-09-27T16:37:39.6875745Z test_add_dense_sparse_mismatch_cpu_float64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:39.6896797Z test_add_noncontiguous_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:39.6917748Z test_add_noncontiguous_cpu_float64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:39.6934759Z test_add_sub_nnz_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:39.6950670Z test_add_sub_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.010s) 2022-09-27T16:37:39.7047915Z test_add_zeros_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:39.7132082Z test_add_zeros_cpu_float64 (__main__.TestSparseCPU) ... ok (0.010s) 2022-09-27T16:37:39.7150708Z test_any_cpu (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:39.7263840Z test_asin_arcsin_cpu_float32 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:39.7361761Z test_asin_arcsin_cpu_float64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:39.7507287Z test_asin_arcsin_cpu_int16 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:39.7649843Z test_asin_arcsin_cpu_int32 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:39.7792478Z test_asin_arcsin_cpu_int64 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:39.7934347Z test_asin_arcsin_cpu_int8 (__main__.TestSparseCPU) ... ok (0.026s) 2022-09-27T16:37:39.8076895Z test_asin_arcsin_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:39.8097073Z test_assign_cpu_float64 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:39.8240078Z test_basic_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:39.8372139Z test_basic_cpu_float64 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:40.1204405Z test_basic_ops_cpu_float64 (__main__.TestSparseCPU) ... ok (0.290s) 2022-09-27T16:37:42.1884943Z test_bmm_cpu_float64 (__main__.TestSparseCPU) ... ok (2.068s) 2022-09-27T16:37:42.1911548Z test_bmm_cuda_version_error_cpu_float64 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:37:42.1946949Z 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.010s) 2022-09-27T16:37:42.1969226Z test_bmm_windows_error_cpu_float64 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:37:42.2332005Z test_cat_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.031s) 2022-09-27T16:37:42.2655247Z test_cat_cpu_float64 (__main__.TestSparseCPU) ... ok (0.031s) 2022-09-27T16:37:42.2723041Z test_change_tensor_metadata_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:42.2774980Z test_change_tensor_metadata_cpu_float64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:42.2818701Z test_clone_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.010s) 2022-09-27T16:37:42.2859891Z test_clone_cpu_float64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:42.3004289Z test_coalesce_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.010s) 2022-09-27T16:37:42.3148816Z test_coalesce_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:42.3280131Z test_coalesce_cpu_float64 (__main__.TestSparseCPU) ... ok (0.010s) 2022-09-27T16:37:42.3299114Z test_coalesce_reference_cycle_cpu_float64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:42.3374884Z test_coalesce_transpose_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:42.3433983Z test_constructor_device_legacy_cpu (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:42.3499511Z test_contig_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:42.3563178Z test_contig_cpu_float64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:42.3635828Z test_contig_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:42.3707378Z test_contig_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:42.3727410Z test_ctor_large_sizes_cpu_float64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:42.3753377Z test_ctor_size_checks_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:42.3779234Z test_ctor_size_checks_cpu_float64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:42.3796479Z test_cuda_empty_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:37:42.3813690Z test_div_by_sparse_error_cpu (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:42.3879417Z test_div_rounding_mode_cpu_float32 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:42.3943327Z test_div_rounding_mode_cpu_float64 (__main__.TestSparseCPU) ... ok (0.010s) 2022-09-27T16:37:42.4620786Z test_dsmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.073s) 2022-09-27T16:37:42.4646941Z test_dtypes_cpu (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:42.4742271Z test_empty_full_cpu (__main__.TestSparseCPU) ... ok (0.010s) 2022-09-27T16:37:42.4899608Z test_empty_like_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.010s) 2022-09-27T16:37:42.5049758Z test_empty_like_cpu_float64 (__main__.TestSparseCPU) ... ok (0.010s) 2022-09-27T16:37:42.5109017Z test_factory_copy_cpu (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:42.5200961Z test_factory_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:42.5291821Z test_factory_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:42.5383200Z test_factory_cpu_float16 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:42.5471240Z test_factory_cpu_float32 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:42.5558913Z test_factory_cpu_float64 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:42.5572472Z test_factory_default_cpu (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:42.5600749Z test_factory_dense_dim_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:42.5628068Z test_factory_dense_dim_cpu_float64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:42.5648316Z test_factory_device_type_inference_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:37:42.5670551Z test_factory_empty_indices_cpu (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:42.5699060Z test_factory_nnz_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:42.5726857Z test_factory_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:42.5770006Z test_factory_nnz_zero_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:42.5812120Z test_factory_nnz_zero_cpu_float64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:42.5870101Z test_factory_size_check_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.010s) 2022-09-27T16:37:42.5925719Z test_factory_size_check_cpu_float64 (__main__.TestSparseCPU) ... ok (0.010s) 2022-09-27T16:37:42.5953413Z test_factory_type_inference_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:42.5981050Z test_factory_type_inference_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:42.6008793Z test_factory_type_inference_cpu_float16 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:42.6036230Z test_factory_type_inference_cpu_float32 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:42.6063919Z test_factory_type_inference_cpu_float64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:42.6086104Z test_factory_type_inference_cpu_int64 (__main__.TestSparseCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_sparse.py:2677: 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-09-27T16:37:42.6087187Z t = torch.sparse_coo_tensor(torch.tensor(([0], [2])), torch.tensor([1.], dtype=dtype)) 2022-09-27T16:37:42.6092086Z ok (0.016s) 2022-09-27T16:37:42.6109478Z test_floor_divide_by_sparse_error_cpu (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:42.6317699Z test_full_broadcast_to_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:42.6499936Z test_full_broadcast_to_cpu_float64 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:42.7116712Z test_hsmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.067s) 2022-09-27T16:37:43.2535510Z test_index_select_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.537s) 2022-09-27T16:37:43.5306626Z test_index_select_cpu_float64 (__main__.TestSparseCPU) ... ok (0.285s) 2022-09-27T16:37:43.5738445Z test_index_select_empty_and_non_contiguous_index_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.031s) 2022-09-27T16:37:43.5957179Z test_index_select_empty_and_non_contiguous_index_cpu_float64 (__main__.TestSparseCPU) ... ok (0.032s) 2022-09-27T16:37:44.0571969Z test_index_select_exhaustive_index_large_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.458s) 2022-09-27T16:37:44.4047411Z test_index_select_exhaustive_index_large_cpu_float64 (__main__.TestSparseCPU) ... ok (0.349s) 2022-09-27T16:37:44.6714642Z test_index_select_exhaustive_index_small_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.269s) 2022-09-27T16:37:44.8772206Z test_index_select_exhaustive_index_small_cpu_float64 (__main__.TestSparseCPU) ... ok (0.207s) 2022-09-27T16:37:44.8783610Z test_index_select_parallelization_cpu_complex128 (__main__.TestSparseCPU) 2022-09-27T16:37:45.0380536Z Test with sizes that will trigger parallelization (i.e. with sizes ... ok (0.158s) 2022-09-27T16:37:45.0399171Z test_index_select_parallelization_cpu_float64 (__main__.TestSparseCPU) 2022-09-27T16:37:45.1725539Z Test with sizes that will trigger parallelization (i.e. with sizes ... ok (0.127s) 2022-09-27T16:37:45.1778696Z test_is_nonzero_cpu (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:45.1792280Z test_is_sparse_cpu (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:45.1816693Z test_isnan_cpu (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:45.1836627Z test_legacy_constructor_cpu (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:45.1857926Z test_legacy_new_cpu (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:45.1936639Z test_log1p_cpu_float32 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:45.2009759Z test_log1p_cpu_float64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:45.2074817Z test_log1p_cpu_int16 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:45.2137859Z test_log1p_cpu_int32 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:45.2200681Z test_log1p_cpu_int64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:45.2263881Z test_log1p_cpu_int8 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:45.2326854Z test_log1p_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:45.6620289Z test_mm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.428s) 2022-09-27T16:37:45.8806678Z test_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.221s) 2022-09-27T16:37:45.9012145Z test_mv_cpu_float64 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:45.9318794Z test_narrow_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.031s) 2022-09-27T16:37:45.9580267Z test_narrow_cpu_float64 (__main__.TestSparseCPU) ... ok (0.031s) 2022-09-27T16:37:45.9670905Z test_neg_negative_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:45.9751416Z test_neg_negative_cpu_float64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:45.9798246Z test_new_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:45.9842348Z test_new_cpu_float64 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:45.9848877Z test_new_device_multi_gpu_cpu (__main__.TestSparseCPU) ... skip: only one GPU detected (0.000s) 2022-09-27T16:37:45.9860670Z test_new_device_single_gpu_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:37:45.9950976Z test_norm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:46.0032624Z test_norm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:46.1444751Z test_permute_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.144s) 2022-09-27T16:37:46.2292172Z test_permute_cpu_float64 (__main__.TestSparseCPU) ... ok (0.076s) 2022-09-27T16:37:46.2402702Z test_pickle_cpu_float64 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:46.2477373Z test_print_coalesced_cpu_float64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:46.2547405Z test_print_uncoalesced_cpu_float64 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:46.2568289Z test_resize_as_cpu (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:46.2681755Z test_resize_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:46.2788069Z test_resize_cpu_float64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:46.6233660Z test_saddmm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.358s) 2022-09-27T16:37:46.7976339Z test_saddmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.172s) 2022-09-27T16:37:46.8004616Z test_same_gpu_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:37:46.8050770Z test_scalar_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:46.8094150Z test_scalar_cpu_float64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:47.5048161Z test_select_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.699s) 2022-09-27T16:37:47.8500872Z test_select_cpu_float64 (__main__.TestSparseCPU) ... ok (0.345s) 2022-09-27T16:37:47.8528602Z test_select_no_type_promotion_cpu_int16 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:47.8554287Z test_select_no_type_promotion_cpu_int32 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:47.8579440Z test_select_no_type_promotion_cpu_int64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:47.8604591Z test_select_no_type_promotion_cpu_int8 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:47.8629966Z test_select_no_type_promotion_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:47.8656331Z test_shared_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:47.8682188Z test_shared_cpu_float64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:47.8698588Z test_small_nnz_coalesced_cpu (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:48.3592945Z test_softmax_cpu_float64 (__main__.TestSparseCPU) ... ok (0.491s) 2022-09-27T16:37:48.3610259Z test_softmax_zero_nnz_cpu_float64 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:48.4847738Z test_spadd_cpu_float64 (__main__.TestSparseCPU) ... ok (0.112s) 2022-09-27T16:37:48.4870395Z test_sparse_add_coalesce_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:48.4892218Z test_sparse_add_coalesce_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:48.4913534Z test_sparse_add_coalesce_cpu_float32 (__main__.TestSparseCPU) ... ok (0.001s) 2022-09-27T16:37:48.4934498Z test_sparse_add_coalesce_cpu_float64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:48.4951358Z test_sparse_add_out_bfloat16_cpu_complex128 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:37:48.4967210Z test_sparse_add_out_bfloat16_cpu_float64 (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:37:48.4988296Z test_sparse_addmm_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.000s) 2022-09-27T16:37:48.5009167Z test_sparse_addmm_cpu_complex128 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.000s) 2022-09-27T16:37:48.5030064Z test_sparse_addmm_cpu_float64 (__main__.TestSparseCPU) ... skip: See https://github.com/pytorch/pytorch/issues/73145 (0.000s) 2022-09-27T16:37:48.5044204Z test_sparse_bool_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:48.5058688Z test_sparse_bool_cpu_float64 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:48.5148308Z test_sparse_broadcast_to_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:48.5234264Z test_sparse_broadcast_to_cpu_float64 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:48.5897004Z test_sparse_dense_mul_cpu_bfloat16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.bfloat16, device=cpu runs only with coalesced inputs (0.063s) 2022-09-27T16:37:48.5995607Z test_sparse_dense_mul_cpu_bool (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:48.7592020Z test_sparse_dense_mul_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.158s) 2022-09-27T16:37:48.9195726Z test_sparse_dense_mul_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.158s) 2022-09-27T16:37:48.9878225Z test_sparse_dense_mul_cpu_float16 (__main__.TestSparseCPU) ... skip: Test with dtype=torch.float16, device=cpu runs only with coalesced inputs (0.064s) 2022-09-27T16:37:49.1274153Z test_sparse_dense_mul_cpu_float32 (__main__.TestSparseCPU) ... ok (0.143s) 2022-09-27T16:37:49.2632083Z test_sparse_dense_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (0.128s) 2022-09-27T16:37:49.3624978Z test_sparse_dense_mul_cpu_int16 (__main__.TestSparseCPU) ... ok (0.110s) 2022-09-27T16:37:49.4645693Z test_sparse_dense_mul_cpu_int32 (__main__.TestSparseCPU) ... ok (0.096s) 2022-09-27T16:37:49.5608711Z test_sparse_dense_mul_cpu_int64 (__main__.TestSparseCPU) ... ok (0.096s) 2022-09-27T16:37:49.6597399Z test_sparse_dense_mul_cpu_int8 (__main__.TestSparseCPU) ... ok (0.094s) 2022-09-27T16:37:49.7591263Z test_sparse_dense_mul_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.112s) 2022-09-27T16:37:49.7933847Z test_sparse_mask_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.032s) 2022-09-27T16:37:49.8214304Z test_sparse_mask_cpu_float64 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:49.8694687Z test_sparse_mask_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.062s) 2022-09-27T16:37:49.9087793Z test_sparse_mask_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.032s) 2022-09-27T16:37:49.9131447Z test_sparse_matmul_cpu_complex128 (__main__.TestSparseCPU) 2022-09-27T16:37:52.2249726Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (2.324s) 2022-09-27T16:37:52.2294326Z test_sparse_matmul_cpu_complex64 (__main__.TestSparseCPU) 2022-09-27T16:37:52.4755056Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.237s) 2022-09-27T16:37:52.4800305Z test_sparse_matmul_cpu_float32 (__main__.TestSparseCPU) 2022-09-27T16:37:52.7027533Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (0.237s) 2022-09-27T16:37:52.7072390Z test_sparse_matmul_cpu_float64 (__main__.TestSparseCPU) 2022-09-27T16:37:53.9634330Z This function test `torch.sparse.mm` when both the mat1 and mat2 are sparse tensors. ... ok (1.251s) 2022-09-27T16:37:53.9767229Z test_sparse_mm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:53.9830138Z test_sparse_mul_cpu_float64 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:53.9949138Z test_sparse_spdiags_cpu_bool (__main__.TestSparseCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_sparse.py:3693: 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-09-27T16:37:53.9950336Z out = torch.sparse.spdiags(diags, offsets, shape, layout=layout) 2022-09-27T16:37:54.0023151Z ok (0.016s) 2022-09-27T16:37:54.0300891Z test_sparse_spdiags_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.032s) 2022-09-27T16:37:54.0581324Z test_sparse_spdiags_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:54.0804812Z test_sparse_spdiags_cpu_float32 (__main__.TestSparseCPU) ... ok (0.032s) 2022-09-27T16:37:54.1025790Z test_sparse_spdiags_cpu_float64 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:54.1205351Z test_sparse_spdiags_cpu_int16 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:54.1384478Z test_sparse_spdiags_cpu_int32 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:54.1562083Z test_sparse_spdiags_cpu_int64 (__main__.TestSparseCPU) ... ok (0.031s) 2022-09-27T16:37:54.1741646Z test_sparse_spdiags_cpu_int8 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:54.1920575Z test_sparse_spdiags_cpu_uint8 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:54.2698002Z test_sparse_sum_cpu_float64 (__main__.TestSparseCPU) ... ok (0.079s) 2022-09-27T16:37:54.2714404Z test_sparse_to_numpy_cpu (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:54.5351375Z test_sspaddmm_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.255s) 2022-09-27T16:37:54.6666333Z test_sspaddmm_cpu_float64 (__main__.TestSparseCPU) ... ok (0.143s) 2022-09-27T16:37:54.6680343Z test_storage_not_null_cpu (__main__.TestSparseCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:37:54.6710442Z test_t_empty_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:54.6740182Z test_t_empty_cpu_float64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:54.6827863Z test_to_dense_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:54.6916739Z test_to_dense_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:54.7007245Z test_to_dense_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:54.7092501Z test_to_dense_cpu_float16 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:54.7177691Z test_to_dense_cpu_float32 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:54.7277603Z test_to_dense_cpu_float64 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:54.7385806Z test_to_dense_hybrid_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.000s) 2022-09-27T16:37:54.7452104Z test_to_dense_hybrid_cpu_float64 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:54.8397290Z test_to_sparse_cpu_bfloat16 (__main__.TestSparseCPU) ... ok (0.095s) 2022-09-27T16:37:54.9347860Z test_to_sparse_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.095s) 2022-09-27T16:37:55.0322667Z test_to_sparse_cpu_complex64 (__main__.TestSparseCPU) ... ok (0.094s) 2022-09-27T16:37:55.1293210Z test_to_sparse_cpu_float16 (__main__.TestSparseCPU) ... ok (0.096s) 2022-09-27T16:37:55.2234078Z test_to_sparse_cpu_float64 (__main__.TestSparseCPU) ... ok (0.095s) 2022-09-27T16:37:55.3014353Z test_to_sparse_cpu_int32 (__main__.TestSparseCPU) ... ok (0.080s) 2022-09-27T16:37:55.3196144Z test_transpose_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:55.3362044Z test_transpose_cpu_float64 (__main__.TestSparseCPU) ... ok (0.016s) 2022-09-27T16:37:55.4039840Z test_unsqueeze_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.064s) 2022-09-27T16:37:55.4312166Z test_unsqueeze_cpu_float64 (__main__.TestSparseCPU) ... ok (0.031s) 2022-09-27T16:37:55.5985606Z test_zeros_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.159s) 2022-09-27T16:37:55.7512517Z test_zeros_cpu_float64 (__main__.TestSparseCPU) ... ok (0.158s) 2022-09-27T16:37:55.9290476Z test_zeros_like_cpu_complex128 (__main__.TestSparseCPU) ... ok (0.174s) 2022-09-27T16:37:56.0929451Z test_zeros_like_cpu_float64 (__main__.TestSparseCPU) ... ok (0.175s) 2022-09-27T16:37:56.0942047Z test_future_empty_dim__masked_amax_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.1099520Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T16:37:56.1111480Z test_future_empty_dim__masked_amax_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.1264045Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T16:37:56.1275631Z test_future_empty_dim__masked_amax_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.1429280Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T16:37:56.1440764Z test_future_empty_dim__masked_amax_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.1591206Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T16:37:56.1602766Z test_future_empty_dim__masked_amax_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.1718920Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T16:37:56.1730434Z test_future_empty_dim__masked_amax_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.1843987Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.000s) 2022-09-27T16:37:56.1855482Z test_future_empty_dim__masked_amax_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.1970157Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T16:37:56.1981822Z test_future_empty_dim__masked_amax_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.2095335Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T16:37:56.2107013Z test_future_empty_dim__masked_amax_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.2219613Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T16:37:56.2231164Z test_future_empty_dim__masked_amin_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.2384532Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T16:37:56.2396122Z test_future_empty_dim__masked_amin_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.2547527Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T16:37:56.2559135Z test_future_empty_dim__masked_amin_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.2712247Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T16:37:56.2723829Z test_future_empty_dim__masked_amin_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.2874004Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.017s) 2022-09-27T16:37:56.2885602Z test_future_empty_dim__masked_amin_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.3000836Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T16:37:56.3012385Z test_future_empty_dim__masked_amin_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.3125575Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.000s) 2022-09-27T16:37:56.3137628Z test_future_empty_dim__masked_amin_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.3250105Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.017s) 2022-09-27T16:37:56.3261918Z test_future_empty_dim__masked_amin_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.3376699Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T16:37:56.3388240Z test_future_empty_dim__masked_amin_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.3499685Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T16:37:56.3511239Z test_future_empty_dim__masked_prod_cpu_bool (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.3621829Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T16:37:56.3633298Z test_future_empty_dim__masked_prod_cpu_complex128 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.3754210Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.000s) 2022-09-27T16:37:56.3765746Z test_future_empty_dim__masked_prod_cpu_complex64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.3887964Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.024s) 2022-09-27T16:37:56.3899584Z test_future_empty_dim__masked_prod_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.4053362Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.010s) 2022-09-27T16:37:56.4064959Z test_future_empty_dim__masked_prod_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.4215550Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T16:37:56.4227077Z test_future_empty_dim__masked_prod_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.4340706Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T16:37:56.4352148Z test_future_empty_dim__masked_prod_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.4463749Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T16:37:56.4475246Z test_future_empty_dim__masked_prod_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.4585475Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.000s) 2022-09-27T16:37:56.4596999Z test_future_empty_dim__masked_prod_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.4710100Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T16:37:56.4721610Z test_future_empty_dim__masked_prod_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.4833933Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T16:37:56.4845419Z test_future_empty_dim__masked_sum_cpu_bfloat16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.5018689Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.020s) 2022-09-27T16:37:56.5030124Z test_future_empty_dim__masked_sum_cpu_bool (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.5159593Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.010s) 2022-09-27T16:37:56.5171112Z test_future_empty_dim__masked_sum_cpu_complex128 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.5312173Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T16:37:56.5323754Z test_future_empty_dim__masked_sum_cpu_complex64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.5464513Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T16:37:56.5475960Z test_future_empty_dim__masked_sum_cpu_float16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.5648680Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T16:37:56.5660319Z test_future_empty_dim__masked_sum_cpu_float32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.5833497Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.026s) 2022-09-27T16:37:56.5845156Z test_future_empty_dim__masked_sum_cpu_float64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.6013547Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.010s) 2022-09-27T16:37:56.6025129Z test_future_empty_dim__masked_sum_cpu_int16 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.6157490Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T16:37:56.6168912Z test_future_empty_dim__masked_sum_cpu_int32 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.6299690Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T16:37:56.6311161Z test_future_empty_dim__masked_sum_cpu_int64 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.6441482Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T16:37:56.6452912Z test_future_empty_dim__masked_sum_cpu_int8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.6584116Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T16:37:56.6595537Z test_future_empty_dim__masked_sum_cpu_uint8 (__main__.TestSparseMaskedReductionsCPU) 2022-09-27T16:37:56.6726556Z Currently, `dim=()` in reductions operations means "reduce over ... ok (0.016s) 2022-09-27T16:37:56.6756693Z test_basic (__main__.TestSparseMeta) ... ok (0.000s) 2022-09-27T16:37:56.6767815Z test_cuda_from_cpu (__main__.TestSparseOneOff) ... skip: CUDA not available (0.000s) 2022-09-27T16:37:56.6781816Z test_cuda_sparse_cpu_dense_add (__main__.TestSparseOneOff) ... skip: CUDA not available (0.000s) 2022-09-27T16:37:56.6806179Z test_inplace_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.6830883Z test_inplace_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:56.6852299Z test_inplace_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.6873515Z test_inplace_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.6896946Z test_inplace_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.6920055Z test_inplace_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:37:56.6942740Z test_inplace_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.6965149Z test_inplace_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.6986602Z test_inplace_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.7010475Z test_inplace_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.7034991Z test_inplace_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.7056471Z test_inplace_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.7078506Z test_inplace_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:56.7101082Z test_inplace_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.7123455Z test_inplace_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.7145461Z test_inplace_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.7167095Z test_inplace_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.7188810Z test_inplace_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.7211103Z test_inplace_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.7233959Z test_inplace_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:56.7255399Z test_inplace_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.7276810Z test_inplace_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.7299615Z test_inplace_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.7322137Z test_inplace_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.7344694Z test_inplace_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.7367147Z test_inplace_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.7389929Z test_inplace_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:56.7412378Z test_inplace_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.7435317Z test_inplace_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.7456624Z test_inplace_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.7478279Z test_inplace_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.7500707Z test_inplace_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.7522946Z test_inplace_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.7546224Z test_inplace_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:56.7567809Z test_inplace_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.7588711Z test_inplace_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.7609835Z test_inplace_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.7631361Z test_inplace_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.7651211Z test_inplace_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.7670393Z test_inplace_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.7689375Z test_inplace_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.7709093Z test_inplace_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:56.7728110Z test_inplace_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.7744379Z test_inplace_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.7760300Z test_inplace_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.7776175Z test_inplace_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.7792256Z test_inplace_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.7808287Z test_inplace_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.010s) 2022-09-27T16:37:56.7824382Z test_inplace_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.7840247Z test_inplace_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.7856202Z test_inplace_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.7872245Z test_inplace_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.7882287Z test_inplace_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.000s) 2022-09-27T16:37:56.7892357Z test_inplace_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.000s) 2022-09-27T16:37:56.7902119Z test_inplace_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.000s) 2022-09-27T16:37:56.7911965Z test_inplace_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.000s) 2022-09-27T16:37:56.7921691Z test_inplace_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.000s) 2022-09-27T16:37:56.7931455Z test_inplace_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.000s) 2022-09-27T16:37:56.7941373Z test_inplace_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.000s) 2022-09-27T16:37:56.7951179Z test_inplace_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.000s) 2022-09-27T16:37:56.7960979Z test_inplace_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! conj_physical_ not implemented for sparse (0.016s) 2022-09-27T16:37:56.7982338Z test_inplace_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.8004462Z test_inplace_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.8027662Z test_inplace_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.8050285Z test_inplace_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.8072855Z test_inplace_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.8095239Z test_inplace_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.8117928Z test_inplace_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:56.8139487Z test_inplace_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.8161028Z test_inplace_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.8183522Z test_inplace_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.8205733Z test_inplace_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.8227541Z test_inplace_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.8249106Z test_inplace_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.8270876Z test_inplace_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:56.8291587Z test_inplace_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.8312901Z test_inplace_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.8332699Z test_inplace_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.8351868Z test_inplace_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.8371048Z test_inplace_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:37:56.8390236Z test_inplace_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.8409291Z test_inplace_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.8425606Z test_inplace_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.8441584Z test_inplace_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.8457612Z test_inplace_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.8473716Z test_inplace_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.8489576Z test_inplace_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.8505556Z test_inplace_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.8521482Z test_inplace_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.8537458Z test_inplace_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.016s) 2022-09-27T16:37:56.8553541Z test_inplace_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.8569497Z test_inplace_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.8585566Z test_inplace_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.8601484Z test_inplace_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.8617372Z test_inplace_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.8633338Z test_inplace_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.8649260Z test_inplace_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.8665292Z test_inplace_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.8681294Z test_inplace_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.8697196Z test_inplace_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.016s) 2022-09-27T16:37:56.8713290Z test_inplace_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.8729184Z test_inplace_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.8746546Z test_inplace_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.8762407Z test_inplace_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.8778399Z test_inplace_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.8794218Z test_inplace_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.8810131Z test_inplace_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.8826109Z test_inplace_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.8842159Z test_inplace_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.016s) 2022-09-27T16:37:56.8858134Z test_inplace_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.8874095Z test_inplace_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.8890033Z test_inplace_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.8906016Z test_inplace_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.8922512Z test_inplace_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.8942946Z test_inplace_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:37:56.8963905Z test_inplace_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.8986958Z test_inplace_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9009454Z test_inplace_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9032080Z test_inplace_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9054552Z test_inplace_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9077169Z test_inplace_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9097881Z test_inplace_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:56.9117655Z test_inplace_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9136483Z test_inplace_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9155354Z test_inplace_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9173989Z test_inplace_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9192850Z test_inplace_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9211563Z test_inplace_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9233273Z test_inplace_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9255795Z test_inplace_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:56.9277195Z test_inplace_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9298687Z test_inplace_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9318741Z test_inplace_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9337975Z test_inplace_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9357071Z test_inplace_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9376329Z test_inplace_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9395630Z test_inplace_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9416836Z test_inplace_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:56.9438628Z test_inplace_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9458626Z test_inplace_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9477704Z test_inplace_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9496790Z test_inplace_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9516038Z test_inplace_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9535202Z test_inplace_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9557234Z test_inplace_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9586911Z test_inplace_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:56.9614990Z test_inplace_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9636697Z test_inplace_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9656660Z test_inplace_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9676010Z test_inplace_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9695337Z test_inplace_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9715253Z test_inplace_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9734916Z test_inplace_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:56.9755849Z test_inplace_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9777052Z test_inplace_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9797094Z test_inplace_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9816187Z test_inplace_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9835913Z test_inplace_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:37:56.9855552Z test_inplace_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9874822Z test_inplace_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:56.9891021Z test_inplace_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.9907132Z test_inplace_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.9923162Z test_inplace_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.9939326Z test_inplace_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.9955289Z test_inplace_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.9971333Z test_inplace_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:56.9988594Z test_inplace_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.016s) 2022-09-27T16:37:57.0011220Z test_inplace_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0034529Z test_inplace_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0057466Z test_inplace_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0079602Z test_inplace_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0103196Z test_inplace_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0125979Z test_inplace_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0148835Z test_inplace_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.0171528Z test_inplace_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0194208Z test_inplace_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0217087Z test_inplace_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0240346Z test_inplace_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0261741Z test_inplace_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0282714Z test_inplace_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0305438Z test_inplace_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.0327803Z test_inplace_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0349806Z test_inplace_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0371546Z test_inplace_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0393037Z test_inplace_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0415613Z test_inplace_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0438788Z test_inplace_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0460823Z test_inplace_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.0481938Z test_inplace_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0505060Z test_inplace_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0527685Z test_inplace_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0550305Z test_inplace_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0572844Z test_inplace_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0595442Z test_inplace_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0618184Z test_inplace_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.0640865Z test_inplace_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0662519Z test_inplace_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0683648Z test_inplace_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0706678Z test_inplace_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0729279Z test_inplace_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0751861Z test_inplace_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0774410Z test_inplace_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.0797089Z test_inplace_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0819664Z test_inplace_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0842390Z test_inplace_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0864254Z test_inplace_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:37:57.0885451Z test_inplace_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0908512Z test_inplace_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0931121Z test_inplace_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0953676Z test_inplace_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.0976187Z test_inplace_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:37:57.0998666Z test_inplace_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1019865Z test_inplace_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1041027Z test_inplace_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1060812Z test_inplace_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1079897Z test_inplace_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1098964Z test_inplace_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1118105Z test_inplace_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1137195Z test_inplace_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1159746Z test_out_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1182716Z test_out_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1203287Z test_out_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1224013Z test_out_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1244283Z test_out_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1264762Z test_out_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1285298Z test_out_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.1305160Z test_out_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1323243Z test_out_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1346056Z test_out_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1369022Z test_out_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1389176Z test_out_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1409149Z test_out_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1428986Z test_out_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1449013Z test_out_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.1468843Z test_out_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1488509Z test_out_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1508325Z test_out_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1529987Z test_out_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1551466Z test_out_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1572192Z test_out_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1593140Z test_out_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.1613446Z test_out_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1633462Z test_out_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1653472Z test_out_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1673855Z test_out_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1694153Z test_out_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1715745Z test_out_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1737229Z test_out_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1757883Z test_out_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.1778153Z test_out_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1797770Z test_out_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1817627Z test_out_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1837294Z test_out_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1857175Z test_out_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:37:57.1875599Z test_out_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1894758Z test_out_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1915056Z test_out_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1933834Z test_out_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1951541Z test_out_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1969104Z test_out_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.1986938Z test_out_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.2004869Z test_out_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.2019740Z test_out_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:57.2034251Z test_out_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:57.2048770Z test_out_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:57.2063339Z test_out_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:57.2077782Z test_out_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:57.2092182Z test_out_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:57.2106622Z test_out_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:57.2121043Z test_out_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:57.2135499Z test_out_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:57.2155813Z test_out_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.2176943Z test_out_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.2197108Z test_out_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.2217064Z test_out_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.2235640Z test_out_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.2253230Z test_out_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.2270847Z test_out_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.2288463Z test_out_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.2306276Z test_out_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.2327697Z test_out_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.2348317Z test_out_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.2368556Z test_out_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.2388897Z test_out_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.2409040Z test_out_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.2429335Z test_out_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.2449536Z test_out_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.2470021Z test_out_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.2490112Z test_out_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.2509745Z test_out_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.2529427Z test_out_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.2549223Z test_out_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.2568591Z test_out_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.2588195Z test_out_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.2608490Z test_out_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.2628723Z test_out_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.2647127Z test_out_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.2664882Z test_out_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.2682418Z test_out_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.2700198Z test_out_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.2717828Z test_out_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.2732580Z test_out_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.010s) 2022-09-27T16:37:57.2747164Z test_out_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:57.2761501Z test_out_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:57.2775837Z test_out_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:57.2790294Z test_out_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:57.2804634Z test_out_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:57.2819218Z test_out_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:57.2833571Z test_out_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:57.2847995Z test_out_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:57.2862608Z test_out_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:57.2877027Z test_out_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:57.2891642Z test_out_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.016s) 2022-09-27T16:37:57.2906201Z test_out_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:57.2920531Z test_out_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:57.2935015Z test_out_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:57.2949498Z test_out_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:57.2963889Z test_out_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:57.2978399Z test_out_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Out not supported (0.000s) 2022-09-27T16:37:57.2997262Z test_out_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:37:57.3016247Z test_out_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3034502Z test_out_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3052100Z test_out_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3069965Z test_out_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3087426Z test_out_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3105208Z test_out_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3123476Z test_out_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3142295Z test_out_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.3160360Z test_out_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3178054Z test_out_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3195707Z test_out_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3213345Z test_out_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3231049Z test_out_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3250965Z test_out_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3271474Z test_out_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3291790Z test_out_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3312373Z test_out_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.3332660Z test_out_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3353038Z test_out_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3373225Z test_out_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3392601Z test_out_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3410894Z test_out_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3428417Z test_out_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3445777Z test_out_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3463484Z test_out_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.3480788Z test_out_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3498322Z test_out_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3518533Z test_out_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3539561Z test_out_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3559730Z test_out_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:37:57.3579916Z test_out_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3598426Z test_out_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3616111Z test_out_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3633828Z test_out_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3651541Z test_out_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3669498Z test_out_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3688751Z test_out_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3709115Z test_out_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3727682Z test_out_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.3745394Z test_out_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3763116Z test_out_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3780764Z test_out_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3798556Z test_out_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3819153Z test_out_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:37:57.3840019Z test_out_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3860476Z test_out_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3880561Z test_out_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3899136Z test_out_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3917288Z test_out_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:37:57.3935798Z test_out_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3954275Z test_out_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3971948Z test_out_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.3991568Z test_out_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4011371Z test_out_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4029970Z test_out_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4047655Z test_out_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4065331Z test_out_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4082987Z test_out_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.4100810Z test_out_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4119692Z test_out_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4138865Z test_out_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4156906Z test_out_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4174594Z test_out_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4192424Z test_out_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4210101Z test_out_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4228059Z test_out_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.4248906Z test_out_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4270523Z test_out_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4291154Z test_out_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4311811Z test_out_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4331997Z test_out_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4351853Z test_out_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4371910Z test_out_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4392231Z test_out_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.4412410Z test_out_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4434091Z test_out_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4455692Z test_out_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4475591Z test_out_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4495492Z test_out_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4514990Z test_out_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4534751Z test_out_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4554515Z test_out_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.4573979Z test_out_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4593614Z test_out_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4615195Z test_out_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4636860Z test_out_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4657127Z test_out_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:37:57.4677365Z test_out_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4697028Z test_out_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4716829Z test_out_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4736336Z test_out_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4755994Z test_out_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4775528Z test_out_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4796974Z test_out_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.4818468Z test_out_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4838907Z test_out_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4859610Z test_out_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4879803Z test_out_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4900004Z test_out_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:37:57.4920044Z test_out_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4940334Z test_out_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4960560Z test_out_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.4982193Z test_out_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5003583Z test_out_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5023658Z test_out_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5043871Z test_out_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5063848Z test_out_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.5083453Z test_out_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5103005Z test_out_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5122435Z test_out_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5142089Z test_out_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5162081Z test_out_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5182569Z test_out_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5201012Z test_out_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5218906Z test_out_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.5236591Z test_out_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5254151Z test_out_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5271993Z test_out_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5292833Z test_sparse_consistency_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5314394Z test_sparse_consistency_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5333516Z test_sparse_consistency_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5352691Z test_sparse_consistency_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5371679Z test_sparse_consistency_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.5390606Z test_sparse_consistency_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5409490Z test_sparse_consistency_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5428486Z test_sparse_consistency_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5446116Z test_sparse_consistency_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5467570Z test_sparse_consistency_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5488939Z test_sparse_consistency_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5507999Z test_sparse_consistency_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5527006Z test_sparse_consistency_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.5545403Z test_sparse_consistency_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5563893Z test_sparse_consistency_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5582231Z test_sparse_consistency_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5600440Z test_sparse_consistency_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5618773Z test_sparse_consistency_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5638811Z test_sparse_consistency_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5658789Z test_sparse_consistency_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5678144Z test_sparse_consistency_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.5697269Z test_sparse_consistency_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5716181Z test_sparse_consistency_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5734931Z test_sparse_consistency_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5753876Z test_sparse_consistency_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5772637Z test_sparse_consistency_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5791702Z test_sparse_consistency_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5811664Z test_sparse_consistency_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5831631Z test_sparse_consistency_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5850561Z test_sparse_consistency_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.5869483Z test_sparse_consistency_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5887760Z test_sparse_consistency_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5906221Z test_sparse_consistency_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5924530Z test_sparse_consistency_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5943056Z test_sparse_consistency_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:37:57.5960251Z test_sparse_consistency_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5978238Z test_sparse_consistency_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.5996493Z test_sparse_consistency_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6013563Z test_sparse_consistency_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6029923Z test_sparse_consistency_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6046083Z test_sparse_consistency_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6062425Z test_sparse_consistency_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6078713Z test_sparse_consistency_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6097135Z test_sparse_consistency_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.6116041Z test_sparse_consistency_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6133605Z test_sparse_consistency_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6150392Z test_sparse_consistency_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6166313Z test_sparse_consistency_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6182207Z test_sparse_consistency_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6197994Z test_sparse_consistency_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:37:57.6213799Z test_sparse_consistency_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6229748Z test_sparse_consistency_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6248404Z test_sparse_consistency_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6267871Z test_sparse_consistency_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6285985Z test_sparse_consistency_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6304109Z test_sparse_consistency_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6320939Z test_sparse_consistency_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6336973Z test_sparse_consistency_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6353358Z test_sparse_consistency_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.6369389Z test_sparse_consistency_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6385605Z test_sparse_consistency_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6403932Z test_sparse_consistency_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6423217Z test_sparse_consistency_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6442166Z test_sparse_consistency_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6461004Z test_sparse_consistency_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6479791Z test_sparse_consistency_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6498770Z test_sparse_consistency_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6517871Z test_sparse_consistency_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.6536347Z test_sparse_consistency_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6555051Z test_sparse_consistency_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6573173Z test_sparse_consistency_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6591608Z test_sparse_consistency_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6609785Z test_sparse_consistency_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6628013Z test_sparse_consistency_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6646181Z test_sparse_consistency_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6665522Z test_sparse_consistency_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.6684292Z test_sparse_consistency_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6701364Z test_sparse_consistency_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6717575Z test_sparse_consistency_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6733813Z test_sparse_consistency_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6750249Z test_sparse_consistency_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6766562Z test_sparse_consistency_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6785297Z test_sparse_consistency_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6804136Z test_sparse_consistency_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6822337Z test_sparse_consistency_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.6840387Z test_sparse_consistency_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6857317Z test_sparse_consistency_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6873908Z test_sparse_consistency_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6890368Z test_sparse_consistency_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6906896Z test_sparse_consistency_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6923533Z test_sparse_consistency_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:37:57.6941582Z test_sparse_consistency_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6959862Z test_sparse_consistency_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6977146Z test_sparse_consistency_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.6994191Z test_sparse_consistency_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7010727Z test_sparse_consistency_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7027446Z test_sparse_consistency_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7043811Z test_sparse_consistency_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7060409Z test_sparse_consistency_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7077088Z test_sparse_consistency_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.7094010Z test_sparse_consistency_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7111074Z test_sparse_consistency_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7127631Z test_sparse_consistency_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7144171Z test_sparse_consistency_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7160666Z test_sparse_consistency_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7177138Z test_sparse_consistency_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7193708Z test_sparse_consistency_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7210609Z test_sparse_consistency_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7228099Z test_sparse_consistency_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7245135Z test_sparse_consistency_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.7261691Z test_sparse_consistency_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7278191Z test_sparse_consistency_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7294580Z test_sparse_consistency_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7311108Z test_sparse_consistency_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7329568Z test_sparse_consistency_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7348675Z test_sparse_consistency_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7367623Z test_sparse_consistency_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7386641Z test_sparse_consistency_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7405522Z test_sparse_consistency_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7424487Z test_sparse_consistency_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7443309Z test_sparse_consistency_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7461171Z test_sparse_consistency_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7478103Z test_sparse_consistency_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7494233Z test_sparse_consistency_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7510530Z test_sparse_consistency_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7526631Z test_sparse_consistency_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7542904Z test_sparse_consistency_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7560316Z test_sparse_consistency_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7579314Z test_sparse_consistency_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7598639Z test_sparse_consistency_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7617037Z test_sparse_consistency_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7635402Z test_sparse_consistency_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7652560Z test_sparse_consistency_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7668893Z test_sparse_consistency_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7685086Z test_sparse_consistency_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7702062Z test_sparse_consistency_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.7718441Z test_sparse_consistency_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7736526Z test_sparse_consistency_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7755099Z test_sparse_consistency_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7772121Z test_sparse_consistency_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7788433Z test_sparse_consistency_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7804793Z test_sparse_consistency_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:37:57.7821209Z test_sparse_consistency_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7837520Z test_sparse_consistency_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7856203Z test_sparse_consistency_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7875726Z test_sparse_consistency_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7894180Z test_sparse_consistency_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7912624Z test_sparse_consistency_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7929706Z test_sparse_consistency_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7946020Z test_sparse_consistency_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7962297Z test_sparse_consistency_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.7978690Z test_sparse_consistency_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.7995001Z test_sparse_consistency_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8012712Z test_sparse_consistency_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8031156Z test_sparse_consistency_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8048160Z test_sparse_consistency_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8064573Z test_sparse_consistency_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8081114Z test_sparse_consistency_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8098104Z test_sparse_consistency_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8114460Z test_sparse_consistency_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.8131281Z test_sparse_consistency_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8148896Z test_sparse_consistency_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8165695Z test_sparse_consistency_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8182278Z test_sparse_consistency_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8198826Z test_sparse_consistency_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8215271Z test_sparse_consistency_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8231904Z test_sparse_consistency_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8251252Z test_sparse_consistency_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8271601Z test_sparse_consistency_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.8290810Z test_sparse_consistency_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8309881Z test_sparse_consistency_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8328745Z test_sparse_consistency_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8347682Z test_sparse_consistency_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8366411Z test_sparse_consistency_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8385256Z test_sparse_consistency_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8404018Z test_sparse_consistency_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8424215Z test_sparse_consistency_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8444330Z test_sparse_consistency_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.8462819Z test_sparse_consistency_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8481462Z test_sparse_consistency_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8499754Z test_sparse_consistency_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8518167Z test_sparse_consistency_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8536353Z test_sparse_consistency_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8554608Z test_sparse_consistency_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8572809Z test_sparse_consistency_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8592987Z test_sparse_consistency_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.8613082Z test_sparse_consistency_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8631654Z test_sparse_consistency_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8650304Z test_sparse_consistency_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8668792Z test_sparse_consistency_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8686952Z test_sparse_consistency_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8705232Z test_sparse_consistency_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8723361Z test_sparse_consistency_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8742233Z test_sparse_consistency_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.8761943Z test_sparse_consistency_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8781782Z test_sparse_consistency_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8800894Z test_sparse_consistency_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8820197Z test_sparse_consistency_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8839291Z test_sparse_consistency_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8857896Z test_sparse_consistency_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8876662Z test_sparse_consistency_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8895399Z test_sparse_consistency_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8914320Z test_sparse_consistency_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8934125Z test_sparse_consistency_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8953991Z test_sparse_consistency_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8972592Z test_sparse_consistency_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.8991490Z test_sparse_consistency_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.9010008Z test_sparse_consistency_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.9028121Z test_sparse_consistency_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.9046182Z test_sparse_consistency_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.9064351Z test_sparse_consistency_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.9082406Z test_sparse_consistency_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.9101025Z test_sparse_consistency_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.9119856Z test_sparse_consistency_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.9137060Z test_sparse_consistency_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.9153815Z test_sparse_consistency_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.9170025Z test_sparse_consistency_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.9186459Z test_sparse_consistency_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.9202820Z test_sparse_consistency_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.9212473Z test_sparse_fn_grad_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-09-27T16:37:57.9221893Z test_sparse_fn_grad_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-09-27T16:37:57.9231134Z test_sparse_fn_grad_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-09-27T16:37:57.9240343Z test_sparse_fn_grad_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-09-27T16:37:57.9249553Z test_sparse_fn_grad_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-09-27T16:37:57.9258818Z test_sparse_fn_grad_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-09-27T16:37:57.9268704Z test_sparse_fn_grad_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-09-27T16:37:57.9277186Z test_sparse_fn_grad_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-09-27T16:37:57.9313162Z test_sparse_fn_grad_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.9423309Z test_sparse_fn_grad_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.9472226Z test_sparse_fn_grad_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.9533170Z test_sparse_fn_grad_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.9564588Z test_sparse_fn_grad_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.9574382Z test_sparse_fn_grad_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-09-27T16:37:57.9583772Z test_sparse_fn_grad_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-09-27T16:37:57.9616608Z test_sparse_fn_grad_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.9632524Z test_sparse_fn_grad_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.016s) 2022-09-27T16:37:57.9647811Z test_sparse_fn_grad_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.000s) 2022-09-27T16:37:57.9663104Z test_sparse_fn_grad_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.000s) 2022-09-27T16:37:57.9678355Z test_sparse_fn_grad_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.000s) 2022-09-27T16:37:57.9693571Z test_sparse_fn_grad_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.000s) 2022-09-27T16:37:57.9708909Z test_sparse_fn_grad_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.000s) 2022-09-27T16:37:57.9718298Z test_sparse_fn_grad_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-09-27T16:37:57.9727529Z test_sparse_fn_grad_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-09-27T16:37:57.9788567Z test_sparse_fn_grad_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:57.9822358Z test_sparse_fn_grad_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.9855907Z test_sparse_fn_grad_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:57.9865799Z test_sparse_fn_grad_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-09-27T16:37:57.9875032Z test_sparse_fn_grad_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-09-27T16:37:57.9911577Z test_sparse_fn_grad_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:37:57.9927039Z test_sparse_fn_grad_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! Op doesn't support autograd (0.000s) 2022-09-27T16:37:57.9936272Z test_sparse_fn_grad_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-09-27T16:37:57.9945360Z test_sparse_fn_grad_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-09-27T16:37:57.9954555Z test_sparse_fn_grad_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-09-27T16:37:57.9963382Z test_sparse_fn_grad_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-09-27T16:37:57.9972358Z test_sparse_fn_grad_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-09-27T16:37:57.9981375Z test_sparse_fn_grad_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-09-27T16:37:57.9990414Z test_sparse_fn_grad_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-09-27T16:37:57.9999387Z test_sparse_fn_grad_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-09-27T16:37:58.0008296Z test_sparse_fn_grad_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-09-27T16:37:58.0017231Z test_sparse_fn_grad_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... skip: Skipped! sparse backward not supported (0.000s) 2022-09-27T16:37:58.0051435Z test_sparse_fn_grad_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.0067867Z test_sparse_zero_dims_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0083288Z test_sparse_zero_dims_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0098389Z test_sparse_zero_dims_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0113308Z test_sparse_zero_dims_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0128235Z test_sparse_zero_dims_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0143401Z test_sparse_zero_dims_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0158515Z test_sparse_zero_dims_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0173705Z test_sparse_zero_dims_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0188919Z test_sparse_zero_dims_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0204297Z test_sparse_zero_dims_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.0220338Z test_sparse_zero_dims_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0235639Z test_sparse_zero_dims_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0250672Z test_sparse_zero_dims_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0266077Z test_sparse_zero_dims_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0281418Z test_sparse_zero_dims_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0296573Z test_sparse_zero_dims_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0311963Z test_sparse_zero_dims_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0327234Z test_sparse_zero_dims_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0342765Z test_sparse_zero_dims_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0358182Z test_sparse_zero_dims_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0373455Z test_sparse_zero_dims_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.0388975Z test_sparse_zero_dims_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0404320Z test_sparse_zero_dims_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0419562Z test_sparse_zero_dims_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0434800Z test_sparse_zero_dims_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0450033Z test_sparse_zero_dims_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0465421Z test_sparse_zero_dims_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0480639Z test_sparse_zero_dims_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0495688Z test_sparse_zero_dims_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0510773Z test_sparse_zero_dims_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0525808Z test_sparse_zero_dims_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.0540959Z test_sparse_zero_dims_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0555940Z test_sparse_zero_dims_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0570996Z test_sparse_zero_dims_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0586250Z test_sparse_zero_dims_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0601256Z test_sparse_zero_dims_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0616268Z test_sparse_zero_dims_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0631266Z test_sparse_zero_dims_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0645806Z test_sparse_zero_dims_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0660411Z test_sparse_zero_dims_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0674898Z test_sparse_zero_dims_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.0689378Z test_sparse_zero_dims_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0703915Z test_sparse_zero_dims_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0719281Z test_sparse_zero_dims_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0734530Z test_sparse_zero_dims_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0749403Z test_sparse_zero_dims_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0764088Z test_sparse_zero_dims_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0778450Z test_sparse_zero_dims_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0792689Z test_sparse_zero_dims_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0806846Z test_sparse_zero_dims_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0821244Z test_sparse_zero_dims_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0836005Z test_sparse_zero_dims_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.0851075Z test_sparse_zero_dims_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0866373Z test_sparse_zero_dims_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0881258Z test_sparse_zero_dims_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0896075Z test_sparse_zero_dims_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0910399Z test_sparse_zero_dims_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0924629Z test_sparse_zero_dims_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0939052Z test_sparse_zero_dims_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:37:58.0953285Z test_sparse_zero_dims_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0967661Z test_sparse_zero_dims_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0982788Z test_sparse_zero_dims_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.0997740Z test_sparse_zero_dims_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1012714Z test_sparse_zero_dims_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1027857Z test_sparse_zero_dims_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1042846Z test_sparse_zero_dims_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1057955Z test_sparse_zero_dims_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1073014Z test_sparse_zero_dims_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1088139Z test_sparse_zero_dims_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.1103099Z test_sparse_zero_dims_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1118157Z test_sparse_zero_dims_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1133134Z test_sparse_zero_dims_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1148297Z test_sparse_zero_dims_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1163333Z test_sparse_zero_dims_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1178441Z test_sparse_zero_dims_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1193397Z test_sparse_zero_dims_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1208218Z test_sparse_zero_dims_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1222836Z test_sparse_zero_dims_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1237268Z test_sparse_zero_dims_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1252304Z test_sparse_zero_dims_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.1266803Z test_sparse_zero_dims_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1281178Z test_sparse_zero_dims_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1295941Z test_sparse_zero_dims_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1311059Z test_sparse_zero_dims_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1325654Z test_sparse_zero_dims_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1340402Z test_sparse_zero_dims_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1355004Z test_sparse_zero_dims_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:37:58.1369457Z test_sparse_zero_dims_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1384162Z test_sparse_zero_dims_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1398487Z test_sparse_zero_dims_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1412875Z test_sparse_zero_dims_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1427530Z test_sparse_zero_dims_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1441994Z test_sparse_zero_dims_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1456415Z test_sparse_zero_dims_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1471081Z test_sparse_zero_dims_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1485480Z test_sparse_zero_dims_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1500023Z test_sparse_zero_dims_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1514806Z test_sparse_zero_dims_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.1529148Z test_sparse_zero_dims_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1543698Z test_sparse_zero_dims_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1558155Z test_sparse_zero_dims_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1572623Z test_sparse_zero_dims_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1587158Z test_sparse_zero_dims_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1601540Z test_sparse_zero_dims_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1615936Z test_sparse_zero_dims_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1630355Z test_sparse_zero_dims_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1644633Z test_sparse_zero_dims_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1659105Z test_sparse_zero_dims_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.1673435Z test_sparse_zero_dims_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1687731Z test_sparse_zero_dims_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1702146Z test_sparse_zero_dims_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1716502Z test_sparse_zero_dims_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1730863Z test_sparse_zero_dims_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1745354Z test_sparse_zero_dims_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1760153Z test_sparse_zero_dims_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1774954Z test_sparse_zero_dims_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1789993Z test_sparse_zero_dims_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1804916Z test_sparse_zero_dims_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1820605Z test_sparse_zero_dims_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.1835730Z test_sparse_zero_dims_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1850712Z test_sparse_zero_dims_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1866014Z test_sparse_zero_dims_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1880849Z test_sparse_zero_dims_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1895404Z test_sparse_zero_dims_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1910109Z test_sparse_zero_dims_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1924593Z test_sparse_zero_dims_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:37:58.1939240Z test_sparse_zero_dims_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1953779Z test_sparse_zero_dims_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1968919Z test_sparse_zero_dims_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1984232Z test_sparse_zero_dims_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.1999274Z test_sparse_zero_dims_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2014284Z test_sparse_zero_dims_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2028941Z test_sparse_zero_dims_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2043489Z test_sparse_zero_dims_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2058084Z test_sparse_zero_dims_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2072270Z test_sparse_zero_dims_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.2086648Z test_sparse_zero_dims_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2101564Z test_sparse_zero_dims_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2116336Z test_sparse_zero_dims_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2130649Z test_sparse_zero_dims_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2145082Z test_sparse_zero_dims_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2159355Z test_sparse_zero_dims_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2173691Z test_sparse_zero_dims_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2188118Z test_sparse_zero_dims_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2203059Z test_sparse_zero_dims_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2218126Z test_sparse_zero_dims_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2233102Z test_sparse_zero_dims_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.2247820Z test_sparse_zero_dims_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2262275Z test_sparse_zero_dims_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2276632Z test_sparse_zero_dims_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2290811Z test_sparse_zero_dims_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2305281Z test_sparse_zero_dims_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2319579Z test_sparse_zero_dims_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2334393Z test_sparse_zero_dims_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2349341Z test_sparse_zero_dims_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2363747Z test_sparse_zero_dims_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2378131Z test_sparse_zero_dims_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2392559Z test_sparse_zero_dims_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.2406798Z test_sparse_zero_dims_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2421229Z test_sparse_zero_dims_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2435541Z test_sparse_zero_dims_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2449834Z test_sparse_zero_dims_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2464294Z test_sparse_zero_dims_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2478598Z test_sparse_zero_dims_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2492987Z test_sparse_zero_dims_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2507433Z test_sparse_zero_dims_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2521727Z test_sparse_zero_dims_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2536671Z test_sparse_zero_dims_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2551966Z test_sparse_zero_dims_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.2566770Z test_sparse_zero_dims_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2581619Z test_sparse_zero_dims_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2596473Z test_sparse_zero_dims_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2611465Z test_sparse_zero_dims_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2626502Z test_sparse_zero_dims_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2641401Z test_sparse_zero_dims_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2656363Z test_sparse_zero_dims_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2671434Z test_sparse_zero_dims_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2686434Z test_sparse_zero_dims_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2701672Z test_sparse_zero_dims_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.2716434Z test_sparse_zero_dims_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2731332Z test_sparse_zero_dims_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2746329Z test_sparse_zero_dims_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2761142Z test_sparse_zero_dims_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2776071Z test_sparse_zero_dims_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2791032Z test_sparse_zero_dims_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2806131Z test_sparse_zero_dims_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:37:58.2821180Z test_sparse_zero_dims_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2835960Z test_sparse_zero_dims_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2850749Z test_sparse_zero_dims_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2865619Z test_sparse_zero_dims_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2880501Z test_sparse_zero_dims_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2895448Z test_sparse_zero_dims_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2910360Z test_sparse_zero_dims_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2925257Z test_sparse_zero_dims_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2940324Z test_sparse_zero_dims_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2955393Z test_sparse_zero_dims_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.2970180Z test_sparse_zero_dims_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2985045Z test_sparse_zero_dims_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.2999962Z test_sparse_zero_dims_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3014858Z test_sparse_zero_dims_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3029848Z test_sparse_zero_dims_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3044681Z test_sparse_zero_dims_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3059663Z test_sparse_zero_dims_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3074635Z test_sparse_zero_dims_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3089611Z test_sparse_zero_dims_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3104589Z test_sparse_zero_dims_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3119446Z test_sparse_zero_dims_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.3134297Z test_sparse_zero_dims_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3149279Z test_sparse_zero_dims_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3164178Z test_sparse_zero_dims_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3179180Z test_sparse_zero_dims_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3194006Z test_sparse_zero_dims_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3208873Z test_sparse_zero_dims_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3223726Z test_sparse_zero_dims_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3238124Z test_sparse_zero_dims_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3252513Z test_sparse_zero_dims_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3267025Z test_sparse_zero_dims_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.3281425Z test_sparse_zero_dims_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3295836Z test_sparse_zero_dims_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3311061Z test_sparse_zeros_asin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3326091Z test_sparse_zeros_asin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3341281Z test_sparse_zeros_asin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3356910Z test_sparse_zeros_asin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3372506Z test_sparse_zeros_asin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3388345Z test_sparse_zeros_asin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3403980Z test_sparse_zeros_asin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3419728Z test_sparse_zeros_asin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3435528Z test_sparse_zeros_asin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.3450816Z test_sparse_zeros_asinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3465719Z test_sparse_zeros_asinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3480270Z test_sparse_zeros_asinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3494782Z test_sparse_zeros_asinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3509567Z test_sparse_zeros_asinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3524197Z test_sparse_zeros_asinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3538990Z test_sparse_zeros_asinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3553596Z test_sparse_zeros_asinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3568258Z test_sparse_zeros_asinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3583383Z test_sparse_zeros_atan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.3598337Z test_sparse_zeros_atan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3613413Z test_sparse_zeros_atan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3629010Z test_sparse_zeros_atan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3644731Z test_sparse_zeros_atan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3660550Z test_sparse_zeros_atan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3676226Z test_sparse_zeros_atan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3691875Z test_sparse_zeros_atan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3707722Z test_sparse_zeros_atan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3723109Z test_sparse_zeros_atanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3738113Z test_sparse_zeros_atanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.3752760Z test_sparse_zeros_atanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3767316Z test_sparse_zeros_atanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3782130Z test_sparse_zeros_atanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3796852Z test_sparse_zeros_atanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3811575Z test_sparse_zeros_atanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3826357Z test_sparse_zeros_atanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3841496Z test_sparse_zeros_atanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:37:58.3856063Z test_sparse_zeros_ceil_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3870852Z test_sparse_zeros_ceil_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3884898Z test_sparse_zeros_ceil_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3899020Z test_sparse_zeros_ceil_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3913001Z test_sparse_zeros_ceil_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3927101Z test_sparse_zeros_ceil_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3941459Z test_sparse_zeros_ceil_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:37:58.3956497Z test_sparse_zeros_conj_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3971539Z test_sparse_zeros_conj_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.3986043Z test_sparse_zeros_conj_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4000345Z test_sparse_zeros_conj_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4014219Z test_sparse_zeros_conj_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4028149Z test_sparse_zeros_conj_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4041945Z test_sparse_zeros_conj_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4055725Z test_sparse_zeros_conj_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4069672Z test_sparse_zeros_conj_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4084440Z test_sparse_zeros_conj_physical_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4099474Z test_sparse_zeros_conj_physical_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.4113883Z test_sparse_zeros_conj_physical_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4128210Z test_sparse_zeros_conj_physical_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4142138Z test_sparse_zeros_conj_physical_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4155930Z test_sparse_zeros_conj_physical_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4169665Z test_sparse_zeros_conj_physical_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4183615Z test_sparse_zeros_conj_physical_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4197433Z test_sparse_zeros_conj_physical_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4212479Z test_sparse_zeros_erf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4228103Z test_sparse_zeros_erf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4243725Z test_sparse_zeros_erf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4259637Z test_sparse_zeros_erf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.4275298Z test_sparse_zeros_erf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4290988Z test_sparse_zeros_erf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4306803Z test_sparse_zeros_erf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4321975Z test_sparse_zeros_expm1_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4336459Z test_sparse_zeros_expm1_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4351206Z test_sparse_zeros_expm1_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4365833Z test_sparse_zeros_expm1_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4380634Z test_sparse_zeros_expm1_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4395217Z test_sparse_zeros_expm1_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4410007Z test_sparse_zeros_expm1_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.4424684Z test_sparse_zeros_floor_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4439172Z test_sparse_zeros_floor_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4453249Z test_sparse_zeros_floor_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4467572Z test_sparse_zeros_floor_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4481494Z test_sparse_zeros_floor_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4495583Z test_sparse_zeros_floor_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4509754Z test_sparse_zeros_floor_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4524373Z test_sparse_zeros_isinf_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4539211Z test_sparse_zeros_isinf_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4553695Z test_sparse_zeros_isinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4568208Z test_sparse_zeros_isinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.4582883Z test_sparse_zeros_isinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4597310Z test_sparse_zeros_isinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4611646Z test_sparse_zeros_isinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4626101Z test_sparse_zeros_isinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4640363Z test_sparse_zeros_isinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4654754Z test_sparse_zeros_isnan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4669113Z test_sparse_zeros_isnan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4683405Z test_sparse_zeros_isnan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4697737Z test_sparse_zeros_isnan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4712097Z test_sparse_zeros_isnan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4726789Z test_sparse_zeros_isnan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.4741184Z test_sparse_zeros_isnan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4755426Z test_sparse_zeros_isnan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4769676Z test_sparse_zeros_isnan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4784123Z test_sparse_zeros_isneginf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4798372Z test_sparse_zeros_isneginf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4812632Z test_sparse_zeros_isneginf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4827176Z test_sparse_zeros_isneginf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:37:58.4841512Z test_sparse_zeros_isneginf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4855743Z test_sparse_zeros_isneginf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4870370Z test_sparse_zeros_isneginf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4884557Z test_sparse_zeros_isposinf_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4898931Z test_sparse_zeros_isposinf_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4913248Z test_sparse_zeros_isposinf_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4927677Z test_sparse_zeros_isposinf_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:37:58.4942032Z test_sparse_zeros_isposinf_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4956237Z test_sparse_zeros_isposinf_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4970514Z test_sparse_zeros_isposinf_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.4985771Z test_sparse_zeros_log1p_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5001201Z test_sparse_zeros_log1p_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5016845Z test_sparse_zeros_log1p_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5032596Z test_sparse_zeros_log1p_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5048209Z test_sparse_zeros_log1p_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5064022Z test_sparse_zeros_log1p_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5079787Z test_sparse_zeros_log1p_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.5095047Z test_sparse_zeros_nan_to_num_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5109726Z test_sparse_zeros_nan_to_num_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5123797Z test_sparse_zeros_nan_to_num_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5138028Z test_sparse_zeros_nan_to_num_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5152035Z test_sparse_zeros_nan_to_num_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5166130Z test_sparse_zeros_nan_to_num_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5180401Z test_sparse_zeros_nan_to_num_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5195168Z test_sparse_zeros_neg_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5210026Z test_sparse_zeros_neg_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5224871Z test_sparse_zeros_neg_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5239479Z test_sparse_zeros_neg_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.5253579Z test_sparse_zeros_neg_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5267727Z test_sparse_zeros_neg_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5281710Z test_sparse_zeros_neg_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5295775Z test_sparse_zeros_neg_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5309984Z test_sparse_zeros_neg_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5324561Z test_sparse_zeros_round_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5339223Z test_sparse_zeros_round_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5353287Z test_sparse_zeros_round_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5367432Z test_sparse_zeros_round_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5381419Z test_sparse_zeros_round_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5395647Z test_sparse_zeros_round_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.5409661Z test_sparse_zeros_round_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5424389Z test_sparse_zeros_sgn_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5439188Z test_sparse_zeros_sgn_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5453843Z test_sparse_zeros_sgn_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5468475Z test_sparse_zeros_sgn_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5482608Z test_sparse_zeros_sgn_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5496721Z test_sparse_zeros_sgn_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5510865Z test_sparse_zeros_sgn_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5524975Z test_sparse_zeros_sgn_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5539250Z test_sparse_zeros_sgn_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5553972Z test_sparse_zeros_sign_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.5568478Z test_sparse_zeros_sign_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5582718Z test_sparse_zeros_sign_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5596773Z test_sparse_zeros_sign_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5610725Z test_sparse_zeros_sign_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5624925Z test_sparse_zeros_sign_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5638966Z test_sparse_zeros_sign_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5653203Z test_sparse_zeros_signbit_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5667559Z test_sparse_zeros_signbit_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5681814Z test_sparse_zeros_signbit_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5696069Z test_sparse_zeros_signbit_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5710565Z test_sparse_zeros_signbit_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.5724761Z test_sparse_zeros_signbit_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5739167Z test_sparse_zeros_signbit_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5754052Z test_sparse_zeros_sin_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5769040Z test_sparse_zeros_sin_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5784264Z test_sparse_zeros_sin_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5799796Z test_sparse_zeros_sin_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5815608Z test_sparse_zeros_sin_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:37:58.5831397Z test_sparse_zeros_sin_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5847036Z test_sparse_zeros_sin_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5862808Z test_sparse_zeros_sin_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5878616Z test_sparse_zeros_sin_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5893856Z test_sparse_zeros_sinh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5908955Z test_sparse_zeros_sinh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:37:58.5923568Z test_sparse_zeros_sinh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5938237Z test_sparse_zeros_sinh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5952894Z test_sparse_zeros_sinh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5967592Z test_sparse_zeros_sinh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5982388Z test_sparse_zeros_sinh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.5997042Z test_sparse_zeros_sinh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.6011651Z test_sparse_zeros_sinh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.6026613Z test_sparse_zeros_sqrt_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.6041474Z test_sparse_zeros_sqrt_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.6056484Z test_sparse_zeros_sqrt_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.6072323Z test_sparse_zeros_sqrt_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.6087967Z test_sparse_zeros_sqrt_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.6103746Z test_sparse_zeros_sqrt_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.6119445Z test_sparse_zeros_sqrt_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.6135157Z test_sparse_zeros_sqrt_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.6150902Z test_sparse_zeros_sqrt_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.6166275Z test_sparse_zeros_tan_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.6181322Z test_sparse_zeros_tan_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.6196350Z test_sparse_zeros_tan_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.6211866Z test_sparse_zeros_tan_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.6227746Z test_sparse_zeros_tan_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.6243475Z test_sparse_zeros_tan_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.6259251Z test_sparse_zeros_tan_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.6274954Z test_sparse_zeros_tan_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.6290627Z test_sparse_zeros_tan_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.6306169Z test_sparse_zeros_tanh_cpu_complex128 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.6321101Z test_sparse_zeros_tanh_cpu_complex64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.6336127Z test_sparse_zeros_tanh_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.6351817Z test_sparse_zeros_tanh_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.6367452Z test_sparse_zeros_tanh_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.6383838Z test_sparse_zeros_tanh_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:37:58.6399521Z test_sparse_zeros_tanh_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.6415096Z test_sparse_zeros_tanh_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.6430937Z test_sparse_zeros_tanh_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.6446561Z test_sparse_zeros_trunc_cpu_float32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.6462167Z test_sparse_zeros_trunc_cpu_float64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.6476989Z test_sparse_zeros_trunc_cpu_int16 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:37:58.6491072Z test_sparse_zeros_trunc_cpu_int32 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.6505195Z test_sparse_zeros_trunc_cpu_int64 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.6519250Z test_sparse_zeros_trunc_cpu_int8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.6533345Z test_sparse_zeros_trunc_cpu_uint8 (__main__.TestSparseUnaryUfuncsCPU) ... ok (0.000s) 2022-09-27T16:37:58.6533630Z 2022-09-27T16:37:58.6533860Z ---------------------------------------------------------------------- 2022-09-27T16:37:58.6534115Z Ran 1399 tests in 19.625s 2022-09-27T16:37:58.6534230Z 2022-09-27T16:37:58.6534303Z OK (skipped=135) 2022-09-27T16:37:58.6534415Z 2022-09-27T16:37:58.6534501Z Generating XML reports... 2022-09-27T16:37:58.6785036Z Generated XML report: test-reports\python-unittest\test_sparse\TEST-TestSparseCPU-20220927163738.xml 2022-09-27T16:37:58.6843272Z Generated XML report: test-reports\python-unittest\test_sparse\TEST-TestSparseMaskedReductionsCPU-20220927163738.xml 2022-09-27T16:37:58.6849237Z Generated XML report: test-reports\python-unittest\test_sparse\TEST-TestSparseMeta-20220927163738.xml 2022-09-27T16:37:58.8449611Z Generated XML report: test-reports\python-unittest\test_sparse\TEST-TestSparseUnaryUfuncsCPU-20220927163738.xml 2022-09-27T16:37:58.8456874Z Generated XML report: test-reports\python-unittest\test_sparse\TEST-TestSparseOneOff-20220927163738.xml 2022-09-27T16:37:59.1707418Z Running test_cpp_api_parity ... [2022-09-27 16:37:59.159689] 2022-09-27T16:37:59.1707868Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_api_parity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:37:59.159689] 2022-09-27T16:38:01.1213722Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-09-27T16:38:30.7617931Z 2022-09-27T16:38:30.7618333Z Running tests... 2022-09-27T16:38:30.7618680Z ---------------------------------------------------------------------- 2022-09-27T16:38:30.7619067Z Test results will be stored in test-reports\python-unittest\test_cpp_api_parity 2022-09-27T16:38:30.8171262Z test_torch_nn_AdaptiveAvgPool1d (__main__.TestCppApiParity) ... ok (0.052s) 2022-09-27T16:38:30.8182728Z test_torch_nn_AdaptiveAvgPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:30.8451677Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:30.8455547Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:30.8721550Z test_torch_nn_AdaptiveAvgPool1d_one_output (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:30.8725592Z test_torch_nn_AdaptiveAvgPool1d_one_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.016s) 2022-09-27T16:38:30.8996106Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:30.9000036Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:30.9267818Z test_torch_nn_AdaptiveAvgPool2d_single (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:30.9539199Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:30.9542994Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:30.9546708Z test_torch_nn_AdaptiveAvgPool2d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:30.9818455Z test_torch_nn_AdaptiveAvgPool2d_tuple (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:30.9822487Z test_torch_nn_AdaptiveAvgPool2d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.0097395Z test_torch_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:38:31.0101543Z test_torch_nn_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.0375830Z test_torch_nn_AdaptiveAvgPool3d_last_dim (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:31.0380011Z test_torch_nn_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.016s) 2022-09-27T16:38:31.0667333Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:31.0671500Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.0970611Z test_torch_nn_AdaptiveAvgPool3d_single (__main__.TestCppApiParity) ... ok (0.041s) 2022-09-27T16:38:31.0974736Z test_torch_nn_AdaptiveAvgPool3d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.1296425Z test_torch_nn_AdaptiveAvgPool3d_tuple (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:31.1300669Z test_torch_nn_AdaptiveAvgPool3d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.1676733Z test_torch_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:31.1680841Z test_torch_nn_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.1954297Z test_torch_nn_AdaptiveMaxPool1d (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:31.1958368Z test_torch_nn_AdaptiveMaxPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.2227243Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:31.2231223Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.2507242Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:31.2511176Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.2782160Z test_torch_nn_AdaptiveMaxPool2d_single (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:31.2786071Z test_torch_nn_AdaptiveMaxPool2d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.3063194Z test_torch_nn_AdaptiveMaxPool2d_tuple (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:31.3067180Z test_torch_nn_AdaptiveMaxPool2d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.3346477Z test_torch_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:31.3350415Z test_torch_nn_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.3635730Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:31.3639684Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.3946162Z test_torch_nn_AdaptiveMaxPool3d_single (__main__.TestCppApiParity) ... ok (0.041s) 2022-09-27T16:38:31.3951095Z test_torch_nn_AdaptiveMaxPool3d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.4259249Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:31.4263150Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.4615087Z test_torch_nn_AdaptiveMaxPool3d_tuple (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:31.4619108Z test_torch_nn_AdaptiveMaxPool3d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.4972194Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestCppApiParity) ... ok (0.036s) 2022-09-27T16:38:31.4976200Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.5371712Z test_torch_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.047s) 2022-09-27T16:38:31.5375739Z test_torch_nn_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.5644099Z test_torch_nn_AvgPool1d (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:31.5648110Z test_torch_nn_AvgPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.5916523Z test_torch_nn_AvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:31.5920550Z test_torch_nn_AvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.6192402Z test_torch_nn_AvgPool1d_stride (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:31.6196496Z test_torch_nn_AvgPool1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.6467119Z test_torch_nn_AvgPool1d_stride_pad (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:31.6471167Z test_torch_nn_AvgPool1d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.6745488Z test_torch_nn_AvgPool2d (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:31.6749556Z test_torch_nn_AvgPool2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.7024702Z test_torch_nn_AvgPool2d_divisor (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:31.7028719Z test_torch_nn_AvgPool2d_divisor_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.7304660Z test_torch_nn_AvgPool2d_divisor_stride (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:31.7308693Z test_torch_nn_AvgPool2d_divisor_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.7588823Z test_torch_nn_AvgPool2d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:31.7592660Z test_torch_nn_AvgPool2d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.7861450Z test_torch_nn_AvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:31.7865248Z test_torch_nn_AvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.8143210Z test_torch_nn_AvgPool2d_stride (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:31.8147148Z test_torch_nn_AvgPool2d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.8430030Z test_torch_nn_AvgPool2d_stride_pad (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:31.8433993Z test_torch_nn_AvgPool2d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.8713207Z test_torch_nn_AvgPool3d (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:31.8717251Z test_torch_nn_AvgPool3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.8997410Z test_torch_nn_AvgPool3d_divisor (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:31.9001265Z test_torch_nn_AvgPool3d_divisor_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.9277579Z test_torch_nn_AvgPool3d_divisor_stride (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:31.9567795Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:31.9571754Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.9575431Z test_torch_nn_AvgPool3d_divisor_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:31.9865612Z test_torch_nn_AvgPool3d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:31.9869504Z test_torch_nn_AvgPool3d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:32.0163895Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:32.0167846Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:32.0489773Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:32.0493859Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:32.0804086Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:32.0808233Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.016s) 2022-09-27T16:38:32.1078806Z test_torch_nn_AvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:32.1082777Z test_torch_nn_AvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:32.1360697Z test_torch_nn_AvgPool3d_stride (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:32.1787025Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.047s) 2022-09-27T16:38:32.1790901Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:32.1794568Z test_torch_nn_AvgPool3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:32.2088270Z test_torch_nn_AvgPool3d_stride_pad (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:32.2092175Z test_torch_nn_AvgPool3d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:32.2382349Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:32.2386381Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:32.2709840Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:32.2713784Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:32.3011112Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.036s) 2022-09-27T16:38:32.3015028Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:32.3280341Z test_torch_nn_BCELoss (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:32.3284208Z test_torch_nn_BCELoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:32.3546722Z test_torch_nn_BCELoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.031s) 2022-09-27T16:38:32.3551208Z test_torch_nn_BCELoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:32.3819723Z test_torch_nn_BCELoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.031s) 2022-09-27T16:38:32.3824219Z test_torch_nn_BCELoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:32.4090261Z test_torch_nn_BCELoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.026s) 2022-09-27T16:38:32.4094757Z test_torch_nn_BCELoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:32.4368826Z test_torch_nn_BCELoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:32.4373562Z test_torch_nn_BCELoss_scalar_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:32.4648104Z test_torch_nn_BCELoss_weights (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:32.4652812Z test_torch_nn_BCELoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.010s) 2022-09-27T16:38:32.4926781Z test_torch_nn_BCEWithLogitsLoss (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:32.4930541Z test_torch_nn_BCEWithLogitsLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:32.5172483Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.016s) 2022-09-27T16:38:32.5176070Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:32.5881347Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.074s) 2022-09-27T16:38:32.5884866Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:32.6128492Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.031s) 2022-09-27T16:38:32.6132179Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:32.6377741Z test_torch_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:32.6381676Z test_torch_nn_BCEWithLogitsLoss_scalar_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:32.6627986Z test_torch_nn_BCEWithLogitsLoss_weights (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:32.6631821Z test_torch_nn_BCEWithLogitsLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:32.6974120Z test_torch_nn_BatchNorm1d_3d_input (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:32.6978139Z test_torch_nn_BatchNorm1d_3d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:32.7258184Z test_torch_nn_BatchNorm1d_3d_input_not_affine (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:32.7262208Z test_torch_nn_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:32.7594770Z test_torch_nn_BatchNorm1d_affine (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:32.7598752Z test_torch_nn_BatchNorm1d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:32.7939982Z test_torch_nn_BatchNorm1d_affine_simple_average (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:32.7944029Z test_torch_nn_BatchNorm1d_affine_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:32.8235633Z test_torch_nn_BatchNorm1d_not_affine (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:32.8239825Z test_torch_nn_BatchNorm1d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:32.8585467Z test_torch_nn_BatchNorm1d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:32.8589704Z test_torch_nn_BatchNorm1d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:32.8861886Z test_torch_nn_BatchNorm1d_zero_batch (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:32.8866016Z test_torch_nn_BatchNorm1d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:32.9226959Z test_torch_nn_BatchNorm2d (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:32.9584425Z test_torch_nn_BatchNorm2d_2d_simple_average (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:32.9588431Z test_torch_nn_BatchNorm2d_2d_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:32.9592101Z test_torch_nn_BatchNorm2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:32.9946609Z test_torch_nn_BatchNorm2d_momentum (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:32.9950614Z test_torch_nn_BatchNorm2d_momentum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:33.0255439Z test_torch_nn_BatchNorm2d_not_affine (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:33.0259532Z test_torch_nn_BatchNorm2d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:33.0613329Z test_torch_nn_BatchNorm2d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:33.0617368Z test_torch_nn_BatchNorm2d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:33.0863141Z test_torch_nn_BatchNorm2d_zero_batch (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:33.0867714Z test_torch_nn_BatchNorm2d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:33.1252839Z test_torch_nn_BatchNorm3d (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:33.1616385Z test_torch_nn_BatchNorm3d_3d_simple_average (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:33.1620564Z test_torch_nn_BatchNorm3d_3d_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:33.1624210Z test_torch_nn_BatchNorm3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:33.1986493Z test_torch_nn_BatchNorm3d_momentum (__main__.TestCppApiParity) ... ok (0.048s) 2022-09-27T16:38:33.1990453Z test_torch_nn_BatchNorm3d_momentum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:33.2340410Z test_torch_nn_BatchNorm3d_not_affine (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:33.2345058Z test_torch_nn_BatchNorm3d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:33.2736372Z test_torch_nn_BatchNorm3d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:33.2740215Z test_torch_nn_BatchNorm3d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:33.2983501Z test_torch_nn_BatchNorm3d_zero_batch (__main__.TestCppApiParity) ... ok (0.037s) 2022-09-27T16:38:33.2988084Z test_torch_nn_BatchNorm3d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:33.3275246Z test_torch_nn_CELU (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:33.3280120Z test_torch_nn_CELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:33.3556872Z test_torch_nn_CELU_scalar (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:33.3561620Z test_torch_nn_CELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:33.3856914Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:33.3861596Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:33.4153600Z test_torch_nn_CTCLoss_2d_lengths_tensors (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:33.4158321Z test_torch_nn_CTCLoss_2d_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:33.4445666Z test_torch_nn_CTCLoss_lengths_tensors (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:33.4450431Z test_torch_nn_CTCLoss_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:33.4737806Z test_torch_nn_ConstantPad1d (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:33.5020463Z test_torch_nn_ConstantPad1d_batch (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:38:33.5025551Z test_torch_nn_ConstantPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:33.5319728Z test_torch_nn_ConstantPad1d_complex (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:33.5324506Z test_torch_nn_ConstantPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:33.5328936Z test_torch_nn_ConstantPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:33.5707233Z test_torch_nn_ConstantPad2d (__main__.TestCppApiParity) ... ok (0.041s) 2022-09-27T16:38:33.6109075Z test_torch_nn_ConstantPad2d_complex (__main__.TestCppApiParity) ... ok (0.041s) 2022-09-27T16:38:33.6113823Z test_torch_nn_ConstantPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:33.6118261Z test_torch_nn_ConstantPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:33.6421743Z test_torch_nn_ConstantPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:33.6425316Z test_torch_nn_ConstantPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:33.7516042Z test_torch_nn_ConstantPad3d (__main__.TestCppApiParity) ... ok (0.104s) 2022-09-27T16:38:33.8238355Z test_torch_nn_ConstantPad3d_complex (__main__.TestCppApiParity) ... ok (0.073s) 2022-09-27T16:38:33.8242277Z test_torch_nn_ConstantPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:33.8245788Z test_torch_nn_ConstantPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:33.8660241Z test_torch_nn_ConstantPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.041s) 2022-09-27T16:38:33.8664278Z test_torch_nn_ConstantPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:33.9030788Z test_torch_nn_Conv1d (__main__.TestCppApiParity) ... ok (0.041s) 2022-09-27T16:38:33.9376412Z test_torch_nn_Conv1d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:33.9380494Z test_torch_nn_Conv1d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:33.9384222Z test_torch_nn_Conv1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:33.9731825Z test_torch_nn_Conv1d_dilated (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:33.9735721Z test_torch_nn_Conv1d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:34.0081595Z test_torch_nn_Conv1d_groups (__main__.TestCppApiParity) ... ok (0.041s) 2022-09-27T16:38:34.0085539Z test_torch_nn_Conv1d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:34.0433893Z test_torch_nn_Conv1d_pad1 (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:34.0437881Z test_torch_nn_Conv1d_pad1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:34.0781080Z test_torch_nn_Conv1d_pad1size1 (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:34.0785075Z test_torch_nn_Conv1d_pad1size1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:34.1137568Z test_torch_nn_Conv1d_pad2 (__main__.TestCppApiParity) ... ok (0.046s) 2022-09-27T16:38:34.1141522Z test_torch_nn_Conv1d_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:34.1484880Z test_torch_nn_Conv1d_pad2size1 (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:34.1488658Z test_torch_nn_Conv1d_pad2size1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:34.1821827Z test_torch_nn_Conv1d_pad_same (__main__.TestCppApiParity) ... ok (0.041s) 2022-09-27T16:38:34.1846193Z test_torch_nn_Conv1d_pad_same2 (__main__.TestCppApiParity) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\conv.py:309: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Convolution.cpp:894.) 2022-09-27T16:38:34.1846970Z return F.conv1d(input, weight, bias, self.stride, 2022-09-27T16:38:34.2166697Z ok (0.031s) 2022-09-27T16:38:34.2170545Z test_torch_nn_Conv1d_pad_same2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:34.2174165Z test_torch_nn_Conv1d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:34.2509527Z test_torch_nn_Conv1d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:34.2513266Z test_torch_nn_Conv1d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:34.2848007Z test_torch_nn_Conv1d_pad_valid (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:34.2852283Z test_torch_nn_Conv1d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:34.3168643Z test_torch_nn_Conv1d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.036s) 2022-09-27T16:38:34.3172321Z test_torch_nn_Conv1d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:34.3486756Z test_torch_nn_Conv1d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:34.3490466Z test_torch_nn_Conv1d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:34.3811622Z test_torch_nn_Conv1d_stride (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:34.3815297Z test_torch_nn_Conv1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:34.4115630Z test_torch_nn_Conv1d_zero_batch (__main__.TestCppApiParity) ... ok (0.041s) 2022-09-27T16:38:34.4119247Z test_torch_nn_Conv1d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:34.4428577Z test_torch_nn_Conv1d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:34.4432282Z test_torch_nn_Conv1d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:34.4788148Z test_torch_nn_Conv2d (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:34.5136697Z test_torch_nn_Conv2d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.036s) 2022-09-27T16:38:34.5140799Z test_torch_nn_Conv2d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:34.5144510Z test_torch_nn_Conv2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:34.5502946Z test_torch_nn_Conv2d_depthwise (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:34.5506720Z test_torch_nn_Conv2d_depthwise_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:34.5854188Z test_torch_nn_Conv2d_depthwise_dilated (__main__.TestCppApiParity) ... ok (0.041s) 2022-09-27T16:38:34.5857931Z test_torch_nn_Conv2d_depthwise_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:34.6238760Z test_torch_nn_Conv2d_depthwise_padded (__main__.TestCppApiParity) ... ok (0.043s) 2022-09-27T16:38:34.6242891Z test_torch_nn_Conv2d_depthwise_padded_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:34.6592327Z test_torch_nn_Conv2d_depthwise_strided (__main__.TestCppApiParity) ... ok (0.024s) 2022-09-27T16:38:34.6596256Z test_torch_nn_Conv2d_depthwise_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:34.6982216Z test_torch_nn_Conv2d_depthwise_with_multiplier (__main__.TestCppApiParity) ... ok (0.041s) 2022-09-27T16:38:34.6986155Z test_torch_nn_Conv2d_depthwise_with_multiplier_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:34.7330030Z test_torch_nn_Conv2d_dilated (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:34.7333999Z test_torch_nn_Conv2d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:34.7705892Z test_torch_nn_Conv2d_groups (__main__.TestCppApiParity) ... ok (0.047s) 2022-09-27T16:38:34.7709860Z test_torch_nn_Conv2d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:34.8088335Z test_torch_nn_Conv2d_groups_thnn (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:34.8092300Z test_torch_nn_Conv2d_groups_thnn_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:34.8445836Z test_torch_nn_Conv2d_no_bias (__main__.TestCppApiParity) ... ok (0.047s) 2022-09-27T16:38:34.8449771Z test_torch_nn_Conv2d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:34.8827032Z test_torch_nn_Conv2d_pad_same (__main__.TestCppApiParity) ... ok (0.041s) 2022-09-27T16:38:34.8831095Z test_torch_nn_Conv2d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:38:34.9211899Z test_torch_nn_Conv2d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:34.9215921Z test_torch_nn_Conv2d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:34.9569668Z test_torch_nn_Conv2d_pad_valid (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:34.9573690Z test_torch_nn_Conv2d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:34.9930910Z test_torch_nn_Conv2d_padding (__main__.TestCppApiParity) ... ok (0.048s) 2022-09-27T16:38:34.9934918Z test_torch_nn_Conv2d_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.001s) 2022-09-27T16:38:35.0279049Z test_torch_nn_Conv2d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:35.0283039Z test_torch_nn_Conv2d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:35.0625992Z test_torch_nn_Conv2d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:35.0630069Z test_torch_nn_Conv2d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:35.0988206Z test_torch_nn_Conv2d_strided (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:35.0992348Z test_torch_nn_Conv2d_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:35.1322043Z test_torch_nn_Conv2d_zero_batch (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:35.1326131Z test_torch_nn_Conv2d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:35.1677529Z test_torch_nn_Conv2d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:35.1681370Z test_torch_nn_Conv2d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.016s) 2022-09-27T16:38:35.2005555Z test_torch_nn_Conv3d (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:35.2327982Z test_torch_nn_Conv3d_1x1x1_no_bias (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:35.2331732Z test_torch_nn_Conv3d_1x1x1_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:35.2693382Z test_torch_nn_Conv3d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:35.2696968Z test_torch_nn_Conv3d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:35.2700562Z test_torch_nn_Conv3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:35.3051184Z test_torch_nn_Conv3d_dilated (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:35.3054754Z test_torch_nn_Conv3d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:35.3382694Z test_torch_nn_Conv3d_dilated_strided (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:35.3386266Z test_torch_nn_Conv3d_dilated_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:35.3710396Z test_torch_nn_Conv3d_groups (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:35.3714095Z test_torch_nn_Conv3d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:35.4025433Z test_torch_nn_Conv3d_no_bias (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:35.4029164Z test_torch_nn_Conv3d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:35.4530385Z test_torch_nn_Conv3d_pad_same (__main__.TestCppApiParity) ... ok (0.063s) 2022-09-27T16:38:35.4534090Z test_torch_nn_Conv3d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:35.5043347Z test_torch_nn_Conv3d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.049s) 2022-09-27T16:38:35.5046967Z test_torch_nn_Conv3d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:35.5429476Z test_torch_nn_Conv3d_pad_valid (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:35.5432985Z test_torch_nn_Conv3d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:35.5790580Z test_torch_nn_Conv3d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:35.5794313Z test_torch_nn_Conv3d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:35.6130235Z test_torch_nn_Conv3d_stride (__main__.TestCppApiParity) ... ok (0.048s) 2022-09-27T16:38:35.6133843Z test_torch_nn_Conv3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:35.6492673Z test_torch_nn_Conv3d_stride_padding (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:35.6496286Z test_torch_nn_Conv3d_stride_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:35.6802317Z test_torch_nn_Conv3d_zero_batch (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:35.6805867Z test_torch_nn_Conv3d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:35.7154674Z test_torch_nn_Conv3d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:35.7158416Z test_torch_nn_Conv3d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:35.7470494Z test_torch_nn_ConvTranspose1d (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:35.7474154Z test_torch_nn_ConvTranspose1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:35.7781916Z test_torch_nn_ConvTranspose1d_dilated (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:35.7785486Z test_torch_nn_ConvTranspose1d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:35.8116382Z test_torch_nn_ConvTranspose1d_groups (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:35.8119961Z test_torch_nn_ConvTranspose1d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:35.8423793Z test_torch_nn_ConvTranspose1d_no_bias (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:35.8427382Z test_torch_nn_ConvTranspose1d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:35.8873304Z test_torch_nn_ConvTranspose2d (__main__.TestCppApiParity) ... ok (0.047s) 2022-09-27T16:38:35.8876861Z test_torch_nn_ConvTranspose2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:35.9212410Z test_torch_nn_ConvTranspose2d_dilated (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:35.9216204Z test_torch_nn_ConvTranspose2d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:35.9535358Z test_torch_nn_ConvTranspose2d_groups (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:35.9539018Z test_torch_nn_ConvTranspose2d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:35.9966002Z test_torch_nn_ConvTranspose2d_no_bias (__main__.TestCppApiParity) ... ok (0.048s) 2022-09-27T16:38:35.9969568Z test_torch_nn_ConvTranspose2d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.0358202Z test_torch_nn_ConvTranspose3d (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:36.0361730Z test_torch_nn_ConvTranspose3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.0816954Z test_torch_nn_ConvTranspose3d_dilated (__main__.TestCppApiParity) ... ok (0.047s) 2022-09-27T16:38:36.0820896Z test_torch_nn_ConvTranspose3d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.1082096Z test_torch_nn_CosineEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:36.1085757Z test_torch_nn_CosineEmbeddingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.1341618Z test_torch_nn_CosineEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:36.1345309Z test_torch_nn_CosineEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.1603731Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:36.1607350Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.1863745Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:36.1867351Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.2113347Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:36.2117203Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.2381749Z test_torch_nn_CrossEntropyLoss (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:36.2648723Z test_torch_nn_CrossEntropyLoss_2d (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:36.2652712Z test_torch_nn_CrossEntropyLoss_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.2918813Z test_torch_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:36.2923065Z test_torch_nn_CrossEntropyLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.016s) 2022-09-27T16:38:36.3211607Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:36.3215648Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.3503115Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:36.3507170Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.3790304Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:36.3794251Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.4081714Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.033s) 2022-09-27T16:38:36.4085781Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.4348956Z test_torch_nn_CrossEntropyLoss_2d_prob_target (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:36.4352674Z test_torch_nn_CrossEntropyLoss_2d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.4627749Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:36.4631626Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.4910924Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:36.4914817Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.5197272Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:36.5201248Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.5476723Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:36.5480659Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.5746475Z test_torch_nn_CrossEntropyLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:36.5750465Z test_torch_nn_CrossEntropyLoss_2d_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.6030781Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.033s) 2022-09-27T16:38:36.6034719Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.6316750Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:36.6320699Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.6677567Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:36.6681055Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.6929218Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestCppApiParity) ... ok (0.033s) 2022-09-27T16:38:36.6932825Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.7181127Z test_torch_nn_CrossEntropyLoss_3d_prob_target (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:36.7184600Z test_torch_nn_CrossEntropyLoss_3d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.7425117Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:36.7428597Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.7670618Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:36.7674157Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.7916903Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:36.7920512Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.8159292Z test_torch_nn_CrossEntropyLoss_4d_prob_target (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:36.8162994Z test_torch_nn_CrossEntropyLoss_4d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.016s) 2022-09-27T16:38:36.8408731Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:36.8412409Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.8415868Z test_torch_nn_CrossEntropyLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.8681436Z test_torch_nn_CrossEntropyLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:36.8685311Z test_torch_nn_CrossEntropyLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.8951231Z test_torch_nn_CrossEntropyLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:36.8955256Z test_torch_nn_CrossEntropyLoss_higher_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.9224672Z test_torch_nn_CrossEntropyLoss_weights (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:36.9228665Z test_torch_nn_CrossEntropyLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.9547949Z test_torch_nn_CrossMapLRN2d (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:36.9552013Z test_torch_nn_CrossMapLRN2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:36.9827293Z test_torch_nn_ELU (__main__.TestCppApiParity) ... ok (0.039s) 2022-09-27T16:38:36.9831182Z test_torch_nn_ELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:37.0093394Z test_torch_nn_ELU_scalar (__main__.TestCppApiParity) ... ok (0.019s) 2022-09-27T16:38:37.0097279Z test_torch_nn_ELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:37.0415659Z test_torch_nn_Embedding (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:37.0749392Z test_torch_nn_EmbeddingBag_discontiguous (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:37.0753174Z test_torch_nn_EmbeddingBag_discontiguous_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:37.1074629Z test_torch_nn_EmbeddingBag_max (__main__.TestCppApiParity) ... ok (0.041s) 2022-09-27T16:38:37.1078853Z test_torch_nn_EmbeddingBag_max_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:37.1408289Z test_torch_nn_EmbeddingBag_max_padding_idx (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:37.1412116Z test_torch_nn_EmbeddingBag_max_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:37.1736577Z test_torch_nn_EmbeddingBag_mean (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:37.1740668Z test_torch_nn_EmbeddingBag_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:37.2064868Z test_torch_nn_EmbeddingBag_mean_padding_idx (__main__.TestCppApiParity) ... ok (0.036s) 2022-09-27T16:38:37.2068619Z test_torch_nn_EmbeddingBag_mean_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:37.2394748Z test_torch_nn_EmbeddingBag_sparse (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:37.2398711Z test_torch_nn_EmbeddingBag_sparse_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:37.2703348Z test_torch_nn_EmbeddingBag_sum (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:37.2707126Z test_torch_nn_EmbeddingBag_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:37.2991772Z test_torch_nn_EmbeddingBag_sum_padding_idx (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:37.2995534Z test_torch_nn_EmbeddingBag_sum_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:37.2998954Z test_torch_nn_Embedding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:37.3330854Z test_torch_nn_Embedding_discontiguous (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:37.3334765Z test_torch_nn_Embedding_discontiguous_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:37.3622298Z test_torch_nn_Embedding_sparse (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:37.3626139Z test_torch_nn_Embedding_sparse_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:37.3914832Z test_torch_nn_Flatten (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:37.3918564Z test_torch_nn_Flatten_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:37.4164796Z test_torch_nn_Flatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:37.4168583Z test_torch_nn_Flatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:37.4442876Z test_torch_nn_Fold (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:37.4446710Z test_torch_nn_Fold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:37.4724286Z test_torch_nn_Fold_int_input (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:37.4728211Z test_torch_nn_Fold_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:37.5002300Z test_torch_nn_Fold_no_batch_dim_input (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:37.5006298Z test_torch_nn_Fold_no_batch_dim_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:37.5274889Z test_torch_nn_Fold_no_batch_dim_int_input (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:37.5278638Z test_torch_nn_Fold_no_batch_dim_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:37.5555006Z test_torch_nn_FractionalMaxPool2d_ratio (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:37.5559083Z test_torch_nn_FractionalMaxPool2d_ratio_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:37.5845181Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:37.5849064Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:37.6127987Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:37.6131854Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:38:37.6403505Z test_torch_nn_FractionalMaxPool2d_size (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:37.6407477Z test_torch_nn_FractionalMaxPool2d_size_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:37.6692681Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:37.6696690Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:37.6983685Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.042s) 2022-09-27T16:38:37.6987551Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:38:37.7362019Z test_torch_nn_FractionalMaxPool3d_asymsize (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:37.7366125Z test_torch_nn_FractionalMaxPool3d_asymsize_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:37.7654142Z test_torch_nn_FractionalMaxPool3d_ratio (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:37.7658147Z test_torch_nn_FractionalMaxPool3d_ratio_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:37.7949646Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:37.7953711Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:37.8247240Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:37.8251335Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:38:37.8599093Z test_torch_nn_FractionalMaxPool3d_size (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:37.8603153Z test_torch_nn_FractionalMaxPool3d_size_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:37.8920184Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:37.8924206Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:37.9241499Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:37.9245561Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:38:37.9512654Z test_torch_nn_GELU (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:37.9516699Z test_torch_nn_GELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:37.9786214Z test_torch_nn_GELU_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:37.9791246Z test_torch_nn_GELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:38.0102713Z test_torch_nn_GLU (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:38.0106716Z test_torch_nn_GLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:38.0388616Z test_torch_nn_GLU_dim (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:38.0392710Z test_torch_nn_GLU_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:38.0746086Z test_torch_nn_GroupNorm_1d_affine (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:38.1092905Z test_torch_nn_GroupNorm_1d_affine_GN (__main__.TestCppApiParity) ... ok (0.048s) 2022-09-27T16:38:38.1097164Z test_torch_nn_GroupNorm_1d_affine_GN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:38.1101248Z test_torch_nn_GroupNorm_1d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:38.1571361Z test_torch_nn_GroupNorm_1d_affine_large_batch (__main__.TestCppApiParity) ... ok (0.047s) 2022-09-27T16:38:38.1575518Z test_torch_nn_GroupNorm_1d_affine_large_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:38.1866288Z test_torch_nn_GroupNorm_1d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:38.1870529Z test_torch_nn_GroupNorm_1d_no_affine_IN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:38.2149462Z test_torch_nn_GroupNorm_1d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:38.2154302Z test_torch_nn_GroupNorm_1d_no_affine_LN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:38.2507783Z test_torch_nn_GroupNorm_2d_affine (__main__.TestCppApiParity) ... ok (0.047s) 2022-09-27T16:38:38.2511571Z test_torch_nn_GroupNorm_2d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:38.3044347Z test_torch_nn_GroupNorm_2d_affine_large_feature (__main__.TestCppApiParity) ... ok (0.047s) 2022-09-27T16:38:38.3048213Z test_torch_nn_GroupNorm_2d_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:38.3315875Z test_torch_nn_GroupNorm_2d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:38.3320768Z test_torch_nn_GroupNorm_2d_no_affine_IN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:38.3641743Z test_torch_nn_GroupNorm_2d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:38.3646438Z test_torch_nn_GroupNorm_2d_no_affine_LN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:38.4249160Z test_torch_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.064s) 2022-09-27T16:38:38.4253000Z test_torch_nn_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:38.4501981Z test_torch_nn_Hardshrink (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:38.4505556Z test_torch_nn_Hardshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:38.4740195Z test_torch_nn_Hardshrink_scalar (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:38.4743738Z test_torch_nn_Hardshrink_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:38.4994039Z test_torch_nn_Hardtanh (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:38.4997670Z test_torch_nn_Hardtanh_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:38.5235292Z test_torch_nn_Hardtanh_scalar (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:38.5238912Z test_torch_nn_Hardtanh_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:38.5479741Z test_torch_nn_HingeEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:38.5483394Z test_torch_nn_HingeEmbeddingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:38.5731657Z test_torch_nn_HingeEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:38.5735309Z test_torch_nn_HingeEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:38.5973943Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.016s) 2022-09-27T16:38:38.5977249Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:38.6218129Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.031s) 2022-09-27T16:38:38.6221591Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:38.6458760Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.016s) 2022-09-27T16:38:38.6462329Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.016s) 2022-09-27T16:38:38.6703792Z test_torch_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:38.6707426Z test_torch_nn_HingeEmbeddingLoss_scalar_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:38.6943847Z test_torch_nn_HuberLoss (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:38.6947378Z test_torch_nn_HuberLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:38.7239540Z test_torch_nn_InstanceNorm1d (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:38.7243344Z test_torch_nn_InstanceNorm1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:38.7521439Z test_torch_nn_InstanceNorm1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:38.7525331Z test_torch_nn_InstanceNorm1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:38.7826410Z test_torch_nn_InstanceNorm1d_tracking_stats (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:38.7830280Z test_torch_nn_InstanceNorm1d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:38.8124305Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:38.8128141Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:38.8425706Z test_torch_nn_InstanceNorm2d (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:38.8429576Z test_torch_nn_InstanceNorm2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:38.8712175Z test_torch_nn_InstanceNorm2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:38.8716042Z test_torch_nn_InstanceNorm2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:38.9022279Z test_torch_nn_InstanceNorm2d_tracking_stats (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:38.9026204Z test_torch_nn_InstanceNorm2d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:38.9326291Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:38.9330104Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:38.9658787Z test_torch_nn_InstanceNorm3d (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:38.9662688Z test_torch_nn_InstanceNorm3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:38.9961329Z test_torch_nn_InstanceNorm3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:38.9965226Z test_torch_nn_InstanceNorm3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:39.0309425Z test_torch_nn_InstanceNorm3d_tracking_stats (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:39.0313472Z test_torch_nn_InstanceNorm3d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:39.0711036Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:39.0715098Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:39.0731659Z test_torch_nn_KLDivLoss (__main__.TestCppApiParity) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2912: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T16:38:39.0732780Z warnings.warn( 2022-09-27T16:38:39.0924817Z C:\actions-runner\_work\pytorch\pytorch\test\cpp_api_parity\module_impl_check.py:149: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\api\include\torch/nn/functional/loss.h:57.) 2022-09-27T16:38:39.0926105Z cpp_test_fn(arg_dict_file_path, module_file_path, forward_output_file_path, backward_grad_dict_file_path) 2022-09-27T16:38:39.0991547Z ok (0.033s) 2022-09-27T16:38:39.0995879Z test_torch_nn_KLDivLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:39.1265442Z test_torch_nn_KLDivLoss_log_target (__main__.TestCppApiParity) ... ok (0.033s) 2022-09-27T16:38:39.1269388Z test_torch_nn_KLDivLoss_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:39.1531170Z test_torch_nn_KLDivLoss_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:39.1535122Z test_torch_nn_KLDivLoss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:39.1799128Z test_torch_nn_KLDivLoss_scalar_log_target (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:39.1803011Z test_torch_nn_KLDivLoss_scalar_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:39.2062423Z test_torch_nn_L1Loss (__main__.TestCppApiParity) ... ok (0.033s) 2022-09-27T16:38:39.2066253Z test_torch_nn_L1Loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:39.2326545Z test_torch_nn_L1Loss_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:39.2330488Z test_torch_nn_L1Loss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:39.2598094Z test_torch_nn_LPPool1d (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:39.2602000Z test_torch_nn_LPPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:39.2869873Z test_torch_nn_LPPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:39.2873817Z test_torch_nn_LPPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:39.3147445Z test_torch_nn_LPPool1d_norm (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:39.3151481Z test_torch_nn_LPPool1d_norm_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:39.3430973Z test_torch_nn_LPPool2d (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:39.3435151Z test_torch_nn_LPPool2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:39.3714719Z test_torch_nn_LPPool2d_norm (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:39.3718849Z test_torch_nn_LPPool2d_norm_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:39.4063910Z test_torch_nn_LayerNorm_1d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:39.4068622Z test_torch_nn_LayerNorm_1d_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:39.4395507Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:39.4399573Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.016s) 2022-09-27T16:38:39.4679005Z test_torch_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:39.4682928Z test_torch_nn_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:39.4997095Z test_torch_nn_LayerNorm_3d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.035s) 2022-09-27T16:38:39.5000890Z test_torch_nn_LayerNorm_3d_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:39.6033856Z test_torch_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.108s) 2022-09-27T16:38:39.6038154Z test_torch_nn_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:39.6597934Z test_torch_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.057s) 2022-09-27T16:38:39.6601576Z test_torch_nn_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:39.6872096Z test_torch_nn_LeakyReLU (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:39.6875883Z test_torch_nn_LeakyReLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:39.7144013Z test_torch_nn_LeakyReLU_with_negval (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:39.7147765Z test_torch_nn_LeakyReLU_with_negval_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:39.7407295Z test_torch_nn_LeakyReLU_with_negval_scalar (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:39.7411051Z test_torch_nn_LeakyReLU_with_negval_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:39.7685457Z test_torch_nn_LeakyReLU_with_zero_negval (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:39.7689232Z test_torch_nn_LeakyReLU_with_zero_negval_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:39.8125072Z test_torch_nn_Linear (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:39.8128797Z test_torch_nn_Linear_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:39.8427852Z test_torch_nn_Linear_no_batch_dim (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:39.8431526Z test_torch_nn_Linear_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:39.8731539Z test_torch_nn_Linear_no_bias (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:39.8735180Z test_torch_nn_Linear_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:39.9011103Z test_torch_nn_LocalResponseNorm_1d (__main__.TestCppApiParity) ... ok (0.033s) 2022-09-27T16:38:39.9015011Z test_torch_nn_LocalResponseNorm_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:39.9321463Z test_torch_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:39.9325417Z test_torch_nn_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:39.9835032Z test_torch_nn_LocalResponseNorm_3d_custom_params (__main__.TestCppApiParity) ... ok (0.047s) 2022-09-27T16:38:39.9838831Z test_torch_nn_LocalResponseNorm_3d_custom_params_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:40.0106304Z test_torch_nn_LogSigmoid (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:40.0110016Z test_torch_nn_LogSigmoid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:40.0375455Z test_torch_nn_LogSigmoid_scalar (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:40.0379499Z test_torch_nn_LogSigmoid_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:40.0682638Z test_torch_nn_LogSoftmax (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:40.0686643Z test_torch_nn_LogSoftmax_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:40.1034953Z test_torch_nn_LogSoftmax_multiparam (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:40.1038836Z test_torch_nn_LogSoftmax_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:40.1264012Z test_torch_nn_LogSoftmax_multiparam_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:40.1267849Z test_torch_nn_LogSoftmax_multiparam_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:40.1542149Z test_torch_nn_LogSoftmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:40.1546098Z test_torch_nn_LogSoftmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:40.1814122Z test_torch_nn_MSELoss (__main__.TestCppApiParity) ... ok (0.033s) 2022-09-27T16:38:40.1817944Z test_torch_nn_MSELoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:40.2551060Z test_torch_nn_MSELoss_prec (__main__.TestCppApiParity) ... ok (0.064s) 2022-09-27T16:38:40.2557138Z test_torch_nn_MSELoss_prec_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:40.2845197Z test_torch_nn_MSELoss_scalar (__main__.TestCppApiParity) ... ok (0.033s) 2022-09-27T16:38:40.2849035Z test_torch_nn_MSELoss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:40.3123341Z test_torch_nn_MarginRankingLoss (__main__.TestCppApiParity) ... ok (0.034s) 2022-09-27T16:38:40.3127176Z test_torch_nn_MarginRankingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:40.3396756Z test_torch_nn_MarginRankingLoss_margin (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:40.3400757Z test_torch_nn_MarginRankingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:40.3679788Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:40.3683791Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:40.3958191Z test_torch_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.037s) 2022-09-27T16:38:40.3962183Z test_torch_nn_MarginRankingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:40.4235013Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:40.4239026Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:40.4513141Z test_torch_nn_MaxPool1d (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:40.4517070Z test_torch_nn_MaxPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.016s) 2022-09-27T16:38:40.4782209Z test_torch_nn_MaxPool1d_stride (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:40.4786943Z test_torch_nn_MaxPool1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:40.5071827Z test_torch_nn_MaxPool2d_3d_input (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:40.5076638Z test_torch_nn_MaxPool2d_3d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:40.5369254Z test_torch_nn_MaxPool2d_4d_input (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:40.5373959Z test_torch_nn_MaxPool2d_4d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:40.5667811Z test_torch_nn_MaxPool3d (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:40.5672677Z test_torch_nn_MaxPool3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:40.5976608Z test_torch_nn_MaxPool3d_stride (__main__.TestCppApiParity) ... ok (0.036s) 2022-09-27T16:38:40.5981626Z test_torch_nn_MaxPool3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:40.6302130Z test_torch_nn_MaxPool3d_stride_padding (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:40.6306864Z test_torch_nn_MaxPool3d_stride_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:40.6630650Z test_torch_nn_Mish (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:40.6635418Z test_torch_nn_Mish_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:40.6912519Z test_torch_nn_Mish_scalar (__main__.TestCppApiParity) ... ok (0.041s) 2022-09-27T16:38:40.6917282Z test_torch_nn_Mish_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:40.7189953Z test_torch_nn_MultiLabelMarginLoss (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:40.7466348Z test_torch_nn_MultiLabelMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:40.7471153Z test_torch_nn_MultiLabelMarginLoss_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.010s) 2022-09-27T16:38:40.7475619Z test_torch_nn_MultiLabelMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:40.7767395Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:40.7772122Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:40.8043447Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.036s) 2022-09-27T16:38:40.8048201Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:40.8320206Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:40.8323963Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:40.8593510Z test_torch_nn_MultiLabelSoftMarginLoss (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:40.8597416Z test_torch_nn_MultiLabelSoftMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:40.8875089Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.041s) 2022-09-27T16:38:40.8878971Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:40.9156279Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:40.9160207Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:40.9438566Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:40.9442436Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:40.9710331Z test_torch_nn_MultiLabelSoftMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:40.9714385Z test_torch_nn_MultiLabelSoftMarginLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:40.9975896Z test_torch_nn_MultiMarginLoss (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:41.0237410Z test_torch_nn_MultiMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:41.0241244Z test_torch_nn_MultiMarginLoss_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:41.0244928Z test_torch_nn_MultiMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:41.0503229Z test_torch_nn_MultiMarginLoss_margin (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:41.0507078Z test_torch_nn_MultiMarginLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:41.0770026Z test_torch_nn_MultiMarginLoss_p (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:41.0775068Z test_torch_nn_MultiMarginLoss_p_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:41.1088945Z test_torch_nn_MultiMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:38:41.1092852Z test_torch_nn_MultiMarginLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.016s) 2022-09-27T16:38:41.1350121Z test_torch_nn_NLLLoss (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:41.1603532Z test_torch_nn_NLLLoss_2d (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:41.1607145Z test_torch_nn_NLLLoss_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:41.1846015Z test_torch_nn_NLLLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:41.1849601Z test_torch_nn_NLLLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:41.2087017Z test_torch_nn_NLLLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:41.2090628Z test_torch_nn_NLLLoss_2d_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:41.2094010Z test_torch_nn_NLLLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:41.2326514Z test_torch_nn_NLLLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:41.2330071Z test_torch_nn_NLLLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:41.2572621Z test_torch_nn_NLLLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:41.2576165Z test_torch_nn_NLLLoss_higher_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:41.2814851Z test_torch_nn_NLLLoss_ignore_index (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:41.2818471Z test_torch_nn_NLLLoss_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:41.9108942Z test_torch_nn_NLLLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.628s) 2022-09-27T16:38:41.9113123Z test_torch_nn_NLLLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:41.9314120Z test_torch_nn_NLLLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.016s) 2022-09-27T16:38:41.9317931Z test_torch_nn_NLLLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:41.9495896Z test_torch_nn_NLLLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.016s) 2022-09-27T16:38:41.9499780Z test_torch_nn_NLLLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:41.9778754Z test_torch_nn_NLLLoss_weights (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:41.9782525Z test_torch_nn_NLLLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:42.0045890Z test_torch_nn_NLLLoss_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:38:42.0049662Z test_torch_nn_NLLLoss_weights_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:42.0323340Z test_torch_nn_NLLLoss_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:42.0327356Z test_torch_nn_NLLLoss_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:42.0664420Z test_torch_nn_PReLU_1d (__main__.TestCppApiParity) ... ok (0.041s) 2022-09-27T16:38:42.0668605Z test_torch_nn_PReLU_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:42.0999516Z test_torch_nn_PReLU_1d_multiparam (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:42.1003555Z test_torch_nn_PReLU_1d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:42.1343889Z test_torch_nn_PReLU_2d (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:42.1348089Z test_torch_nn_PReLU_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:42.1686314Z test_torch_nn_PReLU_2d_multiparam (__main__.TestCppApiParity) ... ok (0.047s) 2022-09-27T16:38:42.1690331Z test_torch_nn_PReLU_2d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:42.2123168Z test_torch_nn_PReLU_3d (__main__.TestCppApiParity) ... ok (0.041s) 2022-09-27T16:38:42.2127508Z test_torch_nn_PReLU_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:42.2527086Z test_torch_nn_PReLU_3d_multiparam (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:42.2530802Z test_torch_nn_PReLU_3d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:42.2807122Z test_torch_nn_PReLU_scalar (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:42.2810855Z test_torch_nn_PReLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:42.3050489Z test_torch_nn_PairwiseDistance (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:42.3291949Z test_torch_nn_PairwiseDistance_broadcast_lhs (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:42.3295639Z test_torch_nn_PairwiseDistance_broadcast_lhs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:42.3540748Z test_torch_nn_PairwiseDistance_broadcast_rhs (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:42.3544518Z test_torch_nn_PairwiseDistance_broadcast_rhs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:42.3547935Z test_torch_nn_PairwiseDistance_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:42.3790396Z test_torch_nn_PairwiseDistance_no_batch_dim (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:42.3794302Z test_torch_nn_PairwiseDistance_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:42.4047420Z test_torch_nn_PairwiseDistance_with_non_default_args (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:42.4051171Z test_torch_nn_PairwiseDistance_with_non_default_args_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:42.4337057Z test_torch_nn_PixelShuffle (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:42.4341099Z test_torch_nn_PixelShuffle_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:42.4628919Z test_torch_nn_PixelUnshuffle (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:42.4632923Z test_torch_nn_PixelUnshuffle_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:42.4902773Z test_torch_nn_PoissonNLLLoss_full_loss (__main__.TestCppApiParity) ... ok (0.033s) 2022-09-27T16:38:42.4906939Z test_torch_nn_PoissonNLLLoss_full_loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:42.5184309Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:42.5188244Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:42.5505606Z test_torch_nn_PoissonNLLLoss_no_full_loss (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:42.5509686Z test_torch_nn_PoissonNLLLoss_no_full_loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:42.5796058Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:42.5799911Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:42.6060365Z test_torch_nn_RReLU (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:42.6064299Z test_torch_nn_RReLU_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:38:42.6336254Z test_torch_nn_RReLU_with_up_down (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:42.6340267Z test_torch_nn_RReLU_with_up_down_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:38:42.6587398Z test_torch_nn_RReLU_with_up_down_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:42.6591125Z test_torch_nn_RReLU_with_up_down_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:38:42.6844993Z test_torch_nn_ReLU (__main__.TestCppApiParity) ... ok (0.036s) 2022-09-27T16:38:42.7094811Z test_torch_nn_ReLU6 (__main__.TestCppApiParity) ... ok (0.024s) 2022-09-27T16:38:42.7098549Z test_torch_nn_ReLU6_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:42.7331897Z test_torch_nn_ReLU6_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:42.7335586Z test_torch_nn_ReLU6_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:42.7339059Z test_torch_nn_ReLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:42.7571766Z test_torch_nn_ReLU_scalar (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:42.7575340Z test_torch_nn_ReLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:42.7847094Z test_torch_nn_ReflectionPad1d (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:42.8119810Z test_torch_nn_ReflectionPad1d_batch (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:42.8123868Z test_torch_nn_ReflectionPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:42.8418178Z test_torch_nn_ReflectionPad1d_complex (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:42.8422328Z test_torch_nn_ReflectionPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:42.8426020Z test_torch_nn_ReflectionPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:42.8831847Z test_torch_nn_ReflectionPad2d (__main__.TestCppApiParity) ... ok (0.047s) 2022-09-27T16:38:42.9354275Z test_torch_nn_ReflectionPad2d_complex (__main__.TestCppApiParity) ... ok (0.047s) 2022-09-27T16:38:42.9358730Z test_torch_nn_ReflectionPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:42.9362511Z test_torch_nn_ReflectionPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:42.9699955Z test_torch_nn_ReflectionPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:42.9703942Z test_torch_nn_ReflectionPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:43.0283625Z test_torch_nn_ReflectionPad3d (__main__.TestCppApiParity) ... ok (0.064s) 2022-09-27T16:38:43.1100003Z test_torch_nn_ReflectionPad3d_complex (__main__.TestCppApiParity) ... ok (0.080s) 2022-09-27T16:38:43.1104135Z test_torch_nn_ReflectionPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:43.1107886Z test_torch_nn_ReflectionPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:43.1540317Z test_torch_nn_ReflectionPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.047s) 2022-09-27T16:38:43.1544741Z test_torch_nn_ReflectionPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:43.1828936Z test_torch_nn_ReplicationPad1d (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:43.2108424Z test_torch_nn_ReplicationPad1d_batch (__main__.TestCppApiParity) ... ok (0.018s) 2022-09-27T16:38:43.2112246Z test_torch_nn_ReplicationPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:43.2396825Z test_torch_nn_ReplicationPad1d_complex (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:43.2400811Z test_torch_nn_ReplicationPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:43.2404516Z test_torch_nn_ReplicationPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:43.2727055Z test_torch_nn_ReplicationPad2d (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:43.3102719Z test_torch_nn_ReplicationPad2d_complex (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:43.3106712Z test_torch_nn_ReplicationPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.016s) 2022-09-27T16:38:43.3110364Z test_torch_nn_ReplicationPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:43.3402356Z test_torch_nn_ReplicationPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:43.3406275Z test_torch_nn_ReplicationPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:43.3813250Z test_torch_nn_ReplicationPad3d (__main__.TestCppApiParity) ... ok (0.047s) 2022-09-27T16:38:43.4340180Z test_torch_nn_ReplicationPad3d_complex (__main__.TestCppApiParity) ... ok (0.048s) 2022-09-27T16:38:43.4344119Z test_torch_nn_ReplicationPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:43.4347798Z test_torch_nn_ReplicationPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:43.4688476Z test_torch_nn_ReplicationPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.048s) 2022-09-27T16:38:43.4692951Z test_torch_nn_ReplicationPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:43.4961982Z test_torch_nn_SELU (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:43.4965936Z test_torch_nn_SELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:43.5230844Z test_torch_nn_SELU_scalar (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:43.5234848Z test_torch_nn_SELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:43.5585574Z test_torch_nn_SampleModule_has_parity (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:43.5589349Z test_torch_nn_SampleModule_has_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:43.5872531Z test_torch_nn_SampleModule_no_parity (__main__.TestCppApiParity) ... expected failure (0.032s) 2022-09-27T16:38:43.5875988Z test_torch_nn_SampleModule_no_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:43.6153517Z test_torch_nn_SiLU (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:43.6157098Z test_torch_nn_SiLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:43.6403743Z test_torch_nn_SiLU_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:43.6407218Z test_torch_nn_SiLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:43.6663178Z test_torch_nn_Sigmoid (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:43.6666758Z test_torch_nn_Sigmoid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:43.6897789Z test_torch_nn_Sigmoid_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:43.6901625Z test_torch_nn_Sigmoid_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:43.7134450Z test_torch_nn_SmoothL1Loss (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:43.7138210Z test_torch_nn_SmoothL1Loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:43.7372601Z test_torch_nn_SmoothL1Loss_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:43.7376315Z test_torch_nn_SmoothL1Loss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:43.7613760Z test_torch_nn_SoftMarginLoss (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:43.7617474Z test_torch_nn_SoftMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:43.7851856Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.016s) 2022-09-27T16:38:43.7855304Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:43.8087503Z test_torch_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.033s) 2022-09-27T16:38:43.8091012Z test_torch_nn_SoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:43.8324623Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.016s) 2022-09-27T16:38:43.8328172Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:43.8590886Z test_torch_nn_Softmax (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:43.8892673Z test_torch_nn_Softmax2d (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:43.8896394Z test_torch_nn_Softmax2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:43.9154219Z test_torch_nn_Softmax2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:43.9157750Z test_torch_nn_Softmax2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:43.9161198Z test_torch_nn_Softmax_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:43.9398758Z test_torch_nn_Softmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:43.9402505Z test_torch_nn_Softmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:43.9635824Z test_torch_nn_Softmax_scalar (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:43.9639528Z test_torch_nn_Softmax_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:43.9902858Z test_torch_nn_Softmin (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:43.9906592Z test_torch_nn_Softmin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:44.0210561Z test_torch_nn_Softmin_multidim (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:44.0214465Z test_torch_nn_Softmin_multidim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:44.0551821Z test_torch_nn_Softmin_no_batch_dim (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:44.0555924Z test_torch_nn_Softmin_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:44.0780456Z test_torch_nn_Softmin_scalar (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:44.0784228Z test_torch_nn_Softmin_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:44.1074848Z test_torch_nn_Softplus (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:44.1364208Z test_torch_nn_Softplus_beta (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:44.1368244Z test_torch_nn_Softplus_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:44.1657365Z test_torch_nn_Softplus_beta_threshold (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:44.1661480Z test_torch_nn_Softplus_beta_threshold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:44.1916642Z test_torch_nn_Softplus_beta_threshold_scalar (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:44.1921371Z test_torch_nn_Softplus_beta_threshold_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:44.1925787Z test_torch_nn_Softplus_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:44.2226040Z test_torch_nn_Softshrink (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:44.2229620Z test_torch_nn_Softshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:44.2476806Z test_torch_nn_Softshrink_lambda (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:44.2480533Z test_torch_nn_Softshrink_lambda_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:44.2682967Z test_torch_nn_Softshrink_lambda_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:44.2686682Z test_torch_nn_Softshrink_lambda_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:44.2925825Z test_torch_nn_Softsign (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:44.2929578Z test_torch_nn_Softsign_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:44.3167159Z test_torch_nn_Softsign_scalar (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:44.3170609Z test_torch_nn_Softsign_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:44.3426229Z test_torch_nn_Tanh (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:44.3429994Z test_torch_nn_Tanh_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:44.3661330Z test_torch_nn_Tanh_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:44.3665052Z test_torch_nn_Tanh_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:44.3923431Z test_torch_nn_Tanhshrink (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:44.3927170Z test_torch_nn_Tanhshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:44.4167158Z test_torch_nn_Tanhshrink_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:44.4170904Z test_torch_nn_Tanhshrink_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:44.4429976Z test_torch_nn_Threshold_large_value (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:44.4433751Z test_torch_nn_Threshold_large_value_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:44.4690286Z test_torch_nn_Threshold_threshold_value (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:44.4694013Z test_torch_nn_Threshold_threshold_value_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:44.4895865Z test_torch_nn_Threshold_threshold_value_scalar (__main__.TestCppApiParity) ... ok (0.017s) 2022-09-27T16:38:44.4899725Z test_torch_nn_Threshold_threshold_value_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:44.5724746Z test_torch_nn_TransformerDecoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.079s) 2022-09-27T16:38:44.5728691Z test_torch_nn_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:44.6552923Z test_torch_nn_TransformerDecoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.079s) 2022-09-27T16:38:44.6557105Z test_torch_nn_TransformerDecoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:44.7215994Z test_torch_nn_TransformerEncoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.079s) 2022-09-27T16:38:44.7220287Z test_torch_nn_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:44.7887025Z test_torch_nn_TransformerEncoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.063s) 2022-09-27T16:38:44.7891139Z test_torch_nn_TransformerEncoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.0068059Z test_torch_nn_Transformer_multilayer_coder (__main__.TestCppApiParity) ... ok (0.209s) 2022-09-27T16:38:45.0072466Z test_torch_nn_Transformer_multilayer_coder_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.0348960Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:45.0353126Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.0625597Z test_torch_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:45.0629833Z test_torch_nn_TripletMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.0901601Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:45.0905767Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.1184639Z test_torch_nn_Unflatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:45.1188703Z test_torch_nn_Unflatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.1469719Z test_torch_nn_Unfold (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:45.1473779Z test_torch_nn_Unfold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.1760690Z test_torch_nn_Unfold_int_input (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:45.1764723Z test_torch_nn_Unfold_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.2059092Z test_torch_nn_ZeroPad2d (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:38:45.2416786Z test_torch_nn_ZeroPad2d_complex (__main__.TestCppApiParity) ... ok (0.047s) 2022-09-27T16:38:45.2423306Z test_torch_nn_ZeroPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.2428862Z test_torch_nn_ZeroPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.2759835Z test_torch_nn_ZeroPad2d_negative_dims (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:45.2763907Z test_torch_nn_ZeroPad2d_negative_dims_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.3047666Z test_torch_nn_ZeroPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:45.3051716Z test_torch_nn_ZeroPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.3228681Z test_torch_nn_functional_BCELoss_no_reduce (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:45.3232907Z test_torch_nn_functional_BCELoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.3385305Z test_torch_nn_functional_BCELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:45.3389269Z test_torch_nn_functional_BCELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.3566481Z test_torch_nn_functional_BCELoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:45.3570556Z test_torch_nn_functional_BCELoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.3719512Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:45.3723343Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.3739633Z test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum (__main__.TestCppApiParity) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-09-27T16:38:45.3740154Z warnings.warn(warning.format(ret)) 2022-09-27T16:38:45.3886257Z ok (0.016s) 2022-09-27T16:38:45.3890208Z test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.4049871Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:38:45.4053694Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.4199996Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:45.4203818Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.4352835Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:45.4356661Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.4498963Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:45.4502839Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.4646376Z test_torch_nn_functional_HuberLoss_delta (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:45.4650221Z test_torch_nn_functional_HuberLoss_delta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.4857324Z test_torch_nn_functional_KLDivLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:45.4861182Z test_torch_nn_functional_KLDivLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.5017769Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:38:45.5021495Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.5155655Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.000s) 2022-09-27T16:38:45.5159303Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.5301505Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:45.5305135Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.5466440Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:45.5470029Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.5625376Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:45.5629110Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.5772355Z test_torch_nn_functional_L1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:45.5916956Z test_torch_nn_functional_L1Loss_no_reduce_complex (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:45.5920606Z test_torch_nn_functional_L1Loss_no_reduce_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.5924026Z test_torch_nn_functional_L1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.6058120Z test_torch_nn_functional_L1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:45.6061761Z test_torch_nn_functional_L1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.6218692Z test_torch_nn_functional_MSELoss_no_reduce (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:45.6222325Z test_torch_nn_functional_MSELoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.6356150Z test_torch_nn_functional_MSELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.000s) 2022-09-27T16:38:45.6359711Z test_torch_nn_functional_MSELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.6468278Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:45.6471906Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.6612809Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.000s) 2022-09-27T16:38:45.6616482Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.6755154Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:45.6758795Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.6914725Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:45.6918322Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.7078671Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:38:45.7082526Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.7259034Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:45.7262898Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.7417707Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:45.7421621Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.7586994Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:45.7590942Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.7740504Z test_torch_nn_functional_MultiMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:45.7746164Z test_torch_nn_functional_MultiMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.7918094Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:45.7922501Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.8085893Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:45.8089794Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.8250892Z test_torch_nn_functional_NLLLoss2d_no_reduce (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:45.8254823Z test_torch_nn_functional_NLLLoss2d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.8425346Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:45.8429189Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.8592575Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:38:45.8596558Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.016s) 2022-09-27T16:38:45.8794346Z test_torch_nn_functional_NLLLossNd_no_reduce (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:45.8798230Z test_torch_nn_functional_NLLLossNd_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.8995975Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.020s) 2022-09-27T16:38:45.8999887Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.9194761Z test_torch_nn_functional_NLLLossNd_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:45.9198648Z test_torch_nn_functional_NLLLossNd_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.9352033Z test_torch_nn_functional_NLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:45.9356005Z test_torch_nn_functional_NLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.9509080Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:45.9512999Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.9666395Z test_torch_nn_functional_NLLLoss_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:45.9670330Z test_torch_nn_functional_NLLLoss_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:45.9841730Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.026s) 2022-09-27T16:38:45.9845633Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.0021881Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.010s) 2022-09-27T16:38:46.0027848Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.0213308Z test_torch_nn_functional_Padding122112_3dcircular (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.0216830Z test_torch_nn_functional_Padding122112_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.0363406Z test_torch_nn_functional_Padding1221_2dcircular (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.0366946Z test_torch_nn_functional_Padding1221_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.0508499Z test_torch_nn_functional_Padding12_1dcircular (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.0512078Z test_torch_nn_functional_Padding12_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.0664795Z test_torch_nn_functional_Padding2322_2dcircular (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.0668417Z test_torch_nn_functional_Padding2322_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.0811377Z test_torch_nn_functional_Padding31_1dcircular (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.0814863Z test_torch_nn_functional_Padding31_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.1000781Z test_torch_nn_functional_Padding322112_3dcircular (__main__.TestCppApiParity) ... ok (0.021s) 2022-09-27T16:38:46.1004352Z test_torch_nn_functional_Padding322112_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.1201852Z test_torch_nn_functional_Padding332122_3dcircular (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.1205411Z test_torch_nn_functional_Padding332122_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.1358475Z test_torch_nn_functional_Padding3331_2dcircular (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.1362041Z test_torch_nn_functional_Padding3331_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.1503850Z test_torch_nn_functional_Padding33_1dcircular (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.1507431Z test_torch_nn_functional_Padding33_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.1660889Z test_torch_nn_functional_PoissonNLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.1664452Z test_torch_nn_functional_PoissonNLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.1807995Z test_torch_nn_functional_SmoothL1Loss_beta (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.1811586Z test_torch_nn_functional_SmoothL1Loss_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.1955801Z test_torch_nn_functional_SmoothL1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.1959317Z test_torch_nn_functional_SmoothL1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.2093677Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.2097409Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.2239222Z test_torch_nn_functional_SmoothL1Loss_zero_beta (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.2242957Z test_torch_nn_functional_SmoothL1Loss_zero_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.2385357Z test_torch_nn_functional_SoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.2389233Z test_torch_nn_functional_SoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.2560585Z test_torch_nn_functional_interpolate_bicubic_2d (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.2564372Z test_torch_nn_functional_interpolate_bicubic_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.2701184Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.2705073Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.2908550Z test_torch_nn_functional_interpolate_bicubic_scale_2d (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.2912405Z test_torch_nn_functional_interpolate_bicubic_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.3078618Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.3082456Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.3240846Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.3399092Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.3402963Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.3406553Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.3552879Z test_torch_nn_functional_interpolate_bicubic_tuple_2d (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.3708981Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.3712869Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.3716460Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.3895260Z test_torch_nn_functional_interpolate_bilinear_2d (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.3899246Z test_torch_nn_functional_interpolate_bilinear_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.4012743Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.4016612Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.4222344Z test_torch_nn_functional_interpolate_bilinear_scale_2d (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.4226252Z test_torch_nn_functional_interpolate_bilinear_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.4396192Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.4400057Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.4558456Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.4716766Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.4720766Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.4724369Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.016s) 2022-09-27T16:38:46.4870172Z test_torch_nn_functional_interpolate_bilinear_tuple_2d (__main__.TestCppApiParity) ... ok (0.001s) 2022-09-27T16:38:46.5028226Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.5032099Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.5035710Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.5178188Z test_torch_nn_functional_interpolate_linear_1d (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.5327941Z test_torch_nn_functional_interpolate_linear_1d_align_corners (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.5331788Z test_torch_nn_functional_interpolate_linear_1d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.5335395Z test_torch_nn_functional_interpolate_linear_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.5473475Z test_torch_nn_functional_interpolate_linear_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.5477335Z test_torch_nn_functional_interpolate_linear_1d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.5621387Z test_torch_nn_functional_interpolate_linear_scale_1d (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.5773320Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.5777184Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.5780848Z test_torch_nn_functional_interpolate_linear_scale_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.5921727Z test_torch_nn_functional_interpolate_linear_tuple_1d (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.5925595Z test_torch_nn_functional_interpolate_linear_tuple_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.6068585Z test_torch_nn_functional_interpolate_nearest_1d (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.6072362Z test_torch_nn_functional_interpolate_nearest_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.6176039Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.6180041Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.6352402Z test_torch_nn_functional_interpolate_nearest_2d (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.6356245Z test_torch_nn_functional_interpolate_nearest_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.6594881Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.6598707Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.6702965Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.6706788Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.6934404Z test_torch_nn_functional_interpolate_nearest_3d (__main__.TestCppApiParity) ... ok (0.017s) 2022-09-27T16:38:46.6938839Z test_torch_nn_functional_interpolate_nearest_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.7074517Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.7078359Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.7221437Z test_torch_nn_functional_interpolate_nearest_scale_1d (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.7225267Z test_torch_nn_functional_interpolate_nearest_scale_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.7428094Z test_torch_nn_functional_interpolate_nearest_scale_2d (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:46.7431901Z test_torch_nn_functional_interpolate_nearest_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.7675116Z test_torch_nn_functional_interpolate_nearest_scale_3d (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.7678989Z test_torch_nn_functional_interpolate_nearest_scale_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.7822798Z test_torch_nn_functional_interpolate_nearest_tuple_1d (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.7826612Z test_torch_nn_functional_interpolate_nearest_tuple_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.8008126Z test_torch_nn_functional_interpolate_nearest_tuple_2d (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.8011938Z test_torch_nn_functional_interpolate_nearest_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.8261715Z test_torch_nn_functional_interpolate_nearest_tuple_3d (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:46.8265627Z test_torch_nn_functional_interpolate_nearest_tuple_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.8496660Z test_torch_nn_functional_interpolate_trilinear_3d (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.8500692Z test_torch_nn_functional_interpolate_trilinear_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.8612679Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.8616517Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.8844968Z test_torch_nn_functional_interpolate_trilinear_scale_3d (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.9085777Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners (__main__.TestCppApiParity) ... ok (0.032s) 2022-09-27T16:38:46.9089789Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.9093446Z test_torch_nn_functional_interpolate_trilinear_scale_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.9279830Z test_torch_nn_functional_interpolate_trilinear_tuple_3d (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.9470455Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.9474374Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.9477968Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:46.9636164Z test_torch_nn_functional_log_softmax_dim0 (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.9640245Z test_torch_nn_functional_log_softmax_dim0_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.016s) 2022-09-27T16:38:46.9884168Z test_torch_nn_functional_log_softmax_dim3 (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:46.9888017Z test_torch_nn_functional_log_softmax_dim3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:47.0057882Z test_torch_nn_functional_log_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:47.0064556Z test_torch_nn_functional_log_softmax_lastdim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:47.0165820Z test_torch_nn_functional_log_softmax_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:47.0169449Z test_torch_nn_functional_log_softmax_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:47.0330330Z test_torch_nn_functional_log_softmax_spatial (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:47.0334226Z test_torch_nn_functional_log_softmax_spatial_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:47.0502798Z test_torch_nn_functional_log_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:47.0506649Z test_torch_nn_functional_log_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:47.0673586Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:47.0677476Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:47.0832119Z test_torch_nn_functional_sample_functional_has_parity (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:47.0836079Z test_torch_nn_functional_sample_functional_has_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:47.0989447Z test_torch_nn_functional_sample_functional_no_parity (__main__.TestCppApiParity) ... expected failure (0.016s) 2022-09-27T16:38:47.0993210Z test_torch_nn_functional_sample_functional_no_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:47.1162991Z test_torch_nn_functional_softmax_functional_dim0 (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:47.1166873Z test_torch_nn_functional_softmax_functional_dim0_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:38:47.1335073Z test_torch_nn_functional_softmax_functional_dim3 (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:47.1339099Z test_torch_nn_functional_softmax_functional_dim3_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:38:47.1487707Z test_torch_nn_functional_softmax_functional_scalar (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:47.1491674Z test_torch_nn_functional_softmax_functional_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:38:47.1671047Z test_torch_nn_functional_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:47.1675029Z test_torch_nn_functional_softmax_lastdim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:47.1854666Z test_torch_nn_functional_softmax_lastdim_dtype (__main__.TestCppApiParity) ... ok (0.031s) 2022-09-27T16:38:47.1858690Z test_torch_nn_functional_softmax_lastdim_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.001s) 2022-09-27T16:38:47.2022522Z test_torch_nn_functional_softmax_spatial (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:47.2026448Z test_torch_nn_functional_softmax_spatial_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:47.2188257Z test_torch_nn_functional_softmax_spatial_dtype (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:47.2192035Z test_torch_nn_functional_softmax_spatial_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-09-27T16:38:47.2370483Z test_torch_nn_functional_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.016s) 2022-09-27T16:38:47.2374386Z test_torch_nn_functional_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-09-27T16:38:47.2374802Z 2022-09-27T16:38:47.2375068Z ---------------------------------------------------------------------- 2022-09-27T16:38:47.2375475Z Ran 1100 tests in 16.469s 2022-09-27T16:38:47.2375757Z 2022-09-27T16:38:47.2375913Z OK (skipped=550, expected failures=17) 2022-09-27T16:38:47.2376129Z 2022-09-27T16:38:47.2376262Z Generating XML reports... 2022-09-27T16:38:47.3464101Z Generated XML report: test-reports\python-unittest\test_cpp_api_parity\TEST-TestCppApiParity-20220927163830.xml 2022-09-27T16:38:47.6733606Z Running test_multiprocessing_spawn ... [2022-09-27 16:38:47.661897] 2022-09-27T16:38:47.6734094Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_multiprocessing_spawn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:38:47.661897] 2022-09-27T16:38:49.0231364Z 2022-09-27T16:38:49.0231689Z Running tests... 2022-09-27T16:38:49.0232022Z ---------------------------------------------------------------------- 2022-09-27T16:38:49.0232390Z Test results will be stored in test-reports\python-unittest\test_multiprocessing_spawn 2022-09-27T16:38:49.3499647Z test_errors_pickleable (__main__.ErrorTest) ... ok (0.332s) 2022-09-27T16:38:49.3504240Z test_exception_all (__main__.ForkTest) ... skip: Fork is only available on Unix (0.000s) 2022-09-27T16:38:49.3509290Z test_exception_single (__main__.ForkTest) ... skip: Fork is only available on Unix (0.000s) 2022-09-27T16:38:49.3514779Z test_first_argument_index (__main__.ForkTest) ... skip: Fork is only available on Unix (0.000s) 2022-09-27T16:38:49.3517978Z test_success (__main__.ForkTest) ... skip: Fork is only available on Unix (0.000s) 2022-09-27T16:38:49.3522377Z test_success_first_then_exception (__main__.ForkTest) ... skip: Fork is only available on Unix (0.000s) 2022-09-27T16:38:49.3527276Z test_success_non_blocking (__main__.ForkTest) ... skip: Fork is only available on Unix (0.000s) 2022-09-27T16:38:49.3531694Z test_terminate_exit (__main__.ForkTest) ... skip: Fork is only available on Unix (0.000s) 2022-09-27T16:38:49.3536341Z test_terminate_signal (__main__.ForkTest) ... skip: Fork is only available on Unix (0.000s) 2022-09-27T16:38:50.4947682Z test_exception_all (__main__.SpawnTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:38:50.4948167Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:38:50.4950521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:38:50.4950935Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:38:50.4967847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:38:50.4968225Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:38:50.4971164Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:38:50.4971570Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:38:50.9413787Z ok (1.598s) 2022-09-27T16:38:52.0606229Z test_exception_raises (__main__.SpawnTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:38:52.0606873Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:38:52.0609078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:38:52.0609495Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:38:52.4545723Z ok (1.505s) 2022-09-27T16:38:53.5977993Z test_exception_single (__main__.SpawnTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:38:53.5978523Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:38:53.5980831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:38:53.5981253Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:38:53.5988553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:38:53.5988944Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:38:53.5991967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:38:53.5992369Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:38:55.1541865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:38:55.1542322Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:38:55.1544846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:38:55.1545259Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:38:55.1611255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:38:55.1611644Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:38:55.1614607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:38:55.1615005Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:38:55.5745439Z ok (3.126s) 2022-09-27T16:38:56.7080751Z test_first_argument_index (__main__.SpawnTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:38:56.7081250Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:38:56.7083570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:38:56.7083985Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:38:56.7145731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:38:56.7146121Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:38:56.7149156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:38:57.1290319Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:38:57.1290598Z ok (1.547s) 2022-09-27T16:38:57.1334441Z test_signal_raises (__main__.SpawnTest) ... ok (0.016s) 2022-09-27T16:38:57.1340986Z test_success (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72298 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-09-27T16:38:58.2669761Z test_success_first_then_exception (__main__.SpawnTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:38:58.2670267Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:38:58.2672562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:38:58.2672971Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:38:58.2743950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:38:58.2744338Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:38:58.2747363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:38:58.2747765Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:38:58.7727170Z ok (1.632s) 2022-09-27T16:38:59.9096737Z test_success_non_blocking (__main__.SpawnTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:38:59.9099480Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:38:59.9099899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:38:59.9100318Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:38:59.9116401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:38:59.9116804Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:38:59.9119807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:38:59.9120206Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:39:00.3419071Z ok (1.569s) 2022-09-27T16:39:01.4868448Z test_terminate_exit (__main__.SpawnTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:39:01.4868915Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:39:01.4871208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:39:01.4871627Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:39:01.4874942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:39:01.4875329Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:39:01.4878474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:39:01.4878875Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:39:01.9123454Z ok (1.565s) 2022-09-27T16:39:03.0546240Z test_terminate_signal (__main__.SpawnTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:39:03.0546740Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:39:03.0547155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:39:03.0547730Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:39:03.0549130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:39:03.0549541Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:39:03.0549946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:39:03.0550351Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:39:03.3246865Z ok (1.425s) 2022-09-27T16:39:03.3247300Z 2022-09-27T16:39:03.3247537Z ---------------------------------------------------------------------- 2022-09-27T16:39:03.3247799Z Ran 19 tests in 14.312s 2022-09-27T16:39:03.3247915Z 2022-09-27T16:39:03.3247992Z OK (skipped=9) 2022-09-27T16:39:03.3248102Z 2022-09-27T16:39:03.3248193Z Generating XML reports... 2022-09-27T16:39:03.3296998Z Generated XML report: test-reports\python-unittest\test_multiprocessing_spawn\TEST-ErrorTest-20220927163849.xml 2022-09-27T16:39:03.3310822Z Generated XML report: test-reports\python-unittest\test_multiprocessing_spawn\TEST-SpawnTest-20220927163849.xml 2022-09-27T16:39:03.3330449Z Generated XML report: test-reports\python-unittest\test_multiprocessing_spawn\TEST-ForkTest-20220927163849.xml 2022-09-27T16:39:03.5504649Z Running test_view_ops ... [2022-09-27 16:39:03.541928] 2022-09-27T16:39:03.5505095Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_view_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:39:03.541928] 2022-09-27T16:39:05.2645379Z 2022-09-27T16:39:05.2645716Z Running tests... 2022-09-27T16:39:05.2646041Z ---------------------------------------------------------------------- 2022-09-27T16:39:05.2646381Z Test results will be stored in test-reports\python-unittest\test_view_ops 2022-09-27T16:39:05.2675446Z test_T_cpu (__main__.TestOldViewOpsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_view_ops.py:1298: 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:3235.) 2022-09-27T16:39:05.2676161Z t1 = a.T 2022-09-27T16:39:05.2687146Z ok (0.016s) 2022-09-27T16:39:05.6203740Z test_atleast_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.342s) 2022-09-27T16:39:05.9753452Z test_atleast_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.368s) 2022-09-27T16:39:06.3001419Z test_atleast_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.315s) 2022-09-27T16:39:06.5771704Z test_atleast_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.285s) 2022-09-27T16:39:06.8433385Z test_atleast_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.256s) 2022-09-27T16:39:06.9471514Z test_atleast_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.111s) 2022-09-27T16:39:07.0503562Z test_atleast_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.095s) 2022-09-27T16:39:07.1412870Z test_atleast_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.095s) 2022-09-27T16:39:07.2445492Z test_atleast_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.110s) 2022-09-27T16:39:07.3471468Z test_atleast_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.094s) 2022-09-27T16:39:07.4376337Z test_atleast_gradient_cpu (__main__.TestOldViewOpsCPU) ... ok (0.093s) 2022-09-27T16:39:07.4535234Z test_big_transpose_cpu (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:07.4649841Z test_broadcast_shapes_cpu (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:07.4665834Z test_broadcast_tensors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:07.4693940Z 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-09-27T16:39:07.4695274Z return torch.as_tensor(tensor_like) 2022-09-27T16:39:08.1665350Z ok (0.704s) 2022-09-27T16:39:08.1780413Z test_broadcast_to_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:08.1896489Z test_broadcast_to_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:08.1996094Z test_broadcast_to_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:08.2094189Z test_broadcast_to_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:08.2190472Z test_broadcast_to_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:08.2265265Z test_broadcast_to_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:08.2339603Z test_broadcast_to_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:08.2410907Z test_broadcast_to_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:08.2485366Z test_broadcast_to_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:08.2559499Z test_broadcast_to_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:08.2590409Z test_chunk_cpu (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:08.2624867Z test_conj_neg_view_numpy_error_cpu (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:08.2638597Z test_contiguous_cpu (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:08.2652178Z test_crow_col_indices_cpu (__main__.TestOldViewOpsCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_view_ops.py:1830: 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-09-27T16:39:08.2652917Z t = torch.sparse_csr_tensor(crow_indices, col_indices, values, size=(2, 2)) 2022-09-27T16:39:08.2653160Z ok (0.000s) 2022-09-27T16:39:08.2672269Z test_empty_reshape_cpu (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:08.2719453Z test_expand_cpu (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:08.2814992Z test_flatten_cpu (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:08.2839695Z test_memory_format_resize__cpu (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:08.2875577Z test_memory_format_resize_as_cpu (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:08.2905356Z test_narrow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:08.2932257Z test_narrow_tensor_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-09-27T16:39:08.2952628Z test_python_types_cpu (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:08.3014961Z test_ravel_cpu (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:08.3061547Z test_reshape_cpu (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:08.3081902Z test_reshape_view_semantics_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:08.3101146Z test_reshape_view_semantics_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:08.3121165Z test_reshape_view_semantics_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:08.3141506Z test_reshape_view_semantics_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:08.3160986Z test_reshape_view_semantics_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:08.3180517Z test_reshape_view_semantics_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:08.3200036Z test_reshape_view_semantics_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:08.3219198Z test_reshape_view_semantics_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:08.3238276Z test_reshape_view_semantics_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:08.3257253Z test_reshape_view_semantics_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:08.3276380Z test_reshape_view_semantics_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:08.3295470Z test_reshape_view_semantics_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:08.3316389Z test_resize_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:08.3338564Z test_resize_as_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:08.3350571Z test_resize_as_preserves_strides_cpu (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:08.3371907Z test_resize_overflow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:08.3411519Z test_split_cpu (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:08.3452955Z test_t_cpu (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:08.3533863Z test_tensor_split_errors_cpu (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:08.5269303Z test_tensor_split_indices_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.174s) 2022-09-27T16:39:08.7626566Z test_tensor_split_indices_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.238s) 2022-09-27T16:39:09.0052457Z test_tensor_split_indices_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.254s) 2022-09-27T16:39:09.2250492Z test_tensor_split_indices_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.220s) 2022-09-27T16:39:09.4453833Z test_tensor_split_indices_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.206s) 2022-09-27T16:39:09.6552289Z test_tensor_split_indices_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.221s) 2022-09-27T16:39:09.8277115Z test_tensor_split_indices_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.161s) 2022-09-27T16:39:10.0002945Z test_tensor_split_indices_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.181s) 2022-09-27T16:39:10.1631091Z test_tensor_split_indices_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.167s) 2022-09-27T16:39:10.3350979Z test_tensor_split_indices_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.165s) 2022-09-27T16:39:10.5064374Z test_tensor_split_indices_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.165s) 2022-09-27T16:39:11.1109821Z test_tensor_split_sections_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.617s) 2022-09-27T16:39:11.9166094Z test_tensor_split_sections_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.796s) 2022-09-27T16:39:12.7510637Z test_tensor_split_sections_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.838s) 2022-09-27T16:39:13.5266705Z test_tensor_split_sections_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.775s) 2022-09-27T16:39:14.2991269Z test_tensor_split_sections_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.774s) 2022-09-27T16:39:15.0373945Z test_tensor_split_sections_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.730s) 2022-09-27T16:39:15.6396529Z test_tensor_split_sections_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.602s) 2022-09-27T16:39:16.2433561Z test_tensor_split_sections_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.618s) 2022-09-27T16:39:16.8190875Z test_tensor_split_sections_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.574s) 2022-09-27T16:39:17.4247210Z test_tensor_split_sections_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.602s) 2022-09-27T16:39:18.0290149Z test_tensor_split_sections_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.610s) 2022-09-27T16:39:18.0336166Z test_transpose_invalid_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.0378539Z test_transpose_invalid_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.0414678Z test_transpose_invalid_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.0796842Z test_transpose_vs_numpy_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.041s) 2022-09-27T16:39:18.1111688Z test_transpose_vs_numpy_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.041s) 2022-09-27T16:39:18.1255914Z test_transpose_vs_numpy_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.1298552Z test_transposes_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:18.1327354Z test_transposes_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.1376975Z test_transposes_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.1427424Z test_transposes_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:18.1468291Z test_transposes_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.1509076Z test_transposes_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.1548521Z test_transposes_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.1578106Z test_transposes_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:18.1607611Z test_transposes_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.1635895Z test_transposes_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.1665358Z test_transposes_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.1694618Z test_transposes_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.1730906Z test_transposes_errors_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.1762211Z test_transposes_errors_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:18.1797792Z test_transposes_errors_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.1833301Z test_transposes_errors_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.1867216Z test_transposes_errors_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.010s) 2022-09-27T16:39:18.1900745Z test_transposes_errors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.1934042Z test_transposes_errors_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.1965384Z test_transposes_errors_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.010s) 2022-09-27T16:39:18.1996560Z test_transposes_errors_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.2027740Z test_transposes_errors_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.2058995Z test_transposes_errors_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.010s) 2022-09-27T16:39:18.2089896Z test_transposes_errors_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.2112832Z test_unsqueeze_cpu (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.2130615Z test_view_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.2238261Z test_view_cpu (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:18.2251121Z test_view_empty_cpu (__main__.TestOldViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.2271222Z test_T_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.2285374Z test_advanced_indexing_assignment_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.2302383Z test_advanced_indexing_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.2717164Z test_as_strided_gradients_cpu (__main__.TestViewOpsCPU) ... ok (0.047s) 2022-09-27T16:39:18.2731917Z test_as_strided_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.2746555Z test_as_strided_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.2760697Z test_basic_indexing_ellipses_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.2774903Z test_basic_indexing_newaxis_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.2789182Z test_basic_indexing_slice_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.2796379Z test_chunk_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.000s) 2022-09-27T16:39:18.2816070Z test_conj_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.2835869Z test_conj_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:18.2847215Z test_conj_self_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.2858473Z test_conj_self_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.2869646Z test_conj_self_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.2880815Z test_conj_self_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.2891951Z test_conj_self_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.2903260Z test_conj_self_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.2914469Z test_conj_self_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.2925778Z test_conj_self_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.010s) 2022-09-27T16:39:18.2936903Z test_conj_self_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.2956805Z test_conj_view_with_shared_memory_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.2972826Z test_contiguous_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.2983539Z test_contiguous_self_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3002959Z test_diagonal_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3018037Z test_expand_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3032705Z test_expand_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3054861Z test_flatten_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3089518Z test_flatten_view_cpu (__main__.TestViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:18.3105315Z test_imag_noncomplex_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3120601Z test_imag_noncomplex_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3135754Z test_imag_noncomplex_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3151043Z test_imag_noncomplex_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3166202Z test_imag_noncomplex_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3181674Z test_imag_noncomplex_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.010s) 2022-09-27T16:39:18.3196834Z test_imag_noncomplex_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3211929Z test_imag_noncomplex_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3227224Z test_imag_noncomplex_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3262265Z test_movedim_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3276838Z test_narrow_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3291042Z test_permute_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3320230Z test_real_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3350468Z test_real_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:18.3364851Z test_reshape_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3380129Z test_reshape_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3394176Z test_reshape_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3408291Z test_select_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3429162Z test_set_real_imag_cpu_complex128_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3449962Z test_set_real_imag_cpu_complex128_bool (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3470418Z test_set_real_imag_cpu_complex128_complex128 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3491076Z test_set_real_imag_cpu_complex128_complex64 (__main__.TestViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:18.3513074Z test_set_real_imag_cpu_complex128_float16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3533782Z test_set_real_imag_cpu_complex128_float32 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3554108Z test_set_real_imag_cpu_complex128_float64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3574795Z test_set_real_imag_cpu_complex128_int16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3595558Z test_set_real_imag_cpu_complex128_int32 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3615966Z test_set_real_imag_cpu_complex128_int64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3636675Z test_set_real_imag_cpu_complex128_int8 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3657260Z test_set_real_imag_cpu_complex128_uint8 (__main__.TestViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:18.3677807Z test_set_real_imag_cpu_complex64_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3698608Z test_set_real_imag_cpu_complex64_bool (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3719043Z test_set_real_imag_cpu_complex64_complex128 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3739585Z test_set_real_imag_cpu_complex64_complex64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3759982Z test_set_real_imag_cpu_complex64_float16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3780479Z test_set_real_imag_cpu_complex64_float32 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3801571Z test_set_real_imag_cpu_complex64_float64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3821731Z test_set_real_imag_cpu_complex64_int16 (__main__.TestViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:18.3842429Z test_set_real_imag_cpu_complex64_int32 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3863226Z test_set_real_imag_cpu_complex64_int64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3883950Z test_set_real_imag_cpu_complex64_int8 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3904786Z test_set_real_imag_cpu_complex64_uint8 (__main__.TestViewOpsCPU) ... ok (0.010s) 2022-09-27T16:39:18.3912047Z test_split_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.000s) 2022-09-27T16:39:18.3925800Z test_squeeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3939853Z test_squeeze_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3954357Z test_t_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3968414Z test_t_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.3993315Z test_transpose_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.4011584Z test_transpose_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.4082334Z test_unbind_cpu (__main__.TestViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:18.4103366Z test_unbind_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.4117439Z test_unfold_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.4132059Z test_unsqueeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.4146594Z test_unsqueeze_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.4204027Z test_view_as_complex_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.4232265Z test_view_as_real_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:18.4252379Z 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-09-27T16:39:18.4253056Z t = torch.randn(3, 4, dtype=dtype, device=device) 2022-09-27T16:39:18.4261458Z ok (0.000s) 2022-09-27T16:39:18.4289892Z test_view_as_real_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.4304365Z test_view_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.4324749Z test_view_copy_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.4345696Z test_view_copy_out_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.4669530Z test_view_dtype_new_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.031s) 2022-09-27T16:39:18.5035933Z test_view_dtype_new_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.041s) 2022-09-27T16:39:18.5414063Z test_view_dtype_new_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.041s) 2022-09-27T16:39:18.5783233Z test_view_dtype_new_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.036s) 2022-09-27T16:39:18.6139596Z test_view_dtype_new_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.032s) 2022-09-27T16:39:18.6507191Z test_view_dtype_new_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.032s) 2022-09-27T16:39:18.6848736Z test_view_dtype_new_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.047s) 2022-09-27T16:39:18.7193834Z test_view_dtype_new_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.031s) 2022-09-27T16:39:18.7549495Z test_view_dtype_new_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.031s) 2022-09-27T16:39:18.7872933Z test_view_dtype_new_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.032s) 2022-09-27T16:39:18.8195753Z test_view_dtype_new_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.032s) 2022-09-27T16:39:18.8297195Z test_view_dtype_upsize_errors_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:18.8413928Z test_view_dtype_upsize_errors_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:18.8433653Z test_view_dtype_upsize_errors_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.8466256Z test_view_dtype_upsize_errors_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.8556203Z test_view_dtype_upsize_errors_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.8622529Z test_view_dtype_upsize_errors_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:18.8654283Z test_view_dtype_upsize_errors_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.8737324Z test_view_dtype_upsize_errors_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:18.8799400Z test_view_dtype_upsize_errors_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.8830380Z test_view_dtype_upsize_errors_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.8944309Z test_view_dtype_upsize_errors_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:18.9057955Z test_view_dtype_upsize_errors_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:18.9075710Z test_view_tensor_dsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9092147Z test_view_tensor_dsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9109782Z test_view_tensor_dsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9127582Z test_view_tensor_dsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9145046Z test_view_tensor_dsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9162153Z test_view_tensor_dsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9179380Z test_view_tensor_dsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9195753Z test_view_tensor_dsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9212129Z test_view_tensor_dsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:18.9228428Z test_view_tensor_dsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9244669Z test_view_tensor_dsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9261019Z test_view_tensor_dsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9278508Z test_view_tensor_hsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9294704Z test_view_tensor_hsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9313047Z test_view_tensor_hsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9331280Z test_view_tensor_hsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9348715Z test_view_tensor_hsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9366560Z test_view_tensor_hsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:18.9383734Z test_view_tensor_hsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9400037Z test_view_tensor_hsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9416264Z test_view_tensor_hsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9432536Z test_view_tensor_hsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9448780Z test_view_tensor_hsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9465088Z test_view_tensor_hsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9481660Z test_view_tensor_split_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9497168Z test_view_tensor_split_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9514382Z test_view_tensor_split_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9532107Z test_view_tensor_split_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:18.9550094Z test_view_tensor_split_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9566098Z test_view_tensor_split_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9582684Z test_view_tensor_split_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9598949Z test_view_tensor_split_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9614498Z test_view_tensor_split_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9630154Z test_view_tensor_split_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9645667Z test_view_tensor_split_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9661281Z test_view_tensor_split_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9678551Z test_view_tensor_vsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9694873Z test_view_tensor_vsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:18.9713124Z test_view_tensor_vsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9731501Z test_view_tensor_vsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9748856Z test_view_tensor_vsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9766102Z test_view_tensor_vsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9783804Z test_view_tensor_vsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9800644Z test_view_tensor_vsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9816888Z test_view_tensor_vsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9833199Z test_view_tensor_vsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9849643Z test_view_tensor_vsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.016s) 2022-09-27T16:39:18.9866137Z test_view_tensor_vsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:18.9880028Z test_view_view_cpu (__main__.TestViewOpsCPU) ... ok (0.000s) 2022-09-27T16:39:19.0684072Z test_T_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.079s) 2022-09-27T16:39:19.0709762Z test_advanced_indexing_assignment_lazy (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-09-27T16:39:19.0764537Z test_advanced_indexing_nonview_lazy (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-09-27T16:39:19.1179846Z test_as_strided_gradients_lazy (__main__.TestViewOpsLAZY) ... ok (0.048s) 2022-09-27T16:39:19.1243313Z test_as_strided_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-09-27T16:39:19.1299617Z test_as_strided_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.016s) 2022-09-27T16:39:19.1359342Z test_basic_indexing_ellipses_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-09-27T16:39:19.1428348Z test_basic_indexing_newaxis_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.016s) 2022-09-27T16:39:19.1495094Z test_basic_indexing_slice_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-09-27T16:39:19.1502339Z test_chunk_view_lazy (__main__.TestViewOpsLAZY) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.000s) 2022-09-27T16:39:19.1517584Z test_conj_imag_view_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.1532719Z test_conj_imag_view_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.1544427Z test_conj_self_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-09-27T16:39:19.1556089Z test_conj_self_lazy_float16 (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-09-27T16:39:19.1567737Z test_conj_self_lazy_float32 (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-09-27T16:39:19.1580368Z test_conj_self_lazy_float64 (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-09-27T16:39:19.1591505Z test_conj_self_lazy_int16 (__main__.TestViewOpsLAZY) ... ok (0.016s) 2022-09-27T16:39:19.1603210Z test_conj_self_lazy_int32 (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-09-27T16:39:19.1614806Z test_conj_self_lazy_int64 (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-09-27T16:39:19.1626593Z test_conj_self_lazy_int8 (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-09-27T16:39:19.1638220Z test_conj_self_lazy_uint8 (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-09-27T16:39:19.1651920Z test_conj_view_with_shared_memory_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.1664336Z test_contiguous_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.1674944Z test_contiguous_self_lazy (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-09-27T16:39:19.1777092Z test_diagonal_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.016s) 2022-09-27T16:39:19.1838472Z test_expand_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-09-27T16:39:19.1851306Z test_expand_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.1868392Z test_flatten_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.1892109Z test_flatten_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.1903940Z test_imag_noncomplex_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.016s) 2022-09-27T16:39:19.1915528Z test_imag_noncomplex_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:39:19.1927026Z test_imag_noncomplex_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.1938539Z test_imag_noncomplex_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.1950067Z test_imag_noncomplex_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.1961496Z test_imag_noncomplex_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.1972965Z test_imag_noncomplex_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.1984466Z test_imag_noncomplex_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.1995880Z test_imag_noncomplex_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.2630976Z test_movedim_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.063s) 2022-09-27T16:39:19.2692556Z test_narrow_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.016s) 2022-09-27T16:39:19.2762717Z test_permute_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-09-27T16:39:19.2782988Z test_real_imag_view_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.2802513Z test_real_imag_view_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.2854510Z test_reshape_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.016s) 2022-09-27T16:39:19.2867592Z test_reshape_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.2939261Z test_reshape_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-09-27T16:39:19.2989694Z test_select_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-09-27T16:39:19.3006932Z test_set_real_imag_lazy_complex128_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.016s) 2022-09-27T16:39:19.3023745Z test_set_real_imag_lazy_complex128_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.3040371Z test_set_real_imag_lazy_complex128_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.3057110Z test_set_real_imag_lazy_complex128_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.3073852Z test_set_real_imag_lazy_complex128_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.3090604Z test_set_real_imag_lazy_complex128_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.3107473Z test_set_real_imag_lazy_complex128_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.3124337Z test_set_real_imag_lazy_complex128_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.3140978Z test_set_real_imag_lazy_complex128_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.3157629Z test_set_real_imag_lazy_complex128_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.3174466Z test_set_real_imag_lazy_complex128_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.016s) 2022-09-27T16:39:19.3191337Z test_set_real_imag_lazy_complex128_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.3208011Z test_set_real_imag_lazy_complex64_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.3224865Z test_set_real_imag_lazy_complex64_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.3241602Z test_set_real_imag_lazy_complex64_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.3258239Z test_set_real_imag_lazy_complex64_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.3275024Z test_set_real_imag_lazy_complex64_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.3291694Z test_set_real_imag_lazy_complex64_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.3308578Z test_set_real_imag_lazy_complex64_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.3325646Z test_set_real_imag_lazy_complex64_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.016s) 2022-09-27T16:39:19.3342464Z test_set_real_imag_lazy_complex64_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.3359054Z test_set_real_imag_lazy_complex64_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.3375707Z test_set_real_imag_lazy_complex64_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.3392328Z test_set_real_imag_lazy_complex64_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.3399445Z test_split_view_lazy (__main__.TestViewOpsLAZY) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.000s) 2022-09-27T16:39:19.3453152Z test_squeeze_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-09-27T16:39:19.3505228Z test_squeeze_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.016s) 2022-09-27T16:39:19.3565572Z test_t_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-09-27T16:39:19.3618993Z test_t_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-09-27T16:39:19.3763282Z test_transpose_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.016s) 2022-09-27T16:39:19.3885375Z test_transpose_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.024s) 2022-09-27T16:39:19.3960011Z test_unbind_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-09-27T16:39:19.3973115Z test_unbind_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.4021565Z test_unfold_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-09-27T16:39:19.4089074Z test_unsqueeze_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-09-27T16:39:19.4148976Z test_unsqueeze_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.016s) 2022-09-27T16:39:19.4175851Z test_view_as_complex_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.4196427Z test_view_as_real_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.4215566Z test_view_as_real_lazy_complex32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.4235330Z test_view_as_real_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.4255278Z test_view_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-09-27T16:39:19.4336492Z test_view_copy_lazy (__main__.TestViewOpsLAZY) ... ok (0.016s) 2022-09-27T16:39:19.4388051Z test_view_copy_out_lazy (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-09-27T16:39:19.4434452Z test_view_dtype_new_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.016s) 2022-09-27T16:39:19.4480176Z test_view_dtype_new_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.4525889Z test_view_dtype_new_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.4572678Z test_view_dtype_new_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.4618622Z test_view_dtype_new_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.016s) 2022-09-27T16:39:19.4664393Z test_view_dtype_new_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.4710502Z test_view_dtype_new_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.4756507Z test_view_dtype_new_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.017s) 2022-09-27T16:39:19.4802223Z test_view_dtype_new_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.4847926Z test_view_dtype_new_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.4893509Z test_view_dtype_new_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.4913072Z test_view_dtype_upsize_errors_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.016s) 2022-09-27T16:39:19.4932191Z test_view_dtype_upsize_errors_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.4951470Z test_view_dtype_upsize_errors_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.4970569Z test_view_dtype_upsize_errors_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.4989893Z test_view_dtype_upsize_errors_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5009106Z test_view_dtype_upsize_errors_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5028396Z test_view_dtype_upsize_errors_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5047739Z test_view_dtype_upsize_errors_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5067266Z test_view_dtype_upsize_errors_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.016s) 2022-09-27T16:39:19.5086505Z test_view_dtype_upsize_errors_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5106003Z test_view_dtype_upsize_errors_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5124982Z test_view_dtype_upsize_errors_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5139266Z test_view_tensor_dsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5153355Z test_view_tensor_dsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5167546Z test_view_tensor_dsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5181822Z test_view_tensor_dsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5196011Z test_view_tensor_dsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5210017Z test_view_tensor_dsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5224372Z test_view_tensor_dsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.016s) 2022-09-27T16:39:19.5238416Z test_view_tensor_dsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5252503Z test_view_tensor_dsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5266781Z test_view_tensor_dsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5280916Z test_view_tensor_dsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5294958Z test_view_tensor_dsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5309293Z test_view_tensor_hsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5323412Z test_view_tensor_hsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5337551Z test_view_tensor_hsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5351797Z test_view_tensor_hsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5365797Z test_view_tensor_hsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5380193Z test_view_tensor_hsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.016s) 2022-09-27T16:39:19.5394286Z test_view_tensor_hsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5408352Z test_view_tensor_hsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5422666Z test_view_tensor_hsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5436716Z test_view_tensor_hsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5450807Z test_view_tensor_hsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5465078Z test_view_tensor_hsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5479098Z test_view_tensor_split_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5492972Z test_view_tensor_split_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5506975Z test_view_tensor_split_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5520926Z test_view_tensor_split_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5534900Z test_view_tensor_split_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.016s) 2022-09-27T16:39:19.5548930Z test_view_tensor_split_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5562804Z test_view_tensor_split_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5576720Z test_view_tensor_split_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5590787Z test_view_tensor_split_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5604709Z test_view_tensor_split_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5618755Z test_view_tensor_split_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5632704Z test_view_tensor_split_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5646851Z test_view_tensor_vsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5661203Z test_view_tensor_vsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5675385Z test_view_tensor_vsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5689785Z test_view_tensor_vsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.016s) 2022-09-27T16:39:19.5704051Z test_view_tensor_vsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5718143Z test_view_tensor_vsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5732317Z test_view_tensor_vsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5746587Z test_view_tensor_vsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5760723Z test_view_tensor_vsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5774729Z test_view_tensor_vsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5789031Z test_view_tensor_vsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5803093Z test_view_tensor_vsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.000s) 2022-09-27T16:39:19.5822761Z test_view_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.000s) 2022-09-27T16:39:19.5823101Z 2022-09-27T16:39:19.5823347Z ---------------------------------------------------------------------- 2022-09-27T16:39:19.5823600Z Ran 439 tests in 14.313s 2022-09-27T16:39:19.5823724Z 2022-09-27T16:39:19.5823805Z OK (skipped=123) 2022-09-27T16:39:19.5823921Z 2022-09-27T16:39:19.5824088Z Generating XML reports... 2022-09-27T16:39:19.5971818Z Generated XML report: test-reports\python-unittest\test_view_ops\TEST-TestOldViewOpsCPU-20220927163905.xml 2022-09-27T16:39:19.6107516Z Generated XML report: test-reports\python-unittest\test_view_ops\TEST-TestViewOpsCPU-20220927163905.xml 2022-09-27T16:39:19.6277893Z Generated XML report: test-reports\python-unittest\test_view_ops\TEST-TestViewOpsLAZY-20220927163905.xml 2022-09-27T16:39:19.8634483Z Running test_multiprocessing ... [2022-09-27 16:39:19.853726] 2022-09-27T16:39:19.8634923Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_multiprocessing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:39:19.853726] 2022-09-27T16:39:21.2358865Z 2022-09-27T16:39:21.2359204Z Running tests... 2022-09-27T16:39:21.2359541Z ---------------------------------------------------------------------- 2022-09-27T16:39:21.2359941Z Test results will be stored in test-reports\python-unittest\test_multiprocessing 2022-09-27T16:39:21.2367602Z test_autograd_errors (__main__.TestMultiprocessing) ... skip: Test needs to use fork multiprocessing (0.000s) 2022-09-27T16:39:22.7178092Z test_autograd_fine_with_spawn (__main__.TestMultiprocessing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:39:22.7178669Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:39:22.7181043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:39:22.7181485Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:39:22.7239725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:39:22.7240127Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:39:22.7243275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:39:22.7243674Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:39:22.7360424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:39:22.7360823Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:39:22.7364018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:39:22.7364446Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:39:22.9827590Z ok (1.758s) 2022-09-27T16:39:22.9836318Z test_cuda_bad_call (__main__.TestMultiprocessing) ... skip: not applicable to Windows (only fails with fork) (0.000s) 2022-09-27T16:39:22.9846939Z test_cuda_ipc_deadlock (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-09-27T16:39:22.9855850Z test_cuda_memory_allocation (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-09-27T16:39:22.9861210Z test_cuda_parameter_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-09-27T16:39:22.9875194Z test_cuda_send_many (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-09-27T16:39:22.9879968Z test_cuda_simple (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-09-27T16:39:22.9894218Z test_cuda_small_tensors (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-09-27T16:39:22.9899966Z test_cuda_variable_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-09-27T16:39:22.9912458Z test_empty_shared (__main__.TestMultiprocessing) ... ok (0.000s) 2022-09-27T16:39:22.9950644Z test_empty_tensor_sharing (__main__.TestMultiprocessing) ... ok (0.000s) 2022-09-27T16:39:22.9955637Z test_empty_tensor_sharing_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.000s) 2022-09-27T16:39:22.9967710Z test_event (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.016s) 2022-09-27T16:39:22.9976646Z test_event_handle_exporter (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-09-27T16:39:22.9987182Z test_event_handle_importer (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-09-27T16:39:22.9997303Z test_event_handle_multi_gpu (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-09-27T16:39:23.0007302Z test_event_multiprocess (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-09-27T16:39:23.0012390Z 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.000s) 2022-09-27T16:39:23.0874614Z test_fd_preserve_sharing (__main__.TestMultiprocessing) ... ok (0.088s) 2022-09-27T16:39:23.0880275Z 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-09-27T16:39:23.0887583Z test_fs (__main__.TestMultiprocessing) ... skip: don't not how to check if shm files exist (0.000s) 2022-09-27T16:39:23.0897240Z test_fs_is_shared (__main__.TestMultiprocessing) ... ok (0.000s) 2022-09-27T16:39:23.0902463Z 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-09-27T16:39:23.1753636Z test_fs_preserve_sharing (__main__.TestMultiprocessing) ... ok (0.088s) 2022-09-27T16:39:23.1759178Z 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.000s) 2022-09-27T16:39:24.2997470Z test_inherit_tensor (__main__.TestMultiprocessing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:39:24.2997985Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:39:24.3000581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:39:24.3001000Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:39:24.6952092Z ok (1.517s) 2022-09-27T16:39:25.8212313Z test_integer_parameter_serialization_cpu (__main__.TestMultiprocessing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:39:25.8212855Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:39:25.8215266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:39:25.8215670Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:39:26.2128317Z ok (1.521s) 2022-09-27T16:39:26.2133273Z test_integer_parameter_serialization_cuda (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-09-27T16:39:26.2144915Z test_is_shared (__main__.TestMultiprocessing) ... ok (0.000s) 2022-09-27T16:39:26.2149639Z test_is_shared_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.000s) 2022-09-27T16:39:27.3400544Z test_leaf_variable_sharing (__main__.TestMultiprocessing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:39:27.3401243Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:39:27.3403607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:39:27.3404034Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:39:28.6955371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:39:28.6955829Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:39:28.6958255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:39:28.6958674Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:39:28.9225417Z ok (2.709s) 2022-09-27T16:39:28.9231294Z test_mixed_types_cuda_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-09-27T16:39:28.9249321Z test_non_leaf_variable_sharing (__main__.TestMultiprocessing) ... ok (0.000s) 2022-09-27T16:39:28.9295804Z test_parameter_sharing (__main__.TestMultiprocessing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\hooks.py:58: UserWarning: backward hook .hook at 0x00000178E05C3280> 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-09-27T16:39:28.9296523Z warnings.warn("backward hook {} on tensor will not be " 2022-09-27T16:39:30.0438882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:39:30.0439307Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:39:30.0441861Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:39:30.0442301Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:39:30.4420776Z ok (1.506s) 2022-09-27T16:39:30.4465741Z test_variable_sharing (__main__.TestMultiprocessing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\hooks.py:58: UserWarning: backward hook .hook at 0x00000178DFD7F670> 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-09-27T16:39:30.4466448Z warnings.warn("backward hook {} on tensor will not be " 2022-09-27T16:39:31.5682564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:39:31.5683018Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:39:31.5685549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:39:31.5685976Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:39:33.0815193Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:39:33.0815630Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:39:33.0818307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:39:33.0818823Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:39:33.4759630Z ok (3.033s) 2022-09-27T16:39:33.4766321Z test_wrong_cuda_fork (__main__.TestMultiprocessing) ... skip: not applicable to Windows (only fails with fork) (0.000s) 2022-09-27T16:39:33.4766793Z 2022-09-27T16:39:33.4766958Z ---------------------------------------------------------------------- 2022-09-27T16:39:33.4767199Z Ran 37 tests in 12.250s 2022-09-27T16:39:33.4767326Z 2022-09-27T16:39:33.4767409Z OK (skipped=24) 2022-09-27T16:39:33.4769597Z 2022-09-27T16:39:33.4769825Z Generating XML reports... 2022-09-27T16:39:33.4854358Z Generated XML report: test-reports\python-unittest\test_multiprocessing\TEST-TestMultiprocessing-20220927163921.xml 2022-09-27T16:39:33.7031584Z Running test_masked ... [2022-09-27 16:39:33.696097] 2022-09-27T16:39:33.7032053Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_masked.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:39:33.696097] 2022-09-27T16:39:35.9567527Z 2022-09-27T16:39:35.9567999Z Running tests... 2022-09-27T16:39:35.9568333Z ---------------------------------------------------------------------- 2022-09-27T16:39:35.9568700Z Test results will be stored in test-reports\python-unittest\test_masked 2022-09-27T16:39:36.1424180Z test_mask_layout_sparse_coo__masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.181s) 2022-09-27T16:39:36.3282190Z test_mask_layout_sparse_coo__masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.187s) 2022-09-27T16:39:36.5060955Z test_mask_layout_sparse_coo__masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.171s) 2022-09-27T16:39:36.6821917Z test_mask_layout_sparse_coo__masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.182s) 2022-09-27T16:39:36.6833408Z test_mask_layout_sparse_coo__masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:36.6844203Z test_mask_layout_sparse_coo__masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:36.6854837Z test_mask_layout_sparse_coo__masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.010s) 2022-09-27T16:39:36.6865499Z test_mask_layout_sparse_coo__masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:36.6875930Z test_mask_layout_sparse_coo__masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:36.8698295Z test_mask_layout_sparse_coo__masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.171s) 2022-09-27T16:39:37.0527026Z test_mask_layout_sparse_coo__masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.187s) 2022-09-27T16:39:37.2312187Z test_mask_layout_sparse_coo__masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.181s) 2022-09-27T16:39:37.4052727Z test_mask_layout_sparse_coo__masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.171s) 2022-09-27T16:39:37.4064149Z test_mask_layout_sparse_coo__masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:37.4074843Z test_mask_layout_sparse_coo__masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:37.4085490Z test_mask_layout_sparse_coo__masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:37.4095957Z test_mask_layout_sparse_coo__masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:37.4107064Z test_mask_layout_sparse_coo__masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:39:37.4125858Z 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-09-27T16:39:37.4136442Z test_mask_layout_sparse_coo__masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:37.4147503Z test_mask_layout_sparse_coo__masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:37.4158258Z test_mask_layout_sparse_coo__masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:37.4175988Z test_mask_layout_sparse_coo__masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... skip: _masked.mean does not support inputs with sparse_coo layout (0.000s) 2022-09-27T16:39:37.4193378Z test_mask_layout_sparse_coo__masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... skip: _masked.mean does not support inputs with sparse_coo layout (0.000s) 2022-09-27T16:39:37.4211072Z test_mask_layout_sparse_coo__masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... skip: _masked.mean does not support inputs with sparse_coo layout (0.000s) 2022-09-27T16:39:37.4221918Z test_mask_layout_sparse_coo__masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:37.4232604Z test_mask_layout_sparse_coo__masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:37.4243812Z test_mask_layout_sparse_coo__masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:37.4254704Z test_mask_layout_sparse_coo__masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:37.4265936Z test_mask_layout_sparse_coo__masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:39:37.5582700Z test_mask_layout_sparse_coo__masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.130s) 2022-09-27T16:39:37.6925092Z test_mask_layout_sparse_coo__masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.134s) 2022-09-27T16:39:37.8262585Z test_mask_layout_sparse_coo__masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.124s) 2022-09-27T16:39:38.0049871Z test_mask_layout_sparse_coo__masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.187s) 2022-09-27T16:39:38.1806945Z test_mask_layout_sparse_coo__masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.171s) 2022-09-27T16:39:38.3108251Z test_mask_layout_sparse_coo__masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.134s) 2022-09-27T16:39:38.4399699Z test_mask_layout_sparse_coo__masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.120s) 2022-09-27T16:39:38.5681138Z test_mask_layout_sparse_coo__masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.140s) 2022-09-27T16:39:38.6986564Z test_mask_layout_sparse_coo__masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.124s) 2022-09-27T16:39:38.8251491Z test_mask_layout_sparse_coo__masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.130s) 2022-09-27T16:39:39.0124866Z test_mask_layout_sparse_coo__masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.193s) 2022-09-27T16:39:39.1513676Z test_mask_layout_sparse_coo__masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.130s) 2022-09-27T16:39:39.2945691Z test_mask_layout_sparse_coo__masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.141s) 2022-09-27T16:39:39.4372490Z test_mask_layout_sparse_coo__masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.142s) 2022-09-27T16:39:39.6247325Z test_mask_layout_sparse_coo__masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.191s) 2022-09-27T16:39:39.8167854Z test_mask_layout_sparse_coo__masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.190s) 2022-09-27T16:39:40.0456915Z test_mask_layout_sparse_coo__masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.231s) 2022-09-27T16:39:40.2163355Z test_mask_layout_sparse_coo__masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.172s) 2022-09-27T16:39:40.3870231Z test_mask_layout_sparse_coo__masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.174s) 2022-09-27T16:39:40.5553868Z test_mask_layout_sparse_coo__masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.158s) 2022-09-27T16:39:40.7157291Z test_mask_layout_sparse_coo__masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.174s) 2022-09-27T16:39:40.8503149Z test_mask_layout_sparse_coo__masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.127s) 2022-09-27T16:39:40.8917425Z test_mask_layout_sparse_csr__masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.048s) 2022-09-27T16:39:40.9321419Z test_mask_layout_sparse_csr__masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.031s) 2022-09-27T16:39:40.9724054Z test_mask_layout_sparse_csr__masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.047s) 2022-09-27T16:39:41.0121997Z test_mask_layout_sparse_csr__masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.032s) 2022-09-27T16:39:41.0132975Z test_mask_layout_sparse_csr__masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:41.0143792Z test_mask_layout_sparse_csr__masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:41.0154504Z test_mask_layout_sparse_csr__masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:39:41.0165470Z test_mask_layout_sparse_csr__masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:41.0176555Z test_mask_layout_sparse_csr__masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:41.0584524Z test_mask_layout_sparse_csr__masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.031s) 2022-09-27T16:39:41.0988578Z test_mask_layout_sparse_csr__masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.049s) 2022-09-27T16:39:41.1394586Z test_mask_layout_sparse_csr__masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.031s) 2022-09-27T16:39:41.1805007Z test_mask_layout_sparse_csr__masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.048s) 2022-09-27T16:39:41.1815997Z test_mask_layout_sparse_csr__masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:41.1826800Z test_mask_layout_sparse_csr__masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:41.1837485Z test_mask_layout_sparse_csr__masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:41.1848074Z test_mask_layout_sparse_csr__masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:41.1858726Z test_mask_layout_sparse_csr__masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:41.2160818Z test_mask_layout_sparse_csr__masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.032s) 2022-09-27T16:39:41.2171706Z test_mask_layout_sparse_csr__masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:41.2182539Z test_mask_layout_sparse_csr__masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:41.2193172Z test_mask_layout_sparse_csr__masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:41.2494640Z test_mask_layout_sparse_csr__masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.031s) 2022-09-27T16:39:41.2797418Z test_mask_layout_sparse_csr__masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.031s) 2022-09-27T16:39:41.3096374Z test_mask_layout_sparse_csr__masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.032s) 2022-09-27T16:39:41.3107521Z test_mask_layout_sparse_csr__masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:41.3118194Z test_mask_layout_sparse_csr__masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:41.3129023Z test_mask_layout_sparse_csr__masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:41.3139604Z test_mask_layout_sparse_csr__masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:41.3150184Z test_mask_layout_sparse_csr__masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:41.3268586Z test_mask_layout_sparse_csr__masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.016s) 2022-09-27T16:39:41.3388611Z test_mask_layout_sparse_csr__masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.016s) 2022-09-27T16:39:41.3507123Z test_mask_layout_sparse_csr__masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.016s) 2022-09-27T16:39:41.3883639Z test_mask_layout_sparse_csr__masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.032s) 2022-09-27T16:39:41.4254992Z test_mask_layout_sparse_csr__masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.031s) 2022-09-27T16:39:41.4373185Z test_mask_layout_sparse_csr__masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.016s) 2022-09-27T16:39:41.4492941Z test_mask_layout_sparse_csr__masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.016s) 2022-09-27T16:39:41.4606320Z test_mask_layout_sparse_csr__masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.016s) 2022-09-27T16:39:41.4723963Z test_mask_layout_sparse_csr__masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.000s) 2022-09-27T16:39:41.4842544Z test_mask_layout_sparse_csr__masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.017s) 2022-09-27T16:39:41.5228548Z test_mask_layout_sparse_csr__masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.032s) 2022-09-27T16:39:41.5358307Z test_mask_layout_sparse_csr__masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.016s) 2022-09-27T16:39:41.5487378Z test_mask_layout_sparse_csr__masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.016s) 2022-09-27T16:39:41.5619293Z test_mask_layout_sparse_csr__masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.016s) 2022-09-27T16:39:41.6005383Z test_mask_layout_sparse_csr__masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.032s) 2022-09-27T16:39:41.6391784Z test_mask_layout_sparse_csr__masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.047s) 2022-09-27T16:39:41.6772720Z test_mask_layout_sparse_csr__masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.032s) 2022-09-27T16:39:41.6903813Z test_mask_layout_sparse_csr__masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.016s) 2022-09-27T16:39:41.7032639Z test_mask_layout_sparse_csr__masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.016s) 2022-09-27T16:39:41.7157352Z test_mask_layout_sparse_csr__masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.016s) 2022-09-27T16:39:41.7286479Z test_mask_layout_sparse_csr__masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.000s) 2022-09-27T16:39:41.7416626Z test_mask_layout_sparse_csr__masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.016s) 2022-09-27T16:39:41.8290241Z test_mask_layout_strided__masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.097s) 2022-09-27T16:39:41.9164622Z test_mask_layout_strided__masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.087s) 2022-09-27T16:39:42.0037311Z test_mask_layout_strided__masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.083s) 2022-09-27T16:39:42.0887280Z test_mask_layout_strided__masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.089s) 2022-09-27T16:39:42.0898228Z test_mask_layout_strided__masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:42.0909019Z test_mask_layout_strided__masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:42.0919602Z test_mask_layout_strided__masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:42.0930190Z test_mask_layout_strided__masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:42.0941041Z test_mask_layout_strided__masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:42.1812110Z test_mask_layout_strided__masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.095s) 2022-09-27T16:39:42.2686174Z test_mask_layout_strided__masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.079s) 2022-09-27T16:39:42.3559986Z test_mask_layout_strided__masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.096s) 2022-09-27T16:39:42.4412269Z test_mask_layout_strided__masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.079s) 2022-09-27T16:39:42.4424298Z test_mask_layout_strided__masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:42.4435158Z test_mask_layout_strided__masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:42.4445765Z test_mask_layout_strided__masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:42.4456395Z test_mask_layout_strided__masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:42.4467020Z test_mask_layout_strided__masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:42.5095612Z test_mask_layout_strided__masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.064s) 2022-09-27T16:39:42.5106734Z test_mask_layout_strided__masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:42.5117421Z test_mask_layout_strided__masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:42.5128180Z test_mask_layout_strided__masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:39:42.5756292Z test_mask_layout_strided__masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.063s) 2022-09-27T16:39:42.6382509Z test_mask_layout_strided__masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.048s) 2022-09-27T16:39:42.7000241Z test_mask_layout_strided__masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.064s) 2022-09-27T16:39:42.7010942Z test_mask_layout_strided__masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:42.7021494Z test_mask_layout_strided__masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:42.7031904Z test_mask_layout_strided__masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.016s) 2022-09-27T16:39:42.7042355Z test_mask_layout_strided__masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:42.7052739Z test_mask_layout_strided__masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:42.7706697Z test_mask_layout_strided__masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.063s) 2022-09-27T16:39:42.8589092Z test_mask_layout_strided__masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.079s) 2022-09-27T16:39:42.9463684Z test_mask_layout_strided__masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.095s) 2022-09-27T16:39:43.0349038Z test_mask_layout_strided__masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.095s) 2022-09-27T16:39:43.1213086Z test_mask_layout_strided__masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.079s) 2022-09-27T16:39:43.1822306Z test_mask_layout_strided__masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.063s) 2022-09-27T16:39:43.2449546Z test_mask_layout_strided__masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.065s) 2022-09-27T16:39:43.3042215Z test_mask_layout_strided__masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.048s) 2022-09-27T16:39:43.3651302Z test_mask_layout_strided__masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.063s) 2022-09-27T16:39:43.4259490Z test_mask_layout_strided__masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.063s) 2022-09-27T16:39:43.5131479Z test_mask_layout_strided__masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.096s) 2022-09-27T16:39:43.5723706Z test_mask_layout_strided__masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.047s) 2022-09-27T16:39:43.6417411Z test_mask_layout_strided__masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.080s) 2022-09-27T16:39:43.7114291Z test_mask_layout_strided__masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.064s) 2022-09-27T16:39:43.7985087Z test_mask_layout_strided__masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.094s) 2022-09-27T16:39:43.8855320Z test_mask_layout_strided__masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.079s) 2022-09-27T16:39:43.9701791Z test_mask_layout_strided__masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.079s) 2022-09-27T16:39:44.0296080Z test_mask_layout_strided__masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.064s) 2022-09-27T16:39:44.0890092Z test_mask_layout_strided__masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.063s) 2022-09-27T16:39:44.1469842Z test_mask_layout_strided__masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.063s) 2022-09-27T16:39:44.2068411Z test_mask_layout_strided__masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.060s) 2022-09-27T16:39:44.2661283Z test_mask_layout_strided__masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.047s) 2022-09-27T16:39:44.2909491Z test_reference_masked__masked_log_softmax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.032s) 2022-09-27T16:39:44.3152266Z test_reference_masked__masked_log_softmax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.031s) 2022-09-27T16:39:44.3388154Z test_reference_masked__masked_log_softmax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.016s) 2022-09-27T16:39:44.5563751Z test_reference_masked__masked_norm_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.222s) 2022-09-27T16:39:44.7740880Z test_reference_masked__masked_norm_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.212s) 2022-09-27T16:39:44.9909705Z test_reference_masked__masked_norm_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.218s) 2022-09-27T16:39:45.2043723Z test_reference_masked__masked_norm_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.207s) 2022-09-27T16:39:45.2380839Z test_reference_masked__masked_normalize_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.047s) 2022-09-27T16:39:45.2773465Z test_reference_masked__masked_normalize_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.031s) 2022-09-27T16:39:45.3168192Z test_reference_masked__masked_normalize_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.036s) 2022-09-27T16:39:45.9275877Z test_reference_masked__masked_normalize_cpu_float16 (__main__.TestMaskedCPU) ... expected failure (0.617s) 2022-09-27T16:39:45.9616180Z test_reference_masked__masked_normalize_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.041s) 2022-09-27T16:39:45.9950656Z test_reference_masked__masked_normalize_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.026s) 2022-09-27T16:39:46.0185579Z test_reference_masked__masked_softmax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.020s) 2022-09-27T16:39:46.0418812Z test_reference_masked__masked_softmax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.031s) 2022-09-27T16:39:46.0649651Z test_reference_masked__masked_softmax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.016s) 2022-09-27T16:39:46.0899378Z test_reference_masked__masked_softmin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.031s) 2022-09-27T16:39:46.1148944Z test_reference_masked__masked_softmin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.026s) 2022-09-27T16:39:46.1396574Z test_reference_masked__masked_softmin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.016s) 2022-09-27T16:39:46.2596086Z test_reference_masked__masked_std_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.124s) 2022-09-27T16:39:46.3971383Z test_reference_masked__masked_std_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.145s) 2022-09-27T16:39:46.5328921Z test_reference_masked__masked_std_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.134s) 2022-09-27T16:39:46.6742976Z test_reference_masked__masked_std_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.130s) 2022-09-27T16:39:46.8149015Z test_reference_masked__masked_std_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.152s) 2022-09-27T16:39:46.8197166Z test_reference_masked__masked_std_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.000s) 2022-09-27T16:39:46.8244522Z test_reference_masked__masked_std_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.000s) 2022-09-27T16:39:46.8291865Z test_reference_masked__masked_std_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.016s) 2022-09-27T16:39:46.8339034Z test_reference_masked__masked_std_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.000s) 2022-09-27T16:39:46.8386189Z test_reference_masked__masked_std_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.000s) 2022-09-27T16:39:46.9576149Z test_reference_masked__masked_var_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.125s) 2022-09-27T16:39:47.0753684Z test_reference_masked__masked_var_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.110s) 2022-09-27T16:39:47.1929594Z test_reference_masked__masked_var_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.127s) 2022-09-27T16:39:47.3115245Z test_reference_masked__masked_var_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.111s) 2022-09-27T16:39:47.4356639Z test_reference_masked__masked_var_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.126s) 2022-09-27T16:39:47.5588433Z test_reference_masked__masked_var_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.128s) 2022-09-27T16:39:47.5636746Z test_reference_masked__masked_var_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.000s) 2022-09-27T16:39:47.5684226Z test_reference_masked__masked_var_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.000s) 2022-09-27T16:39:47.5731484Z test_reference_masked__masked_var_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.016s) 2022-09-27T16:39:47.5778589Z test_reference_masked__masked_var_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.000s) 2022-09-27T16:39:47.5825723Z test_reference_masked__masked_var_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.000s) 2022-09-27T16:39:47.5849288Z test_where_coo_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.000s) 2022-09-27T16:39:47.5871263Z test_where_coo_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.016s) 2022-09-27T16:39:47.5894576Z test_where_csr_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.001s) 2022-09-27T16:39:47.5917669Z test_where_csr_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.000s) 2022-09-27T16:39:47.5940474Z test_where_hybrid_coo_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.000s) 2022-09-27T16:39:47.5963407Z test_where_hybrid_coo_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.000s) 2022-09-27T16:39:47.5963742Z 2022-09-27T16:39:47.5964322Z ---------------------------------------------------------------------- 2022-09-27T16:39:47.5964759Z Ran 202 tests in 11.641s 2022-09-27T16:39:47.5964958Z 2022-09-27T16:39:47.5965136Z OK (skipped=58, expected failures=1) 2022-09-27T16:39:47.5965351Z 2022-09-27T16:39:47.5965490Z Generating XML reports... 2022-09-27T16:39:47.6198307Z Generated XML report: test-reports\python-unittest\test_masked\TEST-TestMaskedCPU-20220927163935.xml 2022-09-27T16:39:47.9276334Z Running test_fx ... [2022-09-27 16:39:47.919591] 2022-09-27T16:39:47.9276784Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fx.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:39:47.919591] 2022-09-27T16:39:50.2973836Z 2022-09-27T16:39:50.2974118Z Running tests... 2022-09-27T16:39:50.2974486Z ---------------------------------------------------------------------- 2022-09-27T16:39:50.2974852Z Test results will be stored in test-reports\python-unittest\test_fx 2022-09-27T16:39:50.3104397Z test_annotate (fx.test_gradual_type.AnnotationsTest) ... ok (0.016s) 2022-09-27T16:39:50.3113687Z test_annotations (fx.test_gradual_type.AnnotationsTest) 2022-09-27T16:39:50.3135050Z Test type annotations in the forward function. ... ok (0.000s) 2022-09-27T16:39:50.3149379Z test_broadcasting1 (fx.test_gradual_type.AnnotationsTest) ... ok (0.016s) 2022-09-27T16:39:50.3160185Z test_broadcasting2 (fx.test_gradual_type.AnnotationsTest) ... ok (0.000s) 2022-09-27T16:39:50.3171004Z test_broadcasting3 (fx.test_gradual_type.AnnotationsTest) ... ok (0.000s) 2022-09-27T16:39:50.3177777Z test_consistency (fx.test_gradual_type.AnnotationsTest) 2022-09-27T16:39:50.3183887Z Test the consistency relation. ... ok (0.000s) 2022-09-27T16:39:50.3190675Z test_precision (fx.test_gradual_type.AnnotationsTest) 2022-09-27T16:39:50.3196606Z Test the consistency relation. ... ok (0.000s) 2022-09-27T16:39:50.3301088Z test_banned_list (fx.test_cse_pass.TestCSEPass) ... ok (0.016s) 2022-09-27T16:39:50.3329226Z test_empty (fx.test_cse_pass.TestCSEPass) ... ok (0.000s) 2022-09-27T16:39:50.3399807Z test_immutable_list_multiple_entries (fx.test_cse_pass.TestCSEPass) ... ok (0.000s) 2022-09-27T16:39:50.3465585Z test_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.016s) 2022-09-27T16:39:50.3518654Z test_kwarg (fx.test_cse_pass.TestCSEPass) ... ok (0.000s) 2022-09-27T16:39:50.3568532Z test_nested_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.000s) 2022-09-27T16:39:50.3623581Z test_nochange (fx.test_cse_pass.TestCSEPass) ... ok (0.016s) 2022-09-27T16:39:50.3671579Z test_rand_like (fx.test_cse_pass.TestCSEPass) ... ok (0.000s) 2022-09-27T16:39:50.3724915Z test_rand_n (fx.test_cse_pass.TestCSEPass) ... ok (0.000s) 2022-09-27T16:39:50.4620099Z test_random (fx.test_cse_pass.TestCSEPass) ... ok (0.095s) 2022-09-27T16:39:50.4677445Z test_simple (fx.test_cse_pass.TestCSEPass) ... ok (0.000s) 2022-09-27T16:39:50.4743832Z test_simple_2 (fx.test_cse_pass.TestCSEPass) ... ok (0.017s) 2022-09-27T16:39:50.4802689Z test_simple_multiple_same_ops (fx.test_cse_pass.TestCSEPass) ... ok (0.000s) 2022-09-27T16:39:50.4872548Z test_two_args (fx.test_cse_pass.TestCSEPass) ... ok (0.000s) 2022-09-27T16:39:50.4939771Z test_two_args_default (fx.test_cse_pass.TestCSEPass) ... ok (0.016s) 2022-09-27T16:39:50.4987515Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.000s) 2022-09-27T16:39:50.5031327Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.000s) 2022-09-27T16:39:50.5067492Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.016s) 2022-09-27T16:39:50.5114054Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.000s) 2022-09-27T16:39:50.5164693Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.000s) 2022-09-27T16:39:50.5201230Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.016s) 2022-09-27T16:39:50.5244100Z test_correctness_factory_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.000s) 2022-09-27T16:39:50.5290705Z test_correctness_factory_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.000s) 2022-09-27T16:39:50.5304413Z test_check_inline_non_const (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:39:50.5363079Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.016s) 2022-09-27T16:39:50.5374662Z test_check_inline_non_const_mult_return (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:39:50.5428933Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.000s) 2022-09-27T16:39:50.5444396Z test_check_skip_folding_quant_dequant_pattern (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:39:50.5478307Z Set up skip_folding_quant_dequant function to skip quant/dequant pattern. ... ok (0.000s) 2022-09-27T16:39:50.5490896Z test_const_fold_basic_one_attr_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:39:50.5541534Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.016s) 2022-09-27T16:39:50.5553281Z test_const_fold_basic_one_attr_no_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:39:50.5601998Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.000s) 2022-09-27T16:39:50.5613617Z test_const_fold_basic_placeholder_reordered (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:39:50.5635011Z Test code path where placeholder comes after normal op node in FX ... ok (0.000s) 2022-09-27T16:39:50.5645103Z test_const_fold_basic_two_attr (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:39:50.5690706Z Perform constant folding conversion, from original mod to split constant ... ok (0.016s) 2022-09-27T16:39:50.5703770Z test_const_fold_basic_two_attr_three_input (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:39:50.5750584Z Perform constant folding conversion, from original mod to split constant ... ok (0.000s) 2022-09-27T16:39:50.5805041Z test_const_fold_has_inlined_call_module_node (fx.test_fx_const_fold.TestConstFold) ... ok (0.000s) 2022-09-27T16:39:50.5866221Z test_const_fold_module_attr (fx.test_fx_const_fold.TestConstFold) ... ok (0.016s) 2022-09-27T16:39:50.5879803Z test_const_fold_multi_const_folded_attrs (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:39:50.5945301Z Perform constant folding conversion, from original mod to split constant ... ok (0.000s) 2022-09-27T16:39:50.5955031Z test_const_fold_noop (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:39:50.5978145Z Check that a graph with no constant folding is handled correctly. ... ok (0.000s) 2022-09-27T16:39:50.5990884Z test_const_fold_submod_hierarchy (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:39:50.6036809Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.016s) 2022-09-27T16:39:50.6137556Z test_const_fold_tensor_meta (fx.test_fx_const_fold.TestConstFold) ... ok (0.000s) 2022-09-27T16:39:50.6191046Z test_const_fold_unused_placeholder (fx.test_fx_const_fold.TestConstFold) ... ok (0.016s) 2022-09-27T16:39:50.6247044Z test_dict_output (fx.test_fx_const_fold.TestConstFold) ... ok (0.000s) 2022-09-27T16:39:50.6255809Z test_fold_module (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:39:50.6299177Z Perform constant folding with a call_module node. ... ok (0.000s) 2022-09-27T16:39:50.6316629Z test_retain_node_meta (fx.test_fx_const_fold.TestConstFold) 2022-09-27T16:39:50.6360524Z Perform constant folding conversion, and validate that node meta is retained. ... ok (0.016s) 2022-09-27T16:39:50.6416292Z test_three_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.000s) 2022-09-27T16:39:50.6468358Z test_two_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.016s) 2022-09-27T16:39:50.6487421Z test_param_dim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T16:39:50.6488517Z warnings.warn(msg, FutureWarning) 2022-09-27T16:39:50.6524277Z ok (0.000s) 2022-09-27T16:39:50.6574461Z test_param_ndim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.000s) 2022-09-27T16:39:50.6624348Z test_param_nelement_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.016s) 2022-09-27T16:39:50.6671923Z test_param_numel_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.000s) 2022-09-27T16:39:50.6719582Z test_param_shape_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.000s) 2022-09-27T16:39:50.6768647Z test_param_size_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.000s) 2022-09-27T16:39:50.6778942Z test_dead_chain (fx.test_dce_pass.TestDCE) 2022-09-27T16:39:50.6804232Z graph(): 2022-09-27T16:39:50.6804560Z %x : [#users=2] = placeholder[target=x] 2022-09-27T16:39:50.6804868Z Tests that a chain of two nodes in the graph are DCE'd correctly. ... ok (0.016s) 2022-09-27T16:39:50.6805207Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-09-27T16:39:50.6805521Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, 7), kwargs = {}) 2022-09-27T16:39:50.6805803Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-09-27T16:39:50.6806105Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-09-27T16:39:50.6806404Z return add_1 2022-09-27T16:39:50.6813883Z test_dead_getattr (fx.test_dce_pass.TestDCE) 2022-09-27T16:39:50.6846576Z graph(): 2022-09-27T16:39:50.6858093Z %x : [#users=2] = placeholder[target=x] 2022-09-27T16:39:50.6858562Z Tests that a getatrr in the graph is DCE'd correctly. ... ok (0.000s) 2022-09-27T16:39:50.6858866Z test_dead_placeholder (fx.test_dce_pass.TestDCE) 2022-09-27T16:39:50.6859196Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-09-27T16:39:50.6859489Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-09-27T16:39:50.6859791Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, %attr_1), kwargs = {}) 2022-09-27T16:39:50.6860115Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 11), kwargs = {}) 2022-09-27T16:39:50.6860353Z return add_1 2022-09-27T16:39:50.6883862Z graph(): 2022-09-27T16:39:50.6884085Z %x : [#users=1] = placeholder[target=x] 2022-09-27T16:39:50.6884394Z Tests that a placeholder in the graph is not DCE'd, as that would change ... ok (0.000s) 2022-09-27T16:39:50.6884688Z %y : [#users=0] = placeholder[target=y] 2022-09-27T16:39:50.6884955Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-09-27T16:39:50.6885201Z return add 2022-09-27T16:39:50.6891708Z test_dead_placeholder_with_user (fx.test_dce_pass.TestDCE) 2022-09-27T16:39:50.6921138Z graph(): 2022-09-27T16:39:50.6921395Z %x : [#users=1] = placeholder[target=x] 2022-09-27T16:39:50.6921694Z Tests that a placeholder in the graph is not DCE'd, as that would change ... ok (0.000s) 2022-09-27T16:39:50.6921968Z %y : [#users=1] = placeholder[target=y] 2022-09-27T16:39:50.6922255Z %add : [#users=0] = call_function[target=operator.add](args = (%y, 2), kwargs = {}) 2022-09-27T16:39:50.6922582Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-09-27T16:39:50.6922831Z return add_1 2022-09-27T16:39:50.6931678Z test_keep_module_with_side_effects (fx.test_dce_pass.TestDCE) 2022-09-27T16:39:50.6965165Z graph(): 2022-09-27T16:39:50.6965421Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-09-27T16:39:50.6965735Z Test that DCE doesn't remove a module if it's specified as having side effects. ... ok (0.016s) 2022-09-27T16:39:50.6966722Z %relu : [#users=0] = call_module[target=relu](args = (%a,), kwargs = {}) 2022-09-27T16:39:50.6967046Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-09-27T16:39:50.6967281Z return mul 2022-09-27T16:39:50.6974170Z test_keep_torch_assert (fx.test_dce_pass.TestDCE) 2022-09-27T16:39:50.7006254Z graph(): 2022-09-27T16:39:50.7006524Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-09-27T16:39:50.7006822Z Test that DCE doesn't remove torch._assert since it has side effects. ... ok (0.000s) 2022-09-27T16:39:50.7007151Z %equal : [#users=1] = call_function[target=torch.equal](args = (%a, %a), kwargs = {}) 2022-09-27T16:39:50.7007599Z %_assert : [#users=0] = call_function[target=torch._assert](args = (%equal, a must equal a), kwargs = {}) 2022-09-27T16:39:50.7007938Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-09-27T16:39:50.7008176Z return mul 2022-09-27T16:39:50.7015460Z test_simple (fx.test_dce_pass.TestDCE) 2022-09-27T16:39:50.7048936Z graph(): 2022-09-27T16:39:50.7049297Z %x : [#users=2] = placeholder[target=x] 2022-09-27T16:39:50.7049582Z Tests that a single node in the graph is DCE'd correctly. ... ok (0.000s) 2022-09-27T16:39:50.7049895Z %add : [#users=0] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-09-27T16:39:50.7050168Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-09-27T16:39:50.7050442Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-09-27T16:39:50.7050686Z return add_1 2022-09-27T16:39:50.7084610Z test_all_input_nodes (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:50.7169196Z test_annotation_with_future (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:50.7375572Z 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-09-27T16:39:50.7376664Z warnings.warn("The TorchScript type system doesn't support " 2022-09-27T16:39:50.7491738Z ok (0.032s) 2022-09-27T16:39:50.7519787Z test_annotations_with_forward_references (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:50.7547825Z test_annotations_with_no_forward_references (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:50.7577619Z test_annotations_with_non_torch_reference_and_internal_forward_references (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:50.7611277Z test_annotations_with_non_torch_reference_and_no_internal_forward_references (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:50.7639763Z test_args_kwargs (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:50.7655717Z test_args_kwargs_no_self (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:50.7663925Z test_assert (__main__.TestFX) ... skip: Python Windows bug? https://bugs.python.org/issue45108 (0.000s) 2022-09-27T16:39:50.7706661Z test_ast_rewriter_reassigns_submodules (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:50.7750728Z test_ast_rewriter_rewrites_assert (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:50.7792968Z test_ast_rewriter_rewrites_assert_with_message (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:50.7828614Z test_ast_rewriter_wrap (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:50.7865674Z test_ast_rewriter_wrap_fn_directly (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:50.7905775Z test_ast_rewriter_wrap_with_submodule (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:50.7935833Z test_ast_rewriter_wrapped_via_decorator (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:50.7975345Z test_ast_rewriter_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:50.8757522Z test_autowrap_functions (__main__.TestFX) ... ok (0.078s) 2022-09-27T16:39:50.8800654Z test_concrete_arg_none_assert (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:50.8829906Z test_construct_root_dict (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:50.8847144Z test_copy_it (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:50.8876123Z test_copy_no_remap (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:50.8907087Z test_ctx_mgr (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:50.9174342Z test_custom_codegen (__main__.TestFX) ... ok (0.031s) 2022-09-27T16:39:50.9217062Z test_custom_codegen_with_transformer (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:50.9238254Z test_custom_import (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:50.9277685Z test_custom_proxy_dynamic_value (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:50.9313102Z test_custom_proxy_input_dependent_control_flow (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:50.9349104Z test_custom_proxy_type (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:50.9386865Z test_custom_proxy_type_literal (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:51.5525047Z test_custom_traceback_not_raised_when_exception_source_is_submodule (__main__.TestFX) ... ok (0.618s) 2022-09-27T16:39:51.5572753Z test_custom_traceback_raised_when_exception_source_is_graphmodule (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:51.5587621Z test_deepcopy_graph_with_tracer_cls (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:51.5635794Z test_deepcopy_graphmodule_with_transform (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:51.8234646Z test_deepcopy_recursion_depth (__main__.TestFX) ... ok (0.261s) 2022-09-27T16:39:51.8265682Z test_deepcopy_tracer (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:51.8311933Z test_deepcopy_with_submods_params (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:51.8350427Z test_delete_unused_submodules_leaf (__main__.TestFX) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T16:39:51.8351069Z warnings.warn(msg, FutureWarning) 2022-09-27T16:39:51.8351267Z ok (0.000s) 2022-09-27T16:39:51.8383983Z test_dict (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:51.8415226Z test_direct_param_use (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:51.8467208Z test_disallow_override (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:51.8499385Z test_ellipsis (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:51.8513779Z test_empty_graph_codegen (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:51.8541004Z test_erase_node_error (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:51.8587150Z test_example_shape_prop (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:51.8608875Z test_find_uses (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:51.8849948Z test_fn_type_annotation_empty (__main__.TestFX) ... ok (0.026s) 2022-09-27T16:39:51.9175577Z test_fn_type_annotations (__main__.TestFX) ... ok (0.020s) 2022-09-27T16:39:51.9203808Z test_fx_and_or (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:51.9237883Z test_fx_create_arg (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:51.9265375Z test_fx_shifts (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:51.9309396Z test_fx_stateless (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:52.0671297Z test_get_torch_func_signature (__main__.TestFX) ... ok (0.145s) 2022-09-27T16:39:52.0675578Z test_getitem (__main__.TestFX) ... skip: Will be checked in test_getitem_subproc (0.000s) 2022-09-27T16:39:53.2439452Z test_getitem_subproc (__main__.TestFX) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:39:53.2439934Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:39:53.2443454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:39:53.2443875Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:39:54.6904018Z ok (2.618s) 2022-09-27T16:39:54.6943412Z test_graph_edit_with_proxy (__main__.TestFX) ... ok (0.010s) 2022-09-27T16:39:54.6972156Z test_graph_fns (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.7407242Z test_graph_module (__main__.TestFX) ... ok (0.047s) 2022-09-27T16:39:54.7440458Z test_graph_module_init_buffer_param_copied_dict_init (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.7472340Z test_graph_module_init_buffer_param_copied_mod_init (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.7504084Z test_graph_module_replicate_for_dp (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.7534900Z test_graph_unique_names (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.7554595Z test_graph_unique_names_manual (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:54.7567258Z test_immutable_dict_pytree_ops (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.7579737Z test_immutable_list_pytree_ops (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.7598066Z test_imul_code_print (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.7629192Z test_inf_nan (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.7652148Z test_inf_nan_kwds (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.7704745Z test_inline_graph (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:54.7728356Z test_insertion_point (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.7771273Z test_interpreter (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.7799433Z test_interpreter_default_args (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.7807075Z test_interpreter_gc_values (__main__.TestFX) ... skip: no torchvision (0.010s) 2022-09-27T16:39:54.7812527Z test_interpreter_noop_resnet18 (__main__.TestFX) ... skip: no torchvision (0.000s) 2022-09-27T16:39:54.7839609Z test_interpreter_not_enough_args (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.7873663Z test_interpreter_onthefly_swap (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.7913811Z test_interpreter_partial_eval (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.7950106Z test_interpreter_run_node_override (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.7980272Z test_interpreter_star_args (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:54.8016624Z test_interpreter_with_codegen (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.8050178Z test_layout (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.8079807Z test_leaf_module (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.8124436Z test_matmul_tracing (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:54.8164430Z test_module_deepcopy_edit_nodes (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.8188922Z test_move_before (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.8213309Z test_multi_insert_point (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.8264446Z test_multiple_default_args (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.8309912Z test_named_tuple_inlined (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:54.8336538Z test_namedtuple_return_qualname (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.8363212Z test_namedtuple_return_trace (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.8403504Z test_native_callable (__main__.TestFX) ... skip: non-portable load_library call used in test (0.000s) 2022-09-27T16:39:54.8414498Z test_no_mutation (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.8443943Z test_node_tagging (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:54.8472163Z test_nonetype_annotation (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.8523594Z 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-09-27T16:39:54.8524129Z warnings.warn( 2022-09-27T16:39:54.8534652Z 2022-09-27T16:39:54.8534659Z 2022-09-27T16:39:54.8534711Z 2022-09-27T16:39:54.8534812Z def forward(self, x, y_1): 2022-09-27T16:39:54.8535008Z ok (0.000s) 2022-09-27T16:39:54.8535187Z eq = y_1 == True; y_1 = None 2022-09-27T16:39:54.8535489Z _assert = torch._assert(eq, 'y has been specialized to have value True but got another value'); eq = None 2022-09-27T16:39:54.8535844Z mul = 2 * x; x = None 2022-09-27T16:39:54.8537985Z return mul 2022-09-27T16:39:54.8538165Z 2022-09-27T16:39:54.8581247Z test_pickle_custom_import (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.8633989Z test_pickle_graphmodule (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:54.8697112Z test_pickle_nonetype_annotation (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.8764268Z test_pickle_torch_custom_ops (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:54.8781449Z 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-09-27T16:39:54.8782242Z warnings.warn("Trying to prepend a node to itself. This behavior has no effect on the graph.") 2022-09-27T16:39:54.8782648Z ok (0.000s) 2022-09-27T16:39:54.8807843Z test_pretty_print (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.8836254Z test_pretty_print_graph (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.8875811Z test_pretty_print_node (__main__.TestFX) ... ok (0.011s) 2022-09-27T16:39:54.8913557Z test_pretty_print_targets (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.8935161Z test_profiler_ranges_side_effect (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.9881096Z test_pytree (__main__.TestFX) ... ok (0.094s) 2022-09-27T16:39:54.9928234Z test_pytree_concrete (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.9947806Z test_reassign_args_kwargs_uses (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:54.9992620Z test_regular_and_default_args (__main__.TestFX) ... ok (0.017s) 2022-09-27T16:39:55.0007250Z test_remove_uses (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:55.0021751Z test_remove_uses_with_custom_filter (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:55.0043720Z test_replace_input (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:55.0057248Z test_replace_uses (__main__.TestFX) ... skip: no torchvision (0.000s) 2022-09-27T16:39:55.0063081Z test_reserved_getattr (__main__.TestFX) 2022-09-27T16:39:55.0083205Z Ensure that we do not name any nodes with a reserved builtin like `getattr` ... ok (0.000s) 2022-09-27T16:39:55.0112605Z test_return_tuple (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:55.0349232Z test_return_type_exists (__main__.TestFX) ... ok (0.031s) 2022-09-27T16:39:55.0434621Z test_script_method_trace (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:55.0672659Z test_script_tensor_constant (__main__.TestFX) ... ok (0.031s) 2022-09-27T16:39:55.0703072Z test_sequential (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:55.0735645Z test_shape_prop_aggregate (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:55.1034816Z test_shape_prop_layout (__main__.TestFX) ... ok (0.032s) 2022-09-27T16:39:55.5632998Z test_shape_prop_layout_3d (__main__.TestFX) ... ok (0.460s) 2022-09-27T16:39:55.5701997Z test_single_default_arg (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:55.5778922Z test_snake_case (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:55.5890140Z test_sqrt (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:55.5949505Z test_stack_traces (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:55.6014936Z test_stack_traces_with_transformer (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:55.6053734Z test_string_literal_return (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:55.6289226Z test_submodule_manipulation_API (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:55.6449628Z test_symbolic_trace_assert (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:55.6511587Z test_symbolic_trace_sequential (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:55.6594961Z test_tensor_attribute (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:55.6669136Z test_tensor_attribute_coalseced (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:55.6714844Z test_tensor_constant (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:55.6761686Z test_throw_out_variant (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:55.6824831Z test_torch_custom_ops (__main__.TestFX) ... ok (0.020s) 2022-09-27T16:39:55.6869549Z test_torch_fx_getattr (__main__.TestFX) ... ok (0.004s) 2022-09-27T16:39:55.7155134Z 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-09-27T16:39:55.7155866Z warnings.warn("The TorchScript type system doesn't support " 2022-09-27T16:39:55.7217008Z ok (0.022s) 2022-09-27T16:39:55.7249065Z test_torch_op_overloads (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:55.7262661Z test_torchbind_class_attribute_in_fx (__main__.TestFX) ... skip: torch.classes._TorchScriptTesting._StackString is registered, skipping (0.000s) 2022-09-27T16:39:55.7277554Z test_torchbind_class_attribute_in_fx_tensor_arg (__main__.TestFX) ... skip: torch.classes._TorchScriptTesting._ReLUClass is registered, skipping (0.000s) 2022-09-27T16:39:55.7292304Z test_trace_buffer_slice (__main__.TestFX) ... skip: Hotfix for SEV remediation (0.000s) 2022-09-27T16:39:55.7317803Z test_trace_dict_int_keys (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:55.7344451Z test_trace_dict_proxy_keys (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:55.7372157Z test_trace_fn_constant (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:55.7400813Z test_trace_function (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:55.7462068Z 1.13.0a0+git52424e2 2022-09-27T16:39:55.7462298Z test_trace_multiple_funcs (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:55.7608591Z test_tracing_graphmodules_as_leaf_submodules (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:55.7652038Z test_transformer_multi_outputs (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:55.7694833Z test_transformer_noop (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:55.7738633Z test_transformer_op_swap (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:55.7766000Z test_tuple_no_subscript (__main__.TestFX) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T16:39:55.7766603Z warnings.warn(msg, FutureWarning) 2022-09-27T16:39:55.7786572Z ok (0.000s) 2022-09-27T16:39:55.7800731Z test_typename_print (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:55.7834889Z test_unpack (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:55.7860086Z test_unpack_dict_better_error (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:55.7883673Z test_unpack_list_better_error (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:55.7911259Z test_update_args_api (__main__.TestFX) ... ok (0.001s) 2022-09-27T16:39:55.7937146Z test_update_args_kwargs_yells_at_you (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:55.7964798Z test_update_kwargs_api (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:55.8188369Z test_user_friendly_call_provenance_with_function (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:55.8408912Z test_user_friendly_call_provenance_with_module (__main__.TestFX) ... ok (0.031s) 2022-09-27T16:39:55.8438038Z test_wrap (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:55.8461650Z test_wrap_decorated_function (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:55.8490461Z test_wrap_fn_directly (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:55.8525994Z test_wrap_with_submodule (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:55.8558160Z test_wrapped_method (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:55.8595586Z test_wrapped_retrace (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:55.8623090Z test_wrapped_via_decorator (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:55.8656422Z test_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:55.8668521Z test_wrong_target_type (__main__.TestFX) ... ok (0.016s) 2022-09-27T16:39:55.8686515Z test_wrong_topo (__main__.TestFX) ... ok (0.000s) 2022-09-27T16:39:55.8694018Z test_class_member_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-09-27T16:39:55.8709105Z Test backward compatibility for members of classes with ... ok (0.000s) 2022-09-27T16:39:55.8715615Z test_function_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-09-27T16:39:55.8788515Z Test backward compatibility for function signatures with ... ok (0.000s) 2022-09-27T16:39:55.8815610Z test_public_api_surface (__main__.TestFXAPIBackwardCompatibility) ... ok (0.000s) 2022-09-27T16:39:55.8830431Z test_nn_functional_adaptive_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.016s) 2022-09-27T16:39:55.8856335Z test_nn_functional_adaptive_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.8879656Z test_nn_functional_adaptive_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.8904256Z test_nn_functional_adaptive_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.8928706Z test_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.8952252Z test_nn_functional_adaptive_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.8975723Z test_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.8999859Z test_nn_functional_adaptive_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.016s) 2022-09-27T16:39:55.9024462Z test_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9049260Z test_nn_functional_affine_grid (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9073235Z test_nn_functional_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9087169Z test_nn_functional_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9101105Z test_nn_functional_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9114949Z test_nn_functional_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9139338Z test_nn_functional_batch_norm (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9153432Z test_nn_functional_bilinear (__main__.TestFunctionalTracing) ... ok (0.016s) 2022-09-27T16:39:55.9178294Z test_nn_functional_binary_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9202701Z test_nn_functional_binary_cross_entropy_with_logits (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9225751Z test_nn_functional_celu (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9239676Z test_nn_functional_celu_ (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9253629Z test_nn_functional_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9267308Z test_nn_functional_conv1d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9280990Z test_nn_functional_conv2d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9294720Z test_nn_functional_conv3d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9308725Z test_nn_functional_conv_tbc (__main__.TestFunctionalTracing) ... ok (0.016s) 2022-09-27T16:39:55.9322490Z test_nn_functional_conv_transpose1d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9336323Z test_nn_functional_conv_transpose2d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9350195Z test_nn_functional_conv_transpose3d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9375444Z test_nn_functional_cosine_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9389467Z test_nn_functional_cosine_similarity (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9413712Z test_nn_functional_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9438570Z test_nn_functional_ctc_loss (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9462882Z test_nn_functional_dropout (__main__.TestFunctionalTracing) ... ok (0.016s) 2022-09-27T16:39:55.9487672Z test_nn_functional_dropout1d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9511650Z test_nn_functional_dropout2d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9535622Z test_nn_functional_dropout3d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9558609Z test_nn_functional_elu (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9572676Z test_nn_functional_elu_ (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9597639Z test_nn_functional_embedding (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9625722Z test_nn_functional_embedding_bag (__main__.TestFunctionalTracing) ... ok (0.016s) 2022-09-27T16:39:55.9649681Z test_nn_functional_feature_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9674622Z test_nn_functional_fold (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9698209Z test_nn_functional_fractional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9723241Z test_nn_functional_fractional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9747926Z test_nn_functional_fractional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9773638Z test_nn_functional_fractional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9798167Z test_nn_functional_gaussian_nll_loss (__main__.TestFunctionalTracing) ... ok (0.016s) 2022-09-27T16:39:55.9812233Z test_nn_functional_gelu (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9835815Z test_nn_functional_glu (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9860187Z test_nn_functional_grid_sample (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9889237Z test_nn_functional_group_norm (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9913477Z test_nn_functional_gumbel_softmax (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9927508Z test_nn_functional_hardshrink (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9950607Z test_nn_functional_hardsigmoid (__main__.TestFunctionalTracing) ... ok (0.016s) 2022-09-27T16:39:55.9973205Z test_nn_functional_hardswish (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:55.9996642Z test_nn_functional_hardtanh (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0010728Z test_nn_functional_hardtanh_ (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0035832Z test_nn_functional_hinge_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0060342Z test_nn_functional_huber_loss (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0084994Z test_nn_functional_instance_norm (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0110145Z test_nn_functional_interpolate (__main__.TestFunctionalTracing) ... ok (0.016s) 2022-09-27T16:39:56.0133987Z test_nn_functional_kl_div (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0159866Z test_nn_functional_l1_loss (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0184520Z test_nn_functional_layer_norm (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0207529Z test_nn_functional_leaky_relu (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0221635Z test_nn_functional_leaky_relu_ (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0235666Z test_nn_functional_linear (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0260438Z test_nn_functional_local_response_norm (__main__.TestFunctionalTracing) ... ok (0.016s) 2022-09-27T16:39:56.0289687Z test_nn_functional_log_softmax (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0303845Z test_nn_functional_logsigmoid (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0328687Z test_nn_functional_lp_pool1d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0353063Z test_nn_functional_lp_pool2d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0377224Z test_nn_functional_margin_ranking_loss (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0401807Z test_nn_functional_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0427207Z test_nn_functional_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.016s) 2022-09-27T16:39:56.0450655Z test_nn_functional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0475913Z test_nn_functional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0499402Z test_nn_functional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0524388Z test_nn_functional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0549858Z test_nn_functional_max_unpool1d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0574342Z test_nn_functional_max_unpool2d (__main__.TestFunctionalTracing) ... ok (0.016s) 2022-09-27T16:39:56.0598778Z test_nn_functional_max_unpool3d (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0621516Z test_nn_functional_mish (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0646319Z test_nn_functional_mse_loss (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0677346Z test_nn_functional_multi_head_attention_forward (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0701904Z test_nn_functional_multi_margin_loss (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0725702Z test_nn_functional_multilabel_margin_loss (__main__.TestFunctionalTracing) ... ok (0.016s) 2022-09-27T16:39:56.0749731Z test_nn_functional_multilabel_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-09-27T16:39:56.0763635Z test_nn_functional_native_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0788699Z test_nn_functional_nll_loss (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0827887Z test_nn_functional_normalize (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0841814Z test_nn_functional_one_hot (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0855624Z test_nn_functional_pad (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0869674Z test_nn_functional_pairwise_distance (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0883281Z test_nn_functional_pdist (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0897389Z test_nn_functional_pixel_shuffle (__main__.TestFunctionalTracing) ... ok (0.016s) 2022-09-27T16:39:56.0911143Z test_nn_functional_pixel_unshuffle (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0936704Z test_nn_functional_poisson_nll_loss (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0950728Z test_nn_functional_prelu (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0973190Z test_nn_functional_relu (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.0995850Z test_nn_functional_relu6 (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.1009813Z test_nn_functional_relu_ (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.1033262Z test_nn_functional_rrelu (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.1047453Z test_nn_functional_rrelu_ (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.1069977Z test_nn_functional_selu (__main__.TestFunctionalTracing) ... ok (0.016s) 2022-09-27T16:39:56.1083854Z test_nn_functional_selu_ (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.1107578Z test_nn_functional_silu (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.1132592Z test_nn_functional_smooth_l1_loss (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.1156253Z test_nn_functional_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.1184256Z test_nn_functional_softmax (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.1213903Z test_nn_functional_softmin (__main__.TestFunctionalTracing) ... ok (0.016s) 2022-09-27T16:39:56.1227996Z test_nn_functional_softplus (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.1241801Z test_nn_functional_softshrink (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.1265003Z test_nn_functional_threshold (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.1278973Z test_nn_functional_threshold_ (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.1304013Z test_nn_functional_triplet_margin_loss (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.1330298Z test_nn_functional_triplet_margin_with_distance_loss (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.1354816Z test_nn_functional_unfold (__main__.TestFunctionalTracing) ... ok (0.000s) 2022-09-27T16:39:56.1376471Z test_nn_functional_upsample (__main__.TestFunctionalTracing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:3730: UserWarning: nn.functional.upsample is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:39:56.1377073Z warnings.warn("nn.functional.upsample is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:39:56.1379920Z ok (0.016s) 2022-09-27T16:39:56.1402171Z test_nn_functional_upsample_bilinear (__main__.TestFunctionalTracing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:39:56.1402788Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:39:56.1405766Z ok (0.000s) 2022-09-27T16:39:56.1426901Z test_nn_functional_upsample_nearest (__main__.TestFunctionalTracing) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T16:39:56.1427621Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T16:39:56.1430475Z ok (0.000s) 2022-09-27T16:39:56.1442365Z test_get_torch_func_signature_exhaustive_H_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.1453090Z test_get_torch_func_signature_exhaustive_T_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.1463901Z test_get_torch_func_signature_exhaustive___getitem___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.1474578Z test_get_torch_func_signature_exhaustive___radd___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.1485177Z test_get_torch_func_signature_exhaustive___rdiv___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.1495828Z test_get_torch_func_signature_exhaustive___rmatmul___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.1506502Z test_get_torch_func_signature_exhaustive___rmod___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.1517592Z test_get_torch_func_signature_exhaustive___rmul___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.1528186Z test_get_torch_func_signature_exhaustive___rpow___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.001s) 2022-09-27T16:39:56.1538915Z test_get_torch_func_signature_exhaustive___rsub___cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.1549546Z test_get_torch_func_signature_exhaustive__masked_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.1560179Z test_get_torch_func_signature_exhaustive__masked_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.1570760Z test_get_torch_func_signature_exhaustive__masked_argmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.1581440Z test_get_torch_func_signature_exhaustive__masked_argmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.1592000Z test_get_torch_func_signature_exhaustive__masked_cumprod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.1602515Z test_get_torch_func_signature_exhaustive__masked_cumsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.1613163Z 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-09-27T16:39:56.1623800Z test_get_torch_func_signature_exhaustive__masked_logaddexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.1634439Z test_get_torch_func_signature_exhaustive__masked_logsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.1644996Z test_get_torch_func_signature_exhaustive__masked_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.1655671Z test_get_torch_func_signature_exhaustive__masked_median_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.1666241Z test_get_torch_func_signature_exhaustive__masked_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.1676848Z test_get_torch_func_signature_exhaustive__masked_normalize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.1687537Z test_get_torch_func_signature_exhaustive__masked_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.016s) 2022-09-27T16:39:56.1698040Z test_get_torch_func_signature_exhaustive__masked_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.1708752Z test_get_torch_func_signature_exhaustive__masked_softmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.1719310Z test_get_torch_func_signature_exhaustive__masked_std_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.1729822Z test_get_torch_func_signature_exhaustive__masked_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.1740468Z test_get_torch_func_signature_exhaustive__masked_var_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.1755260Z test_get_torch_func_signature_exhaustive_abs_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.1773440Z test_get_torch_func_signature_exhaustive_acos_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.1790413Z test_get_torch_func_signature_exhaustive_acosh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.1825011Z test_get_torch_func_signature_exhaustive_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.1853024Z test_get_torch_func_signature_exhaustive_addbmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:56.1895444Z test_get_torch_func_signature_exhaustive_addcdiv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.1936180Z test_get_torch_func_signature_exhaustive_addcmul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.1955161Z test_get_torch_func_signature_exhaustive_addmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.1974661Z test_get_torch_func_signature_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.2001150Z test_get_torch_func_signature_exhaustive_addmv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:56.2023850Z test_get_torch_func_signature_exhaustive_addr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.2047084Z test_get_torch_func_signature_exhaustive_all_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.2092575Z test_get_torch_func_signature_exhaustive_allclose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.2114918Z test_get_torch_func_signature_exhaustive_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.2136280Z test_get_torch_func_signature_exhaustive_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.2164696Z 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:1026: 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:24.) 2022-09-27T16:39:56.2166139Z return self.op(*args, **kwargs) 2022-09-27T16:39:56.2166435Z ok (0.016s) 2022-09-27T16:39:56.2179366Z test_get_torch_func_signature_exhaustive_angle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.2202795Z test_get_torch_func_signature_exhaustive_any_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.2229614Z test_get_torch_func_signature_exhaustive_arange_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.2249992Z test_get_torch_func_signature_exhaustive_argmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.2269664Z test_get_torch_func_signature_exhaustive_argmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.2311098Z test_get_torch_func_signature_exhaustive_argsort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.2328735Z test_get_torch_func_signature_exhaustive_argwhere_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.2339893Z test_get_torch_func_signature_exhaustive_as_strided_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.2350708Z test_get_torch_func_signature_exhaustive_as_strided_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.2365405Z test_get_torch_func_signature_exhaustive_asin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.2381305Z test_get_torch_func_signature_exhaustive_asinh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.2409634Z test_get_torch_func_signature_exhaustive_atan2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.2425044Z test_get_torch_func_signature_exhaustive_atan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.2440651Z test_get_torch_func_signature_exhaustive_atanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.2451636Z test_get_torch_func_signature_exhaustive_atleast_1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.2462546Z test_get_torch_func_signature_exhaustive_atleast_2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.2473369Z test_get_torch_func_signature_exhaustive_atleast_3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.016s) 2022-09-27T16:39:56.2498636Z test_get_torch_func_signature_exhaustive_baddbmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.2509870Z test_get_torch_func_signature_exhaustive_bernoulli_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.2520697Z test_get_torch_func_signature_exhaustive_bfloat16_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.2531463Z test_get_torch_func_signature_exhaustive_block_diag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.2546465Z test_get_torch_func_signature_exhaustive_bmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.2557887Z test_get_torch_func_signature_exhaustive_bool_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.2568750Z test_get_torch_func_signature_exhaustive_broadcast_shapes_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.2579621Z test_get_torch_func_signature_exhaustive_broadcast_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.2596155Z test_get_torch_func_signature_exhaustive_broadcast_to_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.2640247Z test_get_torch_func_signature_exhaustive_bucketize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:56.2651309Z test_get_torch_func_signature_exhaustive_byte_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.2662237Z test_get_torch_func_signature_exhaustive_cartesian_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.2684177Z test_get_torch_func_signature_exhaustive_cat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.2695282Z test_get_torch_func_signature_exhaustive_cdist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.2709722Z test_get_torch_func_signature_exhaustive_ceil_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.2721547Z test_get_torch_func_signature_exhaustive_chalf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.2732335Z test_get_torch_func_signature_exhaustive_char_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.2753465Z 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:1026: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-09-27T16:39:56.2754345Z L = torch.cholesky(A) 2022-09-27T16:39:56.2754652Z should be replaced with 2022-09-27T16:39:56.2754978Z L = torch.linalg.cholesky(A) 2022-09-27T16:39:56.2755255Z and 2022-09-27T16:39:56.2755533Z U = torch.cholesky(A, upper=True) 2022-09-27T16:39:56.2755853Z should be replaced with 2022-09-27T16:39:56.2756183Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T16:39:56.2756932Z 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:1626.) 2022-09-27T16:39:56.2757586Z return self.op(*args, **kwargs) 2022-09-27T16:39:56.2757933Z ok (0.000s) 2022-09-27T16:39:56.2793871Z test_get_torch_func_signature_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.017s) 2022-09-27T16:39:56.2838296Z test_get_torch_func_signature_exhaustive_cholesky_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-09-27T16:39:56.2860380Z test_get_torch_func_signature_exhaustive_chunk_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-09-27T16:39:56.2892118Z test_get_torch_func_signature_exhaustive_clamp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:39:56.2927993Z test_get_torch_func_signature_exhaustive_clamp_max_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-09-27T16:39:56.2962963Z test_get_torch_func_signature_exhaustive_clamp_min_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.2983254Z test_get_torch_func_signature_exhaustive_clone_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-09-27T16:39:56.3005861Z test_get_torch_func_signature_exhaustive_column_stack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.3044217Z test_get_torch_func_signature_exhaustive_combinations_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.3078974Z test_get_torch_func_signature_exhaustive_complex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.3098252Z test_get_torch_func_signature_exhaustive_conj_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.3116737Z test_get_torch_func_signature_exhaustive_conj_physical_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.3188775Z test_get_torch_func_signature_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:56.3204088Z test_get_torch_func_signature_exhaustive_contiguous_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.3241723Z test_get_torch_func_signature_exhaustive_copysign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.3266072Z test_get_torch_func_signature_exhaustive_corrcoef_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.3288944Z test_get_torch_func_signature_exhaustive_cos_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:56.3311596Z test_get_torch_func_signature_exhaustive_cosh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.3343910Z test_get_torch_func_signature_exhaustive_count_nonzero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.3417176Z test_get_torch_func_signature_exhaustive_cov_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: cov(): degrees of freedom is <= 0 (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Correlation.cpp:100.) 2022-09-27T16:39:56.3417785Z return self.op(*args, **kwargs) 2022-09-27T16:39:56.3421389Z ok (0.000s) 2022-09-27T16:39:56.3445914Z test_get_torch_func_signature_exhaustive_cross_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:56.3468967Z test_get_torch_func_signature_exhaustive_cummax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.3491784Z test_get_torch_func_signature_exhaustive_cummin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.3524887Z test_get_torch_func_signature_exhaustive_cumprod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.3548918Z test_get_torch_func_signature_exhaustive_cumsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.3580557Z test_get_torch_func_signature_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.3601007Z test_get_torch_func_signature_exhaustive_deg2rad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:56.3625068Z test_get_torch_func_signature_exhaustive_diag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.3659268Z test_get_torch_func_signature_exhaustive_diag_embed_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.3680493Z test_get_torch_func_signature_exhaustive_diagflat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.3714027Z test_get_torch_func_signature_exhaustive_diagonal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.3760000Z test_get_torch_func_signature_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:56.3879852Z test_get_torch_func_signature_exhaustive_diff_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-09-27T16:39:56.3900118Z test_get_torch_func_signature_exhaustive_digamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.3996138Z test_get_torch_func_signature_exhaustive_dist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-09-27T16:39:56.4047008Z test_get_torch_func_signature_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.4093625Z test_get_torch_func_signature_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.4143461Z test_get_torch_func_signature_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:56.4162621Z test_get_torch_func_signature_exhaustive_dot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.4178827Z test_get_torch_func_signature_exhaustive_double_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.4199175Z test_get_torch_func_signature_exhaustive_dsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.4221708Z test_get_torch_func_signature_exhaustive_dstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-09-27T16:39:56.4236967Z test_get_torch_func_signature_exhaustive_einsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.4261611Z test_get_torch_func_signature_exhaustive_empty_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.000s) 2022-09-27T16:39:56.4286580Z test_get_torch_func_signature_exhaustive_empty_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.4332303Z test_get_torch_func_signature_exhaustive_eq_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.4358747Z test_get_torch_func_signature_exhaustive_equal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.4378953Z test_get_torch_func_signature_exhaustive_erf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:56.4401480Z test_get_torch_func_signature_exhaustive_erfc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.4421279Z test_get_torch_func_signature_exhaustive_erfinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.4442109Z test_get_torch_func_signature_exhaustive_exp2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.4464278Z test_get_torch_func_signature_exhaustive_exp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.4480410Z test_get_torch_func_signature_exhaustive_expand_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.4495354Z test_get_torch_func_signature_exhaustive_expand_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.4515086Z test_get_torch_func_signature_exhaustive_expm1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.4538951Z test_get_torch_func_signature_exhaustive_eye_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.016s) 2022-09-27T16:39:56.4570965Z test_get_torch_func_signature_exhaustive_fft_fft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.4603125Z test_get_torch_func_signature_exhaustive_fft_fft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.4635667Z test_get_torch_func_signature_exhaustive_fft_fftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.4659224Z test_get_torch_func_signature_exhaustive_fft_fftshift_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.4688936Z test_get_torch_func_signature_exhaustive_fft_hfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:56.4712357Z test_get_torch_func_signature_exhaustive_fft_hfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.4737536Z test_get_torch_func_signature_exhaustive_fft_hfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.4760236Z test_get_torch_func_signature_exhaustive_fft_ifft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.4783245Z test_get_torch_func_signature_exhaustive_fft_ifft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.4807640Z test_get_torch_func_signature_exhaustive_fft_ifftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.4825355Z test_get_torch_func_signature_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.4847393Z test_get_torch_func_signature_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:56.4869982Z test_get_torch_func_signature_exhaustive_fft_ihfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.4894377Z test_get_torch_func_signature_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.4917126Z test_get_torch_func_signature_exhaustive_fft_irfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.4939595Z test_get_torch_func_signature_exhaustive_fft_irfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-09-27T16:39:56.4963655Z test_get_torch_func_signature_exhaustive_fft_irfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.4985936Z test_get_torch_func_signature_exhaustive_fft_rfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.5008254Z test_get_torch_func_signature_exhaustive_fft_rfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.5032171Z test_get_torch_func_signature_exhaustive_fft_rfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.5044012Z test_get_torch_func_signature_exhaustive_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.5063675Z test_get_torch_func_signature_exhaustive_flatten_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.5085185Z test_get_torch_func_signature_exhaustive_flip_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.5099591Z test_get_torch_func_signature_exhaustive_fliplr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:56.5113070Z test_get_torch_func_signature_exhaustive_flipud_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.5124046Z test_get_torch_func_signature_exhaustive_float_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.5152339Z test_get_torch_func_signature_exhaustive_float_power_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.5166837Z test_get_torch_func_signature_exhaustive_floor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.5199399Z test_get_torch_func_signature_exhaustive_floor_divide_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.5223785Z test_get_torch_func_signature_exhaustive_fmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.5248820Z test_get_torch_func_signature_exhaustive_fmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.5283251Z test_get_torch_func_signature_exhaustive_fmod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:56.5298108Z test_get_torch_func_signature_exhaustive_frac_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.5314034Z test_get_torch_func_signature_exhaustive_frexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.5336012Z test_get_torch_func_signature_exhaustive_full_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.5357482Z test_get_torch_func_signature_exhaustive_gather_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.5385589Z test_get_torch_func_signature_exhaustive_ge_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.5463366Z test_get_torch_func_signature_exhaustive_geqrf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:56.5497521Z test_get_torch_func_signature_exhaustive_gradient_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.5525719Z test_get_torch_func_signature_exhaustive_gt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.5537084Z test_get_torch_func_signature_exhaustive_half_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.5561871Z test_get_torch_func_signature_exhaustive_heaviside_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.5644477Z test_get_torch_func_signature_exhaustive_histc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:56.5847543Z test_get_torch_func_signature_exhaustive_histogram_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.026s) 2022-09-27T16:39:56.6084974Z test_get_torch_func_signature_exhaustive_histogramdd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.026s) 2022-09-27T16:39:56.6099810Z test_get_torch_func_signature_exhaustive_hsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.6115814Z test_get_torch_func_signature_exhaustive_hstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.6140793Z test_get_torch_func_signature_exhaustive_hypot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.6155316Z test_get_torch_func_signature_exhaustive_i0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.6181368Z test_get_torch_func_signature_exhaustive_igamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.6207368Z test_get_torch_func_signature_exhaustive_igammac_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.6233772Z test_get_torch_func_signature_exhaustive_index_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.6252295Z test_get_torch_func_signature_exhaustive_index_copy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:56.6273389Z test_get_torch_func_signature_exhaustive_index_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.6294406Z test_get_torch_func_signature_exhaustive_index_put_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.6310611Z 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:1026: 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:1007.) 2022-09-27T16:39:56.6311647Z return self.op(*args, **kwargs) 2022-09-27T16:39:56.6356199Z ok (0.000s) 2022-09-27T16:39:56.6374600Z test_get_torch_func_signature_exhaustive_index_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.6390219Z test_get_torch_func_signature_exhaustive_inner_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.6402138Z test_get_torch_func_signature_exhaustive_int_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.016s) 2022-09-27T16:39:56.6443999Z test_get_torch_func_signature_exhaustive_isclose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.6459326Z test_get_torch_func_signature_exhaustive_isfinite_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.6479509Z test_get_torch_func_signature_exhaustive_isin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.6493955Z test_get_torch_func_signature_exhaustive_isinf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.6508694Z test_get_torch_func_signature_exhaustive_isnan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.6522327Z test_get_torch_func_signature_exhaustive_isneginf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.6536427Z test_get_torch_func_signature_exhaustive_isposinf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.6550809Z test_get_torch_func_signature_exhaustive_isreal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:56.6568465Z test_get_torch_func_signature_exhaustive_istft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\SpectralOps.cpp:980.) 2022-09-27T16:39:56.6569608Z return self.op(*args, **kwargs) 2022-09-27T16:39:56.6593265Z ok (0.000s) 2022-09-27T16:39:56.6605241Z test_get_torch_func_signature_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:39:56.6616152Z test_get_torch_func_signature_exhaustive_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:39:56.6627046Z test_get_torch_func_signature_exhaustive_jiterator_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:39:56.6637881Z test_get_torch_func_signature_exhaustive_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:39:56.6648629Z test_get_torch_func_signature_exhaustive_jiterator_unary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:39:56.6663533Z test_get_torch_func_signature_exhaustive_kron_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.6688193Z test_get_torch_func_signature_exhaustive_kthvalue_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.6715453Z test_get_torch_func_signature_exhaustive_ldexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:56.6743967Z test_get_torch_func_signature_exhaustive_le_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.6775474Z test_get_torch_func_signature_exhaustive_lerp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.6791265Z test_get_torch_func_signature_exhaustive_lgamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.6814831Z test_get_torch_func_signature_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-09-27T16:39:56.6838111Z test_get_torch_func_signature_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.6857895Z test_get_torch_func_signature_exhaustive_linalg_cond_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.6875785Z test_get_torch_func_signature_exhaustive_linalg_cross_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.6909744Z test_get_torch_func_signature_exhaustive_linalg_det_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-09-27T16:39:56.7014393Z test_get_torch_func_signature_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.7049667Z test_get_torch_func_signature_exhaustive_linalg_eig_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.7087057Z test_get_torch_func_signature_exhaustive_linalg_eigh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:56.7119747Z test_get_torch_func_signature_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.7154276Z test_get_torch_func_signature_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.7176836Z test_get_torch_func_signature_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.7208248Z test_get_torch_func_signature_exhaustive_linalg_inv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.7239455Z test_get_torch_func_signature_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:56.7257132Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.7275105Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.7303636Z test_get_torch_func_signature_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.7424949Z test_get_torch_func_signature_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:56.7436878Z 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-09-27T16:39:56.7470856Z test_get_torch_func_signature_exhaustive_linalg_lu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.7525219Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.7553812Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:56.7668143Z test_get_torch_func_signature_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.7750901Z test_get_torch_func_signature_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:56.7793611Z test_get_torch_func_signature_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.7992050Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.026s) 2022-09-27T16:39:56.8030696Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.8053944Z test_get_torch_func_signature_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.8144524Z test_get_torch_func_signature_exhaustive_linalg_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:56.8186997Z test_get_torch_func_signature_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.8244083Z test_get_torch_func_signature_exhaustive_linalg_pinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.8283594Z test_get_torch_func_signature_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:56.8295120Z 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.000s) 2022-09-27T16:39:56.8373459Z test_get_torch_func_signature_exhaustive_linalg_qr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.8408447Z test_get_torch_func_signature_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.8466581Z test_get_torch_func_signature_exhaustive_linalg_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:56.8523177Z test_get_torch_func_signature_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.8748724Z test_get_torch_func_signature_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.031s) 2022-09-27T16:39:56.9123765Z test_get_torch_func_signature_exhaustive_linalg_svd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.026s) 2022-09-27T16:39:56.9169531Z test_get_torch_func_signature_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:56.9191074Z test_get_torch_func_signature_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.9213428Z test_get_torch_func_signature_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.9235355Z test_get_torch_func_signature_exhaustive_linalg_vander_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.9299900Z test_get_torch_func_signature_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.9370716Z test_get_torch_func_signature_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:56.9397356Z test_get_torch_func_signature_exhaustive_linspace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.9413963Z test_get_torch_func_signature_exhaustive_log10_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-09-27T16:39:56.9429694Z test_get_torch_func_signature_exhaustive_log1p_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.9445857Z test_get_torch_func_signature_exhaustive_log2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.9467757Z test_get_torch_func_signature_exhaustive_log_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.9487998Z test_get_torch_func_signature_exhaustive_log_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.9507854Z test_get_torch_func_signature_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.9522260Z test_get_torch_func_signature_exhaustive_logaddexp2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.9536510Z test_get_torch_func_signature_exhaustive_logaddexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.9555847Z test_get_torch_func_signature_exhaustive_logcumsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.9594753Z test_get_torch_func_signature_exhaustive_logdet_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:56.9620884Z test_get_torch_func_signature_exhaustive_logical_and_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.9636157Z test_get_torch_func_signature_exhaustive_logical_not_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.9661294Z test_get_torch_func_signature_exhaustive_logical_or_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.9686509Z test_get_torch_func_signature_exhaustive_logical_xor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.9705187Z test_get_torch_func_signature_exhaustive_logit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.9829596Z test_get_torch_func_signature_exhaustive_logspace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.026s) 2022-09-27T16:39:56.9858320Z test_get_torch_func_signature_exhaustive_logsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.9870364Z test_get_torch_func_signature_exhaustive_long_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.9898589Z test_get_torch_func_signature_exhaustive_lt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:56.9910040Z test_get_torch_func_signature_exhaustive_lu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:56.9926965Z 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:1026: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-09-27T16:39:56.9927929Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-09-27T16:39:56.9928310Z X = torch.lu_solve(B, LU, pivots) 2022-09-27T16:39:56.9928631Z should be replaced with 2022-09-27T16:39:56.9929253Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2079.) 2022-09-27T16:39:56.9929824Z return self.op(*args, **kwargs) 2022-09-27T16:39:56.9992127Z ok (0.016s) 2022-09-27T16:39:57.0029871Z test_get_torch_func_signature_exhaustive_lu_unpack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.0041648Z test_get_torch_func_signature_exhaustive_mH_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.0052482Z test_get_torch_func_signature_exhaustive_mT_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.0076664Z test_get_torch_func_signature_exhaustive_masked_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.0096774Z test_get_torch_func_signature_exhaustive_masked_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.0117913Z test_get_torch_func_signature_exhaustive_masked_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.0150159Z test_get_torch_func_signature_exhaustive_matmul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:57.0171449Z test_get_torch_func_signature_exhaustive_matrix_exp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.0200750Z test_get_torch_func_signature_exhaustive_max_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.0218924Z test_get_torch_func_signature_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.0239341Z test_get_torch_func_signature_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.0264144Z test_get_torch_func_signature_exhaustive_maximum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.0292487Z test_get_torch_func_signature_exhaustive_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:57.0315708Z test_get_torch_func_signature_exhaustive_median_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.0326790Z 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-09-27T16:39:57.0336843Z test_get_torch_func_signature_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:57.0365392Z test_get_torch_func_signature_exhaustive_min_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.0383779Z test_get_torch_func_signature_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.0404381Z test_get_torch_func_signature_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.0429115Z test_get_torch_func_signature_exhaustive_minimum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.0443765Z test_get_torch_func_signature_exhaustive_mm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:57.0468692Z test_get_torch_func_signature_exhaustive_mode_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.0483572Z test_get_torch_func_signature_exhaustive_movedim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.0507031Z test_get_torch_func_signature_exhaustive_msort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.0537625Z test_get_torch_func_signature_exhaustive_mul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.0549136Z test_get_torch_func_signature_exhaustive_multinomial_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.0563279Z test_get_torch_func_signature_exhaustive_mv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.0586546Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.0609222Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:57.0631309Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.0647604Z test_get_torch_func_signature_exhaustive_nan_to_num_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.0679571Z test_get_torch_func_signature_exhaustive_nanmean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.0702782Z test_get_torch_func_signature_exhaustive_nanmedian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.0798676Z test_get_torch_func_signature_exhaustive_nanquantile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:57.0832273Z test_get_torch_func_signature_exhaustive_nansum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.0855917Z test_get_torch_func_signature_exhaustive_narrow_copy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.0881351Z test_get_torch_func_signature_exhaustive_narrow_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-09-27T16:39:57.0927548Z test_get_torch_func_signature_exhaustive_native_layer_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.0972164Z test_get_torch_func_signature_exhaustive_ne_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.0992154Z test_get_torch_func_signature_exhaustive_neg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.1008111Z test_get_torch_func_signature_exhaustive_new_empty_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.1023316Z test_get_torch_func_signature_exhaustive_new_empty_strided_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.016s) 2022-09-27T16:39:57.1038054Z test_get_torch_func_signature_exhaustive_new_full_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.1052898Z test_get_torch_func_signature_exhaustive_new_ones_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.1067880Z test_get_torch_func_signature_exhaustive_new_zeros_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.1101234Z test_get_torch_func_signature_exhaustive_nextafter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.1125973Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.1141855Z 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.000s) 2022-09-27T16:39:57.1156811Z 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.000s) 2022-09-27T16:39:57.1171644Z 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.000s) 2022-09-27T16:39:57.1186681Z 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.016s) 2022-09-27T16:39:57.1201580Z 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.000s) 2022-09-27T16:39:57.1230163Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.1260095Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.1292323Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.1308127Z 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-09-27T16:39:57.1392658Z test_get_torch_func_signature_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:57.1407975Z 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-09-27T16:39:57.1423070Z 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-09-27T16:39:57.1437936Z 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-09-27T16:39:57.1526523Z test_get_torch_func_signature_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:57.1576327Z 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:1026: 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:894.) 2022-09-27T16:39:57.1577058Z return self.op(*args, **kwargs) 2022-09-27T16:39:57.1986125Z ok (0.041s) 2022-09-27T16:39:57.2034161Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-09-27T16:39:57.2090363Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.2157221Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.2173648Z 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.016s) 2022-09-27T16:39:57.2212477Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.2228770Z 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-09-27T16:39:57.2243792Z test_get_torch_func_signature_exhaustive_nn_functional_ctc_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.2258840Z 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-09-27T16:39:57.2273826Z 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-09-27T16:39:57.2288858Z 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-09-27T16:39:57.2303911Z 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-09-27T16:39:57.2318967Z test_get_torch_func_signature_exhaustive_nn_functional_embedding_bag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.016s) 2022-09-27T16:39:57.2334062Z 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-09-27T16:39:57.2348990Z 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-09-27T16:39:57.2363889Z 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-09-27T16:39:57.2378859Z 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.000s) 2022-09-27T16:39:57.2393747Z 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-09-27T16:39:57.2408648Z 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-09-27T16:39:57.2436024Z test_get_torch_func_signature_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.2452103Z 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-09-27T16:39:57.2467246Z 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-09-27T16:39:57.2482267Z test_get_torch_func_signature_exhaustive_nn_functional_group_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.016s) 2022-09-27T16:39:57.2505620Z test_get_torch_func_signature_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.2520909Z test_get_torch_func_signature_exhaustive_nn_functional_hardsigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.2535927Z test_get_torch_func_signature_exhaustive_nn_functional_hardswish_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.2550987Z test_get_torch_func_signature_exhaustive_nn_functional_hardtanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.2565926Z 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.000s) 2022-09-27T16:39:57.2580988Z test_get_torch_func_signature_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.2595883Z test_get_torch_func_signature_exhaustive_nn_functional_instance_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.2610785Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_area_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.2625860Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.2640893Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.016s) 2022-09-27T16:39:57.2655937Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_linear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.2670829Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.2685683Z test_get_torch_func_signature_exhaustive_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.2700657Z test_get_torch_func_signature_exhaustive_nn_functional_kl_div_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.2715587Z test_get_torch_func_signature_exhaustive_nn_functional_l1_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.2730472Z test_get_torch_func_signature_exhaustive_nn_functional_layer_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.2745499Z test_get_torch_func_signature_exhaustive_nn_functional_leaky_relu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.2791370Z test_get_torch_func_signature_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:57.2807440Z 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.000s) 2022-09-27T16:39:57.2827641Z test_get_torch_func_signature_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.2842968Z 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.000s) 2022-09-27T16:39:57.2857911Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.2872936Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.2888017Z test_get_torch_func_signature_exhaustive_nn_functional_max_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.010s) 2022-09-27T16:39:57.2902992Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.2917913Z 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.000s) 2022-09-27T16:39:57.2932732Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.2947804Z 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.000s) 2022-09-27T16:39:57.2962761Z test_get_torch_func_signature_exhaustive_nn_functional_max_unpool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.2977689Z 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-09-27T16:39:57.2992918Z test_get_torch_func_signature_exhaustive_nn_functional_mish_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.010s) 2022-09-27T16:39:57.3007725Z 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-09-27T16:39:57.3022695Z 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-09-27T16:39:57.3037628Z 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-09-27T16:39:57.3052559Z 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.000s) 2022-09-27T16:39:57.3067578Z 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-09-27T16:39:57.3082443Z 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-09-27T16:39:57.3110888Z test_get_torch_func_signature_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.3181493Z test_get_torch_func_signature_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:57.3212482Z test_get_torch_func_signature_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.3243870Z test_get_torch_func_signature_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.3273256Z test_get_torch_func_signature_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.3299201Z test_get_torch_func_signature_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.3319021Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.3338931Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.3354265Z 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.000s) 2022-09-27T16:39:57.3398042Z test_get_torch_func_signature_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.3413660Z test_get_torch_func_signature_exhaustive_nn_functional_relu6_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.3428875Z test_get_torch_func_signature_exhaustive_nn_functional_relu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.3443854Z test_get_torch_func_signature_exhaustive_nn_functional_rrelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.3459063Z test_get_torch_func_signature_exhaustive_nn_functional_selu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.016s) 2022-09-27T16:39:57.3474063Z test_get_torch_func_signature_exhaustive_nn_functional_silu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.3488882Z 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.000s) 2022-09-27T16:39:57.3503880Z 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.000s) 2022-09-27T16:39:57.3518812Z test_get_torch_func_signature_exhaustive_nn_functional_softmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.3533695Z 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.000s) 2022-09-27T16:39:57.3554863Z test_get_torch_func_signature_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.3577489Z test_get_torch_func_signature_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.3592928Z test_get_torch_func_signature_exhaustive_nn_functional_softsign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.3607908Z test_get_torch_func_signature_exhaustive_nn_functional_tanhshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.3620458Z test_get_torch_func_signature_exhaustive_nn_functional_threshold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.016s) 2022-09-27T16:39:57.3630980Z 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.000s) 2022-09-27T16:39:57.3641578Z 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.000s) 2022-09-27T16:39:57.3652083Z test_get_torch_func_signature_exhaustive_nn_functional_unfold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.3662781Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.3673349Z test_get_torch_func_signature_exhaustive_nn_functional_upsample_nearest_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.3685576Z test_get_torch_func_signature_exhaustive_nonzero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.000s) 2022-09-27T16:39:57.3696144Z test_get_torch_func_signature_exhaustive_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.3706875Z test_get_torch_func_signature_exhaustive_norm_fro_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.3717403Z test_get_torch_func_signature_exhaustive_norm_inf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.3728120Z test_get_torch_func_signature_exhaustive_norm_nuc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.3738950Z test_get_torch_func_signature_exhaustive_normal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.3749417Z test_get_torch_func_signature_exhaustive_normal_number_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.3764984Z test_get_torch_func_signature_exhaustive_ones_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.3783654Z test_get_torch_func_signature_exhaustive_ones_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:57.4011621Z test_get_torch_func_signature_exhaustive_ormqr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.020s) 2022-09-27T16:39:57.4026150Z test_get_torch_func_signature_exhaustive_outer_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.4037666Z test_get_torch_func_signature_exhaustive_pca_lowrank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.4052861Z test_get_torch_func_signature_exhaustive_permute_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.4086183Z test_get_torch_func_signature_exhaustive_pinverse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.4114100Z test_get_torch_func_signature_exhaustive_polar_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.4125312Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.4136099Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.016s) 2022-09-27T16:39:57.4146810Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.4157453Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.4168011Z test_get_torch_func_signature_exhaustive_polygamma_polygamma_n_4_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.4182017Z test_get_torch_func_signature_exhaustive_positive_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.4212166Z test_get_torch_func_signature_exhaustive_pow_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.4259115Z test_get_torch_func_signature_exhaustive_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.4287303Z test_get_torch_func_signature_exhaustive_put_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:57.4303810Z 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:1026: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T16:39:57.4304775Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T16:39:57.4305191Z Q, R = torch.qr(A, some) 2022-09-27T16:39:57.4305490Z should be replaced with 2022-09-27T16:39:57.4306139Z 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:2355.) 2022-09-27T16:39:57.4306758Z return self.op(*args, **kwargs) 2022-09-27T16:39:57.4367924Z ok (0.000s) 2022-09-27T16:39:57.4453316Z test_get_torch_func_signature_exhaustive_quantile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:57.4468532Z test_get_torch_func_signature_exhaustive_rad2deg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.4479360Z test_get_torch_func_signature_exhaustive_rand_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.4490009Z test_get_torch_func_signature_exhaustive_randint_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.4500695Z test_get_torch_func_signature_exhaustive_randn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.4511278Z test_get_torch_func_signature_exhaustive_randn_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.4525831Z test_get_torch_func_signature_exhaustive_ravel_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.4540052Z test_get_torch_func_signature_exhaustive_real_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-09-27T16:39:57.4554658Z test_get_torch_func_signature_exhaustive_reciprocal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.4589645Z test_get_torch_func_signature_exhaustive_remainder_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.4607249Z test_get_torch_func_signature_exhaustive_renorm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.4618826Z test_get_torch_func_signature_exhaustive_repeat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.4637450Z test_get_torch_func_signature_exhaustive_repeat_interleave_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.4648492Z test_get_torch_func_signature_exhaustive_reshape_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.4666456Z test_get_torch_func_signature_exhaustive_reshape_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.4677889Z test_get_torch_func_signature_exhaustive_resize__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.4688496Z test_get_torch_func_signature_exhaustive_resize_as__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.4701759Z test_get_torch_func_signature_exhaustive_resolve_conj_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:57.4715170Z test_get_torch_func_signature_exhaustive_resolve_neg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.4741270Z test_get_torch_func_signature_exhaustive_roll_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.4783488Z test_get_torch_func_signature_exhaustive_rot90_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.4799732Z test_get_torch_func_signature_exhaustive_round_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-09-27T16:39:57.4816418Z test_get_torch_func_signature_exhaustive_round_decimals_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.4833090Z test_get_torch_func_signature_exhaustive_round_decimals_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.4849578Z test_get_torch_func_signature_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.4864467Z test_get_torch_func_signature_exhaustive_rsqrt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.4893530Z test_get_torch_func_signature_exhaustive_rsub_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.4921105Z test_get_torch_func_signature_exhaustive_scatter_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-09-27T16:39:57.4961046Z test_get_torch_func_signature_exhaustive_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.4982006Z 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:1026: 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:1614.) 2022-09-27T16:39:57.4983124Z return self.op(*args, **kwargs) 2022-09-27T16:39:57.5006253Z ok (0.010s) 2022-09-27T16:39:57.5050638Z test_get_torch_func_signature_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.5098578Z test_get_torch_func_signature_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.5142548Z test_get_torch_func_signature_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.5186578Z test_get_torch_func_signature_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:57.5290215Z 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:1026: 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-09-27T16:39:57.5291597Z return self.op(*args, **kwargs) 2022-09-27T16:39:57.5292870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: 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-09-27T16:39:57.5294039Z return self.op(*args, **kwargs) 2022-09-27T16:39:57.5326524Z ok (0.016s) 2022-09-27T16:39:57.5437832Z test_get_torch_func_signature_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.5557452Z test_get_torch_func_signature_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:57.5575822Z test_get_torch_func_signature_exhaustive_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.5597078Z test_get_torch_func_signature_exhaustive_select_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.5611421Z test_get_torch_func_signature_exhaustive_sgn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.5623438Z test_get_torch_func_signature_exhaustive_short_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.5638133Z test_get_torch_func_signature_exhaustive_sigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:57.5652148Z test_get_torch_func_signature_exhaustive_sign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.5666516Z test_get_torch_func_signature_exhaustive_signbit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.5681168Z test_get_torch_func_signature_exhaustive_sin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.5696799Z test_get_torch_func_signature_exhaustive_sinc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.5711497Z test_get_torch_func_signature_exhaustive_sinh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.5747946Z test_get_torch_func_signature_exhaustive_slice_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.5767760Z test_get_torch_func_signature_exhaustive_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.5787547Z test_get_torch_func_signature_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:57.5843067Z test_get_torch_func_signature_exhaustive_sort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.5854225Z test_get_torch_func_signature_exhaustive_sparse_sampled_addmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:39:57.5869152Z test_get_torch_func_signature_exhaustive_special_airy_ai_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.5884363Z test_get_torch_func_signature_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-09-27T16:39:57.5899367Z test_get_torch_func_signature_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.5914271Z test_get_torch_func_signature_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.5929093Z test_get_torch_func_signature_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.5955968Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.5982954Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.5993547Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:39:57.6003668Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:39:57.6017446Z test_get_torch_func_signature_exhaustive_special_entr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.6032513Z test_get_torch_func_signature_exhaustive_special_erfcx_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.6059571Z test_get_torch_func_signature_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:57.6086481Z test_get_torch_func_signature_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.6101093Z test_get_torch_func_signature_exhaustive_special_i0e_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.6115189Z test_get_torch_func_signature_exhaustive_special_i1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.6129313Z test_get_torch_func_signature_exhaustive_special_i1e_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.6156818Z test_get_torch_func_signature_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.6166720Z 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-09-27T16:39:57.6181589Z test_get_torch_func_signature_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.6196648Z test_get_torch_func_signature_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:57.6211554Z test_get_torch_func_signature_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.6226481Z test_get_torch_func_signature_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.6241259Z test_get_torch_func_signature_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.6257108Z test_get_torch_func_signature_exhaustive_special_ndtr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.6272863Z test_get_torch_func_signature_exhaustive_special_ndtri_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.6283922Z 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-09-27T16:39:57.6298645Z test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.6313597Z test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.6323963Z 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.000s) 2022-09-27T16:39:57.6333943Z 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.000s) 2022-09-27T16:39:57.6344019Z 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.000s) 2022-09-27T16:39:57.6354098Z 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.016s) 2022-09-27T16:39:57.6368599Z test_get_torch_func_signature_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.6395621Z test_get_torch_func_signature_exhaustive_special_xlog1py_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.6424739Z test_get_torch_func_signature_exhaustive_special_zeta_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.6435817Z test_get_torch_func_signature_exhaustive_split_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.6446629Z test_get_torch_func_signature_exhaustive_split_list_args_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.6462944Z test_get_torch_func_signature_exhaustive_split_with_sizes_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.6478501Z test_get_torch_func_signature_exhaustive_sqrt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.6494111Z test_get_torch_func_signature_exhaustive_square_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.6512473Z test_get_torch_func_signature_exhaustive_squeeze_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:57.6530681Z test_get_torch_func_signature_exhaustive_stack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.6559145Z test_get_torch_func_signature_exhaustive_std_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.6584967Z test_get_torch_func_signature_exhaustive_std_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.6596071Z test_get_torch_func_signature_exhaustive_stft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.6628820Z test_get_torch_func_signature_exhaustive_sub_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.6654944Z test_get_torch_func_signature_exhaustive_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.6666244Z test_get_torch_func_signature_exhaustive_sum_to_size_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.016s) 2022-09-27T16:39:57.7052507Z test_get_torch_func_signature_exhaustive_svd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.026s) 2022-09-27T16:39:57.7064955Z test_get_torch_func_signature_exhaustive_svd_lowrank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.7082768Z 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:1026: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:39:57.7083482Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T16:39:57.7083819Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:39:57.7084024Z should be replaced with 2022-09-27T16:39:57.7084268Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:39:57.7084468Z and 2022-09-27T16:39:57.7084656Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:39:57.7084875Z should be replaced with 2022-09-27T16:39:57.7085283Z 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:2806.) 2022-09-27T16:39:57.7085673Z return self.op(*args, **kwargs) 2022-09-27T16:39:57.7101945Z ok (0.016s) 2022-09-27T16:39:57.7116564Z test_get_torch_func_signature_exhaustive_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.7137129Z test_get_torch_func_signature_exhaustive_take_along_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.7157334Z test_get_torch_func_signature_exhaustive_take_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.7172093Z test_get_torch_func_signature_exhaustive_tan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.7187579Z test_get_torch_func_signature_exhaustive_tanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-09-27T16:39:57.7211118Z test_get_torch_func_signature_exhaustive_tensor_split_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.7222150Z test_get_torch_func_signature_exhaustive_tensordot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:39:57.7264738Z test_get_torch_func_signature_exhaustive_tile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.7275508Z test_get_torch_func_signature_exhaustive_to_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.7286079Z test_get_torch_func_signature_exhaustive_to_sparse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.7310549Z test_get_torch_func_signature_exhaustive_topk_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.7323885Z test_get_torch_func_signature_exhaustive_trace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.7342833Z test_get_torch_func_signature_exhaustive_transpose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:57.7366272Z test_get_torch_func_signature_exhaustive_trapezoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.7389956Z test_get_torch_func_signature_exhaustive_trapz_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.7407615Z 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:1026: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T16:39:57.7408307Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T16:39:57.7408620Z X = torch.triangular_solve(B, A).solution 2022-09-27T16:39:57.7408832Z should be replaced with 2022-09-27T16:39:57.7409227Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2121.) 2022-09-27T16:39:57.7409595Z return self.op(*args, **kwargs) 2022-09-27T16:39:57.7435371Z ok (0.000s) 2022-09-27T16:39:57.7454898Z test_get_torch_func_signature_exhaustive_tril_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.7475107Z test_get_torch_func_signature_exhaustive_triu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.7507214Z test_get_torch_func_signature_exhaustive_true_divide_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:57.7520832Z test_get_torch_func_signature_exhaustive_trunc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.7539260Z test_get_torch_func_signature_exhaustive_unbind_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.7559760Z test_get_torch_func_signature_exhaustive_unflatten_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.7570782Z test_get_torch_func_signature_exhaustive_unfold_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.7581623Z test_get_torch_func_signature_exhaustive_uniform_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.7592297Z test_get_torch_func_signature_exhaustive_unique_consecutive_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.7602896Z test_get_torch_func_signature_exhaustive_unique_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.7620006Z test_get_torch_func_signature_exhaustive_unsqueeze_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.7648076Z test_get_torch_func_signature_exhaustive_var_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:57.7673629Z test_get_torch_func_signature_exhaustive_var_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.7687629Z test_get_torch_func_signature_exhaustive_vdot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.7701363Z test_get_torch_func_signature_exhaustive_view_as_complex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.7712196Z test_get_torch_func_signature_exhaustive_view_as_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.7722833Z test_get_torch_func_signature_exhaustive_view_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.7737056Z test_get_torch_func_signature_exhaustive_vsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.7753326Z test_get_torch_func_signature_exhaustive_vstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.7764299Z test_get_torch_func_signature_exhaustive_where_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.7790904Z test_get_torch_func_signature_exhaustive_xlogy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.7802160Z test_get_torch_func_signature_exhaustive_zero__cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.000s) 2022-09-27T16:39:57.7818269Z test_get_torch_func_signature_exhaustive_zeros_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-09-27T16:39:57.7836945Z test_get_torch_func_signature_exhaustive_zeros_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.000s) 2022-09-27T16:39:57.7846526Z test_pass_manager (fx.test_pass_infra.TestPassManager) 2022-09-27T16:39:57.7881825Z Tests that the pass manager runs the passes correctly. ... ok (0.000s) 2022-09-27T16:39:57.7885983Z test_pass_manager_bad_checks (fx.test_pass_infra.TestPassManager) 2022-09-27T16:39:57.7893236Z Checks that we error if we pass in a check function with the wrong parameters ... ok (0.000s) 2022-09-27T16:39:57.7899817Z test_pass_manager_checks (fx.test_pass_infra.TestPassManager) 2022-09-27T16:39:57.7920814Z Tests that users can add in check functions correctly ... ok (0.010s) 2022-09-27T16:39:57.7926241Z test_pass_manager_error (fx.test_pass_infra.TestPassManager) 2022-09-27T16:39:57.7951696Z Tests error catching + debug ... ok (0.000s) 2022-09-27T16:39:57.7957166Z test_this_before_that_pass_constraint (fx.test_pass_infra.TestPassManager) 2022-09-27T16:39:57.7963449Z Tests the construction of constraints ... ok (0.000s) 2022-09-27T16:39:57.7979606Z test_topological_sort (fx.test_pass_infra.TestPassManager) 2022-09-27T16:39:57.7992903Z Tests that passes are correctly ordered based on contraints. ... ok (0.000s) 2022-09-27T16:39:57.8038773Z test_subgraph_rewriter_annotations_int (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.000s) 2022-09-27T16:39:57.8115013Z test_subgraph_rewriter_call_method (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.016s) 2022-09-27T16:39:57.8193458Z test_subgraph_rewriter_correct_output_replacement (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.000s) 2022-09-27T16:39:57.8265837Z test_subgraph_rewriter_graph_argument_order (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.016s) 2022-09-27T16:39:57.8344627Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.000s) 2022-09-27T16:39:57.8436328Z test_subgraph_rewriter_multiple_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.016s) 2022-09-27T16:39:57.8511384Z test_subgraph_rewriter_pattern_is_entire_graph (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.000s) 2022-09-27T16:39:57.8585429Z test_subgraph_rewriter_pattern_output_pattern_node_can_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.016s) 2022-09-27T16:39:57.8599190Z test_subgraph_rewriter_placeholder_matching (fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-09-27T16:39:57.8662541Z This tests that a placeholder Node can be matched to a Node with ... ok (0.000s) 2022-09-27T16:39:57.8747090Z test_subgraph_rewriter_preserves_logic (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.016s) 2022-09-27T16:39:57.8821810Z test_subgraph_rewriter_replace_consecutive_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.000s) 2022-09-27T16:39:57.8903728Z test_subgraph_rewriter_replace_with_duplicated_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.016s) 2022-09-27T16:39:57.8981068Z test_subgraph_rewriter_replace_with_multiple_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.010s) 2022-09-27T16:39:57.9063459Z test_subgraph_rewriter_replaces_referenced_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.000s) 2022-09-27T16:39:57.9139497Z test_subgraph_rewriter_single_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.016s) 2022-09-27T16:39:57.9243525Z test_subgraph_rewriter_traced_as_callable (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.000s) 2022-09-27T16:39:57.9316281Z test_subgraph_rewriter_with_oneliner_pattern (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.016s) 2022-09-27T16:39:57.9392735Z test_subgraph_rewriter_with_overlapping_matches (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.000s) 2022-09-27T16:39:57.9466904Z test_subgraph_rewriter_with_unused_args (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.016s) 2022-09-27T16:39:57.9598728Z test_flatten_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.016s) 2022-09-27T16:39:57.9615209Z test_resnet50 (fx.test_gradual_type.TypeCheckerTest) ... skip: no sympy (0.000s) 2022-09-27T16:39:57.9628323Z test_symbolic_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... skip: no sympy (0.000s) 2022-09-27T16:39:57.9638955Z test_symbolic_add_with_broadcast_2 (fx.test_gradual_type.TypeCheckerTest) ... skip: no sympy (0.000s) 2022-09-27T16:39:57.9665205Z test_type_check_add_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-09-27T16:39:57.9694902Z test_type_check_add_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-09-27T16:39:57.9725909Z test_type_check_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.016s) 2022-09-27T16:39:57.9755052Z test_type_check_add_with_scalar (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-09-27T16:39:57.9798542Z test_type_check_batch_norm_2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-09-27T16:39:57.9866866Z test_type_check_batch_norm_2D_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.010s) 2022-09-27T16:39:57.9905527Z test_type_check_batch_norm_2D_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-09-27T16:39:57.9919623Z test_type_check_batch_norm_symbolic (fx.test_gradual_type.TypeCheckerTest) ... skip: no sympy (0.000s) 2022-09-27T16:39:57.9963244Z test_type_check_conv2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-09-27T16:39:58.0040084Z test_type_check_conv2D_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.016s) 2022-09-27T16:39:58.0308057Z test_type_check_conv2D_2_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.031s) 2022-09-27T16:39:58.0369926Z test_type_check_conv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-09-27T16:39:58.0382980Z test_type_check_conv2D_types (fx.test_gradual_type.TypeCheckerTest) ... skip: no sympy (0.000s) 2022-09-27T16:39:58.0409810Z test_type_check_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-09-27T16:39:58.0438666Z test_type_check_flatten3 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-09-27T16:39:58.0476374Z test_type_check_flatten_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.016s) 2022-09-27T16:39:58.0493641Z test_type_check_reshape_dyn_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-09-27T16:39:58.0519183Z test_type_check_reshape_dyn_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-09-27T16:39:58.0545289Z test_type_check_reshape_dyn_true_param_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-09-27T16:39:58.0571022Z test_type_check_reshape_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-09-27T16:39:58.0601463Z test_type_check_reshape_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-09-27T16:39:58.0621055Z test_type_check_symbolic_inferenceconv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... skip: no sympy (0.016s) 2022-09-27T16:39:58.0646600Z test_type_check_transpose_False (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-09-27T16:39:58.0675850Z test_type_check_transpose_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-09-27T16:39:58.0912806Z test_type_maxpool2d_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.026s) 2022-09-27T16:39:58.0947234Z test_type_typechecl_maxpool2d_3dinput (fx.test_gradual_type.TypeCheckerTest) ... ok (0.000s) 2022-09-27T16:39:58.1016265Z test_typecheck_basicblock (fx.test_gradual_type.TypeCheckerTest) ... ok (0.010s) 2022-09-27T16:39:58.1016804Z 2022-09-27T16:39:58.1017194Z ---------------------------------------------------------------------- 2022-09-27T16:39:58.1017742Z Ran 1014 tests in 7.812s 2022-09-27T16:39:58.1017991Z 2022-09-27T16:39:58.1018198Z OK (skipped=212, expected failures=3) 2022-09-27T16:39:58.1018534Z 2022-09-27T16:39:58.1018713Z Generating XML reports... 2022-09-27T16:39:58.1079392Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_gradual_type.AnnotationsTest-20220927163950.xml 2022-09-27T16:39:58.1097202Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_cse_pass.TestCSEPass-20220927163950.xml 2022-09-27T16:39:58.1115556Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_common_passes.TestCommonPass-20220927163950.xml 2022-09-27T16:39:58.1141418Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_fx_const_fold.TestConstFold-20220927163950.xml 2022-09-27T16:39:58.1152895Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20220927163950.xml 2022-09-27T16:39:58.1166101Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_dce_pass.TestDCE-20220927163950.xml 2022-09-27T16:39:58.1315828Z Generated XML report: test-reports\python-unittest\test_fx\TEST-TestFX-20220927163950.xml 2022-09-27T16:39:58.1324063Z Generated XML report: test-reports\python-unittest\test_fx\TEST-TestFXAPIBackwardCompatibility-20220927163950.xml 2022-09-27T16:39:58.1437619Z Generated XML report: test-reports\python-unittest\test_fx\TEST-TestFunctionalTracing-20220927163950.xml 2022-09-27T16:39:58.1977376Z Generated XML report: test-reports\python-unittest\test_fx\TEST-TestOperatorSignaturesCPU-20220927163950.xml 2022-09-27T16:39:58.1988942Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_pass_infra.TestPassManager-20220927163950.xml 2022-09-27T16:39:58.2011780Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20220927163950.xml 2022-09-27T16:39:58.2050883Z Generated XML report: test-reports\python-unittest\test_fx\TEST-fx.test_gradual_type.TypeCheckerTest-20220927163950.xml 2022-09-27T16:39:58.5430302Z Running test_spectral_ops ... [2022-09-27 16:39:58.536987] 2022-09-27T16:39:58.5430958Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_spectral_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:39:58.536987] 2022-09-27T16:40:05.4509520Z C:\actions-runner\_work\pytorch\pytorch\test\test_spectral_ops.py:43: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-09-27T16:40:05.4509953Z if LooseVersion(np.__version__) >= '1.20.0' and ( 2022-09-27T16:40:05.4510385Z C:\actions-runner\_work\pytorch\pytorch\test\test_spectral_ops.py:44: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-09-27T16:40:05.4510811Z not has_scipy_fft or LooseVersion(scipy.__version__) >= '1.6.0') 2022-09-27T16:40:05.4672498Z 2022-09-27T16:40:05.4672753Z Running tests... 2022-09-27T16:40:05.4673014Z ---------------------------------------------------------------------- 2022-09-27T16:40:05.4673363Z Test results will be stored in test-reports\python-unittest\test_spectral_ops 2022-09-27T16:40:05.4726508Z test_batch_istft_cpu (__main__.TestFFTCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_spectral_ops.py:1502: UserWarning: istft will require a complex-valued input tensor in a future PyTorch release. Matching the output from stft with return_complex=True. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\SpectralOps.cpp:980.) 2022-09-27T16:40:05.4727315Z i_original = torch.istft(original, n_fft=4, length=4) 2022-09-27T16:40:05.4743294Z ok (0.016s) 2022-09-27T16:40:05.4960558Z test_complex_istft_real_equiv_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:40:05.5153842Z test_complex_stft_definition_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.031s) 2022-09-27T16:40:06.1346937Z test_complex_stft_onesided_cpu (__main__.TestFFTCPU) ... ok (0.617s) 2022-09-27T16:40:06.3870495Z test_complex_stft_real_equiv_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.244s) 2022-09-27T16:40:06.4717232Z test_complex_stft_roundtrip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.083s) 2022-09-27T16:40:06.6087138Z test_complex_stft_roundtrip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.140s) 2022-09-27T16:40:06.6127799Z test_cufft_plan_cache_cpu_float64 (__main__.TestFFTCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:40:06.6148078Z test_empty_fft_fft_fft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:06.6164991Z test_empty_fft_fft_fft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:06.6181938Z test_empty_fft_fft_fft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:06.6198423Z test_empty_fft_fft_fft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:06.6215013Z test_empty_fft_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:06.6231496Z test_empty_fft_fft_fftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:06.6248158Z test_empty_fft_fft_hfft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:06.6264614Z test_empty_fft_fft_hfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:06.6281200Z test_empty_fft_fft_hfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:06.6297734Z test_empty_fft_fft_hfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:40:06.6314375Z test_empty_fft_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:06.6330749Z test_empty_fft_fft_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:06.6347357Z test_empty_fft_fft_ifft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:06.6363609Z test_empty_fft_fft_ifft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:06.6380130Z test_empty_fft_fft_ifft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:06.6396384Z test_empty_fft_fft_ifft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:06.6412784Z test_empty_fft_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:06.6429421Z test_empty_fft_fft_ifftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:06.6445976Z test_empty_fft_fft_ihfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:40:06.6462465Z test_empty_fft_fft_ihfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:06.6478919Z test_empty_fft_fft_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:06.6495418Z test_empty_fft_fft_irfft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:06.6511900Z test_empty_fft_fft_irfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:06.6528271Z test_empty_fft_fft_irfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:06.6544714Z test_empty_fft_fft_irfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:06.6561176Z test_empty_fft_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:06.6577450Z test_empty_fft_fft_irfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:06.6594003Z test_empty_fft_fft_rfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:06.6610481Z test_empty_fft_fft_rfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:40:06.6626950Z test_empty_fft_fft_rfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:06.6659214Z test_empty_ifft_cpu (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:06.7210587Z test_fft2_fftn_equivalence_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.051s) 2022-09-27T16:40:06.8030481Z test_fft2_fftn_equivalence_cpu_float32 (__main__.TestFFTCPU) ... ok (0.088s) 2022-09-27T16:40:06.8105696Z test_fft2_invalid_cpu (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:07.1828474Z test_fft2_numpy_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.369s) 2022-09-27T16:40:07.6616192Z test_fft2_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.486s) 2022-09-27T16:40:07.6643218Z test_fft_half_and_bfloat16_errors_fft_fft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:07.6668682Z test_fft_half_and_bfloat16_errors_fft_fft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:07.6692215Z test_fft_half_and_bfloat16_errors_fft_fft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:07.6716887Z test_fft_half_and_bfloat16_errors_fft_fft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:40:07.6740567Z test_fft_half_and_bfloat16_errors_fft_fftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:07.6765523Z test_fft_half_and_bfloat16_errors_fft_fftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:07.6788093Z test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:07.6811255Z test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:07.6834284Z test_fft_half_and_bfloat16_errors_fft_hfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:07.6858347Z test_fft_half_and_bfloat16_errors_fft_hfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:40:07.6881751Z test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:07.6906051Z test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:07.6928599Z test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:07.6952424Z test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:07.6975383Z test_fft_half_and_bfloat16_errors_fft_ifft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:07.6999754Z test_fft_half_and_bfloat16_errors_fft_ifft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:07.7023481Z test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:40:07.7048568Z test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:07.7070957Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:07.7094689Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:07.7117667Z test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:07.7141902Z test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:07.7165231Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:07.7191258Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:40:07.7213671Z test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:07.7236843Z test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:07.7259809Z test_fft_half_and_bfloat16_errors_fft_irfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:07.7283460Z test_fft_half_and_bfloat16_errors_fft_irfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:07.7306939Z test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:07.7331028Z test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:07.7353555Z test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:07.7377223Z test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:07.7400151Z test_fft_half_and_bfloat16_errors_fft_rfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:07.7424427Z test_fft_half_and_bfloat16_errors_fft_rfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:07.7447789Z test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:07.7472728Z test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:08.8218968Z test_fft_ifft_rfft_irfft_cpu_float64 (__main__.TestFFTCPU) ... ok (1.077s) 2022-09-27T16:40:08.8249445Z test_fft_input_modification_cpu (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:08.8278555Z test_fft_invalid_dtypes_cpu (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:40:08.8362413Z test_fft_plan_repeatable_cpu (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:08.8491567Z test_fft_round_trip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:40:08.8522306Z test_fft_round_trip_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.000s) 2022-09-27T16:40:08.8631963Z test_fft_round_trip_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:40:08.8674891Z test_fft_round_trip_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.000s) 2022-09-27T16:40:08.8923305Z test_fft_round_trip_cpu_float32 (__main__.TestFFTCPU) ... ok (0.026s) 2022-09-27T16:40:08.9234069Z test_fft_round_trip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.031s) 2022-09-27T16:40:08.9264949Z test_fft_type_promotion_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:08.9293319Z test_fft_type_promotion_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.000s) 2022-09-27T16:40:08.9323704Z test_fft_type_promotion_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:40:08.9351561Z test_fft_type_promotion_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.000s) 2022-09-27T16:40:08.9381989Z test_fft_type_promotion_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:08.9413363Z test_fft_type_promotion_cpu_float64 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:08.9445292Z test_fft_type_promotion_cpu_int8 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:08.9593841Z test_fftfreq_numpy_cpu_float32 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:40:08.9726711Z test_fftfreq_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:40:08.9809883Z test_fftfreq_out_cpu_float32 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:40:08.9862564Z test_fftfreq_out_cpu_float64 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:08.9900703Z test_fftn_invalid_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:40:08.9934751Z test_fftn_invalid_fft_fftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:08.9970344Z test_fftn_invalid_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:40:09.0004738Z test_fftn_invalid_fft_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:09.0038483Z test_fftn_invalid_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:09.0072253Z test_fftn_invalid_fft_ifftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:09.0105928Z test_fftn_invalid_fft_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:09.0140891Z test_fftn_invalid_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:40:09.0174673Z test_fftn_invalid_fft_irfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:09.0208417Z test_fftn_invalid_fft_rfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:09.0827537Z test_fftn_round_trip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.063s) 2022-09-27T16:40:09.0859468Z test_fftn_round_trip_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.010s) 2022-09-27T16:40:09.1452548Z test_fftn_round_trip_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.057s) 2022-09-27T16:40:09.1483254Z test_fftn_round_trip_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.000s) 2022-09-27T16:40:09.2873047Z test_fftn_round_trip_cpu_float32 (__main__.TestFFTCPU) ... ok (0.140s) 2022-09-27T16:40:09.4338622Z test_fftn_round_trip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.151s) 2022-09-27T16:40:09.4378369Z test_fftshift_frequencies_cpu_float32 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:09.4412610Z test_fftshift_frequencies_cpu_float64 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:09.4496355Z test_fftshift_numpy_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:40:09.4582925Z test_fftshift_numpy_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:09.4659478Z test_fftshift_numpy_cpu_float32 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:40:09.4731070Z test_fftshift_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:09.4756554Z test_hfftn_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.000s) 2022-09-27T16:40:09.4848588Z test_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:40:09.4944746Z test_hfftn_cpu_float64 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:40:09.4968814Z test_ihfftn_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.000s) 2022-09-27T16:40:09.5065235Z test_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:40:09.5166906Z test_ihfftn_cpu_float64 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:40:10.2320804Z test_istft_against_librosa_cpu_float64 (__main__.TestFFTCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:734: UserWarning: The length of signal is shorter than the length parameter. Result is being padded with zeros in the tail. Please check your center and hop_length settings. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\SpectralOps.cpp:1120.) 2022-09-27T16:40:10.2321945Z return torch.istft( 2022-09-27T16:40:10.2396881Z ok (0.711s) 2022-09-27T16:40:10.4559021Z test_istft_linearity_cpu_float64 (__main__.TestFFTCPU) ... ok (0.228s) 2022-09-27T16:40:10.4611284Z test_istft_of_sine_cpu_float64 (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:10.4619965Z test_istft_round_trip_simple_cases_cpu_float64 (__main__.TestFFTCPU) 2022-09-27T16:40:10.4635244Z stft -> istft should recover the original signale ... ok (0.000s) 2022-09-27T16:40:10.4656473Z test_istft_round_trip_various_params_cpu_float64 (__main__.TestFFTCPU) 2022-09-27T16:40:10.8828841Z stft -> istft should recover the original signale ... ok (0.427s) 2022-09-27T16:40:10.8852293Z test_istft_round_trip_with_padding_cpu_float64 (__main__.TestFFTCPU) 2022-09-27T16:40:11.0212665Z long hop_length or not centered may cause length mismatch in the inversed signal ... ok (0.126s) 2022-09-27T16:40:11.0222672Z test_istft_throws_cpu (__main__.TestFFTCPU) 2022-09-27T16:40:11.0248773Z istft should throw exception for invalid parameters ... ok (0.016s) 2022-09-27T16:40:11.0578571Z test_reference_1d_fft_fft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.032s) 2022-09-27T16:40:11.0899461Z test_reference_1d_fft_fft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.033s) 2022-09-27T16:40:11.1234350Z test_reference_1d_fft_hfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.031s) 2022-09-27T16:40:11.1575563Z test_reference_1d_fft_hfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.031s) 2022-09-27T16:40:11.1901511Z test_reference_1d_fft_ifft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.032s) 2022-09-27T16:40:11.2236013Z test_reference_1d_fft_ifft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.031s) 2022-09-27T16:40:11.2567320Z test_reference_1d_fft_ihfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.031s) 2022-09-27T16:40:11.2878755Z test_reference_1d_fft_irfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.032s) 2022-09-27T16:40:11.3186658Z test_reference_1d_fft_irfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.033s) 2022-09-27T16:40:11.3493605Z test_reference_1d_fft_rfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.031s) 2022-09-27T16:40:11.4084516Z test_reference_nd_fft_fftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.064s) 2022-09-27T16:40:11.4643724Z test_reference_nd_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.047s) 2022-09-27T16:40:11.5209552Z test_reference_nd_fft_hfftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.064s) 2022-09-27T16:40:11.5776644Z test_reference_nd_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.047s) 2022-09-27T16:40:11.6372682Z test_reference_nd_fft_ifftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.064s) 2022-09-27T16:40:11.7147781Z test_reference_nd_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.079s) 2022-09-27T16:40:11.7697955Z test_reference_nd_fft_irfftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.063s) 2022-09-27T16:40:11.8229848Z test_reference_nd_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.048s) 2022-09-27T16:40:11.9137457Z test_stft_cpu_float64 (__main__.TestFFTCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:610: UserWarning: stft will soon require the return_complex parameter be given for real inputs, and will further require that return_complex=True in a future PyTorch release. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\SpectralOps.cpp:804.) 2022-09-27T16:40:11.9138663Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-09-27T16:40:11.9156853Z ok (0.095s) 2022-09-27T16:40:11.9169852Z test_stft_requires_complex_cpu (__main__.TestFFTCPU) ... ok (0.000s) 2022-09-27T16:40:11.9963229Z test_stft_roundtrip_complex_window_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.079s) 2022-09-27T16:40:12.0923696Z test_stft_roundtrip_complex_window_cpu_float64 (__main__.TestFFTCPU) ... ok (0.096s) 2022-09-27T16:40:12.0941482Z test_stft_window_device_cpu (__main__.TestFFTCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:40:12.0974391Z Trying: 2022-09-27T16:40:12.0974747Z test_fft2_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.000s) 2022-09-27T16:40:12.0975180Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-09-27T16:40:12.0975508Z Expecting nothing 2022-09-27T16:40:12.0975760Z ok 2022-09-27T16:40:12.0975982Z Trying: 2022-09-27T16:40:12.0976234Z fft2 = torch.fft.fft2(x) 2022-09-27T16:40:12.0976524Z Expecting nothing 2022-09-27T16:40:12.0976889Z ok 2022-09-27T16:40:12.0978341Z Trying: 2022-09-27T16:40:12.0978668Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-09-27T16:40:12.0978902Z Expecting nothing 2022-09-27T16:40:12.0979071Z ok 2022-09-27T16:40:12.0979216Z Trying: 2022-09-27T16:40:12.0979450Z torch.testing.assert_close(fft2, two_ffts, check_stride=False) 2022-09-27T16:40:12.0979679Z Expecting nothing 2022-09-27T16:40:12.0979844Z ok 2022-09-27T16:40:12.1017191Z Trying: 2022-09-27T16:40:12.1017431Z t = torch.arange(4) 2022-09-27T16:40:12.1017804Z test_fft_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.000s) 2022-09-27T16:40:12.1018038Z Expecting nothing 2022-09-27T16:40:12.1018220Z ok 2022-09-27T16:40:12.1018434Z Trying: 2022-09-27T16:40:12.1018582Z t 2022-09-27T16:40:12.1018735Z Expecting: 2022-09-27T16:40:12.1018910Z tensor([0, 1, 2, 3]) 2022-09-27T16:40:12.1019059Z ok 2022-09-27T16:40:12.1019206Z Trying: 2022-09-27T16:40:12.1019370Z torch.fft.fft(t) 2022-09-27T16:40:12.1019549Z Expecting: 2022-09-27T16:40:12.1019731Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-09-27T16:40:12.1019911Z ok 2022-09-27T16:40:12.1020056Z Trying: 2022-09-27T16:40:12.1020253Z t = torch.tensor([0.+1.j, 2.+3.j, 4.+5.j, 6.+7.j]) 2022-09-27T16:40:12.1020452Z Expecting nothing 2022-09-27T16:40:12.1020599Z ok 2022-09-27T16:40:12.1020743Z Trying: 2022-09-27T16:40:12.1020911Z torch.fft.fft(t) 2022-09-27T16:40:12.1021084Z Expecting: 2022-09-27T16:40:12.1021273Z tensor([12.+16.j, -8.+0.j, -4.-4.j, 0.-8.j]) 2022-09-27T16:40:12.1021438Z ok 2022-09-27T16:40:12.1056312Z Trying: 2022-09-27T16:40:12.1056558Z torch.fft.fftfreq(5) 2022-09-27T16:40:12.1056876Z test_fftfreq_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.016s) 2022-09-27T16:40:12.1057105Z Expecting: 2022-09-27T16:40:12.1057299Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-09-27T16:40:12.1057463Z ok 2022-09-27T16:40:12.1057607Z Trying: 2022-09-27T16:40:12.1057776Z torch.fft.fftfreq(4) 2022-09-27T16:40:12.1057961Z Expecting: 2022-09-27T16:40:12.1058144Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-09-27T16:40:12.1058367Z ok 2022-09-27T16:40:12.1093304Z Trying: 2022-09-27T16:40:12.1093642Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-09-27T16:40:12.1093947Z test_fftn_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.000s) 2022-09-27T16:40:12.1094191Z Expecting nothing 2022-09-27T16:40:12.1094357Z ok 2022-09-27T16:40:12.1094489Z Trying: 2022-09-27T16:40:12.1094664Z fftn = torch.fft.fftn(x) 2022-09-27T16:40:12.1094855Z Expecting nothing 2022-09-27T16:40:12.1095020Z ok 2022-09-27T16:40:12.1095150Z Trying: 2022-09-27T16:40:12.1095370Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-09-27T16:40:12.1095594Z Expecting nothing 2022-09-27T16:40:12.1095757Z ok 2022-09-27T16:40:12.1095898Z Trying: 2022-09-27T16:40:12.1096125Z torch.testing.assert_close(fftn, two_ffts, check_stride=False) 2022-09-27T16:40:12.1096345Z Expecting nothing 2022-09-27T16:40:12.1096510Z ok 2022-09-27T16:40:12.1153028Z Trying: 2022-09-27T16:40:12.1153310Z f = torch.fft.fftfreq(4) 2022-09-27T16:40:12.1153730Z test_fftshift_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.000s) 2022-09-27T16:40:12.1154067Z Expecting nothing 2022-09-27T16:40:12.1154218Z ok 2022-09-27T16:40:12.1154365Z Trying: 2022-09-27T16:40:12.1154516Z f 2022-09-27T16:40:12.1154825Z Expecting: 2022-09-27T16:40:12.1155027Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-09-27T16:40:12.1155190Z ok 2022-09-27T16:40:12.1155336Z Trying: 2022-09-27T16:40:12.1155510Z torch.fft.fftshift(f) 2022-09-27T16:40:12.1155694Z Expecting: 2022-09-27T16:40:12.1155869Z tensor([-0.5000, -0.2500, 0.0000, 0.2500]) 2022-09-27T16:40:12.1156044Z ok 2022-09-27T16:40:12.1156188Z Trying: 2022-09-27T16:40:12.1156428Z x = torch.fft.fftfreq(5, d=1/5) + 0.1 * torch.fft.fftfreq(5, d=1/5).unsqueeze(1) 2022-09-27T16:40:12.1156671Z Expecting nothing 2022-09-27T16:40:12.1156831Z ok 2022-09-27T16:40:12.1157585Z Trying: 2022-09-27T16:40:12.1157731Z x 2022-09-27T16:40:12.1157886Z Expecting: 2022-09-27T16:40:12.1158084Z tensor([[ 0.0000, 1.0000, 2.0000, -2.0000, -1.0000], 2022-09-27T16:40:12.1158301Z [ 0.1000, 1.1000, 2.1000, -1.9000, -0.9000], 2022-09-27T16:40:12.1158494Z [ 0.2000, 1.2000, 2.2000, -1.8000, -0.8000], 2022-09-27T16:40:12.1158702Z [-0.2000, 0.8000, 1.8000, -2.2000, -1.2000], 2022-09-27T16:40:12.1158913Z [-0.1000, 0.9000, 1.9000, -2.1000, -1.1000]]) 2022-09-27T16:40:12.1159086Z ok 2022-09-27T16:40:12.1159229Z Trying: 2022-09-27T16:40:12.1159387Z torch.fft.fftshift(x) 2022-09-27T16:40:12.1159569Z Expecting: 2022-09-27T16:40:12.1159770Z tensor([[-2.2000, -1.2000, -0.2000, 0.8000, 1.8000], 2022-09-27T16:40:12.1159981Z [-2.1000, -1.1000, -0.1000, 0.9000, 1.9000], 2022-09-27T16:40:12.1160183Z [-2.0000, -1.0000, 0.0000, 1.0000, 2.0000], 2022-09-27T16:40:12.1160370Z [-1.9000, -0.9000, 0.1000, 1.1000, 2.1000], 2022-09-27T16:40:12.1160643Z [-1.8000, -0.8000, 0.2000, 1.2000, 2.2000]]) 2022-09-27T16:40:12.1160814Z ok 2022-09-27T16:40:12.1160961Z Trying: 2022-09-27T16:40:12.1161145Z x_centered = torch.arange(-5, 5) 2022-09-27T16:40:12.1161343Z Expecting nothing 2022-09-27T16:40:12.1161493Z ok 2022-09-27T16:40:12.1161637Z Trying: 2022-09-27T16:40:12.1161845Z x_uncentered = torch.fft.ifftshift(x_centered) 2022-09-27T16:40:12.1162065Z Expecting nothing 2022-09-27T16:40:12.1162226Z ok 2022-09-27T16:40:12.1162356Z Trying: 2022-09-27T16:40:12.1162564Z fft_uncentered = torch.fft.fft(x_uncentered) 2022-09-27T16:40:12.1162777Z Expecting nothing 2022-09-27T16:40:12.1162948Z ok 2022-09-27T16:40:12.1163091Z Trying: 2022-09-27T16:40:12.1163290Z fft_centered = torch.fft.fftshift(fft_uncentered) 2022-09-27T16:40:12.1163509Z Expecting nothing 2022-09-27T16:40:12.1163672Z ok 2022-09-27T16:40:12.1163814Z Trying: 2022-09-27T16:40:12.1164078Z x_centered_2 = torch.fft.fftshift(torch.fft.ifft(torch.fft.ifftshift(fft_centered))) 2022-09-27T16:40:12.1164331Z Expecting nothing 2022-09-27T16:40:12.1164493Z ok 2022-09-27T16:40:12.1164635Z Trying: 2022-09-27T16:40:12.1164906Z torch.testing.assert_close(x_centered.to(torch.complex64), x_centered_2, check_stride=False) 2022-09-27T16:40:12.1165176Z Expecting nothing 2022-09-27T16:40:12.1165323Z ok 2022-09-27T16:40:12.1194426Z Trying: 2022-09-27T16:40:12.1194678Z t = torch.linspace(0, 1, 5) 2022-09-27T16:40:12.1195060Z test_hfft_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.016s) 2022-09-27T16:40:12.1195326Z Expecting nothing 2022-09-27T16:40:12.1195487Z ok 2022-09-27T16:40:12.1195618Z Trying: 2022-09-27T16:40:12.1195764Z t 2022-09-27T16:40:12.1195918Z Expecting: 2022-09-27T16:40:12.1196107Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-09-27T16:40:12.1196283Z ok 2022-09-27T16:40:12.1196411Z Trying: 2022-09-27T16:40:12.1196583Z T = torch.fft.ifft(t) 2022-09-27T16:40:12.1196771Z Expecting nothing 2022-09-27T16:40:12.1196933Z ok 2022-09-27T16:40:12.1197075Z Trying: 2022-09-27T16:40:12.1197206Z T 2022-09-27T16:40:12.1197360Z Expecting: 2022-09-27T16:40:12.1197578Z tensor([ 0.5000-0.0000j, -0.1250-0.1720j, -0.1250-0.0406j, -0.1250+0.0406j, 2022-09-27T16:40:12.1197793Z -0.1250+0.1720j]) 2022-09-27T16:40:12.1198077Z ok 2022-09-27T16:40:12.1198208Z Trying: 2022-09-27T16:40:12.1198383Z torch.fft.hfft(T[:3], n=5) 2022-09-27T16:40:12.1198564Z Expecting: 2022-09-27T16:40:12.1198753Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-09-27T16:40:12.1198926Z ok 2022-09-27T16:40:12.1199054Z Trying: 2022-09-27T16:40:12.1199225Z torch.fft.hfft(T[:3]) 2022-09-27T16:40:12.1199405Z Expecting: 2022-09-27T16:40:12.1199590Z tensor([0.1250, 0.2809, 0.6250, 0.9691]) 2022-09-27T16:40:12.1199764Z ok 2022-09-27T16:40:12.1231866Z Trying: 2022-09-27T16:40:12.1232165Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-09-27T16:40:12.1232480Z Expecting nothing 2022-09-27T16:40:12.1232643Z ok 2022-09-27T16:40:12.1232793Z Trying: 2022-09-27T16:40:12.1232954Z ifft2 = torch.fft.ifft2(x) 2022-09-27T16:40:12.1233144Z Expecting nothing 2022-09-27T16:40:12.1233306Z ok 2022-09-27T16:40:12.1233447Z Trying: 2022-09-27T16:40:12.1233662Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-09-27T16:40:12.1233951Z test_ifft2_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.000s) 2022-09-27T16:40:12.1234187Z Expecting nothing 2022-09-27T16:40:12.1234349Z ok 2022-09-27T16:40:12.1234502Z Trying: 2022-09-27T16:40:12.1234734Z torch.testing.assert_close(ifft2, two_iffts, check_stride=False) 2022-09-27T16:40:12.1234954Z Expecting nothing 2022-09-27T16:40:12.1235116Z ok 2022-09-27T16:40:12.1261475Z Trying: 2022-09-27T16:40:12.1261758Z t = torch.tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-09-27T16:40:12.1262082Z test_ifft_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.000s) 2022-09-27T16:40:12.1262321Z Expecting nothing 2022-09-27T16:40:12.1262469Z ok 2022-09-27T16:40:12.1262612Z Trying: 2022-09-27T16:40:12.1262776Z torch.fft.ifft(t) 2022-09-27T16:40:12.1262951Z Expecting: 2022-09-27T16:40:12.1263136Z tensor([0.+0.j, 1.+0.j, 2.+0.j, 3.+0.j]) 2022-09-27T16:40:12.1263295Z ok 2022-09-27T16:40:12.1290329Z Trying: 2022-09-27T16:40:12.1290613Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-09-27T16:40:12.1290940Z test_ifftn_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.000s) 2022-09-27T16:40:12.1291171Z Expecting nothing 2022-09-27T16:40:12.1291333Z ok 2022-09-27T16:40:12.1291460Z Trying: 2022-09-27T16:40:12.1291635Z ifftn = torch.fft.ifftn(x) 2022-09-27T16:40:12.1291824Z Expecting nothing 2022-09-27T16:40:12.1291984Z ok 2022-09-27T16:40:12.1292112Z Trying: 2022-09-27T16:40:12.1292328Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-09-27T16:40:12.1292553Z Expecting nothing 2022-09-27T16:40:12.1292714Z ok 2022-09-27T16:40:12.1292857Z Trying: 2022-09-27T16:40:12.1293090Z torch.testing.assert_close(ifftn, two_iffts, check_stride=False) 2022-09-27T16:40:12.1293312Z Expecting nothing 2022-09-27T16:40:12.1293473Z ok 2022-09-27T16:40:12.1321521Z Trying: 2022-09-27T16:40:12.1321782Z f = torch.fft.fftfreq(5) 2022-09-27T16:40:12.1322202Z test_ifftshift_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.000s) 2022-09-27T16:40:12.1322564Z Expecting nothing 2022-09-27T16:40:12.1322816Z ok 2022-09-27T16:40:12.1323039Z Trying: 2022-09-27T16:40:12.1323257Z f 2022-09-27T16:40:12.1323492Z Expecting: 2022-09-27T16:40:12.1323774Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-09-27T16:40:12.1324047Z ok 2022-09-27T16:40:12.1324266Z Trying: 2022-09-27T16:40:12.1324549Z shifted = torch.fft.fftshift(f) 2022-09-27T16:40:12.1324851Z Expecting nothing 2022-09-27T16:40:12.1325084Z ok 2022-09-27T16:40:12.1325307Z Trying: 2022-09-27T16:40:12.1325582Z torch.fft.ifftshift(shifted) 2022-09-27T16:40:12.1325871Z Expecting: 2022-09-27T16:40:12.1326171Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-09-27T16:40:12.1326421Z ok 2022-09-27T16:40:12.1358410Z Trying: 2022-09-27T16:40:12.1358653Z t = torch.arange(5) 2022-09-27T16:40:12.1359025Z test_ihfft_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.016s) 2022-09-27T16:40:12.1359290Z Expecting nothing 2022-09-27T16:40:12.1359452Z ok 2022-09-27T16:40:12.1359710Z Trying: 2022-09-27T16:40:12.1359856Z t 2022-09-27T16:40:12.1360007Z Expecting: 2022-09-27T16:40:12.1360179Z tensor([0, 1, 2, 3, 4]) 2022-09-27T16:40:12.1360343Z ok 2022-09-27T16:40:12.1360472Z Trying: 2022-09-27T16:40:12.1360637Z torch.fft.ihfft(t) 2022-09-27T16:40:12.1360815Z Expecting: 2022-09-27T16:40:12.1361018Z tensor([ 2.0000-0.0000j, -0.5000-0.6882j, -0.5000-0.1625j]) 2022-09-27T16:40:12.1361206Z ok 2022-09-27T16:40:12.1361333Z Trying: 2022-09-27T16:40:12.1361499Z torch.fft.ifft(t) 2022-09-27T16:40:12.1361673Z Expecting: 2022-09-27T16:40:12.1361885Z tensor([ 2.0000-0.0000j, -0.5000-0.6882j, -0.5000-0.1625j, -0.5000+0.1625j, 2022-09-27T16:40:12.1362172Z -0.5000+0.6882j]) 2022-09-27T16:40:12.1362320Z ok 2022-09-27T16:40:12.1388392Z Trying: 2022-09-27T16:40:12.1388634Z t = torch.rand(10, 9) 2022-09-27T16:40:12.1389010Z test_irfft2_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.000s) 2022-09-27T16:40:12.1389377Z Expecting nothing 2022-09-27T16:40:12.1389612Z ok 2022-09-27T16:40:12.1389829Z Trying: 2022-09-27T16:40:12.1390084Z T = torch.fft.rfft2(t) 2022-09-27T16:40:12.1390368Z Expecting nothing 2022-09-27T16:40:12.1390613Z ok 2022-09-27T16:40:12.1390814Z Trying: 2022-09-27T16:40:12.1391082Z torch.fft.irfft2(T).size() 2022-09-27T16:40:12.1391366Z Expecting: 2022-09-27T16:40:12.1391626Z torch.Size([10, 8]) 2022-09-27T16:40:12.1391897Z ok 2022-09-27T16:40:12.1392101Z Trying: 2022-09-27T16:40:12.1392402Z roundtrip = torch.fft.irfft2(T, t.size()) 2022-09-27T16:40:12.1392723Z Expecting nothing 2022-09-27T16:40:12.1392969Z ok 2022-09-27T16:40:12.1393192Z Trying: 2022-09-27T16:40:12.1393434Z roundtrip.size() 2022-09-27T16:40:12.1393701Z Expecting: 2022-09-27T16:40:12.1393960Z torch.Size([10, 9]) 2022-09-27T16:40:12.1394209Z ok 2022-09-27T16:40:12.1394430Z Trying: 2022-09-27T16:40:12.1394767Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-09-27T16:40:12.1395162Z Expecting nothing 2022-09-27T16:40:12.1395410Z ok 2022-09-27T16:40:12.1437897Z Trying: 2022-09-27T16:40:12.1438272Z test_irfft_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.000s) 2022-09-27T16:40:12.1438650Z t = torch.linspace(0, 1, 5) 2022-09-27T16:40:12.1438963Z Expecting nothing 2022-09-27T16:40:12.1439285Z ok 2022-09-27T16:40:12.1439509Z Trying: 2022-09-27T16:40:12.1439736Z t 2022-09-27T16:40:12.1439972Z Expecting: 2022-09-27T16:40:12.1440253Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-09-27T16:40:12.1440522Z ok 2022-09-27T16:40:12.1440744Z Trying: 2022-09-27T16:40:12.1441003Z T = torch.fft.rfft(t) 2022-09-27T16:40:12.1441307Z Expecting nothing 2022-09-27T16:40:12.1441545Z ok 2022-09-27T16:40:12.1441768Z Trying: 2022-09-27T16:40:12.1441990Z T 2022-09-27T16:40:12.1442223Z Expecting: 2022-09-27T16:40:12.1442524Z tensor([ 2.5000+0.0000j, -0.6250+0.8602j, -0.6250+0.2031j]) 2022-09-27T16:40:12.1442805Z ok 2022-09-27T16:40:12.1443025Z Trying: 2022-09-27T16:40:12.1443285Z torch.fft.irfft(T) 2022-09-27T16:40:12.1443557Z Expecting: 2022-09-27T16:40:12.1443825Z tensor([0.1562, 0.3511, 0.7812, 1.2114]) 2022-09-27T16:40:12.1444091Z ok 2022-09-27T16:40:12.1444311Z Trying: 2022-09-27T16:40:12.1444614Z roundtrip = torch.fft.irfft(T, t.numel()) 2022-09-27T16:40:12.1444938Z Expecting nothing 2022-09-27T16:40:12.1445173Z ok 2022-09-27T16:40:12.1445401Z Trying: 2022-09-27T16:40:12.1445759Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-09-27T16:40:12.1446129Z Expecting nothing 2022-09-27T16:40:12.1446374Z ok 2022-09-27T16:40:12.1468102Z Trying: 2022-09-27T16:40:12.1468460Z test_irfftn_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.000s) 2022-09-27T16:40:12.1468817Z t = torch.rand(10, 9) 2022-09-27T16:40:12.1469099Z Expecting nothing 2022-09-27T16:40:12.1469348Z ok 2022-09-27T16:40:12.1469566Z Trying: 2022-09-27T16:40:12.1469808Z T = torch.fft.rfftn(t) 2022-09-27T16:40:12.1470091Z Expecting nothing 2022-09-27T16:40:12.1470480Z ok 2022-09-27T16:40:12.1470704Z Trying: 2022-09-27T16:40:12.1470977Z torch.fft.irfftn(T).size() 2022-09-27T16:40:12.1471271Z Expecting: 2022-09-27T16:40:12.1471533Z torch.Size([10, 8]) 2022-09-27T16:40:12.1471787Z ok 2022-09-27T16:40:12.1472014Z Trying: 2022-09-27T16:40:12.1472326Z roundtrip = torch.fft.irfftn(T, t.size()) 2022-09-27T16:40:12.1472646Z Expecting nothing 2022-09-27T16:40:12.1472897Z ok 2022-09-27T16:40:12.1473120Z Trying: 2022-09-27T16:40:12.1473378Z roundtrip.size() 2022-09-27T16:40:12.1473654Z Expecting: 2022-09-27T16:40:12.1473904Z torch.Size([10, 9]) 2022-09-27T16:40:12.1474232Z ok 2022-09-27T16:40:12.1474458Z Trying: 2022-09-27T16:40:12.1474829Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-09-27T16:40:12.1475199Z Expecting nothing 2022-09-27T16:40:12.1475436Z ok 2022-09-27T16:40:12.1510336Z Trying: 2022-09-27T16:40:12.1510601Z t = torch.rand(10, 10) 2022-09-27T16:40:12.1510991Z test_rfft2_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.016s) 2022-09-27T16:40:12.1511230Z Expecting nothing 2022-09-27T16:40:12.1511394Z ok 2022-09-27T16:40:12.1511524Z Trying: 2022-09-27T16:40:12.1511698Z rfft2 = torch.fft.rfft2(t) 2022-09-27T16:40:12.1511888Z Expecting nothing 2022-09-27T16:40:12.1512050Z ok 2022-09-27T16:40:12.1512198Z Trying: 2022-09-27T16:40:12.1512340Z rfft2.size() 2022-09-27T16:40:12.1512507Z Expecting: 2022-09-27T16:40:12.1512733Z torch.Size([10, 6]) 2022-09-27T16:40:12.1512897Z ok 2022-09-27T16:40:12.1513054Z Trying: 2022-09-27T16:40:12.1513210Z fft2 = torch.fft.fft2(t) 2022-09-27T16:40:12.1513399Z Expecting nothing 2022-09-27T16:40:12.1513560Z ok 2022-09-27T16:40:12.1513702Z Trying: 2022-09-27T16:40:12.1513932Z torch.testing.assert_close(fft2[..., :6], rfft2, check_stride=False) 2022-09-27T16:40:12.1514156Z Expecting nothing 2022-09-27T16:40:12.1514317Z ok 2022-09-27T16:40:12.1514460Z Trying: 2022-09-27T16:40:12.1514676Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-09-27T16:40:12.1514897Z Expecting nothing 2022-09-27T16:40:12.1515046Z ok 2022-09-27T16:40:12.1515188Z Trying: 2022-09-27T16:40:12.1515416Z torch.testing.assert_close(rfft2, two_ffts, check_stride=False) 2022-09-27T16:40:12.1515652Z Expecting nothing 2022-09-27T16:40:12.1515813Z ok 2022-09-27T16:40:12.1556884Z Trying: 2022-09-27T16:40:12.1557144Z t = torch.arange(4) 2022-09-27T16:40:12.1557401Z Expecting nothing 2022-09-27T16:40:12.1557584Z ok 2022-09-27T16:40:12.1557726Z Trying: 2022-09-27T16:40:12.1557858Z t 2022-09-27T16:40:12.1558010Z Expecting: 2022-09-27T16:40:12.1558182Z tensor([0, 1, 2, 3]) 2022-09-27T16:40:12.1558438Z test_rfft_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.000s) 2022-09-27T16:40:12.1558654Z ok 2022-09-27T16:40:12.1558783Z Trying: 2022-09-27T16:40:12.1558947Z torch.fft.rfft(t) 2022-09-27T16:40:12.1559120Z Expecting: 2022-09-27T16:40:12.1559304Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j]) 2022-09-27T16:40:12.1559479Z ok 2022-09-27T16:40:12.1559610Z Trying: 2022-09-27T16:40:12.1559772Z torch.fft.fft(t) 2022-09-27T16:40:12.1559942Z Expecting: 2022-09-27T16:40:12.1560132Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-09-27T16:40:12.1560313Z ok 2022-09-27T16:40:12.1589339Z Trying: 2022-09-27T16:40:12.1589600Z torch.fft.rfftfreq(5) 2022-09-27T16:40:12.1589976Z test_rfftfreq_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.000s) 2022-09-27T16:40:12.1590268Z Expecting: 2022-09-27T16:40:12.1590444Z tensor([0.0000, 0.2000, 0.4000]) 2022-09-27T16:40:12.1590613Z ok 2022-09-27T16:40:12.1590743Z Trying: 2022-09-27T16:40:12.1590919Z torch.fft.rfftfreq(4) 2022-09-27T16:40:12.1591098Z Expecting: 2022-09-27T16:40:12.1591272Z tensor([0.0000, 0.2500, 0.5000]) 2022-09-27T16:40:12.1591438Z ok 2022-09-27T16:40:12.1591569Z Trying: 2022-09-27T16:40:12.1591743Z torch.fft.fftfreq(4) 2022-09-27T16:40:12.1591923Z Expecting: 2022-09-27T16:40:12.1592110Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-09-27T16:40:12.1592909Z ok 2022-09-27T16:40:12.1621686Z Trying: 2022-09-27T16:40:12.1622080Z test_rfftn_cpu (__main__.TestFFTDocExamplesCPU) ... ok (0.000s) 2022-09-27T16:40:12.1622457Z t = torch.rand(10, 10) 2022-09-27T16:40:12.1622743Z Expecting nothing 2022-09-27T16:40:12.1622991Z ok 2022-09-27T16:40:12.1623195Z Trying: 2022-09-27T16:40:12.1623469Z rfftn = torch.fft.rfftn(t) 2022-09-27T16:40:12.1623760Z Expecting nothing 2022-09-27T16:40:12.1624008Z ok 2022-09-27T16:40:12.1624224Z Trying: 2022-09-27T16:40:12.1624446Z rfftn.size() 2022-09-27T16:40:12.1624698Z Expecting: 2022-09-27T16:40:12.1625123Z torch.Size([10, 6]) 2022-09-27T16:40:12.1625377Z ok 2022-09-27T16:40:12.1625595Z Trying: 2022-09-27T16:40:12.1625846Z fftn = torch.fft.fftn(t) 2022-09-27T16:40:12.1626137Z Expecting nothing 2022-09-27T16:40:12.1626385Z ok 2022-09-27T16:40:12.1626603Z Trying: 2022-09-27T16:40:12.1626964Z torch.testing.assert_close(fftn[..., :6], rfftn, check_stride=False) 2022-09-27T16:40:12.1627323Z Expecting nothing 2022-09-27T16:40:12.1627568Z ok 2022-09-27T16:40:12.1627785Z Trying: 2022-09-27T16:40:12.1628118Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-09-27T16:40:12.1628459Z Expecting nothing 2022-09-27T16:40:12.1628690Z ok 2022-09-27T16:40:12.1628911Z Trying: 2022-09-27T16:40:12.1629266Z torch.testing.assert_close(rfftn, two_ffts, check_stride=False) 2022-09-27T16:40:12.1629631Z Expecting nothing 2022-09-27T16:40:12.1629811Z 2022-09-27T16:40:12.1630042Z ---------------------------------------------------------------------- 2022-09-27T16:40:12.1630417Z Ran 177 tests in 6.704s 2022-09-27T16:40:12.1630581Z 2022-09-27T16:40:12.1630689Z OK (skipped=10) 2022-09-27T16:40:12.1630853Z 2022-09-27T16:40:12.1630987Z Generating XML reports... 2022-09-27T16:40:12.1631257Z ok 2022-09-27T16:40:12.1807956Z Generated XML report: test-reports\python-unittest\test_spectral_ops\TEST-TestFFTCPU-20220927164005.xml 2022-09-27T16:40:12.1839894Z Generated XML report: test-reports\python-unittest\test_spectral_ops\TEST-TestFFTDocExamplesCPU-20220927164005.xml 2022-09-27T16:40:12.5976244Z Running test_type_promotion ... [2022-09-27 16:40:12.595613] 2022-09-27T16:40:12.5976717Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_type_promotion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:40:12.595613] 2022-09-27T16:40:14.3908582Z 2022-09-27T16:40:14.3908904Z Running tests... 2022-09-27T16:40:14.3909221Z ---------------------------------------------------------------------- 2022-09-27T16:40:14.3909589Z Test results will be stored in test-reports\python-unittest\test_type_promotion 2022-09-27T16:40:14.3944659Z test_add_wrapped_cpu (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:40:15.0088656Z test_alpha_mismatch_cpu (__main__.TestTypePromotionCPU) ... ok (0.601s) 2022-09-27T16:40:15.0124470Z test_alternate_result_cpu (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:15.0197845Z test_bfloat16_cpu (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.0223742Z test_booleans_cpu (__main__.TestTypePromotionCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_type_promotion.py:437: UserWarning: This overload of add is deprecated: 2022-09-27T16:40:15.0224183Z add(Tensor input, Number alpha, Tensor other, *, Tensor out) 2022-09-27T16:40:15.0224472Z Consider using one of the following signatures instead: 2022-09-27T16:40:15.0224913Z 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:1418.) 2022-09-27T16:40:15.0225348Z self.assertEqual(torch.add(torch.tensor(True, device=device), 2022-09-27T16:40:15.0233278Z ok (0.000s) 2022-09-27T16:40:15.0244611Z test_can_cast_cpu (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.0575254Z test_cat_different_dtypes_cpu (__main__.TestTypePromotionCPU) ... ok (0.047s) 2022-09-27T16:40:15.3102533Z test_cat_out_different_dtypes_cpu (__main__.TestTypePromotionCPU) ... ok (0.248s) 2022-09-27T16:40:15.3145977Z test_clamp_type_promotion_cpu_bool_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.3193017Z test_clamp_type_promotion_cpu_bool_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.3238923Z test_clamp_type_promotion_cpu_bool_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:15.3283325Z test_clamp_type_promotion_cpu_bool_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.3339511Z test_clamp_type_promotion_cpu_bool_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:40:15.3395860Z test_clamp_type_promotion_cpu_bool_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.3451646Z test_clamp_type_promotion_cpu_bool_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.3506561Z test_clamp_type_promotion_cpu_bool_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:15.3561044Z test_clamp_type_promotion_cpu_bool_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.3617244Z test_clamp_type_promotion_cpu_bool_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:15.3672664Z test_clamp_type_promotion_cpu_bool_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.3726790Z test_clamp_type_promotion_cpu_bool_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.3777441Z test_clamp_type_promotion_cpu_bool_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:15.3829751Z test_clamp_type_promotion_cpu_bool_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.3881750Z test_clamp_type_promotion_cpu_bool_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:40:15.3932940Z test_clamp_type_promotion_cpu_bool_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.4001804Z test_clamp_type_promotion_cpu_float32_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:40:15.4066311Z test_clamp_type_promotion_cpu_float32_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.4130694Z test_clamp_type_promotion_cpu_float32_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:40:15.4195375Z test_clamp_type_promotion_cpu_float32_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.4259524Z test_clamp_type_promotion_cpu_float32_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:15.4325255Z test_clamp_type_promotion_cpu_float32_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.4391596Z test_clamp_type_promotion_cpu_float32_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:15.4455302Z test_clamp_type_promotion_cpu_float32_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.4518639Z test_clamp_type_promotion_cpu_float32_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:40:15.4584105Z test_clamp_type_promotion_cpu_float32_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.4649717Z test_clamp_type_promotion_cpu_float32_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:15.4712728Z test_clamp_type_promotion_cpu_float32_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.4777150Z test_clamp_type_promotion_cpu_float32_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.4841703Z test_clamp_type_promotion_cpu_float32_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:15.4906386Z test_clamp_type_promotion_cpu_float32_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:40:15.4972736Z test_clamp_type_promotion_cpu_float32_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.5038099Z test_clamp_type_promotion_cpu_float64_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.5101395Z test_clamp_type_promotion_cpu_float64_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:15.5164064Z test_clamp_type_promotion_cpu_float64_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.5227266Z test_clamp_type_promotion_cpu_float64_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:15.5290193Z test_clamp_type_promotion_cpu_float64_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.5355399Z test_clamp_type_promotion_cpu_float64_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.5420299Z test_clamp_type_promotion_cpu_float64_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:15.5483222Z test_clamp_type_promotion_cpu_float64_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.5546012Z test_clamp_type_promotion_cpu_float64_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:15.5610189Z test_clamp_type_promotion_cpu_float64_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.5673970Z test_clamp_type_promotion_cpu_float64_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.5735826Z test_clamp_type_promotion_cpu_float64_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:15.5798757Z test_clamp_type_promotion_cpu_float64_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.5861950Z test_clamp_type_promotion_cpu_float64_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:15.5924547Z test_clamp_type_promotion_cpu_float64_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.5989752Z test_clamp_type_promotion_cpu_float64_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:40:15.6048184Z test_clamp_type_promotion_cpu_int32_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.6104231Z test_clamp_type_promotion_cpu_int32_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:15.6159721Z test_clamp_type_promotion_cpu_int32_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.6216216Z test_clamp_type_promotion_cpu_int32_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.6270826Z test_clamp_type_promotion_cpu_int32_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:15.6326357Z test_clamp_type_promotion_cpu_int32_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.6381897Z test_clamp_type_promotion_cpu_int32_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.6436462Z test_clamp_type_promotion_cpu_int32_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:15.6490410Z test_clamp_type_promotion_cpu_int32_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.6545883Z test_clamp_type_promotion_cpu_int32_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.6600970Z test_clamp_type_promotion_cpu_int32_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:15.6654487Z test_clamp_type_promotion_cpu_int32_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.6710580Z test_clamp_type_promotion_cpu_int32_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:40:15.6765878Z test_clamp_type_promotion_cpu_int32_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.6821446Z test_clamp_type_promotion_cpu_int32_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:15.6878006Z test_clamp_type_promotion_cpu_int32_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:15.9254694Z test_comparison_ops_with_type_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.238s) 2022-09-27T16:40:15.9276554Z test_complex_assertraises_cpu (__main__.TestTypePromotionCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_type_promotion.py:650: 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-09-27T16:40:15.9277332Z v = torch.tensor([2], dtype=dt2, device=device) 2022-09-27T16:40:15.9966397Z ok (0.073s) 2022-09-27T16:40:16.0041659Z test_complex_half_cpu (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.0179589Z test_complex_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:16.0196737Z test_complex_scalar_mult_tensor_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.0229311Z test_computation_ignores_out_cpu (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.0268019Z test_create_bool_tensors_cpu (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:16.0297338Z test_div_promotion_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.0325624Z test_div_promotion_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.0353930Z test_div_promotion_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.0382078Z test_div_promotion_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.0410391Z test_div_promotion_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:16.0438634Z test_div_promotion_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.0472030Z test_div_promotion_inplace_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.0496546Z test_div_promotion_inplace_cpu_float32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.0520561Z test_div_promotion_inplace_cpu_float64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.0553011Z test_div_promotion_inplace_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.0585232Z test_div_promotion_inplace_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:16.0617232Z test_div_promotion_inplace_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.0649546Z test_div_promotion_inplace_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.0681752Z test_div_promotion_inplace_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.0715604Z test_div_promotion_out_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:16.0741168Z test_div_promotion_out_cpu_float32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.0766408Z test_div_promotion_out_cpu_float64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.0800079Z test_div_promotion_out_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.0833657Z test_div_promotion_out_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:40:16.0867032Z test_div_promotion_out_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.0900474Z test_div_promotion_out_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.0934021Z test_div_promotion_out_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:40:16.0957654Z test_float_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.0982726Z test_from_issue_cpu (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.0999612Z test_half_cpu (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.1027176Z test_indexing_cpu (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.1049010Z test_indexing_fail_cpu (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.1089236Z test_inplace_cpu (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:16.1105461Z test_int_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.1119588Z test_int_to_float_cpu (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.1147717Z test_integer_addcdiv_deprecated_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.1172085Z test_integer_addcdiv_deprecated_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.1196426Z test_integer_addcdiv_deprecated_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.1220898Z test_integer_addcdiv_deprecated_cpu_int8 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.1245251Z test_integer_addcdiv_deprecated_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:16.1273899Z test_lt_with_type_promotion_cpu (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.6579327Z test_many_promotions_cpu (__main__.TestTypePromotionCPU) ... ok (0.534s) 2022-09-27T16:40:16.6657456Z test_mixed_type_backward_cpu (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.6678949Z test_non_promoting_ops_cpu (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.6710411Z test_numpy_array_binary_ufunc_promotion_cpu_bool_bool (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.6741175Z test_numpy_array_binary_ufunc_promotion_cpu_bool_complex128 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:16.6771169Z test_numpy_array_binary_ufunc_promotion_cpu_bool_complex64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.6801398Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float16 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.6832689Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:40:16.6869765Z test_numpy_array_binary_ufunc_promotion_cpu_bool_float64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.6900028Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int16 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.6930197Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int32 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:40:16.6960300Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.6990588Z test_numpy_array_binary_ufunc_promotion_cpu_bool_int8 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.7020783Z test_numpy_array_binary_ufunc_promotion_cpu_bool_uint8 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.7050621Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_bool (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.7080419Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:16.7110595Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.7140763Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float16 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.7170793Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.7200949Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_float64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.7231194Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int16 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.7261213Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int32 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:16.7291188Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.7321249Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_int8 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.7351709Z test_numpy_array_binary_ufunc_promotion_cpu_complex128_uint8 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.7381922Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_bool (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.7412513Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:16.7444578Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.7474590Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float16 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.7504556Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.7534611Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_float64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.7564802Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int16 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:16.7594877Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.7624919Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.7654722Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_int8 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.7684700Z test_numpy_array_binary_ufunc_promotion_cpu_complex64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.7715102Z test_numpy_array_binary_ufunc_promotion_cpu_float16_bool (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:16.7745031Z test_numpy_array_binary_ufunc_promotion_cpu_float16_complex128 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.7774855Z test_numpy_array_binary_ufunc_promotion_cpu_float16_complex64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.7804299Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float16 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:40:16.7834192Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.7864206Z test_numpy_array_binary_ufunc_promotion_cpu_float16_float64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.7894245Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int16 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.7924361Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.7954430Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.7984491Z test_numpy_array_binary_ufunc_promotion_cpu_float16_int8 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:16.8014351Z test_numpy_array_binary_ufunc_promotion_cpu_float16_uint8 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.8044242Z test_numpy_array_binary_ufunc_promotion_cpu_float32_bool (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.8074321Z test_numpy_array_binary_ufunc_promotion_cpu_float32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.8104479Z test_numpy_array_binary_ufunc_promotion_cpu_float32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.8134048Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float16 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:16.8166364Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.8197106Z test_numpy_array_binary_ufunc_promotion_cpu_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.8227093Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int16 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.8257033Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.8287337Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int64 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:16.8317089Z test_numpy_array_binary_ufunc_promotion_cpu_float32_int8 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.8347219Z test_numpy_array_binary_ufunc_promotion_cpu_float32_uint8 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.8376936Z test_numpy_array_binary_ufunc_promotion_cpu_float64_bool (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.8406798Z test_numpy_array_binary_ufunc_promotion_cpu_float64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.8437013Z test_numpy_array_binary_ufunc_promotion_cpu_float64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:16.8466887Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float16 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.8496790Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.8526306Z test_numpy_array_binary_ufunc_promotion_cpu_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.8556300Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int16 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.8586625Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int32 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:16.8616450Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.8647006Z test_numpy_array_binary_ufunc_promotion_cpu_float64_int8 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.8677501Z test_numpy_array_binary_ufunc_promotion_cpu_float64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.8707337Z test_numpy_array_binary_ufunc_promotion_cpu_int16_bool (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.8737088Z test_numpy_array_binary_ufunc_promotion_cpu_int16_complex128 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.8767218Z test_numpy_array_binary_ufunc_promotion_cpu_int16_complex64 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:16.8797862Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float16 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.8828461Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.8859874Z test_numpy_array_binary_ufunc_promotion_cpu_int16_float64 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:40:16.8892292Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int16 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.8922213Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.8952239Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int64 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:40:16.8982046Z test_numpy_array_binary_ufunc_promotion_cpu_int16_int8 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.9012084Z test_numpy_array_binary_ufunc_promotion_cpu_int16_uint8 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.9041824Z test_numpy_array_binary_ufunc_promotion_cpu_int32_bool (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.9071843Z test_numpy_array_binary_ufunc_promotion_cpu_int32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.9102057Z test_numpy_array_binary_ufunc_promotion_cpu_int32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:16.9131841Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float16 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.9161855Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.9191943Z test_numpy_array_binary_ufunc_promotion_cpu_int32_float64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.9221963Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int16 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.9251405Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.9281729Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int64 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:16.9311818Z test_numpy_array_binary_ufunc_promotion_cpu_int32_int8 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.9341913Z test_numpy_array_binary_ufunc_promotion_cpu_int32_uint8 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.9371773Z test_numpy_array_binary_ufunc_promotion_cpu_int64_bool (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.9401893Z test_numpy_array_binary_ufunc_promotion_cpu_int64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.9432229Z test_numpy_array_binary_ufunc_promotion_cpu_int64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:16.9462142Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float16 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.9491944Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.9521911Z test_numpy_array_binary_ufunc_promotion_cpu_int64_float64 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:40:16.9551872Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int16 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.9581704Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.9613767Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.9643702Z test_numpy_array_binary_ufunc_promotion_cpu_int64_int8 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.9673819Z test_numpy_array_binary_ufunc_promotion_cpu_int64_uint8 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:16.9703878Z test_numpy_array_binary_ufunc_promotion_cpu_int8_bool (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.9733778Z test_numpy_array_binary_ufunc_promotion_cpu_int8_complex128 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.9763856Z test_numpy_array_binary_ufunc_promotion_cpu_int8_complex64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.9793769Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float16 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.9823837Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.9853833Z test_numpy_array_binary_ufunc_promotion_cpu_int8_float64 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:16.9883863Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int16 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.9914198Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:16.9944711Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int64 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:40:16.9974048Z test_numpy_array_binary_ufunc_promotion_cpu_int8_int8 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:17.0004307Z test_numpy_array_binary_ufunc_promotion_cpu_int8_uint8 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:17.0034358Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_bool (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:17.0064468Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_complex128 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:17.0094308Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_complex64 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:17.0124121Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float16 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:17.0154058Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:17.0183855Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_float64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:17.0213702Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int16 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:17.0243693Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int32 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:17.0273520Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:17.0303672Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_int8 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:17.0335960Z test_numpy_array_binary_ufunc_promotion_cpu_uint8_uint8 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:17.0358111Z test_promote_self_cpu (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:17.0372815Z test_promote_types_cpu (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:17.0395757Z test_result_type_cpu_bfloat16_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.0427808Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.0450740Z test_result_type_cpu_bfloat16_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.0475122Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.0497941Z test_result_type_cpu_bfloat16_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.0529963Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.0553057Z test_result_type_cpu_bfloat16_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.0584983Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.0607794Z test_result_type_cpu_bfloat16_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.0636449Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.0659573Z test_result_type_cpu_bfloat16_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.0687659Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.0710707Z test_result_type_cpu_bfloat16_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.0738731Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.0761625Z test_result_type_cpu_bfloat16_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.0785876Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.0808765Z test_result_type_cpu_bfloat16_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.0833106Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:40:17.0856098Z test_result_type_cpu_bfloat16_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.0880182Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.0903130Z test_result_type_cpu_bfloat16_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.0927386Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:40:17.0950126Z test_result_type_cpu_bfloat16_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.0974287Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.0997243Z test_result_type_cpu_bool_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.1021670Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.1044468Z test_result_type_cpu_bool_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.1062659Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.1085409Z test_result_type_cpu_bool_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.1112656Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.1135383Z test_result_type_cpu_bool_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.1162841Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.1185777Z test_result_type_cpu_bool_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.1210005Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.1233098Z test_result_type_cpu_bool_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.1256966Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.1279812Z test_result_type_cpu_bool_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.1303700Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.1326379Z test_result_type_cpu_bool_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.1345311Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.1368077Z test_result_type_cpu_bool_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.1387322Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.1410071Z test_result_type_cpu_bool_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.1428876Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.1451545Z test_result_type_cpu_bool_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.1470355Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.1493168Z test_result_type_cpu_bool_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.1511979Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.1534901Z test_result_type_cpu_complex128_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.1566473Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.1589358Z test_result_type_cpu_complex128_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.1616188Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.1639071Z test_result_type_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.1672465Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.1695407Z test_result_type_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.1729492Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.1752391Z test_result_type_cpu_complex128_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.1784050Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.1806875Z test_result_type_cpu_complex128_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.1838134Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.1861161Z test_result_type_cpu_complex128_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.1891925Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.1914933Z test_result_type_cpu_complex128_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.1942156Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.1965229Z test_result_type_cpu_complex128_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.1992479Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:40:17.2015383Z test_result_type_cpu_complex128_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.2042567Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.2065573Z test_result_type_cpu_complex128_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.2092717Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:40:17.2115586Z test_result_type_cpu_complex128_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.2142785Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.2165589Z test_result_type_cpu_complex64_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.2197572Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.2220589Z test_result_type_cpu_complex64_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.2247900Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.2270807Z test_result_type_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.2305045Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.2327800Z test_result_type_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.2362068Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.2385281Z test_result_type_cpu_complex64_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.2416988Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.2439927Z test_result_type_cpu_complex64_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.2471350Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.2494406Z test_result_type_cpu_complex64_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.2525958Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.2548817Z test_result_type_cpu_complex64_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.2575988Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.2598875Z test_result_type_cpu_complex64_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.2626226Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.2649097Z test_result_type_cpu_complex64_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.2676578Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.2699617Z test_result_type_cpu_complex64_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.2726764Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.2749789Z test_result_type_cpu_complex64_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.2776990Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.2799909Z test_result_type_cpu_float16_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.2828887Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.2851774Z test_result_type_cpu_float16_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.2875989Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.2899012Z test_result_type_cpu_float16_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.2930566Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.2953368Z test_result_type_cpu_float16_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.2985365Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:40:17.3008155Z test_result_type_cpu_float16_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.3036562Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.3059428Z test_result_type_cpu_float16_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.3087709Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.3110617Z test_result_type_cpu_float16_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.3138517Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.3161520Z test_result_type_cpu_float16_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.3185794Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.3208500Z test_result_type_cpu_float16_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.3232865Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.3255752Z test_result_type_cpu_float16_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.3279831Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.3302724Z test_result_type_cpu_float16_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.3326826Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.3349774Z test_result_type_cpu_float16_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.3373792Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.3396713Z test_result_type_cpu_float32_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.3425229Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.3448038Z test_result_type_cpu_float32_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.3471941Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.3494820Z test_result_type_cpu_float32_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.3526069Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.3548907Z test_result_type_cpu_float32_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.3580443Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.3603199Z test_result_type_cpu_float32_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.3631444Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.3654416Z test_result_type_cpu_float32_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.3682156Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.3705088Z test_result_type_cpu_float32_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.3732898Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.3755674Z test_result_type_cpu_float32_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.3779573Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.3802443Z test_result_type_cpu_float32_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.3826824Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:40:17.3849555Z test_result_type_cpu_float32_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.3873497Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.3896448Z test_result_type_cpu_float32_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.3920603Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:40:17.3943512Z test_result_type_cpu_float32_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.3967350Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.3990183Z test_result_type_cpu_float64_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.4018155Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.4040940Z test_result_type_cpu_float64_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.4064729Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.4087570Z test_result_type_cpu_float64_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.4118599Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.4141402Z test_result_type_cpu_float64_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.4172595Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.4195553Z test_result_type_cpu_float64_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.4223516Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.4246284Z test_result_type_cpu_float64_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.4274105Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.4296990Z test_result_type_cpu_float64_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.4323990Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.4346941Z test_result_type_cpu_float64_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.4370475Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.4393531Z test_result_type_cpu_float64_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.4417485Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.4440519Z test_result_type_cpu_float64_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.4464134Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.4486821Z test_result_type_cpu_float64_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.4510494Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.4533212Z test_result_type_cpu_float64_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.4557110Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.4580172Z test_result_type_cpu_int16_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.4604407Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.4627330Z test_result_type_cpu_int16_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.4646311Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:40:17.4669345Z test_result_type_cpu_int16_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.4696476Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.4719334Z test_result_type_cpu_int16_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.4747008Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.4769967Z test_result_type_cpu_int16_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.4794235Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.4817053Z test_result_type_cpu_int16_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.4841113Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.4864116Z test_result_type_cpu_int16_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.4887907Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.4910912Z test_result_type_cpu_int16_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.4929430Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:40:17.4952419Z test_result_type_cpu_int16_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.4971196Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.4994113Z test_result_type_cpu_int16_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.5012634Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.5035568Z test_result_type_cpu_int16_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.5054201Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.5077163Z test_result_type_cpu_int16_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.5095824Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.5118707Z test_result_type_cpu_int32_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.5143086Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.5165934Z test_result_type_cpu_int32_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.5184726Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.5207471Z test_result_type_cpu_int32_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.5234684Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.5257466Z test_result_type_cpu_int32_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.5284794Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.5307682Z test_result_type_cpu_int32_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.5331825Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.5354694Z test_result_type_cpu_int32_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.5378763Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.5401558Z test_result_type_cpu_int32_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.5425336Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.5448209Z test_result_type_cpu_int32_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.5466981Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.5489909Z test_result_type_cpu_int32_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.5508403Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.5531388Z test_result_type_cpu_int32_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.5550014Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.5572862Z test_result_type_cpu_int32_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.5591680Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.5614544Z test_result_type_cpu_int32_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.5633309Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.5656376Z test_result_type_cpu_int64_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.5680670Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.5703526Z test_result_type_cpu_int64_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.5722114Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.5745191Z test_result_type_cpu_int64_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.5772144Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.5794953Z test_result_type_cpu_int64_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.5822412Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.5845592Z test_result_type_cpu_int64_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.5869981Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.5892751Z test_result_type_cpu_int64_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.5916684Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.5939575Z test_result_type_cpu_int64_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.5963227Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:40:17.5986164Z test_result_type_cpu_int64_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.6004717Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.6027717Z test_result_type_cpu_int64_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.6046211Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.6069085Z test_result_type_cpu_int64_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.6087010Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.6109934Z test_result_type_cpu_int64_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.6128393Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.6151275Z test_result_type_cpu_int64_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.6169708Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.6192933Z test_result_type_cpu_int8_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.6216863Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.6239641Z test_result_type_cpu_int8_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.6258511Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.6281239Z test_result_type_cpu_int8_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.6308398Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.6331173Z test_result_type_cpu_int8_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.6358629Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.6381496Z test_result_type_cpu_int8_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.6405534Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.6428526Z test_result_type_cpu_int8_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.6452382Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.6475272Z test_result_type_cpu_int8_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.6498929Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.6521616Z test_result_type_cpu_int8_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.6540568Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.6563615Z test_result_type_cpu_int8_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.6582527Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.6605337Z test_result_type_cpu_int8_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.6623999Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.6646955Z test_result_type_cpu_int8_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.6665528Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.6688159Z test_result_type_cpu_int8_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.6707069Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.6730172Z test_result_type_cpu_uint8_bfloat16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.6754564Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.6777408Z test_result_type_cpu_uint8_bool (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.6796167Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.6819281Z test_result_type_cpu_uint8_complex128 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.6846382Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:40:17.6869287Z test_result_type_cpu_uint8_complex64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.6896535Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.6919455Z test_result_type_cpu_uint8_float16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.6943801Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:40:17.6966766Z test_result_type_cpu_uint8_float32 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.6990730Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.7013622Z test_result_type_cpu_uint8_float64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.7037292Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.7060119Z test_result_type_cpu_uint8_int16 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.7078711Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-09-27T16:40:17.7101505Z test_result_type_cpu_uint8_int32 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.7120067Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.7142925Z test_result_type_cpu_uint8_int64 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.7161287Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.7184141Z test_result_type_cpu_uint8_int8 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.7202725Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-09-27T16:40:17.7225520Z test_result_type_cpu_uint8_uint8 (__main__.TestTypePromotionCPU) 2022-09-27T16:40:17.7243735Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-09-27T16:40:17.7286038Z test_result_type_tensor_vs_scalar_cpu (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:18.0569490Z test_sparse_add_cpu (__main__.TestTypePromotionCPU) ... ok (0.328s) 2022-09-27T16:40:18.0905677Z test_sparse_div_cpu (__main__.TestTypePromotionCPU) ... ok (0.041s) 2022-09-27T16:40:18.0931167Z test_sparse_div_promotion_cpu_bool (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:18.0955173Z test_sparse_div_promotion_cpu_int16 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:18.0979040Z test_sparse_div_promotion_cpu_int32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:18.1002837Z test_sparse_div_promotion_cpu_int64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:18.1026743Z test_sparse_div_promotion_cpu_uint8 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:18.3632658Z test_sparse_mul_cpu (__main__.TestTypePromotionCPU) ... ok (0.265s) 2022-09-27T16:40:18.6913951Z test_sparse_sub_cpu (__main__.TestTypePromotionCPU) ... ok (0.336s) 2022-09-27T16:40:18.6930798Z test_transpose_cpu (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:18.6966105Z test_unary_op_out_casting_cpu_complex128_complex128 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:18.6999865Z test_unary_op_out_casting_cpu_complex128_complex64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:18.7033252Z test_unary_op_out_casting_cpu_complex128_float32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:18.7066562Z test_unary_op_out_casting_cpu_complex128_float64 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:18.7100097Z test_unary_op_out_casting_cpu_complex128_int64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:18.7133390Z test_unary_op_out_casting_cpu_complex64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:18.7167073Z test_unary_op_out_casting_cpu_complex64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:18.7200574Z test_unary_op_out_casting_cpu_complex64_float32 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:18.7233843Z test_unary_op_out_casting_cpu_complex64_float64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:18.7267134Z test_unary_op_out_casting_cpu_complex64_int64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:18.7300546Z test_unary_op_out_casting_cpu_float32_complex128 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:18.7334004Z test_unary_op_out_casting_cpu_float32_complex64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:18.7365047Z test_unary_op_out_casting_cpu_float32_float32 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:18.7398602Z test_unary_op_out_casting_cpu_float32_float64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:18.7432144Z test_unary_op_out_casting_cpu_float32_int64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:18.7465619Z test_unary_op_out_casting_cpu_float64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:18.7499007Z test_unary_op_out_casting_cpu_float64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:18.7533138Z test_unary_op_out_casting_cpu_float64_float32 (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:18.7563476Z test_unary_op_out_casting_cpu_float64_float64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:18.7597025Z test_unary_op_out_casting_cpu_float64_int64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:18.7630513Z test_unary_op_out_casting_cpu_int64_complex128 (__main__.TestTypePromotionCPU) ... ok (0.010s) 2022-09-27T16:40:18.7664061Z test_unary_op_out_casting_cpu_int64_complex64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:18.7697266Z test_unary_op_out_casting_cpu_int64_float32 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:18.7730630Z test_unary_op_out_casting_cpu_int64_float64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:18.7758399Z test_unary_op_out_casting_cpu_int64_int64 (__main__.TestTypePromotionCPU) ... ok (0.000s) 2022-09-27T16:40:18.7771768Z test_unsigned_cpu (__main__.TestTypePromotionCPU) ... ok (0.016s) 2022-09-27T16:40:18.7772071Z 2022-09-27T16:40:18.7772309Z ---------------------------------------------------------------------- 2022-09-27T16:40:18.7772693Z Ran 422 tests in 4.391s 2022-09-27T16:40:18.7772888Z 2022-09-27T16:40:18.7772985Z OK 2022-09-27T16:40:18.7773124Z 2022-09-27T16:40:18.7773261Z Generating XML reports... 2022-09-27T16:40:18.8183227Z Generated XML report: test-reports\python-unittest\test_type_promotion\TEST-TestTypePromotionCPU-20220927164014.xml 2022-09-27T16:40:19.0440717Z Running test_testing ... [2022-09-27 16:40:19.036124] 2022-09-27T16:40:19.0441172Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_testing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:40:19.036124] 2022-09-27T16:40:21.3035379Z 2022-09-27T16:40:21.3035800Z Running tests... 2022-09-27T16:40:21.3036162Z Test results will be stored in test-reports\python-unittest\test_testing 2022-09-27T16:40:21.3036524Z ---------------------------------------------------------------------- 2022-09-27T16:40:21.3067129Z test_bool (__main__.TestAssertClose) ... ok (0.000s) 2022-09-27T16:40:21.3090464Z test_default_tolerance_selection_mismatching_dtypes (__main__.TestAssertClose) ... ok (0.000s) 2022-09-27T16:40:21.3314102Z test_docstring_examples (__main__.TestAssertClose) ... ok (0.016s) 2022-09-27T16:40:21.3325448Z test_matching (__main__.TestAssertClose) ... ok (0.000s) 2022-09-27T16:40:21.3346745Z test_matching_atol (__main__.TestAssertClose) ... ok (0.016s) 2022-09-27T16:40:21.3370611Z test_matching_conjugate_bit (__main__.TestAssertClose) ... ok (0.000s) 2022-09-27T16:40:21.3403088Z test_matching_nan (__main__.TestAssertClose) ... ok (0.000s) 2022-09-27T16:40:21.3426295Z test_matching_nan_with_equal_nan (__main__.TestAssertClose) ... ok (0.000s) 2022-09-27T16:40:21.3447181Z test_matching_rtol (__main__.TestAssertClose) ... ok (0.000s) 2022-09-27T16:40:21.3461919Z test_meta (__main__.TestAssertClose) ... ok (0.000s) 2022-09-27T16:40:21.3478828Z test_mismatching_dtype (__main__.TestAssertClose) ... ok (0.000s) 2022-09-27T16:40:21.3501235Z test_mismatching_dtype_no_check (__main__.TestAssertClose) ... ok (0.016s) 2022-09-27T16:40:21.3529556Z test_mismatching_layout (__main__.TestAssertClose) ... C:\actions-runner\_work\pytorch\pytorch\test\test_testing.py:618: 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-09-27T16:40:21.3530885Z sparse_csr = strided.to_sparse_csr() 2022-09-27T16:40:21.3542807Z ok (0.000s) 2022-09-27T16:40:21.3591868Z test_mismatching_layout_no_check (__main__.TestAssertClose) ... ok (0.000s) 2022-09-27T16:40:21.3608668Z test_mismatching_shape (__main__.TestAssertClose) ... ok (0.000s) 2022-09-27T16:40:21.3627347Z test_mismatching_stride (__main__.TestAssertClose) ... ok (0.000s) 2022-09-27T16:40:21.3650078Z test_mismatching_stride_no_check (__main__.TestAssertClose) ... ok (0.016s) 2022-09-27T16:40:21.3669512Z test_mismatching_types (__main__.TestAssertClose) ... ok (0.000s) 2022-09-27T16:40:21.3692101Z test_mismatching_types_subclasses (__main__.TestAssertClose) ... ok (0.000s) 2022-09-27T16:40:21.3708455Z test_mismatching_types_type_equality (__main__.TestAssertClose) ... ok (0.000s) 2022-09-27T16:40:21.3727740Z test_mismatching_values (__main__.TestAssertClose) ... ok (0.000s) 2022-09-27T16:40:21.3752426Z test_mismatching_values_atol (__main__.TestAssertClose) ... ok (0.000s) 2022-09-27T16:40:21.3777020Z test_mismatching_values_rtol (__main__.TestAssertClose) ... ok (0.000s) 2022-09-27T16:40:21.3788642Z test_none (__main__.TestAssertClose) ... ok (0.000s) 2022-09-27T16:40:21.3810063Z test_none_mismatch (__main__.TestAssertClose) ... ok (0.016s) 2022-09-27T16:40:21.3832736Z test_numpy (__main__.TestAssertClose) ... ok (0.000s) 2022-09-27T16:40:21.3847545Z test_only_atol (__main__.TestAssertClose) ... ok (0.000s) 2022-09-27T16:40:21.3862365Z test_only_rtol (__main__.TestAssertClose) ... ok (0.000s) 2022-09-27T16:40:21.3897497Z test_scalar (__main__.TestAssertClose) ... ok (0.000s) 2022-09-27T16:40:21.3920832Z test_unexpected_error_compare (__main__.TestAssertClose) ... ok (0.000s) 2022-09-27T16:40:21.3935585Z test_unexpected_error_originate (__main__.TestAssertClose) ... ok (0.000s) 2022-09-27T16:40:21.3962142Z test_unknown_layout (__main__.TestAssertClose) ... ok (0.016s) 2022-09-27T16:40:21.3981332Z test_unknown_type (__main__.TestAssertClose) ... ok (0.000s) 2022-09-27T16:40:21.3992502Z test_mapping_mismatching_keys (__main__.TestAssertCloseContainer) ... ok (0.000s) 2022-09-27T16:40:21.4006918Z test_mapping_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.000s) 2022-09-27T16:40:21.4017514Z test_sequence_mismatching_len (__main__.TestAssertCloseContainer) ... ok (0.000s) 2022-09-27T16:40:21.4031402Z test_sequence_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.000s) 2022-09-27T16:40:21.4067251Z test_abs_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.000s) 2022-09-27T16:40:21.4084371Z test_abs_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.000s) 2022-09-27T16:40:21.4123120Z test_atol (__main__.TestAssertCloseErrorMessage) ... ok (0.016s) 2022-09-27T16:40:21.4139742Z test_identifier_scalars (__main__.TestAssertCloseErrorMessage) ... ok (0.000s) 2022-09-27T16:40:21.4172088Z test_identifier_tensor_likes (__main__.TestAssertCloseErrorMessage) ... ok (0.000s) 2022-09-27T16:40:21.4205285Z test_mismatched_elements (__main__.TestAssertCloseErrorMessage) ... ok (0.000s) 2022-09-27T16:40:21.4226752Z test_msg_callable (__main__.TestAssertCloseErrorMessage) ... ok (0.000s) 2022-09-27T16:40:21.4247497Z test_msg_str (__main__.TestAssertCloseErrorMessage) ... ok (0.000s) 2022-09-27T16:40:21.4330782Z test_not_close (__main__.TestAssertCloseErrorMessage) ... ok (0.016s) 2022-09-27T16:40:21.4363534Z test_not_equal (__main__.TestAssertCloseErrorMessage) ... ok (0.000s) 2022-09-27T16:40:21.4398893Z test_rel_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.000s) 2022-09-27T16:40:21.4415933Z test_rel_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.000s) 2022-09-27T16:40:21.4453295Z test_rtol (__main__.TestAssertCloseErrorMessage) ... ok (0.016s) 2022-09-27T16:40:21.4490581Z test_zero_div_zero (__main__.TestAssertCloseErrorMessage) ... ok (0.000s) 2022-09-27T16:40:21.4516127Z test_matching_per_channel (__main__.TestAssertCloseQuantized) ... ok (0.000s) 2022-09-27T16:40:21.4540086Z test_matching_per_tensor (__main__.TestAssertCloseQuantized) ... ok (0.000s) 2022-09-27T16:40:21.4557110Z test_mismatching_is_quantized (__main__.TestAssertCloseQuantized) ... ok (0.000s) 2022-09-27T16:40:21.4576713Z test_mismatching_qscheme (__main__.TestAssertCloseQuantized) ... ok (0.000s) 2022-09-27T16:40:21.4601134Z test_matching (__main__.TestAssertCloseSparseBSC) ... ok (0.016s) 2022-09-27T16:40:21.4638637Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.000s) 2022-09-27T16:40:21.4678073Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.000s) 2022-09-27T16:40:21.4720718Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.000s) 2022-09-27T16:40:21.4745039Z test_matching (__main__.TestAssertCloseSparseBSR) ... ok (0.016s) 2022-09-27T16:40:21.4784663Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.001s) 2022-09-27T16:40:21.4822038Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.000s) 2022-09-27T16:40:21.4864550Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.000s) 2022-09-27T16:40:21.4886804Z test_matching_coalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.000s) 2022-09-27T16:40:21.4907064Z test_matching_uncoalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.000s) 2022-09-27T16:40:21.4945251Z test_mismatching_indices_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.016s) 2022-09-27T16:40:21.4967876Z test_mismatching_nnz (__main__.TestAssertCloseSparseCOO) ... ok (0.000s) 2022-09-27T16:40:21.4990143Z test_mismatching_sparse_dims (__main__.TestAssertCloseSparseCOO) ... ok (0.000s) 2022-09-27T16:40:21.5028310Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.000s) 2022-09-27T16:40:21.5051536Z test_matching (__main__.TestAssertCloseSparseCSC) ... ok (0.000s) 2022-09-27T16:40:21.5088637Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.016s) 2022-09-27T16:40:21.5127358Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.000s) 2022-09-27T16:40:21.5167675Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.000s) 2022-09-27T16:40:21.5190723Z test_matching (__main__.TestAssertCloseSparseCSR) ... ok (0.000s) 2022-09-27T16:40:21.5229791Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.016s) 2022-09-27T16:40:21.5267042Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.000s) 2022-09-27T16:40:21.5307406Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.000s) 2022-09-27T16:40:21.5321332Z test_filtering_env_var (__main__.TestFrameworkUtils) ... skip: Skipping because doesn't work for windows (0.000s) 2022-09-27T16:40:21.5334399Z test_circular_dependencies (__main__.TestImports) 2022-09-27T16:40:21.9034943Z Checks that all modules inside torch can be imported ... NOTE: Redirects are currently not supported in Windows or MacOs. 2022-09-27T16:40:23.1597695Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-09-27T16:40:23.3911194Z ok (1.855s) 2022-09-27T16:40:23.3918011Z test_no_warning_on_import (__main__.TestImports) ... skip: importing torch+CUDA on CPU results in warning (0.000s) 2022-09-27T16:40:23.3939670Z test_default_names (__main__.TestTestParametrization) ... ok (0.016s) 2022-09-27T16:40:23.3953204Z test_modules_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-09-27T16:40:23.3966976Z test_multiple_handling_of_same_param_error (__main__.TestTestParametrization) ... ok (0.000s) 2022-09-27T16:40:23.3992006Z test_name_fn (__main__.TestTestParametrization) ... ok (0.000s) 2022-09-27T16:40:23.4003826Z test_ops_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.000s) 2022-09-27T16:40:23.4013718Z test_subtest_expected_failure_x_1 (__main__.TestTestParametrization) ... ok (0.000s) 2022-09-27T16:40:23.4024913Z test_subtest_expected_failure_x_2 (__main__.TestTestParametrization) ... expected failure (0.000s) 2022-09-27T16:40:23.4034603Z test_subtest_expected_failure_x_3 (__main__.TestTestParametrization) ... ok (0.000s) 2022-09-27T16:40:23.4052880Z test_subtest_names (__main__.TestTestParametrization) ... ok (0.000s) 2022-09-27T16:40:23.4065335Z test_two_things_subtest_expected_failure_x_1_y_4 (__main__.TestTestParametrization) ... expected failure (0.000s) 2022-09-27T16:40:23.4077312Z test_two_things_subtest_expected_failure_x_1_y_5 (__main__.TestTestParametrization) ... expected failure (0.000s) 2022-09-27T16:40:23.4089360Z test_two_things_subtest_expected_failure_x_1_y_6 (__main__.TestTestParametrization) ... expected failure (0.000s) 2022-09-27T16:40:23.4100347Z test_two_things_subtest_expected_failure_x_2_y_4 (__main__.TestTestParametrization) ... ok (0.000s) 2022-09-27T16:40:23.4111249Z test_two_things_subtest_expected_failure_x_2_y_5 (__main__.TestTestParametrization) ... ok (0.000s) 2022-09-27T16:40:23.4123323Z test_two_things_subtest_expected_failure_x_2_y_6 (__main__.TestTestParametrization) ... expected failure (0.000s) 2022-09-27T16:40:23.4134137Z test_two_things_subtest_expected_failure_x_3_y_4 (__main__.TestTestParametrization) ... ok (0.000s) 2022-09-27T16:40:23.4145088Z test_two_things_subtest_expected_failure_x_3_y_5 (__main__.TestTestParametrization) ... ok (0.000s) 2022-09-27T16:40:23.4157038Z test_two_things_subtest_expected_failure_x_3_y_6 (__main__.TestTestParametrization) ... expected failure (0.000s) 2022-09-27T16:40:23.4182918Z test_default_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:40:23.4202852Z test_dtypes_composition_invalid_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:40:23.4222887Z test_dtypes_composition_valid_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:40:23.4243579Z test_multiple_handling_of_same_param_error_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:40:23.4272216Z test_name_fn_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:40:23.9302044Z test_ops_composition_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.492s) 2022-09-27T16:40:23.9315109Z test_subtest_expected_failure_x_1_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:40:23.9327536Z test_subtest_expected_failure_x_2_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.000s) 2022-09-27T16:40:23.9337992Z test_subtest_expected_failure_x_3_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:40:23.9360894Z test_subtest_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:40:23.9374342Z test_two_things_subtest_expected_failure_x_1_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.000s) 2022-09-27T16:40:23.9387538Z test_two_things_subtest_expected_failure_x_1_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.000s) 2022-09-27T16:40:23.9400582Z test_two_things_subtest_expected_failure_x_1_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.000s) 2022-09-27T16:40:23.9412119Z test_two_things_subtest_expected_failure_x_2_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:40:23.9423853Z test_two_things_subtest_expected_failure_x_2_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:40:23.9436845Z test_two_things_subtest_expected_failure_x_2_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.000s) 2022-09-27T16:40:23.9448308Z test_two_things_subtest_expected_failure_x_3_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:40:23.9459928Z test_two_things_subtest_expected_failure_x_3_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:40:23.9472931Z test_two_things_subtest_expected_failure_x_3_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.000s) 2022-09-27T16:40:23.9490672Z test_unparametrized_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:40:23.9510291Z test_assertEqual_longMessage_cpu (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:23.9543197Z test_assertEqual_numpy_cpu_bool (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:23.9582867Z test_assertEqual_numpy_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:23.9622605Z test_assertEqual_numpy_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:23.9659769Z test_assertEqual_numpy_cpu_float16 (__main__.TestTestingCPU) ... ok (0.016s) 2022-09-27T16:40:23.9695856Z test_assertEqual_numpy_cpu_float32 (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:23.9731633Z test_assertEqual_numpy_cpu_float64 (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:23.9763787Z test_assertEqual_numpy_cpu_int16 (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:23.9795627Z test_assertEqual_numpy_cpu_int32 (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:23.9826201Z test_assertEqual_numpy_cpu_int64 (__main__.TestTestingCPU) ... ok (0.016s) 2022-09-27T16:40:23.9857925Z test_assertEqual_numpy_cpu_int8 (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:23.9889816Z test_assertEqual_numpy_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:23.9901816Z test_cuda_assert_should_not_stop_common_distributed_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:40:23.9913917Z test_cuda_assert_should_stop_common_device_type_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:40:23.9925563Z test_cuda_assert_should_stop_common_utils_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:40:24.6308605Z test_get_supported_dtypes_cpu (__main__.TestTestingCPU) ... ok (0.650s) 2022-09-27T16:40:24.6336588Z test_isclose_atol_rtol_greater_than_zero_cpu_bool (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:24.6362969Z test_isclose_atol_rtol_greater_than_zero_cpu_float16 (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:24.6388450Z test_isclose_atol_rtol_greater_than_zero_cpu_float32 (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:24.6413561Z test_isclose_atol_rtol_greater_than_zero_cpu_float64 (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:24.6438619Z test_isclose_atol_rtol_greater_than_zero_cpu_int16 (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:24.6463891Z test_isclose_atol_rtol_greater_than_zero_cpu_int32 (__main__.TestTestingCPU) ... ok (0.016s) 2022-09-27T16:40:24.6488890Z test_isclose_atol_rtol_greater_than_zero_cpu_int64 (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:24.6513970Z test_isclose_atol_rtol_greater_than_zero_cpu_int8 (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:24.6539068Z test_isclose_atol_rtol_greater_than_zero_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:24.6554730Z test_isclose_bool_cpu (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:24.6642208Z test_isclose_complex_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.016s) 2022-09-27T16:40:24.6731718Z test_isclose_complex_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:24.6743323Z test_isclose_equality_shortcut_cpu (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:24.6783113Z test_isclose_float_cpu_float16 (__main__.TestTestingCPU) ... ok (0.016s) 2022-09-27T16:40:24.6822822Z test_isclose_float_cpu_float32 (__main__.TestTestingCPU) ... ok (0.001s) 2022-09-27T16:40:24.6860067Z test_isclose_float_cpu_float64 (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:24.6884723Z test_isclose_integer_cpu_int16 (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:24.6909597Z test_isclose_integer_cpu_int32 (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:24.6934146Z test_isclose_integer_cpu_int64 (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:24.6959263Z test_isclose_integer_cpu_int8 (__main__.TestTestingCPU) ... ok (0.016s) 2022-09-27T16:40:24.6983979Z test_isclose_integer_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:24.6998563Z test_isclose_nan_equality_shortcut_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:24.7013025Z test_isclose_nan_equality_shortcut_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:24.7027626Z test_isclose_nan_equality_shortcut_cpu_float16 (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:24.7042050Z test_isclose_nan_equality_shortcut_cpu_float32 (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:24.7056506Z test_isclose_nan_equality_shortcut_cpu_float64 (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:24.7071563Z test_make_tensor_complex32_cpu (__main__.TestTestingCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_creation.py:142: 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-09-27T16:40:24.7072146Z result = torch.complex(real, imag) 2022-09-27T16:40:24.7074084Z ok (0.000s) 2022-09-27T16:40:24.7128768Z test_make_tensor_cpu_bool (__main__.TestTestingCPU) ... ok (0.016s) 2022-09-27T16:40:24.7194173Z test_make_tensor_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:24.7259556Z test_make_tensor_cpu_float32 (__main__.TestTestingCPU) ... ok (0.000s) 2022-09-27T16:40:24.7316271Z test_make_tensor_cpu_int64 (__main__.TestTestingCPU) ... ok (0.016s) 2022-09-27T16:40:24.7316594Z 2022-09-27T16:40:24.7316867Z ---------------------------------------------------------------------- 2022-09-27T16:40:24.7317258Z Ran 165 tests in 3.438s 2022-09-27T16:40:24.7317437Z 2022-09-27T16:40:24.7317576Z OK (skipped=5, expected failures=12) 2022-09-27T16:40:24.7317789Z 2022-09-27T16:40:24.7317924Z Generating XML reports... 2022-09-27T16:40:24.7401315Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertClose-20220927164021.xml 2022-09-27T16:40:24.7418611Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseContainer-20220927164021.xml 2022-09-27T16:40:24.7435749Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseErrorMessage-20220927164021.xml 2022-09-27T16:40:24.7444403Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseQuantized-20220927164021.xml 2022-09-27T16:40:24.7452899Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseBSC-20220927164021.xml 2022-09-27T16:40:24.7461519Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseBSR-20220927164021.xml 2022-09-27T16:40:24.7472497Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseCOO-20220927164021.xml 2022-09-27T16:40:24.7480850Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseCSC-20220927164021.xml 2022-09-27T16:40:24.7489327Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestAssertCloseSparseCSR-20220927164021.xml 2022-09-27T16:40:24.7496956Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestImports-20220927164021.xml 2022-09-27T16:40:24.7518793Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestTestParametrization-20220927164021.xml 2022-09-27T16:40:24.7545796Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestTestParametrizationDeviceTypeCPU-20220927164021.xml 2022-09-27T16:40:24.7589673Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestTestingCPU-20220927164021.xml 2022-09-27T16:40:24.7602530Z Generated XML report: test-reports\python-unittest\test_testing\TEST-TestFrameworkUtils-20220927164021.xml 2022-09-27T16:40:25.1890773Z Running test_maskedtensor ... [2022-09-27 16:40:25.179859] 2022-09-27T16:40:25.1891246Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_maskedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:40:25.179859] 2022-09-27T16:40:27.4121971Z 2022-09-27T16:40:27.4122283Z Running tests... 2022-09-27T16:40:27.4122622Z ---------------------------------------------------------------------- 2022-09-27T16:40:27.4122980Z Test results will be stored in test-reports\python-unittest\test_maskedtensor 2022-09-27T16:40:27.4167119Z test_binary_fn_aten_add (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.4192340Z test_binary_fn_aten_arctan2 (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.4216307Z test_binary_fn_aten_atan2 (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.4241523Z test_binary_fn_aten_bitwise_and (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.4266173Z test_binary_fn_aten_bitwise_left_shift (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.4292391Z test_binary_fn_aten_bitwise_or (__main__.TestBinary) ... ok (0.016s) 2022-09-27T16:40:27.4316608Z test_binary_fn_aten_bitwise_right_shift (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.4340896Z test_binary_fn_aten_bitwise_xor (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.4364813Z test_binary_fn_aten_div (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.4388976Z test_binary_fn_aten_divide (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.4413266Z test_binary_fn_aten_eq (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.4437887Z test_binary_fn_aten_floor_divide (__main__.TestBinary) ... ok (0.016s) 2022-09-27T16:40:27.4462305Z test_binary_fn_aten_fmax (__main__.TestBinary) ... ok (0.001s) 2022-09-27T16:40:27.4486327Z test_binary_fn_aten_fmin (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.4510682Z test_binary_fn_aten_fmod (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.4536936Z test_binary_fn_aten_ge (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.4560770Z test_binary_fn_aten_greater (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.4584758Z test_binary_fn_aten_greater_equal (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.4608797Z test_binary_fn_aten_gt (__main__.TestBinary) ... ok (0.016s) 2022-09-27T16:40:27.4632895Z test_binary_fn_aten_le (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.4657068Z test_binary_fn_aten_less (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.4681001Z test_binary_fn_aten_less_equal (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.4705674Z test_binary_fn_aten_logaddexp (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.4730378Z test_binary_fn_aten_logaddexp2 (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.4754315Z test_binary_fn_aten_lt (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.4778901Z test_binary_fn_aten_maximum (__main__.TestBinary) ... ok (0.017s) 2022-09-27T16:40:27.4804722Z test_binary_fn_aten_minimum (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.4828479Z test_binary_fn_aten_mul (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.4852017Z test_binary_fn_aten_multiply (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.4875932Z test_binary_fn_aten_ne (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.4900119Z test_binary_fn_aten_nextafter (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.4924008Z test_binary_fn_aten_not_equal (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.4948473Z test_binary_fn_aten_remainder (__main__.TestBinary) ... ok (0.016s) 2022-09-27T16:40:27.4972386Z test_binary_fn_aten_sub (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.4996457Z test_binary_fn_aten_subtract (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.5020262Z test_binary_fn_aten_true_divide (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.5051684Z test_inplace_binary_fn_aten_add_ (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.5075535Z test_inplace_binary_fn_aten_arctan2_ (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.5098573Z test_inplace_binary_fn_aten_atan2_ (__main__.TestBinary) ... ok (0.016s) 2022-09-27T16:40:27.5122441Z test_inplace_binary_fn_aten_bitwise_and_ (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.5146334Z test_inplace_binary_fn_aten_bitwise_left_shift_ (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.5170139Z test_inplace_binary_fn_aten_bitwise_or_ (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.5194011Z test_inplace_binary_fn_aten_bitwise_right_shift_ (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.5217729Z test_inplace_binary_fn_aten_bitwise_xor_ (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.5241291Z test_inplace_binary_fn_aten_div_ (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.5264524Z test_inplace_binary_fn_aten_divide_ (__main__.TestBinary) ... ok (0.016s) 2022-09-27T16:40:27.5392670Z test_inplace_binary_fn_aten_eq_ (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.5512589Z test_inplace_binary_fn_aten_floor_divide_ (__main__.TestBinary) ... ok (0.016s) 2022-09-27T16:40:27.5536076Z test_inplace_binary_fn_aten_fmod_ (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.5655904Z test_inplace_binary_fn_aten_ge_ (__main__.TestBinary) ... ok (0.016s) 2022-09-27T16:40:27.5776171Z test_inplace_binary_fn_aten_greater_ (__main__.TestBinary) ... ok (0.016s) 2022-09-27T16:40:27.5895497Z test_inplace_binary_fn_aten_greater_equal_ (__main__.TestBinary) ... ok (0.016s) 2022-09-27T16:40:27.6014464Z test_inplace_binary_fn_aten_gt_ (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.6134645Z test_inplace_binary_fn_aten_le_ (__main__.TestBinary) ... ok (0.016s) 2022-09-27T16:40:27.6255609Z test_inplace_binary_fn_aten_less_ (__main__.TestBinary) ... ok (0.016s) 2022-09-27T16:40:27.6374560Z test_inplace_binary_fn_aten_less_equal_ (__main__.TestBinary) ... ok (0.016s) 2022-09-27T16:40:27.6493642Z test_inplace_binary_fn_aten_lt_ (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.6517407Z test_inplace_binary_fn_aten_mul_ (__main__.TestBinary) ... ok (0.016s) 2022-09-27T16:40:27.6540912Z test_inplace_binary_fn_aten_multiply_ (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.6660871Z test_inplace_binary_fn_aten_ne_ (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.6684615Z test_inplace_binary_fn_aten_nextafter_ (__main__.TestBinary) ... ok (0.016s) 2022-09-27T16:40:27.6803333Z test_inplace_binary_fn_aten_not_equal_ (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.6827292Z test_inplace_binary_fn_aten_remainder_ (__main__.TestBinary) ... ok (0.016s) 2022-09-27T16:40:27.6850995Z test_inplace_binary_fn_aten_sub_ (__main__.TestBinary) ... ok (0.001s) 2022-09-27T16:40:27.6876199Z test_inplace_binary_fn_aten_subtract_ (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.6899099Z test_inplace_binary_fn_aten_true_divide_ (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.6920361Z test_masks_match_fn_name_add (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.6940878Z test_masks_match_fn_name_add_ (__main__.TestBinary) ... ok (0.000s) 2022-09-27T16:40:27.6980302Z test_bmm (__main__.TestMatMul) ... ok (0.000s) 2022-09-27T16:40:27.6998435Z test_linear (__main__.TestMatMul) ... ok (0.016s) 2022-09-27T16:40:27.7013818Z test_masked_bmm (__main__.TestMatMul) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/84586 for platform(s) asan, linux, mac, macos, rocm, 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-09-27T16:40:27.7049744Z test_all (__main__.TestReductions) ... ok (0.000s) 2022-09-27T16:40:27.7078585Z test_amax (__main__.TestReductions) ... ok (0.000s) 2022-09-27T16:40:27.7111293Z test_amax_grad (__main__.TestReductions) ... ok (0.000s) 2022-09-27T16:40:27.7140494Z test_amin (__main__.TestReductions) ... ok (0.000s) 2022-09-27T16:40:27.7170876Z test_amin_grad (__main__.TestReductions) ... ok (0.016s) 2022-09-27T16:40:28.3309924Z test_grad_dtype (__main__.TestReductions) ... ok (0.602s) 2022-09-27T16:40:28.3334194Z test_max_not_implemented (__main__.TestReductions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:594: UserWarning: max is not implemented in __torch_dispatch__ for MaskedTensor. 2022-09-27T16:40:28.3334857Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-09-27T16:40:28.3335365Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-09-27T16:40:28.3335672Z warnings.warn(msg) 2022-09-27T16:40:28.3336377Z ok (0.016s) 2022-09-27T16:40:28.3371474Z test_mean (__main__.TestReductions) ... ok (0.000s) 2022-09-27T16:40:28.3416442Z test_mean_dim_grad (__main__.TestReductions) ... ok (0.000s) 2022-09-27T16:40:28.3426363Z test_mean_grad_case_1a (__main__.TestReductions) 2022-09-27T16:40:28.3479813Z values.requires_grad = True ... ok (0.000s) 2022-09-27T16:40:28.3488892Z test_mean_grad_case_1b (__main__.TestReductions) 2022-09-27T16:40:28.3513908Z values.requires_grad = False ... ok (0.016s) 2022-09-27T16:40:28.3522431Z test_mean_grad_case_1c (__main__.TestReductions) 2022-09-27T16:40:28.3558285Z values.requires_grad = True ... ok (0.000s) 2022-09-27T16:40:28.3566027Z test_mean_grad_case_1d (__main__.TestReductions) 2022-09-27T16:40:28.3578400Z values.requires_grad = False ... ok (0.000s) 2022-09-27T16:40:28.3588332Z test_mean_grad_case_1e (__main__.TestReductions) 2022-09-27T16:40:28.3630336Z values.requires_grad = True ... ok (0.000s) 2022-09-27T16:40:28.3637964Z test_mean_grad_case_1f (__main__.TestReductions) 2022-09-27T16:40:28.3650987Z values.requires_grad = False ... ok (0.016s) 2022-09-27T16:40:28.3681997Z test_prod (__main__.TestReductions) ... ok (0.000s) 2022-09-27T16:40:28.3714815Z test_prod_grad (__main__.TestReductions) ... ok (0.000s) 2022-09-27T16:40:28.3743659Z test_sum (__main__.TestReductions) ... ok (0.000s) 2022-09-27T16:40:28.3773078Z test_sum_grad (__main__.TestReductions) ... ok (0.000s) 2022-09-27T16:40:28.3794020Z test_inplace_unary_fn_aten_abs_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.3813986Z test_inplace_unary_fn_aten_absolute_ (__main__.TestUnary) ... ok (0.017s) 2022-09-27T16:40:28.3842762Z test_inplace_unary_fn_aten_acos_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.3864098Z test_inplace_unary_fn_aten_acosh_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.3884310Z test_inplace_unary_fn_aten_arccos_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.3904904Z test_inplace_unary_fn_aten_arccosh_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.3926014Z test_inplace_unary_fn_aten_arcsin_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.3947159Z test_inplace_unary_fn_aten_arcsinh_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.3968240Z test_inplace_unary_fn_aten_arctan_ (__main__.TestUnary) ... ok (0.016s) 2022-09-27T16:40:28.3989608Z test_inplace_unary_fn_aten_arctanh_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4012036Z test_inplace_unary_fn_aten_asin_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4032264Z test_inplace_unary_fn_aten_asinh_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4052126Z test_inplace_unary_fn_aten_atan_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4072470Z test_inplace_unary_fn_aten_atanh_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4092585Z test_inplace_unary_fn_aten_bitwise_not_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4112629Z test_inplace_unary_fn_aten_ceil_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4132845Z test_inplace_unary_fn_aten_clamp_ (__main__.TestUnary) ... ok (0.016s) 2022-09-27T16:40:28.4152546Z test_inplace_unary_fn_aten_clip_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4172342Z test_inplace_unary_fn_aten_conj_physical_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4192954Z test_inplace_unary_fn_aten_cos_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4213498Z test_inplace_unary_fn_aten_cosh_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4233784Z test_inplace_unary_fn_aten_deg2rad_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4253868Z test_inplace_unary_fn_aten_digamma_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4274808Z test_inplace_unary_fn_aten_erf_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4296384Z test_inplace_unary_fn_aten_erfc_ (__main__.TestUnary) ... ok (0.016s) 2022-09-27T16:40:28.4317667Z test_inplace_unary_fn_aten_erfinv_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4338338Z test_inplace_unary_fn_aten_exp2_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4358711Z test_inplace_unary_fn_aten_exp_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4379420Z test_inplace_unary_fn_aten_expm1_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4399905Z test_inplace_unary_fn_aten_fix_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4420712Z test_inplace_unary_fn_aten_floor_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4440965Z test_inplace_unary_fn_aten_frac_ (__main__.TestUnary) ... ok (0.016s) 2022-09-27T16:40:28.4461230Z test_inplace_unary_fn_aten_i0_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4481455Z test_inplace_unary_fn_aten_lgamma_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4502304Z test_inplace_unary_fn_aten_log10_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4523518Z test_inplace_unary_fn_aten_log1p_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4544850Z test_inplace_unary_fn_aten_log2_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4566030Z test_inplace_unary_fn_aten_log_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4590601Z test_inplace_unary_fn_aten_logit_ (__main__.TestUnary) ... ok (0.016s) 2022-09-27T16:40:28.4612574Z test_inplace_unary_fn_aten_nan_to_num_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T16:40:28.4632968Z test_inplace_unary_fn_aten_neg_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4652734Z test_inplace_unary_fn_aten_negative_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4673186Z test_inplace_unary_fn_aten_pow_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4693007Z test_inplace_unary_fn_aten_rad2deg_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4712875Z test_inplace_unary_fn_aten_reciprocal_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4732804Z test_inplace_unary_fn_aten_round_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4753153Z test_inplace_unary_fn_aten_rsqrt_ (__main__.TestUnary) ... ok (0.016s) 2022-09-27T16:40:28.4775544Z test_inplace_unary_fn_aten_sgn_ (__main__.TestUnary) ... ok (0.001s) 2022-09-27T16:40:28.4795458Z test_inplace_unary_fn_aten_sigmoid_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4815180Z test_inplace_unary_fn_aten_sign_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4835952Z test_inplace_unary_fn_aten_sin_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4856737Z test_inplace_unary_fn_aten_sinc_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4876632Z test_inplace_unary_fn_aten_sinh_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4897085Z test_inplace_unary_fn_aten_sqrt_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4917213Z test_inplace_unary_fn_aten_square_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4937678Z test_inplace_unary_fn_aten_tan_ (__main__.TestUnary) ... ok (0.016s) 2022-09-27T16:40:28.4958711Z test_inplace_unary_fn_aten_tanh_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4979101Z test_inplace_unary_fn_aten_trunc_ (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.4999242Z test_unary_fn_aten_abs (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5018892Z test_unary_fn_aten_absolute (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5039542Z test_unary_fn_aten_acos (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5060492Z test_unary_fn_aten_acosh (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5080082Z test_unary_fn_aten_angle (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5100832Z test_unary_fn_aten_arccos (__main__.TestUnary) ... ok (0.016s) 2022-09-27T16:40:28.5121514Z test_unary_fn_aten_arccosh (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5142243Z test_unary_fn_aten_arcsin (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5162787Z test_unary_fn_aten_arcsinh (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5183311Z test_unary_fn_aten_arctan (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5204178Z test_unary_fn_aten_arctanh (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5224868Z test_unary_fn_aten_asin (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5245784Z test_unary_fn_aten_asinh (__main__.TestUnary) ... ok (0.016s) 2022-09-27T16:40:28.5266213Z test_unary_fn_aten_atan (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5286820Z test_unary_fn_aten_atanh (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5306633Z test_unary_fn_aten_bitwise_not (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5326083Z test_unary_fn_aten_ceil (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5345909Z test_unary_fn_aten_clamp (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5365559Z test_unary_fn_aten_clip (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5384180Z test_unary_fn_aten_conj_physical (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5404620Z test_unary_fn_aten_cos (__main__.TestUnary) ... ok (0.016s) 2022-09-27T16:40:28.5425323Z test_unary_fn_aten_cosh (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5445360Z test_unary_fn_aten_deg2rad (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5465174Z test_unary_fn_aten_digamma (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5485145Z test_unary_fn_aten_erf (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5506359Z test_unary_fn_aten_erfc (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5527693Z test_unary_fn_aten_erfinv (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5548878Z test_unary_fn_aten_exp (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5569575Z test_unary_fn_aten_exp2 (__main__.TestUnary) ... ok (0.016s) 2022-09-27T16:40:28.5589386Z test_unary_fn_aten_expm1 (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5609542Z test_unary_fn_aten_fix (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5629907Z test_unary_fn_aten_floor (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5649445Z test_unary_fn_aten_frac (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5669625Z test_unary_fn_aten_i0 (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5689143Z test_unary_fn_aten_isnan (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5709154Z test_unary_fn_aten_lgamma (__main__.TestUnary) ... ok (0.016s) 2022-09-27T16:40:28.5729376Z test_unary_fn_aten_log (__main__.TestUnary) ... ok (0.001s) 2022-09-27T16:40:28.5750596Z test_unary_fn_aten_log10 (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5771997Z test_unary_fn_aten_log1p (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5796818Z test_unary_fn_aten_log2 (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5818346Z test_unary_fn_aten_logit (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5838631Z test_unary_fn_aten_nan_to_num (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5858011Z test_unary_fn_aten_neg (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5877903Z test_unary_fn_aten_negative (__main__.TestUnary) ... ok (0.016s) 2022-09-27T16:40:28.5896235Z test_unary_fn_aten_positive (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5917417Z test_unary_fn_aten_pow (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5937428Z test_unary_fn_aten_rad2deg (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5957160Z test_unary_fn_aten_reciprocal (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5976986Z test_unary_fn_aten_round (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.5996700Z test_unary_fn_aten_rsqrt (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.6016180Z test_unary_fn_aten_sgn (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.6035829Z test_unary_fn_aten_sigmoid (__main__.TestUnary) ... ok (0.016s) 2022-09-27T16:40:28.6055263Z test_unary_fn_aten_sign (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.6074986Z test_unary_fn_aten_signbit (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.6095341Z test_unary_fn_aten_sin (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.6115980Z test_unary_fn_aten_sinc (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.6135676Z test_unary_fn_aten_sinh (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.6155864Z test_unary_fn_aten_sqrt (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.6176793Z test_unary_fn_aten_square (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.6197531Z test_unary_fn_aten_tan (__main__.TestUnary) ... ok (0.016s) 2022-09-27T16:40:28.6218650Z test_unary_fn_aten_tanh (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.6239258Z test_unary_fn_aten_trunc (__main__.TestUnary) ... ok (0.000s) 2022-09-27T16:40:28.6239896Z 2022-09-27T16:40:28.6240138Z ---------------------------------------------------------------------- 2022-09-27T16:40:28.6241028Z Ran 210 tests in 1.218s 2022-09-27T16:40:28.6241144Z 2022-09-27T16:40:28.6241218Z OK (skipped=1) 2022-09-27T16:40:28.6241326Z 2022-09-27T16:40:28.6241416Z Generating XML reports... 2022-09-27T16:40:28.6352112Z Generated XML report: test-reports\python-unittest\test_maskedtensor\TEST-TestBinary-20220927164027.xml 2022-09-27T16:40:28.6360275Z Generated XML report: test-reports\python-unittest\test_maskedtensor\TEST-TestMatMul-20220927164027.xml 2022-09-27T16:40:28.6388698Z Generated XML report: test-reports\python-unittest\test_maskedtensor\TEST-TestReductions-20220927164027.xml 2022-09-27T16:40:28.6490424Z Generated XML report: test-reports\python-unittest\test_maskedtensor\TEST-TestUnary-20220927164027.xml 2022-09-27T16:40:28.9556195Z Running test_sort_and_select ... [2022-09-27 16:40:28.951390] 2022-09-27T16:40:28.9556665Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_sort_and_select.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:40:28.951390] 2022-09-27T16:40:30.6349431Z 2022-09-27T16:40:30.6349892Z Running tests... 2022-09-27T16:40:30.6350223Z ---------------------------------------------------------------------- 2022-09-27T16:40:30.6350588Z Test results will be stored in test-reports\python-unittest\test_sort_and_select 2022-09-27T16:40:30.6502324Z test_isin_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-09-27T16:40:30.6628283Z test_isin_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-09-27T16:40:30.6753264Z test_isin_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:30.6877937Z test_isin_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-09-27T16:40:30.7003248Z test_isin_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-09-27T16:40:30.7128352Z test_isin_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-09-27T16:40:30.7252813Z test_isin_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:30.7268162Z test_isin_different_devices_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:40:30.7283203Z test_isin_different_devices_cpu_float64 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:40:30.7298127Z test_isin_different_devices_cpu_int16 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:40:30.7313134Z test_isin_different_devices_cpu_int32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:40:30.7328042Z test_isin_different_devices_cpu_int64 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:40:30.7343145Z test_isin_different_devices_cpu_int8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:40:30.7358039Z test_isin_different_devices_cpu_uint8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:40:30.7597024Z test_isin_different_dtypes_cpu (__main__.TestSortAndSelectCPU) ... ok (0.032s) 2022-09-27T16:40:30.7810320Z test_kthvalue_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-09-27T16:40:30.7829592Z test_kthvalue_scalar_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:30.7886697Z test_msort_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:30.7953507Z test_msort_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-09-27T16:40:30.8006475Z test_msort_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:30.8058744Z test_msort_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-09-27T16:40:30.8097686Z test_msort_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:30.8135727Z test_msort_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:30.8172716Z test_msort_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:30.8210981Z test_msort_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-09-27T16:40:30.8248974Z test_msort_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:30.8265820Z test_sort_1d_output_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_sort_and_select.py:248: UserWarning: An output with one or more elements was resized since it had shape [3], which does not match the required output shape [6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:40:30.8267179Z torch.sort(tensor, out=(values, indices)) 2022-09-27T16:40:30.8268274Z ok (0.000s) 2022-09-27T16:40:32.4460505Z test_sort_cpu (__main__.TestSortAndSelectCPU) ... ok (1.615s) 2022-09-27T16:40:32.4473101Z test_sort_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:40:32.4483878Z test_sort_discontiguous_slow_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-09-27T16:40:32.4500443Z test_sort_large_cpu_uint8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:40:32.4516488Z test_sort_large_slice_cpu (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:40:32.4533089Z test_sort_restride_cpu_float32 (__main__.TestSortAndSelectCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_sort_and_select.py:199: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:40:32.4533927Z torch.sort(tensor, out=(values, indices)) 2022-09-27T16:40:32.4536753Z ok (0.016s) 2022-09-27T16:40:32.4647624Z test_stable_sort_against_numpy_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:32.4791027Z test_stable_sort_against_numpy_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.025s) 2022-09-27T16:40:32.4893428Z test_stable_sort_against_numpy_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-09-27T16:40:32.4995589Z test_stable_sort_against_numpy_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-09-27T16:40:32.5093795Z test_stable_sort_against_numpy_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:32.5191448Z test_stable_sort_against_numpy_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-09-27T16:40:32.5288994Z test_stable_sort_against_numpy_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-09-27T16:40:32.5384408Z test_stable_sort_against_numpy_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-09-27T16:40:32.5479452Z test_stable_sort_against_numpy_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:32.5520517Z test_stable_sort_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:32.5585409Z test_stable_sort_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-09-27T16:40:32.5622664Z test_stable_sort_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:32.5659756Z test_stable_sort_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:32.5692236Z test_stable_sort_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:32.5725036Z test_stable_sort_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-09-27T16:40:32.5758086Z test_stable_sort_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:32.5790604Z test_stable_sort_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:32.5823059Z test_stable_sort_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:32.5843325Z test_topk_1d_output_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:32.5870226Z test_topk_4d_cpu (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-09-27T16:40:32.5882556Z test_topk_arguments_cpu (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:32.5894095Z test_topk_bfloat16_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:40:32.7146010Z test_topk_cpu (__main__.TestSortAndSelectCPU) ... ok (0.124s) 2022-09-27T16:40:32.7183074Z test_topk_integral_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:32.7218233Z test_topk_integral_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:32.7253758Z test_topk_integral_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-09-27T16:40:32.7284495Z test_topk_integral_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:32.7315284Z test_topk_integral_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:32.7330739Z test_topk_noncontiguous_gpu_cpu (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:40:32.7353549Z test_topk_nonfinite_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:32.7376105Z test_topk_nonfinite_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:32.7398580Z test_topk_nonfinite_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:32.7414329Z test_topk_zero_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-09-27T16:40:32.7430021Z test_topk_zero_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:32.7445621Z test_topk_zero_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:32.7461266Z test_topk_zero_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:32.7476753Z test_topk_zero_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:32.7492268Z test_topk_zero_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:32.7507816Z test_topk_zero_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:32.7580561Z test_unique_consecutive_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-09-27T16:40:32.7641557Z test_unique_consecutive_cpu_bool (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:32.7712146Z test_unique_consecutive_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:32.7781414Z test_unique_consecutive_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-09-27T16:40:32.7842889Z test_unique_consecutive_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.010s) 2022-09-27T16:40:32.7904212Z test_unique_consecutive_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:32.7963522Z test_unique_consecutive_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:32.8024571Z test_unique_consecutive_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-09-27T16:40:32.8085594Z test_unique_consecutive_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.000s) 2022-09-27T16:40:32.8294888Z test_unique_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.031s) 2022-09-27T16:40:32.8456544Z test_unique_cpu_bool (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-09-27T16:40:32.8667058Z test_unique_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-09-27T16:40:32.8872039Z test_unique_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.026s) 2022-09-27T16:40:32.9058035Z test_unique_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-09-27T16:40:32.9243885Z test_unique_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-09-27T16:40:32.9425093Z test_unique_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-09-27T16:40:32.9610880Z test_unique_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-09-27T16:40:32.9796650Z test_unique_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-09-27T16:40:33.5966038Z test_unique_dim_cpu (__main__.TestSortAndSelectCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_sort_and_select.py:423: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-09-27T16:40:33.5966574Z x = torch.tensor([[[1., 1.], 2022-09-27T16:40:33.5967105Z C:\actions-runner\_work\pytorch\pytorch\test\test_sort_and_select.py:438: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-09-27T16:40:33.5967598Z expected_unique_dim0 = torch.tensor([[[1., 1.], 2022-09-27T16:40:33.5968098Z C:\actions-runner\_work\pytorch\pytorch\test\test_sort_and_select.py:446: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-09-27T16:40:33.5968573Z expected_unique_dim1 = torch.tensor([[[0., 1.], 2022-09-27T16:40:33.5969064Z C:\actions-runner\_work\pytorch\pytorch\test\test_sort_and_select.py:462: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-09-27T16:40:33.5969526Z expected_unique_dim2 = torch.tensor([[[1., 1.], 2022-09-27T16:40:33.6061790Z ok (0.633s) 2022-09-27T16:40:33.6062362Z 2022-09-27T16:40:33.6062578Z ---------------------------------------------------------------------- 2022-09-27T16:40:33.6062818Z Ran 91 tests in 2.969s 2022-09-27T16:40:33.6062934Z 2022-09-27T16:40:33.6063008Z OK (skipped=13) 2022-09-27T16:40:33.6063118Z 2022-09-27T16:40:33.6063210Z Generating XML reports... 2022-09-27T16:40:33.6193417Z Generated XML report: test-reports\python-unittest\test_sort_and_select\TEST-TestSortAndSelectCPU-20220927164030.xml 2022-09-27T16:40:33.8431819Z Running test_mkldnn_verbose ... [2022-09-27 16:40:33.835434] 2022-09-27T16:40:33.8432265Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkldnn_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:40:33.835434] 2022-09-27T16:40:35.1956157Z 2022-09-27T16:40:35.1956447Z Running tests... 2022-09-27T16:40:35.1956815Z ---------------------------------------------------------------------- 2022-09-27T16:40:35.1957186Z Test results will be stored in test-reports\python-unittest\test_mkldnn_verbose 2022-09-27T16:40:36.7796580Z test_verbose_off (__main__.TestMKLDNNVerbose) ... ok (1.597s) 2022-09-27T16:40:38.0395914Z test_verbose_on (__main__.TestMKLDNNVerbose) ... ok (1.245s) 2022-09-27T16:40:38.0396122Z 2022-09-27T16:40:38.0396280Z ---------------------------------------------------------------------- 2022-09-27T16:40:38.0397301Z Ran 2 tests in 2.844s 2022-09-27T16:40:38.0397431Z 2022-09-27T16:40:38.0397499Z OK 2022-09-27T16:40:38.0397590Z 2022-09-27T16:40:38.0397675Z Generating XML reports... 2022-09-27T16:40:38.0448206Z Generated XML report: test-reports\python-unittest\test_mkldnn_verbose\TEST-TestMKLDNNVerbose-20220927164035.xml 2022-09-27T16:40:38.2616867Z Running test_expanded_weights ... [2022-09-27 16:40:38.246744] 2022-09-27T16:40:38.2617343Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_expanded_weights.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:40:38.246744] 2022-09-27T16:40:40.5043795Z 2022-09-27T16:40:40.5044197Z Running tests... 2022-09-27T16:40:40.5044520Z ---------------------------------------------------------------------- 2022-09-27T16:40:40.5044898Z Test results will be stored in test-reports\python-unittest\test_expanded_weights 2022-09-27T16:40:40.7446140Z test_cnn_model_mean_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.239s) 2022-09-27T16:40:40.9800883Z test_cnn_model_sum_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.238s) 2022-09-27T16:40:41.0012049Z test_embedding_model_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.017s) 2022-09-27T16:40:41.0041724Z test_expanded_weight_error_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-09-27T16:40:41.0212617Z test_expanded_weight_forward_nn_functional_conv1d_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-09-27T16:40:41.0310506Z test_expanded_weight_forward_nn_functional_conv1d_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-09-27T16:40:41.0449966Z test_expanded_weight_forward_nn_functional_conv1d_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-09-27T16:40:41.0510552Z test_expanded_weight_forward_nn_functional_conv1d_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-09-27T16:40:41.0569358Z test_expanded_weight_forward_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-09-27T16:40:41.0618535Z test_expanded_weight_forward_nn_functional_conv1d_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-09-27T16:40:41.0752584Z test_expanded_weight_forward_nn_functional_conv2d_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1026: 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:894.) 2022-09-27T16:40:41.0753738Z return self.op(*args, **kwargs) 2022-09-27T16:40:41.0838392Z ok (0.017s) 2022-09-27T16:40:41.1143117Z test_expanded_weight_forward_nn_functional_conv2d_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.035s) 2022-09-27T16:40:41.1785016Z test_expanded_weight_forward_nn_functional_conv2d_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.062s) 2022-09-27T16:40:41.1948970Z test_expanded_weight_forward_nn_functional_conv2d_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.021s) 2022-09-27T16:40:41.2110150Z test_expanded_weight_forward_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-09-27T16:40:41.2226549Z test_expanded_weight_forward_nn_functional_conv2d_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-09-27T16:40:41.2292456Z test_expanded_weight_forward_nn_functional_embedding_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-09-27T16:40:41.2354005Z test_expanded_weight_forward_nn_functional_embedding_cpu_float16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-09-27T16:40:41.2414587Z test_expanded_weight_forward_nn_functional_embedding_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-09-27T16:40:41.2472093Z test_expanded_weight_forward_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-09-27T16:40:41.2513349Z test_expanded_weight_forward_nn_functional_group_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-09-27T16:40:41.2553610Z test_expanded_weight_forward_nn_functional_group_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-09-27T16:40:41.2592992Z test_expanded_weight_forward_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-09-27T16:40:41.2694637Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-09-27T16:40:41.2797228Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-09-27T16:40:41.2900948Z test_expanded_weight_forward_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-09-27T16:40:41.2938860Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-09-27T16:40:41.2975672Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-09-27T16:40:41.3012016Z test_expanded_weight_forward_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-09-27T16:40:41.3079024Z test_expanded_weight_forward_nn_functional_linear_cpu_bfloat16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-09-27T16:40:41.3169611Z test_expanded_weight_forward_nn_functional_linear_cpu_complex128 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-09-27T16:40:41.3262589Z test_expanded_weight_forward_nn_functional_linear_cpu_complex64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-09-27T16:40:41.3334683Z test_expanded_weight_forward_nn_functional_linear_cpu_float32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-09-27T16:40:41.3406502Z test_expanded_weight_forward_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-09-27T16:40:41.3449567Z test_expanded_weight_forward_nn_functional_linear_cpu_int16 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-09-27T16:40:41.3492385Z test_expanded_weight_forward_nn_functional_linear_cpu_int32 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-09-27T16:40:41.3540831Z test_expanded_weight_forward_nn_functional_linear_cpu_int64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-09-27T16:40:41.3588757Z test_expanded_weight_forward_nn_functional_linear_cpu_int8 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-09-27T16:40:41.3631720Z test_expanded_weight_forward_nn_functional_linear_cpu_uint8 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-09-27T16:40:41.3719657Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-09-27T16:40:41.3986784Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.026s) 2022-09-27T16:40:41.4013878Z test_expanded_weight_per_sample_grad_mean_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-09-27T16:40:41.4065102Z test_expanded_weight_per_sample_grad_mean_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-09-27T16:40:41.4236750Z test_expanded_weight_per_sample_grad_mean_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-09-27T16:40:41.4279117Z test_expanded_weight_per_sample_grad_mean_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-09-27T16:40:41.4422719Z test_expanded_weight_per_sample_grad_mean_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-09-27T16:40:41.4510213Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-09-27T16:40:41.4788883Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.031s) 2022-09-27T16:40:41.4814486Z test_expanded_weight_per_sample_grad_sum_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-09-27T16:40:41.4867854Z test_expanded_weight_per_sample_grad_sum_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.010s) 2022-09-27T16:40:41.5048683Z test_expanded_weight_per_sample_grad_sum_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.011s) 2022-09-27T16:40:41.5091910Z test_expanded_weight_per_sample_grad_sum_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-09-27T16:40:41.5236329Z test_expanded_weight_per_sample_grad_sum_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-09-27T16:40:41.5307937Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-09-27T16:40:41.5529946Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-09-27T16:40:41.5557341Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-09-27T16:40:41.5599141Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-09-27T16:40:41.5726407Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-09-27T16:40:41.5761722Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-09-27T16:40:41.5880914Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-09-27T16:40:42.2013368Z test_group_norm_error_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.602s) 2022-09-27T16:40:42.2237563Z test_group_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.031s) 2022-09-27T16:40:42.2585925Z test_group_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.032s) 2022-09-27T16:40:42.3965710Z test_group_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.143s) 2022-09-27T16:40:42.4299380Z test_instance_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.031s) 2022-09-27T16:40:42.4703632Z test_instance_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.032s) 2022-09-27T16:40:42.6089562Z test_instance_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.145s) 2022-09-27T16:40:42.6373079Z test_layer_norm_model_num_dim_1_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.031s) 2022-09-27T16:40:42.6761943Z test_layer_norm_model_num_dim_2_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.031s) 2022-09-27T16:40:42.8116348Z test_layer_norm_model_num_dim_3_cpu (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.130s) 2022-09-27T16:40:42.8189486Z test_unsupported_expand_weights_nn_functional_conv1d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-09-27T16:40:42.8332863Z test_unsupported_expand_weights_nn_functional_conv2d_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-09-27T16:40:42.8375912Z test_unsupported_expand_weights_nn_functional_embedding_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-09-27T16:40:42.8420384Z test_unsupported_expand_weights_nn_functional_group_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-09-27T16:40:42.8481941Z test_unsupported_expand_weights_nn_functional_instance_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-09-27T16:40:42.8531328Z test_unsupported_expand_weights_nn_functional_layer_norm_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.000s) 2022-09-27T16:40:42.8595269Z test_unsupported_expand_weights_nn_functional_linear_cpu_float64 (__main__.TestExpandedWeightFunctionalCPU) ... ok (0.016s) 2022-09-27T16:40:42.8629686Z test_forward_helper_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.000s) 2022-09-27T16:40:42.8664793Z test_forward_helper_failure_args_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.000s) 2022-09-27T16:40:42.8679831Z test_set_grad_sample_if_exists_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.000s) 2022-09-27T16:40:42.8693218Z test_set_grad_sample_if_exists_failure_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.000s) 2022-09-27T16:40:42.8712009Z test_sum_over_all_but_batch_and_last_n_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.000s) 2022-09-27T16:40:42.8728533Z test_unpack_expanded_weight_or_tensor_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.000s) 2022-09-27T16:40:42.8740810Z test_unpack_expanded_weight_or_tensor_failure_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.000s) 2022-09-27T16:40:42.8754101Z test_unpack_expanded_weight_or_tensor_with_custom_function_cpu (__main__.TestExpandedWeightHelperFunctionCPU) ... ok (0.016s) 2022-09-27T16:40:42.8785741Z test_Conv1d (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:42.8819551Z test_Conv1d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:42.8862873Z test_Conv1d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:42.8900715Z test_Conv1d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:42.8930173Z test_Conv1d_pad1 (__main__.TestExpandedWeightModule) ... ok (0.016s) 2022-09-27T16:40:42.8967182Z test_Conv1d_pad1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:42.8992383Z test_Conv1d_pad1size1 (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:42.9022836Z test_Conv1d_pad1size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:42.9052273Z test_Conv1d_pad2 (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:42.9089889Z test_Conv1d_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.016s) 2022-09-27T16:40:42.9115040Z test_Conv1d_pad2size1 (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:42.9145154Z test_Conv1d_pad2size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:42.9173944Z test_Conv1d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:42.9207121Z test_Conv1d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:42.9235998Z test_Conv1d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.016s) 2022-09-27T16:40:42.9269212Z test_Conv1d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:42.9298307Z test_Conv1d_stride (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:42.9335648Z test_Conv1d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:42.9348163Z test_Conv1d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.000s) 2022-09-27T16:40:42.9358475Z test_Conv1d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.000s) 2022-09-27T16:40:42.9386441Z test_Conv1d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.016s) 2022-09-27T16:40:42.9421830Z test_Conv1d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:42.9451552Z test_Conv2d (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:42.9486982Z test_Conv2d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:42.9532859Z test_Conv2d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:42.9561995Z test_Conv2d_dilated (__main__.TestExpandedWeightModule) ... ok (0.016s) 2022-09-27T16:40:42.9599034Z test_Conv2d_dilated_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:42.9637906Z test_Conv2d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:42.9665123Z test_Conv2d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:42.9698930Z test_Conv2d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.016s) 2022-09-27T16:40:42.9728273Z test_Conv2d_padding (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:42.9765784Z test_Conv2d_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:42.9795368Z test_Conv2d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:42.9829821Z test_Conv2d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:42.9860652Z test_Conv2d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.016s) 2022-09-27T16:40:42.9895337Z test_Conv2d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:42.9924756Z test_Conv2d_strided (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:42.9961151Z test_Conv2d_strided_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:42.9972656Z test_Conv2d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.000s) 2022-09-27T16:40:42.9983412Z test_Conv2d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.000s) 2022-09-27T16:40:43.0012440Z test_Conv2d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.016s) 2022-09-27T16:40:43.0047535Z test_Conv2d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.0075670Z test_Conv3d (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.0099123Z test_Conv3d_1x1x1_no_bias (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.0128531Z test_Conv3d_1x1x1_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.0172519Z test_Conv3d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.016s) 2022-09-27T16:40:43.0234077Z test_Conv3d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-09-27T16:40:43.0268069Z test_Conv3d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.0292599Z test_Conv3d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.0322269Z test_Conv3d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.0355406Z test_Conv3d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.016s) 2022-09-27T16:40:43.0393629Z test_Conv3d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.0423791Z test_Conv3d_stride (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.0462212Z test_Conv3d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.0492976Z test_Conv3d_stride_padding (__main__.TestExpandedWeightModule) ... ok (0.016s) 2022-09-27T16:40:43.0531645Z test_Conv3d_stride_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.0543267Z test_Conv3d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.000s) 2022-09-27T16:40:43.0553773Z test_Conv3d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.000s) 2022-09-27T16:40:43.0584150Z test_Conv3d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.0622250Z test_Conv3d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.0642027Z test_Embedding (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.0670804Z test_Embedding_discontiguous (__main__.TestExpandedWeightModule) ... ok (0.016s) 2022-09-27T16:40:43.0700962Z test_Embedding_discontiguous_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.0720428Z test_Embedding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.0748787Z test_GroupNorm_1d_affine (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.0775747Z test_GroupNorm_1d_affine_GN (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.0803035Z test_GroupNorm_1d_affine_GN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.016s) 2022-09-27T16:40:43.0830513Z test_GroupNorm_1d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.001s) 2022-09-27T16:40:43.0852080Z test_GroupNorm_1d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.0872824Z test_GroupNorm_1d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.0893913Z test_GroupNorm_1d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.0913229Z test_GroupNorm_1d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.0941114Z test_GroupNorm_2d_affine (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.0971909Z test_GroupNorm_2d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.016s) 2022-09-27T16:40:43.0993387Z test_GroupNorm_2d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.1012930Z test_GroupNorm_2d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.1033429Z test_GroupNorm_2d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.1053017Z test_GroupNorm_2d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.1079709Z test_LayerNorm_1d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.1106722Z test_LayerNorm_1d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.1118428Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.016s) 2022-09-27T16:40:43.1128473Z test_LayerNorm_1d_empty_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.000s) 2022-09-27T16:40:43.1148594Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.1168114Z test_LayerNorm_1d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.1195534Z test_LayerNorm_3d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.1222406Z test_LayerNorm_3d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.1722726Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestExpandedWeightModule) ... ok (0.047s) 2022-09-27T16:40:43.2090108Z test_LayerNorm_3d_no_affine_large_feature_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.048s) 2022-09-27T16:40:43.2122648Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.2149780Z test_LayerNorm_3d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.2182190Z test_Linear (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.2210460Z test_Linear_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.2221630Z test_Linear_no_batch_dim (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.000s) 2022-09-27T16:40:43.2231946Z test_Linear_no_batch_dim_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.016s) 2022-09-27T16:40:43.2256889Z test_Linear_no_bias (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.2282073Z test_Linear_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.2312456Z test_per_sample_api_compute_batch_size (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.2348299Z test_per_sample_api_compute_batch_size_not_pytreeable (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-09-27T16:40:43.2386637Z test_per_sample_api_failing (__main__.TestExpandedWeightModule) ... ok (0.016s) 2022-09-27T16:40:43.2387176Z 2022-09-27T16:40:43.2387573Z ---------------------------------------------------------------------- 2022-09-27T16:40:43.2387998Z Ran 184 tests in 2.735s 2022-09-27T16:40:43.2388179Z 2022-09-27T16:40:43.2388293Z OK (skipped=10) 2022-09-27T16:40:43.2388459Z 2022-09-27T16:40:43.2388593Z Generating XML reports... 2022-09-27T16:40:43.2507587Z Generated XML report: test-reports\python-unittest\test_expanded_weights\TEST-TestExpandedWeightFunctionalCPU-20220927164040.xml 2022-09-27T16:40:43.2526370Z Generated XML report: test-reports\python-unittest\test_expanded_weights\TEST-TestExpandedWeightHelperFunctionCPU-20220927164040.xml 2022-09-27T16:40:43.2613801Z Generated XML report: test-reports\python-unittest\test_expanded_weights\TEST-TestExpandedWeightModule-20220927164040.xml 2022-09-27T16:40:43.5774552Z Running test_vmap ... [2022-09-27 16:40:43.572338] 2022-09-27T16:40:43.5775010Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_vmap.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:40:43.572338] 2022-09-27T16:40:45.2860610Z 2022-09-27T16:40:45.2861079Z Running tests... 2022-09-27T16:40:45.2861405Z ---------------------------------------------------------------------- 2022-09-27T16:40:45.2861755Z Test results will be stored in test-reports\python-unittest\test_vmap 2022-09-27T16:40:45.2901682Z test_accepts_nested_inputs (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:376: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:45.2902312Z out = vmap(lambda z: z[0] + z[1])((x, y)) 2022-09-27T16:40:45.2911129Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:378: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:45.2911688Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))((x, y)) 2022-09-27T16:40:45.2913889Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:380: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:45.2914549Z out = vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-09-27T16:40:45.2916462Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:383: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:45.2916995Z out = vmap(lambda z: z[0] + z[1])([x, y]) 2022-09-27T16:40:45.2918761Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:385: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:45.2919312Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))([x, y]) 2022-09-27T16:40:45.2921070Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:387: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:45.2921628Z out = vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, y]) 2022-09-27T16:40:45.2923361Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:390: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:45.2923901Z out = vmap(lambda z: z['x'] + z['y'])({'x': x, 'y': y}) 2022-09-27T16:40:45.2925609Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:392: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:45.2926168Z out = vmap(lambda z: z['x'] + z['y'], in_dims=(0,))({'x': x, 'y': y}) 2022-09-27T16:40:45.2927874Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:394: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:45.2928438Z out = vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-09-27T16:40:45.2930179Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:398: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:45.2930732Z out_fn = vmap(lambda z: z['x'][0] + z['x'][1][0] + z['y'][0] + z['y'][1]) 2022-09-27T16:40:45.2933002Z ok (0.000s) 2022-09-27T16:40:45.2951022Z test_backward_unsupported_interaction (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:748: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:45.2951639Z vmap(backward_on_vmapped_tensor)(x) 2022-09-27T16:40:45.3123190Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:754: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:45.3123833Z vmap(backward_with_vmapped_grad)(x, grad) 2022-09-27T16:40:45.3127624Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:760: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:45.3128171Z vmap(completely_unrelated_backward)(y) 2022-09-27T16:40:45.3132306Z ok (0.016s) 2022-09-27T16:40:45.3146641Z test_batched_gradient_basic (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:792: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:45.3147236Z jacobian = vmap(vjp_mul)(batched_v) 2022-09-27T16:40:45.3151057Z ok (0.016s) 2022-09-27T16:40:45.3161857Z test_constant_function (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:63: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:45.3162476Z output = vmap(lambda x: torch.tensor(3.14))(torch.ones(3)) 2022-09-27T16:40:45.3165401Z ok (0.000s) 2022-09-27T16:40:45.3182085Z test_different_map_dim_size_raises (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:41: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:45.3182655Z vmap(torch.mul)(x, y) 2022-09-27T16:40:45.3183209Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:43: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:45.3183764Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-09-27T16:40:45.3184338Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:45: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:45.3184912Z vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-09-27T16:40:45.3185130Z ok (0.000s) 2022-09-27T16:40:45.3209956Z test_fallback_atan2 (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:554: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:45.3210531Z result = vmap(op, (2, 0))(x, y) 2022-09-27T16:40:45.3214865Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:560: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:45.3215400Z result = vmap(vmap(op), (2, 0))(x, y) 2022-09-27T16:40:45.3227102Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:566: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:45.3227689Z result = vmap(vmap(vmap(op)))(x, y) 2022-09-27T16:40:45.4219093Z ok (0.095s) 2022-09-27T16:40:45.4235313Z test_fallback_does_not_warn_by_default (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:40:45.4257141Z test_fallback_masked_fill (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:582: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:45.4258206Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-09-27T16:40:45.4505895Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:582: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:45.4506826Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-09-27T16:40:45.4944085Z ok (0.081s) 2022-09-27T16:40:45.4967638Z test_fallback_multiple_returns (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:600: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:45.4968600Z result = vmap(torch.var_mean)(tensor) 2022-09-27T16:40:45.4972454Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:606: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:45.4973322Z result = vmap(vmap(torch.var_mean))(tensor) 2022-09-27T16:40:45.4984164Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:612: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:45.4985041Z result = vmap(vmap(vmap(torch.var_mean)))(tensor) 2022-09-27T16:40:45.5738971Z ok (0.079s) 2022-09-27T16:40:45.5755220Z test_fallback_warns_when_warnings_are_enabled (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:40:45.5796453Z test_fallback_with_undefined_grad (__main__.TestVmapAPI) ... ok (0.000s) 2022-09-27T16:40:45.5821662Z test_fallback_zero_dim (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:525: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:45.5822260Z vmap(op, (0, None))(x, y) 2022-09-27T16:40:46.2011064Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:527: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.2011670Z vmap(op, (None, 0))(y, x) 2022-09-27T16:40:46.2015724Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:529: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.2016247Z vmap(op)(x, x) 2022-09-27T16:40:46.2020502Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:534: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.2021042Z vmap(op, (0, None))(x, y) 2022-09-27T16:40:46.2024774Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:536: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.2025292Z vmap(op, (None, 0))(y, x) 2022-09-27T16:40:46.2028882Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:538: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.2029457Z vmap(op)(x, x) 2022-09-27T16:40:46.2033315Z ok (0.626s) 2022-09-27T16:40:46.2048963Z test_func_with_no_inputs (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:57: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.2049519Z vmap(foo)() 2022-09-27T16:40:46.2050072Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:60: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.2050587Z vmap(bar)() 2022-09-27T16:40:46.2050756Z ok (0.000s) 2022-09-27T16:40:46.2061895Z test_functools_partial (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:798: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.2062514Z result = vmap(functools.partial(torch.mul, x))(y) 2022-09-27T16:40:46.2065831Z ok (0.000s) 2022-09-27T16:40:46.2082714Z test_grad_unsupported_interaction (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:773: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.2083331Z vmap(output_to_grad_is_vmapped)(input_tensor) 2022-09-27T16:40:46.2089259Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:781: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.2089881Z vmap(input_to_grad_is_vmapped)(input_tensor) 2022-09-27T16:40:46.2093739Z ok (0.000s) 2022-09-27T16:40:46.2115003Z test_in_dim_not_in_tensor_err_msg (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:463: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.2115588Z vmap(foo)(torch.randn([])) 2022-09-27T16:40:46.2116158Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:465: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.2116781Z vmap(foo, in_dims=(0,))(torch.randn([])) 2022-09-27T16:40:46.2117374Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:467: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.2117895Z vmap(foo, in_dims=(-1,))(x) 2022-09-27T16:40:46.2118456Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:469: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.2118979Z vmap(foo, in_dims=(2,))(y) 2022-09-27T16:40:46.2119539Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:471: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.2120080Z vmap(lambda z: z[0] + z[1], in_dims=([3, 0],))([x, y]) 2022-09-27T16:40:46.2120658Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:473: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.2121191Z vmap(foo, in_dims=(0,))(torch.randn(2, 3)) 2022-09-27T16:40:46.2121761Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:474: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.2122311Z vmap(foo, in_dims=(1,))(torch.randn(2, 3)) 2022-09-27T16:40:46.2122509Z ok (0.016s) 2022-09-27T16:40:46.2137419Z test_in_dims_wrong_type_err_msg (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:407: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.2138006Z vmap(torch.mul, [0, 0])(x, y) 2022-09-27T16:40:46.2138642Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:409: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.2139175Z vmap(torch.mul, set({0, 0}))(x, y) 2022-09-27T16:40:46.2139804Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:411: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.2140328Z vmap(torch.mul, 'lol')(x, y) 2022-09-27T16:40:46.2140901Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:413: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.2142057Z vmap(lambda z: z[0] + z[1], in_dims=[0, 0])([x, y]) 2022-09-27T16:40:46.2142626Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:415: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.2143148Z vmap(torch.mul, (0, 0))(x, y) 2022-09-27T16:40:46.2143331Z ok (0.000s) 2022-09-27T16:40:46.2171049Z test_inplace_fallback_nary_different_levels (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:707: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.2171666Z vmap(op, in_dims=(0, None))(x, y) 2022-09-27T16:40:46.2174216Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:713: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.2174757Z vmap(vmap(op, in_dims=(0, None)))(x, y) 2022-09-27T16:40:46.2179725Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:721: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.2180261Z vmap(op, in_dims=(None, 0))(x, y) 2022-09-27T16:40:46.2184579Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:726: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.2185139Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 0))(x, y) 2022-09-27T16:40:46.2189181Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:731: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.2189738Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 1))(x, y) 2022-09-27T16:40:46.2193667Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:736: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.2194190Z vmap(vmap(op, in_dims=(None, 0)))(x, y) 2022-09-27T16:40:46.2197924Z ok (0.000s) 2022-09-27T16:40:46.2223178Z test_inplace_fallback_nary_same_levels (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:672: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.2223762Z vmap(op, (2, 0))(x, y) 2022-09-27T16:40:46.2227461Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:680: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.2227980Z vmap(vmap(op), (2, 0))(x, y) 2022-09-27T16:40:46.2239950Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:688: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.2240895Z result = vmap(vmap(vmap(op)))(x, y) 2022-09-27T16:40:46.3088079Z ok (0.086s) 2022-09-27T16:40:46.3120571Z test_inplace_fallback_unary (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:631: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.3121557Z result = vmap(op)(x) 2022-09-27T16:40:46.3123913Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:638: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.3124795Z result = vmap(op, out_dims=(1,))(x) 2022-09-27T16:40:46.3127645Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:645: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.3128501Z result = vmap(vmap(op))(x) 2022-09-27T16:40:46.3157149Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:652: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.3158010Z result = vmap(vmap(vmap(op)))(x) 2022-09-27T16:40:46.6650023Z ok (0.358s) 2022-09-27T16:40:46.6678549Z test_integer_in_dim_but_not_tensor_input_err_msg (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:446: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6679522Z vmap(torch.sum)(x, 0) 2022-09-27T16:40:46.6680450Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:448: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6681300Z vmap(torch.sum, (0, 0))(x, 0) 2022-09-27T16:40:46.6682211Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:450: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6683089Z vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, 1]) 2022-09-27T16:40:46.6684213Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:452: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6685066Z vmap(torch.sum, (0, None))(x, 0) 2022-09-27T16:40:46.6685358Z ok (0.000s) 2022-09-27T16:40:46.6693556Z test_multiple_inputs (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:78: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6694579Z output = vmap(torch.mul)(x, y) 2022-09-27T16:40:46.6696174Z ok (0.000s) 2022-09-27T16:40:46.6713425Z test_multiple_out_dims (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:220: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6714363Z result = vmap(foo, out_dims=(0, 1))(x) 2022-09-27T16:40:46.6717389Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:223: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6718272Z result = vmap(bar, out_dims=(-1, 0, 1, 2))(x, y) 2022-09-27T16:40:46.6723214Z ok (0.016s) 2022-09-27T16:40:46.6735496Z test_multiple_outputs (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:86: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6736412Z outputs = vmap(foo)(x) 2022-09-27T16:40:46.6739350Z ok (0.000s) 2022-09-27T16:40:46.6753431Z test_multiple_outputs_error_cases (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:106: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6754395Z vmap(returns_tuple_of_tensors)(x) 2022-09-27T16:40:46.6755439Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:111: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6756290Z vmap(returns_list_of_two_tensors)(x) 2022-09-27T16:40:46.6757207Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:113: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6758067Z vmap(returns_list_of_one_tensor)(x) 2022-09-27T16:40:46.6758372Z ok (0.000s) 2022-09-27T16:40:46.6769709Z test_nested_non_default_in_dims (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:337: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6770777Z result = vmap(vmap(vmap(torch.mul), (1, 0)), (1, 2))(x, y) 2022-09-27T16:40:46.6773093Z ok (0.000s) 2022-09-27T16:40:46.6796048Z test_nested_out_dims (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:236: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6797019Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y))(y) 2022-09-27T16:40:46.6800656Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:241: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6801663Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y), out_dims=1)(y) 2022-09-27T16:40:46.6805490Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:246: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6806425Z result = vmap(lambda y: vmap(lambda x: x, out_dims=-1)(y), out_dims=-1)(y) 2022-09-27T16:40:46.6810393Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:253: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6811336Z result = vmap(lambda y: vmap(lambda x: x * y, out_dims=1)(x), out_dims=-1)(y) 2022-09-27T16:40:46.6815027Z ok (0.000s) 2022-09-27T16:40:46.6832275Z test_nested_with_different_map_dim (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:127: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6833255Z output = vmap(lambda x: vmap(lambda y: x * y)(y))(x) 2022-09-27T16:40:46.6836442Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:132: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6837368Z output = vmap(lambda x: vmap(lambda y: vmap(lambda z: x * y * z)(z))(y))(x) 2022-09-27T16:40:46.6841257Z ok (0.000s) 2022-09-27T16:40:46.6855016Z test_nested_with_same_map_dim (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:118: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6855966Z output = vmap(vmap(torch.mul))(x, y) 2022-09-27T16:40:46.6858087Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:121: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6858968Z output = vmap(vmap(vmap(torch.mul)))(x, y) 2022-09-27T16:40:46.6861040Z ok (0.016s) 2022-09-27T16:40:46.6875078Z test_nn_module (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:804: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6876007Z result = vmap(model)(tensor) 2022-09-27T16:40:46.6880488Z ok (0.000s) 2022-09-27T16:40:46.6901701Z test_non_default_in_dims_out_dims (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:344: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6902762Z result = vmap(lambda x: x, in_dims=1, out_dims=1)(x) 2022-09-27T16:40:46.6904750Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:349: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6905634Z result = vmap(lambda x: x, in_dims=2, out_dims=1)(x) 2022-09-27T16:40:46.6908904Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:358: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6909766Z result = vmap(foo, in_dims=1, out_dims=1)(x) 2022-09-27T16:40:46.6911795Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:362: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6912668Z result = vmap(foo, in_dims=2, out_dims=1)(x) 2022-09-27T16:40:46.6915696Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:367: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6916541Z result = vmap(vmap(foo, 1, 1), 1, 1)(x) 2022-09-27T16:40:46.6918545Z ok (0.000s) 2022-09-27T16:40:46.6931849Z test_non_tensor_output_raises (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:28: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6932812Z output = vmap(lambda x: 3.14)(torch.ones(3)) 2022-09-27T16:40:46.6933793Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:34: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6934660Z vmap(multiple_outputs)(torch.ones(3)) 2022-09-27T16:40:46.6934973Z ok (0.000s) 2022-09-27T16:40:46.6950561Z test_non_zero_in_dims (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:310: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6951497Z output = vmap(lambda x: x, (1,))(tensor) 2022-09-27T16:40:46.6954443Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:316: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6955328Z output = vmap(torch.mul, (0, 1))(x, y) 2022-09-27T16:40:46.6956815Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:318: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6957674Z output = vmap(torch.mul, (1, 0))(x, y) 2022-09-27T16:40:46.6959357Z ok (0.010s) 2022-09-27T16:40:46.6973468Z test_none_in_dims (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:326: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6974398Z output = vmap(torch.mul, (0, None))(x, y) 2022-09-27T16:40:46.6977481Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:331: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.6978424Z output = vmap(torch.mul, (0, None))(x, 2) 2022-09-27T16:40:46.6980125Z ok (0.000s) 2022-09-27T16:40:46.7010032Z test_nonzero_out_dims (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:171: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7010980Z result = vmap(lambda x: x, out_dims=1)(tensor) 2022-09-27T16:40:46.7022950Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:177: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7023858Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-09-27T16:40:46.7024804Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:183: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7025683Z result = vmap(lambda x: x, out_dims=-1)(tensor) 2022-09-27T16:40:46.7026621Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:190: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7027532Z result = vmap(lambda x, y: (x, y), out_dims=2)(tensor, other) 2022-09-27T16:40:46.7028499Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:198: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7029383Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-09-27T16:40:46.7042489Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:206: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7043380Z result = vmap(foo, out_dims=1)(x, y) 2022-09-27T16:40:46.7046804Z ok (0.000s) 2022-09-27T16:40:46.7058786Z test_noop_in_inner_vmap (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:139: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7059750Z output = vmap(lambda x: vmap(lambda y: x)(y))(x) 2022-09-27T16:40:46.7061726Z ok (0.000s) 2022-09-27T16:40:46.7080431Z test_not_enough_in_dims_err_msg (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:423: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7081367Z vmap(torch.mul, (0,))(x, y) 2022-09-27T16:40:46.7082294Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:425: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7083148Z vmap(torch.mul, (0, 0, 0))(x, y) 2022-09-27T16:40:46.7084070Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:427: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7084943Z vmap(lambda z: z[0] + z[1], in_dims=([0],))([x, y]) 2022-09-27T16:40:46.7085894Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:429: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7086768Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))([x, y]) 2022-09-27T16:40:46.7087708Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:431: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7088557Z vmap(torch.mul, (0, 0))(x, y) 2022-09-27T16:40:46.7088844Z ok (0.000s) 2022-09-27T16:40:46.7097416Z test_out_dim_out_of_bounds_err_msg (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:302: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7098410Z vmap(lambda x: x, out_dims=3)(x) 2022-09-27T16:40:46.7102790Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:304: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7103646Z vmap(lambda x: x, out_dims=-4)(x) 2022-09-27T16:40:46.7106770Z ok (0.000s) 2022-09-27T16:40:46.7124091Z test_out_dims_and_num_outputs_mismatch_err_msg (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:285: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7125062Z vmap(lambda x: x, out_dims=(0, 0))(x) 2022-09-27T16:40:46.7125984Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:287: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7126865Z vmap(lambda x: (x, x, x), out_dims=(0, 0, 0, 0))(x) 2022-09-27T16:40:46.7127806Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:291: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7128728Z vmap(lambda x: (x, x), out_dims=(0,))(x) 2022-09-27T16:40:46.7129661Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:293: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7130533Z vmap(lambda x: (x, x, x), out_dims=(0, 0))(x) 2022-09-27T16:40:46.7130841Z ok (0.016s) 2022-09-27T16:40:46.7138804Z test_out_dims_edge_case (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:263: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7139765Z expected = vmap(foo, out_dims=1)(tensor) 2022-09-27T16:40:46.7140708Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:264: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7141574Z result = vmap(foo, out_dims=(1,))(tensor) 2022-09-27T16:40:46.7141931Z ok (0.000s) 2022-09-27T16:40:46.7157904Z test_out_dims_must_be_int_or_tuple_of_int_err_msg (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:271: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7158893Z vmap(lambda x: x, out_dims='lol')(tensor) 2022-09-27T16:40:46.7159844Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:273: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7160718Z vmap(lambda x: x, out_dims=('lol',))(tensor) 2022-09-27T16:40:46.7161656Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:275: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7162518Z vmap(lambda x: x, out_dims=None)(tensor) 2022-09-27T16:40:46.7163462Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:277: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7164410Z vmap(lambda x: x, out_dims=(None,))(tensor) 2022-09-27T16:40:46.7164703Z ok (0.000s) 2022-09-27T16:40:46.7170467Z test_single_input (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:72: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7171383Z output = vmap(square)(x) 2022-09-27T16:40:46.7172836Z ok (0.000s) 2022-09-27T16:40:46.7190860Z test_unsupported_op_err_msg (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:150: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7191975Z vmap(torch.ravel)(tensor) 2022-09-27T16:40:46.7195715Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:156: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7196559Z vmap(out_op)(tensor, tensor) 2022-09-27T16:40:46.7201278Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:161: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7202160Z vmap(lambda t: torch.atleast_1d([t]))(tensor) 2022-09-27T16:40:46.7206145Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:166: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7207007Z vmap(torch.Tensor.item)(tensor) 2022-09-27T16:40:46.7210326Z ok (0.000s) 2022-09-27T16:40:46.7253401Z test_add_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:40:46.7269005Z test_binary_cross_entropy_cpu (__main__.TestVmapBatchedGradientCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:882: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7270032Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-09-27T16:40:46.7283886Z ok (0.016s) 2022-09-27T16:40:46.7307863Z test_diagonal_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:40:46.7370416Z test_div_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:40:46.7387135Z test_expand_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:40:46.7402075Z test_index_cpu (__main__.TestVmapBatchedGradientCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:882: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7403070Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-09-27T16:40:46.7414485Z ok (0.000s) 2022-09-27T16:40:46.7453306Z test_inplace_manyview_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.016s) 2022-09-27T16:40:46.7485771Z test_inplace_on_view_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:40:46.7508995Z test_lgamma_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:40:46.7533584Z test_log1p_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.010s) 2022-09-27T16:40:46.7557140Z test_log_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:40:46.7585894Z test_logsumexp_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:40:46.7598390Z test_max_cpu (__main__.TestVmapBatchedGradientCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:882: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7599458Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-09-27T16:40:46.7604284Z ok (0.000s) 2022-09-27T16:40:46.7621553Z test_median_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:40:46.7638503Z test_min_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:40:46.7693115Z test_mul_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.016s) 2022-09-27T16:40:46.7710328Z test_permute_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:40:46.7728141Z test_reshape_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:40:46.7754533Z test_select_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:40:46.7777324Z test_sigmoid_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:40:46.7805124Z test_slice_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:40:46.7823860Z test_stack_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:40:46.7862385Z test_sub_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.016s) 2022-09-27T16:40:46.7878097Z test_symeig_cpu (__main__.TestVmapBatchedGradientCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:2421: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:40:46.7879067Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T16:40:46.7879593Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:40:46.7879923Z should be replaced with 2022-09-27T16:40:46.7880316Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:40:46.7880638Z and 2022-09-27T16:40:46.7880944Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:40:46.7881287Z should be replaced with 2022-09-27T16:40:46.7881940Z 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:2806.) 2022-09-27T16:40:46.7882606Z return torch.symeig(x, eigenvectors=True)[0] 2022-09-27T16:40:46.7883568Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:882: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7884459Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-09-27T16:40:46.7898776Z ok (0.000s) 2022-09-27T16:40:46.7915947Z test_threshold_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:40:46.7932329Z test_trace_cpu (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:40:46.7947694Z test_unrelated_output_cpu (__main__.TestVmapBatchedGradientCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:2481: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7948675Z result = vmap(vjp)(gy) 2022-09-27T16:40:46.7950835Z ok (0.010s) 2022-09-27T16:40:46.7967305Z test_unrelated_output_multiple_grad_cpu (__main__.TestVmapBatchedGradientCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:2496: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7968290Z result = vmap(vjp)(gy) 2022-09-27T16:40:46.7969885Z ok (0.000s) 2022-09-27T16:40:46.7984663Z test_vmap_fallback_check (__main__.TestVmapBatchedGradientCPU) ... ok (0.000s) 2022-09-27T16:40:46.7995085Z test_vmap_fallback_check_ok (__main__.TestVmapBatchedGradientCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:964: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:46.7996082Z vmap(op_using_fallback)(torch.rand(3)) 2022-09-27T16:40:46.7996397Z ok (0.000s) 2022-09-27T16:40:46.8061972Z test_T_numpy (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:40:46.8193866Z test_as_strided (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:40:46.9602231Z test_binary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.146s) 2022-09-27T16:40:46.9702591Z test_bmm (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:40:46.9755553Z test_cat (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:40:47.0013890Z test_chunk (__main__.TestVmapOperators) ... ok (0.026s) 2022-09-27T16:40:47.0195151Z test_clamp (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:40:47.0330295Z test_clone (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:40:47.0969088Z test_comparison_ops (__main__.TestVmapOperators) ... ok (0.057s) 2022-09-27T16:40:47.1059662Z test_conj (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:40:47.1118763Z test_contiguous (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:40:47.1172511Z test_diagonal (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:40:47.1259510Z test_dot (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:40:47.1337901Z test_expand_as (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T16:40:47.1454784Z test_fill_and_zero_inplace (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:40:47.1544226Z test_imag (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:40:47.1561221Z test_is_complex (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:40:47.1622792Z test_is_contiguous (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:40:47.1639858Z test_is_floating_point (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:40:47.1734064Z test_mm (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:40:47.1825150Z test_movedim (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:40:47.1914486Z test_mv (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T16:40:47.1960610Z test_narrow (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T16:40:47.1981151Z test_new_empty (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:40:47.2091485Z test_new_empty_strided (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:40:47.2116114Z test_new_zeros (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:40:47.2336752Z test_no_random_op_support (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:40:47.2426156Z test_real (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:40:47.2482301Z test_reshape (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:40:47.2553422Z test_reshape_as (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:40:47.2619515Z test_result_type (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:40:47.2657722Z test_select (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:40:47.2697965Z test_slice (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:40:47.3187275Z test_split (__main__.TestVmapOperators) ... ok (0.051s) 2022-09-27T16:40:47.3226101Z test_squeeze (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:40:47.3277999Z test_stack (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:40:47.3293789Z test_stride (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:40:47.3367859Z test_sum_dim (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:40:47.3409360Z test_t (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:40:47.4646027Z test_tensor_split (__main__.TestVmapOperators) ... ok (0.120s) 2022-09-27T16:40:47.4698395Z test_to (__main__.TestVmapOperators) ... ok (0.010s) 2022-09-27T16:40:47.4735626Z test_trace (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:40:47.4794736Z test_transpose (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:40:47.5897555Z test_unary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.114s) 2022-09-27T16:40:47.7255226Z test_unbind (__main__.TestVmapOperators) ... ok (0.130s) 2022-09-27T16:40:47.7298954Z test_unfold (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:40:47.7360660Z test_view (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:40:47.7430087Z test_view_as (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:40:47.7636845Z test_view_as_complex (__main__.TestVmapOperators) ... ok (0.026s) 2022-09-27T16:40:47.7730326Z test_view_as_real (__main__.TestVmapOperators) ... ok (0.016s) 2022-09-27T16:40:47.7744930Z test_vmap_fallback_check (__main__.TestVmapOperators) ... ok (0.000s) 2022-09-27T16:40:47.7755019Z test_vmap_fallback_check_ok (__main__.TestVmapOperators) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:964: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-09-27T16:40:47.7755994Z vmap(op_using_fallback)(torch.rand(3)) 2022-09-27T16:40:47.7756655Z ok (0.000s) 2022-09-27T16:40:47.7756919Z 2022-09-27T16:40:47.7757158Z ---------------------------------------------------------------------- 2022-09-27T16:40:47.7757556Z Ran 125 tests in 2.484s 2022-09-27T16:40:47.7757734Z 2022-09-27T16:40:47.7757823Z OK 2022-09-27T16:40:47.7757965Z 2022-09-27T16:40:47.7758101Z Generating XML reports... 2022-09-27T16:40:47.7866823Z Generated XML report: test-reports\python-unittest\test_vmap\TEST-TestVmapAPI-20220927164045.xml 2022-09-27T16:40:47.7899144Z Generated XML report: test-reports\python-unittest\test_vmap\TEST-TestVmapBatchedGradientCPU-20220927164045.xml 2022-09-27T16:40:47.7954586Z Generated XML report: test-reports\python-unittest\test_vmap\TEST-TestVmapOperators-20220927164045.xml 2022-09-27T16:40:48.0239127Z Running test_overrides ... [2022-09-27 16:40:48.009168] 2022-09-27T16:40:48.0239586Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_overrides.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:40:48.009168] 2022-09-27T16:40:49.4453976Z 2022-09-27T16:40:49.4454291Z Running tests... 2022-09-27T16:40:49.4454613Z ---------------------------------------------------------------------- 2022-09-27T16:40:49.4454976Z Test results will be stored in test-reports\python-unittest\test_overrides 2022-09-27T16:40:49.7714865Z test_broadcast_all (__main__.TestBroadcastAllOverride) ... ok (0.332s) 2022-09-27T16:40:49.7735245Z test_parameter_does_not_prevent_dispatch (__main__.TestDisabledTorchFunction) ... ok (0.000s) 2022-09-27T16:40:49.7771030Z test_wrapper (__main__.TestEinsumOverride) ... ok (0.000s) 2022-09-27T16:40:49.7947255Z test_gradcheck (__main__.TestGradCheckOverride) ... ok (0.026s) 2022-09-27T16:40:49.7960367Z test_newones (__main__.TestGradNewOnesOverride) ... ok (0.000s) 2022-09-27T16:40:49.7975037Z test_getitem (__main__.TestIndexing) ... ok (0.000s) 2022-09-27T16:40:49.7989987Z test_getitem_subclass (__main__.TestIndexing) ... ok (0.000s) 2022-09-27T16:40:49.8004534Z test_setitem (__main__.TestIndexing) ... ok (0.000s) 2022-09-27T16:40:49.8019570Z test_setitem_subclass (__main__.TestIndexing) ... ok (0.000s) 2022-09-27T16:40:49.8033465Z test_setitem_val (__main__.TestIndexing) ... ok (0.000s) 2022-09-27T16:40:49.8046265Z test_iterator (__main__.TestIterator) ... ok (0.000s) 2022-09-27T16:40:49.8063708Z test_max (__main__.TestNamedTuple) ... ok (0.000s) 2022-09-27T16:40:49.8080940Z test_pickle (__main__.TestPickle) ... ok (0.016s) 2022-09-27T16:40:49.8110596Z test_rnn (__main__.TestRNN) ... ok (0.000s) 2022-09-27T16:40:49.9068819Z test_resolve_name (__main__.TestResolveName) ... ok (0.088s) 2022-09-27T16:40:49.9081002Z test_all_same_mode (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-09-27T16:40:49.9097293Z test_all_same_mode_scope (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-09-27T16:40:49.9113047Z test_basic (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-09-27T16:40:49.9127101Z test_ctor_no_inner (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-09-27T16:40:49.9140137Z test_disable_enable_subclass (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-09-27T16:40:49.9155163Z test_disable_subclass_not_mode (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-09-27T16:40:49.9170331Z test_distributions_bernoulli (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-09-27T16:40:49.9184472Z test_enable_torch_function_mode_ignore_preexisting (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-09-27T16:40:49.9198207Z test_enable_torch_function_mode_replace (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-09-27T16:40:49.9210582Z test_enable_torch_function_mode_trivial (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-09-27T16:40:49.9221776Z test_enable_torch_function_mode_with_tensor_subclass (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-09-27T16:40:49.9236638Z test_error_using_class_method_on_mode (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-09-27T16:40:49.9248698Z test_error_using_same_mode (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-09-27T16:40:49.9259359Z test_error_with_ancestor (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-09-27T16:40:49.9277705Z test_factory_override (__main__.TestTorchFunctionMode) ... ok (0.016s) 2022-09-27T16:40:49.9299074Z test_find_outermost_mode (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-09-27T16:40:49.9318608Z test_mode_notimplemented_loop (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-09-27T16:40:49.9333901Z test_modes_handle_first (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-09-27T16:40:49.9351043Z test_modes_return_notimplemented (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-09-27T16:40:49.9364056Z test_nn_parse_to (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-09-27T16:40:49.9381982Z test_reentrant_mode_idiom (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-09-27T16:40:49.9394122Z test_restore_ancestor_mode (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-09-27T16:40:49.9409154Z test_restore_errors (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-09-27T16:40:49.9429417Z test_subclass_hash (__main__.TestTorchFunctionMode) ... ok (0.016s) 2022-09-27T16:40:49.9441745Z test_with_mode (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-09-27T16:40:49.9453975Z test_with_mode_created_separately (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-09-27T16:40:49.9469335Z test_with_nested_modes (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-09-27T16:40:49.9480880Z test_Tensor___add__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9492013Z test_Tensor___and__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9503257Z test_Tensor___array__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9514437Z test_Tensor___array_wrap__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9525366Z test_Tensor___bool__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9536609Z test_Tensor___complex__ (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-09-27T16:40:49.9547846Z test_Tensor___contains__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9558967Z test_Tensor___cuda_array_interface_____get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9569969Z test_Tensor___deepcopy__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9581173Z test_Tensor___div__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9592233Z test_Tensor___dlpack__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9603307Z test_Tensor___dlpack_device__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9614396Z test_Tensor___eq__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9625557Z test_Tensor___float__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9636650Z test_Tensor___floordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9647727Z test_Tensor___format__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9658847Z test_Tensor___ge__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9669924Z test_Tensor___getitem__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9680901Z test_Tensor___gt__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9692366Z test_Tensor___iadd__ (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:49.9703748Z test_Tensor___iand__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9714951Z test_Tensor___idiv__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9726298Z test_Tensor___ifloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9737696Z test_Tensor___ilshift__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9749194Z test_Tensor___imod__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9760474Z test_Tensor___imul__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9771602Z test_Tensor___index__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9782773Z test_Tensor___int__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9793784Z test_Tensor___invert__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9804794Z test_Tensor___ior__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9815879Z test_Tensor___irshift__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9827144Z test_Tensor___isub__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9838226Z test_Tensor___ixor__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9849419Z test_Tensor___le__ (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:49.9860601Z test_Tensor___len__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9871593Z test_Tensor___long__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9882633Z test_Tensor___lshift__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9893700Z test_Tensor___lt__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9904910Z test_Tensor___matmul__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9915999Z test_Tensor___mod__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9926994Z test_Tensor___mul__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9938103Z test_Tensor___ne__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9949153Z test_Tensor___nonzero__ (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-09-27T16:40:49.9960225Z test_Tensor___or__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9971226Z test_Tensor___radd__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9982450Z test_Tensor___rand__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:49.9993452Z test_Tensor___rdiv__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0004532Z test_Tensor___reduce_ex__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0015620Z test_Tensor___repr__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0026800Z test_Tensor___reversed__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0037967Z test_Tensor___rfloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0049074Z test_Tensor___rlshift__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0060232Z test_Tensor___rmatmul__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0071254Z test_Tensor___rmod__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0082249Z test_Tensor___rmul__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0093372Z test_Tensor___ror__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0104722Z test_Tensor___rpow__ (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.0115797Z test_Tensor___rrshift__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0126875Z test_Tensor___rshift__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0137913Z test_Tensor___rsub__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0149132Z test_Tensor___rxor__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0159606Z test_Tensor___setitem__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0170566Z test_Tensor___setstate__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0181731Z test_Tensor___sub__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0192715Z test_Tensor___truediv__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0203800Z test_Tensor___xor__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0214900Z test_Tensor__autocast_to_full_precision (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0226163Z test_Tensor__autocast_to_reduced_precision (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0237197Z test_Tensor__coalesced_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0248244Z test_Tensor__dimI (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0259926Z test_Tensor__dimV (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.0271032Z test_Tensor__indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0282007Z test_Tensor__is_view (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0293020Z test_Tensor__nested_tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0304072Z test_Tensor__nnz (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0315081Z test_Tensor__storage (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0326116Z test_Tensor__to_dense (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0337177Z test_Tensor__update_names (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0348335Z test_Tensor__values (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0359401Z test_Tensor_abs (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0370285Z test_Tensor_abs_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0381411Z test_Tensor_absolute (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0392398Z test_Tensor_absolute_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0403347Z test_Tensor_acos (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0414448Z test_Tensor_acos_ (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.0425540Z test_Tensor_acosh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0436539Z test_Tensor_acosh_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0447547Z test_Tensor_add (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0458678Z test_Tensor_add_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0469869Z test_Tensor_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0481109Z test_Tensor_addbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0492169Z test_Tensor_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0503401Z test_Tensor_addcdiv_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0514533Z test_Tensor_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0525603Z test_Tensor_addcmul_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0536757Z test_Tensor_addmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0548062Z test_Tensor_addmm_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0559264Z test_Tensor_addmv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0571420Z test_Tensor_addmv_ (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.0583344Z test_Tensor_addr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0595161Z test_Tensor_addr_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0606439Z test_Tensor_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0617352Z test_Tensor_align_as (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0628547Z test_Tensor_align_to (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0639553Z test_Tensor_all (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0650680Z test_Tensor_allclose (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0661886Z test_Tensor_amax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0672948Z test_Tensor_amin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0684093Z test_Tensor_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0695055Z test_Tensor_angle (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0706265Z test_Tensor_any (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0717280Z test_Tensor_apply_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0728419Z test_Tensor_arccos (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.0739573Z test_Tensor_arccos_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0750555Z test_Tensor_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0761476Z test_Tensor_arccosh_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0772427Z test_Tensor_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0783526Z test_Tensor_arcsin_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0794659Z test_Tensor_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0805566Z test_Tensor_arcsinh_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0816581Z test_Tensor_arctan (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0827874Z test_Tensor_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-09-27T16:40:50.0838908Z test_Tensor_arctan2_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0849873Z test_Tensor_arctan_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0861016Z test_Tensor_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0871985Z test_Tensor_arctanh_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0883063Z test_Tensor_argmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0894070Z test_Tensor_argmin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0905414Z test_Tensor_argsort (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0916403Z test_Tensor_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0927704Z test_Tensor_as_strided (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-09-27T16:40:50.0938949Z test_Tensor_as_strided_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:40:50.0950112Z test_Tensor_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0961067Z test_Tensor_asin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0972048Z test_Tensor_asin_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0983117Z test_Tensor_asinh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.0994105Z test_Tensor_asinh_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1005083Z test_Tensor_atan (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1016110Z test_Tensor_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1027269Z test_Tensor_atan2_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1038332Z test_Tensor_atan_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1049282Z test_Tensor_atanh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1060384Z test_Tensor_atanh_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1071455Z test_Tensor_backward (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1082579Z test_Tensor_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1093844Z test_Tensor_baddbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.1105026Z test_Tensor_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1116132Z test_Tensor_bernoulli_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1127067Z test_Tensor_bfloat16 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1138190Z test_Tensor_bincount (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1149242Z test_Tensor_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1160252Z test_Tensor_bitwise_and_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1171350Z test_Tensor_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1182539Z test_Tensor_bitwise_left_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1193460Z test_Tensor_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1204428Z test_Tensor_bitwise_not_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1215460Z test_Tensor_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1226514Z test_Tensor_bitwise_or_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1237542Z test_Tensor_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1248681Z test_Tensor_bitwise_right_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.1259725Z test_Tensor_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1270709Z test_Tensor_bitwise_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1281704Z test_Tensor_bmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1292691Z test_Tensor_bool (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1303828Z test_Tensor_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1314788Z test_Tensor_byte (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1325819Z test_Tensor_cauchy_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1336828Z test_Tensor_ccol_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1347893Z test_Tensor_cdouble (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1358840Z test_Tensor_ceil (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1369790Z test_Tensor_ceil_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1380920Z test_Tensor_cfloat (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1391962Z test_Tensor_chalf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1403128Z test_Tensor_char (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.1414144Z test_Tensor_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1425288Z test_Tensor_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1436357Z test_Tensor_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1447419Z test_Tensor_chunk (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1458591Z test_Tensor_clamp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1469635Z test_Tensor_clamp_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1480701Z test_Tensor_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1491676Z test_Tensor_clamp_max_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1502817Z test_Tensor_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1513864Z test_Tensor_clamp_min_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1524896Z test_Tensor_clip (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1535911Z test_Tensor_clip_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1547010Z test_Tensor_clone (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1558051Z test_Tensor_coalesce (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.1568964Z test_Tensor_col_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1580012Z test_Tensor_conj (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1591046Z test_Tensor_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1602009Z test_Tensor_conj_physical_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1612990Z test_Tensor_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1624127Z test_Tensor_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1635192Z test_Tensor_copysign (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1646380Z test_Tensor_copysign_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1657269Z test_Tensor_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1668333Z test_Tensor_cos (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1679280Z test_Tensor_cos_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1690225Z test_Tensor_cosh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1701262Z test_Tensor_cosh_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1712501Z test_Tensor_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.1723531Z test_Tensor_cov (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1734574Z test_Tensor_cpu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1745752Z test_Tensor_cross (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1756757Z test_Tensor_crow_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1767769Z test_Tensor_cuda (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1778928Z test_Tensor_cummax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1790007Z test_Tensor_cummin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1801123Z test_Tensor_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1812686Z test_Tensor_cumprod_ (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-09-27T16:40:50.1823578Z test_Tensor_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1834696Z test_Tensor_cumsum_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1845633Z test_Tensor_data_ptr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1856586Z test_Tensor_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1867663Z test_Tensor_deg2rad_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1878573Z test_Tensor_dense_dim (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1889487Z test_Tensor_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1900531Z test_Tensor_det (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1911488Z test_Tensor_detach (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1922610Z test_Tensor_detach_ (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-09-27T16:40:50.1933561Z test_Tensor_diag (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1944699Z test_Tensor_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1955675Z test_Tensor_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1966892Z test_Tensor_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1977916Z test_Tensor_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.1989096Z test_Tensor_diff (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2000001Z test_Tensor_digamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2010920Z test_Tensor_digamma_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2022001Z test_Tensor_dim (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2033003Z test_Tensor_dist (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2043944Z test_Tensor_div (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2054901Z test_Tensor_div_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2066128Z test_Tensor_divide (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2077575Z test_Tensor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.2088428Z test_Tensor_dot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2099505Z test_Tensor_double (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2110599Z test_Tensor_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2121551Z test_Tensor_element_size (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2132454Z test_Tensor_eq (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2143581Z test_Tensor_eq_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2154577Z test_Tensor_equal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2165516Z test_Tensor_erf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2176496Z test_Tensor_erf_ (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-09-27T16:40:50.2187556Z test_Tensor_erfc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2198429Z test_Tensor_erfc_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2209315Z test_Tensor_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2220326Z test_Tensor_erfinv_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2231340Z test_Tensor_exp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2242232Z test_Tensor_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2253120Z test_Tensor_exp2_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2264184Z test_Tensor_exp_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2275133Z test_Tensor_expand (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2286136Z test_Tensor_expand_as (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2297067Z test_Tensor_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2308077Z test_Tensor_expm1_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2319166Z test_Tensor_exponential_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2330339Z test_Tensor_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.2341460Z test_Tensor_fill_diagonal_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2352340Z test_Tensor_fix (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2363249Z test_Tensor_fix_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2374355Z test_Tensor_flatten (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2385479Z test_Tensor_flip (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2396369Z test_Tensor_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2407313Z test_Tensor_flipud (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2418279Z test_Tensor_float (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2429348Z test_Tensor_float_power (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2440287Z test_Tensor_float_power_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2451209Z test_Tensor_floor (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2462292Z test_Tensor_floor_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2473336Z test_Tensor_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2484413Z test_Tensor_floor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.2495372Z test_Tensor_fmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2506615Z test_Tensor_fmin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2517599Z test_Tensor_fmod (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2528793Z test_Tensor_fmod_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2539908Z test_Tensor_frac (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2550828Z test_Tensor_frac_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2561740Z test_Tensor_frexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2572764Z test_Tensor_gather (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2583913Z test_Tensor_gcd (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2594845Z test_Tensor_gcd_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2605750Z test_Tensor_ge (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2616699Z test_Tensor_ge_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2627843Z test_Tensor_geometric_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2638737Z test_Tensor_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2649832Z test_Tensor_ger (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.2660920Z test_Tensor_get_device (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2671938Z test_Tensor_greater (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2682950Z test_Tensor_greater_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2693975Z test_Tensor_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2705117Z test_Tensor_greater_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2716045Z test_Tensor_gt (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2727013Z test_Tensor_gt_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2737931Z test_Tensor_half (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2749087Z test_Tensor_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2760033Z test_Tensor_has_names (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2770994Z test_Tensor_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2782186Z test_Tensor_heaviside_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2793201Z test_Tensor_histc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2804437Z test_Tensor_histogram (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.2815452Z test_Tensor_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2826535Z test_Tensor_hypot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2837501Z test_Tensor_hypot_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2848428Z test_Tensor_i0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2859427Z test_Tensor_i0_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2870409Z test_Tensor_igamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2881370Z test_Tensor_igamma_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2892378Z test_Tensor_igammac (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2903635Z test_Tensor_igammac_ (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-09-27T16:40:50.2914827Z test_Tensor_index_add (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2925883Z test_Tensor_index_add_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2936895Z test_Tensor_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2948162Z test_Tensor_index_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2959145Z test_Tensor_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2970256Z test_Tensor_index_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2981395Z test_Tensor_index_put (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.2992400Z test_Tensor_index_put_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3003580Z test_Tensor_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-09-27T16:40:50.3014647Z test_Tensor_index_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3025801Z test_Tensor_index_select (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3036746Z test_Tensor_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3047707Z test_Tensor_inner (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3058775Z test_Tensor_int (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3069713Z test_Tensor_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3080614Z test_Tensor_inverse (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3091602Z test_Tensor_ipu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3102672Z test_Tensor_is_coalesced (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3113540Z test_Tensor_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3124442Z test_Tensor_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3135342Z test_Tensor_is_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3146385Z test_Tensor_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3157421Z test_Tensor_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.3168306Z test_Tensor_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3179315Z test_Tensor_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3190222Z test_Tensor_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3201208Z test_Tensor_is_pinned (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3212201Z test_Tensor_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3223390Z test_Tensor_is_set_to (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3234456Z test_Tensor_is_shared (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3245461Z test_Tensor_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3256597Z test_Tensor_isclose (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3267722Z test_Tensor_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3278672Z test_Tensor_isinf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3289639Z test_Tensor_isnan (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3300660Z test_Tensor_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3311708Z test_Tensor_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.3322699Z test_Tensor_isreal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3333718Z test_Tensor_istft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3344789Z test_Tensor_item (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3355814Z test_Tensor_kron (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3366966Z test_Tensor_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3377879Z test_Tensor_lcm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3388989Z test_Tensor_lcm_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3400001Z test_Tensor_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3411039Z test_Tensor_ldexp_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3422157Z test_Tensor_le (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3433175Z test_Tensor_le_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3444312Z test_Tensor_lerp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3455490Z test_Tensor_lerp_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3466767Z test_Tensor_less (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3477813Z test_Tensor_less_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3488913Z test_Tensor_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3500081Z test_Tensor_less_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3511082Z test_Tensor_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3522128Z test_Tensor_lgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3533126Z test_Tensor_log (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3544220Z test_Tensor_log10 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3555167Z test_Tensor_log10_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3566121Z test_Tensor_log1p (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3577082Z test_Tensor_log1p_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3588183Z test_Tensor_log2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3599153Z test_Tensor_log2_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3610107Z test_Tensor_log_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3621297Z test_Tensor_log_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3632474Z test_Tensor_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.3643486Z test_Tensor_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3654472Z test_Tensor_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3665639Z test_Tensor_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3676654Z test_Tensor_logdet (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3687729Z test_Tensor_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3698837Z test_Tensor_logical_and_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3709803Z test_Tensor_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3720836Z test_Tensor_logical_not_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3731873Z test_Tensor_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3743093Z test_Tensor_logical_or_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3754127Z test_Tensor_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3765171Z test_Tensor_logical_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3776156Z test_Tensor_logit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3787434Z test_Tensor_logit_ (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.3798614Z test_Tensor_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3809533Z test_Tensor_long (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3820655Z test_Tensor_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3831660Z test_Tensor_lt (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3842762Z test_Tensor_lt_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3853848Z test_Tensor_lu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3865012Z test_Tensor_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3876186Z test_Tensor_map2_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3887445Z test_Tensor_map_ (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-09-27T16:40:50.3898606Z test_Tensor_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3909692Z test_Tensor_masked_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3920765Z test_Tensor_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3931831Z test_Tensor_masked_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3942940Z test_Tensor_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3953948Z test_Tensor_matmul (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3964952Z test_Tensor_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3975946Z test_Tensor_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.3987135Z test_Tensor_max (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-09-27T16:40:50.3998127Z test_Tensor_maximum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4009270Z test_Tensor_mean (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4020471Z test_Tensor_median (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4031563Z test_Tensor_min (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4042616Z test_Tensor_minimum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4053622Z test_Tensor_mm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4064827Z test_Tensor_mode (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4075854Z test_Tensor_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4086862Z test_Tensor_movedim (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4097828Z test_Tensor_msort (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4108931Z test_Tensor_mul (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4119893Z test_Tensor_mul_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4130967Z test_Tensor_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4142275Z test_Tensor_multiply (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.4153403Z test_Tensor_multiply_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4164432Z test_Tensor_mv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4175399Z test_Tensor_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4186476Z test_Tensor_mvlgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4197526Z test_Tensor_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4208509Z test_Tensor_nan_to_num_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4219607Z test_Tensor_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4230749Z test_Tensor_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4241779Z test_Tensor_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4252744Z test_Tensor_nansum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4263989Z test_Tensor_narrow (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4274894Z test_Tensor_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4285820Z test_Tensor_ndimension (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4296774Z test_Tensor_ne (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.4307899Z test_Tensor_ne_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4318784Z test_Tensor_neg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4329668Z test_Tensor_neg_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4340705Z test_Tensor_negative (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4351575Z test_Tensor_negative_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4362521Z test_Tensor_nelement (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4373520Z test_Tensor_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4384582Z test_Tensor_nextafter_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4395549Z test_Tensor_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4406558Z test_Tensor_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4417535Z test_Tensor_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4428676Z test_Tensor_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4439641Z test_Tensor_not_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4450917Z test_Tensor_numel (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.4461817Z test_Tensor_numpy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4473611Z test_Tensor_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4484688Z test_Tensor_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4495613Z test_Tensor_outer (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4506768Z test_Tensor_permute (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4517750Z test_Tensor_pin_memory (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4528823Z test_Tensor_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4539909Z test_Tensor_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4550804Z test_Tensor_polygamma_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4561658Z test_Tensor_positive (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4572572Z test_Tensor_pow (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4583648Z test_Tensor_pow_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4594600Z test_Tensor_prelu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4605738Z test_Tensor_prod (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4617072Z test_Tensor_put (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.4628217Z test_Tensor_put_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4639144Z test_Tensor_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4650069Z test_Tensor_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4661178Z test_Tensor_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4671957Z test_Tensor_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4682922Z test_Tensor_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4693840Z test_Tensor_qr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4704843Z test_Tensor_qscheme (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4716393Z test_Tensor_quantile (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-09-27T16:40:50.4727457Z test_Tensor_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:40:50.4738499Z test_Tensor_rad2deg_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4749603Z test_Tensor_random_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4760529Z test_Tensor_ravel (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4771521Z test_Tensor_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4782549Z test_Tensor_reciprocal_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4793493Z test_Tensor_record_stream (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4804389Z test_Tensor_refine_names (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4815366Z test_Tensor_register_hook (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4826338Z test_Tensor_relu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4837238Z test_Tensor_relu_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4848247Z test_Tensor_remainder (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4859312Z test_Tensor_remainder_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4870414Z test_Tensor_rename (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4881960Z test_Tensor_rename_ (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.4892943Z test_Tensor_renorm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:40:50.4904200Z test_Tensor_renorm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:40:50.4914926Z test_Tensor_repeat (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4925886Z test_Tensor_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4936727Z test_Tensor_requires_grad_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4947711Z test_Tensor_reshape (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4958694Z test_Tensor_reshape_as (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4969604Z test_Tensor_resize (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4980631Z test_Tensor_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.4991558Z test_Tensor_resize_as (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5002515Z test_Tensor_resize_as_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5013496Z test_Tensor_resize_as_sparse_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5024465Z test_Tensor_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5035291Z test_Tensor_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5046136Z test_Tensor_retain_grad (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5057134Z test_Tensor_roll (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.5068456Z test_Tensor_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5079479Z test_Tensor_round (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5090365Z test_Tensor_round_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5101411Z test_Tensor_row_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5112297Z test_Tensor_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5123178Z test_Tensor_rsqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5134316Z test_Tensor_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5145562Z test_Tensor_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5156551Z test_Tensor_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5167526Z test_Tensor_scatter_add_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5178620Z test_Tensor_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5189580Z test_Tensor_scatter_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5200547Z test_Tensor_select (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5211629Z test_Tensor_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5224037Z test_Tensor_set_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5235355Z test_Tensor_sgn (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5246320Z test_Tensor_sgn_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5257353Z test_Tensor_share_memory_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5268469Z test_Tensor_short (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5279505Z test_Tensor_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5290528Z test_Tensor_sigmoid_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5301626Z test_Tensor_sign (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5312656Z test_Tensor_sign_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5323664Z test_Tensor_signbit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5334626Z test_Tensor_sin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5345747Z test_Tensor_sin_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5356734Z test_Tensor_sinc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5367772Z test_Tensor_sinc_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5378941Z test_Tensor_sinh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5389914Z test_Tensor_sinh_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5400866Z test_Tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5411964Z test_Tensor_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5423083Z test_Tensor_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5434130Z test_Tensor_smm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5445234Z test_Tensor_softmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5456385Z test_Tensor_sort (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5467572Z test_Tensor_sparse_dim (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5478555Z test_Tensor_sparse_mask (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5489614Z test_Tensor_sparse_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5500835Z test_Tensor_sparse_resize_and_clear_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5511976Z test_Tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5523003Z test_Tensor_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5534146Z test_Tensor_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.5545279Z test_Tensor_sqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5556240Z test_Tensor_square (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5567248Z test_Tensor_square_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5578344Z test_Tensor_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5589469Z test_Tensor_squeeze_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5600623Z test_Tensor_sspaddmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5611793Z test_Tensor_std (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5622993Z test_Tensor_stft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5634060Z test_Tensor_storage (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5645060Z test_Tensor_storage_offset (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5656127Z test_Tensor_storage_type (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5667255Z test_Tensor_sub (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5678269Z test_Tensor_sub_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5689450Z test_Tensor_subtract (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.5700621Z test_Tensor_subtract_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5711667Z test_Tensor_sum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5722696Z test_Tensor_sum_to_size (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5733716Z test_Tensor_svd (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5744875Z test_Tensor_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5755881Z test_Tensor_swapaxes_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5766969Z test_Tensor_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5778092Z test_Tensor_swapdims_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5789255Z test_Tensor_symeig (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5800266Z test_Tensor_t (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5811268Z test_Tensor_t_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5822417Z test_Tensor_take (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5833418Z test_Tensor_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5844575Z test_Tensor_tan (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.5855479Z test_Tensor_tan_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5866527Z test_Tensor_tanh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5877434Z test_Tensor_tanh_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5888572Z test_Tensor_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5899689Z test_Tensor_tile (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5910647Z test_Tensor_to (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5921624Z test_Tensor_to_dense (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5932561Z test_Tensor_to_mkldnn (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5943755Z test_Tensor_to_sparse (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5954549Z test_Tensor_tolist (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5965592Z test_Tensor_topk (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5976557Z test_Tensor_trace (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5987752Z test_Tensor_transpose (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.5998828Z test_Tensor_transpose_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6009982Z test_Tensor_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6021190Z test_Tensor_tril (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6032166Z test_Tensor_tril_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6043157Z test_Tensor_triu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6054144Z test_Tensor_triu_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6065287Z test_Tensor_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6076308Z test_Tensor_true_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6087203Z test_Tensor_trunc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6098177Z test_Tensor_trunc_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6109272Z test_Tensor_type (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6120261Z test_Tensor_type_as (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6131194Z test_Tensor_unbind (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6142356Z test_Tensor_unfold (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6153300Z test_Tensor_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6164359Z test_Tensor_unique (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.6175331Z test_Tensor_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6186479Z test_Tensor_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6197557Z test_Tensor_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6208622Z test_Tensor_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6219770Z test_Tensor_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6230812Z test_Tensor_unsqueeze_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6241783Z test_Tensor_values (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6252957Z test_Tensor_var (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6264148Z test_Tensor_vdot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6275102Z test_Tensor_view (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6286088Z test_Tensor_view_as (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6297162Z test_Tensor_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6308279Z test_Tensor_where (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6319381Z test_Tensor_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.6330347Z test_Tensor_xlogy_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6341541Z test_Tensor_xpu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6352520Z test_Tensor_zero_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6363506Z test__TensorBase_H___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6374612Z test__TensorBase_T___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6385654Z test__TensorBase__backward_hooks___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6396614Z test__TensorBase__base___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6407604Z test__TensorBase__cdata___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6418644Z test__TensorBase__grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6429614Z test__TensorBase__grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6440651Z test__TensorBase__version___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6451663Z test__TensorBase_data___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6462703Z test__TensorBase_device___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6473761Z test__TensorBase_dtype___get__ (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.6484715Z test__TensorBase_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6495644Z test__TensorBase_grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6506724Z test__TensorBase_imag___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6517686Z test__TensorBase_is_cpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6528679Z test__TensorBase_is_cuda___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6539731Z test__TensorBase_is_ipu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6550713Z test__TensorBase_is_leaf___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6561683Z test__TensorBase_is_meta___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6572676Z test__TensorBase_is_mkldnn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6583765Z test__TensorBase_is_mps___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6594693Z test__TensorBase_is_nested___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6605671Z test__TensorBase_is_ort___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6616645Z test__TensorBase_is_quantized___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6627856Z test__TensorBase_is_sparse___get__ (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.6638808Z test__TensorBase_is_sparse_csr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6649766Z test__TensorBase_is_vulkan___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6660945Z test__TensorBase_is_xpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6671902Z test__TensorBase_layout___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6682890Z test__TensorBase_mH___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6693832Z test__TensorBase_mT___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6704931Z test__TensorBase_name___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6715884Z test__TensorBase_names___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6726799Z test__TensorBase_ndim___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6737721Z test__TensorBase_output_nr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6748812Z test__TensorBase_real___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6759924Z test__TensorBase_requires_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6770817Z test__TensorBase_retains_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6781984Z test__TensorBase_shape___get__ (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.6793140Z test__TensorBase_volatile___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:40:50.6804692Z test_base (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6820443Z test_grad (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6828109Z test_mean_semantics (__main__.TestTorchFunctionOverride) 2022-09-27T16:40:50.6837089Z Test that a function with one argument can be overrided ... ok (0.000s) 2022-09-27T16:40:50.6852438Z test_mm_semantics (__main__.TestTorchFunctionOverride) 2022-09-27T16:40:50.6864400Z Test that a function with multiple arguments can be overrided ... ok (0.000s) 2022-09-27T16:40:50.6878558Z test_pow_rpow (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6905987Z test_precedence_semantics (__main__.TestTorchFunctionOverride) 2022-09-27T16:40:50.6920656Z Test semantics for __torch_function__ for functions that take ... ok (0.000s) 2022-09-27T16:40:50.6934868Z test_tensor_subclass_propagation (__main__.TestTorchFunctionOverride) 2022-09-27T16:40:50.6944893Z this test exercises the functionality described in ... ok (0.000s) 2022-09-27T16:40:50.6955926Z test_torch__C__fft_fft_fft (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.6966512Z test_torch__C__fft_fft_fft2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6977030Z test_torch__C__fft_fft_fftn (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6987644Z test_torch__C__fft_fft_fftshift (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.6998150Z test_torch__C__fft_fft_hfft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7008651Z test_torch__C__fft_fft_hfft2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7019200Z test_torch__C__fft_fft_hfftn (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7029683Z test_torch__C__fft_fft_ifft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7040179Z test_torch__C__fft_fft_ifft2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7050621Z test_torch__C__fft_fft_ifftn (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7061194Z test_torch__C__fft_fft_ifftshift (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7071684Z test_torch__C__fft_fft_ihfft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7082182Z test_torch__C__fft_fft_ihfft2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7092695Z test_torch__C__fft_fft_ihfftn (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7103286Z test_torch__C__fft_fft_irfft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7114215Z test_torch__C__fft_fft_irfft2 (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.7124634Z test_torch__C__fft_fft_irfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:40:50.7135084Z test_torch__C__fft_fft_rfft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7145694Z test_torch__C__fft_fft_rfft2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7156167Z test_torch__C__fft_fft_rfftn (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7166618Z test_torch__C__linalg_linalg_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7177091Z test_torch__C__linalg_linalg_cholesky_ex (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7187845Z test_torch__C__linalg_linalg_cond (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7198201Z test_torch__C__linalg_linalg_cross (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7208593Z test_torch__C__linalg_linalg_det (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7219110Z test_torch__C__linalg_linalg_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7229564Z test_torch__C__linalg_linalg_eig (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7240066Z test_torch__C__linalg_linalg_eigh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7250549Z test_torch__C__linalg_linalg_eigvals (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7261118Z test_torch__C__linalg_linalg_eigvalsh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7271588Z test_torch__C__linalg_linalg_householder_product (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7282021Z test_torch__C__linalg_linalg_inv (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.7292449Z test_torch__C__linalg_linalg_inv_ex (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7303072Z test_torch__C__linalg_linalg_ldl_factor (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7313569Z test_torch__C__linalg_linalg_ldl_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7324044Z test_torch__C__linalg_linalg_ldl_solve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7334502Z test_torch__C__linalg_linalg_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7345141Z test_torch__C__linalg_linalg_lu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7355552Z test_torch__C__linalg_linalg_lu_factor (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7365959Z test_torch__C__linalg_linalg_lu_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7376381Z test_torch__C__linalg_linalg_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7386876Z test_torch__C__linalg_linalg_matmul (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7397262Z test_torch__C__linalg_linalg_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7407832Z test_torch__C__linalg_linalg_matrix_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7418313Z test_torch__C__linalg_linalg_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7429032Z test_torch__C__linalg_linalg_matrix_rank (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7439559Z test_torch__C__linalg_linalg_multi_dot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7450130Z test_torch__C__linalg_linalg_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7460910Z test_torch__C__linalg_linalg_pinv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7471357Z test_torch__C__linalg_linalg_qr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7481880Z test_torch__C__linalg_linalg_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7492320Z test_torch__C__linalg_linalg_solve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7502956Z test_torch__C__linalg_linalg_solve_ex (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7513470Z test_torch__C__linalg_linalg_solve_triangular (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7523917Z test_torch__C__linalg_linalg_svd (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7534585Z test_torch__C__linalg_linalg_svdvals (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7545100Z test_torch__C__linalg_linalg_tensorinv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7555581Z test_torch__C__linalg_linalg_tensorsolve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7566018Z test_torch__C__linalg_linalg_vander (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7576481Z test_torch__C__linalg_linalg_vecdot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7587268Z test_torch__C__linalg_linalg_vector_norm (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.7598018Z test_torch__C__nn_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:40:50.7608598Z test_torch__C__nn_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7619207Z test_torch__C__nn_gelu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7629604Z test_torch__C__nn_linear (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7640024Z test_torch__C__nn_log_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7650466Z test_torch__C__nn_one_hot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7661112Z test_torch__C__nn_softplus (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7671642Z test_torch__C__nn_softshrink (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7682114Z test_torch__C__special_special_airy_ai (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7692533Z test_torch__C__special_special_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7703131Z test_torch__C__special_special_bessel_j1 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7713570Z test_torch__C__special_special_bessel_y0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7723946Z test_torch__C__special_special_bessel_y1 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7734543Z test_torch__C__special_special_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7745143Z test_torch__C__special_special_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7755979Z test_torch__C__special_special_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.7766612Z test_torch__C__special_special_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:40:50.7777030Z test_torch__C__special_special_digamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7787555Z test_torch__C__special_special_entr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7797973Z test_torch__C__special_special_erf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7808361Z test_torch__C__special_special_erfc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7818881Z test_torch__C__special_special_erfcx (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7829414Z test_torch__C__special_special_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7839929Z test_torch__C__special_special_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7850363Z test_torch__C__special_special_expit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7861024Z test_torch__C__special_special_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7871480Z test_torch__C__special_special_gammainc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7882052Z test_torch__C__special_special_gammaincc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7892507Z test_torch__C__special_special_gammaln (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7903267Z test_torch__C__special_special_hermite_polynomial_h (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7913844Z test_torch__C__special_special_hermite_polynomial_he (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7924536Z test_torch__C__special_special_i0 (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.7935007Z test_torch__C__special_special_i0e (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7945657Z test_torch__C__special_special_i1 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7956125Z test_torch__C__special_special_i1e (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7966695Z test_torch__C__special_special_laguerre_polynomial_l (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7977197Z test_torch__C__special_special_legendre_polynomial_p (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7987802Z test_torch__C__special_special_log1p (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.7998292Z test_torch__C__special_special_log_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8008790Z test_torch__C__special_special_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8019373Z test_torch__C__special_special_logit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8029946Z test_torch__C__special_special_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8040485Z test_torch__C__special_special_modified_bessel_i0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8050959Z test_torch__C__special_special_modified_bessel_i1 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8061632Z test_torch__C__special_special_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8072133Z test_torch__C__special_special_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8082715Z test_torch__C__special_special_multigammaln (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.8093149Z test_torch__C__special_special_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8103785Z test_torch__C__special_special_ndtri (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8114215Z test_torch__C__special_special_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8124645Z test_torch__C__special_special_psi (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8135186Z test_torch__C__special_special_round (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8145931Z test_torch__C__special_special_scaled_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8156423Z test_torch__C__special_special_scaled_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8167139Z test_torch__C__special_special_shifted_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8177845Z test_torch__C__special_special_shifted_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8188559Z test_torch__C__special_special_shifted_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8199210Z test_torch__C__special_special_shifted_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8209639Z test_torch__C__special_special_sinc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8220402Z test_torch__C__special_special_softmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8230816Z test_torch__C__special_special_spherical_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8241515Z test_torch__C__special_special_xlog1py (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.8252057Z test_torch__C__special_special_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8262769Z test_torch__C__special_special_zeta (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8273291Z test_torch__assert_async (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8283886Z test_torch__conj_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8294564Z test_torch__fw_primal_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8305446Z test_torch__indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8316156Z test_torch__lobpcg_lobpcg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8326733Z test_torch__lowrank_pca_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8337250Z test_torch__lowrank_svd_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8348069Z test_torch__make_dual_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8358695Z test_torch__neg_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8369306Z test_torch__reshape_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8379994Z test_torch__rowwise_prune (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8390652Z test_torch__sparse_broadcast_to_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8401216Z test_torch__values_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8411698Z test_torch_abs (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8422402Z test_torch_absolute (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8432832Z test_torch_acos (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8443271Z test_torch_acosh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8453853Z test_torch_adaptive_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8464534Z test_torch_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8474970Z test_torch_add (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8485619Z test_torch_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8496178Z test_torch_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8506883Z test_torch_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8517586Z test_torch_addmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8528303Z test_torch_addmv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8539133Z test_torch_addr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8549758Z test_torch_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.8560332Z test_torch_affine_grid_generator (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8570836Z test_torch_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8581397Z test_torch_all (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8591819Z test_torch_allclose (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8602583Z test_torch_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8613279Z test_torch_amax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8623841Z test_torch_amin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8634434Z test_torch_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8644883Z test_torch_angle (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8655430Z test_torch_any (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8666058Z test_torch_arccos (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8676570Z test_torch_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8687046Z test_torch_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8697545Z test_torch_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8708276Z test_torch_arctan (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.8718718Z test_torch_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8729173Z test_torch_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8739763Z test_torch_argmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8750263Z test_torch_argmin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8760875Z test_torch_argsort (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8771372Z test_torch_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8782004Z test_torch_as_strided_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8792531Z test_torch_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8802980Z test_torch_asin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8813413Z test_torch_asinh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8824014Z test_torch_atan (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8834485Z test_torch_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8844931Z test_torch_atanh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8855424Z test_torch_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8866370Z test_torch_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.8876954Z test_torch_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8887532Z test_torch_batch_norm_backward_elemt (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8898167Z test_torch_batch_norm_backward_reduce (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8908770Z test_torch_batch_norm_elemt (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8919246Z test_torch_batch_norm_gather_stats (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8929753Z test_torch_batch_norm_gather_stats_with_counts (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8940307Z test_torch_batch_norm_stats (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8950771Z test_torch_batch_norm_update_stats (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8961276Z test_torch_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8971589Z test_torch_bilinear (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8982226Z test_torch_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.8992661Z test_torch_bincount (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9003109Z test_torch_binomial (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9014259Z test_torch_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9024506Z test_torch_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.9034967Z test_torch_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9045502Z test_torch_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9056064Z test_torch_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9066730Z test_torch_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9077187Z test_torch_bmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9087633Z test_torch_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9098215Z test_torch_bucketize (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9108781Z test_torch_cat (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9119255Z test_torch_ccol_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9129664Z test_torch_ceil (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9140258Z test_torch_celu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9150740Z test_torch_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9161196Z test_torch_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9171693Z test_torch_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9182403Z test_torch_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.9192914Z test_torch_choose_qparams_optimized (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9203377Z test_torch_chunk (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9213889Z test_torch_clamp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9224604Z test_torch_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9235117Z test_torch_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9245650Z test_torch_clip (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9256150Z test_torch_clone (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9266734Z test_torch_col_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9277234Z test_torch_column_stack (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9287710Z test_torch_combinations (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9298178Z test_torch_complex (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9308783Z test_torch_concat (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9319536Z test_torch_concatenate (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9329616Z test_torch_conj (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9340265Z test_torch_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.9350769Z test_torch_constant_pad_nd (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9361370Z test_torch_conv1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9372010Z test_torch_conv2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9382781Z test_torch_conv3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9393290Z test_torch_conv_tbc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9403870Z test_torch_conv_transpose1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9414548Z test_torch_conv_transpose2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9425087Z test_torch_conv_transpose3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9435689Z test_torch_convolution (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9446251Z test_torch_copysign (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9456646Z test_torch_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9467222Z test_torch_cos (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9477658Z test_torch_cosh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9488214Z test_torch_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9499080Z test_torch_cosine_similarity (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.9510127Z test_torch_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9520804Z test_torch_cov (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9531327Z test_torch_cross (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9541940Z test_torch_crow_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9552582Z test_torch_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9563189Z test_torch_cummax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9573768Z test_torch_cummin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9584499Z test_torch_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9595079Z test_torch_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9605618Z test_torch_cumulative_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9616007Z test_torch_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9626558Z test_torch_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9636934Z test_torch_det (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9647743Z test_torch_detach (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.9658253Z test_torch_detach_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:40:50.9668663Z test_torch_diag (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9679101Z test_torch_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9689568Z test_torch_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9700204Z test_torch_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9710827Z test_torch_diagonal_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9721386Z test_torch_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9731880Z test_torch_diff (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9742524Z test_torch_digamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9752969Z test_torch_dist (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9763383Z test_torch_div (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9773955Z test_torch_divide (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9784551Z test_torch_dot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9795062Z test_torch_dropout (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9805466Z test_torch_dsmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9816215Z test_torch_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.9826902Z test_torch_dstack (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9837255Z test_torch_embedding (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9847870Z test_torch_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9858470Z test_torch_empty_like (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9869014Z test_torch_eq (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9879513Z test_torch_equal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9890024Z test_torch_erf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9900701Z test_torch_erfc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9911529Z test_torch_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9922034Z test_torch_exp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9932535Z test_torch_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9943205Z test_torch_expand_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9953681Z test_torch_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9964293Z test_torch_fake_quantize_per_channel_affine (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9974933Z test_torch_fake_quantize_per_tensor_affine (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:50.9985512Z test_torch_fbgemm_linear_fp16_weight (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:50.9995963Z test_torch_fbgemm_linear_fp16_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0006349Z test_torch_fbgemm_linear_int8_weight (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0016932Z test_torch_fbgemm_linear_int8_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0027354Z test_torch_fbgemm_linear_quantize_weight (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0037677Z test_torch_fbgemm_pack_gemm_matrix_fp16 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0048046Z test_torch_fbgemm_pack_quantized_matrix (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0058520Z test_torch_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0068914Z test_torch_feature_dropout (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0079277Z test_torch_fix (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0089771Z test_torch_flatten (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0100248Z test_torch_flip (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0110581Z test_torch_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0120893Z test_torch_flipud (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0131449Z test_torch_float_power (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:51.0141890Z test_torch_floor (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0152296Z test_torch_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0162665Z test_torch_fmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0172989Z test_torch_fmin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0183505Z test_torch_fmod (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0193894Z test_torch_frac (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0204283Z test_torch_frexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0214683Z test_torch_frobenius_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0225211Z test_torch_full_like (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0235601Z test_torch_functional_atleast_1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0246063Z test_torch_functional_atleast_2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0256345Z test_torch_functional_atleast_3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0266678Z test_torch_functional_block_diag (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0276938Z test_torch_functional_broadcast_tensors (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0287635Z test_torch_functional_cartesian_prod (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:51.0297849Z test_torch_functional_cdist (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0308254Z test_torch_functional_chain_matmul (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0318490Z test_torch_functional_einsum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0328778Z test_torch_functional_lu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0339196Z test_torch_functional_meshgrid (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0349490Z test_torch_functional_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0359730Z test_torch_functional_split (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0370014Z test_torch_functional_stft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0380338Z test_torch_functional_tensordot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0390666Z test_torch_functional_unique (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0400963Z test_torch_functional_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0411398Z test_torch_fused_moving_avg_obs_fake_quant (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0421844Z test_torch_gather (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0432137Z test_torch_gcd (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0442518Z test_torch_ge (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:51.0452753Z test_torch_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0463096Z test_torch_ger (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0473683Z test_torch_gradient (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0484004Z test_torch_greater (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0494315Z test_torch_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0504851Z test_torch_grid_sampler (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0515166Z test_torch_grid_sampler_2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0525492Z test_torch_grid_sampler_3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0535808Z test_torch_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0546384Z test_torch_gru (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0556749Z test_torch_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0566931Z test_torch_gt (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0577230Z test_torch_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0587651Z test_torch_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0598148Z test_torch_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:51.0608353Z test_torch_histc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0618824Z test_torch_histogram (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0629318Z test_torch_histogramdd (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0639588Z test_torch_hsmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0649942Z test_torch_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0660426Z test_torch_hstack (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0670734Z test_torch_hypot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0680974Z test_torch_i0 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0691257Z test_torch_igamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0701661Z test_torch_igammac (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0711951Z test_torch_imag (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0722350Z test_torch_index_add (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0732738Z test_torch_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0743325Z test_torch_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0753756Z test_torch_index_put (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:51.0764182Z test_torch_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:40:51.0774569Z test_torch_index_select (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0784968Z test_torch_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0795217Z test_torch_inner (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0805553Z test_torch_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0815838Z test_torch_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0826289Z test_torch_inverse (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0836532Z test_torch_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0846795Z test_torch_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0857006Z test_torch_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0867376Z test_torch_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0877615Z test_torch_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0887900Z test_torch_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0898206Z test_torch_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0908517Z test_torch_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0918860Z test_torch_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:51.0929148Z test_torch_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:40:51.0939461Z test_torch_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0949838Z test_torch_isin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0960074Z test_torch_isinf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0970310Z test_torch_isnan (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0980712Z test_torch_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.0990938Z test_torch_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1001233Z test_torch_isreal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1011530Z test_torch_istft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1021980Z test_torch_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1032368Z test_torch_kron (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1042807Z test_torch_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1053173Z test_torch_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1063563Z test_torch_lcm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1073844Z test_torch_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1084262Z test_torch_le (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:51.1094659Z test_torch_lerp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1105045Z test_torch_less (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1115343Z test_torch_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1125616Z test_torch_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1135859Z test_torch_log (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1146228Z test_torch_log10 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1156513Z test_torch_log1p (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1166775Z test_torch_log2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1177150Z test_torch_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1187600Z test_torch_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1197860Z test_torch_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1208185Z test_torch_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1218487Z test_torch_logdet (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1228825Z test_torch_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1239221Z test_torch_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:51.1249454Z test_torch_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1259874Z test_torch_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1270179Z test_torch_logit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1280557Z test_torch_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1291013Z test_torch_lstm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1301502Z test_torch_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1311792Z test_torch_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1322058Z test_torch_lt (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1332324Z test_torch_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1342819Z test_torch_lu_unpack (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1353102Z test_torch_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1363368Z test_torch_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1373705Z test_torch_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1383999Z test_torch_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1394614Z test_torch_matmul (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:51.1405018Z test_torch_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:40:51.1415235Z test_torch_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1425765Z test_torch_matrix_rank (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1435971Z test_torch_max (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1446375Z test_torch_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1456778Z test_torch_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1467301Z test_torch_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1477689Z test_torch_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1487965Z test_torch_maximum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1498243Z test_torch_mean (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1508755Z test_torch_median (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1519211Z test_torch_min (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1529550Z test_torch_minimum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1540142Z test_torch_miopen_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1550527Z test_torch_miopen_convolution (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1561157Z test_torch_miopen_convolution_add_relu (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:51.1571535Z test_torch_miopen_convolution_relu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1582042Z test_torch_miopen_convolution_transpose (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1592389Z test_torch_miopen_depthwise_convolution (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1602866Z test_torch_miopen_rnn (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1613267Z test_torch_mode (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1623770Z test_torch_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1634115Z test_torch_movedim (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1644360Z test_torch_msort (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1654576Z test_torch_mul (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1665068Z test_torch_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1675428Z test_torch_multiply (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1685757Z test_torch_mv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1696040Z test_torch_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1706519Z test_torch_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1717150Z test_torch_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:51.1727589Z test_torch_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1738093Z test_torch_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1748519Z test_torch_nansum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1758898Z test_torch_narrow (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1769322Z test_torch_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1779810Z test_torch_native_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1790093Z test_torch_native_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1800456Z test_torch_native_dropout (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1810771Z test_torch_native_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1821266Z test_torch_native_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1831728Z test_torch_native_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1842078Z test_torch_ne (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1852316Z test_torch_neg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1862738Z test_torch_negative (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1873175Z test_torch_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:51.1883625Z test_torch_nn_functional__threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:40:51.1893889Z test_torch_nn_functional_adaptive_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1904316Z test_torch_nn_functional_adaptive_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1914632Z test_torch_nn_functional_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1924958Z test_torch_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1935219Z test_torch_nn_functional_adaptive_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1945595Z test_torch_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1955830Z test_torch_nn_functional_adaptive_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1966103Z test_torch_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1976261Z test_torch_nn_functional_affine_grid (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1986650Z test_torch_nn_functional_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.1996953Z test_torch_nn_functional_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2007252Z test_torch_nn_functional_binary_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2017520Z test_torch_nn_functional_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2027906Z test_torch_nn_functional_celu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2038308Z test_torch_nn_functional_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:51.2048595Z test_torch_nn_functional_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2058948Z test_torch_nn_functional_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2069297Z test_torch_nn_functional_dropout (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2079591Z test_torch_nn_functional_dropout1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2089836Z test_torch_nn_functional_dropout2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2100264Z test_torch_nn_functional_dropout3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2110547Z test_torch_nn_functional_elu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2120887Z test_torch_nn_functional_embedding (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2131169Z test_torch_nn_functional_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2141695Z test_torch_nn_functional_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2151889Z test_torch_nn_functional_fold (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2162254Z test_torch_nn_functional_fractional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2172628Z test_torch_nn_functional_fractional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2183132Z test_torch_nn_functional_fractional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2193789Z test_torch_nn_functional_fractional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:51.2204235Z test_torch_nn_functional_gaussian_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:40:51.2214499Z test_torch_nn_functional_glu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2224970Z test_torch_nn_functional_grid_sample (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2235240Z test_torch_nn_functional_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2245492Z test_torch_nn_functional_gumbel_softmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2255717Z test_torch_nn_functional_hardtanh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2266176Z test_torch_nn_functional_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2276480Z test_torch_nn_functional_huber_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2286860Z test_torch_nn_functional_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2297160Z test_torch_nn_functional_interpolate (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2307569Z test_torch_nn_functional_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2317821Z test_torch_nn_functional_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2328089Z test_torch_nn_functional_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2338436Z test_torch_nn_functional_leaky_relu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2348745Z test_torch_nn_functional_local_response_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2359135Z test_torch_nn_functional_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:51.2369417Z test_torch_nn_functional_lp_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2379809Z test_torch_nn_functional_lp_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2390090Z test_torch_nn_functional_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2400394Z test_torch_nn_functional_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2410701Z test_torch_nn_functional_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2421068Z test_torch_nn_functional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2431370Z test_torch_nn_functional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2441638Z test_torch_nn_functional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2451952Z test_torch_nn_functional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2462347Z test_torch_nn_functional_max_unpool1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2472603Z test_torch_nn_functional_max_unpool2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2482998Z test_torch_nn_functional_max_unpool3d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2493182Z test_torch_nn_functional_mish (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2503698Z test_torch_nn_functional_mse_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2514250Z test_torch_nn_functional_multi_head_attention_forward (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:51.2524548Z test_torch_nn_functional_multi_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2534891Z test_torch_nn_functional_multilabel_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2545388Z test_torch_nn_functional_multilabel_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2555658Z test_torch_nn_functional_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2565963Z test_torch_nn_functional_normalize (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2576313Z test_torch_nn_functional_pad (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2586822Z test_torch_nn_functional_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2597090Z test_torch_nn_functional_relu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2607348Z test_torch_nn_functional_relu6 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2617663Z test_torch_nn_functional_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2628062Z test_torch_nn_functional_selu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2638325Z test_torch_nn_functional_silu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2648614Z test_torch_nn_functional_smooth_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2659000Z test_torch_nn_functional_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2669407Z test_torch_nn_functional_softmax (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:51.2679649Z test_torch_nn_functional_softmin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2689897Z test_torch_nn_functional_softsign (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2700193Z test_torch_nn_functional_tanhshrink (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2710491Z test_torch_nn_functional_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2720803Z test_torch_nn_functional_triplet_margin_with_distance_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2731047Z test_torch_nn_functional_unfold (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2741478Z test_torch_nn_init_constant_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2751833Z test_torch_nn_init_kaiming_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2762128Z test_torch_nn_init_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2772483Z test_torch_nn_init_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2782972Z test_torch_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2793397Z test_torch_norm_except_dim (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2803803Z test_torch_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2814218Z test_torch_nuclear_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2824845Z test_torch_numel (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:51.2835332Z test_torch_ones_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-09-27T16:40:51.2845710Z test_torch_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2856015Z test_torch_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2866453Z test_torch_outer (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2876840Z test_torch_pairwise_distance (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2887187Z test_torch_pdist (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2897492Z test_torch_permute (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2907989Z test_torch_permute_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2918274Z test_torch_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2928575Z test_torch_pixel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2939007Z test_torch_pixel_unshuffle (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2949280Z test_torch_poisson (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2959657Z test_torch_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2969985Z test_torch_polar (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2980375Z test_torch_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.2990751Z test_torch_positive (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:51.3001149Z test_torch_pow (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3011386Z test_torch_prelu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3021951Z test_torch_prod (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3032265Z test_torch_put (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3042570Z test_torch_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3052813Z test_torch_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3063209Z test_torch_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3073345Z test_torch_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3083616Z test_torch_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3093873Z test_torch_qr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3104434Z test_torch_quantile (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3114913Z test_torch_quantize_per_channel (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3125326Z test_torch_quantize_per_tensor (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3135782Z test_torch_quantize_per_tensor_dynamic (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3146449Z test_torch_quantized_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:51.3156954Z test_torch_quantized_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3167404Z test_torch_quantized_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3177868Z test_torch_quantized_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3188413Z test_torch_quantized_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3198966Z test_torch_quantized_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3209507Z test_torch_quantized_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3219936Z test_torch_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3230462Z test_torch_rand_like (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3240919Z test_torch_randint_like (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3251321Z test_torch_randn_like (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3261792Z test_torch_ravel (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3272076Z test_torch_real (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3282342Z test_torch_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3292588Z test_torch_relu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3303134Z test_torch_remainder (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:51.3313492Z test_torch_renorm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3323994Z test_torch_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3334363Z test_torch_reshape (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3344803Z test_torch_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3355133Z test_torch_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3365588Z test_torch_rnn_relu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3375957Z test_torch_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3386376Z test_torch_rnn_tanh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3396730Z test_torch_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3407034Z test_torch_roll (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3417423Z test_torch_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3427923Z test_torch_round (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3438296Z test_torch_row_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3448585Z test_torch_row_stack (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3459171Z test_torch_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:51.3469444Z test_torch_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3479667Z test_torch_rsub (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3490154Z test_torch_saddmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3500936Z test_torch_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3511433Z test_torch_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3521905Z test_torch_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3532397Z test_torch_searchsorted (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3542950Z test_torch_segment_reduce (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3553245Z test_torch_select (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3563509Z test_torch_select_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3573792Z test_torch_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3584175Z test_torch_selu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3594473Z test_torch_sgn (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3604769Z test_torch_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3615183Z test_torch_sign (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:51.3625672Z test_torch_signbit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3636094Z test_torch_sin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3646317Z test_torch_sinc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3656656Z test_torch_sinh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3667090Z test_torch_slice_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3677427Z test_torch_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3687726Z test_torch_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3698069Z test_torch_smm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3708559Z test_torch_softmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3719048Z test_torch_sort (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3729385Z test_torch_split_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3739839Z test_torch_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3750174Z test_torch_split_with_sizes_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3760455Z test_torch_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3770973Z test_torch_square (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:51.3781479Z test_torch_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3791837Z test_torch_squeeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3802195Z test_torch_stack (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3812815Z test_torch_std (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3823665Z test_torch_std_mean (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3833972Z test_torch_sub (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3844290Z test_torch_subtract (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3854507Z test_torch_sum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3864978Z test_torch_svd (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3875286Z test_torch_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3885569Z test_torch_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3895940Z test_torch_symeig (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3906365Z test_torch_t (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3916709Z test_torch_t_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3927014Z test_torch_take (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3937621Z test_torch_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:51.3947988Z test_torch_tan (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3958250Z test_torch_tanh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3968713Z test_torch_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3979172Z test_torch_threshold (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.3989722Z test_torch_tile (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4000172Z test_torch_topk (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4010458Z test_torch_trace (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4020890Z test_torch_transpose (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4031192Z test_torch_transpose_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4041593Z test_torch_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4051871Z test_torch_trapz (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4062419Z test_torch_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4072713Z test_torch_tril (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4083194Z test_torch_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4093635Z test_torch_triu (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:51.4104033Z test_torch_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4114285Z test_torch_trunc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4124603Z test_torch_unbind (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4134898Z test_torch_unbind_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4145376Z test_torch_unflatten (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4155690Z test_torch_unfold_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4166050Z test_torch_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4176420Z test_torch_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4186920Z test_torch_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4197220Z test_torch_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4207543Z test_torch_unsqueeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4217839Z test_torch_values_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4228572Z test_torch_var (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4239112Z test_torch_var_mean (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4249714Z test_torch_vdot (__main__.TestTorchFunctionOverride) ... ok (0.016s) 2022-09-27T16:40:51.4260149Z test_torch_view_as_complex (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4270477Z test_torch_view_as_complex_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4280675Z test_torch_view_as_real (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4291021Z test_torch_view_as_real_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4301454Z test_torch_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4311726Z test_torch_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4322035Z test_torch_vstack (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4332497Z test_torch_where (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4343036Z test_torch_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4353311Z test_torch_zeros_like (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-09-27T16:40:51.4357992Z test_user_implementation_raises (__main__.TestTorchFunctionOverride) 2022-09-27T16:40:51.4364860Z Test that errors raised in user implementations propagate correctly ... ok (0.000s) 2022-09-27T16:40:51.4443433Z test_warn_on_invalid_torch_function (__main__.TestTorchFunctionWarning) ... ok (0.016s) 2022-09-27T16:40:51.4456527Z test_wrap_torch_function (__main__.TestWrapTorchFunction) ... ok (0.000s) 2022-09-27T16:40:51.4456796Z 2022-09-27T16:40:51.4457064Z ---------------------------------------------------------------------- 2022-09-27T16:40:51.4457305Z Ran 1423 tests in 2.000s 2022-09-27T16:40:51.4457423Z 2022-09-27T16:40:51.4457481Z OK 2022-09-27T16:40:51.4457571Z 2022-09-27T16:40:51.4457658Z Generating XML reports... 2022-09-27T16:40:51.4514182Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestBroadcastAllOverride-20220927164049.xml 2022-09-27T16:40:51.4526629Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestDisabledTorchFunction-20220927164049.xml 2022-09-27T16:40:51.4532392Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestEinsumOverride-20220927164049.xml 2022-09-27T16:40:51.4538054Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestGradCheckOverride-20220927164049.xml 2022-09-27T16:40:51.4544059Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestGradNewOnesOverride-20220927164049.xml 2022-09-27T16:40:51.4553021Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestIndexing-20220927164049.xml 2022-09-27T16:40:51.4558818Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestIterator-20220927164049.xml 2022-09-27T16:40:51.4564374Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestNamedTuple-20220927164049.xml 2022-09-27T16:40:51.4571359Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestPickle-20220927164049.xml 2022-09-27T16:40:51.4576885Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestRNN-20220927164049.xml 2022-09-27T16:40:51.4583272Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestResolveName-20220927164049.xml 2022-09-27T16:40:51.4610551Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestTorchFunctionMode-20220927164049.xml 2022-09-27T16:40:51.6180489Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestTorchFunctionOverride-20220927164049.xml 2022-09-27T16:40:51.6186475Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestTorchFunctionWarning-20220927164049.xml 2022-09-27T16:40:51.6198277Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestWrapTorchFunction-20220927164049.xml 2022-09-27T16:40:51.8505206Z Running test_namedtuple_return_api ... [2022-09-27 16:40:51.836414] 2022-09-27T16:40:51.8505729Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_namedtuple_return_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:40:51.836414] 2022-09-27T16:40:53.2198080Z 2022-09-27T16:40:53.2198413Z Running tests... 2022-09-27T16:40:53.2198750Z ---------------------------------------------------------------------- 2022-09-27T16:40:53.2199134Z Test results will be stored in test-reports\python-unittest\test_namedtuple_return_api 2022-09-27T16:40:53.5266447Z test_import_return_types (__main__.TestNamedTupleAPI) ... ok (0.308s) 2022-09-27T16:40:53.5422402Z test_namedtuple_return (__main__.TestNamedTupleAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_namedtuple_return_api.py:150: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T16:40:53.5423282Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T16:40:53.5423699Z Q, R = torch.qr(A, some) 2022-09-27T16:40:53.5424001Z should be replaced with 2022-09-27T16:40:53.5424654Z 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:2355.) 2022-09-27T16:40:53.5425253Z ret1 = func(a, *op.input) 2022-09-27T16:40:53.5425915Z C:\actions-runner\_work\pytorch\pytorch\test\test_namedtuple_return_api.py:156: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T16:40:53.5426637Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T16:40:53.5427046Z Q, R = torch.qr(A, some) 2022-09-27T16:40:53.5427343Z should be replaced with 2022-09-27T16:40:53.5428172Z 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:2367.) 2022-09-27T16:40:53.5428809Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-09-27T16:40:53.5432077Z C:\actions-runner\_work\pytorch\pytorch\test\test_namedtuple_return_api.py:150: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:40:53.5433015Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T16:40:53.5433600Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:40:53.5433954Z should be replaced with 2022-09-27T16:40:53.5434566Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:40:53.5434896Z and 2022-09-27T16:40:53.5435176Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:40:53.5435507Z should be replaced with 2022-09-27T16:40:53.5436166Z 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:2806.) 2022-09-27T16:40:53.5436750Z ret1 = func(a, *op.input) 2022-09-27T16:40:53.5437429Z C:\actions-runner\_work\pytorch\pytorch\test\test_namedtuple_return_api.py:156: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T16:40:53.5438276Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T16:40:53.5438791Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T16:40:53.5439113Z should be replaced with 2022-09-27T16:40:53.5439498Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T16:40:53.5439808Z and 2022-09-27T16:40:53.5440098Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T16:40:53.5440427Z should be replaced with 2022-09-27T16:40:53.5441062Z 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:2824.) 2022-09-27T16:40:53.5441694Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-09-27T16:40:53.5442435Z C:\actions-runner\_work\pytorch\pytorch\test\test_namedtuple_return_api.py:150: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T16:40:53.5443279Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T16:40:53.5443749Z X = torch.triangular_solve(B, A).solution 2022-09-27T16:40:53.5444079Z should be replaced with 2022-09-27T16:40:53.5444701Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2121.) 2022-09-27T16:40:53.5445284Z ret1 = func(a, *op.input) 2022-09-27T16:40:53.5445959Z C:\actions-runner\_work\pytorch\pytorch\test\test_namedtuple_return_api.py:150: UserWarning: torch.lstsq is deprecated in favor of torch.linalg.lstsq and will be removed in a future PyTorch release. 2022-09-27T16:40:53.5446880Z torch.linalg.lstsq has reversed arguments and does not return the QR decomposition in the returned tuple (although it returns other information about the problem). 2022-09-27T16:40:53.5447514Z To get the qr decomposition consider using torch.linalg.qr. 2022-09-27T16:40:53.5448265Z The returned solution in torch.lstsq stored the residuals of the solution in the last m - n columns of the returned value whenever m > n. In torch.linalg.lstsq, the residuals in the field 'residuals' of the returned named tuple. 2022-09-27T16:40:53.5448909Z The unpacking of the solution, as in 2022-09-27T16:40:53.5449277Z X, _ = torch.lstsq(B, A).solution[:A.size(1)] 2022-09-27T16:40:53.5449611Z should be replaced with 2022-09-27T16:40:53.5450229Z X = torch.linalg.lstsq(A, B).solution (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:3799.) 2022-09-27T16:40:53.5451511Z ret1 = func(a, *op.input) 2022-09-27T16:40:53.5494771Z C:\actions-runner\_work\pytorch\pytorch\test\test_namedtuple_return_api.py:150: 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-09-27T16:40:53.5495253Z LU, pivots = torch.lu(A, compute_pivots) 2022-09-27T16:40:53.5495458Z should be replaced with 2022-09-27T16:40:53.5495706Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-09-27T16:40:53.5495915Z and 2022-09-27T16:40:53.5496132Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-09-27T16:40:53.5496507Z should be replaced with 2022-09-27T16:40:53.5496909Z 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:1925.) 2022-09-27T16:40:53.5497301Z ret1 = func(a, *op.input) 2022-09-27T16:40:53.5498654Z ok (0.031s) 2022-09-27T16:40:54.9759996Z test_native_functions_yaml (__main__.TestNamedTupleAPI) ... ok (1.423s) 2022-09-27T16:40:54.9760220Z 2022-09-27T16:40:54.9760458Z ---------------------------------------------------------------------- 2022-09-27T16:40:54.9760709Z Ran 3 tests in 1.766s 2022-09-27T16:40:54.9760830Z 2022-09-27T16:40:54.9760888Z OK 2022-09-27T16:40:54.9760979Z 2022-09-27T16:40:54.9761067Z Generating XML reports... 2022-09-27T16:40:54.9814455Z Generated XML report: test-reports\python-unittest\test_namedtuple_return_api\TEST-TestNamedTupleAPI-20220927164053.xml 2022-09-27T16:40:55.2031839Z Running test_functionalization ... [2022-09-27 16:40:55.190149] 2022-09-27T16:40:55.2032347Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_functionalization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:40:55.190149] 2022-09-27T16:40:56.5694820Z 2022-09-27T16:40:56.5695147Z Running tests... 2022-09-27T16:40:56.5695485Z ---------------------------------------------------------------------- 2022-09-27T16:40:56.5695872Z Test results will be stored in test-reports\python-unittest\test_functionalization 2022-09-27T16:40:56.8935132Z test_aliases_maintained_after_pass_when_reapplying_views (__main__.TestFunctionalization) ... ok (0.322s) 2022-09-27T16:40:56.9080267Z test_as_strided (__main__.TestFunctionalization) ... ok (0.016s) 2022-09-27T16:40:56.9210355Z test_cat (__main__.TestFunctionalization) ... ok (0.016s) 2022-09-27T16:40:56.9826851Z test_copy_ (__main__.TestFunctionalization) ... ok (0.063s) 2022-09-27T16:40:57.0007783Z test_diagonal (__main__.TestFunctionalization) ... ok (0.020s) 2022-09-27T16:40:57.0133237Z test_diagonal_mutated_input (__main__.TestFunctionalization) ... ok (0.016s) 2022-09-27T16:40:57.1139944Z test_everything (__main__.TestFunctionalization) ... ok (0.099s) 2022-09-27T16:40:57.1216791Z test_expand_symint (__main__.TestFunctionalization) ... ok (0.000s) 2022-09-27T16:40:57.1378359Z test_fill_ (__main__.TestFunctionalization) ... ok (0.016s) 2022-09-27T16:40:57.1553311Z test_index_mutation_on_non_input (__main__.TestFunctionalization) ... ok (0.016s) 2022-09-27T16:40:57.1736107Z test_inplace_on_non_view (__main__.TestFunctionalization) ... ok (0.031s) 2022-09-27T16:40:57.1877442Z test_metadata_change (__main__.TestFunctionalization) ... ok (0.001s) 2022-09-27T16:40:57.1895056Z test_metadata_change_out_op (__main__.TestFunctionalization) ... ok (0.000s) 2022-09-27T16:40:57.7998231Z test_mixed_wrappers_invalid (__main__.TestFunctionalization) ... ok (0.601s) 2022-09-27T16:40:57.8018294Z test_mixed_wrappers_valid (__main__.TestFunctionalization) ... ok (0.000s) 2022-09-27T16:40:57.8037103Z test_multi_out (__main__.TestFunctionalization) ... C:\actions-runner\_work\pytorch\pytorch\test\test_functionalization.py:187: 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:24.) 2022-09-27T16:40:57.8037939Z torch.aminmax(x, dim=0, out=(out_max, out_min)) 2022-09-27T16:40:57.8195348Z ok (0.016s) 2022-09-27T16:40:57.8318359Z test_multiple_views_of_same_base (__main__.TestFunctionalization) ... ok (0.016s) 2022-09-27T16:40:57.8358715Z test_mutable_op_not_inplace_or_other (__main__.TestFunctionalization) ... ok (0.000s) 2022-09-27T16:40:57.8453326Z test_nested_functions_propagate_updates (__main__.TestFunctionalization) ... ok (0.016s) 2022-09-27T16:40:57.8480538Z test_only_one_view (__main__.TestFunctionalization) ... ok (0.000s) 2022-09-27T16:40:57.8636434Z test_optional_tensor_list (__main__.TestFunctionalization) ... ok (0.016s) 2022-09-27T16:40:57.8778418Z test_reapply_views_simple (__main__.TestFunctionalization) ... ok (0.016s) 2022-09-27T16:40:57.8799433Z test_resize_larger_invalid (__main__.TestFunctionalization) ... ok (0.000s) 2022-09-27T16:40:57.9014211Z test_resize_larger_valid (__main__.TestFunctionalization) ... ok (0.016s) 2022-09-27T16:40:57.9500412Z test_resize_smaller (__main__.TestFunctionalization) ... ok (0.063s) 2022-09-27T16:40:57.9521076Z test_save_for_backwards_segfault (__main__.TestFunctionalization) ... ok (0.000s) 2022-09-27T16:40:57.9680316Z test_scalars (__main__.TestFunctionalization) ... ok (0.016s) 2022-09-27T16:40:57.9881535Z test_simple (__main__.TestFunctionalization) ... ok (0.016s) 2022-09-27T16:40:57.9898024Z test_simple_out (__main__.TestFunctionalization) ... C:\actions-runner\_work\pytorch\pytorch\test\test_functionalization.py:149: 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:24.) 2022-09-27T16:40:57.9898837Z torch.add(y, tmp, out=z) 2022-09-27T16:40:58.0072436Z ok (0.016s) 2022-09-27T16:40:58.0259520Z test_split (__main__.TestFunctionalization) ... ok (0.016s) 2022-09-27T16:40:58.0432389Z test_tensor_ctr (__main__.TestFunctionalization) ... ok (0.016s) 2022-09-27T16:40:58.0514243Z test_tensor_list_composite (__main__.TestFunctionalization) ... ok (0.019s) 2022-09-27T16:40:58.0529395Z test_tensor_list_mixed_functional_nonfunctional (__main__.TestFunctionalization) ... ok (0.000s) 2022-09-27T16:40:58.0692298Z test_view_inplace (__main__.TestFunctionalization) ... ok (0.016s) 2022-09-27T16:40:58.0692559Z 2022-09-27T16:40:58.0693179Z ---------------------------------------------------------------------- 2022-09-27T16:40:58.0693462Z Ran 34 tests in 1.500s 2022-09-27T16:40:58.0693581Z 2022-09-27T16:40:58.0693640Z OK 2022-09-27T16:40:58.0693731Z 2022-09-27T16:40:58.0693826Z Generating XML reports... 2022-09-27T16:40:58.0772495Z Generated XML report: test-reports\python-unittest\test_functionalization\TEST-TestFunctionalization-20220927164056.xml 2022-09-27T16:40:58.3006138Z Running test_shape_ops ... [2022-09-27 16:40:58.300386] 2022-09-27T16:40:58.3006626Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_shape_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:40:58.300386] 2022-09-27T16:40:59.9815761Z 2022-09-27T16:40:59.9816268Z Running tests... 2022-09-27T16:40:59.9816617Z ---------------------------------------------------------------------- 2022-09-27T16:40:59.9816977Z Test results will be stored in test-reports\python-unittest\test_shape_ops 2022-09-27T16:40:59.9872725Z test_clamp_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:40:59.9901222Z test_clamp_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-09-27T16:40:59.9930285Z test_clamp_propagates_nans_cpu (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:00.6052589Z test_clamp_raises_arg_errors_cpu (__main__.TestShapeOpsCPU) ... ok (0.601s) 2022-09-27T16:41:00.6089374Z test_complex_rot90_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.016s) 2022-09-27T16:41:00.6120379Z test_complex_rot90_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-09-27T16:41:00.6138662Z test_diag_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:00.6155214Z test_diag_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:00.6174595Z test_diagonal_cpu (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:00.6204333Z 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-09-27T16:41:00.6205204Z return torch.as_tensor(tensor_like) 2022-09-27T16:41:00.6221043Z ok (0.000s) 2022-09-27T16:41:00.6398837Z test_flip_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.016s) 2022-09-27T16:41:00.6520517Z test_flip_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.016s) 2022-09-27T16:41:00.6692891Z test_flip_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.016s) 2022-09-27T16:41:00.6871410Z test_flip_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.026s) 2022-09-27T16:41:00.7033620Z test_flip_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.016s) 2022-09-27T16:41:00.7545425Z test_flip_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.041s) 2022-09-27T16:41:00.7700165Z test_flip_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.016s) 2022-09-27T16:41:00.7822136Z test_flip_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.016s) 2022-09-27T16:41:00.7943677Z test_flip_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-09-27T16:41:00.8057676Z test_flip_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.016s) 2022-09-27T16:41:00.8179551Z test_flip_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.016s) 2022-09-27T16:41:00.8300631Z test_flip_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-09-27T16:41:00.8327465Z test_flip_errors_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:00.8352904Z test_flip_errors_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:00.8379200Z test_flip_errors_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:00.8405069Z test_flip_errors_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.016s) 2022-09-27T16:41:00.8430602Z test_flip_errors_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:00.8455937Z test_flip_errors_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:00.8481501Z test_flip_errors_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:00.8506633Z test_flip_errors_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:00.8531627Z test_flip_errors_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:00.8556907Z test_flip_errors_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.016s) 2022-09-27T16:41:00.8582037Z test_flip_errors_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:00.8606996Z test_flip_errors_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:00.8620227Z test_flip_large_tensor_cpu (__main__.TestShapeOpsCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:41:00.8730697Z test_flip_numpy_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.016s) 2022-09-27T16:41:00.8786640Z test_flip_numpy_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:00.8883004Z test_flip_numpy_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-09-27T16:41:00.8975395Z test_flip_numpy_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.016s) 2022-09-27T16:41:00.9089031Z test_flip_numpy_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:00.9191647Z test_flip_numpy_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.016s) 2022-09-27T16:41:00.9268154Z test_flip_numpy_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:00.9324678Z test_flip_numpy_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.016s) 2022-09-27T16:41:00.9380011Z test_flip_numpy_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:00.9431909Z test_flip_numpy_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:00.9486654Z test_flip_numpy_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.016s) 2022-09-27T16:41:00.9541400Z test_flip_numpy_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:00.9564110Z test_fliplr_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:00.9587222Z test_fliplr_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:00.9605480Z test_fliplr_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.016s) 2022-09-27T16:41:00.9627052Z test_fliplr_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:00.9646848Z test_fliplr_invalid_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:00.9666705Z test_fliplr_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:00.9691274Z test_flipud_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:00.9715918Z test_flipud_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-09-27T16:41:00.9735238Z test_flipud_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:00.9751365Z test_flipud_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:00.9766331Z test_flipud_invalid_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:00.9781431Z test_flipud_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:01.0504282Z test_movedim_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.073s) 2022-09-27T16:41:01.1112072Z test_movedim_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.057s) 2022-09-27T16:41:01.1364303Z test_movedim_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.031s) 2022-09-27T16:41:01.1438431Z test_movedim_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:01.1504579Z test_movedim_invalid_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.016s) 2022-09-27T16:41:01.1568236Z test_movedim_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:01.1592924Z 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:24.) 2022-09-27T16:41:01.1593803Z self.assertEqual(torch.nonzero(t, as_tuple=False, out=out), torch.nonzero(t, out=out)) 2022-09-27T16:41:01.2186419Z ok (0.067s) 2022-09-27T16:41:01.2220367Z 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:24.) 2022-09-27T16:41:01.2221182Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:41:01.2231628Z 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:24.) 2022-09-27T16:41:01.2232469Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:41:01.2240914Z 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:24.) 2022-09-27T16:41:01.2241653Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:41:01.2258521Z 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:24.) 2022-09-27T16:41:01.2259257Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:41:01.2267666Z 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:24.) 2022-09-27T16:41:01.2268408Z torch.nonzero(tensor, out=dst3) 2022-09-27T16:41:01.2276125Z ok (0.010s) 2022-09-27T16:41:01.2357970Z test_nonzero_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:01.2440079Z test_nonzero_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.016s) 2022-09-27T16:41:01.2521999Z test_nonzero_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:01.2603960Z test_nonzero_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.016s) 2022-09-27T16:41:01.2685497Z test_nonzero_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:01.2767050Z test_nonzero_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.016s) 2022-09-27T16:41:01.2848688Z test_nonzero_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:01.2930733Z test_nonzero_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.016s) 2022-09-27T16:41:01.3012579Z test_nonzero_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-09-27T16:41:01.3038169Z test_nonzero_discontiguous_cpu (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:01.3051034Z test_nonzero_no_warning_cpu (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:01.3061830Z test_nonzero_non_diff_cpu (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:01.3125028Z test_rot90_cpu (__main__.TestShapeOpsCPU) ... ok (0.016s) 2022-09-27T16:41:01.3156415Z test_tolist_cpu (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:01.3190055Z test_trace_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:01.3223435Z test_trace_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:01.3249914Z test_trace_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:01.3275897Z test_trace_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.016s) 2022-09-27T16:41:01.3301223Z test_trace_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:01.3326759Z test_trace_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:01.3352563Z test_trace_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:01.3385160Z test_unbind_cpu (__main__.TestShapeOpsCPU) ... ok (0.000s) 2022-09-27T16:41:01.3385675Z 2022-09-27T16:41:01.3385893Z ---------------------------------------------------------------------- 2022-09-27T16:41:01.3386149Z Ran 89 tests in 1.343s 2022-09-27T16:41:01.3386263Z 2022-09-27T16:41:01.3386334Z OK (skipped=1) 2022-09-27T16:41:01.3386438Z 2022-09-27T16:41:01.3386523Z Generating XML reports... 2022-09-27T16:41:01.3510870Z Generated XML report: test-reports\python-unittest\test_shape_ops\TEST-TestShapeOpsCPU-20220927164059.xml 2022-09-27T16:41:01.5814104Z Running test_bundled_inputs ... [2022-09-27 16:41:01.565999] 2022-09-27T16:41:01.5814550Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_bundled_inputs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:41:01.565999] 2022-09-27T16:41:02.9341295Z 2022-09-27T16:41:02.9341614Z Running tests... 2022-09-27T16:41:02.9341920Z ---------------------------------------------------------------------- 2022-09-27T16:41:02.9342316Z Test results will be stored in test-reports\python-unittest\test_bundled_inputs 2022-09-27T16:41:03.2682123Z test_bad_inputs (__main__.TestBundledInputs) ... ok (0.331s) 2022-09-27T16:41:03.9714030Z test_dict_args (__main__.TestBundledInputs) ... ok (0.705s) 2022-09-27T16:41:03.9827599Z test_double_augment_fail (__main__.TestBundledInputs) ... ok (0.017s) 2022-09-27T16:41:03.9963326Z test_double_augment_non_mutator (__main__.TestBundledInputs) ... ok (0.000s) 2022-09-27T16:41:04.0146880Z test_double_augment_success (__main__.TestBundledInputs) ... ok (0.032s) 2022-09-27T16:41:04.0367372Z test_large_tensor_with_inflation (__main__.TestBundledInputs) ... ok (0.016s) 2022-09-27T16:41:04.1178398Z test_multiple_methods_with_inputs (__main__.TestBundledInputs) ... ok (0.080s) 2022-09-27T16:41:04.1233821Z test_multiple_methods_with_inputs_both_defined_failure (__main__.TestBundledInputs) ... ok (0.000s) 2022-09-27T16:41:04.1287405Z test_multiple_methods_with_inputs_neither_defined_failure (__main__.TestBundledInputs) ... ok (0.016s) 2022-09-27T16:41:04.1398414Z test_non_tensors (__main__.TestBundledInputs) ... ok (0.016s) 2022-09-27T16:41:04.1498177Z test_rejected_tensors (__main__.TestBundledInputs) ... ok (0.000s) 2022-09-27T16:41:04.1837176Z test_single_tensors (__main__.TestBundledInputs) ... ok (0.032s) 2022-09-27T16:41:04.1837471Z 2022-09-27T16:41:04.1837711Z ---------------------------------------------------------------------- 2022-09-27T16:41:04.1838081Z Ran 12 tests in 1.250s 2022-09-27T16:41:04.1838260Z 2022-09-27T16:41:04.1838345Z OK 2022-09-27T16:41:04.1838485Z 2022-09-27T16:41:04.1838619Z Generating XML reports... 2022-09-27T16:41:04.1901911Z Generated XML report: test-reports\python-unittest\test_bundled_inputs\TEST-TestBundledInputs-20220927164102.xml 2022-09-27T16:41:04.4174656Z Running test_nestedtensor ... [2022-09-27 16:41:04.408854] 2022-09-27T16:41:04.4175306Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_nestedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:41:04.408854] 2022-09-27T16:41:06.1091743Z 2022-09-27T16:41:06.1092073Z Running tests... 2022-09-27T16:41:06.1092395Z ---------------------------------------------------------------------- 2022-09-27T16:41:06.1092756Z Test results will be stored in test-reports\python-unittest\test_nestedtensor 2022-09-27T16:41:06.1118429Z test_activations (__main__.TestNestedTensor) ... C:\actions-runner\_work\pytorch\pytorch\test\test_nestedtensor.py:258: 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:177.) 2022-09-27T16:41:06.1119163Z nt = nested_tensor([t]) 2022-09-27T16:41:06.1155854Z ok (0.010s) 2022-09-27T16:41:06.1177923Z test_default_nested_tensor (__main__.TestNestedTensor) ... ok (0.000s) 2022-09-27T16:41:06.1192885Z test_dim (__main__.TestNestedTensor) ... ok (0.000s) 2022-09-27T16:41:06.1219483Z test_is_contiguous (__main__.TestNestedTensor) ... ok (0.000s) 2022-09-27T16:41:06.1235475Z test_nested_namespace (__main__.TestNestedTensor) ... ok (0.000s) 2022-09-27T16:41:06.1248049Z test_nested_tensor (__main__.TestNestedTensor) ... ok (0.000s) 2022-09-27T16:41:06.7372451Z test_nested_tensor_matching_dim (__main__.TestNestedTensor) ... ok (0.612s) 2022-09-27T16:41:06.7401205Z test_numel (__main__.TestNestedTensor) ... ok (0.016s) 2022-09-27T16:41:06.7434446Z test_repr_string (__main__.TestNestedTensor) ... ok (0.000s) 2022-09-27T16:41:06.7450868Z test_size (__main__.TestNestedTensor) ... ok (0.000s) 2022-09-27T16:41:06.7466980Z test_stride (__main__.TestNestedTensor) ... ok (0.000s) 2022-09-27T16:41:06.7479699Z test_to_padded_tensor_on_empty_tensor (__main__.TestNestedTensor) ... ok (0.000s) 2022-09-27T16:41:06.7494299Z test_unbind_0 (__main__.TestNestedTensor) ... ok (0.000s) 2022-09-27T16:41:06.7508663Z test_unbind_1 (__main__.TestNestedTensor) ... ok (0.000s) 2022-09-27T16:41:06.7523418Z test_unbind_3 (__main__.TestNestedTensor) ... ok (0.000s) 2022-09-27T16:41:06.7537943Z test_unbind_4 (__main__.TestNestedTensor) ... ok (0.016s) 2022-09-27T16:41:06.7555312Z test_unbind_dim (__main__.TestNestedTensor) ... ok (0.000s) 2022-09-27T16:41:06.7576985Z test_backward_for_add_op (__main__.TestNestedTensorAutograd) ... ok (0.000s) 2022-09-27T16:41:06.7597093Z test_dropout_backward (__main__.TestNestedTensorAutograd) ... ok (0.000s) 2022-09-27T16:41:06.7624475Z test_nested_tensor_bmm_backward (__main__.TestNestedTensorAutograd) ... ok (0.000s) 2022-09-27T16:41:06.8033433Z test_nested_tensor_bmm_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.041s) 2022-09-27T16:41:06.8070183Z test_nested_tensor_from_list (__main__.TestNestedTensorAutograd) ... ok (0.000s) 2022-09-27T16:41:06.8101529Z test_nested_tensor_from_mask_and_to_padded (__main__.TestNestedTensorAutograd) ... ok (0.000s) 2022-09-27T16:41:06.8128210Z test_nested_tensor_from_padded (__main__.TestNestedTensorAutograd) ... ok (0.000s) 2022-09-27T16:41:06.8155686Z test_nested_tensor_from_padded_fused (__main__.TestNestedTensorAutograd) ... ok (0.000s) 2022-09-27T16:41:06.8239347Z test_nested_tensor_linear (__main__.TestNestedTensorAutograd) ... ok (0.000s) 2022-09-27T16:41:06.8257648Z test_nested_tensor_linear_backward (__main__.TestNestedTensorAutograd) ... ok (0.000s) 2022-09-27T16:41:06.8286006Z test_nested_tensor_matmul_backward (__main__.TestNestedTensorAutograd) ... ok (0.016s) 2022-09-27T16:41:06.8691048Z test_nested_tensor_matmul_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.031s) 2022-09-27T16:41:06.8710889Z test_nested_tensor_reshape_backward (__main__.TestNestedTensorAutograd) ... ok (0.000s) 2022-09-27T16:41:06.8730720Z test_nested_tensor_reshape_gradcheck (__main__.TestNestedTensorAutograd) ... 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-09-27T16:41:06.8731629Z warnings.warn( 2022-09-27T16:41:06.8732459Z 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-09-27T16:41:06.8733205Z warnings.warn( 2022-09-27T16:41:06.8902321Z ok (0.026s) 2022-09-27T16:41:06.8941888Z test_nested_tensor_softmax (__main__.TestNestedTensorAutograd) ... ok (0.000s) 2022-09-27T16:41:06.8966159Z test_nested_tensor_to_padded_tensor (__main__.TestNestedTensorAutograd) ... ok (0.000s) 2022-09-27T16:41:06.8984841Z test_nested_tensor_transpose_backward (__main__.TestNestedTensorAutograd) ... ok (0.000s) 2022-09-27T16:41:06.9142676Z test_nested_tensor_transpose_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.016s) 2022-09-27T16:41:06.9152938Z test_set_requires_grad_from_list (__main__.TestNestedTensorAutograd) ... ok (0.016s) 2022-09-27T16:41:06.9163575Z test_set_requires_grad_from_mask (__main__.TestNestedTensorAutograd) ... ok (0.000s) 2022-09-27T16:41:06.9197210Z test_size_dim (__main__.TestNestedTensorAutograd) ... ok (0.000s) 2022-09-27T16:41:06.9239467Z test_to_buffer_series_ops_grad_with_broadcast (__main__.TestNestedTensorAutograd) ... ok (0.000s) 2022-09-27T16:41:06.9277904Z test_unbind_flow_through (__main__.TestNestedTensorAutograd) ... ok (0.000s) 2022-09-27T16:41:06.9310483Z test_values_grad_with_broadcast (__main__.TestNestedTensorAutograd) ... ok (0.016s) 2022-09-27T16:41:06.9408005Z test_bmm_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:06.9494354Z test_bmm_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:41:06.9514105Z test_bmm_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:06.9533213Z test_bmm_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:06.9576290Z test_clone_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:06.9613635Z test_clone_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:06.9641884Z test_detach_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:41:06.9669661Z test_detach_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:06.9697139Z test_detach_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:06.9708790Z test_device_checks_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:06.9779638Z test_dropout_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:41:06.9846503Z test_dropout_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:06.9870528Z test_dropout_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:06.9893624Z test_dropout_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:06.9924397Z test_embedding_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.0028163Z test_layer_norm_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:41:07.0089419Z test_linear_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.0138235Z test_linear_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:41:07.0158633Z test_linear_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.0176761Z test_linear_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.0310412Z test_matmul_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... C:\actions-runner\_work\pytorch\pytorch\test\test_nestedtensor.py:1047: UserWarning: An output with one or more elements was resized since it had shape [8, 9, 2, 6], which does not match the required output shape [72, 2, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:24.) 2022-09-27T16:41:07.0311890Z actual = torch.nested.to_padded_tensor(torch.matmul(nt0, nt1), 0.0) 2022-09-27T16:41:07.0313252Z C:\actions-runner\_work\pytorch\pytorch\test\test_nestedtensor.py:1047: UserWarning: An output with one or more elements was resized since it had shape [8, 9, 3, 5], which does not match the required output shape [72, 3, 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:24.) 2022-09-27T16:41:07.0314492Z actual = torch.nested.to_padded_tensor(torch.matmul(nt0, nt1), 0.0) 2022-09-27T16:41:07.0315265Z ok (0.016s) 2022-09-27T16:41:07.0447042Z test_matmul_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:41:07.0467034Z test_matmul_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.0486123Z test_matmul_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.0506407Z test_nested_tensor_add_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.0526099Z test_nested_tensor_add_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.0545874Z test_nested_tensor_add_in_place_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.0565479Z test_nested_tensor_add_in_place_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.0653457Z test_nested_tensor_indexing_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.0738783Z test_nested_tensor_indexing_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:41:07.0822713Z test_nested_tensor_indexing_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.0844013Z test_nested_tensor_indexing_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.0865437Z test_nested_tensor_indexing_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.0886792Z test_nested_tensor_indexing_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:41:07.0944081Z test_nested_tensor_mul_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-09-27T16:41:07.0993554Z test_nested_tensor_mul_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.1043273Z test_nested_tensor_mul_in_place_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.1088982Z test_nested_tensor_mul_in_place_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:41:07.1191467Z test_nested_tensor_sum_dim_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.1246287Z test_reshape_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:41:07.1294883Z test_reshape_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.1343483Z test_reshape_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.1405470Z test_scaled_dot_product_attention_input_dim_3_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:41:07.1465039Z test_scaled_dot_product_attention_input_dim_4_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.1521662Z test_softmax_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.1575580Z test_softmax_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.1595012Z test_softmax_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.1614683Z test_softmax_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.1644946Z test_to_padded_tensor_dim2_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.1669258Z test_to_padded_tensor_dim2_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.1693717Z test_to_padded_tensor_dim2_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:41:07.1722584Z test_to_padded_tensor_dim3_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.1746842Z test_to_padded_tensor_dim3_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.1771363Z test_to_padded_tensor_dim3_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.1881155Z test_to_padded_tensor_dim4_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:41:07.1923072Z test_to_padded_tensor_dim4_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.1975839Z test_to_padded_tensor_dim4_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.2002078Z test_to_padded_tensor_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:41:07.2023995Z test_to_padded_tensor_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.2045932Z test_to_padded_tensor_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.2075168Z test_to_padded_tensor_output_size_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.2104217Z test_to_padded_tensor_output_size_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.2129707Z test_to_padded_tensor_simple_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.2155101Z test_to_padded_tensor_simple_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:41:07.2179296Z test_to_then_from_padded_tensor_no_transform0213_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.2215390Z test_transpose_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.2250285Z test_transpose_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.2285127Z test_transpose_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.2310182Z test_transpose_inference_mode_interaction_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:41:07.2334763Z test_transpose_inference_mode_interaction_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.2359427Z test_transpose_inference_mode_interaction_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.2381646Z test_unbind_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.2403756Z test_unbind_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.2425718Z test_unbind_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.2477169Z test_view_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:41:07.2526791Z test_view_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.2575829Z test_view_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.2602470Z test_view_inference_mode_interaction_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.2628357Z test_view_inference_mode_interaction_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.016s) 2022-09-27T16:41:07.2654244Z test_view_inference_mode_interaction_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.000s) 2022-09-27T16:41:07.2654743Z 2022-09-27T16:41:07.2655115Z ---------------------------------------------------------------------- 2022-09-27T16:41:07.2655564Z Ran 121 tests in 1.172s 2022-09-27T16:41:07.2655746Z 2022-09-27T16:41:07.2655836Z OK 2022-09-27T16:41:07.2655973Z 2022-09-27T16:41:07.2656109Z Generating XML reports... 2022-09-27T16:41:07.2724971Z Generated XML report: test-reports\python-unittest\test_nestedtensor\TEST-TestNestedTensor-20220927164106.xml 2022-09-27T16:41:07.2765021Z Generated XML report: test-reports\python-unittest\test_nestedtensor\TEST-TestNestedTensorAutograd-20220927164106.xml 2022-09-27T16:41:07.2836167Z Generated XML report: test-reports\python-unittest\test_nestedtensor\TEST-TestNestedTensorDeviceTypeCPU-20220927164106.xml 2022-09-27T16:41:07.5105287Z Running test_fx_reinplace_pass ... [2022-09-27 16:41:07.500784] 2022-09-27T16:41:07.5105783Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fx_reinplace_pass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:41:07.500784] 2022-09-27T16:41:08.8867431Z 2022-09-27T16:41:08.8867760Z Running tests... 2022-09-27T16:41:08.8868101Z ---------------------------------------------------------------------- 2022-09-27T16:41:08.8868469Z Test results will be stored in test-reports\python-unittest\test_fx_reinplace_pass 2022-09-27T16:41:09.2217171Z test_out_node_updated (__main__.TestReinplacePass) ... ok (0.333s) 2022-09-27T16:41:09.2268064Z test_reinplace_basic (__main__.TestReinplacePass) ... ok (0.000s) 2022-09-27T16:41:09.2320627Z test_reinplace_different_metadata (__main__.TestReinplacePass) ... ok (0.016s) 2022-09-27T16:41:09.2442889Z test_reinplace_index_mutation (__main__.TestReinplacePass) ... ok (0.016s) 2022-09-27T16:41:09.2496986Z test_reinplace_overlapping_memory (__main__.TestReinplacePass) ... ok (0.000s) 2022-09-27T16:41:09.8757658Z test_reinplace_scatter_op (__main__.TestReinplacePass) ... ok (0.618s) 2022-09-27T16:41:09.8982661Z test_reinplace_scatter_twice (__main__.TestReinplacePass) ... ok (0.032s) 2022-09-27T16:41:09.9082968Z test_reinplace_scatter_twice_with_different_view_op_invalid (__main__.TestReinplacePass) ... ok (0.000s) 2022-09-27T16:41:09.9181759Z test_reinplace_scatter_twice_with_different_view_op_invalid2 (__main__.TestReinplacePass) ... ok (0.016s) 2022-09-27T16:41:09.9282562Z test_reinplace_scatter_twice_with_different_view_op_valid (__main__.TestReinplacePass) ... ok (0.016s) 2022-09-27T16:41:09.9348927Z test_reinplace_with_view (__main__.TestReinplacePass) ... ok (0.000s) 2022-09-27T16:41:09.9349270Z 2022-09-27T16:41:09.9349506Z ---------------------------------------------------------------------- 2022-09-27T16:41:09.9349760Z Ran 11 tests in 1.047s 2022-09-27T16:41:09.9349873Z 2022-09-27T16:41:09.9349928Z OK 2022-09-27T16:41:09.9350024Z 2022-09-27T16:41:09.9350112Z Generating XML reports... 2022-09-27T16:41:09.9409212Z Generated XML report: test-reports\python-unittest\test_fx_reinplace_pass\TEST-TestReinplacePass-20220927164108.xml 2022-09-27T16:41:10.1693695Z Running test_namedtensor ... [2022-09-27 16:41:10.163060] 2022-09-27T16:41:10.1694384Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_namedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:41:10.163060] 2022-09-27T16:41:11.8592564Z 2022-09-27T16:41:11.8593053Z Running tests... 2022-09-27T16:41:11.8593379Z ---------------------------------------------------------------------- 2022-09-27T16:41:11.8593741Z Test results will be stored in test-reports\python-unittest\test_namedtensor 2022-09-27T16:41:11.8618386Z test_aaa_must_run_first_check_experimental_warning (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:11.8643792Z test_addcmul_addcdiv (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.4797593Z test_addmm (__main__.TestNamedTensor) ... ok (0.612s) 2022-09-27T16:41:12.4824247Z test_addmv (__main__.TestNamedTensor) ... ok (0.011s) 2022-09-27T16:41:12.4841158Z test_align_as (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.4851708Z test_align_tensors (__main__.TestNamedTensor) ... skip: Not implemented yet (0.000s) 2022-09-27T16:41:12.4891356Z test_align_tensors_two_inputs (__main__.TestNamedTensor) ... skip: Not implemented yet (0.000s) 2022-09-27T16:41:12.4933904Z test_align_to (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.4989060Z test_align_to_ellipsis (__main__.TestNamedTensor) ... ok (0.016s) 2022-09-27T16:41:12.5002128Z test_any_all (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.5011921Z test_as_strided (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.5015651Z test_as_strided_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.000s) 2022-09-27T16:41:12.5029147Z test_autograd_ignores_names (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.5044697Z test_autograd_smoke (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.5059547Z test_autograd_warns_named_grad (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.5074415Z test_bernoulli (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.5284270Z test_big_tensor_repr_has_names (__main__.TestNamedTensor) ... ok (0.016s) 2022-09-27T16:41:12.5753617Z test_binary_ops (__main__.TestNamedTensor) ... ok (0.047s) 2022-09-27T16:41:12.5770119Z test_bitwise_not (__main__.TestNamedTensor) ... ok (0.016s) 2022-09-27T16:41:12.5823501Z test_bmm (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.5855489Z test_cat (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.5871471Z test_cdist (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.5929912Z test_comparison_ops (__main__.TestNamedTensor) ... ok (0.016s) 2022-09-27T16:41:12.5945951Z test_copy_transpose (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.5963030Z test_cummax_cummin (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.5976399Z test_detach (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.5993112Z test_diagonal (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.6004525Z test_dot (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.6019737Z test_equal (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.6037143Z test_expand (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.6097759Z test_factory_coverage (__main__.TestNamedTensor) ... ok (0.016s) 2022-09-27T16:41:12.6154605Z test_factory_edge_cases (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.6205906Z test_flatten (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.6220448Z test_flatten_nodims (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.6233856Z test_has_names (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.6256056Z test_index_fill (__main__.TestNamedTensor) ... ok (0.016s) 2022-09-27T16:41:12.6275322Z test_info_smoke (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.6287873Z test_logcumsumexp (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.6304387Z test_logical_not (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.6331388Z test_logical_ops (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.6371982Z test_masked_fill (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.6398845Z test_masked_select (__main__.TestNamedTensor) ... ok (0.016s) 2022-09-27T16:41:12.6468615Z test_matmul (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.6503602Z test_max_pooling (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.6518529Z test_max_pooling_without_names_does_not_warn (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.6546137Z test_mm (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.6566265Z test_mv (__main__.TestNamedTensor) ... ok (0.016s) 2022-09-27T16:41:12.7128059Z test_no_jit_script_support (__main__.TestNamedTensor) ... ok (0.048s) 2022-09-27T16:41:12.7159246Z test_no_jit_tracer_support (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.7171212Z test_no_multiprocessing_support (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.7181956Z test_no_pickle_support (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.7193787Z test_no_save_support (__main__.TestNamedTensor) ... ok (0.016s) 2022-09-27T16:41:12.7206516Z test_noncontig_contiguous (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.7218996Z test_none_names_refcount (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.7233391Z test_nyi_dimname_overload_msg (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.7272897Z test_out_fn_semantics (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.7291507Z test_pow_special (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.7303937Z test_py3_ellipsis (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.7654444Z test_reduction_fns (__main__.TestNamedTensor) ... ok (0.032s) 2022-09-27T16:41:12.7692238Z test_refine_names (__main__.TestNamedTensor) ... ok (0.016s) 2022-09-27T16:41:12.7721143Z test_rename (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.7742831Z test_rename_ (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.7780332Z test_rename_globber (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.7804442Z test_rename_rename_map (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.7824315Z test_repr (__main__.TestNamedTensor) ... ok (0.016s) 2022-09-27T16:41:12.7853206Z test_resize (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.7868359Z test_select (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.7872354Z test_select_cuda (__main__.TestNamedTensor) ... skip: no CUDA (0.000s) 2022-09-27T16:41:12.7893637Z test_set_names_property (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.7920470Z test_size (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.7939594Z test_split_fns_propagates_names (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.7952766Z test_squeeze (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.7976644Z test_stride (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.7995589Z test_tensor_from_lists (__main__.TestNamedTensor) ... ok (0.016s) 2022-09-27T16:41:12.8010688Z test_tensor_from_named_tensor (__main__.TestNamedTensor) ... C:\actions-runner\_work\pytorch\pytorch\test\test_namedtensor.py:516: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:41:12.8011548Z tensor = torch.tensor(x) 2022-09-27T16:41:12.8012703Z C:\actions-runner\_work\pytorch\pytorch\test\test_namedtensor.py:522: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:41:12.8013716Z tensor = torch.tensor(x, names=None) 2022-09-27T16:41:12.8014544Z C:\actions-runner\_work\pytorch\pytorch\test\test_namedtensor.py:527: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:41:12.8015312Z tensor = torch.tensor(x, names=('N', 'C')) 2022-09-27T16:41:12.8018007Z ok (0.000s) 2022-09-27T16:41:12.8030885Z test_tensor_from_numpy (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.8041611Z test_tensor_from_tensor (__main__.TestNamedTensor) ... C:\actions-runner\_work\pytorch\pytorch\test\test_namedtensor.py:511: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than torch.tensor(sourceTensor). 2022-09-27T16:41:12.8042572Z tensor = torch.tensor(x, names=names) 2022-09-27T16:41:12.8042937Z ok (0.000s) 2022-09-27T16:41:12.8057719Z test_tensor_grad_is_unnamed (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.8075316Z test_transpose_variants (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.8083778Z test_trivial (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.8310329Z test_unary_propagate_names_fns (__main__.TestNamedTensor) ... ok (0.031s) 2022-09-27T16:41:12.8418034Z test_unflatten (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.8440255Z test_unsupported_op_error_msg (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.8451980Z test_using_seen_interned_string_doesnt_bump_refcount (__main__.TestNamedTensor) ... ok (0.016s) 2022-09-27T16:41:12.8462764Z test_using_unseen_interned_string_bumps_refcount_permanently (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.8476206Z test_using_unseen_uninterned_string_refcounts (__main__.TestNamedTensor) ... ok (0.000s) 2022-09-27T16:41:12.8476714Z 2022-09-27T16:41:12.8477035Z ---------------------------------------------------------------------- 2022-09-27T16:41:12.8477333Z Ran 86 tests in 0.984s 2022-09-27T16:41:12.8477451Z 2022-09-27T16:41:12.8477510Z OK (skipped=4) 2022-09-27T16:41:12.8477618Z 2022-09-27T16:41:12.8477704Z Generating XML reports... 2022-09-27T16:41:12.8597938Z Generated XML report: test-reports\python-unittest\test_namedtensor\TEST-TestNamedTensor-20220927164111.xml 2022-09-27T16:41:13.0895277Z Running test_package ... [2022-09-27 16:41:13.083642] 2022-09-27T16:41:13.0895738Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_package.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:41:13.083642] 2022-09-27T16:41:14.5460559Z 2022-09-27T16:41:14.5460883Z Running tests... 2022-09-27T16:41:14.5461209Z ---------------------------------------------------------------------- 2022-09-27T16:41:14.5461570Z Test results will be stored in test-reports\python-unittest\test_package 2022-09-27T16:41:14.8554938Z test_trace_dependencies (test_analyze.TestAnalyze) ... ok (0.316s) 2022-09-27T16:41:14.8562629Z test_allow_empty_with_error (test_dependency_api.TestDependencyAPI) 2022-09-27T16:41:14.8578901Z If an error occurs during packaging, it should not be shadowed by the allow_empty error. ... ok (0.000s) 2022-09-27T16:41:14.8590831Z test_broken_dependency (test_dependency_api.TestDependencyAPI) 2022-09-27T16:41:14.8591579Z A unpackageable dependency should raise a PackagingError. ... skip: extension modules have a different file extension on windows (0.000s) 2022-09-27T16:41:14.8595908Z test_deny (test_dependency_api.TestDependencyAPI) 2022-09-27T16:41:14.8618444Z Test marking packages as "deny" during export. ... ok (0.000s) 2022-09-27T16:41:14.8623465Z test_deny_glob (test_dependency_api.TestDependencyAPI) 2022-09-27T16:41:14.8645055Z Test marking packages as "deny" using globs instead of package names. ... ok (0.000s) 2022-09-27T16:41:14.8665315Z test_extern (test_dependency_api.TestDependencyAPI) ... ok (0.000s) 2022-09-27T16:41:14.8690277Z test_extern_glob (test_dependency_api.TestDependencyAPI) ... ok (0.016s) 2022-09-27T16:41:14.8695214Z test_extern_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-09-27T16:41:14.8708136Z Test that an error is thrown when a extern glob is specified with allow_empty=True ... ok (0.000s) 2022-09-27T16:41:14.8715430Z test_externing_c_extension (test_dependency_api.TestDependencyAPI) 2022-09-27T16:41:14.8778999Z Externing c extensions modules should allow us to still access them especially those found in torch._C. ... ok (0.000s) 2022-09-27T16:41:14.8782734Z test_implicit_intern (test_dependency_api.TestDependencyAPI) 2022-09-27T16:41:14.8793027Z The save_module APIs should implicitly intern the module being saved. ... ok (0.000s) 2022-09-27T16:41:14.8800870Z test_intern_error (test_dependency_api.TestDependencyAPI) 2022-09-27T16:41:14.8818202Z Failure to handle all dependencies should lead to an error. ... ok (0.000s) 2022-09-27T16:41:14.8823483Z test_invalid_import (test_dependency_api.TestDependencyAPI) 2022-09-27T16:41:14.8833508Z An incorrectly-formed import should raise a PackagingError. ... ok (0.016s) 2022-09-27T16:41:14.8859543Z test_mock (test_dependency_api.TestDependencyAPI) ... ok (0.000s) 2022-09-27T16:41:14.8889796Z test_mock_glob (test_dependency_api.TestDependencyAPI) ... ok (0.000s) 2022-09-27T16:41:14.8894924Z test_mock_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-09-27T16:41:14.8905025Z Test that an error is thrown when a mock glob is specified with allow_empty=True ... ok (0.000s) 2022-09-27T16:41:14.8921107Z test_pickle_mocked (test_dependency_api.TestDependencyAPI) ... ok (0.000s) 2022-09-27T16:41:14.8941069Z test_pickle_mocked_all (test_dependency_api.TestDependencyAPI) ... ok (0.010s) 2022-09-27T16:41:14.8951146Z test_repackage_mocked_module (test_dependency_api.TestDependencyAPI) 2022-09-27T16:41:14.8980547Z Re-packaging a package that contains a mocked module should work correctly. ... ok (0.000s) 2022-09-27T16:41:14.9004020Z test_extern_and_mock_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.000s) 2022-09-27T16:41:14.9021429Z test_multiple_extern_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.000s) 2022-09-27T16:41:14.9040256Z test_multiple_mock_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.000s) 2022-09-27T16:41:14.9059093Z test_remove_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.000s) 2022-09-27T16:41:14.9075157Z test_single_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.000s) 2022-09-27T16:41:14.9094136Z test_all_paths (test_digraph.TestDiGraph) ... ok (0.016s) 2022-09-27T16:41:14.9105531Z test_contains (test_digraph.TestDiGraph) ... ok (0.000s) 2022-09-27T16:41:14.9116244Z test_contains_non_hashable (test_digraph.TestDiGraph) ... ok (0.000s) 2022-09-27T16:41:14.9132403Z test_edges (test_digraph.TestDiGraph) ... ok (0.000s) 2022-09-27T16:41:14.9146140Z test_forward_closure (test_digraph.TestDiGraph) ... ok (0.000s) 2022-09-27T16:41:14.9159420Z test_iter (test_digraph.TestDiGraph) ... ok (0.000s) 2022-09-27T16:41:14.9173067Z test_node_attr_update (test_digraph.TestDiGraph) ... ok (0.000s) 2022-09-27T16:41:14.9186252Z test_node_attrs (test_digraph.TestDiGraph) ... ok (0.000s) 2022-09-27T16:41:14.9197247Z test_predecessor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.000s) 2022-09-27T16:41:14.9211283Z test_predecessors (test_digraph.TestDiGraph) ... ok (0.000s) 2022-09-27T16:41:14.9222362Z test_successor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.000s) 2022-09-27T16:41:14.9236305Z test_successors (test_digraph.TestDiGraph) ... ok (0.000s) 2022-09-27T16:41:14.9248907Z test_importer_access (test_directory_reader.DirectoryReaderTest) ... skip: Tests that use temporary files are disabled in fbcode (0.016s) 2022-09-27T16:41:14.9255663Z test_loading_has_record (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:41:14.9256356Z Test DirectoryReader's has_record(). ... skip: Tests that use temporary files are disabled in fbcode (0.000s) 2022-09-27T16:41:14.9262884Z test_loading_module (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:41:14.9263416Z Test basic saving and loading of a packages from a DirectoryReader. ... skip: Tests that use temporary files are disabled in fbcode (0.000s) 2022-09-27T16:41:14.9271905Z test_loading_pickle (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:41:14.9272443Z Test basic saving and loading of modules and pickles from a DirectoryReader. ... skip: Tests that use temporary files are disabled in fbcode (0.000s) 2022-09-27T16:41:14.9280396Z test_package_resource_access (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:41:14.9280938Z Packaged modules should be able to use the importlib.resources API to access ... skip: Tests that use temporary files are disabled in fbcode (0.000s) 2022-09-27T16:41:14.9289192Z test_resource_access_by_path (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:41:14.9289728Z Tests that packaged code can used importlib.resources.path. ... skip: Tests that use temporary files are disabled in fbcode (0.000s) 2022-09-27T16:41:14.9311274Z test_resource_reader (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:41:14.9311821Z Tests DirectoryReader as the base for get_resource_reader. ... skip: Tests that use temporary files are disabled in fbcode (0.000s) 2022-09-27T16:41:14.9319976Z test_scriptobject_failure_message (test_directory_reader.DirectoryReaderTest) 2022-09-27T16:41:14.9320477Z Test basic saving and loading of a ScriptModule in a directory. ... skip: Tests that use temporary files are disabled in fbcode (0.000s) 2022-09-27T16:41:14.9335710Z test_exclude (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-09-27T16:41:14.9349729Z test_exclude_from_all (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-09-27T16:41:14.9360524Z test_invalid_raw (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-09-27T16:41:14.9373884Z test_list_include_exclude (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-09-27T16:41:14.9386438Z test_one_star (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-09-27T16:41:14.9399514Z test_one_star_middle (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-09-27T16:41:14.9411690Z test_one_star_multiple_in_component (test_glob_group.TestGlobGroup) ... ok (0.016s) 2022-09-27T16:41:14.9424209Z test_one_star_partial (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-09-27T16:41:14.9436903Z test_one_star_partial_extension (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-09-27T16:41:14.9448238Z test_raw_two_star (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-09-27T16:41:14.9459973Z test_two_star (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-09-27T16:41:14.9472167Z test_two_star_end (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-09-27T16:41:14.9484864Z test_two_star_middle (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-09-27T16:41:14.9498168Z test_two_star_multiple (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-09-27T16:41:14.9519491Z test_ordered_importer_basic (test_importer.TestImporter) ... ok (0.000s) 2022-09-27T16:41:14.9529549Z test_ordered_importer_whichmodule (test_importer.TestImporter) 2022-09-27T16:41:14.9539488Z OrderedImporter's implementation of whichmodule should try each ... ok (0.000s) 2022-09-27T16:41:14.9548310Z test_package_importer_whichmodule_no_dunder_module (test_importer.TestImporter) 2022-09-27T16:41:14.9562294Z Exercise corner case where we try to pickle an object whose ... ok (0.016s) 2022-09-27T16:41:14.9582244Z test_single_ordered_importer (test_importer.TestImporter) ... ok (0.000s) 2022-09-27T16:41:14.9594411Z test_sys_importer (test_importer.TestImporter) ... ok (0.000s) 2022-09-27T16:41:14.9607185Z test_sys_importer_roundtrip (test_importer.TestImporter) ... ok (0.000s) 2022-09-27T16:41:14.9612393Z test_load_bc_packages_fx_module (test_load_bc_packages.TestLoadBCPackages) 2022-09-27T16:41:14.9690210Z Tests for backwards compatible fx module ... ok (0.010s) 2022-09-27T16:41:14.9693597Z test_load_bc_packages_nn_module (test_load_bc_packages.TestLoadBCPackages) 2022-09-27T16:41:14.9739299Z Tests for backwards compatible nn module ... ok (0.000s) 2022-09-27T16:41:14.9743326Z test_load_bc_packages_torchscript_module (test_load_bc_packages.TestLoadBCPackages) 2022-09-27T16:41:15.0205062Z Tests for backwards compatible torchscript module ... ok (0.041s) 2022-09-27T16:41:15.0211132Z test_demangle_base (test_mangling.TestMangling) 2022-09-27T16:41:15.0220201Z Demangling a mangle parent directly should currently return an empty string. ... ok (0.000s) 2022-09-27T16:41:15.0224706Z test_demangler_multiple_manglers (test_mangling.TestMangling) 2022-09-27T16:41:15.0234046Z PackageDemangler should be able to demangle name generated by any PackageMangler. ... ok (0.016s) 2022-09-27T16:41:15.0246931Z test_is_mangled (test_mangling.TestMangling) ... ok (0.000s) 2022-09-27T16:41:15.0257867Z test_mangle_empty_errors (test_mangling.TestMangling) ... ok (0.000s) 2022-09-27T16:41:15.0269972Z test_mangle_prefix (test_mangling.TestMangling) ... ok (0.000s) 2022-09-27T16:41:15.0273491Z test_mangler_is_consistent (test_mangling.TestMangling) 2022-09-27T16:41:15.0281907Z Mangling the same name twice should produce the same result. ... ok (0.000s) 2022-09-27T16:41:15.0295063Z test_package_mangler (test_mangling.TestMangling) ... ok (0.000s) 2022-09-27T16:41:15.0306776Z test_roundtrip_mangling (test_mangling.TestMangling) ... ok (0.000s) 2022-09-27T16:41:15.0310495Z test_unique_manglers (test_mangling.TestMangling) 2022-09-27T16:41:15.0320608Z Each mangler instance should generate a unique mangled name for a given input. ... ok (0.000s) 2022-09-27T16:41:15.0352769Z test_unique_module_names (test_mangling.TestMangling) ... ok (0.010s) 2022-09-27T16:41:15.0361566Z test_dunder_package_present (test_misc.TestMisc) 2022-09-27T16:41:15.0374292Z The attribute '__torch_package__' should be populated on imported modules. ... ok (0.000s) 2022-09-27T16:41:15.0380853Z test_dunder_package_works_from_package (test_misc.TestMisc) 2022-09-27T16:41:15.0405202Z The attribute '__torch_package__' should be accessible from within ... ok (0.000s) 2022-09-27T16:41:15.0415787Z test_exporter_content_lists (test_misc.TestMisc) 2022-09-27T16:41:15.0444218Z Test content list API for PackageExporter's contained modules. ... ok (0.000s) 2022-09-27T16:41:15.0459027Z test_file_structure (test_misc.TestMisc) 2022-09-27T16:41:15.0482534Z Tests package's Directory structure representation of a zip file. Ensures ... ok (0.000s) 2022-09-27T16:41:15.0489319Z test_file_structure_has_file (test_misc.TestMisc) 2022-09-27T16:41:15.0501171Z Test Directory's has_file() method. ... ok (0.016s) 2022-09-27T16:41:15.0508554Z test_inspect_class (test_misc.TestMisc) 2022-09-27T16:41:15.0526392Z Should be able to retrieve source for a packaged class. ... ok (0.000s) 2022-09-27T16:41:15.0534255Z test_is_from_package (test_misc.TestMisc) 2022-09-27T16:41:15.0547688Z is_from_package should work for objects and modules ... ok (0.000s) 2022-09-27T16:41:15.0551748Z test_load_python_version_from_package (test_misc.TestMisc) 2022-09-27T16:41:15.0563396Z Tests loading a package with a python version embdded ... ok (0.000s) 2022-09-27T16:41:15.0569418Z test_python_version (test_misc.TestMisc) 2022-09-27T16:41:15.0600929Z Tests that the current python version is stored in the package and is available ... ok (0.000s) 2022-09-27T16:41:15.0607386Z test_std_lib_sys_hackery_checks (test_misc.TestMisc) 2022-09-27T16:41:15.0639528Z The standard library performs sys.module assignment hackery which ... ok (0.000s) 2022-09-27T16:41:15.0654994Z test_model_save (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.016s) 2022-09-27T16:41:15.0667838Z test_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.000s) 2022-09-27T16:41:15.0676989Z test_script_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.000s) 2022-09-27T16:41:15.0783023Z test_package_fx_custom_tracer (test_package_fx.TestPackageFX) ... ok (0.000s) 2022-09-27T16:41:15.0986215Z test_package_fx_package (test_package_fx.TestPackageFX) ... ok (0.026s) 2022-09-27T16:41:15.1046815Z test_package_fx_simple (test_package_fx.TestPackageFX) ... ok (0.010s) 2022-09-27T16:41:15.1111432Z test_package_fx_with_imports (test_package_fx.TestPackageFX) ... ok (0.000s) 2022-09-27T16:41:15.1161912Z test_package_then_fx (test_package_fx.TestPackageFX) ... ok (0.016s) 2022-09-27T16:41:15.1172295Z test_different_package_interface (test_package_script.TestPackageScript) 2022-09-27T16:41:15.1298017Z Test a case where the interface defined in the package is ... ok (0.000s) 2022-09-27T16:41:15.1306037Z test_different_package_script_class (test_package_script.TestPackageScript) 2022-09-27T16:41:15.1370108Z Test a case where the script class defined in the package is ... ok (0.016s) 2022-09-27T16:41:15.1378983Z test_load_shared_scriptmodules (test_package_script.TestPackageScript) 2022-09-27T16:41:15.1466864Z Test loading of single ScriptModule shared by multiple eager ... ok (0.000s) 2022-09-27T16:41:15.1482091Z test_load_shared_tensors (test_package_script.TestPackageScript) 2022-09-27T16:41:15.1579315Z Test tensors shared across eager and ScriptModules on load ... ok (0.016s) 2022-09-27T16:41:15.1595408Z test_load_shared_tensors_repackaged (test_package_script.TestPackageScript) 2022-09-27T16:41:15.1731998Z Test tensors shared across eager and ScriptModules on load ... ok (0.016s) 2022-09-27T16:41:15.1745365Z test_mixing_packaged_and_inline_modules (test_package_script.TestPackageScript) 2022-09-27T16:41:15.2379523Z Test saving inline and imported modules in same package with ... ok (0.067s) 2022-09-27T16:41:15.2393384Z test_mixing_packaged_and_inline_modules_shared_code (test_package_script.TestPackageScript) 2022-09-27T16:41:15.2394079Z Test saving inline and imported modules in same package that ... skip: no torchvision (0.000s) 2022-09-27T16:41:15.2403298Z test_package_interface (test_package_script.TestPackageScript) 2022-09-27T16:41:15.2603216Z Packaging an interface class should work correctly. ... ok (0.016s) 2022-09-27T16:41:15.2662777Z test_package_script_class (test_package_script.TestPackageScript) ... ok (0.016s) 2022-09-27T16:41:15.2829499Z test_package_script_class_referencing_self (test_package_script.TestPackageScript) ... ok (0.016s) 2022-09-27T16:41:15.2837864Z test_save_eager_mods_sharing_scriptmodule (test_package_script.TestPackageScript) 2022-09-27T16:41:15.2896809Z Test saving of single ScriptModule shared by multiple ... ok (0.010s) 2022-09-27T16:41:15.2906616Z test_save_independent_scriptmodules (test_package_script.TestPackageScript) 2022-09-27T16:41:15.3012266Z Test to verify saving multiple ScriptModules with completely ... ok (0.010s) 2022-09-27T16:41:15.3026618Z test_save_repeat_scriptmodules (test_package_script.TestPackageScript) 2022-09-27T16:41:15.3208893Z Test to verify saving multiple different modules and ... ok (0.016s) 2022-09-27T16:41:15.3216586Z test_save_scriptmodule (test_package_script.TestPackageScript) 2022-09-27T16:41:15.3263478Z Test basic saving of ScriptModule. ... ok (0.000s) 2022-09-27T16:41:15.3271311Z test_save_scriptmodule_file (test_package_script.TestPackageScript) 2022-09-27T16:41:15.3388871Z Test basic saving of ScriptModule in file. ... ok (0.016s) 2022-09-27T16:41:15.3400910Z test_save_scriptmodule_only_necessary_code (test_package_script.TestPackageScript) 2022-09-27T16:41:15.3401459Z Test to verify when saving multiple packages with same CU ... skip: no torchvision (0.000s) 2022-09-27T16:41:15.3409264Z test_save_scriptmodule_with_submods (test_package_script.TestPackageScript) 2022-09-27T16:41:15.3485672Z Test basic saving of ScriptModule with submodule. ... ok (0.016s) 2022-09-27T16:41:15.3495556Z test_save_scriptmodules_in_container (test_package_script.TestPackageScript) 2022-09-27T16:41:15.3596288Z Test saving of ScriptModules inside of container. Checks that relations ... ok (0.000s) 2022-09-27T16:41:15.3612527Z test_save_scriptmodules_submod_redefinition (test_package_script.TestPackageScript) 2022-09-27T16:41:15.3762461Z Test to verify saving multiple ScriptModules with same top module ... ok (0.032s) 2022-09-27T16:41:15.3773646Z test_save_shared_tensors (test_package_script.TestPackageScript) 2022-09-27T16:41:15.3846293Z Test tensors shared across eager and ScriptModules are serialized once. ... ok (0.000s) 2022-09-27T16:41:15.3857223Z test_saving_and_scripting_packaged_mod (test_package_script.TestPackageScript) 2022-09-27T16:41:15.3952399Z Test scripting a module loaded from a package ... ok (0.010s) 2022-09-27T16:41:15.3966286Z test_scriptmodules_repeat_save (test_package_script.TestPackageScript) 2022-09-27T16:41:15.4097867Z Test to verify saving and loading same ScriptModule object works ... ok (0.010s) 2022-09-27T16:41:15.4108315Z test_tensor_sharing_pickle (test_package_script.TestPackageScript) 2022-09-27T16:41:15.4157414Z Test that saving a ScriptModule and a separately saving a tensor ... ok (0.016s) 2022-09-27T16:41:15.4237573Z test_repackage_import_indirectly_via_parent_module (test_repackage.TestRepackage) ... ok (0.010s) 2022-09-27T16:41:15.4268149Z test_importer_access (test_resources.TestResources) ... ok (0.000s) 2022-09-27T16:41:15.4274409Z test_package_resource_access (test_resources.TestResources) 2022-09-27T16:41:15.4293353Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.000s) 2022-09-27T16:41:15.4300067Z test_resource_access_by_path (test_resources.TestResources) 2022-09-27T16:41:15.4357448Z Tests that packaged code can used importlib.resources.path. ... ok (0.000s) 2022-09-27T16:41:15.4375209Z test_resource_reader (test_resources.TestResources) 2022-09-27T16:41:15.4398674Z Test compliance with the get_resource_reader importlib API. ... ok (0.016s) 2022-09-27T16:41:15.4404211Z test_bad_dunder_imports (test_save_load.TestSaveLoad) 2022-09-27T16:41:15.4413576Z Test to ensure bad __imports__ don't cause PackageExporter to fail. ... ok (0.000s) 2022-09-27T16:41:15.4456909Z test_dunder_imports (test_save_load.TestSaveLoad) ... ok (0.000s) 2022-09-27T16:41:15.4469550Z test_exporting_mismatched_code (test_save_load.TestSaveLoad) 2022-09-27T16:41:15.4557092Z If an object with the same qualified name is loaded from different ... ok (0.016s) 2022-09-27T16:41:15.4628234Z test_pickle (test_save_load.TestSaveLoad) ... ok (0.000s) 2022-09-27T16:41:15.4636319Z test_save_imported_module (test_save_load.TestSaveLoad) 2022-09-27T16:41:15.4656995Z Saving a module that came from another PackageImporter should work. ... ok (0.000s) 2022-09-27T16:41:15.4663623Z test_save_imported_module_using_package_importer (test_save_load.TestSaveLoad) 2022-09-27T16:41:15.4699728Z Exercise a corner case: re-packaging a module that uses `torch_package_importer` ... ok (0.016s) 2022-09-27T16:41:15.4765652Z test_save_module (test_save_load.TestSaveLoad) ... ok (0.000s) 2022-09-27T16:41:15.4787122Z test_save_module_binary (test_save_load.TestSaveLoad) ... ok (0.000s) 2022-09-27T16:41:15.4899850Z test_saving_source (test_save_load.TestSaveLoad) ... ok (0.010s) 2022-09-27T16:41:15.4961244Z test_saving_string (test_save_load.TestSaveLoad) ... ok (0.016s) 2022-09-27T16:41:15.4961485Z 2022-09-27T16:41:15.4961952Z ---------------------------------------------------------------------- 2022-09-27T16:41:15.4962243Z Ran 132 tests in 0.968s 2022-09-27T16:41:15.4962370Z 2022-09-27T16:41:15.4962449Z OK (skipped=14) 2022-09-27T16:41:15.4962557Z 2022-09-27T16:41:15.4962647Z Generating XML reports... 2022-09-27T16:41:15.5009813Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_analyze.TestAnalyze-20220927164114.xml 2022-09-27T16:41:15.5037655Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_dependency_api.TestDependencyAPI-20220927164114.xml 2022-09-27T16:41:15.5048263Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_dependency_hooks.TestDependencyHooks-20220927164114.xml 2022-09-27T16:41:15.5062671Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_digraph.TestDiGraph-20220927164114.xml 2022-09-27T16:41:15.5079762Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_glob_group.TestGlobGroup-20220927164114.xml 2022-09-27T16:41:15.5090602Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_importer.TestImporter-20220927164114.xml 2022-09-27T16:41:15.5098578Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_load_bc_packages.TestLoadBCPackages-20220927164114.xml 2022-09-27T16:41:15.5112962Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_mangling.TestMangling-20220927164114.xml 2022-09-27T16:41:15.5127727Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_misc.TestMisc-20220927164114.xml 2022-09-27T16:41:15.5136926Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_package_fx.TestPackageFX-20220927164114.xml 2022-09-27T16:41:15.5164731Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_package_script.TestPackageScript-20220927164114.xml 2022-09-27T16:41:15.5170344Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_repackage.TestRepackage-20220927164114.xml 2022-09-27T16:41:15.5186756Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_resources.TestResources-20220927164114.xml 2022-09-27T16:41:15.5206791Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_save_load.TestSaveLoad-20220927164114.xml 2022-09-27T16:41:15.5220665Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_directory_reader.DirectoryReaderTest-20220927164114.xml 2022-09-27T16:41:15.5228849Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_model.ModelTest-20220927164114.xml 2022-09-27T16:41:15.7531500Z Running test_jit_cuda_fuser ... [2022-09-27 16:41:15.738344] 2022-09-27T16:41:15.7531984Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_cuda_fuser.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:41:15.738344] 2022-09-27T16:41:18.0762469Z 2022-09-27T16:41:18.0762797Z Running tests... 2022-09-27T16:41:18.0763106Z ---------------------------------------------------------------------- 2022-09-27T16:41:18.0763490Z Test results will be stored in test-reports\python-unittest\test_jit_cuda_fuser 2022-09-27T16:41:18.0776439Z test__softmax_function (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.0789402Z test__softmax_function_half_to_float (__main__.TestCudaFuser) ... skip: requires CUDA (0.016s) 2022-09-27T16:41:18.0808993Z test_addcmul_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.001s) 2022-09-27T16:41:18.0819642Z test_alias_pass_fix (__main__.TestCudaFuser) ... skip: skipping this test since unsqueeze is disabled now (0.000s) 2022-09-27T16:41:18.0838677Z test_autocast_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.0859150Z test_autocast_1_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.0876241Z test_autocast_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.0893847Z test_autocast_2_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.0912587Z test_backward_type (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.0920887Z test_batch_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.0931947Z test_batch_norm_impl_index_correctness (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.0940470Z test_batch_norm_impl_index_inner_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.0957186Z test_bfloat (__main__.TestCudaFuser) ... skip: device does not support BFloat16 (0.016s) 2022-09-27T16:41:18.0979339Z test_binary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.0992929Z test_binary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1004563Z test_binary_ops_channels_last_with_bcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1015203Z test_binary_ops_complex (__main__.TestCudaFuser) ... skip: see issue https://github.com/csarofeen/pytorch/issues/1730 (0.000s) 2022-09-27T16:41:18.1023306Z test_binary_ops_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1037863Z test_branches (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1049249Z test_broadcasting_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1060750Z test_broadcasting_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1072265Z test_broadcasting_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1083700Z test_broadcasting_3 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1096672Z test_broadcasting_multiple_output (__main__.TestCudaFuser) ... skip: broadcast on branches can't be resolved yet (0.000s) 2022-09-27T16:41:18.1109697Z test_broadcasting_multiple_output_shape (__main__.TestCudaFuser) ... skip: Broadcast with different output not supported yet (0.000s) 2022-09-27T16:41:18.1122555Z test_broadcasting_partition_logic_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.016s) 2022-09-27T16:41:18.1135633Z test_broadcasting_partition_logic_1 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1145901Z test_build_shape_expression_native_dropout (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1173696Z test_category_rule (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1204965Z test_channels_last_with_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1218836Z test_chunk (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1228299Z test_clamp (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1235632Z test_clamp_reversed_bound (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1244828Z test_clean_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1254476Z test_const (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1262501Z test_contiguous_on_broadcasted (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1282927Z test_conv2d_bias (__main__.TestCudaFuser) ... skip: requires CUDA (0.016s) 2022-09-27T16:41:18.1292750Z test_conv2d_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1310909Z test_cpu_scalar (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1321842Z test_cuda_fusion_guard (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1332258Z test_cuda_fusion_guard_backward (__main__.TestCudaFuser) ... skip: requires NVFuser (0.000s) 2022-09-27T16:41:18.1339933Z test_device_constant (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1351668Z test_disable_const_chunk_propagation_for_normalization (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1360926Z test_disable_sibling_fuse (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1369551Z test_dropout_inference_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1379789Z test_dropout_train_nograd_fusion (__main__.TestCudaFuser) ... skip: not enough memory (0.000s) 2022-09-27T16:41:18.1394367Z test_dropout_train_nograd_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1409538Z test_dropout_training_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1426304Z test_dropout_training_prob_check (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1448574Z test_dynamic_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.016s) 2022-09-27T16:41:18.1460818Z test_expand (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1475957Z test_fix_shape_expression_bn (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1494013Z test_flatten (__main__.TestCudaFuser) ... skip: skipping this test since flatten is disabled now (0.000s) 2022-09-27T16:41:18.1505044Z test_gelu (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1532395Z test_grad_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1544170Z test_graph_for_with_missing_optimized_engine (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1562906Z test_graph_rng (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1578850Z test_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1586998Z test_high_rank_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1603449Z test_inf_quick_patch (__main__.TestCudaFuser) ... skip: requires CUDA (0.016s) 2022-09-27T16:41:18.1612943Z test_inplace_removal (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1625784Z test_input_output_passthrough (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1633034Z test_int_tensor_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1648004Z test_issue1445_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1661484Z test_issue_1785 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1683145Z test_layer_norm_autodiff (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1696333Z test_layer_norm_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1708712Z test_layer_norm_trivial_reduce_dim (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1721510Z test_linear (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1731705Z test_linear_symbolic_shapes (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1741054Z test_multiple_device_pw (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1764229Z test_native_batch_norm_backward (__main__.TestCudaFuser) ... skip: requires CUDA (0.016s) 2022-09-27T16:41:18.1772987Z test_native_layer_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1781751Z test_native_layer_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1789946Z test_native_layer_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1795124Z test_nested_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.000s) 2022-09-27T16:41:18.1804668Z test_norm (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1815056Z test_norm_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1822743Z test_norm_channels_last (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1832527Z test_norm_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1839633Z test_norm_half_layer (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1848450Z test_norm_large (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1865685Z test_normalization_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1879179Z test_nvfuser_comparison_callbacks_with_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1893011Z test_nvfuser_comparison_callbacks_without_fallback (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1899670Z test_overlapped_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1913499Z test_permutation_preservation (__main__.TestCudaFuser) ... skip: requires CUDA (0.016s) 2022-09-27T16:41:18.1922428Z test_permutation_preservation_edge_case_0 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1935146Z test_permutation_preservation_edge_case_1_broken (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1947417Z test_permutation_preservation_edge_case_2 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1960504Z test_pointwise_reference_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1974066Z test_profile_ivalue (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1983509Z test_profile_ivalue_multiple_profiles (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.1992076Z test_profiling_node (__main__.TestCudaFuser) ... skip: Skipped due to rand_like behavior change (0.000s) 2022-09-27T16:41:18.2005579Z test_pw_single_reduction_partition (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2010313Z test_random_topo (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2020121Z test_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2034067Z test_reduction_dtypes_axis (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2041831Z test_reduction_empty_axes (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2064466Z test_reduction_multiple_output (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2073165Z test_reduction_permutation (__main__.TestCudaFuser) ... skip: requires CUDA (0.016s) 2022-09-27T16:41:18.2084959Z test_reduction_sizes_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2100651Z test_remove_output_used_only_in_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2109269Z test_rsub (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2117947Z test_scalar_cuda_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2129295Z test_scalar_input (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2138203Z test_scalar_tensor (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2145738Z test_scalar_tensor_permuted (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2158655Z test_scheduler_with_polymorphic_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2177135Z test_shape_expression (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.000s) 2022-09-27T16:41:18.2188087Z test_sibling_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2197654Z test_sibling_fusion_no_scalar_inputs (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2211543Z test_single_reduction_broadcast (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2217913Z test_singleton_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2234317Z test_skip_parser (__main__.TestCudaFuser) ... skip: requires CUDA (0.016s) 2022-09-27T16:41:18.2245390Z test_softmax (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2254708Z test_softmax_bfloat (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2275104Z test_softmax_dtype (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2283959Z test_softmax_half (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2296356Z test_softplus_fuser (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2303022Z test_squeeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.000s) 2022-09-27T16:41:18.2310688Z test_squeeze_negative_dim (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.000s) 2022-09-27T16:41:18.2320950Z test_squeeze_zero (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.000s) 2022-09-27T16:41:18.2332737Z test_strict_fusion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2343438Z test_sum_to_one (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2359848Z test_sum_to_size (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2388608Z test_ternary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.016s) 2022-09-27T16:41:18.2394030Z test_ternary_ops_integer_compatibility (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2401535Z test_ternary_ops_type_promotion (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2408048Z test_to_boolean (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2418985Z test_to_copy (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2428354Z test_to_dtype_bf16_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2437738Z test_to_dtype_bf16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2446664Z test_to_dtype_fp16_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2455599Z test_to_dtype_fp16_to_fp32 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2465054Z test_to_dtype_fp32_to_bf16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2473957Z test_to_dtype_fp32_to_fp16 (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2484892Z test_trivial_reduction (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2495841Z test_type_as_op (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2505633Z test_type_inference (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2521904Z test_unary_bitwise (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2540281Z test_unary_ops (__main__.TestCudaFuser) ... skip: requires CUDA (0.016s) 2022-09-27T16:41:18.2546460Z test_unsqueeze (__main__.TestCudaFuser) ... skip: skipping this test since squeeze/unsqueeze is disabled now (0.000s) 2022-09-27T16:41:18.2560555Z test_variance (__main__.TestCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2569127Z test_view (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.000s) 2022-09-27T16:41:18.2578104Z test_view_copy_graph_guard (__main__.TestCudaFuser) ... skip: skipping this test since reshape is disabled now (0.000s) 2022-09-27T16:41:18.2589779Z test_view_copy_graph_guard_double_fusion (__main__.TestCudaFuser) ... skip: skipping this test since view is disabled now (0.000s) 2022-09-27T16:41:18.2613823Z test_can_be_enabled_nvfuser (__main__.TestEnableDisableCudaFuser) ... ok (0.000s) 2022-09-27T16:41:18.2629755Z test_context_manager_test (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.2636465Z test_register_fuser (__main__.TestEnableDisableCudaFuser) ... skip: requires CUDA (0.000s) 2022-09-27T16:41:18.8763074Z test_register_fuser_cpu (__main__.TestEnableDisableCudaFuser) ... ok (0.621s) 2022-09-27T16:41:18.9463146Z test_autodiff_fallback (jit.test_fuser_common.TestFuserCommon) ... ok (0.068s) 2022-09-27T16:41:18.9463373Z 2022-09-27T16:41:18.9463963Z ---------------------------------------------------------------------- 2022-09-27T16:41:18.9464251Z Ran 152 tests in 0.875s 2022-09-27T16:41:18.9464372Z 2022-09-27T16:41:18.9464453Z OK (skipped=149) 2022-09-27T16:41:18.9464570Z 2022-09-27T16:41:18.9464836Z Generating XML reports... 2022-09-27T16:41:18.9518886Z Generated XML report: test-reports\python-unittest\test_jit_cuda_fuser\TEST-TestEnableDisableCudaFuser-20220927164118.xml 2022-09-27T16:41:18.9533446Z Generated XML report: test-reports\python-unittest\test_jit_cuda_fuser\TEST-jit.test_fuser_common.TestFuserCommon-20220927164118.xml 2022-09-27T16:41:18.9699650Z Generated XML report: test-reports\python-unittest\test_jit_cuda_fuser\TEST-TestCudaFuser-20220927164118.xml 2022-09-27T16:41:19.2969444Z Running test_cpp_extensions_aot_ninja ... [2022-09-27 16:41:19.289886] 2022-09-27T16:41:20.8524009Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-09-27T16:41:20.9783756Z running install 2022-09-27T16:41:20.9854754Z 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-09-27T16:41:20.9855197Z warnings.warn( 2022-09-27T16:41:20.9943871Z running build 2022-09-27T16:41:20.9944088Z running build_py 2022-09-27T16:41:21.0020743Z creating build 2022-09-27T16:41:21.0022667Z creating build\lib.win-amd64-cpython-39 2022-09-27T16:41:21.0024800Z creating build\lib.win-amd64-cpython-39\torch_test_cpp_extension 2022-09-27T16:41:21.0027791Z copying torch_test_cpp_extension\__init__.py -> build\lib.win-amd64-cpython-39\torch_test_cpp_extension 2022-09-27T16:41:21.0033920Z running build_ext 2022-09-27T16:41:21.0102157Z building 'torch_test_cpp_extension.cpp' extension 2022-09-27T16:41:21.0114959Z creating C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39 2022-09-27T16:41:21.0116423Z creating C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release 2022-09-27T16:41:21.0167312Z Emitting ninja build file C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\build.ninja... 2022-09-27T16:41:21.0171597Z Compiling objects... 2022-09-27T16:41:21.0171940Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-09-27T16:41:31.5572777Z [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-09-27T16:41:31.5575186Z 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-09-27T16:41:31.5575854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5576339Z with 2022-09-27T16:41:31.5576499Z [ 2022-09-27T16:41:31.5576659Z T=c10::SymInt 2022-09-27T16:41:31.5576909Z ] 2022-09-27T16:41:31.5577427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5577885Z with 2022-09-27T16:41:31.5578040Z [ 2022-09-27T16:41:31.5578205Z T=c10::SymInt 2022-09-27T16:41:31.5578358Z ] 2022-09-27T16:41:31.5578805Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5579311Z with 2022-09-27T16:41:31.5579525Z [ 2022-09-27T16:41:31.5579766Z T=c10::SymInt 2022-09-27T16:41:31.5580012Z ] 2022-09-27T16:41:31.5580638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5581306Z with 2022-09-27T16:41:31.5581525Z [ 2022-09-27T16:41:31.5581749Z T=c10::SymInt 2022-09-27T16:41:31.5581951Z ] 2022-09-27T16:41:31.5582482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:31.5583299Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1514): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:41:31.5584150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5584666Z with 2022-09-27T16:41:31.5584880Z [ 2022-09-27T16:41:31.5585099Z T=c10::SymInt 2022-09-27T16:41:31.5585309Z ] 2022-09-27T16:41:31.5585809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2533): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-09-27T16:41:31.5586600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5587078Z with 2022-09-27T16:41:31.5587288Z [ 2022-09-27T16:41:31.5587515Z T=at::Generator 2022-09-27T16:41:31.5587744Z ] 2022-09-27T16:41:31.5588275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5588776Z with 2022-09-27T16:41:31.5588986Z [ 2022-09-27T16:41:31.5589208Z T=at::Generator 2022-09-27T16:41:31.5589438Z ] 2022-09-27T16:41:31.5590134Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5590673Z with 2022-09-27T16:41:31.5590888Z [ 2022-09-27T16:41:31.5591116Z T=at::Generator 2022-09-27T16:41:31.5591343Z ] 2022-09-27T16:41:31.5591961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5592634Z with 2022-09-27T16:41:31.5592829Z [ 2022-09-27T16:41:31.5593059Z T=at::Generator 2022-09-27T16:41:31.5593287Z ] 2022-09-27T16:41:31.5594624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:31.5595276Z 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-09-27T16:41:31.5595917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5596301Z with 2022-09-27T16:41:31.5596445Z [ 2022-09-27T16:41:31.5596614Z T=at::Generator 2022-09-27T16:41:31.5596778Z ] 2022-09-27T16:41:31.5597159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5597508Z with 2022-09-27T16:41:31.5597647Z [ 2022-09-27T16:41:31.5597813Z T=at::TensorBase 2022-09-27T16:41:31.5597978Z ] 2022-09-27T16:41:31.5598371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5598736Z with 2022-09-27T16:41:31.5598885Z [ 2022-09-27T16:41:31.5599039Z T=at::TensorBase 2022-09-27T16:41:31.5599203Z ] 2022-09-27T16:41:31.5599638Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5600032Z with 2022-09-27T16:41:31.5600182Z [ 2022-09-27T16:41:31.5600348Z T=at::TensorBase 2022-09-27T16:41:31.5600502Z ] 2022-09-27T16:41:31.5600960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5601381Z with 2022-09-27T16:41:31.5601532Z [ 2022-09-27T16:41:31.5601698Z T=at::TensorBase 2022-09-27T16:41:31.5601850Z ] 2022-09-27T16:41:31.5602254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:31.5602889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(921): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:41:31.5603612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5604007Z with 2022-09-27T16:41:31.5604165Z [ 2022-09-27T16:41:31.5604338Z T=at::TensorBase 2022-09-27T16:41:31.5604492Z ] 2022-09-27T16:41:31.5604873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5605279Z with 2022-09-27T16:41:31.5605433Z [ 2022-09-27T16:41:31.5605658Z T=at::Tensor 2022-09-27T16:41:31.5605822Z ] 2022-09-27T16:41:31.5606207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5606576Z with 2022-09-27T16:41:31.5606736Z [ 2022-09-27T16:41:31.5606903Z T=at::Tensor 2022-09-27T16:41:31.5607067Z ] 2022-09-27T16:41:31.5607501Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5607885Z with 2022-09-27T16:41:31.5608037Z [ 2022-09-27T16:41:31.5608200Z T=at::Tensor 2022-09-27T16:41:31.5608360Z ] 2022-09-27T16:41:31.5608817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5609238Z with 2022-09-27T16:41:31.5609375Z [ 2022-09-27T16:41:31.5609536Z T=at::Tensor 2022-09-27T16:41:31.5609694Z ] 2022-09-27T16:41:31.5610090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:31.5610706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(510): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:41:31.5611333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5611719Z with 2022-09-27T16:41:31.5611858Z [ 2022-09-27T16:41:31.5612020Z T=at::Tensor 2022-09-27T16:41:31.5612179Z ] 2022-09-27T16:41:31.5612557Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5612909Z with 2022-09-27T16:41:31.5613048Z [ 2022-09-27T16:41:31.5613209Z T=std::string 2022-09-27T16:41:31.5613374Z ] 2022-09-27T16:41:31.5613769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5614130Z with 2022-09-27T16:41:31.5614279Z [ 2022-09-27T16:41:31.5614428Z T=std::string 2022-09-27T16:41:31.5614588Z ] 2022-09-27T16:41:31.5615064Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5615459Z with 2022-09-27T16:41:31.5615607Z [ 2022-09-27T16:41:31.5615832Z T=std::string 2022-09-27T16:41:31.5615985Z ] 2022-09-27T16:41:31.5616445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5616867Z with 2022-09-27T16:41:31.5617020Z [ 2022-09-27T16:41:31.5617183Z T=std::string 2022-09-27T16:41:31.5617332Z ] 2022-09-27T16:41:31.5617802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:31.5619094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(448): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:41:31.5619737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5620126Z with 2022-09-27T16:41:31.5620281Z [ 2022-09-27T16:41:31.5620449Z T=std::string 2022-09-27T16:41:31.5620599Z ] 2022-09-27T16:41:31.5620982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5621335Z with 2022-09-27T16:41:31.5621485Z [ 2022-09-27T16:41:31.5621660Z T=c10::QualifiedName 2022-09-27T16:41:31.5621830Z ] 2022-09-27T16:41:31.5622212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5622582Z with 2022-09-27T16:41:31.5622732Z [ 2022-09-27T16:41:31.5622903Z T=c10::QualifiedName 2022-09-27T16:41:31.5623070Z ] 2022-09-27T16:41:31.5623505Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5623891Z with 2022-09-27T16:41:31.5624040Z [ 2022-09-27T16:41:31.5624209Z T=c10::QualifiedName 2022-09-27T16:41:31.5624376Z ] 2022-09-27T16:41:31.5624834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5625254Z with 2022-09-27T16:41:31.5625391Z [ 2022-09-27T16:41:31.5625563Z T=c10::QualifiedName 2022-09-27T16:41:31.5625735Z ] 2022-09-27T16:41:31.5626144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:31.5626778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(696): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:41:31.5627421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5627804Z with 2022-09-27T16:41:31.5627943Z [ 2022-09-27T16:41:31.5628116Z T=c10::QualifiedName 2022-09-27T16:41:31.5628290Z ] 2022-09-27T16:41:31.5628735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5629098Z with 2022-09-27T16:41:31.5629257Z [ 2022-09-27T16:41:31.5629462Z T=std::shared_ptr 2022-09-27T16:41:31.5629671Z ] 2022-09-27T16:41:31.5630069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5630491Z with 2022-09-27T16:41:31.5630640Z [ 2022-09-27T16:41:31.5630841Z T=std::shared_ptr 2022-09-27T16:41:31.5631044Z ] 2022-09-27T16:41:31.5631487Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5631891Z with 2022-09-27T16:41:31.5632044Z [ 2022-09-27T16:41:31.5632257Z T=std::shared_ptr 2022-09-27T16:41:31.5632444Z ] 2022-09-27T16:41:31.5632904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5633326Z with 2022-09-27T16:41:31.5633482Z [ 2022-09-27T16:41:31.5633695Z T=std::shared_ptr 2022-09-27T16:41:31.5633896Z ] 2022-09-27T16:41:31.5634343Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:41:31.5635010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1340): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:41:31.5635672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5636352Z with 2022-09-27T16:41:31.5636505Z [ 2022-09-27T16:41:31.5636725Z T=std::shared_ptr 2022-09-27T16:41:31.5636925Z ] 2022-09-27T16:41:31.5637306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5637656Z with 2022-09-27T16:41:31.5637798Z [ 2022-09-27T16:41:31.5638012Z T=std::weak_ptr 2022-09-27T16:41:31.5638213Z ] 2022-09-27T16:41:31.5638612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5638976Z with 2022-09-27T16:41:31.5639114Z [ 2022-09-27T16:41:31.5639325Z T=std::weak_ptr 2022-09-27T16:41:31.5639527Z ] 2022-09-27T16:41:31.5639963Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5640364Z with 2022-09-27T16:41:31.5640515Z [ 2022-09-27T16:41:31.5640710Z T=std::weak_ptr 2022-09-27T16:41:31.5640963Z ] 2022-09-27T16:41:31.5641427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5641855Z with 2022-09-27T16:41:31.5642008Z [ 2022-09-27T16:41:31.5642220Z T=std::weak_ptr 2022-09-27T16:41:31.5642408Z ] 2022-09-27T16:41:31.5642844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:41:31.5643575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1341): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:41:31.5644232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5644614Z with 2022-09-27T16:41:31.5644770Z [ 2022-09-27T16:41:31.5644981Z T=std::weak_ptr 2022-09-27T16:41:31.5645172Z ] 2022-09-27T16:41:31.5645554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5645910Z with 2022-09-27T16:41:31.5646063Z [ 2022-09-27T16:41:31.5646305Z T=std::vector> 2022-09-27T16:41:31.5646530Z ] 2022-09-27T16:41:31.5646917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5647279Z with 2022-09-27T16:41:31.5647430Z [ 2022-09-27T16:41:31.5647669Z T=std::vector> 2022-09-27T16:41:31.5647891Z ] 2022-09-27T16:41:31.5648328Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5648725Z with 2022-09-27T16:41:31.5648863Z [ 2022-09-27T16:41:31.5649097Z T=std::vector> 2022-09-27T16:41:31.5649321Z ] 2022-09-27T16:41:31.5649784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5650207Z with 2022-09-27T16:41:31.5650360Z [ 2022-09-27T16:41:31.5650581Z T=std::vector> 2022-09-27T16:41:31.5650806Z ] 2022-09-27T16:41:31.5651256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:41:31.5651981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(482): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:41:31.5652708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5653091Z with 2022-09-27T16:41:31.5653245Z [ 2022-09-27T16:41:31.5653473Z T=std::vector> 2022-09-27T16:41:31.5653697Z ] 2022-09-27T16:41:31.5654082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5654438Z with 2022-09-27T16:41:31.5654640Z [ 2022-09-27T16:41:31.5654845Z T=std::vector> 2022-09-27T16:41:31.5655029Z ] 2022-09-27T16:41:31.5655432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5655804Z with 2022-09-27T16:41:31.5655958Z [ 2022-09-27T16:41:31.5656163Z T=std::vector> 2022-09-27T16:41:31.5656357Z ] 2022-09-27T16:41:31.5656776Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5657177Z with 2022-09-27T16:41:31.5657329Z [ 2022-09-27T16:41:31.5657626Z T=std::vector> 2022-09-27T16:41:31.5657827Z ] 2022-09-27T16:41:31.5658288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5658716Z with 2022-09-27T16:41:31.5658859Z [ 2022-09-27T16:41:31.5659064Z T=std::vector> 2022-09-27T16:41:31.5659258Z ] 2022-09-27T16:41:31.5659686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:41:31.5660353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(441): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:41:31.5661004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5661385Z with 2022-09-27T16:41:31.5661527Z [ 2022-09-27T16:41:31.5661732Z T=std::vector> 2022-09-27T16:41:31.5661928Z ] 2022-09-27T16:41:31.5662313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5662666Z with 2022-09-27T16:41:31.5662804Z [ 2022-09-27T16:41:31.5663054Z T=std::vector,std::allocator>> 2022-09-27T16:41:31.5663284Z ] 2022-09-27T16:41:31.5663682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5664054Z with 2022-09-27T16:41:31.5664205Z [ 2022-09-27T16:41:31.5664439Z T=std::vector,std::allocator>> 2022-09-27T16:41:31.5664671Z ] 2022-09-27T16:41:31.5665568Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5665980Z with 2022-09-27T16:41:31.5666135Z [ 2022-09-27T16:41:31.5666386Z T=std::vector,std::allocator>> 2022-09-27T16:41:31.5666615Z ] 2022-09-27T16:41:31.5667067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5667551Z with 2022-09-27T16:41:31.5667705Z [ 2022-09-27T16:41:31.5667953Z T=std::vector,std::allocator>> 2022-09-27T16:41:31.5668189Z ] 2022-09-27T16:41:31.5668660Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:41:31.5669396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:41:31.5670075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(843): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:41:31.5670698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5671081Z with 2022-09-27T16:41:31.5671236Z [ 2022-09-27T16:41:31.5671487Z T=std::vector,std::allocator>> 2022-09-27T16:41:31.5671718Z ] 2022-09-27T16:41:31.5672102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5672455Z with 2022-09-27T16:41:31.5672596Z [ 2022-09-27T16:41:31.5672840Z T=std::vector,std::allocator>> 2022-09-27T16:41:31.5673065Z ] 2022-09-27T16:41:31.5673464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5673836Z with 2022-09-27T16:41:31.5673986Z [ 2022-09-27T16:41:31.5674211Z T=std::vector,std::allocator>> 2022-09-27T16:41:31.5674434Z ] 2022-09-27T16:41:31.5674866Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5675261Z with 2022-09-27T16:41:31.5675412Z [ 2022-09-27T16:41:31.5675649Z T=std::vector,std::allocator>> 2022-09-27T16:41:31.5675859Z ] 2022-09-27T16:41:31.5676361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5676791Z with 2022-09-27T16:41:31.5676941Z [ 2022-09-27T16:41:31.5677177Z T=std::vector,std::allocator>> 2022-09-27T16:41:31.5677400Z ] 2022-09-27T16:41:31.5677857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:41:31.5678574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:41:31.5679275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(613): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:41:31.5679903Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5680285Z with 2022-09-27T16:41:31.5680436Z [ 2022-09-27T16:41:31.5680679Z T=std::vector,std::allocator>> 2022-09-27T16:41:31.5680900Z ] 2022-09-27T16:41:31.5681279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5681621Z with 2022-09-27T16:41:31.5681772Z [ 2022-09-27T16:41:31.5681979Z T=std::vector> 2022-09-27T16:41:31.5682175Z ] 2022-09-27T16:41:31.5682570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5682931Z with 2022-09-27T16:41:31.5683069Z [ 2022-09-27T16:41:31.5683272Z T=std::vector> 2022-09-27T16:41:31.5683462Z ] 2022-09-27T16:41:31.5683897Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5684293Z with 2022-09-27T16:41:31.5684443Z [ 2022-09-27T16:41:31.5684637Z T=std::vector> 2022-09-27T16:41:31.5684828Z ] 2022-09-27T16:41:31.5685287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5685710Z with 2022-09-27T16:41:31.5685859Z [ 2022-09-27T16:41:31.5686064Z T=std::vector> 2022-09-27T16:41:31.5686243Z ] 2022-09-27T16:41:31.5686671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:41:31.5687337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(726): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:41:31.5688038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5688417Z with 2022-09-27T16:41:31.5688566Z [ 2022-09-27T16:41:31.5688771Z T=std::vector> 2022-09-27T16:41:31.5688951Z ] 2022-09-27T16:41:31.5689328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5689685Z with 2022-09-27T16:41:31.5689839Z [ 2022-09-27T16:41:31.5690074Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:41:31.5690348Z ] 2022-09-27T16:41:31.5690730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5691092Z with 2022-09-27T16:41:31.5691248Z [ 2022-09-27T16:41:31.5691482Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:41:31.5691702Z ] 2022-09-27T16:41:31.5692135Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5692525Z with 2022-09-27T16:41:31.5692664Z [ 2022-09-27T16:41:31.5692898Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:41:31.5693119Z ] 2022-09-27T16:41:31.5693582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5694004Z with 2022-09-27T16:41:31.5694155Z [ 2022-09-27T16:41:31.5694378Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:41:31.5694600Z ] 2022-09-27T16:41:31.5695049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:41:31.5695789Z 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-09-27T16:41:31.5696528Z 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-09-27T16:41:31.5697215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5697695Z with 2022-09-27T16:41:31.5697848Z [ 2022-09-27T16:41:31.5698071Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:41:31.5698295Z ] 2022-09-27T16:41:31.5698679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5699035Z with 2022-09-27T16:41:31.5699189Z [ 2022-09-27T16:41:31.5699421Z T=c10::impl::InlineStreamGuard 2022-09-27T16:41:31.5699627Z ] 2022-09-27T16:41:31.5700081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5700449Z with 2022-09-27T16:41:31.5700603Z [ 2022-09-27T16:41:31.5700836Z T=c10::impl::InlineStreamGuard 2022-09-27T16:41:31.5701054Z ] 2022-09-27T16:41:31.5701477Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5701875Z with 2022-09-27T16:41:31.5702027Z [ 2022-09-27T16:41:31.5702307Z T=c10::impl::InlineStreamGuard 2022-09-27T16:41:31.5702523Z ] 2022-09-27T16:41:31.5702982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5703391Z with 2022-09-27T16:41:31.5703541Z [ 2022-09-27T16:41:31.5703774Z T=c10::impl::InlineStreamGuard 2022-09-27T16:41:31.5703993Z ] 2022-09-27T16:41:31.5704444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:41:31.5705179Z 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-09-27T16:41:31.5705921Z 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-09-27T16:41:31.5706607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5706989Z with 2022-09-27T16:41:31.5707130Z [ 2022-09-27T16:41:31.5707362Z T=c10::impl::InlineStreamGuard 2022-09-27T16:41:31.5707584Z ] 2022-09-27T16:41:31.5707962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5708317Z with 2022-09-27T16:41:31.5708456Z [ 2022-09-27T16:41:31.5708644Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:41:31.5708825Z ] 2022-09-27T16:41:31.5709219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5709580Z with 2022-09-27T16:41:31.5709733Z [ 2022-09-27T16:41:31.5709904Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:41:31.5710082Z ] 2022-09-27T16:41:31.5710515Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5710912Z with 2022-09-27T16:41:31.5711065Z [ 2022-09-27T16:41:31.5711249Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:41:31.5711419Z ] 2022-09-27T16:41:31.5711923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5712346Z with 2022-09-27T16:41:31.5712496Z [ 2022-09-27T16:41:31.5712680Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:41:31.5712859Z ] 2022-09-27T16:41:31.5713263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:31.5713906Z 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-09-27T16:41:31.5714328Z with 2022-09-27T16:41:31.5714478Z [ 2022-09-27T16:41:31.5714661Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:41:31.5714843Z ] 2022-09-27T16:41:31.5715284Z 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-09-27T16:41:31.5715960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5716340Z with 2022-09-27T16:41:31.5716494Z [ 2022-09-27T16:41:31.5716680Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:41:31.5716864Z ] 2022-09-27T16:41:31.5717250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5717585Z with 2022-09-27T16:41:31.5717741Z [ 2022-09-27T16:41:31.5718016Z T=std::vector> 2022-09-27T16:41:31.5718264Z ] 2022-09-27T16:41:31.5718658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5719023Z with 2022-09-27T16:41:31.5719160Z [ 2022-09-27T16:41:31.5719428Z T=std::vector> 2022-09-27T16:41:31.5719673Z ] 2022-09-27T16:41:31.5720105Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5720498Z with 2022-09-27T16:41:31.5720647Z [ 2022-09-27T16:41:31.5720906Z T=std::vector> 2022-09-27T16:41:31.5721155Z ] 2022-09-27T16:41:31.5721615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5722027Z with 2022-09-27T16:41:31.5722179Z [ 2022-09-27T16:41:31.5722443Z T=std::vector> 2022-09-27T16:41:31.5722689Z ] 2022-09-27T16:41:31.5723166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:41:31.5723991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(843): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:41:31.5724701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5725084Z with 2022-09-27T16:41:31.5725235Z [ 2022-09-27T16:41:31.5725501Z T=std::vector> 2022-09-27T16:41:31.5725793Z ] 2022-09-27T16:41:31.5726171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5726509Z with 2022-09-27T16:41:31.5726659Z [ 2022-09-27T16:41:31.5726842Z T=torch::autograd::ViewInfo 2022-09-27T16:41:31.5727019Z ] 2022-09-27T16:41:31.5727420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5727784Z with 2022-09-27T16:41:31.5727919Z [ 2022-09-27T16:41:31.5728101Z T=torch::autograd::ViewInfo 2022-09-27T16:41:31.5728276Z ] 2022-09-27T16:41:31.5728709Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5729110Z with 2022-09-27T16:41:31.5729257Z [ 2022-09-27T16:41:31.5729424Z T=torch::autograd::ViewInfo 2022-09-27T16:41:31.5729601Z ] 2022-09-27T16:41:31.5730060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5730480Z with 2022-09-27T16:41:31.5730630Z [ 2022-09-27T16:41:31.5730807Z T=torch::autograd::ViewInfo 2022-09-27T16:41:31.5730971Z ] 2022-09-27T16:41:31.5731389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:31.5732048Z 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-09-27T16:41:31.5732699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5733077Z with 2022-09-27T16:41:31.5733231Z [ 2022-09-27T16:41:31.5733410Z T=torch::autograd::ViewInfo 2022-09-27T16:41:31.5733576Z ] 2022-09-27T16:41:31.5733957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5734310Z with 2022-09-27T16:41:31.5734465Z [ 2022-09-27T16:41:31.5734628Z T=c10::IValue 2022-09-27T16:41:31.5734776Z ] 2022-09-27T16:41:31.5735170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5735536Z with 2022-09-27T16:41:31.5735737Z [ 2022-09-27T16:41:31.5735899Z T=c10::IValue 2022-09-27T16:41:31.5736058Z ] 2022-09-27T16:41:31.5736478Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5736876Z with 2022-09-27T16:41:31.5737025Z [ 2022-09-27T16:41:31.5737186Z T=c10::IValue 2022-09-27T16:41:31.5737344Z ] 2022-09-27T16:41:31.5737879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5738352Z with 2022-09-27T16:41:31.5738505Z [ 2022-09-27T16:41:31.5738668Z T=c10::IValue 2022-09-27T16:41:31.5738829Z ] 2022-09-27T16:41:31.5739226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:31.5739850Z 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-09-27T16:41:31.5740480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5740850Z with 2022-09-27T16:41:31.5741005Z [ 2022-09-27T16:41:31.5741168Z T=c10::IValue 2022-09-27T16:41:31.5741330Z ] 2022-09-27T16:41:31.5741714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5742062Z with 2022-09-27T16:41:31.5742200Z [ 2022-09-27T16:41:31.5742364Z T=c10::AliasInfo 2022-09-27T16:41:31.5742530Z ] 2022-09-27T16:41:31.5742925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5743286Z with 2022-09-27T16:41:31.5743424Z [ 2022-09-27T16:41:31.5743590Z T=c10::AliasInfo 2022-09-27T16:41:31.5743756Z ] 2022-09-27T16:41:31.5744187Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5744580Z with 2022-09-27T16:41:31.5744731Z [ 2022-09-27T16:41:31.5744883Z T=c10::AliasInfo 2022-09-27T16:41:31.5745042Z ] 2022-09-27T16:41:31.5745498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5745917Z with 2022-09-27T16:41:31.5746066Z [ 2022-09-27T16:41:31.5746226Z T=c10::AliasInfo 2022-09-27T16:41:31.5746375Z ] 2022-09-27T16:41:31.5746776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:31.5747452Z 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-09-27T16:41:31.5748118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5748498Z with 2022-09-27T16:41:31.5748650Z [ 2022-09-27T16:41:31.5748816Z T=c10::AliasInfo 2022-09-27T16:41:31.5748965Z ] 2022-09-27T16:41:31.5749341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5749741Z with 2022-09-27T16:41:31.5750742Z [ 2022-09-27T16:41:31.5751462Z T=c10::either 2022-09-27T16:41:31.5751673Z ] 2022-09-27T16:41:31.5752061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5752428Z with 2022-09-27T16:41:31.5752582Z [ 2022-09-27T16:41:31.5752799Z T=c10::either 2022-09-27T16:41:31.5753005Z ] 2022-09-27T16:41:31.5753438Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5753818Z with 2022-09-27T16:41:31.5753970Z [ 2022-09-27T16:41:31.5754189Z T=c10::either 2022-09-27T16:41:31.5754392Z ] 2022-09-27T16:41:31.5754854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5755271Z with 2022-09-27T16:41:31.5755407Z [ 2022-09-27T16:41:31.5755624Z T=c10::either 2022-09-27T16:41:31.5755832Z ] 2022-09-27T16:41:31.5757461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:41:31.5758194Z 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-09-27T16:41:31.5758906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5759288Z with 2022-09-27T16:41:31.5759444Z [ 2022-09-27T16:41:31.5759654Z T=c10::either 2022-09-27T16:41:31.5759864Z ] 2022-09-27T16:41:31.5760245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5760594Z with 2022-09-27T16:41:31.5760745Z [ 2022-09-27T16:41:31.5760906Z T=at::StepCallbacks 2022-09-27T16:41:31.5761081Z ] 2022-09-27T16:41:31.5761474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5762523Z with 2022-09-27T16:41:31.5762684Z [ 2022-09-27T16:41:31.5762954Z T=at::StepCallbacks 2022-09-27T16:41:31.5763113Z ] 2022-09-27T16:41:31.5763546Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5763943Z with 2022-09-27T16:41:31.5764094Z [ 2022-09-27T16:41:31.5764265Z T=at::StepCallbacks 2022-09-27T16:41:31.5764431Z ] 2022-09-27T16:41:31.5764875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5765353Z with 2022-09-27T16:41:31.5765503Z [ 2022-09-27T16:41:31.5765675Z T=at::StepCallbacks 2022-09-27T16:41:31.5765847Z ] 2022-09-27T16:41:31.5766257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:31.5766891Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:41:31.5767537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5767922Z with 2022-09-27T16:41:31.5768075Z [ 2022-09-27T16:41:31.5768247Z T=at::StepCallbacks 2022-09-27T16:41:31.5768415Z ] 2022-09-27T16:41:31.5768797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5769134Z with 2022-09-27T16:41:31.5769282Z [ 2022-09-27T16:41:31.5769448Z T=c10::DimVector 2022-09-27T16:41:31.5769610Z ] 2022-09-27T16:41:31.5770004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5770367Z with 2022-09-27T16:41:31.5770504Z [ 2022-09-27T16:41:31.5770669Z T=c10::DimVector 2022-09-27T16:41:31.5770833Z ] 2022-09-27T16:41:31.5771262Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5771651Z with 2022-09-27T16:41:31.5771787Z [ 2022-09-27T16:41:31.5771955Z T=c10::DimVector 2022-09-27T16:41:31.5772117Z ] 2022-09-27T16:41:31.5772568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5772985Z with 2022-09-27T16:41:31.5773133Z [ 2022-09-27T16:41:31.5773285Z T=c10::DimVector 2022-09-27T16:41:31.5773446Z ] 2022-09-27T16:41:31.5773847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:31.5774475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:41:31.5775159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5775546Z with 2022-09-27T16:41:31.5775696Z [ 2022-09-27T16:41:31.5775849Z T=c10::DimVector 2022-09-27T16:41:31.5776011Z ] 2022-09-27T16:41:31.5776392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5776784Z with 2022-09-27T16:41:31.5776939Z [ 2022-09-27T16:41:31.5777124Z T=c10::impl::AnnotatedSchema 2022-09-27T16:41:31.5777293Z ] 2022-09-27T16:41:31.5777762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5778133Z with 2022-09-27T16:41:31.5778283Z [ 2022-09-27T16:41:31.5778470Z T=c10::impl::AnnotatedSchema 2022-09-27T16:41:31.5778636Z ] 2022-09-27T16:41:31.5779068Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5779461Z with 2022-09-27T16:41:31.5779615Z [ 2022-09-27T16:41:31.5779797Z T=c10::impl::AnnotatedSchema 2022-09-27T16:41:31.5779978Z ] 2022-09-27T16:41:31.5780427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5780851Z with 2022-09-27T16:41:31.5781005Z [ 2022-09-27T16:41:31.5781194Z T=c10::impl::AnnotatedSchema 2022-09-27T16:41:31.5781374Z ] 2022-09-27T16:41:31.5781787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:31.5782456Z 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-09-27T16:41:31.5783125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5783496Z with 2022-09-27T16:41:31.5783648Z [ 2022-09-27T16:41:31.5783840Z T=c10::impl::AnnotatedSchema 2022-09-27T16:41:31.5784022Z ] 2022-09-27T16:41:31.5784401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5784755Z with 2022-09-27T16:41:31.5784894Z [ 2022-09-27T16:41:31.5785120Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:41:31.5785333Z ] 2022-09-27T16:41:31.5785730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5786091Z with 2022-09-27T16:41:31.5786230Z [ 2022-09-27T16:41:31.5786452Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:41:31.5786663Z ] 2022-09-27T16:41:31.5787158Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5787563Z with 2022-09-27T16:41:31.5787713Z [ 2022-09-27T16:41:31.5787923Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:41:31.5788133Z ] 2022-09-27T16:41:31.5788592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5789057Z with 2022-09-27T16:41:31.5789206Z [ 2022-09-27T16:41:31.5789430Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:41:31.5789625Z ] 2022-09-27T16:41:31.5790079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:31.5790806Z 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-09-27T16:41:31.5791499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5791890Z with 2022-09-27T16:41:31.5792042Z [ 2022-09-27T16:41:31.5792264Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:41:31.5792473Z ] 2022-09-27T16:41:31.5792844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5793196Z with 2022-09-27T16:41:31.5793346Z [ 2022-09-27T16:41:31.5793542Z T=std::tuple 2022-09-27T16:41:31.5793732Z ] 2022-09-27T16:41:31.5794123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5794471Z with 2022-09-27T16:41:31.5794622Z [ 2022-09-27T16:41:31.5794820Z T=std::tuple 2022-09-27T16:41:31.5795012Z ] 2022-09-27T16:41:31.5795441Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5795838Z with 2022-09-27T16:41:31.5795975Z [ 2022-09-27T16:41:31.5796172Z T=std::tuple 2022-09-27T16:41:31.5796358Z ] 2022-09-27T16:41:31.5796820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5797237Z with 2022-09-27T16:41:31.5797385Z [ 2022-09-27T16:41:31.5797571Z T=std::tuple 2022-09-27T16:41:31.5797764Z ] 2022-09-27T16:41:31.5798189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:41:31.5798917Z 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-09-27T16:41:31.5799578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5799958Z with 2022-09-27T16:41:31.5800109Z [ 2022-09-27T16:41:31.5800297Z T=std::tuple 2022-09-27T16:41:31.5800489Z ] 2022-09-27T16:41:31.5800874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5801274Z with 2022-09-27T16:41:31.5801423Z [ 2022-09-27T16:41:31.5801599Z T=torch::jit::SourceRange 2022-09-27T16:41:31.5801763Z ] 2022-09-27T16:41:31.5802158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5802518Z with 2022-09-27T16:41:31.5802667Z [ 2022-09-27T16:41:31.5802845Z T=torch::jit::SourceRange 2022-09-27T16:41:31.5803008Z ] 2022-09-27T16:41:31.5803436Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5803835Z with 2022-09-27T16:41:31.5803987Z [ 2022-09-27T16:41:31.5804162Z T=torch::jit::SourceRange 2022-09-27T16:41:31.5804332Z ] 2022-09-27T16:41:31.5804777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5805200Z with 2022-09-27T16:41:31.5805349Z [ 2022-09-27T16:41:31.5805522Z T=torch::jit::SourceRange 2022-09-27T16:41:31.5805693Z ] 2022-09-27T16:41:31.5806101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:31.5806761Z 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-09-27T16:41:31.5807426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5807791Z with 2022-09-27T16:41:31.5807948Z [ 2022-09-27T16:41:31.5808129Z T=torch::jit::SourceRange 2022-09-27T16:41:31.5808306Z ] 2022-09-27T16:41:31.5808687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5809038Z with 2022-09-27T16:41:31.5809175Z [ 2022-09-27T16:41:31.5809372Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:41:31.5809564Z ] 2022-09-27T16:41:31.5809957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5810318Z with 2022-09-27T16:41:31.5810456Z [ 2022-09-27T16:41:31.5810701Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:41:31.5810897Z ] 2022-09-27T16:41:31.5811330Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5811725Z with 2022-09-27T16:41:31.5811876Z [ 2022-09-27T16:41:31.5812058Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:41:31.5812247Z ] 2022-09-27T16:41:31.5812704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5813553Z with 2022-09-27T16:41:31.5813704Z [ 2022-09-27T16:41:31.5813901Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:41:31.5814077Z ] 2022-09-27T16:41:31.5814509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:31.5815179Z 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-09-27T16:41:31.5815842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5816225Z with 2022-09-27T16:41:31.5816378Z [ 2022-09-27T16:41:31.5816576Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:41:31.5816753Z ] 2022-09-27T16:41:31.5817134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5817492Z with 2022-09-27T16:41:31.5817732Z [ 2022-09-27T16:41:31.5817926Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:41:31.5818114Z ] 2022-09-27T16:41:31.5818495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5818860Z with 2022-09-27T16:41:31.5819013Z [ 2022-09-27T16:41:31.5819209Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:41:31.5819395Z ] 2022-09-27T16:41:31.5819827Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5820211Z with 2022-09-27T16:41:31.5820365Z [ 2022-09-27T16:41:31.5820557Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:41:31.5820741Z ] 2022-09-27T16:41:31.5821198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5821618Z with 2022-09-27T16:41:31.5821756Z [ 2022-09-27T16:41:31.5821948Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:41:31.5822140Z ] 2022-09-27T16:41:31.5822567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:31.5823298Z 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-09-27T16:41:31.5823950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5836155Z with 2022-09-27T16:41:31.5836349Z [ 2022-09-27T16:41:31.5836561Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:41:31.5836764Z ] 2022-09-27T16:41:31.5837175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5837678Z with 2022-09-27T16:41:31.5837843Z [ 2022-09-27T16:41:31.5838032Z T=torch::jit::ScopePtr 2022-09-27T16:41:31.5838199Z ] 2022-09-27T16:41:31.5838617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5838994Z with 2022-09-27T16:41:31.5839156Z [ 2022-09-27T16:41:31.5839338Z T=torch::jit::ScopePtr 2022-09-27T16:41:31.5839502Z ] 2022-09-27T16:41:31.5839948Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5840363Z with 2022-09-27T16:41:31.5840523Z [ 2022-09-27T16:41:31.5840703Z T=torch::jit::ScopePtr 2022-09-27T16:41:31.5840882Z ] 2022-09-27T16:41:31.5841336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5841762Z with 2022-09-27T16:41:31.5841924Z [ 2022-09-27T16:41:31.5842106Z T=torch::jit::ScopePtr 2022-09-27T16:41:31.5842286Z ] 2022-09-27T16:41:31.5842719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:31.5843368Z 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-09-27T16:41:31.5844030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5844403Z with 2022-09-27T16:41:31.5844564Z [ 2022-09-27T16:41:31.5844746Z T=torch::jit::ScopePtr 2022-09-27T16:41:31.5844925Z ] 2022-09-27T16:41:31.5845314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5845674Z with 2022-09-27T16:41:31.5845817Z [ 2022-09-27T16:41:31.5846003Z T=at::ThreadLocalState 2022-09-27T16:41:31.5846185Z ] 2022-09-27T16:41:31.5846590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5846961Z with 2022-09-27T16:41:31.5847104Z [ 2022-09-27T16:41:31.5847290Z T=at::ThreadLocalState 2022-09-27T16:41:31.5847471Z ] 2022-09-27T16:41:31.5847974Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5848386Z with 2022-09-27T16:41:31.5848546Z [ 2022-09-27T16:41:31.5848714Z T=at::ThreadLocalState 2022-09-27T16:41:31.5848896Z ] 2022-09-27T16:41:31.5849364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5849845Z with 2022-09-27T16:41:31.5850007Z [ 2022-09-27T16:41:31.5850189Z T=at::ThreadLocalState 2022-09-27T16:41:31.5850356Z ] 2022-09-27T16:41:31.5850783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:31.5851454Z 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-09-27T16:41:31.5852124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5852520Z with 2022-09-27T16:41:31.5852681Z [ 2022-09-27T16:41:31.5852868Z T=at::ThreadLocalState 2022-09-27T16:41:31.5853034Z ] 2022-09-27T16:41:31.5853429Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5853792Z with 2022-09-27T16:41:31.5853952Z [ 2022-09-27T16:41:31.5854159Z T=std::shared_ptr 2022-09-27T16:41:31.5854357Z ] 2022-09-27T16:41:31.5854742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5855114Z with 2022-09-27T16:41:31.5855272Z [ 2022-09-27T16:41:31.5855476Z T=std::shared_ptr 2022-09-27T16:41:31.5855671Z ] 2022-09-27T16:41:31.5856097Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5856506Z with 2022-09-27T16:41:31.5856666Z [ 2022-09-27T16:41:31.5856871Z T=std::shared_ptr 2022-09-27T16:41:31.5857065Z ] 2022-09-27T16:41:31.5857624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5858065Z with 2022-09-27T16:41:31.5858208Z [ 2022-09-27T16:41:31.5858416Z T=std::shared_ptr 2022-09-27T16:41:31.5858612Z ] 2022-09-27T16:41:31.5859049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:41:31.5859773Z 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-09-27T16:41:31.5860471Z 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-09-27T16:41:31.5861153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5861550Z with 2022-09-27T16:41:31.5861737Z [ 2022-09-27T16:41:31.5861946Z T=std::shared_ptr 2022-09-27T16:41:31.5862145Z ] 2022-09-27T16:41:31.5862532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5862898Z with 2022-09-27T16:41:31.5863041Z [ 2022-09-27T16:41:31.5863234Z T=torch::jit::GraphExecutor 2022-09-27T16:41:31.5863424Z ] 2022-09-27T16:41:31.5863830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5864203Z with 2022-09-27T16:41:31.5864362Z [ 2022-09-27T16:41:31.5864537Z T=torch::jit::GraphExecutor 2022-09-27T16:41:31.5864723Z ] 2022-09-27T16:41:31.5865169Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5865579Z with 2022-09-27T16:41:31.5865737Z [ 2022-09-27T16:41:31.5865927Z T=torch::jit::GraphExecutor 2022-09-27T16:41:31.5866100Z ] 2022-09-27T16:41:31.5866564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5867002Z with 2022-09-27T16:41:31.5867160Z [ 2022-09-27T16:41:31.5867342Z T=torch::jit::GraphExecutor 2022-09-27T16:41:31.5867521Z ] 2022-09-27T16:41:31.5867930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:31.5868573Z 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-09-27T16:41:31.5869236Z 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-09-27T16:41:31.5869905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5870286Z with 2022-09-27T16:41:31.5870443Z [ 2022-09-27T16:41:31.5870625Z T=torch::jit::GraphExecutor 2022-09-27T16:41:31.5870810Z ] 2022-09-27T16:41:31.5871178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5871536Z with 2022-09-27T16:41:31.5871689Z [ 2022-09-27T16:41:31.5872415Z T=torch::jit::Method 2022-09-27T16:41:31.5872603Z ] 2022-09-27T16:41:31.5872998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5873365Z with 2022-09-27T16:41:31.5873516Z [ 2022-09-27T16:41:31.5873690Z T=torch::jit::Method 2022-09-27T16:41:31.5873860Z ] 2022-09-27T16:41:31.5874292Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5874748Z with 2022-09-27T16:41:31.5874886Z [ 2022-09-27T16:41:31.5875060Z T=torch::jit::Method 2022-09-27T16:41:31.5875230Z ] 2022-09-27T16:41:31.5875691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5876113Z with 2022-09-27T16:41:31.5876254Z [ 2022-09-27T16:41:31.5876428Z T=torch::jit::Method 2022-09-27T16:41:31.5876601Z ] 2022-09-27T16:41:31.5877004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:31.5877639Z 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-09-27T16:41:31.5878286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5878664Z with 2022-09-27T16:41:31.5878806Z [ 2022-09-27T16:41:31.5878978Z T=torch::jit::Method 2022-09-27T16:41:31.5879150Z ] 2022-09-27T16:41:31.5879531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5879880Z with 2022-09-27T16:41:31.5880030Z [ 2022-09-27T16:41:31.5880235Z T=std::vector> 2022-09-27T16:41:31.5880444Z ] 2022-09-27T16:41:31.5880839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5881208Z with 2022-09-27T16:41:31.5881359Z [ 2022-09-27T16:41:31.5881577Z T=std::vector> 2022-09-27T16:41:31.5881774Z ] 2022-09-27T16:41:31.5882205Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5882604Z with 2022-09-27T16:41:31.5882755Z [ 2022-09-27T16:41:31.5882973Z T=std::vector> 2022-09-27T16:41:31.5883178Z ] 2022-09-27T16:41:31.5883626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5884049Z with 2022-09-27T16:41:31.5884199Z [ 2022-09-27T16:41:31.5884463Z T=std::vector> 2022-09-27T16:41:31.5884672Z ] 2022-09-27T16:41:31.5885111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:41:31.5885802Z 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-09-27T16:41:31.5886516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5886886Z with 2022-09-27T16:41:31.5887041Z [ 2022-09-27T16:41:31.5887262Z T=std::vector> 2022-09-27T16:41:31.5887469Z ] 2022-09-27T16:41:31.5887847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5888196Z with 2022-09-27T16:41:31.5888334Z [ 2022-09-27T16:41:31.5888581Z T=std::function 2022-09-27T16:41:31.5888814Z ] 2022-09-27T16:41:31.5889212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5889580Z with 2022-09-27T16:41:31.5889728Z [ 2022-09-27T16:41:31.5889957Z T=std::function 2022-09-27T16:41:31.5890188Z ] 2022-09-27T16:41:31.5890622Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5891020Z with 2022-09-27T16:41:31.5891170Z [ 2022-09-27T16:41:31.5891417Z T=std::function 2022-09-27T16:41:31.5891718Z ] 2022-09-27T16:41:31.5892180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5892604Z with 2022-09-27T16:41:31.5892754Z [ 2022-09-27T16:41:31.5892999Z T=std::function 2022-09-27T16:41:31.5893225Z ] 2022-09-27T16:41:31.5893676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:41:31.5894429Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:41:31.5895144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5895530Z with 2022-09-27T16:41:31.5895681Z [ 2022-09-27T16:41:31.5895979Z T=std::function 2022-09-27T16:41:31.5896208Z ] 2022-09-27T16:41:31.5896590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5896932Z with 2022-09-27T16:41:31.5897085Z [ 2022-09-27T16:41:31.5897359Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:41:31.5897684Z ] 2022-09-27T16:41:31.5898083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5898500Z with 2022-09-27T16:41:31.5898639Z [ 2022-09-27T16:41:31.5898908Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:41:31.5899157Z ] 2022-09-27T16:41:31.5899590Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5899989Z with 2022-09-27T16:41:31.5900142Z [ 2022-09-27T16:41:31.5900396Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:41:31.5900648Z ] 2022-09-27T16:41:31.5901104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5901538Z with 2022-09-27T16:41:31.5901687Z [ 2022-09-27T16:41:31.5901953Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:41:31.5902207Z ] 2022-09-27T16:41:31.5902684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:31.5903503Z 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-09-27T16:41:31.5904241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5904627Z with 2022-09-27T16:41:31.5904782Z [ 2022-09-27T16:41:31.5905050Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:41:31.5905303Z ] 2022-09-27T16:41:31.5905685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5906026Z with 2022-09-27T16:41:31.5906176Z [ 2022-09-27T16:41:31.5906385Z T=std::vector> 2022-09-27T16:41:31.5906582Z ] 2022-09-27T16:41:31.5906975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5907341Z with 2022-09-27T16:41:31.5907479Z [ 2022-09-27T16:41:31.5907688Z T=std::vector> 2022-09-27T16:41:31.5907887Z ] 2022-09-27T16:41:31.5908362Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5908759Z with 2022-09-27T16:41:31.5908818Z [ 2022-09-27T16:41:31.5908941Z T=std::vector> 2022-09-27T16:41:31.5908988Z ] 2022-09-27T16:41:31.5909360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5909462Z with 2022-09-27T16:41:31.5909521Z [ 2022-09-27T16:41:31.5909644Z T=std::vector> 2022-09-27T16:41:31.5909706Z ] 2022-09-27T16:41:31.5910041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:41:31.5910103Z with 2022-09-27T16:41:31.5910161Z [ 2022-09-27T16:41:31.5910228Z T=double 2022-09-27T16:41:31.5910287Z ] 2022-09-27T16:41:31.5910653Z 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-09-27T16:41:31.5910715Z with 2022-09-27T16:41:31.5910773Z [ 2022-09-27T16:41:31.5910839Z T=double 2022-09-27T16:41:31.5910887Z ] 2022-09-27T16:41:31.5911209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5911271Z with 2022-09-27T16:41:31.5911333Z [ 2022-09-27T16:41:31.5911454Z T=std::vector> 2022-09-27T16:41:31.5911512Z ] 2022-09-27T16:41:31.5911808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5911871Z with 2022-09-27T16:41:31.5911928Z [ 2022-09-27T16:41:31.5912035Z T=std::tuple 2022-09-27T16:41:31.5912093Z ] 2022-09-27T16:41:31.5912403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5912467Z with 2022-09-27T16:41:31.5912524Z [ 2022-09-27T16:41:31.5912630Z T=std::tuple 2022-09-27T16:41:31.5912688Z ] 2022-09-27T16:41:31.5913021Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5913082Z with 2022-09-27T16:41:31.5913143Z [ 2022-09-27T16:41:31.5913249Z T=std::tuple 2022-09-27T16:41:31.5913309Z ] 2022-09-27T16:41:31.5913672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5913736Z with 2022-09-27T16:41:31.5913794Z [ 2022-09-27T16:41:31.5913897Z T=std::tuple 2022-09-27T16:41:31.5913954Z ] 2022-09-27T16:41:31.5914328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:41:31.5914693Z 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-09-27T16:41:31.5915014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5915120Z with 2022-09-27T16:41:31.5915177Z [ 2022-09-27T16:41:31.5915282Z T=std::tuple 2022-09-27T16:41:31.5915341Z ] 2022-09-27T16:41:31.5915632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5915693Z with 2022-09-27T16:41:31.5915739Z [ 2022-09-27T16:41:31.5915868Z T=std::vector> 2022-09-27T16:41:31.5915926Z ] 2022-09-27T16:41:31.5916236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:31.5916298Z with 2022-09-27T16:41:31.5916356Z [ 2022-09-27T16:41:31.5916485Z T=std::vector> 2022-09-27T16:41:31.5916546Z ] 2022-09-27T16:41:31.5916891Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:31.5916951Z with 2022-09-27T16:41:31.5917011Z [ 2022-09-27T16:41:31.5917136Z T=std::vector> 2022-09-27T16:41:31.5917194Z ] 2022-09-27T16:41:31.5917563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:31.5917625Z with 2022-09-27T16:41:31.5917682Z [ 2022-09-27T16:41:31.5917796Z T=std::vector> 2022-09-27T16:41:31.5917857Z ] 2022-09-27T16:41:31.5918203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:41:31.5919928Z 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-09-27T16:41:31.5920271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:31.5920335Z with 2022-09-27T16:41:31.5920396Z [ 2022-09-27T16:41:31.5920525Z T=std::vector> 2022-09-27T16:41:31.5920587Z ] 2022-09-27T16:41:31.5922064Z "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-09-27T16:41:31.8035265Z 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-09-27T16:41:31.8700757Z Generating code 2022-09-27T16:41:33.0990790Z Finished generating code 2022-09-27T16:41:33.4237505Z building 'torch_test_cpp_extension.ort' extension 2022-09-27T16:41:33.4296984Z Emitting ninja build file C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\build.ninja... 2022-09-27T16:41:33.4301088Z Compiling objects... 2022-09-27T16:41:33.4301451Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-09-27T16:41:44.0337881Z [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-09-27T16:41:44.0340204Z 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-09-27T16:41:44.0340877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0341256Z with 2022-09-27T16:41:44.0341410Z [ 2022-09-27T16:41:44.0341601Z T=c10::SymInt 2022-09-27T16:41:44.0341782Z ] 2022-09-27T16:41:44.0342274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0342806Z with 2022-09-27T16:41:44.0343042Z [ 2022-09-27T16:41:44.0343280Z T=c10::SymInt 2022-09-27T16:41:44.0343730Z ] 2022-09-27T16:41:44.0344428Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0344999Z with 2022-09-27T16:41:44.0345228Z [ 2022-09-27T16:41:44.0345442Z T=c10::SymInt 2022-09-27T16:41:44.0345691Z ] 2022-09-27T16:41:44.0346322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0347015Z with 2022-09-27T16:41:44.0347244Z [ 2022-09-27T16:41:44.0347496Z T=c10::SymInt 2022-09-27T16:41:44.0347714Z ] 2022-09-27T16:41:44.0348281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:44.0349157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1514): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:41:44.0350038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0350573Z with 2022-09-27T16:41:44.0350795Z [ 2022-09-27T16:41:44.0351041Z T=c10::SymInt 2022-09-27T16:41:44.0351253Z ] 2022-09-27T16:41:44.0351759Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2533): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-09-27T16:41:44.0352532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0353005Z with 2022-09-27T16:41:44.0353223Z [ 2022-09-27T16:41:44.0353394Z T=at::Generator 2022-09-27T16:41:44.0353564Z ] 2022-09-27T16:41:44.0353945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0354316Z with 2022-09-27T16:41:44.0354467Z [ 2022-09-27T16:41:44.0354631Z T=at::Generator 2022-09-27T16:41:44.0354798Z ] 2022-09-27T16:41:44.0355224Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0355624Z with 2022-09-27T16:41:44.0355776Z [ 2022-09-27T16:41:44.0355941Z T=at::Generator 2022-09-27T16:41:44.0356104Z ] 2022-09-27T16:41:44.0356562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0356981Z with 2022-09-27T16:41:44.0357121Z [ 2022-09-27T16:41:44.0357286Z T=at::Generator 2022-09-27T16:41:44.0357455Z ] 2022-09-27T16:41:44.0357856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:44.0358564Z 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-09-27T16:41:44.0359206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0359585Z with 2022-09-27T16:41:44.0359725Z [ 2022-09-27T16:41:44.0359894Z T=at::Generator 2022-09-27T16:41:44.0360061Z ] 2022-09-27T16:41:44.0360442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0360857Z with 2022-09-27T16:41:44.0360999Z [ 2022-09-27T16:41:44.0361169Z T=at::TensorBase 2022-09-27T16:41:44.0361339Z ] 2022-09-27T16:41:44.0361736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0362104Z with 2022-09-27T16:41:44.0362258Z [ 2022-09-27T16:41:44.0362414Z T=at::TensorBase 2022-09-27T16:41:44.0362580Z ] 2022-09-27T16:41:44.0363014Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0363405Z with 2022-09-27T16:41:44.0363557Z [ 2022-09-27T16:41:44.0363711Z T=at::TensorBase 2022-09-27T16:41:44.0363878Z ] 2022-09-27T16:41:44.0364337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0364758Z with 2022-09-27T16:41:44.0364911Z [ 2022-09-27T16:41:44.0365076Z T=at::TensorBase 2022-09-27T16:41:44.0365228Z ] 2022-09-27T16:41:44.0365630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:44.0366259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(921): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:41:44.0366897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0367280Z with 2022-09-27T16:41:44.0367431Z [ 2022-09-27T16:41:44.0367598Z T=at::TensorBase 2022-09-27T16:41:44.0367750Z ] 2022-09-27T16:41:44.0368134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0368485Z with 2022-09-27T16:41:44.0368638Z [ 2022-09-27T16:41:44.0368801Z T=at::Tensor 2022-09-27T16:41:44.0368965Z ] 2022-09-27T16:41:44.0369344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0369712Z with 2022-09-27T16:41:44.0369863Z [ 2022-09-27T16:41:44.0370023Z T=at::Tensor 2022-09-27T16:41:44.0370181Z ] 2022-09-27T16:41:44.0370650Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0371052Z with 2022-09-27T16:41:44.0371201Z [ 2022-09-27T16:41:44.0371364Z T=at::Tensor 2022-09-27T16:41:44.0371522Z ] 2022-09-27T16:41:44.0372007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0372429Z with 2022-09-27T16:41:44.0372609Z [ 2022-09-27T16:41:44.0372768Z T=at::Tensor 2022-09-27T16:41:44.0372927Z ] 2022-09-27T16:41:44.0373321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:44.0373937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(510): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:41:44.0374568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0374951Z with 2022-09-27T16:41:44.0375090Z [ 2022-09-27T16:41:44.0375251Z T=at::Tensor 2022-09-27T16:41:44.0375410Z ] 2022-09-27T16:41:44.0375789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0376140Z with 2022-09-27T16:41:44.0376276Z [ 2022-09-27T16:41:44.0376439Z T=std::string 2022-09-27T16:41:44.0376606Z ] 2022-09-27T16:41:44.0377001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0377449Z with 2022-09-27T16:41:44.0377604Z [ 2022-09-27T16:41:44.0377757Z T=std::string 2022-09-27T16:41:44.0377919Z ] 2022-09-27T16:41:44.0378350Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0378755Z with 2022-09-27T16:41:44.0378908Z [ 2022-09-27T16:41:44.0379058Z T=std::string 2022-09-27T16:41:44.0379222Z ] 2022-09-27T16:41:44.0379682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0380108Z with 2022-09-27T16:41:44.0380257Z [ 2022-09-27T16:41:44.0380418Z T=std::string 2022-09-27T16:41:44.0380569Z ] 2022-09-27T16:41:44.0380965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:44.0381587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(448): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:41:44.0382219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0382656Z with 2022-09-27T16:41:44.0382810Z [ 2022-09-27T16:41:44.0382976Z T=std::string 2022-09-27T16:41:44.0383126Z ] 2022-09-27T16:41:44.0383511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0383865Z with 2022-09-27T16:41:44.0384018Z [ 2022-09-27T16:41:44.0384191Z T=c10::QualifiedName 2022-09-27T16:41:44.0384363Z ] 2022-09-27T16:41:44.0384743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0385157Z with 2022-09-27T16:41:44.0385312Z [ 2022-09-27T16:41:44.0385480Z T=c10::QualifiedName 2022-09-27T16:41:44.0385651Z ] 2022-09-27T16:41:44.0386087Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0386473Z with 2022-09-27T16:41:44.0386623Z [ 2022-09-27T16:41:44.0386793Z T=c10::QualifiedName 2022-09-27T16:41:44.0386964Z ] 2022-09-27T16:41:44.0387419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0387844Z with 2022-09-27T16:41:44.0388320Z [ 2022-09-27T16:41:44.0388489Z T=c10::QualifiedName 2022-09-27T16:41:44.0388658Z ] 2022-09-27T16:41:44.0389067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:44.0389699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(696): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:41:44.0390336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0390717Z with 2022-09-27T16:41:44.0390858Z [ 2022-09-27T16:41:44.0391035Z T=c10::QualifiedName 2022-09-27T16:41:44.0391205Z ] 2022-09-27T16:41:44.0391586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0391941Z with 2022-09-27T16:41:44.0392093Z [ 2022-09-27T16:41:44.0392294Z T=std::shared_ptr 2022-09-27T16:41:44.0392497Z ] 2022-09-27T16:41:44.0392893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0393259Z with 2022-09-27T16:41:44.0393409Z [ 2022-09-27T16:41:44.0393609Z T=std::shared_ptr 2022-09-27T16:41:44.0393808Z ] 2022-09-27T16:41:44.0394246Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0394636Z with 2022-09-27T16:41:44.0394786Z [ 2022-09-27T16:41:44.0395056Z T=std::shared_ptr 2022-09-27T16:41:44.0395246Z ] 2022-09-27T16:41:44.0395708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0396128Z with 2022-09-27T16:41:44.0396284Z [ 2022-09-27T16:41:44.0396499Z T=std::shared_ptr 2022-09-27T16:41:44.0396702Z ] 2022-09-27T16:41:44.0397141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:41:44.0397863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1340): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:41:44.0398528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0398905Z with 2022-09-27T16:41:44.0399058Z [ 2022-09-27T16:41:44.0399271Z T=std::shared_ptr 2022-09-27T16:41:44.0399472Z ] 2022-09-27T16:41:44.0399852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0400196Z with 2022-09-27T16:41:44.0400351Z [ 2022-09-27T16:41:44.0400563Z T=std::weak_ptr 2022-09-27T16:41:44.0400763Z ] 2022-09-27T16:41:44.0401160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0401524Z with 2022-09-27T16:41:44.0401664Z [ 2022-09-27T16:41:44.0401874Z T=std::weak_ptr 2022-09-27T16:41:44.0402071Z ] 2022-09-27T16:41:44.0402503Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0402904Z with 2022-09-27T16:41:44.0403054Z [ 2022-09-27T16:41:44.0403249Z T=std::weak_ptr 2022-09-27T16:41:44.0403446Z ] 2022-09-27T16:41:44.0403906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0404327Z with 2022-09-27T16:41:44.0404478Z [ 2022-09-27T16:41:44.0404687Z T=std::weak_ptr 2022-09-27T16:41:44.0404874Z ] 2022-09-27T16:41:44.0405303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:41:44.0405983Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1341): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:41:44.0406685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0407068Z with 2022-09-27T16:41:44.0407220Z [ 2022-09-27T16:41:44.0407433Z T=std::weak_ptr 2022-09-27T16:41:44.0407620Z ] 2022-09-27T16:41:44.0408005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0408357Z with 2022-09-27T16:41:44.0408508Z [ 2022-09-27T16:41:44.0408747Z T=std::vector> 2022-09-27T16:41:44.0409013Z ] 2022-09-27T16:41:44.0409396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0409755Z with 2022-09-27T16:41:44.0409903Z [ 2022-09-27T16:41:44.0410140Z T=std::vector> 2022-09-27T16:41:44.0410361Z ] 2022-09-27T16:41:44.0410796Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0411179Z with 2022-09-27T16:41:44.0411332Z [ 2022-09-27T16:41:44.0411567Z T=std::vector> 2022-09-27T16:41:44.0411784Z ] 2022-09-27T16:41:44.0412242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0412702Z with 2022-09-27T16:41:44.0412841Z [ 2022-09-27T16:41:44.0413080Z T=std::vector> 2022-09-27T16:41:44.0413299Z ] 2022-09-27T16:41:44.0413749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:41:44.0414469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(482): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:41:44.0415150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0415531Z with 2022-09-27T16:41:44.0415685Z [ 2022-09-27T16:41:44.0415909Z T=std::vector> 2022-09-27T16:41:44.0416133Z ] 2022-09-27T16:41:44.0416514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0416862Z with 2022-09-27T16:41:44.0417014Z [ 2022-09-27T16:41:44.0417216Z T=std::vector> 2022-09-27T16:41:44.0417478Z ] 2022-09-27T16:41:44.0417877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0418245Z with 2022-09-27T16:41:44.0418397Z [ 2022-09-27T16:41:44.0418602Z T=std::vector> 2022-09-27T16:41:44.0418797Z ] 2022-09-27T16:41:44.0419273Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0419673Z with 2022-09-27T16:41:44.0419824Z [ 2022-09-27T16:41:44.0420030Z T=std::vector> 2022-09-27T16:41:44.0420225Z ] 2022-09-27T16:41:44.0420682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0421584Z with 2022-09-27T16:41:44.0421739Z [ 2022-09-27T16:41:44.0421945Z T=std::vector> 2022-09-27T16:41:44.0422140Z ] 2022-09-27T16:41:44.0422579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:41:44.0423259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(441): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:41:44.0423906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0424288Z with 2022-09-27T16:41:44.0424432Z [ 2022-09-27T16:41:44.0424634Z T=std::vector> 2022-09-27T16:41:44.0424827Z ] 2022-09-27T16:41:44.0425214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0425572Z with 2022-09-27T16:41:44.0425713Z [ 2022-09-27T16:41:44.0425963Z T=std::vector,std::allocator>> 2022-09-27T16:41:44.0426198Z ] 2022-09-27T16:41:44.0426594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0426959Z with 2022-09-27T16:41:44.0427108Z [ 2022-09-27T16:41:44.0427346Z T=std::vector,std::allocator>> 2022-09-27T16:41:44.0427576Z ] 2022-09-27T16:41:44.0428012Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0428409Z with 2022-09-27T16:41:44.0428558Z [ 2022-09-27T16:41:44.0428808Z T=std::vector,std::allocator>> 2022-09-27T16:41:44.0429023Z ] 2022-09-27T16:41:44.0429483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0429903Z with 2022-09-27T16:41:44.0430057Z [ 2022-09-27T16:41:44.0430307Z T=std::vector,std::allocator>> 2022-09-27T16:41:44.0430535Z ] 2022-09-27T16:41:44.0431060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:41:44.0431890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:41:44.0432576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(843): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:41:44.0433249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0433635Z with 2022-09-27T16:41:44.0433788Z [ 2022-09-27T16:41:44.0434043Z T=std::vector,std::allocator>> 2022-09-27T16:41:44.0434277Z ] 2022-09-27T16:41:44.0434664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0435018Z with 2022-09-27T16:41:44.0435159Z [ 2022-09-27T16:41:44.0435405Z T=std::vector,std::allocator>> 2022-09-27T16:41:44.0435628Z ] 2022-09-27T16:41:44.0436028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0436397Z with 2022-09-27T16:41:44.0436534Z [ 2022-09-27T16:41:44.0436773Z T=std::vector,std::allocator>> 2022-09-27T16:41:44.0436995Z ] 2022-09-27T16:41:44.0437430Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0437824Z with 2022-09-27T16:41:44.0437973Z [ 2022-09-27T16:41:44.0438209Z T=std::vector,std::allocator>> 2022-09-27T16:41:44.0438421Z ] 2022-09-27T16:41:44.0438878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0439305Z with 2022-09-27T16:41:44.0439456Z [ 2022-09-27T16:41:44.0439694Z T=std::vector,std::allocator>> 2022-09-27T16:41:44.0439918Z ] 2022-09-27T16:41:44.0440360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:41:44.0441085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:41:44.0441750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(613): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:41:44.0442417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0442800Z with 2022-09-27T16:41:44.0442954Z [ 2022-09-27T16:41:44.0443195Z T=std::vector,std::allocator>> 2022-09-27T16:41:44.0443419Z ] 2022-09-27T16:41:44.0443786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0444142Z with 2022-09-27T16:41:44.0444295Z [ 2022-09-27T16:41:44.0444505Z T=std::vector> 2022-09-27T16:41:44.0444741Z ] 2022-09-27T16:41:44.0445135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0445491Z with 2022-09-27T16:41:44.0445643Z [ 2022-09-27T16:41:44.0445851Z T=std::vector> 2022-09-27T16:41:44.0446044Z ] 2022-09-27T16:41:44.0446480Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0446877Z with 2022-09-27T16:41:44.0447014Z [ 2022-09-27T16:41:44.0447222Z T=std::vector> 2022-09-27T16:41:44.0447415Z ] 2022-09-27T16:41:44.0447878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0448300Z with 2022-09-27T16:41:44.0448452Z [ 2022-09-27T16:41:44.0448647Z T=std::vector> 2022-09-27T16:41:44.0448842Z ] 2022-09-27T16:41:44.0450380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:41:44.0451066Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(726): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:41:44.0451727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0452109Z with 2022-09-27T16:41:44.0452261Z [ 2022-09-27T16:41:44.0452472Z T=std::vector> 2022-09-27T16:41:44.0452654Z ] 2022-09-27T16:41:44.0453031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0453384Z with 2022-09-27T16:41:44.0453539Z [ 2022-09-27T16:41:44.0453774Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:41:44.0453988Z ] 2022-09-27T16:41:44.0454382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0454750Z with 2022-09-27T16:41:44.0454902Z [ 2022-09-27T16:41:44.0455131Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:41:44.0455349Z ] 2022-09-27T16:41:44.0455886Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0456278Z with 2022-09-27T16:41:44.0456434Z [ 2022-09-27T16:41:44.0456665Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:41:44.0456887Z ] 2022-09-27T16:41:44.0457422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0457928Z with 2022-09-27T16:41:44.0458068Z [ 2022-09-27T16:41:44.0458303Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:41:44.0458526Z ] 2022-09-27T16:41:44.0458985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:41:44.0459729Z 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-09-27T16:41:44.0460463Z 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-09-27T16:41:44.0461153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0461542Z with 2022-09-27T16:41:44.0461685Z [ 2022-09-27T16:41:44.0461916Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:41:44.0462139Z ] 2022-09-27T16:41:44.0462523Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0462877Z with 2022-09-27T16:41:44.0463125Z [ 2022-09-27T16:41:44.0463546Z T=c10::impl::InlineStreamGuard 2022-09-27T16:41:44.0463773Z ] 2022-09-27T16:41:44.0464174Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0464541Z with 2022-09-27T16:41:44.0464692Z [ 2022-09-27T16:41:44.0464924Z T=c10::impl::InlineStreamGuard 2022-09-27T16:41:44.0465130Z ] 2022-09-27T16:41:44.0465614Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0466016Z with 2022-09-27T16:41:44.0466172Z [ 2022-09-27T16:41:44.0466401Z T=c10::impl::InlineStreamGuard 2022-09-27T16:41:44.0466616Z ] 2022-09-27T16:41:44.0467071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0467483Z with 2022-09-27T16:41:44.0467633Z [ 2022-09-27T16:41:44.0467865Z T=c10::impl::InlineStreamGuard 2022-09-27T16:41:44.0468605Z ] 2022-09-27T16:41:44.0469080Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:41:44.0469825Z 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-09-27T16:41:44.0470565Z 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-09-27T16:41:44.0471320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0471691Z with 2022-09-27T16:41:44.0471845Z [ 2022-09-27T16:41:44.0472082Z T=c10::impl::InlineStreamGuard 2022-09-27T16:41:44.0472302Z ] 2022-09-27T16:41:44.0472688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0473038Z with 2022-09-27T16:41:44.0473177Z [ 2022-09-27T16:41:44.0473372Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:41:44.0473555Z ] 2022-09-27T16:41:44.0473949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0474308Z with 2022-09-27T16:41:44.0474460Z [ 2022-09-27T16:41:44.0474630Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:41:44.0474812Z ] 2022-09-27T16:41:44.0475243Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0475643Z with 2022-09-27T16:41:44.0475792Z [ 2022-09-27T16:41:44.0475972Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:41:44.0476142Z ] 2022-09-27T16:41:44.0476599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0477021Z with 2022-09-27T16:41:44.0477170Z [ 2022-09-27T16:41:44.0477355Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:41:44.0477536Z ] 2022-09-27T16:41:44.0477946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:44.0478583Z 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-09-27T16:41:44.0478962Z with 2022-09-27T16:41:44.0479117Z [ 2022-09-27T16:41:44.0479305Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:41:44.0479492Z ] 2022-09-27T16:41:44.0479929Z 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-09-27T16:41:44.0480654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0481044Z with 2022-09-27T16:41:44.0481202Z [ 2022-09-27T16:41:44.0481388Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:41:44.0481569Z ] 2022-09-27T16:41:44.0482012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0482408Z with 2022-09-27T16:41:44.0482561Z [ 2022-09-27T16:41:44.0482834Z T=std::vector> 2022-09-27T16:41:44.0483087Z ] 2022-09-27T16:41:44.0483489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0483852Z with 2022-09-27T16:41:44.0483991Z [ 2022-09-27T16:41:44.0484261Z T=std::vector> 2022-09-27T16:41:44.0484507Z ] 2022-09-27T16:41:44.0484940Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0485341Z with 2022-09-27T16:41:44.0485492Z [ 2022-09-27T16:41:44.0485748Z T=std::vector> 2022-09-27T16:41:44.0485999Z ] 2022-09-27T16:41:44.0486459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0486890Z with 2022-09-27T16:41:44.0487041Z [ 2022-09-27T16:41:44.0487396Z T=std::vector> 2022-09-27T16:41:44.0487650Z ] 2022-09-27T16:41:44.0488122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:41:44.0488907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(843): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:41:44.0489614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0490000Z with 2022-09-27T16:41:44.0490154Z [ 2022-09-27T16:41:44.0490426Z T=std::vector> 2022-09-27T16:41:44.0490675Z ] 2022-09-27T16:41:44.0491058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0491399Z with 2022-09-27T16:41:44.0491553Z [ 2022-09-27T16:41:44.0491736Z T=torch::autograd::ViewInfo 2022-09-27T16:41:44.0491917Z ] 2022-09-27T16:41:44.0492365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0492731Z with 2022-09-27T16:41:44.0492871Z [ 2022-09-27T16:41:44.0493054Z T=torch::autograd::ViewInfo 2022-09-27T16:41:44.0493231Z ] 2022-09-27T16:41:44.0493663Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0494061Z with 2022-09-27T16:41:44.0494241Z [ 2022-09-27T16:41:44.0494421Z T=torch::autograd::ViewInfo 2022-09-27T16:41:44.0494599Z ] 2022-09-27T16:41:44.0495060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0495477Z with 2022-09-27T16:41:44.0495628Z [ 2022-09-27T16:41:44.0495794Z T=torch::autograd::ViewInfo 2022-09-27T16:41:44.0495971Z ] 2022-09-27T16:41:44.0496391Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:44.0497048Z 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-09-27T16:41:44.0497793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0498176Z with 2022-09-27T16:41:44.0498330Z [ 2022-09-27T16:41:44.0498499Z T=torch::autograd::ViewInfo 2022-09-27T16:41:44.0498675Z ] 2022-09-27T16:41:44.0499054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0499410Z with 2022-09-27T16:41:44.0499561Z [ 2022-09-27T16:41:44.0499724Z T=c10::IValue 2022-09-27T16:41:44.0499872Z ] 2022-09-27T16:41:44.0500267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0500630Z with 2022-09-27T16:41:44.0500781Z [ 2022-09-27T16:41:44.0500943Z T=c10::IValue 2022-09-27T16:41:44.0501100Z ] 2022-09-27T16:41:44.0501521Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0501915Z with 2022-09-27T16:41:44.0502064Z [ 2022-09-27T16:41:44.0502223Z T=c10::IValue 2022-09-27T16:41:44.0502381Z ] 2022-09-27T16:41:44.0502840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0503247Z with 2022-09-27T16:41:44.0503397Z [ 2022-09-27T16:41:44.0503560Z T=c10::IValue 2022-09-27T16:41:44.0503720Z ] 2022-09-27T16:41:44.0504166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:44.0504787Z 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-09-27T16:41:44.0505419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0505792Z with 2022-09-27T16:41:44.0505944Z [ 2022-09-27T16:41:44.0506111Z T=c10::IValue 2022-09-27T16:41:44.0506311Z ] 2022-09-27T16:41:44.0506692Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0507042Z with 2022-09-27T16:41:44.0507180Z [ 2022-09-27T16:41:44.0507348Z T=c10::AliasInfo 2022-09-27T16:41:44.0507512Z ] 2022-09-27T16:41:44.0507906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0508271Z with 2022-09-27T16:41:44.0508409Z [ 2022-09-27T16:41:44.0508575Z T=c10::AliasInfo 2022-09-27T16:41:44.0508739Z ] 2022-09-27T16:41:44.0509166Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0509568Z with 2022-09-27T16:41:44.0509714Z [ 2022-09-27T16:41:44.0509865Z T=c10::AliasInfo 2022-09-27T16:41:44.0510028Z ] 2022-09-27T16:41:44.0510484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0510905Z with 2022-09-27T16:41:44.0511052Z [ 2022-09-27T16:41:44.0511217Z T=c10::AliasInfo 2022-09-27T16:41:44.0511367Z ] 2022-09-27T16:41:44.0511770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:44.0512392Z 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-09-27T16:41:44.0513031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0513415Z with 2022-09-27T16:41:44.0513566Z [ 2022-09-27T16:41:44.0513732Z T=c10::AliasInfo 2022-09-27T16:41:44.0513887Z ] 2022-09-27T16:41:44.0514270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0514621Z with 2022-09-27T16:41:44.0514771Z [ 2022-09-27T16:41:44.0515014Z T=c10::either 2022-09-27T16:41:44.0515218Z ] 2022-09-27T16:41:44.0515611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0515970Z with 2022-09-27T16:41:44.0516121Z [ 2022-09-27T16:41:44.0516389Z T=c10::either 2022-09-27T16:41:44.0516596Z ] 2022-09-27T16:41:44.0517015Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0517413Z with 2022-09-27T16:41:44.0517561Z [ 2022-09-27T16:41:44.0517779Z T=c10::either 2022-09-27T16:41:44.0517981Z ] 2022-09-27T16:41:44.0518438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0518901Z with 2022-09-27T16:41:44.0519038Z [ 2022-09-27T16:41:44.0519259Z T=c10::either 2022-09-27T16:41:44.0519466Z ] 2022-09-27T16:41:44.0519981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:41:44.0520709Z 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-09-27T16:41:44.0521410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0521791Z with 2022-09-27T16:41:44.0521930Z [ 2022-09-27T16:41:44.0522153Z T=c10::either 2022-09-27T16:41:44.0522365Z ] 2022-09-27T16:41:44.0522765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0523118Z with 2022-09-27T16:41:44.0523269Z [ 2022-09-27T16:41:44.0523431Z T=at::StepCallbacks 2022-09-27T16:41:44.0523605Z ] 2022-09-27T16:41:44.0524008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0524379Z with 2022-09-27T16:41:44.0524529Z [ 2022-09-27T16:41:44.0524700Z T=at::StepCallbacks 2022-09-27T16:41:44.0524861Z ] 2022-09-27T16:41:44.0525298Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0525693Z with 2022-09-27T16:41:44.0525847Z [ 2022-09-27T16:41:44.0526019Z T=at::StepCallbacks 2022-09-27T16:41:44.0526176Z ] 2022-09-27T16:41:44.0526635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0527051Z with 2022-09-27T16:41:44.0527205Z [ 2022-09-27T16:41:44.0527379Z T=at::StepCallbacks 2022-09-27T16:41:44.0527551Z ] 2022-09-27T16:41:44.0527946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:44.0528652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:41:44.0529302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0529689Z with 2022-09-27T16:41:44.0529843Z [ 2022-09-27T16:41:44.0530018Z T=at::StepCallbacks 2022-09-27T16:41:44.0530239Z ] 2022-09-27T16:41:44.0530606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0530965Z with 2022-09-27T16:41:44.0531116Z [ 2022-09-27T16:41:44.0531283Z T=c10::DimVector 2022-09-27T16:41:44.0531448Z ] 2022-09-27T16:41:44.0531842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0532193Z with 2022-09-27T16:41:44.0532344Z [ 2022-09-27T16:41:44.0532510Z T=c10::DimVector 2022-09-27T16:41:44.0532675Z ] 2022-09-27T16:41:44.0533102Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0533501Z with 2022-09-27T16:41:44.0533636Z [ 2022-09-27T16:41:44.0533800Z T=c10::DimVector 2022-09-27T16:41:44.0533963Z ] 2022-09-27T16:41:44.0534420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0534844Z with 2022-09-27T16:41:44.0534993Z [ 2022-09-27T16:41:44.0535146Z T=c10::DimVector 2022-09-27T16:41:44.0535308Z ] 2022-09-27T16:41:44.0535708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:44.0536332Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:41:44.0536969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0537410Z with 2022-09-27T16:41:44.0537566Z [ 2022-09-27T16:41:44.0537720Z T=c10::DimVector 2022-09-27T16:41:44.0537882Z ] 2022-09-27T16:41:44.0538261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0538610Z with 2022-09-27T16:41:44.0538762Z [ 2022-09-27T16:41:44.0538933Z T=c10::impl::AnnotatedSchema 2022-09-27T16:41:44.0539114Z ] 2022-09-27T16:41:44.0539514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0539880Z with 2022-09-27T16:41:44.0540029Z [ 2022-09-27T16:41:44.0540213Z T=c10::impl::AnnotatedSchema 2022-09-27T16:41:44.0540425Z ] 2022-09-27T16:41:44.0540862Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0541258Z with 2022-09-27T16:41:44.0541408Z [ 2022-09-27T16:41:44.0541589Z T=c10::impl::AnnotatedSchema 2022-09-27T16:41:44.0541767Z ] 2022-09-27T16:41:44.0542211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0542681Z with 2022-09-27T16:41:44.0542831Z [ 2022-09-27T16:41:44.0543016Z T=c10::impl::AnnotatedSchema 2022-09-27T16:41:44.0543197Z ] 2022-09-27T16:41:44.0543618Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:44.0544291Z 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-09-27T16:41:44.0544945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0545338Z with 2022-09-27T16:41:44.0545490Z [ 2022-09-27T16:41:44.0545675Z T=c10::impl::AnnotatedSchema 2022-09-27T16:41:44.0545858Z ] 2022-09-27T16:41:44.0546239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0546581Z with 2022-09-27T16:41:44.0546731Z [ 2022-09-27T16:41:44.0546954Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:41:44.0547166Z ] 2022-09-27T16:41:44.0547557Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0547919Z with 2022-09-27T16:41:44.0548056Z [ 2022-09-27T16:41:44.0548279Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:41:44.0548494Z ] 2022-09-27T16:41:44.0548923Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0549319Z with 2022-09-27T16:41:44.0549468Z [ 2022-09-27T16:41:44.0549676Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:41:44.0549883Z ] 2022-09-27T16:41:44.0550340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0550767Z with 2022-09-27T16:41:44.0550915Z [ 2022-09-27T16:41:44.0551137Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:41:44.0551336Z ] 2022-09-27T16:41:44.0551784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:44.0552555Z 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-09-27T16:41:44.0553250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0553630Z with 2022-09-27T16:41:44.0553782Z [ 2022-09-27T16:41:44.0554004Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:41:44.0554242Z ] 2022-09-27T16:41:44.0554623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0554972Z with 2022-09-27T16:41:44.0555126Z [ 2022-09-27T16:41:44.0555326Z T=std::tuple 2022-09-27T16:41:44.0555517Z ] 2022-09-27T16:41:44.0555894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0556259Z with 2022-09-27T16:41:44.0556410Z [ 2022-09-27T16:41:44.0556614Z T=std::tuple 2022-09-27T16:41:44.0556803Z ] 2022-09-27T16:41:44.0557233Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0557632Z with 2022-09-27T16:41:44.0557771Z [ 2022-09-27T16:41:44.0557969Z T=std::tuple 2022-09-27T16:41:44.0558160Z ] 2022-09-27T16:41:44.0558615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0559031Z with 2022-09-27T16:41:44.0559169Z [ 2022-09-27T16:41:44.0559364Z T=std::tuple 2022-09-27T16:41:44.0559554Z ] 2022-09-27T16:41:44.0559980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:41:44.0560667Z 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-09-27T16:41:44.0561338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0561723Z with 2022-09-27T16:41:44.0561875Z [ 2022-09-27T16:41:44.0562062Z T=std::tuple 2022-09-27T16:41:44.0562257Z ] 2022-09-27T16:41:44.0562642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0562994Z with 2022-09-27T16:41:44.0563147Z [ 2022-09-27T16:41:44.0563314Z T=torch::jit::SourceRange 2022-09-27T16:41:44.0563491Z ] 2022-09-27T16:41:44.0563892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0564311Z with 2022-09-27T16:41:44.0564463Z [ 2022-09-27T16:41:44.0564641Z T=torch::jit::SourceRange 2022-09-27T16:41:44.0564806Z ] 2022-09-27T16:41:44.0565243Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0565638Z with 2022-09-27T16:41:44.0565793Z [ 2022-09-27T16:41:44.0565970Z T=torch::jit::SourceRange 2022-09-27T16:41:44.0566186Z ] 2022-09-27T16:41:44.0566634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0567059Z with 2022-09-27T16:41:44.0567212Z [ 2022-09-27T16:41:44.0567393Z T=torch::jit::SourceRange 2022-09-27T16:41:44.0567566Z ] 2022-09-27T16:41:44.0567981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:44.0568645Z 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-09-27T16:41:44.0569294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0569677Z with 2022-09-27T16:41:44.0569833Z [ 2022-09-27T16:41:44.0570014Z T=torch::jit::SourceRange 2022-09-27T16:41:44.0570193Z ] 2022-09-27T16:41:44.0570577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0570914Z with 2022-09-27T16:41:44.0571065Z [ 2022-09-27T16:41:44.0571264Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:41:44.0571459Z ] 2022-09-27T16:41:44.0571849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0572216Z with 2022-09-27T16:41:44.0572356Z [ 2022-09-27T16:41:44.0572551Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:41:44.0572740Z ] 2022-09-27T16:41:44.0573174Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0573571Z with 2022-09-27T16:41:44.0573719Z [ 2022-09-27T16:41:44.0573902Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:41:44.0574093Z ] 2022-09-27T16:41:44.0574554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0574973Z with 2022-09-27T16:41:44.0575124Z [ 2022-09-27T16:41:44.0575318Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:41:44.0575495Z ] 2022-09-27T16:41:44.0575971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:44.0576646Z 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-09-27T16:41:44.0577306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0577787Z with 2022-09-27T16:41:44.0577940Z [ 2022-09-27T16:41:44.0578138Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:41:44.0578375Z ] 2022-09-27T16:41:44.0578757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0579111Z with 2022-09-27T16:41:44.0579262Z [ 2022-09-27T16:41:44.0579455Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:41:44.0579641Z ] 2022-09-27T16:41:44.0580023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0580387Z with 2022-09-27T16:41:44.0580540Z [ 2022-09-27T16:41:44.0580729Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:41:44.0580911Z ] 2022-09-27T16:41:44.0581343Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0581729Z with 2022-09-27T16:41:44.0581881Z [ 2022-09-27T16:41:44.0582071Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:41:44.0582254Z ] 2022-09-27T16:41:44.0582710Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0583129Z with 2022-09-27T16:41:44.0583265Z [ 2022-09-27T16:41:44.0583454Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:41:44.0583639Z ] 2022-09-27T16:41:44.0584068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:44.0584739Z 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-09-27T16:41:44.0585395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0585773Z with 2022-09-27T16:41:44.0585910Z [ 2022-09-27T16:41:44.0586105Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:41:44.0586293Z ] 2022-09-27T16:41:44.0586667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0587021Z with 2022-09-27T16:41:44.0587173Z [ 2022-09-27T16:41:44.0587335Z T=torch::jit::ScopePtr 2022-09-27T16:41:44.0587506Z ] 2022-09-27T16:41:44.0587898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0588306Z with 2022-09-27T16:41:44.0588456Z [ 2022-09-27T16:41:44.0588617Z T=torch::jit::ScopePtr 2022-09-27T16:41:44.0588791Z ] 2022-09-27T16:41:44.0589222Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0589620Z with 2022-09-27T16:41:44.0589768Z [ 2022-09-27T16:41:44.0589939Z T=torch::jit::ScopePtr 2022-09-27T16:41:44.0590095Z ] 2022-09-27T16:41:44.0590590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0591015Z with 2022-09-27T16:41:44.0591164Z [ 2022-09-27T16:41:44.0591339Z T=torch::jit::ScopePtr 2022-09-27T16:41:44.0591509Z ] 2022-09-27T16:41:44.0591910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:44.0592559Z 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-09-27T16:41:44.0593208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0593591Z with 2022-09-27T16:41:44.0593747Z [ 2022-09-27T16:41:44.0593922Z T=torch::jit::ScopePtr 2022-09-27T16:41:44.0594095Z ] 2022-09-27T16:41:44.0594462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0594816Z with 2022-09-27T16:41:44.0594966Z [ 2022-09-27T16:41:44.0595143Z T=at::ThreadLocalState 2022-09-27T16:41:44.0595318Z ] 2022-09-27T16:41:44.0595711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0596065Z with 2022-09-27T16:41:44.0596216Z [ 2022-09-27T16:41:44.0596393Z T=at::ThreadLocalState 2022-09-27T16:41:44.0596565Z ] 2022-09-27T16:41:44.0596998Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0597394Z with 2022-09-27T16:41:44.0597529Z [ 2022-09-27T16:41:44.0597702Z T=at::ThreadLocalState 2022-09-27T16:41:44.0597876Z ] 2022-09-27T16:41:44.0598328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0598751Z with 2022-09-27T16:41:44.0598901Z [ 2022-09-27T16:41:44.0599065Z T=at::ThreadLocalState 2022-09-27T16:41:44.0599244Z ] 2022-09-27T16:41:44.0599659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:44.0600373Z 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-09-27T16:41:44.0601038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0601417Z with 2022-09-27T16:41:44.0601568Z [ 2022-09-27T16:41:44.0601735Z T=at::ThreadLocalState 2022-09-27T16:41:44.0601910Z ] 2022-09-27T16:41:44.0602292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0602693Z with 2022-09-27T16:41:44.0602844Z [ 2022-09-27T16:41:44.0603033Z T=std::shared_ptr 2022-09-27T16:41:44.0603222Z ] 2022-09-27T16:41:44.0603620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0603986Z with 2022-09-27T16:41:44.0604138Z [ 2022-09-27T16:41:44.0604333Z T=std::shared_ptr 2022-09-27T16:41:44.0604506Z ] 2022-09-27T16:41:44.0604938Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0606444Z with 2022-09-27T16:41:44.0606600Z [ 2022-09-27T16:41:44.0606805Z T=std::shared_ptr 2022-09-27T16:41:44.0606992Z ] 2022-09-27T16:41:44.0607443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0607863Z with 2022-09-27T16:41:44.0608016Z [ 2022-09-27T16:41:44.0608213Z T=std::shared_ptr 2022-09-27T16:41:44.0608399Z ] 2022-09-27T16:41:44.0608820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:41:44.0609466Z 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-09-27T16:41:44.0610147Z 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-09-27T16:41:44.0610808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0611194Z with 2022-09-27T16:41:44.0611348Z [ 2022-09-27T16:41:44.0611549Z T=std::shared_ptr 2022-09-27T16:41:44.0611737Z ] 2022-09-27T16:41:44.0612117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0612460Z with 2022-09-27T16:41:44.0612613Z [ 2022-09-27T16:41:44.0612803Z T=torch::jit::GraphExecutor 2022-09-27T16:41:44.0612984Z ] 2022-09-27T16:41:44.0613481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0613849Z with 2022-09-27T16:41:44.0626263Z [ 2022-09-27T16:41:44.0626590Z T=torch::jit::GraphExecutor 2022-09-27T16:41:44.0626783Z ] 2022-09-27T16:41:44.0627238Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0628283Z with 2022-09-27T16:41:44.0628439Z [ 2022-09-27T16:41:44.0628628Z T=torch::jit::GraphExecutor 2022-09-27T16:41:44.0628810Z ] 2022-09-27T16:41:44.0629290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0629716Z with 2022-09-27T16:41:44.0629857Z [ 2022-09-27T16:41:44.0630040Z T=torch::jit::GraphExecutor 2022-09-27T16:41:44.0630217Z ] 2022-09-27T16:41:44.0630644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:44.0631285Z 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-09-27T16:41:44.0631950Z 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-09-27T16:41:44.0632617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0633006Z with 2022-09-27T16:41:44.0633147Z [ 2022-09-27T16:41:44.0633331Z T=torch::jit::GraphExecutor 2022-09-27T16:41:44.0633509Z ] 2022-09-27T16:41:44.0633890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0634243Z with 2022-09-27T16:41:44.0634393Z [ 2022-09-27T16:41:44.0634552Z T=torch::jit::Method 2022-09-27T16:41:44.0634722Z ] 2022-09-27T16:41:44.0635122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0635488Z with 2022-09-27T16:41:44.0635637Z [ 2022-09-27T16:41:44.0635795Z T=torch::jit::Method 2022-09-27T16:41:44.0635964Z ] 2022-09-27T16:41:44.0636394Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0636792Z with 2022-09-27T16:41:44.0636940Z [ 2022-09-27T16:41:44.0637112Z T=torch::jit::Method 2022-09-27T16:41:44.0637272Z ] 2022-09-27T16:41:44.0637731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0638218Z with 2022-09-27T16:41:44.0638371Z [ 2022-09-27T16:41:44.0638544Z T=torch::jit::Method 2022-09-27T16:41:44.0638713Z ] 2022-09-27T16:41:44.0639108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:44.0639750Z 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-09-27T16:41:44.0640445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0640827Z with 2022-09-27T16:41:44.0640980Z [ 2022-09-27T16:41:44.0641153Z T=torch::jit::Method 2022-09-27T16:41:44.0641325Z ] 2022-09-27T16:41:44.0641691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0642042Z with 2022-09-27T16:41:44.0642192Z [ 2022-09-27T16:41:44.0642412Z T=std::vector> 2022-09-27T16:41:44.0642618Z ] 2022-09-27T16:41:44.0643012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0643366Z with 2022-09-27T16:41:44.0643517Z [ 2022-09-27T16:41:44.0643736Z T=std::vector> 2022-09-27T16:41:44.0643939Z ] 2022-09-27T16:41:44.0644373Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0644770Z with 2022-09-27T16:41:44.0644909Z [ 2022-09-27T16:41:44.0645128Z T=std::vector> 2022-09-27T16:41:44.0645331Z ] 2022-09-27T16:41:44.0645790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0646211Z with 2022-09-27T16:41:44.0646363Z [ 2022-09-27T16:41:44.0646565Z T=std::vector> 2022-09-27T16:41:44.0646771Z ] 2022-09-27T16:41:44.0647214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:41:44.0647909Z 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-09-27T16:41:44.0648582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0648964Z with 2022-09-27T16:41:44.0649116Z [ 2022-09-27T16:41:44.0649333Z T=std::vector> 2022-09-27T16:41:44.0649529Z ] 2022-09-27T16:41:44.0649950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0650299Z with 2022-09-27T16:41:44.0650449Z [ 2022-09-27T16:41:44.0650694Z T=std::function 2022-09-27T16:41:44.0650926Z ] 2022-09-27T16:41:44.0651308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0651672Z with 2022-09-27T16:41:44.0651825Z [ 2022-09-27T16:41:44.0652109Z T=std::function 2022-09-27T16:41:44.0652339Z ] 2022-09-27T16:41:44.0652770Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0653149Z with 2022-09-27T16:41:44.0653298Z [ 2022-09-27T16:41:44.0653546Z T=std::function 2022-09-27T16:41:44.0653781Z ] 2022-09-27T16:41:44.0654246Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0654674Z with 2022-09-27T16:41:44.0654816Z [ 2022-09-27T16:41:44.0655063Z T=std::function 2022-09-27T16:41:44.0655295Z ] 2022-09-27T16:41:44.0655764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:41:44.0656525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:41:44.0657242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0657724Z with 2022-09-27T16:41:44.0657886Z [ 2022-09-27T16:41:44.0658126Z T=std::function 2022-09-27T16:41:44.0658363Z ] 2022-09-27T16:41:44.0658751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0659112Z with 2022-09-27T16:41:44.0659271Z [ 2022-09-27T16:41:44.0659545Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:41:44.0659793Z ] 2022-09-27T16:41:44.0660193Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0660566Z with 2022-09-27T16:41:44.0660723Z [ 2022-09-27T16:41:44.0660997Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:41:44.0661252Z ] 2022-09-27T16:41:44.0661725Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0662123Z with 2022-09-27T16:41:44.0662280Z [ 2022-09-27T16:41:44.0662553Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:41:44.0662810Z ] 2022-09-27T16:41:44.0663277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0663700Z with 2022-09-27T16:41:44.0663842Z [ 2022-09-27T16:41:44.0664117Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:41:44.0664420Z ] 2022-09-27T16:41:44.0664923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:44.0665746Z 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-09-27T16:41:44.0666490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0666875Z with 2022-09-27T16:41:44.0667022Z [ 2022-09-27T16:41:44.0667299Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:41:44.0667562Z ] 2022-09-27T16:41:44.0667956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0668317Z with 2022-09-27T16:41:44.0668478Z [ 2022-09-27T16:41:44.0668680Z T=std::vector> 2022-09-27T16:41:44.0668887Z ] 2022-09-27T16:41:44.0669292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0669663Z with 2022-09-27T16:41:44.0669822Z [ 2022-09-27T16:41:44.0670036Z T=std::vector> 2022-09-27T16:41:44.0670226Z ] 2022-09-27T16:41:44.0670667Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0671069Z with 2022-09-27T16:41:44.0671134Z [ 2022-09-27T16:41:44.0671262Z T=std::vector> 2022-09-27T16:41:44.0671324Z ] 2022-09-27T16:41:44.0671697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0671764Z with 2022-09-27T16:41:44.0671827Z [ 2022-09-27T16:41:44.0671951Z T=std::vector> 2022-09-27T16:41:44.0672013Z ] 2022-09-27T16:41:44.0672347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:41:44.0672414Z with 2022-09-27T16:41:44.0672459Z [ 2022-09-27T16:41:44.0672530Z T=double 2022-09-27T16:41:44.0673062Z ] 2022-09-27T16:41:44.0673452Z 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-09-27T16:41:44.0673520Z with 2022-09-27T16:41:44.0673584Z [ 2022-09-27T16:41:44.0673657Z T=double 2022-09-27T16:41:44.0673720Z ] 2022-09-27T16:41:44.0674054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0674166Z with 2022-09-27T16:41:44.0674229Z [ 2022-09-27T16:41:44.0674356Z T=std::vector> 2022-09-27T16:41:44.0674419Z ] 2022-09-27T16:41:44.0674722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0674788Z with 2022-09-27T16:41:44.0674834Z [ 2022-09-27T16:41:44.0674946Z T=std::tuple 2022-09-27T16:41:44.0675007Z ] 2022-09-27T16:41:44.0675321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0675387Z with 2022-09-27T16:41:44.0675449Z [ 2022-09-27T16:41:44.0675562Z T=std::tuple 2022-09-27T16:41:44.0675626Z ] 2022-09-27T16:41:44.0675974Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0676041Z with 2022-09-27T16:41:44.0676103Z [ 2022-09-27T16:41:44.0676212Z T=std::tuple 2022-09-27T16:41:44.0676273Z ] 2022-09-27T16:41:44.0676643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0676708Z with 2022-09-27T16:41:44.0676770Z [ 2022-09-27T16:41:44.0676861Z T=std::tuple 2022-09-27T16:41:44.0676928Z ] 2022-09-27T16:41:44.0677261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:41:44.0677635Z 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-09-27T16:41:44.0677968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0678036Z with 2022-09-27T16:41:44.0678098Z [ 2022-09-27T16:41:44.0678208Z T=std::tuple 2022-09-27T16:41:44.0678270Z ] 2022-09-27T16:41:44.0678572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0678638Z with 2022-09-27T16:41:44.0678699Z [ 2022-09-27T16:41:44.0678832Z T=std::vector> 2022-09-27T16:41:44.0678937Z ] 2022-09-27T16:41:44.0679247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:44.0679313Z with 2022-09-27T16:41:44.0679378Z [ 2022-09-27T16:41:44.0679510Z T=std::vector> 2022-09-27T16:41:44.0679556Z ] 2022-09-27T16:41:44.0679898Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:44.0680004Z with 2022-09-27T16:41:44.0680066Z [ 2022-09-27T16:41:44.0680196Z T=std::vector> 2022-09-27T16:41:44.0680257Z ] 2022-09-27T16:41:44.0680632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:44.0680697Z with 2022-09-27T16:41:44.0680759Z [ 2022-09-27T16:41:44.0680888Z T=std::vector> 2022-09-27T16:41:44.0680950Z ] 2022-09-27T16:41:44.0681293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:41:44.0681680Z 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-09-27T16:41:44.0682009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:44.0682075Z with 2022-09-27T16:41:44.0682136Z [ 2022-09-27T16:41:44.0682267Z T=std::vector> 2022-09-27T16:41:44.0682331Z ] 2022-09-27T16:41:44.0683736Z "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-09-27T16:41:44.2193709Z 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-09-27T16:41:44.3021227Z Generating code 2022-09-27T16:41:45.5448904Z Finished generating code 2022-09-27T16:41:45.7874148Z building 'torch_test_cpp_extension.rng' extension 2022-09-27T16:41:45.7932019Z Emitting ninja build file C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\build\temp.win-amd64-cpython-39\Release\build.ninja... 2022-09-27T16:41:45.7935761Z Compiling objects... 2022-09-27T16:41:45.7936098Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-09-27T16:41:56.9107119Z [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-09-27T16:41:56.9110527Z 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-09-27T16:41:56.9111360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9111843Z with 2022-09-27T16:41:56.9112056Z [ 2022-09-27T16:41:56.9112303Z T=c10::SymInt 2022-09-27T16:41:56.9112548Z ] 2022-09-27T16:41:56.9113110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9113617Z with 2022-09-27T16:41:56.9113813Z [ 2022-09-27T16:41:56.9114105Z T=c10::SymInt 2022-09-27T16:41:56.9114346Z ] 2022-09-27T16:41:56.9114947Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9115514Z with 2022-09-27T16:41:56.9115743Z [ 2022-09-27T16:41:56.9115968Z T=c10::SymInt 2022-09-27T16:41:56.9116188Z ] 2022-09-27T16:41:56.9116878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9117474Z with 2022-09-27T16:41:56.9117702Z [ 2022-09-27T16:41:56.9117936Z T=c10::SymInt 2022-09-27T16:41:56.9118150Z ] 2022-09-27T16:41:56.9118702Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:56.9119678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1514): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:41:56.9120553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9121098Z with 2022-09-27T16:41:56.9121322Z [ 2022-09-27T16:41:56.9121556Z T=c10::SymInt 2022-09-27T16:41:56.9121786Z ] 2022-09-27T16:41:56.9122281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2533): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-09-27T16:41:56.9123151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9123674Z with 2022-09-27T16:41:56.9123913Z [ 2022-09-27T16:41:56.9124158Z T=at::Generator 2022-09-27T16:41:56.9124349Z ] 2022-09-27T16:41:56.9124735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9125113Z with 2022-09-27T16:41:56.9125273Z [ 2022-09-27T16:41:56.9125446Z T=at::Generator 2022-09-27T16:41:56.9125618Z ] 2022-09-27T16:41:56.9126056Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9126447Z with 2022-09-27T16:41:56.9126607Z [ 2022-09-27T16:41:56.9126780Z T=at::Generator 2022-09-27T16:41:56.9126948Z ] 2022-09-27T16:41:56.9127408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9127836Z with 2022-09-27T16:41:56.9127978Z [ 2022-09-27T16:41:56.9128148Z T=at::Generator 2022-09-27T16:41:56.9128314Z ] 2022-09-27T16:41:56.9128719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:56.9129342Z 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-09-27T16:41:56.9129974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9130358Z with 2022-09-27T16:41:56.9130497Z [ 2022-09-27T16:41:56.9130661Z T=at::Generator 2022-09-27T16:41:56.9130829Z ] 2022-09-27T16:41:56.9131207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9131559Z with 2022-09-27T16:41:56.9131697Z [ 2022-09-27T16:41:56.9131865Z T=at::TensorBase 2022-09-27T16:41:56.9132032Z ] 2022-09-27T16:41:56.9132427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9132787Z with 2022-09-27T16:41:56.9133006Z [ 2022-09-27T16:41:56.9133164Z T=at::TensorBase 2022-09-27T16:41:56.9133333Z ] 2022-09-27T16:41:56.9133772Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9134173Z with 2022-09-27T16:41:56.9134325Z [ 2022-09-27T16:41:56.9134495Z T=at::TensorBase 2022-09-27T16:41:56.9134648Z ] 2022-09-27T16:41:56.9135111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9135582Z with 2022-09-27T16:41:56.9135732Z [ 2022-09-27T16:41:56.9135897Z T=at::TensorBase 2022-09-27T16:41:56.9136051Z ] 2022-09-27T16:41:56.9136456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:56.9137082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(921): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:41:56.9137804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9138198Z with 2022-09-27T16:41:56.9138355Z [ 2022-09-27T16:41:56.9138526Z T=at::TensorBase 2022-09-27T16:41:56.9138680Z ] 2022-09-27T16:41:56.9139065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9139422Z with 2022-09-27T16:41:56.9139577Z [ 2022-09-27T16:41:56.9139743Z T=at::Tensor 2022-09-27T16:41:56.9139910Z ] 2022-09-27T16:41:56.9140295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9140658Z with 2022-09-27T16:41:56.9140811Z [ 2022-09-27T16:41:56.9140971Z T=at::Tensor 2022-09-27T16:41:56.9141132Z ] 2022-09-27T16:41:56.9141560Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9141939Z with 2022-09-27T16:41:56.9142091Z [ 2022-09-27T16:41:56.9142259Z T=at::Tensor 2022-09-27T16:41:56.9142427Z ] 2022-09-27T16:41:56.9142893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9143318Z with 2022-09-27T16:41:56.9143458Z [ 2022-09-27T16:41:56.9143629Z T=at::Tensor 2022-09-27T16:41:56.9143796Z ] 2022-09-27T16:41:56.9144199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:56.9144821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(510): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:41:56.9145514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9145903Z with 2022-09-27T16:41:56.9146047Z [ 2022-09-27T16:41:56.9146225Z T=at::Tensor 2022-09-27T16:41:56.9146400Z ] 2022-09-27T16:41:56.9146795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9147202Z with 2022-09-27T16:41:56.9147345Z [ 2022-09-27T16:41:56.9147518Z T=std::string 2022-09-27T16:41:56.9147689Z ] 2022-09-27T16:41:56.9148094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9148459Z with 2022-09-27T16:41:56.9148618Z [ 2022-09-27T16:41:56.9148771Z T=std::string 2022-09-27T16:41:56.9148942Z ] 2022-09-27T16:41:56.9149382Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9149788Z with 2022-09-27T16:41:56.9149946Z [ 2022-09-27T16:41:56.9150119Z T=std::string 2022-09-27T16:41:56.9150276Z ] 2022-09-27T16:41:56.9150741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9151169Z with 2022-09-27T16:41:56.9151327Z [ 2022-09-27T16:41:56.9151499Z T=std::string 2022-09-27T16:41:56.9151651Z ] 2022-09-27T16:41:56.9152058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:56.9152686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(448): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:41:56.9153329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9153721Z with 2022-09-27T16:41:56.9153884Z [ 2022-09-27T16:41:56.9154055Z T=std::string 2022-09-27T16:41:56.9154209Z ] 2022-09-27T16:41:56.9154605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9154963Z with 2022-09-27T16:41:56.9155121Z [ 2022-09-27T16:41:56.9155307Z T=c10::QualifiedName 2022-09-27T16:41:56.9155491Z ] 2022-09-27T16:41:56.9155877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9156248Z with 2022-09-27T16:41:56.9156410Z [ 2022-09-27T16:41:56.9156589Z T=c10::QualifiedName 2022-09-27T16:41:56.9156765Z ] 2022-09-27T16:41:56.9157256Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9157645Z with 2022-09-27T16:41:56.9157801Z [ 2022-09-27T16:41:56.9157982Z T=c10::QualifiedName 2022-09-27T16:41:56.9158161Z ] 2022-09-27T16:41:56.9158632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9159062Z with 2022-09-27T16:41:56.9159205Z [ 2022-09-27T16:41:56.9159386Z T=c10::QualifiedName 2022-09-27T16:41:56.9159615Z ] 2022-09-27T16:41:56.9160034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:56.9160675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(696): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:41:56.9161326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9161724Z with 2022-09-27T16:41:56.9161871Z [ 2022-09-27T16:41:56.9162056Z T=c10::QualifiedName 2022-09-27T16:41:56.9162241Z ] 2022-09-27T16:41:56.9162634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9163002Z with 2022-09-27T16:41:56.9163163Z [ 2022-09-27T16:41:56.9163369Z T=std::shared_ptr 2022-09-27T16:41:56.9163579Z ] 2022-09-27T16:41:56.9163987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9164359Z with 2022-09-27T16:41:56.9164517Z [ 2022-09-27T16:41:56.9164723Z T=std::shared_ptr 2022-09-27T16:41:56.9164937Z ] 2022-09-27T16:41:56.9165385Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9165793Z with 2022-09-27T16:41:56.9165954Z [ 2022-09-27T16:41:56.9166175Z T=std::shared_ptr 2022-09-27T16:41:56.9166364Z ] 2022-09-27T16:41:56.9166835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9167266Z with 2022-09-27T16:41:56.9167425Z [ 2022-09-27T16:41:56.9167647Z T=std::shared_ptr 2022-09-27T16:41:56.9167857Z ] 2022-09-27T16:41:56.9168308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:41:56.9168991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1340): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:41:56.9169706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9170100Z with 2022-09-27T16:41:56.9170265Z [ 2022-09-27T16:41:56.9170488Z T=std::shared_ptr 2022-09-27T16:41:56.9170700Z ] 2022-09-27T16:41:56.9171086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9171431Z with 2022-09-27T16:41:56.9171597Z [ 2022-09-27T16:41:56.9171866Z T=std::weak_ptr 2022-09-27T16:41:56.9172075Z ] 2022-09-27T16:41:56.9172478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9172850Z with 2022-09-27T16:41:56.9172993Z [ 2022-09-27T16:41:56.9173212Z T=std::weak_ptr 2022-09-27T16:41:56.9173424Z ] 2022-09-27T16:41:56.9173868Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9174280Z with 2022-09-27T16:41:56.9174437Z [ 2022-09-27T16:41:56.9174635Z T=std::weak_ptr 2022-09-27T16:41:56.9174843Z ] 2022-09-27T16:41:56.9175318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9175753Z with 2022-09-27T16:41:56.9175916Z [ 2022-09-27T16:41:56.9176138Z T=std::weak_ptr 2022-09-27T16:41:56.9176329Z ] 2022-09-27T16:41:56.9176765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:41:56.9177546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1341): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:41:56.9178227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9178619Z with 2022-09-27T16:41:56.9178785Z [ 2022-09-27T16:41:56.9179010Z T=std::weak_ptr 2022-09-27T16:41:56.9179203Z ] 2022-09-27T16:41:56.9179601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9179966Z with 2022-09-27T16:41:56.9180129Z [ 2022-09-27T16:41:56.9180375Z T=std::vector> 2022-09-27T16:41:56.9180606Z ] 2022-09-27T16:41:56.9180995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9181368Z with 2022-09-27T16:41:56.9181527Z [ 2022-09-27T16:41:56.9181770Z T=std::vector> 2022-09-27T16:41:56.9182000Z ] 2022-09-27T16:41:56.9182854Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9183266Z with 2022-09-27T16:41:56.9183411Z [ 2022-09-27T16:41:56.9183661Z T=std::vector> 2022-09-27T16:41:56.9183894Z ] 2022-09-27T16:41:56.9184363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9184848Z with 2022-09-27T16:41:56.9185007Z [ 2022-09-27T16:41:56.9185235Z T=std::vector> 2022-09-27T16:41:56.9185470Z ] 2022-09-27T16:41:56.9185940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:41:56.9186667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(482): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:41:56.9187363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9187763Z with 2022-09-27T16:41:56.9187926Z [ 2022-09-27T16:41:56.9188157Z T=std::vector> 2022-09-27T16:41:56.9188391Z ] 2022-09-27T16:41:56.9188782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9189147Z with 2022-09-27T16:41:56.9189310Z [ 2022-09-27T16:41:56.9189524Z T=std::vector> 2022-09-27T16:41:56.9189709Z ] 2022-09-27T16:41:56.9190115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9190486Z with 2022-09-27T16:41:56.9190650Z [ 2022-09-27T16:41:56.9190862Z T=std::vector> 2022-09-27T16:41:56.9191065Z ] 2022-09-27T16:41:56.9191492Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9191899Z with 2022-09-27T16:41:56.9192062Z [ 2022-09-27T16:41:56.9192273Z T=std::vector> 2022-09-27T16:41:56.9192477Z ] 2022-09-27T16:41:56.9192942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9193350Z with 2022-09-27T16:41:56.9193513Z [ 2022-09-27T16:41:56.9193725Z T=std::vector> 2022-09-27T16:41:56.9193931Z ] 2022-09-27T16:41:56.9194371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:41:56.9195096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(441): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:41:56.9195757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9196154Z with 2022-09-27T16:41:56.9196300Z [ 2022-09-27T16:41:56.9196517Z T=std::vector> 2022-09-27T16:41:56.9196767Z ] 2022-09-27T16:41:56.9197161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9197526Z with 2022-09-27T16:41:56.9197671Z [ 2022-09-27T16:41:56.9197936Z T=std::vector,std::allocator>> 2022-09-27T16:41:56.9198178Z ] 2022-09-27T16:41:56.9198589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9198970Z with 2022-09-27T16:41:56.9199134Z [ 2022-09-27T16:41:56.9199380Z T=std::vector,std::allocator>> 2022-09-27T16:41:56.9199626Z ] 2022-09-27T16:41:56.9200073Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9200477Z with 2022-09-27T16:41:56.9200639Z [ 2022-09-27T16:41:56.9200900Z T=std::vector,std::allocator>> 2022-09-27T16:41:56.9201136Z ] 2022-09-27T16:41:56.9201587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9202023Z with 2022-09-27T16:41:56.9202274Z [ 2022-09-27T16:41:56.9202534Z T=std::vector,std::allocator>> 2022-09-27T16:41:56.9202778Z ] 2022-09-27T16:41:56.9203260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:41:56.9204015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:41:56.9204707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(843): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:41:56.9205334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9205729Z with 2022-09-27T16:41:56.9205892Z [ 2022-09-27T16:41:56.9206152Z T=std::vector,std::allocator>> 2022-09-27T16:41:56.9206391Z ] 2022-09-27T16:41:56.9206837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9207207Z with 2022-09-27T16:41:56.9207351Z [ 2022-09-27T16:41:56.9207607Z T=std::vector,std::allocator>> 2022-09-27T16:41:56.9207846Z ] 2022-09-27T16:41:56.9208258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9208632Z with 2022-09-27T16:41:56.9208835Z [ 2022-09-27T16:41:56.9209068Z T=std::vector,std::allocator>> 2022-09-27T16:41:56.9209300Z ] 2022-09-27T16:41:56.9209746Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9210155Z with 2022-09-27T16:41:56.9210317Z [ 2022-09-27T16:41:56.9210567Z T=std::vector,std::allocator>> 2022-09-27T16:41:56.9210784Z ] 2022-09-27T16:41:56.9211256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9211687Z with 2022-09-27T16:41:56.9211852Z [ 2022-09-27T16:41:56.9212098Z T=std::vector,std::allocator>> 2022-09-27T16:41:56.9212334Z ] 2022-09-27T16:41:56.9212782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:41:56.9213514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:41:56.9214183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(613): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:41:56.9214822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9215215Z with 2022-09-27T16:41:56.9215379Z [ 2022-09-27T16:41:56.9215635Z T=std::vector,std::allocator>> 2022-09-27T16:41:56.9215870Z ] 2022-09-27T16:41:56.9216245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9216612Z with 2022-09-27T16:41:56.9216774Z [ 2022-09-27T16:41:56.9216992Z T=std::vector> 2022-09-27T16:41:56.9217270Z ] 2022-09-27T16:41:56.9217681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9218062Z with 2022-09-27T16:41:56.9218206Z [ 2022-09-27T16:41:56.9218427Z T=std::vector> 2022-09-27T16:41:56.9218634Z ] 2022-09-27T16:41:56.9219127Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9219537Z with 2022-09-27T16:41:56.9219682Z [ 2022-09-27T16:41:56.9219901Z T=std::vector> 2022-09-27T16:41:56.9220108Z ] 2022-09-27T16:41:56.9220582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9221058Z with 2022-09-27T16:41:56.9221220Z [ 2022-09-27T16:41:56.9221420Z T=std::vector> 2022-09-27T16:41:56.9221627Z ] 2022-09-27T16:41:56.9222074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:41:56.9222758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(726): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:41:56.9223426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9223821Z with 2022-09-27T16:41:56.9223985Z [ 2022-09-27T16:41:56.9224204Z T=std::vector> 2022-09-27T16:41:56.9224392Z ] 2022-09-27T16:41:56.9224786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9225147Z with 2022-09-27T16:41:56.9225308Z [ 2022-09-27T16:41:56.9225556Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:41:56.9225788Z ] 2022-09-27T16:41:56.9226179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9226559Z with 2022-09-27T16:41:56.9226719Z [ 2022-09-27T16:41:56.9226962Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:41:56.9227196Z ] 2022-09-27T16:41:56.9227639Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9228032Z with 2022-09-27T16:41:56.9228195Z [ 2022-09-27T16:41:56.9228438Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:41:56.9228667Z ] 2022-09-27T16:41:56.9229135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9229567Z with 2022-09-27T16:41:56.9229710Z [ 2022-09-27T16:41:56.9229950Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:41:56.9230184Z ] 2022-09-27T16:41:56.9230646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:41:56.9231444Z 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-09-27T16:41:56.9232430Z 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-09-27T16:41:56.9233175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9234098Z with 2022-09-27T16:41:56.9234247Z [ 2022-09-27T16:41:56.9234552Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:41:56.9234785Z ] 2022-09-27T16:41:56.9235185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9235554Z with 2022-09-27T16:41:56.9235717Z [ 2022-09-27T16:41:56.9235946Z T=c10::impl::InlineStreamGuard 2022-09-27T16:41:56.9236178Z ] 2022-09-27T16:41:56.9236590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9236968Z with 2022-09-27T16:41:56.9237132Z [ 2022-09-27T16:41:56.9237374Z T=c10::impl::InlineStreamGuard 2022-09-27T16:41:56.9237583Z ] 2022-09-27T16:41:56.9238030Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9238435Z with 2022-09-27T16:41:56.9238598Z [ 2022-09-27T16:41:56.9238840Z T=c10::impl::InlineStreamGuard 2022-09-27T16:41:56.9239067Z ] 2022-09-27T16:41:56.9239518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9239956Z with 2022-09-27T16:41:56.9240119Z [ 2022-09-27T16:41:56.9240360Z T=c10::impl::InlineStreamGuard 2022-09-27T16:41:56.9240591Z ] 2022-09-27T16:41:56.9241052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:41:56.9241800Z 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-09-27T16:41:56.9242538Z 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-09-27T16:41:56.9243238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9243616Z with 2022-09-27T16:41:56.9243781Z [ 2022-09-27T16:41:56.9244083Z T=c10::impl::InlineStreamGuard 2022-09-27T16:41:56.9244318Z ] 2022-09-27T16:41:56.9244717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9245083Z with 2022-09-27T16:41:56.9245230Z [ 2022-09-27T16:41:56.9245433Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:41:56.9245630Z ] 2022-09-27T16:41:56.9246041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9246464Z with 2022-09-27T16:41:56.9246625Z [ 2022-09-27T16:41:56.9246801Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:41:56.9246986Z ] 2022-09-27T16:41:56.9247421Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9247822Z with 2022-09-27T16:41:56.9247975Z [ 2022-09-27T16:41:56.9248160Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:41:56.9248330Z ] 2022-09-27T16:41:56.9248787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9249295Z with 2022-09-27T16:41:56.9249447Z [ 2022-09-27T16:41:56.9249633Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:41:56.9249802Z ] 2022-09-27T16:41:56.9250222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:56.9250868Z 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-09-27T16:41:56.9251242Z with 2022-09-27T16:41:56.9251394Z [ 2022-09-27T16:41:56.9251582Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:41:56.9251766Z ] 2022-09-27T16:41:56.9252201Z 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-09-27T16:41:56.9252887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9253270Z with 2022-09-27T16:41:56.9253423Z [ 2022-09-27T16:41:56.9253608Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:41:56.9253791Z ] 2022-09-27T16:41:56.9254159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9254508Z with 2022-09-27T16:41:56.9254664Z [ 2022-09-27T16:41:56.9254935Z T=std::vector> 2022-09-27T16:41:56.9255185Z ] 2022-09-27T16:41:56.9255580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9255941Z with 2022-09-27T16:41:56.9256079Z [ 2022-09-27T16:41:56.9256405Z T=std::vector> 2022-09-27T16:41:56.9256658Z ] 2022-09-27T16:41:56.9257090Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9257556Z with 2022-09-27T16:41:56.9257712Z [ 2022-09-27T16:41:56.9257980Z T=std::vector> 2022-09-27T16:41:56.9258277Z ] 2022-09-27T16:41:56.9258737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9259155Z with 2022-09-27T16:41:56.9259292Z [ 2022-09-27T16:41:56.9259562Z T=std::vector> 2022-09-27T16:41:56.9259810Z ] 2022-09-27T16:41:56.9260295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:41:56.9261079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(843): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:41:56.9261791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9262177Z with 2022-09-27T16:41:56.9262331Z [ 2022-09-27T16:41:56.9262589Z T=std::vector> 2022-09-27T16:41:56.9262838Z ] 2022-09-27T16:41:56.9263214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9263561Z with 2022-09-27T16:41:56.9263711Z [ 2022-09-27T16:41:56.9263892Z T=torch::autograd::ViewInfo 2022-09-27T16:41:56.9264060Z ] 2022-09-27T16:41:56.9264454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9264817Z with 2022-09-27T16:41:56.9264965Z [ 2022-09-27T16:41:56.9265146Z T=torch::autograd::ViewInfo 2022-09-27T16:41:56.9265309Z ] 2022-09-27T16:41:56.9265747Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9266140Z with 2022-09-27T16:41:56.9266289Z [ 2022-09-27T16:41:56.9266469Z T=torch::autograd::ViewInfo 2022-09-27T16:41:56.9266642Z ] 2022-09-27T16:41:56.9267089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9267511Z with 2022-09-27T16:41:56.9267662Z [ 2022-09-27T16:41:56.9267839Z T=torch::autograd::ViewInfo 2022-09-27T16:41:56.9268014Z ] 2022-09-27T16:41:56.9268476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:56.9269136Z 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-09-27T16:41:56.9269786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9270201Z with 2022-09-27T16:41:56.9270352Z [ 2022-09-27T16:41:56.9270535Z T=torch::autograd::ViewInfo 2022-09-27T16:41:56.9270712Z ] 2022-09-27T16:41:56.9271090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9271444Z with 2022-09-27T16:41:56.9271582Z [ 2022-09-27T16:41:56.9271744Z T=c10::IValue 2022-09-27T16:41:56.9271906Z ] 2022-09-27T16:41:56.9272299Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9272728Z with 2022-09-27T16:41:56.9272867Z [ 2022-09-27T16:41:56.9273032Z T=c10::IValue 2022-09-27T16:41:56.9273191Z ] 2022-09-27T16:41:56.9273622Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9274025Z with 2022-09-27T16:41:56.9274176Z [ 2022-09-27T16:41:56.9274325Z T=c10::IValue 2022-09-27T16:41:56.9274486Z ] 2022-09-27T16:41:56.9274944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9275366Z with 2022-09-27T16:41:56.9275516Z [ 2022-09-27T16:41:56.9275678Z T=c10::IValue 2022-09-27T16:41:56.9275827Z ] 2022-09-27T16:41:56.9276226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:56.9276858Z 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-09-27T16:41:56.9277493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9277875Z with 2022-09-27T16:41:56.9278028Z [ 2022-09-27T16:41:56.9278190Z T=c10::IValue 2022-09-27T16:41:56.9278342Z ] 2022-09-27T16:41:56.9278724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9279082Z with 2022-09-27T16:41:56.9279236Z [ 2022-09-27T16:41:56.9279403Z T=c10::AliasInfo 2022-09-27T16:41:56.9279555Z ] 2022-09-27T16:41:56.9280440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9280822Z with 2022-09-27T16:41:56.9280976Z [ 2022-09-27T16:41:56.9281145Z T=c10::AliasInfo 2022-09-27T16:41:56.9281310Z ] 2022-09-27T16:41:56.9281785Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9282188Z with 2022-09-27T16:41:56.9282341Z [ 2022-09-27T16:41:56.9282506Z T=c10::AliasInfo 2022-09-27T16:41:56.9282726Z ] 2022-09-27T16:41:56.9283183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9283595Z with 2022-09-27T16:41:56.9283747Z [ 2022-09-27T16:41:56.9283912Z T=c10::AliasInfo 2022-09-27T16:41:56.9284077Z ] 2022-09-27T16:41:56.9284484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:56.9285115Z 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-09-27T16:41:56.9285754Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9286119Z with 2022-09-27T16:41:56.9286275Z [ 2022-09-27T16:41:56.9286439Z T=c10::AliasInfo 2022-09-27T16:41:56.9286606Z ] 2022-09-27T16:41:56.9286989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9287338Z with 2022-09-27T16:41:56.9287477Z [ 2022-09-27T16:41:56.9287705Z T=c10::either 2022-09-27T16:41:56.9287917Z ] 2022-09-27T16:41:56.9288313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9288675Z with 2022-09-27T16:41:56.9288823Z [ 2022-09-27T16:41:56.9289029Z T=c10::either 2022-09-27T16:41:56.9289238Z ] 2022-09-27T16:41:56.9289671Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9290065Z with 2022-09-27T16:41:56.9290213Z [ 2022-09-27T16:41:56.9290433Z T=c10::either 2022-09-27T16:41:56.9290630Z ] 2022-09-27T16:41:56.9291087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9291512Z with 2022-09-27T16:41:56.9291663Z [ 2022-09-27T16:41:56.9291882Z T=c10::either 2022-09-27T16:41:56.9292090Z ] 2022-09-27T16:41:56.9292559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:41:56.9293291Z 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-09-27T16:41:56.9293990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9294410Z with 2022-09-27T16:41:56.9294560Z [ 2022-09-27T16:41:56.9294781Z T=c10::either 2022-09-27T16:41:56.9294989Z ] 2022-09-27T16:41:56.9295364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9295716Z with 2022-09-27T16:41:56.9295866Z [ 2022-09-27T16:41:56.9296040Z T=at::StepCallbacks 2022-09-27T16:41:56.9296209Z ] 2022-09-27T16:41:56.9296607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9296959Z with 2022-09-27T16:41:56.9297109Z [ 2022-09-27T16:41:56.9297362Z T=at::StepCallbacks 2022-09-27T16:41:56.9297535Z ] 2022-09-27T16:41:56.9297969Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9298362Z with 2022-09-27T16:41:56.9298499Z [ 2022-09-27T16:41:56.9298673Z T=at::StepCallbacks 2022-09-27T16:41:56.9298843Z ] 2022-09-27T16:41:56.9299303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9299716Z with 2022-09-27T16:41:56.9299865Z [ 2022-09-27T16:41:56.9300027Z T=at::StepCallbacks 2022-09-27T16:41:56.9300195Z ] 2022-09-27T16:41:56.9300606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:56.9301251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:41:56.9301890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9302266Z with 2022-09-27T16:41:56.9302417Z [ 2022-09-27T16:41:56.9302577Z T=at::StepCallbacks 2022-09-27T16:41:56.9302747Z ] 2022-09-27T16:41:56.9303128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9303485Z with 2022-09-27T16:41:56.9303635Z [ 2022-09-27T16:41:56.9303786Z T=c10::DimVector 2022-09-27T16:41:56.9303948Z ] 2022-09-27T16:41:56.9304392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9304760Z with 2022-09-27T16:41:56.9304907Z [ 2022-09-27T16:41:56.9305070Z T=c10::DimVector 2022-09-27T16:41:56.9305219Z ] 2022-09-27T16:41:56.9305647Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9306045Z with 2022-09-27T16:41:56.9306193Z [ 2022-09-27T16:41:56.9306358Z T=c10::DimVector 2022-09-27T16:41:56.9306563Z ] 2022-09-27T16:41:56.9307005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9307432Z with 2022-09-27T16:41:56.9307584Z [ 2022-09-27T16:41:56.9307748Z T=c10::DimVector 2022-09-27T16:41:56.9307910Z ] 2022-09-27T16:41:56.9308308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:56.9308925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:41:56.9309564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9309950Z with 2022-09-27T16:41:56.9310103Z [ 2022-09-27T16:41:56.9310268Z T=c10::DimVector 2022-09-27T16:41:56.9310430Z ] 2022-09-27T16:41:56.9310811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9311146Z with 2022-09-27T16:41:56.9311298Z [ 2022-09-27T16:41:56.9311481Z T=c10::impl::AnnotatedSchema 2022-09-27T16:41:56.9311662Z ] 2022-09-27T16:41:56.9312055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9312417Z with 2022-09-27T16:41:56.9312554Z [ 2022-09-27T16:41:56.9312739Z T=c10::impl::AnnotatedSchema 2022-09-27T16:41:56.9312922Z ] 2022-09-27T16:41:56.9313360Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9313758Z with 2022-09-27T16:41:56.9313899Z [ 2022-09-27T16:41:56.9314084Z T=c10::impl::AnnotatedSchema 2022-09-27T16:41:56.9314266Z ] 2022-09-27T16:41:56.9314725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9315144Z with 2022-09-27T16:41:56.9315294Z [ 2022-09-27T16:41:56.9315467Z T=c10::impl::AnnotatedSchema 2022-09-27T16:41:56.9315649Z ] 2022-09-27T16:41:56.9316062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:56.9316780Z 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-09-27T16:41:56.9317446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9317836Z with 2022-09-27T16:41:56.9317989Z [ 2022-09-27T16:41:56.9318161Z T=c10::impl::AnnotatedSchema 2022-09-27T16:41:56.9318391Z ] 2022-09-27T16:41:56.9318772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9319129Z with 2022-09-27T16:41:56.9319285Z [ 2022-09-27T16:41:56.9319510Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:41:56.9319711Z ] 2022-09-27T16:41:56.9320107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9320474Z with 2022-09-27T16:41:56.9320626Z [ 2022-09-27T16:41:56.9320851Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:41:56.9321058Z ] 2022-09-27T16:41:56.9321476Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9321874Z with 2022-09-27T16:41:56.9322027Z [ 2022-09-27T16:41:56.9322249Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:41:56.9322457Z ] 2022-09-27T16:41:56.9322917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9323337Z with 2022-09-27T16:41:56.9323476Z [ 2022-09-27T16:41:56.9323695Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:41:56.9323904Z ] 2022-09-27T16:41:56.9324351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:56.9325080Z 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-09-27T16:41:56.9325780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9326160Z with 2022-09-27T16:41:56.9326297Z [ 2022-09-27T16:41:56.9326520Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:41:56.9326728Z ] 2022-09-27T16:41:56.9327110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9327461Z with 2022-09-27T16:41:56.9327611Z [ 2022-09-27T16:41:56.9327796Z T=std::tuple 2022-09-27T16:41:56.9327988Z ] 2022-09-27T16:41:56.9328418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9328779Z with 2022-09-27T16:41:56.9328931Z [ 2022-09-27T16:41:56.9329118Z T=std::tuple 2022-09-27T16:41:56.9329309Z ] 2022-09-27T16:41:56.9329741Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9330138Z with 2022-09-27T16:41:56.9330290Z [ 2022-09-27T16:41:56.9330534Z T=std::tuple 2022-09-27T16:41:56.9330710Z ] 2022-09-27T16:41:56.9331169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9331583Z with 2022-09-27T16:41:56.9331734Z [ 2022-09-27T16:41:56.9331933Z T=std::tuple 2022-09-27T16:41:56.9332120Z ] 2022-09-27T16:41:56.9332535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:41:56.9333221Z 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-09-27T16:41:56.9333892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9334277Z with 2022-09-27T16:41:56.9334429Z [ 2022-09-27T16:41:56.9334629Z T=std::tuple 2022-09-27T16:41:56.9334819Z ] 2022-09-27T16:41:56.9335199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9335537Z with 2022-09-27T16:41:56.9335688Z [ 2022-09-27T16:41:56.9335867Z T=torch::jit::SourceRange 2022-09-27T16:41:56.9336046Z ] 2022-09-27T16:41:56.9336438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9336805Z with 2022-09-27T16:41:56.9336944Z [ 2022-09-27T16:41:56.9337124Z T=torch::jit::SourceRange 2022-09-27T16:41:56.9337385Z ] 2022-09-27T16:41:56.9337821Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9338215Z with 2022-09-27T16:41:56.9338354Z [ 2022-09-27T16:41:56.9338533Z T=torch::jit::SourceRange 2022-09-27T16:41:56.9338708Z ] 2022-09-27T16:41:56.9339169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9339598Z with 2022-09-27T16:41:56.9339748Z [ 2022-09-27T16:41:56.9339911Z T=torch::jit::SourceRange 2022-09-27T16:41:56.9340092Z ] 2022-09-27T16:41:56.9340566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:56.9341230Z 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-09-27T16:41:56.9341890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9342316Z with 2022-09-27T16:41:56.9342470Z [ 2022-09-27T16:41:56.9342637Z T=torch::jit::SourceRange 2022-09-27T16:41:56.9342811Z ] 2022-09-27T16:41:56.9343190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9343541Z with 2022-09-27T16:41:56.9343693Z [ 2022-09-27T16:41:56.9343890Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:41:56.9344067Z ] 2022-09-27T16:41:56.9344462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9344826Z with 2022-09-27T16:41:56.9344976Z [ 2022-09-27T16:41:56.9345169Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:41:56.9345361Z ] 2022-09-27T16:41:56.9345784Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9346170Z with 2022-09-27T16:41:56.9346319Z [ 2022-09-27T16:41:56.9346517Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:41:56.9346708Z ] 2022-09-27T16:41:56.9347161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9347568Z with 2022-09-27T16:41:56.9347717Z [ 2022-09-27T16:41:56.9347916Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:41:56.9348105Z ] 2022-09-27T16:41:56.9348532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:56.9349199Z 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-09-27T16:41:56.9349865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9350240Z with 2022-09-27T16:41:56.9350382Z [ 2022-09-27T16:41:56.9350579Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:41:56.9350770Z ] 2022-09-27T16:41:56.9351146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9351502Z with 2022-09-27T16:41:56.9351644Z [ 2022-09-27T16:41:56.9351839Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:41:56.9352030Z ] 2022-09-27T16:41:56.9352465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9352826Z with 2022-09-27T16:41:56.9352976Z [ 2022-09-27T16:41:56.9353152Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:41:56.9353336Z ] 2022-09-27T16:41:56.9353763Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9354159Z with 2022-09-27T16:41:56.9354353Z [ 2022-09-27T16:41:56.9354543Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:41:56.9354720Z ] 2022-09-27T16:41:56.9355179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9355592Z with 2022-09-27T16:41:56.9355749Z [ 2022-09-27T16:41:56.9355939Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:41:56.9356124Z ] 2022-09-27T16:41:56.9356536Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:56.9357206Z 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-09-27T16:41:56.9357868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9358253Z with 2022-09-27T16:41:56.9358410Z [ 2022-09-27T16:41:56.9358604Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:41:56.9358792Z ] 2022-09-27T16:41:56.9359158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9359508Z with 2022-09-27T16:41:56.9359660Z [ 2022-09-27T16:41:56.9359834Z T=torch::jit::ScopePtr 2022-09-27T16:41:56.9360006Z ] 2022-09-27T16:41:56.9360398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9360751Z with 2022-09-27T16:41:56.9360901Z [ 2022-09-27T16:41:56.9361077Z T=torch::jit::ScopePtr 2022-09-27T16:41:56.9361251Z ] 2022-09-27T16:41:56.9361683Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9362080Z with 2022-09-27T16:41:56.9362217Z [ 2022-09-27T16:41:56.9362392Z T=torch::jit::ScopePtr 2022-09-27T16:41:56.9362562Z ] 2022-09-27T16:41:56.9363016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9363438Z with 2022-09-27T16:41:56.9363578Z [ 2022-09-27T16:41:56.9363751Z T=torch::jit::ScopePtr 2022-09-27T16:41:56.9363926Z ] 2022-09-27T16:41:56.9364391Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:56.9365035Z 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-09-27T16:41:56.9365686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9366068Z with 2022-09-27T16:41:56.9366262Z [ 2022-09-27T16:41:56.9366423Z T=torch::jit::ScopePtr 2022-09-27T16:41:56.9366596Z ] 2022-09-27T16:41:56.9366977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9367334Z with 2022-09-27T16:41:56.9367487Z [ 2022-09-27T16:41:56.9367650Z T=at::ThreadLocalState 2022-09-27T16:41:56.9367824Z ] 2022-09-27T16:41:56.9368221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9368588Z with 2022-09-27T16:41:56.9368741Z [ 2022-09-27T16:41:56.9368914Z T=at::ThreadLocalState 2022-09-27T16:41:56.9369078Z ] 2022-09-27T16:41:56.9369506Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9369903Z with 2022-09-27T16:41:56.9370052Z [ 2022-09-27T16:41:56.9370227Z T=at::ThreadLocalState 2022-09-27T16:41:56.9370400Z ] 2022-09-27T16:41:56.9370848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9371274Z with 2022-09-27T16:41:56.9371425Z [ 2022-09-27T16:41:56.9371599Z T=at::ThreadLocalState 2022-09-27T16:41:56.9371771Z ] 2022-09-27T16:41:56.9372182Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:56.9372832Z 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-09-27T16:41:56.9373492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9373875Z with 2022-09-27T16:41:56.9374028Z [ 2022-09-27T16:41:56.9374203Z T=at::ThreadLocalState 2022-09-27T16:41:56.9374377Z ] 2022-09-27T16:41:56.9374758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9375097Z with 2022-09-27T16:41:56.9375252Z [ 2022-09-27T16:41:56.9375446Z T=std::shared_ptr 2022-09-27T16:41:56.9375636Z ] 2022-09-27T16:41:56.9376033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9376440Z with 2022-09-27T16:41:56.9376583Z [ 2022-09-27T16:41:56.9376779Z T=std::shared_ptr 2022-09-27T16:41:56.9376964Z ] 2022-09-27T16:41:56.9377464Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9377864Z with 2022-09-27T16:41:56.9378014Z [ 2022-09-27T16:41:56.9378196Z T=std::shared_ptr 2022-09-27T16:41:56.9378432Z ] 2022-09-27T16:41:56.9378886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9379310Z with 2022-09-27T16:41:56.9379461Z [ 2022-09-27T16:41:56.9379643Z T=std::shared_ptr 2022-09-27T16:41:56.9379830Z ] 2022-09-27T16:41:56.9380256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:41:56.9380905Z 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-09-27T16:41:56.9381577Z 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-09-27T16:41:56.9382254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9382633Z with 2022-09-27T16:41:56.9382784Z [ 2022-09-27T16:41:56.9382979Z T=std::shared_ptr 2022-09-27T16:41:56.9383153Z ] 2022-09-27T16:41:56.9383535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9383883Z with 2022-09-27T16:41:56.9384036Z [ 2022-09-27T16:41:56.9384218Z T=torch::jit::GraphExecutor 2022-09-27T16:41:56.9384386Z ] 2022-09-27T16:41:56.9384785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9385153Z with 2022-09-27T16:41:56.9385306Z [ 2022-09-27T16:41:56.9385489Z T=torch::jit::GraphExecutor 2022-09-27T16:41:56.9385663Z ] 2022-09-27T16:41:56.9386081Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9386473Z with 2022-09-27T16:41:56.9386624Z [ 2022-09-27T16:41:56.9386803Z T=torch::jit::GraphExecutor 2022-09-27T16:41:56.9386979Z ] 2022-09-27T16:41:56.9387435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9387842Z with 2022-09-27T16:41:56.9387989Z [ 2022-09-27T16:41:56.9388218Z T=torch::jit::GraphExecutor 2022-09-27T16:41:56.9388399Z ] 2022-09-27T16:41:56.9388812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:56.9389448Z 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-09-27T16:41:56.9390107Z 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-09-27T16:41:56.9390816Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9391191Z with 2022-09-27T16:41:56.9391344Z [ 2022-09-27T16:41:56.9391528Z T=torch::jit::GraphExecutor 2022-09-27T16:41:56.9391708Z ] 2022-09-27T16:41:56.9392090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9392439Z with 2022-09-27T16:41:56.9392578Z [ 2022-09-27T16:41:56.9392750Z T=torch::jit::Method 2022-09-27T16:41:56.9392922Z ] 2022-09-27T16:41:56.9393315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9393679Z with 2022-09-27T16:41:56.9393817Z [ 2022-09-27T16:41:56.9393986Z T=torch::jit::Method 2022-09-27T16:41:56.9394160Z ] 2022-09-27T16:41:56.9394590Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9394989Z with 2022-09-27T16:41:56.9395138Z [ 2022-09-27T16:41:56.9395294Z T=torch::jit::Method 2022-09-27T16:41:56.9395460Z ] 2022-09-27T16:41:56.9395919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9396345Z with 2022-09-27T16:41:56.9396499Z [ 2022-09-27T16:41:56.9396672Z T=torch::jit::Method 2022-09-27T16:41:56.9396829Z ] 2022-09-27T16:41:56.9397243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:56.9397873Z 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-09-27T16:41:56.9398506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9398895Z with 2022-09-27T16:41:56.9399049Z [ 2022-09-27T16:41:56.9399223Z T=torch::jit::Method 2022-09-27T16:41:56.9399380Z ] 2022-09-27T16:41:56.9399808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9400166Z with 2022-09-27T16:41:56.9400328Z [ 2022-09-27T16:41:56.9400547Z T=std::vector> 2022-09-27T16:41:56.9400753Z ] 2022-09-27T16:41:56.9401136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9401503Z with 2022-09-27T16:41:56.9401653Z [ 2022-09-27T16:41:56.9401871Z T=std::vector> 2022-09-27T16:41:56.9402119Z ] 2022-09-27T16:41:56.9402557Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9402939Z with 2022-09-27T16:41:56.9403093Z [ 2022-09-27T16:41:56.9403314Z T=std::vector> 2022-09-27T16:41:56.9403521Z ] 2022-09-27T16:41:56.9403977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9404401Z with 2022-09-27T16:41:56.9404540Z [ 2022-09-27T16:41:56.9404758Z T=std::vector> 2022-09-27T16:41:56.9404969Z ] 2022-09-27T16:41:56.9405410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:41:56.9406101Z 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-09-27T16:41:56.9406771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9407150Z with 2022-09-27T16:41:56.9407303Z [ 2022-09-27T16:41:56.9407509Z T=std::vector> 2022-09-27T16:41:56.9407720Z ] 2022-09-27T16:41:56.9408105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9408457Z with 2022-09-27T16:41:56.9408609Z [ 2022-09-27T16:41:56.9408854Z T=std::function 2022-09-27T16:41:56.9409109Z ] 2022-09-27T16:41:56.9409552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9409961Z with 2022-09-27T16:41:56.9410159Z [ 2022-09-27T16:41:56.9410456Z T=std::function 2022-09-27T16:41:56.9410733Z ] 2022-09-27T16:41:56.9411172Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9411620Z with 2022-09-27T16:41:56.9430558Z [ 2022-09-27T16:41:56.9431163Z T=std::function 2022-09-27T16:41:56.9431407Z ] 2022-09-27T16:41:56.9431908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9432378Z with 2022-09-27T16:41:56.9432544Z [ 2022-09-27T16:41:56.9432806Z T=std::function 2022-09-27T16:41:56.9433051Z ] 2022-09-27T16:41:56.9433519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:41:56.9434371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:41:56.9435096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9435496Z with 2022-09-27T16:41:56.9435661Z [ 2022-09-27T16:41:56.9435918Z T=std::function 2022-09-27T16:41:56.9436163Z ] 2022-09-27T16:41:56.9436562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9436916Z with 2022-09-27T16:41:56.9437080Z [ 2022-09-27T16:41:56.9437365Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:41:56.9437629Z ] 2022-09-27T16:41:56.9438040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9438414Z with 2022-09-27T16:41:56.9438560Z [ 2022-09-27T16:41:56.9438841Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:41:56.9439101Z ] 2022-09-27T16:41:56.9439549Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9439963Z with 2022-09-27T16:41:56.9440124Z [ 2022-09-27T16:41:56.9440387Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:41:56.9440651Z ] 2022-09-27T16:41:56.9441125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9441563Z with 2022-09-27T16:41:56.9441727Z [ 2022-09-27T16:41:56.9442003Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:41:56.9442251Z ] 2022-09-27T16:41:56.9442751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:41:56.9443625Z 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-09-27T16:41:56.9444379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9444773Z with 2022-09-27T16:41:56.9444938Z [ 2022-09-27T16:41:56.9445215Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:41:56.9445475Z ] 2022-09-27T16:41:56.9445853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9446700Z with 2022-09-27T16:41:56.9446861Z [ 2022-09-27T16:41:56.9447084Z T=std::vector> 2022-09-27T16:41:56.9447294Z ] 2022-09-27T16:41:56.9447700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9448069Z with 2022-09-27T16:41:56.9448233Z [ 2022-09-27T16:41:56.9448452Z T=std::vector> 2022-09-27T16:41:56.9448657Z ] 2022-09-27T16:41:56.9449101Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9449511Z with 2022-09-27T16:41:56.9449576Z [ 2022-09-27T16:41:56.9449689Z T=std::vector> 2022-09-27T16:41:56.9449752Z ] 2022-09-27T16:41:56.9450134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9450204Z with 2022-09-27T16:41:56.9450268Z [ 2022-09-27T16:41:56.9450393Z T=std::vector> 2022-09-27T16:41:56.9450455Z ] 2022-09-27T16:41:56.9450793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:41:56.9450864Z with 2022-09-27T16:41:56.9450926Z [ 2022-09-27T16:41:56.9450997Z T=double 2022-09-27T16:41:56.9451062Z ] 2022-09-27T16:41:56.9451444Z 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-09-27T16:41:56.9451511Z with 2022-09-27T16:41:56.9451574Z [ 2022-09-27T16:41:56.9451647Z T=double 2022-09-27T16:41:56.9451696Z ] 2022-09-27T16:41:56.9452025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9452094Z with 2022-09-27T16:41:56.9452158Z [ 2022-09-27T16:41:56.9452283Z T=std::vector> 2022-09-27T16:41:56.9452347Z ] 2022-09-27T16:41:56.9452649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9452714Z with 2022-09-27T16:41:56.9452778Z [ 2022-09-27T16:41:56.9452936Z T=std::tuple 2022-09-27T16:41:56.9452999Z ] 2022-09-27T16:41:56.9453314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9453383Z with 2022-09-27T16:41:56.9453445Z [ 2022-09-27T16:41:56.9453556Z T=std::tuple 2022-09-27T16:41:56.9453605Z ] 2022-09-27T16:41:56.9453953Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9454061Z with 2022-09-27T16:41:56.9454123Z [ 2022-09-27T16:41:56.9454236Z T=std::tuple 2022-09-27T16:41:56.9454301Z ] 2022-09-27T16:41:56.9454679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9454749Z with 2022-09-27T16:41:56.9585287Z [ 2022-09-27T16:41:56.9585479Z T=std::tuple 2022-09-27T16:41:56.9585533Z ] 2022-09-27T16:41:56.9585879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:41:56.9586247Z 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-09-27T16:41:56.9586568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9586623Z with 2022-09-27T16:41:56.9586676Z [ 2022-09-27T16:41:56.9586776Z T=std::tuple 2022-09-27T16:41:56.9586828Z ] 2022-09-27T16:41:56.9587120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9587178Z with 2022-09-27T16:41:56.9587230Z [ 2022-09-27T16:41:56.9587354Z T=std::vector> 2022-09-27T16:41:56.9587406Z ] 2022-09-27T16:41:56.9587710Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:41:56.9587765Z with 2022-09-27T16:41:56.9587816Z [ 2022-09-27T16:41:56.9587939Z T=std::vector> 2022-09-27T16:41:56.9587990Z ] 2022-09-27T16:41:56.9588329Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:41:56.9588384Z with 2022-09-27T16:41:56.9588435Z [ 2022-09-27T16:41:56.9588555Z T=std::vector> 2022-09-27T16:41:56.9588605Z ] 2022-09-27T16:41:56.9589083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:41:56.9589138Z with 2022-09-27T16:41:56.9589188Z [ 2022-09-27T16:41:56.9589311Z T=std::vector> 2022-09-27T16:41:56.9589362Z ] 2022-09-27T16:41:56.9589702Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:41:56.9590073Z 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-09-27T16:41:56.9590442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:41:56.9590500Z with 2022-09-27T16:41:56.9590551Z [ 2022-09-27T16:41:56.9590672Z T=std::vector> 2022-09-27T16:41:56.9590729Z ] 2022-09-27T16:41:56.9590971Z 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-09-27T16:41:56.9591203Z 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-09-27T16:41:56.9591447Z 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-09-27T16:41:56.9591712Z 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-09-27T16:41:56.9591768Z with 2022-09-27T16:41:56.9591825Z [ 2022-09-27T16:41:56.9591895Z scalar_t=float 2022-09-27T16:41:56.9591947Z ] 2022-09-27T16:41:56.9592265Z 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-09-27T16:41:56.9592321Z with 2022-09-27T16:41:56.9592371Z [ 2022-09-27T16:41:56.9592440Z scalar_t=float 2022-09-27T16:41:56.9592491Z ] 2022-09-27T16:41:56.9592752Z 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-09-27T16:41:56.9592809Z with 2022-09-27T16:41:56.9592862Z [ 2022-09-27T16:41:56.9592932Z scalar_t=float 2022-09-27T16:41:56.9592983Z ] 2022-09-27T16:41:56.9593300Z 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-09-27T16:41:56.9593355Z with 2022-09-27T16:41:56.9593406Z [ 2022-09-27T16:41:56.9593473Z scalar_t=float 2022-09-27T16:41:56.9593525Z ] 2022-09-27T16:41:56.9593789Z 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-09-27T16:41:56.9593846Z with 2022-09-27T16:41:56.9593898Z [ 2022-09-27T16:41:56.9593967Z scalar_t=float 2022-09-27T16:41:56.9594017Z ] 2022-09-27T16:41:56.9594357Z 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-09-27T16:41:56.9594453Z with 2022-09-27T16:41:56.9594514Z [ 2022-09-27T16:41:56.9594574Z scalar_t=float 2022-09-27T16:41:56.9594632Z ] 2022-09-27T16:41:56.9594946Z 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-09-27T16:41:56.9595001Z with 2022-09-27T16:41:56.9595047Z [ 2022-09-27T16:41:56.9595113Z scalar_t=float 2022-09-27T16:41:56.9595165Z ] 2022-09-27T16:41:56.9595427Z 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-09-27T16:41:56.9595520Z with 2022-09-27T16:41:56.9595571Z [ 2022-09-27T16:41:56.9595627Z T=float 2022-09-27T16:41:56.9595679Z ] 2022-09-27T16:41:56.9596018Z 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-09-27T16:41:56.9596072Z with 2022-09-27T16:41:56.9596125Z [ 2022-09-27T16:41:56.9596187Z T=float 2022-09-27T16:41:56.9596232Z ] 2022-09-27T16:41:56.9596522Z 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-09-27T16:41:56.9596577Z with 2022-09-27T16:41:56.9596634Z [ 2022-09-27T16:41:56.9596684Z T=float 2022-09-27T16:41:56.9596739Z ] 2022-09-27T16:41:56.9596997Z 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-09-27T16:41:56.9597052Z with 2022-09-27T16:41:56.9597105Z [ 2022-09-27T16:41:56.9597160Z T=float 2022-09-27T16:41:56.9597212Z ] 2022-09-27T16:41:56.9597548Z 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-09-27T16:41:56.9597604Z with 2022-09-27T16:41:56.9597657Z [ 2022-09-27T16:41:56.9597712Z T=float 2022-09-27T16:41:56.9597765Z ] 2022-09-27T16:41:56.9598027Z 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-09-27T16:41:56.9598084Z with 2022-09-27T16:41:56.9598136Z [ 2022-09-27T16:41:56.9598208Z scalar_t=float 2022-09-27T16:41:56.9598261Z ] 2022-09-27T16:41:56.9598594Z 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-09-27T16:41:56.9598652Z with 2022-09-27T16:41:56.9598705Z [ 2022-09-27T16:41:56.9598773Z scalar_t=float 2022-09-27T16:41:56.9598826Z ] 2022-09-27T16:41:56.9599148Z 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-09-27T16:41:56.9599200Z with 2022-09-27T16:41:56.9599252Z [ 2022-09-27T16:41:56.9599319Z scalar_t=float 2022-09-27T16:41:56.9599373Z ] 2022-09-27T16:41:56.9599634Z 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-09-27T16:41:56.9600234Z with 2022-09-27T16:41:56.9600298Z [ 2022-09-27T16:41:56.9600371Z scalar_t=float 2022-09-27T16:41:56.9600424Z ] 2022-09-27T16:41:56.9600689Z 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-09-27T16:41:56.9600746Z with 2022-09-27T16:41:56.9600800Z [ 2022-09-27T16:41:56.9600869Z scalar_t=float 2022-09-27T16:41:56.9600915Z ] 2022-09-27T16:41:56.9601182Z 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-09-27T16:41:56.9601292Z with 2022-09-27T16:41:56.9601345Z [ 2022-09-27T16:41:56.9601413Z scalar_t=float 2022-09-27T16:41:56.9601467Z ] 2022-09-27T16:41:56.9601796Z 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-09-27T16:41:56.9601853Z with 2022-09-27T16:41:56.9601905Z [ 2022-09-27T16:41:56.9601971Z scalar_t=float 2022-09-27T16:41:56.9602023Z ] 2022-09-27T16:41:56.9602348Z 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-09-27T16:41:56.9602403Z with 2022-09-27T16:41:56.9602458Z [ 2022-09-27T16:41:56.9602526Z scalar_t=float 2022-09-27T16:41:56.9602570Z ] 2022-09-27T16:41:56.9602840Z 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-09-27T16:41:56.9602894Z with 2022-09-27T16:41:56.9602948Z [ 2022-09-27T16:41:56.9603014Z scalar_t=float 2022-09-27T16:41:56.9603069Z ] 2022-09-27T16:41:56.9604479Z "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-09-27T16:41:57.0991280Z 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-09-27T16:41:57.1872146Z Generating code 2022-09-27T16:41:58.8246733Z Finished generating code 2022-09-27T16:41:59.1495833Z running install_lib 2022-09-27T16:41:59.1576204Z creating install 2022-09-27T16:41:59.1577754Z creating install\Jenkins 2022-09-27T16:41:59.1579061Z creating install\Jenkins\Miniconda3 2022-09-27T16:41:59.1580279Z creating install\Jenkins\Miniconda3\Lib 2022-09-27T16:41:59.1581490Z creating install\Jenkins\Miniconda3\Lib\site-packages 2022-09-27T16:41:59.1584790Z creating install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-09-27T16:41:59.1587683Z 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-09-27T16:41:59.1599913Z 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-09-27T16:41:59.1610795Z 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-09-27T16:41:59.1905918Z copying build\lib.win-amd64-cpython-39\torch_test_cpp_extension\__init__.py -> ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension 2022-09-27T16:41:59.1923625Z byte-compiling ./install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension\__init__.py to __init__.cpython-39.pyc 2022-09-27T16:41:59.1933052Z running install_egg_info 2022-09-27T16:41:59.2189720Z running egg_info 2022-09-27T16:41:59.2190394Z creating torch_test_cpp_extension.egg-info 2022-09-27T16:41:59.2247853Z writing torch_test_cpp_extension.egg-info\PKG-INFO 2022-09-27T16:41:59.2252951Z writing dependency_links to torch_test_cpp_extension.egg-info\dependency_links.txt 2022-09-27T16:41:59.2259059Z writing top-level names to torch_test_cpp_extension.egg-info\top_level.txt 2022-09-27T16:41:59.2269398Z writing manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2022-09-27T16:41:59.2331759Z reading manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2022-09-27T16:41:59.2343522Z writing manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2022-09-27T16:41:59.2347773Z 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-09-27T16:41:59.2388699Z running install_scripts 2022-09-27T16:41:59.2731660Z Error in atexit._run_exitfuncs: 2022-09-27T16:41:59.2731917Z Traceback (most recent call last): 2022-09-27T16:41:59.2732404Z File "C:\Jenkins\Miniconda3\lib\site-packages\colorama\ansitowin32.py", line 59, in closed 2022-09-27T16:41:59.2798734Z return stream.closed 2022-09-27T16:41:59.2798977Z ValueError: underlying buffer has been detached 2022-09-27T16:41:59.4860617Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_extensions_aot_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:41:59.476357] 2022-09-27T16:42:01.4314161Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-09-27T16:42:01.5109374Z 2022-09-27T16:42:01.5109782Z Running tests... 2022-09-27T16:42:01.5110096Z ---------------------------------------------------------------------- 2022-09-27T16:42:01.5110470Z Test results will be stored in test-reports\python-unittest\test_cpp_extensions_aot_ninja 2022-09-27T16:42:01.5257801Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.016s) 2022-09-27T16:42:01.5264438Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: Windows not supported (0.000s) 2022-09-27T16:42:01.5272091Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: Windows not supported (0.000s) 2022-09-27T16:42:01.5278459Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-09-27T16:42:01.5284144Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: Windows not supported (0.000s) 2022-09-27T16:42:01.5298435Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.000s) 2022-09-27T16:42:01.5312233Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.000s) 2022-09-27T16:42:01.5320108Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... skip: Not available on Windows (0.000s) 2022-09-27T16:42:01.5329898Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.000s) 2022-09-27T16:42:01.5345338Z test_add (__main__.TestORTTensor) ... ok (0.000s) 2022-09-27T16:42:01.5367529Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.000s) 2022-09-27T16:42:02.2400732Z test_unregistered (__main__.TestORTTensor) ... ok (0.712s) 2022-09-27T16:42:02.2422982Z test_zeros (__main__.TestORTTensor) ... ok (0.000s) 2022-09-27T16:42:02.2462589Z test_rng (__main__.TestRNGExtension) ... ok (0.000s) 2022-09-27T16:42:02.2472542Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.000s) 2022-09-27T16:42:02.2472950Z 2022-09-27T16:42:02.2473342Z ---------------------------------------------------------------------- 2022-09-27T16:42:02.2473809Z Ran 15 tests in 0.719s 2022-09-27T16:42:02.2473935Z 2022-09-27T16:42:02.2474015Z OK (skipped=6) 2022-09-27T16:42:02.2474125Z 2022-09-27T16:42:02.2474219Z Generating XML reports... 2022-09-27T16:42:02.2534201Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_ninja\TEST-TestCppExtensionAOT-20220927164201.xml 2022-09-27T16:42:02.2549432Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_ninja\TEST-TestORTTensor-20220927164201.xml 2022-09-27T16:42:02.2555156Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_ninja\TEST-TestRNGExtension-20220927164201.xml 2022-09-27T16:42:02.2561334Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_ninja\TEST-TestTorchLibrary-20220927164201.xml 2022-09-27T16:42:02.5168684Z Running test_cpp_extensions_aot_no_ninja ... [2022-09-27 16:42:02.505835] 2022-09-27T16:42:04.0807060Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-09-27T16:42:04.2043487Z running install 2022-09-27T16:42:04.2045531Z 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-09-27T16:42:04.2045929Z warnings.warn( 2022-09-27T16:42:04.2124538Z running build 2022-09-27T16:42:04.2124724Z running build_py 2022-09-27T16:42:04.2191286Z creating build 2022-09-27T16:42:04.2193084Z creating build\lib.win-amd64-cpython-39 2022-09-27T16:42:04.2194524Z creating build\lib.win-amd64-cpython-39\torch_test_cpp_extension 2022-09-27T16:42:04.2197145Z copying torch_test_cpp_extension\__init__.py -> build\lib.win-amd64-cpython-39\torch_test_cpp_extension 2022-09-27T16:42:04.2203630Z running build_ext 2022-09-27T16:42:04.2215799Z building 'torch_test_cpp_extension.cpp' extension 2022-09-27T16:42:04.2226740Z creating build\temp.win-amd64-cpython-39 2022-09-27T16:42:04.2228259Z creating build\temp.win-amd64-cpython-39\Release 2022-09-27T16:42:04.2237936Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -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 -Iself_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" /EHsc /Tpextension.cpp /Fobuild\temp.win-amd64-cpython-39\Release\extension.obj /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=0 2022-09-27T16:42:04.2339080Z extension.cpp 2022-09-27T16:42:04.2522545Z 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-09-27T16:42:04.9223209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:04.9223606Z with 2022-09-27T16:42:04.9223777Z [ 2022-09-27T16:42:04.9223935Z T=c10::SymInt 2022-09-27T16:42:04.9224255Z ] 2022-09-27T16:42:04.9224699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:04.9225083Z with 2022-09-27T16:42:04.9225237Z [ 2022-09-27T16:42:04.9225394Z T=c10::SymInt 2022-09-27T16:42:04.9225559Z ] 2022-09-27T16:42:04.9226002Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:04.9226415Z with 2022-09-27T16:42:04.9226567Z [ 2022-09-27T16:42:04.9226728Z T=c10::SymInt 2022-09-27T16:42:04.9226878Z ] 2022-09-27T16:42:04.9227355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:04.9227781Z with 2022-09-27T16:42:04.9227938Z [ 2022-09-27T16:42:04.9228101Z T=c10::SymInt 2022-09-27T16:42:04.9228260Z ] 2022-09-27T16:42:04.9228653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:04.9229269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1514): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:42:04.9229906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:04.9230296Z with 2022-09-27T16:42:04.9230449Z [ 2022-09-27T16:42:04.9230610Z T=c10::SymInt 2022-09-27T16:42:04.9230771Z ] 2022-09-27T16:42:04.9491744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2533): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-09-27T16:42:04.9706776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:04.9707140Z with 2022-09-27T16:42:04.9707313Z [ 2022-09-27T16:42:04.9707480Z T=at::Generator 2022-09-27T16:42:04.9707647Z ] 2022-09-27T16:42:04.9708043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:04.9708406Z with 2022-09-27T16:42:04.9708556Z [ 2022-09-27T16:42:04.9708722Z T=at::Generator 2022-09-27T16:42:04.9708884Z ] 2022-09-27T16:42:04.9709456Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:04.9709869Z with 2022-09-27T16:42:04.9710009Z [ 2022-09-27T16:42:04.9710178Z T=at::Generator 2022-09-27T16:42:04.9710347Z ] 2022-09-27T16:42:04.9710804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:04.9711238Z with 2022-09-27T16:42:04.9711387Z [ 2022-09-27T16:42:04.9711611Z T=at::Generator 2022-09-27T16:42:04.9711781Z ] 2022-09-27T16:42:04.9712190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:04.9712823Z 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-09-27T16:42:04.9713459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:04.9713846Z with 2022-09-27T16:42:04.9713998Z [ 2022-09-27T16:42:04.9714152Z T=at::Generator 2022-09-27T16:42:04.9714315Z ] 2022-09-27T16:42:04.9997747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:04.9998111Z with 2022-09-27T16:42:04.9998270Z [ 2022-09-27T16:42:04.9998439Z T=at::TensorBase 2022-09-27T16:42:04.9998593Z ] 2022-09-27T16:42:04.9998990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:04.9999354Z with 2022-09-27T16:42:04.9999511Z [ 2022-09-27T16:42:04.9999678Z T=at::TensorBase 2022-09-27T16:42:04.9999842Z ] 2022-09-27T16:42:05.0000267Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:05.0000664Z with 2022-09-27T16:42:05.0000815Z [ 2022-09-27T16:42:05.0000984Z T=at::TensorBase 2022-09-27T16:42:05.0001149Z ] 2022-09-27T16:42:05.0001605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:05.0002026Z with 2022-09-27T16:42:05.0002162Z [ 2022-09-27T16:42:05.0002326Z T=at::TensorBase 2022-09-27T16:42:05.0002491Z ] 2022-09-27T16:42:05.0002893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:05.0003530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(921): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:42:05.0004170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:05.0004648Z with 2022-09-27T16:42:05.0004790Z [ 2022-09-27T16:42:05.0004961Z T=at::TensorBase 2022-09-27T16:42:05.0005130Z ] 2022-09-27T16:42:05.2248899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:05.2249303Z with 2022-09-27T16:42:05.2249459Z [ 2022-09-27T16:42:05.2249627Z T=at::Tensor 2022-09-27T16:42:05.2249792Z ] 2022-09-27T16:42:05.2250205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:05.2250715Z with 2022-09-27T16:42:05.2250867Z [ 2022-09-27T16:42:05.2251032Z T=at::Tensor 2022-09-27T16:42:05.2251182Z ] 2022-09-27T16:42:05.2251625Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:05.2252031Z with 2022-09-27T16:42:05.2252179Z [ 2022-09-27T16:42:05.2252339Z T=at::Tensor 2022-09-27T16:42:05.2252487Z ] 2022-09-27T16:42:05.2252952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:05.2253376Z with 2022-09-27T16:42:05.2253529Z [ 2022-09-27T16:42:05.2253691Z T=at::Tensor 2022-09-27T16:42:05.2253849Z ] 2022-09-27T16:42:05.2254253Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:05.2254855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(510): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:42:05.2255503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:05.2255882Z with 2022-09-27T16:42:05.2256036Z [ 2022-09-27T16:42:05.2256197Z T=at::Tensor 2022-09-27T16:42:05.2256359Z ] 2022-09-27T16:42:05.3617970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:05.3618460Z with 2022-09-27T16:42:05.3618687Z [ 2022-09-27T16:42:05.3618919Z T=std::string 2022-09-27T16:42:05.3619160Z ] 2022-09-27T16:42:05.3619600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:05.3620078Z with 2022-09-27T16:42:05.3620341Z [ 2022-09-27T16:42:05.3620513Z T=std::string 2022-09-27T16:42:05.3620751Z ] 2022-09-27T16:42:05.3621341Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:05.3621946Z with 2022-09-27T16:42:05.3622101Z [ 2022-09-27T16:42:05.3622361Z T=std::string 2022-09-27T16:42:05.3622528Z ] 2022-09-27T16:42:05.3623125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:05.3623557Z with 2022-09-27T16:42:05.3623711Z [ 2022-09-27T16:42:05.3623876Z T=std::string 2022-09-27T16:42:05.3624027Z ] 2022-09-27T16:42:05.3624435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:05.3625241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(448): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:42:05.3626001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:05.3626390Z with 2022-09-27T16:42:05.3626545Z [ 2022-09-27T16:42:05.3626710Z T=std::string 2022-09-27T16:42:05.3626864Z ] 2022-09-27T16:42:05.3738535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:05.3739009Z with 2022-09-27T16:42:05.3739204Z [ 2022-09-27T16:42:05.3739380Z T=c10::QualifiedName 2022-09-27T16:42:05.3739554Z ] 2022-09-27T16:42:05.3740025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:05.3740431Z with 2022-09-27T16:42:05.3740584Z [ 2022-09-27T16:42:05.3740793Z T=c10::QualifiedName 2022-09-27T16:42:05.3741008Z ] 2022-09-27T16:42:05.3741448Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:05.3741852Z with 2022-09-27T16:42:05.3741991Z [ 2022-09-27T16:42:05.3742166Z T=c10::QualifiedName 2022-09-27T16:42:05.3742338Z ] 2022-09-27T16:42:05.3742797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:05.3743226Z with 2022-09-27T16:42:05.3743378Z [ 2022-09-27T16:42:05.3743538Z T=c10::QualifiedName 2022-09-27T16:42:05.3743712Z ] 2022-09-27T16:42:05.3744122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:05.3744757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(696): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:42:05.3745464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:05.3745852Z with 2022-09-27T16:42:05.3746009Z [ 2022-09-27T16:42:05.3746175Z T=c10::QualifiedName 2022-09-27T16:42:05.3746351Z ] 2022-09-27T16:42:05.4204033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:05.4204413Z with 2022-09-27T16:42:05.4204570Z [ 2022-09-27T16:42:05.4204788Z T=std::shared_ptr 2022-09-27T16:42:05.4204997Z ] 2022-09-27T16:42:05.4205387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:05.4205758Z with 2022-09-27T16:42:05.4205911Z [ 2022-09-27T16:42:05.4206124Z T=std::shared_ptr 2022-09-27T16:42:05.4206395Z ] 2022-09-27T16:42:05.4206837Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:05.4207231Z with 2022-09-27T16:42:05.4207387Z [ 2022-09-27T16:42:05.4207605Z T=std::shared_ptr 2022-09-27T16:42:05.4207809Z ] 2022-09-27T16:42:05.4208267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:05.4208686Z with 2022-09-27T16:42:05.4208826Z [ 2022-09-27T16:42:05.4209038Z T=std::shared_ptr 2022-09-27T16:42:05.4209239Z ] 2022-09-27T16:42:05.4209677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:42:05.4210364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1340): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:42:05.4211031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:05.4211417Z with 2022-09-27T16:42:05.4211571Z [ 2022-09-27T16:42:05.4211773Z T=std::shared_ptr 2022-09-27T16:42:05.4211978Z ] 2022-09-27T16:42:05.4229455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:05.4229815Z with 2022-09-27T16:42:05.4230014Z [ 2022-09-27T16:42:05.4230229Z T=std::weak_ptr 2022-09-27T16:42:05.4230420Z ] 2022-09-27T16:42:05.4230824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:05.4231191Z with 2022-09-27T16:42:05.4231343Z [ 2022-09-27T16:42:05.4231554Z T=std::weak_ptr 2022-09-27T16:42:05.4231754Z ] 2022-09-27T16:42:05.4232188Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:05.4232594Z with 2022-09-27T16:42:05.4232747Z [ 2022-09-27T16:42:05.4232958Z T=std::weak_ptr 2022-09-27T16:42:05.4233157Z ] 2022-09-27T16:42:05.4233692Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:05.4234113Z with 2022-09-27T16:42:05.4234252Z [ 2022-09-27T16:42:05.4234462Z T=std::weak_ptr 2022-09-27T16:42:05.4234664Z ] 2022-09-27T16:42:05.4235106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:42:05.4235843Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1341): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:42:05.4236501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:05.4236881Z with 2022-09-27T16:42:05.4237023Z [ 2022-09-27T16:42:05.4237234Z T=std::weak_ptr 2022-09-27T16:42:05.4237437Z ] 2022-09-27T16:42:05.4721624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:05.4722002Z with 2022-09-27T16:42:05.4722160Z [ 2022-09-27T16:42:05.4722415Z T=std::vector> 2022-09-27T16:42:05.4722629Z ] 2022-09-27T16:42:05.4723032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:05.4723410Z with 2022-09-27T16:42:05.4723564Z [ 2022-09-27T16:42:05.4723808Z T=std::vector> 2022-09-27T16:42:05.4724029Z ] 2022-09-27T16:42:05.4724461Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:05.4724868Z with 2022-09-27T16:42:05.4725020Z [ 2022-09-27T16:42:05.4725256Z T=std::vector> 2022-09-27T16:42:05.4725481Z ] 2022-09-27T16:42:05.4725945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:05.4726369Z with 2022-09-27T16:42:05.4726510Z [ 2022-09-27T16:42:05.4726747Z T=std::vector> 2022-09-27T16:42:05.4726970Z ] 2022-09-27T16:42:05.4727424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:42:05.4728157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(482): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:42:05.4728833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:05.4729325Z with 2022-09-27T16:42:05.4729470Z [ 2022-09-27T16:42:05.4729713Z T=std::vector> 2022-09-27T16:42:05.4729936Z ] 2022-09-27T16:42:05.4828798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:05.4829165Z with 2022-09-27T16:42:05.4829321Z [ 2022-09-27T16:42:05.4829531Z T=std::vector> 2022-09-27T16:42:05.4829714Z ] 2022-09-27T16:42:05.4830247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:05.4830628Z with 2022-09-27T16:42:05.4830785Z [ 2022-09-27T16:42:05.4830989Z T=std::vector> 2022-09-27T16:42:05.4831180Z ] 2022-09-27T16:42:05.4831670Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:05.4832074Z with 2022-09-27T16:42:05.4832225Z [ 2022-09-27T16:42:05.4832430Z T=std::vector> 2022-09-27T16:42:05.4832626Z ] 2022-09-27T16:42:05.4833084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:05.4833493Z with 2022-09-27T16:42:05.4833646Z [ 2022-09-27T16:42:05.4833853Z T=std::vector> 2022-09-27T16:42:05.4834048Z ] 2022-09-27T16:42:05.4834477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:42:05.4835151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(441): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:42:05.4835802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:05.4836190Z with 2022-09-27T16:42:05.4836331Z [ 2022-09-27T16:42:05.4836534Z T=std::vector> 2022-09-27T16:42:05.4836730Z ] 2022-09-27T16:42:05.4934457Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:05.4934827Z with 2022-09-27T16:42:05.4934980Z [ 2022-09-27T16:42:05.4935218Z T=std::vector,std::allocator>> 2022-09-27T16:42:05.4935452Z ] 2022-09-27T16:42:05.4935855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:05.4936221Z with 2022-09-27T16:42:05.4936374Z [ 2022-09-27T16:42:05.4936623Z T=std::vector,std::allocator>> 2022-09-27T16:42:05.4936861Z ] 2022-09-27T16:42:05.4937439Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:05.4937846Z with 2022-09-27T16:42:05.4938001Z [ 2022-09-27T16:42:05.4938250Z T=std::vector,std::allocator>> 2022-09-27T16:42:05.4938484Z ] 2022-09-27T16:42:05.4938943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:05.4939403Z with 2022-09-27T16:42:05.4939557Z [ 2022-09-27T16:42:05.4939806Z T=std::vector,std::allocator>> 2022-09-27T16:42:05.4940039Z ] 2022-09-27T16:42:05.4940516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:42:05.4941248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:42:05.4941924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(843): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:42:05.4942566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:05.4942953Z with 2022-09-27T16:42:05.4943095Z [ 2022-09-27T16:42:05.4943345Z T=std::vector,std::allocator>> 2022-09-27T16:42:05.4943576Z ] 2022-09-27T16:42:05.4966349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:05.4966715Z with 2022-09-27T16:42:05.4966869Z [ 2022-09-27T16:42:05.4967116Z T=std::vector,std::allocator>> 2022-09-27T16:42:05.4967332Z ] 2022-09-27T16:42:05.4967741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:05.4968110Z with 2022-09-27T16:42:05.4968266Z [ 2022-09-27T16:42:05.4968512Z T=std::vector,std::allocator>> 2022-09-27T16:42:05.4968745Z ] 2022-09-27T16:42:05.4969168Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:05.4969571Z with 2022-09-27T16:42:05.4969726Z [ 2022-09-27T16:42:05.4969969Z T=std::vector,std::allocator>> 2022-09-27T16:42:05.4970195Z ] 2022-09-27T16:42:05.4970656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:05.4971085Z with 2022-09-27T16:42:05.4971225Z [ 2022-09-27T16:42:05.4971529Z T=std::vector,std::allocator>> 2022-09-27T16:42:05.4971760Z ] 2022-09-27T16:42:05.4972226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:42:05.4972946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:42:05.4973652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(613): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:42:05.4974288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:05.4974674Z with 2022-09-27T16:42:05.4974827Z [ 2022-09-27T16:42:05.4975062Z T=std::vector,std::allocator>> 2022-09-27T16:42:05.4975291Z ] 2022-09-27T16:42:05.5069412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:05.5069784Z with 2022-09-27T16:42:05.5069943Z [ 2022-09-27T16:42:05.5070156Z T=std::vector> 2022-09-27T16:42:05.5070340Z ] 2022-09-27T16:42:05.5070740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:05.5071112Z with 2022-09-27T16:42:05.5071265Z [ 2022-09-27T16:42:05.5071476Z T=std::vector> 2022-09-27T16:42:05.5071672Z ] 2022-09-27T16:42:05.5072109Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:05.5072513Z with 2022-09-27T16:42:05.5072667Z [ 2022-09-27T16:42:05.5072876Z T=std::vector> 2022-09-27T16:42:05.5073078Z ] 2022-09-27T16:42:05.5073538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:05.5073963Z with 2022-09-27T16:42:05.5074104Z [ 2022-09-27T16:42:05.5074312Z T=std::vector> 2022-09-27T16:42:05.5074510Z ] 2022-09-27T16:42:05.5074935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:42:05.5075610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(726): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:42:05.5076262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:05.5076638Z with 2022-09-27T16:42:05.5076777Z [ 2022-09-27T16:42:05.5077058Z T=std::vector> 2022-09-27T16:42:05.5077257Z ] 2022-09-27T16:42:05.6050200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:05.6050573Z with 2022-09-27T16:42:05.6050731Z [ 2022-09-27T16:42:05.6050968Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:42:05.6051180Z ] 2022-09-27T16:42:05.6051576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:05.6052563Z with 2022-09-27T16:42:05.6052719Z [ 2022-09-27T16:42:05.6052958Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:42:05.6053182Z ] 2022-09-27T16:42:05.6053619Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:05.6054022Z with 2022-09-27T16:42:05.6054174Z [ 2022-09-27T16:42:05.6054410Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:42:05.6054631Z ] 2022-09-27T16:42:05.6055098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:05.6055528Z with 2022-09-27T16:42:05.6055673Z [ 2022-09-27T16:42:05.6055909Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:42:05.6056135Z ] 2022-09-27T16:42:05.6056592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:42:05.6057393Z 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-09-27T16:42:05.6058147Z 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-09-27T16:42:05.6058840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:05.6059222Z with 2022-09-27T16:42:05.6059366Z [ 2022-09-27T16:42:05.6059605Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:42:05.6059829Z ] 2022-09-27T16:42:05.6164270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:05.6164626Z with 2022-09-27T16:42:05.6164788Z [ 2022-09-27T16:42:05.6165027Z T=c10::impl::InlineStreamGuard 2022-09-27T16:42:05.6165238Z ] 2022-09-27T16:42:05.6165636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:05.6166007Z with 2022-09-27T16:42:05.6166161Z [ 2022-09-27T16:42:05.6166482Z T=c10::impl::InlineStreamGuard 2022-09-27T16:42:05.6166692Z ] 2022-09-27T16:42:05.6167138Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:05.6167540Z with 2022-09-27T16:42:05.6167696Z [ 2022-09-27T16:42:05.6167935Z T=c10::impl::InlineStreamGuard 2022-09-27T16:42:05.6168157Z ] 2022-09-27T16:42:05.6168617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:05.6169073Z with 2022-09-27T16:42:05.6169227Z [ 2022-09-27T16:42:05.6169465Z T=c10::impl::InlineStreamGuard 2022-09-27T16:42:05.6169686Z ] 2022-09-27T16:42:05.6170149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:42:05.6170889Z 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-09-27T16:42:05.6171638Z 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-09-27T16:42:05.6172321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:05.6172707Z with 2022-09-27T16:42:05.6172849Z [ 2022-09-27T16:42:05.6173084Z T=c10::impl::InlineStreamGuard 2022-09-27T16:42:05.6173310Z ] 2022-09-27T16:42:05.6198283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:05.6198649Z with 2022-09-27T16:42:05.6198808Z [ 2022-09-27T16:42:05.6198984Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:42:05.6199171Z ] 2022-09-27T16:42:05.6199569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:05.6199934Z with 2022-09-27T16:42:05.6200088Z [ 2022-09-27T16:42:05.6200274Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:42:05.6200444Z ] 2022-09-27T16:42:05.6200888Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:05.6201293Z with 2022-09-27T16:42:05.6201446Z [ 2022-09-27T16:42:05.6201630Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:42:05.6201813Z ] 2022-09-27T16:42:05.6202260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:05.6202679Z with 2022-09-27T16:42:05.6202831Z [ 2022-09-27T16:42:05.6203089Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:42:05.6203275Z ] 2022-09-27T16:42:05.6203704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:05.6204358Z 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-09-27T16:42:05.6204723Z with 2022-09-27T16:42:05.6204933Z [ 2022-09-27T16:42:05.6205123Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:42:05.6205305Z ] 2022-09-27T16:42:05.6205757Z 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-09-27T16:42:05.6206435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:05.6206821Z with 2022-09-27T16:42:05.6206964Z [ 2022-09-27T16:42:05.6207153Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:42:05.6207338Z ] 2022-09-27T16:42:05.6557550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:05.6557929Z with 2022-09-27T16:42:05.6558082Z [ 2022-09-27T16:42:05.6558343Z T=std::vector> 2022-09-27T16:42:05.6558600Z ] 2022-09-27T16:42:05.6559004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:05.6559372Z with 2022-09-27T16:42:05.6559526Z [ 2022-09-27T16:42:05.6559796Z T=std::vector> 2022-09-27T16:42:05.6560043Z ] 2022-09-27T16:42:05.6560474Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:05.6560877Z with 2022-09-27T16:42:05.6561034Z [ 2022-09-27T16:42:05.6561302Z T=std::vector> 2022-09-27T16:42:05.6561551Z ] 2022-09-27T16:42:05.6562010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:05.6562441Z with 2022-09-27T16:42:05.6562581Z [ 2022-09-27T16:42:05.6562850Z T=std::vector> 2022-09-27T16:42:05.6563145Z ] 2022-09-27T16:42:05.6563635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:42:05.6564495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(843): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:42:05.6565210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:05.6565592Z with 2022-09-27T16:42:05.6565747Z [ 2022-09-27T16:42:05.6566005Z T=std::vector> 2022-09-27T16:42:05.6566258Z ] 2022-09-27T16:42:05.7667511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:05.7668054Z with 2022-09-27T16:42:05.7668221Z [ 2022-09-27T16:42:05.7668403Z T=torch::autograd::ViewInfo 2022-09-27T16:42:05.7668618Z ] 2022-09-27T16:42:05.7669041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:05.7669421Z with 2022-09-27T16:42:05.7669585Z [ 2022-09-27T16:42:05.7669775Z T=torch::autograd::ViewInfo 2022-09-27T16:42:05.7669947Z ] 2022-09-27T16:42:05.7670396Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:05.7670816Z with 2022-09-27T16:42:05.7670976Z [ 2022-09-27T16:42:05.7671166Z T=torch::autograd::ViewInfo 2022-09-27T16:42:05.7671352Z ] 2022-09-27T16:42:05.7671810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:05.7672252Z with 2022-09-27T16:42:05.7672416Z [ 2022-09-27T16:42:05.7672610Z T=torch::autograd::ViewInfo 2022-09-27T16:42:05.7672803Z ] 2022-09-27T16:42:05.7673229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:05.7673902Z 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-09-27T16:42:05.7674574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:05.7674954Z with 2022-09-27T16:42:05.7675116Z [ 2022-09-27T16:42:05.7675347Z T=torch::autograd::ViewInfo 2022-09-27T16:42:05.7675560Z ] 2022-09-27T16:42:05.7960257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:05.7960631Z with 2022-09-27T16:42:05.7960783Z [ 2022-09-27T16:42:05.7960957Z T=c10::IValue 2022-09-27T16:42:05.7961130Z ] 2022-09-27T16:42:05.7961539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:05.7961919Z with 2022-09-27T16:42:05.7962070Z [ 2022-09-27T16:42:05.7962251Z T=c10::IValue 2022-09-27T16:42:05.7962427Z ] 2022-09-27T16:42:05.7963526Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:05.7963964Z with 2022-09-27T16:42:05.7964126Z [ 2022-09-27T16:42:05.7964282Z T=c10::IValue 2022-09-27T16:42:05.7964454Z ] 2022-09-27T16:42:05.7964923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:05.7965432Z with 2022-09-27T16:42:05.7965594Z [ 2022-09-27T16:42:05.7965748Z T=c10::IValue 2022-09-27T16:42:05.7965923Z ] 2022-09-27T16:42:05.7966339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:05.7966973Z 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-09-27T16:42:05.7967616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:05.7968008Z with 2022-09-27T16:42:05.7968172Z [ 2022-09-27T16:42:05.7968348Z T=c10::IValue 2022-09-27T16:42:05.7968501Z ] 2022-09-27T16:42:05.7998631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:05.7998997Z with 2022-09-27T16:42:05.7999175Z [ 2022-09-27T16:42:05.7999358Z T=c10::AliasInfo 2022-09-27T16:42:05.7999536Z ] 2022-09-27T16:42:05.7999929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:05.8000311Z with 2022-09-27T16:42:05.8000477Z [ 2022-09-27T16:42:05.8000655Z T=c10::AliasInfo 2022-09-27T16:42:05.8000833Z ] 2022-09-27T16:42:05.8001285Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:05.8001676Z with 2022-09-27T16:42:05.8001840Z [ 2022-09-27T16:42:05.8002017Z T=c10::AliasInfo 2022-09-27T16:42:05.8002192Z ] 2022-09-27T16:42:05.8002661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:05.8003094Z with 2022-09-27T16:42:05.8003240Z [ 2022-09-27T16:42:05.8003427Z T=c10::AliasInfo 2022-09-27T16:42:05.8003605Z ] 2022-09-27T16:42:05.8004015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:05.8004653Z 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-09-27T16:42:05.8005391Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:05.8005792Z with 2022-09-27T16:42:05.8005937Z [ 2022-09-27T16:42:05.8006116Z T=c10::AliasInfo 2022-09-27T16:42:05.8006290Z ] 2022-09-27T16:42:05.9072007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:05.9072384Z with 2022-09-27T16:42:05.9072547Z [ 2022-09-27T16:42:05.9072774Z T=c10::either 2022-09-27T16:42:05.9073104Z ] 2022-09-27T16:42:05.9073517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:05.9073895Z with 2022-09-27T16:42:05.9074060Z [ 2022-09-27T16:42:05.9074295Z T=c10::either 2022-09-27T16:42:05.9074498Z ] 2022-09-27T16:42:05.9074957Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:05.9075371Z with 2022-09-27T16:42:05.9075534Z [ 2022-09-27T16:42:05.9075765Z T=c10::either 2022-09-27T16:42:05.9075984Z ] 2022-09-27T16:42:05.9076457Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:05.9076875Z with 2022-09-27T16:42:05.9077042Z [ 2022-09-27T16:42:05.9077280Z T=c10::either 2022-09-27T16:42:05.9077501Z ] 2022-09-27T16:42:05.9077960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:42:05.9078696Z 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-09-27T16:42:05.9079396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:05.9079788Z with 2022-09-27T16:42:05.9079934Z [ 2022-09-27T16:42:05.9080167Z T=c10::either 2022-09-27T16:42:05.9080389Z ] 2022-09-27T16:42:07.2513824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:07.2514235Z with 2022-09-27T16:42:07.2514409Z [ 2022-09-27T16:42:07.2514614Z T=at::StepCallbacks 2022-09-27T16:42:07.2514819Z ] 2022-09-27T16:42:07.2515248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:07.2515700Z with 2022-09-27T16:42:07.2515850Z [ 2022-09-27T16:42:07.2516043Z T=at::StepCallbacks 2022-09-27T16:42:07.2516232Z ] 2022-09-27T16:42:07.2516846Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:07.2517360Z with 2022-09-27T16:42:07.2517526Z [ 2022-09-27T16:42:07.2517719Z T=at::StepCallbacks 2022-09-27T16:42:07.2517885Z ] 2022-09-27T16:42:07.2518365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:07.2518880Z with 2022-09-27T16:42:07.2519047Z [ 2022-09-27T16:42:07.2519234Z T=at::StepCallbacks 2022-09-27T16:42:07.2519419Z ] 2022-09-27T16:42:07.2519838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:07.2520504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:42:07.2521170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:07.2521566Z with 2022-09-27T16:42:07.2521734Z [ 2022-09-27T16:42:07.2521925Z T=at::StepCallbacks 2022-09-27T16:42:07.2522113Z ] 2022-09-27T16:42:07.3243790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:07.3244205Z with 2022-09-27T16:42:07.3244377Z [ 2022-09-27T16:42:07.3244587Z T=c10::DimVector 2022-09-27T16:42:07.3244767Z ] 2022-09-27T16:42:07.3245206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:07.3245600Z with 2022-09-27T16:42:07.3245766Z [ 2022-09-27T16:42:07.3245948Z T=c10::DimVector 2022-09-27T16:42:07.3246122Z ] 2022-09-27T16:42:07.3246551Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:07.3247042Z with 2022-09-27T16:42:07.3247186Z [ 2022-09-27T16:42:07.3247360Z T=c10::DimVector 2022-09-27T16:42:07.3247533Z ] 2022-09-27T16:42:07.3248015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:07.3248442Z with 2022-09-27T16:42:07.3248602Z [ 2022-09-27T16:42:07.3248759Z T=c10::DimVector 2022-09-27T16:42:07.3248935Z ] 2022-09-27T16:42:07.3249348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:07.3249991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:42:07.3250801Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:07.3251195Z with 2022-09-27T16:42:07.3251357Z [ 2022-09-27T16:42:07.3251515Z T=c10::DimVector 2022-09-27T16:42:07.3251688Z ] 2022-09-27T16:42:07.9924259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:07.9924688Z with 2022-09-27T16:42:07.9924859Z [ 2022-09-27T16:42:07.9925081Z T=c10::impl::AnnotatedSchema 2022-09-27T16:42:07.9925445Z ] 2022-09-27T16:42:07.9925848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:07.9926231Z with 2022-09-27T16:42:07.9926398Z [ 2022-09-27T16:42:07.9926603Z T=c10::impl::AnnotatedSchema 2022-09-27T16:42:07.9926794Z ] 2022-09-27T16:42:07.9927244Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:07.9927737Z with 2022-09-27T16:42:07.9927883Z [ 2022-09-27T16:42:07.9928080Z T=c10::impl::AnnotatedSchema 2022-09-27T16:42:07.9928270Z ] 2022-09-27T16:42:07.9928752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:07.9929197Z with 2022-09-27T16:42:07.9929357Z [ 2022-09-27T16:42:07.9929533Z T=c10::impl::AnnotatedSchema 2022-09-27T16:42:07.9929720Z ] 2022-09-27T16:42:07.9930153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:07.9930837Z 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-09-27T16:42:07.9931522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:07.9931922Z with 2022-09-27T16:42:07.9932083Z [ 2022-09-27T16:42:07.9932276Z T=c10::impl::AnnotatedSchema 2022-09-27T16:42:07.9932448Z ] 2022-09-27T16:42:07.9983653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:07.9984035Z with 2022-09-27T16:42:07.9984202Z [ 2022-09-27T16:42:07.9984450Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:42:07.9984680Z ] 2022-09-27T16:42:07.9985073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:07.9985451Z with 2022-09-27T16:42:07.9985613Z [ 2022-09-27T16:42:07.9985848Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:42:07.9986069Z ] 2022-09-27T16:42:07.9986632Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:07.9987054Z with 2022-09-27T16:42:07.9987200Z [ 2022-09-27T16:42:07.9987433Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:42:07.9987652Z ] 2022-09-27T16:42:07.9988127Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:07.9988559Z with 2022-09-27T16:42:07.9988719Z [ 2022-09-27T16:42:07.9988931Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:42:07.9989213Z ] 2022-09-27T16:42:07.9989678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:07.9990429Z 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-09-27T16:42:07.9991139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:07.9991538Z with 2022-09-27T16:42:07.9991701Z [ 2022-09-27T16:42:07.9991937Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:42:07.9992144Z ] 2022-09-27T16:42:08.0842366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:08.0842739Z with 2022-09-27T16:42:08.0842895Z [ 2022-09-27T16:42:08.0843105Z T=std::tuple 2022-09-27T16:42:08.0843301Z ] 2022-09-27T16:42:08.0843690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:08.0844064Z with 2022-09-27T16:42:08.0844220Z [ 2022-09-27T16:42:08.0844420Z T=std::tuple 2022-09-27T16:42:08.0844613Z ] 2022-09-27T16:42:08.0845058Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:08.0845463Z with 2022-09-27T16:42:08.0845602Z [ 2022-09-27T16:42:08.0845805Z T=std::tuple 2022-09-27T16:42:08.0845997Z ] 2022-09-27T16:42:08.0846456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:08.0846882Z with 2022-09-27T16:42:08.0847019Z [ 2022-09-27T16:42:08.0847218Z T=std::tuple 2022-09-27T16:42:08.0847406Z ] 2022-09-27T16:42:08.0847830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:42:08.0848534Z 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-09-27T16:42:08.0849303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:08.0849697Z with 2022-09-27T16:42:08.0849853Z [ 2022-09-27T16:42:08.0850043Z T=std::tuple 2022-09-27T16:42:08.0850240Z ] 2022-09-27T16:42:08.0891769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:08.0892211Z with 2022-09-27T16:42:08.0892366Z [ 2022-09-27T16:42:08.0892550Z T=torch::jit::SourceRange 2022-09-27T16:42:08.0892716Z ] 2022-09-27T16:42:08.0893118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:08.0893485Z with 2022-09-27T16:42:08.0893640Z [ 2022-09-27T16:42:08.0893819Z T=torch::jit::SourceRange 2022-09-27T16:42:08.0893993Z ] 2022-09-27T16:42:08.0894421Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:08.0894820Z with 2022-09-27T16:42:08.0894974Z [ 2022-09-27T16:42:08.0895151Z T=torch::jit::SourceRange 2022-09-27T16:42:08.0895331Z ] 2022-09-27T16:42:08.0895793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:08.0896216Z with 2022-09-27T16:42:08.0896354Z [ 2022-09-27T16:42:08.0896529Z T=torch::jit::SourceRange 2022-09-27T16:42:08.0896706Z ] 2022-09-27T16:42:08.0897185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:08.0897857Z 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-09-27T16:42:08.0898520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:08.0898900Z with 2022-09-27T16:42:08.0899040Z [ 2022-09-27T16:42:08.0899222Z T=torch::jit::SourceRange 2022-09-27T16:42:08.0899403Z ] 2022-09-27T16:42:08.0966170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:08.0966527Z with 2022-09-27T16:42:08.0966687Z [ 2022-09-27T16:42:08.0966873Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:42:08.0967068Z ] 2022-09-27T16:42:08.0967465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:08.0967832Z with 2022-09-27T16:42:08.0967981Z [ 2022-09-27T16:42:08.0968178Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:42:08.0968358Z ] 2022-09-27T16:42:08.0968892Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:08.0969300Z with 2022-09-27T16:42:08.0969454Z [ 2022-09-27T16:42:08.0969654Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:42:08.0969846Z ] 2022-09-27T16:42:08.0970293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:08.0970774Z with 2022-09-27T16:42:08.0970924Z [ 2022-09-27T16:42:08.0971118Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:42:08.0971307Z ] 2022-09-27T16:42:08.0971744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:08.0972424Z 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-09-27T16:42:08.0973087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:08.0973457Z with 2022-09-27T16:42:08.0973610Z [ 2022-09-27T16:42:08.0973812Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:42:08.0974001Z ] 2022-09-27T16:42:08.0992375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:08.0992737Z with 2022-09-27T16:42:08.0992888Z [ 2022-09-27T16:42:08.0993089Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:42:08.0993283Z ] 2022-09-27T16:42:08.0993682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:08.0994054Z with 2022-09-27T16:42:08.0994205Z [ 2022-09-27T16:42:08.0994386Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:42:08.0994576Z ] 2022-09-27T16:42:08.0995015Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:08.0995417Z with 2022-09-27T16:42:08.0995567Z [ 2022-09-27T16:42:08.0995760Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:42:08.0995936Z ] 2022-09-27T16:42:08.0996393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:08.0996810Z with 2022-09-27T16:42:08.0996960Z [ 2022-09-27T16:42:08.0997150Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:42:08.0997337Z ] 2022-09-27T16:42:08.0997753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:08.0998436Z 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-09-27T16:42:08.0999160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:08.0999550Z with 2022-09-27T16:42:08.0999705Z [ 2022-09-27T16:42:08.0999901Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:42:08.1000093Z ] 2022-09-27T16:42:08.1038589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:08.1039030Z with 2022-09-27T16:42:08.1039171Z [ 2022-09-27T16:42:08.1039352Z T=torch::jit::ScopePtr 2022-09-27T16:42:08.1039532Z ] 2022-09-27T16:42:08.1039939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:08.1040346Z with 2022-09-27T16:42:08.1040486Z [ 2022-09-27T16:42:08.1040660Z T=torch::jit::ScopePtr 2022-09-27T16:42:08.1040831Z ] 2022-09-27T16:42:08.1041272Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:08.1041673Z with 2022-09-27T16:42:08.1041822Z [ 2022-09-27T16:42:08.1041982Z T=torch::jit::ScopePtr 2022-09-27T16:42:08.1042154Z ] 2022-09-27T16:42:08.1042612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:08.1043028Z with 2022-09-27T16:42:08.1043186Z [ 2022-09-27T16:42:08.1043359Z T=torch::jit::ScopePtr 2022-09-27T16:42:08.1043518Z ] 2022-09-27T16:42:08.1043925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:08.1044570Z 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-09-27T16:42:08.1045220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:08.1045604Z with 2022-09-27T16:42:08.1045758Z [ 2022-09-27T16:42:08.1045933Z T=torch::jit::ScopePtr 2022-09-27T16:42:08.1046096Z ] 2022-09-27T16:42:08.3400748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:08.3401126Z with 2022-09-27T16:42:08.3401290Z [ 2022-09-27T16:42:08.3401489Z T=at::ThreadLocalState 2022-09-27T16:42:08.3401668Z ] 2022-09-27T16:42:08.3402073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:08.3402452Z with 2022-09-27T16:42:08.3402590Z [ 2022-09-27T16:42:08.3402771Z T=at::ThreadLocalState 2022-09-27T16:42:08.3402946Z ] 2022-09-27T16:42:08.3403499Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:08.3403913Z with 2022-09-27T16:42:08.3404063Z [ 2022-09-27T16:42:08.3404229Z T=at::ThreadLocalState 2022-09-27T16:42:08.3404408Z ] 2022-09-27T16:42:08.3404872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:08.3405299Z with 2022-09-27T16:42:08.3405453Z [ 2022-09-27T16:42:08.3405703Z T=at::ThreadLocalState 2022-09-27T16:42:08.3405865Z ] 2022-09-27T16:42:08.3406285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:08.3406949Z 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-09-27T16:42:08.3407618Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:08.3408000Z with 2022-09-27T16:42:08.3408153Z [ 2022-09-27T16:42:08.3408331Z T=at::ThreadLocalState 2022-09-27T16:42:08.3408496Z ] 2022-09-27T16:42:08.3556257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:08.3556674Z with 2022-09-27T16:42:08.3556828Z [ 2022-09-27T16:42:08.3557026Z T=std::shared_ptr 2022-09-27T16:42:08.3557222Z ] 2022-09-27T16:42:08.3557607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:08.3557975Z with 2022-09-27T16:42:08.3558123Z [ 2022-09-27T16:42:08.3558317Z T=std::shared_ptr 2022-09-27T16:42:08.3558502Z ] 2022-09-27T16:42:08.3558939Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:08.3559343Z with 2022-09-27T16:42:08.3559479Z [ 2022-09-27T16:42:08.3559676Z T=std::shared_ptr 2022-09-27T16:42:08.3559862Z ] 2022-09-27T16:42:08.3560322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:08.3560753Z with 2022-09-27T16:42:08.3560903Z [ 2022-09-27T16:42:08.3561083Z T=std::shared_ptr 2022-09-27T16:42:08.3561266Z ] 2022-09-27T16:42:08.3561690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:42:08.3562359Z 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-09-27T16:42:08.3563113Z 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-09-27T16:42:08.3563795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:08.3564178Z with 2022-09-27T16:42:08.3564329Z [ 2022-09-27T16:42:08.3564513Z T=std::shared_ptr 2022-09-27T16:42:08.3564708Z ] 2022-09-27T16:42:08.3585757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:08.3586121Z with 2022-09-27T16:42:08.3586274Z [ 2022-09-27T16:42:08.3586458Z T=torch::jit::GraphExecutor 2022-09-27T16:42:08.3586631Z ] 2022-09-27T16:42:08.3587025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:08.3587391Z with 2022-09-27T16:42:08.3595497Z [ 2022-09-27T16:42:08.3595734Z T=torch::jit::GraphExecutor 2022-09-27T16:42:08.3595964Z ] 2022-09-27T16:42:08.3596416Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:08.3596824Z with 2022-09-27T16:42:08.3596976Z [ 2022-09-27T16:42:08.3597157Z T=torch::jit::GraphExecutor 2022-09-27T16:42:08.3597335Z ] 2022-09-27T16:42:08.3597791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:08.3598224Z with 2022-09-27T16:42:08.3598374Z [ 2022-09-27T16:42:08.3598552Z T=torch::jit::GraphExecutor 2022-09-27T16:42:08.3598728Z ] 2022-09-27T16:42:08.3599147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:08.3599781Z 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-09-27T16:42:08.3600448Z 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-09-27T16:42:08.3601113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:08.3601493Z with 2022-09-27T16:42:08.3601647Z [ 2022-09-27T16:42:08.3601826Z T=torch::jit::GraphExecutor 2022-09-27T16:42:08.3602004Z ] 2022-09-27T16:42:08.3684853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:08.3685223Z with 2022-09-27T16:42:08.3685362Z [ 2022-09-27T16:42:08.3685536Z T=torch::jit::Method 2022-09-27T16:42:08.3685712Z ] 2022-09-27T16:42:08.3686232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:08.3686609Z with 2022-09-27T16:42:08.3686746Z [ 2022-09-27T16:42:08.3686917Z T=torch::jit::Method 2022-09-27T16:42:08.3687084Z ] 2022-09-27T16:42:08.3687525Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:08.3687924Z with 2022-09-27T16:42:08.3688132Z [ 2022-09-27T16:42:08.3688291Z T=torch::jit::Method 2022-09-27T16:42:08.3688460Z ] 2022-09-27T16:42:08.3688921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:08.3689349Z with 2022-09-27T16:42:08.3689497Z [ 2022-09-27T16:42:08.3689668Z T=torch::jit::Method 2022-09-27T16:42:08.3689824Z ] 2022-09-27T16:42:08.3690231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:08.3690868Z 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-09-27T16:42:08.3691506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:08.3691886Z with 2022-09-27T16:42:08.3692035Z [ 2022-09-27T16:42:08.3692206Z T=torch::jit::Method 2022-09-27T16:42:08.3692362Z ] 2022-09-27T16:42:08.4371385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:08.4371752Z with 2022-09-27T16:42:08.4371907Z [ 2022-09-27T16:42:08.4372129Z T=std::vector> 2022-09-27T16:42:08.4372345Z ] 2022-09-27T16:42:08.4372747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:08.4373100Z with 2022-09-27T16:42:08.4373249Z [ 2022-09-27T16:42:08.4373464Z T=std::vector> 2022-09-27T16:42:08.4373672Z ] 2022-09-27T16:42:08.4374114Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:08.4374514Z with 2022-09-27T16:42:08.4374651Z [ 2022-09-27T16:42:08.4374869Z T=std::vector> 2022-09-27T16:42:08.4375073Z ] 2022-09-27T16:42:08.4375533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:08.4375953Z with 2022-09-27T16:42:08.4376101Z [ 2022-09-27T16:42:08.4376306Z T=std::vector> 2022-09-27T16:42:08.4376512Z ] 2022-09-27T16:42:08.4377117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:42:08.4377830Z 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-09-27T16:42:08.4378503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:08.4378940Z with 2022-09-27T16:42:08.4379090Z [ 2022-09-27T16:42:08.4379311Z T=std::vector> 2022-09-27T16:42:08.4379506Z ] 2022-09-27T16:42:08.5548914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:08.5549279Z with 2022-09-27T16:42:08.5549443Z [ 2022-09-27T16:42:08.5549692Z T=std::function 2022-09-27T16:42:08.5549924Z ] 2022-09-27T16:42:08.5550324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:08.5550676Z with 2022-09-27T16:42:08.5550830Z [ 2022-09-27T16:42:08.5551074Z T=std::function 2022-09-27T16:42:08.5551300Z ] 2022-09-27T16:42:08.5551736Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:08.5552136Z with 2022-09-27T16:42:08.5552272Z [ 2022-09-27T16:42:08.5552514Z T=std::function 2022-09-27T16:42:08.5552737Z ] 2022-09-27T16:42:08.5553199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:08.5553624Z with 2022-09-27T16:42:08.5553773Z [ 2022-09-27T16:42:08.5554014Z T=std::function 2022-09-27T16:42:08.5554228Z ] 2022-09-27T16:42:08.5554690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:42:08.5555452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:42:08.5556161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:08.5556538Z with 2022-09-27T16:42:08.5556691Z [ 2022-09-27T16:42:08.5556932Z T=std::function 2022-09-27T16:42:08.5557159Z ] 2022-09-27T16:42:08.7774307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:08.7774692Z with 2022-09-27T16:42:08.7774849Z [ 2022-09-27T16:42:08.7775140Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:42:08.7775397Z ] 2022-09-27T16:42:08.7775798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:08.7776166Z with 2022-09-27T16:42:08.7776906Z [ 2022-09-27T16:42:08.7777245Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:42:08.7777503Z ] 2022-09-27T16:42:08.7777945Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:08.7778357Z with 2022-09-27T16:42:08.7778508Z [ 2022-09-27T16:42:08.7778764Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:42:08.7779013Z ] 2022-09-27T16:42:08.7779490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:08.7779913Z with 2022-09-27T16:42:08.7780065Z [ 2022-09-27T16:42:08.7780330Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:42:08.7780566Z ] 2022-09-27T16:42:08.7781060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:08.7781880Z 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-09-27T16:42:08.7782637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:08.7783019Z with 2022-09-27T16:42:08.7783167Z [ 2022-09-27T16:42:08.7783433Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:42:08.7783685Z ] 2022-09-27T16:42:08.9037526Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:08.9037917Z with 2022-09-27T16:42:08.9038082Z [ 2022-09-27T16:42:08.9038316Z T=std::vector> 2022-09-27T16:42:08.9038523Z ] 2022-09-27T16:42:08.9038935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:08.9039310Z with 2022-09-27T16:42:08.9039455Z [ 2022-09-27T16:42:08.9039672Z T=std::vector> 2022-09-27T16:42:08.9039881Z ] 2022-09-27T16:42:08.9040323Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:08.9040739Z with 2022-09-27T16:42:08.9041049Z [ 2022-09-27T16:42:08.9041251Z T=std::vector> 2022-09-27T16:42:08.9041452Z ] 2022-09-27T16:42:08.9041928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:08.9042358Z with 2022-09-27T16:42:08.9042516Z [ 2022-09-27T16:42:08.9042731Z T=std::vector> 2022-09-27T16:42:08.9042989Z ] 2022-09-27T16:42:08.9043417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:42:08.9043812Z with 2022-09-27T16:42:08.9043967Z [ 2022-09-27T16:42:08.9044128Z T=double 2022-09-27T16:42:08.9044288Z ] 2022-09-27T16:42:08.9044743Z 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-09-27T16:42:08.9045174Z with 2022-09-27T16:42:08.9045328Z [ 2022-09-27T16:42:08.9045484Z T=double 2022-09-27T16:42:08.9045645Z ] 2022-09-27T16:42:08.9046084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:08.9046474Z with 2022-09-27T16:42:08.9046615Z [ 2022-09-27T16:42:08.9046831Z T=std::vector> 2022-09-27T16:42:08.9047031Z ] 2022-09-27T16:42:09.4391443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:09.4391855Z with 2022-09-27T16:42:09.4392021Z [ 2022-09-27T16:42:09.4392237Z T=std::tuple 2022-09-27T16:42:09.4392429Z ] 2022-09-27T16:42:09.4392824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:09.4393203Z with 2022-09-27T16:42:09.4393365Z [ 2022-09-27T16:42:09.4393563Z T=std::tuple 2022-09-27T16:42:09.4393749Z ] 2022-09-27T16:42:09.4394191Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:09.4394599Z with 2022-09-27T16:42:09.4394740Z [ 2022-09-27T16:42:09.4394941Z T=std::tuple 2022-09-27T16:42:09.4395127Z ] 2022-09-27T16:42:09.4395596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:09.4396024Z with 2022-09-27T16:42:09.4396175Z [ 2022-09-27T16:42:09.4396356Z T=std::tuple 2022-09-27T16:42:09.4396546Z ] 2022-09-27T16:42:09.4396971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:42:09.4397814Z 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-09-27T16:42:09.4398502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:09.4398894Z with 2022-09-27T16:42:09.4399047Z [ 2022-09-27T16:42:09.4399232Z T=std::tuple 2022-09-27T16:42:09.4399502Z ] 2022-09-27T16:42:09.5634770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:09.5635144Z with 2022-09-27T16:42:09.5635300Z [ 2022-09-27T16:42:09.5635538Z T=std::vector> 2022-09-27T16:42:09.5635753Z ] 2022-09-27T16:42:09.5636141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:09.5636507Z with 2022-09-27T16:42:09.5636660Z [ 2022-09-27T16:42:09.5636878Z T=std::vector> 2022-09-27T16:42:09.5637082Z ] 2022-09-27T16:42:09.5637529Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:09.5637928Z with 2022-09-27T16:42:09.5638083Z [ 2022-09-27T16:42:09.5638304Z T=std::vector> 2022-09-27T16:42:09.5638513Z ] 2022-09-27T16:42:09.5638977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:09.5639400Z with 2022-09-27T16:42:09.5639546Z [ 2022-09-27T16:42:09.5639762Z T=std::vector> 2022-09-27T16:42:09.5639967Z ] 2022-09-27T16:42:09.5640411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:42:09.5641137Z 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-09-27T16:42:09.5641833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:09.5642218Z with 2022-09-27T16:42:09.5642369Z [ 2022-09-27T16:42:09.5642576Z T=std::vector> 2022-09-27T16:42:09.5642787Z ] 2022-09-27T16:42:14.6172055Z "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 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:build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.lib 2022-09-27T16:42:14.7958625Z Creating library build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.lib and object build\temp.win-amd64-cpython-39\Release\cpp.cp39-win_amd64.exp 2022-09-27T16:42:14.8093936Z Generating code 2022-09-27T16:42:16.0304279Z Finished generating code 2022-09-27T16:42:16.1422136Z building 'torch_test_cpp_extension.ort' extension 2022-09-27T16:42:16.1429607Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -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 -Iself_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" /EHsc /Tport_extension.cpp /Fobuild\temp.win-amd64-cpython-39\Release\ort_extension.obj /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=ort -D_GLIBCXX_USE_CXX11_ABI=0 2022-09-27T16:42:16.1527096Z ort_extension.cpp 2022-09-27T16:42:16.1708922Z 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-09-27T16:42:16.8643845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:16.8644284Z with 2022-09-27T16:42:16.8644442Z [ 2022-09-27T16:42:16.8644613Z T=c10::SymInt 2022-09-27T16:42:16.8644795Z ] 2022-09-27T16:42:16.8645204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:16.8645578Z with 2022-09-27T16:42:16.8645720Z [ 2022-09-27T16:42:16.8645882Z T=c10::SymInt 2022-09-27T16:42:16.8646042Z ] 2022-09-27T16:42:16.8646478Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:16.8646892Z with 2022-09-27T16:42:16.8647043Z [ 2022-09-27T16:42:16.8647193Z T=c10::SymInt 2022-09-27T16:42:16.8647356Z ] 2022-09-27T16:42:16.8647824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:16.8648251Z with 2022-09-27T16:42:16.8649027Z [ 2022-09-27T16:42:16.8649210Z T=c10::SymInt 2022-09-27T16:42:16.8649360Z ] 2022-09-27T16:42:16.8649767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:16.8650386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1514): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:42:16.8651026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:16.8651504Z with 2022-09-27T16:42:16.8651659Z [ 2022-09-27T16:42:16.8651824Z T=c10::SymInt 2022-09-27T16:42:16.8651976Z ] 2022-09-27T16:42:16.8917203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2533): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-09-27T16:42:16.9134436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:16.9134792Z with 2022-09-27T16:42:16.9134952Z [ 2022-09-27T16:42:16.9135122Z T=at::Generator 2022-09-27T16:42:16.9135287Z ] 2022-09-27T16:42:16.9135672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:16.9136044Z with 2022-09-27T16:42:16.9136198Z [ 2022-09-27T16:42:16.9136366Z T=at::Generator 2022-09-27T16:42:16.9136529Z ] 2022-09-27T16:42:16.9137021Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:16.9137424Z with 2022-09-27T16:42:16.9137562Z [ 2022-09-27T16:42:16.9137727Z T=at::Generator 2022-09-27T16:42:16.9137891Z ] 2022-09-27T16:42:16.9138349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:16.9138781Z with 2022-09-27T16:42:16.9138919Z [ 2022-09-27T16:42:16.9139085Z T=at::Generator 2022-09-27T16:42:16.9139253Z ] 2022-09-27T16:42:16.9139666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:16.9140296Z 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-09-27T16:42:16.9140924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:16.9141309Z with 2022-09-27T16:42:16.9141464Z [ 2022-09-27T16:42:16.9141616Z T=at::Generator 2022-09-27T16:42:16.9141781Z ] 2022-09-27T16:42:16.9430330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:16.9430711Z with 2022-09-27T16:42:16.9431000Z [ 2022-09-27T16:42:16.9431190Z T=at::TensorBase 2022-09-27T16:42:16.9431449Z ] 2022-09-27T16:42:16.9431956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:16.9432331Z with 2022-09-27T16:42:16.9432485Z [ 2022-09-27T16:42:16.9432657Z T=at::TensorBase 2022-09-27T16:42:16.9432813Z ] 2022-09-27T16:42:16.9433246Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:16.9433732Z with 2022-09-27T16:42:16.9433884Z [ 2022-09-27T16:42:16.9434052Z T=at::TensorBase 2022-09-27T16:42:16.9434225Z ] 2022-09-27T16:42:16.9434676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:16.9435094Z with 2022-09-27T16:42:16.9435243Z [ 2022-09-27T16:42:16.9435407Z T=at::TensorBase 2022-09-27T16:42:16.9435570Z ] 2022-09-27T16:42:16.9435975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:16.9436608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(921): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:42:16.9437254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:16.9437622Z with 2022-09-27T16:42:16.9437773Z [ 2022-09-27T16:42:16.9437937Z T=at::TensorBase 2022-09-27T16:42:16.9438104Z ] 2022-09-27T16:42:17.1692134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:17.1692518Z with 2022-09-27T16:42:17.1692659Z [ 2022-09-27T16:42:17.1692835Z T=at::Tensor 2022-09-27T16:42:17.1693003Z ] 2022-09-27T16:42:17.1693401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:17.1693769Z with 2022-09-27T16:42:17.1693916Z [ 2022-09-27T16:42:17.1694067Z T=at::Tensor 2022-09-27T16:42:17.1694227Z ] 2022-09-27T16:42:17.1694671Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:17.1695077Z with 2022-09-27T16:42:17.1695225Z [ 2022-09-27T16:42:17.1695389Z T=at::Tensor 2022-09-27T16:42:17.1695536Z ] 2022-09-27T16:42:17.1695993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:17.1696417Z with 2022-09-27T16:42:17.1696566Z [ 2022-09-27T16:42:17.1696727Z T=at::Tensor 2022-09-27T16:42:17.1696936Z ] 2022-09-27T16:42:17.1697460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:17.1698098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(510): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:42:17.1698726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:17.1699173Z with 2022-09-27T16:42:17.1699326Z [ 2022-09-27T16:42:17.1699487Z T=at::Tensor 2022-09-27T16:42:17.1699651Z ] 2022-09-27T16:42:17.3060786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:17.3061155Z with 2022-09-27T16:42:17.3061310Z [ 2022-09-27T16:42:17.3061493Z T=std::string 2022-09-27T16:42:17.3061657Z ] 2022-09-27T16:42:17.3062056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:17.3062416Z with 2022-09-27T16:42:17.3062573Z [ 2022-09-27T16:42:17.3062735Z T=std::string 2022-09-27T16:42:17.3062894Z ] 2022-09-27T16:42:17.3063329Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:17.3063731Z with 2022-09-27T16:42:17.3063868Z [ 2022-09-27T16:42:17.3064037Z T=std::string 2022-09-27T16:42:17.3064203Z ] 2022-09-27T16:42:17.3064708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:17.3065134Z with 2022-09-27T16:42:17.3065285Z [ 2022-09-27T16:42:17.3065431Z T=std::string 2022-09-27T16:42:17.3065592Z ] 2022-09-27T16:42:17.3065994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:17.3066609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(448): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:42:17.3067256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:17.3067640Z with 2022-09-27T16:42:17.3067789Z [ 2022-09-27T16:42:17.3067938Z T=std::string 2022-09-27T16:42:17.3068097Z ] 2022-09-27T16:42:17.3178452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:17.3178815Z with 2022-09-27T16:42:17.3178971Z [ 2022-09-27T16:42:17.3179146Z T=c10::QualifiedName 2022-09-27T16:42:17.3179303Z ] 2022-09-27T16:42:17.3179699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:17.3180218Z with 2022-09-27T16:42:17.3180374Z [ 2022-09-27T16:42:17.3180548Z T=c10::QualifiedName 2022-09-27T16:42:17.3180726Z ] 2022-09-27T16:42:17.3181146Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:17.3181549Z with 2022-09-27T16:42:17.3181704Z [ 2022-09-27T16:42:17.3181875Z T=c10::QualifiedName 2022-09-27T16:42:17.3182044Z ] 2022-09-27T16:42:17.3182564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:17.3182991Z with 2022-09-27T16:42:17.3183131Z [ 2022-09-27T16:42:17.3183308Z T=c10::QualifiedName 2022-09-27T16:42:17.3183477Z ] 2022-09-27T16:42:17.3183885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:17.3184522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(696): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:42:17.3185158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:17.3185546Z with 2022-09-27T16:42:17.3185686Z [ 2022-09-27T16:42:17.3185855Z T=c10::QualifiedName 2022-09-27T16:42:17.3186025Z ] 2022-09-27T16:42:17.3638966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:17.3639329Z with 2022-09-27T16:42:17.3639488Z [ 2022-09-27T16:42:17.3639695Z T=std::shared_ptr 2022-09-27T16:42:17.3639901Z ] 2022-09-27T16:42:17.3640300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:17.3640662Z with 2022-09-27T16:42:17.3640814Z [ 2022-09-27T16:42:17.3641024Z T=std::shared_ptr 2022-09-27T16:42:17.3641210Z ] 2022-09-27T16:42:17.3641650Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:17.3642051Z with 2022-09-27T16:42:17.3642200Z [ 2022-09-27T16:42:17.3642410Z T=std::shared_ptr 2022-09-27T16:42:17.3642609Z ] 2022-09-27T16:42:17.3643056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:17.3643482Z with 2022-09-27T16:42:17.3643629Z [ 2022-09-27T16:42:17.3643839Z T=std::shared_ptr 2022-09-27T16:42:17.3644035Z ] 2022-09-27T16:42:17.3644558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:42:17.3645249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1340): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:42:17.3645914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:17.3646287Z with 2022-09-27T16:42:17.3646441Z [ 2022-09-27T16:42:17.3646657Z T=std::shared_ptr 2022-09-27T16:42:17.3646916Z ] 2022-09-27T16:42:17.3662812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:17.3663176Z with 2022-09-27T16:42:17.3663331Z [ 2022-09-27T16:42:17.3663526Z T=std::weak_ptr 2022-09-27T16:42:17.3663724Z ] 2022-09-27T16:42:17.3664114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:17.3664481Z with 2022-09-27T16:42:17.3664629Z [ 2022-09-27T16:42:17.3664827Z T=std::weak_ptr 2022-09-27T16:42:17.3665025Z ] 2022-09-27T16:42:17.3665461Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:17.3665859Z with 2022-09-27T16:42:17.3666008Z [ 2022-09-27T16:42:17.3666214Z T=std::weak_ptr 2022-09-27T16:42:17.3666414Z ] 2022-09-27T16:42:17.3666860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:17.3667278Z with 2022-09-27T16:42:17.3667426Z [ 2022-09-27T16:42:17.3667633Z T=std::weak_ptr 2022-09-27T16:42:17.3667830Z ] 2022-09-27T16:42:17.3668264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:42:17.3668954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1341): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:42:17.3669600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:17.3669979Z with 2022-09-27T16:42:17.3670130Z [ 2022-09-27T16:42:17.3670344Z T=std::weak_ptr 2022-09-27T16:42:17.3670544Z ] 2022-09-27T16:42:17.4159981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:17.4160344Z with 2022-09-27T16:42:17.4160488Z [ 2022-09-27T16:42:17.4160730Z T=std::vector> 2022-09-27T16:42:17.4160953Z ] 2022-09-27T16:42:17.4161432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:17.4161802Z with 2022-09-27T16:42:17.4161952Z [ 2022-09-27T16:42:17.4162179Z T=std::vector> 2022-09-27T16:42:17.4162407Z ] 2022-09-27T16:42:17.4162848Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:17.4163311Z with 2022-09-27T16:42:17.4163462Z [ 2022-09-27T16:42:17.4163696Z T=std::vector> 2022-09-27T16:42:17.4163906Z ] 2022-09-27T16:42:17.4164412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:17.4164832Z with 2022-09-27T16:42:17.4164980Z [ 2022-09-27T16:42:17.4165219Z T=std::vector> 2022-09-27T16:42:17.4165438Z ] 2022-09-27T16:42:17.4165892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:42:17.4166597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(482): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:42:17.4167276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:17.4167653Z with 2022-09-27T16:42:17.4167803Z [ 2022-09-27T16:42:17.4168044Z T=std::vector> 2022-09-27T16:42:17.4168265Z ] 2022-09-27T16:42:17.4265941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:17.4266303Z with 2022-09-27T16:42:17.4266447Z [ 2022-09-27T16:42:17.4266651Z T=std::vector> 2022-09-27T16:42:17.4266844Z ] 2022-09-27T16:42:17.4267238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:17.4267611Z with 2022-09-27T16:42:17.4267760Z [ 2022-09-27T16:42:17.4267950Z T=std::vector> 2022-09-27T16:42:17.4268144Z ] 2022-09-27T16:42:17.4268577Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:17.4268983Z with 2022-09-27T16:42:17.4269131Z [ 2022-09-27T16:42:17.4269328Z T=std::vector> 2022-09-27T16:42:17.4269510Z ] 2022-09-27T16:42:17.4269965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:17.4270385Z with 2022-09-27T16:42:17.4270533Z [ 2022-09-27T16:42:17.4270805Z T=std::vector> 2022-09-27T16:42:17.4271000Z ] 2022-09-27T16:42:17.4271415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:42:17.4272097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(441): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:42:17.4272800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:17.4273180Z with 2022-09-27T16:42:17.4273329Z [ 2022-09-27T16:42:17.4273533Z T=std::vector> 2022-09-27T16:42:17.4273725Z ] 2022-09-27T16:42:17.4371722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:17.4372086Z with 2022-09-27T16:42:17.4372228Z [ 2022-09-27T16:42:17.4372480Z T=std::vector,std::allocator>> 2022-09-27T16:42:17.4372710Z ] 2022-09-27T16:42:17.4373104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:17.4373472Z with 2022-09-27T16:42:17.4373610Z [ 2022-09-27T16:42:17.4373861Z T=std::vector,std::allocator>> 2022-09-27T16:42:17.4374093Z ] 2022-09-27T16:42:17.4374532Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:17.4374928Z with 2022-09-27T16:42:17.4375077Z [ 2022-09-27T16:42:17.4375321Z T=std::vector,std::allocator>> 2022-09-27T16:42:17.4375535Z ] 2022-09-27T16:42:17.4375990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:17.4376415Z with 2022-09-27T16:42:17.4376567Z [ 2022-09-27T16:42:17.4376867Z T=std::vector,std::allocator>> 2022-09-27T16:42:17.4377106Z ] 2022-09-27T16:42:17.4377574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:42:17.4378322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:42:17.4378993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(843): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:42:17.4379686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:17.4380069Z with 2022-09-27T16:42:17.4380222Z [ 2022-09-27T16:42:17.4380475Z T=std::vector,std::allocator>> 2022-09-27T16:42:17.4380704Z ] 2022-09-27T16:42:17.4403489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:17.4403858Z with 2022-09-27T16:42:17.4403996Z [ 2022-09-27T16:42:17.4404298Z T=std::vector,std::allocator>> 2022-09-27T16:42:17.4404521Z ] 2022-09-27T16:42:17.4404914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:17.4405279Z with 2022-09-27T16:42:17.4405431Z [ 2022-09-27T16:42:17.4405662Z T=std::vector,std::allocator>> 2022-09-27T16:42:17.4405886Z ] 2022-09-27T16:42:17.4406327Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:17.4406725Z with 2022-09-27T16:42:17.4406878Z [ 2022-09-27T16:42:17.4407118Z T=std::vector,std::allocator>> 2022-09-27T16:42:17.4407348Z ] 2022-09-27T16:42:17.4407796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:17.4408222Z with 2022-09-27T16:42:17.4408372Z [ 2022-09-27T16:42:17.4408611Z T=std::vector,std::allocator>> 2022-09-27T16:42:17.4408831Z ] 2022-09-27T16:42:17.4409281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:42:17.4410006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:42:17.4410674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(613): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:42:17.4411284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:17.4411656Z with 2022-09-27T16:42:17.4411809Z [ 2022-09-27T16:42:17.4412048Z T=std::vector,std::allocator>> 2022-09-27T16:42:17.4412271Z ] 2022-09-27T16:42:17.4508421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:17.4508812Z with 2022-09-27T16:42:17.4508970Z [ 2022-09-27T16:42:17.4509184Z T=std::vector> 2022-09-27T16:42:17.4509369Z ] 2022-09-27T16:42:17.4509879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:17.4510256Z with 2022-09-27T16:42:17.4510408Z [ 2022-09-27T16:42:17.4510618Z T=std::vector> 2022-09-27T16:42:17.4510803Z ] 2022-09-27T16:42:17.4511250Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:17.4511717Z with 2022-09-27T16:42:17.4511874Z [ 2022-09-27T16:42:17.4512084Z T=std::vector> 2022-09-27T16:42:17.4512284Z ] 2022-09-27T16:42:17.4512741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:17.4513151Z with 2022-09-27T16:42:17.4513308Z [ 2022-09-27T16:42:17.4513521Z T=std::vector> 2022-09-27T16:42:17.4513716Z ] 2022-09-27T16:42:17.4514143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:42:17.4514830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(726): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:42:17.4515493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:17.4515878Z with 2022-09-27T16:42:17.4516018Z [ 2022-09-27T16:42:17.4516228Z T=std::vector> 2022-09-27T16:42:17.4516426Z ] 2022-09-27T16:42:17.5487626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:17.5488004Z with 2022-09-27T16:42:17.5488159Z [ 2022-09-27T16:42:17.5488386Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:42:17.5488618Z ] 2022-09-27T16:42:17.5489018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:17.5489387Z with 2022-09-27T16:42:17.5489550Z [ 2022-09-27T16:42:17.5489788Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:42:17.5489996Z ] 2022-09-27T16:42:17.5490438Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:17.5490833Z with 2022-09-27T16:42:17.5490985Z [ 2022-09-27T16:42:17.5491218Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:42:17.5491439Z ] 2022-09-27T16:42:17.5491904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:17.5492315Z with 2022-09-27T16:42:17.5492468Z [ 2022-09-27T16:42:17.5492792Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:42:17.5493015Z ] 2022-09-27T16:42:17.5493468Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:42:17.5494207Z 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-09-27T16:42:17.5495004Z 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-09-27T16:42:17.5495703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:17.5496091Z with 2022-09-27T16:42:17.5496234Z [ 2022-09-27T16:42:17.5496474Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:42:17.5496698Z ] 2022-09-27T16:42:17.5602670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:17.5603031Z with 2022-09-27T16:42:17.5603196Z [ 2022-09-27T16:42:17.5603421Z T=c10::impl::InlineStreamGuard 2022-09-27T16:42:17.5603646Z ] 2022-09-27T16:42:17.5604048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:17.5604420Z with 2022-09-27T16:42:17.5604572Z [ 2022-09-27T16:42:17.5604804Z T=c10::impl::InlineStreamGuard 2022-09-27T16:42:17.5605012Z ] 2022-09-27T16:42:17.5605455Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:17.5605858Z with 2022-09-27T16:42:17.5606014Z [ 2022-09-27T16:42:17.5606255Z T=c10::impl::InlineStreamGuard 2022-09-27T16:42:17.5606476Z ] 2022-09-27T16:42:17.5606939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:17.5607349Z with 2022-09-27T16:42:17.5607500Z [ 2022-09-27T16:42:17.5607733Z T=c10::impl::InlineStreamGuard 2022-09-27T16:42:17.5607954Z ] 2022-09-27T16:42:17.5608417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:42:17.5609158Z 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-09-27T16:42:17.5609978Z 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-09-27T16:42:17.5610676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:17.5611058Z with 2022-09-27T16:42:17.5611200Z [ 2022-09-27T16:42:17.5611441Z T=c10::impl::InlineStreamGuard 2022-09-27T16:42:17.5611667Z ] 2022-09-27T16:42:17.5637054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:17.5637476Z with 2022-09-27T16:42:17.5637638Z [ 2022-09-27T16:42:17.5637818Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:42:17.5638005Z ] 2022-09-27T16:42:17.5638404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:17.5638772Z with 2022-09-27T16:42:17.5638927Z [ 2022-09-27T16:42:17.5639114Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:42:17.5639284Z ] 2022-09-27T16:42:17.5639727Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:17.5640131Z with 2022-09-27T16:42:17.5640285Z [ 2022-09-27T16:42:17.5640471Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:42:17.5640654Z ] 2022-09-27T16:42:17.5641103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:17.5641537Z with 2022-09-27T16:42:17.5641689Z [ 2022-09-27T16:42:17.5641877Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:42:17.5642060Z ] 2022-09-27T16:42:17.5642484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:17.5643118Z 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-09-27T16:42:17.5643492Z with 2022-09-27T16:42:17.5643648Z [ 2022-09-27T16:42:17.5643837Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:42:17.5644028Z ] 2022-09-27T16:42:17.5644479Z 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-09-27T16:42:17.5645162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:17.5645546Z with 2022-09-27T16:42:17.5645689Z [ 2022-09-27T16:42:17.5645877Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:42:17.5646060Z ] 2022-09-27T16:42:17.6000078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:17.6000456Z with 2022-09-27T16:42:17.6000597Z [ 2022-09-27T16:42:17.6000961Z T=std::vector> 2022-09-27T16:42:17.6001217Z ] 2022-09-27T16:42:17.6001623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:17.6001999Z with 2022-09-27T16:42:17.6002152Z [ 2022-09-27T16:42:17.6002423Z T=std::vector> 2022-09-27T16:42:17.6002661Z ] 2022-09-27T16:42:17.6003107Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:17.6003564Z with 2022-09-27T16:42:17.6003716Z [ 2022-09-27T16:42:17.6003986Z T=std::vector> 2022-09-27T16:42:17.6004238Z ] 2022-09-27T16:42:17.6004696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:17.6005108Z with 2022-09-27T16:42:17.6005260Z [ 2022-09-27T16:42:17.6005529Z T=std::vector> 2022-09-27T16:42:17.6005777Z ] 2022-09-27T16:42:17.6006267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:42:17.6007054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(843): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:42:17.6007762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:17.6008149Z with 2022-09-27T16:42:17.6008291Z [ 2022-09-27T16:42:17.6008563Z T=std::vector> 2022-09-27T16:42:17.6008818Z ] 2022-09-27T16:42:17.7119181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:17.7119577Z with 2022-09-27T16:42:17.7119740Z [ 2022-09-27T16:42:17.7119955Z T=torch::autograd::ViewInfo 2022-09-27T16:42:17.7120125Z ] 2022-09-27T16:42:17.7120533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:17.7120898Z with 2022-09-27T16:42:17.7121052Z [ 2022-09-27T16:42:17.7121235Z T=torch::autograd::ViewInfo 2022-09-27T16:42:17.7121401Z ] 2022-09-27T16:42:17.7121840Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:17.7122249Z with 2022-09-27T16:42:17.7122401Z [ 2022-09-27T16:42:17.7122581Z T=torch::autograd::ViewInfo 2022-09-27T16:42:17.7122756Z ] 2022-09-27T16:42:17.7123327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:17.7123752Z with 2022-09-27T16:42:17.7123903Z [ 2022-09-27T16:42:17.7124083Z T=torch::autograd::ViewInfo 2022-09-27T16:42:17.7124249Z ] 2022-09-27T16:42:17.7124669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:17.7125811Z 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-09-27T16:42:17.7126480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:17.7126862Z with 2022-09-27T16:42:17.7127015Z [ 2022-09-27T16:42:17.7127197Z T=torch::autograd::ViewInfo 2022-09-27T16:42:17.7127377Z ] 2022-09-27T16:42:17.7403590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:17.7403955Z with 2022-09-27T16:42:17.7404107Z [ 2022-09-27T16:42:17.7404273Z T=c10::IValue 2022-09-27T16:42:17.7404438Z ] 2022-09-27T16:42:17.7404835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:17.7405189Z with 2022-09-27T16:42:17.7405342Z [ 2022-09-27T16:42:17.7405508Z T=c10::IValue 2022-09-27T16:42:17.7405674Z ] 2022-09-27T16:42:17.7406110Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:17.7406504Z with 2022-09-27T16:42:17.7406643Z [ 2022-09-27T16:42:17.7406804Z T=c10::IValue 2022-09-27T16:42:17.7406961Z ] 2022-09-27T16:42:17.7407415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:17.7407836Z with 2022-09-27T16:42:17.7407986Z [ 2022-09-27T16:42:17.7408133Z T=c10::IValue 2022-09-27T16:42:17.7408291Z ] 2022-09-27T16:42:17.7408689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:17.7409313Z 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-09-27T16:42:17.7409941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:17.7410326Z with 2022-09-27T16:42:17.7410476Z [ 2022-09-27T16:42:17.7410624Z T=c10::IValue 2022-09-27T16:42:17.7410784Z ] 2022-09-27T16:42:17.7440966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:17.7441336Z with 2022-09-27T16:42:17.7441487Z [ 2022-09-27T16:42:17.7441654Z T=c10::AliasInfo 2022-09-27T16:42:17.7441806Z ] 2022-09-27T16:42:17.7442202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:17.7442567Z with 2022-09-27T16:42:17.7442717Z [ 2022-09-27T16:42:17.7442881Z T=c10::AliasInfo 2022-09-27T16:42:17.7443096Z ] 2022-09-27T16:42:17.7443524Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:17.7443924Z with 2022-09-27T16:42:17.7444079Z [ 2022-09-27T16:42:17.7444244Z T=c10::AliasInfo 2022-09-27T16:42:17.7444409Z ] 2022-09-27T16:42:17.7444866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:17.7445287Z with 2022-09-27T16:42:17.7445426Z [ 2022-09-27T16:42:17.7445591Z T=c10::AliasInfo 2022-09-27T16:42:17.7445758Z ] 2022-09-27T16:42:17.7446162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:17.7446788Z 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-09-27T16:42:17.7447431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:17.7447810Z with 2022-09-27T16:42:17.7447949Z [ 2022-09-27T16:42:17.7448116Z T=c10::AliasInfo 2022-09-27T16:42:17.7448280Z ] 2022-09-27T16:42:17.8512767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:17.8513136Z with 2022-09-27T16:42:17.8513288Z [ 2022-09-27T16:42:17.8513501Z T=c10::either 2022-09-27T16:42:17.8513714Z ] 2022-09-27T16:42:17.8514116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:17.8514483Z with 2022-09-27T16:42:17.8514634Z [ 2022-09-27T16:42:17.8514854Z T=c10::either 2022-09-27T16:42:17.8515050Z ] 2022-09-27T16:42:17.8515487Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:17.8515886Z with 2022-09-27T16:42:17.8516040Z [ 2022-09-27T16:42:17.8516262Z T=c10::either 2022-09-27T16:42:17.8516470Z ] 2022-09-27T16:42:17.8517011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:17.8517439Z with 2022-09-27T16:42:17.8517592Z [ 2022-09-27T16:42:17.8517815Z T=c10::either 2022-09-27T16:42:17.8518023Z ] 2022-09-27T16:42:17.8518471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:42:17.8519203Z 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-09-27T16:42:17.8519954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:17.8520337Z with 2022-09-27T16:42:17.8520478Z [ 2022-09-27T16:42:17.8520702Z T=c10::either 2022-09-27T16:42:17.8520914Z ] 2022-09-27T16:42:19.2158941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:19.2159342Z with 2022-09-27T16:42:19.2159501Z [ 2022-09-27T16:42:19.2159680Z T=at::StepCallbacks 2022-09-27T16:42:19.2159867Z ] 2022-09-27T16:42:19.2160271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:19.2160636Z with 2022-09-27T16:42:19.2160785Z [ 2022-09-27T16:42:19.2160961Z T=at::StepCallbacks 2022-09-27T16:42:19.2161129Z ] 2022-09-27T16:42:19.2161555Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:19.2161977Z with 2022-09-27T16:42:19.2162125Z [ 2022-09-27T16:42:19.2162297Z T=at::StepCallbacks 2022-09-27T16:42:19.2162465Z ] 2022-09-27T16:42:19.2162923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:19.2163347Z with 2022-09-27T16:42:19.2163486Z [ 2022-09-27T16:42:19.2163661Z T=at::StepCallbacks 2022-09-27T16:42:19.2163830Z ] 2022-09-27T16:42:19.2164245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:19.2164891Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:42:19.2165544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:19.2165924Z with 2022-09-27T16:42:19.2166063Z [ 2022-09-27T16:42:19.2166234Z T=at::StepCallbacks 2022-09-27T16:42:19.2166403Z ] 2022-09-27T16:42:19.2891417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:19.2891791Z with 2022-09-27T16:42:19.2891943Z [ 2022-09-27T16:42:19.2892112Z T=c10::DimVector 2022-09-27T16:42:19.2892280Z ] 2022-09-27T16:42:19.2892678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:19.2893044Z with 2022-09-27T16:42:19.2893191Z [ 2022-09-27T16:42:19.2893352Z T=c10::DimVector 2022-09-27T16:42:19.2893587Z ] 2022-09-27T16:42:19.2894026Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:19.2894433Z with 2022-09-27T16:42:19.2894581Z [ 2022-09-27T16:42:19.2894745Z T=c10::DimVector 2022-09-27T16:42:19.2894902Z ] 2022-09-27T16:42:19.2895365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:19.2895789Z with 2022-09-27T16:42:19.2895939Z [ 2022-09-27T16:42:19.2896102Z T=c10::DimVector 2022-09-27T16:42:19.2896263Z ] 2022-09-27T16:42:19.2896664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:19.2897355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:42:19.2897993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:19.2898369Z with 2022-09-27T16:42:19.2898520Z [ 2022-09-27T16:42:19.2898687Z T=c10::DimVector 2022-09-27T16:42:19.2898849Z ] 2022-09-27T16:42:19.9514188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:19.9514606Z with 2022-09-27T16:42:19.9514764Z [ 2022-09-27T16:42:19.9514970Z T=c10::impl::AnnotatedSchema 2022-09-27T16:42:19.9515139Z ] 2022-09-27T16:42:19.9515547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:19.9515916Z with 2022-09-27T16:42:19.9516070Z [ 2022-09-27T16:42:19.9516256Z T=c10::impl::AnnotatedSchema 2022-09-27T16:42:19.9516423Z ] 2022-09-27T16:42:19.9516865Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:19.9517276Z with 2022-09-27T16:42:19.9517427Z [ 2022-09-27T16:42:19.9517609Z T=c10::impl::AnnotatedSchema 2022-09-27T16:42:19.9517790Z ] 2022-09-27T16:42:19.9518265Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:19.9518679Z with 2022-09-27T16:42:19.9519444Z [ 2022-09-27T16:42:19.9519652Z T=c10::impl::AnnotatedSchema 2022-09-27T16:42:19.9519835Z ] 2022-09-27T16:42:19.9520265Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:19.9520939Z 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-09-27T16:42:19.9521704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:19.9522095Z with 2022-09-27T16:42:19.9522236Z [ 2022-09-27T16:42:19.9522427Z T=c10::impl::AnnotatedSchema 2022-09-27T16:42:19.9522610Z ] 2022-09-27T16:42:19.9574743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:19.9575111Z with 2022-09-27T16:42:19.9575268Z [ 2022-09-27T16:42:19.9575484Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:42:19.9575706Z ] 2022-09-27T16:42:19.9576117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:19.9576496Z with 2022-09-27T16:42:19.9576652Z [ 2022-09-27T16:42:19.9576934Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:42:19.9577157Z ] 2022-09-27T16:42:19.9577613Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:19.9578019Z with 2022-09-27T16:42:19.9578176Z [ 2022-09-27T16:42:19.9578401Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:42:19.9578619Z ] 2022-09-27T16:42:19.9579071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:19.9579511Z with 2022-09-27T16:42:19.9579671Z [ 2022-09-27T16:42:19.9579903Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:42:19.9580120Z ] 2022-09-27T16:42:19.9580579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:19.9581320Z 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-09-27T16:42:19.9582025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:19.9582401Z with 2022-09-27T16:42:19.9582561Z [ 2022-09-27T16:42:19.9582790Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:42:19.9583009Z ] 2022-09-27T16:42:20.0456640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:20.0457126Z with 2022-09-27T16:42:20.0457314Z [ 2022-09-27T16:42:20.0457596Z T=std::tuple 2022-09-27T16:42:20.0457787Z ] 2022-09-27T16:42:20.0458211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:20.0458600Z with 2022-09-27T16:42:20.0458770Z [ 2022-09-27T16:42:20.0458988Z T=std::tuple 2022-09-27T16:42:20.0459284Z ] 2022-09-27T16:42:20.0459716Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:20.0460148Z with 2022-09-27T16:42:20.0460318Z [ 2022-09-27T16:42:20.0460532Z T=std::tuple 2022-09-27T16:42:20.0460733Z ] 2022-09-27T16:42:20.0461216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:20.0461653Z with 2022-09-27T16:42:20.0461803Z [ 2022-09-27T16:42:20.0462024Z T=std::tuple 2022-09-27T16:42:20.0462231Z ] 2022-09-27T16:42:20.0462674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:42:20.0463381Z 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-09-27T16:42:20.0464070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:20.0464469Z with 2022-09-27T16:42:20.0464619Z [ 2022-09-27T16:42:20.0464832Z T=std::tuple 2022-09-27T16:42:20.0465039Z ] 2022-09-27T16:42:20.0506199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:20.0506587Z with 2022-09-27T16:42:20.0506757Z [ 2022-09-27T16:42:20.0506936Z T=torch::jit::SourceRange 2022-09-27T16:42:20.0507132Z ] 2022-09-27T16:42:20.0507544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:20.0507927Z with 2022-09-27T16:42:20.0508093Z [ 2022-09-27T16:42:20.0508293Z T=torch::jit::SourceRange 2022-09-27T16:42:20.0508466Z ] 2022-09-27T16:42:20.0508924Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:20.0509345Z with 2022-09-27T16:42:20.0509511Z [ 2022-09-27T16:42:20.0509701Z T=torch::jit::SourceRange 2022-09-27T16:42:20.0509893Z ] 2022-09-27T16:42:20.0510427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:20.0510866Z with 2022-09-27T16:42:20.0511031Z [ 2022-09-27T16:42:20.0511224Z T=torch::jit::SourceRange 2022-09-27T16:42:20.0511417Z ] 2022-09-27T16:42:20.0511849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:20.0512527Z 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-09-27T16:42:20.0513264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:20.0513643Z with 2022-09-27T16:42:20.0513810Z [ 2022-09-27T16:42:20.0514001Z T=torch::jit::SourceRange 2022-09-27T16:42:20.0514189Z ] 2022-09-27T16:42:20.0581148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:20.0581530Z with 2022-09-27T16:42:20.0581677Z [ 2022-09-27T16:42:20.0581893Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:42:20.0582103Z ] 2022-09-27T16:42:20.0582518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:20.0582894Z with 2022-09-27T16:42:20.0583063Z [ 2022-09-27T16:42:20.0583254Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:42:20.0583460Z ] 2022-09-27T16:42:20.0583915Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:20.0584333Z with 2022-09-27T16:42:20.0584497Z [ 2022-09-27T16:42:20.0584708Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:42:20.0584894Z ] 2022-09-27T16:42:20.0585367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:20.0585809Z with 2022-09-27T16:42:20.0585974Z [ 2022-09-27T16:42:20.0586184Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:42:20.0586387Z ] 2022-09-27T16:42:20.0586819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:20.0587518Z 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-09-27T16:42:20.0588193Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:20.0588598Z with 2022-09-27T16:42:20.0588766Z [ 2022-09-27T16:42:20.0588978Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:42:20.0589182Z ] 2022-09-27T16:42:20.0607321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:20.0607670Z with 2022-09-27T16:42:20.0607844Z [ 2022-09-27T16:42:20.0608056Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:42:20.0608262Z ] 2022-09-27T16:42:20.0608677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:20.0609055Z with 2022-09-27T16:42:20.0609202Z [ 2022-09-27T16:42:20.0609463Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:42:20.0609669Z ] 2022-09-27T16:42:20.0610131Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:20.0610550Z with 2022-09-27T16:42:20.0610717Z [ 2022-09-27T16:42:20.0610903Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:42:20.0611104Z ] 2022-09-27T16:42:20.0611643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:20.0612078Z with 2022-09-27T16:42:20.0612244Z [ 2022-09-27T16:42:20.0612456Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:42:20.0612644Z ] 2022-09-27T16:42:20.0613088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:20.0613783Z 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-09-27T16:42:20.0614461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:20.0614858Z with 2022-09-27T16:42:20.0615027Z [ 2022-09-27T16:42:20.0615238Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:42:20.0615445Z ] 2022-09-27T16:42:20.0654523Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:20.0654907Z with 2022-09-27T16:42:20.0655073Z [ 2022-09-27T16:42:20.0655266Z T=torch::jit::ScopePtr 2022-09-27T16:42:20.0655458Z ] 2022-09-27T16:42:20.0655875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:20.0656240Z with 2022-09-27T16:42:20.0656407Z [ 2022-09-27T16:42:20.0656602Z T=torch::jit::ScopePtr 2022-09-27T16:42:20.0656851Z ] 2022-09-27T16:42:20.0657311Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:20.0657723Z with 2022-09-27T16:42:20.0657888Z [ 2022-09-27T16:42:20.0658054Z T=torch::jit::ScopePtr 2022-09-27T16:42:20.0658241Z ] 2022-09-27T16:42:20.0658792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:20.0659232Z with 2022-09-27T16:42:20.0659395Z [ 2022-09-27T16:42:20.0659566Z T=torch::jit::ScopePtr 2022-09-27T16:42:20.0659756Z ] 2022-09-27T16:42:20.0660185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:20.0660853Z 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-09-27T16:42:20.0661569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:20.0661969Z with 2022-09-27T16:42:20.0662137Z [ 2022-09-27T16:42:20.0662328Z T=torch::jit::ScopePtr 2022-09-27T16:42:20.0662496Z ] 2022-09-27T16:42:20.3040320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:20.3040716Z with 2022-09-27T16:42:20.3040888Z [ 2022-09-27T16:42:20.3041100Z T=at::ThreadLocalState 2022-09-27T16:42:20.3041297Z ] 2022-09-27T16:42:20.3041692Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:20.3042091Z with 2022-09-27T16:42:20.3042259Z [ 2022-09-27T16:42:20.3042454Z T=at::ThreadLocalState 2022-09-27T16:42:20.3042644Z ] 2022-09-27T16:42:20.3043097Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:20.3043503Z with 2022-09-27T16:42:20.3043672Z [ 2022-09-27T16:42:20.3043865Z T=at::ThreadLocalState 2022-09-27T16:42:20.3044053Z ] 2022-09-27T16:42:20.3044523Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:20.3044966Z with 2022-09-27T16:42:20.3045114Z [ 2022-09-27T16:42:20.3045305Z T=at::ThreadLocalState 2022-09-27T16:42:20.3045506Z ] 2022-09-27T16:42:20.3045937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:20.3046622Z 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-09-27T16:42:20.3047293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:20.3047687Z with 2022-09-27T16:42:20.3047839Z [ 2022-09-27T16:42:20.3048028Z T=at::ThreadLocalState 2022-09-27T16:42:20.3048264Z ] 2022-09-27T16:42:20.3197618Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:20.3198135Z with 2022-09-27T16:42:20.3198303Z [ 2022-09-27T16:42:20.3198525Z T=std::shared_ptr 2022-09-27T16:42:20.3198712Z ] 2022-09-27T16:42:20.3199125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:20.3199510Z with 2022-09-27T16:42:20.3199678Z [ 2022-09-27T16:42:20.3199889Z T=std::shared_ptr 2022-09-27T16:42:20.3200073Z ] 2022-09-27T16:42:20.3200589Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:20.3200999Z with 2022-09-27T16:42:20.3201173Z [ 2022-09-27T16:42:20.3201385Z T=std::shared_ptr 2022-09-27T16:42:20.3201585Z ] 2022-09-27T16:42:20.3202058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:20.3202477Z with 2022-09-27T16:42:20.3202646Z [ 2022-09-27T16:42:20.3202855Z T=std::shared_ptr 2022-09-27T16:42:20.3203057Z ] 2022-09-27T16:42:20.3203496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:42:20.3204174Z 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-09-27T16:42:20.3204923Z 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-09-27T16:42:20.3205611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:20.3206008Z with 2022-09-27T16:42:20.3206157Z [ 2022-09-27T16:42:20.3206371Z T=std::shared_ptr 2022-09-27T16:42:20.3206581Z ] 2022-09-27T16:42:20.3228160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:20.3228553Z with 2022-09-27T16:42:20.3228719Z [ 2022-09-27T16:42:20.3228899Z T=torch::jit::GraphExecutor 2022-09-27T16:42:20.3229100Z ] 2022-09-27T16:42:20.3229512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:20.3229895Z with 2022-09-27T16:42:20.3230061Z [ 2022-09-27T16:42:20.3230260Z T=torch::jit::GraphExecutor 2022-09-27T16:42:20.3230437Z ] 2022-09-27T16:42:20.3230890Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:20.3231309Z with 2022-09-27T16:42:20.3231477Z [ 2022-09-27T16:42:20.3231678Z T=torch::jit::GraphExecutor 2022-09-27T16:42:20.3231944Z ] 2022-09-27T16:42:20.3232398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:20.3232835Z with 2022-09-27T16:42:20.3232998Z [ 2022-09-27T16:42:20.3233194Z T=torch::jit::GraphExecutor 2022-09-27T16:42:20.3233386Z ] 2022-09-27T16:42:20.3233827Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:20.3234593Z 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-09-27T16:42:20.3235280Z 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-09-27T16:42:20.3235943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:20.3236338Z with 2022-09-27T16:42:20.3236508Z [ 2022-09-27T16:42:20.3236704Z T=torch::jit::GraphExecutor 2022-09-27T16:42:20.3236904Z ] 2022-09-27T16:42:20.3329305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:20.3329687Z with 2022-09-27T16:42:20.3329838Z [ 2022-09-27T16:42:20.3330029Z T=torch::jit::Method 2022-09-27T16:42:20.3330219Z ] 2022-09-27T16:42:20.3330636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:20.3331012Z with 2022-09-27T16:42:20.3331158Z [ 2022-09-27T16:42:20.3331342Z T=torch::jit::Method 2022-09-27T16:42:20.3331528Z ] 2022-09-27T16:42:20.3331995Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:20.3332414Z with 2022-09-27T16:42:20.3332579Z [ 2022-09-27T16:42:20.3332764Z T=torch::jit::Method 2022-09-27T16:42:20.3332928Z ] 2022-09-27T16:42:20.3333407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:20.3333839Z with 2022-09-27T16:42:20.3334010Z [ 2022-09-27T16:42:20.3334193Z T=torch::jit::Method 2022-09-27T16:42:20.3334358Z ] 2022-09-27T16:42:20.3334785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:20.3343608Z 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-09-27T16:42:20.3344415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:20.3344804Z with 2022-09-27T16:42:20.3344949Z [ 2022-09-27T16:42:20.3345126Z T=torch::jit::Method 2022-09-27T16:42:20.3345298Z ] 2022-09-27T16:42:20.4027904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:20.4028263Z with 2022-09-27T16:42:20.4028418Z [ 2022-09-27T16:42:20.4028637Z T=std::vector> 2022-09-27T16:42:20.4028957Z ] 2022-09-27T16:42:20.4029360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:20.4029730Z with 2022-09-27T16:42:20.4029881Z [ 2022-09-27T16:42:20.4030104Z T=std::vector> 2022-09-27T16:42:20.4030300Z ] 2022-09-27T16:42:20.4030746Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:20.4031158Z with 2022-09-27T16:42:20.4031307Z [ 2022-09-27T16:42:20.4031524Z T=std::vector> 2022-09-27T16:42:20.4031729Z ] 2022-09-27T16:42:20.4032178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:20.4032611Z with 2022-09-27T16:42:20.4032766Z [ 2022-09-27T16:42:20.4032990Z T=std::vector> 2022-09-27T16:42:20.4033196Z ] 2022-09-27T16:42:20.4033635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:42:20.4034338Z 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-09-27T16:42:20.4035014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:20.4035381Z with 2022-09-27T16:42:20.4035533Z [ 2022-09-27T16:42:20.4035759Z T=std::vector> 2022-09-27T16:42:20.4035965Z ] 2022-09-27T16:42:20.5243916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:20.5244314Z with 2022-09-27T16:42:20.5244479Z [ 2022-09-27T16:42:20.5244738Z T=std::function 2022-09-27T16:42:20.5244979Z ] 2022-09-27T16:42:20.5245387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:20.5245776Z with 2022-09-27T16:42:20.5245929Z [ 2022-09-27T16:42:20.5246175Z T=std::function 2022-09-27T16:42:20.5246398Z ] 2022-09-27T16:42:20.5246973Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:20.5247393Z with 2022-09-27T16:42:20.5247548Z [ 2022-09-27T16:42:20.5247801Z T=std::function 2022-09-27T16:42:20.5248032Z ] 2022-09-27T16:42:20.5248507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:20.5248983Z with 2022-09-27T16:42:20.5249139Z [ 2022-09-27T16:42:20.5249389Z T=std::function 2022-09-27T16:42:20.5249621Z ] 2022-09-27T16:42:20.5250098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:42:20.5250866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:42:20.5251586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:20.5251975Z with 2022-09-27T16:42:20.5252117Z [ 2022-09-27T16:42:20.5252367Z T=std::function 2022-09-27T16:42:20.5252599Z ] 2022-09-27T16:42:20.7461256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:20.7461649Z with 2022-09-27T16:42:20.7461794Z [ 2022-09-27T16:42:20.7462090Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:42:20.7462345Z ] 2022-09-27T16:42:20.7462749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:20.7463131Z with 2022-09-27T16:42:20.7463283Z [ 2022-09-27T16:42:20.7463556Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:42:20.7463800Z ] 2022-09-27T16:42:20.7464241Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:20.7464657Z with 2022-09-27T16:42:20.7464814Z [ 2022-09-27T16:42:20.7465081Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:42:20.7465341Z ] 2022-09-27T16:42:20.7465793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:20.7466221Z with 2022-09-27T16:42:20.7466375Z [ 2022-09-27T16:42:20.7466646Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:42:20.7466897Z ] 2022-09-27T16:42:20.7467504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:20.7468333Z 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-09-27T16:42:20.7469087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:20.7469542Z with 2022-09-27T16:42:20.7469688Z [ 2022-09-27T16:42:20.7469959Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:42:20.7470217Z ] 2022-09-27T16:42:20.8712223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:20.8712621Z with 2022-09-27T16:42:20.8712779Z [ 2022-09-27T16:42:20.8712994Z T=std::vector> 2022-09-27T16:42:20.8713202Z ] 2022-09-27T16:42:20.8713605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:20.8713986Z with 2022-09-27T16:42:20.8714140Z [ 2022-09-27T16:42:20.8714354Z T=std::vector> 2022-09-27T16:42:20.8714540Z ] 2022-09-27T16:42:20.8714981Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:20.8715395Z with 2022-09-27T16:42:20.8715551Z [ 2022-09-27T16:42:20.8715761Z T=std::vector> 2022-09-27T16:42:20.8715966Z ] 2022-09-27T16:42:20.8716416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:20.8716843Z with 2022-09-27T16:42:20.8717002Z [ 2022-09-27T16:42:20.8717213Z T=std::vector> 2022-09-27T16:42:20.8717410Z ] 2022-09-27T16:42:20.8717832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:42:20.8718223Z with 2022-09-27T16:42:20.8718361Z [ 2022-09-27T16:42:20.8718517Z T=double 2022-09-27T16:42:20.8718676Z ] 2022-09-27T16:42:20.8719138Z 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-09-27T16:42:20.8719565Z with 2022-09-27T16:42:20.8719706Z [ 2022-09-27T16:42:20.8719866Z T=double 2022-09-27T16:42:20.8720030Z ] 2022-09-27T16:42:20.8720449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:20.8720833Z with 2022-09-27T16:42:20.8720988Z [ 2022-09-27T16:42:20.8721320Z T=std::vector> 2022-09-27T16:42:20.8721522Z ] 2022-09-27T16:42:21.4320496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:21.4320904Z with 2022-09-27T16:42:21.4321078Z [ 2022-09-27T16:42:21.4321283Z T=std::tuple 2022-09-27T16:42:21.4321471Z ] 2022-09-27T16:42:21.4321882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:21.4322386Z with 2022-09-27T16:42:21.4322542Z [ 2022-09-27T16:42:21.4322736Z T=std::tuple 2022-09-27T16:42:21.4322921Z ] 2022-09-27T16:42:21.4323365Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:21.4323784Z with 2022-09-27T16:42:21.4323924Z [ 2022-09-27T16:42:21.4324119Z T=std::tuple 2022-09-27T16:42:21.4324305Z ] 2022-09-27T16:42:21.4324775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:21.4325211Z with 2022-09-27T16:42:21.4325369Z [ 2022-09-27T16:42:21.4325551Z T=std::tuple 2022-09-27T16:42:21.4325737Z ] 2022-09-27T16:42:21.4326170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:42:21.4326868Z 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-09-27T16:42:21.4327549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:21.4327942Z with 2022-09-27T16:42:21.4328099Z [ 2022-09-27T16:42:21.4328295Z T=std::tuple 2022-09-27T16:42:21.4328470Z ] 2022-09-27T16:42:21.5559456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:21.5559829Z with 2022-09-27T16:42:21.5559985Z [ 2022-09-27T16:42:21.5560211Z T=std::vector> 2022-09-27T16:42:21.5560420Z ] 2022-09-27T16:42:21.5560824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:21.5561200Z with 2022-09-27T16:42:21.5561354Z [ 2022-09-27T16:42:21.5561572Z T=std::vector> 2022-09-27T16:42:21.5561772Z ] 2022-09-27T16:42:21.5562219Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:21.5562626Z with 2022-09-27T16:42:21.5562898Z [ 2022-09-27T16:42:21.5563121Z T=std::vector> 2022-09-27T16:42:21.5563335Z ] 2022-09-27T16:42:21.5563786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:21.5564212Z with 2022-09-27T16:42:21.5564365Z [ 2022-09-27T16:42:21.5564581Z T=std::vector> 2022-09-27T16:42:21.5564856Z ] 2022-09-27T16:42:21.5565301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:42:21.5566025Z 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-09-27T16:42:21.5566727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:21.5567113Z with 2022-09-27T16:42:21.5567255Z [ 2022-09-27T16:42:21.5567474Z T=std::vector> 2022-09-27T16:42:21.5567681Z ] 2022-09-27T16:42:26.4937027Z "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 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:build\temp.win-amd64-cpython-39\Release\ort.cp39-win_amd64.lib 2022-09-27T16:42:26.6715409Z Creating library build\temp.win-amd64-cpython-39\Release\ort.cp39-win_amd64.lib and object build\temp.win-amd64-cpython-39\Release\ort.cp39-win_amd64.exp 2022-09-27T16:42:26.7505521Z Generating code 2022-09-27T16:42:27.9796780Z Finished generating code 2022-09-27T16:42:28.0945543Z building 'torch_test_cpp_extension.rng' extension 2022-09-27T16:42:28.0953245Z "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -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 -Iself_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" /EHsc /Tprng_extension.cpp /Fobuild\temp.win-amd64-cpython-39\Release\rng_extension.obj /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc /sdl /permissive- -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=0 2022-09-27T16:42:28.1052046Z rng_extension.cpp 2022-09-27T16:42:28.1233897Z 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-09-27T16:42:28.7947939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:28.7948345Z with 2022-09-27T16:42:28.7948512Z [ 2022-09-27T16:42:28.7948671Z T=c10::SymInt 2022-09-27T16:42:28.7948849Z ] 2022-09-27T16:42:28.7949268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:28.7949642Z with 2022-09-27T16:42:28.7949796Z [ 2022-09-27T16:42:28.7949961Z T=c10::SymInt 2022-09-27T16:42:28.7950114Z ] 2022-09-27T16:42:28.7950555Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:28.7950970Z with 2022-09-27T16:42:28.7951124Z [ 2022-09-27T16:42:28.7951290Z T=c10::SymInt 2022-09-27T16:42:28.7951441Z ] 2022-09-27T16:42:28.7951918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:28.7952348Z with 2022-09-27T16:42:28.7952501Z [ 2022-09-27T16:42:28.7952665Z T=c10::SymInt 2022-09-27T16:42:28.7952830Z ] 2022-09-27T16:42:28.7953234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:28.7953841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1514): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:42:28.7954487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:28.7954876Z with 2022-09-27T16:42:28.7955031Z [ 2022-09-27T16:42:28.7955196Z T=c10::SymInt 2022-09-27T16:42:28.7955359Z ] 2022-09-27T16:42:28.8223383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2533): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-09-27T16:42:28.8444089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:28.8444521Z with 2022-09-27T16:42:28.8444675Z [ 2022-09-27T16:42:28.8444854Z T=at::Generator 2022-09-27T16:42:28.8445024Z ] 2022-09-27T16:42:28.8445425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:28.8445796Z with 2022-09-27T16:42:28.8446094Z [ 2022-09-27T16:42:28.8446270Z T=at::Generator 2022-09-27T16:42:28.8446439Z ] 2022-09-27T16:42:28.8446886Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:28.8447295Z with 2022-09-27T16:42:28.8447452Z [ 2022-09-27T16:42:28.8447609Z T=at::Generator 2022-09-27T16:42:28.8447775Z ] 2022-09-27T16:42:28.8448241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:28.8448755Z with 2022-09-27T16:42:28.8448910Z [ 2022-09-27T16:42:28.8449077Z T=at::Generator 2022-09-27T16:42:28.8449233Z ] 2022-09-27T16:42:28.8449641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:28.8450278Z 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-09-27T16:42:28.8450916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:28.8451304Z with 2022-09-27T16:42:28.8451463Z [ 2022-09-27T16:42:28.8451634Z T=at::Generator 2022-09-27T16:42:28.8451789Z ] 2022-09-27T16:42:28.8738049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:28.8738404Z with 2022-09-27T16:42:28.8738571Z [ 2022-09-27T16:42:28.8738743Z T=at::TensorBase 2022-09-27T16:42:28.8738912Z ] 2022-09-27T16:42:28.8739295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:28.8739670Z with 2022-09-27T16:42:28.8739822Z [ 2022-09-27T16:42:28.8739994Z T=at::TensorBase 2022-09-27T16:42:28.8740165Z ] 2022-09-27T16:42:28.8740603Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:28.8741007Z with 2022-09-27T16:42:28.8741151Z [ 2022-09-27T16:42:28.8741320Z T=at::TensorBase 2022-09-27T16:42:28.8741488Z ] 2022-09-27T16:42:28.8741950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:28.8742381Z with 2022-09-27T16:42:28.8742522Z [ 2022-09-27T16:42:28.8742697Z T=at::TensorBase 2022-09-27T16:42:28.8742864Z ] 2022-09-27T16:42:28.8743367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:28.8744108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(921): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:42:28.8744753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:28.8745140Z with 2022-09-27T16:42:28.8745296Z [ 2022-09-27T16:42:28.8745455Z T=at::TensorBase 2022-09-27T16:42:28.8745627Z ] 2022-09-27T16:42:29.0982116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:29.0982730Z with 2022-09-27T16:42:29.0982891Z [ 2022-09-27T16:42:29.0983066Z T=at::Tensor 2022-09-27T16:42:29.0983220Z ] 2022-09-27T16:42:29.0983627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:29.0984000Z with 2022-09-27T16:42:29.0984155Z [ 2022-09-27T16:42:29.0984321Z T=at::Tensor 2022-09-27T16:42:29.0984472Z ] 2022-09-27T16:42:29.0984911Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:29.0985327Z with 2022-09-27T16:42:29.0985484Z [ 2022-09-27T16:42:29.0985647Z T=at::Tensor 2022-09-27T16:42:29.0985818Z ] 2022-09-27T16:42:29.0986273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:29.0986705Z with 2022-09-27T16:42:29.0986865Z [ 2022-09-27T16:42:29.0987032Z T=at::Tensor 2022-09-27T16:42:29.0987198Z ] 2022-09-27T16:42:29.0987604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:29.0988228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(510): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:42:29.0988871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:29.0989250Z with 2022-09-27T16:42:29.0989405Z [ 2022-09-27T16:42:29.0989569Z T=at::Tensor 2022-09-27T16:42:29.0989733Z ] 2022-09-27T16:42:29.2365499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:29.2365863Z with 2022-09-27T16:42:29.2366006Z [ 2022-09-27T16:42:29.2366186Z T=std::string 2022-09-27T16:42:29.2366351Z ] 2022-09-27T16:42:29.2366749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:29.2367114Z with 2022-09-27T16:42:29.2367273Z [ 2022-09-27T16:42:29.2367426Z T=std::string 2022-09-27T16:42:29.2367595Z ] 2022-09-27T16:42:29.2368166Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:29.2368579Z with 2022-09-27T16:42:29.2368732Z [ 2022-09-27T16:42:29.2368898Z T=std::string 2022-09-27T16:42:29.2369051Z ] 2022-09-27T16:42:29.2369512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:29.2369940Z with 2022-09-27T16:42:29.2370093Z [ 2022-09-27T16:42:29.2370255Z T=std::string 2022-09-27T16:42:29.2370479Z ] 2022-09-27T16:42:29.2370886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:29.2371517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(448): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:42:29.2372154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:29.2372548Z with 2022-09-27T16:42:29.2372707Z [ 2022-09-27T16:42:29.2372872Z T=std::string 2022-09-27T16:42:29.2373037Z ] 2022-09-27T16:42:29.2484681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:29.2485085Z with 2022-09-27T16:42:29.2485245Z [ 2022-09-27T16:42:29.2485418Z T=c10::QualifiedName 2022-09-27T16:42:29.2485588Z ] 2022-09-27T16:42:29.2485988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:29.2486348Z with 2022-09-27T16:42:29.2486486Z [ 2022-09-27T16:42:29.2486655Z T=c10::QualifiedName 2022-09-27T16:42:29.2486823Z ] 2022-09-27T16:42:29.2487269Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:29.2487677Z with 2022-09-27T16:42:29.2487832Z [ 2022-09-27T16:42:29.2487990Z T=c10::QualifiedName 2022-09-27T16:42:29.2488158Z ] 2022-09-27T16:42:29.2488617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:29.2489041Z with 2022-09-27T16:42:29.2489191Z [ 2022-09-27T16:42:29.2489361Z T=c10::QualifiedName 2022-09-27T16:42:29.2489521Z ] 2022-09-27T16:42:29.2489927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:29.2490560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(696): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:42:29.2491207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:29.2491583Z with 2022-09-27T16:42:29.2492322Z [ 2022-09-27T16:42:29.2492517Z T=c10::QualifiedName 2022-09-27T16:42:29.2492679Z ] 2022-09-27T16:42:29.2948632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:29.2949012Z with 2022-09-27T16:42:29.2949167Z [ 2022-09-27T16:42:29.2949395Z T=std::shared_ptr 2022-09-27T16:42:29.2949604Z ] 2022-09-27T16:42:29.2950012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:29.2950478Z with 2022-09-27T16:42:29.2950632Z [ 2022-09-27T16:42:29.2950848Z T=std::shared_ptr 2022-09-27T16:42:29.2951052Z ] 2022-09-27T16:42:29.2951490Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:29.2951901Z with 2022-09-27T16:42:29.2952038Z [ 2022-09-27T16:42:29.2952252Z T=std::shared_ptr 2022-09-27T16:42:29.2952451Z ] 2022-09-27T16:42:29.2952912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:29.2953336Z with 2022-09-27T16:42:29.2953485Z [ 2022-09-27T16:42:29.2953686Z T=std::shared_ptr 2022-09-27T16:42:29.2953883Z ] 2022-09-27T16:42:29.2954328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:42:29.2955010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1340): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:42:29.2955683Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:29.2956065Z with 2022-09-27T16:42:29.2956215Z [ 2022-09-27T16:42:29.2956429Z T=std::shared_ptr 2022-09-27T16:42:29.2956617Z ] 2022-09-27T16:42:29.2972659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:29.2973025Z with 2022-09-27T16:42:29.2973179Z [ 2022-09-27T16:42:29.2973393Z T=std::weak_ptr 2022-09-27T16:42:29.2973594Z ] 2022-09-27T16:42:29.2973979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:29.2974351Z with 2022-09-27T16:42:29.2974503Z [ 2022-09-27T16:42:29.2974710Z T=std::weak_ptr 2022-09-27T16:42:29.2974916Z ] 2022-09-27T16:42:29.2975347Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:29.2975828Z with 2022-09-27T16:42:29.2975972Z [ 2022-09-27T16:42:29.2976184Z T=std::weak_ptr 2022-09-27T16:42:29.2976386Z ] 2022-09-27T16:42:29.2976904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:29.2977331Z with 2022-09-27T16:42:29.2977484Z [ 2022-09-27T16:42:29.2977686Z T=std::weak_ptr 2022-09-27T16:42:29.2977947Z ] 2022-09-27T16:42:29.2978384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:42:29.2979073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1341): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:42:29.2979738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:29.2980120Z with 2022-09-27T16:42:29.2980277Z [ 2022-09-27T16:42:29.2980475Z T=std::weak_ptr 2022-09-27T16:42:29.2980678Z ] 2022-09-27T16:42:29.3470650Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:29.3471027Z with 2022-09-27T16:42:29.3471184Z [ 2022-09-27T16:42:29.3471448Z T=std::vector> 2022-09-27T16:42:29.3471674Z ] 2022-09-27T16:42:29.3472063Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:29.3472434Z with 2022-09-27T16:42:29.3472584Z [ 2022-09-27T16:42:29.3472831Z T=std::vector> 2022-09-27T16:42:29.3473054Z ] 2022-09-27T16:42:29.3473489Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:29.3473889Z with 2022-09-27T16:42:29.3474039Z [ 2022-09-27T16:42:29.3474273Z T=std::vector> 2022-09-27T16:42:29.3474497Z ] 2022-09-27T16:42:29.3474960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:29.3475383Z with 2022-09-27T16:42:29.3475522Z [ 2022-09-27T16:42:29.3475759Z T=std::vector> 2022-09-27T16:42:29.3475980Z ] 2022-09-27T16:42:29.3476433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:42:29.3477258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(482): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:42:29.3477943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:29.3478322Z with 2022-09-27T16:42:29.3478475Z [ 2022-09-27T16:42:29.3478703Z T=std::vector> 2022-09-27T16:42:29.3478928Z ] 2022-09-27T16:42:29.3577443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:29.3577886Z with 2022-09-27T16:42:29.3578047Z [ 2022-09-27T16:42:29.3578252Z T=std::vector> 2022-09-27T16:42:29.3578437Z ] 2022-09-27T16:42:29.3578838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:29.3579206Z with 2022-09-27T16:42:29.3579357Z [ 2022-09-27T16:42:29.3579559Z T=std::vector> 2022-09-27T16:42:29.3579752Z ] 2022-09-27T16:42:29.3580193Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:29.3580578Z with 2022-09-27T16:42:29.3580728Z [ 2022-09-27T16:42:29.3580929Z T=std::vector> 2022-09-27T16:42:29.3581122Z ] 2022-09-27T16:42:29.3581582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:29.3582006Z with 2022-09-27T16:42:29.3582143Z [ 2022-09-27T16:42:29.3582343Z T=std::vector> 2022-09-27T16:42:29.3582536Z ] 2022-09-27T16:42:29.3582959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:42:29.3583633Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(441): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:42:29.3584279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:29.3584668Z with 2022-09-27T16:42:29.3584820Z [ 2022-09-27T16:42:29.3585008Z T=std::vector> 2022-09-27T16:42:29.3585200Z ] 2022-09-27T16:42:29.3684373Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:29.3684728Z with 2022-09-27T16:42:29.3684887Z [ 2022-09-27T16:42:29.3685140Z T=std::vector,std::allocator>> 2022-09-27T16:42:29.3685363Z ] 2022-09-27T16:42:29.3685762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:29.3686126Z with 2022-09-27T16:42:29.3686278Z [ 2022-09-27T16:42:29.3686599Z T=std::vector,std::allocator>> 2022-09-27T16:42:29.3686831Z ] 2022-09-27T16:42:29.3687277Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:29.3687667Z with 2022-09-27T16:42:29.3687821Z [ 2022-09-27T16:42:29.3688073Z T=std::vector,std::allocator>> 2022-09-27T16:42:29.3688349Z ] 2022-09-27T16:42:29.3688811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:29.3689234Z with 2022-09-27T16:42:29.3689378Z [ 2022-09-27T16:42:29.3689628Z T=std::vector,std::allocator>> 2022-09-27T16:42:29.3689863Z ] 2022-09-27T16:42:29.3690332Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:42:29.3691071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:42:29.3691752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(843): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:42:29.3692388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:29.3692769Z with 2022-09-27T16:42:29.3692926Z [ 2022-09-27T16:42:29.3693163Z T=std::vector,std::allocator>> 2022-09-27T16:42:29.3693391Z ] 2022-09-27T16:42:29.3716848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:29.3717208Z with 2022-09-27T16:42:29.3717369Z [ 2022-09-27T16:42:29.3717615Z T=std::vector,std::allocator>> 2022-09-27T16:42:29.3717831Z ] 2022-09-27T16:42:29.3718237Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:29.3718612Z with 2022-09-27T16:42:29.3718764Z [ 2022-09-27T16:42:29.3719003Z T=std::vector,std::allocator>> 2022-09-27T16:42:29.3719230Z ] 2022-09-27T16:42:29.3719671Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:29.3720058Z with 2022-09-27T16:42:29.3720207Z [ 2022-09-27T16:42:29.3720445Z T=std::vector,std::allocator>> 2022-09-27T16:42:29.3720667Z ] 2022-09-27T16:42:29.3721192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:29.3721621Z with 2022-09-27T16:42:29.3721762Z [ 2022-09-27T16:42:29.3722004Z T=std::vector,std::allocator>> 2022-09-27T16:42:29.3722234Z ] 2022-09-27T16:42:29.3722694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-09-27T16:42:29.3723472Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(567): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-09-27T16:42:29.3724133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(613): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-09-27T16:42:29.3724754Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:29.3725131Z with 2022-09-27T16:42:29.3725285Z [ 2022-09-27T16:42:29.3725514Z T=std::vector,std::allocator>> 2022-09-27T16:42:29.3725745Z ] 2022-09-27T16:42:29.3821057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:29.3821422Z with 2022-09-27T16:42:29.3821577Z [ 2022-09-27T16:42:29.3821789Z T=std::vector> 2022-09-27T16:42:29.3821975Z ] 2022-09-27T16:42:29.3822374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:29.3822740Z with 2022-09-27T16:42:29.3822893Z [ 2022-09-27T16:42:29.3823100Z T=std::vector> 2022-09-27T16:42:29.3823292Z ] 2022-09-27T16:42:29.3823730Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:29.3824119Z with 2022-09-27T16:42:29.3824270Z [ 2022-09-27T16:42:29.3824476Z T=std::vector> 2022-09-27T16:42:29.3824669Z ] 2022-09-27T16:42:29.3825128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:29.3825550Z with 2022-09-27T16:42:29.3825687Z [ 2022-09-27T16:42:29.3825894Z T=std::vector> 2022-09-27T16:42:29.3826088Z ] 2022-09-27T16:42:29.3826515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:42:29.3827193Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(726): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:42:29.3827920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:29.3828301Z with 2022-09-27T16:42:29.3828454Z [ 2022-09-27T16:42:29.3828654Z T=std::vector> 2022-09-27T16:42:29.3828851Z ] 2022-09-27T16:42:29.4802544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:29.4803055Z with 2022-09-27T16:42:29.4803214Z [ 2022-09-27T16:42:29.4803471Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:42:29.4803683Z ] 2022-09-27T16:42:29.4804094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:29.4804476Z with 2022-09-27T16:42:29.4804627Z [ 2022-09-27T16:42:29.4804862Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:42:29.4805084Z ] 2022-09-27T16:42:29.4805507Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:29.4805912Z with 2022-09-27T16:42:29.4806063Z [ 2022-09-27T16:42:29.4806297Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:42:29.4806516Z ] 2022-09-27T16:42:29.4806988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:29.4807413Z with 2022-09-27T16:42:29.4807550Z [ 2022-09-27T16:42:29.4807785Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:42:29.4808004Z ] 2022-09-27T16:42:29.4808459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:42:29.4809199Z 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-09-27T16:42:29.4809943Z 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-09-27T16:42:29.4810635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:29.4811018Z with 2022-09-27T16:42:29.4811171Z [ 2022-09-27T16:42:29.4811394Z T=c10::impl::InlineDeviceGuard 2022-09-27T16:42:29.4811614Z ] 2022-09-27T16:42:29.4917227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:29.4917595Z with 2022-09-27T16:42:29.4917754Z [ 2022-09-27T16:42:29.4917992Z T=c10::impl::InlineStreamGuard 2022-09-27T16:42:29.4918199Z ] 2022-09-27T16:42:29.4918694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:29.4919066Z with 2022-09-27T16:42:29.4919221Z [ 2022-09-27T16:42:29.4919455Z T=c10::impl::InlineStreamGuard 2022-09-27T16:42:29.4919674Z ] 2022-09-27T16:42:29.4920104Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:29.4920556Z with 2022-09-27T16:42:29.4920707Z [ 2022-09-27T16:42:29.4920941Z T=c10::impl::InlineStreamGuard 2022-09-27T16:42:29.4921163Z ] 2022-09-27T16:42:29.4921627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:29.4922050Z with 2022-09-27T16:42:29.4922188Z [ 2022-09-27T16:42:29.4922422Z T=c10::impl::InlineStreamGuard 2022-09-27T16:42:29.4922638Z ] 2022-09-27T16:42:29.4923089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:42:29.4923824Z 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-09-27T16:42:29.4924563Z 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-09-27T16:42:29.4925245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:29.4925621Z with 2022-09-27T16:42:29.4925773Z [ 2022-09-27T16:42:29.4925994Z T=c10::impl::InlineStreamGuard 2022-09-27T16:42:29.4926216Z ] 2022-09-27T16:42:29.4951761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:29.4952127Z with 2022-09-27T16:42:29.4952284Z [ 2022-09-27T16:42:29.4952480Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:42:29.4952650Z ] 2022-09-27T16:42:29.4953046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:29.4953411Z with 2022-09-27T16:42:29.4953561Z [ 2022-09-27T16:42:29.4953747Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:42:29.4953928Z ] 2022-09-27T16:42:29.4954357Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:29.4954757Z with 2022-09-27T16:42:29.4954906Z [ 2022-09-27T16:42:29.4955089Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:42:29.4955268Z ] 2022-09-27T16:42:29.4955804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:29.4956222Z with 2022-09-27T16:42:29.4956378Z [ 2022-09-27T16:42:29.4956565Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:42:29.4956746Z ] 2022-09-27T16:42:29.4957173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:29.4957872Z 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-09-27T16:42:29.4958251Z with 2022-09-27T16:42:29.4958393Z [ 2022-09-27T16:42:29.4958587Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:42:29.4958770Z ] 2022-09-27T16:42:29.4959222Z 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-09-27T16:42:29.4959907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:29.4960285Z with 2022-09-27T16:42:29.4960437Z [ 2022-09-27T16:42:29.4960613Z T=c10::impl::VirtualGuardImpl 2022-09-27T16:42:29.4960794Z ] 2022-09-27T16:42:29.5315797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:29.5316168Z with 2022-09-27T16:42:29.5316325Z [ 2022-09-27T16:42:29.5316599Z T=std::vector> 2022-09-27T16:42:29.5316855Z ] 2022-09-27T16:42:29.5317255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:29.5317622Z with 2022-09-27T16:42:29.5317773Z [ 2022-09-27T16:42:29.5318042Z T=std::vector> 2022-09-27T16:42:29.5318291Z ] 2022-09-27T16:42:29.5318733Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:29.5319119Z with 2022-09-27T16:42:29.5319273Z [ 2022-09-27T16:42:29.5319544Z T=std::vector> 2022-09-27T16:42:29.5319788Z ] 2022-09-27T16:42:29.5320245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:29.5320670Z with 2022-09-27T16:42:29.5320807Z [ 2022-09-27T16:42:29.5321075Z T=std::vector> 2022-09-27T16:42:29.5321325Z ] 2022-09-27T16:42:29.5321911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:42:29.5322707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(843): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-09-27T16:42:29.5323423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:29.5323808Z with 2022-09-27T16:42:29.5324012Z [ 2022-09-27T16:42:29.5324283Z T=std::vector> 2022-09-27T16:42:29.5324516Z ] 2022-09-27T16:42:29.6426952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:29.6427326Z with 2022-09-27T16:42:29.6427483Z [ 2022-09-27T16:42:29.6427685Z T=torch::autograd::ViewInfo 2022-09-27T16:42:29.6427869Z ] 2022-09-27T16:42:29.6428251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:29.6428622Z with 2022-09-27T16:42:29.6428774Z [ 2022-09-27T16:42:29.6428963Z T=torch::autograd::ViewInfo 2022-09-27T16:42:29.6429147Z ] 2022-09-27T16:42:29.6429580Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:29.6429975Z with 2022-09-27T16:42:29.6430113Z [ 2022-09-27T16:42:29.6430291Z T=torch::autograd::ViewInfo 2022-09-27T16:42:29.6430473Z ] 2022-09-27T16:42:29.6430931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:29.6431354Z with 2022-09-27T16:42:29.6431505Z [ 2022-09-27T16:42:29.6431673Z T=torch::autograd::ViewInfo 2022-09-27T16:42:29.6431849Z ] 2022-09-27T16:42:29.6432267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:29.6432927Z 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-09-27T16:42:29.6433584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:29.6433968Z with 2022-09-27T16:42:29.6434120Z [ 2022-09-27T16:42:29.6434292Z T=torch::autograd::ViewInfo 2022-09-27T16:42:29.6434469Z ] 2022-09-27T16:42:29.6714257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:29.6714624Z with 2022-09-27T16:42:29.6714784Z [ 2022-09-27T16:42:29.6714948Z T=c10::IValue 2022-09-27T16:42:29.6715098Z ] 2022-09-27T16:42:29.6715624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:29.6715998Z with 2022-09-27T16:42:29.6716156Z [ 2022-09-27T16:42:29.6716318Z T=c10::IValue 2022-09-27T16:42:29.6716483Z ] 2022-09-27T16:42:29.6716910Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:29.6717317Z with 2022-09-27T16:42:29.6717467Z [ 2022-09-27T16:42:29.6717696Z T=c10::IValue 2022-09-27T16:42:29.6717856Z ] 2022-09-27T16:42:29.6718315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:29.6718731Z with 2022-09-27T16:42:29.6718884Z [ 2022-09-27T16:42:29.6719045Z T=c10::IValue 2022-09-27T16:42:29.6719207Z ] 2022-09-27T16:42:29.6719607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:29.6720227Z 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-09-27T16:42:29.6720873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:29.6721259Z with 2022-09-27T16:42:29.6721400Z [ 2022-09-27T16:42:29.6721564Z T=c10::IValue 2022-09-27T16:42:29.6721727Z ] 2022-09-27T16:42:29.6751767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:29.6752125Z with 2022-09-27T16:42:29.6752277Z [ 2022-09-27T16:42:29.6752447Z T=c10::AliasInfo 2022-09-27T16:42:29.6752611Z ] 2022-09-27T16:42:29.6753010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:29.6753364Z with 2022-09-27T16:42:29.6753514Z [ 2022-09-27T16:42:29.6753680Z T=c10::AliasInfo 2022-09-27T16:42:29.6753842Z ] 2022-09-27T16:42:29.6754282Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:29.6754673Z with 2022-09-27T16:42:29.6754809Z [ 2022-09-27T16:42:29.6754971Z T=c10::AliasInfo 2022-09-27T16:42:29.6755135Z ] 2022-09-27T16:42:29.6755590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:29.6756013Z with 2022-09-27T16:42:29.6756161Z [ 2022-09-27T16:42:29.6756313Z T=c10::AliasInfo 2022-09-27T16:42:29.6756475Z ] 2022-09-27T16:42:29.6756877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:29.6757583Z 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-09-27T16:42:29.6758221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:29.6758607Z with 2022-09-27T16:42:29.6758758Z [ 2022-09-27T16:42:29.6758910Z T=c10::AliasInfo 2022-09-27T16:42:29.6759075Z ] 2022-09-27T16:42:29.7830470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:29.7831017Z with 2022-09-27T16:42:29.7831164Z [ 2022-09-27T16:42:29.7831418Z T=c10::either 2022-09-27T16:42:29.7831639Z ] 2022-09-27T16:42:29.7832051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:29.7832426Z with 2022-09-27T16:42:29.7832580Z [ 2022-09-27T16:42:29.7832804Z T=c10::either 2022-09-27T16:42:29.7833003Z ] 2022-09-27T16:42:29.7833447Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:29.7833917Z with 2022-09-27T16:42:29.7834072Z [ 2022-09-27T16:42:29.7834294Z T=c10::either 2022-09-27T16:42:29.7834514Z ] 2022-09-27T16:42:29.7834982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:29.7835413Z with 2022-09-27T16:42:29.7835555Z [ 2022-09-27T16:42:29.7835779Z T=c10::either 2022-09-27T16:42:29.7835992Z ] 2022-09-27T16:42:29.7836438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:42:29.7837168Z 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-09-27T16:42:29.7837879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:29.7838269Z with 2022-09-27T16:42:29.7838409Z [ 2022-09-27T16:42:29.7838633Z T=c10::either 2022-09-27T16:42:29.7838842Z ] 2022-09-27T16:42:31.1310431Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:31.1310845Z with 2022-09-27T16:42:31.1310990Z [ 2022-09-27T16:42:31.1311186Z T=at::StepCallbacks 2022-09-27T16:42:31.1311358Z ] 2022-09-27T16:42:31.1311915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:31.1312291Z with 2022-09-27T16:42:31.1312442Z [ 2022-09-27T16:42:31.1312606Z T=at::StepCallbacks 2022-09-27T16:42:31.1312776Z ] 2022-09-27T16:42:31.1313211Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:31.1313622Z with 2022-09-27T16:42:31.1313772Z [ 2022-09-27T16:42:31.1313944Z T=at::StepCallbacks 2022-09-27T16:42:31.1314175Z ] 2022-09-27T16:42:31.1314642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:31.1315064Z with 2022-09-27T16:42:31.1315217Z [ 2022-09-27T16:42:31.1315388Z T=at::StepCallbacks 2022-09-27T16:42:31.1315558Z ] 2022-09-27T16:42:31.1315963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:31.1316613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(160): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:42:31.1317269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:31.1317654Z with 2022-09-27T16:42:31.1317804Z [ 2022-09-27T16:42:31.1317976Z T=at::StepCallbacks 2022-09-27T16:42:31.1318145Z ] 2022-09-27T16:42:31.2044209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:31.2044631Z with 2022-09-27T16:42:31.2044789Z [ 2022-09-27T16:42:31.2045014Z T=c10::DimVector 2022-09-27T16:42:31.2045182Z ] 2022-09-27T16:42:31.2045593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:31.2045968Z with 2022-09-27T16:42:31.2046111Z [ 2022-09-27T16:42:31.2046279Z T=c10::DimVector 2022-09-27T16:42:31.2046440Z ] 2022-09-27T16:42:31.2046878Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:31.2047285Z with 2022-09-27T16:42:31.2047433Z [ 2022-09-27T16:42:31.2047585Z T=c10::DimVector 2022-09-27T16:42:31.2047743Z ] 2022-09-27T16:42:31.2048209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:31.2048630Z with 2022-09-27T16:42:31.2048778Z [ 2022-09-27T16:42:31.2048940Z T=c10::DimVector 2022-09-27T16:42:31.2049090Z ] 2022-09-27T16:42:31.2049494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:31.2050267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(915): note: see reference to class template instantiation 'c10::optional' being compiled 2022-09-27T16:42:31.2050914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:31.2051296Z with 2022-09-27T16:42:31.2051448Z [ 2022-09-27T16:42:31.2051615Z T=c10::DimVector 2022-09-27T16:42:31.2051766Z ] 2022-09-27T16:42:31.8707734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:31.8708763Z with 2022-09-27T16:42:31.8708920Z [ 2022-09-27T16:42:31.8709122Z T=c10::impl::AnnotatedSchema 2022-09-27T16:42:31.8709322Z ] 2022-09-27T16:42:31.8709743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:31.8710101Z with 2022-09-27T16:42:31.8710251Z [ 2022-09-27T16:42:31.8710438Z T=c10::impl::AnnotatedSchema 2022-09-27T16:42:31.8710620Z ] 2022-09-27T16:42:31.8711059Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:31.8711465Z with 2022-09-27T16:42:31.8711603Z [ 2022-09-27T16:42:31.8711787Z T=c10::impl::AnnotatedSchema 2022-09-27T16:42:31.8711972Z ] 2022-09-27T16:42:31.8712437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:31.8712863Z with 2022-09-27T16:42:31.8713012Z [ 2022-09-27T16:42:31.8713181Z T=c10::impl::AnnotatedSchema 2022-09-27T16:42:31.8713359Z ] 2022-09-27T16:42:31.8713783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:31.8714458Z 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-09-27T16:42:31.8715128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:31.8715504Z with 2022-09-27T16:42:31.8715654Z [ 2022-09-27T16:42:31.8715825Z T=c10::impl::AnnotatedSchema 2022-09-27T16:42:31.8716002Z ] 2022-09-27T16:42:31.8767356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:31.8767743Z with 2022-09-27T16:42:31.8767900Z [ 2022-09-27T16:42:31.8768143Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:42:31.8768346Z ] 2022-09-27T16:42:31.8768759Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:31.8769128Z with 2022-09-27T16:42:31.8769280Z [ 2022-09-27T16:42:31.8769648Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:42:31.8769861Z ] 2022-09-27T16:42:31.8770283Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:31.8770697Z with 2022-09-27T16:42:31.8770848Z [ 2022-09-27T16:42:31.8771068Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:42:31.8771284Z ] 2022-09-27T16:42:31.8771740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:31.8772224Z with 2022-09-27T16:42:31.8772363Z [ 2022-09-27T16:42:31.8772586Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:42:31.8772797Z ] 2022-09-27T16:42:31.8773252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:31.8773984Z 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-09-27T16:42:31.8774691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:31.8775075Z with 2022-09-27T16:42:31.8775226Z [ 2022-09-27T16:42:31.8775440Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-09-27T16:42:31.8775655Z ] 2022-09-27T16:42:31.9643926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:31.9644329Z with 2022-09-27T16:42:31.9644487Z [ 2022-09-27T16:42:31.9644705Z T=std::tuple 2022-09-27T16:42:31.9644887Z ] 2022-09-27T16:42:31.9645287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:31.9645655Z with 2022-09-27T16:42:31.9645813Z [ 2022-09-27T16:42:31.9646013Z T=std::tuple 2022-09-27T16:42:31.9646205Z ] 2022-09-27T16:42:31.9646628Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:31.9647036Z with 2022-09-27T16:42:31.9647188Z [ 2022-09-27T16:42:31.9647387Z T=std::tuple 2022-09-27T16:42:31.9647582Z ] 2022-09-27T16:42:31.9648047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:31.9648472Z with 2022-09-27T16:42:31.9648615Z [ 2022-09-27T16:42:31.9648819Z T=std::tuple 2022-09-27T16:42:31.9649008Z ] 2022-09-27T16:42:31.9649545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:42:31.9650238Z 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-09-27T16:42:31.9650914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:31.9651299Z with 2022-09-27T16:42:31.9651439Z [ 2022-09-27T16:42:31.9651701Z T=std::tuple 2022-09-27T16:42:31.9651895Z ] 2022-09-27T16:42:31.9693214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:31.9693603Z with 2022-09-27T16:42:31.9693777Z [ 2022-09-27T16:42:31.9693955Z T=torch::jit::SourceRange 2022-09-27T16:42:31.9694139Z ] 2022-09-27T16:42:31.9694558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:31.9694953Z with 2022-09-27T16:42:31.9695103Z [ 2022-09-27T16:42:31.9695284Z T=torch::jit::SourceRange 2022-09-27T16:42:31.9695446Z ] 2022-09-27T16:42:31.9695881Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:31.9696290Z with 2022-09-27T16:42:31.9696440Z [ 2022-09-27T16:42:31.9696699Z T=torch::jit::SourceRange 2022-09-27T16:42:31.9696875Z ] 2022-09-27T16:42:31.9697329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:31.9697758Z with 2022-09-27T16:42:31.9697910Z [ 2022-09-27T16:42:31.9698089Z T=torch::jit::SourceRange 2022-09-27T16:42:31.9698262Z ] 2022-09-27T16:42:31.9698680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:31.9699349Z 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-09-27T16:42:31.9700017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:31.9700391Z with 2022-09-27T16:42:31.9700541Z [ 2022-09-27T16:42:31.9700720Z T=torch::jit::SourceRange 2022-09-27T16:42:31.9700894Z ] 2022-09-27T16:42:31.9767691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:31.9768082Z with 2022-09-27T16:42:31.9768237Z [ 2022-09-27T16:42:31.9768452Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:42:31.9768648Z ] 2022-09-27T16:42:31.9769057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:31.9769567Z with 2022-09-27T16:42:31.9769724Z [ 2022-09-27T16:42:31.9769912Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:42:31.9770101Z ] 2022-09-27T16:42:31.9770545Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:31.9770953Z with 2022-09-27T16:42:31.9771103Z [ 2022-09-27T16:42:31.9771300Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:42:31.9771541Z ] 2022-09-27T16:42:31.9772003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:31.9772427Z with 2022-09-27T16:42:31.9772581Z [ 2022-09-27T16:42:31.9772775Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:42:31.9772963Z ] 2022-09-27T16:42:31.9773385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:31.9774065Z 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-09-27T16:42:31.9774728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:31.9775112Z with 2022-09-27T16:42:31.9775262Z [ 2022-09-27T16:42:31.9775462Z T=torch::jit::InlinedCallStackPtr 2022-09-27T16:42:31.9775652Z ] 2022-09-27T16:42:31.9793773Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:31.9794166Z with 2022-09-27T16:42:31.9794313Z [ 2022-09-27T16:42:31.9794514Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:42:31.9794706Z ] 2022-09-27T16:42:31.9795114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:31.9795490Z with 2022-09-27T16:42:31.9795628Z [ 2022-09-27T16:42:31.9795820Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:42:31.9796006Z ] 2022-09-27T16:42:31.9796452Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:31.9796853Z with 2022-09-27T16:42:31.9797004Z [ 2022-09-27T16:42:31.9797181Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:42:31.9797371Z ] 2022-09-27T16:42:31.9797830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:31.9798258Z with 2022-09-27T16:42:31.9798409Z [ 2022-09-27T16:42:31.9798600Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:42:31.9798774Z ] 2022-09-27T16:42:31.9799863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:31.9800572Z 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-09-27T16:42:31.9801232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:31.9801620Z with 2022-09-27T16:42:31.9801774Z [ 2022-09-27T16:42:31.9802041Z T=torch::jit::ModuleInstanceInfo 2022-09-27T16:42:31.9802229Z ] 2022-09-27T16:42:31.9843410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:31.9843767Z with 2022-09-27T16:42:31.9843929Z [ 2022-09-27T16:42:31.9844109Z T=torch::jit::ScopePtr 2022-09-27T16:42:31.9844281Z ] 2022-09-27T16:42:31.9844675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:31.9845030Z with 2022-09-27T16:42:31.9845179Z [ 2022-09-27T16:42:31.9845353Z T=torch::jit::ScopePtr 2022-09-27T16:42:31.9845524Z ] 2022-09-27T16:42:31.9845964Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:31.9846369Z with 2022-09-27T16:42:31.9846508Z [ 2022-09-27T16:42:31.9846679Z T=torch::jit::ScopePtr 2022-09-27T16:42:31.9846850Z ] 2022-09-27T16:42:31.9847310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:31.9847728Z with 2022-09-27T16:42:31.9847881Z [ 2022-09-27T16:42:31.9848040Z T=torch::jit::ScopePtr 2022-09-27T16:42:31.9848211Z ] 2022-09-27T16:42:31.9848619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:31.9849279Z 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-09-27T16:42:31.9849925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:31.9850309Z with 2022-09-27T16:42:31.9850460Z [ 2022-09-27T16:42:31.9850622Z T=torch::jit::ScopePtr 2022-09-27T16:42:31.9850792Z ] 2022-09-27T16:42:32.2256011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:32.2256426Z with 2022-09-27T16:42:32.2256649Z [ 2022-09-27T16:42:32.2256863Z T=at::ThreadLocalState 2022-09-27T16:42:32.2257045Z ] 2022-09-27T16:42:32.2257440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:32.2257812Z with 2022-09-27T16:42:32.2258099Z [ 2022-09-27T16:42:32.2258294Z T=at::ThreadLocalState 2022-09-27T16:42:32.2258472Z ] 2022-09-27T16:42:32.2258897Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:32.2259312Z with 2022-09-27T16:42:32.2259467Z [ 2022-09-27T16:42:32.2259649Z T=at::ThreadLocalState 2022-09-27T16:42:32.2259826Z ] 2022-09-27T16:42:32.2260295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:32.2260779Z with 2022-09-27T16:42:32.2260917Z [ 2022-09-27T16:42:32.2261095Z T=at::ThreadLocalState 2022-09-27T16:42:32.2261272Z ] 2022-09-27T16:42:32.2261689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:32.2262353Z 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-09-27T16:42:32.2263023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:32.2263411Z with 2022-09-27T16:42:32.2263553Z [ 2022-09-27T16:42:32.2263731Z T=at::ThreadLocalState 2022-09-27T16:42:32.2263906Z ] 2022-09-27T16:42:32.2410802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:32.2411208Z with 2022-09-27T16:42:32.2411366Z [ 2022-09-27T16:42:32.2411558Z T=std::shared_ptr 2022-09-27T16:42:32.2411752Z ] 2022-09-27T16:42:32.2412211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:32.2412591Z with 2022-09-27T16:42:32.2412750Z [ 2022-09-27T16:42:32.2412949Z T=std::shared_ptr 2022-09-27T16:42:32.2413126Z ] 2022-09-27T16:42:32.2413570Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:32.2413976Z with 2022-09-27T16:42:32.2414127Z [ 2022-09-27T16:42:32.2414325Z T=std::shared_ptr 2022-09-27T16:42:32.2414508Z ] 2022-09-27T16:42:32.2414970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:32.2415385Z with 2022-09-27T16:42:32.2415533Z [ 2022-09-27T16:42:32.2415727Z T=std::shared_ptr 2022-09-27T16:42:32.2415914Z ] 2022-09-27T16:42:32.2416340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:42:32.2417209Z 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-09-27T16:42:32.2417897Z 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-09-27T16:42:32.2418574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:32.2419015Z with 2022-09-27T16:42:32.2419168Z [ 2022-09-27T16:42:32.2419365Z T=std::shared_ptr 2022-09-27T16:42:32.2419553Z ] 2022-09-27T16:42:32.2440862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:32.2441226Z with 2022-09-27T16:42:32.2441365Z [ 2022-09-27T16:42:32.2441561Z T=torch::jit::GraphExecutor 2022-09-27T16:42:32.2441743Z ] 2022-09-27T16:42:32.2442139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:32.2442506Z with 2022-09-27T16:42:32.2442655Z [ 2022-09-27T16:42:32.2442824Z T=torch::jit::GraphExecutor 2022-09-27T16:42:32.2443002Z ] 2022-09-27T16:42:32.2443437Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:32.2443833Z with 2022-09-27T16:42:32.2443990Z [ 2022-09-27T16:42:32.2444172Z T=torch::jit::GraphExecutor 2022-09-27T16:42:32.2444337Z ] 2022-09-27T16:42:32.2444793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:32.2445213Z with 2022-09-27T16:42:32.2445361Z [ 2022-09-27T16:42:32.2445540Z T=torch::jit::GraphExecutor 2022-09-27T16:42:32.2445717Z ] 2022-09-27T16:42:32.2446125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:32.2446778Z 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-09-27T16:42:32.2447440Z 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-09-27T16:42:32.2448107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:32.2448494Z with 2022-09-27T16:42:32.2448646Z [ 2022-09-27T16:42:32.2448827Z T=torch::jit::GraphExecutor 2022-09-27T16:42:32.2449006Z ] 2022-09-27T16:42:32.2541200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:32.2541576Z with 2022-09-27T16:42:32.2541715Z [ 2022-09-27T16:42:32.2541890Z T=torch::jit::Method 2022-09-27T16:42:32.2542064Z ] 2022-09-27T16:42:32.2542461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:32.2542822Z with 2022-09-27T16:42:32.2542958Z [ 2022-09-27T16:42:32.2543132Z T=torch::jit::Method 2022-09-27T16:42:32.2543300Z ] 2022-09-27T16:42:32.2543799Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:32.2544197Z with 2022-09-27T16:42:32.2544350Z [ 2022-09-27T16:42:32.2544511Z T=torch::jit::Method 2022-09-27T16:42:32.2544679Z ] 2022-09-27T16:42:32.2545139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:32.2545561Z with 2022-09-27T16:42:32.2545713Z [ 2022-09-27T16:42:32.2545883Z T=torch::jit::Method 2022-09-27T16:42:32.2546040Z ] 2022-09-27T16:42:32.2546455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:32.2547095Z 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-09-27T16:42:32.2547733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:32.2548114Z with 2022-09-27T16:42:32.2548267Z [ 2022-09-27T16:42:32.2548436Z T=torch::jit::Method 2022-09-27T16:42:32.2548594Z ] 2022-09-27T16:42:32.3222401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:32.3222812Z with 2022-09-27T16:42:32.3222972Z [ 2022-09-27T16:42:32.3223197Z T=std::vector> 2022-09-27T16:42:32.3223404Z ] 2022-09-27T16:42:32.3223813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:32.3224166Z with 2022-09-27T16:42:32.3224317Z [ 2022-09-27T16:42:32.3224537Z T=std::vector> 2022-09-27T16:42:32.3224744Z ] 2022-09-27T16:42:32.3225199Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:32.3225609Z with 2022-09-27T16:42:32.3225748Z [ 2022-09-27T16:42:32.3225970Z T=std::vector> 2022-09-27T16:42:32.3226176Z ] 2022-09-27T16:42:32.3226766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:32.3227191Z with 2022-09-27T16:42:32.3227340Z [ 2022-09-27T16:42:32.3227547Z T=std::vector> 2022-09-27T16:42:32.3227756Z ] 2022-09-27T16:42:32.3228195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:42:32.3228890Z 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-09-27T16:42:32.3229641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:32.3230023Z with 2022-09-27T16:42:32.3230175Z [ 2022-09-27T16:42:32.3230393Z T=std::vector> 2022-09-27T16:42:32.3230593Z ] 2022-09-27T16:42:32.4418083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:32.4418485Z with 2022-09-27T16:42:32.4418649Z [ 2022-09-27T16:42:32.4418915Z T=std::function 2022-09-27T16:42:32.4419145Z ] 2022-09-27T16:42:32.4419559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:32.4419929Z with 2022-09-27T16:42:32.4420081Z [ 2022-09-27T16:42:32.4420334Z T=std::function 2022-09-27T16:42:32.4420572Z ] 2022-09-27T16:42:32.4421007Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:32.4421406Z with 2022-09-27T16:42:32.4421560Z [ 2022-09-27T16:42:32.4421807Z T=std::function 2022-09-27T16:42:32.4422034Z ] 2022-09-27T16:42:32.4422506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:32.4422927Z with 2022-09-27T16:42:32.4423067Z [ 2022-09-27T16:42:32.4423312Z T=std::function 2022-09-27T16:42:32.4423538Z ] 2022-09-27T16:42:32.4424010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:42:32.4424778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(410): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-09-27T16:42:32.4425497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:32.4426016Z with 2022-09-27T16:42:32.4426173Z [ 2022-09-27T16:42:32.4426423Z T=std::function 2022-09-27T16:42:32.4426640Z ] 2022-09-27T16:42:32.6647452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:32.6647822Z with 2022-09-27T16:42:32.6647984Z [ 2022-09-27T16:42:32.6648302Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:42:32.6648751Z ] 2022-09-27T16:42:32.6649177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:32.6649559Z with 2022-09-27T16:42:32.6649713Z [ 2022-09-27T16:42:32.6649988Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:42:32.6650242Z ] 2022-09-27T16:42:32.6650689Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:32.6651093Z with 2022-09-27T16:42:32.6651230Z [ 2022-09-27T16:42:32.6651496Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:42:32.6651750Z ] 2022-09-27T16:42:32.6652212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:32.6652640Z with 2022-09-27T16:42:32.6652793Z [ 2022-09-27T16:42:32.6653050Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:42:32.6653303Z ] 2022-09-27T16:42:32.6653794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-09-27T16:42:32.6654607Z 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-09-27T16:42:32.6655360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:32.6655739Z with 2022-09-27T16:42:32.6655892Z [ 2022-09-27T16:42:32.6656161Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-09-27T16:42:32.6656399Z ] 2022-09-27T16:42:32.7887294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:32.7887677Z with 2022-09-27T16:42:32.7887831Z [ 2022-09-27T16:42:32.7888047Z T=std::vector> 2022-09-27T16:42:32.7888252Z ] 2022-09-27T16:42:32.7888661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:32.7889106Z with 2022-09-27T16:42:32.7889261Z [ 2022-09-27T16:42:32.7889476Z T=std::vector> 2022-09-27T16:42:32.7889688Z ] 2022-09-27T16:42:32.7890244Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:32.7890720Z with 2022-09-27T16:42:32.7890860Z [ 2022-09-27T16:42:32.7891072Z T=std::vector> 2022-09-27T16:42:32.7891273Z ] 2022-09-27T16:42:32.7891736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:32.7892228Z with 2022-09-27T16:42:32.7892384Z [ 2022-09-27T16:42:32.7892580Z T=std::vector> 2022-09-27T16:42:32.7892778Z ] 2022-09-27T16:42:32.7893197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:42:32.7893585Z with 2022-09-27T16:42:32.7893734Z [ 2022-09-27T16:42:32.7893887Z T=double 2022-09-27T16:42:32.7894031Z ] 2022-09-27T16:42:32.7894503Z 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-09-27T16:42:32.7894923Z with 2022-09-27T16:42:32.7895073Z [ 2022-09-27T16:42:32.7895225Z T=double 2022-09-27T16:42:32.7895382Z ] 2022-09-27T16:42:32.7895785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:32.7896172Z with 2022-09-27T16:42:32.7896323Z [ 2022-09-27T16:42:32.7896592Z T=std::vector> 2022-09-27T16:42:32.7896791Z ] 2022-09-27T16:42:33.3204789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:33.3205200Z with 2022-09-27T16:42:33.3205363Z [ 2022-09-27T16:42:33.3205556Z T=std::tuple 2022-09-27T16:42:33.3205774Z ] 2022-09-27T16:42:33.3206177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:33.3206551Z with 2022-09-27T16:42:33.3206708Z [ 2022-09-27T16:42:33.3206911Z T=std::tuple 2022-09-27T16:42:33.3207087Z ] 2022-09-27T16:42:33.3207527Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:33.3207942Z with 2022-09-27T16:42:33.3208093Z [ 2022-09-27T16:42:33.3208290Z T=std::tuple 2022-09-27T16:42:33.3208478Z ] 2022-09-27T16:42:33.3208943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:33.3209365Z with 2022-09-27T16:42:33.3209519Z [ 2022-09-27T16:42:33.3209713Z T=std::tuple 2022-09-27T16:42:33.3210028Z ] 2022-09-27T16:42:33.3210459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-09-27T16:42:33.3211147Z 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-09-27T16:42:33.3211842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:33.3212304Z with 2022-09-27T16:42:33.3212447Z [ 2022-09-27T16:42:33.3212649Z T=std::tuple 2022-09-27T16:42:33.3212842Z ] 2022-09-27T16:42:33.4461864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(211): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-09-27T16:42:33.4462280Z with 2022-09-27T16:42:33.4462439Z [ 2022-09-27T16:42:33.4462654Z T=std::vector> 2022-09-27T16:42:33.4462874Z ] 2022-09-27T16:42:33.4463281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(410): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-09-27T16:42:33.4463660Z with 2022-09-27T16:42:33.4463816Z [ 2022-09-27T16:42:33.4464033Z T=std::vector> 2022-09-27T16:42:33.4464229Z ] 2022-09-27T16:42:33.4464671Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-09-27T16:42:33.4465091Z with 2022-09-27T16:42:33.4465244Z [ 2022-09-27T16:42:33.4465467Z T=std::vector> 2022-09-27T16:42:33.4465672Z ] 2022-09-27T16:42:33.4466130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-09-27T16:42:33.4466568Z with 2022-09-27T16:42:33.4466724Z [ 2022-09-27T16:42:33.4466941Z T=std::vector> 2022-09-27T16:42:33.4467150Z ] 2022-09-27T16:42:33.4467596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(553): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-09-27T16:42:33.4468320Z 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-09-27T16:42:33.4469021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(445): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-09-27T16:42:33.4469409Z with 2022-09-27T16:42:33.4469555Z [ 2022-09-27T16:42:33.4469778Z T=std::vector> 2022-09-27T16:42:33.4469986Z ] 2022-09-27T16:42:34.0596437Z 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-09-27T16:42:34.0597137Z 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-09-27T16:42:34.0689724Z 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-09-27T16:42:35.8868331Z 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-09-27T16:42:35.8868719Z with 2022-09-27T16:42:35.8868879Z [ 2022-09-27T16:42:35.8869220Z scalar_t=float 2022-09-27T16:42:35.8869405Z ] 2022-09-27T16:42:35.8869834Z 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-09-27T16:42:35.8870232Z with 2022-09-27T16:42:35.8870392Z [ 2022-09-27T16:42:35.8870558Z scalar_t=float 2022-09-27T16:42:35.8870710Z ] 2022-09-27T16:42:35.8873664Z 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-09-27T16:42:35.8874016Z with 2022-09-27T16:42:35.8874169Z [ 2022-09-27T16:42:35.8874336Z scalar_t=float 2022-09-27T16:42:35.8874502Z ] 2022-09-27T16:42:35.8874909Z 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-09-27T16:42:35.8875311Z with 2022-09-27T16:42:35.8875466Z [ 2022-09-27T16:42:35.8875675Z scalar_t=float 2022-09-27T16:42:35.8875881Z ] 2022-09-27T16:42:36.9774169Z 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-09-27T16:42:36.9774559Z with 2022-09-27T16:42:36.9774706Z [ 2022-09-27T16:42:36.9774883Z scalar_t=float 2022-09-27T16:42:36.9775064Z ] 2022-09-27T16:42:36.9775519Z 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-09-27T16:42:36.9775945Z with 2022-09-27T16:42:36.9776100Z [ 2022-09-27T16:42:36.9776258Z scalar_t=float 2022-09-27T16:42:36.9776482Z ] 2022-09-27T16:42:36.9776905Z 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-09-27T16:42:36.9777300Z with 2022-09-27T16:42:36.9777453Z [ 2022-09-27T16:42:36.9777599Z scalar_t=float 2022-09-27T16:42:36.9777762Z ] 2022-09-27T16:42:36.9812850Z 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-09-27T16:42:36.9813198Z with 2022-09-27T16:42:36.9813349Z [ 2022-09-27T16:42:36.9813499Z T=float 2022-09-27T16:42:36.9813642Z ] 2022-09-27T16:42:36.9814096Z 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-09-27T16:42:36.9814505Z with 2022-09-27T16:42:36.9814654Z [ 2022-09-27T16:42:36.9814802Z T=float 2022-09-27T16:42:36.9814958Z ] 2022-09-27T16:42:36.9815492Z 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-09-27T16:42:36.9815862Z with 2022-09-27T16:42:36.9816013Z [ 2022-09-27T16:42:36.9816163Z T=float 2022-09-27T16:42:36.9816321Z ] 2022-09-27T16:42:36.9866628Z 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-09-27T16:42:36.9866956Z with 2022-09-27T16:42:36.9867112Z [ 2022-09-27T16:42:36.9867368Z T=float 2022-09-27T16:42:36.9867522Z ] 2022-09-27T16:42:36.9867967Z 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-09-27T16:42:36.9868379Z with 2022-09-27T16:42:36.9868523Z [ 2022-09-27T16:42:36.9868674Z T=float 2022-09-27T16:42:36.9868827Z ] 2022-09-27T16:42:37.5354421Z 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-09-27T16:42:37.5354825Z with 2022-09-27T16:42:37.5354985Z [ 2022-09-27T16:42:37.5355171Z scalar_t=float 2022-09-27T16:42:37.5355341Z ] 2022-09-27T16:42:37.5355761Z 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-09-27T16:42:37.5356196Z with 2022-09-27T16:42:37.5356353Z [ 2022-09-27T16:42:37.5356521Z scalar_t=float 2022-09-27T16:42:37.5356692Z ] 2022-09-27T16:42:37.5357131Z 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-09-27T16:42:37.5357524Z with 2022-09-27T16:42:37.5357682Z [ 2022-09-27T16:42:37.5357849Z scalar_t=float 2022-09-27T16:42:37.5358017Z ] 2022-09-27T16:42:37.5358384Z 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-09-27T16:42:37.5358724Z with 2022-09-27T16:42:37.5358865Z [ 2022-09-27T16:42:37.5359034Z scalar_t=float 2022-09-27T16:42:37.5359201Z ] 2022-09-27T16:42:37.5359552Z 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-09-27T16:42:37.5359880Z with 2022-09-27T16:42:37.5360020Z [ 2022-09-27T16:42:37.5360187Z scalar_t=float 2022-09-27T16:42:37.5360356Z ] 2022-09-27T16:42:37.8371060Z 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-09-27T16:42:37.8371456Z with 2022-09-27T16:42:37.8371614Z [ 2022-09-27T16:42:37.8371772Z scalar_t=float 2022-09-27T16:42:37.8371946Z ] 2022-09-27T16:42:37.8372385Z 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-09-27T16:42:37.8372794Z with 2022-09-27T16:42:37.8372950Z [ 2022-09-27T16:42:37.8373117Z scalar_t=float 2022-09-27T16:42:37.8373271Z ] 2022-09-27T16:42:37.8373842Z 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-09-27T16:42:37.8374248Z with 2022-09-27T16:42:37.8374402Z [ 2022-09-27T16:42:37.8374574Z scalar_t=float 2022-09-27T16:42:37.8374740Z ] 2022-09-27T16:42:37.8375097Z 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-09-27T16:42:37.8375442Z with 2022-09-27T16:42:37.8375598Z [ 2022-09-27T16:42:37.8375840Z scalar_t=float 2022-09-27T16:42:37.8376008Z ] 2022-09-27T16:42:38.9132244Z "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 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:build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.lib 2022-09-27T16:42:39.1011938Z Creating library build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.lib and object build\temp.win-amd64-cpython-39\Release\rng.cp39-win_amd64.exp 2022-09-27T16:42:39.1432315Z Generating code 2022-09-27T16:42:40.6781375Z Finished generating code 2022-09-27T16:42:40.8419925Z running install_lib 2022-09-27T16:42:40.8495705Z 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-09-27T16:42:40.8509592Z 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-09-27T16:42:40.8522821Z 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-09-27T16:42:40.8545203Z running install_egg_info 2022-09-27T16:42:40.8720410Z running egg_info 2022-09-27T16:42:40.8773346Z writing torch_test_cpp_extension.egg-info\PKG-INFO 2022-09-27T16:42:40.8778165Z writing dependency_links to torch_test_cpp_extension.egg-info\dependency_links.txt 2022-09-27T16:42:40.8783595Z writing top-level names to torch_test_cpp_extension.egg-info\top_level.txt 2022-09-27T16:42:40.8847702Z reading manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2022-09-27T16:42:40.8862480Z writing manifest file 'torch_test_cpp_extension.egg-info\SOURCES.txt' 2022-09-27T16:42:40.8865775Z removing './install\Jenkins\Miniconda3\Lib\site-packages\torch_test_cpp_extension-0.0.0-py3.9.egg-info' (and everything under it) 2022-09-27T16:42:40.8874398Z 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-09-27T16:42:40.8914901Z running install_scripts 2022-09-27T16:42:40.9205273Z Error in atexit._run_exitfuncs: 2022-09-27T16:42:40.9205497Z Traceback (most recent call last): 2022-09-27T16:42:40.9205900Z File "C:\Jenkins\Miniconda3\lib\site-packages\colorama\ansitowin32.py", line 59, in closed 2022-09-27T16:42:40.9206813Z return stream.closed 2022-09-27T16:42:40.9207050Z ValueError: underlying buffer has been detached 2022-09-27T16:42:41.1307141Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_extensions_aot_no_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:42:41.123406] 2022-09-27T16:42:43.0756775Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-09-27T16:42:43.1556047Z 2022-09-27T16:42:43.1556417Z Running tests... 2022-09-27T16:42:43.1556737Z ---------------------------------------------------------------------- 2022-09-27T16:42:43.1557102Z Test results will be stored in test-reports\python-unittest\test_cpp_extensions_aot_no_ninja 2022-09-27T16:42:43.1704976Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.016s) 2022-09-27T16:42:43.1711946Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: Windows not supported (0.000s) 2022-09-27T16:42:43.1719687Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: Windows not supported (0.000s) 2022-09-27T16:42:43.1726070Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-09-27T16:42:43.1731705Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: Windows not supported (0.000s) 2022-09-27T16:42:43.1746051Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.000s) 2022-09-27T16:42:43.1759844Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.000s) 2022-09-27T16:42:43.1767779Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... skip: Not available on Windows (0.000s) 2022-09-27T16:42:43.1777720Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.000s) 2022-09-27T16:42:43.1792798Z test_add (__main__.TestORTTensor) ... ok (0.000s) 2022-09-27T16:42:43.1815062Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.000s) 2022-09-27T16:42:43.8756919Z test_unregistered (__main__.TestORTTensor) ... ok (0.694s) 2022-09-27T16:42:43.8778615Z test_zeros (__main__.TestORTTensor) ... ok (0.000s) 2022-09-27T16:42:43.8817493Z test_rng (__main__.TestRNGExtension) ... ok (0.016s) 2022-09-27T16:42:43.8827424Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.000s) 2022-09-27T16:42:43.8827779Z 2022-09-27T16:42:43.8828137Z ---------------------------------------------------------------------- 2022-09-27T16:42:43.8828411Z Ran 15 tests in 0.718s 2022-09-27T16:42:43.8828538Z 2022-09-27T16:42:43.8828615Z OK (skipped=6) 2022-09-27T16:42:43.8828724Z 2022-09-27T16:42:43.8828812Z Generating XML reports... 2022-09-27T16:42:43.8887292Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_no_ninja\TEST-TestCppExtensionAOT-20220927164243.xml 2022-09-27T16:42:43.8907286Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_no_ninja\TEST-TestORTTensor-20220927164243.xml 2022-09-27T16:42:43.8912836Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_no_ninja\TEST-TestRNGExtension-20220927164243.xml 2022-09-27T16:42:43.8918661Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_aot_no_ninja\TEST-TestTorchLibrary-20220927164243.xml 2022-09-27T16:42:44.1495184Z Running test_jit_disabled ... [2022-09-27 16:42:44.148756] 2022-09-27T16:42:44.1495645Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_disabled.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:42:44.148756] 2022-09-27T16:42:45.5027370Z 2022-09-27T16:42:45.5027707Z Running tests... 2022-09-27T16:42:45.5028040Z ---------------------------------------------------------------------- 2022-09-27T16:42:45.5028405Z Test results will be stored in test-reports\python-unittest\test_jit_disabled 2022-09-27T16:42:45.9239282Z test_attribute (__main__.TestJitDisabled) ... ok (0.430s) 2022-09-27T16:42:46.0177441Z test_recursive_script (__main__.TestJitDisabled) ... ok (0.088s) 2022-09-27T16:42:46.1121397Z test_script_module_construction (__main__.TestJitDisabled) ... ok (0.088s) 2022-09-27T16:42:46.1121627Z 2022-09-27T16:42:46.1121940Z ---------------------------------------------------------------------- 2022-09-27T16:42:46.1122197Z Ran 3 tests in 0.594s 2022-09-27T16:42:46.1122320Z 2022-09-27T16:42:46.1122380Z OK 2022-09-27T16:42:46.1122473Z 2022-09-27T16:42:46.1122564Z Generating XML reports... 2022-09-27T16:42:46.1173158Z Generated XML report: test-reports\python-unittest\test_jit_disabled\TEST-TestJitDisabled-20220927164245.xml 2022-09-27T16:42:46.3389933Z Running test_subclass ... [2022-09-27 16:42:46.328261] 2022-09-27T16:42:46.3390405Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_subclass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:42:46.328261] 2022-09-27T16:42:47.6935072Z 2022-09-27T16:42:47.6935393Z Running tests... 2022-09-27T16:42:47.6935727Z ---------------------------------------------------------------------- 2022-09-27T16:42:47.6936086Z Test results will be stored in test-reports\python-unittest\test_subclass 2022-09-27T16:42:48.0218694Z test_deepcopy_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.325s) 2022-09-27T16:42:48.0237754Z test_deepcopy_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.0270997Z test_deepcopy_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.016s) 2022-09-27T16:42:48.0300421Z test_deepcopy_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.0327903Z test_deepcopy_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.0354716Z test_deepcopy_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.0374580Z test_deepcopy_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.0393854Z test_deepcopy_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.0433746Z test_deepcopy_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.016s) 2022-09-27T16:42:48.0473161Z test_deepcopy_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.0490992Z test_lazy_module_base_tensor (__main__.TestSubclass) ... expected failure (0.000s) 2022-09-27T16:42:48.0509992Z test_lazy_module_diag_tensor_below (__main__.TestSubclass) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:42:48.0510566Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:42:48.0521329Z expected failure (0.000s) 2022-09-27T16:42:48.0544794Z test_lazy_module_logging_tensor (__main__.TestSubclass) ... expected failure (0.000s) 2022-09-27T16:42:48.0567250Z test_lazy_module_non_wrapper_tensor (__main__.TestSubclass) ... expected failure (0.016s) 2022-09-27T16:42:48.0591121Z test_lazy_module_sparse_tensor (__main__.TestSubclass) ... expected failure (0.000s) 2022-09-27T16:42:48.0624100Z test_module_optimization_base_tensor (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.0692496Z test_module_optimization_diag_tensor_below (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.0745318Z test_module_optimization_logging_tensor (__main__.TestSubclass) ... ok (0.016s) 2022-09-27T16:42:48.0781388Z test_module_optimization_non_wrapper_tensor (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.0865849Z test_module_optimization_sparse_tensor (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.0886984Z test_non_rewrapping_torch_dispatch_subclass_as_parameter_throws_for_detach (__main__.TestSubclass) ... ok (0.016s) 2022-09-27T16:42:48.0901236Z test_param_invariants_base_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.0914719Z test_param_invariants_base_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.0930200Z test_param_invariants_diag_tensor_below_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.0945457Z test_param_invariants_diag_tensor_below_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.0960147Z test_param_invariants_logging_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.0974802Z test_param_invariants_logging_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.0988851Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1002735Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1019129Z test_param_invariants_sparse_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1035356Z test_param_invariants_sparse_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1057187Z test_parametrization_base_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.016s) 2022-09-27T16:42:48.1078464Z test_parametrization_base_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1095554Z test_parametrization_diag_tensor_below_leave_parametrized_False (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1112505Z test_parametrization_diag_tensor_below_leave_parametrized_True (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1129305Z test_parametrization_logging_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1146219Z test_parametrization_logging_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1168447Z test_parametrization_non_wrapper_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1191385Z test_parametrization_non_wrapper_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1224205Z test_parametrization_sparse_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.016s) 2022-09-27T16:42:48.1257299Z test_parametrization_sparse_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1273253Z test_repr_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1288926Z test_repr_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1305540Z test_repr_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1323642Z test_repr_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1340226Z test_repr_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1357769Z test_repr_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.016s) 2022-09-27T16:42:48.1374053Z test_repr_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1390582Z test_repr_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1408102Z test_repr_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1427791Z test_repr_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1460061Z test_serialization_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1484564Z test_serialization_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1521606Z test_serialization_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.016s) 2022-09-27T16:42:48.1557827Z test_serialization_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1590354Z test_serialization_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1625018Z test_serialization_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1650919Z test_serialization_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1678148Z test_serialization_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.016s) 2022-09-27T16:42:48.1722075Z test_serialization_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1768751Z test_serialization_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1782075Z test_type_propagation_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1795329Z test_type_propagation_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1809347Z test_type_propagation_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1825175Z test_type_propagation_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.016s) 2022-09-27T16:42:48.1839161Z test_type_propagation_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-09-27T16:42:48.1853991Z test_type_propagation_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1867478Z test_type_propagation_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1881031Z test_type_propagation_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1895746Z test_type_propagation_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1912662Z test_type_propagation_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-09-27T16:42:48.1913029Z 2022-09-27T16:42:48.1913217Z ---------------------------------------------------------------------- 2022-09-27T16:42:48.1913479Z Ran 71 tests in 0.500s 2022-09-27T16:42:48.1913596Z 2022-09-27T16:42:48.1913686Z OK (expected failures=5) 2022-09-27T16:42:48.1913805Z 2022-09-27T16:42:48.1913893Z Generating XML reports... 2022-09-27T16:42:48.2023140Z Generated XML report: test-reports\python-unittest\test_subclass\TEST-TestSubclass-20220927164247.xml 2022-09-27T16:42:48.4263598Z Running test_model_dump ... [2022-09-27 16:42:48.419579] 2022-09-27T16:42:48.4264035Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_model_dump.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:42:48.419579] 2022-09-27T16:42:49.7749999Z 2022-09-27T16:42:49.7750543Z Running tests... 2022-09-27T16:42:49.7750861Z ---------------------------------------------------------------------- 2022-09-27T16:42:49.7751217Z Test results will be stored in test-reports\python-unittest\test_model_dump 2022-09-27T16:42:50.0996171Z test_inline_skeleton (__main__.TestModelDump) ... ok (0.325s) 2022-09-27T16:42:50.1178178Z test_invalid_json (__main__.TestModelDump) ... ok (0.016s) 2022-09-27T16:42:50.1194217Z test_main (__main__.TestModelDump) ... skip: Disabled on Windows. (0.000s) 2022-09-27T16:42:50.1215918Z test_memory_computation (__main__.TestModelDump) ... skip: Webdriver not requested (0.000s) 2022-09-27T16:42:50.1268171Z test_model_with_lists (__main__.TestModelDump) ... ok (0.016s) 2022-09-27T16:42:50.1274044Z test_optimized_quantized_model (__main__.TestModelDump) ... skip: QNNPACK not available (0.000s) 2022-09-27T16:42:50.1278198Z test_quantized_model (__main__.TestModelDump) ... skip: QNNPACK not available (0.000s) 2022-09-27T16:42:50.1405006Z test_scripted_model (__main__.TestModelDump) ... ok (0.016s) 2022-09-27T16:42:50.2126269Z test_traced_model (__main__.TestModelDump) ... ok (0.073s) 2022-09-27T16:42:50.2126574Z 2022-09-27T16:42:50.2126893Z ---------------------------------------------------------------------- 2022-09-27T16:42:50.2127161Z Ran 9 tests in 0.453s 2022-09-27T16:42:50.2127286Z 2022-09-27T16:42:50.2127364Z OK (skipped=4) 2022-09-27T16:42:50.2127662Z 2022-09-27T16:42:50.2127756Z Generating XML reports... 2022-09-27T16:42:50.2183691Z Generated XML report: test-reports\python-unittest\test_model_dump\TEST-TestModelDump-20220927164249.xml 2022-09-27T16:42:50.4511609Z Running test_pytree ... [2022-09-27 16:42:50.438825] 2022-09-27T16:42:50.4512069Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_pytree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:42:50.438825] 2022-09-27T16:42:51.7993850Z 2022-09-27T16:42:51.7994343Z Running tests... 2022-09-27T16:42:51.7994699Z ---------------------------------------------------------------------- 2022-09-27T16:42:51.7995237Z Test results will be stored in test-reports\python-unittest\test_pytree 2022-09-27T16:42:52.1262548Z test_broadcast_to_and_flatten (__main__.TestPytree) ... ok (0.327s) 2022-09-27T16:42:52.1303980Z test_flatten_unflatten_dict (__main__.TestPytree) ... ok (0.000s) 2022-09-27T16:42:52.1326912Z test_flatten_unflatten_leaf (__main__.TestPytree) ... ok (0.016s) 2022-09-27T16:42:52.1350489Z test_flatten_unflatten_list (__main__.TestPytree) ... ok (0.000s) 2022-09-27T16:42:52.1372548Z test_flatten_unflatten_namedtuple (__main__.TestPytree) ... ok (0.000s) 2022-09-27T16:42:52.1387478Z test_flatten_unflatten_nested (__main__.TestPytree) ... ok (0.000s) 2022-09-27T16:42:52.1408165Z test_flatten_unflatten_odict (__main__.TestPytree) ... ok (0.000s) 2022-09-27T16:42:52.1436903Z test_flatten_unflatten_return_type_max (__main__.TestPytree) ... ok (0.000s) 2022-09-27T16:42:52.1454017Z test_flatten_unflatten_return_type_min (__main__.TestPytree) ... ok (0.000s) 2022-09-27T16:42:52.1479170Z test_flatten_unflatten_tuple (__main__.TestPytree) ... ok (0.016s) 2022-09-27T16:42:52.1495954Z test_tree_all_any (__main__.TestPytree) ... ok (0.000s) 2022-09-27T16:42:52.1507685Z test_tree_only (__main__.TestPytree) ... ok (0.000s) 2022-09-27T16:42:52.1523508Z test_treemap (__main__.TestPytree) ... ok (0.000s) 2022-09-27T16:42:52.1536836Z test_treespec_equality (__main__.TestPytree) ... ok (0.000s) 2022-09-27T16:42:52.1547596Z test_treespec_repr (__main__.TestPytree) ... ok (0.000s) 2022-09-27T16:42:52.1547882Z 2022-09-27T16:42:52.1548505Z ---------------------------------------------------------------------- 2022-09-27T16:42:52.1548934Z Ran 15 tests in 0.344s 2022-09-27T16:42:52.1549116Z 2022-09-27T16:42:52.1549207Z OK 2022-09-27T16:42:52.1549349Z 2022-09-27T16:42:52.1549494Z Generating XML reports... 2022-09-27T16:42:52.1610851Z Generated XML report: test-reports\python-unittest\test_pytree\TEST-TestPytree-20220927164251.xml 2022-09-27T16:42:52.3810277Z Running test_monitor ... [2022-09-27 16:42:52.367378] 2022-09-27T16:42:52.3810731Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_monitor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:42:52.367378] 2022-09-27T16:42:53.7303510Z 2022-09-27T16:42:53.7303827Z Running tests... 2022-09-27T16:42:53.7304174Z ---------------------------------------------------------------------- 2022-09-27T16:42:53.7304530Z Test results will be stored in test-reports\python-unittest\test_monitor 2022-09-27T16:42:54.0550063Z test_event_handler (__main__.TestMonitor) ... ok (0.317s) 2022-09-27T16:42:54.0568135Z test_fixed_count_stat (__main__.TestMonitor) ... ok (0.000s) 2022-09-27T16:42:54.0727041Z test_interval_stat (__main__.TestMonitor) ... ok (0.031s) 2022-09-27T16:42:54.0739820Z test_log_event (__main__.TestMonitor) ... ok (0.000s) 2022-09-27T16:42:54.0760529Z test_event_handler (__main__.TestMonitorTensorboard) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-09-27T16:42:54.0760818Z 2022-09-27T16:42:54.0760997Z ---------------------------------------------------------------------- 2022-09-27T16:42:54.0761253Z Ran 5 tests in 0.359s 2022-09-27T16:42:54.0761368Z 2022-09-27T16:42:54.0761440Z OK (skipped=1) 2022-09-27T16:42:54.0761553Z 2022-09-27T16:42:54.0762328Z Generating XML reports... 2022-09-27T16:42:54.0810336Z Generated XML report: test-reports\python-unittest\test_monitor\TEST-TestMonitor-20220927164253.xml 2022-09-27T16:42:54.0816494Z Generated XML report: test-reports\python-unittest\test_monitor\TEST-TestMonitorTensorboard-20220927164253.xml 2022-09-27T16:42:54.2962305Z Running test_type_info ... [2022-09-27 16:42:54.294893] 2022-09-27T16:42:54.2962751Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_type_info.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:42:54.294893] 2022-09-27T16:42:55.6441665Z 2022-09-27T16:42:55.6442115Z Running tests... 2022-09-27T16:42:55.6442670Z Test results will be stored in test-reports\python-unittest\test_type_info 2022-09-27T16:42:55.6443011Z ---------------------------------------------------------------------- 2022-09-27T16:42:55.9741682Z test_finfo (__main__.TestDTypeInfo) ... ok (0.326s) 2022-09-27T16:42:55.9765262Z test_iinfo (__main__.TestDTypeInfo) ... ok (0.016s) 2022-09-27T16:42:55.9778608Z test_invalid_input (__main__.TestDTypeInfo) ... ok (0.000s) 2022-09-27T16:42:55.9778891Z 2022-09-27T16:42:55.9779073Z ---------------------------------------------------------------------- 2022-09-27T16:42:55.9779334Z Ran 3 tests in 0.328s 2022-09-27T16:42:55.9779449Z 2022-09-27T16:42:55.9779509Z OK 2022-09-27T16:42:55.9779602Z 2022-09-27T16:42:55.9779692Z Generating XML reports... 2022-09-27T16:42:55.9826962Z Generated XML report: test-reports\python-unittest\test_type_info\TEST-TestDTypeInfo-20220927164255.xml 2022-09-27T16:42:56.1959141Z Running test_per_overload_api ... [2022-09-27 16:42:56.190806] 2022-09-27T16:42:56.1959654Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_per_overload_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:42:56.190806] 2022-09-27T16:42:57.5439473Z 2022-09-27T16:42:57.5439789Z Running tests... 2022-09-27T16:42:57.5440136Z ---------------------------------------------------------------------- 2022-09-27T16:42:57.5440505Z Test results will be stored in test-reports\python-unittest\test_per_overload_api 2022-09-27T16:42:57.8716323Z test_basics_opoverload (__main__.TestPerOverloadAPI) ... ok (0.329s) 2022-09-27T16:42:57.8737653Z test_basics_opoverloadpacket (__main__.TestPerOverloadAPI) ... ok (0.000s) 2022-09-27T16:42:57.8757296Z test_decompose (__main__.TestPerOverloadAPI) ... ok (0.000s) 2022-09-27T16:42:57.8757810Z 2022-09-27T16:42:57.8758021Z ---------------------------------------------------------------------- 2022-09-27T16:42:57.8758280Z Ran 3 tests in 0.328s 2022-09-27T16:42:57.8758410Z 2022-09-27T16:42:57.8758470Z OK 2022-09-27T16:42:57.8758560Z 2022-09-27T16:42:57.8758650Z Generating XML reports... 2022-09-27T16:42:57.8806545Z Generated XML report: test-reports\python-unittest\test_per_overload_api\TEST-TestPerOverloadAPI-20220927164257.xml 2022-09-27T16:42:58.0923083Z Running benchmark_utils/test_benchmark_utils ... [2022-09-27 16:42:58.090355] 2022-09-27T16:42:58.0923610Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'benchmark_utils/test_benchmark_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:42:58.090355] 2022-09-27T16:42:59.6604891Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-09-27T16:42:59.7599139Z 2022-09-27T16:42:59.7599559Z Running tests... 2022-09-27T16:42:59.7599886Z ---------------------------------------------------------------------- 2022-09-27T16:42:59.7600282Z Test results will be stored in test-reports\python-unittest\benchmark_utils\test_benchmark_utils 2022-09-27T16:43:00.1331222Z test_adaptive_timer (__main__.TestBenchmarkUtils) ... ok (0.365s) 2022-09-27T16:43:00.1351154Z test_collect_callgrind (__main__.TestBenchmarkUtils) ... skip: Valgrind is not supported on Windows. (0.000s) 2022-09-27T16:43:00.1364373Z test_collect_cpp_callgrind (__main__.TestBenchmarkUtils) ... skip: Valgrind is not supported on Windows. (0.000s) 2022-09-27T16:43:00.2682117Z test_compare (__main__.TestBenchmarkUtils) ... ok (0.127s) 2022-09-27T16:43:00.2689255Z test_cpp_timer (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.000s) 2022-09-27T16:43:00.2699304Z test_fuzzer (__main__.TestBenchmarkUtils) ... skip: Random seed only accepts int32 (0.000s) 2022-09-27T16:43:00.3178602Z test_manipulate_callgrind_stats (__main__.TestBenchmarkUtils) ... ok (0.050s) 2022-09-27T16:43:00.3550946Z test_timer (__main__.TestBenchmarkUtils) ... ok (0.031s) 2022-09-27T16:43:00.3556845Z test_timer_tiny_fast_snippet (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.000s) 2022-09-27T16:43:00.3557327Z 2022-09-27T16:43:00.3557528Z ---------------------------------------------------------------------- 2022-09-27T16:43:00.3557856Z Ran 9 tests in 0.594s 2022-09-27T16:43:00.3558008Z 2022-09-27T16:43:00.3558106Z OK (skipped=5) 2022-09-27T16:43:00.3558250Z 2022-09-27T16:43:00.3558358Z Generating XML reports... 2022-09-27T16:43:00.3618762Z Generated XML report: test-reports\python-unittest\benchmark_utils\test_benchmark_utils\TEST-TestBenchmarkUtils-20220927164259.xml 2022-09-27T16:43:00.6163452Z Running distributions/test_distributions ... [2022-09-27 16:43:00.601165] 2022-09-27T16:43:00.6163944Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'distributions/test_distributions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:43:00.601165] 2022-09-27T16:43:02.6411930Z 2022-09-27T16:43:02.6412358Z Running tests... 2022-09-27T16:43:02.6412850Z ---------------------------------------------------------------------- 2022-09-27T16:43:02.6413472Z Test results will be stored in test-reports\python-unittest\distributions\test_distributions 2022-09-27T16:43:02.6874720Z test_cdf (__main__.TestAgainstScipy) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:43:02.6875192Z warnings.warn("Singular sample detected.") 2022-09-27T16:43:02.6882216Z ok (0.057s) 2022-09-27T16:43:02.7141805Z test_icdf (__main__.TestAgainstScipy) ... ok (0.016s) 2022-09-27T16:43:03.9344439Z test_mean (__main__.TestAgainstScipy) ... ok (1.227s) 2022-09-27T16:43:03.9650468Z test_variance_stddev (__main__.TestAgainstScipy) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\utils\tensor_numpy.cpp:205.) 2022-09-27T16:43:03.9651899Z return torch.as_tensor(tensor_like) 2022-09-27T16:43:03.9728492Z ok (0.041s) 2022-09-27T16:43:04.0286796Z test_params_constraints (__main__.TestConstraints) ... ok (0.057s) 2022-09-27T16:43:04.1037887Z test_support_constraints (__main__.TestConstraints) ... ok (0.077s) 2022-09-27T16:43:04.1064646Z test_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.1092729Z test_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.1119886Z test_beta_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.1151367Z test_beta_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.1175332Z test_binomial_shape (__main__.TestDistributionShapes) ... ok (0.016s) 2022-09-27T16:43:04.1201286Z test_binomial_shape_vectorized_n (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.1245696Z test_categorical_shape (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.1268839Z test_cauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.1293614Z test_cauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.1317498Z test_chi2_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.1341473Z test_chi2_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.016s) 2022-09-27T16:43:04.1371157Z test_continuous_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.1405799Z test_continuous_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.1435297Z test_dirichlet_shape (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.1675745Z test_entropy_shape (__main__.TestDistributionShapes) ... ok (0.031s) 2022-09-27T16:43:04.1697746Z test_exponential_shape_scalar_param (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.1721044Z test_exponential_shape_tensor_param (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.1744631Z test_gamma_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.1768494Z test_gamma_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.1793428Z test_geometric_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.1823209Z test_geometric_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.016s) 2022-09-27T16:43:04.1847259Z test_gumbel_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.1871845Z test_halfcauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.1898066Z test_halfcauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.1926011Z test_kumaraswamy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.010s) 2022-09-27T16:43:04.1949467Z test_laplace_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.1975703Z test_laplace_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.2005500Z test_mixture_same_family_shape (__main__.TestDistributionShapes) ... ok (0.010s) 2022-09-27T16:43:04.2037903Z test_multinomial_shape (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.2060812Z test_normal_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.2086104Z test_normal_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.2145105Z test_one_hot_categorical_shape (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.2169790Z test_pareto_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.016s) 2022-09-27T16:43:04.2195321Z test_studentT_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.2222552Z test_studentT_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.2245420Z test_uniform_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.2270324Z test_uniform_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.2301181Z test_vonmises_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.2333844Z test_vonmises_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.016s) 2022-09-27T16:43:04.2359389Z test_weibull_scale_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.2395765Z test_wishart_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.2441429Z test_wishart_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-09-27T16:43:04.2684297Z test_argmax_relaxed_categorical (__main__.TestDistributions) ... ok (0.031s) 2022-09-27T16:43:04.2775805Z test_bernoulli (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:04.2796502Z test_bernoulli_3d (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:04.2820286Z test_bernoulli_enumerate_support (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:04.3472041Z test_beta_log_prob (__main__.TestDistributions) ... ok (0.057s) 2022-09-27T16:43:04.6591767Z test_beta_sample (__main__.TestDistributions) ... ok (0.323s) 2022-09-27T16:43:04.6626940Z test_beta_shape (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:04.6922661Z test_beta_underflow (__main__.TestDistributions) ... ok (0.032s) 2022-09-27T16:43:04.6932735Z test_beta_underflow_gpu (__main__.TestDistributions) ... skip: CUDA not found (0.000s) 2022-09-27T16:43:04.7186684Z test_binomial (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:04.7215424Z test_binomial_enumerate_support (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:04.7256062Z test_binomial_extreme_vals (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:04.7885985Z test_binomial_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.063s) 2022-09-27T16:43:04.7930249Z test_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:04.8438201Z test_binomial_sample (__main__.TestDistributions) ... ok (0.048s) 2022-09-27T16:43:04.8464877Z test_binomial_stable (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:04.9130161Z test_binomial_vectorized_count (__main__.TestDistributions) ... ok (0.079s) 2022-09-27T16:43:04.9185262Z test_categorical_1d (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:04.9278996Z test_categorical_2d (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:04.9297481Z test_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:04.9438711Z test_cauchy (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:05.1534690Z test_cdf_icdf_inverse (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:43:05.1535386Z warnings.warn("Singular sample detected.") 2022-09-27T16:43:05.1696516Z ok (0.221s) 2022-09-27T16:43:05.2559608Z test_cdf_log_prob (__main__.TestDistributions) ... ok (0.080s) 2022-09-27T16:43:05.3572468Z test_chi2_sample (__main__.TestDistributions) ... ok (0.112s) 2022-09-27T16:43:05.3628427Z test_chi2_shape (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:05.3784738Z test_continuous_bernoulli (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:05.3811388Z test_continuous_bernoulli_3d (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:05.3842819Z test_dirichlet_log_prob (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:05.3869466Z test_dirichlet_mode (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:05.4258518Z test_dirichlet_sample (__main__.TestDistributions) ... ok (0.048s) 2022-09-27T16:43:05.4281105Z test_dirichlet_shape (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:05.8949611Z test_distribution_expand (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:43:05.8950343Z warnings.warn("Singular sample detected.") 2022-09-27T16:43:06.0277759Z ok (0.603s) 2022-09-27T16:43:06.1799750Z test_distribution_subclass_expand (__main__.TestDistributions) ... ok (0.141s) 2022-09-27T16:43:06.2084982Z test_enumerate_support_type (__main__.TestDistributions) ... ok (0.032s) 2022-09-27T16:43:06.2186506Z test_exponential (__main__.TestDistributions) ... ok (0.021s) 2022-09-27T16:43:06.3169749Z test_exponential_sample (__main__.TestDistributions) ... ok (0.093s) 2022-09-27T16:43:06.3240878Z test_fishersnedecor (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:07.1804404Z test_fishersnedecor_sample (__main__.TestDistributions) ... ok (0.865s) 2022-09-27T16:43:07.1813761Z test_gamma_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.000s) 2022-09-27T16:43:07.1832704Z test_gamma_gpu_shape (__main__.TestDistributions) ... skip: CUDA not found (0.000s) 2022-09-27T16:43:07.1878861Z test_gamma_log_prob_at_boundary (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:07.4810843Z test_gamma_sample (__main__.TestDistributions) ... ok (0.302s) 2022-09-27T16:43:07.4868151Z test_gamma_shape (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:07.4941032Z test_geometric (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:07.5069593Z test_geometric_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:07.5138411Z test_geometric_sample (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:07.5201114Z test_gumbel (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:08.0932267Z test_gumbel_sample (__main__.TestDistributions) ... ok (0.570s) 2022-09-27T16:43:08.1039668Z test_halfcauchy (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:08.1145674Z test_halfnormal (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:08.1211753Z test_halfnormal_logprob (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:08.2174535Z test_halfnormal_sample (__main__.TestDistributions) ... ok (0.095s) 2022-09-27T16:43:08.2187539Z test_has_examples (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:08.8255883Z test_independent_expand (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:43:08.8256623Z warnings.warn("Singular sample detected.") 2022-09-27T16:43:08.9362212Z ok (0.728s) 2022-09-27T16:43:09.2257484Z test_independent_shape (__main__.TestDistributions) ... ok (0.279s) 2022-09-27T16:43:09.8441235Z test_invalid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.629s) 2022-09-27T16:43:09.8735501Z test_kumaraswamy_mean_variance (__main__.TestDistributions) ... ok (0.031s) 2022-09-27T16:43:09.8773269Z test_kumaraswamy_shape (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:09.8980117Z test_laplace (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:10.1880710Z test_laplace_sample (__main__.TestDistributions) ... ok (0.285s) 2022-09-27T16:43:10.1910270Z test_lazy_property_grad (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:10.2040559Z test_lkj_cholesky_log_prob (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:10.2285750Z test_logisticnormal (__main__.TestDistributions) ... ok (0.031s) 2022-09-27T16:43:10.2306686Z test_logisticnormal_logprob (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:10.5555039Z test_logisticnormal_sample (__main__.TestDistributions) ... ok (0.322s) 2022-09-27T16:43:10.5746113Z test_lognormal (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:10.5818716Z test_lognormal_logprob (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:10.8704204Z test_lognormal_sample (__main__.TestDistributions) ... ok (0.285s) 2022-09-27T16:43:10.8787115Z test_lowrank_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:10.9081186Z test_lowrank_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:10.9119896Z test_lowrank_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:10.9523757Z test_lowrank_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.031s) 2022-09-27T16:43:11.0005752Z test_lowrank_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.048s) 2022-09-27T16:43:11.0088058Z test_mixture_same_family_log_prob (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:11.0581923Z test_mixture_same_family_sample (__main__.TestDistributions) ... ok (0.047s) 2022-09-27T16:43:11.0669571Z test_mixture_same_family_shape (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:11.1717650Z test_mode (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:43:11.1718305Z warnings.warn("Singular sample detected.") 2022-09-27T16:43:11.1835321Z ok (0.111s) 2022-09-27T16:43:11.1956751Z test_multinomial_1d (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:11.2005910Z test_multinomial_1d_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:11.2140030Z test_multinomial_2d (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:11.2222773Z test_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:11.2434574Z test_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.031s) 2022-09-27T16:43:11.2460051Z test_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:11.3509383Z test_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.096s) 2022-09-27T16:43:11.4224809Z test_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.079s) 2022-09-27T16:43:11.4241026Z test_multivariate_normal_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:11.4440316Z test_negative_binomial (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:11.5008317Z test_negative_binomial_log_prob (__main__.TestDistributions) ... ok (0.064s) 2022-09-27T16:43:11.5050766Z test_negative_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:11.5249956Z test_normal (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:11.8142131Z test_normal_sample (__main__.TestDistributions) ... ok (0.300s) 2022-09-27T16:43:11.8214413Z test_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:11.8294113Z test_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:11.8319495Z test_one_hot_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:11.8383958Z test_pareto (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:12.1274700Z test_pareto_sample (__main__.TestDistributions) ... ok (0.284s) 2022-09-27T16:43:12.1287328Z test_poisson_forward_ad (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:12.1294590Z test_poisson_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.000s) 2022-09-27T16:43:12.1377601Z test_poisson_log_prob (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_deprecated.py:35: FutureWarning: torch.testing.assert_allclose() is deprecated since 1.12 and will be removed in 1.14. Use torch.testing.assert_close() instead. For detailed upgrade instructions see https://github.com/pytorch/pytorch/issues/61844. 2022-09-27T16:43:12.1378230Z warnings.warn(msg, FutureWarning) 2022-09-27T16:43:12.1378432Z ok (0.000s) 2022-09-27T16:43:12.1446036Z test_poisson_sample (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:12.1468739Z test_poisson_shape (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:12.1634613Z test_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:12.1730620Z test_relaxed_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:12.1890307Z test_relaxed_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:12.2091118Z test_repr (__main__.TestDistributions) ... ok (0.032s) 2022-09-27T16:43:12.2312819Z test_rounded_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:12.2455607Z test_rsample_requires_grad (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:43:12.2456347Z warnings.warn("Singular sample detected.") 2022-09-27T16:43:12.2498859Z ok (0.016s) 2022-09-27T16:43:12.2698698Z test_sample_detached (__main__.TestDistributions) ... ok (0.031s) 2022-09-27T16:43:12.2770520Z test_studentT (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:12.3737939Z test_studentT_log_prob (__main__.TestDistributions) ... ok (0.095s) 2022-09-27T16:43:13.6177938Z test_studentT_sample (__main__.TestDistributions) ... ok (1.252s) 2022-09-27T16:43:13.6431992Z test_support_attributes (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:13.6567124Z test_uniform (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:13.6882348Z test_valid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.032s) 2022-09-27T16:43:13.6996006Z test_vonmises_logprob (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:20.8740993Z test_vonmises_sample (__main__.TestDistributions) ... ok (7.178s) 2022-09-27T16:43:20.8814116Z test_wishart_log_prob (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:43:20.8814783Z warnings.warn("Singular sample detected.") 2022-09-27T16:43:20.9554061Z ok (0.068s) 2022-09-27T16:43:20.9574211Z test_wishart_moments (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:104: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-09-27T16:43:20.9575107Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-09-27T16:43:22.3897125Z ok (1.434s) 2022-09-27T16:43:22.3943500Z test_wishart_properties (__main__.TestDistributions) ... ok (0.016s) 2022-09-27T16:43:22.7050491Z test_wishart_sample (__main__.TestDistributions) ... ok (0.302s) 2022-09-27T16:43:22.7543844Z test_wishart_shape (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:43:22.7544531Z warnings.warn("Singular sample detected.") 2022-09-27T16:43:22.7700804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:43:22.7701382Z warnings.warn("Singular sample detected.") 2022-09-27T16:43:22.7855560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:43:22.7856162Z warnings.warn("Singular sample detected.") 2022-09-27T16:43:22.7999450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:43:22.8000045Z warnings.warn("Singular sample detected.") 2022-09-27T16:43:22.8167056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:43:22.8167635Z warnings.warn("Singular sample detected.") 2022-09-27T16:43:22.8286050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:43:22.8286616Z warnings.warn("Singular sample detected.") 2022-09-27T16:43:22.8415552Z ok (0.143s) 2022-09-27T16:43:22.8437133Z test_wishart_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.000s) 2022-09-27T16:43:22.8450171Z test_zero_excluded_binomial (__main__.TestDistributions) ... skip: CUDA not found (0.000s) 2022-09-27T16:43:22.8470644Z test_cat_event_dim (__main__.TestFunctors) ... ok (0.000s) 2022-09-27T16:43:22.8517028Z test_cat_transform (__main__.TestFunctors) ... ok (0.000s) 2022-09-27T16:43:22.8563718Z test_cat_transform_non_uniform (__main__.TestFunctors) ... ok (0.016s) 2022-09-27T16:43:22.8606596Z test_stack_transform (__main__.TestFunctors) ... ok (0.000s) 2022-09-27T16:43:23.5637061Z test_cdf (__main__.TestJit) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:250: UserWarning: Singular sample detected. 2022-09-27T16:43:23.5637717Z warnings.warn("Singular sample detected.") 2022-09-27T16:43:23.6876913Z ok (0.824s) 2022-09-27T16:43:24.4997606Z test_entropy (__main__.TestJit) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:104: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-09-27T16:43:24.4998778Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-09-27T16:43:24.6270869Z ok (0.949s) 2022-09-27T16:43:24.9480916Z test_enumerate_support (__main__.TestJit) ... ok (0.316s) 2022-09-27T16:43:26.6935133Z test_log_prob (__main__.TestJit) ... ok (1.742s) 2022-09-27T16:43:27.5547131Z test_mean (__main__.TestJit) ... ok (0.857s) 2022-09-27T16:43:27.5607010Z test_rsample (__main__.TestJit) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool1d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5607938Z warnings.warn( 2022-09-27T16:43:27.5608909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool2d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5609753Z warnings.warn( 2022-09-27T16:43:27.5610693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool3d' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5611536Z warnings.warn( 2022-09-27T16:43:27.5612414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::expand' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5613340Z warnings.warn( 2022-09-27T16:43:27.5614204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::expand_as' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5615019Z warnings.warn( 2022-09-27T16:43:27.5615816Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5616457Z warnings.warn( 2022-09-27T16:43:27.5617194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5617932Z warnings.warn( 2022-09-27T16:43:27.5618942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5619616Z warnings.warn( 2022-09-27T16:43:27.5620377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5621151Z warnings.warn( 2022-09-27T16:43:27.5621869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::meshgrid' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5622543Z warnings.warn( 2022-09-27T16:43:27.5623224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::min' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5623739Z warnings.warn( 2022-09-27T16:43:27.5624301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::scan' already registered for opset 7. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5624826Z warnings.warn( 2022-09-27T16:43:27.5625399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5625927Z warnings.warn( 2022-09-27T16:43:27.5626502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_to_type' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5627021Z warnings.warn( 2022-09-27T16:43:27.5627593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_comparison_operator' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5628126Z warnings.warn( 2022-09-27T16:43:27.5628720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_constant_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5629298Z warnings.warn( 2022-09-27T16:43:27.5629936Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5630657Z warnings.warn( 2022-09-27T16:43:27.5631502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_try_cast_integer_to_float' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5632269Z warnings.warn( 2022-09-27T16:43:27.5633072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::addmm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5633872Z warnings.warn( 2022-09-27T16:43:27.5634684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::all' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5635323Z warnings.warn( 2022-09-27T16:43:27.5636061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::any' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5636700Z warnings.warn( 2022-09-27T16:43:27.5637459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5638105Z warnings.warn( 2022-09-27T16:43:27.5638682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::bmm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5639353Z warnings.warn( 2022-09-27T16:43:27.5640033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::empty' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5640706Z warnings.warn( 2022-09-27T16:43:27.5641415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::empty_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5641987Z warnings.warn( 2022-09-27T16:43:27.5642645Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::erf' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5643290Z warnings.warn( 2022-09-27T16:43:27.5644040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5644683Z warnings.warn( 2022-09-27T16:43:27.5645460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::full' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5646118Z warnings.warn( 2022-09-27T16:43:27.5646933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::full_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5647591Z warnings.warn( 2022-09-27T16:43:27.5648385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5649046Z warnings.warn( 2022-09-27T16:43:27.5649751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::gt' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5650408Z warnings.warn( 2022-09-27T16:43:27.5651148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5651791Z warnings.warn( 2022-09-27T16:43:27.5652536Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5653193Z warnings.warn( 2022-09-27T16:43:27.5653944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::isnan' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5654608Z warnings.warn( 2022-09-27T16:43:27.5655444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::lt' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5656113Z warnings.warn( 2022-09-27T16:43:27.5656911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::masked_fill' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5657653Z warnings.warn( 2022-09-27T16:43:27.5658455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::matmul' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5659194Z warnings.warn( 2022-09-27T16:43:27.5660077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5660808Z warnings.warn( 2022-09-27T16:43:27.5661611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::nonzero' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5662360Z warnings.warn( 2022-09-27T16:43:27.5663131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::ones' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5663934Z warnings.warn( 2022-09-27T16:43:27.5664730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::ones_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5665465Z warnings.warn( 2022-09-27T16:43:27.5666265Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::prelu' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5667007Z warnings.warn( 2022-09-27T16:43:27.5667797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::repeat' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5668522Z warnings.warn( 2022-09-27T16:43:27.5669349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5670100Z warnings.warn( 2022-09-27T16:43:27.5670911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5671672Z warnings.warn( 2022-09-27T16:43:27.5672482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5673215Z warnings.warn( 2022-09-27T16:43:27.5674018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sign' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5674746Z warnings.warn( 2022-09-27T16:43:27.5675637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5676397Z warnings.warn( 2022-09-27T16:43:27.5677214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5677947Z warnings.warn( 2022-09-27T16:43:27.5678777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5680330Z warnings.warn( 2022-09-27T16:43:27.5681172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5681929Z warnings.warn( 2022-09-27T16:43:27.5682737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5683494Z warnings.warn( 2022-09-27T16:43:27.5684320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5685078Z warnings.warn( 2022-09-27T16:43:27.5685886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5686621Z warnings.warn( 2022-09-27T16:43:27.5687411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::zeros' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5688155Z warnings.warn( 2022-09-27T16:43:27.5688969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::zeros_like' already registered for opset 8. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5689699Z warnings.warn( 2022-09-27T16:43:27.5690524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'onnx::Placeholder' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5691274Z warnings.warn( 2022-09-27T16:43:27.5692070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::Constant' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5692878Z warnings.warn( 2022-09-27T16:43:27.5693704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::ConstantChunk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5694350Z warnings.warn( 2022-09-27T16:43:27.5694933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::ConstantSplit' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5695595Z warnings.warn( 2022-09-27T16:43:27.5696213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::If' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5696873Z warnings.warn( 2022-09-27T16:43:27.5697620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::ListConstruct' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5698267Z warnings.warn( 2022-09-27T16:43:27.5699026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::ListUnpack' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5699708Z warnings.warn( 2022-09-27T16:43:27.5700443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::Loop' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5701107Z warnings.warn( 2022-09-27T16:43:27.5701817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::TupleConstruct' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5702512Z warnings.warn( 2022-09-27T16:43:27.5703270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::Uninitialized' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5703987Z warnings.warn( 2022-09-27T16:43:27.5704717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::data' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5705388Z warnings.warn( 2022-09-27T16:43:27.5706148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::device' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5706679Z warnings.warn( 2022-09-27T16:43:27.5707302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::dtype' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5707823Z warnings.warn( 2022-09-27T16:43:27.5708387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::layout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5709002Z warnings.warn( 2022-09-27T16:43:27.5709692Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5710409Z warnings.warn( 2022-09-27T16:43:27.5710964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5711727Z warnings.warn( 2022-09-27T16:43:27.5712462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::shape' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5713129Z warnings.warn( 2022-09-27T16:43:27.5713848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::tolist' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5714483Z warnings.warn( 2022-09-27T16:43:27.5715217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::unchecked_cast' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5715879Z warnings.warn( 2022-09-27T16:43:27.5716627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__and_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5717303Z warnings.warn( 2022-09-27T16:43:27.5717900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__derive_index' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5718573Z warnings.warn( 2022-09-27T16:43:27.5719289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__getitem_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5719944Z warnings.warn( 2022-09-27T16:43:27.5720667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5721204Z warnings.warn( 2022-09-27T16:43:27.5721775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__is_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5722478Z warnings.warn( 2022-09-27T16:43:27.5723191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__isnot_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5723867Z warnings.warn( 2022-09-27T16:43:27.5724575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__lshift_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5725175Z warnings.warn( 2022-09-27T16:43:27.5725850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__not_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5726524Z warnings.warn( 2022-09-27T16:43:27.5727230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__or_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5727862Z warnings.warn( 2022-09-27T16:43:27.5728547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__range_length' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5729207Z warnings.warn( 2022-09-27T16:43:27.5729926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__rshift_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5730587Z warnings.warn( 2022-09-27T16:43:27.5731174Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__xor_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5731686Z warnings.warn( 2022-09-27T16:43:27.5732256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_adaptive_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5732778Z warnings.warn( 2022-09-27T16:43:27.5734027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::all' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5734688Z warnings.warn( 2022-09-27T16:43:27.5735490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::any' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5736178Z warnings.warn( 2022-09-27T16:43:27.5736893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5737625Z warnings.warn( 2022-09-27T16:43:27.5738328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_BFloat16' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5739000Z warnings.warn( 2022-09-27T16:43:27.5739732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Bool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5740390Z warnings.warn( 2022-09-27T16:43:27.5741160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Byte' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5741836Z warnings.warn( 2022-09-27T16:43:27.5742559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Char' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5743254Z warnings.warn( 2022-09-27T16:43:27.5743996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_ComplexDouble' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5744653Z warnings.warn( 2022-09-27T16:43:27.5745382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_ComplexFloat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5745999Z warnings.warn( 2022-09-27T16:43:27.5746574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Double' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5747105Z warnings.warn( 2022-09-27T16:43:27.5747736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Float' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5748257Z warnings.warn( 2022-09-27T16:43:27.5748945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Half' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5749582Z warnings.warn( 2022-09-27T16:43:27.5750268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Int' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5751005Z warnings.warn( 2022-09-27T16:43:27.5751755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Long' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5752423Z warnings.warn( 2022-09-27T16:43:27.5753094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_Short' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5753768Z warnings.warn( 2022-09-27T16:43:27.5754440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_cast_func_template' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5755029Z warnings.warn( 2022-09-27T16:43:27.5755775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_convert_padding_node' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5756471Z warnings.warn( 2022-09-27T16:43:27.5757133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_convolution' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5757794Z warnings.warn( 2022-09-27T16:43:27.5758493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_dim_arange' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5759139Z warnings.warn( 2022-09-27T16:43:27.5759888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_div_rounding_mode' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5760546Z warnings.warn( 2022-09-27T16:43:27.5761351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_floor_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5762034Z warnings.warn( 2022-09-27T16:43:27.5762773Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_generic_rnn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5763423Z warnings.warn( 2022-09-27T16:43:27.5764161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5764923Z warnings.warn( 2022-09-27T16:43:27.5765685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_kl_div_log_target_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5766369Z warnings.warn( 2022-09-27T16:43:27.5767103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_kl_div_non_log_target_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5767804Z warnings.warn( 2022-09-27T16:43:27.5768532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_layer_norm_returns_normalized_input_mean_rstd' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5769220Z warnings.warn( 2022-09-27T16:43:27.5770210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::len' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5770785Z warnings.warn( 2022-09-27T16:43:27.5771424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::list' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5772093Z warnings.warn( 2022-09-27T16:43:27.5772804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_log_softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5773494Z warnings.warn( 2022-09-27T16:43:27.5774127Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_lstm_full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5774821Z warnings.warn( 2022-09-27T16:43:27.5775666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_lstm_packed' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5776200Z warnings.warn( 2022-09-27T16:43:27.5776771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_max_pool' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5777395Z warnings.warn( 2022-09-27T16:43:27.5778044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_maybe_cast_reduce_op_input' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5778737Z warnings.warn( 2022-09-27T16:43:27.5779446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_one_hidden_rnn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5780132Z warnings.warn( 2022-09-27T16:43:27.5780880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_pack_padded_sequence' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5781562Z warnings.warn( 2022-09-27T16:43:27.5782313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_pad_circular' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5782910Z warnings.warn( 2022-09-27T16:43:27.5783497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_pad_packed_sequence' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5784109Z warnings.warn( 2022-09-27T16:43:27.5784851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_prepare_onnx_paddings' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5785456Z warnings.warn( 2022-09-27T16:43:27.5786036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_reduce_op_symbolic' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5786660Z warnings.warn( 2022-09-27T16:43:27.5787280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_reduce_with_dtype' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5787883Z warnings.warn( 2022-09-27T16:43:27.5788529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_reshape_from_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5789065Z warnings.warn( 2022-09-27T16:43:27.5789645Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_sample_dirichlet' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5790175Z warnings.warn( 2022-09-27T16:43:27.5790746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_shape_as_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5791325Z warnings.warn( 2022-09-27T16:43:27.5791881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_slice' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5792401Z warnings.warn( 2022-09-27T16:43:27.5792975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_standard_gamma' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5793504Z warnings.warn( 2022-09-27T16:43:27.5794073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_trunc_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5794597Z warnings.warn( 2022-09-27T16:43:27.5795163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_unique' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5795681Z warnings.warn( 2022-09-27T16:43:27.5796250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_unique2' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5796768Z warnings.warn( 2022-09-27T16:43:27.5797349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_unsupported_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5797869Z warnings.warn( 2022-09-27T16:43:27.5798433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_var_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5798956Z warnings.warn( 2022-09-27T16:43:27.5799569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_weight_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5800089Z warnings.warn( 2022-09-27T16:43:27.5800651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::abs' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5801161Z warnings.warn( 2022-09-27T16:43:27.5801721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::acos' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5802279Z warnings.warn( 2022-09-27T16:43:27.5802858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5803388Z warnings.warn( 2022-09-27T16:43:27.5803944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5804479Z warnings.warn( 2022-09-27T16:43:27.5805048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_avg_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5805583Z warnings.warn( 2022-09-27T16:43:27.5806150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5806673Z warnings.warn( 2022-09-27T16:43:27.5807235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5807761Z warnings.warn( 2022-09-27T16:43:27.5808321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::adaptive_max_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5808837Z warnings.warn( 2022-09-27T16:43:27.5809387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5809903Z warnings.warn( 2022-09-27T16:43:27.5810450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::addcmul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5811002Z warnings.warn( 2022-09-27T16:43:27.5811569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::addmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5812079Z warnings.warn( 2022-09-27T16:43:27.5812635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::alias' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5813191Z warnings.warn( 2022-09-27T16:43:27.5813761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::alpha_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5814284Z warnings.warn( 2022-09-27T16:43:27.5814861Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::alpha_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5815472Z warnings.warn( 2022-09-27T16:43:27.5816027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::amax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5816540Z warnings.warn( 2022-09-27T16:43:27.5817097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::amin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5817618Z warnings.warn( 2022-09-27T16:43:27.5818179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::aminmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5818704Z warnings.warn( 2022-09-27T16:43:27.5819275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5819797Z warnings.warn( 2022-09-27T16:43:27.5820358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::argmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5820863Z warnings.warn( 2022-09-27T16:43:27.5821417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::argmin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5821909Z warnings.warn( 2022-09-27T16:43:27.5822525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::as_strided' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5823053Z warnings.warn( 2022-09-27T16:43:27.5823631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::as_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5824207Z warnings.warn( 2022-09-27T16:43:27.5824784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::asin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5825309Z warnings.warn( 2022-09-27T16:43:27.5825871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::atan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5826399Z warnings.warn( 2022-09-27T16:43:27.5838324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5839042Z warnings.warn( 2022-09-27T16:43:27.5839652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5840178Z warnings.warn( 2022-09-27T16:43:27.5840760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5841295Z warnings.warn( 2022-09-27T16:43:27.5841867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::baddbmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5842388Z warnings.warn( 2022-09-27T16:43:27.5842955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::batch_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5843478Z warnings.warn( 2022-09-27T16:43:27.5844046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::bernoulli' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5844563Z warnings.warn( 2022-09-27T16:43:27.5845261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::bitwise_not' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5845786Z warnings.warn( 2022-09-27T16:43:27.5846340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::bmm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5846911Z warnings.warn( 2022-09-27T16:43:27.5847492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::broadcast_tensors' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5848023Z warnings.warn( 2022-09-27T16:43:27.5848592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::bucketize' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5849112Z warnings.warn( 2022-09-27T16:43:27.5849668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5850189Z warnings.warn( 2022-09-27T16:43:27.5850749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cdist' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5851259Z warnings.warn( 2022-09-27T16:43:27.5851830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::ceil' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5852332Z warnings.warn( 2022-09-27T16:43:27.5852899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::clamp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5853411Z warnings.warn( 2022-09-27T16:43:27.5853976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::clamp_max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5854505Z warnings.warn( 2022-09-27T16:43:27.5855070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::clamp_min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5855700Z warnings.warn( 2022-09-27T16:43:27.5856309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::clone' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5856833Z warnings.warn( 2022-09-27T16:43:27.5857413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::constant_pad_nd' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5857943Z warnings.warn( 2022-09-27T16:43:27.5858503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::contiguous' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5859064Z warnings.warn( 2022-09-27T16:43:27.5859631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::conv1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5860150Z warnings.warn( 2022-09-27T16:43:27.5860710Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::conv2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5861220Z warnings.warn( 2022-09-27T16:43:27.5861773Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::conv3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5862269Z warnings.warn( 2022-09-27T16:43:27.5862837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::conv_tbc' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5863349Z warnings.warn( 2022-09-27T16:43:27.5863926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::conv_transpose1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5864449Z warnings.warn( 2022-09-27T16:43:27.5865019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::conv_transpose2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5865538Z warnings.warn( 2022-09-27T16:43:27.5866110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::conv_transpose3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5866629Z warnings.warn( 2022-09-27T16:43:27.5867241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::convolution' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5867774Z warnings.warn( 2022-09-27T16:43:27.5868330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cos' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5868839Z warnings.warn( 2022-09-27T16:43:27.5869424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cosine_similarity' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5869991Z warnings.warn( 2022-09-27T16:43:27.5870547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cross' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5871061Z warnings.warn( 2022-09-27T16:43:27.5871624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cumsum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5872147Z warnings.warn( 2022-09-27T16:43:27.5872712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::detach' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5873216Z warnings.warn( 2022-09-27T16:43:27.5873906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::dim' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5874431Z warnings.warn( 2022-09-27T16:43:27.5875052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::div' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5875567Z warnings.warn( 2022-09-27T16:43:27.5876129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::dot' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5876632Z warnings.warn( 2022-09-27T16:43:27.5877196Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5877716Z warnings.warn( 2022-09-27T16:43:27.5878284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5878846Z warnings.warn( 2022-09-27T16:43:27.5879454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::elu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5879973Z warnings.warn( 2022-09-27T16:43:27.5880540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::embedding' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5881109Z warnings.warn( 2022-09-27T16:43:27.5881687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5882209Z warnings.warn( 2022-09-27T16:43:27.5882757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::empty' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5883269Z warnings.warn( 2022-09-27T16:43:27.5883837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::empty_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5884393Z warnings.warn( 2022-09-27T16:43:27.5884956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::eq' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5885472Z warnings.warn( 2022-09-27T16:43:27.5886029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::erf' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5886540Z warnings.warn( 2022-09-27T16:43:27.5887105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::exp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5887617Z warnings.warn( 2022-09-27T16:43:27.5888171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::expand' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5888679Z warnings.warn( 2022-09-27T16:43:27.5889244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::expand_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5889766Z warnings.warn( 2022-09-27T16:43:27.5890360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::eye' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5890864Z warnings.warn( 2022-09-27T16:43:27.5891447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::feature_alpha_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5892489Z warnings.warn( 2022-09-27T16:43:27.5893089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::feature_alpha_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5893623Z warnings.warn( 2022-09-27T16:43:27.5894208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::feature_dropout' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5894737Z warnings.warn( 2022-09-27T16:43:27.5895394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::feature_dropout_' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5895941Z warnings.warn( 2022-09-27T16:43:27.5896503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5897028Z warnings.warn( 2022-09-27T16:43:27.5897597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5898113Z warnings.warn( 2022-09-27T16:43:27.5898679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::floor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5899249Z warnings.warn( 2022-09-27T16:43:27.5899818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::floor_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5900347Z warnings.warn( 2022-09-27T16:43:27.5900908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::floordiv' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5901409Z warnings.warn( 2022-09-27T16:43:27.5902039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::frobenius_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5902572Z warnings.warn( 2022-09-27T16:43:27.5903135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5903645Z warnings.warn( 2022-09-27T16:43:27.5904256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::full_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5904778Z warnings.warn( 2022-09-27T16:43:27.5905340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5905860Z warnings.warn( 2022-09-27T16:43:27.5906415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::ge' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5906934Z warnings.warn( 2022-09-27T16:43:27.5907481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::gelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5907993Z warnings.warn( 2022-09-27T16:43:27.5908575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::get_pool_ceil_padding' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5909108Z warnings.warn( 2022-09-27T16:43:27.5909668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::glu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5910184Z warnings.warn( 2022-09-27T16:43:27.5910750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::group_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5911271Z warnings.warn( 2022-09-27T16:43:27.5911822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::gru' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5912343Z warnings.warn( 2022-09-27T16:43:27.5912929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::gt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5913447Z warnings.warn( 2022-09-27T16:43:27.5914009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::gt_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5914520Z warnings.warn( 2022-09-27T16:43:27.5915085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::hann_window' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5915650Z warnings.warn( 2022-09-27T16:43:27.5916220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::hardshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5916735Z warnings.warn( 2022-09-27T16:43:27.5917310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::hardsigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5917841Z warnings.warn( 2022-09-27T16:43:27.5918412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::hardswish' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5918938Z warnings.warn( 2022-09-27T16:43:27.5919492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::hardtanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5920016Z warnings.warn( 2022-09-27T16:43:27.5920575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5921092Z warnings.warn( 2022-09-27T16:43:27.5921662Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5922176Z warnings.warn( 2022-09-27T16:43:27.5922742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5923269Z warnings.warn( 2022-09-27T16:43:27.5923867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5924391Z warnings.warn( 2022-09-27T16:43:27.5924937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_put' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5925452Z warnings.warn( 2022-09-27T16:43:27.5926020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_select' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5926583Z warnings.warn( 2022-09-27T16:43:27.5927149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::instance_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5927669Z warnings.warn( 2022-09-27T16:43:27.5928241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::is_floating_point' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5928768Z warnings.warn( 2022-09-27T16:43:27.5929330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::is_pinned' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5929849Z warnings.warn( 2022-09-27T16:43:27.5930407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::isnan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5930926Z warnings.warn( 2022-09-27T16:43:27.5931475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::item' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5931990Z warnings.warn( 2022-09-27T16:43:27.5932553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::kl_div' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5933068Z warnings.warn( 2022-09-27T16:43:27.5933632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::layer_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5934152Z warnings.warn( 2022-09-27T16:43:27.5934714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::le' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5935223Z warnings.warn( 2022-09-27T16:43:27.5936332Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::leaky_relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5936868Z warnings.warn( 2022-09-27T16:43:27.5937420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::lerp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5937980Z warnings.warn( 2022-09-27T16:43:27.5938548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::lift' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5939065Z warnings.warn( 2022-09-27T16:43:27.5939633Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::linalg_cross' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5940155Z warnings.warn( 2022-09-27T16:43:27.5940731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::linalg_matrix_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5941259Z warnings.warn( 2022-09-27T16:43:27.5941826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::linalg_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5942349Z warnings.warn( 2022-09-27T16:43:27.5942923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::linalg_vector_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5943451Z warnings.warn( 2022-09-27T16:43:27.5944000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::linear' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5944518Z warnings.warn( 2022-09-27T16:43:27.5945089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::linspace' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5945608Z warnings.warn( 2022-09-27T16:43:27.5946170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::log' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5946684Z warnings.warn( 2022-09-27T16:43:27.5947281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::log10' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5947801Z warnings.warn( 2022-09-27T16:43:27.5948357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::log1p' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5948916Z warnings.warn( 2022-09-27T16:43:27.5949467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::log2' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5949978Z warnings.warn( 2022-09-27T16:43:27.5950547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::log_sigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5951065Z warnings.warn( 2022-09-27T16:43:27.5951625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::log_softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5952131Z warnings.warn( 2022-09-27T16:43:27.5952699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::logical_and' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5953205Z warnings.warn( 2022-09-27T16:43:27.5953766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::logical_or' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5954282Z warnings.warn( 2022-09-27T16:43:27.5954853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::logical_xor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5955364Z warnings.warn( 2022-09-27T16:43:27.5955924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::logsumexp' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5956441Z warnings.warn( 2022-09-27T16:43:27.5956993Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::lstm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5957503Z warnings.warn( 2022-09-27T16:43:27.5958099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::lstm_cell' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5958614Z warnings.warn( 2022-09-27T16:43:27.5959169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::lt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5959686Z warnings.warn( 2022-09-27T16:43:27.5960297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::lt_impl' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5960816Z warnings.warn( 2022-09-27T16:43:27.5961378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::masked_fill' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5961897Z warnings.warn( 2022-09-27T16:43:27.5962454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::matmul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5962973Z warnings.warn( 2022-09-27T16:43:27.5963533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5964042Z warnings.warn( 2022-09-27T16:43:27.5964606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5965124Z warnings.warn( 2022-09-27T16:43:27.5965702Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5966239Z warnings.warn( 2022-09-27T16:43:27.5966807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5967313Z warnings.warn( 2022-09-27T16:43:27.5967894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5968419Z warnings.warn( 2022-09-27T16:43:27.5969025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5969544Z warnings.warn( 2022-09-27T16:43:27.5970126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5970658Z warnings.warn( 2022-09-27T16:43:27.5971224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::maximum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5971784Z warnings.warn( 2022-09-27T16:43:27.5972347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5972864Z warnings.warn( 2022-09-27T16:43:27.5973423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::meshgrid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5973943Z warnings.warn( 2022-09-27T16:43:27.5974495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::min' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5975007Z warnings.warn( 2022-09-27T16:43:27.5975652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::minimum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5976175Z warnings.warn( 2022-09-27T16:43:27.5976742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::mish' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5977264Z warnings.warn( 2022-09-27T16:43:27.5977823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5978337Z warnings.warn( 2022-09-27T16:43:27.5978908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::movedim' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5979412Z warnings.warn( 2022-09-27T16:43:27.5980018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::mul' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5980538Z warnings.warn( 2022-09-27T16:43:27.5981107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::multinomial' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5981633Z warnings.warn( 2022-09-27T16:43:27.5982189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::mv' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5982748Z warnings.warn( 2022-09-27T16:43:27.5983317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::narrow' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5983831Z warnings.warn( 2022-09-27T16:43:27.5984403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::native_layer_norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5984920Z warnings.warn( 2022-09-27T16:43:27.5985466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::ne' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5985972Z warnings.warn( 2022-09-27T16:43:27.5986540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::neg' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5987057Z warnings.warn( 2022-09-27T16:43:27.5987620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::new_empty' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5988131Z warnings.warn( 2022-09-27T16:43:27.5988696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::new_full' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5989211Z warnings.warn( 2022-09-27T16:43:27.5989762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::new_ones' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5990282Z warnings.warn( 2022-09-27T16:43:27.5990848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::new_zeros' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5991363Z warnings.warn( 2022-09-27T16:43:27.5991968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::nonzero' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5992488Z warnings.warn( 2022-09-27T16:43:27.5993059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::nonzero_numpy' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5993622Z warnings.warn( 2022-09-27T16:43:27.5994187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::norm' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5994690Z warnings.warn( 2022-09-27T16:43:27.5995250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::numel' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5995764Z warnings.warn( 2022-09-27T16:43:27.5996323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::numpy_T' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5996841Z warnings.warn( 2022-09-27T16:43:27.5997384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::one_hot' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5997901Z warnings.warn( 2022-09-27T16:43:27.5998463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::ones' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.5998973Z warnings.warn( 2022-09-27T16:43:27.5999538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::ones_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6000046Z warnings.warn( 2022-09-27T16:43:27.6000625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::op_with_optional_float_cast' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6001170Z warnings.warn( 2022-09-27T16:43:27.6001744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::overload_by_arg_count' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6002267Z warnings.warn( 2022-09-27T16:43:27.6002866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6003370Z warnings.warn( 2022-09-27T16:43:27.6003952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pairwise_distance' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6004524Z warnings.warn( 2022-09-27T16:43:27.6005095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::permute' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6005607Z warnings.warn( 2022-09-27T16:43:27.6006175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pixel_shuffle' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6006708Z warnings.warn( 2022-09-27T16:43:27.6007278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pixel_unshuffle' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6007808Z warnings.warn( 2022-09-27T16:43:27.6008375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pow' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6008889Z warnings.warn( 2022-09-27T16:43:27.6009442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::prelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6009965Z warnings.warn( 2022-09-27T16:43:27.6010529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::prod' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6011041Z warnings.warn( 2022-09-27T16:43:27.6011597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::rand' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6012115Z warnings.warn( 2022-09-27T16:43:27.6012682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::rand_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6013201Z warnings.warn( 2022-09-27T16:43:27.6013808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::randn' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6014321Z warnings.warn( 2022-09-27T16:43:27.6014889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::randn_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6015475Z warnings.warn( 2022-09-27T16:43:27.6016093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reciprocal' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6016619Z warnings.warn( 2022-09-27T16:43:27.6017190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reflection_pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6017719Z warnings.warn( 2022-09-27T16:43:27.6018302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reflection_pad1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6018834Z warnings.warn( 2022-09-27T16:43:27.6019412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reflection_pad2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6019942Z warnings.warn( 2022-09-27T16:43:27.6020503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reflection_pad3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6021033Z warnings.warn( 2022-09-27T16:43:27.6021582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6022096Z warnings.warn( 2022-09-27T16:43:27.6022659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::relu6' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6023170Z warnings.warn( 2022-09-27T16:43:27.6023739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::remainder' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6024258Z warnings.warn( 2022-09-27T16:43:27.6024856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::repeat' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6025378Z warnings.warn( 2022-09-27T16:43:27.6025957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6026486Z warnings.warn( 2022-09-27T16:43:27.6027062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::replication_pad' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6027617Z warnings.warn( 2022-09-27T16:43:27.6028194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::replication_pad1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6028729Z warnings.warn( 2022-09-27T16:43:27.6029304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::replication_pad2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6029829Z warnings.warn( 2022-09-27T16:43:27.6030402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::replication_pad3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6030934Z warnings.warn( 2022-09-27T16:43:27.6031495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reshape' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6032015Z warnings.warn( 2022-09-27T16:43:27.6032584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reshape_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6033104Z warnings.warn( 2022-09-27T16:43:27.6033661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::rnn_relu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6034177Z warnings.warn( 2022-09-27T16:43:27.6034738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::rnn_tanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6035260Z warnings.warn( 2022-09-27T16:43:27.6035855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::roll' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6036448Z warnings.warn( 2022-09-27T16:43:27.6037016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::rrelu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6037535Z warnings.warn( 2022-09-27T16:43:27.6038096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::rsqrt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6038658Z warnings.warn( 2022-09-27T16:43:27.6039216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::rsub' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6039714Z warnings.warn( 2022-09-27T16:43:27.6040282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::scalar_tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6040803Z warnings.warn( 2022-09-27T16:43:27.6041372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6041897Z warnings.warn( 2022-09-27T16:43:27.6042467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6042987Z warnings.warn( 2022-09-27T16:43:27.6043547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::select' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6044066Z warnings.warn( 2022-09-27T16:43:27.6044624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::selu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6045136Z warnings.warn( 2022-09-27T16:43:27.6045688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sigmoid' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6046200Z warnings.warn( 2022-09-27T16:43:27.6046756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sign' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6047297Z warnings.warn( 2022-09-27T16:43:27.6047849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::silu' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6048355Z warnings.warn( 2022-09-27T16:43:27.6048914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sin' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6049468Z warnings.warn( 2022-09-27T16:43:27.6050030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::size' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6050538Z warnings.warn( 2022-09-27T16:43:27.6051089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::slice' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6051597Z warnings.warn( 2022-09-27T16:43:27.6052159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::softmax' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6052675Z warnings.warn( 2022-09-27T16:43:27.6053236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::softplus' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6053749Z warnings.warn( 2022-09-27T16:43:27.6054317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::softshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6054842Z warnings.warn( 2022-09-27T16:43:27.6055465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6055980Z warnings.warn( 2022-09-27T16:43:27.6056543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6057057Z warnings.warn( 2022-09-27T16:43:27.6057617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6058148Z warnings.warn( 2022-09-27T16:43:27.6058751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sqrt' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6059258Z warnings.warn( 2022-09-27T16:43:27.6059816Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::square' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6060366Z warnings.warn( 2022-09-27T16:43:27.6060935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::squeeze' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6061450Z warnings.warn( 2022-09-27T16:43:27.6062008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::stack' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6062526Z warnings.warn( 2022-09-27T16:43:27.6063073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::std' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6063592Z warnings.warn( 2022-09-27T16:43:27.6064157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::std_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6064674Z warnings.warn( 2022-09-27T16:43:27.6065235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sub' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6065742Z warnings.warn( 2022-09-27T16:43:27.6066302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sum' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6066814Z warnings.warn( 2022-09-27T16:43:27.6067366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::t' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6067875Z warnings.warn( 2022-09-27T16:43:27.6068426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::take' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6068927Z warnings.warn( 2022-09-27T16:43:27.6069528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::tan' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6070046Z warnings.warn( 2022-09-27T16:43:27.6070603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::tanh' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6071113Z warnings.warn( 2022-09-27T16:43:27.6072126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::tanhshrink' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6072649Z warnings.warn( 2022-09-27T16:43:27.6073217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::tensor' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6073738Z warnings.warn( 2022-09-27T16:43:27.6074305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::threshold' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6074832Z warnings.warn( 2022-09-27T16:43:27.6075382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::to' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6075896Z warnings.warn( 2022-09-27T16:43:27.6076457Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6076974Z warnings.warn( 2022-09-27T16:43:27.6077545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::transpose' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6078067Z warnings.warn( 2022-09-27T16:43:27.6078638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::true_divide' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6079156Z warnings.warn( 2022-09-27T16:43:27.6079715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::type_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6080233Z warnings.warn( 2022-09-27T16:43:27.6080839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6081358Z warnings.warn( 2022-09-27T16:43:27.6081920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unfold' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6082432Z warnings.warn( 2022-09-27T16:43:27.6083001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unsafe_chunk' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6083566Z warnings.warn( 2022-09-27T16:43:27.6084131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unsafe_split' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6084642Z warnings.warn( 2022-09-27T16:43:27.6085224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unsafe_split_with_sizes' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6085754Z warnings.warn( 2022-09-27T16:43:27.6086323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unsqueeze' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6086842Z warnings.warn( 2022-09-27T16:43:27.6087393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unused' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6087903Z warnings.warn( 2022-09-27T16:43:27.6088486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6089021Z warnings.warn( 2022-09-27T16:43:27.6089595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6090118Z warnings.warn( 2022-09-27T16:43:27.6090692Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6091228Z warnings.warn( 2022-09-27T16:43:27.6091834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6092372Z warnings.warn( 2022-09-27T16:43:27.6092945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6093470Z warnings.warn( 2022-09-27T16:43:27.6094048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6094622Z warnings.warn( 2022-09-27T16:43:27.6095184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::var' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6095781Z warnings.warn( 2022-09-27T16:43:27.6096354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::var_mean' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6096877Z warnings.warn( 2022-09-27T16:43:27.6097439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::view' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6097958Z warnings.warn( 2022-09-27T16:43:27.6098527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::view_as' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6099045Z warnings.warn( 2022-09-27T16:43:27.6099591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6100113Z warnings.warn( 2022-09-27T16:43:27.6100700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::wrap_logical_op_with_cast_to' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6101236Z warnings.warn( 2022-09-27T16:43:27.6101817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::wrap_logical_op_with_negation' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6102352Z warnings.warn( 2022-09-27T16:43:27.6102911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::zeros' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6103467Z warnings.warn( 2022-09-27T16:43:27.6104032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::zeros_like' already registered for opset 9. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6104553Z warnings.warn( 2022-09-27T16:43:27.6105119Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::add' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6105678Z warnings.warn( 2022-09-27T16:43:27.6106240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::add_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6106770Z warnings.warn( 2022-09-27T16:43:27.6107333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::cat' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6107847Z warnings.warn( 2022-09-27T16:43:27.6108418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::conv2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6108943Z warnings.warn( 2022-09-27T16:43:27.6109512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::conv2d_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6110044Z warnings.warn( 2022-09-27T16:43:27.6110615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::group_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6111139Z warnings.warn( 2022-09-27T16:43:27.6111705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::hardswish' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6112237Z warnings.warn( 2022-09-27T16:43:27.6112813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::instance_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6113342Z warnings.warn( 2022-09-27T16:43:27.6113922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::layer_norm' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6114837Z warnings.warn( 2022-09-27T16:43:27.6115424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::leaky_relu' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6115951Z warnings.warn( 2022-09-27T16:43:27.6116531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::linear' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6117103Z warnings.warn( 2022-09-27T16:43:27.6117671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::mul' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6118199Z warnings.warn( 2022-09-27T16:43:27.6118766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::sigmoid' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6119294Z warnings.warn( 2022-09-27T16:43:27.6119872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6120406Z warnings.warn( 2022-09-27T16:43:27.6120971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6121487Z warnings.warn( 2022-09-27T16:43:27.6122066Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_div_rounding_mode' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6122596Z warnings.warn( 2022-09-27T16:43:27.6123168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_floor_divide' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6123688Z warnings.warn( 2022-09-27T16:43:27.6124264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6124774Z warnings.warn( 2022-09-27T16:43:27.6125342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_max_pool' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6125864Z warnings.warn( 2022-09-27T16:43:27.6126468Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_slice' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6126990Z warnings.warn( 2022-09-27T16:43:27.6127554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6128115Z warnings.warn( 2022-09-27T16:43:27.6128679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6129187Z warnings.warn( 2022-09-27T16:43:27.6129743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6130244Z warnings.warn( 2022-09-27T16:43:27.6130789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::dequantize' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6131294Z warnings.warn( 2022-09-27T16:43:27.6131855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::div' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6132368Z warnings.warn( 2022-09-27T16:43:27.6132932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6133452Z warnings.warn( 2022-09-27T16:43:27.6134040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_tensor_affine' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6134584Z warnings.warn( 2022-09-27T16:43:27.6135146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::flip' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6135737Z warnings.warn( 2022-09-27T16:43:27.6136307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::fmod' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6136812Z warnings.warn( 2022-09-27T16:43:27.6137430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::isfinite' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6137956Z warnings.warn( 2022-09-27T16:43:27.6138519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::isinf' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6139078Z warnings.warn( 2022-09-27T16:43:27.6139645Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6140168Z warnings.warn( 2022-09-27T16:43:27.6140749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool1d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6141283Z warnings.warn( 2022-09-27T16:43:27.6141847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6142364Z warnings.warn( 2022-09-27T16:43:27.6142937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool2d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6143462Z warnings.warn( 2022-09-27T16:43:27.6144033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6144553Z warnings.warn( 2022-09-27T16:43:27.6145130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::max_pool3d_with_indices' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6145655Z warnings.warn( 2022-09-27T16:43:27.6146213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::nan_to_num' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6146736Z warnings.warn( 2022-09-27T16:43:27.6147307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::quantize_per_tensor' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6147839Z warnings.warn( 2022-09-27T16:43:27.6148440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::slice' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6148960Z warnings.warn( 2022-09-27T16:43:27.6149507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6150066Z warnings.warn( 2022-09-27T16:43:27.6150630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6151141Z warnings.warn( 2022-09-27T16:43:27.6151723Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6152249Z warnings.warn( 2022-09-27T16:43:27.6152822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6153353Z warnings.warn( 2022-09-27T16:43:27.6153930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6154466Z warnings.warn( 2022-09-27T16:43:27.6155044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6155562Z warnings.warn( 2022-09-27T16:43:27.6156143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6156666Z warnings.warn( 2022-09-27T16:43:27.6157245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 10. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6157773Z warnings.warn( 2022-09-27T16:43:27.6158332Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::Delete' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6158845Z warnings.warn( 2022-09-27T16:43:27.6159455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::ConstantChunk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6159993Z warnings.warn( 2022-09-27T16:43:27.6160564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__getitem_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6161126Z warnings.warn( 2022-09-27T16:43:27.6161689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__interpolate' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6162210Z warnings.warn( 2022-09-27T16:43:27.6162776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__lshift_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6163291Z warnings.warn( 2022-09-27T16:43:27.6163853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__rshift_' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6164372Z warnings.warn( 2022-09-27T16:43:27.6164934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_avg_pool' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6165454Z warnings.warn( 2022-09-27T16:43:27.6166022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_dim_arange' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6166538Z warnings.warn( 2022-09-27T16:43:27.6167118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_indices_along_dim' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6167643Z warnings.warn( 2022-09-27T16:43:27.6168222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_output_shape' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6168756Z warnings.warn( 2022-09-27T16:43:27.6169334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_get_im2col_padded_input' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6169865Z warnings.warn( 2022-09-27T16:43:27.6170469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_interpolate' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6171001Z warnings.warn( 2022-09-27T16:43:27.6171553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::len' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6172098Z warnings.warn( 2022-09-27T16:43:27.6172679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_prepare_onnx_paddings' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6173205Z warnings.warn( 2022-09-27T16:43:27.6173755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_set_item' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6174267Z warnings.warn( 2022-09-27T16:43:27.6174831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_unique2' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6175436Z warnings.warn( 2022-09-27T16:43:27.6176007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::add' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6176520Z warnings.warn( 2022-09-27T16:43:27.6177085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::append' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6177603Z warnings.warn( 2022-09-27T16:43:27.6178168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::arange' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6178690Z warnings.warn( 2022-09-27T16:43:27.6179260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::argsort' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6179785Z warnings.warn( 2022-09-27T16:43:27.6180342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6180865Z warnings.warn( 2022-09-27T16:43:27.6181479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6181993Z warnings.warn( 2022-09-27T16:43:27.6182544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::avg_pool3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6183050Z warnings.warn( 2022-09-27T16:43:27.6183651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cat' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6184162Z warnings.warn( 2022-09-27T16:43:27.6184732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::chunk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6185239Z warnings.warn( 2022-09-27T16:43:27.6185785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::clamp' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6186293Z warnings.warn( 2022-09-27T16:43:27.6186860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::clamp_max' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6187380Z warnings.warn( 2022-09-27T16:43:27.6187940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::clamp_min' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6188457Z warnings.warn( 2022-09-27T16:43:27.6189028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::constant_pad_nd' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6189549Z warnings.warn( 2022-09-27T16:43:27.6190114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cumsum' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6190626Z warnings.warn( 2022-09-27T16:43:27.6191196Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::embedding_bag' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6191724Z warnings.warn( 2022-09-27T16:43:27.6192392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::embedding_renorm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6192934Z warnings.warn( 2022-09-27T16:43:27.6193493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::flatten' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6194019Z warnings.warn( 2022-09-27T16:43:27.6194585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::gather' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6195139Z warnings.warn( 2022-09-27T16:43:27.6195705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::hardtanh' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6196223Z warnings.warn( 2022-09-27T16:43:27.6196781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::im2col' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6197306Z warnings.warn( 2022-09-27T16:43:27.6197862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6198372Z warnings.warn( 2022-09-27T16:43:27.6198942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_copy' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6199459Z warnings.warn( 2022-09-27T16:43:27.6200022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_fill' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6200530Z warnings.warn( 2022-09-27T16:43:27.6201090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::index_put' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6201603Z warnings.warn( 2022-09-27T16:43:27.6202163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::insert' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6202683Z warnings.warn( 2022-09-27T16:43:27.6203291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::linalg_det' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6203806Z warnings.warn( 2022-09-27T16:43:27.6204368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::linalg_vector_norm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6204895Z warnings.warn( 2022-09-27T16:43:27.6205454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::logdet' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6206010Z warnings.warn( 2022-09-27T16:43:27.6206581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::masked_scatter' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6207101Z warnings.warn( 2022-09-27T16:43:27.6207664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::masked_select' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6208191Z warnings.warn( 2022-09-27T16:43:27.6208743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::mm' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6209245Z warnings.warn( 2022-09-27T16:43:27.6209799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::narrow' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6210306Z warnings.warn( 2022-09-27T16:43:27.6210873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::normal' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6211385Z warnings.warn( 2022-09-27T16:43:27.6211954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6212465Z warnings.warn( 2022-09-27T16:43:27.6213030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pixel_shuffle' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6213542Z warnings.warn( 2022-09-27T16:43:27.6214105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pop' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6214607Z warnings.warn( 2022-09-27T16:43:27.6215218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reflection_pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6215817Z warnings.warn( 2022-09-27T16:43:27.6216385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reflection_pad1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6216963Z warnings.warn( 2022-09-27T16:43:27.6217540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reflection_pad2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6218065Z warnings.warn( 2022-09-27T16:43:27.6218626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reflection_pad3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6219150Z warnings.warn( 2022-09-27T16:43:27.6219708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::relu6' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6220232Z warnings.warn( 2022-09-27T16:43:27.6220805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::remainder' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6221324Z warnings.warn( 2022-09-27T16:43:27.6221901Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::replication_pad' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6222413Z warnings.warn( 2022-09-27T16:43:27.6222883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::replication_pad1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6222955Z warnings.warn( 2022-09-27T16:43:27.6223426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::replication_pad2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6223497Z warnings.warn( 2022-09-27T16:43:27.6223984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::replication_pad3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6224056Z warnings.warn( 2022-09-27T16:43:27.6224551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::round' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6224623Z warnings.warn( 2022-09-27T16:43:27.6225085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::scatter' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6225191Z warnings.warn( 2022-09-27T16:43:27.6225653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::select' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6225723Z warnings.warn( 2022-09-27T16:43:27.6226177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::size' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6226235Z warnings.warn( 2022-09-27T16:43:27.6226684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sort' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6226756Z warnings.warn( 2022-09-27T16:43:27.6227215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6227286Z warnings.warn( 2022-09-27T16:43:27.6227753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6227827Z warnings.warn( 2022-09-27T16:43:27.6228288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::squeeze' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6228360Z warnings.warn( 2022-09-27T16:43:27.6228811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::stack' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6228881Z warnings.warn( 2022-09-27T16:43:27.6229336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::topk' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6229410Z warnings.warn( 2022-09-27T16:43:27.6229907Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6229982Z warnings.warn( 2022-09-27T16:43:27.6230446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unique_dim' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6230555Z warnings.warn( 2022-09-27T16:43:27.6231017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unsqueeze' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6231092Z warnings.warn( 2022-09-27T16:43:27.6231565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_bicubic2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6231636Z warnings.warn( 2022-09-27T16:43:27.6232106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_bilinear2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6232180Z warnings.warn( 2022-09-27T16:43:27.6232660Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_linear1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6232730Z warnings.warn( 2022-09-27T16:43:27.6233201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest1d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6233273Z warnings.warn( 2022-09-27T16:43:27.6233749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest2d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6233820Z warnings.warn( 2022-09-27T16:43:27.6234293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_nearest3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6234364Z warnings.warn( 2022-09-27T16:43:27.6234841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::upsample_trilinear3d' already registered for opset 11. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6234912Z warnings.warn( 2022-09-27T16:43:27.6235515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_dropout_returns_masked_input_and_mask' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6235588Z warnings.warn( 2022-09-27T16:43:27.6236049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_einsum_helper' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6236538Z warnings.warn( 2022-09-27T16:43:27.6237004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::argmax' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6237076Z warnings.warn( 2022-09-27T16:43:27.6237536Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::argmin' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6237607Z warnings.warn( 2022-09-27T16:43:27.6238088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::binary_cross_entropy_with_logits' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6238161Z warnings.warn( 2022-09-27T16:43:27.6238619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::celu' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6238691Z warnings.warn( 2022-09-27T16:43:27.6239158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::cross_entropy_loss' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6239232Z warnings.warn( 2022-09-27T16:43:27.6239696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::dropout' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6239769Z warnings.warn( 2022-09-27T16:43:27.6240226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::einsum' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6240297Z warnings.warn( 2022-09-27T16:43:27.6240757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::ge' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6240830Z warnings.warn( 2022-09-27T16:43:27.6241318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::le' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6241389Z warnings.warn( 2022-09-27T16:43:27.6241857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::native_dropout' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6241963Z warnings.warn( 2022-09-27T16:43:27.6242420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::nll_loss' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6242493Z warnings.warn( 2022-09-27T16:43:27.6242956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::nll_loss2d' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6243026Z warnings.warn( 2022-09-27T16:43:27.6243491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::nll_loss_nd' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6243564Z warnings.warn( 2022-09-27T16:43:27.6244019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::outer' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6244090Z warnings.warn( 2022-09-27T16:43:27.6244543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::pow' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6244613Z warnings.warn( 2022-09-27T16:43:27.6245070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::tensordot' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6245143Z warnings.warn( 2022-09-27T16:43:27.6245599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unfold' already registered for opset 12. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6245670Z warnings.warn( 2022-09-27T16:43:27.6246136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::conv2d' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6246210Z warnings.warn( 2022-09-27T16:43:27.6246716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::conv2d_relu' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6246787Z warnings.warn( 2022-09-27T16:43:27.6247250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::linear' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6247321Z warnings.warn( 2022-09-27T16:43:27.6247787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_reduce_op_symbolic' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6247901Z warnings.warn( 2022-09-27T16:43:27.6248378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::_reduce_with_dtype' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6248451Z warnings.warn( 2022-09-27T16:43:27.6248909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::diagonal' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6248981Z warnings.warn( 2022-09-27T16:43:27.6249469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_channel_affine' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6249544Z warnings.warn( 2022-09-27T16:43:27.6250035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::fake_quantize_per_tensor_affine' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6250106Z warnings.warn( 2022-09-27T16:43:27.6250575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::frobenius_norm' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6250648Z warnings.warn( 2022-09-27T16:43:27.6251110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::log_softmax' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6251182Z warnings.warn( 2022-09-27T16:43:27.6251645Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::nonzero_numpy' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6251718Z warnings.warn( 2022-09-27T16:43:27.6252228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::repeat_interleave' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6252301Z warnings.warn( 2022-09-27T16:43:27.6252757Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::softmax' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6252829Z warnings.warn( 2022-09-27T16:43:27.6253324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6253395Z warnings.warn( 2022-09-27T16:43:27.6253864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::split_with_sizes' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6253935Z warnings.warn( 2022-09-27T16:43:27.6254393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::sum' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6254466Z warnings.warn( 2022-09-27T16:43:27.6254934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::tensor_split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6255005Z warnings.warn( 2022-09-27T16:43:27.6255544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unbind' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6255618Z warnings.warn( 2022-09-27T16:43:27.6256081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unsafe_chunk' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6256156Z warnings.warn( 2022-09-27T16:43:27.6256612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unsafe_split' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6256682Z warnings.warn( 2022-09-27T16:43:27.6257161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::unsafe_split_with_sizes' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6257234Z warnings.warn( 2022-09-27T16:43:27.6258063Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::where' already registered for opset 13. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6258128Z warnings.warn( 2022-09-27T16:43:27.6258603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'quantized::hardswish' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6258676Z warnings.warn( 2022-09-27T16:43:27.6259140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::batch_norm' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6259254Z warnings.warn( 2022-09-27T16:43:27.6259719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::hardswish' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6259791Z warnings.warn( 2022-09-27T16:43:27.6260253Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::reshape' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6260328Z warnings.warn( 2022-09-27T16:43:27.6260789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::tril' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6260862Z warnings.warn( 2022-09-27T16:43:27.6261318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::triu' already registered for opset 14. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6261395Z warnings.warn( 2022-09-27T16:43:27.6261869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'prim::unchecked_cast' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6261947Z warnings.warn( 2022-09-27T16:43:27.6262405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__is_' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6262477Z warnings.warn( 2022-09-27T16:43:27.6262940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::__isnot_' already registered for opset 15. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6263014Z warnings.warn( 2022-09-27T16:43:27.6263513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::grid_sampler' already registered for opset 16. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6263588Z warnings.warn( 2022-09-27T16:43:27.6264055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::scatter_add' already registered for opset 16. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6264126Z warnings.warn( 2022-09-27T16:43:27.6264585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_internal\registration.py:168: OnnxExporterWarning: Symbolic function 'aten::layer_norm' already registered for opset 17. Replacing the existing function with new function. This is unexpected. Please report it on https://github.com/pytorch/pytorch/issues. 2022-09-27T16:43:27.6264693Z warnings.warn( 2022-09-27T16:43:28.1079654Z ok (0.556s) 2022-09-27T16:43:28.7036086Z test_sample (__main__.TestJit) ... ok (0.602s) 2022-09-27T16:43:29.7406775Z test_variance (__main__.TestJit) ... ok (1.028s) 2022-09-27T16:43:29.7819622Z test_entropy_exponential_family (__main__.TestKL) ... ok (0.047s) 2022-09-27T16:43:32.8389799Z test_entropy_monte_carlo (__main__.TestKL) ... ok (3.055s) 2022-09-27T16:43:32.8521694Z test_kl_edgecases (__main__.TestKL) ... ok (0.016s) 2022-09-27T16:43:32.8759427Z test_kl_exponential_family (__main__.TestKL) ... ok (0.032s) 2022-09-27T16:43:32.8938873Z test_kl_infinite (__main__.TestKL) ... ok (0.016s) 2022-09-27T16:43:32.9184099Z test_kl_lowrank_multivariate_normal (__main__.TestKL) ... ok (0.016s) 2022-09-27T16:43:32.9371510Z test_kl_lowrank_multivariate_normal_batched (__main__.TestKL) ... ok (0.016s) 2022-09-27T16:43:33.9178301Z test_kl_monte_carlo (__main__.TestKL) ... ok (0.982s) 2022-09-27T16:43:33.9461999Z test_kl_multivariate_normal (__main__.TestKL) ... ok (0.031s) 2022-09-27T16:43:33.9622039Z test_kl_multivariate_normal_batched (__main__.TestKL) ... ok (0.016s) 2022-09-27T16:43:33.9782418Z test_kl_multivariate_normal_batched_broadcasted (__main__.TestKL) ... ok (0.016s) 2022-09-27T16:43:34.0283963Z test_kl_shape (__main__.TestKL) ... ok (0.047s) 2022-09-27T16:43:34.0406413Z test_kl_transformed (__main__.TestKL) ... ok (0.016s) 2022-09-27T16:43:34.0454734Z test_lazy_logits_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.000s) 2022-09-27T16:43:34.0482196Z test_lazy_probs_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.016s) 2022-09-27T16:43:34.0633605Z test_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.016s) 2022-09-27T16:43:34.0664923Z test_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.000s) 2022-09-27T16:43:34.0696278Z test_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.000s) 2022-09-27T16:43:34.0718525Z test_categorical_log_prob (__main__.TestNumericalStability) ... ok (0.000s) 2022-09-27T16:43:34.0747339Z test_categorical_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.000s) 2022-09-27T16:43:34.1049666Z test_continuous_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.033s) 2022-09-27T16:43:34.1094754Z test_continuous_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.000s) 2022-09-27T16:43:34.1140497Z test_continuous_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.017s) 2022-09-27T16:43:34.1165354Z test_multinomial_log_prob (__main__.TestNumericalStability) ... ok (0.000s) 2022-09-27T16:43:34.1196779Z test_multinomial_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.000s) 2022-09-27T16:43:34.1656173Z test_beta_wrt_alpha (__main__.TestRsample) ... ok (0.047s) 2022-09-27T16:43:34.2118681Z test_beta_wrt_beta (__main__.TestRsample) ... ok (0.050s) 2022-09-27T16:43:34.2374472Z test_chi2 (__main__.TestRsample) ... ok (0.016s) 2022-09-27T16:43:34.7462422Z test_dirichlet_multivariate (__main__.TestRsample) ... ok (0.520s) 2022-09-27T16:43:34.7939228Z test_dirichlet_on_diagonal (__main__.TestRsample) ... ok (0.048s) 2022-09-27T16:43:34.8855883Z test_dirichlet_tangent_field (__main__.TestRsample) ... ok (0.079s) 2022-09-27T16:43:34.9110287Z test_gamma (__main__.TestRsample) ... ok (0.032s) 2022-09-27T16:43:34.9302294Z test_invalid (__main__.TestValidation) ... ok (0.016s) 2022-09-27T16:43:35.2181212Z test_invalid_log_probs_arg (__main__.TestValidation) ... ok (0.286s) 2022-09-27T16:43:35.2317143Z test_valid (__main__.TestValidation) ... ok (0.016s) 2022-09-27T16:43:35.2380171Z test_warning_unimplemented_constraints (__main__.TestValidation) ... ok (0.016s) 2022-09-27T16:43:35.2380690Z 2022-09-27T16:43:35.2380914Z ---------------------------------------------------------------------- 2022-09-27T16:43:35.2381292Z Ran 219 tests in 32.610s 2022-09-27T16:43:35.2381469Z 2022-09-27T16:43:35.2381578Z OK (skipped=5) 2022-09-27T16:43:35.2381741Z 2022-09-27T16:43:35.2381872Z Generating XML reports... 2022-09-27T16:43:35.2439340Z Generated XML report: test-reports\python-unittest\distributions\test_distributions\TEST-TestAgainstScipy-20220927164302.xml 2022-09-27T16:43:35.2454181Z Generated XML report: test-reports\python-unittest\distributions\test_distributions\TEST-TestConstraints-20220927164302.xml 2022-09-27T16:43:35.2495396Z Generated XML report: test-reports\python-unittest\distributions\test_distributions\TEST-TestDistributionShapes-20220927164302.xml 2022-09-27T16:43:35.2605198Z Generated XML report: test-reports\python-unittest\distributions\test_distributions\TEST-TestDistributions-20220927164302.xml 2022-09-27T16:43:35.2613913Z Generated XML report: test-reports\python-unittest\distributions\test_distributions\TEST-TestFunctors-20220927164302.xml 2022-09-27T16:43:35.2702415Z Generated XML report: test-reports\python-unittest\distributions\test_distributions\TEST-TestJit-20220927164302.xml 2022-09-27T16:43:35.2718923Z Generated XML report: test-reports\python-unittest\distributions\test_distributions\TEST-TestKL-20220927164302.xml 2022-09-27T16:43:35.2726270Z Generated XML report: test-reports\python-unittest\distributions\test_distributions\TEST-TestLazyLogitsInitialization-20220927164302.xml 2022-09-27T16:43:35.2739827Z Generated XML report: test-reports\python-unittest\distributions\test_distributions\TEST-TestNumericalStability-20220927164302.xml 2022-09-27T16:43:35.2751197Z Generated XML report: test-reports\python-unittest\distributions\test_distributions\TEST-TestRsample-20220927164302.xml 2022-09-27T16:43:35.2760850Z Generated XML report: test-reports\python-unittest\distributions\test_distributions\TEST-TestValidation-20220927164302.xml 2022-09-27T16:43:35.6702569Z Running lazy/test_extract_compiled_graph ... [2022-09-27 16:43:35.657357] 2022-09-27T16:43:35.6703069Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_extract_compiled_graph.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:43:35.657357] 2022-09-27T16:43:36.9474404Z Running lazy/test_reuse_ir ... [2022-09-27 16:43:36.944829] 2022-09-27T16:43:36.9474873Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_reuse_ir.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:43:36.944829] 2022-09-27T16:43:38.3059060Z 2022-09-27T16:43:38.3059456Z Running tests... 2022-09-27T16:43:38.3059794Z ---------------------------------------------------------------------- 2022-09-27T16:43:38.3071950Z Test results will be stored in test-reports\python-unittest\lazy\test_reuse_ir 2022-09-27T16:43:38.3085266Z testAdd (__main__.TestLazyReuseIr) ... skip: To be fixed (0.000s) 2022-09-27T16:43:38.3085585Z testAddSub (__main__.TestLazyReuseIr) ... skip: To be fixed (0.000s) 2022-09-27T16:43:38.3099360Z testAddSubFallback (__main__.TestLazyReuseIr) ... skip: To be fixed (0.000s) 2022-09-27T16:43:38.3112658Z testBatchNorm (__main__.TestLazyReuseIr) ... skip: To be fixed (0.016s) 2022-09-27T16:43:38.3112837Z 2022-09-27T16:43:38.3113398Z ---------------------------------------------------------------------- 2022-09-27T16:43:38.3113665Z Ran 4 tests in 0.016s 2022-09-27T16:43:38.3113783Z 2022-09-27T16:43:38.3113865Z OK (skipped=4) 2022-09-27T16:43:38.3113974Z 2022-09-27T16:43:38.3114064Z Generating XML reports... 2022-09-27T16:43:38.3162000Z Generated XML report: test-reports\python-unittest\lazy\test_reuse_ir\TEST-TestLazyReuseIr-20220927164338.xml 2022-09-27T16:43:38.4887420Z Running lazy/test_ts_opinfo ... [2022-09-27 16:43:38.485564] 2022-09-27T16:43:38.4887878Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_ts_opinfo.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:43:38.485564] 2022-09-27T16:43:40.7808585Z 2022-09-27T16:43:40.7808987Z Running tests... 2022-09-27T16:43:40.7809311Z ---------------------------------------------------------------------- 2022-09-27T16:43:40.7809676Z Test results will be stored in test-reports\python-unittest\lazy\test_ts_opinfo 2022-09-27T16:43:41.0240404Z test_nonzero_dynamic (__main__.TestLazyDynamicOps) ... ok (0.238s) 2022-09-27T16:43:41.0297000Z test_correctness_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:41.0613161Z test_correctness_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.031s) 2022-09-27T16:43:41.1041449Z test_correctness_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.041s) 2022-09-27T16:43:41.1168661Z test_correctness_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:41.1264174Z test_correctness_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:41.1280682Z test_correctness_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:43:41.1436812Z test_correctness_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:41.1636265Z test_correctness_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.031s) 2022-09-27T16:43:41.1835122Z test_correctness_block_diag_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:41.1888146Z test_correctness_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-09-27T16:43:41.2062657Z test_correctness_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-09-27T16:43:41.2187363Z test_correctness_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:41.2389678Z test_correctness_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:41.3227163Z test_correctness_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.083s) 2022-09-27T16:43:41.3304713Z test_correctness_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:41.3372064Z test_correctness_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:41.3773639Z test_correctness_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.047s) 2022-09-27T16:43:41.4036286Z test_correctness_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-09-27T16:43:41.4223112Z test_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:41.4388615Z test_correctness_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:41.4404471Z test_correctness_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.016s) 2022-09-27T16:43:41.4585167Z test_correctness_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:41.4663028Z test_correctness_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:41.4823133Z test_correctness_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.026s) 2022-09-27T16:43:41.4870173Z test_correctness_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:41.4926999Z test_correctness_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-09-27T16:43:41.5090810Z test_correctness_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:41.5258885Z test_correctness_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-09-27T16:43:41.5431137Z test_correctness_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:41.5599981Z test_correctness_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:41.5671506Z test_correctness_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:41.5755939Z test_correctness_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:41.6084711Z test_correctness_logsumexp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.036s) 2022-09-27T16:43:41.6256630Z test_correctness_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.026s) 2022-09-27T16:43:41.6414752Z test_correctness_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:41.6584165Z test_correctness_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:41.6627193Z test_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:41.6667736Z test_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:41.6897784Z test_correctness_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.026s) 2022-09-27T16:43:41.7196927Z test_correctness_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.031s) 2022-09-27T16:43:41.7367261Z test_correctness_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-09-27T16:43:41.7412196Z test_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-09-27T16:43:41.7465533Z test_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:41.7691137Z test_correctness_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:41.7736158Z test_correctness_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:41.7906778Z test_correctness_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-09-27T16:43:41.7967338Z test_correctness_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:41.8049941Z test_correctness_narrow_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:41.8238328Z test_correctness_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:41.8409055Z test_correctness_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:41.8444321Z test_correctness_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:41.8461053Z test_correctness_new_empty_strided_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:43:41.8934035Z test_correctness_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.057s) 2022-09-27T16:43:41.9000452Z test_correctness_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:41.9060147Z test_correctness_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:41.9122341Z test_correctness_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:41.9178240Z test_correctness_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:41.9342271Z test_correctness_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:41.9854225Z test_correctness_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.057s) 2022-09-27T16:43:41.9908405Z test_correctness_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:42.0241758Z test_correctness_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.031s) 2022-09-27T16:43:42.0347225Z test_correctness_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.0382401Z test_correctness_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:42.0436870Z test_correctness_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-09-27T16:43:42.0713180Z test_correctness_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.031s) 2022-09-27T16:43:42.0848110Z test_correctness_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:42.0887412Z test_correctness_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.1093103Z test_correctness_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-09-27T16:43:42.1224946Z test_correctness_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.1423658Z test_correctness_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.031s) 2022-09-27T16:43:42.1662816Z test_correctness_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.1697814Z test_correctness_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:42.1771697Z test_correctness_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.1804446Z test_correctness_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:42.1926725Z test_correctness_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-09-27T16:43:42.2049125Z test_correctness_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-09-27T16:43:42.2085535Z test_correctness_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:42.2126141Z test_correctness_with_reusing_ir_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:42.2345333Z test_correctness_with_reusing_ir_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.2683938Z test_correctness_with_reusing_ir_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.047s) 2022-09-27T16:43:42.2783623Z test_correctness_with_reusing_ir_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:42.2874113Z test_correctness_with_reusing_ir_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.2891914Z test_correctness_with_reusing_ir_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:43:42.3018859Z test_correctness_with_reusing_ir_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.3173327Z test_correctness_with_reusing_ir_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.3338336Z test_correctness_with_reusing_ir_block_diag_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.3404054Z test_correctness_with_reusing_ir_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:42.3570703Z test_correctness_with_reusing_ir_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.3672584Z test_correctness_with_reusing_ir_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.3787727Z test_correctness_with_reusing_ir_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.4652658Z test_correctness_with_reusing_ir_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.079s) 2022-09-27T16:43:42.4717883Z test_correctness_with_reusing_ir_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:42.4785785Z test_correctness_with_reusing_ir_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-09-27T16:43:42.5109548Z test_correctness_with_reusing_ir_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.032s) 2022-09-27T16:43:42.5284500Z test_correctness_with_reusing_ir_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.5454269Z test_correctness_with_reusing_ir_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.5626396Z test_correctness_with_reusing_ir_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.5643887Z test_correctness_with_reusing_ir_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.000s) 2022-09-27T16:43:42.5855160Z test_correctness_with_reusing_ir_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.032s) 2022-09-27T16:43:42.5919807Z test_correctness_with_reusing_ir_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:42.6070524Z test_correctness_with_reusing_ir_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.6110673Z test_correctness_with_reusing_ir_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:42.6169395Z test_correctness_with_reusing_ir_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.6320547Z test_correctness_with_reusing_ir_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.6506175Z test_correctness_with_reusing_ir_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.6680532Z test_correctness_with_reusing_ir_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.6857737Z test_correctness_with_reusing_ir_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.6917396Z test_correctness_with_reusing_ir_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:42.6982194Z test_correctness_with_reusing_ir_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.7167726Z test_correctness_with_reusing_ir_logsumexp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.7343566Z test_correctness_with_reusing_ir_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.7498305Z test_correctness_with_reusing_ir_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.7675878Z test_correctness_with_reusing_ir_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.7720898Z test_correctness_with_reusing_ir_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:42.7783557Z test_correctness_with_reusing_ir_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.8023167Z test_correctness_with_reusing_ir_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.8251186Z test_correctness_with_reusing_ir_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.031s) 2022-09-27T16:43:42.8428519Z test_correctness_with_reusing_ir_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.8473853Z test_correctness_with_reusing_ir_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:42.8526186Z test_correctness_with_reusing_ir_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.8765918Z test_correctness_with_reusing_ir_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.8807532Z test_correctness_with_reusing_ir_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:42.8982880Z test_correctness_with_reusing_ir_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.9024971Z test_correctness_with_reusing_ir_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:42.9124248Z test_correctness_with_reusing_ir_narrow_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:42.9466857Z test_correctness_with_reusing_ir_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.031s) 2022-09-27T16:43:42.9649979Z test_correctness_with_reusing_ir_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.031s) 2022-09-27T16:43:42.9688373Z test_correctness_with_reusing_ir_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:42.9706926Z test_correctness_with_reusing_ir_new_empty_strided_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:43:43.0194763Z test_correctness_with_reusing_ir_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.048s) 2022-09-27T16:43:43.0264391Z test_correctness_with_reusing_ir_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.0326934Z test_correctness_with_reusing_ir_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.0405660Z test_correctness_with_reusing_ir_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.0464417Z test_correctness_with_reusing_ir_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.0639533Z test_correctness_with_reusing_ir_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.1169212Z test_correctness_with_reusing_ir_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.048s) 2022-09-27T16:43:43.1226478Z test_correctness_with_reusing_ir_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.1487851Z test_correctness_with_reusing_ir_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.1594318Z test_correctness_with_reusing_ir_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.1631623Z test_correctness_with_reusing_ir_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.1690009Z test_correctness_with_reusing_ir_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.1994954Z test_correctness_with_reusing_ir_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.2292422Z test_correctness_with_reusing_ir_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.032s) 2022-09-27T16:43:43.2339841Z test_correctness_with_reusing_ir_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.2497799Z test_correctness_with_reusing_ir_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.2624779Z test_correctness_with_reusing_ir_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.2833928Z test_correctness_with_reusing_ir_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.032s) 2022-09-27T16:43:43.3046495Z test_correctness_with_reusing_ir_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.3083787Z test_correctness_with_reusing_ir_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.3229138Z test_correctness_with_reusing_ir_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.3264866Z test_correctness_with_reusing_ir_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.3394915Z test_correctness_with_reusing_ir_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.3526477Z test_correctness_with_reusing_ir_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.3564603Z test_correctness_with_reusing_ir_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.3598741Z test_dispatched_to_lazy_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.3666210Z test_dispatched_to_lazy_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.3902342Z test_dispatched_to_lazy_addcdiv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.4243098Z test_dispatched_to_lazy_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.048s) 2022-09-27T16:43:43.4305196Z test_dispatched_to_lazy_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.4393596Z test_dispatched_to_lazy_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.4425011Z test_dispatched_to_lazy_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.000s) 2022-09-27T16:43:43.4493098Z test_dispatched_to_lazy_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.4590545Z test_dispatched_to_lazy_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.4686961Z test_dispatched_to_lazy_bernoulli_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.4725304Z test_dispatched_to_lazy_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-09-27T16:43:43.4780951Z test_dispatched_to_lazy_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.4833592Z test_dispatched_to_lazy_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.4901052Z test_dispatched_to_lazy_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.016s) 2022-09-27T16:43:43.5009055Z test_dispatched_to_lazy_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.5045021Z test_dispatched_to_lazy_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.5090669Z test_dispatched_to_lazy_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.5173862Z test_dispatched_to_lazy_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.5274984Z test_dispatched_to_lazy_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.5375516Z test_dispatched_to_lazy_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.5476043Z test_dispatched_to_lazy_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.5491240Z test_dispatched_to_lazy_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.000s) 2022-09-27T16:43:43.5549447Z test_dispatched_to_lazy_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.5588318Z test_dispatched_to_lazy_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.5631579Z test_dispatched_to_lazy_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.5668434Z test_dispatched_to_lazy_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.5699940Z test_dispatched_to_lazy_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.5790686Z test_dispatched_to_lazy_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.5846075Z test_dispatched_to_lazy_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.5900987Z test_dispatched_to_lazy_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.5955471Z test_dispatched_to_lazy_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.5991696Z test_dispatched_to_lazy_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.6031662Z test_dispatched_to_lazy_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.6087511Z test_dispatched_to_lazy_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.6144428Z test_dispatched_to_lazy_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.6199244Z test_dispatched_to_lazy_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.6235764Z test_dispatched_to_lazy_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.6281091Z test_dispatched_to_lazy_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.6336546Z test_dispatched_to_lazy_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.6377371Z test_dispatched_to_lazy_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.6431891Z test_dispatched_to_lazy_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.6474632Z test_dispatched_to_lazy_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.6527346Z test_dispatched_to_lazy_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.6582742Z test_dispatched_to_lazy_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.6619951Z test_dispatched_to_lazy_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.6675575Z test_dispatched_to_lazy_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.6711847Z test_dispatched_to_lazy_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.6795016Z test_dispatched_to_lazy_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-09-27T16:43:43.6849656Z test_dispatched_to_lazy_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.6878162Z test_dispatched_to_lazy_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.6982222Z test_dispatched_to_lazy_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.7014054Z test_dispatched_to_lazy_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.7047622Z test_dispatched_to_lazy_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.7083071Z test_dispatched_to_lazy_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.7138741Z test_dispatched_to_lazy_pow_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.7169672Z test_dispatched_to_lazy_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.7270848Z test_dispatched_to_lazy_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.7442083Z test_dispatched_to_lazy_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.7473292Z test_dispatched_to_lazy_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.7653147Z test_dispatched_to_lazy_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.7702614Z test_dispatched_to_lazy_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.7731988Z test_dispatched_to_lazy_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.7763138Z test_dispatched_to_lazy_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.7837306Z test_dispatched_to_lazy_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.7945020Z test_dispatched_to_lazy_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.7978242Z test_dispatched_to_lazy_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.8020287Z test_dispatched_to_lazy_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.8086194Z test_dispatched_to_lazy_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.8147551Z test_dispatched_to_lazy_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.8193070Z test_dispatched_to_lazy_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.8221872Z test_dispatched_to_lazy_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.8303712Z test_dispatched_to_lazy_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.8331468Z test_dispatched_to_lazy_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.8375275Z test_dispatched_to_lazy_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-09-27T16:43:43.8421939Z test_dispatched_to_lazy_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.8450437Z test_dispatched_to_lazy_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.000s) 2022-09-27T16:43:43.8466931Z testConvolutionBackward (__main__.TestLazyTensor) ... skip: Disable until autograd supports symints (0.000s) 2022-09-27T16:43:43.8490400Z test_tensor_ctr (__main__.TestLazyTensor) ... ok (0.000s) 2022-09-27T16:43:43.8520902Z test_view_mark_step_preserved (__main__.TestLazyTensor) ... ok (0.016s) 2022-09-27T16:43:43.8521416Z 2022-09-27T16:43:43.8521733Z ---------------------------------------------------------------------- 2022-09-27T16:43:43.8522020Z Ran 234 tests in 3.094s 2022-09-27T16:43:43.8522142Z 2022-09-27T16:43:43.8522239Z OK (skipped=8, expected failures=2) 2022-09-27T16:43:43.8522368Z 2022-09-27T16:43:43.8522455Z Generating XML reports... 2022-09-27T16:43:43.8581598Z Generated XML report: test-reports\python-unittest\lazy\test_ts_opinfo\TEST-TestLazyDynamicOps-20220927164340.xml 2022-09-27T16:43:43.8793843Z Generated XML report: test-reports\python-unittest\lazy\test_ts_opinfo\TEST-TestLazyOpInfoCPU-20220927164340.xml 2022-09-27T16:43:43.8801831Z Generated XML report: test-reports\python-unittest\lazy\test_ts_opinfo\TEST-TestLazyTensor-20220927164340.xml 2022-09-27T16:43:44.2081488Z Running nn/test_packed_sequence ... [2022-09-27 16:43:44.199580] 2022-09-27T16:43:45.5619475Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_packed_sequence.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:43:44.199580] 2022-09-27T16:43:45.5619837Z 2022-09-27T16:43:45.5619905Z Running tests... 2022-09-27T16:43:45.5620167Z ---------------------------------------------------------------------- 2022-09-27T16:43:45.5620521Z Test results will be stored in test-reports\python-unittest\nn\test_packed_sequence 2022-09-27T16:43:46.5284272Z test_pack_padded_sequence (__main__.PackedSequenceTest) ... ok (0.977s) 2022-09-27T16:43:46.6321808Z test_pack_sequence (__main__.PackedSequenceTest) ... ok (0.098s) 2022-09-27T16:43:46.6556403Z test_pad_sequence (__main__.PackedSequenceTest) ... ok (0.031s) 2022-09-27T16:43:46.6570642Z test_pad_sequence_with_non_iterable_sequences (__main__.PackedSequenceTest) ... ok (0.000s) 2022-09-27T16:43:46.6587863Z test_pad_sequence_with_tensor_sequences (__main__.PackedSequenceTest) ... ok (0.000s) 2022-09-27T16:43:46.6616826Z test_to (__main__.PackedSequenceTest) ... ok (0.000s) 2022-09-27T16:43:46.6632148Z test_to_memory_format (__main__.PackedSequenceTest) ... ok (0.000s) 2022-09-27T16:43:46.6675735Z test_total_length (__main__.PackedSequenceTest) ... ok (0.000s) 2022-09-27T16:43:46.6683151Z test_type_casts (__main__.PackedSequenceTest) 2022-09-27T16:43:46.6937917Z Test type casting of `PackedSequence` against type casting of tensor ... ok (0.031s) 2022-09-27T16:43:46.7077934Z test_unpack_sequence (__main__.PackedSequenceTest) ... ok (0.010s) 2022-09-27T16:43:46.7205767Z test_unpad_sequence (__main__.PackedSequenceTest) ... ok (0.016s) 2022-09-27T16:43:46.7223354Z test_wrong_order (__main__.PackedSequenceTest) ... ok (0.000s) 2022-09-27T16:43:46.7223678Z 2022-09-27T16:43:46.7223975Z ---------------------------------------------------------------------- 2022-09-27T16:43:46.7224312Z Ran 12 tests in 1.156s 2022-09-27T16:43:46.7224429Z 2022-09-27T16:43:46.7224489Z OK 2022-09-27T16:43:46.7224579Z 2022-09-27T16:43:46.7224667Z Generating XML reports... 2022-09-27T16:43:46.7285647Z Generated XML report: test-reports\python-unittest\nn\test_packed_sequence\TEST-PackedSequenceTest-20220927164345.xml 2022-09-27T16:43:46.9515049Z Running profiler/test_profiler ... [2022-09-27 16:43:46.944242] 2022-09-27T16:43:46.9515548Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'profiler/test_profiler.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:43:46.944242] 2022-09-27T16:43:48.5237471Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-09-27T16:43:48.8972805Z 2022-09-27T16:43:48.8973309Z Running tests... 2022-09-27T16:43:48.8973669Z Test results will be stored in test-reports\python-unittest\profiler\test_profiler 2022-09-27T16:43:48.8974021Z ---------------------------------------------------------------------- 2022-09-27T16:43:48.9198674Z test_execution_graph_alone (__main__.TestExecutionGraph) ... ok (0.016s) 2022-09-27T16:43:48.9255338Z test_execution_graph_no_capture (__main__.TestExecutionGraph) ... ok (0.016s) 2022-09-27T16:43:48.9553822Z test_execution_graph_repeat_in_loop (__main__.TestExecutionGraph) ... ok (0.031s) 2022-09-27T16:43:48.9694543Z test_execution_graph_start_stop (__main__.TestExecutionGraph) ... ok (0.010s) 2022-09-27T16:43:48.9737269Z 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-09-27T16:43:48.9753022Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\profiler\kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-09-27T16:43:48.9768827Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\profiler\kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-09-27T16:43:48.9804103Z STAGE:2022-09-27 16:43:48 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:48.9841315Z STAGE:2022-09-27 16:43:48 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:48.9935705Z STAGE:2022-09-27 16:43:48 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:48.9956608Z STAGE:2022-09-27 16:43:48 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:49.0089263Z ok (0.041s) 2022-09-27T16:43:49.0119100Z test_profiler_conv2d_bias_followed_by_batchnorm2d_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 16:43:49 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:49.0137414Z STAGE:2022-09-27 16:43:49 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:49.0176279Z STAGE:2022-09-27 16:43:49 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:49.0185495Z STAGE:2022-09-27 16:43:49 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:49.0220497Z STAGE:2022-09-27 16:43:49 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:49.0226411Z STAGE:2022-09-27 16:43:49 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:49.0249234Z ok (0.016s) 2022-09-27T16:43:49.0270022Z test_profiler_extra_cuda_copy_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.000s) 2022-09-27T16:43:49.0277162Z test_profiler_extra_cuda_copy_pattern_benchmark (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.000s) 2022-09-27T16:43:49.0299621Z test_profiler_for_loop_indexing_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 16:43:49 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:49.0319222Z STAGE:2022-09-27 16:43:49 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:49.0813345Z STAGE:2022-09-27 16:43:49 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:49.0828270Z STAGE:2022-09-27 16:43:49 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:49.1080767Z STAGE:2022-09-27 16:43:49 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:49.1093742Z STAGE:2022-09-27 16:43:49 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:49.1338790Z STAGE:2022-09-27 16:43:49 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:49.1384918Z STAGE:2022-09-27 16:43:49 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:49.1812775Z STAGE:2022-09-27 16:43:49 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:49.1852926Z STAGE:2022-09-27 16:43:49 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:49.2694738Z ok (0.238s) 2022-09-27T16:43:49.2702866Z test_profiler_fp32_matmul_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.000s) 2022-09-27T16:43:49.2728992Z test_profiler_grad_not_set_to_none_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 16:43:49 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:49.2773171Z STAGE:2022-09-27 16:43:49 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:49.3095105Z STAGE:2022-09-27 16:43:49 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:49.3121758Z STAGE:2022-09-27 16:43:49 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:49.3383016Z STAGE:2022-09-27 16:43:49 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:49.3408338Z STAGE:2022-09-27 16:43:49 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:49.3660918Z STAGE:2022-09-27 16:43:49 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:49.3688417Z STAGE:2022-09-27 16:43:49 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:49.3977812Z ok (0.133s) 2022-09-27T16:43:49.3990854Z test_profiler_matmul_dim_fp16_pattern (__main__.TestExperimentalUtils) ... skip: CUDA is required (0.000s) 2022-09-27T16:43:49.4130674Z test_profiler_name_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 16:43:49 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:50.2828633Z STAGE:2022-09-27 16:43:50 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:50.2906421Z ok (0.892s) 2022-09-27T16:43:50.2934647Z test_profiler_optimizer_single_tensor_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 16:43:50 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:50.2975197Z STAGE:2022-09-27 16:43:50 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:50.3369268Z STAGE:2022-09-27 16:43:50 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:50.3396503Z STAGE:2022-09-27 16:43:50 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:50.3614973Z STAGE:2022-09-27 16:43:50 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:50.3655480Z STAGE:2022-09-27 16:43:50 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:50.4074934Z STAGE:2022-09-27 16:43:50 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:50.4116207Z STAGE:2022-09-27 16:43:50 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:50.5216604Z STAGE:2022-09-27 16:43:50 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:50.5247128Z STAGE:2022-09-27 16:43:50 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:50.5462785Z STAGE:2022-09-27 16:43:50 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:50.5501811Z STAGE:2022-09-27 16:43:50 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:50.5953736Z ok (0.307s) 2022-09-27T16:43:50.5977077Z test_profiler_pattern_match_helper (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 16:43:50 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:50.5981877Z STAGE:2022-09-27 16:43:50 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:50.6005396Z ok (0.000s) 2022-09-27T16:43:50.6032342Z test_profiler_pattern_matcher_json_report (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 16:43:50 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:50.6064226Z STAGE:2022-09-27 16:43:50 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:50.6548272Z ok (0.063s) 2022-09-27T16:43:50.6567890Z test_profiler_synchronized_dataloader_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 16:43:50 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:52.3194023Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-09-27T16:43:52.3256682Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-09-27T16:43:52.3341296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:43:52.3341722Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:43:52.3345543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:43:52.3345958Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:43:52.3400401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:43:52.3400813Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:43:52.3404636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:43:52.3405056Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:43:52.3877557Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-09-27T16:43:52.3949425Z No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' 2022-09-27T16:43:52.4026482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:43:52.4026906Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:43:52.4031056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:43:52.4031494Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:43:52.4096065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:43:52.4096447Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:43:52.4100456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:43:52.4100874Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:43:53.1344968Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:53.2718616Z ok (2.613s) 2022-09-27T16:43:53.2739182Z test_utils_compute_idle_time (__main__.TestExperimentalUtils) ... ok (0.000s) 2022-09-27T16:43:53.2759764Z test_utils_compute_queue_depth (__main__.TestExperimentalUtils) ... ok (0.000s) 2022-09-27T16:43:53.2782473Z test_utils_compute_queue_depth_when_no_cuda_events (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:53.2955969Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:53.2983898Z ok (0.026s) 2022-09-27T16:43:53.3005431Z test_utils_compute_self_time (__main__.TestExperimentalUtils) ... STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:53.3014103Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:53.3081371Z ok (0.000s) 2022-09-27T16:43:53.3144742Z test_utils_get_optimizable_events (__main__.TestExperimentalUtils) ... ok (0.016s) 2022-09-27T16:43:53.3158255Z 5 2022-09-27T16:43:53.3158632Z test_utils_intervals_overlap (__main__.TestExperimentalUtils) ... ok (0.000s) 2022-09-27T16:43:53.3176550Z test_export_stacks (__main__.TestProfiler) ... STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:53.3180547Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:53.3252742Z ok (0.016s) 2022-09-27T16:43:53.3506382Z test_flops (__main__.TestProfiler) ... STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:53.3651086Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:53.3690312Z ok (0.041s) 2022-09-27T16:43:53.3724607Z test_high_level_trace (__main__.TestProfiler) 2022-09-27T16:43:53.3780177Z Checks that python side high level events are recorded. ... STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:53.3847854Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:53.4516593Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:53.4601563Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:53.5151798Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:53.5224011Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:53.5798631Z ok (0.212s) 2022-09-27T16:43:53.5819639Z test_kineto (__main__.TestProfiler) ... STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:53.5822445Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:53.5830643Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:53.5834082Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:53.5845313Z ok (0.000s) 2022-09-27T16:43:53.5858812Z test_kineto_multigpu (__main__.TestProfiler) ... skip: Multiple GPUs needed (0.000s) 2022-09-27T16:43:53.5879224Z 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-09-27T16:43:53.5922683Z test_memory_profiler (__main__.TestProfiler) ... STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:53.5925833Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:53.5946788Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:53.5949402Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:53.5963288Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T16:43:53.6020760Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:53.6023944Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:53.6041905Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:53.6630360Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:53.6636197Z ok (0.083s) 2022-09-27T16:43:53.6769022Z test_module_hierarchy (__main__.TestProfiler) ... STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:53.6813630Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:53.6830924Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T16:43:53.6885034Z ok (0.026s) 2022-09-27T16:43:53.6902238Z test_nested_tensor_with_shapes (__main__.TestProfiler) ... C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py:1241: 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:177.) 2022-09-27T16:43:53.6902835Z inp = torch.nested_tensor([a, b]) 2022-09-27T16:43:53.6904336Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:53.6909202Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:53.6924911Z ok (0.000s) 2022-09-27T16:43:53.6946982Z test_oom_tracing (__main__.TestProfiler) ... ok (0.000s) 2022-09-27T16:43:53.6958082Z test_profiler_correlation_id (__main__.TestProfiler) 2022-09-27T16:43:53.7199334Z We expect the correlation_id to be unique across multiple invokation of the profiler, ... STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:53.7315261Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:53.7337396Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:53.7449632Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:53.7471751Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:53.7579790Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:53.7604041Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:53.7711783Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:53.7734188Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:53.7841756Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:53.7877474Z ok (0.098s) 2022-09-27T16:43:53.7908324Z test_profiler_fwd_bwd_link (__main__.TestProfiler) ... skip: Disable forward->backward link to workaround profiler crash (0.000s) 2022-09-27T16:43:53.7926082Z test_profiler_metadata (__main__.TestProfiler) ... STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:53.7927982Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:53.7937036Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T16:43:53.7992725Z ok (0.000s) 2022-09-27T16:43:53.8003847Z test_profiler_tracing (__main__.TestProfiler) ... STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:53.8005789Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:53.8016028Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T16:43:53.8062731Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:53.8064841Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:53.8071118Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T16:43:53.8074623Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:53.8076626Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:53.8086628Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T16:43:53.8132909Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:53.8134481Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:53.8140872Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\output_json.cpp:417] Completed Stage: Post Processing 2022-09-27T16:43:53.8142998Z ok (0.016s) 2022-09-27T16:43:53.8162519Z test_profiler_type (__main__.TestProfiler) ... STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:53.8164899Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:53.8165503Z ok (0.000s) 2022-09-27T16:43:53.8192920Z test_source (__main__.TestProfiler) 2022-09-27T16:43:53.8222917Z Checks that source code attribution works for eager, TS and autograd mode ... STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:53.8612026Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:53.8722656Z ok (0.062s) 2022-09-27T16:43:53.8749254Z test_tensorboard_trace_handler (__main__.TestProfiler) ... skip: Test is flaky on Windows (0.000s) 2022-09-27T16:43:53.8759471Z test_custom_module_input_op_ids (__main__.TestProfilerCUDA) ... skip: Test is flaky on Windows (0.000s) 2022-09-27T16:43:53.8771618Z test_mem_leak (__main__.TestProfilerCUDA) 2022-09-27T16:43:53.8772266Z Checks that there's no memory leak when using profiler with CUDA ... skip: Test is flaky on Windows (0.000s) 2022-09-27T16:43:53.8803074Z test_datapipe_delegation_with_profiler (__main__.TestRecordFunction) ... ok (0.016s) 2022-09-27T16:43:53.8820783Z test_datapipe_with_record_function (__main__.TestRecordFunction) ... STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:53.8844461Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:53.9071730Z ok (0.020s) 2022-09-27T16:43:53.9088097Z test_datapipe_with_record_function_fork (__main__.TestRecordFunction) ... STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:53.9108061Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:53.9297372Z ok (0.016s) 2022-09-27T16:43:53.9316455Z test_record_function (__main__.TestRecordFunction) ... STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:53.9321474Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:53.9339747Z ok (0.016s) 2022-09-27T16:43:53.9813211Z test_allocations (__main__.TestTorchTidyProfiler) ... STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:53.9815319Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:53.9822580Z STAGE:2022-09-27 16:43:53 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:54.0137215Z STAGE:2022-09-27 16:43:54 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:54.0141904Z ok (0.073s) 2022-09-27T16:43:54.0162150Z test_extra_fields (__main__.TestTorchTidyProfiler) ... STAGE:2022-09-27 16:43:54 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:54.0165733Z STAGE:2022-09-27 16:43:54 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:54.0177030Z ok (0.000s) 2022-09-27T16:43:54.0201155Z test_mkldnn_tensors (__main__.TestTorchTidyProfiler) ... STAGE:2022-09-27 16:43:54 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:54.0205212Z STAGE:2022-09-27 16:43:54 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:54.0218943Z ok (0.016s) 2022-09-27T16:43:54.0244416Z test_nnmodule_params (__main__.TestTorchTidyProfiler) ... STAGE:2022-09-27 16:43:54 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:54.0258406Z STAGE:2022-09-27 16:43:54 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:54.0354059Z ok (0.016s) 2022-09-27T16:43:54.0371475Z test_scalar_ins (__main__.TestTorchTidyProfiler) ... STAGE:2022-09-27 16:43:54 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:54.0375255Z STAGE:2022-09-27 16:43:54 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:54.0391037Z ok (0.000s) 2022-09-27T16:43:54.0415088Z test_sparse_tensors (__main__.TestTorchTidyProfiler) ... STAGE:2022-09-27 16:43:54 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:54.0420912Z STAGE:2022-09-27 16:43:54 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:54.0469411Z ok (0.000s) 2022-09-27T16:43:54.0496041Z test_tensor_properties (__main__.TestTorchTidyProfiler) ... STAGE:2022-09-27 16:43:54 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-09-27T16:43:54.0499261Z STAGE:2022-09-27 16:43:54 2948:356 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-09-27T16:43:54.0515990Z ok (0.016s) 2022-09-27T16:43:54.0516470Z 2022-09-27T16:43:54.0516764Z ---------------------------------------------------------------------- 2022-09-27T16:43:54.0517156Z Ran 53 tests in 5.156s 2022-09-27T16:43:54.0517334Z 2022-09-27T16:43:54.0517445Z OK (skipped=10) 2022-09-27T16:43:54.0517707Z 2022-09-27T16:43:54.0517841Z Generating XML reports... 2022-09-27T16:43:54.0577319Z Generated XML report: test-reports\python-unittest\profiler\test_profiler\TEST-TestExecutionGraph-20220927164348.xml 2022-09-27T16:43:54.0609278Z Generated XML report: test-reports\python-unittest\profiler\test_profiler\TEST-TestExperimentalUtils-20220927164348.xml 2022-09-27T16:43:54.0630611Z Generated XML report: test-reports\python-unittest\profiler\test_profiler\TEST-TestProfiler-20220927164348.xml 2022-09-27T16:43:54.0639492Z Generated XML report: test-reports\python-unittest\profiler\test_profiler\TEST-TestRecordFunction-20220927164348.xml 2022-09-27T16:43:54.0651018Z Generated XML report: test-reports\python-unittest\profiler\test_profiler\TEST-TestTorchTidyProfiler-20220927164348.xml 2022-09-27T16:43:54.0658623Z Generated XML report: test-reports\python-unittest\profiler\test_profiler\TEST-TestProfilerCUDA-20220927164348.xml 2022-09-27T16:43:54.3166109Z Running test_comparison_utils ... [2022-09-27 16:43:54.313956] 2022-09-27T16:43:54.3166600Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_comparison_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:43:54.313956] 2022-09-27T16:43:55.8211420Z Running test_cuda_primary_ctx ... [2022-09-27 16:43:55.807152] 2022-09-27T16:43:55.8211907Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_primary_ctx.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:43:55.807152] 2022-09-27T16:43:57.1588034Z CUDA not available, skipping tests 2022-09-27T16:43:57.3278006Z Running test_cuda_trace ... [2022-09-27 16:43:57.326269] 2022-09-27T16:43:57.3278502Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_trace.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:43:57.326269] 2022-09-27T16:43:58.6612557Z CUDA not available, skipping tests 2022-09-27T16:43:58.8302046Z Running test_deploy ... [2022-09-27 16:43:58.823795] 2022-09-27T16:43:58.8302455Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', '-m', 'pytest', 'test_deploy.py', '-v'] ... [2022-09-27 16:43:58.823795] 2022-09-27T16:43:59.4214485Z ============================= test session starts ============================= 2022-09-27T16:43:59.4214950Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-09-27T16:43:59.4215234Z cachedir: .pytest_cache 2022-09-27T16:43:59.4215647Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('C:\\actions-runner\\_work\\pytorch\\pytorch\\test\\.hypothesis\\examples') 2022-09-27T16:43:59.4216105Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-09-27T16:43:59.4216466Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T16:44:00.4777462Z collecting ... collected 1 item 2022-09-27T16:44:00.4777634Z 2022-09-27T16:44:00.8251624Z test_deploy.py::TestFreezer::test_compile_string PASSED [100%] 2022-09-27T16:44:00.8251863Z 2022-09-27T16:44:00.8251981Z ============================== 1 passed in 1.42s ============================== 2022-09-27T16:44:01.0585933Z Running test_hub ... [2022-09-27 16:44:01.043520] 2022-09-27T16:44:01.0586585Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_hub.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:44:01.043520] 2022-09-27T16:44:02.5694212Z Running test_mps ... [2022-09-27 16:44:02.567918] 2022-09-27T16:44:02.5694728Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mps.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:44:02.567918] 2022-09-27T16:44:04.8672576Z MPS not available, skipping tests 2022-09-27T16:44:04.9330519Z 2022-09-27T16:44:04.9330987Z Running tests... 2022-09-27T16:44:04.9331313Z ---------------------------------------------------------------------- 2022-09-27T16:44:04.9331840Z Test results will be stored in test-reports\python-unittest\test_mps 2022-09-27T16:44:04.9400803Z test_output_match_H_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.013s) 2022-09-27T16:44:04.9456200Z test_output_match_H_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:44:04.9509734Z test_output_match_H_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-09-27T16:44:04.9562977Z test_output_match_H_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:04.9616474Z test_output_match_H_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.014s) 2022-09-27T16:44:04.9670131Z test_output_match_H_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:44:04.9723124Z test_output_match_H_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:04.9776340Z test_output_match_T_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:04.9832106Z test_output_match_T_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.018s) 2022-09-27T16:44:04.9888211Z test_output_match_T_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:44:04.9942106Z test_output_match_T_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:44:04.9995069Z test_output_match_T_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.0048019Z test_output_match_T_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.0101217Z test_output_match_T_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.0154267Z test_output_match___getitem___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.0207651Z test_output_match___getitem___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.0260976Z test_output_match___getitem___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.0314013Z test_output_match___getitem___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.0367370Z test_output_match___getitem___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:05.0420193Z test_output_match___getitem___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.0473384Z test_output_match___getitem___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.0526701Z test_output_match___radd___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.0580154Z test_output_match___radd___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.0633502Z test_output_match___radd___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.0691044Z test_output_match___radd___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.0743974Z test_output_match___radd___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.0796597Z test_output_match___radd___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.0849967Z test_output_match___radd___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.0903049Z test_output_match___rand___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.0956222Z test_output_match___rand___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:05.1009052Z test_output_match___rand___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.1062115Z test_output_match___rand___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.1114862Z test_output_match___rand___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.1167830Z test_output_match___rdiv___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.1220662Z test_output_match___rdiv___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.1273452Z test_output_match___rdiv___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.1326933Z test_output_match___rdiv___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.1379561Z test_output_match___rdiv___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.1432788Z test_output_match___rdiv___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.1485586Z test_output_match___rdiv___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.1538900Z test_output_match___rmatmul___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.1591966Z test_output_match___rmatmul___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.1644978Z test_output_match___rmatmul___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.1698218Z test_output_match___rmatmul___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.1751206Z test_output_match___rmatmul___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.1804180Z test_output_match___rmod___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.1857394Z test_output_match___rmod___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.1910342Z test_output_match___rmul___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.1963180Z test_output_match___rmul___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:05.2016510Z test_output_match___rmul___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.2069610Z test_output_match___rmul___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.2122631Z test_output_match___rmul___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.2175543Z test_output_match___rmul___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.2228539Z test_output_match___rmul___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.2281649Z test_output_match___ror___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.2334588Z test_output_match___ror___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.2387658Z test_output_match___ror___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.2441593Z test_output_match___ror___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.2494646Z test_output_match___ror___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.2547710Z test_output_match___rpow___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.2600808Z test_output_match___rpow___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.2653717Z test_output_match___rpow___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.2706697Z test_output_match___rpow___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.2759799Z test_output_match___rpow___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.2812964Z test_output_match___rpow___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.2865910Z test_output_match___rsub___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:05.2918875Z test_output_match___rsub___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.2971977Z test_output_match___rsub___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:05.3025070Z test_output_match___rsub___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.3077811Z test_output_match___rsub___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.3130602Z test_output_match___rsub___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.3183388Z test_output_match___rxor___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.3236215Z test_output_match___rxor___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.3289152Z test_output_match___rxor___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.3342209Z test_output_match___rxor___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.3394924Z test_output_match___rxor___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.3447988Z test_output_match__masked_amax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.3501090Z test_output_match__masked_amax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.3554203Z test_output_match__masked_amax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.3607247Z test_output_match__masked_amax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.3660621Z test_output_match__masked_amax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.3713701Z test_output_match__masked_amax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.3766908Z test_output_match__masked_amin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.3820473Z test_output_match__masked_amin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:05.3873465Z test_output_match__masked_amin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.3926546Z test_output_match__masked_amin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:05.3979536Z test_output_match__masked_amin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.4032815Z test_output_match__masked_amin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.4086213Z test_output_match__masked_argmax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.4139229Z test_output_match__masked_argmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.4192381Z test_output_match__masked_argmax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.4245540Z test_output_match__masked_argmax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.4298579Z test_output_match__masked_argmax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.4351656Z test_output_match__masked_argmax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.4405065Z test_output_match__masked_argmin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.4458149Z test_output_match__masked_argmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.4511315Z test_output_match__masked_argmin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:05.4564358Z test_output_match__masked_argmin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.4617805Z test_output_match__masked_argmin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.4671058Z test_output_match__masked_argmin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.4724536Z test_output_match__masked_cumprod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.4777895Z test_output_match__masked_cumprod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.4831588Z test_output_match__masked_cumprod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.4885361Z test_output_match__masked_cumprod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.4938677Z test_output_match__masked_cumprod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:05.4991661Z test_output_match__masked_cumsum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.5045127Z test_output_match__masked_cumsum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.5097973Z test_output_match__masked_cumsum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.5150978Z test_output_match__masked_cumsum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.5204024Z test_output_match__masked_cumsum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.014s) 2022-09-27T16:44:05.5257247Z test_output_match__masked_log_softmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.001s) 2022-09-27T16:44:05.5310313Z test_output_match__masked_logaddexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.5363025Z test_output_match__masked_logsumexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.5416174Z test_output_match__masked_logsumexp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.5469334Z test_output_match__masked_logsumexp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.5522432Z test_output_match__masked_logsumexp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.5575637Z test_output_match__masked_logsumexp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.5628764Z test_output_match__masked_mean_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.5681812Z test_output_match__masked_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.5734891Z test_output_match__masked_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.5788238Z test_output_match__masked_mean_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.5841508Z test_output_match__masked_mean_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.5894485Z test_output_match__masked_mean_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.5947668Z test_output_match__masked_mean_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.6000797Z test_output_match__masked_median_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.6053997Z test_output_match__masked_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.6107390Z test_output_match__masked_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.6160677Z test_output_match__masked_normalize_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.6213930Z test_output_match__masked_normalize_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.6266969Z test_output_match__masked_prod_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.6320154Z test_output_match__masked_prod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.6373090Z test_output_match__masked_prod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.6426302Z test_output_match__masked_prod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.6479337Z test_output_match__masked_prod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.6532294Z test_output_match__masked_prod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.6585538Z test_output_match__masked_softmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.6638563Z test_output_match__masked_softmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.6691339Z test_output_match__masked_std_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.6744481Z test_output_match__masked_std_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.6798134Z test_output_match__masked_std_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.6851295Z test_output_match__masked_std_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.6904714Z test_output_match__masked_std_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.6958044Z test_output_match__masked_sum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.7011022Z test_output_match__masked_sum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.7064240Z test_output_match__masked_sum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.7117409Z test_output_match__masked_sum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.7170880Z test_output_match__masked_sum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.7224192Z test_output_match__masked_sum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.7277547Z test_output_match__masked_sum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.7330710Z test_output_match__masked_var_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.7383898Z test_output_match__masked_var_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.7437028Z test_output_match__masked_var_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.7489992Z test_output_match__masked_var_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.7543305Z test_output_match__masked_var_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.7596706Z test_output_match__masked_var_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.7649900Z test_output_match_abs_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.7703165Z test_output_match_abs_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.7756577Z test_output_match_abs_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.7809760Z test_output_match_abs_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.7862890Z test_output_match_abs_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.7916337Z test_output_match_abs_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.7969618Z test_output_match_acos_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.8023018Z test_output_match_acos_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.8076069Z test_output_match_acos_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.8129355Z test_output_match_acos_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.8182779Z test_output_match_acos_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.8236133Z test_output_match_acos_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.8289212Z test_output_match_acosh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.8342707Z test_output_match_acosh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.8395961Z test_output_match_acosh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.8448821Z test_output_match_acosh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.8502140Z test_output_match_acosh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.8555376Z test_output_match_acosh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.8608597Z test_output_match_add_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.8661806Z test_output_match_add_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.8714774Z test_output_match_add_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.8767831Z test_output_match_add_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.8820955Z test_output_match_add_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.8874109Z test_output_match_add_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.8927175Z test_output_match_add_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.8980163Z test_output_match_addbmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.9033128Z test_output_match_addbmm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.9086341Z test_output_match_addbmm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.9139854Z test_output_match_addbmm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.9193380Z test_output_match_addbmm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.9246528Z test_output_match_addcdiv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.9299747Z test_output_match_addcmul_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.9353021Z test_output_match_addcmul_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.9406202Z test_output_match_addcmul_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.9459543Z test_output_match_addcmul_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.9512727Z test_output_match_addcmul_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.9565488Z test_output_match_addmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.9618604Z test_output_match_addmm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.9671637Z test_output_match_addmm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:05.9724732Z test_output_match_addmm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.9777810Z test_output_match_addmm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.9831187Z test_output_match_addmm_decomposed_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.017s) 2022-09-27T16:44:05.9884481Z test_output_match_addmm_decomposed_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.9937848Z test_output_match_addmm_decomposed_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:05.9991048Z test_output_match_addmm_decomposed_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.0044015Z test_output_match_addmm_decomposed_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.0097041Z test_output_match_addmv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.0150387Z test_output_match_addmv_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.0203598Z test_output_match_addmv_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.0256841Z test_output_match_addmv_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.0310081Z test_output_match_addmv_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.0363427Z test_output_match_addr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.0416675Z test_output_match_addr_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.0469939Z test_output_match_addr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.0523032Z test_output_match_addr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.0576261Z test_output_match_addr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.0629118Z test_output_match_addr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.0682168Z test_output_match_addr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.0735126Z test_output_match_all_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.0788461Z test_output_match_all_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.0841512Z test_output_match_all_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.0894799Z test_output_match_all_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.0948057Z test_output_match_all_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.1001236Z test_output_match_all_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.1054198Z test_output_match_all_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.1107624Z test_output_match_allclose_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.1160802Z test_output_match_allclose_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.1213901Z test_output_match_amax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.1267285Z test_output_match_amax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.1320644Z test_output_match_amax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.1373885Z test_output_match_amax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.1427286Z test_output_match_amax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.1480455Z test_output_match_amax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.1533706Z test_output_match_amax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.1587061Z test_output_match_amin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.1640439Z test_output_match_amin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.1693362Z test_output_match_amin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.1746894Z test_output_match_amin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.1800029Z test_output_match_amin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.1853013Z test_output_match_amin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.1906330Z test_output_match_amin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.1959463Z test_output_match_aminmax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.2012544Z test_output_match_aminmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.2066017Z test_output_match_aminmax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.2119094Z test_output_match_aminmax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.2171955Z test_output_match_aminmax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.2225004Z test_output_match_aminmax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.2278051Z test_output_match_angle_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.2331315Z test_output_match_angle_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.2385228Z test_output_match_angle_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.2438455Z test_output_match_angle_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.2491624Z test_output_match_angle_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.2544714Z test_output_match_angle_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.2597739Z test_output_match_angle_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.2651054Z test_output_match_any_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.2704174Z test_output_match_any_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.2757446Z test_output_match_any_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.2810332Z test_output_match_any_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.2863386Z test_output_match_any_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.001s) 2022-09-27T16:44:06.2916400Z test_output_match_any_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.2969392Z test_output_match_any_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.3022344Z test_output_match_arange_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.3075368Z test_output_match_arange_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.3129004Z test_output_match_arange_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.3182005Z test_output_match_arange_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.3235062Z test_output_match_arange_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.3288196Z test_output_match_arange_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.3341237Z test_output_match_argmax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.3394344Z test_output_match_argmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.3447563Z test_output_match_argmax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.3500969Z test_output_match_argmax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.3554112Z test_output_match_argmax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.3607100Z test_output_match_argmax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.3660472Z test_output_match_argmin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.3713850Z test_output_match_argmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.3767497Z test_output_match_argmin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.3820687Z test_output_match_argmin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.3873870Z test_output_match_argmin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.3927061Z test_output_match_argmin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.3980018Z test_output_match_argsort_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.4033172Z test_output_match_argsort_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.4086346Z test_output_match_argsort_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.4139550Z test_output_match_argsort_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.4192852Z test_output_match_argsort_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.4246195Z test_output_match_argsort_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.4299627Z test_output_match_argsort_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.4352970Z test_output_match_argwhere_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.4405987Z test_output_match_argwhere_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.4459330Z test_output_match_argwhere_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.4512552Z test_output_match_argwhere_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.4565908Z test_output_match_argwhere_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.4619119Z test_output_match_argwhere_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.4672144Z test_output_match_argwhere_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.4725900Z test_output_match_as_strided_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.4779211Z test_output_match_as_strided_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.001s) 2022-09-27T16:44:06.4832344Z test_output_match_as_strided_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.4885593Z test_output_match_as_strided_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.4939098Z test_output_match_as_strided_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.4992392Z test_output_match_as_strided_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.5045700Z test_output_match_as_strided_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.5099065Z test_output_match_as_strided_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.5152344Z test_output_match_as_strided_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.5205564Z test_output_match_as_strided_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.5258773Z test_output_match_as_strided_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.5312264Z test_output_match_as_strided_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.5365563Z test_output_match_as_strided_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.5418927Z test_output_match_as_strided_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.5472113Z test_output_match_asin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.5525407Z test_output_match_asin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.5578869Z test_output_match_asin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.5632325Z test_output_match_asin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.5685615Z test_output_match_asin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.5738741Z test_output_match_asin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.5792055Z test_output_match_asinh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.5845660Z test_output_match_asinh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.5898828Z test_output_match_asinh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.5951824Z test_output_match_asinh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.6004888Z test_output_match_asinh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.6057944Z test_output_match_asinh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.6111178Z test_output_match_atan2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.6164361Z test_output_match_atan2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.6217399Z test_output_match_atan2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.6271510Z test_output_match_atan2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.6323678Z test_output_match_atan2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.6376702Z test_output_match_atan2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.6430053Z test_output_match_atan_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.6483100Z test_output_match_atan_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.6536337Z test_output_match_atan_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.6589385Z test_output_match_atan_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.6642570Z test_output_match_atan_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.6695869Z test_output_match_atan_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.6748993Z test_output_match_atanh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.6803347Z test_output_match_atanh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.6857315Z test_output_match_atanh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.6910592Z test_output_match_atanh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.6963856Z test_output_match_atanh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.7016895Z test_output_match_atanh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.7070200Z test_output_match_atleast_1d_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.7123384Z test_output_match_atleast_1d_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.7176733Z test_output_match_atleast_1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.7230041Z test_output_match_atleast_1d_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.7283223Z test_output_match_atleast_1d_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.7336285Z test_output_match_atleast_1d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.7389361Z test_output_match_atleast_1d_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.7442349Z test_output_match_atleast_2d_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.7495286Z test_output_match_atleast_2d_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.7548011Z test_output_match_atleast_2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.7600955Z test_output_match_atleast_2d_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.7653857Z test_output_match_atleast_2d_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.7707006Z test_output_match_atleast_2d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.7759948Z test_output_match_atleast_2d_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.7812530Z test_output_match_atleast_3d_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.7865599Z test_output_match_atleast_3d_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.7918270Z test_output_match_atleast_3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.7970965Z test_output_match_atleast_3d_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.8024218Z test_output_match_atleast_3d_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.8077300Z test_output_match_atleast_3d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.8130117Z test_output_match_atleast_3d_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.8183295Z test_output_match_baddbmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.8236253Z test_output_match_baddbmm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.8289261Z test_output_match_baddbmm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.8342372Z test_output_match_baddbmm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.8395377Z test_output_match_baddbmm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.8448051Z test_output_match_bernoulli_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.8500941Z test_output_match_bfloat16_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.8553619Z test_output_match_bfloat16_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.8606256Z test_output_match_bfloat16_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.8658972Z test_output_match_bfloat16_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.8711684Z test_output_match_bfloat16_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.8764327Z test_output_match_bfloat16_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.8817183Z test_output_match_bfloat16_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.8870101Z test_output_match_bincount_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.8922724Z test_output_match_bincount_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.8975430Z test_output_match_bincount_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.9028134Z test_output_match_bincount_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.9080850Z test_output_match_bitwise_and_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.9133468Z test_output_match_bitwise_and_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.9186645Z test_output_match_bitwise_and_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.9239530Z test_output_match_bitwise_and_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.9292499Z test_output_match_bitwise_and_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.9346007Z test_output_match_bitwise_left_shift_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.9398886Z test_output_match_bitwise_left_shift_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.9451729Z test_output_match_bitwise_left_shift_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.9504667Z test_output_match_bitwise_left_shift_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.9557642Z test_output_match_bitwise_not_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.9610213Z test_output_match_bitwise_not_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.9663257Z test_output_match_bitwise_not_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.9715950Z test_output_match_bitwise_not_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.9768606Z test_output_match_bitwise_not_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.9821349Z test_output_match_bitwise_or_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:06.9874080Z test_output_match_bitwise_or_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.9926466Z test_output_match_bitwise_or_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:06.9979302Z test_output_match_bitwise_or_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.0032041Z test_output_match_bitwise_or_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.0084737Z test_output_match_bitwise_right_shift_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.0137463Z test_output_match_bitwise_right_shift_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.0190067Z test_output_match_bitwise_right_shift_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.0242970Z test_output_match_bitwise_right_shift_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.0295563Z test_output_match_bitwise_xor_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.0348452Z test_output_match_bitwise_xor_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.0401303Z test_output_match_bitwise_xor_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.0454311Z test_output_match_bitwise_xor_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.0507454Z test_output_match_bitwise_xor_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.0560203Z test_output_match_block_diag_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.0613228Z test_output_match_block_diag_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.0666246Z test_output_match_block_diag_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.0719201Z test_output_match_block_diag_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.0771857Z test_output_match_block_diag_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.0824742Z test_output_match_block_diag_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.0877369Z test_output_match_block_diag_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.0929954Z test_output_match_bmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.0982367Z test_output_match_bmm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.1034808Z test_output_match_bmm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.1087529Z test_output_match_bmm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.1140067Z test_output_match_bmm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.1192593Z test_output_match_bool_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.1245319Z test_output_match_bool_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.1297875Z test_output_match_bool_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.1350849Z test_output_match_bool_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.1404007Z test_output_match_bool_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.1456854Z test_output_match_bool_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.1509788Z test_output_match_bool_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.1562799Z test_output_match_broadcast_shapes_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.1616027Z test_output_match_broadcast_tensors_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.1669089Z test_output_match_broadcast_tensors_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.1722330Z test_output_match_broadcast_tensors_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.1775484Z test_output_match_broadcast_tensors_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.1828369Z test_output_match_broadcast_tensors_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.1881590Z test_output_match_broadcast_tensors_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.1934479Z test_output_match_broadcast_tensors_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.1987061Z test_output_match_broadcast_to_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.2039978Z test_output_match_broadcast_to_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.2092620Z test_output_match_broadcast_to_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.2145451Z test_output_match_broadcast_to_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.2198522Z test_output_match_broadcast_to_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.2251538Z test_output_match_broadcast_to_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.2304505Z test_output_match_broadcast_to_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.2357581Z test_output_match_bucketize_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.2410557Z test_output_match_bucketize_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.2463338Z test_output_match_bucketize_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.2516294Z test_output_match_bucketize_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.2569120Z test_output_match_bucketize_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.2621920Z test_output_match_bucketize_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.2674973Z test_output_match_byte_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.2727745Z test_output_match_byte_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.2780540Z test_output_match_byte_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.2833709Z test_output_match_byte_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.2886659Z test_output_match_byte_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.2939746Z test_output_match_byte_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.2992558Z test_output_match_byte_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.3045194Z test_output_match_cartesian_prod_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.3097906Z test_output_match_cartesian_prod_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.3150653Z test_output_match_cartesian_prod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.3203366Z test_output_match_cartesian_prod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.3256097Z test_output_match_cartesian_prod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.3309065Z test_output_match_cartesian_prod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.3361525Z test_output_match_cartesian_prod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.3414243Z test_output_match_cat_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.3467123Z test_output_match_cat_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.3519858Z test_output_match_cat_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.3572706Z test_output_match_cat_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.3625715Z test_output_match_cat_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.3678436Z test_output_match_cat_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.3731286Z test_output_match_cat_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.3784218Z test_output_match_cdist_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.3837120Z test_output_match_ceil_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.3889808Z test_output_match_ceil_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.3942927Z test_output_match_ceil_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.3995819Z test_output_match_ceil_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.4048673Z test_output_match_ceil_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.4101288Z test_output_match_chalf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.4154219Z test_output_match_chalf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.4206971Z test_output_match_chalf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.4260033Z test_output_match_chalf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.4312794Z test_output_match_chalf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.4365434Z test_output_match_chalf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.4418692Z test_output_match_chalf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.4471370Z test_output_match_char_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.4524061Z test_output_match_char_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.4576835Z test_output_match_char_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.4629425Z test_output_match_char_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.4682364Z test_output_match_char_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.4736013Z test_output_match_char_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.019s) 2022-09-27T16:44:07.4789323Z test_output_match_char_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:44:07.4842280Z test_output_match_cholesky_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.003s) 2022-09-27T16:44:07.4895252Z test_output_match_cholesky_inverse_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:44:07.4948354Z test_output_match_cholesky_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.5001500Z test_output_match_chunk_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:07.5054566Z test_output_match_chunk_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.5107334Z test_output_match_chunk_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.5160289Z test_output_match_chunk_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.5212985Z test_output_match_chunk_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.5265878Z test_output_match_chunk_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.5318572Z test_output_match_chunk_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.5371246Z test_output_match_clamp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.5423950Z test_output_match_clamp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.5476761Z test_output_match_clamp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.5529402Z test_output_match_clamp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.5582427Z test_output_match_clamp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.5635179Z test_output_match_clamp_max_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.5687795Z test_output_match_clamp_max_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.5740588Z test_output_match_clamp_max_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.5793824Z test_output_match_clamp_max_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.5846649Z test_output_match_clamp_max_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.5899574Z test_output_match_clamp_max_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:07.5952499Z test_output_match_clamp_max_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.6005706Z test_output_match_clamp_min_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:07.6058686Z test_output_match_clamp_min_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.6111550Z test_output_match_clamp_min_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:07.6164672Z test_output_match_clamp_min_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.6217692Z test_output_match_clamp_min_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.6270505Z test_output_match_clamp_min_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.6323379Z test_output_match_clamp_min_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.6376268Z test_output_match_clone_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.6428859Z test_output_match_clone_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.6481689Z test_output_match_clone_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.6534742Z test_output_match_clone_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.6587320Z test_output_match_clone_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.6640150Z test_output_match_clone_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.6692908Z test_output_match_clone_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.6745570Z test_output_match_column_stack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.6798487Z test_output_match_column_stack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.6851640Z test_output_match_column_stack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.6904675Z test_output_match_column_stack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.6957562Z test_output_match_column_stack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:07.7010343Z test_output_match_column_stack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.7063410Z test_output_match_column_stack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.7116638Z test_output_match_combinations_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.7169503Z test_output_match_combinations_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.7222661Z test_output_match_combinations_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.7275894Z test_output_match_combinations_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.7328536Z test_output_match_combinations_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.7381344Z test_output_match_combinations_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:07.7434137Z test_output_match_combinations_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.7486780Z test_output_match_complex_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.7539751Z test_output_match_complex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.7592507Z test_output_match_conj_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.7645391Z test_output_match_conj_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.7698493Z test_output_match_conj_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.7751611Z test_output_match_conj_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.7804288Z test_output_match_conj_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.7857427Z test_output_match_conj_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.7910584Z test_output_match_conj_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.7963559Z test_output_match_conj_physical_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:07.8016757Z test_output_match_conj_physical_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.8069761Z test_output_match_conj_physical_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.8122529Z test_output_match_conj_physical_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.8175213Z test_output_match_conj_physical_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.8227725Z test_output_match_conj_physical_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.8280747Z test_output_match_conj_physical_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.8333815Z test_output_match_constant_pad_nd_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.8386832Z test_output_match_constant_pad_nd_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.8439640Z test_output_match_constant_pad_nd_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.8492521Z test_output_match_constant_pad_nd_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.8545280Z test_output_match_constant_pad_nd_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.8597778Z test_output_match_constant_pad_nd_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.8650738Z test_output_match_constant_pad_nd_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.8703421Z test_output_match_contiguous_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.8756403Z test_output_match_contiguous_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.8808690Z test_output_match_contiguous_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.8861250Z test_output_match_contiguous_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.8913982Z test_output_match_contiguous_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.8966614Z test_output_match_contiguous_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:07.9019582Z test_output_match_contiguous_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.9072525Z test_output_match_copysign_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.9125426Z test_output_match_copysign_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.9178404Z test_output_match_copysign_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.9231307Z test_output_match_copysign_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.9284226Z test_output_match_copysign_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.9337138Z test_output_match_copysign_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.9389894Z test_output_match_copysign_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.9442789Z test_output_match_corrcoef_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.9495494Z test_output_match_corrcoef_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.9548287Z test_output_match_corrcoef_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.9601121Z test_output_match_corrcoef_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.9654159Z test_output_match_corrcoef_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.9706937Z test_output_match_cos_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.9759946Z test_output_match_cos_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:07.9812625Z test_output_match_cos_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.9865583Z test_output_match_cos_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.011s) 2022-09-27T16:44:07.9918013Z test_output_match_cos_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:07.9970523Z test_output_match_cos_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.0023045Z test_output_match_cosh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.0075792Z test_output_match_cosh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.0128366Z test_output_match_cosh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.0181286Z test_output_match_cosh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.0234346Z test_output_match_cosh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.0287202Z test_output_match_cosh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.0340156Z test_output_match_count_nonzero_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.0393178Z test_output_match_count_nonzero_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.0446221Z test_output_match_count_nonzero_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.0499199Z test_output_match_count_nonzero_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.0552217Z test_output_match_count_nonzero_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.0605002Z test_output_match_count_nonzero_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.0657998Z test_output_match_count_nonzero_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.0710872Z test_output_match_cov_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.0763981Z test_output_match_cov_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.0817362Z test_output_match_cov_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.018s) 2022-09-27T16:44:08.0870947Z test_output_match_cov_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:44:08.0924527Z test_output_match_cov_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:44:08.0977469Z test_output_match_cross_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-09-27T16:44:08.1030048Z test_output_match_cross_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.1083089Z test_output_match_cross_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.1135898Z test_output_match_cross_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.1188733Z test_output_match_cross_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.1241535Z test_output_match_cummax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.1294545Z test_output_match_cummax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.1347504Z test_output_match_cummax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.1400322Z test_output_match_cummax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.1453218Z test_output_match_cummax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.1506158Z test_output_match_cummax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.1559022Z test_output_match_cummin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.1612144Z test_output_match_cummin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.1664806Z test_output_match_cummin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.1717558Z test_output_match_cummin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.1770519Z test_output_match_cummin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.1823296Z test_output_match_cummin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.1875965Z test_output_match_cumprod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.1928879Z test_output_match_cumprod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.1981354Z test_output_match_cumprod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.2034057Z test_output_match_cumprod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.2086639Z test_output_match_cumprod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.2139312Z test_output_match_cumsum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.2191995Z test_output_match_cumsum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.2244641Z test_output_match_cumsum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.2297451Z test_output_match_cumsum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.2350177Z test_output_match_cumsum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.2403745Z test_output_match_cumulative_trapezoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.2456921Z test_output_match_cumulative_trapezoid_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.2509799Z test_output_match_cumulative_trapezoid_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.2562861Z test_output_match_cumulative_trapezoid_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.2615825Z test_output_match_cumulative_trapezoid_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.2668671Z test_output_match_deg2rad_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.2721623Z test_output_match_deg2rad_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.2774691Z test_output_match_deg2rad_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.2827436Z test_output_match_deg2rad_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.2880297Z test_output_match_deg2rad_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.2932998Z test_output_match_deg2rad_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.2985569Z test_output_match_deg2rad_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.3038151Z test_output_match_diag_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.3090699Z test_output_match_diag_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.3143663Z test_output_match_diag_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.3196631Z test_output_match_diag_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.3249599Z test_output_match_diag_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.3302491Z test_output_match_diag_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.3355361Z test_output_match_diag_embed_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.3408022Z test_output_match_diag_embed_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.3460962Z test_output_match_diag_embed_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.3514122Z test_output_match_diag_embed_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.3566781Z test_output_match_diag_embed_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.3619936Z test_output_match_diag_embed_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.3673163Z test_output_match_diag_embed_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.3726042Z test_output_match_diagflat_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.3778994Z test_output_match_diagflat_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.3832006Z test_output_match_diagflat_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.3884986Z test_output_match_diagflat_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.3938035Z test_output_match_diagflat_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.3990714Z test_output_match_diagflat_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.4043227Z test_output_match_diagonal_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.4095875Z test_output_match_diagonal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.4148523Z test_output_match_diagonal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.4201127Z test_output_match_diagonal_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.4253728Z test_output_match_diagonal_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.4306516Z test_output_match_diagonal_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.4359141Z test_output_match_diagonal_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.4411549Z test_output_match_diagonal_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.4464453Z test_output_match_diagonal_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.4517042Z test_output_match_diagonal_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.4569787Z test_output_match_diagonal_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.4622635Z test_output_match_diagonal_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.4675616Z test_output_match_diagonal_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.4728338Z test_output_match_diagonal_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.4781805Z test_output_match_diff_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.017s) 2022-09-27T16:44:08.4834765Z test_output_match_diff_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.4887681Z test_output_match_diff_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.4940664Z test_output_match_diff_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.4993378Z test_output_match_diff_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.5046280Z test_output_match_diff_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.5099035Z test_output_match_diff_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.5152005Z test_output_match_digamma_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.5204822Z test_output_match_digamma_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.5257708Z test_output_match_digamma_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.5310629Z test_output_match_digamma_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.5363419Z test_output_match_digamma_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.5416260Z test_output_match_digamma_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.5468782Z test_output_match_dist_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.5521344Z test_output_match_dist_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.5574537Z test_output_match_div_floor_rounding_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.5627493Z test_output_match_div_floor_rounding_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.5680154Z test_output_match_div_floor_rounding_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.5733176Z test_output_match_div_floor_rounding_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.5785968Z test_output_match_div_floor_rounding_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.5838647Z test_output_match_div_floor_rounding_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.5891663Z test_output_match_div_no_rounding_mode_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.5944475Z test_output_match_div_no_rounding_mode_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.5997469Z test_output_match_div_no_rounding_mode_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.6050373Z test_output_match_div_no_rounding_mode_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.6103533Z test_output_match_div_no_rounding_mode_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.6156621Z test_output_match_div_no_rounding_mode_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.6209354Z test_output_match_div_no_rounding_mode_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.6262479Z test_output_match_div_trunc_rounding_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.6314954Z test_output_match_div_trunc_rounding_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.6367788Z test_output_match_div_trunc_rounding_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.6420437Z test_output_match_div_trunc_rounding_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.6473046Z test_output_match_div_trunc_rounding_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.6525855Z test_output_match_div_trunc_rounding_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.6578671Z test_output_match_dot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.6631339Z test_output_match_dot_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.6683908Z test_output_match_dot_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.6736611Z test_output_match_dot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.6789499Z test_output_match_dot_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.6842671Z test_output_match_double_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.6895462Z test_output_match_double_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.6948585Z test_output_match_double_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.7001688Z test_output_match_double_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.7054552Z test_output_match_double_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.7107439Z test_output_match_double_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.7160245Z test_output_match_double_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.7213303Z test_output_match_dsplit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.7265960Z test_output_match_dsplit_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.7318619Z test_output_match_dsplit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.7371258Z test_output_match_dsplit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.7424285Z test_output_match_dsplit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.7477162Z test_output_match_dsplit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.7529637Z test_output_match_dsplit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.7582294Z test_output_match_dstack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.7634941Z test_output_match_dstack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.7687568Z test_output_match_dstack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.7740224Z test_output_match_dstack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.7793050Z test_output_match_dstack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.7845919Z test_output_match_dstack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.7898856Z test_output_match_dstack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.7951834Z test_output_match_einsum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.8008792Z test_output_match_einsum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.8062078Z test_output_match_einsum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.8115216Z test_output_match_einsum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.8168094Z test_output_match_einsum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.8221229Z test_output_match_empty_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.8274338Z test_output_match_empty_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.8327437Z test_output_match_empty_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.8380500Z test_output_match_empty_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.8433534Z test_output_match_empty_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.8486295Z test_output_match_empty_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.8539143Z test_output_match_empty_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.8591807Z test_output_match_empty_like_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.8644753Z test_output_match_empty_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.8697893Z test_output_match_empty_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.8750669Z test_output_match_empty_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.8803739Z test_output_match_empty_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.8856529Z test_output_match_empty_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.8909317Z test_output_match_empty_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.8961937Z test_output_match_eq_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.9014671Z test_output_match_eq_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.9067528Z test_output_match_eq_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.9120256Z test_output_match_eq_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.9173574Z test_output_match_eq_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.9226490Z test_output_match_eq_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.9279316Z test_output_match_eq_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.9332353Z test_output_match_equal_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.9385194Z test_output_match_equal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.9438058Z test_output_match_equal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.9491004Z test_output_match_equal_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.9543719Z test_output_match_equal_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.9596496Z test_output_match_equal_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.9649230Z test_output_match_equal_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.9702109Z test_output_match_erf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.9754856Z test_output_match_erf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:08.9807940Z test_output_match_erf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:08.9861893Z test_output_match_erf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:44:08.9915514Z test_output_match_erf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:44:08.9969080Z test_output_match_erf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:44:09.0021964Z test_output_match_erfc_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.0074911Z test_output_match_erfc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.0127819Z test_output_match_erfc_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.0180775Z test_output_match_erfc_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.0233853Z test_output_match_erfc_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.0286718Z test_output_match_erfc_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.0339525Z test_output_match_erfinv_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.0392549Z test_output_match_erfinv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.0445349Z test_output_match_erfinv_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.0498029Z test_output_match_erfinv_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.0550959Z test_output_match_erfinv_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.0603738Z test_output_match_erfinv_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.0656341Z test_output_match_exp2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.0709182Z test_output_match_exp2_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.0762234Z test_output_match_exp2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.0814993Z test_output_match_exp2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.0867810Z test_output_match_exp2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.0920870Z test_output_match_exp2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.0973522Z test_output_match_exp2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.1026359Z test_output_match_exp_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.1079286Z test_output_match_exp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.1132905Z test_output_match_exp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.1185025Z test_output_match_exp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.1237625Z test_output_match_exp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.1290520Z test_output_match_exp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.1343354Z test_output_match_expand_as_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.1396327Z test_output_match_expand_as_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.1449078Z test_output_match_expand_as_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.1502036Z test_output_match_expand_as_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.1555045Z test_output_match_expand_as_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.1607864Z test_output_match_expand_as_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.1661026Z test_output_match_expand_as_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.1713907Z test_output_match_expand_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.1766655Z test_output_match_expand_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.1819564Z test_output_match_expand_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.1872544Z test_output_match_expand_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.1925620Z test_output_match_expand_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.1978241Z test_output_match_expand_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.2031147Z test_output_match_expand_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.2083843Z test_output_match_expm1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.2136618Z test_output_match_expm1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.2189589Z test_output_match_expm1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.2242148Z test_output_match_expm1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.2294998Z test_output_match_expm1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.2348271Z test_output_match_expm1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.2401447Z test_output_match_eye_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.2454519Z test_output_match_eye_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.2508107Z test_output_match_eye_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.2561013Z test_output_match_eye_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.2613753Z test_output_match_eye_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.2666832Z test_output_match_eye_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.2719892Z test_output_match_eye_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.2773088Z test_output_match_fft_fft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.2826270Z test_output_match_fft_fft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.2879292Z test_output_match_fft_fft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.2932122Z test_output_match_fft_fft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.2985515Z test_output_match_fft_fft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.3038636Z test_output_match_fft_fft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.3091723Z test_output_match_fft_fft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.3144656Z test_output_match_fft_fft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.3197614Z test_output_match_fft_fft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.3250578Z test_output_match_fft_fft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.3303597Z test_output_match_fft_fft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.3356496Z test_output_match_fft_fft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.3409433Z test_output_match_fft_fftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.3462560Z test_output_match_fft_fftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.3515462Z test_output_match_fft_fftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.3568642Z test_output_match_fft_fftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.3621743Z test_output_match_fft_fftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.3674830Z test_output_match_fft_fftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.3727852Z test_output_match_fft_fftshift_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.3781313Z test_output_match_fft_fftshift_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.3834091Z test_output_match_fft_fftshift_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.3887020Z test_output_match_fft_fftshift_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.3940660Z test_output_match_fft_fftshift_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.3993649Z test_output_match_fft_fftshift_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.4046491Z test_output_match_fft_fftshift_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.4099446Z test_output_match_fft_hfft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.4152293Z test_output_match_fft_hfft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.4205050Z test_output_match_fft_hfft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.4258224Z test_output_match_fft_hfft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.4310905Z test_output_match_fft_hfft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.4363382Z test_output_match_fft_hfft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.4416398Z test_output_match_fft_hfft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.4469133Z test_output_match_fft_hfft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.4521951Z test_output_match_fft_hfft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.4574913Z test_output_match_fft_hfft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.4627890Z test_output_match_fft_hfft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.4680920Z test_output_match_fft_hfft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.4734019Z test_output_match_fft_hfftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.017s) 2022-09-27T16:44:09.4786807Z test_output_match_fft_hfftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.4839799Z test_output_match_fft_hfftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.4893375Z test_output_match_fft_hfftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.4945977Z test_output_match_fft_hfftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.4999036Z test_output_match_fft_hfftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.5052162Z test_output_match_fft_ifft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.5105145Z test_output_match_fft_ifft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.5157755Z test_output_match_fft_ifft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.5210522Z test_output_match_fft_ifft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.5263376Z test_output_match_fft_ifft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.5316116Z test_output_match_fft_ifft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.5368809Z test_output_match_fft_ifft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.5421441Z test_output_match_fft_ifft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.5474321Z test_output_match_fft_ifft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.5527045Z test_output_match_fft_ifft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.5579952Z test_output_match_fft_ifft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.5632399Z test_output_match_fft_ifft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.5685140Z test_output_match_fft_ifftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.5738212Z test_output_match_fft_ifftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.5791124Z test_output_match_fft_ifftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.5844197Z test_output_match_fft_ifftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.5897258Z test_output_match_fft_ifftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.5950281Z test_output_match_fft_ifftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.6003201Z test_output_match_fft_ifftshift_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.6056496Z test_output_match_fft_ifftshift_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.6109251Z test_output_match_fft_ifftshift_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.6162195Z test_output_match_fft_ifftshift_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.6214899Z test_output_match_fft_ifftshift_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.6267794Z test_output_match_fft_ifftshift_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.6320599Z test_output_match_fft_ifftshift_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.6373326Z test_output_match_fft_ihfft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.6426007Z test_output_match_fft_ihfft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.6478695Z test_output_match_fft_ihfft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.6531431Z test_output_match_fft_ihfft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.6584166Z test_output_match_fft_ihfft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.6637020Z test_output_match_fft_ihfft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.6689775Z test_output_match_fft_ihfft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.6742746Z test_output_match_fft_ihfft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.6795851Z test_output_match_fft_ihfft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.6848567Z test_output_match_fft_ihfft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.6901530Z test_output_match_fft_ihfft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.6954657Z test_output_match_fft_ihfft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.7007510Z test_output_match_fft_ihfftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.7060330Z test_output_match_fft_ihfftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.7113330Z test_output_match_fft_ihfftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.7166256Z test_output_match_fft_ihfftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.7219247Z test_output_match_fft_ihfftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.7272016Z test_output_match_fft_ihfftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.7324678Z test_output_match_fft_irfft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.7377301Z test_output_match_fft_irfft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.7430376Z test_output_match_fft_irfft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.7483175Z test_output_match_fft_irfft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.7536157Z test_output_match_fft_irfft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.7589159Z test_output_match_fft_irfft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.7642042Z test_output_match_fft_irfft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.7694893Z test_output_match_fft_irfft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.7747897Z test_output_match_fft_irfft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.7800833Z test_output_match_fft_irfft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.7853637Z test_output_match_fft_irfft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.7906805Z test_output_match_fft_irfft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.7960051Z test_output_match_fft_irfftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.8013442Z test_output_match_fft_irfftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.8066886Z test_output_match_fft_irfftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.8120185Z test_output_match_fft_irfftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.8173410Z test_output_match_fft_irfftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.8226728Z test_output_match_fft_irfftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.8279684Z test_output_match_fft_rfft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.8332976Z test_output_match_fft_rfft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.8386209Z test_output_match_fft_rfft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.8439058Z test_output_match_fft_rfft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.8491947Z test_output_match_fft_rfft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.8544872Z test_output_match_fft_rfft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.8597762Z test_output_match_fft_rfft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.8650903Z test_output_match_fft_rfft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.8703867Z test_output_match_fft_rfft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.8756823Z test_output_match_fft_rfft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.8809858Z test_output_match_fft_rfft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.8863070Z test_output_match_fft_rfft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.017s) 2022-09-27T16:44:09.8915926Z test_output_match_fft_rfftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.8968912Z test_output_match_fft_rfftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.9021882Z test_output_match_fft_rfftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.9075096Z test_output_match_fft_rfftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.9128108Z test_output_match_fft_rfftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.9181045Z test_output_match_fft_rfftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.9233788Z test_output_match_fill_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.9286848Z test_output_match_fill_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.9340062Z test_output_match_fill_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.9392857Z test_output_match_fill_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.9445880Z test_output_match_fill_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.9499039Z test_output_match_fill_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.9552097Z test_output_match_fill_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.9604867Z test_output_match_flatten_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.9657784Z test_output_match_flatten_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:09.9710906Z test_output_match_flatten_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.9763488Z test_output_match_flatten_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.9816496Z test_output_match_flatten_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.017s) 2022-09-27T16:44:09.9869528Z test_output_match_flatten_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.9922531Z test_output_match_flatten_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:09.9975788Z test_output_match_flip_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.0028607Z test_output_match_flip_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.003s) 2022-09-27T16:44:10.0081450Z test_output_match_flip_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.0134138Z test_output_match_flip_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.0187584Z test_output_match_flip_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.0240339Z test_output_match_flip_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:44:10.0293537Z test_output_match_flip_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.0346869Z test_output_match_fliplr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.0399776Z test_output_match_fliplr_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.0452861Z test_output_match_fliplr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.0505758Z test_output_match_fliplr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.0558544Z test_output_match_fliplr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.0611408Z test_output_match_fliplr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.0664339Z test_output_match_fliplr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.0717137Z test_output_match_flipud_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.0769951Z test_output_match_flipud_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.0822631Z test_output_match_flipud_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.0875387Z test_output_match_flipud_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.0928190Z test_output_match_flipud_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:10.0981027Z test_output_match_flipud_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.1033835Z test_output_match_flipud_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.1086674Z test_output_match_float_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.1139364Z test_output_match_float_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.1192127Z test_output_match_float_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.1244805Z test_output_match_float_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.1297748Z test_output_match_float_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.1350652Z test_output_match_float_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.1403802Z test_output_match_float_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.1456631Z test_output_match_float_power_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.1509282Z test_output_match_float_power_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.1562419Z test_output_match_float_power_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.1615297Z test_output_match_float_power_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.1668415Z test_output_match_float_power_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.1721362Z test_output_match_float_power_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.1774230Z test_output_match_float_power_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.1827078Z test_output_match_floor_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.1879922Z test_output_match_floor_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.1932438Z test_output_match_floor_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.1985349Z test_output_match_floor_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:10.2038275Z test_output_match_floor_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.2090886Z test_output_match_floor_divide_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.2143843Z test_output_match_floor_divide_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.2196417Z test_output_match_floor_divide_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.2249090Z test_output_match_floor_divide_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.2302177Z test_output_match_floor_divide_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.2355073Z test_output_match_floor_divide_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.2407773Z test_output_match_fmax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.2461152Z test_output_match_fmax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.2514318Z test_output_match_fmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.2567130Z test_output_match_fmax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.2620089Z test_output_match_fmax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.2673323Z test_output_match_fmax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.2726597Z test_output_match_fmax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.2779924Z test_output_match_fmin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.2833004Z test_output_match_fmin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.2885856Z test_output_match_fmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:10.2938868Z test_output_match_fmin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.2991712Z test_output_match_fmin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.3044688Z test_output_match_fmin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.3097613Z test_output_match_fmin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.3150184Z test_output_match_fmod_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.3202771Z test_output_match_fmod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.3255723Z test_output_match_fmod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.3308732Z test_output_match_fmod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.3361599Z test_output_match_fmod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.3414443Z test_output_match_fmod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.3467602Z test_output_match_frac_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.3520612Z test_output_match_frac_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.3573590Z test_output_match_frexp_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.3626728Z test_output_match_frexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.3679083Z test_output_match_full_like_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.3731866Z test_output_match_full_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.3784393Z test_output_match_full_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.3837381Z test_output_match_full_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:10.3890102Z test_output_match_full_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.3942911Z test_output_match_full_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:10.3995125Z test_output_match_full_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.4047737Z test_output_match_gather_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:10.4100205Z test_output_match_gather_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.4152504Z test_output_match_gather_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.4205655Z test_output_match_gather_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.4258373Z test_output_match_gather_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.4311002Z test_output_match_gather_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.4363644Z test_output_match_gather_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.4416081Z test_output_match_gcd_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.4468372Z test_output_match_gcd_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.4521059Z test_output_match_gcd_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.4573389Z test_output_match_gcd_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.4626018Z test_output_match_ge_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:10.4678497Z test_output_match_ge_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.4730898Z test_output_match_ge_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.4783520Z test_output_match_ge_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.4835971Z test_output_match_ge_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.4888550Z test_output_match_ge_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:10.4941027Z test_output_match_ge_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.4993860Z test_output_match_geqrf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.5046677Z test_output_match_gradient_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.5098844Z test_output_match_gradient_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.5151355Z test_output_match_gradient_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.5203711Z test_output_match_gradient_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.5256363Z test_output_match_gradient_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.5308816Z test_output_match_gt_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.5361398Z test_output_match_gt_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.5413797Z test_output_match_gt_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.5466525Z test_output_match_gt_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:10.5519140Z test_output_match_gt_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.5571571Z test_output_match_gt_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.5623948Z test_output_match_gt_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.5676501Z test_output_match_half_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.5728829Z test_output_match_half_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.5781635Z test_output_match_half_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.5834351Z test_output_match_half_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:10.5886811Z test_output_match_half_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.5939410Z test_output_match_half_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.5992350Z test_output_match_half_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.6044663Z test_output_match_heaviside_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.6097124Z test_output_match_heaviside_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.6149960Z test_output_match_heaviside_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.6202572Z test_output_match_heaviside_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.6255101Z test_output_match_heaviside_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.6307743Z test_output_match_heaviside_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.6360096Z test_output_match_heaviside_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.6412547Z test_output_match_histc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.6465304Z test_output_match_histogram_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.6517521Z test_output_match_histogramdd_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.6569753Z test_output_match_hsplit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.6622364Z test_output_match_hsplit_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.6674896Z test_output_match_hsplit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.6727485Z test_output_match_hsplit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.6780062Z test_output_match_hsplit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.6832802Z test_output_match_hsplit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.6885455Z test_output_match_hsplit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:10.6937991Z test_output_match_hstack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.6990807Z test_output_match_hstack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:10.7043177Z test_output_match_hstack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.7095781Z test_output_match_hstack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.7148550Z test_output_match_hstack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.7201275Z test_output_match_hstack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.7253783Z test_output_match_hstack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.7306751Z test_output_match_hypot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.7359280Z test_output_match_i0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.7411605Z test_output_match_i0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:10.7463910Z test_output_match_i0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.7516275Z test_output_match_i0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.7568841Z test_output_match_i0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.7621101Z test_output_match_i0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.7673474Z test_output_match_igamma_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.7726196Z test_output_match_igamma_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.7778832Z test_output_match_igammac_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.7831424Z test_output_match_igammac_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.7884143Z test_output_match_index_add_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.7936717Z test_output_match_index_add_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.7989483Z test_output_match_index_add_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:10.8042044Z test_output_match_index_add_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.8094534Z test_output_match_index_add_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.8147106Z test_output_match_index_add_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.8199738Z test_output_match_index_add_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.8252737Z test_output_match_index_copy_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.8305913Z test_output_match_index_copy_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.8358670Z test_output_match_index_copy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.8411165Z test_output_match_index_copy_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.8464017Z test_output_match_index_copy_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.8516674Z test_output_match_index_copy_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.8569445Z test_output_match_index_copy_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.8622054Z test_output_match_index_fill_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.8674652Z test_output_match_index_fill_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.8727110Z test_output_match_index_fill_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.8779764Z test_output_match_index_fill_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.8832356Z test_output_match_index_fill_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.8884874Z test_output_match_index_fill_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:10.8937249Z test_output_match_index_fill_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.8989800Z test_output_match_index_put_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:10.9042308Z test_output_match_index_put_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.9094836Z test_output_match_index_put_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.9147672Z test_output_match_index_put_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.9200158Z test_output_match_index_put_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.9252625Z test_output_match_index_put_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.9305039Z test_output_match_index_put_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.9357846Z test_output_match_index_reduce_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.9410603Z test_output_match_index_reduce_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.9463557Z test_output_match_index_reduce_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.9515984Z test_output_match_index_reduce_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.9568465Z test_output_match_index_reduce_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.9621368Z test_output_match_index_reduce_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.9673994Z test_output_match_index_select_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.9726549Z test_output_match_index_select_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.9779194Z test_output_match_index_select_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:10.9832234Z test_output_match_index_select_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:10.9884464Z test_output_match_index_select_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.9936982Z test_output_match_index_select_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:10.9989642Z test_output_match_index_select_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.0042074Z test_output_match_inner_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.0094387Z test_output_match_inner_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.0147401Z test_output_match_inner_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.0200283Z test_output_match_inner_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.0252840Z test_output_match_inner_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.0305913Z test_output_match_int_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.0358453Z test_output_match_int_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.0410957Z test_output_match_int_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.0463815Z test_output_match_int_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.0516380Z test_output_match_int_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.0569105Z test_output_match_int_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:11.0621768Z test_output_match_int_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.0674481Z test_output_match_isclose_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.0727248Z test_output_match_isclose_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.0779907Z test_output_match_isclose_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.0832265Z test_output_match_isclose_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:11.0884703Z test_output_match_isclose_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.0937337Z test_output_match_isclose_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.0989802Z test_output_match_isclose_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.1042027Z test_output_match_isfinite_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.1094600Z test_output_match_isfinite_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.1147210Z test_output_match_isfinite_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.1199773Z test_output_match_isfinite_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.1252627Z test_output_match_isfinite_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.1305279Z test_output_match_isfinite_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.1358066Z test_output_match_isfinite_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.1410839Z test_output_match_isin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.1463458Z test_output_match_isin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.1516149Z test_output_match_isin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.1568774Z test_output_match_isin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.1621549Z test_output_match_isin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.1674120Z test_output_match_isinf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.1726470Z test_output_match_isinf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.1778948Z test_output_match_isinf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.1831181Z test_output_match_isinf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.1883789Z test_output_match_isinf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:11.1936115Z test_output_match_isinf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.1988723Z test_output_match_isinf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:11.2041008Z test_output_match_isnan_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.2093583Z test_output_match_isnan_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.2146144Z test_output_match_isnan_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.2198538Z test_output_match_isnan_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.2251288Z test_output_match_isnan_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.2304346Z test_output_match_isnan_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.2357116Z test_output_match_isnan_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.2409669Z test_output_match_isneginf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.2462622Z test_output_match_isneginf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.2515140Z test_output_match_isneginf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.2567784Z test_output_match_isneginf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.2620319Z test_output_match_isneginf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.2672782Z test_output_match_isneginf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.2725466Z test_output_match_isneginf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.2778479Z test_output_match_isposinf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.2830963Z test_output_match_isposinf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.2883465Z test_output_match_isposinf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:11.2936162Z test_output_match_isposinf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.2988678Z test_output_match_isposinf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:11.3041044Z test_output_match_isposinf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.3093436Z test_output_match_isposinf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.3146653Z test_output_match_isreal_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.3199125Z test_output_match_isreal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:11.3251569Z test_output_match_isreal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.3303988Z test_output_match_isreal_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.3356551Z test_output_match_isreal_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.3408811Z test_output_match_isreal_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.3461358Z test_output_match_isreal_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.3513979Z test_output_match_istft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.3565977Z test_output_match_jiterator_2inputs_2outputs_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:44:11.3618044Z test_output_match_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:44:11.3670105Z test_output_match_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:44:11.3722133Z test_output_match_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:44:11.3774145Z test_output_match_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:44:11.3826528Z test_output_match_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:44:11.3878163Z test_output_match_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:44:11.3929885Z test_output_match_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:44:11.3981486Z test_output_match_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:44:11.4033450Z test_output_match_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:44:11.4085359Z test_output_match_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:44:11.4137134Z test_output_match_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:44:11.4188949Z test_output_match_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:44:11.4240941Z test_output_match_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:44:11.4292676Z test_output_match_jiterator_binary_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:44:11.4344818Z test_output_match_jiterator_binary_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:44:11.4397571Z test_output_match_jiterator_binary_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:44:11.4449537Z test_output_match_jiterator_binary_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:44:11.4501849Z test_output_match_jiterator_binary_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:44:11.4554578Z test_output_match_jiterator_binary_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:44:11.4606859Z test_output_match_jiterator_binary_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:44:11.4659161Z test_output_match_jiterator_binary_return_by_ref_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:44:11.4711288Z test_output_match_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:44:11.4763255Z test_output_match_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:44:11.4815700Z test_output_match_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:44:11.4868072Z test_output_match_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:44:11.4920029Z test_output_match_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:44:11.4972156Z test_output_match_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:44:11.5024041Z test_output_match_jiterator_unary_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.010s) 2022-09-27T16:44:11.5075997Z test_output_match_jiterator_unary_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:44:11.5127723Z test_output_match_jiterator_unary_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:44:11.5180013Z test_output_match_jiterator_unary_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:44:11.5231841Z test_output_match_jiterator_unary_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:44:11.5283630Z test_output_match_jiterator_unary_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.000s) 2022-09-27T16:44:11.5335639Z test_output_match_jiterator_unary_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.016s) 2022-09-27T16:44:11.5388503Z test_output_match_kron_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.5441199Z test_output_match_kron_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.5493872Z test_output_match_kron_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.5546550Z test_output_match_kron_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.5599777Z test_output_match_kron_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:11.5652423Z test_output_match_kron_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.5705164Z test_output_match_kron_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.5758367Z test_output_match_kthvalue_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.5810869Z test_output_match_kthvalue_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.5863846Z test_output_match_kthvalue_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.5916147Z test_output_match_kthvalue_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.5968726Z test_output_match_kthvalue_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.6021767Z test_output_match_lcm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.6074578Z test_output_match_lcm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.6127039Z test_output_match_lcm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.6179645Z test_output_match_lcm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.6232341Z test_output_match_ldexp_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.6284677Z test_output_match_ldexp_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.6336966Z test_output_match_ldexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.6389625Z test_output_match_ldexp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.6442166Z test_output_match_ldexp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.6494586Z test_output_match_ldexp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.6547048Z test_output_match_ldexp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.6599233Z test_output_match_le_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.6651498Z test_output_match_le_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.6704128Z test_output_match_le_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.6756503Z test_output_match_le_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.6809075Z test_output_match_le_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.6861634Z test_output_match_le_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.6914164Z test_output_match_le_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.6966707Z test_output_match_lerp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.7019504Z test_output_match_lgamma_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.7071821Z test_output_match_lgamma_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.7124488Z test_output_match_lgamma_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.7177384Z test_output_match_lgamma_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.7229804Z test_output_match_lgamma_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.7282359Z test_output_match_lgamma_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.7335161Z test_output_match_linalg_cholesky_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.7387679Z test_output_match_linalg_cholesky_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.7440797Z test_output_match_linalg_cond_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.7493371Z test_output_match_linalg_cross_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.7545951Z test_output_match_linalg_cross_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.7598618Z test_output_match_linalg_cross_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.7651200Z test_output_match_linalg_cross_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.7703543Z test_output_match_linalg_cross_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.7756143Z test_output_match_linalg_det_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.7808935Z test_output_match_linalg_det_singular_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.7862082Z test_output_match_linalg_eig_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.7915202Z test_output_match_linalg_eigh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.7968142Z test_output_match_linalg_eigvals_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.8021136Z test_output_match_linalg_eigvalsh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.8074184Z test_output_match_linalg_householder_product_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.8127003Z test_output_match_linalg_inv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.8179957Z test_output_match_linalg_inv_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.8232994Z test_output_match_linalg_ldl_factor_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.8286345Z test_output_match_linalg_ldl_factor_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.8339191Z test_output_match_linalg_ldl_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.8391822Z test_output_match_linalg_lstsq_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.8444530Z test_output_match_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.8497164Z test_output_match_linalg_lu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.8549844Z test_output_match_linalg_lu_factor_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.8602495Z test_output_match_linalg_lu_factor_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.8654948Z test_output_match_linalg_lu_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.8707925Z test_output_match_linalg_matrix_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.8761021Z test_output_match_linalg_matrix_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.8813935Z test_output_match_linalg_matrix_power_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.8866753Z test_output_match_linalg_matrix_rank_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.8919709Z test_output_match_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.8972019Z test_output_match_linalg_multi_dot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.9024566Z test_output_match_linalg_multi_dot_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.9077135Z test_output_match_linalg_multi_dot_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.9129643Z test_output_match_linalg_multi_dot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.9182328Z test_output_match_linalg_multi_dot_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.9235255Z test_output_match_linalg_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.9288143Z test_output_match_linalg_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.9341134Z test_output_match_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.9394431Z test_output_match_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.9447116Z test_output_match_linalg_pinv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.9499827Z test_output_match_linalg_pinv_hermitian_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.9551965Z test_output_match_linalg_pinv_singular_cpu_float32 (__main__.TestConsistencyCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.016s) 2022-09-27T16:44:11.9604247Z test_output_match_linalg_qr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.9656754Z test_output_match_linalg_slogdet_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.9709310Z test_output_match_linalg_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.9761688Z test_output_match_linalg_solve_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.9814090Z test_output_match_linalg_solve_triangular_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.9867466Z test_output_match_linalg_svd_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:11.9920274Z test_output_match_linalg_svdvals_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:11.9972621Z test_output_match_linalg_tensorinv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.0025503Z test_output_match_linalg_tensorsolve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.0078096Z test_output_match_linalg_vander_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.0130984Z test_output_match_linalg_vander_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.0183657Z test_output_match_linalg_vander_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.0236368Z test_output_match_linalg_vander_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.0289213Z test_output_match_linalg_vander_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.0342400Z test_output_match_linalg_vecdot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.0394936Z test_output_match_linalg_vector_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.0447880Z test_output_match_linalg_vector_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.0500732Z test_output_match_linspace_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.0553407Z test_output_match_linspace_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.0605982Z test_output_match_linspace_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.0658333Z test_output_match_linspace_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.0710899Z test_output_match_linspace_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.0763255Z test_output_match_linspace_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.0816714Z test_output_match_log10_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.018s) 2022-09-27T16:44:12.0870013Z test_output_match_log10_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:44:12.0923395Z test_output_match_log10_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:44:12.0976391Z test_output_match_log10_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.002s) 2022-09-27T16:44:12.1028686Z test_output_match_log10_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.1081228Z test_output_match_log10_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.1133790Z test_output_match_log1p_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.1186215Z test_output_match_log1p_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.1239216Z test_output_match_log1p_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.1291892Z test_output_match_log1p_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.1344845Z test_output_match_log1p_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.1397676Z test_output_match_log1p_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.1450607Z test_output_match_log2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.1503560Z test_output_match_log2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.1556220Z test_output_match_log2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.1609032Z test_output_match_log2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.1661878Z test_output_match_log2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.1714530Z test_output_match_log2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.1767087Z test_output_match_log_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.1819971Z test_output_match_log_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.1872598Z test_output_match_log_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.1925179Z test_output_match_log_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.1977742Z test_output_match_log_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.2030364Z test_output_match_log_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.2082907Z test_output_match_log_softmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.2135600Z test_output_match_log_softmax_dtype_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.2188280Z test_output_match_log_softmax_dtype_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.2240515Z test_output_match_log_softmax_dtype_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.2293097Z test_output_match_log_softmax_dtype_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.2345846Z test_output_match_log_softmax_dtype_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.2399251Z test_output_match_log_softmax_dtype_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.2451950Z test_output_match_log_softmax_dtype_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.2504864Z test_output_match_logaddexp2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.2557679Z test_output_match_logaddexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.2610122Z test_output_match_logcumsumexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.2663096Z test_output_match_logdet_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.2716094Z test_output_match_logical_and_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.2768665Z test_output_match_logical_and_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.2821311Z test_output_match_logical_and_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.2873955Z test_output_match_logical_and_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.2926631Z test_output_match_logical_and_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.2979529Z test_output_match_logical_and_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.3032243Z test_output_match_logical_and_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.3085013Z test_output_match_logical_not_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.3138045Z test_output_match_logical_not_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.3190619Z test_output_match_logical_not_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.3243307Z test_output_match_logical_not_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.3296057Z test_output_match_logical_not_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.3348793Z test_output_match_logical_not_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.3401438Z test_output_match_logical_not_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.3454237Z test_output_match_logical_or_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.3507195Z test_output_match_logical_or_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.3560052Z test_output_match_logical_or_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.3612789Z test_output_match_logical_or_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.3665351Z test_output_match_logical_or_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.3718074Z test_output_match_logical_or_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.3770709Z test_output_match_logical_or_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.3823559Z test_output_match_logical_xor_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.3876311Z test_output_match_logical_xor_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.3928921Z test_output_match_logical_xor_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.3981718Z test_output_match_logical_xor_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.4034254Z test_output_match_logical_xor_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.4086796Z test_output_match_logical_xor_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.4139406Z test_output_match_logical_xor_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.4192059Z test_output_match_logit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.4244550Z test_output_match_logit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.4297262Z test_output_match_logit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.4349826Z test_output_match_logit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.4402425Z test_output_match_logit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.4455121Z test_output_match_logit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.4507610Z test_output_match_logspace_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.4560383Z test_output_match_logspace_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.4613384Z test_output_match_logspace_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.4666446Z test_output_match_logspace_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.4719330Z test_output_match_logspace_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.4772298Z test_output_match_logsumexp_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.017s) 2022-09-27T16:44:12.4825257Z test_output_match_logsumexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.4877644Z test_output_match_logsumexp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.4930533Z test_output_match_logsumexp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.4983561Z test_output_match_logsumexp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.5036218Z test_output_match_logsumexp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.5088901Z test_output_match_long_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.5141314Z test_output_match_long_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.5193788Z test_output_match_long_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.5246549Z test_output_match_long_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.5298824Z test_output_match_long_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.5351636Z test_output_match_long_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.5404825Z test_output_match_long_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.5457081Z test_output_match_lt_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.5509716Z test_output_match_lt_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.5562437Z test_output_match_lt_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.5615194Z test_output_match_lt_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.5667917Z test_output_match_lt_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.5720753Z test_output_match_lt_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.5773324Z test_output_match_lt_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.5826345Z test_output_match_lu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.5879477Z test_output_match_lu_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.5932110Z test_output_match_lu_unpack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.5984733Z test_output_match_mH_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.6037463Z test_output_match_mH_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.6090117Z test_output_match_mH_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.6142588Z test_output_match_mH_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.6195107Z test_output_match_mH_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.6247627Z test_output_match_mH_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.6300318Z test_output_match_mH_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.6352918Z test_output_match_mT_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.6405507Z test_output_match_mT_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.6458325Z test_output_match_mT_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.6510934Z test_output_match_mT_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.6563720Z test_output_match_mT_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.6616236Z test_output_match_mT_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.6668692Z test_output_match_mT_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.6721353Z test_output_match_masked_fill_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.6773996Z test_output_match_masked_fill_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.6826995Z test_output_match_masked_fill_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.6879630Z test_output_match_masked_fill_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.6932299Z test_output_match_masked_fill_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.6985172Z test_output_match_masked_fill_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.7038101Z test_output_match_masked_fill_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.7090752Z test_output_match_masked_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.7143465Z test_output_match_masked_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.7196306Z test_output_match_masked_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.7248871Z test_output_match_masked_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.7301259Z test_output_match_masked_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.7353895Z test_output_match_masked_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.7406218Z test_output_match_masked_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.7458783Z test_output_match_masked_select_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.7511284Z test_output_match_masked_select_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.7563788Z test_output_match_masked_select_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.7616602Z test_output_match_masked_select_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.7669251Z test_output_match_masked_select_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.7721770Z test_output_match_masked_select_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.7774424Z test_output_match_masked_select_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.7827092Z test_output_match_matmul_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.7879909Z test_output_match_matmul_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.7932712Z test_output_match_matmul_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.7985674Z test_output_match_matmul_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.8038557Z test_output_match_matmul_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.8091196Z test_output_match_matrix_exp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.8143809Z test_output_match_max_binary_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.8196595Z test_output_match_max_binary_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.8249521Z test_output_match_max_binary_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.8302534Z test_output_match_max_binary_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.8355278Z test_output_match_max_binary_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.8407935Z test_output_match_max_binary_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.8460475Z test_output_match_max_binary_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.8513116Z test_output_match_max_reduction_no_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.8565574Z test_output_match_max_reduction_no_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.8618252Z test_output_match_max_reduction_no_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.8670667Z test_output_match_max_reduction_no_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.8723159Z test_output_match_max_reduction_no_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.8775656Z test_output_match_max_reduction_no_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.8828125Z test_output_match_max_reduction_no_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.8880665Z test_output_match_max_reduction_with_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.8933335Z test_output_match_max_reduction_with_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.8986162Z test_output_match_max_reduction_with_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.9038964Z test_output_match_max_reduction_with_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.9091364Z test_output_match_max_reduction_with_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.9143806Z test_output_match_max_reduction_with_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.9196550Z test_output_match_max_reduction_with_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.9249017Z test_output_match_maximum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.9301855Z test_output_match_maximum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.9354893Z test_output_match_maximum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.9407548Z test_output_match_maximum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.9460034Z test_output_match_maximum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.9512605Z test_output_match_maximum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.9564977Z test_output_match_maximum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.9617274Z test_output_match_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.9669796Z test_output_match_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:12.9722432Z test_output_match_median_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.9774919Z test_output_match_median_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.9827580Z test_output_match_median_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.017s) 2022-09-27T16:44:12.9879784Z test_output_match_median_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.9932089Z test_output_match_median_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:12.9984591Z test_output_match_meshgrid_list_of_tensors_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.0037095Z test_output_match_meshgrid_list_of_tensors_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.0089908Z test_output_match_meshgrid_list_of_tensors_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.0142513Z test_output_match_meshgrid_list_of_tensors_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.0195152Z test_output_match_meshgrid_list_of_tensors_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.0247787Z test_output_match_meshgrid_list_of_tensors_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.0300626Z test_output_match_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.0353044Z test_output_match_meshgrid_variadic_tensors_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.0405535Z test_output_match_meshgrid_variadic_tensors_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.0458507Z test_output_match_meshgrid_variadic_tensors_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.0511418Z test_output_match_meshgrid_variadic_tensors_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.0563945Z test_output_match_meshgrid_variadic_tensors_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.0616534Z test_output_match_meshgrid_variadic_tensors_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.0669337Z test_output_match_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.0721572Z test_output_match_min_binary_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.0774222Z test_output_match_min_binary_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.017s) 2022-09-27T16:44:13.0826689Z test_output_match_min_binary_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.003s) 2022-09-27T16:44:13.0879209Z test_output_match_min_binary_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:44:13.0931605Z test_output_match_min_binary_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.0984220Z test_output_match_min_binary_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.011s) 2022-09-27T16:44:13.1037066Z test_output_match_min_binary_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.1089392Z test_output_match_min_reduction_no_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.1141916Z test_output_match_min_reduction_no_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.1194624Z test_output_match_min_reduction_no_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.1247363Z test_output_match_min_reduction_no_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.1300168Z test_output_match_min_reduction_no_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.1352914Z test_output_match_min_reduction_no_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.1405747Z test_output_match_min_reduction_no_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.1458745Z test_output_match_min_reduction_with_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.1511395Z test_output_match_min_reduction_with_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.1564224Z test_output_match_min_reduction_with_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.1617200Z test_output_match_min_reduction_with_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.1670092Z test_output_match_min_reduction_with_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.1722756Z test_output_match_min_reduction_with_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.1775731Z test_output_match_min_reduction_with_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.1828402Z test_output_match_minimum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.1881164Z test_output_match_minimum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.1933964Z test_output_match_minimum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.1986692Z test_output_match_minimum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.2039335Z test_output_match_minimum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.2092082Z test_output_match_minimum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.2144781Z test_output_match_minimum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.2197278Z test_output_match_mm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.2250146Z test_output_match_mm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.2302904Z test_output_match_mm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.2355473Z test_output_match_mm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.2408920Z test_output_match_mm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.2461432Z test_output_match_mode_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.2513986Z test_output_match_mode_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.2566595Z test_output_match_mode_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.2619154Z test_output_match_mode_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.2671890Z test_output_match_mode_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.2724510Z test_output_match_mode_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.2777136Z test_output_match_mode_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.2830015Z test_output_match_movedim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.2882832Z test_output_match_movedim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.2935258Z test_output_match_movedim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.2987958Z test_output_match_movedim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.3040591Z test_output_match_movedim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.3093177Z test_output_match_movedim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.3145770Z test_output_match_movedim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.3198602Z test_output_match_msort_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.3251504Z test_output_match_msort_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.3304171Z test_output_match_msort_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.3357166Z test_output_match_msort_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.3409994Z test_output_match_msort_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.3462775Z test_output_match_msort_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.3515620Z test_output_match_msort_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.3568276Z test_output_match_mul_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.3620962Z test_output_match_mul_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.3673728Z test_output_match_mul_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.3726225Z test_output_match_mul_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.3778813Z test_output_match_mul_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.3831561Z test_output_match_mul_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.3884145Z test_output_match_mul_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.3937016Z test_output_match_multinomial_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.3989922Z test_output_match_mv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.4042402Z test_output_match_mv_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.4095334Z test_output_match_mv_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.4147821Z test_output_match_mv_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.4200345Z test_output_match_mv_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.4252754Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.4305519Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.4358012Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.4410245Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.4463243Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.4516041Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.4568732Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.4621720Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.4674646Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.4727427Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.4780973Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.017s) 2022-09-27T16:44:13.4833945Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.4886645Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.4939747Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.4992356Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.5044898Z test_output_match_nan_to_num_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.5097614Z test_output_match_nan_to_num_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.5150007Z test_output_match_nan_to_num_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.5202260Z test_output_match_nan_to_num_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.5255028Z test_output_match_nan_to_num_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.5307521Z test_output_match_nan_to_num_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.5359914Z test_output_match_nan_to_num_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.5412594Z test_output_match_nanmean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.5464945Z test_output_match_nanmean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.5517321Z test_output_match_nanmedian_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.5570052Z test_output_match_nanmedian_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.5622812Z test_output_match_nanmedian_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.5675306Z test_output_match_nanmedian_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.5728262Z test_output_match_nanmedian_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.5781135Z test_output_match_nanquantile_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.5833789Z test_output_match_nansum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.5886469Z test_output_match_nansum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.5939191Z test_output_match_nansum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.5992052Z test_output_match_nansum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.6044946Z test_output_match_nansum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.6097635Z test_output_match_nansum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.6150423Z test_output_match_nansum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.6203064Z test_output_match_narrow_copy_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.6255796Z test_output_match_narrow_copy_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.6308205Z test_output_match_narrow_copy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.6360925Z test_output_match_narrow_copy_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.6413357Z test_output_match_narrow_copy_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.6465972Z test_output_match_narrow_copy_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.6518868Z test_output_match_narrow_copy_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.6571343Z test_output_match_narrow_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.6624220Z test_output_match_narrow_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.6676891Z test_output_match_narrow_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.6729710Z test_output_match_narrow_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.6782287Z test_output_match_narrow_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.6835055Z test_output_match_narrow_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.6887654Z test_output_match_narrow_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.6940316Z test_output_match_native_layer_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.6993043Z test_output_match_ne_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.7045875Z test_output_match_ne_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.7098757Z test_output_match_ne_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.7151267Z test_output_match_ne_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.7203906Z test_output_match_ne_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.7256563Z test_output_match_ne_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.7309153Z test_output_match_ne_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.7361592Z test_output_match_neg_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.7414256Z test_output_match_neg_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.7467056Z test_output_match_neg_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.7519389Z test_output_match_neg_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.7571843Z test_output_match_neg_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.7624620Z test_output_match_neg_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.7677354Z test_output_match_new_empty_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.7729923Z test_output_match_new_empty_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.7783041Z test_output_match_new_empty_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.7835974Z test_output_match_new_empty_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.7888733Z test_output_match_new_empty_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.7941823Z test_output_match_new_empty_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.7994670Z test_output_match_new_empty_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.8047606Z test_output_match_new_empty_strided_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.8100445Z test_output_match_new_empty_strided_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.8153366Z test_output_match_new_empty_strided_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.8206118Z test_output_match_new_empty_strided_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.8259182Z test_output_match_new_empty_strided_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.8311799Z test_output_match_new_empty_strided_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.8364399Z test_output_match_new_empty_strided_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.8417094Z test_output_match_new_full_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.8469745Z test_output_match_new_full_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.8522090Z test_output_match_new_full_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.8574700Z test_output_match_new_full_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.8627240Z test_output_match_new_full_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.8679862Z test_output_match_new_full_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.8732518Z test_output_match_new_full_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.8785285Z test_output_match_new_ones_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.8837691Z test_output_match_new_ones_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.8890013Z test_output_match_new_ones_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.8942700Z test_output_match_new_ones_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.001s) 2022-09-27T16:44:13.8995250Z test_output_match_new_ones_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.9047906Z test_output_match_new_ones_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.9100642Z test_output_match_new_ones_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.9153284Z test_output_match_new_zeros_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.9205512Z test_output_match_new_zeros_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.9258081Z test_output_match_new_zeros_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.9310880Z test_output_match_new_zeros_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.9363420Z test_output_match_new_zeros_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.9415923Z test_output_match_new_zeros_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.9468595Z test_output_match_new_zeros_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.9521212Z test_output_match_nextafter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.9573557Z test_output_match_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.9626257Z test_output_match_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.9678677Z test_output_match_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.9731322Z test_output_match_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.9783681Z test_output_match_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.9836940Z test_output_match_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:13.9889801Z test_output_match_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.9942409Z test_output_match_nn_functional_avg_pool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:13.9995439Z test_output_match_nn_functional_avg_pool1d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.0048232Z test_output_match_nn_functional_avg_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.0101658Z test_output_match_nn_functional_avg_pool2d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.0154144Z test_output_match_nn_functional_avg_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.0206660Z test_output_match_nn_functional_avg_pool3d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.0259683Z test_output_match_nn_functional_batch_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.0312600Z test_output_match_nn_functional_bilinear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.0365527Z test_output_match_nn_functional_bilinear_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.0418613Z test_output_match_nn_functional_bilinear_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.0471843Z test_output_match_nn_functional_bilinear_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.0524747Z test_output_match_nn_functional_bilinear_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.001s) 2022-09-27T16:44:14.0577477Z test_output_match_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.0630081Z test_output_match_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.0683188Z test_output_match_nn_functional_celu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.0735993Z test_output_match_nn_functional_conv1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.0788998Z test_output_match_nn_functional_conv1d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.0842481Z test_output_match_nn_functional_conv2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:44:14.0896180Z test_output_match_nn_functional_conv2d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:44:14.0949631Z test_output_match_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:44:14.1002481Z test_output_match_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.1055447Z test_output_match_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.1108512Z test_output_match_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.1161348Z test_output_match_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.1214185Z test_output_match_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.1267464Z test_output_match_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.1320364Z test_output_match_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.1373330Z test_output_match_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.1426667Z test_output_match_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.1479918Z test_output_match_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.1532982Z test_output_match_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.1586055Z test_output_match_nn_functional_cosine_similarity_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.1638961Z test_output_match_nn_functional_cross_entropy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.1691687Z test_output_match_nn_functional_ctc_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.1744871Z test_output_match_nn_functional_dropout2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.1797646Z test_output_match_nn_functional_dropout3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.1850333Z test_output_match_nn_functional_dropout_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.1903507Z test_output_match_nn_functional_elu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.1956137Z test_output_match_nn_functional_embedding_bag_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.2009046Z test_output_match_nn_functional_embedding_bag_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.2062007Z test_output_match_nn_functional_embedding_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.2114982Z test_output_match_nn_functional_embedding_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.2168028Z test_output_match_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.2221177Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.2274008Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.2327025Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.2381282Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.2434382Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.2487668Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.2540936Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.2594046Z test_output_match_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.2646722Z test_output_match_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.2699826Z test_output_match_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.2752826Z test_output_match_nn_functional_gelu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.2805771Z test_output_match_nn_functional_glu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.2858699Z test_output_match_nn_functional_grid_sample_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.2911538Z test_output_match_nn_functional_group_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.2964310Z test_output_match_nn_functional_hardshrink_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.3017258Z test_output_match_nn_functional_hardsigmoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.3070002Z test_output_match_nn_functional_hardswish_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.3122739Z test_output_match_nn_functional_hardtanh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.3175590Z test_output_match_nn_functional_hardtanh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.3228529Z test_output_match_nn_functional_hardtanh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.3281240Z test_output_match_nn_functional_hardtanh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.3334397Z test_output_match_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.3387608Z test_output_match_nn_functional_huber_loss_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.3440726Z test_output_match_nn_functional_huber_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.3493685Z test_output_match_nn_functional_instance_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.3546485Z test_output_match_nn_functional_interpolate_area_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.3599471Z test_output_match_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.3652599Z test_output_match_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.3706004Z test_output_match_nn_functional_interpolate_linear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.3758886Z test_output_match_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.3811841Z test_output_match_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.3864718Z test_output_match_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.3917437Z test_output_match_nn_functional_kl_div_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.3970447Z test_output_match_nn_functional_l1_loss_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.4023198Z test_output_match_nn_functional_l1_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.4075895Z test_output_match_nn_functional_layer_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.4128853Z test_output_match_nn_functional_leaky_relu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.4181414Z test_output_match_nn_functional_linear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.4234296Z test_output_match_nn_functional_linear_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.4287049Z test_output_match_nn_functional_linear_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.4339811Z test_output_match_nn_functional_linear_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.4392659Z test_output_match_nn_functional_linear_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.4445752Z test_output_match_nn_functional_local_response_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.4498734Z test_output_match_nn_functional_local_response_norm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.4551751Z test_output_match_nn_functional_logsigmoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.4604743Z test_output_match_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.4657610Z test_output_match_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.4710598Z test_output_match_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.4763947Z test_output_match_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.017s) 2022-09-27T16:44:14.4817024Z test_output_match_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.4870021Z test_output_match_nn_functional_max_pool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.4923020Z test_output_match_nn_functional_max_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.017s) 2022-09-27T16:44:14.4976026Z test_output_match_nn_functional_max_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.5028811Z test_output_match_nn_functional_max_unpool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.5082019Z test_output_match_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.5134980Z test_output_match_nn_functional_max_unpool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.5187446Z test_output_match_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.5240342Z test_output_match_nn_functional_max_unpool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.5293069Z test_output_match_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.5346069Z test_output_match_nn_functional_mish_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.5399008Z test_output_match_nn_functional_mse_loss_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.5451799Z test_output_match_nn_functional_mse_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.5504741Z test_output_match_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.5557649Z test_output_match_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.5610706Z test_output_match_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.5663663Z test_output_match_nn_functional_nll_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.5716982Z test_output_match_nn_functional_normalize_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.5769782Z test_output_match_nn_functional_one_hot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.5822923Z test_output_match_nn_functional_pad_circular_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.5875918Z test_output_match_nn_functional_pad_circular_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.017s) 2022-09-27T16:44:14.5928934Z test_output_match_nn_functional_pad_circular_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.5982225Z test_output_match_nn_functional_pad_circular_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.6035242Z test_output_match_nn_functional_pad_circular_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.6088093Z test_output_match_nn_functional_pad_circular_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.6140949Z test_output_match_nn_functional_pad_circular_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.6194185Z test_output_match_nn_functional_pad_constant_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.6246769Z test_output_match_nn_functional_pad_constant_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.003s) 2022-09-27T16:44:14.6299607Z test_output_match_nn_functional_pad_constant_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.6352453Z test_output_match_nn_functional_pad_constant_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.6405163Z test_output_match_nn_functional_pad_constant_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.6458146Z test_output_match_nn_functional_pad_constant_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.6510896Z test_output_match_nn_functional_pad_constant_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.6564154Z test_output_match_nn_functional_pad_reflect_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.6616900Z test_output_match_nn_functional_pad_replicate_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.6669876Z test_output_match_nn_functional_pairwise_distance_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.6722715Z test_output_match_nn_functional_pairwise_distance_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.6775774Z test_output_match_nn_functional_pairwise_distance_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.6828708Z test_output_match_nn_functional_pairwise_distance_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.6881795Z test_output_match_nn_functional_pairwise_distance_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.6934575Z test_output_match_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:44:14.6987396Z test_output_match_nn_functional_pdist_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.7040364Z test_output_match_nn_functional_pixel_shuffle_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.7093264Z test_output_match_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.7146138Z test_output_match_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.7205174Z test_output_match_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.7251542Z test_output_match_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.7304085Z test_output_match_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.7356872Z test_output_match_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.7409645Z test_output_match_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.7462333Z test_output_match_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.7515139Z test_output_match_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.7568131Z test_output_match_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.7621059Z test_output_match_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.7674106Z test_output_match_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.7726961Z test_output_match_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.7780279Z test_output_match_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.7833645Z test_output_match_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.7886344Z test_output_match_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.7939489Z test_output_match_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:14.7992651Z test_output_match_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.8045558Z test_output_match_nn_functional_prelu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.8098694Z test_output_match_nn_functional_relu6_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.8151836Z test_output_match_nn_functional_relu6_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.8204787Z test_output_match_nn_functional_relu6_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.8258154Z test_output_match_nn_functional_relu6_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.8310928Z test_output_match_nn_functional_relu6_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.8363841Z test_output_match_nn_functional_relu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.8416762Z test_output_match_nn_functional_relu_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.8469484Z test_output_match_nn_functional_relu_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.8522244Z test_output_match_nn_functional_relu_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.8575023Z test_output_match_nn_functional_relu_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.8627692Z test_output_match_nn_functional_rrelu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.8680426Z test_output_match_nn_functional_selu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.8733379Z test_output_match_nn_functional_silu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.8786300Z test_output_match_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.8839260Z test_output_match_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:14.8892023Z test_output_match_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.8944926Z test_output_match_nn_functional_softmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.8997820Z test_output_match_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.9050702Z test_output_match_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.9103514Z test_output_match_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.9156612Z test_output_match_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.9209377Z test_output_match_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.9262207Z test_output_match_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.9315316Z test_output_match_nn_functional_softplus_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.9368590Z test_output_match_nn_functional_softshrink_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.9421594Z test_output_match_nn_functional_softsign_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.9474617Z test_output_match_nn_functional_softsign_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.9527348Z test_output_match_nn_functional_softsign_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.9579943Z test_output_match_nn_functional_softsign_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.9632849Z test_output_match_nn_functional_softsign_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.9685143Z test_output_match_nn_functional_softsign_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.9737860Z test_output_match_nn_functional_tanhshrink_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.9790887Z test_output_match_nn_functional_tanhshrink_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:14.9843842Z test_output_match_nn_functional_tanhshrink_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:14.9896917Z test_output_match_nn_functional_tanhshrink_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:14.9949783Z test_output_match_nn_functional_tanhshrink_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.0002409Z test_output_match_nn_functional_threshold_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.0055436Z test_output_match_nn_functional_threshold_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.0108225Z test_output_match_nn_functional_threshold_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.0160750Z test_output_match_nn_functional_threshold_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.0213663Z test_output_match_nn_functional_threshold_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.0266798Z test_output_match_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.0319651Z test_output_match_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.0372393Z test_output_match_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.0425468Z test_output_match_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.0478441Z test_output_match_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.0531133Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.0584233Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.0638473Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.0691227Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.0744081Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.0797326Z test_output_match_nn_functional_unfold_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.0850622Z test_output_match_nn_functional_unfold_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.0903598Z test_output_match_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:15.0956608Z test_output_match_nn_functional_upsample_nearest_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.1009040Z test_output_match_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:15.1061737Z test_output_match_nonzero_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.1114686Z test_output_match_nonzero_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.1167646Z test_output_match_nonzero_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.1220416Z test_output_match_nonzero_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.1273311Z test_output_match_nonzero_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.1326425Z test_output_match_nonzero_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.1379393Z test_output_match_nonzero_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.1432260Z test_output_match_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:15.1485210Z test_output_match_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.1538356Z test_output_match_norm_fro_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.1591183Z test_output_match_norm_inf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.1644053Z test_output_match_norm_inf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.1697015Z test_output_match_norm_nuc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.1749862Z test_output_match_normal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.1802400Z test_output_match_normal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.1855247Z test_output_match_normal_number_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:15.1908192Z test_output_match_normal_number_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.1960959Z test_output_match_ones_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:15.2013647Z test_output_match_ones_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.2066149Z test_output_match_ones_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.2119120Z test_output_match_ones_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.2171632Z test_output_match_ones_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.2224125Z test_output_match_ones_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.2277438Z test_output_match_ones_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.2330215Z test_output_match_ones_like_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.2383272Z test_output_match_ones_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.2436591Z test_output_match_ones_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.2489262Z test_output_match_ones_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.2542420Z test_output_match_ones_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.2595240Z test_output_match_ones_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.2648172Z test_output_match_ones_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.2701564Z test_output_match_ormqr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.2754271Z test_output_match_outer_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.2806975Z test_output_match_outer_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.2859722Z test_output_match_outer_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.2912502Z test_output_match_outer_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.2965267Z test_output_match_outer_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:15.3018158Z test_output_match_outer_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.3070971Z test_output_match_outer_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.3124464Z test_output_match_pca_lowrank_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.3177534Z test_output_match_permute_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.3230622Z test_output_match_permute_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.3283644Z test_output_match_permute_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.3336633Z test_output_match_permute_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.3389579Z test_output_match_permute_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.3442707Z test_output_match_permute_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.3495575Z test_output_match_permute_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.3548733Z test_output_match_pinverse_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.3602094Z test_output_match_polar_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.3655398Z test_output_match_polygamma_polygamma_n_0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.3708378Z test_output_match_polygamma_polygamma_n_0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.3761701Z test_output_match_polygamma_polygamma_n_0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.3814866Z test_output_match_polygamma_polygamma_n_0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.3868182Z test_output_match_polygamma_polygamma_n_0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:15.3921013Z test_output_match_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.3974202Z test_output_match_polygamma_polygamma_n_1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:15.4027200Z test_output_match_polygamma_polygamma_n_1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.4079640Z test_output_match_polygamma_polygamma_n_1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.4132276Z test_output_match_polygamma_polygamma_n_1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.4185132Z test_output_match_polygamma_polygamma_n_1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.4237815Z test_output_match_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.4290575Z test_output_match_polygamma_polygamma_n_2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.4343539Z test_output_match_polygamma_polygamma_n_2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.4396312Z test_output_match_polygamma_polygamma_n_2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.4449070Z test_output_match_polygamma_polygamma_n_2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.4501963Z test_output_match_polygamma_polygamma_n_2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.4554805Z test_output_match_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.4607903Z test_output_match_polygamma_polygamma_n_3_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.4660771Z test_output_match_polygamma_polygamma_n_3_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.4713844Z test_output_match_polygamma_polygamma_n_3_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.4766915Z test_output_match_polygamma_polygamma_n_3_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.4819837Z test_output_match_polygamma_polygamma_n_3_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.4872852Z test_output_match_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:15.4925893Z test_output_match_polygamma_polygamma_n_4_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.4978672Z test_output_match_polygamma_polygamma_n_4_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:15.5031500Z test_output_match_polygamma_polygamma_n_4_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.5084010Z test_output_match_polygamma_polygamma_n_4_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.5136838Z test_output_match_polygamma_polygamma_n_4_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.5189680Z test_output_match_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.5242443Z test_output_match_positive_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.5295510Z test_output_match_positive_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.5348296Z test_output_match_positive_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.5401131Z test_output_match_positive_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.5454455Z test_output_match_positive_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.5507029Z test_output_match_positive_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:15.5559665Z test_output_match_pow_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.5612544Z test_output_match_pow_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.5665653Z test_output_match_pow_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.5718578Z test_output_match_pow_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.5771429Z test_output_match_pow_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.5824631Z test_output_match_pow_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.5877640Z test_output_match_prod_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.5930774Z test_output_match_prod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:15.5983928Z test_output_match_prod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.6036907Z test_output_match_prod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.6089734Z test_output_match_prod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.6142677Z test_output_match_prod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.6195420Z test_output_match_put_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.6248179Z test_output_match_put_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.6301021Z test_output_match_put_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.6353421Z test_output_match_put_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.6406617Z test_output_match_put_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.6459230Z test_output_match_put_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.6512162Z test_output_match_put_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.6564914Z test_output_match_qr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.6617600Z test_output_match_quantile_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.6670278Z test_output_match_rad2deg_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.6723266Z test_output_match_rad2deg_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.6776147Z test_output_match_rad2deg_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.6829092Z test_output_match_rad2deg_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.6882406Z test_output_match_rad2deg_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.6935535Z test_output_match_rad2deg_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.6988260Z test_output_match_rad2deg_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.7041348Z test_output_match_rand_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.7094318Z test_output_match_rand_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.7147364Z test_output_match_randint_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.7200257Z test_output_match_randint_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.7253081Z test_output_match_randint_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.7305882Z test_output_match_randint_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.7358886Z test_output_match_randint_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.7411577Z test_output_match_randint_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.7464288Z test_output_match_randn_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.7517360Z test_output_match_randn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.7570055Z test_output_match_randn_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.7623030Z test_output_match_randn_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.7675997Z test_output_match_ravel_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.7728734Z test_output_match_ravel_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.7781485Z test_output_match_ravel_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.7834655Z test_output_match_ravel_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.7887527Z test_output_match_ravel_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.7940892Z test_output_match_ravel_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.7994035Z test_output_match_ravel_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.8047028Z test_output_match_real_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.8100221Z test_output_match_real_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.8153337Z test_output_match_real_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.8206390Z test_output_match_real_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.8259511Z test_output_match_real_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.8312506Z test_output_match_real_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.8365113Z test_output_match_real_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.8417958Z test_output_match_reciprocal_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.8470928Z test_output_match_reciprocal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.8523703Z test_output_match_reciprocal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.8576663Z test_output_match_reciprocal_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.8629512Z test_output_match_reciprocal_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.8681982Z test_output_match_reciprocal_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.8734827Z test_output_match_reciprocal_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.8787798Z test_output_match_remainder_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.8840907Z test_output_match_remainder_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.8893651Z test_output_match_remainder_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.8946949Z test_output_match_remainder_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.8999698Z test_output_match_remainder_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.9052657Z test_output_match_remainder_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.9105679Z test_output_match_renorm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.9158752Z test_output_match_renorm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.9211801Z test_output_match_repeat_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.9264799Z test_output_match_repeat_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.9317928Z test_output_match_repeat_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.9370886Z test_output_match_repeat_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.9423719Z test_output_match_repeat_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.9476409Z test_output_match_repeat_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.9529287Z test_output_match_repeat_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.9582260Z test_output_match_repeat_interleave_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.9635087Z test_output_match_repeat_interleave_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.9687776Z test_output_match_repeat_interleave_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.9740722Z test_output_match_repeat_interleave_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.9793490Z test_output_match_repeat_interleave_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.9846367Z test_output_match_repeat_interleave_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:15.9899340Z test_output_match_repeat_interleave_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:15.9951935Z test_output_match_reshape_as_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.0004851Z test_output_match_reshape_as_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.0057958Z test_output_match_reshape_as_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.0110916Z test_output_match_reshape_as_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.0164244Z test_output_match_reshape_as_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.0217054Z test_output_match_reshape_as_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.0269813Z test_output_match_reshape_as_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.0322845Z test_output_match_reshape_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.0376124Z test_output_match_reshape_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.0428755Z test_output_match_reshape_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.0481577Z test_output_match_reshape_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.0534401Z test_output_match_reshape_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.0587295Z test_output_match_reshape_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.0639839Z test_output_match_reshape_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.0692500Z test_output_match_resize__cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.0745444Z test_output_match_resize__cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.0798291Z test_output_match_resize__cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.0851271Z test_output_match_resize__cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.0903935Z test_output_match_resize__cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.0956870Z test_output_match_resize__cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.1009693Z test_output_match_resize__cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.1062298Z test_output_match_resize_as__cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.1115327Z test_output_match_resize_as__cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.1168281Z test_output_match_resize_as__cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.1221311Z test_output_match_resize_as__cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.1274182Z test_output_match_resize_as__cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.1327193Z test_output_match_resize_as__cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.1380318Z test_output_match_resize_as__cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.1433372Z test_output_match_resolve_conj_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.1486610Z test_output_match_resolve_conj_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.1539430Z test_output_match_resolve_conj_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.1592256Z test_output_match_resolve_conj_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.1645041Z test_output_match_resolve_conj_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.1698331Z test_output_match_resolve_conj_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.1750879Z test_output_match_resolve_conj_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.1803725Z test_output_match_resolve_neg_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.1856394Z test_output_match_resolve_neg_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.1909202Z test_output_match_resolve_neg_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.1962304Z test_output_match_resolve_neg_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.2014818Z test_output_match_resolve_neg_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.2067761Z test_output_match_resolve_neg_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.2120651Z test_output_match_resolve_neg_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.2173628Z test_output_match_roll_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.2226703Z test_output_match_roll_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.2279538Z test_output_match_roll_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.2332555Z test_output_match_roll_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.2385357Z test_output_match_roll_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.2439069Z test_output_match_roll_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.2492246Z test_output_match_roll_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.2545073Z test_output_match_rot90_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.2598060Z test_output_match_rot90_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.2651195Z test_output_match_rot90_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.2703877Z test_output_match_rot90_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.2756855Z test_output_match_rot90_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.2809956Z test_output_match_rot90_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.2862589Z test_output_match_rot90_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.2915591Z test_output_match_round_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.2968437Z test_output_match_round_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.3021072Z test_output_match_round_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.3073805Z test_output_match_round_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.3126451Z test_output_match_round_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.3179252Z test_output_match_round_decimals_0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.3232581Z test_output_match_round_decimals_3_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.3284761Z test_output_match_round_decimals_neg_3_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.3337589Z test_output_match_rsqrt_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.3390663Z test_output_match_rsqrt_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.3443581Z test_output_match_rsqrt_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.3496619Z test_output_match_rsqrt_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.3549615Z test_output_match_rsqrt_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.3602481Z test_output_match_rsqrt_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.3655638Z test_output_match_rsub_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.3708825Z test_output_match_rsub_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.3761661Z test_output_match_rsub_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.3814459Z test_output_match_rsub_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.3867505Z test_output_match_rsub_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.3919951Z test_output_match_rsub_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.3972619Z test_output_match_scatter_add_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.4025550Z test_output_match_scatter_add_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.4078253Z test_output_match_scatter_add_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.4130981Z test_output_match_scatter_add_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.4183712Z test_output_match_scatter_add_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.4236523Z test_output_match_scatter_add_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.4289435Z test_output_match_scatter_add_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.4342163Z test_output_match_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.4394829Z test_output_match_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.4447858Z test_output_match_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.4501106Z test_output_match_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.4554074Z test_output_match_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.4607121Z test_output_match_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.4660144Z test_output_match_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.4713283Z test_output_match_scatter_reduce_amax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.4766139Z test_output_match_scatter_reduce_amax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.4820008Z test_output_match_scatter_reduce_amax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.017s) 2022-09-27T16:44:16.4872849Z test_output_match_scatter_reduce_amax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.4925781Z test_output_match_scatter_reduce_amax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.4978854Z test_output_match_scatter_reduce_amax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.5031639Z test_output_match_scatter_reduce_amax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.5084403Z test_output_match_scatter_reduce_amin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.5137417Z test_output_match_scatter_reduce_amin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.5190322Z test_output_match_scatter_reduce_amin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.5243212Z test_output_match_scatter_reduce_amin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.5296066Z test_output_match_scatter_reduce_amin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.5348920Z test_output_match_scatter_reduce_amin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.5401764Z test_output_match_scatter_reduce_amin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.5455259Z test_output_match_scatter_reduce_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.5507929Z test_output_match_scatter_reduce_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.5560878Z test_output_match_scatter_reduce_mean_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.5613686Z test_output_match_scatter_reduce_mean_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.5667148Z test_output_match_scatter_reduce_mean_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.5720224Z test_output_match_scatter_reduce_mean_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.5773471Z test_output_match_scatter_reduce_prod_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.5826376Z test_output_match_scatter_reduce_prod_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.5879514Z test_output_match_scatter_reduce_prod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.5932530Z test_output_match_scatter_reduce_prod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.5985772Z test_output_match_scatter_reduce_prod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.6038696Z test_output_match_scatter_reduce_prod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.6091981Z test_output_match_scatter_reduce_prod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.6145009Z test_output_match_scatter_reduce_sum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.6197770Z test_output_match_scatter_reduce_sum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.6250640Z test_output_match_scatter_reduce_sum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.6303199Z test_output_match_scatter_reduce_sum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.6356485Z test_output_match_scatter_reduce_sum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.6409552Z test_output_match_scatter_reduce_sum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.6462099Z test_output_match_scatter_reduce_sum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.6514823Z test_output_match_searchsorted_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.6567836Z test_output_match_searchsorted_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.6620721Z test_output_match_searchsorted_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.6673352Z test_output_match_searchsorted_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.6726609Z test_output_match_searchsorted_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.6779417Z test_output_match_searchsorted_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.6832456Z test_output_match_segment_reduce_lengths_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.6885336Z test_output_match_segment_reduce_lengths_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.6938132Z test_output_match_segment_reduce_offsets_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.6991133Z test_output_match_segment_reduce_offsets_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.7044191Z test_output_match_select_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.7097300Z test_output_match_select_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.7150292Z test_output_match_select_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.7203035Z test_output_match_select_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.7256129Z test_output_match_select_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.7308856Z test_output_match_select_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.7361658Z test_output_match_select_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.7414444Z test_output_match_select_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.7467362Z test_output_match_select_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.7520185Z test_output_match_select_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.7573019Z test_output_match_select_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.7625766Z test_output_match_select_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.7678431Z test_output_match_select_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.7731121Z test_output_match_select_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.7784147Z test_output_match_sgn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.7837964Z test_output_match_sgn_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.020s) 2022-09-27T16:44:16.7892017Z test_output_match_sgn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:44:16.7945897Z test_output_match_sgn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:44:16.7998737Z test_output_match_sgn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.8051793Z test_output_match_sgn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.8104723Z test_output_match_sgn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.8158041Z test_output_match_short_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.8211214Z test_output_match_short_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.8264402Z test_output_match_short_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.8317133Z test_output_match_short_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.8369941Z test_output_match_short_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.8423063Z test_output_match_short_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.8476033Z test_output_match_short_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.8528921Z test_output_match_sigmoid_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.8582056Z test_output_match_sigmoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.8634853Z test_output_match_sigmoid_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.8687711Z test_output_match_sigmoid_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.8740540Z test_output_match_sigmoid_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.8793426Z test_output_match_sigmoid_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.8846343Z test_output_match_sign_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.8899531Z test_output_match_sign_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.8952645Z test_output_match_sign_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.9005740Z test_output_match_sign_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.9059152Z test_output_match_sign_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.9111974Z test_output_match_sign_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.9164781Z test_output_match_sign_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.9217695Z test_output_match_signbit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.9270798Z test_output_match_signbit_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.9323724Z test_output_match_signbit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.9376501Z test_output_match_signbit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.9429066Z test_output_match_signbit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.9481954Z test_output_match_signbit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.9535010Z test_output_match_signbit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.9587777Z test_output_match_sin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.9640458Z test_output_match_sin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.9693204Z test_output_match_sin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.9745899Z test_output_match_sin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.9798691Z test_output_match_sin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.9851704Z test_output_match_sin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:16.9904440Z test_output_match_sinc_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:16.9957095Z test_output_match_sinc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.0010206Z test_output_match_sinc_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.0063192Z test_output_match_sinc_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.0116084Z test_output_match_sinc_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.0169082Z test_output_match_sinc_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.0222075Z test_output_match_sinh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.0274877Z test_output_match_sinh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.0327998Z test_output_match_sinh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.0381114Z test_output_match_sinh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.0434237Z test_output_match_sinh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.0487065Z test_output_match_sinh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.0539991Z test_output_match_slice_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.0592698Z test_output_match_slice_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.0645557Z test_output_match_slice_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.0698399Z test_output_match_slice_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.0751359Z test_output_match_slice_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.0804215Z test_output_match_slice_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.0857229Z test_output_match_slice_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.0910088Z test_output_match_softmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.0962999Z test_output_match_softmax_with_dtype_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.017s) 2022-09-27T16:44:17.1015853Z test_output_match_softmax_with_dtype_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.1068470Z test_output_match_softmax_with_dtype_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.1121815Z test_output_match_softmax_with_dtype_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.1175122Z test_output_match_softmax_with_dtype_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.1227959Z test_output_match_softmax_with_dtype_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.1280859Z test_output_match_softmax_with_dtype_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.1333611Z test_output_match_sort_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.1386729Z test_output_match_sort_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.1439834Z test_output_match_sort_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.1492587Z test_output_match_sort_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.1545244Z test_output_match_sort_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.1598562Z test_output_match_sort_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.017s) 2022-09-27T16:44:17.1650867Z test_output_match_sort_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.1702943Z test_output_match_sparse_sampled_addmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: PyTorch is built without MKL support (0.000s) 2022-09-27T16:44:17.1755803Z test_output_match_special_airy_ai_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.1808607Z test_output_match_special_airy_ai_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.003s) 2022-09-27T16:44:17.1861467Z test_output_match_special_airy_ai_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:44:17.1914405Z test_output_match_special_airy_ai_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.1967507Z test_output_match_special_airy_ai_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:17.2020420Z test_output_match_special_airy_ai_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.2073735Z test_output_match_special_bessel_j0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.2126549Z test_output_match_special_bessel_j0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.2179216Z test_output_match_special_bessel_j0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.2232052Z test_output_match_special_bessel_j0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.2285214Z test_output_match_special_bessel_j0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.2338146Z test_output_match_special_bessel_j0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.2391423Z test_output_match_special_bessel_j1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.2445055Z test_output_match_special_bessel_j1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.2498002Z test_output_match_special_bessel_j1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.2551075Z test_output_match_special_bessel_j1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.2604368Z test_output_match_special_bessel_j1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.2657611Z test_output_match_special_bessel_j1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.2710303Z test_output_match_special_bessel_y0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.2763382Z test_output_match_special_bessel_y0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.2816292Z test_output_match_special_bessel_y0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.2869415Z test_output_match_special_bessel_y0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:17.2921967Z test_output_match_special_bessel_y0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.2974872Z test_output_match_special_bessel_y0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:17.3027585Z test_output_match_special_bessel_y1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.3080698Z test_output_match_special_bessel_y1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.3133221Z test_output_match_special_bessel_y1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.3185936Z test_output_match_special_bessel_y1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.3238996Z test_output_match_special_bessel_y1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.3291713Z test_output_match_special_bessel_y1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.3344495Z test_output_match_special_chebyshev_polynomial_t_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.3397708Z test_output_match_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.3450736Z test_output_match_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.3504178Z test_output_match_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.3557347Z test_output_match_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.3610170Z test_output_match_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.3663201Z test_output_match_special_chebyshev_polynomial_u_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.3716270Z test_output_match_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.3768967Z test_output_match_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.3821876Z test_output_match_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.3874890Z test_output_match_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.3927463Z test_output_match_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.3973835Z test_output_match_special_chebyshev_polynomial_v_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-09-27T16:44:17.4019806Z test_output_match_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:44:17.4065700Z test_output_match_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:44:17.4111429Z test_output_match_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:44:17.4157640Z test_output_match_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:44:17.4203614Z test_output_match_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:44:17.4249704Z test_output_match_special_chebyshev_polynomial_w_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-09-27T16:44:17.4295642Z test_output_match_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:44:17.4341571Z test_output_match_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:44:17.4387706Z test_output_match_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:44:17.4433762Z test_output_match_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:44:17.4479860Z test_output_match_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:44:17.4532435Z test_output_match_special_entr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.4585599Z test_output_match_special_entr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.4638264Z test_output_match_special_entr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:17.4691108Z test_output_match_special_entr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.4744038Z test_output_match_special_entr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.4797085Z test_output_match_special_entr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.4849847Z test_output_match_special_erfcx_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.4903209Z test_output_match_special_erfcx_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:17.4955953Z test_output_match_special_erfcx_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.5009041Z test_output_match_special_erfcx_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:17.5061767Z test_output_match_special_erfcx_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.5114586Z test_output_match_special_erfcx_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.5167594Z test_output_match_special_hermite_polynomial_h_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.5220668Z test_output_match_special_hermite_polynomial_h_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.5273647Z test_output_match_special_hermite_polynomial_h_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.5326739Z test_output_match_special_hermite_polynomial_h_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.5379634Z test_output_match_special_hermite_polynomial_h_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.5432450Z test_output_match_special_hermite_polynomial_h_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.5485636Z test_output_match_special_hermite_polynomial_he_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.5538877Z test_output_match_special_hermite_polynomial_he_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.5591968Z test_output_match_special_hermite_polynomial_he_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.5645495Z test_output_match_special_hermite_polynomial_he_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.5697908Z test_output_match_special_hermite_polynomial_he_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.5750682Z test_output_match_special_hermite_polynomial_he_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.5803552Z test_output_match_special_i0e_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.5856656Z test_output_match_special_i0e_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.5909333Z test_output_match_special_i0e_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:17.5961986Z test_output_match_special_i0e_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.6014887Z test_output_match_special_i0e_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:17.6067558Z test_output_match_special_i0e_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.6120292Z test_output_match_special_i1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.6173352Z test_output_match_special_i1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.6226315Z test_output_match_special_i1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.6278953Z test_output_match_special_i1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.6331885Z test_output_match_special_i1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.6384477Z test_output_match_special_i1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.6437477Z test_output_match_special_i1e_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.6490374Z test_output_match_special_i1e_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.6542919Z test_output_match_special_i1e_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.6596074Z test_output_match_special_i1e_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.6648697Z test_output_match_special_i1e_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.6701584Z test_output_match_special_i1e_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.6754621Z test_output_match_special_laguerre_polynomial_l_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.6807720Z test_output_match_special_laguerre_polynomial_l_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.6860650Z test_output_match_special_laguerre_polynomial_l_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:17.6913220Z test_output_match_special_laguerre_polynomial_l_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.6966514Z test_output_match_special_laguerre_polynomial_l_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:17.7019508Z test_output_match_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.7065728Z test_output_match_special_legendre_polynomial_p_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:44:17.7111899Z test_output_match_special_legendre_polynomial_p_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:44:17.7157646Z test_output_match_special_legendre_polynomial_p_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:44:17.7203459Z test_output_match_special_legendre_polynomial_p_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:44:17.7249300Z test_output_match_special_legendre_polynomial_p_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:44:17.7295228Z test_output_match_special_legendre_polynomial_p_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:44:17.7347597Z test_output_match_special_log_ndtr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.7400147Z test_output_match_special_log_ndtr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.7452951Z test_output_match_special_log_ndtr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.7505715Z test_output_match_special_log_ndtr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.7558417Z test_output_match_special_log_ndtr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.7611024Z test_output_match_special_log_ndtr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.7663764Z test_output_match_special_modified_bessel_i0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.7716818Z test_output_match_special_modified_bessel_i0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.7769577Z test_output_match_special_modified_bessel_i0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.7822265Z test_output_match_special_modified_bessel_i0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.7875560Z test_output_match_special_modified_bessel_i0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:17.7928558Z test_output_match_special_modified_bessel_i0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.7981677Z test_output_match_special_modified_bessel_i1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:17.8034411Z test_output_match_special_modified_bessel_i1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.8087217Z test_output_match_special_modified_bessel_i1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.8140339Z test_output_match_special_modified_bessel_i1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.8192876Z test_output_match_special_modified_bessel_i1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.8245599Z test_output_match_special_modified_bessel_i1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.8298484Z test_output_match_special_modified_bessel_k0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.8351091Z test_output_match_special_modified_bessel_k0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.8403791Z test_output_match_special_modified_bessel_k0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.8456909Z test_output_match_special_modified_bessel_k0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.8509827Z test_output_match_special_modified_bessel_k0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.8562641Z test_output_match_special_modified_bessel_k0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.8615775Z test_output_match_special_modified_bessel_k1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.8668353Z test_output_match_special_modified_bessel_k1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.8721051Z test_output_match_special_modified_bessel_k1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.8773862Z test_output_match_special_modified_bessel_k1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.8827060Z test_output_match_special_modified_bessel_k1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.8880123Z test_output_match_special_modified_bessel_k1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:17.8932906Z test_output_match_special_ndtr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.8985927Z test_output_match_special_ndtr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.9038700Z test_output_match_special_ndtr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.9091530Z test_output_match_special_ndtr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.9144656Z test_output_match_special_ndtr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.9197543Z test_output_match_special_ndtr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.9250540Z test_output_match_special_ndtri_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.9303550Z test_output_match_special_ndtri_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.9356167Z test_output_match_special_ndtri_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.9409187Z test_output_match_special_ndtri_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.9461890Z test_output_match_special_ndtri_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.9514930Z test_output_match_special_ndtri_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:17.9567582Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.9620410Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.9673359Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.9726030Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.9778824Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.9831786Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:17.9884771Z test_output_match_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:17.9937920Z test_output_match_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:17.9990735Z test_output_match_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.0043524Z test_output_match_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.0096881Z test_output_match_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.0149835Z test_output_match_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.0202861Z test_output_match_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.0256063Z test_output_match_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.0309184Z test_output_match_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.0361994Z test_output_match_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.0415037Z test_output_match_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.0467730Z test_output_match_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.0514084Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:44:18.0560026Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:44:18.0605716Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:44:18.0651451Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:44:18.0697434Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:44:18.0743501Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:44:18.0789406Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:44:18.0835528Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:44:18.0881769Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:44:18.0927666Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:44:18.0973785Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-09-27T16:44:18.1019881Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:44:18.1066327Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:44:18.1112762Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:44:18.1158933Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:44:18.1204849Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:44:18.1250698Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:44:18.1297249Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:44:18.1343312Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:44:18.1389524Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:44:18.1435665Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.016s) 2022-09-27T16:44:18.1481556Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:44:18.1527572Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:44:18.1573707Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T16:44:18.1626404Z test_output_match_special_spherical_bessel_j0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.1679390Z test_output_match_special_spherical_bessel_j0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.1732331Z test_output_match_special_spherical_bessel_j0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.1785032Z test_output_match_special_spherical_bessel_j0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.1837930Z test_output_match_special_spherical_bessel_j0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.1890688Z test_output_match_special_spherical_bessel_j0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.1943828Z test_output_match_special_xlog1py_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:18.1996636Z test_output_match_special_xlog1py_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.001s) 2022-09-27T16:44:18.2049370Z test_output_match_special_xlog1py_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.2102494Z test_output_match_special_xlog1py_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.2155404Z test_output_match_special_xlog1py_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.2208088Z test_output_match_special_xlog1py_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.2261288Z test_output_match_special_xlog1py_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.2313846Z test_output_match_special_zeta_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.2366903Z test_output_match_special_zeta_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.2420439Z test_output_match_special_zeta_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.2473528Z test_output_match_special_zeta_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.2526497Z test_output_match_special_zeta_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.2579464Z test_output_match_special_zeta_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.2632454Z test_output_match_split_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.2685259Z test_output_match_split_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.2738427Z test_output_match_split_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.2791130Z test_output_match_split_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.2843792Z test_output_match_split_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.2897165Z test_output_match_split_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.2949787Z test_output_match_split_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.3002396Z test_output_match_split_list_args_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.3055463Z test_output_match_split_list_args_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.3108491Z test_output_match_split_list_args_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.3161529Z test_output_match_split_list_args_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.3214872Z test_output_match_split_list_args_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.3267713Z test_output_match_split_list_args_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.3320528Z test_output_match_split_list_args_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.3373459Z test_output_match_split_with_sizes_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.3426437Z test_output_match_split_with_sizes_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.3479558Z test_output_match_split_with_sizes_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.3532603Z test_output_match_split_with_sizes_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.3585400Z test_output_match_split_with_sizes_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.3638076Z test_output_match_split_with_sizes_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.3690752Z test_output_match_split_with_sizes_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.3743630Z test_output_match_sqrt_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.3796281Z test_output_match_sqrt_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.3849246Z test_output_match_sqrt_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.3901976Z test_output_match_sqrt_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.3954943Z test_output_match_sqrt_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.4008008Z test_output_match_sqrt_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.4060995Z test_output_match_square_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.4114004Z test_output_match_square_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.4166936Z test_output_match_square_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.4219776Z test_output_match_square_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.4272828Z test_output_match_square_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.4325774Z test_output_match_square_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.4379000Z test_output_match_square_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.4431985Z test_output_match_squeeze_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.4485445Z test_output_match_squeeze_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.4538076Z test_output_match_squeeze_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.4590988Z test_output_match_squeeze_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.4644131Z test_output_match_squeeze_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.4696850Z test_output_match_squeeze_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.4749692Z test_output_match_squeeze_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.4802994Z test_output_match_stack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.017s) 2022-09-27T16:44:18.4856837Z test_output_match_stack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:44:18.4910273Z test_output_match_stack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:44:18.4963509Z test_output_match_stack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.003s) 2022-09-27T16:44:18.5016258Z test_output_match_stack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.5069153Z test_output_match_stack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.5122087Z test_output_match_stack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.5175209Z test_output_match_std_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.5228216Z test_output_match_std_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.5280981Z test_output_match_std_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.5333784Z test_output_match_std_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.5386760Z test_output_match_stft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.5439680Z test_output_match_sub_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.5492562Z test_output_match_sub_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.5545653Z test_output_match_sub_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.5598777Z test_output_match_sub_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.5651969Z test_output_match_sub_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.5705113Z test_output_match_sub_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.5758187Z test_output_match_sum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.5810875Z test_output_match_sum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.5864024Z test_output_match_sum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.5916945Z test_output_match_sum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.5969455Z test_output_match_sum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.6022248Z test_output_match_sum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.6075049Z test_output_match_sum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.6128451Z test_output_match_sum_to_size_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.6180811Z test_output_match_sum_to_size_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.6233507Z test_output_match_sum_to_size_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.6286177Z test_output_match_sum_to_size_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.6338903Z test_output_match_sum_to_size_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.6392115Z test_output_match_sum_to_size_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.6445003Z test_output_match_sum_to_size_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.6498518Z test_output_match_svd_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.6551965Z test_output_match_svd_lowrank_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.6605157Z test_output_match_symeig_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.6658301Z test_output_match_t_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.6711341Z test_output_match_t_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.6764216Z test_output_match_t_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.6817289Z test_output_match_t_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.6870580Z test_output_match_t_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.6923107Z test_output_match_t_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.6975938Z test_output_match_t_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.7029257Z test_output_match_take_along_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.7081927Z test_output_match_take_along_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.7135027Z test_output_match_take_along_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.7187904Z test_output_match_take_along_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.7240690Z test_output_match_take_along_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.7293454Z test_output_match_take_along_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.7346283Z test_output_match_take_along_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.7399230Z test_output_match_take_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.7452087Z test_output_match_take_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.7504814Z test_output_match_take_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.7557777Z test_output_match_take_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.7610822Z test_output_match_take_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.7663806Z test_output_match_take_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.7716736Z test_output_match_take_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.7769655Z test_output_match_tan_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.7822962Z test_output_match_tan_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.7876123Z test_output_match_tan_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.7929082Z test_output_match_tan_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.7982441Z test_output_match_tan_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.8035415Z test_output_match_tan_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.8088314Z test_output_match_tanh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.8141565Z test_output_match_tanh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.8194342Z test_output_match_tanh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.8247405Z test_output_match_tanh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.8300273Z test_output_match_tanh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.8353037Z test_output_match_tanh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.8405676Z test_output_match_tensor_split_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.8458404Z test_output_match_tensor_split_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.8511139Z test_output_match_tensor_split_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.8564186Z test_output_match_tensor_split_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.8617124Z test_output_match_tensor_split_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.8670168Z test_output_match_tensor_split_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.8723018Z test_output_match_tensor_split_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.8776281Z test_output_match_tensordot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.8829439Z test_output_match_tensordot_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.8882127Z test_output_match_tensordot_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.8935341Z test_output_match_tensordot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.8988501Z test_output_match_tensordot_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.9041517Z test_output_match_tile_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.9094805Z test_output_match_tile_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.9147452Z test_output_match_tile_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.9200381Z test_output_match_tile_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.9253385Z test_output_match_tile_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.9306298Z test_output_match_tile_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.9359037Z test_output_match_tile_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.9411646Z test_output_match_to_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.9464733Z test_output_match_to_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.9517720Z test_output_match_to_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.9570913Z test_output_match_to_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.9623461Z test_output_match_to_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.9676595Z test_output_match_to_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.9729432Z test_output_match_to_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.9782672Z test_output_match_to_sparse_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.9835870Z test_output_match_to_sparse_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.9889114Z test_output_match_to_sparse_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:18.9942137Z test_output_match_to_sparse_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:18.9995157Z test_output_match_to_sparse_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.0048373Z test_output_match_to_sparse_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.0101528Z test_output_match_to_sparse_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.0154667Z test_output_match_topk_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.0207570Z test_output_match_topk_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.0260806Z test_output_match_topk_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.0313659Z test_output_match_topk_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.0366365Z test_output_match_topk_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.0419215Z test_output_match_trace_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.0472385Z test_output_match_trace_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.0525015Z test_output_match_trace_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.0578009Z test_output_match_trace_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.0631221Z test_output_match_trace_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.0684230Z test_output_match_transpose_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.0737167Z test_output_match_transpose_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.0790462Z test_output_match_transpose_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.0843495Z test_output_match_transpose_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.0896366Z test_output_match_transpose_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.0949602Z test_output_match_transpose_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.1002397Z test_output_match_transpose_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.001s) 2022-09-27T16:44:19.1055495Z test_output_match_trapezoid_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.1108531Z test_output_match_trapezoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.1161446Z test_output_match_trapezoid_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.1214772Z test_output_match_trapezoid_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.1267832Z test_output_match_trapezoid_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.1320609Z test_output_match_trapezoid_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.1373358Z test_output_match_trapz_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.1426660Z test_output_match_trapz_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.1479392Z test_output_match_trapz_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.1532230Z test_output_match_trapz_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.1584942Z test_output_match_trapz_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.1637719Z test_output_match_trapz_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.1690643Z test_output_match_triangular_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.1743727Z test_output_match_tril_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.1796823Z test_output_match_tril_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.1849499Z test_output_match_tril_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.1902321Z test_output_match_tril_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.1955071Z test_output_match_tril_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.2007940Z test_output_match_tril_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.2061326Z test_output_match_tril_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.2114043Z test_output_match_tril_indices_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.001s) 2022-09-27T16:44:19.2167299Z test_output_match_tril_indices_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.2220008Z test_output_match_triu_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.2272966Z test_output_match_triu_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.2326051Z test_output_match_triu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.2379709Z test_output_match_triu_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.2432676Z test_output_match_triu_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.2485478Z test_output_match_triu_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.2538324Z test_output_match_triu_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.2591107Z test_output_match_triu_indices_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.2644114Z test_output_match_triu_indices_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.2696894Z test_output_match_true_divide_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.2749603Z test_output_match_true_divide_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.2802440Z test_output_match_true_divide_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.2855304Z test_output_match_true_divide_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.2907943Z test_output_match_true_divide_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.2960782Z test_output_match_true_divide_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.3013600Z test_output_match_true_divide_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.3066678Z test_output_match_trunc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.3119306Z test_output_match_trunc_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.3172361Z test_output_match_trunc_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.3225321Z test_output_match_trunc_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.3278311Z test_output_match_trunc_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.3331308Z test_output_match_unbind_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.3384110Z test_output_match_unbind_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.3437137Z test_output_match_unbind_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.3490193Z test_output_match_unbind_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.3542854Z test_output_match_unbind_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.3595512Z test_output_match_unbind_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.3648189Z test_output_match_unbind_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.3701040Z test_output_match_unflatten_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.3753555Z test_output_match_unflatten_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.3806585Z test_output_match_unflatten_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.017s) 2022-09-27T16:44:19.3859190Z test_output_match_unflatten_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.3912012Z test_output_match_unflatten_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.3965274Z test_output_match_unflatten_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.4017959Z test_output_match_unflatten_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.4070947Z test_output_match_unfold_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.4123904Z test_output_match_unfold_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.4176889Z test_output_match_unfold_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.4229869Z test_output_match_unfold_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.4282890Z test_output_match_unfold_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.4335588Z test_output_match_unfold_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.4388451Z test_output_match_unfold_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.4441650Z test_output_match_uniform_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.4494584Z test_output_match_uniform_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.4548048Z test_output_match_unique_consecutive_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.4601258Z test_output_match_unique_consecutive_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.4654100Z test_output_match_unique_consecutive_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.4707119Z test_output_match_unique_consecutive_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.4760547Z test_output_match_unique_consecutive_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.4813308Z test_output_match_unique_consecutive_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.001s) 2022-09-27T16:44:19.4865945Z test_output_match_unique_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.4918786Z test_output_match_unique_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.4971787Z test_output_match_unique_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.5024539Z test_output_match_unique_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.5077387Z test_output_match_unique_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.5130292Z test_output_match_unique_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.5182923Z test_output_match_unsqueeze_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.5235958Z test_output_match_unsqueeze_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.5288837Z test_output_match_unsqueeze_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.5341716Z test_output_match_unsqueeze_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.5394693Z test_output_match_unsqueeze_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.5447716Z test_output_match_unsqueeze_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.5500668Z test_output_match_unsqueeze_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.5553951Z test_output_match_var_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.5606831Z test_output_match_var_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.001s) 2022-09-27T16:44:19.5659880Z test_output_match_var_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.5713500Z test_output_match_var_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.5765941Z test_output_match_vdot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.001s) 2022-09-27T16:44:19.5818775Z test_output_match_vdot_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.5871545Z test_output_match_vdot_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.5924328Z test_output_match_vdot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.017s) 2022-09-27T16:44:19.5977163Z test_output_match_vdot_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.6030042Z test_output_match_view_as_complex_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.6083305Z test_output_match_view_as_complex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.6136387Z test_output_match_view_as_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.6189049Z test_output_match_view_as_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.6241678Z test_output_match_view_as_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.6294719Z test_output_match_view_as_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.6347607Z test_output_match_view_as_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.6400441Z test_output_match_view_as_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.6453464Z test_output_match_view_as_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.6506431Z test_output_match_view_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.6559693Z test_output_match_view_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.6612558Z test_output_match_view_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.6665567Z test_output_match_view_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.6718677Z test_output_match_view_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.6771627Z test_output_match_view_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.6825026Z test_output_match_view_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.6877943Z test_output_match_vsplit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.019s) 2022-09-27T16:44:19.6930581Z test_output_match_vsplit_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.6983452Z test_output_match_vsplit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.7035997Z test_output_match_vsplit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.7088539Z test_output_match_vsplit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.7141147Z test_output_match_vsplit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.7193896Z test_output_match_vsplit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.7246734Z test_output_match_vstack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:44:19.7299204Z test_output_match_vstack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.7351789Z test_output_match_vstack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.7404621Z test_output_match_vstack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.7457495Z test_output_match_vstack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.7510305Z test_output_match_vstack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.7563450Z test_output_match_vstack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.7616470Z test_output_match_where_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.7669420Z test_output_match_where_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.7722412Z test_output_match_where_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.7775348Z test_output_match_where_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.7827971Z test_output_match_where_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.7880952Z test_output_match_where_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.7933904Z test_output_match_where_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.7986860Z test_output_match_xlogy_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:19.8039492Z test_output_match_xlogy_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.8092053Z test_output_match_xlogy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.8144672Z test_output_match_xlogy_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.8197515Z test_output_match_xlogy_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.8250098Z test_output_match_xlogy_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.8302796Z test_output_match_xlogy_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.8355407Z test_output_match_zero__cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.8408078Z test_output_match_zero__cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.8460783Z test_output_match_zero__cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.8513629Z test_output_match_zero__cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.8566435Z test_output_match_zero__cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.8619216Z test_output_match_zero__cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.8672332Z test_output_match_zero__cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.8725159Z test_output_match_zeros_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.8778433Z test_output_match_zeros_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.8831206Z test_output_match_zeros_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.8883874Z test_output_match_zeros_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.010s) 2022-09-27T16:44:19.8937089Z test_output_match_zeros_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.8989901Z test_output_match_zeros_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.9042753Z test_output_match_zeros_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.9095636Z test_output_match_zeros_like_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.9148438Z test_output_match_zeros_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.9201061Z test_output_match_zeros_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.9253727Z test_output_match_zeros_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.9306545Z test_output_match_zeros_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.9359366Z test_output_match_zeros_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.016s) 2022-09-27T16:44:19.9412160Z test_output_match_zeros_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.000s) 2022-09-27T16:44:19.9413056Z 2022-09-27T16:44:19.9413295Z ---------------------------------------------------------------------- 2022-09-27T16:44:19.9413555Z Ran 2843 tests in 15.016s 2022-09-27T16:44:19.9413672Z 2022-09-27T16:44:19.9413747Z OK (skipped=2843) 2022-09-27T16:44:19.9413857Z 2022-09-27T16:44:19.9413944Z Generating XML reports... 2022-09-27T16:44:20.3866629Z Generated XML report: test-reports\python-unittest\test_mps\TEST-TestConsistencyCPU-20220927164404.xml 2022-09-27T16:44:20.7521600Z Running doctests ... [2022-09-27 16:44:20.749768] 2022-09-27T16:44:26.2025060Z Start doctest_module('C:\\actions-runner\\_work\\pytorch\\pytorch\\build\\win_tmp\\build\\torch') 2022-09-27T16:44:26.2025370Z Listing tests 2022-09-27T16:44:26.2025700Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py is_tensor:0 2022-09-27T16:44:26.2026158Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py set_default_tensor_type:0 2022-09-27T16:44:26.2028302Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py set_default_dtype:0 2022-09-27T16:44:26.2028814Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\__init__.py use_deterministic_algorithms:0 2022-09-27T16:44:26.2029492Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py broadcast_tensors:0 2022-09-27T16:44:26.2030057Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py broadcast_shapes:0 2022-09-27T16:44:26.2030511Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py split:0 2022-09-27T16:44:26.2030953Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py einsum:0 2022-09-27T16:44:26.2031596Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py meshgrid:0 2022-09-27T16:44:26.2032318Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py _unique_impl:0 2022-09-27T16:44:26.2033042Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py _unique_consecutive_impl:0 2022-09-27T16:44:26.2033677Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py tensordot:0 2022-09-27T16:44:26.2034295Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py cartesian_prod:0 2022-09-27T16:44:26.2034899Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py block_diag:0 2022-09-27T16:44:26.2035483Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py cdist:0 2022-09-27T16:44:26.2036085Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py atleast_1d:0 2022-09-27T16:44:26.2036699Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py atleast_2d:0 2022-09-27T16:44:26.2037300Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py atleast_3d:0 2022-09-27T16:44:26.2037890Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py norm:0 2022-09-27T16:44:26.2038491Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py chain_matmul:0 2022-09-27T16:44:26.2039085Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py _lu_impl:0 2022-09-27T16:44:26.2039662Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py list:0 2022-09-27T16:44:26.2040070Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py help:0 2022-09-27T16:44:26.2040470Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py load:0 2022-09-27T16:44:26.2040865Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py _load_local:0 2022-09-27T16:44:26.2041299Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py download_url_to_file:0 2022-09-27T16:44:26.2041743Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\hub.py load_state_dict_from_url:0 2022-09-27T16:44:26.2042188Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py Library.define:0 2022-09-27T16:44:26.2042633Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py Library.impl:0 2022-09-27T16:44:26.2043090Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py get_ignored_functions:0 2022-09-27T16:44:26.2043555Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py get_testing_overrides:0 2022-09-27T16:44:26.2044015Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py wrap_torch_function:0 2022-09-27T16:44:26.2044518Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py handle_torch_function:0 2022-09-27T16:44:26.2044994Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py is_tensor_method_or_property:0 2022-09-27T16:44:26.2045454Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\overrides.py is_tensor_like:0 2022-09-27T16:44:26.2045902Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\quasirandom.py SobolEngine:0 2022-09-27T16:44:26.2046350Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\serialization.py save:0 2022-09-27T16:44:26.2046827Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\serialization.py load:0 2022-09-27T16:44:26.2047265Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\torch_version.py TorchVersion:0 2022-09-27T16:44:26.2047719Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_C.cp39-win_amd64.pyd Generator:0 2022-09-27T16:44:26.2048175Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_C.cp39-win_amd64.pyd _LinAlgError:0 2022-09-27T16:44:26.2048667Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_namedtensor_internals.py update_names:0 2022-09-27T16:44:26.2049128Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.register_hook:0 2022-09-27T16:44:26.2049584Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.refine_names:0 2022-09-27T16:44:26.2050028Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.align_to:0 2022-09-27T16:44:26.2050471Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.rename:0 2022-09-27T16:44:26.2050917Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py Tensor.to_sparse_coo:0 2022-09-27T16:44:26.2051362Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor_str.py set_printoptions:0 2022-09-27T16:44:26.2051800Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_vmap_internals.py vmap:0 2022-09-27T16:44:26.2052241Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py Future.then:0 2022-09-27T16:44:26.2052708Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py Future.add_done_callback:0 2022-09-27T16:44:26.2053175Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py Future.set_result:0 2022-09-27T16:44:26.2053643Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py Future.set_exception:0 2022-09-27T16:44:26.2054177Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\futures\__init__.py collect_all:0 2022-09-27T16:44:26.2054613Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\__init__.py annotate:0 2022-09-27T16:44:26.2055031Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\__init__.py strict_fusion:0 2022-09-27T16:44:26.2055495Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\monitor\__init__.py TensorboardEventHandler:0 2022-09-27T16:44:26.2055961Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\sparse\__init__.py sum:0 2022-09-27T16:44:26.2056423Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantizable\modules\rnn.py LSTMCell:0 2022-09-27T16:44:26.2056956Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantizable\modules\rnn.py LSTM:0 2022-09-27T16:44:26.2057431Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\functional.py conv1d:0 2022-09-27T16:44:26.2057895Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\functional.py conv2d:0 2022-09-27T16:44:26.2058355Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\functional.py conv3d:0 2022-09-27T16:44:26.2058862Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\__init__.py Quantize:0 2022-09-27T16:44:26.2067858Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\__init__.py DeQuantize:0 2022-09-27T16:44:26.2068391Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py Conv1d:0 2022-09-27T16:44:26.2068897Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py Conv2d:0 2022-09-27T16:44:26.2069381Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py Conv3d:0 2022-09-27T16:44:26.2069904Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py ConvTranspose1d:0 2022-09-27T16:44:26.2070411Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py ConvTranspose2d:0 2022-09-27T16:44:26.2070939Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\conv.py ConvTranspose3d:0 2022-09-27T16:44:26.2071454Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\linear.py Linear:0 2022-09-27T16:44:26.2071943Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py LSTM:0 2022-09-27T16:44:26.2072427Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py GRU:0 2022-09-27T16:44:26.2072914Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py RNNCell:0 2022-09-27T16:44:26.2073409Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py LSTMCell:0 2022-09-27T16:44:26.2073904Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\dynamic\modules\rnn.py GRUCell:0 2022-09-27T16:44:26.2074392Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\activation.py ReLU6:0 2022-09-27T16:44:26.2074859Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py Conv1d:0 2022-09-27T16:44:26.2075320Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py Conv2d:0 2022-09-27T16:44:26.2075788Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py Conv3d:0 2022-09-27T16:44:26.2076274Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py ConvTranspose1d:0 2022-09-27T16:44:26.2076775Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py ConvTranspose2d:0 2022-09-27T16:44:26.2077408Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\conv.py ConvTranspose3d:0 2022-09-27T16:44:26.2077906Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\embedding_ops.py Embedding:0 2022-09-27T16:44:26.2078414Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\embedding_ops.py EmbeddingBag:0 2022-09-27T16:44:26.2078927Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\functional_modules.py FloatFunctional:0 2022-09-27T16:44:26.2079472Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\functional_modules.py QFunctional:0 2022-09-27T16:44:26.2080040Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\linear.py Linear:0 2022-09-27T16:44:26.2080517Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\nn\quantized\modules\rnn.py LSTM:0 2022-09-27T16:44:26.2081008Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuser_method_mappings.py fuse_conv_bn:0 2022-09-27T16:44:26.2081529Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuser_method_mappings.py fuse_conv_bn_relu:0 2022-09-27T16:44:26.2082047Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuser_method_mappings.py fuse_linear_bn:0 2022-09-27T16:44:26.2082580Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuser_method_mappings.py fuse_convtranspose_bn:0 2022-09-27T16:44:26.2083098Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fuse_modules.py fuse_modules:0 2022-09-27T16:44:26.2083570Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py _with_args:0 2022-09-27T16:44:26.2084055Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\observer.py _with_callable_args:0 2022-09-27T16:44:26.2084535Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py fuse_fx:0 2022-09-27T16:44:26.2085012Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py prepare_fx:0 2022-09-27T16:44:26.2085500Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py prepare_qat_fx:0 2022-09-27T16:44:26.2085980Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py convert_fx:0 2022-09-27T16:44:26.2086471Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\quantize_fx.py convert_to_reference_fx:0 2022-09-27T16:44:26.2086967Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py _get_path_of_module:0 2022-09-27T16:44:26.2087446Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py _get_signature_locals:0 2022-09-27T16:44:26.2087917Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py _get_default_kwargs:0 2022-09-27T16:44:26.2088388Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py _normalize_kwargs:0 2022-09-27T16:44:26.2088861Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\utils.py _get_num_pos_args:0 2022-09-27T16:44:26.2089403Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report.py ModelReport:0 2022-09-27T16:44:26.2090009Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report_visualizer.py ModelReportVisualizer.generate_filtered_tables:0 2022-09-27T16:44:26.2090669Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report_visualizer.py ModelReportVisualizer.generate_table_visualization:0 2022-09-27T16:44:26.2091344Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report_visualizer.py ModelReportVisualizer.generate_plot_visualization:0 2022-09-27T16:44:26.2092061Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\quantization\fx\_model_report\model_report_visualizer.py ModelReportVisualizer.generate_histogram_visualization:0 2022-09-27T16:44:26.2092656Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\sparsity\scheduler\lambda_scheduler.py LambdaSL:0 2022-09-27T16:44:26.2093183Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\sparsity\sparsifier\base_sparsifier.py BaseSparsifier:0 2022-09-27T16:44:26.2093722Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\sparsity\sparsifier\base_sparsifier.py BaseSparsifier.squash_mask:0 2022-09-27T16:44:26.2094421Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\sparsity\_experimental\activation_sparsifier\activation_sparsifier.py ActivationSparsifier:0 2022-09-27T16:44:26.2095070Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\sparsity\_experimental\data_scheduler\base_data_scheduler.py BaseDataScheduler.get_schedule_param:0 2022-09-27T16:44:26.2095698Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ao\sparsity\_experimental\data_sparsifier\base_data_sparsifier.py BaseDataSparsifier:0 2022-09-27T16:44:26.2096237Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\anomaly_mode.py detect_anomaly:0 2022-09-27T16:44:26.2096703Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\forward_ad.py make_dual:0 2022-09-27T16:44:26.2097164Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\forward_ad.py unpack_dual:0 2022-09-27T16:44:26.2097620Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\forward_ad.py dual_level:0 2022-09-27T16:44:26.2098106Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py FunctionCtx.save_for_backward:0 2022-09-27T16:44:26.2098619Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py FunctionCtx.save_for_forward:0 2022-09-27T16:44:26.2099112Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py FunctionCtx.mark_dirty:0 2022-09-27T16:44:26.2099634Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py FunctionCtx.mark_non_differentiable:0 2022-09-27T16:44:26.2100159Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py FunctionCtx.set_materialize_grads:0 2022-09-27T16:44:26.2100653Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\function.py Function:0 2022-09-27T16:44:26.2101113Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py vjp:0 2022-09-27T16:44:26.2101563Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py jvp:0 2022-09-27T16:44:26.2102069Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py jacobian:0 2022-09-27T16:44:26.2102534Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py hessian:0 2022-09-27T16:44:26.2102972Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py vhp:0 2022-09-27T16:44:26.2103419Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\functional.py hvp:0 2022-09-27T16:44:26.2103869Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py no_grad:0 2022-09-27T16:44:26.2104366Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py enable_grad:0 2022-09-27T16:44:26.2104836Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py set_grad_enabled:0 2022-09-27T16:44:26.2105307Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\grad_mode.py inference_mode:0 2022-09-27T16:44:26.2105780Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py saved_tensors_hooks:0 2022-09-27T16:44:26.2106245Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\graph.py save_on_cpu:0 2022-09-27T16:44:26.2106686Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py profile:0 2022-09-27T16:44:26.2107152Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py record_function:0 2022-09-27T16:44:26.2107617Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py emit_itt:0 2022-09-27T16:44:26.2108331Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\profiler.py emit_nvtx:0 2022-09-27T16:44:26.2108786Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py _create_jit_fn:0 2022-09-27T16:44:26.2109246Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py _create_jit_fn:1 2022-09-27T16:44:26.2109692Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py _create_jit_fn:2 2022-09-27T16:44:26.2110157Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\cuda\jiterator.py _create_multi_output_jit_fn:0 2022-09-27T16:44:26.2110627Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\argparse_util.py env:0 2022-09-27T16:44:26.2111102Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\argparse_util.py check_env:0 2022-09-27T16:44:26.2111596Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py batch_isend_irecv:0 2022-09-27T16:44:26.2112093Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_reduce:0 2022-09-27T16:44:26.2112583Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_gather_object:0 2022-09-27T16:44:26.2113077Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py gather_object:0 2022-09-27T16:44:26.2113581Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py broadcast_object_list:0 2022-09-27T16:44:26.2114092Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py scatter_object_list:0 2022-09-27T16:44:26.2114633Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_gather:0 2022-09-27T16:44:26.2115117Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py _all_gather_base:0 2022-09-27T16:44:26.2115626Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_gather_coalesced:0 2022-09-27T16:44:26.2116128Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_to_all_single:0 2022-09-27T16:44:26.2116660Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py all_to_all:0 2022-09-27T16:44:26.2117154Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py monitored_barrier:0 2022-09-27T16:44:26.2117654Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py new_subgroups:0 2022-09-27T16:44:26.2118172Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\distributed_c10d.py new_subgroups_by_enumeration:0 2022-09-27T16:44:26.2118667Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\launch.py __doc__:0 2022-09-27T16:44:26.2119120Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\run.py __doc__:0 2022-09-27T16:44:26.2119575Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\autograd\__init__.py context:0 2022-09-27T16:44:26.2120048Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\join.py Join:0 2022-09-27T16:44:26.2120565Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\__init__.py register_ddp_comm_hook:0 2022-09-27T16:44:26.2121118Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\debugging_hooks.py noop_hook:0 2022-09-27T16:44:26.2121671Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py allreduce_hook:0 2022-09-27T16:44:26.2122233Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py fp16_compress_hook:0 2022-09-27T16:44:26.2122788Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py bf16_compress_hook:0 2022-09-27T16:44:26.2123362Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py fp16_compress_wrapper:0 2022-09-27T16:44:26.2123924Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py bf16_compress_wrapper:0 2022-09-27T16:44:26.2124478Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\post_localSGD_hook.py post_localSGD_hook:0 2022-09-27T16:44:26.2125043Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py powerSGD_hook:0 2022-09-27T16:44:26.2125608Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py batched_powerSGD_hook:0 2022-09-27T16:44:26.2126853Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py quantization_pertensor_hook:0 2022-09-27T16:44:26.2127485Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py quantization_perchannel_hook:0 2022-09-27T16:44:26.2128088Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\model_averaging\averagers.py PeriodicModelAverager:0 2022-09-27T16:44:26.2128717Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py HierarchicalModelAverager:0 2022-09-27T16:44:26.2129357Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\multiprocessing\__init__.py start_processes:0 2022-09-27T16:44:26.2129896Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\multiprocessing\api.py Std.from_str:0 2022-09-27T16:44:26.2130417Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\multiprocessing\api.py to_map:0 2022-09-27T16:44:26.2130962Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\multiprocessing\errors\__init__.py ChildFailedError:0 2022-09-27T16:44:26.2131518Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\elastic\rendezvous\api.py RendezvousHandler.shutdown:0 2022-09-27T16:44:26.2132079Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py StateDictType:0 2022-09-27T16:44:26.2132645Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py FullStateDictConfig:0 2022-09-27T16:44:26.2133220Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py FullyShardedDataParallel:0 2022-09-27T16:44:26.2133969Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py FullyShardedDataParallel.state_dict_type:0 2022-09-27T16:44:26.2134602Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py FullyShardedDataParallel.state_dict:0 2022-09-27T16:44:26.2135224Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py FullyShardedDataParallel.load_state_dict:0 2022-09-27T16:44:26.2135868Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py FullyShardedDataParallel.shard_full_optim_state_dict:0 2022-09-27T16:44:26.2136525Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py FullyShardedDataParallel.scatter_full_optim_state_dict:0 2022-09-27T16:44:26.2137184Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\fully_sharded_data_parallel.py FullyShardedDataParallel.rekey_optim_state_dict:0 2022-09-27T16:44:26.2137780Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\fsdp\sharded_grad_scaler.py ShardedGradScaler:0 2022-09-27T16:44:26.2138283Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\nn\functional.py _all_gather_base:0 2022-09-27T16:44:26.2138804Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\nn\api\remote_module.py _RemoteModule.__init__:0 2022-09-27T16:44:26.2139400Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\nn\api\remote_module.py _RemoteModule.init_from_module_rref:0 2022-09-27T16:44:26.2139935Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\nn\api\remote_module.py RemoteModule:0 2022-09-27T16:44:26.2140460Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\optimizer.py DistributedOptimizer:0 2022-09-27T16:44:26.2141017Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\post_localSGD_optimizer.py PostLocalSGDOptimizer:0 2022-09-27T16:44:26.2141564Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\utils.py register_functional_optim:0 2022-09-27T16:44:26.2142164Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\optim\zero_redundancy_optimizer.py ZeroRedundancyOptimizer:0 2022-09-27T16:44:26.2142711Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\pipeline\sync\pipe.py WithDevice:0 2022-09-27T16:44:26.2143195Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\pipeline\sync\pipe.py Pipe:0 2022-09-27T16:44:26.2143674Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py _wait_all:0 2022-09-27T16:44:26.2144141Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py shutdown:0 2022-09-27T16:44:26.2144602Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py remote:0 2022-09-27T16:44:26.2145066Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py rpc_sync:0 2022-09-27T16:44:26.2145533Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\api.py rpc_async:0 2022-09-27T16:44:26.2146014Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\functions.py async_execution:0 2022-09-27T16:44:26.2146561Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\options.py TensorPipeRpcBackendOptions.set_device_map:0 2022-09-27T16:44:26.2147153Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\rpc\server_process_global_profiler.py _server_process_global_profile:0 2022-09-27T16:44:26.2147691Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\partial_tensor.py _PartialTensor:0 2022-09-27T16:44:26.2148243Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_optim\__init__.py named_params_with_sharded_tensor:0 2022-09-27T16:44:26.2148797Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\__init__.py init_from_local_shards:0 2022-09-27T16:44:26.2149338Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\__init__.py custom_sharded_op_impl:0 2022-09-27T16:44:26.2149871Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\checkpoint\planner.py SavePlanner:0 2022-09-27T16:44:26.2150401Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\checkpoint\planner.py LoadPlanner:0 2022-09-27T16:44:26.2150940Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\checkpoint\state_dict_loader.py load_state_dict:0 2022-09-27T16:44:26.2151481Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\checkpoint\state_dict_saver.py save_state_dict:0 2022-09-27T16:44:26.2152078Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\api.py ShardedTensor._init_from_local_tensor:0 2022-09-27T16:44:26.2152640Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\api.py ShardedTensor.reshard:0 2022-09-27T16:44:26.2153178Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharded_tensor\_ops\_common.py _sharded_op_common:0 2022-09-27T16:44:26.2153713Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributed\_shard\sharding_plan\api.py ShardingPlan:0 2022-09-27T16:44:26.2154250Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\bernoulli.py Bernoulli:0 2022-09-27T16:44:26.2154720Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\beta.py Beta:0 2022-09-27T16:44:26.2155187Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\binomial.py Binomial:0 2022-09-27T16:44:26.2155672Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\categorical.py Categorical:0 2022-09-27T16:44:26.2156146Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\cauchy.py Cauchy:0 2022-09-27T16:44:26.2156603Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\chi2.py Chi2:0 2022-09-27T16:44:26.2157080Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\constraints.py _DependentProperty:0 2022-09-27T16:44:26.2157620Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\continuous_bernoulli.py ContinuousBernoulli:0 2022-09-27T16:44:26.2158136Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\dirichlet.py Dirichlet:0 2022-09-27T16:44:26.2158629Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\exponential.py Exponential:0 2022-09-27T16:44:26.2159138Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\fishersnedecor.py FisherSnedecor:0 2022-09-27T16:44:26.2159627Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\gamma.py Gamma:0 2022-09-27T16:44:26.2160091Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\geometric.py Geometric:0 2022-09-27T16:44:26.2160565Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\gumbel.py Gumbel:0 2022-09-27T16:44:26.2161028Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\half_cauchy.py HalfCauchy:0 2022-09-27T16:44:26.2161514Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\half_normal.py HalfNormal:0 2022-09-27T16:44:26.2162004Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\independent.py Independent:0 2022-09-27T16:44:26.2162495Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\kumaraswamy.py Kumaraswamy:0 2022-09-27T16:44:26.2162972Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\laplace.py Laplace:0 2022-09-27T16:44:26.2163456Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\lkj_cholesky.py LKJCholesky:0 2022-09-27T16:44:26.2163947Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\logistic_normal.py LogisticNormal:0 2022-09-27T16:44:26.2164485Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\log_normal.py LogNormal:0 2022-09-27T16:44:26.2165017Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\lowrank_multivariate_normal.py LowRankMultivariateNormal:0 2022-09-27T16:44:26.2165561Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\mixture_same_family.py MixtureSameFamily:0 2022-09-27T16:44:26.2166074Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\multinomial.py Multinomial:0 2022-09-27T16:44:26.2166631Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\multivariate_normal.py MultivariateNormal:0 2022-09-27T16:44:26.2167128Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\normal.py Normal:0 2022-09-27T16:44:26.2167627Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\one_hot_categorical.py OneHotCategorical:0 2022-09-27T16:44:26.2168127Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\pareto.py Pareto:0 2022-09-27T16:44:26.2168591Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\poisson.py Poisson:0 2022-09-27T16:44:26.2169091Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\relaxed_bernoulli.py RelaxedBernoulli:0 2022-09-27T16:44:26.2169636Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\relaxed_categorical.py RelaxedOneHotCategorical:0 2022-09-27T16:44:26.2170140Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\studentT.py StudentT:0 2022-09-27T16:44:26.2170632Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\transforms.py CatTransform:0 2022-09-27T16:44:26.2171130Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\transforms.py StackTransform:0 2022-09-27T16:44:26.2171670Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\transforms.py CumulativeDistributionTransform:0 2022-09-27T16:44:26.2172182Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\uniform.py Uniform:0 2022-09-27T16:44:26.2172656Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\von_mises.py VonMises:0 2022-09-27T16:44:26.2173130Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\weibull.py Weibull:0 2022-09-27T16:44:26.2173598Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py Wishart:0 2022-09-27T16:44:26.2174110Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py _snake_case:0 2022-09-27T16:44:26.2174578Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py Graph.eliminate_dead_code:0 2022-09-27T16:44:26.2175061Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph.py Graph.on_generate_code:0 2022-09-27T16:44:26.2175527Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\interpreter.py Interpreter:0 2022-09-27T16:44:26.2176004Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\interpreter.py Transformer:0 2022-09-27T16:44:26.2176489Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\subgraph_rewriter.py replace_pattern:0 2022-09-27T16:44:26.2177000Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\tensor_type.py TensorType:0 2022-09-27T16:44:26.2177457Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\tensor_type.py is_consistent:0 2022-09-27T16:44:26.2177908Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\tensor_type.py is_more_precise:0 2022-09-27T16:44:26.2178414Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\rewriter.py AST_Rewriter.visit_AnnAssign:0 2022-09-27T16:44:26.2178920Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\core.py reify:0 2022-09-27T16:44:26.2179476Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\match.py VarDispatcher:0 2022-09-27T16:44:26.2179991Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\more.py unifiable:0 2022-09-27T16:44:26.2180498Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\more.py reify_object:0 2022-09-27T16:44:26.2181004Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\more.py unify_object:0 2022-09-27T16:44:26.2181517Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py merge:0 2022-09-27T16:44:26.2182045Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py merge_with:0 2022-09-27T16:44:26.2182565Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py valmap:0 2022-09-27T16:44:26.2183086Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py keymap:0 2022-09-27T16:44:26.2183617Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py itemmap:0 2022-09-27T16:44:26.2184149Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py valfilter:0 2022-09-27T16:44:26.2184671Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py keyfilter:0 2022-09-27T16:44:26.2185199Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py itemfilter:0 2022-09-27T16:44:26.2185722Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py assoc:0 2022-09-27T16:44:26.2186252Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py dissoc:0 2022-09-27T16:44:26.2186773Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py assoc_in:0 2022-09-27T16:44:26.2187290Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py update_in:0 2022-09-27T16:44:26.2187816Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py get_in:0 2022-09-27T16:44:26.2188350Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py groupby:0 2022-09-27T16:44:26.2188871Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\unification_tools.py first:0 2022-09-27T16:44:26.2189430Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py transitive_get:0 2022-09-27T16:44:26.2189946Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py _toposort:0 2022-09-27T16:44:26.2190458Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py reverse_dict:0 2022-09-27T16:44:26.2190964Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\utils.py freeze:0 2022-09-27T16:44:26.2191509Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\variable.py variables:0 2022-09-27T16:44:26.2192025Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\core.py dispatch:0 2022-09-27T16:44:26.2192600Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py Dispatcher:0 2022-09-27T16:44:26.2193201Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py Dispatcher.register:0 2022-09-27T16:44:26.2193801Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py Dispatcher.add:0 2022-09-27T16:44:26.2194397Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py Dispatcher.dispatch:0 2022-09-27T16:44:26.2194994Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\dispatcher.py str_signature:0 2022-09-27T16:44:26.2195567Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py expand_tuples:0 2022-09-27T16:44:26.2196131Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py _toposort:0 2022-09-27T16:44:26.2196693Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py reverse_dict:0 2022-09-27T16:44:26.2197244Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py groupby:0 2022-09-27T16:44:26.2197782Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\utils.py typename:0 2022-09-27T16:44:26.2198347Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\variadic.py isvariadic:0 2022-09-27T16:44:26.2198917Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\experimental\unification\multipledispatch\variadic.py Variadic:0 2022-09-27T16:44:26.2199441Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\passes\shape_prop.py ShapeProp:0 2022-09-27T16:44:26.2199924Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\passes\split_module.py split_module:0 2022-09-27T16:44:26.2200436Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_check.py AttributeTypeIsSupportedChecker:0 2022-09-27T16:44:26.2200938Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_serialization.py save:0 2022-09-27T16:44:26.2201388Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_serialization.py load:0 2022-09-27T16:44:26.2201913Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_serialization.py save_jit_module_to_flatbuffer:0 2022-09-27T16:44:26.2202405Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\mobile\__init__.py _load_for_lite_interpreter:0 2022-09-27T16:44:26.2202901Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\mobile\__init__.py _get_model_bytecode_version:0 2022-09-27T16:44:26.2203404Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\mobile\__init__.py _get_mobile_model_contained_types:0 2022-09-27T16:44:26.2203936Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\mobile\__init__.py _get_model_ops_and_info:0 2022-09-27T16:44:26.2204430Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py is_masked_tensor:0 2022-09-27T16:44:26.2204938Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py fractional_max_pool2d_with_indices:0 2022-09-27T16:44:26.2205442Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py fractional_max_pool3d_with_indices:0 2022-09-27T16:44:26.2205921Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py gumbel_softmax:0 2022-09-27T16:44:26.2206373Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py embedding:0 2022-09-27T16:44:26.2206815Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py embedding_bag:0 2022-09-27T16:44:26.2207276Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py ctc_loss:0 2022-09-27T16:44:26.2207722Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py nll_loss:0 2022-09-27T16:44:26.2208175Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py cross_entropy:0 2022-09-27T16:44:26.2208638Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py binary_cross_entropy:0 2022-09-27T16:44:26.2209133Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py binary_cross_entropy_with_logits:0 2022-09-27T16:44:26.2209599Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv1d_input:0 2022-09-27T16:44:26.2210023Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv1d_weight:0 2022-09-27T16:44:26.2210458Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv2d_input:0 2022-09-27T16:44:26.2210892Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv2d_weight:0 2022-09-27T16:44:26.2211327Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv3d_input:0 2022-09-27T16:44:26.2211761Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\grad.py conv3d_weight:0 2022-09-27T16:44:26.2212205Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py calculate_gain:0 2022-09-27T16:44:26.2212637Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py uniform_:0 2022-09-27T16:44:26.2213059Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py normal_:0 2022-09-27T16:44:26.2213471Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py trunc_normal_:0 2022-09-27T16:44:26.2214037Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py constant_:0 2022-09-27T16:44:26.2214468Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py ones_:0 2022-09-27T16:44:26.2214891Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py zeros_:0 2022-09-27T16:44:26.2215316Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py eye_:0 2022-09-27T16:44:26.2215732Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py dirac_:0 2022-09-27T16:44:26.2216205Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py xavier_uniform_:0 2022-09-27T16:44:26.2216634Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py xavier_normal_:0 2022-09-27T16:44:26.2217087Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py kaiming_uniform_:0 2022-09-27T16:44:26.2217537Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py kaiming_normal_:0 2022-09-27T16:44:26.2217976Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py orthogonal_:0 2022-09-27T16:44:26.2218401Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py sparse_:0 2022-09-27T16:44:26.2218878Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\intrinsic\qat\modules\linear_relu.py LinearReLU:0 2022-09-27T16:44:26.2219415Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\intrinsic\quantized\dynamic\modules\linear_relu.py LinearReLU:0 2022-09-27T16:44:26.2219950Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\intrinsic\quantized\modules\linear_relu.py LinearReLU:0 2022-09-27T16:44:26.2220445Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Threshold:0 2022-09-27T16:44:26.2220894Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py ReLU:0 2022-09-27T16:44:26.2221352Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py RReLU:0 2022-09-27T16:44:26.2221821Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Hardtanh:0 2022-09-27T16:44:26.2222293Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py ReLU6:0 2022-09-27T16:44:26.2222751Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Sigmoid:0 2022-09-27T16:44:26.2223222Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Hardsigmoid:0 2022-09-27T16:44:26.2223690Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Tanh:0 2022-09-27T16:44:26.2224146Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py SiLU:0 2022-09-27T16:44:26.2224579Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Mish:0 2022-09-27T16:44:26.2225051Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Hardswish:0 2022-09-27T16:44:26.2225515Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py ELU:0 2022-09-27T16:44:26.2225969Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py CELU:0 2022-09-27T16:44:26.2226458Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py SELU:0 2022-09-27T16:44:26.2226918Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py GLU:0 2022-09-27T16:44:26.2227375Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py GELU:0 2022-09-27T16:44:26.2227829Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Hardshrink:0 2022-09-27T16:44:26.2228302Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py LeakyReLU:0 2022-09-27T16:44:26.2228816Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py LogSigmoid:0 2022-09-27T16:44:26.2229287Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softplus:0 2022-09-27T16:44:26.2229763Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softshrink:0 2022-09-27T16:44:26.2230256Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py MultiheadAttention:0 2022-09-27T16:44:26.2230740Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py PReLU:0 2022-09-27T16:44:26.2231206Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softsign:0 2022-09-27T16:44:26.2231683Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Tanhshrink:0 2022-09-27T16:44:26.2232135Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softmin:0 2022-09-27T16:44:26.2232605Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softmax:0 2022-09-27T16:44:26.2233067Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py Softmax2d:0 2022-09-27T16:44:26.2233534Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\activation.py LogSoftmax:0 2022-09-27T16:44:26.2234003Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py BatchNorm1d:0 2022-09-27T16:44:26.2234474Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py BatchNorm2d:0 2022-09-27T16:44:26.2234945Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py BatchNorm3d:0 2022-09-27T16:44:26.2235422Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py SyncBatchNorm:0 2022-09-27T16:44:26.2235928Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\batchnorm.py SyncBatchNorm.convert_sync_batchnorm:0 2022-09-27T16:44:26.2236456Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\channelshuffle.py ChannelShuffle:0 2022-09-27T16:44:26.2236949Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py Sequential:0 2022-09-27T16:44:26.2237418Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py ModuleList:0 2022-09-27T16:44:26.2237888Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py ModuleDict:0 2022-09-27T16:44:26.2238367Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py ParameterList:0 2022-09-27T16:44:26.2238890Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\container.py ParameterDict:0 2022-09-27T16:44:26.2239385Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\distance.py PairwiseDistance:0 2022-09-27T16:44:26.2239862Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\distance.py CosineSimilarity:0 2022-09-27T16:44:26.2240336Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py Dropout:0 2022-09-27T16:44:26.2240798Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py Dropout1d:0 2022-09-27T16:44:26.2241303Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py Dropout2d:0 2022-09-27T16:44:26.2241755Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py Dropout3d:0 2022-09-27T16:44:26.2242222Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py AlphaDropout:0 2022-09-27T16:44:26.2242714Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\dropout.py FeatureAlphaDropout:0 2022-09-27T16:44:26.2243191Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\flatten.py Flatten:0 2022-09-27T16:44:26.2243627Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\flatten.py Unflatten:0 2022-09-27T16:44:26.2244081Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\fold.py Fold:0 2022-09-27T16:44:26.2244519Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\fold.py Unfold:0 2022-09-27T16:44:26.2244994Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\instancenorm.py InstanceNorm1d:0 2022-09-27T16:44:26.2245492Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\instancenorm.py InstanceNorm2d:0 2022-09-27T16:44:26.2245977Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\instancenorm.py InstanceNorm3d:0 2022-09-27T16:44:26.2246454Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py LazyModuleMixin:0 2022-09-27T16:44:26.2246916Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\linear.py Identity:0 2022-09-27T16:44:26.2247349Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\linear.py Linear:0 2022-09-27T16:44:26.2247802Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\linear.py Bilinear:0 2022-09-27T16:44:26.2248249Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py L1Loss:0 2022-09-27T16:44:26.2248691Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py NLLLoss:0 2022-09-27T16:44:26.2249149Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py PoissonNLLLoss:0 2022-09-27T16:44:26.2249624Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py GaussianNLLLoss:0 2022-09-27T16:44:26.2250084Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py KLDivLoss:0 2022-09-27T16:44:26.2250531Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py MSELoss:0 2022-09-27T16:44:26.2250960Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py BCELoss:0 2022-09-27T16:44:26.2251458Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py BCEWithLogitsLoss:0 2022-09-27T16:44:26.2251953Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py MultiLabelMarginLoss:0 2022-09-27T16:44:26.2252440Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py CrossEntropyLoss:0 2022-09-27T16:44:26.2252918Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py MarginRankingLoss:0 2022-09-27T16:44:26.2253426Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py MultiMarginLoss:0 2022-09-27T16:44:26.2253970Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py TripletMarginLoss:0 2022-09-27T16:44:26.2254484Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py TripletMarginWithDistanceLoss:0 2022-09-27T16:44:26.2254955Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\loss.py CTCLoss:0 2022-09-27T16:44:26.2255431Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.register_buffer:0 2022-09-27T16:44:26.2255919Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.apply:0 2022-09-27T16:44:26.2256388Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.to:0 2022-09-27T16:44:26.2256865Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.state_dict:0 2022-09-27T16:44:26.2257356Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.parameters:0 2022-09-27T16:44:26.2257851Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.named_parameters:0 2022-09-27T16:44:26.2258337Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.buffers:0 2022-09-27T16:44:26.2258801Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.named_buffers:0 2022-09-27T16:44:26.2259291Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.named_children:0 2022-09-27T16:44:26.2259782Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.modules:0 2022-09-27T16:44:26.2260265Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py Module.named_modules:0 2022-09-27T16:44:26.2260772Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\normalization.py LocalResponseNorm:0 2022-09-27T16:44:26.2261270Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\normalization.py LayerNorm:0 2022-09-27T16:44:26.2261746Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\normalization.py GroupNorm:0 2022-09-27T16:44:26.2262220Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ConstantPad1d:0 2022-09-27T16:44:26.2262693Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ConstantPad2d:0 2022-09-27T16:44:26.2263153Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ConstantPad3d:0 2022-09-27T16:44:26.2263678Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReflectionPad1d:0 2022-09-27T16:44:26.2264163Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReflectionPad2d:0 2022-09-27T16:44:26.2264641Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReflectionPad3d:0 2022-09-27T16:44:26.2265129Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReplicationPad1d:0 2022-09-27T16:44:26.2265620Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReplicationPad2d:0 2022-09-27T16:44:26.2266148Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ReplicationPad3d:0 2022-09-27T16:44:26.2266623Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\padding.py ZeroPad2d:0 2022-09-27T16:44:26.2267091Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pixelshuffle.py PixelShuffle:0 2022-09-27T16:44:26.2267591Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pixelshuffle.py PixelUnshuffle:0 2022-09-27T16:44:26.2268068Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxPool1d:0 2022-09-27T16:44:26.2268536Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxPool2d:0 2022-09-27T16:44:26.2268993Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxPool3d:0 2022-09-27T16:44:26.2269458Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxUnpool1d:0 2022-09-27T16:44:26.2269930Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxUnpool2d:0 2022-09-27T16:44:26.2270395Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py MaxUnpool3d:0 2022-09-27T16:44:26.2270840Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AvgPool1d:0 2022-09-27T16:44:26.2271297Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AvgPool2d:0 2022-09-27T16:44:26.2271758Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AvgPool3d:0 2022-09-27T16:44:26.2272240Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py FractionalMaxPool2d:0 2022-09-27T16:44:26.2272731Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py FractionalMaxPool3d:0 2022-09-27T16:44:26.2273219Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py LPPool1d:0 2022-09-27T16:44:26.2273680Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py LPPool2d:0 2022-09-27T16:44:26.2274160Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveMaxPool1d:0 2022-09-27T16:44:26.2274637Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveMaxPool2d:0 2022-09-27T16:44:26.2275109Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveMaxPool3d:0 2022-09-27T16:44:26.2275592Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveAvgPool1d:0 2022-09-27T16:44:26.2276115Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveAvgPool2d:0 2022-09-27T16:44:26.2276590Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\pooling.py AdaptiveAvgPool3d:0 2022-09-27T16:44:26.2277041Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py RNN:0 2022-09-27T16:44:26.2277466Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py LSTM:0 2022-09-27T16:44:26.2277896Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py GRU:0 2022-09-27T16:44:26.2278957Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py RNNCell:0 2022-09-27T16:44:26.2279399Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py LSTMCell:0 2022-09-27T16:44:26.2279840Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py GRUCell:0 2022-09-27T16:44:26.2280291Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py Embedding:0 2022-09-27T16:44:26.2280772Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py Embedding.from_pretrained:0 2022-09-27T16:44:26.2281262Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py EmbeddingBag:0 2022-09-27T16:44:26.2281752Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\sparse.py EmbeddingBag.from_pretrained:0 2022-09-27T16:44:26.2282244Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py Transformer:0 2022-09-27T16:44:26.2282725Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py Transformer.forward:0 2022-09-27T16:44:26.2283227Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py TransformerEncoder:0 2022-09-27T16:44:26.2283731Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py TransformerDecoder:0 2022-09-27T16:44:26.2284248Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py TransformerEncoderLayer:0 2022-09-27T16:44:26.2284766Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py TransformerDecoderLayer:0 2022-09-27T16:44:26.2285254Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\upsampling.py Upsample:0 2022-09-27T16:44:26.2285738Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\upsampling.py UpsamplingNearest2d:0 2022-09-27T16:44:26.2286243Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\upsampling.py UpsamplingBilinear2d:0 2022-09-27T16:44:26.2286741Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\data_parallel.py DataParallel:0 2022-09-27T16:44:26.2287238Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel:0 2022-09-27T16:44:26.2287781Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel.no_sync:0 2022-09-27T16:44:26.2288336Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel.join:0 2022-09-27T16:44:26.2288909Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel.register_comm_hook:0 2022-09-27T16:44:26.2289552Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel.register_comm_hook:1 2022-09-27T16:44:26.2290221Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel._register_builtin_comm_hook:0 2022-09-27T16:44:26.2290814Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\parallel\distributed.py DistributedDataParallel._register_fused_optim:0 2022-09-27T16:44:26.2291317Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\init.py skip_init:0 2022-09-27T16:44:26.2292244Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\memory_format.py convert_conv2d_weight_memory_format:0 2022-09-27T16:44:26.2292736Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\parametrizations.py orthogonal:0 2022-09-27T16:44:26.2293240Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\parametrizations.py spectral_norm:0 2022-09-27T16:44:26.2293747Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\parametrize.py register_parametrization:0 2022-09-27T16:44:26.2294303Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py identity:0 2022-09-27T16:44:26.2294768Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py random_unstructured:0 2022-09-27T16:44:26.2295236Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py l1_unstructured:0 2022-09-27T16:44:26.2295707Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py random_structured:0 2022-09-27T16:44:26.2296175Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py ln_structured:0 2022-09-27T16:44:26.2296625Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py global_unstructured:0 2022-09-27T16:44:26.2297097Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py custom_from_mask:0 2022-09-27T16:44:26.2297551Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py remove:0 2022-09-27T16:44:26.2297994Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\prune.py is_pruned:0 2022-09-27T16:44:26.2298447Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py pad_packed_sequence:0 2022-09-27T16:44:26.2298899Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py pad_sequence:0 2022-09-27T16:44:26.2299344Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py unpad_sequence:0 2022-09-27T16:44:26.2299791Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py pack_sequence:0 2022-09-27T16:44:26.2300223Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\rnn.py unpack_sequence:0 2022-09-27T16:44:26.2300687Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\spectral_norm.py spectral_norm:0 2022-09-27T16:44:26.2301169Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\spectral_norm.py remove_spectral_norm:0 2022-09-27T16:44:26.2301656Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\stateless.py functional_call:0 2022-09-27T16:44:26.2302174Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\weight_norm.py weight_norm:0 2022-09-27T16:44:26.2302641Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\weight_norm.py remove_weight_norm:0 2022-09-27T16:44:26.2303133Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\_per_sample_grad.py call_for_per_sample_grads:0 2022-09-27T16:44:26.2303638Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\_expanded_weights\conv_utils.py unfold3d:0 2022-09-27T16:44:26.2304177Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\utils\_expanded_weights\expanded_weights_utils.py sum_over_all_but_batch_and_last_n:0 2022-09-27T16:44:26.2304732Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\onnx\_type_utils.py JitScalarType:0 2022-09-27T16:44:26.2305202Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py LambdaLR:0 2022-09-27T16:44:26.2305674Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py MultiplicativeLR:0 2022-09-27T16:44:26.2306145Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py StepLR:0 2022-09-27T16:44:26.2306603Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py MultiStepLR:0 2022-09-27T16:44:26.2307069Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py ConstantLR:0 2022-09-27T16:44:26.2307526Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py LinearLR:0 2022-09-27T16:44:26.2307983Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py SequentialLR:0 2022-09-27T16:44:26.2308437Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py PolynomialLR:0 2022-09-27T16:44:26.2308912Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py ChainedScheduler:0 2022-09-27T16:44:26.2309405Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py ReduceLROnPlateau:0 2022-09-27T16:44:26.2309874Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py CyclicLR:0 2022-09-27T16:44:26.2310382Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py CosineAnnealingWarmRestarts.step:0 2022-09-27T16:44:26.2310930Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py CosineAnnealingWarmRestarts.step:1 2022-09-27T16:44:26.2311439Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\lr_scheduler.py OneCycleLR:0 2022-09-27T16:44:26.2311873Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\sgd.py SGD:0 2022-09-27T16:44:26.2312297Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py AveragedModel:0 2022-09-27T16:44:26.2312756Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py AveragedModel:1 2022-09-27T16:44:26.2313212Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py update_bn:0 2022-09-27T16:44:26.2313654Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\optim\swa_utils.py SWALR:0 2022-09-27T16:44:26.2314100Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\package\glob_group.py GlobGroup:0 2022-09-27T16:44:26.2314607Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\profiler\profiler.py profile:0 2022-09-27T16:44:26.2315080Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_comparison.py assert_close:0 2022-09-27T16:44:26.2315540Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_creation.py make_tensor:0 2022-09-27T16:44:26.2315998Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py parametrize:0 2022-09-27T16:44:26.2316541Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py random_symmetric_psd_matrix:0 2022-09-27T16:44:26.2317066Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py random_hermitian_psd_matrix:0 2022-09-27T16:44:26.2317585Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py random_hermitian_pd_matrix:0 2022-09-27T16:44:26.2318090Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\checkpoint.py checkpoint_sequential:0 2022-09-27T16:44:26.2318571Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py CppExtension:0 2022-09-27T16:44:26.2319040Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py CUDAExtension:0 2022-09-27T16:44:26.2319521Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py CUDAExtension:1 2022-09-27T16:44:26.2319978Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py load:0 2022-09-27T16:44:26.2320421Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\cpp_extension.py load_inline:0 2022-09-27T16:44:26.2320874Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\dlpack.py from_dlpack:0 2022-09-27T16:44:26.2321352Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\throughput_benchmark.py ThroughputBenchmark:0 2022-09-27T16:44:26.2321853Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\dataset.py IterableDataset:0 2022-09-27T16:44:26.2322327Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\dataset.py random_split:0 2022-09-27T16:44:26.2322816Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\distributed.py DistributedSampler:0 2022-09-27T16:44:26.2323322Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\sampler.py WeightedRandomSampler:0 2022-09-27T16:44:26.2323813Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\sampler.py BatchSampler:0 2022-09-27T16:44:26.2324291Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\datapipe.py IterDataPipe:0 2022-09-27T16:44:26.2324801Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\datapipe.py MapDataPipe:0 2022-09-27T16:44:26.2325318Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\callable.py MapperIterDataPipe:0 2022-09-27T16:44:26.2325859Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\callable.py CollatorIterDataPipe:0 2022-09-27T16:44:26.2326411Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combinatorics.py ShufflerIterDataPipe:0 2022-09-27T16:44:26.2327410Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py ConcaterIterDataPipe:0 2022-09-27T16:44:26.2327974Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py ForkerIterDataPipe:0 2022-09-27T16:44:26.2328505Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py _ChildDataPipe:0 2022-09-27T16:44:26.2329057Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py DemultiplexerIterDataPipe:0 2022-09-27T16:44:26.2329670Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py MultiplexerIterDataPipe:0 2022-09-27T16:44:26.2330225Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\combining.py ZipperIterDataPipe:0 2022-09-27T16:44:26.2330771Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\filelister.py FileListerIterDataPipe:0 2022-09-27T16:44:26.2331319Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\fileopener.py FileOpenerIterDataPipe:0 2022-09-27T16:44:26.2331877Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\grouping.py BatcherIterDataPipe:0 2022-09-27T16:44:26.2332418Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\grouping.py UnBatcherIterDataPipe:0 2022-09-27T16:44:26.2332958Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\grouping.py GrouperIterDataPipe:0 2022-09-27T16:44:26.2333496Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\selecting.py FilterIterDataPipe:0 2022-09-27T16:44:26.2334126Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\streamreader.py StreamReaderIterDataPipe:0 2022-09-27T16:44:26.2334694Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\iter\utils.py IterableWrapperIterDataPipe:0 2022-09-27T16:44:26.2335233Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\callable.py MapperMapDataPipe:0 2022-09-27T16:44:26.2335787Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\combinatorics.py ShufflerIterDataPipe:0 2022-09-27T16:44:26.2336344Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\combining.py ConcaterMapDataPipe:0 2022-09-27T16:44:26.2336883Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\combining.py ZipperMapDataPipe:0 2022-09-27T16:44:26.2337418Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\grouping.py BatcherMapDataPipe:0 2022-09-27T16:44:26.2337961Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\map\utils.py SequenceWrapperMapDataPipe:0 2022-09-27T16:44:26.2338498Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\datapipes\utils\common.py validate_input_col:0 2022-09-27T16:44:26.2339004Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\_utils\collate.py default_convert:0 2022-09-27T16:44:26.2339543Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\data\_utils\collate.py default_collate:0 2022-09-27T16:44:26.2340026Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\hipify\hipify_python.py find_closure_group:0 2022-09-27T16:44:26.2340523Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\hipify\hipify_python.py replace_extern_shared:0 2022-09-27T16:44:26.2341035Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.__init__:0 2022-09-27T16:44:26.2341552Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_hparams:0 2022-09-27T16:44:26.2342117Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_scalar:0 2022-09-27T16:44:26.2342636Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_scalars:0 2022-09-27T16:44:26.2343150Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_histogram:0 2022-09-27T16:44:26.2343674Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_histogram_raw:0 2022-09-27T16:44:26.2344194Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_image:0 2022-09-27T16:44:26.2344696Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_images:0 2022-09-27T16:44:26.2345209Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_text:0 2022-09-27T16:44:26.2345730Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_embedding:0 2022-09-27T16:44:26.2346254Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_pr_curve:0 2022-09-27T16:44:26.2346808Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_custom_scalars_multilinechart:0 2022-09-27T16:44:26.2347381Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_custom_scalars_marginchart:0 2022-09-27T16:44:26.2347928Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_custom_scalars:0 2022-09-27T16:44:26.2348443Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\tensorboard\writer.py SummaryWriter.add_mesh:0 2022-09-27T16:44:26.2348934Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_prims\context.py NvfuserPrimsMode:0 2022-09-27T16:44:26.2349396Z python -m xdoctest C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_prims\context.py TorchRefsMode:0 2022-09-27T16:44:26.4281942Z 2022-09-27T16:44:26.4282629Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if ERRORLEVEL 1 goto fail 2022-09-27T16:44:26.4283291Z 2022-09-27T16:44:26.4283488Z (base) C:\actions-runner\_work\pytorch\pytorch\test>popd 2022-09-27T16:44:26.4288076Z 2022-09-27T16:44:26.4288279Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2022-09-27T16:44:26.4311905Z + [[ 1 == 1 ]] 2022-09-27T16:44:26.4312080Z + [[ 2 -gt 1 ]] 2022-09-27T16:44:26.4312424Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_libtorch.bat 2022-09-27T16:44:26.4488301Z 2022-09-27T16:44:26.4488835Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "0" IF NOT "cpu" == "cpu" exit /b 0 2022-09-27T16:44:26.4491107Z 2022-09-27T16:44:26.4491396Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-09-27T16:44:26.4501202Z 2022-09-27T16:44:26.4501668Z C:\actions-runner\_work\pytorch\pytorch>if exist "C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat" ( 2022-09-27T16:44:26.4502132Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-09-27T16:44:26.4502405Z exit /b 0 2022-09-27T16:44:26.4502563Z ) 2022-09-27T16:44:26.9172869Z CUDA not available. Disabling CUDA and MultiCUDA tests 2022-09-27T16:44:26.9182661Z Note: Google Test filter = -IntegrationTest.MNIST*:*_CUDA:*_MultiCUDA 2022-09-27T16:44:26.9182939Z [==========] Running 978 tests from 47 test suites. 2022-09-27T16:44:26.9183198Z [----------] Global test environment set-up. 2022-09-27T16:44:26.9183448Z [----------] 9 tests from AutogradAPITests 2022-09-27T16:44:26.9183721Z [ RUN ] AutogradAPITests.BackwardSimpleTest 2022-09-27T16:44:26.9193213Z [ OK ] AutogradAPITests.BackwardSimpleTest (1 ms) 2022-09-27T16:44:26.9193499Z [ RUN ] AutogradAPITests.BackwardTest 2022-09-27T16:44:26.9194539Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\autograd\engine.cpp:1061] 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-09-27T16:44:26.9196657Z [ OK ] AutogradAPITests.BackwardTest (0 ms) 2022-09-27T16:44:26.9196935Z [ RUN ] AutogradAPITests.GradSimpleTest 2022-09-27T16:44:26.9198630Z [ OK ] AutogradAPITests.GradSimpleTest (0 ms) 2022-09-27T16:44:26.9198884Z [ RUN ] AutogradAPITests.GradTest 2022-09-27T16:44:26.9202435Z [ OK ] AutogradAPITests.GradTest (0 ms) 2022-09-27T16:44:26.9202702Z [ RUN ] AutogradAPITests.GradNonLeafTest 2022-09-27T16:44:26.9205585Z [W TensorBody.h:483] Warning: 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. (function grad) 2022-09-27T16:44:26.9206749Z [W TensorBody.h:483] Warning: 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. (function grad) 2022-09-27T16:44:26.9207831Z [W TensorBody.h:483] Warning: 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. (function grad) 2022-09-27T16:44:26.9209106Z [W TensorBody.h:483] Warning: 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. (function grad) 2022-09-27T16:44:26.9210446Z [ OK ] AutogradAPITests.GradNonLeafTest (0 ms) 2022-09-27T16:44:26.9210744Z [ RUN ] AutogradAPITests.GradUnreachableTest 2022-09-27T16:44:27.5262952Z [ OK ] AutogradAPITests.GradUnreachableTest (605 ms) 2022-09-27T16:44:27.5263285Z [ RUN ] AutogradAPITests.EmptyInput 2022-09-27T16:44:27.5264675Z [ OK ] AutogradAPITests.EmptyInput (0 ms) 2022-09-27T16:44:27.5264932Z [ RUN ] AutogradAPITests.RetainGrad 2022-09-27T16:44:27.5269423Z [ OK ] AutogradAPITests.RetainGrad (0 ms) 2022-09-27T16:44:27.5270133Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\autograd\anomaly_mode.cpp:27] Warning: This mode should be enabled only for debugging as the different tests will slow down your program execution. (function operator ()) 2022-09-27T16:44:27.5270586Z [ RUN ] AutogradAPITests.AnomalyMode 2022-09-27T16:44:27.5321566Z [ OK ] AutogradAPITests.AnomalyMode (5 ms) 2022-09-27T16:44:27.5321863Z [----------] 9 tests from AutogradAPITests (613 ms total) 2022-09-27T16:44:27.5322024Z 2022-09-27T16:44:27.5322137Z [----------] 33 tests from CustomAutogradTest 2022-09-27T16:44:27.5322426Z [ RUN ] CustomAutogradTest.GradUnreachableDiscoveryTest 2022-09-27T16:44:27.5323086Z [ OK ] CustomAutogradTest.GradUnreachableDiscoveryTest (0 ms) 2022-09-27T16:44:27.5323416Z [ RUN ] CustomAutogradTest.CustomFunction 2022-09-27T16:44:27.5326373Z [ OK ] CustomAutogradTest.CustomFunction (0 ms) 2022-09-27T16:44:27.5326706Z [ RUN ] CustomAutogradTest.CustomFunctionWithTensorList 2022-09-27T16:44:27.5328645Z [ OK ] CustomAutogradTest.CustomFunctionWithTensorList (0 ms) 2022-09-27T16:44:27.5328986Z [ RUN ] CustomAutogradTest.GraphTaskTrimEdges 2022-09-27T16:44:27.5333085Z [ OK ] CustomAutogradTest.GraphTaskTrimEdges (0 ms) 2022-09-27T16:44:27.5333402Z [ RUN ] CustomAutogradTest.FunctionReturnsInput 2022-09-27T16:44:27.5334605Z [ OK ] CustomAutogradTest.FunctionReturnsInput (0 ms) 2022-09-27T16:44:27.5334936Z [ RUN ] CustomAutogradTest.FunctionReturnsUndefined 2022-09-27T16:44:27.5336351Z [ OK ] CustomAutogradTest.FunctionReturnsUndefined (0 ms) 2022-09-27T16:44:27.5336674Z [ RUN ] CustomAutogradTest.MaterializeGrads 2022-09-27T16:44:27.5337850Z [ OK ] CustomAutogradTest.MaterializeGrads (0 ms) 2022-09-27T16:44:27.5338156Z [ RUN ] CustomAutogradTest.DontMaterializeGrads 2022-09-27T16:44:27.5338461Z [ OK ] CustomAutogradTest.DontMaterializeGrads (0 ms) 2022-09-27T16:44:27.5338773Z [ RUN ] CustomAutogradTest.NoGradCustomFunction 2022-09-27T16:44:27.5339093Z [ OK ] CustomAutogradTest.NoGradCustomFunction (0 ms) 2022-09-27T16:44:27.5339375Z [ RUN ] CustomAutogradTest.MarkDirty 2022-09-27T16:44:27.5339636Z [ OK ] CustomAutogradTest.MarkDirty (0 ms) 2022-09-27T16:44:27.5339929Z [ RUN ] CustomAutogradTest.MarkNonDifferentiable 2022-09-27T16:44:27.5341148Z [ OK ] CustomAutogradTest.MarkNonDifferentiable (0 ms) 2022-09-27T16:44:27.5341482Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableMixed 2022-09-27T16:44:27.5343597Z [ OK ] CustomAutogradTest.MarkNonDifferentiableMixed (0 ms) 2022-09-27T16:44:27.5343949Z [ RUN ] CustomAutogradTest.MarkNonDifferentiableNone 2022-09-27T16:44:27.5344339Z [ OK ] CustomAutogradTest.MarkNonDifferentiableNone (0 ms) 2022-09-27T16:44:27.5344666Z [ RUN ] CustomAutogradTest.ReturnLeafInplace 2022-09-27T16:44:27.5346026Z [ OK ] CustomAutogradTest.ReturnLeafInplace (0 ms) 2022-09-27T16:44:27.5346331Z [ RUN ] CustomAutogradTest.ReturnDuplicateInplace 2022-09-27T16:44:27.5348707Z [ OK ] CustomAutogradTest.ReturnDuplicateInplace (0 ms) 2022-09-27T16:44:27.5349018Z [ RUN ] CustomAutogradTest.ReturnDuplicate 2022-09-27T16:44:27.5349311Z [ OK ] CustomAutogradTest.ReturnDuplicate (0 ms) 2022-09-27T16:44:27.5349739Z [ RUN ] CustomAutogradTest.SaveEmptyForBackward 2022-09-27T16:44:27.5350754Z [ OK ] CustomAutogradTest.SaveEmptyForBackward (0 ms) 2022-09-27T16:44:27.5351061Z [ RUN ] CustomAutogradTest.InvalidGradients 2022-09-27T16:44:27.5354596Z [ OK ] CustomAutogradTest.InvalidGradients (0 ms) 2022-09-27T16:44:27.5354893Z [ RUN ] CustomAutogradTest.NoGradInput 2022-09-27T16:44:27.5355166Z [ OK ] CustomAutogradTest.NoGradInput (0 ms) 2022-09-27T16:44:27.5355442Z [ RUN ] CustomAutogradTest.TooManyGrads 2022-09-27T16:44:27.5355717Z [ OK ] CustomAutogradTest.TooManyGrads (0 ms) 2022-09-27T16:44:27.5355985Z [ RUN ] CustomAutogradTest.DepNoGrad 2022-09-27T16:44:27.5356654Z [ OK ] CustomAutogradTest.DepNoGrad (0 ms) 2022-09-27T16:44:27.5356914Z [ RUN ] CustomAutogradTest.Reentrant 2022-09-27T16:44:27.5358305Z [ OK ] CustomAutogradTest.Reentrant (0 ms) 2022-09-27T16:44:27.5358577Z [ RUN ] CustomAutogradTest.DeepReentrant 2022-09-27T16:44:28.0808346Z [ OK ] CustomAutogradTest.DeepReentrant (544 ms) 2022-09-27T16:44:28.0808696Z [ RUN ] CustomAutogradTest.ReentrantPriority 2022-09-27T16:44:28.0813730Z [ OK ] CustomAutogradTest.ReentrantPriority (0 ms) 2022-09-27T16:44:28.0814075Z [ RUN ] CustomAutogradTest.Hooks 2022-09-27T16:44:28.0821678Z [ OK ] CustomAutogradTest.Hooks (0 ms) 2022-09-27T16:44:28.0821955Z [ RUN ] CustomAutogradTest.HooksInplace 2022-09-27T16:44:28.0823827Z [ OK ] CustomAutogradTest.HooksInplace (0 ms) 2022-09-27T16:44:28.0826595Z [ RUN ] CustomAutogradTest.HooksInplaceWithRetainsGrad 2022-09-27T16:44:28.0826963Z [ OK ] CustomAutogradTest.HooksInplaceWithRetainsGrad (0 ms) 2022-09-27T16:44:28.0827345Z [ RUN ] CustomAutogradTest.HooksInplaceTwiceWithRetainsGrad 2022-09-27T16:44:28.0829356Z [ OK ] CustomAutogradTest.HooksInplaceTwiceWithRetainsGrad (0 ms) 2022-09-27T16:44:28.0829683Z [ RUN ] CustomAutogradTest.HookNone 2022-09-27T16:44:28.0830513Z [ OK ] CustomAutogradTest.HookNone (0 ms) 2022-09-27T16:44:28.0830788Z [ RUN ] CustomAutogradTest.BackwardWithInputs 2022-09-27T16:44:28.0832370Z [ OK ] CustomAutogradTest.BackwardWithInputs (0 ms) 2022-09-27T16:44:28.0832694Z [ RUN ] CustomAutogradTest.BackwardWithEmptyInputs 2022-09-27T16:44:28.0834587Z [ OK ] CustomAutogradTest.BackwardWithEmptyInputs (0 ms) 2022-09-27T16:44:28.0834929Z [ RUN ] CustomAutogradTest.BackwardWithNonLeafInputs 2022-09-27T16:44:28.0836931Z [ OK ] CustomAutogradTest.BackwardWithNonLeafInputs (0 ms) 2022-09-27T16:44:28.0837294Z [ RUN ] CustomAutogradTest.BackwardWithCreateGraphWarns 2022-09-27T16:44:28.0838012Z [ OK ] CustomAutogradTest.BackwardWithCreateGraphWarns (0 ms) 2022-09-27T16:44:28.0838363Z [----------] 33 tests from CustomAutogradTest (551 ms total) 2022-09-27T16:44:28.0838527Z 2022-09-27T16:44:28.0838629Z [----------] 18 tests from AnyModuleTest 2022-09-27T16:44:28.0838879Z [ RUN ] AnyModuleTest.SimpleReturnType 2022-09-27T16:44:28.0839167Z [ OK ] AnyModuleTest.SimpleReturnType (0 ms) 2022-09-27T16:44:28.0839493Z [ RUN ] AnyModuleTest.SimpleReturnTypeAndSingleArgument 2022-09-27T16:44:28.0839858Z [ OK ] AnyModuleTest.SimpleReturnTypeAndSingleArgument (0 ms) 2022-09-27T16:44:28.0840213Z [ RUN ] AnyModuleTest.StringLiteralReturnTypeAndArgument 2022-09-27T16:44:28.0840581Z [ OK ] AnyModuleTest.StringLiteralReturnTypeAndArgument (0 ms) 2022-09-27T16:44:28.0840959Z [ RUN ] AnyModuleTest.StringReturnTypeWithConstArgument 2022-09-27T16:44:28.0841320Z [ OK ] AnyModuleTest.StringReturnTypeWithConstArgument (0 ms) 2022-09-27T16:44:28.0841763Z [ RUN ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications 2022-09-27T16:44:28.0842294Z [ OK ] AnyModuleTest.TensorReturnTypeAndStringArgumentsWithFunkyQualifications (0 ms) 2022-09-27T16:44:28.0842682Z [ RUN ] AnyModuleTest.WrongArgumentType 2022-09-27T16:44:28.0842968Z [ OK ] AnyModuleTest.WrongArgumentType (0 ms) 2022-09-27T16:44:28.0843484Z [ RUN ] AnyModuleTest.WrongNumberOfArguments 2022-09-27T16:44:28.0845181Z [ OK ] AnyModuleTest.WrongNumberOfArguments (0 ms) 2022-09-27T16:44:28.0845617Z [ RUN ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod 2022-09-27T16:44:28.0850872Z [ OK ] AnyModuleTest.PassingArgumentsToModuleWithDefaultArgumentsInForwardMethod (0 ms) 2022-09-27T16:44:28.0851310Z [ RUN ] AnyModuleTest.GetWithCorrectTypeSucceeds 2022-09-27T16:44:28.0851622Z [ OK ] AnyModuleTest.GetWithCorrectTypeSucceeds (0 ms) 2022-09-27T16:44:28.0851945Z [ RUN ] AnyModuleTest.GetWithIncorrectTypeThrows 2022-09-27T16:44:28.0852370Z [ OK ] AnyModuleTest.GetWithIncorrectTypeThrows (0 ms) 2022-09-27T16:44:28.0852690Z [ RUN ] AnyModuleTest.PtrWithBaseClassSucceeds 2022-09-27T16:44:28.0853004Z [ OK ] AnyModuleTest.PtrWithBaseClassSucceeds (0 ms) 2022-09-27T16:44:28.0853325Z [ RUN ] AnyModuleTest.PtrWithGoodDowncastSuccceeds 2022-09-27T16:44:28.0853650Z [ OK ] AnyModuleTest.PtrWithGoodDowncastSuccceeds (0 ms) 2022-09-27T16:44:28.0854041Z [ RUN ] AnyModuleTest.PtrWithBadDowncastThrows 2022-09-27T16:44:28.0854355Z [ OK ] AnyModuleTest.PtrWithBadDowncastThrows (0 ms) 2022-09-27T16:44:28.0854643Z [ RUN ] AnyModuleTest.DefaultStateIsEmpty 2022-09-27T16:44:28.0854925Z [ OK ] AnyModuleTest.DefaultStateIsEmpty (0 ms) 2022-09-27T16:44:28.0855241Z [ RUN ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule 2022-09-27T16:44:28.0857001Z [ OK ] AnyModuleTest.AllMethodsThrowForEmptyAnyModule (0 ms) 2022-09-27T16:44:28.0857351Z [ RUN ] AnyModuleTest.CanMoveAssignDifferentModules 2022-09-27T16:44:28.0857677Z [ OK ] AnyModuleTest.CanMoveAssignDifferentModules (0 ms) 2022-09-27T16:44:28.0858003Z [ RUN ] AnyModuleTest.ConstructsFromModuleHolder 2022-09-27T16:44:28.0858375Z [ OK ] AnyModuleTest.ConstructsFromModuleHolder (0 ms) 2022-09-27T16:44:28.0858711Z [ RUN ] AnyModuleTest.ConvertsVariableToTensorCorrectly 2022-09-27T16:44:28.0859071Z [ OK ] AnyModuleTest.ConvertsVariableToTensorCorrectly (0 ms) 2022-09-27T16:44:28.0859390Z [----------] 18 tests from AnyModuleTest (2 ms total) 2022-09-27T16:44:28.0859541Z 2022-09-27T16:44:28.0859624Z [----------] 12 tests from AnyValueTest 2022-09-27T16:44:28.0859912Z [ RUN ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType 2022-09-27T16:44:28.0860287Z [ OK ] AnyValueTest.CorrectlyAccessesIntWhenCorrectType (0 ms) 2022-09-27T16:44:28.0860684Z [ RUN ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType 2022-09-27T16:44:28.0861114Z [ OK ] AnyValueTest.CorrectlyAccessesStringLiteralWhenCorrectType (0 ms) 2022-09-27T16:44:28.0861521Z [ RUN ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType 2022-09-27T16:44:28.0861903Z [ OK ] AnyValueTest.CorrectlyAccessesStringWhenCorrectType (0 ms) 2022-09-27T16:44:28.0862282Z [ RUN ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType 2022-09-27T16:44:28.0862682Z [ OK ] AnyValueTest.CorrectlyAccessesPointersWhenCorrectType (0 ms) 2022-09-27T16:44:28.0863083Z [ RUN ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType 2022-09-27T16:44:28.0863492Z [ OK ] AnyValueTest.CorrectlyAccessesReferencesWhenCorrectType (0 ms) 2022-09-27T16:44:28.0863880Z [ RUN ] AnyValueTest.TryGetReturnsNullptrForTheWrongType 2022-09-27T16:44:28.0864244Z [ OK ] AnyValueTest.TryGetReturnsNullptrForTheWrongType (0 ms) 2022-09-27T16:44:28.0864563Z [ RUN ] AnyValueTest.GetThrowsForTheWrongType 2022-09-27T16:44:28.0864877Z [ OK ] AnyValueTest.GetThrowsForTheWrongType (0 ms) 2022-09-27T16:44:28.0865180Z [ RUN ] AnyValueTest.MoveConstructionIsAllowed 2022-09-27T16:44:28.0865484Z [ OK ] AnyValueTest.MoveConstructionIsAllowed (0 ms) 2022-09-27T16:44:28.0865781Z [ RUN ] AnyValueTest.MoveAssignmentIsAllowed 2022-09-27T16:44:28.0866078Z [ OK ] AnyValueTest.MoveAssignmentIsAllowed (0 ms) 2022-09-27T16:44:28.0866447Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForInt 2022-09-27T16:44:28.0866747Z [ OK ] AnyValueTest.TypeInfoIsCorrectForInt (0 ms) 2022-09-27T16:44:28.0867077Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForStringLiteral 2022-09-27T16:44:28.0867429Z [ OK ] AnyValueTest.TypeInfoIsCorrectForStringLiteral (0 ms) 2022-09-27T16:44:28.0867762Z [ RUN ] AnyValueTest.TypeInfoIsCorrectForString 2022-09-27T16:44:28.0868073Z [ OK ] AnyValueTest.TypeInfoIsCorrectForString (0 ms) 2022-09-27T16:44:28.0868349Z [----------] 12 tests from AnyValueTest (0 ms total) 2022-09-27T16:44:28.0868495Z 2022-09-27T16:44:28.0868586Z [----------] 50 tests from DataTest 2022-09-27T16:44:28.0868893Z [ RUN ] DataTest.DatasetCallsGetCorrectly 2022-09-27T16:44:28.0869174Z [ OK ] DataTest.DatasetCallsGetCorrectly (0 ms) 2022-09-27T16:44:28.0869471Z [ RUN ] DataTest.TransformCallsGetApplyCorrectly 2022-09-27T16:44:28.0869777Z [ OK ] DataTest.TransformCallsGetApplyCorrectly (0 ms) 2022-09-27T16:44:28.0870112Z [ RUN ] DataTest.ChunkDataSetWithInvalidInitParameter 2022-09-27T16:44:28.0870469Z [ OK ] DataTest.ChunkDataSetWithInvalidInitParameter (0 ms) 2022-09-27T16:44:28.0870781Z [ RUN ] DataTest.InfiniteStreamDataset 2022-09-27T16:44:28.0871047Z [ OK ] DataTest.InfiniteStreamDataset (0 ms) 2022-09-27T16:44:28.0871314Z [ RUN ] DataTest.NoSequencerIsIdentity 2022-09-27T16:44:28.0871578Z [ OK ] DataTest.NoSequencerIsIdentity (0 ms) 2022-09-27T16:44:28.0871845Z [ RUN ] DataTest.OrderedSequencerIsSetUpWell 2022-09-27T16:44:28.0872143Z [ OK ] DataTest.OrderedSequencerIsSetUpWell (0 ms) 2022-09-27T16:44:28.0872451Z [ RUN ] DataTest.OrderedSequencerReOrdersValues 2022-09-27T16:44:28.0872764Z [ OK ] DataTest.OrderedSequencerReOrdersValues (0 ms) 2022-09-27T16:44:28.0873085Z [ RUN ] DataTest.BatchLambdaAppliesFunctionToBatch 2022-09-27T16:44:28.0873404Z [ OK ] DataTest.BatchLambdaAppliesFunctionToBatch (0 ms) 2022-09-27T16:44:28.0873727Z [ RUN ] DataTest.LambdaAppliesFunctionToExample 2022-09-27T16:44:28.0874046Z [ OK ] DataTest.LambdaAppliesFunctionToExample (0 ms) 2022-09-27T16:44:28.0874323Z [ RUN ] DataTest.CollateReducesBatch 2022-09-27T16:44:28.0874578Z [ OK ] DataTest.CollateReducesBatch (0 ms) 2022-09-27T16:44:28.0874837Z [ RUN ] DataTest.CollationReducesBatch 2022-09-27T16:44:28.0875088Z [ OK ] DataTest.CollationReducesBatch (0 ms) 2022-09-27T16:44:28.0875401Z [ RUN ] DataTest.SequentialSamplerReturnsIndicesInOrder 2022-09-27T16:44:28.0875762Z [ OK ] DataTest.SequentialSamplerReturnsIndicesInOrder (0 ms) 2022-09-27T16:44:28.0876148Z [ RUN ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch 2022-09-27T16:44:28.0876558Z [ OK ] DataTest.SequentialSamplerReturnsLessValuesForLastBatch (0 ms) 2022-09-27T16:44:28.0876910Z [ RUN ] DataTest.SequentialSamplerResetsWell 2022-09-27T16:44:28.0877196Z [ OK ] DataTest.SequentialSamplerResetsWell (0 ms) 2022-09-27T16:44:28.0877526Z [ RUN ] DataTest.SequentialSamplerResetsWithNewSizeWell 2022-09-27T16:44:28.0877883Z [ OK ] DataTest.SequentialSamplerResetsWithNewSizeWell (0 ms) 2022-09-27T16:44:28.0878222Z [ RUN ] DataTest.CanSaveAndLoadSequentialSampler 2022-09-27T16:44:28.1042305Z [ OK ] DataTest.CanSaveAndLoadSequentialSampler (17 ms) 2022-09-27T16:44:28.1042666Z [ RUN ] DataTest.RandomSamplerReturnsIndicesInCorrectRange 2022-09-27T16:44:28.1043343Z [ OK ] DataTest.RandomSamplerReturnsIndicesInCorrectRange (0 ms) 2022-09-27T16:44:28.1043733Z [ RUN ] DataTest.RandomSamplerReturnsLessValuesForLastBatch 2022-09-27T16:44:28.1044122Z [ OK ] DataTest.RandomSamplerReturnsLessValuesForLastBatch (0 ms) 2022-09-27T16:44:28.1044452Z [ RUN ] DataTest.RandomSamplerResetsWell 2022-09-27T16:44:28.1044732Z [ OK ] DataTest.RandomSamplerResetsWell (0 ms) 2022-09-27T16:44:28.1045042Z [ RUN ] DataTest.RandomSamplerResetsWithNewSizeWell 2022-09-27T16:44:28.1045447Z [ OK ] DataTest.RandomSamplerResetsWithNewSizeWell (0 ms) 2022-09-27T16:44:28.1045826Z [ RUN ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence 2022-09-27T16:44:28.1047750Z [ OK ] DataTest.SavingAndLoadingRandomSamplerYieldsSameSequence (0 ms) 2022-09-27T16:44:28.1048182Z [ RUN ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder 2022-09-27T16:44:28.1048606Z [ OK ] DataTest.StreamSamplerReturnsTheBatchSizeAndThenRemainder (0 ms) 2022-09-27T16:44:28.1048952Z [ RUN ] DataTest.StreamSamplerResetsWell 2022-09-27T16:44:28.1049231Z [ OK ] DataTest.StreamSamplerResetsWell (0 ms) 2022-09-27T16:44:28.1049582Z [ RUN ] DataTest.StreamSamplerResetsWithNewSizeWell 2022-09-27T16:44:28.1049912Z [ OK ] DataTest.StreamSamplerResetsWithNewSizeWell (0 ms) 2022-09-27T16:44:28.1050258Z [ RUN ] DataTest.TensorDatasetConstructsFromSingleTensor 2022-09-27T16:44:28.1050626Z [ OK ] DataTest.TensorDatasetConstructsFromSingleTensor (0 ms) 2022-09-27T16:44:28.1051030Z [ RUN ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors 2022-09-27T16:44:28.1051469Z [ OK ] DataTest.TensorDatasetConstructsFromInitializerListOfTensors (0 ms) 2022-09-27T16:44:28.1051828Z [ RUN ] DataTest.StackTransformWorksForExample 2022-09-27T16:44:28.1053106Z [ OK ] DataTest.StackTransformWorksForExample (0 ms) 2022-09-27T16:44:28.1053431Z [ RUN ] DataTest.StackTransformWorksForTensorExample 2022-09-27T16:44:28.1054335Z [ OK ] DataTest.StackTransformWorksForTensorExample (0 ms) 2022-09-27T16:44:28.1054684Z [ RUN ] DataTest.TensorTransformWorksForAnyTargetType 2022-09-27T16:44:28.1055496Z [ OK ] DataTest.TensorTransformWorksForAnyTargetType (0 ms) 2022-09-27T16:44:28.1055837Z [ RUN ] DataTest.TensorLambdaWorksforAnyTargetType 2022-09-27T16:44:28.1056329Z [ OK ] DataTest.TensorLambdaWorksforAnyTargetType (0 ms) 2022-09-27T16:44:28.1056620Z [ RUN ] DataTest.NormalizeTransform 2022-09-27T16:44:28.1061739Z [ OK ] DataTest.NormalizeTransform (0 ms) 2022-09-27T16:44:28.1061986Z [ RUN ] DataTest.MapDoesNotCopy 2022-09-27T16:44:28.1062225Z [ OK ] DataTest.MapDoesNotCopy (0 ms) 2022-09-27T16:44:28.1062500Z [ RUN ] DataTest.QueuePushAndPopFromSameThread 2022-09-27T16:44:28.1062811Z [ OK ] DataTest.QueuePushAndPopFromSameThread (0 ms) 2022-09-27T16:44:28.1063123Z [ RUN ] DataTest.QueuePopWithTimeoutThrowsUponTimeout 2022-09-27T16:44:28.1289195Z [ OK ] DataTest.QueuePopWithTimeoutThrowsUponTimeout (22 ms) 2022-09-27T16:44:28.1289547Z [ RUN ] DataTest.QueuePushAndPopFromDifferentThreads 2022-09-27T16:44:28.1607797Z [ OK ] DataTest.QueuePushAndPopFromDifferentThreads (31 ms) 2022-09-27T16:44:28.1608123Z [ RUN ] DataTest.QueueClearEmptiesTheQueue 2022-09-27T16:44:28.1757791Z [ OK ] DataTest.QueueClearEmptiesTheQueue (14 ms) 2022-09-27T16:44:28.1758100Z [ RUN ] DataTest.DataShuttleCanPushAndPopJob 2022-09-27T16:44:28.1758391Z [ OK ] DataTest.DataShuttleCanPushAndPopJob (0 ms) 2022-09-27T16:44:28.1758697Z [ RUN ] DataTest.DataShuttleCanPushAndPopResult 2022-09-27T16:44:28.1759014Z [ OK ] DataTest.DataShuttleCanPushAndPopResult (0 ms) 2022-09-27T16:44:28.1759398Z [ RUN ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight 2022-09-27T16:44:28.1759855Z [ OK ] DataTest.DataShuttlePopResultReturnsNulloptWhenNoJobsInFlight (0 ms) 2022-09-27T16:44:28.1760284Z [ RUN ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt 2022-09-27T16:44:28.1760666Z [ OK ] DataTest.DataShuttleDrainMeansPopResultReturnsNullopt (0 ms) 2022-09-27T16:44:28.1761013Z [ RUN ] DataTest.DataShuttlePopResultTimesOut 2022-09-27T16:44:28.1958999Z [ OK ] DataTest.DataShuttlePopResultTimesOut (20 ms) 2022-09-27T16:44:28.1959318Z [ RUN ] DataTest.SharedBatchDatasetReallyIsShared 2022-09-27T16:44:28.1964598Z [ OK ] DataTest.SharedBatchDatasetReallyIsShared (0 ms) 2022-09-27T16:44:28.1965173Z [ RUN ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject 2022-09-27T16:44:28.1965669Z [ OK ] DataTest.SharedBatchDatasetDoesNotIncurCopyWhenPassedDatasetObject (0 ms) 2022-09-27T16:44:28.1966055Z [ RUN ] DataTest.CanUseCustomTypeAsIndexType 2022-09-27T16:44:28.1966357Z [ OK ] DataTest.CanUseCustomTypeAsIndexType (0 ms) 2022-09-27T16:44:28.1966758Z [ RUN ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples 2022-09-27T16:44:28.1967255Z [ OK ] DataTest.DistributedRandomSamplerSingleReplicaProduceCorrectSamples (0 ms) 2022-09-27T16:44:28.1967746Z [ RUN ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples 2022-09-27T16:44:28.1968307Z [ OK ] DataTest.DistributedRandomSamplerMultiReplicaProduceCorrectSamples (0 ms) 2022-09-27T16:44:28.1968720Z [ RUN ] DataTest.CanSaveAndLoadDistributedRandomSampler 2022-09-27T16:44:28.1971259Z [ OK ] DataTest.CanSaveAndLoadDistributedRandomSampler (0 ms) 2022-09-27T16:44:28.1971714Z [ RUN ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples 2022-09-27T16:44:28.1972240Z [ OK ] DataTest.DistributedSequentialSamplerSingleReplicaProduceCorrectSamples (0 ms) 2022-09-27T16:44:28.1972762Z [ RUN ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples 2022-09-27T16:44:28.1973278Z [ OK ] DataTest.DistributedSequentialSamplerMultiReplicaProduceCorrectSamples (0 ms) 2022-09-27T16:44:28.1973726Z [ RUN ] DataTest.CanSaveAndLoadDistributedSequentialSampler 2022-09-27T16:44:28.1974170Z [ OK ] DataTest.CanSaveAndLoadDistributedSequentialSampler (0 ms) 2022-09-27T16:44:28.1974497Z [----------] 50 tests from DataTest (111 ms total) 2022-09-27T16:44:28.1974645Z 2022-09-27T16:44:28.1974747Z [----------] 37 tests from DataLoaderTest 2022-09-27T16:44:28.1975046Z [ RUN ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected 2022-09-27T16:44:28.1975423Z [ OK ] DataLoaderTest.DataLoaderOptionsDefaultAsExpected (0 ms) 2022-09-27T16:44:28.1975814Z [ RUN ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues 2022-09-27T16:44:28.1976205Z [ OK ] DataLoaderTest.DataLoaderOptionsCoalesceOptionalValues (0 ms) 2022-09-27T16:44:28.1976587Z [ RUN ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected 2022-09-27T16:44:28.1976952Z [ OK ] DataLoaderTest.MakeDataLoaderDefaultsAsExpected (0 ms) 2022-09-27T16:44:28.1977415Z [ RUN ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset 2022-09-27T16:44:28.1977990Z [ OK ] DataLoaderTest.MakeDataLoaderThrowsWhenConstructingSamplerWithUnsizedDataset (0 ms) 2022-09-27T16:44:28.1978454Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToThemselves 2022-09-27T16:44:28.1978822Z [ OK ] DataLoaderTest.IteratorsCompareEqualToThemselves (0 ms) 2022-09-27T16:44:28.1979193Z [ RUN ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther 2022-09-27T16:44:28.1979595Z [ OK ] DataLoaderTest.ValidIteratorsCompareUnequalToEachOther (0 ms) 2022-09-27T16:44:28.1980006Z [ RUN ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther 2022-09-27T16:44:28.1980417Z [ OK ] DataLoaderTest.SentinelIteratorsCompareEqualToEachOther (0 ms) 2022-09-27T16:44:28.1980840Z [ RUN ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted 2022-09-27T16:44:28.1981279Z [ OK ] DataLoaderTest.IteratorsCompareEqualToSentinelWhenExhausted (0 ms) 2022-09-27T16:44:28.1981625Z [ RUN ] DataLoaderTest.IteratorsShareState 2022-09-27T16:44:28.1981910Z [ OK ] DataLoaderTest.IteratorsShareState (0 ms) 2022-09-27T16:44:28.1982239Z [ RUN ] DataLoaderTest.CanDereferenceIteratorMultipleTimes 2022-09-27T16:44:28.1982618Z [ OK ] DataLoaderTest.CanDereferenceIteratorMultipleTimes (0 ms) 2022-09-27T16:44:28.1982963Z [ RUN ] DataLoaderTest.CanUseIteratorAlgorithms 2022-09-27T16:44:28.1983276Z [ OK ] DataLoaderTest.CanUseIteratorAlgorithms (0 ms) 2022-09-27T16:44:28.1983643Z [ RUN ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows 2022-09-27T16:44:28.1984172Z [ OK ] DataLoaderTest.CallingBeginWhileOtherIteratorIsInFlightThrows (0 ms) 2022-09-27T16:44:28.1984606Z [ RUN ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows 2022-09-27T16:44:28.1985020Z [ OK ] DataLoaderTest.IncrementingExhaustedValidIteratorThrows (0 ms) 2022-09-27T16:44:28.1985433Z [ RUN ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows 2022-09-27T16:44:28.1985850Z [ OK ] DataLoaderTest.DereferencingExhaustedValidIteratorThrows (0 ms) 2022-09-27T16:44:28.1986233Z [ RUN ] DataLoaderTest.IncrementingSentinelIteratorThrows 2022-09-27T16:44:28.1986657Z [ OK ] DataLoaderTest.IncrementingSentinelIteratorThrows (0 ms) 2022-09-27T16:44:28.1987031Z [ RUN ] DataLoaderTest.DereferencingSentinelIteratorThrows 2022-09-27T16:44:28.1987407Z [ OK ] DataLoaderTest.DereferencingSentinelIteratorThrows (0 ms) 2022-09-27T16:44:28.1987742Z [ RUN ] DataLoaderTest.YieldsCorrectBatchSize 2022-09-27T16:44:28.1988047Z [ OK ] DataLoaderTest.YieldsCorrectBatchSize (0 ms) 2022-09-27T16:44:28.1988472Z [ RUN ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse 2022-09-27T16:44:28.1989010Z [ OK ] DataLoaderTest.ReturnsLastBatchWhenSmallerThanBatchSizeWhenDropLastIsFalse (0 ms) 2022-09-27T16:44:28.1989576Z [ RUN ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue 2022-09-27T16:44:28.1990163Z [ OK ] DataLoaderTest.DoesNotReturnLastBatchWhenSmallerThanBatchSizeWhenDropLastIsTrue (0 ms) 2022-09-27T16:44:28.1990591Z [ RUN ] DataLoaderTest.RespectsTimeout 2022-09-27T16:44:28.2117216Z [ OK ] DataLoaderTest.RespectsTimeout (13 ms) 2022-09-27T16:44:28.2117574Z [ RUN ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured 2022-09-27T16:44:28.2126468Z [ OK ] DataLoaderTest.EnforcesOrderingAmongThreadsWhenConfigured (0 ms) 2022-09-27T16:44:28.2126796Z [ RUN ] DataLoaderTest.Reset 2022-09-27T16:44:28.2127029Z [ OK ] DataLoaderTest.Reset (0 ms) 2022-09-27T16:44:28.2127347Z [ RUN ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers 2022-09-27T16:44:28.2129353Z [ OK ] DataLoaderTest.TestExceptionsArePropagatedFromWorkers (0 ms) 2022-09-27T16:44:28.2129729Z [ RUN ] DataLoaderTest.StatefulDatasetWithNoWorkers 2022-09-27T16:44:28.2130070Z [ OK ] DataLoaderTest.StatefulDatasetWithNoWorkers (0 ms) 2022-09-27T16:44:28.2130399Z [ RUN ] DataLoaderTest.StatefulDatasetWithManyWorkers 2022-09-27T16:44:28.2135374Z [ OK ] DataLoaderTest.StatefulDatasetWithManyWorkers (0 ms) 2022-09-27T16:44:28.2135706Z [ RUN ] DataLoaderTest.StatefulDatasetWithMap 2022-09-27T16:44:28.2136584Z [ OK ] DataLoaderTest.StatefulDatasetWithMap (0 ms) 2022-09-27T16:44:28.2136903Z [ RUN ] DataLoaderTest.StatefulDatasetWithCollate 2022-09-27T16:44:28.2138039Z [ OK ] DataLoaderTest.StatefulDatasetWithCollate (0 ms) 2022-09-27T16:44:28.2138350Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatch 2022-09-27T16:44:28.2212306Z [ OK ] DataLoaderTest.ChunkDataSetGetBatch (7 ms) 2022-09-27T16:44:28.2212676Z [ RUN ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch 2022-09-27T16:44:28.2214159Z [ OK ] DataLoaderTest.ChunkDataSetWithBatchSizeMismatch (0 ms) 2022-09-27T16:44:28.2214521Z [ RUN ] DataLoaderTest.ChunkDataSetWithEmptyBatch 2022-09-27T16:44:28.2215412Z [ OK ] DataLoaderTest.ChunkDataSetWithEmptyBatch (0 ms) 2022-09-27T16:44:28.2215784Z [ RUN ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize 2022-09-27T16:44:28.2217733Z [ OK ] DataLoaderTest.ChunkDataSetGetBatchWithUnevenBatchSize (0 ms) 2022-09-27T16:44:28.2218141Z [ RUN ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet 2022-09-27T16:44:28.2219479Z [ OK ] DataLoaderTest.CanAccessChunkSamplerWithChunkDataSet (0 ms) 2022-09-27T16:44:28.2219834Z [ RUN ] DataLoaderTest.ChunkDatasetDoesNotHang 2022-09-27T16:44:28.2221515Z [ OK ] DataLoaderTest.ChunkDatasetDoesNotHang (0 ms) 2022-09-27T16:44:28.2221937Z [ RUN ] DataLoaderTest.ChunkDatasetSave 2022-09-27T16:44:28.2574775Z [ OK ] DataLoaderTest.ChunkDatasetSave (35 ms) 2022-09-27T16:44:28.2575075Z [ RUN ] DataLoaderTest.ChunkDatasetLoad 2022-09-27T16:44:28.2624635Z [ OK ] DataLoaderTest.ChunkDatasetLoad (4 ms) 2022-09-27T16:44:28.2624950Z [ RUN ] DataLoaderTest.ChunkDatasetCrossChunkShuffle 2022-09-27T16:44:28.2632524Z [ OK ] DataLoaderTest.ChunkDatasetCrossChunkShuffle (0 ms) 2022-09-27T16:44:28.2632863Z [ RUN ] DataLoaderTest.CustomPreprocessPolicy 2022-09-27T16:44:28.2637488Z [ OK ] DataLoaderTest.CustomPreprocessPolicy (0 ms) 2022-09-27T16:44:28.2637920Z [----------] 37 tests from DataLoaderTest (66 ms total) 2022-09-27T16:44:28.2638078Z 2022-09-27T16:44:28.2638169Z [----------] 1 test from EnumTest 2022-09-27T16:44:28.2638382Z [ RUN ] EnumTest.AllEnums 2022-09-27T16:44:28.2638581Z [ OK ] EnumTest.AllEnums (0 ms) 2022-09-27T16:44:28.2638826Z [----------] 1 test from EnumTest (0 ms total) 2022-09-27T16:44:28.2638964Z 2022-09-27T16:44:28.2639077Z [----------] 6 tests from ExpandingArrayTest 2022-09-27T16:44:28.2639387Z [ RUN ] ExpandingArrayTest.CanConstructFromInitializerList 2022-09-27T16:44:28.2639768Z [ OK ] ExpandingArrayTest.CanConstructFromInitializerList (0 ms) 2022-09-27T16:44:28.2640119Z [ RUN ] ExpandingArrayTest.CanConstructFromVector 2022-09-27T16:44:28.2640431Z [ OK ] ExpandingArrayTest.CanConstructFromVector (0 ms) 2022-09-27T16:44:28.2640769Z [ RUN ] ExpandingArrayTest.CanConstructFromArray 2022-09-27T16:44:28.2641110Z [ OK ] ExpandingArrayTest.CanConstructFromArray (0 ms) 2022-09-27T16:44:28.2641446Z [ RUN ] ExpandingArrayTest.CanConstructFromSingleValue 2022-09-27T16:44:28.2641796Z [ OK ] ExpandingArrayTest.CanConstructFromSingleValue (0 ms) 2022-09-27T16:44:28.2642304Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList 2022-09-27T16:44:28.2642971Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInInitializerList (0 ms) 2022-09-27T16:44:28.2643588Z [ RUN ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector 2022-09-27T16:44:28.2644168Z [ OK ] ExpandingArrayTest.ThrowsWhenConstructedWithIncorrectNumberOfArgumentsInVector (0 ms) 2022-09-27T16:44:28.2644604Z [----------] 6 tests from ExpandingArrayTest (0 ms total) 2022-09-27T16:44:28.2644762Z 2022-09-27T16:44:28.2644851Z [----------] 10 tests from FFTTest 2022-09-27T16:44:28.2645045Z [ RUN ] FFTTest.fft 2022-09-27T16:44:28.2646648Z [ OK ] FFTTest.fft (0 ms) 2022-09-27T16:44:28.2646837Z [ RUN ] FFTTest.fft_real 2022-09-27T16:44:28.2648535Z [ OK ] FFTTest.fft_real (0 ms) 2022-09-27T16:44:28.2648745Z [ RUN ] FFTTest.fft_pad 2022-09-27T16:44:28.2651238Z [ OK ] FFTTest.fft_pad (0 ms) 2022-09-27T16:44:28.2651440Z [ RUN ] FFTTest.fft_norm 2022-09-27T16:44:28.2653837Z [ OK ] FFTTest.fft_norm (0 ms) 2022-09-27T16:44:28.2654028Z [ RUN ] FFTTest.ifft 2022-09-27T16:44:28.2657142Z [ OK ] FFTTest.ifft (0 ms) 2022-09-27T16:44:28.2657341Z [ RUN ] FFTTest.fft_ifft 2022-09-27T16:44:28.2659433Z [ OK ] FFTTest.fft_ifft (0 ms) 2022-09-27T16:44:28.2659630Z [ RUN ] FFTTest.rfft 2022-09-27T16:44:28.2663267Z [ OK ] FFTTest.rfft (0 ms) 2022-09-27T16:44:28.2663469Z [ RUN ] FFTTest.rfft_irfft 2022-09-27T16:44:28.2664493Z [ OK ] FFTTest.rfft_irfft (0 ms) 2022-09-27T16:44:28.2664697Z [ RUN ] FFTTest.ihfft 2022-09-27T16:44:28.2668239Z [ OK ] FFTTest.ihfft (0 ms) 2022-09-27T16:44:28.2668442Z [ RUN ] FFTTest.hfft_ihfft 2022-09-27T16:44:28.2670588Z [ OK ] FFTTest.hfft_ihfft (0 ms) 2022-09-27T16:44:28.2670821Z [----------] 10 tests from FFTTest (2 ms total) 2022-09-27T16:44:28.2670960Z 2022-09-27T16:44:28.2671048Z [----------] 132 tests from FunctionalTest 2022-09-27T16:44:28.2671271Z [ RUN ] FunctionalTest.Conv1d 2022-09-27T16:44:28.2692337Z [ OK ] FunctionalTest.Conv1d (2 ms) 2022-09-27T16:44:28.2692580Z [ RUN ] FunctionalTest.Conv2dEven 2022-09-27T16:44:28.2699529Z [ OK ] FunctionalTest.Conv2dEven (0 ms) 2022-09-27T16:44:28.2700026Z [ RUN ] FunctionalTest.Conv2dUneven 2022-09-27T16:44:28.2702121Z [ OK ] FunctionalTest.Conv2dUneven (0 ms) 2022-09-27T16:44:28.2702603Z [ RUN ] FunctionalTest.Conv3d 2022-09-27T16:44:28.2706442Z [ OK ] FunctionalTest.Conv3d (0 ms) 2022-09-27T16:44:28.2706843Z [ RUN ] FunctionalTest.MaxPool1d 2022-09-27T16:44:28.2707686Z [ OK ] FunctionalTest.MaxPool1d (0 ms) 2022-09-27T16:44:28.2708205Z [ RUN ] FunctionalTest.MaxPool2d 2022-09-27T16:44:28.2709242Z [ OK ] FunctionalTest.MaxPool2d (0 ms) 2022-09-27T16:44:28.2709675Z [ RUN ] FunctionalTest.MaxPool2dBackward 2022-09-27T16:44:28.2710939Z [ OK ] FunctionalTest.MaxPool2dBackward (0 ms) 2022-09-27T16:44:28.2711389Z [ RUN ] FunctionalTest.MaxPool3d 2022-09-27T16:44:28.2712357Z [ OK ] FunctionalTest.MaxPool3d (0 ms) 2022-09-27T16:44:28.2712757Z [ RUN ] FunctionalTest.AvgPool1d 2022-09-27T16:44:28.2713640Z [ OK ] FunctionalTest.AvgPool1d (0 ms) 2022-09-27T16:44:28.2714051Z [ RUN ] FunctionalTest.AvgPool2d 2022-09-27T16:44:28.2714447Z [ OK ] FunctionalTest.AvgPool2d (0 ms) 2022-09-27T16:44:28.2714852Z [ RUN ] FunctionalTest.AvgPool3d 2022-09-27T16:44:28.2715610Z [ OK ] FunctionalTest.AvgPool3d (0 ms) 2022-09-27T16:44:28.2716106Z [ RUN ] FunctionalTest.FractionalMaxPool2d 2022-09-27T16:44:28.2719032Z [ OK ] FunctionalTest.FractionalMaxPool2d (0 ms) 2022-09-27T16:44:28.2719548Z [ RUN ] FunctionalTest.FractionalMaxPool3d 2022-09-27T16:44:28.2721159Z [ OK ] FunctionalTest.FractionalMaxPool3d (0 ms) 2022-09-27T16:44:28.2721612Z [ RUN ] FunctionalTest.LPPool1d 2022-09-27T16:44:28.2723167Z [ OK ] FunctionalTest.LPPool1d (0 ms) 2022-09-27T16:44:28.2723555Z [ RUN ] FunctionalTest.LPPool2d 2022-09-27T16:44:28.2724576Z [ OK ] FunctionalTest.LPPool2d (0 ms) 2022-09-27T16:44:28.2725019Z [ RUN ] FunctionalTest.CosineSimilarity 2022-09-27T16:44:28.2726683Z [ OK ] FunctionalTest.CosineSimilarity (0 ms) 2022-09-27T16:44:28.2727207Z [ RUN ] FunctionalTest.SmoothL1LossDefaultOptions 2022-09-27T16:44:28.2729486Z [ OK ] FunctionalTest.SmoothL1LossDefaultOptions (0 ms) 2022-09-27T16:44:28.2729999Z [ RUN ] FunctionalTest.SmoothL1LossBeta 2022-09-27T16:44:28.2731159Z [ OK ] FunctionalTest.SmoothL1LossBeta (0 ms) 2022-09-27T16:44:28.2731657Z [ RUN ] FunctionalTest.SmoothL1LossNoReduction 2022-09-27T16:44:28.2732902Z [ OK ] FunctionalTest.SmoothL1LossNoReduction (0 ms) 2022-09-27T16:44:28.2733438Z [ RUN ] FunctionalTest.HuberLossDefaultOptions 2022-09-27T16:44:28.2734775Z [ OK ] FunctionalTest.HuberLossDefaultOptions (0 ms) 2022-09-27T16:44:28.2735274Z [ RUN ] FunctionalTest.HuberLossDelta 2022-09-27T16:44:28.2736290Z [ OK ] FunctionalTest.HuberLossDelta (0 ms) 2022-09-27T16:44:28.2736758Z [ RUN ] FunctionalTest.HuberLossNoReduction 2022-09-27T16:44:28.2737643Z [ OK ] FunctionalTest.HuberLossNoReduction (0 ms) 2022-09-27T16:44:28.2738195Z [ RUN ] FunctionalTest.SoftMarginLossDefaultOptions 2022-09-27T16:44:28.2740514Z [ OK ] FunctionalTest.SoftMarginLossDefaultOptions (0 ms) 2022-09-27T16:44:28.2741161Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions 2022-09-27T16:44:28.2744982Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossDefaultOptions (0 ms) 2022-09-27T16:44:28.2745622Z [ RUN ] FunctionalTest.SoftMarginLossNoReduction 2022-09-27T16:44:28.2746996Z [ OK ] FunctionalTest.SoftMarginLossNoReduction (0 ms) 2022-09-27T16:44:28.2747665Z [ RUN ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction 2022-09-27T16:44:28.2750542Z [ OK ] FunctionalTest.MultiLabelSoftMarginLossWeightedNoReduction (0 ms) 2022-09-27T16:44:28.2751326Z [ RUN ] FunctionalTest.PairwiseDistance 2022-09-27T16:44:28.2751947Z [ OK ] FunctionalTest.PairwiseDistance (0 ms) 2022-09-27T16:44:28.2752415Z [ RUN ] FunctionalTest.PDist 2022-09-27T16:44:28.2754075Z [ OK ] FunctionalTest.PDist (0 ms) 2022-09-27T16:44:28.2754505Z [ RUN ] FunctionalTest.AdaptiveMaxPool1d 2022-09-27T16:44:28.2755076Z [ OK ] FunctionalTest.AdaptiveMaxPool1d (0 ms) 2022-09-27T16:44:28.2755558Z [ RUN ] FunctionalTest.AdaptiveMaxPool2d 2022-09-27T16:44:28.2756151Z [ OK ] FunctionalTest.AdaptiveMaxPool2d (0 ms) 2022-09-27T16:44:28.2756647Z [ RUN ] FunctionalTest.AdaptiveMaxPool3d 2022-09-27T16:44:28.2757233Z [ OK ] FunctionalTest.AdaptiveMaxPool3d (0 ms) 2022-09-27T16:44:28.2757713Z [ RUN ] FunctionalTest.AdaptiveAvgPool1d 2022-09-27T16:44:28.2758181Z [ OK ] FunctionalTest.AdaptiveAvgPool1d (0 ms) 2022-09-27T16:44:28.2758657Z [ RUN ] FunctionalTest.AdaptiveAvgPool2d 2022-09-27T16:44:28.2759138Z [ OK ] FunctionalTest.AdaptiveAvgPool2d (0 ms) 2022-09-27T16:44:28.2759620Z [ RUN ] FunctionalTest.AdaptiveAvgPool3d 2022-09-27T16:44:28.2760097Z [ OK ] FunctionalTest.AdaptiveAvgPool3d (0 ms) 2022-09-27T16:44:28.2760522Z [ RUN ] FunctionalTest.L1Loss 2022-09-27T16:44:28.2761505Z [ OK ] FunctionalTest.L1Loss (0 ms) 2022-09-27T16:44:28.2761894Z [ RUN ] FunctionalTest.MSELoss 2022-09-27T16:44:28.2762921Z [ OK ] FunctionalTest.MSELoss (0 ms) 2022-09-27T16:44:28.2763316Z [ RUN ] FunctionalTest.BCELoss 2022-09-27T16:44:28.2764400Z [ OK ] FunctionalTest.BCELoss (0 ms) 2022-09-27T16:44:28.2764798Z [ RUN ] FunctionalTest.KLDivLoss 2022-09-27T16:44:28.2765691Z [W loss.h:57] Warning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. (function kl_div) 2022-09-27T16:44:28.2766627Z [ OK ] FunctionalTest.KLDivLoss (0 ms) 2022-09-27T16:44:28.2767079Z [ RUN ] FunctionalTest.HingeEmbeddingLoss 2022-09-27T16:44:28.2768106Z [ OK ] FunctionalTest.HingeEmbeddingLoss (0 ms) 2022-09-27T16:44:28.2768558Z [ RUN ] FunctionalTest.GridSample 2022-09-27T16:44:28.2771234Z [W vision.h:87] Warning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. (function grid_sample) 2022-09-27T16:44:28.2773646Z [ OK ] FunctionalTest.GridSample (0 ms) 2022-09-27T16:44:28.2774142Z [ RUN ] FunctionalTest.AffineGrid 2022-09-27T16:44:28.2792743Z [ OK ] FunctionalTest.AffineGrid (1 ms) 2022-09-27T16:44:28.2793186Z [ RUN ] FunctionalTest.MultiMarginLoss 2022-09-27T16:44:28.2794360Z [ OK ] FunctionalTest.MultiMarginLoss (0 ms) 2022-09-27T16:44:28.2794830Z [ RUN ] FunctionalTest.CosineEmbeddingLoss 2022-09-27T16:44:28.2796803Z [ OK ] FunctionalTest.CosineEmbeddingLoss (0 ms) 2022-09-27T16:44:28.2797393Z [ RUN ] FunctionalTest.MultiLabelMarginLossDefaultOptions 2022-09-27T16:44:28.2799435Z [ OK ] FunctionalTest.MultiLabelMarginLossDefaultOptions (0 ms) 2022-09-27T16:44:28.2800087Z [ RUN ] FunctionalTest.MultiLabelMarginLossNoReduction 2022-09-27T16:44:28.2801149Z [ OK ] FunctionalTest.MultiLabelMarginLossNoReduction (0 ms) 2022-09-27T16:44:28.2801709Z [ RUN ] FunctionalTest.TripletMarginLoss 2022-09-27T16:44:28.2802942Z [ OK ] FunctionalTest.TripletMarginLoss (0 ms) 2022-09-27T16:44:28.2803560Z [ RUN ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity 2022-09-27T16:44:28.2951590Z [ OK ] FunctionalTest.TripletMarginWithDistanceLossDefaultParity (14 ms) 2022-09-27T16:44:28.2952182Z [ RUN ] FunctionalTest.NLLLoss 2022-09-27T16:44:28.2953280Z [ OK ] FunctionalTest.NLLLoss (0 ms) 2022-09-27T16:44:28.2953699Z [ RUN ] FunctionalTest.CrossEntropy 2022-09-27T16:44:28.2958205Z [ OK ] FunctionalTest.CrossEntropy (0 ms) 2022-09-27T16:44:28.2958637Z [ RUN ] FunctionalTest.MaxUnpool1d 2022-09-27T16:44:28.2961481Z [ OK ] FunctionalTest.MaxUnpool1d (0 ms) 2022-09-27T16:44:28.2961907Z [ RUN ] FunctionalTest.MaxUnpool2d 2022-09-27T16:44:28.2964054Z [ OK ] FunctionalTest.MaxUnpool2d (0 ms) 2022-09-27T16:44:28.2964477Z [ RUN ] FunctionalTest.MaxUnpool3d 2022-09-27T16:44:28.2965729Z [ OK ] FunctionalTest.MaxUnpool3d (0 ms) 2022-09-27T16:44:28.2966121Z [ RUN ] FunctionalTest.ELU 2022-09-27T16:44:28.2984028Z [ OK ] FunctionalTest.ELU (1 ms) 2022-09-27T16:44:28.2984501Z [ RUN ] FunctionalTest.SELU 2022-09-27T16:44:28.2988716Z [ OK ] FunctionalTest.SELU (0 ms) 2022-09-27T16:44:28.2989085Z [ RUN ] FunctionalTest.GLU 2022-09-27T16:44:28.2990542Z [ OK ] FunctionalTest.GLU (0 ms) 2022-09-27T16:44:28.2990911Z [ RUN ] FunctionalTest.GELU 2022-09-27T16:44:28.2994823Z [ OK ] FunctionalTest.GELU (0 ms) 2022-09-27T16:44:28.2995249Z [ RUN ] FunctionalTest.TanhGELU 2022-09-27T16:44:28.2996748Z [ OK ] FunctionalTest.TanhGELU (0 ms) 2022-09-27T16:44:28.2997215Z [ RUN ] FunctionalTest.Hardshrink 2022-09-27T16:44:28.3005555Z [ OK ] FunctionalTest.Hardshrink (0 ms) 2022-09-27T16:44:28.3005963Z [ RUN ] FunctionalTest.OneHot 2022-09-27T16:44:28.3009578Z [ OK ] FunctionalTest.OneHot (0 ms) 2022-09-27T16:44:28.3009969Z [ RUN ] FunctionalTest.Hardtanh 2022-09-27T16:44:28.3043310Z [ OK ] FunctionalTest.Hardtanh (3 ms) 2022-09-27T16:44:28.3043720Z [ RUN ] FunctionalTest.LeakyReLU 2022-09-27T16:44:28.3054640Z [ OK ] FunctionalTest.LeakyReLU (1 ms) 2022-09-27T16:44:28.3055109Z [ RUN ] FunctionalTest.LogSigmoid 2022-09-27T16:44:28.3055975Z [ OK ] FunctionalTest.LogSigmoid (0 ms) 2022-09-27T16:44:28.3056403Z [ RUN ] FunctionalTest.GumbelSoftmax 2022-09-27T16:44:28.3097531Z [ OK ] FunctionalTest.GumbelSoftmax (4 ms) 2022-09-27T16:44:28.3097959Z [ RUN ] FunctionalTest.Softmax 2022-09-27T16:44:28.3100231Z [ OK ] FunctionalTest.Softmax (0 ms) 2022-09-27T16:44:28.3100634Z [ RUN ] FunctionalTest.Softmin 2022-09-27T16:44:28.3101145Z [ OK ] FunctionalTest.Softmin (0 ms) 2022-09-27T16:44:28.3101553Z [ RUN ] FunctionalTest.LogSoftmax 2022-09-27T16:44:28.3102889Z [ OK ] FunctionalTest.LogSoftmax (0 ms) 2022-09-27T16:44:28.3103282Z [ RUN ] FunctionalTest.PReLU 2022-09-27T16:44:28.3105262Z [ OK ] FunctionalTest.PReLU (0 ms) 2022-09-27T16:44:28.3105670Z [ RUN ] FunctionalTest.LayerNorm 2022-09-27T16:44:28.3106681Z [ OK ] FunctionalTest.LayerNorm (0 ms) 2022-09-27T16:44:28.3107093Z [ RUN ] FunctionalTest.GroupNorm 2022-09-27T16:44:28.3108015Z [ OK ] FunctionalTest.GroupNorm (0 ms) 2022-09-27T16:44:28.3108451Z [ RUN ] FunctionalTest.LocalResponseNorm 2022-09-27T16:44:28.3110303Z [ OK ] FunctionalTest.LocalResponseNorm (0 ms) 2022-09-27T16:44:28.3110729Z [ RUN ] FunctionalTest.Linear 2022-09-27T16:44:28.3113860Z [ OK ] FunctionalTest.Linear (0 ms) 2022-09-27T16:44:28.3114255Z [ RUN ] FunctionalTest.Embedding 2022-09-27T16:44:28.3115417Z [ OK ] FunctionalTest.Embedding (0 ms) 2022-09-27T16:44:28.3115838Z [ RUN ] FunctionalTest.EmbeddingBag 2022-09-27T16:44:28.3123775Z [ OK ] FunctionalTest.EmbeddingBag (0 ms) 2022-09-27T16:44:28.3124193Z [ RUN ] FunctionalTest.Bilinear 2022-09-27T16:44:28.3127456Z [ OK ] FunctionalTest.Bilinear (0 ms) 2022-09-27T16:44:28.3127857Z [ RUN ] FunctionalTest.Normalize 2022-09-27T16:44:28.3132292Z [ OK ] FunctionalTest.Normalize (0 ms) 2022-09-27T16:44:28.3132687Z [ RUN ] FunctionalTest.ReLU 2022-09-27T16:44:28.3135781Z [ OK ] FunctionalTest.ReLU (0 ms) 2022-09-27T16:44:28.3136218Z [ RUN ] FunctionalTest.ReLUDefaultOptions 2022-09-27T16:44:28.3136751Z [ OK ] FunctionalTest.ReLUDefaultOptions (0 ms) 2022-09-27T16:44:28.3137300Z [ RUN ] FunctionalTest.ReLU6 2022-09-27T16:44:28.3140472Z [ OK ] FunctionalTest.ReLU6 (0 ms) 2022-09-27T16:44:28.3140915Z [ RUN ] FunctionalTest.ReLU6DefaultOptions 2022-09-27T16:44:28.3141791Z [ OK ] FunctionalTest.ReLU6DefaultOptions (0 ms) 2022-09-27T16:44:28.3142227Z [ RUN ] FunctionalTest.RReLU 2022-09-27T16:44:28.3184829Z [ OK ] FunctionalTest.RReLU (4 ms) 2022-09-27T16:44:28.3185262Z [ RUN ] FunctionalTest.RReLUDefaultOptions 2022-09-27T16:44:28.3187307Z [ OK ] FunctionalTest.RReLUDefaultOptions (0 ms) 2022-09-27T16:44:28.3187793Z [ RUN ] FunctionalTest.CELU 2022-09-27T16:44:28.3201957Z [ OK ] FunctionalTest.CELU (1 ms) 2022-09-27T16:44:28.3202395Z [ RUN ] FunctionalTest.CELUDefaultOptions 2022-09-27T16:44:28.3203716Z [ OK ] FunctionalTest.CELUDefaultOptions (0 ms) 2022-09-27T16:44:28.3204180Z [ RUN ] FunctionalTest.PixelShuffle 2022-09-27T16:44:28.3205806Z [ OK ] FunctionalTest.PixelShuffle (0 ms) 2022-09-27T16:44:28.3206255Z [ RUN ] FunctionalTest.PixelUnshuffle 2022-09-27T16:44:28.3207751Z [ OK ] FunctionalTest.PixelUnshuffle (0 ms) 2022-09-27T16:44:28.3208178Z [ RUN ] FunctionalTest.Softplus 2022-09-27T16:44:28.3217281Z [ OK ] FunctionalTest.Softplus (0 ms) 2022-09-27T16:44:28.3217753Z [ RUN ] FunctionalTest.SoftplusDefaultOptions 2022-09-27T16:44:28.3218674Z [ OK ] FunctionalTest.SoftplusDefaultOptions (0 ms) 2022-09-27T16:44:28.3219111Z [ RUN ] FunctionalTest.Fold 2022-09-27T16:44:28.3220070Z [ OK ] FunctionalTest.Fold (0 ms) 2022-09-27T16:44:28.3220453Z [ RUN ] FunctionalTest.Unfold 2022-09-27T16:44:28.3221876Z [ OK ] FunctionalTest.Unfold (0 ms) 2022-09-27T16:44:28.3222281Z [ RUN ] FunctionalTest.Softshrink 2022-09-27T16:44:28.3228978Z [ OK ] FunctionalTest.Softshrink (0 ms) 2022-09-27T16:44:28.3229455Z [ RUN ] FunctionalTest.SoftshrinkDefaultOptions 2022-09-27T16:44:28.3230083Z [ OK ] FunctionalTest.SoftshrinkDefaultOptions (0 ms) 2022-09-27T16:44:28.3230558Z [ RUN ] FunctionalTest.Softsign 2022-09-27T16:44:28.3231014Z [ OK ] FunctionalTest.Softsign (0 ms) 2022-09-27T16:44:28.3231433Z [ RUN ] FunctionalTest.Mish 2022-09-27T16:44:28.3232508Z [ OK ] FunctionalTest.Mish (0 ms) 2022-09-27T16:44:28.3232902Z [ RUN ] FunctionalTest.Tanhshrink 2022-09-27T16:44:28.3233426Z [ OK ] FunctionalTest.Tanhshrink (0 ms) 2022-09-27T16:44:28.3233841Z [ RUN ] FunctionalTest.Threshold 2022-09-27T16:44:28.3249700Z [ OK ] FunctionalTest.Threshold (1 ms) 2022-09-27T16:44:28.3250110Z [ RUN ] FunctionalTest.BatchNorm1d 2022-09-27T16:44:28.3251447Z [ OK ] FunctionalTest.BatchNorm1d (0 ms) 2022-09-27T16:44:28.3251940Z [ RUN ] FunctionalTest.BatchNorm1dDefaultOptions 2022-09-27T16:44:28.3252587Z [ OK ] FunctionalTest.BatchNorm1dDefaultOptions (0 ms) 2022-09-27T16:44:28.3253044Z [ RUN ] FunctionalTest.BatchNorm2d 2022-09-27T16:44:28.3254299Z [ OK ] FunctionalTest.BatchNorm2d (0 ms) 2022-09-27T16:44:28.3254801Z [ RUN ] FunctionalTest.BatchNorm2dDefaultOptions 2022-09-27T16:44:28.3256676Z [ OK ] FunctionalTest.BatchNorm2dDefaultOptions (0 ms) 2022-09-27T16:44:28.3257165Z [ RUN ] FunctionalTest.BatchNorm3d 2022-09-27T16:44:28.3257584Z [ OK ] FunctionalTest.BatchNorm3d (0 ms) 2022-09-27T16:44:28.3268557Z [ RUN ] FunctionalTest.BatchNorm3dDefaultOptions 2022-09-27T16:44:28.3269113Z [ OK ] FunctionalTest.BatchNorm3dDefaultOptions (0 ms) 2022-09-27T16:44:28.3269623Z [ RUN ] FunctionalTest.InstanceNorm1d 2022-09-27T16:44:28.3270078Z [ OK ] FunctionalTest.InstanceNorm1d (0 ms) 2022-09-27T16:44:28.3270596Z [ RUN ] FunctionalTest.InstanceNorm1dDefaultOptions 2022-09-27T16:44:28.3271180Z [ OK ] FunctionalTest.InstanceNorm1dDefaultOptions (0 ms) 2022-09-27T16:44:28.3271696Z [ RUN ] FunctionalTest.InstanceNorm2d 2022-09-27T16:44:28.3272144Z [ OK ] FunctionalTest.InstanceNorm2d (0 ms) 2022-09-27T16:44:28.3272804Z [ RUN ] FunctionalTest.InstanceNorm2dDefaultOptions 2022-09-27T16:44:28.3273401Z [ OK ] FunctionalTest.InstanceNorm2dDefaultOptions (0 ms) 2022-09-27T16:44:28.3273904Z [ RUN ] FunctionalTest.InstanceNorm3d 2022-09-27T16:44:28.3274356Z [ OK ] FunctionalTest.InstanceNorm3d (0 ms) 2022-09-27T16:44:28.3274877Z [ RUN ] FunctionalTest.InstanceNorm3dDefaultOptions 2022-09-27T16:44:28.3275473Z [ OK ] FunctionalTest.InstanceNorm3dDefaultOptions (0 ms) 2022-09-27T16:44:28.3275979Z [ RUN ] FunctionalTest.Interpolate 2022-09-27T16:44:28.3277092Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:44:28.3278855Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:44:28.3280539Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:44:28.3282232Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:44:28.3283904Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:44:28.3285580Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:44:28.3287241Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:44:28.3288917Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:44:28.3295734Z [ OK ] FunctionalTest.Interpolate (2 ms) 2022-09-27T16:44:28.3296572Z [ RUN ] FunctionalTest.Pad1 2022-09-27T16:44:28.3296934Z [ OK ] FunctionalTest.Pad1 (0 ms) 2022-09-27T16:44:28.3297163Z [ RUN ] FunctionalTest.Pad2 2022-09-27T16:44:28.3299185Z [ OK ] FunctionalTest.Pad2 (0 ms) 2022-09-27T16:44:28.3299409Z [ RUN ] FunctionalTest.Pad3 2022-09-27T16:44:28.3304754Z [ OK ] FunctionalTest.Pad3 (0 ms) 2022-09-27T16:44:28.3304976Z [ RUN ] FunctionalTest.Pad4 2022-09-27T16:44:28.3306902Z [ OK ] FunctionalTest.Pad4 (0 ms) 2022-09-27T16:44:28.3307124Z [ RUN ] FunctionalTest.Pad5 2022-09-27T16:44:28.3310725Z [ OK ] FunctionalTest.Pad5 (0 ms) 2022-09-27T16:44:28.3311032Z [ RUN ] FunctionalTest.Pad6 2022-09-27T16:44:28.3313398Z [ OK ] FunctionalTest.Pad6 (0 ms) 2022-09-27T16:44:28.3313618Z [ RUN ] FunctionalTest.Pad7 2022-09-27T16:44:28.3313835Z [ OK ] FunctionalTest.Pad7 (0 ms) 2022-09-27T16:44:28.3314052Z [ RUN ] FunctionalTest.Pad8 2022-09-27T16:44:28.3314477Z [ OK ] FunctionalTest.Pad8 (0 ms) 2022-09-27T16:44:28.3314750Z [ RUN ] FunctionalTest.CTCLoss 2022-09-27T16:44:28.3328767Z [ OK ] FunctionalTest.CTCLoss (1 ms) 2022-09-27T16:44:28.3329056Z [ RUN ] FunctionalTest.PoissonNLLLoss 2022-09-27T16:44:28.3331655Z [ OK ] FunctionalTest.PoissonNLLLoss (0 ms) 2022-09-27T16:44:28.3331955Z [ RUN ] FunctionalTest.MarginRankingLoss 2022-09-27T16:44:28.3335411Z [ OK ] FunctionalTest.MarginRankingLoss (0 ms) 2022-09-27T16:44:28.3335711Z [ RUN ] FunctionalTest.ConvTranspose1d 2022-09-27T16:44:28.3338629Z [ OK ] FunctionalTest.ConvTranspose1d (0 ms) 2022-09-27T16:44:28.3338941Z [ RUN ] FunctionalTest.ConvTranspose2dEven 2022-09-27T16:44:28.3343837Z [ OK ] FunctionalTest.ConvTranspose2dEven (0 ms) 2022-09-27T16:44:28.3344148Z [ RUN ] FunctionalTest.ConvTranspose2dUneven 2022-09-27T16:44:28.3347735Z [ OK ] FunctionalTest.ConvTranspose2dUneven (0 ms) 2022-09-27T16:44:28.3348032Z [ RUN ] FunctionalTest.ConvTranspose3d 2022-09-27T16:44:28.3351171Z [ OK ] FunctionalTest.ConvTranspose3d (0 ms) 2022-09-27T16:44:28.3351461Z [ RUN ] FunctionalTest.AlphaDropout 2022-09-27T16:44:28.3365824Z [ OK ] FunctionalTest.AlphaDropout (1 ms) 2022-09-27T16:44:28.3366129Z [ RUN ] FunctionalTest.FeatureAlphaDropout 2022-09-27T16:44:28.3379939Z [ OK ] FunctionalTest.FeatureAlphaDropout (1 ms) 2022-09-27T16:44:28.3380219Z [ RUN ] FunctionalTest.Dropout 2022-09-27T16:44:28.3387039Z [ OK ] FunctionalTest.Dropout (0 ms) 2022-09-27T16:44:28.3387317Z [ RUN ] FunctionalTest.Dropout2d 2022-09-27T16:44:28.3395342Z [ OK ] FunctionalTest.Dropout2d (0 ms) 2022-09-27T16:44:28.3395617Z [ RUN ] FunctionalTest.Dropout3d 2022-09-27T16:44:28.3402538Z [ OK ] FunctionalTest.Dropout3d (0 ms) 2022-09-27T16:44:28.3402823Z [ RUN ] FunctionalTest.isfinite 2022-09-27T16:44:28.3410399Z [ OK ] FunctionalTest.isfinite (0 ms) 2022-09-27T16:44:28.3410649Z [ RUN ] FunctionalTest.isinf 2022-09-27T16:44:28.3416762Z [ OK ] FunctionalTest.isinf (0 ms) 2022-09-27T16:44:28.3417029Z [ RUN ] FunctionalTest.AllClose 2022-09-27T16:44:28.3509355Z [ OK ] FunctionalTest.AllClose (9 ms) 2022-09-27T16:44:28.3509659Z [ RUN ] FunctionalTest.BCEWithLogitsLoss 2022-09-27T16:44:28.3530397Z [ OK ] FunctionalTest.BCEWithLogitsLoss (2 ms) 2022-09-27T16:44:28.3530740Z [----------] 132 tests from FunctionalTest (85 ms total) 2022-09-27T16:44:28.3530884Z 2022-09-27T16:44:28.3530987Z [----------] 1 test from IntegrationTest 2022-09-27T16:44:28.3531214Z [ RUN ] IntegrationTest.CartPole 2022-09-27T16:44:44.4161612Z [ OK ] IntegrationTest.CartPole (16062 ms) 2022-09-27T16:44:44.4161954Z [----------] 1 test from IntegrationTest (16063 ms total) 2022-09-27T16:44:44.4162114Z 2022-09-27T16:44:44.4162209Z [----------] 9 tests from InitTest 2022-09-27T16:44:44.4162473Z [ RUN ] InitTest.ProducesPyTorchValues_XavierUniform 2022-09-27T16:44:44.4179398Z [ OK ] InitTest.ProducesPyTorchValues_XavierUniform (1 ms) 2022-09-27T16:44:44.4179734Z [ RUN ] InitTest.ProducesPyTorchValues_XavierNormal 2022-09-27T16:44:44.4197007Z [ OK ] InitTest.ProducesPyTorchValues_XavierNormal (1 ms) 2022-09-27T16:44:44.4197331Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingNormal 2022-09-27T16:44:44.4215097Z [ OK ] InitTest.ProducesPyTorchValues_KaimingNormal (1 ms) 2022-09-27T16:44:44.4215422Z [ RUN ] InitTest.ProducesPyTorchValues_KaimingUniform 2022-09-27T16:44:44.4231767Z [ OK ] InitTest.ProducesPyTorchValues_KaimingUniform (1 ms) 2022-09-27T16:44:44.4232096Z [ RUN ] InitTest.CanInitializeTensorThatRequiresGrad 2022-09-27T16:44:44.4233855Z [ OK ] InitTest.CanInitializeTensorThatRequiresGrad (0 ms) 2022-09-27T16:44:44.4234165Z [ RUN ] InitTest.CalculateGainWithTanh 2022-09-27T16:44:44.4234436Z [ OK ] InitTest.CalculateGainWithTanh (0 ms) 2022-09-27T16:44:44.4234699Z [ RUN ] InitTest.CalculateGainWithRelu 2022-09-27T16:44:44.4234968Z [ OK ] InitTest.CalculateGainWithRelu (0 ms) 2022-09-27T16:44:44.4235246Z [ RUN ] InitTest.CalculateGainWithLeakyRelu 2022-09-27T16:44:44.4235525Z [ OK ] InitTest.CalculateGainWithLeakyRelu (0 ms) 2022-09-27T16:44:44.4235932Z [ RUN ] InitTest.CanInitializeCnnWithOrthogonal 2022-09-27T16:44:44.4237375Z [ OK ] InitTest.CanInitializeCnnWithOrthogonal (0 ms) 2022-09-27T16:44:44.4237865Z [----------] 9 tests from InitTest (7 ms total) 2022-09-27T16:44:44.4238096Z 2022-09-27T16:44:44.4238267Z [----------] 6 tests from TorchScriptTest 2022-09-27T16:44:44.4238759Z [ RUN ] TorchScriptTest.CanCompileMultipleFunctions 2022-09-27T16:44:44.4719205Z [ OK ] TorchScriptTest.CanCompileMultipleFunctions (48 ms) 2022-09-27T16:44:44.4719859Z [ RUN ] TorchScriptTest.TestNestedIValueModuleArgMatching 2022-09-27T16:44:44.4732911Z [ OK ] TorchScriptTest.TestNestedIValueModuleArgMatching (1 ms) 2022-09-27T16:44:44.4733564Z [ RUN ] TorchScriptTest.TestDictArgMatching 2022-09-27T16:44:44.4736780Z [ OK ] TorchScriptTest.TestDictArgMatching (0 ms) 2022-09-27T16:44:44.4737295Z [ RUN ] TorchScriptTest.TestTupleArgMatching 2022-09-27T16:44:44.4738962Z [ OK ] TorchScriptTest.TestTupleArgMatching (0 ms) 2022-09-27T16:44:44.4739482Z [ RUN ] TorchScriptTest.TestOptionalArgMatching 2022-09-27T16:44:44.4745070Z [ OK ] TorchScriptTest.TestOptionalArgMatching (0 ms) 2022-09-27T16:44:44.4745532Z [ RUN ] TorchScriptTest.TestPickle 2022-09-27T16:44:44.4745813Z [ OK ] TorchScriptTest.TestPickle (0 ms) 2022-09-27T16:44:44.4746081Z [----------] 6 tests from TorchScriptTest (50 ms total) 2022-09-27T16:44:44.4746241Z 2022-09-27T16:44:44.4746341Z [----------] 3 tests from MakeUniqueTest 2022-09-27T16:44:44.4746604Z [ RUN ] MakeUniqueTest.ForwardRvaluesCorrectly 2022-09-27T16:44:44.4746897Z [ OK ] MakeUniqueTest.ForwardRvaluesCorrectly (0 ms) 2022-09-27T16:44:44.4747201Z [ RUN ] MakeUniqueTest.ForwardLvaluesCorrectly 2022-09-27T16:44:44.4747619Z [ OK ] MakeUniqueTest.ForwardLvaluesCorrectly (0 ms) 2022-09-27T16:44:44.4747940Z [ RUN ] MakeUniqueTest.CanConstructUniquePtrOfArray 2022-09-27T16:44:44.4748283Z [ OK ] MakeUniqueTest.CanConstructUniquePtrOfArray (0 ms) 2022-09-27T16:44:44.4748586Z [----------] 3 tests from MakeUniqueTest (0 ms total) 2022-09-27T16:44:44.4748734Z 2022-09-27T16:44:44.4748821Z [----------] 2 tests from MetaTensorTest 2022-09-27T16:44:44.4749056Z [ RUN ] MetaTensorTest.MetaDeviceApi 2022-09-27T16:44:44.4749317Z [ OK ] MetaTensorTest.MetaDeviceApi (0 ms) 2022-09-27T16:44:44.4749580Z [ RUN ] MetaTensorTest.MetaNamespaceApi 2022-09-27T16:44:44.4749854Z [ OK ] MetaTensorTest.MetaNamespaceApi (0 ms) 2022-09-27T16:44:44.4750124Z [----------] 2 tests from MetaTensorTest (0 ms total) 2022-09-27T16:44:44.4750273Z 2022-09-27T16:44:44.4750350Z [----------] 2 tests from UtilsTest 2022-09-27T16:44:44.4750554Z [ RUN ] UtilsTest.WarnOnce 2022-09-27T16:44:44.4750920Z [ OK ] UtilsTest.WarnOnce (0 ms) 2022-09-27T16:44:44.4751217Z [ RUN ] UtilsTest.AmbiguousOperatorDefaults 2022-09-27T16:44:44.4751512Z [ OK ] UtilsTest.AmbiguousOperatorDefaults (0 ms) 2022-09-27T16:44:44.4751770Z [----------] 2 tests from UtilsTest (0 ms total) 2022-09-27T16:44:44.4751910Z 2022-09-27T16:44:44.4752000Z [----------] 1 test from NoGradTest 2022-09-27T16:44:44.4752241Z [ RUN ] NoGradTest.SetsGradModeCorrectly 2022-09-27T16:44:44.4752526Z [ OK ] NoGradTest.SetsGradModeCorrectly (0 ms) 2022-09-27T16:44:44.4752789Z [----------] 1 test from NoGradTest (0 ms total) 2022-09-27T16:44:44.4752996Z 2022-09-27T16:44:44.4753089Z [----------] 3 tests from AutogradTest 2022-09-27T16:44:44.4753329Z [ RUN ] AutogradTest.CanTakeDerivatives 2022-09-27T16:44:44.4753596Z [ OK ] AutogradTest.CanTakeDerivatives (0 ms) 2022-09-27T16:44:44.4753916Z [ RUN ] AutogradTest.CanTakeDerivativesOfZeroDimTensors 2022-09-27T16:44:44.4754375Z [ OK ] AutogradTest.CanTakeDerivativesOfZeroDimTensors (0 ms) 2022-09-27T16:44:44.4754725Z [ RUN ] AutogradTest.CanPassCustomGradientInputs 2022-09-27T16:44:44.4756150Z [ OK ] AutogradTest.CanPassCustomGradientInputs (0 ms) 2022-09-27T16:44:44.4756664Z [----------] 3 tests from AutogradTest (0 ms total) 2022-09-27T16:44:44.4756912Z 2022-09-27T16:44:44.4757101Z [----------] 1 test from OptionalArrayRefTest 2022-09-27T16:44:44.4757570Z [ RUN ] OptionalArrayRefTest.DanglingPointerFix 2022-09-27T16:44:44.4758124Z [ OK ] OptionalArrayRefTest.DanglingPointerFix (0 ms) 2022-09-27T16:44:44.4758650Z [----------] 1 test from OptionalArrayRefTest (0 ms total) 2022-09-27T16:44:44.4758925Z 2022-09-27T16:44:44.4759076Z [----------] 52 tests from ModuleTest 2022-09-27T16:44:44.4759540Z [ RUN ] ModuleTest.CanEnableAndDisableTrainingMode 2022-09-27T16:44:44.4760118Z [ OK ] ModuleTest.CanEnableAndDisableTrainingMode (0 ms) 2022-09-27T16:44:44.4760567Z [ RUN ] ModuleTest.ZeroGrad 2022-09-27T16:44:44.4760934Z [ OK ] ModuleTest.ZeroGrad (0 ms) 2022-09-27T16:44:44.4761356Z [ RUN ] ModuleTest.ZeroGradWithUndefined 2022-09-27T16:44:44.4761832Z [ OK ] ModuleTest.ZeroGradWithUndefined (0 ms) 2022-09-27T16:44:44.4762409Z [ RUN ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName 2022-09-27T16:44:44.4765432Z [ OK ] ModuleTest.RegisterModuleThrowsForEmptyOrDottedName (0 ms) 2022-09-27T16:44:44.4765858Z [ RUN ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName 2022-09-27T16:44:44.4766971Z [ OK ] ModuleTest.RegisterModuleThrowsForDuplicateModuleName (0 ms) 2022-09-27T16:44:44.4767375Z [ RUN ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName 2022-09-27T16:44:44.4768550Z [ OK ] ModuleTest.ReplaceModuleThrowsForUnknownModuleName (0 ms) 2022-09-27T16:44:44.4768879Z [ RUN ] ModuleTest.ReplaceModule 2022-09-27T16:44:44.4769147Z [ OK ] ModuleTest.ReplaceModule (0 ms) 2022-09-27T16:44:44.4769398Z [ RUN ] ModuleTest.UnregisterModule 2022-09-27T16:44:44.4770752Z [ OK ] ModuleTest.UnregisterModule (0 ms) 2022-09-27T16:44:44.4771088Z [ RUN ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName 2022-09-27T16:44:44.4773426Z [ OK ] ModuleTest.RegisterParameterThrowsForEmptyOrDottedName (0 ms) 2022-09-27T16:44:44.4773847Z [ RUN ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName 2022-09-27T16:44:44.4774928Z [ OK ] ModuleTest.RegisterParameterThrowsForDuplicateModuleName (0 ms) 2022-09-27T16:44:44.4775314Z [ RUN ] ModuleTest.RegisterParameterUndefinedTensor 2022-09-27T16:44:44.4775652Z [ OK ] ModuleTest.RegisterParameterUndefinedTensor (0 ms) 2022-09-27T16:44:44.4775999Z [ RUN ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName 2022-09-27T16:44:44.4777635Z [ OK ] ModuleTest.RegisterBufferThrowsForEmptyOrDottedName (0 ms) 2022-09-27T16:44:44.4778034Z [ RUN ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName 2022-09-27T16:44:44.4779209Z [ OK ] ModuleTest.RegisterBufferThrowsForDuplicateModuleName (0 ms) 2022-09-27T16:44:44.4779534Z [ RUN ] ModuleTest.CanGetName 2022-09-27T16:44:44.4779761Z [ OK ] ModuleTest.CanGetName (0 ms) 2022-09-27T16:44:44.4780019Z [ RUN ] ModuleTest.AsCastsModulesCorrectly 2022-09-27T16:44:44.4780294Z [ OK ] ModuleTest.AsCastsModulesCorrectly (0 ms) 2022-09-27T16:44:44.4780638Z [ RUN ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor 2022-09-27T16:44:44.4781382Z [ OK ] ModuleTest.DeviceOrDtypeConversionSkipsUndefinedTensor (0 ms) 2022-09-27T16:44:44.4781816Z [ RUN ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor 2022-09-27T16:44:44.4782386Z [ OK ] ModuleTest.ParametersAndBuffersAccessorSkipsUndefinedTensor (0 ms) 2022-09-27T16:44:44.4782831Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows 2022-09-27T16:44:44.4784204Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesNotOverrideCloneThrows (0 ms) 2022-09-27T16:44:44.4784671Z [ RUN ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow 2022-09-27T16:44:44.4785141Z [ OK ] ModuleTest.CallingCloneOnModuleThatDoesOverrideCloneDoesNotThrow (0 ms) 2022-09-27T16:44:44.4785542Z [ RUN ] ModuleTest.CloneCreatesDistinctParameters 2022-09-27T16:44:44.4795971Z [ OK ] ModuleTest.CloneCreatesDistinctParameters (1 ms) 2022-09-27T16:44:44.4796318Z [ RUN ] ModuleTest.ClonePreservesExternalReferences 2022-09-27T16:44:44.4798621Z [ OK ] ModuleTest.ClonePreservesExternalReferences (0 ms) 2022-09-27T16:44:44.4798995Z [ RUN ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules 2022-09-27T16:44:44.4800917Z [ OK ] ModuleTest.CloneCopiesTheValuesOfVariablesOfSubmodules (0 ms) 2022-09-27T16:44:44.4801368Z [ RUN ] ModuleTest.HasCorrectNumberOfParameters 2022-09-27T16:44:44.4801780Z [ OK ] ModuleTest.HasCorrectNumberOfParameters (0 ms) 2022-09-27T16:44:44.4802189Z [ RUN ] ModuleTest.ContainsParametersWithTheCorrectName 2022-09-27T16:44:44.4802687Z [ OK ] ModuleTest.ContainsParametersWithTheCorrectName (0 ms) 2022-09-27T16:44:44.4803014Z [ RUN ] ModuleTest.HasCorrectNumberOfBuffers 2022-09-27T16:44:44.4803311Z [ OK ] ModuleTest.HasCorrectNumberOfBuffers (0 ms) 2022-09-27T16:44:44.4803616Z [ RUN ] ModuleTest.ContainsBuffersWithTheCorrectName 2022-09-27T16:44:44.4803956Z [ OK ] ModuleTest.ContainsBuffersWithTheCorrectName (0 ms) 2022-09-27T16:44:44.4804424Z [ RUN ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl 2022-09-27T16:44:44.4804957Z [ OK ] ModuleTest.DefaultConstructorOfModuleHolderCallsDefaultConstructorOfImpl (0 ms) 2022-09-27T16:44:44.4805485Z [ RUN ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl 2022-09-27T16:44:44.4806035Z [ OK ] ModuleTest.ValueConstructorOfModuleHolderCallsCorrectConstructorInImpl (0 ms) 2022-09-27T16:44:44.4806507Z [ RUN ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState 2022-09-27T16:44:44.4806966Z [ OK ] ModuleTest.NullptrConstructorLeavesTheModuleHolderInEmptyState (0 ms) 2022-09-27T16:44:44.4807401Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel 2022-09-27T16:44:44.4807809Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForFlatModel (0 ms) 2022-09-27T16:44:44.4808250Z [ RUN ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse 2022-09-27T16:44:44.4808659Z [ OK ] ModuleTest.ModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2022-09-27T16:44:44.4809086Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel 2022-09-27T16:44:44.4809609Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2022-09-27T16:44:44.4810070Z [ RUN ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse 2022-09-27T16:44:44.4810548Z [ OK ] ModuleTest.NamedModulesExcludesSelfWhenIncludeSelfSetToFalse (0 ms) 2022-09-27T16:44:44.4811087Z [ RUN ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel 2022-09-27T16:44:44.4811505Z [ OK ] ModuleTest.ChildrenReturnsExpectedSubmodulesForFlatModel (0 ms) 2022-09-27T16:44:44.4811985Z [ RUN ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel 2022-09-27T16:44:44.4812460Z [ OK ] ModuleTest.NamedChildrenReturnsExpectedNamedSubmodulesForFlatModel (0 ms) 2022-09-27T16:44:44.4812914Z [ RUN ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel 2022-09-27T16:44:44.4813439Z [ OK ] ModuleTest.ParametersReturnsExpectedTensorsForFlatModel (0 ms) 2022-09-27T16:44:44.4813875Z [ RUN ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel 2022-09-27T16:44:44.4814405Z [ OK ] ModuleTest.NamedParametersReturnsExpectedTensorsForFlatModel (0 ms) 2022-09-27T16:44:44.4814822Z [ RUN ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel 2022-09-27T16:44:44.4815250Z [ OK ] ModuleTest.BuffersReturnsExpectedTensorsForFlatModel (0 ms) 2022-09-27T16:44:44.4815650Z [ RUN ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel 2022-09-27T16:44:44.4816075Z [ OK ] ModuleTest.NamedBuffersReturnsExpectedTensorsForFlatModel (0 ms) 2022-09-27T16:44:44.4816525Z [ RUN ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel 2022-09-27T16:44:44.4816935Z [ OK ] ModuleTest.ModulesReturnsExpectedSubmodulesForDeepModel (0 ms) 2022-09-27T16:44:44.4817381Z [ RUN ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel 2022-09-27T16:44:44.4817859Z [ OK ] ModuleTest.NamedModulesReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2022-09-27T16:44:44.4818295Z [ RUN ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel 2022-09-27T16:44:44.4818721Z [ OK ] ModuleTest.ChildrensReturnsExpectedSubmodulesForDeepModel (0 ms) 2022-09-27T16:44:44.4819186Z [ RUN ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel 2022-09-27T16:44:44.4819677Z [ OK ] ModuleTest.NamedChildrensReturnsExpectedNamedSubmodulesForDeepModel (0 ms) 2022-09-27T16:44:44.4820079Z [ RUN ] ModuleTest.ModuleApplyIteratesCorreclty 2022-09-27T16:44:44.4820401Z [ OK ] ModuleTest.ModuleApplyIteratesCorreclty (0 ms) 2022-09-27T16:44:44.4820715Z [ RUN ] ModuleTest.ConstModuleApplyIteratesCorreclty 2022-09-27T16:44:44.4821065Z [ OK ] ModuleTest.ConstModuleApplyIteratesCorreclty (0 ms) 2022-09-27T16:44:44.4821405Z [ RUN ] ModuleTest.NamedModuleApplyIteratesCorreclty 2022-09-27T16:44:44.4821747Z [ OK ] ModuleTest.NamedModuleApplyIteratesCorreclty (0 ms) 2022-09-27T16:44:44.4822102Z [ RUN ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty 2022-09-27T16:44:44.4822471Z [ OK ] ModuleTest.ConstNamedModuleApplyIteratesCorreclty (0 ms) 2022-09-27T16:44:44.4822822Z [ RUN ] ModuleTest.ModulePointerApplyIteratesCorreclty 2022-09-27T16:44:44.4823175Z [ OK ] ModuleTest.ModulePointerApplyIteratesCorreclty (0 ms) 2022-09-27T16:44:44.4823545Z [ RUN ] ModuleTest.NamedModulePointerApplyIteratesCorreclty 2022-09-27T16:44:44.4824002Z [ OK ] ModuleTest.NamedModulePointerApplyIteratesCorreclty (0 ms) 2022-09-27T16:44:44.4824421Z [ RUN ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr 2022-09-27T16:44:44.4824879Z [ OK ] ModuleTest.ThrowsWhenAttemptingtoGetTopLevelModuleAsSharedPtr (0 ms) 2022-09-27T16:44:44.4825214Z [ RUN ] ModuleTest.PrettyPrint 2022-09-27T16:44:44.4825438Z [ OK ] ModuleTest.PrettyPrint (0 ms) 2022-09-27T16:44:44.4825765Z [ RUN ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl 2022-09-27T16:44:44.4826176Z [ OK ] ModuleTest.CanCallForwardOnNonTensorForwardThroughPimpl (0 ms) 2022-09-27T16:44:44.4826515Z [----------] 52 tests from ModuleTest (6 ms total) 2022-09-27T16:44:44.4826662Z 2022-09-27T16:44:44.4826775Z [----------] 11 tests from ModuleDictTest 2022-09-27T16:44:44.4827046Z [ RUN ] ModuleDictTest.ConstructsFromList 2022-09-27T16:44:44.4827354Z [ OK ] ModuleDictTest.ConstructsFromList (0 ms) 2022-09-27T16:44:44.4827721Z [ RUN ] ModuleDictTest.ConstructsFromordereddict 2022-09-27T16:44:44.4828120Z [ OK ] ModuleDictTest.ConstructsFromordereddict (0 ms) 2022-09-27T16:44:44.4828635Z [ RUN ] ModuleDictTest.UpdatePopClearContains 2022-09-27T16:44:44.4829138Z [ OK ] ModuleDictTest.UpdatePopClearContains (0 ms) 2022-09-27T16:44:44.4829447Z [ RUN ] ModuleDictTest.UpdateExist 2022-09-27T16:44:44.4829686Z [ OK ] ModuleDictTest.UpdateExist (0 ms) 2022-09-27T16:44:44.4829937Z [ RUN ] ModuleDictTest.Keys 2022-09-27T16:44:44.4830230Z [ OK ] ModuleDictTest.Keys (0 ms) 2022-09-27T16:44:44.4830453Z [ RUN ] ModuleDictTest.Values 2022-09-27T16:44:44.4830778Z [ OK ] ModuleDictTest.Values (0 ms) 2022-09-27T16:44:44.4831067Z [ RUN ] ModuleDictTest.SanityCheckForHoldingStandardModules 2022-09-27T16:44:44.4832909Z [ OK ] ModuleDictTest.SanityCheckForHoldingStandardModules (0 ms) 2022-09-27T16:44:44.4833255Z [ RUN ] ModuleDictTest.HasReferenceSemantics 2022-09-27T16:44:44.4833560Z [ OK ] ModuleDictTest.HasReferenceSemantics (0 ms) 2022-09-27T16:44:44.4833824Z [ RUN ] ModuleDictTest.IsCloneable 2022-09-27T16:44:44.4840933Z [ OK ] ModuleDictTest.IsCloneable (0 ms) 2022-09-27T16:44:44.4841242Z [ RUN ] ModuleDictTest.RegistersElementsAsSubmodules 2022-09-27T16:44:44.4842770Z [ OK ] ModuleDictTest.RegistersElementsAsSubmodules (0 ms) 2022-09-27T16:44:44.4843097Z [ RUN ] ModuleDictTest.PrettyPrintModuleDict 2022-09-27T16:44:44.4845077Z [ OK ] ModuleDictTest.PrettyPrintModuleDict (0 ms) 2022-09-27T16:44:44.4845383Z [----------] 11 tests from ModuleDictTest (2 ms total) 2022-09-27T16:44:44.4845539Z 2022-09-27T16:44:44.4845639Z [----------] 15 tests from ModuleListTest 2022-09-27T16:44:44.4845917Z [ RUN ] ModuleListTest.ConstructsFromSharedPointer 2022-09-27T16:44:44.4846255Z [ OK ] ModuleListTest.ConstructsFromSharedPointer (0 ms) 2022-09-27T16:44:44.4846570Z [ RUN ] ModuleListTest.ConstructsFromConcreteType 2022-09-27T16:44:44.4846930Z [ OK ] ModuleListTest.ConstructsFromConcreteType (0 ms) 2022-09-27T16:44:44.4847254Z [ RUN ] ModuleListTest.ConstructsFromModuleHolder 2022-09-27T16:44:44.4847573Z [ OK ] ModuleListTest.ConstructsFromModuleHolder (0 ms) 2022-09-27T16:44:44.4847881Z [ RUN ] ModuleListTest.PushBackAddsAnElement 2022-09-27T16:44:44.4848185Z [ OK ] ModuleListTest.PushBackAddsAnElement (0 ms) 2022-09-27T16:44:44.4848436Z [ RUN ] ModuleListTest.Insertion 2022-09-27T16:44:44.4848678Z [ OK ] ModuleListTest.Insertion (0 ms) 2022-09-27T16:44:44.4848920Z [ RUN ] ModuleListTest.AccessWithAt 2022-09-27T16:44:44.4849805Z [ OK ] ModuleListTest.AccessWithAt (0 ms) 2022-09-27T16:44:44.4850061Z [ RUN ] ModuleListTest.AccessWithPtr 2022-09-27T16:44:44.4852143Z [ OK ] ModuleListTest.AccessWithPtr (0 ms) 2022-09-27T16:44:44.4852463Z [ RUN ] ModuleListTest.SanityCheckForHoldingStandardModules 2022-09-27T16:44:44.4854092Z [ OK ] ModuleListTest.SanityCheckForHoldingStandardModules (0 ms) 2022-09-27T16:44:44.4854489Z [ RUN ] ModuleListTest.ExtendPushesModulesFromOtherModuleList 2022-09-27T16:44:44.4854887Z [ OK ] ModuleListTest.ExtendPushesModulesFromOtherModuleList (0 ms) 2022-09-27T16:44:44.4855234Z [ RUN ] ModuleListTest.HasReferenceSemantics 2022-09-27T16:44:44.4855537Z [ OK ] ModuleListTest.HasReferenceSemantics (0 ms) 2022-09-27T16:44:44.4855793Z [ RUN ] ModuleListTest.IsCloneable 2022-09-27T16:44:44.4860972Z [ OK ] ModuleListTest.IsCloneable (0 ms) 2022-09-27T16:44:44.4861277Z [ RUN ] ModuleListTest.RegistersElementsAsSubmodules 2022-09-27T16:44:44.4861627Z [ OK ] ModuleListTest.RegistersElementsAsSubmodules (0 ms) 2022-09-27T16:44:44.4861935Z [ RUN ] ModuleListTest.NestingIsPossible 2022-09-27T16:44:44.4862214Z [ OK ] ModuleListTest.NestingIsPossible (0 ms) 2022-09-27T16:44:44.4862507Z [ RUN ] ModuleListTest.PrettyPrintModuleList 2022-09-27T16:44:44.4863900Z [ OK ] ModuleListTest.PrettyPrintModuleList (0 ms) 2022-09-27T16:44:44.4864195Z [ RUN ] ModuleListTest.RangeBasedForLoop 2022-09-27T16:44:44.4864568Z [ OK ] ModuleListTest.RangeBasedForLoop (0 ms) 2022-09-27T16:44:44.4864847Z [----------] 15 tests from ModuleListTest (1 ms total) 2022-09-27T16:44:44.4864998Z 2022-09-27T16:44:44.4865093Z [----------] 256 tests from ModulesTest 2022-09-27T16:44:44.4865304Z [ RUN ] ModulesTest.Conv1d 2022-09-27T16:44:44.4879245Z [ OK ] ModulesTest.Conv1d (1 ms) 2022-09-27T16:44:44.4879528Z [ RUN ] ModulesTest.Conv1dSameStrided 2022-09-27T16:44:44.4882538Z [ OK ] ModulesTest.Conv1dSameStrided (0 ms) 2022-09-27T16:44:44.4882925Z [ RUN ] ModulesTest.Conv2dEven 2022-09-27T16:44:44.4887684Z [ OK ] ModulesTest.Conv2dEven (0 ms) 2022-09-27T16:44:44.4887939Z [ RUN ] ModulesTest.Conv2dUneven 2022-09-27T16:44:44.4891509Z [ OK ] ModulesTest.Conv2dUneven (0 ms) 2022-09-27T16:44:44.4891754Z [ RUN ] ModulesTest.Conv2dSameStrided 2022-09-27T16:44:44.4896391Z [ OK ] ModulesTest.Conv2dSameStrided (0 ms) 2022-09-27T16:44:44.4896634Z [ RUN ] ModulesTest.Conv3d 2022-09-27T16:44:44.4903482Z [ OK ] ModulesTest.Conv3d (0 ms) 2022-09-27T16:44:44.4903744Z [ RUN ] ModulesTest.Conv3dSameStrided 2022-09-27T16:44:44.4908862Z [ OK ] ModulesTest.Conv3dSameStrided (0 ms) 2022-09-27T16:44:44.4909134Z [ RUN ] ModulesTest.ConvTranspose1d 2022-09-27T16:44:44.4913223Z [ OK ] ModulesTest.ConvTranspose1d (0 ms) 2022-09-27T16:44:44.4913492Z [ RUN ] ModulesTest.ConvTranspose2dEven 2022-09-27T16:44:44.4920555Z [ OK ] ModulesTest.ConvTranspose2dEven (0 ms) 2022-09-27T16:44:44.4920855Z [ RUN ] ModulesTest.ConvTranspose2dUneven 2022-09-27T16:44:44.4926662Z [ OK ] ModulesTest.ConvTranspose2dUneven (0 ms) 2022-09-27T16:44:44.4926930Z [ RUN ] ModulesTest.ConvTranspose3d 2022-09-27T16:44:44.4931548Z [ OK ] ModulesTest.ConvTranspose3d (0 ms) 2022-09-27T16:44:44.4931805Z [ RUN ] ModulesTest.MaxPool1d 2022-09-27T16:44:44.4934294Z [ OK ] ModulesTest.MaxPool1d (0 ms) 2022-09-27T16:44:44.4934560Z [ RUN ] ModulesTest.MaxPool1dReturnIndices 2022-09-27T16:44:44.4936717Z [ OK ] ModulesTest.MaxPool1dReturnIndices (0 ms) 2022-09-27T16:44:44.4936981Z [ RUN ] ModulesTest.MaxPool2dEven 2022-09-27T16:44:44.4938638Z [ OK ] ModulesTest.MaxPool2dEven (0 ms) 2022-09-27T16:44:44.4938876Z [ RUN ] ModulesTest.MaxPool2dUneven 2022-09-27T16:44:44.4940179Z [ OK ] ModulesTest.MaxPool2dUneven (0 ms) 2022-09-27T16:44:44.4940450Z [ RUN ] ModulesTest.MaxPool2dReturnIndices 2022-09-27T16:44:44.4942149Z [ OK ] ModulesTest.MaxPool2dReturnIndices (0 ms) 2022-09-27T16:44:44.4942409Z [ RUN ] ModulesTest.MaxPool3d 2022-09-27T16:44:44.4944075Z [ OK ] ModulesTest.MaxPool3d (0 ms) 2022-09-27T16:44:44.4944337Z [ RUN ] ModulesTest.MaxPool3dReturnIndices 2022-09-27T16:44:44.4946554Z [ OK ] ModulesTest.MaxPool3dReturnIndices (0 ms) 2022-09-27T16:44:44.4946817Z [ RUN ] ModulesTest.AvgPool1d 2022-09-27T16:44:44.4948682Z [ OK ] ModulesTest.AvgPool1d (0 ms) 2022-09-27T16:44:44.4948922Z [ RUN ] ModulesTest.AvgPool2dEven 2022-09-27T16:44:44.4950183Z [ OK ] ModulesTest.AvgPool2dEven (0 ms) 2022-09-27T16:44:44.4950451Z [ RUN ] ModulesTest.AvgPool2dUneven 2022-09-27T16:44:44.4951707Z [ OK ] ModulesTest.AvgPool2dUneven (0 ms) 2022-09-27T16:44:44.4951951Z [ RUN ] ModulesTest.AvgPool3d 2022-09-27T16:44:44.4953438Z [ OK ] ModulesTest.AvgPool3d (0 ms) 2022-09-27T16:44:44.4953695Z [ RUN ] ModulesTest.FractionalMaxPool2d 2022-09-27T16:44:44.4955515Z [ OK ] ModulesTest.FractionalMaxPool2d (0 ms) 2022-09-27T16:44:44.4955828Z [ RUN ] ModulesTest.FractionalMaxPool2dReturnIndices 2022-09-27T16:44:44.4957673Z [ OK ] ModulesTest.FractionalMaxPool2dReturnIndices (0 ms) 2022-09-27T16:44:44.4957973Z [ RUN ] ModulesTest.FractionalMaxPool3d 2022-09-27T16:44:44.4959594Z [ OK ] ModulesTest.FractionalMaxPool3d (0 ms) 2022-09-27T16:44:44.4959912Z [ RUN ] ModulesTest.FractionalMaxPool3dReturnIndices 2022-09-27T16:44:44.4961999Z [ OK ] ModulesTest.FractionalMaxPool3dReturnIndices (0 ms) 2022-09-27T16:44:44.4962284Z [ RUN ] ModulesTest.LPPool1d 2022-09-27T16:44:44.4963958Z [ OK ] ModulesTest.LPPool1d (0 ms) 2022-09-27T16:44:44.4964189Z [ RUN ] ModulesTest.LPPool2d 2022-09-27T16:44:44.4965652Z [ OK ] ModulesTest.LPPool2d (0 ms) 2022-09-27T16:44:44.4965881Z [ RUN ] ModulesTest.Identity 2022-09-27T16:44:44.4967293Z [ OK ] ModulesTest.Identity (0 ms) 2022-09-27T16:44:44.4967597Z [ RUN ] ModulesTest.Flatten 2022-09-27T16:44:44.4970907Z [ OK ] ModulesTest.Flatten (0 ms) 2022-09-27T16:44:44.4971131Z [ RUN ] ModulesTest.Unflatten 2022-09-27T16:44:44.4972527Z [W TensorImpl.h:1694] Warning: 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. (function operator ()) 2022-09-27T16:44:44.4972976Z [ OK ] ModulesTest.Unflatten (0 ms) 2022-09-27T16:44:44.4973207Z [ RUN ] ModulesTest.AdaptiveMaxPool1d 2022-09-27T16:44:44.4975298Z [ OK ] ModulesTest.AdaptiveMaxPool1d (0 ms) 2022-09-27T16:44:44.4975602Z [ RUN ] ModulesTest.AdaptiveMaxPool1dReturnIndices 2022-09-27T16:44:44.4977554Z [ OK ] ModulesTest.AdaptiveMaxPool1dReturnIndices (0 ms) 2022-09-27T16:44:44.4977864Z [ RUN ] ModulesTest.AdaptiveMaxPool2dEven 2022-09-27T16:44:44.4979885Z [ OK ] ModulesTest.AdaptiveMaxPool2dEven (0 ms) 2022-09-27T16:44:44.4980180Z [ RUN ] ModulesTest.AdaptiveMaxPool2dUneven 2022-09-27T16:44:44.4982003Z [ OK ] ModulesTest.AdaptiveMaxPool2dUneven (0 ms) 2022-09-27T16:44:44.4982332Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven 2022-09-27T16:44:44.4985460Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesEven (0 ms) 2022-09-27T16:44:44.4985826Z [ RUN ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven 2022-09-27T16:44:44.4988592Z [ OK ] ModulesTest.AdaptiveMaxPool2dReturnIndicesUneven (0 ms) 2022-09-27T16:44:44.4988910Z [ RUN ] ModulesTest.AdaptiveMaxPool3d 2022-09-27T16:44:44.4991244Z [ OK ] ModulesTest.AdaptiveMaxPool3d (0 ms) 2022-09-27T16:44:44.4991600Z [ RUN ] ModulesTest.AdaptiveMaxPool3dReturnIndices 2022-09-27T16:44:44.4995550Z [ OK ] ModulesTest.AdaptiveMaxPool3dReturnIndices (0 ms) 2022-09-27T16:44:44.4995854Z [ RUN ] ModulesTest.AdaptiveAvgPool1d 2022-09-27T16:44:44.4997776Z [ OK ] ModulesTest.AdaptiveAvgPool1d (0 ms) 2022-09-27T16:44:44.4998066Z [ RUN ] ModulesTest.AdaptiveAvgPool2dEven 2022-09-27T16:44:44.5000128Z [ OK ] ModulesTest.AdaptiveAvgPool2dEven (0 ms) 2022-09-27T16:44:44.5000426Z [ RUN ] ModulesTest.AdaptiveAvgPool2dUneven 2022-09-27T16:44:44.5002242Z [ OK ] ModulesTest.AdaptiveAvgPool2dUneven (0 ms) 2022-09-27T16:44:44.5002515Z [ RUN ] ModulesTest.AdaptiveAvgPool3d 2022-09-27T16:44:44.5004973Z [ OK ] ModulesTest.AdaptiveAvgPool3d (0 ms) 2022-09-27T16:44:44.5005228Z [ RUN ] ModulesTest.MaxUnpool1d 2022-09-27T16:44:44.5007955Z [ OK ] ModulesTest.MaxUnpool1d (0 ms) 2022-09-27T16:44:44.5008218Z [ RUN ] ModulesTest.MaxPool1d_MaxUnpool1d 2022-09-27T16:44:44.5011927Z [ OK ] ModulesTest.MaxPool1d_MaxUnpool1d (0 ms) 2022-09-27T16:44:44.5012180Z [ RUN ] ModulesTest.MaxUnpool2d 2022-09-27T16:44:44.5015839Z [ OK ] ModulesTest.MaxUnpool2d (0 ms) 2022-09-27T16:44:44.5016104Z [ RUN ] ModulesTest.MaxPool2d_MaxUnpool2d 2022-09-27T16:44:44.5019224Z [ OK ] ModulesTest.MaxPool2d_MaxUnpool2d (0 ms) 2022-09-27T16:44:44.5019481Z [ RUN ] ModulesTest.MaxUnpool3d 2022-09-27T16:44:44.5021480Z [ OK ] ModulesTest.MaxUnpool3d (0 ms) 2022-09-27T16:44:44.5021749Z [ RUN ] ModulesTest.MaxUnpool3dOutputSize 2022-09-27T16:44:44.5025126Z [ OK ] ModulesTest.MaxUnpool3dOutputSize (0 ms) 2022-09-27T16:44:44.5025512Z [ RUN ] ModulesTest.MaxPool3d_MaxUnpool3d 2022-09-27T16:44:44.6105406Z [ OK ] ModulesTest.MaxPool3d_MaxUnpool3d (107 ms) 2022-09-27T16:44:44.6110441Z [ RUN ] ModulesTest.Linear 2022-09-27T16:44:44.6110819Z [ OK ] ModulesTest.Linear (0 ms) 2022-09-27T16:44:44.6111231Z [ RUN ] ModulesTest.LocalResponseNorm 2022-09-27T16:44:44.6115855Z [ OK ] ModulesTest.LocalResponseNorm (0 ms) 2022-09-27T16:44:44.6116264Z [ RUN ] ModulesTest.LayerNorm 2022-09-27T16:44:44.6118236Z [ OK ] ModulesTest.LayerNorm (0 ms) 2022-09-27T16:44:44.6118628Z [ RUN ] ModulesTest.GroupNorm 2022-09-27T16:44:44.6120571Z [ OK ] ModulesTest.GroupNorm (0 ms) 2022-09-27T16:44:44.6120960Z [ RUN ] ModulesTest.Bilinear 2022-09-27T16:44:44.6124435Z [ OK ] ModulesTest.Bilinear (0 ms) 2022-09-27T16:44:44.6124813Z [ RUN ] ModulesTest.Fold 2022-09-27T16:44:44.6128920Z [ OK ] ModulesTest.Fold (0 ms) 2022-09-27T16:44:44.6129284Z [ RUN ] ModulesTest.Unfold 2022-09-27T16:44:44.6135696Z [ OK ] ModulesTest.Unfold (0 ms) 2022-09-27T16:44:44.6136111Z [ RUN ] ModulesTest.SimpleContainer 2022-09-27T16:44:44.6152629Z [ OK ] ModulesTest.SimpleContainer (1 ms) 2022-09-27T16:44:44.6153211Z [ RUN ] ModulesTest.EmbeddingBasic 2022-09-27T16:44:44.6154284Z [ OK ] ModulesTest.EmbeddingBasic (0 ms) 2022-09-27T16:44:44.6154730Z [ RUN ] ModulesTest.EmbeddingList 2022-09-27T16:44:44.6155285Z [ OK ] ModulesTest.EmbeddingList (0 ms) 2022-09-27T16:44:44.6155761Z [ RUN ] ModulesTest.EmbeddingFromPretrained 2022-09-27T16:44:44.6157082Z [ OK ] ModulesTest.EmbeddingFromPretrained (0 ms) 2022-09-27T16:44:44.6157621Z [ RUN ] ModulesTest.EmbeddingBagFromPretrained 2022-09-27T16:44:44.6159318Z [ OK ] ModulesTest.EmbeddingBagFromPretrained (0 ms) 2022-09-27T16:44:44.6159785Z [ RUN ] ModulesTest.AlphaDropout 2022-09-27T16:44:44.6160757Z [ OK ] ModulesTest.AlphaDropout (0 ms) 2022-09-27T16:44:44.6161215Z [ RUN ] ModulesTest.FeatureAlphaDropout 2022-09-27T16:44:44.6162108Z [ OK ] ModulesTest.FeatureAlphaDropout (0 ms) 2022-09-27T16:44:44.6162568Z [ RUN ] ModulesTest.Dropout 2022-09-27T16:44:44.6164555Z [ OK ] ModulesTest.Dropout (0 ms) 2022-09-27T16:44:44.6164940Z [ RUN ] ModulesTest.Dropout2d 2022-09-27T16:44:44.6172506Z [ OK ] ModulesTest.Dropout2d (0 ms) 2022-09-27T16:44:44.6172911Z [ RUN ] ModulesTest.Dropout3d 2022-09-27T16:44:44.6184193Z [ OK ] ModulesTest.Dropout3d (1 ms) 2022-09-27T16:44:44.6184606Z [ RUN ] ModulesTest.Parameters 2022-09-27T16:44:44.6185130Z [ OK ] ModulesTest.Parameters (0 ms) 2022-09-27T16:44:44.6185647Z [ RUN ] ModulesTest.FunctionalCallsSuppliedFunction 2022-09-27T16:44:44.6186234Z [ OK ] ModulesTest.FunctionalCallsSuppliedFunction (0 ms) 2022-09-27T16:44:44.6186833Z [ RUN ] ModulesTest.FunctionalWithTorchFunction 2022-09-27T16:44:44.6187393Z [ OK ] ModulesTest.FunctionalWithTorchFunction (0 ms) 2022-09-27T16:44:44.6187935Z [ RUN ] ModulesTest.FunctionalArgumentBinding 2022-09-27T16:44:44.6188475Z [ OK ] ModulesTest.FunctionalArgumentBinding (0 ms) 2022-09-27T16:44:44.6188977Z [ RUN ] ModulesTest.BatchNorm1dStateful 2022-09-27T16:44:44.6189453Z [ OK ] ModulesTest.BatchNorm1dStateful (0 ms) 2022-09-27T16:44:44.6189902Z [ RUN ] ModulesTest.BatchNorm1dStateless 2022-09-27T16:44:44.6190386Z [ OK ] ModulesTest.BatchNorm1dStateless (0 ms) 2022-09-27T16:44:44.6190824Z [ RUN ] ModulesTest.BatchNorm1d 2022-09-27T16:44:44.6191241Z [ OK ] ModulesTest.BatchNorm1d (0 ms) 2022-09-27T16:44:44.6191681Z [ RUN ] ModulesTest.BatchNorm2dStateful 2022-09-27T16:44:44.6192134Z [ OK ] ModulesTest.BatchNorm2dStateful (0 ms) 2022-09-27T16:44:44.6192606Z [ RUN ] ModulesTest.BatchNorm2dStateless 2022-09-27T16:44:44.6193089Z [ OK ] ModulesTest.BatchNorm2dStateless (0 ms) 2022-09-27T16:44:44.6193527Z [ RUN ] ModulesTest.BatchNorm2d 2022-09-27T16:44:44.6195675Z [ OK ] ModulesTest.BatchNorm2d (0 ms) 2022-09-27T16:44:44.6196010Z [ RUN ] ModulesTest.BatchNorm3dStateful 2022-09-27T16:44:44.6196285Z [ OK ] ModulesTest.BatchNorm3dStateful (0 ms) 2022-09-27T16:44:44.6196572Z [ RUN ] ModulesTest.BatchNorm3dStateless 2022-09-27T16:44:44.6196861Z [ OK ] ModulesTest.BatchNorm3dStateless (0 ms) 2022-09-27T16:44:44.6197121Z [ RUN ] ModulesTest.BatchNorm3d 2022-09-27T16:44:44.6201515Z [ OK ] ModulesTest.BatchNorm3d (0 ms) 2022-09-27T16:44:44.6201852Z [ RUN ] ModulesTest.InstanceNorm1dStateful 2022-09-27T16:44:44.6202202Z [ OK ] ModulesTest.InstanceNorm1dStateful (0 ms) 2022-09-27T16:44:44.6202589Z [ RUN ] ModulesTest.InstanceNorm1dStateless 2022-09-27T16:44:44.6202890Z [ OK ] ModulesTest.InstanceNorm1dStateless (0 ms) 2022-09-27T16:44:44.6203162Z [ RUN ] ModulesTest.InstanceNorm1d 2022-09-27T16:44:44.6205352Z [ OK ] ModulesTest.InstanceNorm1d (0 ms) 2022-09-27T16:44:44.6205716Z [ RUN ] ModulesTest.InstanceNorm2dStateful 2022-09-27T16:44:44.6206050Z [ OK ] ModulesTest.InstanceNorm2dStateful (0 ms) 2022-09-27T16:44:44.6206325Z [ RUN ] ModulesTest.InstanceNorm2dStateless 2022-09-27T16:44:44.6206625Z [ OK ] ModulesTest.InstanceNorm2dStateless (0 ms) 2022-09-27T16:44:44.6206894Z [ RUN ] ModulesTest.InstanceNorm2d 2022-09-27T16:44:44.6209801Z [ OK ] ModulesTest.InstanceNorm2d (0 ms) 2022-09-27T16:44:44.6210152Z [ RUN ] ModulesTest.InstanceNorm3dStateful 2022-09-27T16:44:44.6210510Z [ OK ] ModulesTest.InstanceNorm3dStateful (0 ms) 2022-09-27T16:44:44.6210787Z [ RUN ] ModulesTest.InstanceNorm3dStateless 2022-09-27T16:44:44.6211088Z [ OK ] ModulesTest.InstanceNorm3dStateless (0 ms) 2022-09-27T16:44:44.6211359Z [ RUN ] ModulesTest.InstanceNorm3d 2022-09-27T16:44:44.6216234Z [ OK ] ModulesTest.InstanceNorm3d (0 ms) 2022-09-27T16:44:44.6216478Z [ RUN ] ModulesTest.L1Loss 2022-09-27T16:44:44.6217956Z [ OK ] ModulesTest.L1Loss (0 ms) 2022-09-27T16:44:44.6218171Z [ RUN ] ModulesTest.MSELoss 2022-09-27T16:44:44.6219427Z [ OK ] ModulesTest.MSELoss (0 ms) 2022-09-27T16:44:44.6219658Z [ RUN ] ModulesTest.BCELoss 2022-09-27T16:44:44.6220942Z [ OK ] ModulesTest.BCELoss (0 ms) 2022-09-27T16:44:44.6221177Z [ RUN ] ModulesTest.KLDivLoss 2022-09-27T16:44:44.6221784Z [W loss.h:57] Warning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. (function kl_div) 2022-09-27T16:44:44.6222968Z [ OK ] ModulesTest.KLDivLoss (0 ms) 2022-09-27T16:44:44.6223232Z [ RUN ] ModulesTest.HingeEmbeddingLoss 2022-09-27T16:44:44.6227074Z [ OK ] ModulesTest.HingeEmbeddingLoss (0 ms) 2022-09-27T16:44:44.6227350Z [ RUN ] ModulesTest.MultiMarginLoss 2022-09-27T16:44:44.6229462Z [ OK ] ModulesTest.MultiMarginLoss (0 ms) 2022-09-27T16:44:44.6229736Z [ RUN ] ModulesTest.CosineEmbeddingLoss 2022-09-27T16:44:44.6235755Z [ OK ] ModulesTest.CosineEmbeddingLoss (0 ms) 2022-09-27T16:44:44.6236058Z [ RUN ] ModulesTest.SmoothL1LossDefaultOptions 2022-09-27T16:44:44.6238129Z [ OK ] ModulesTest.SmoothL1LossDefaultOptions (0 ms) 2022-09-27T16:44:44.6238423Z [ RUN ] ModulesTest.HuberLossDefaultOptions 2022-09-27T16:44:44.6239876Z [ OK ] ModulesTest.HuberLossDefaultOptions (0 ms) 2022-09-27T16:44:44.6240214Z [ RUN ] ModulesTest.MultiLabelMarginLossDefaultOptions 2022-09-27T16:44:44.6241912Z [ OK ] ModulesTest.MultiLabelMarginLossDefaultOptions (0 ms) 2022-09-27T16:44:44.6242253Z [ RUN ] ModulesTest.SmoothL1LossNoReduction 2022-09-27T16:44:44.6243650Z [ OK ] ModulesTest.SmoothL1LossNoReduction (0 ms) 2022-09-27T16:44:44.6243950Z [ RUN ] ModulesTest.HuberLossNoReduction 2022-09-27T16:44:44.6245210Z [ OK ] ModulesTest.HuberLossNoReduction (0 ms) 2022-09-27T16:44:44.6245644Z [ RUN ] ModulesTest.MultiLabelMarginLossNoReduction 2022-09-27T16:44:44.6247167Z [ OK ] ModulesTest.MultiLabelMarginLossNoReduction (0 ms) 2022-09-27T16:44:44.6247472Z [ RUN ] ModulesTest.SmoothL1LossBeta 2022-09-27T16:44:44.6248801Z [ OK ] ModulesTest.SmoothL1LossBeta (0 ms) 2022-09-27T16:44:44.6249063Z [ RUN ] ModulesTest.HuberLossDelta 2022-09-27T16:44:44.6250431Z [ OK ] ModulesTest.HuberLossDelta (0 ms) 2022-09-27T16:44:44.6250682Z [ RUN ] ModulesTest.TripletMarginLoss 2022-09-27T16:44:44.6254834Z [ OK ] ModulesTest.TripletMarginLoss (0 ms) 2022-09-27T16:44:44.6255302Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossDefaultParity 2022-09-27T16:44:44.6549913Z [ OK ] ModulesTest.TripletMarginWithDistanceLossDefaultParity (29 ms) 2022-09-27T16:44:44.6550372Z [ RUN ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity 2022-09-27T16:44:44.7092510Z [ OK ] ModulesTest.TripletMarginWithDistanceLossFunctionalParity (54 ms) 2022-09-27T16:44:44.7092858Z [ RUN ] ModulesTest.NLLLoss 2022-09-27T16:44:44.7096022Z [ OK ] ModulesTest.NLLLoss (0 ms) 2022-09-27T16:44:44.7096261Z [ RUN ] ModulesTest.CrossEntropyLoss 2022-09-27T16:44:44.7105583Z [ OK ] ModulesTest.CrossEntropyLoss (0 ms) 2022-09-27T16:44:44.7105862Z [ RUN ] ModulesTest.CosineSimilarity 2022-09-27T16:44:44.7110501Z [ OK ] ModulesTest.CosineSimilarity (0 ms) 2022-09-27T16:44:44.7110810Z [ RUN ] ModulesTest.SoftMarginLossDefaultOptions 2022-09-27T16:44:44.7113339Z [ OK ] ModulesTest.SoftMarginLossDefaultOptions (0 ms) 2022-09-27T16:44:44.7113711Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions 2022-09-27T16:44:44.7117812Z [ OK ] ModulesTest.MultiLabelSoftMarginLossDefaultOptions (0 ms) 2022-09-27T16:44:44.7118168Z [ RUN ] ModulesTest.SoftMarginLossNoReduction 2022-09-27T16:44:44.7120245Z [ OK ] ModulesTest.SoftMarginLossNoReduction (0 ms) 2022-09-27T16:44:44.7120620Z [ RUN ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction 2022-09-27T16:44:44.7124414Z [ OK ] ModulesTest.MultiLabelSoftMarginLossWeightedNoReduction (0 ms) 2022-09-27T16:44:44.7124765Z [ RUN ] ModulesTest.PairwiseDistance 2022-09-27T16:44:44.7126948Z [ OK ] ModulesTest.PairwiseDistance (0 ms) 2022-09-27T16:44:44.7127176Z [ RUN ] ModulesTest.ELU 2022-09-27T16:44:44.7147060Z [ OK ] ModulesTest.ELU (1 ms) 2022-09-27T16:44:44.7147295Z [ RUN ] ModulesTest.SELU 2022-09-27T16:44:44.7151535Z [ OK ] ModulesTest.SELU (0 ms) 2022-09-27T16:44:44.7151766Z [ RUN ] ModulesTest.Hardshrink 2022-09-27T16:44:44.7163462Z [ OK ] ModulesTest.Hardshrink (1 ms) 2022-09-27T16:44:44.7163707Z [ RUN ] ModulesTest.Hardtanh 2022-09-27T16:44:44.7210630Z [ OK ] ModulesTest.Hardtanh (4 ms) 2022-09-27T16:44:44.7210915Z [ RUN ] ModulesTest.HardtanhMinValGEMaxVal 2022-09-27T16:44:44.7216756Z [ OK ] ModulesTest.HardtanhMinValGEMaxVal (0 ms) 2022-09-27T16:44:44.7217236Z [ RUN ] ModulesTest.LeakyReLU 2022-09-27T16:44:44.7237774Z [ OK ] ModulesTest.LeakyReLU (2 ms) 2022-09-27T16:44:44.7238035Z [ RUN ] ModulesTest.LogSigmoid 2022-09-27T16:44:44.7240001Z [ OK ] ModulesTest.LogSigmoid (0 ms) 2022-09-27T16:44:44.7240245Z [ RUN ] ModulesTest.Softmax 2022-09-27T16:44:44.7242292Z [ OK ] ModulesTest.Softmax (0 ms) 2022-09-27T16:44:44.7242526Z [ RUN ] ModulesTest.Softmin 2022-09-27T16:44:44.7244410Z [ OK ] ModulesTest.Softmin (0 ms) 2022-09-27T16:44:44.7244645Z [ RUN ] ModulesTest.LogSoftmax 2022-09-27T16:44:44.7246503Z [ OK ] ModulesTest.LogSoftmax (0 ms) 2022-09-27T16:44:44.7246778Z [ RUN ] ModulesTest.AdaptiveLogSoftmaxWithLoss 2022-09-27T16:44:44.7286908Z [ OK ] ModulesTest.AdaptiveLogSoftmaxWithLoss (4 ms) 2022-09-27T16:44:44.7287193Z [ RUN ] ModulesTest.Softmax2d 2022-09-27T16:44:44.7308398Z [ OK ] ModulesTest.Softmax2d (2 ms) 2022-09-27T16:44:44.7308803Z [ RUN ] ModulesTest.PReLU 2022-09-27T16:44:44.7315728Z [ OK ] ModulesTest.PReLU (0 ms) 2022-09-27T16:44:44.7315945Z [ RUN ] ModulesTest.ReLU 2022-09-27T16:44:44.7319906Z [ OK ] ModulesTest.ReLU (0 ms) 2022-09-27T16:44:44.7320133Z [ RUN ] ModulesTest.ReLU6 2022-09-27T16:44:44.7324317Z [ OK ] ModulesTest.ReLU6 (0 ms) 2022-09-27T16:44:44.7324543Z [ RUN ] ModulesTest.RReLU 2022-09-27T16:44:44.7395248Z [ OK ] ModulesTest.RReLU (7 ms) 2022-09-27T16:44:44.7395485Z [ RUN ] ModulesTest.CELU 2022-09-27T16:44:44.7412025Z [ OK ] ModulesTest.CELU (1 ms) 2022-09-27T16:44:44.7412261Z [ RUN ] ModulesTest.GLU 2022-09-27T16:44:44.7415244Z [ OK ] ModulesTest.GLU (0 ms) 2022-09-27T16:44:44.7415463Z [ RUN ] ModulesTest.GELU 2022-09-27T16:44:44.7417706Z [ OK ] ModulesTest.GELU (0 ms) 2022-09-27T16:44:44.7417936Z [ RUN ] ModulesTest.TanhGELU 2022-09-27T16:44:44.7419771Z [ OK ] ModulesTest.TanhGELU (0 ms) 2022-09-27T16:44:44.7420012Z [ RUN ] ModulesTest.Mish 2022-09-27T16:44:44.7421341Z [ OK ] ModulesTest.Mish (0 ms) 2022-09-27T16:44:44.7421568Z [ RUN ] ModulesTest.Sigmoid 2022-09-27T16:44:44.7423013Z [ OK ] ModulesTest.Sigmoid (0 ms) 2022-09-27T16:44:44.7423312Z [ RUN ] ModulesTest.PixelShuffle 2022-09-27T16:44:44.7425886Z [ OK ] ModulesTest.PixelShuffle (0 ms) 2022-09-27T16:44:44.7426125Z [ RUN ] ModulesTest.PixelUnshuffle 2022-09-27T16:44:44.7428429Z [ OK ] ModulesTest.PixelUnshuffle (0 ms) 2022-09-27T16:44:44.7428678Z [ RUN ] ModulesTest.Softplus 2022-09-27T16:44:44.7441945Z [ OK ] ModulesTest.Softplus (1 ms) 2022-09-27T16:44:44.7442193Z [ RUN ] ModulesTest.Softshrink 2022-09-27T16:44:44.7451813Z [ OK ] ModulesTest.Softshrink (0 ms) 2022-09-27T16:44:44.7452042Z [ RUN ] ModulesTest.Softsign 2022-09-27T16:44:44.7453046Z [ OK ] ModulesTest.Softsign (0 ms) 2022-09-27T16:44:44.7453387Z [ RUN ] ModulesTest.Tanh 2022-09-27T16:44:44.7455068Z [ OK ] ModulesTest.Tanh (0 ms) 2022-09-27T16:44:44.7455296Z [ RUN ] ModulesTest.Tanhshrink 2022-09-27T16:44:44.7456424Z [ OK ] ModulesTest.Tanhshrink (0 ms) 2022-09-27T16:44:44.7456662Z [ RUN ] ModulesTest.Threshold 2022-09-27T16:44:44.7480812Z [ OK ] ModulesTest.Threshold (2 ms) 2022-09-27T16:44:44.7481075Z [ RUN ] ModulesTest.Upsampling1D 2022-09-27T16:44:44.7483551Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:44:44.7485245Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:44:44.7487973Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:44:44.7489443Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:44:44.7492716Z [ OK ] ModulesTest.Upsampling1D (1 ms) 2022-09-27T16:44:44.7492964Z [ RUN ] ModulesTest.Upsampling2D 2022-09-27T16:44:44.7495138Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:44:44.7496797Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:44:44.7499417Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:44:44.7500565Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:44:44.7503229Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:44:44.7505084Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:44:44.7508341Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:44:44.7509916Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:44:44.7512730Z [ OK ] ModulesTest.Upsampling2D (1 ms) 2022-09-27T16:44:44.7512994Z [ RUN ] ModulesTest.Upsampling3D 2022-09-27T16:44:44.7515045Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:44:44.7516579Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:44:44.7519247Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:44:44.7520474Z [W upsampling.h:66] Warning: The default behavior for interpolate/upsample with float scale_factor changed in 1.6.0 to align with other frameworks/libraries, and uses scale_factor directly, instead of relying on the computed output size. If you wish to keep the old behavior, please set recompute_scale_factor=True. See the documentation of nn.Upsample for details. (function _interp_output_size) 2022-09-27T16:44:44.7522784Z [ OK ] ModulesTest.Upsampling3D (0 ms) 2022-09-27T16:44:44.7523035Z [ RUN ] ModulesTest.CTCLoss 2022-09-27T16:44:44.7525929Z [ OK ] ModulesTest.CTCLoss (0 ms) 2022-09-27T16:44:44.7526187Z [ RUN ] ModulesTest.PoissonNLLLoss 2022-09-27T16:44:44.7529133Z [ OK ] ModulesTest.PoissonNLLLoss (0 ms) 2022-09-27T16:44:44.7529408Z [ RUN ] ModulesTest.MarginRankingLoss 2022-09-27T16:44:44.7534340Z [ OK ] ModulesTest.MarginRankingLoss (0 ms) 2022-09-27T16:44:44.7534618Z [ RUN ] ModulesTest.BCEWithLogitsLoss 2022-09-27T16:44:44.7564510Z [ OK ] ModulesTest.BCEWithLogitsLoss (2 ms) 2022-09-27T16:44:44.7564808Z [ RUN ] ModulesTest.MultiheadAttention 2022-09-27T16:44:56.8028657Z [ OK ] ModulesTest.MultiheadAttention (12046 ms) 2022-09-27T16:44:56.8029197Z [ RUN ] ModulesTest.PrettyPrintIdentity 2022-09-27T16:44:56.8029698Z [ OK ] ModulesTest.PrettyPrintIdentity (0 ms) 2022-09-27T16:44:56.8030176Z [ RUN ] ModulesTest.PrettyPrintFlatten 2022-09-27T16:44:56.8030651Z [ OK ] ModulesTest.PrettyPrintFlatten (0 ms) 2022-09-27T16:44:56.8031131Z [ RUN ] ModulesTest.PrettyPrintUnflatten 2022-09-27T16:44:56.8031632Z [ OK ] ModulesTest.PrettyPrintUnflatten (0 ms) 2022-09-27T16:44:56.8032080Z [ RUN ] ModulesTest.ReflectionPad1d 2022-09-27T16:44:56.8032541Z [ OK ] ModulesTest.ReflectionPad1d (0 ms) 2022-09-27T16:44:56.8032978Z [ RUN ] ModulesTest.ReflectionPad2d 2022-09-27T16:44:56.8034540Z [ OK ] ModulesTest.ReflectionPad2d (0 ms) 2022-09-27T16:44:56.8034987Z [ RUN ] ModulesTest.ReflectionPad3d 2022-09-27T16:44:56.8038467Z [ OK ] ModulesTest.ReflectionPad3d (0 ms) 2022-09-27T16:44:56.8038898Z [ RUN ] ModulesTest.ReplicationPad1d 2022-09-27T16:44:56.8040635Z [ OK ] ModulesTest.ReplicationPad1d (0 ms) 2022-09-27T16:44:56.8041091Z [ RUN ] ModulesTest.ReplicationPad2d 2022-09-27T16:44:56.8043381Z [ OK ] ModulesTest.ReplicationPad2d (0 ms) 2022-09-27T16:44:56.8043829Z [ RUN ] ModulesTest.ReplicationPad3d 2022-09-27T16:44:56.8048146Z [ OK ] ModulesTest.ReplicationPad3d (0 ms) 2022-09-27T16:44:56.8048563Z [ RUN ] ModulesTest.ZeroPad2d 2022-09-27T16:44:56.8050913Z [ OK ] ModulesTest.ZeroPad2d (0 ms) 2022-09-27T16:44:56.8051326Z [ RUN ] ModulesTest.ConstantPad1d 2022-09-27T16:44:56.8052895Z [ OK ] ModulesTest.ConstantPad1d (0 ms) 2022-09-27T16:44:56.8053388Z [ RUN ] ModulesTest.ConstantPad2d 2022-09-27T16:44:56.8055550Z [ OK ] ModulesTest.ConstantPad2d (0 ms) 2022-09-27T16:44:56.8055974Z [ RUN ] ModulesTest.ConstantPad3d 2022-09-27T16:44:56.8060583Z [ OK ] ModulesTest.ConstantPad3d (0 ms) 2022-09-27T16:44:56.8061020Z [ RUN ] ModulesTest.CrossMapLRN2d 2022-09-27T16:44:56.8068096Z [ OK ] ModulesTest.CrossMapLRN2d (0 ms) 2022-09-27T16:44:56.8068506Z [ RUN ] ModulesTest.RNNCell 2022-09-27T16:44:56.8071403Z [ OK ] ModulesTest.RNNCell (0 ms) 2022-09-27T16:44:56.8071788Z [ RUN ] ModulesTest.LSTMCell 2022-09-27T16:44:56.8076579Z [ OK ] ModulesTest.LSTMCell (0 ms) 2022-09-27T16:44:56.8076942Z [ RUN ] ModulesTest.GRUCell 2022-09-27T16:44:56.8080674Z [ OK ] ModulesTest.GRUCell (0 ms) 2022-09-27T16:44:56.8081103Z [ RUN ] ModulesTest.PrettyPrintLinear 2022-09-27T16:44:56.8081693Z [ OK ] ModulesTest.PrettyPrintLinear (0 ms) 2022-09-27T16:44:56.8082179Z [ RUN ] ModulesTest.PrettyPrintBilinear 2022-09-27T16:44:56.8082667Z [ OK ] ModulesTest.PrettyPrintBilinear (0 ms) 2022-09-27T16:44:56.8083105Z [ RUN ] ModulesTest.PrettyPrintConv 2022-09-27T16:44:56.8084245Z [ OK ] ModulesTest.PrettyPrintConv (0 ms) 2022-09-27T16:44:56.8084751Z [ RUN ] ModulesTest.PrettyPrintConvTranspose 2022-09-27T16:44:56.8086536Z [ OK ] ModulesTest.PrettyPrintConvTranspose (0 ms) 2022-09-27T16:44:56.8087057Z [ RUN ] ModulesTest.PrettyPrintUpsample 2022-09-27T16:44:56.8087547Z [ OK ] ModulesTest.PrettyPrintUpsample (0 ms) 2022-09-27T16:44:56.8088013Z [ RUN ] ModulesTest.PrettyPrintFold 2022-09-27T16:44:56.8088440Z [ OK ] ModulesTest.PrettyPrintFold (0 ms) 2022-09-27T16:44:56.8088905Z [ RUN ] ModulesTest.PrettyPrintUnfold 2022-09-27T16:44:56.8089383Z [ OK ] ModulesTest.PrettyPrintUnfold (0 ms) 2022-09-27T16:44:56.8089852Z [ RUN ] ModulesTest.PrettyPrintMaxPool 2022-09-27T16:44:56.8090325Z [ OK ] ModulesTest.PrettyPrintMaxPool (0 ms) 2022-09-27T16:44:56.8090776Z [ RUN ] ModulesTest.PrettyPrintAvgPool 2022-09-27T16:44:56.8091248Z [ OK ] ModulesTest.PrettyPrintAvgPool (0 ms) 2022-09-27T16:44:56.8091768Z [ RUN ] ModulesTest.PrettyPrinFractionalMaxPool 2022-09-27T16:44:56.8092336Z [ OK ] ModulesTest.PrettyPrinFractionalMaxPool (0 ms) 2022-09-27T16:44:56.8092846Z [ RUN ] ModulesTest.PrettyPrintLPPool 2022-09-27T16:44:56.8093384Z [ OK ] ModulesTest.PrettyPrintLPPool (0 ms) 2022-09-27T16:44:56.8093878Z [ RUN ] ModulesTest.PrettyPrintAdaptiveMaxPool 2022-09-27T16:44:56.8094456Z [ OK ] ModulesTest.PrettyPrintAdaptiveMaxPool (0 ms) 2022-09-27T16:44:56.8095015Z [ RUN ] ModulesTest.PrettyPrintAdaptiveAvgPool 2022-09-27T16:44:56.8095583Z [ OK ] ModulesTest.PrettyPrintAdaptiveAvgPool (0 ms) 2022-09-27T16:44:56.8096112Z [ RUN ] ModulesTest.PrettyPrintMaxUnpool 2022-09-27T16:44:56.8096616Z [ OK ] ModulesTest.PrettyPrintMaxUnpool (0 ms) 2022-09-27T16:44:56.8097083Z [ RUN ] ModulesTest.PrettyPrintDropout 2022-09-27T16:44:56.8097559Z [ OK ] ModulesTest.PrettyPrintDropout (0 ms) 2022-09-27T16:44:56.8098043Z [ RUN ] ModulesTest.PrettyPrintDropout2d 2022-09-27T16:44:56.8098544Z [ OK ] ModulesTest.PrettyPrintDropout2d (0 ms) 2022-09-27T16:44:56.8099038Z [ RUN ] ModulesTest.PrettyPrintDropout3d 2022-09-27T16:44:56.8099528Z [ OK ] ModulesTest.PrettyPrintDropout3d (0 ms) 2022-09-27T16:44:56.8100000Z [ RUN ] ModulesTest.PrettyPrintFunctional 2022-09-27T16:44:56.8100506Z [ OK ] ModulesTest.PrettyPrintFunctional (0 ms) 2022-09-27T16:44:56.8101006Z [ RUN ] ModulesTest.PrettyPrintBatchNorm1d 2022-09-27T16:44:56.8101557Z [ OK ] ModulesTest.PrettyPrintBatchNorm1d (0 ms) 2022-09-27T16:44:56.8102063Z [ RUN ] ModulesTest.PrettyPrintBatchNorm2d 2022-09-27T16:44:56.8102550Z [ OK ] ModulesTest.PrettyPrintBatchNorm2d (0 ms) 2022-09-27T16:44:56.8103059Z [ RUN ] ModulesTest.PrettyPrintBatchNorm3d 2022-09-27T16:44:56.8103568Z [ OK ] ModulesTest.PrettyPrintBatchNorm3d (0 ms) 2022-09-27T16:44:56.8104100Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm1d 2022-09-27T16:44:56.8104640Z [ OK ] ModulesTest.PrettyPrintInstanceNorm1d (0 ms) 2022-09-27T16:44:56.8105307Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm2d 2022-09-27T16:44:56.8105835Z [ OK ] ModulesTest.PrettyPrintInstanceNorm2d (0 ms) 2022-09-27T16:44:56.8106372Z [ RUN ] ModulesTest.PrettyPrintInstanceNorm3d 2022-09-27T16:44:56.8106913Z [ OK ] ModulesTest.PrettyPrintInstanceNorm3d (0 ms) 2022-09-27T16:44:56.8107427Z [ RUN ] ModulesTest.PrettyPrintLayerNorm 2022-09-27T16:44:56.8107988Z [ OK ] ModulesTest.PrettyPrintLayerNorm (0 ms) 2022-09-27T16:44:56.8108490Z [ RUN ] ModulesTest.PrettyPrintGroupNorm 2022-09-27T16:44:56.8108991Z [ OK ] ModulesTest.PrettyPrintGroupNorm (0 ms) 2022-09-27T16:44:56.8109585Z [ RUN ] ModulesTest.PrettyPrintLocalResponseNorm 2022-09-27T16:44:56.8110172Z [ OK ] ModulesTest.PrettyPrintLocalResponseNorm (0 ms) 2022-09-27T16:44:56.8110704Z [ RUN ] ModulesTest.PrettyPrintEmbedding 2022-09-27T16:44:56.8111194Z [ OK ] ModulesTest.PrettyPrintEmbedding (0 ms) 2022-09-27T16:44:56.8111703Z [ RUN ] ModulesTest.PrettyPrintEmbeddingBag 2022-09-27T16:44:56.8112230Z [ OK ] ModulesTest.PrettyPrintEmbeddingBag (0 ms) 2022-09-27T16:44:56.8112699Z [ RUN ] ModulesTest.PrettyPrintL1Loss 2022-09-27T16:44:56.8113165Z [ OK ] ModulesTest.PrettyPrintL1Loss (0 ms) 2022-09-27T16:44:56.8113643Z [ RUN ] ModulesTest.PrettyPrintKLDivLoss 2022-09-27T16:44:56.8114138Z [ OK ] ModulesTest.PrettyPrintKLDivLoss (0 ms) 2022-09-27T16:44:56.8114622Z [ RUN ] ModulesTest.PrettyPrintMSELoss 2022-09-27T16:44:56.8115075Z [ OK ] ModulesTest.PrettyPrintMSELoss (0 ms) 2022-09-27T16:44:56.8115549Z [ RUN ] ModulesTest.PrettyPrintBCELoss 2022-09-27T16:44:56.8116022Z [ OK ] ModulesTest.PrettyPrintBCELoss (0 ms) 2022-09-27T16:44:56.8116554Z [ RUN ] ModulesTest.PrettyPrintHingeEmbeddingLoss 2022-09-27T16:44:56.8117143Z [ OK ] ModulesTest.PrettyPrintHingeEmbeddingLoss (0 ms) 2022-09-27T16:44:56.8117732Z [ RUN ] ModulesTest.PrettyPrintCosineEmbeddingLoss 2022-09-27T16:44:56.8118311Z [ OK ] ModulesTest.PrettyPrintCosineEmbeddingLoss (0 ms) 2022-09-27T16:44:56.8118891Z [ RUN ] ModulesTest.PrettyPrintTripletMarginLoss 2022-09-27T16:44:56.8119467Z [ OK ] ModulesTest.PrettyPrintTripletMarginLoss (0 ms) 2022-09-27T16:44:56.8120107Z [ RUN ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss 2022-09-27T16:44:56.8120817Z [ OK ] ModulesTest.PrettyPrintTripletMarginWithDistanceLoss (0 ms) 2022-09-27T16:44:56.8121408Z [ RUN ] ModulesTest.PrettyPrintNLLLoss 2022-09-27T16:44:56.8121860Z [ OK ] ModulesTest.PrettyPrintNLLLoss (0 ms) 2022-09-27T16:44:56.8122372Z [ RUN ] ModulesTest.PrettyPrinCrossEntropyLoss 2022-09-27T16:44:56.8122938Z [ OK ] ModulesTest.PrettyPrinCrossEntropyLoss (0 ms) 2022-09-27T16:44:56.8123518Z [ RUN ] ModulesTest.PrettyPrintMultiLabelMarginLoss 2022-09-27T16:44:56.8124128Z [ OK ] ModulesTest.PrettyPrintMultiLabelMarginLoss (0 ms) 2022-09-27T16:44:56.8124759Z [ RUN ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss 2022-09-27T16:44:56.8125390Z [ OK ] ModulesTest.PrettyPrintMultiLabelSoftMarginLoss (0 ms) 2022-09-27T16:44:56.8125987Z [ RUN ] ModulesTest.PrettyPrintSoftMarginLoss 2022-09-27T16:44:56.8126532Z [ OK ] ModulesTest.PrettyPrintSoftMarginLoss (0 ms) 2022-09-27T16:44:56.8127075Z [ RUN ] ModulesTest.PrettyPrintCosineSimilarity 2022-09-27T16:44:56.8127642Z [ OK ] ModulesTest.PrettyPrintCosineSimilarity (0 ms) 2022-09-27T16:44:56.8128184Z [ RUN ] ModulesTest.PrettyPrintPairwiseDistance 2022-09-27T16:44:56.8128749Z [ OK ] ModulesTest.PrettyPrintPairwiseDistance (0 ms) 2022-09-27T16:44:56.8129298Z [ RUN ] ModulesTest.PrettyPrintReflectionPad 2022-09-27T16:44:56.8129830Z [ OK ] ModulesTest.PrettyPrintReflectionPad (0 ms) 2022-09-27T16:44:56.8130366Z [ RUN ] ModulesTest.PrettyPrintReplicationPad 2022-09-27T16:44:56.8130909Z [ OK ] ModulesTest.PrettyPrintReplicationPad (0 ms) 2022-09-27T16:44:56.8132214Z [ RUN ] ModulesTest.PrettyPrintZeroPad2d 2022-09-27T16:44:56.8132724Z [ OK ] ModulesTest.PrettyPrintZeroPad2d (0 ms) 2022-09-27T16:44:56.8133320Z [ RUN ] ModulesTest.PrettyPrintConstantPad 2022-09-27T16:44:56.8133839Z [ OK ] ModulesTest.PrettyPrintConstantPad (0 ms) 2022-09-27T16:44:56.8134349Z [ RUN ] ModulesTest.PrettyPrintNestedModel 2022-09-27T16:44:56.8134861Z [ OK ] ModulesTest.PrettyPrintNestedModel (0 ms) 2022-09-27T16:44:56.8135333Z [ RUN ] ModulesTest.PrettyPrintELU 2022-09-27T16:44:56.8135773Z [ OK ] ModulesTest.PrettyPrintELU (0 ms) 2022-09-27T16:44:56.8136221Z [ RUN ] ModulesTest.PrettyPrintSELU 2022-09-27T16:44:56.8136745Z [ OK ] ModulesTest.PrettyPrintSELU (0 ms) 2022-09-27T16:44:56.8137180Z [ RUN ] ModulesTest.PrettyPrintGLU 2022-09-27T16:44:56.8137596Z [ OK ] ModulesTest.PrettyPrintGLU (0 ms) 2022-09-27T16:44:56.8138060Z [ RUN ] ModulesTest.PrettyPrintHardshrink 2022-09-27T16:44:56.8138567Z [ OK ] ModulesTest.PrettyPrintHardshrink (0 ms) 2022-09-27T16:44:56.8139060Z [ RUN ] ModulesTest.PrettyPrintHardtanh 2022-09-27T16:44:56.8139544Z [ OK ] ModulesTest.PrettyPrintHardtanh (0 ms) 2022-09-27T16:44:56.8140032Z [ RUN ] ModulesTest.PrettyPrintLeakyReLU 2022-09-27T16:44:56.8140504Z [ OK ] ModulesTest.PrettyPrintLeakyReLU (0 ms) 2022-09-27T16:44:56.8141001Z [ RUN ] ModulesTest.PrettyPrintLogSigmoid 2022-09-27T16:44:56.8141500Z [ OK ] ModulesTest.PrettyPrintLogSigmoid (0 ms) 2022-09-27T16:44:56.8141981Z [ RUN ] ModulesTest.PrettyPrintSoftmax 2022-09-27T16:44:56.8142454Z [ OK ] ModulesTest.PrettyPrintSoftmax (0 ms) 2022-09-27T16:44:56.8142907Z [ RUN ] ModulesTest.PrettyPrintSoftmin 2022-09-27T16:44:56.8143398Z [ OK ] ModulesTest.PrettyPrintSoftmin (0 ms) 2022-09-27T16:44:56.8143884Z [ RUN ] ModulesTest.PrettyPrintLogSoftmax 2022-09-27T16:44:56.8144386Z [ OK ] ModulesTest.PrettyPrintLogSoftmax (0 ms) 2022-09-27T16:44:56.8144881Z [ RUN ] ModulesTest.PrettyPrintSoftmax2d 2022-09-27T16:44:56.8145374Z [ OK ] ModulesTest.PrettyPrintSoftmax2d (0 ms) 2022-09-27T16:44:56.8145822Z [ RUN ] ModulesTest.PrettyPrintPReLU 2022-09-27T16:44:56.8146278Z [ OK ] ModulesTest.PrettyPrintPReLU (0 ms) 2022-09-27T16:44:56.8146726Z [ RUN ] ModulesTest.PrettyPrintReLU 2022-09-27T16:44:56.8147175Z [ OK ] ModulesTest.PrettyPrintReLU (0 ms) 2022-09-27T16:44:56.8147620Z [ RUN ] ModulesTest.PrettyPrintReLU6 2022-09-27T16:44:56.8148056Z [ OK ] ModulesTest.PrettyPrintReLU6 (0 ms) 2022-09-27T16:44:56.8148505Z [ RUN ] ModulesTest.PrettyPrintRReLU 2022-09-27T16:44:56.8148960Z [ OK ] ModulesTest.PrettyPrintRReLU (0 ms) 2022-09-27T16:44:56.8149411Z [ RUN ] ModulesTest.PrettyPrintCELU 2022-09-27T16:44:56.8149857Z [ OK ] ModulesTest.PrettyPrintCELU (0 ms) 2022-09-27T16:44:56.8150314Z [ RUN ] ModulesTest.PrettyPrintSigmoid 2022-09-27T16:44:56.8150766Z [ OK ] ModulesTest.PrettyPrintSigmoid (0 ms) 2022-09-27T16:44:56.8151266Z [ RUN ] ModulesTest.PrettyPrintPixelShuffle 2022-09-27T16:44:56.8151790Z [ OK ] ModulesTest.PrettyPrintPixelShuffle (0 ms) 2022-09-27T16:44:56.8152317Z [ RUN ] ModulesTest.PrettyPrintPixelUnshuffle 2022-09-27T16:44:56.8152865Z [ OK ] ModulesTest.PrettyPrintPixelUnshuffle (0 ms) 2022-09-27T16:44:56.8153360Z [ RUN ] ModulesTest.PrettyPrintSoftplus 2022-09-27T16:44:56.8153842Z [ OK ] ModulesTest.PrettyPrintSoftplus (0 ms) 2022-09-27T16:44:56.8154332Z [ RUN ] ModulesTest.PrettyPrintSoftshrink 2022-09-27T16:44:56.8154834Z [ OK ] ModulesTest.PrettyPrintSoftshrink (0 ms) 2022-09-27T16:44:56.8155324Z [ RUN ] ModulesTest.PrettyPrintSoftsign 2022-09-27T16:44:56.8155808Z [ OK ] ModulesTest.PrettyPrintSoftsign (0 ms) 2022-09-27T16:44:56.8156249Z [ RUN ] ModulesTest.PrettyPrintTanh 2022-09-27T16:44:56.8156694Z [ OK ] ModulesTest.PrettyPrintTanh (0 ms) 2022-09-27T16:44:56.8157164Z [ RUN ] ModulesTest.PrettyPrintTanhshrink 2022-09-27T16:44:56.8157729Z [ OK ] ModulesTest.PrettyPrintTanhshrink (0 ms) 2022-09-27T16:44:56.8158226Z [ RUN ] ModulesTest.PrettyPrintThreshold 2022-09-27T16:44:56.8158697Z [ OK ] ModulesTest.PrettyPrintThreshold (0 ms) 2022-09-27T16:44:56.8159177Z [ RUN ] ModulesTest.PrettyPrintCTCLoss 2022-09-27T16:44:56.8159649Z [ OK ] ModulesTest.PrettyPrintCTCLoss (0 ms) 2022-09-27T16:44:56.8160565Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\NestedTensorImpl.cpp:177] Warning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (function operator ()) 2022-09-27T16:44:56.8161431Z [ RUN ] ModulesTest.PrettyPrintPoissonNLLLoss 2022-09-27T16:44:56.8161976Z [ OK ] ModulesTest.PrettyPrintPoissonNLLLoss (0 ms) 2022-09-27T16:44:56.8162532Z [ RUN ] ModulesTest.PrettyPrintMarginRankingLoss 2022-09-27T16:44:56.8163104Z [ OK ] ModulesTest.PrettyPrintMarginRankingLoss (0 ms) 2022-09-27T16:44:56.8163635Z [ RUN ] ModulesTest.PrettyPrintCrossMapLRN2d 2022-09-27T16:44:56.8164165Z [ OK ] ModulesTest.PrettyPrintCrossMapLRN2d (0 ms) 2022-09-27T16:44:56.8164692Z [ RUN ] ModulesTest.PrettyPrintAlphaDropout 2022-09-27T16:44:56.8165216Z [ OK ] ModulesTest.PrettyPrintAlphaDropout (0 ms) 2022-09-27T16:44:56.8165777Z [ RUN ] ModulesTest.PrettyPrintFeatureAlphaDropout 2022-09-27T16:44:56.8166374Z [ OK ] ModulesTest.PrettyPrintFeatureAlphaDropout (0 ms) 2022-09-27T16:44:56.8166936Z [ RUN ] ModulesTest.PrettyPrintBCEWithLogitsLoss 2022-09-27T16:44:56.8167505Z [ OK ] ModulesTest.PrettyPrintBCEWithLogitsLoss (0 ms) 2022-09-27T16:44:56.8168082Z [ RUN ] ModulesTest.PrettyPrintMultiheadAttention 2022-09-27T16:44:56.8168667Z [ OK ] ModulesTest.PrettyPrintMultiheadAttention (0 ms) 2022-09-27T16:44:56.8169191Z [ RUN ] ModulesTest.PrettyPrintRNNCell 2022-09-27T16:44:56.8169661Z [ OK ] ModulesTest.PrettyPrintRNNCell (0 ms) 2022-09-27T16:44:56.8170120Z [ RUN ] ModulesTest.PrettyPrintLSTMCell 2022-09-27T16:44:56.8170606Z [ OK ] ModulesTest.PrettyPrintLSTMCell (0 ms) 2022-09-27T16:44:56.8171079Z [ RUN ] ModulesTest.PrettyPrintGRUCell 2022-09-27T16:44:56.8171552Z [ OK ] ModulesTest.PrettyPrintGRUCell (0 ms) 2022-09-27T16:44:56.8172128Z [ RUN ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss 2022-09-27T16:44:56.8172785Z [ OK ] ModulesTest.PrettyPrintAdaptiveLogSoftmaxWithLoss (0 ms) 2022-09-27T16:44:56.8173447Z [----------] 256 tests from ModulesTest (12324 ms total) 2022-09-27T16:44:56.8173708Z 2022-09-27T16:44:56.8173864Z [----------] 1 test from NestedTest 2022-09-27T16:44:56.8174225Z [ RUN ] NestedTest.Nested 2022-09-27T16:44:56.8174590Z [ OK ] NestedTest.Nested (0 ms) 2022-09-27T16:44:56.8174997Z [----------] 1 test from NestedTest (0 ms total) 2022-09-27T16:44:56.8175240Z 2022-09-27T16:44:56.8175410Z [----------] 10 tests from ParameterDictTest 2022-09-27T16:44:56.8175884Z [ RUN ] ParameterDictTest.ConstructFromTensor 2022-09-27T16:44:56.8176428Z [ OK ] ParameterDictTest.ConstructFromTensor (0 ms) 2022-09-27T16:44:56.8176991Z [ RUN ] ParameterDictTest.ConstructFromOrderedDict 2022-09-27T16:44:56.8177582Z [ OK ] ParameterDictTest.ConstructFromOrderedDict (0 ms) 2022-09-27T16:44:56.8178135Z [ RUN ] ParameterDictTest.InsertAndContains 2022-09-27T16:44:56.8178627Z [ OK ] ParameterDictTest.InsertAndContains (0 ms) 2022-09-27T16:44:56.8179123Z [ RUN ] ParameterDictTest.InsertAndClear 2022-09-27T16:44:56.8179612Z [ OK ] ParameterDictTest.InsertAndClear (0 ms) 2022-09-27T16:44:56.8180090Z [ RUN ] ParameterDictTest.InsertAndPop 2022-09-27T16:44:56.8180571Z [ OK ] ParameterDictTest.InsertAndPop (0 ms) 2022-09-27T16:44:56.8181045Z [ RUN ] ParameterDictTest.SimpleUpdate 2022-09-27T16:44:56.8181501Z [ OK ] ParameterDictTest.SimpleUpdate (0 ms) 2022-09-27T16:44:56.8181940Z [ RUN ] ParameterDictTest.Keys 2022-09-27T16:44:56.8182422Z [ OK ] ParameterDictTest.Keys (0 ms) 2022-09-27T16:44:56.8182836Z [ RUN ] ParameterDictTest.Values 2022-09-27T16:44:56.8183259Z [ OK ] ParameterDictTest.Values (0 ms) 2022-09-27T16:44:56.8183647Z [ RUN ] ParameterDictTest.Get 2022-09-27T16:44:56.8184046Z [ OK ] ParameterDictTest.Get (0 ms) 2022-09-27T16:44:56.8184544Z [ RUN ] ParameterDictTest.PrettyPrintParameterDict 2022-09-27T16:44:56.8185149Z [ OK ] ParameterDictTest.PrettyPrintParameterDict (0 ms) 2022-09-27T16:44:56.8185699Z [----------] 10 tests from ParameterDictTest (0 ms total) 2022-09-27T16:44:56.8185972Z 2022-09-27T16:44:56.8186160Z [----------] 8 tests from ParameterListTest 2022-09-27T16:44:56.8186711Z [ RUN ] ParameterListTest.ConstructsFromSharedPointer 2022-09-27T16:44:56.8187335Z [ OK ] ParameterListTest.ConstructsFromSharedPointer (0 ms) 2022-09-27T16:44:56.8187857Z [ RUN ] ParameterListTest.isEmpty 2022-09-27T16:44:56.8188286Z [ OK ] ParameterListTest.isEmpty (0 ms) 2022-09-27T16:44:56.8188787Z [ RUN ] ParameterListTest.PushBackAddsAnElement 2022-09-27T16:44:56.8189338Z [ OK ] ParameterListTest.PushBackAddsAnElement (0 ms) 2022-09-27T16:44:56.8189847Z [ RUN ] ParameterListTest.ForEachLoop 2022-09-27T16:44:56.8190311Z [ OK ] ParameterListTest.ForEachLoop (0 ms) 2022-09-27T16:44:56.8190777Z [ RUN ] ParameterListTest.AccessWithAt 2022-09-27T16:44:56.8191247Z [ OK ] ParameterListTest.AccessWithAt (0 ms) 2022-09-27T16:44:56.8191912Z [ RUN ] ParameterListTest.ExtendPushesParametersFromOtherParameterList 2022-09-27T16:44:56.8192751Z [ OK ] ParameterListTest.ExtendPushesParametersFromOtherParameterList (0 ms) 2022-09-27T16:44:56.8193474Z [ RUN ] ParameterListTest.PrettyPrintParameterList 2022-09-27T16:44:56.8194076Z [ OK ] ParameterListTest.PrettyPrintParameterList (0 ms) 2022-09-27T16:44:56.8194608Z [ RUN ] ParameterListTest.IncrementAdd 2022-09-27T16:44:56.8195082Z [ OK ] ParameterListTest.IncrementAdd (0 ms) 2022-09-27T16:44:56.8195572Z [----------] 8 tests from ParameterListTest (0 ms total) 2022-09-27T16:44:56.8195845Z 2022-09-27T16:44:56.8195996Z [----------] 1 test from NamespaceTests 2022-09-27T16:44:56.8196583Z [ RUN ] NamespaceTests.NotLeakingSymbolsFromTorchAutogradNamespace 2022-09-27T16:44:56.8197373Z [ OK ] NamespaceTests.NotLeakingSymbolsFromTorchAutogradNamespace (0 ms) 2022-09-27T16:44:56.8198001Z [----------] 1 test from NamespaceTests (0 ms total) 2022-09-27T16:44:56.8198256Z 2022-09-27T16:44:56.8198417Z [----------] 7 tests from NNUtilsTest 2022-09-27T16:44:56.8198806Z [ RUN ] NNUtilsTest.ClipGradNorm 2022-09-27T16:44:56.8199219Z [ OK ] NNUtilsTest.ClipGradNorm (2 ms) 2022-09-27T16:44:56.8199713Z [ RUN ] NNUtilsTest.ClipGradNormErrorIfNonfinite 2022-09-27T16:44:56.9074594Z [ OK ] NNUtilsTest.ClipGradNormErrorIfNonfinite (91 ms) 2022-09-27T16:44:56.9074927Z [ RUN ] NNUtilsTest.ClipGradValue 2022-09-27T16:44:56.9077412Z [ OK ] NNUtilsTest.ClipGradValue (0 ms) 2022-09-27T16:44:56.9077706Z [ RUN ] NNUtilsTest.ConvertParameters 2022-09-27T16:44:56.9083451Z [ OK ] NNUtilsTest.ConvertParameters (0 ms) 2022-09-27T16:44:56.9083725Z [ RUN ] NNUtilsTest.PackSequence 2022-09-27T16:44:56.9702389Z [ OK ] NNUtilsTest.PackSequence (61 ms) 2022-09-27T16:44:56.9702907Z [ RUN ] NNUtilsTest.PackPaddedSequence 2022-09-27T16:44:56.9816326Z [ OK ] NNUtilsTest.PackPaddedSequence (11 ms) 2022-09-27T16:44:56.9816609Z [ RUN ] NNUtilsTest.PadSequence 2022-09-27T16:44:56.9922842Z [ OK ] NNUtilsTest.PadSequence (10 ms) 2022-09-27T16:44:56.9923145Z [----------] 7 tests from NNUtilsTest (178 ms total) 2022-09-27T16:44:56.9923319Z 2022-09-27T16:44:56.9923441Z [----------] 3 tests from PackedSequenceTest 2022-09-27T16:44:56.9923710Z [ RUN ] PackedSequenceTest.WrongOrder 2022-09-27T16:44:56.9925590Z [ OK ] PackedSequenceTest.WrongOrder (0 ms) 2022-09-27T16:44:56.9925881Z [ RUN ] PackedSequenceTest.TotalLength 2022-09-27T16:44:56.9939167Z [ OK ] PackedSequenceTest.TotalLength (1 ms) 2022-09-27T16:44:56.9939485Z [ RUN ] PackedSequenceTest.To 2022-09-27T16:44:56.9940695Z [ OK ] PackedSequenceTest.To (0 ms) 2022-09-27T16:44:56.9941030Z [----------] 3 tests from PackedSequenceTest (1 ms total) 2022-09-27T16:44:56.9941200Z 2022-09-27T16:44:56.9941308Z [----------] 34 tests from OptimTest 2022-09-27T16:44:56.9941562Z [ RUN ] OptimTest.OptimizerAccessors 2022-09-27T16:44:56.9943214Z [ OK ] OptimTest.OptimizerAccessors (0 ms) 2022-09-27T16:44:56.9943462Z [ RUN ] OptimTest.OldInterface 2022-09-27T16:44:56.9945157Z [ OK ] OptimTest.OldInterface (0 ms) 2022-09-27T16:44:56.9945511Z [ RUN ] OptimTest.XORConvergence_SGD 2022-09-27T16:44:58.7030931Z [ OK ] OptimTest.XORConvergence_SGD (1708 ms) 2022-09-27T16:44:58.7031259Z [ RUN ] OptimTest.XORConvergence_LBFGS 2022-09-27T16:44:59.8993613Z [ OK ] OptimTest.XORConvergence_LBFGS (1196 ms) 2022-09-27T16:44:59.8993934Z [ RUN ] OptimTest.XORConvergence_Adagrad 2022-09-27T16:45:00.5478793Z [ OK ] OptimTest.XORConvergence_Adagrad (648 ms) 2022-09-27T16:45:00.5479116Z [ RUN ] OptimTest.XORConvergence_RMSprop 2022-09-27T16:45:01.2019411Z [ OK ] OptimTest.XORConvergence_RMSprop (654 ms) 2022-09-27T16:45:01.2019761Z [ RUN ] OptimTest.XORConvergence_RMSpropWithMomentum 2022-09-27T16:45:03.0387756Z [ OK ] OptimTest.XORConvergence_RMSpropWithMomentum (1836 ms) 2022-09-27T16:45:03.0388130Z [ RUN ] OptimTest.XORConvergence_Adam 2022-09-27T16:45:03.7481488Z [ OK ] OptimTest.XORConvergence_Adam (709 ms) 2022-09-27T16:45:03.7481842Z [ RUN ] OptimTest.XORConvergence_AdamWithAmsgrad 2022-09-27T16:45:04.4576935Z [ OK ] OptimTest.XORConvergence_AdamWithAmsgrad (709 ms) 2022-09-27T16:45:04.4577298Z [ RUN ] OptimTest.ProducesPyTorchValues_Adam 2022-09-27T16:45:04.6993813Z [ OK ] OptimTest.ProducesPyTorchValues_Adam (241 ms) 2022-09-27T16:45:04.6994204Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay 2022-09-27T16:45:04.9535992Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecay (254 ms) 2022-09-27T16:45:04.9536407Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad 2022-09-27T16:45:05.2103955Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWithWeightDecayAndAMSGrad (256 ms) 2022-09-27T16:45:05.2104322Z [ RUN ] OptimTest.XORConvergence_AdamW 2022-09-27T16:45:05.9341670Z [ OK ] OptimTest.XORConvergence_AdamW (723 ms) 2022-09-27T16:45:05.9342023Z [ RUN ] OptimTest.XORConvergence_AdamWWithAmsgrad 2022-09-27T16:45:06.6637626Z [ OK ] OptimTest.XORConvergence_AdamWWithAmsgrad (729 ms) 2022-09-27T16:45:06.6637964Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamW 2022-09-27T16:45:06.9133283Z [ OK ] OptimTest.ProducesPyTorchValues_AdamW (249 ms) 2022-09-27T16:45:06.9133666Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay 2022-09-27T16:45:07.1540664Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithoutWeightDecay (240 ms) 2022-09-27T16:45:07.1541052Z [ RUN ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad 2022-09-27T16:45:07.4101948Z [ OK ] OptimTest.ProducesPyTorchValues_AdamWWithAMSGrad (256 ms) 2022-09-27T16:45:07.4102314Z [ RUN ] OptimTest.ProducesPyTorchValues_Adagrad 2022-09-27T16:45:07.6113349Z [ OK ] OptimTest.ProducesPyTorchValues_Adagrad (201 ms) 2022-09-27T16:45:07.6113712Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay 2022-09-27T16:45:07.8208564Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecay (209 ms) 2022-09-27T16:45:07.8209003Z [ RUN ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay 2022-09-27T16:45:08.0307554Z [ OK ] OptimTest.ProducesPyTorchValues_AdagradWithWeightDecayAndLRDecay (209 ms) 2022-09-27T16:45:08.0307991Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSprop 2022-09-27T16:45:08.2428511Z [ OK ] OptimTest.ProducesPyTorchValues_RMSprop (212 ms) 2022-09-27T16:45:08.2428907Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay 2022-09-27T16:45:08.4638009Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecay (220 ms) 2022-09-27T16:45:08.4638418Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered 2022-09-27T16:45:08.7070552Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCentered (243 ms) 2022-09-27T16:45:08.7071026Z [ RUN ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum 2022-09-27T16:45:08.9613009Z [ OK ] OptimTest.ProducesPyTorchValues_RMSpropWithWeightDecayAndCenteredAndMomentum (254 ms) 2022-09-27T16:45:08.9613661Z [ RUN ] OptimTest.ProducesPyTorchValues_SGD 2022-09-27T16:45:09.1210585Z [ OK ] OptimTest.ProducesPyTorchValues_SGD (159 ms) 2022-09-27T16:45:09.1210946Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay 2022-09-27T16:45:09.2915977Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecay (170 ms) 2022-09-27T16:45:09.2916394Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum 2022-09-27T16:45:09.4881555Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndMomentum (196 ms) 2022-09-27T16:45:09.4882006Z [ RUN ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum 2022-09-27T16:45:09.6926094Z [ OK ] OptimTest.ProducesPyTorchValues_SGDWithWeightDecayAndNesterovMomentum (204 ms) 2022-09-27T16:45:09.6926490Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS 2022-09-27T16:45:09.8751314Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS (182 ms) 2022-09-27T16:45:09.8751691Z [ RUN ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search 2022-09-27T16:45:10.7626464Z [ OK ] OptimTest.ProducesPyTorchValues_LBFGS_with_line_search (887 ms) 2022-09-27T16:45:10.7626774Z [ RUN ] OptimTest.ZeroGrad 2022-09-27T16:45:10.7627834Z [ OK ] OptimTest.ZeroGrad (0 ms) 2022-09-27T16:45:10.7628131Z [ RUN ] OptimTest.ExternalVectorOfParameters 2022-09-27T16:45:10.7630361Z [ OK ] OptimTest.ExternalVectorOfParameters (0 ms) 2022-09-27T16:45:10.7630656Z [ RUN ] OptimTest.AddParameter_LBFGS 2022-09-27T16:45:10.7631610Z [ OK ] OptimTest.AddParameter_LBFGS (0 ms) 2022-09-27T16:45:10.7631897Z [ RUN ] OptimTest.CheckLRChange_StepLR_Adam 2022-09-27T16:45:10.7632167Z [ OK ] OptimTest.CheckLRChange_StepLR_Adam (0 ms) 2022-09-27T16:45:10.7632455Z [----------] 34 tests from OptimTest (13769 ms total) 2022-09-27T16:45:10.7632614Z 2022-09-27T16:45:10.7632739Z [----------] 29 tests from OrderedDictTest 2022-09-27T16:45:10.7633058Z [ RUN ] OrderedDictTest.IsEmptyAfterDefaultConstruction 2022-09-27T16:45:10.7633437Z [ OK ] OrderedDictTest.IsEmptyAfterDefaultConstruction (0 ms) 2022-09-27T16:45:10.7633853Z [ RUN ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent 2022-09-27T16:45:10.7634285Z [ OK ] OrderedDictTest.InsertAddsElementsWhenTheyAreYetNotPresent (0 ms) 2022-09-27T16:45:10.7634710Z [ RUN ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent 2022-09-27T16:45:10.7635105Z [ OK ] OrderedDictTest.GetReturnsValuesWhenTheyArePresent (0 ms) 2022-09-27T16:45:10.7635523Z [ RUN ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent 2022-09-27T16:45:10.7635963Z [ OK ] OrderedDictTest.GetThrowsWhenPassedKeysThatAreNotPresent (0 ms) 2022-09-27T16:45:10.7636340Z [ RUN ] OrderedDictTest.CanInitializeFromList 2022-09-27T16:45:10.7636638Z [ OK ] OrderedDictTest.CanInitializeFromList (0 ms) 2022-09-27T16:45:10.7637024Z [ RUN ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent 2022-09-27T16:45:10.7637581Z [ OK ] OrderedDictTest.InsertThrowsWhenPassedElementsThatArePresent (0 ms) 2022-09-27T16:45:10.7637982Z [ RUN ] OrderedDictTest.FrontReturnsTheFirstItem 2022-09-27T16:45:10.7638315Z [ OK ] OrderedDictTest.FrontReturnsTheFirstItem (0 ms) 2022-09-27T16:45:10.7638836Z [ RUN ] OrderedDictTest.FrontThrowsWhenEmpty 2022-09-27T16:45:10.7639159Z [ OK ] OrderedDictTest.FrontThrowsWhenEmpty (0 ms) 2022-09-27T16:45:10.7639460Z [ RUN ] OrderedDictTest.BackReturnsTheLastItem 2022-09-27T16:45:10.7639788Z [ OK ] OrderedDictTest.BackReturnsTheLastItem (0 ms) 2022-09-27T16:45:10.7640103Z [ RUN ] OrderedDictTest.BackThrowsWhenEmpty 2022-09-27T16:45:10.7640416Z [ OK ] OrderedDictTest.BackThrowsWhenEmpty (0 ms) 2022-09-27T16:45:10.7640784Z [ RUN ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent 2022-09-27T16:45:10.7641204Z [ OK ] OrderedDictTest.FindReturnsPointersToValuesWhenPresent (0 ms) 2022-09-27T16:45:10.7641747Z [ RUN ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent 2022-09-27T16:45:10.7642289Z [ OK ] OrderedDictTest.FindReturnsNullPointersWhenPasesdKeysThatAreNotPresent (0 ms) 2022-09-27T16:45:10.7642828Z [ RUN ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent 2022-09-27T16:45:10.7643375Z [ OK ] OrderedDictTest.SubscriptOperatorThrowsWhenPassedKeysThatAreNotPresent (0 ms) 2022-09-27T16:45:10.7643931Z [ RUN ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers 2022-09-27T16:45:10.7644507Z [ OK ] OrderedDictTest.SubscriptOperatorReturnsItemsPositionallyWhenPassedIntegers (0 ms) 2022-09-27T16:45:10.7645072Z [ RUN ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent 2022-09-27T16:45:10.7645635Z [ OK ] OrderedDictTest.SubscriptOperatorsThrowswhenPassedKeysThatAreNotPresent (0 ms) 2022-09-27T16:45:10.7646112Z [ RUN ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict 2022-09-27T16:45:10.7646567Z [ OK ] OrderedDictTest.UpdateInsertsAllItemsFromAnotherOrderedDict (0 ms) 2022-09-27T16:45:10.7646974Z [ RUN ] OrderedDictTest.UpdateAlsoChecksForDuplicates 2022-09-27T16:45:10.7647336Z [ OK ] OrderedDictTest.UpdateAlsoChecksForDuplicates (0 ms) 2022-09-27T16:45:10.7647661Z [ RUN ] OrderedDictTest.CanIterateItems 2022-09-27T16:45:10.7647948Z [ OK ] OrderedDictTest.CanIterateItems (0 ms) 2022-09-27T16:45:10.7648199Z [ RUN ] OrderedDictTest.EraseWorks 2022-09-27T16:45:10.7648459Z [ OK ] OrderedDictTest.EraseWorks (0 ms) 2022-09-27T16:45:10.7648753Z [ RUN ] OrderedDictTest.ClearMakesTheDictEmpty 2022-09-27T16:45:10.7649076Z [ OK ] OrderedDictTest.ClearMakesTheDictEmpty (0 ms) 2022-09-27T16:45:10.7649382Z [ RUN ] OrderedDictTest.CanCopyConstruct 2022-09-27T16:45:10.7649655Z [ OK ] OrderedDictTest.CanCopyConstruct (0 ms) 2022-09-27T16:45:10.7649938Z [ RUN ] OrderedDictTest.CanCopyAssign 2022-09-27T16:45:10.7650217Z [ OK ] OrderedDictTest.CanCopyAssign (0 ms) 2022-09-27T16:45:10.7650499Z [ RUN ] OrderedDictTest.CanMoveConstruct 2022-09-27T16:45:10.7650787Z [ OK ] OrderedDictTest.CanMoveConstruct (0 ms) 2022-09-27T16:45:10.7651066Z [ RUN ] OrderedDictTest.CanMoveAssign 2022-09-27T16:45:10.7651325Z [ OK ] OrderedDictTest.CanMoveAssign (0 ms) 2022-09-27T16:45:10.7651617Z [ RUN ] OrderedDictTest.CanInsertWithBraces 2022-09-27T16:45:10.7651922Z [ OK ] OrderedDictTest.CanInsertWithBraces (0 ms) 2022-09-27T16:45:10.7652280Z [ RUN ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription 2022-09-27T16:45:10.7652765Z [ OK ] OrderedDictTest.ErrorMessagesIncludeTheKeyDescription (0 ms) 2022-09-27T16:45:10.7653104Z [ RUN ] OrderedDictTest.KeysReturnsAllKeys 2022-09-27T16:45:10.7653407Z [ OK ] OrderedDictTest.KeysReturnsAllKeys (0 ms) 2022-09-27T16:45:10.7653718Z [ RUN ] OrderedDictTest.ValuesReturnsAllValues 2022-09-27T16:45:10.7654045Z [ OK ] OrderedDictTest.ValuesReturnsAllValues (0 ms) 2022-09-27T16:45:10.7654358Z [ RUN ] OrderedDictTest.ItemsReturnsAllItems 2022-09-27T16:45:10.7654670Z [ OK ] OrderedDictTest.ItemsReturnsAllItems (0 ms) 2022-09-27T16:45:10.7654954Z [----------] 29 tests from OrderedDictTest (1 ms total) 2022-09-27T16:45:10.7655117Z 2022-09-27T16:45:10.7655277Z [----------] 13 tests from RNNTest 2022-09-27T16:45:10.7655514Z [ RUN ] RNNTest.CheckOutputSizes 2022-09-27T16:45:10.7755553Z [ OK ] RNNTest.CheckOutputSizes (10 ms) 2022-09-27T16:45:10.7756013Z [ RUN ] RNNTest.CheckOutputSizesProj 2022-09-27T16:45:10.7857814Z [ OK ] RNNTest.CheckOutputSizesProj (10 ms) 2022-09-27T16:45:10.7858312Z [ RUN ] RNNTest.CheckOutputValuesMatchPyTorch 2022-09-27T16:45:10.7862906Z [ OK ] RNNTest.CheckOutputValuesMatchPyTorch (0 ms) 2022-09-27T16:45:10.7863377Z [ RUN ] RNNTest.EndToEndLSTM 2022-09-27T16:45:12.9366552Z [ OK ] RNNTest.EndToEndLSTM (2150 ms) 2022-09-27T16:45:12.9367280Z [ RUN ] RNNTest.EndToEndLSTMProj 2022-09-27T16:45:15.0791006Z [ OK ] RNNTest.EndToEndLSTMProj (2142 ms) 2022-09-27T16:45:15.0791458Z [ RUN ] RNNTest.EndToEndGRU 2022-09-27T16:45:16.9261529Z [ OK ] RNNTest.EndToEndGRU (1847 ms) 2022-09-27T16:45:16.9261814Z [ RUN ] RNNTest.EndToEndRNNRelu 2022-09-27T16:45:17.9461683Z [ OK ] RNNTest.EndToEndRNNRelu (1019 ms) 2022-09-27T16:45:17.9461963Z [ RUN ] RNNTest.EndToEndRNNTanh 2022-09-27T16:45:19.0791547Z [ OK ] RNNTest.EndToEndRNNTanh (1132 ms) 2022-09-27T16:45:19.0791853Z [ RUN ] RNNTest.PrettyPrintRNNs 2022-09-27T16:45:19.0813772Z [ OK ] RNNTest.PrettyPrintRNNs (2 ms) 2022-09-27T16:45:19.0814076Z [ RUN ] RNNTest.BidirectionalFlattenParameters 2022-09-27T16:45:19.0921728Z [ OK ] RNNTest.BidirectionalFlattenParameters (10 ms) 2022-09-27T16:45:19.0922050Z [ RUN ] RNNTest.BidirectionalGRUReverseForward 2022-09-27T16:45:19.0937285Z [ OK ] RNNTest.BidirectionalGRUReverseForward (1 ms) 2022-09-27T16:45:19.0937636Z [ RUN ] RNNTest.BidirectionalLSTMReverseForward 2022-09-27T16:45:19.0950747Z [ OK ] RNNTest.BidirectionalLSTMReverseForward (1 ms) 2022-09-27T16:45:19.0951053Z [ RUN ] RNNTest.UsePackedSequenceAsInput 2022-09-27T16:45:19.0970682Z [ OK ] RNNTest.UsePackedSequenceAsInput (1 ms) 2022-09-27T16:45:19.0970987Z [----------] 13 tests from RNNTest (8332 ms total) 2022-09-27T16:45:19.0971139Z 2022-09-27T16:45:19.0971246Z [----------] 19 tests from SequentialTest 2022-09-27T16:45:19.0971483Z [ RUN ] SequentialTest.CanContainThings 2022-09-27T16:45:19.0971776Z [ OK ] SequentialTest.CanContainThings (0 ms) 2022-09-27T16:45:19.0972094Z [ RUN ] SequentialTest.ConstructsFromSharedPointer 2022-09-27T16:45:19.0972495Z [ OK ] SequentialTest.ConstructsFromSharedPointer (0 ms) 2022-09-27T16:45:19.0972835Z [ RUN ] SequentialTest.ConstructsFromConcreteType 2022-09-27T16:45:19.0973171Z [ OK ] SequentialTest.ConstructsFromConcreteType (0 ms) 2022-09-27T16:45:19.0973505Z [ RUN ] SequentialTest.ConstructsFromModuleHolder 2022-09-27T16:45:19.0973823Z [ OK ] SequentialTest.ConstructsFromModuleHolder (0 ms) 2022-09-27T16:45:19.0974143Z [ RUN ] SequentialTest.PushBackAddsAnElement 2022-09-27T16:45:19.0974455Z [ OK ] SequentialTest.PushBackAddsAnElement (0 ms) 2022-09-27T16:45:19.0974737Z [ RUN ] SequentialTest.AccessWithAt 2022-09-27T16:45:19.0976736Z [ OK ] SequentialTest.AccessWithAt (0 ms) 2022-09-27T16:45:19.0977002Z [ RUN ] SequentialTest.AccessWithPtr 2022-09-27T16:45:19.0978593Z [ OK ] SequentialTest.AccessWithPtr (0 ms) 2022-09-27T16:45:19.0978952Z [ RUN ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed 2022-09-27T16:45:19.0979514Z [ OK ] SequentialTest.CallingForwardOnEmptySequentialIsDisallowed (0 ms) 2022-09-27T16:45:19.0979918Z [ RUN ] SequentialTest.CallingForwardChainsCorrectly 2022-09-27T16:45:19.0980270Z [ OK ] SequentialTest.CallingForwardChainsCorrectly (0 ms) 2022-09-27T16:45:19.0980662Z [ RUN ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows 2022-09-27T16:45:19.0981105Z [ OK ] SequentialTest.CallingForwardWithTheWrongReturnTypeThrows (0 ms) 2022-09-27T16:45:19.0981509Z [ RUN ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor 2022-09-27T16:45:19.0982101Z [ OK ] SequentialTest.TheReturnTypeOfForwardDefaultsToTensor (0 ms) 2022-09-27T16:45:19.0982471Z [ RUN ] SequentialTest.ForwardReturnsTheLastValue 2022-09-27T16:45:19.0986556Z [ OK ] SequentialTest.ForwardReturnsTheLastValue (0 ms) 2022-09-27T16:45:19.0987409Z [ RUN ] SequentialTest.SanityCheckForHoldingStandardModules 2022-09-27T16:45:19.0988413Z [ OK ] SequentialTest.SanityCheckForHoldingStandardModules (0 ms) 2022-09-27T16:45:19.0989363Z [ RUN ] SequentialTest.ExtendPushesModulesFromOtherSequential 2022-09-27T16:45:19.0990301Z [ OK ] SequentialTest.ExtendPushesModulesFromOtherSequential (0 ms) 2022-09-27T16:45:19.0991303Z [ RUN ] SequentialTest.HasReferenceSemantics 2022-09-27T16:45:19.0992000Z [ OK ] SequentialTest.HasReferenceSemantics (0 ms) 2022-09-27T16:45:19.0992643Z [ RUN ] SequentialTest.IsCloneable 2022-09-27T16:45:19.0994793Z [ OK ] SequentialTest.IsCloneable (0 ms) 2022-09-27T16:45:19.0995340Z [ RUN ] SequentialTest.RegistersElementsAsSubmodules 2022-09-27T16:45:19.0995931Z [ OK ] SequentialTest.RegistersElementsAsSubmodules (0 ms) 2022-09-27T16:45:19.0996509Z [ RUN ] SequentialTest.PrettyPrintSequential 2022-09-27T16:45:19.0998507Z [ OK ] SequentialTest.PrettyPrintSequential (0 ms) 2022-09-27T16:45:19.0999087Z [ RUN ] SequentialTest.ModuleForwardMethodOptionalArg 2022-09-27T16:45:19.1037078Z [ OK ] SequentialTest.ModuleForwardMethodOptionalArg (3 ms) 2022-09-27T16:45:19.1037641Z [----------] 19 tests from SequentialTest (6 ms total) 2022-09-27T16:45:19.1037904Z 2022-09-27T16:45:19.1038087Z [----------] 11 tests from TransformerTest 2022-09-27T16:45:19.1038544Z [ RUN ] TransformerTest.TransformerEncoderLayer 2022-09-27T16:45:19.1163473Z [ OK ] TransformerTest.TransformerEncoderLayer (12 ms) 2022-09-27T16:45:19.1163836Z [ RUN ] TransformerTest.TransformerDecoderLayer 2022-09-27T16:45:19.1292612Z [ OK ] TransformerTest.TransformerDecoderLayer (12 ms) 2022-09-27T16:45:19.1292960Z [ RUN ] TransformerTest.TransformerDecoderLayer_gelu 2022-09-27T16:45:19.1368121Z [ OK ] TransformerTest.TransformerDecoderLayer_gelu (7 ms) 2022-09-27T16:45:19.1368445Z [ RUN ] TransformerTest.TransformerEncoder 2022-09-27T16:45:19.1632349Z [ OK ] TransformerTest.TransformerEncoder (26 ms) 2022-09-27T16:45:19.1632729Z [ RUN ] TransformerTest.PrettyPrintTransformerEncoderLayer 2022-09-27T16:45:19.1635302Z [ OK ] TransformerTest.PrettyPrintTransformerEncoderLayer (0 ms) 2022-09-27T16:45:19.1635684Z [ RUN ] TransformerTest.PrettyPrintTransformerEncoder 2022-09-27T16:45:19.1648857Z [ OK ] TransformerTest.PrettyPrintTransformerEncoder (1 ms) 2022-09-27T16:45:19.1649239Z [ RUN ] TransformerTest.PrettyPrintTransformerDecoderLayer 2022-09-27T16:45:19.1651905Z [ OK ] TransformerTest.PrettyPrintTransformerDecoderLayer (0 ms) 2022-09-27T16:45:19.1652240Z [ RUN ] TransformerTest.TransformerDecoder 2022-09-27T16:45:19.2377767Z [ OK ] TransformerTest.TransformerDecoder (72 ms) 2022-09-27T16:45:19.2378161Z [ RUN ] TransformerTest.PrettyPrintTransformerDecoder 2022-09-27T16:45:19.2393162Z [ OK ] TransformerTest.PrettyPrintTransformerDecoder (1 ms) 2022-09-27T16:45:19.2393487Z [ RUN ] TransformerTest.Transformer 2022-09-27T16:45:19.2659516Z [ OK ] TransformerTest.Transformer (26 ms) 2022-09-27T16:45:19.2659857Z [ RUN ] TransformerTest.TransformerArgsCorrectness 2022-09-27T16:45:19.2674618Z [ OK ] TransformerTest.TransformerArgsCorrectness (1 ms) 2022-09-27T16:45:19.2674978Z [----------] 11 tests from TransformerTest (163 ms total) 2022-09-27T16:45:19.2675155Z 2022-09-27T16:45:19.2675261Z [----------] 22 tests from SerializeTest 2022-09-27T16:45:19.2675496Z [ RUN ] SerializeTest.KeysFunc 2022-09-27T16:45:19.2748628Z [ OK ] SerializeTest.KeysFunc (7 ms) 2022-09-27T16:45:19.2748892Z [ RUN ] SerializeTest.TryReadFunc 2022-09-27T16:45:19.2764392Z [ OK ] SerializeTest.TryReadFunc (1 ms) 2022-09-27T16:45:19.2764660Z [ RUN ] SerializeTest.Basic 2022-09-27T16:45:19.2766950Z [ OK ] SerializeTest.Basic (0 ms) 2022-09-27T16:45:19.2776501Z [ RUN ] SerializeTest.BasicToFile 2022-09-27T16:45:19.2819675Z [ OK ] SerializeTest.BasicToFile (5 ms) 2022-09-27T16:45:19.2819945Z [ RUN ] SerializeTest.BasicViaFunc 2022-09-27T16:45:19.2823678Z [ OK ] SerializeTest.BasicViaFunc (0 ms) 2022-09-27T16:45:19.2823924Z [ RUN ] SerializeTest.Resized 2022-09-27T16:45:19.2826274Z [ OK ] SerializeTest.Resized (0 ms) 2022-09-27T16:45:19.2826508Z [ RUN ] SerializeTest.Sliced 2022-09-27T16:45:19.2828807Z [ OK ] SerializeTest.Sliced (0 ms) 2022-09-27T16:45:19.2829040Z [ RUN ] SerializeTest.NonContiguous 2022-09-27T16:45:19.2831365Z [ OK ] SerializeTest.NonContiguous (0 ms) 2022-09-27T16:45:19.2831636Z [ RUN ] SerializeTest.ErrorOnMissingKey 2022-09-27T16:45:19.2840838Z [ OK ] SerializeTest.ErrorOnMissingKey (0 ms) 2022-09-27T16:45:19.2841102Z [ RUN ] SerializeTest.XOR 2022-09-27T16:45:19.4960238Z [ OK ] SerializeTest.XOR (211 ms) 2022-09-27T16:45:19.4960538Z [ RUN ] SerializeTest.Optim 2022-09-27T16:45:19.5082215Z [ OK ] SerializeTest.Optim (12 ms) 2022-09-27T16:45:19.5082469Z [ RUN ] SerializeTest.Optim_Adagrad 2022-09-27T16:45:19.5248208Z [ OK ] SerializeTest.Optim_Adagrad (16 ms) 2022-09-27T16:45:19.5248462Z [ RUN ] SerializeTest.Optim_SGD 2022-09-27T16:45:19.5401626Z [ OK ] SerializeTest.Optim_SGD (15 ms) 2022-09-27T16:45:19.5401862Z [ RUN ] SerializeTest.Optim_Adam 2022-09-27T16:45:19.5536367Z [ OK ] SerializeTest.Optim_Adam (13 ms) 2022-09-27T16:45:19.5536615Z [ RUN ] SerializeTest.Optim_AdamW 2022-09-27T16:45:19.5667809Z [ OK ] SerializeTest.Optim_AdamW (13 ms) 2022-09-27T16:45:19.5668064Z [ RUN ] SerializeTest.Optim_RMSprop 2022-09-27T16:45:19.5801573Z [ OK ] SerializeTest.Optim_RMSprop (13 ms) 2022-09-27T16:45:19.5801835Z [ RUN ] SerializeTest.Optim_LBFGS 2022-09-27T16:45:19.5932199Z [ OK ] SerializeTest.Optim_LBFGS (13 ms) 2022-09-27T16:45:19.5932691Z [ RUN ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers 2022-09-27T16:45:19.5937409Z [ OK ] SerializeTest.CanSerializeModulesWithIntermediateModulesWithoutParametersOrBuffers (0 ms) 2022-09-27T16:45:19.5937854Z [ RUN ] SerializeTest.VectorOfTensors 2022-09-27T16:45:19.5940309Z [ OK ] SerializeTest.VectorOfTensors (0 ms) 2022-09-27T16:45:19.5940557Z [ RUN ] SerializeTest.IValue 2022-09-27T16:45:19.5985148Z [ OK ] SerializeTest.IValue (4 ms) 2022-09-27T16:45:19.5985493Z [ RUN ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule 2022-09-27T16:45:19.5986540Z [ OK ] SerializeTest.UnserializableSubmoduleIsSkippedWhenSavingModule (0 ms) 2022-09-27T16:45:19.5987012Z [ RUN ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule 2022-09-27T16:45:19.6034619Z [ OK ] SerializeTest.UnserializableSubmoduleIsIgnoredWhenLoadingModule (4 ms) 2022-09-27T16:45:19.6035043Z [----------] 22 tests from SerializeTest (335 ms total) 2022-09-27T16:45:19.6035196Z 2022-09-27T16:45:19.6035293Z [----------] 1 test from SpecialTest 2022-09-27T16:45:19.6035515Z [ RUN ] SpecialTest.special 2022-09-27T16:45:19.6035732Z [ OK ] SpecialTest.special (0 ms) 2022-09-27T16:45:19.6035980Z [----------] 1 test from SpecialTest (0 ms total) 2022-09-27T16:45:19.6036124Z 2022-09-27T16:45:19.6036215Z [----------] 5 tests from TestStatic 2022-09-27T16:45:19.6036422Z [ RUN ] TestStatic.AllOf 2022-09-27T16:45:19.6036633Z [ OK ] TestStatic.AllOf (0 ms) 2022-09-27T16:45:19.6038761Z [ RUN ] TestStatic.AnyOf 2022-09-27T16:45:19.6039012Z [ OK ] TestStatic.AnyOf (0 ms) 2022-09-27T16:45:19.6039250Z [ RUN ] TestStatic.EnableIfModule 2022-09-27T16:45:19.6039502Z [ OK ] TestStatic.EnableIfModule (0 ms) 2022-09-27T16:45:19.6039915Z [ RUN ] TestStatic.ReturnTypeOfForward 2022-09-27T16:45:19.6040191Z [ OK ] TestStatic.ReturnTypeOfForward (0 ms) 2022-09-27T16:45:19.6040417Z [ RUN ] TestStatic.Apply 2022-09-27T16:45:19.6040635Z [ OK ] TestStatic.Apply (0 ms) 2022-09-27T16:45:19.6040880Z [----------] 5 tests from TestStatic (0 ms total) 2022-09-27T16:45:19.6041028Z 2022-09-27T16:45:19.6041124Z [----------] 45 tests from TensorTest 2022-09-27T16:45:19.6041338Z [ RUN ] TensorTest.ToDtype 2022-09-27T16:45:19.6041554Z [ OK ] TensorTest.ToDtype (0 ms) 2022-09-27T16:45:19.6041804Z [ RUN ] TensorTest.ToTensorAndTensorAttributes 2022-09-27T16:45:19.6042197Z [ OK ] TensorTest.ToTensorAndTensorAttributes (0 ms) 2022-09-27T16:45:19.6042499Z [ RUN ] TensorTest.ToOptionsWithRequiresGrad 2022-09-27T16:45:19.6042812Z [ OK ] TensorTest.ToOptionsWithRequiresGrad (0 ms) 2022-09-27T16:45:19.6043147Z [ RUN ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame 2022-09-27T16:45:19.6043519Z [ OK ] TensorTest.ToDoesNotCopyWhenOptionsAreAllTheSame (0 ms) 2022-09-27T16:45:19.6043823Z [ RUN ] TensorTest.AtTensorCtorScalar 2022-09-27T16:45:19.6044088Z [ OK ] TensorTest.AtTensorCtorScalar (0 ms) 2022-09-27T16:45:19.6044357Z [ RUN ] TensorTest.AtTensorCtorSingleDim 2022-09-27T16:45:19.6044635Z [ OK ] TensorTest.AtTensorCtorSingleDim (0 ms) 2022-09-27T16:45:19.6044919Z [ RUN ] TensorTest.AtTensorCastRealToComplex 2022-09-27T16:45:19.6045223Z [ OK ] TensorTest.AtTensorCastRealToComplex (0 ms) 2022-09-27T16:45:19.6045537Z [ RUN ] TensorTest.AtTensorCastComplexToRealErrorChecks 2022-09-27T16:45:19.6045907Z [ OK ] TensorTest.AtTensorCastComplexToRealErrorChecks (0 ms) 2022-09-27T16:45:19.6046259Z [ RUN ] TensorTest.TorchTensorCtorScalarIntegralType 2022-09-27T16:45:19.6046600Z [ OK ] TensorTest.TorchTensorCtorScalarIntegralType (0 ms) 2022-09-27T16:45:19.6046945Z [ RUN ] TensorTest.TorchTensorCtorScalarFloatingType 2022-09-27T16:45:19.6047285Z [ OK ] TensorTest.TorchTensorCtorScalarFloatingType (0 ms) 2022-09-27T16:45:19.6047608Z [ RUN ] TensorTest.TorchTensorCtorScalarBoolType 2022-09-27T16:45:19.6047932Z [ OK ] TensorTest.TorchTensorCtorScalarBoolType (0 ms) 2022-09-27T16:45:19.6048270Z [ RUN ] TensorTest.TorchTensorCtorSingleDimIntegralType 2022-09-27T16:45:19.6048627Z [ OK ] TensorTest.TorchTensorCtorSingleDimIntegralType (0 ms) 2022-09-27T16:45:19.6048985Z [ RUN ] TensorTest.TorchTensorCtorSingleDimFloatingType 2022-09-27T16:45:19.6049346Z [ OK ] TensorTest.TorchTensorCtorSingleDimFloatingType (0 ms) 2022-09-27T16:45:19.6049683Z [ RUN ] TensorTest.TorchTensorCtorSingleDimBoolType 2022-09-27T16:45:19.6050017Z [ OK ] TensorTest.TorchTensorCtorSingleDimBoolType (0 ms) 2022-09-27T16:45:19.6050359Z [ RUN ] TensorTest.TorchTensorCtorMultiDimIntegralType 2022-09-27T16:45:19.6053661Z [ OK ] TensorTest.TorchTensorCtorMultiDimIntegralType (0 ms) 2022-09-27T16:45:19.6054028Z [ RUN ] TensorTest.TorchTensorCtorMultiDimFloatingType 2022-09-27T16:45:19.6056443Z [ OK ] TensorTest.TorchTensorCtorMultiDimFloatingType (0 ms) 2022-09-27T16:45:19.6056787Z [ RUN ] TensorTest.TorchTensorCtorMultiDimBoolType 2022-09-27T16:45:19.6057110Z [ OK ] TensorTest.TorchTensorCtorMultiDimBoolType (0 ms) 2022-09-27T16:45:19.6057446Z [ RUN ] TensorTest.TorchTensorCtorMultiDimWithOptions 2022-09-27T16:45:19.6058323Z [ OK ] TensorTest.TorchTensorCtorMultiDimWithOptions (0 ms) 2022-09-27T16:45:19.6058674Z [ RUN ] TensorTest.TorchTensorCtorMultiDimErrorChecks 2022-09-27T16:45:19.6063206Z [ OK ] TensorTest.TorchTensorCtorMultiDimErrorChecks (0 ms) 2022-09-27T16:45:19.6063541Z [ RUN ] TensorTest.TorchTensorCastRealToComplex 2022-09-27T16:45:19.6063860Z [ OK ] TensorTest.TorchTensorCastRealToComplex (0 ms) 2022-09-27T16:45:19.6064191Z [ RUN ] TensorTest.TorchTensorCastComplexToRealErrorChecks 2022-09-27T16:45:19.6064967Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Copy.cpp:250] Warning: Casting complex values to real discards the imaginary part (function operator ()) 2022-09-27T16:45:19.6065736Z [ OK ] TensorTest.TorchTensorCastComplexToRealErrorChecks (0 ms) 2022-09-27T16:45:19.6066082Z [ RUN ] TensorTest.TorchTensorCtorZeroSizedDim 2022-09-27T16:45:19.6067182Z [ OK ] TensorTest.TorchTensorCtorZeroSizedDim (0 ms) 2022-09-27T16:45:19.6067522Z [ RUN ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype 2022-09-27T16:45:19.6068036Z [ OK ] TensorTest.TorchTensorCtorWithoutSpecifyingDtype (0 ms) 2022-09-27T16:45:19.6068475Z [ RUN ] TensorTest.TorchTensorCtorWithNonDtypeOptions 2022-09-27T16:45:19.6068899Z [ OK ] TensorTest.TorchTensorCtorWithNonDtypeOptions (0 ms) 2022-09-27T16:45:19.6069183Z [ RUN ] TensorTest.Arange 2022-09-27T16:45:19.6069395Z [ OK ] TensorTest.Arange (0 ms) 2022-09-27T16:45:19.6069671Z [ RUN ] TensorTest.PrettyPrintTensorDataContainer 2022-09-27T16:45:19.6070004Z [ OK ] TensorTest.PrettyPrintTensorDataContainer (0 ms) 2022-09-27T16:45:19.6070379Z [ RUN ] TensorTest.TensorDataContainerCallingAccessorOfWrongType 2022-09-27T16:45:19.6074996Z [ OK ] TensorTest.TensorDataContainerCallingAccessorOfWrongType (0 ms) 2022-09-27T16:45:19.6075325Z [ RUN ] TensorTest.FromBlob 2022-09-27T16:45:19.6075543Z [ OK ] TensorTest.FromBlob (0 ms) 2022-09-27T16:45:19.6075791Z [ RUN ] TensorTest.FromBlobUsesDeleter 2022-09-27T16:45:19.6076058Z [ OK ] TensorTest.FromBlobUsesDeleter (0 ms) 2022-09-27T16:45:19.6076324Z [ RUN ] TensorTest.FromBlobWithStrides 2022-09-27T16:45:19.6076586Z [ OK ] TensorTest.FromBlobWithStrides (0 ms) 2022-09-27T16:45:19.6076821Z [ RUN ] TensorTest.Item 2022-09-27T16:45:19.6077027Z [ OK ] TensorTest.Item (0 ms) 2022-09-27T16:45:19.6077236Z [ RUN ] TensorTest.DataPtr 2022-09-27T16:45:19.6077452Z [ OK ] TensorTest.DataPtr (0 ms) 2022-09-27T16:45:19.6077662Z [ RUN ] TensorTest.Data 2022-09-27T16:45:19.6077851Z [ OK ] TensorTest.Data (0 ms) 2022-09-27T16:45:19.6078076Z [ RUN ] TensorTest.BackwardAndGrad 2022-09-27T16:45:19.6078328Z [ OK ] TensorTest.BackwardAndGrad (0 ms) 2022-09-27T16:45:19.6078596Z [ RUN ] TensorTest.BackwardCreatesOnesGrad 2022-09-27T16:45:19.6078881Z [ OK ] TensorTest.BackwardCreatesOnesGrad (0 ms) 2022-09-27T16:45:19.6079156Z [ RUN ] TensorTest.BackwardNonScalarOutputs 2022-09-27T16:45:19.6079457Z [ OK ] TensorTest.BackwardNonScalarOutputs (0 ms) 2022-09-27T16:45:19.6079708Z [ RUN ] TensorTest.IsLeaf 2022-09-27T16:45:19.6079927Z [ OK ] TensorTest.IsLeaf (0 ms) 2022-09-27T16:45:19.6080141Z [ RUN ] TensorTest.OutputNr 2022-09-27T16:45:19.6080358Z [ OK ] TensorTest.OutputNr (0 ms) 2022-09-27T16:45:19.6080560Z [ RUN ] TensorTest.Version 2022-09-27T16:45:19.6080776Z [ OK ] TensorTest.Version (0 ms) 2022-09-27T16:45:19.6080986Z [ RUN ] TensorTest.Detach 2022-09-27T16:45:19.6081202Z [ OK ] TensorTest.Detach (0 ms) 2022-09-27T16:45:19.6081427Z [ RUN ] TensorTest.DetachInplace 2022-09-27T16:45:19.6081653Z [ OK ] TensorTest.DetachInplace (0 ms) 2022-09-27T16:45:19.6081876Z [ RUN ] TensorTest.SetData 2022-09-27T16:45:19.6082092Z [ OK ] TensorTest.SetData (0 ms) 2022-09-27T16:45:19.6082334Z [ RUN ] TensorTest.RequiresGradInplace 2022-09-27T16:45:19.6082605Z [ OK ] TensorTest.RequiresGradInplace (0 ms) 2022-09-27T16:45:19.6082851Z [ RUN ] TensorTest.StdDimension 2022-09-27T16:45:19.6083159Z [ OK ] TensorTest.StdDimension (0 ms) 2022-09-27T16:45:19.6083401Z [ RUN ] TensorTest.ReshapeAlias 2022-09-27T16:45:19.6085099Z [ OK ] TensorTest.ReshapeAlias (0 ms) 2022-09-27T16:45:19.6085357Z [----------] 45 tests from TensorTest (4 ms total) 2022-09-27T16:45:19.6085504Z 2022-09-27T16:45:19.6085616Z [----------] 36 tests from TensorIndexingTest 2022-09-27T16:45:19.6085852Z [ RUN ] TensorIndexingTest.Slice 2022-09-27T16:45:19.6086169Z [ OK ] TensorIndexingTest.Slice (0 ms) 2022-09-27T16:45:19.6086416Z [ RUN ] TensorIndexingTest.TensorIndex 2022-09-27T16:45:19.6087843Z [ OK ] TensorIndexingTest.TensorIndex (0 ms) 2022-09-27T16:45:19.6088151Z [ RUN ] TensorIndexingTest.TestNoIndices 2022-09-27T16:45:19.6094823Z [ OK ] TensorIndexingTest.TestNoIndices (0 ms) 2022-09-27T16:45:19.6095182Z [ RUN ] TensorIndexingTest.TestAdvancedIndexingWithListOfTensor 2022-09-27T16:45:19.6096421Z [ OK ] TensorIndexingTest.TestAdvancedIndexingWithListOfTensor (0 ms) 2022-09-27T16:45:19.6096758Z [ RUN ] TensorIndexingTest.TestSingleInt 2022-09-27T16:45:19.6097122Z [ OK ] TensorIndexingTest.TestSingleInt (0 ms) 2022-09-27T16:45:19.6097411Z [ RUN ] TensorIndexingTest.TestMultipleInt 2022-09-27T16:45:19.6097756Z [ OK ] TensorIndexingTest.TestMultipleInt (0 ms) 2022-09-27T16:45:19.6098022Z [ RUN ] TensorIndexingTest.TestNone 2022-09-27T16:45:19.6098282Z [ OK ] TensorIndexingTest.TestNone (0 ms) 2022-09-27T16:45:19.6098518Z [ RUN ] TensorIndexingTest.TestStep 2022-09-27T16:45:19.6098898Z [ OK ] TensorIndexingTest.TestStep (0 ms) 2022-09-27T16:45:19.6099178Z [ RUN ] TensorIndexingTest.TestStepAssignment 2022-09-27T16:45:19.6100264Z [ OK ] TensorIndexingTest.TestStepAssignment (0 ms) 2022-09-27T16:45:19.6100564Z [ RUN ] TensorIndexingTest.TestBoolIndices 2022-09-27T16:45:19.6102685Z [ OK ] TensorIndexingTest.TestBoolIndices (0 ms) 2022-09-27T16:45:19.6103001Z [ RUN ] TensorIndexingTest.TestBoolIndicesAccumulate 2022-09-27T16:45:19.6103375Z [ OK ] TensorIndexingTest.TestBoolIndicesAccumulate (0 ms) 2022-09-27T16:45:19.6103719Z [ RUN ] TensorIndexingTest.TestMultipleBoolIndices 2022-09-27T16:45:19.6104096Z [ OK ] TensorIndexingTest.TestMultipleBoolIndices (0 ms) 2022-09-27T16:45:19.6104402Z [ RUN ] TensorIndexingTest.TestByteMask 2022-09-27T16:45:19.6105425Z [ OK ] TensorIndexingTest.TestByteMask (0 ms) 2022-09-27T16:45:19.6105732Z [ RUN ] TensorIndexingTest.TestByteMaskAccumulate 2022-09-27T16:45:19.6106100Z [ OK ] TensorIndexingTest.TestByteMaskAccumulate (0 ms) 2022-09-27T16:45:19.6106406Z [ RUN ] TensorIndexingTest.TestMultipleByteMask 2022-09-27T16:45:19.6106765Z [ OK ] TensorIndexingTest.TestMultipleByteMask (0 ms) 2022-09-27T16:45:19.6107063Z [ RUN ] TensorIndexingTest.TestByteMask2d 2022-09-27T16:45:19.6107389Z [ OK ] TensorIndexingTest.TestByteMask2d (0 ms) 2022-09-27T16:45:19.6107673Z [ RUN ] TensorIndexingTest.TestIntIndices 2022-09-27T16:45:19.6108306Z [ OK ] TensorIndexingTest.TestIntIndices (0 ms) 2022-09-27T16:45:19.6108597Z [ RUN ] TensorIndexingTest.TestIntIndices2d 2022-09-27T16:45:19.6109163Z [ OK ] TensorIndexingTest.TestIntIndices2d (0 ms) 2022-09-27T16:45:19.6109479Z [ RUN ] TensorIndexingTest.TestIntIndicesBroadcast 2022-09-27T16:45:19.6109856Z [ OK ] TensorIndexingTest.TestIntIndicesBroadcast (0 ms) 2022-09-27T16:45:19.6110166Z [ RUN ] TensorIndexingTest.TestEmptyIndex 2022-09-27T16:45:19.6110590Z [ OK ] TensorIndexingTest.TestEmptyIndex (0 ms) 2022-09-27T16:45:19.6110887Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndex 2022-09-27T16:45:19.6114388Z [ OK ] TensorIndexingTest.TestEmptyNdimIndex (0 ms) 2022-09-27T16:45:19.6114704Z [ RUN ] TensorIndexingTest.TestEmptyNdimIndexBool 2022-09-27T16:45:19.6115843Z [ OK ] TensorIndexingTest.TestEmptyNdimIndexBool (0 ms) 2022-09-27T16:45:19.6116152Z [ RUN ] TensorIndexingTest.TestEmptySlice 2022-09-27T16:45:19.6116438Z [ OK ] TensorIndexingTest.TestEmptySlice (0 ms) 2022-09-27T16:45:19.6116773Z [ RUN ] TensorIndexingTest.TestIndexGetitemCopyBoolsSlices 2022-09-27T16:45:19.6117668Z [ OK ] TensorIndexingTest.TestIndexGetitemCopyBoolsSlices (0 ms) 2022-09-27T16:45:19.6118042Z [ RUN ] TensorIndexingTest.TestIndexSetitemBoolsSlices 2022-09-27T16:45:19.6124292Z [ OK ] TensorIndexingTest.TestIndexSetitemBoolsSlices (0 ms) 2022-09-27T16:45:19.6124641Z [ RUN ] TensorIndexingTest.TestIndexScalarWithBoolMask 2022-09-27T16:45:19.6125455Z [ OK ] TensorIndexingTest.TestIndexScalarWithBoolMask (0 ms) 2022-09-27T16:45:19.6125811Z [ RUN ] TensorIndexingTest.TestSetitemExpansionError 2022-09-27T16:45:19.6129973Z [ OK ] TensorIndexingTest.TestSetitemExpansionError (0 ms) 2022-09-27T16:45:19.6130299Z [ RUN ] TensorIndexingTest.TestGetitemScalars 2022-09-27T16:45:19.6134781Z [ OK ] TensorIndexingTest.TestGetitemScalars (0 ms) 2022-09-27T16:45:19.6135087Z [ RUN ] TensorIndexingTest.TestSetitemScalars 2022-09-27T16:45:19.6139217Z [ OK ] TensorIndexingTest.TestSetitemScalars (0 ms) 2022-09-27T16:45:19.6139540Z [ RUN ] TensorIndexingTest.TestBasicAdvancedCombined 2022-09-27T16:45:19.6140921Z [ OK ] TensorIndexingTest.TestBasicAdvancedCombined (0 ms) 2022-09-27T16:45:19.6141246Z [ RUN ] TensorIndexingTest.TestIntAssignment 2022-09-27T16:45:19.6141613Z [ OK ] TensorIndexingTest.TestIntAssignment (0 ms) 2022-09-27T16:45:19.6141937Z [ RUN ] TensorIndexingTest.TestByteTensorAssignment 2022-09-27T16:45:19.6143185Z [ OK ] TensorIndexingTest.TestByteTensorAssignment (0 ms) 2022-09-27T16:45:19.6143497Z [ RUN ] TensorIndexingTest.TestVariableSlicing 2022-09-27T16:45:19.6143810Z [ OK ] TensorIndexingTest.TestVariableSlicing (0 ms) 2022-09-27T16:45:19.6144115Z [ RUN ] TensorIndexingTest.TestEllipsisTensor 2022-09-27T16:45:19.6144425Z [ OK ] TensorIndexingTest.TestEllipsisTensor (0 ms) 2022-09-27T16:45:19.6144728Z [ RUN ] TensorIndexingTest.TestOutOfBoundIndex 2022-09-27T16:45:19.6149022Z [ OK ] TensorIndexingTest.TestOutOfBoundIndex (0 ms) 2022-09-27T16:45:19.6149324Z [ RUN ] TensorIndexingTest.TestZeroDimIndex 2022-09-27T16:45:19.6150083Z [ OK ] TensorIndexingTest.TestZeroDimIndex (0 ms) 2022-09-27T16:45:19.6150397Z [----------] 36 tests from TensorIndexingTest (6 ms total) 2022-09-27T16:45:19.6150560Z 2022-09-27T16:45:19.6150658Z [----------] 18 tests from NumpyTests 2022-09-27T16:45:19.6150885Z [ RUN ] NumpyTests.TestNoneIndex 2022-09-27T16:45:19.6151125Z [ OK ] NumpyTests.TestNoneIndex (0 ms) 2022-09-27T16:45:19.6151385Z [ RUN ] NumpyTests.TestEmptyFancyIndex 2022-09-27T16:45:19.6152672Z [ OK ] NumpyTests.TestEmptyFancyIndex (0 ms) 2022-09-27T16:45:19.6152936Z [ RUN ] NumpyTests.TestEllipsisIndex 2022-09-27T16:45:19.6153772Z [ OK ] NumpyTests.TestEllipsisIndex (0 ms) 2022-09-27T16:45:19.6154039Z [ RUN ] NumpyTests.TestSingleIntIndex 2022-09-27T16:45:19.6155484Z [ OK ] NumpyTests.TestSingleIntIndex (0 ms) 2022-09-27T16:45:19.6155754Z [ RUN ] NumpyTests.TestSingleBoolIndex 2022-09-27T16:45:19.6156120Z [ OK ] NumpyTests.TestSingleBoolIndex (0 ms) 2022-09-27T16:45:19.6156390Z [ RUN ] NumpyTests.TestBooleanShapeMismatch 2022-09-27T16:45:19.6163065Z [ OK ] NumpyTests.TestBooleanShapeMismatch (0 ms) 2022-09-27T16:45:19.6163368Z [ RUN ] NumpyTests.TestBooleanIndexingOnedim 2022-09-27T16:45:19.6164155Z [ OK ] NumpyTests.TestBooleanIndexingOnedim (0 ms) 2022-09-27T16:45:19.6164481Z [ RUN ] NumpyTests.TestBooleanAssignmentValueMismatch 2022-09-27T16:45:19.6169603Z [ OK ] NumpyTests.TestBooleanAssignmentValueMismatch (0 ms) 2022-09-27T16:45:19.6169934Z [ RUN ] NumpyTests.TestBooleanIndexingTwodim 2022-09-27T16:45:19.6171385Z [ OK ] NumpyTests.TestBooleanIndexingTwodim (0 ms) 2022-09-27T16:45:19.6171694Z [ RUN ] NumpyTests.TestBooleanIndexingWeirdness 2022-09-27T16:45:19.6176379Z [ OK ] NumpyTests.TestBooleanIndexingWeirdness (0 ms) 2022-09-27T16:45:19.6176716Z [ RUN ] NumpyTests.TestBooleanIndexingWeirdnessTensors 2022-09-27T16:45:19.6180872Z [ OK ] NumpyTests.TestBooleanIndexingWeirdnessTensors (0 ms) 2022-09-27T16:45:19.6181205Z [ RUN ] NumpyTests.TestBooleanIndexingAlldims 2022-09-27T16:45:19.6181599Z [ OK ] NumpyTests.TestBooleanIndexingAlldims (0 ms) 2022-09-27T16:45:19.6181883Z [ RUN ] NumpyTests.TestBooleanListIndexing 2022-09-27T16:45:19.6182937Z [ OK ] NumpyTests.TestBooleanListIndexing (0 ms) 2022-09-27T16:45:19.6183238Z [ RUN ] NumpyTests.TestEverythingReturnsViews 2022-09-27T16:45:19.6183540Z [ OK ] NumpyTests.TestEverythingReturnsViews (0 ms) 2022-09-27T16:45:19.6183833Z [ RUN ] NumpyTests.TestBroaderrorsIndexing 2022-09-27T16:45:19.6190167Z [ OK ] NumpyTests.TestBroaderrorsIndexing (0 ms) 2022-09-27T16:45:19.6190453Z [ RUN ] NumpyTests.TestTrivialFancyOutOfBounds 2022-09-27T16:45:19.6198658Z [ OK ] NumpyTests.TestTrivialFancyOutOfBounds (0 ms) 2022-09-27T16:45:19.6199014Z [ RUN ] NumpyTests.TestIndexIsLarger 2022-09-27T16:45:19.6199326Z [ OK ] NumpyTests.TestIndexIsLarger (0 ms) 2022-09-27T16:45:19.6199598Z [ RUN ] NumpyTests.TestBroadcastSubspace 2022-09-27T16:45:19.6203322Z [ OK ] NumpyTests.TestBroadcastSubspace (0 ms) 2022-09-27T16:45:19.6203693Z [----------] 18 tests from NumpyTests (5 ms total) 2022-09-27T16:45:19.6203877Z 2022-09-27T16:45:19.6204009Z [----------] 5 tests from TensorOptionsTest 2022-09-27T16:45:19.6204346Z [ RUN ] TensorOptionsTest.DefaultsToTheRightValues 2022-09-27T16:45:19.6204766Z [ OK ] TensorOptionsTest.DefaultsToTheRightValues (0 ms) 2022-09-27T16:45:19.6205160Z [ RUN ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions 2022-09-27T16:45:19.6205619Z [ OK ] TensorOptionsTest.UtilityFunctionsReturnTheRightTensorOptions (0 ms) 2022-09-27T16:45:19.6206018Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTypes 2022-09-27T16:45:19.6206365Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTypes (0 ms) 2022-09-27T16:45:19.6206702Z [ RUN ] TensorOptionsTest.ConstructsWellFromCPUTensors 2022-09-27T16:45:19.6207055Z [ OK ] TensorOptionsTest.ConstructsWellFromCPUTensors (0 ms) 2022-09-27T16:45:19.6207409Z [ RUN ] TensorOptionsTest.ConstructsWellFromVariables 2022-09-27T16:45:19.6207753Z [ OK ] TensorOptionsTest.ConstructsWellFromVariables (0 ms) 2022-09-27T16:45:19.6208073Z [----------] 5 tests from TensorOptionsTest (0 ms total) 2022-09-27T16:45:19.6208231Z 2022-09-27T16:45:19.6208321Z [----------] 1 test from DeviceTest 2022-09-27T16:45:19.6208564Z [ RUN ] DeviceTest.ParsesCorrectlyFromString 2022-09-27T16:45:19.6214419Z [ OK ] DeviceTest.ParsesCorrectlyFromString (0 ms) 2022-09-27T16:45:19.6214811Z [----------] 1 test from DeviceTest (0 ms total) 2022-09-27T16:45:19.6214977Z 2022-09-27T16:45:19.6215085Z [----------] 3 tests from DefaultDtypeTest 2022-09-27T16:45:19.6215366Z [ RUN ] DefaultDtypeTest.CanSetAndGetDefaultDtype 2022-09-27T16:45:19.6215698Z [ OK ] DefaultDtypeTest.CanSetAndGetDefaultDtype (0 ms) 2022-09-27T16:45:19.6216160Z [ RUN ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault 2022-09-27T16:45:19.6216690Z [ OK ] DefaultDtypeTest.NewTensorOptionsHasCorrectDefault (0 ms) 2022-09-27T16:45:19.6217241Z [ RUN ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype 2022-09-27T16:45:19.6217777Z [ OK ] DefaultDtypeTest.NewTensorsHaveCorrectDefaultDtype (0 ms) 2022-09-27T16:45:19.6218239Z [----------] 3 tests from DefaultDtypeTest (0 ms total) 2022-09-27T16:45:19.6218447Z 2022-09-27T16:45:19.6218585Z [----------] 1 test from TorchIncludeTest 2022-09-27T16:45:19.6218930Z [ RUN ] TorchIncludeTest.GetSetNumThreads 2022-09-27T16:45:19.6363783Z [ OK ] TorchIncludeTest.GetSetNumThreads (14 ms) 2022-09-27T16:45:19.6364322Z [----------] 1 test from TorchIncludeTest (14 ms total) 2022-09-27T16:45:19.6364592Z 2022-09-27T16:45:19.6364790Z [----------] 28 tests from InferenceModeTest 2022-09-27T16:45:19.6365226Z [ RUN ] InferenceModeTest.TestTLSState 2022-09-27T16:45:19.6365690Z [ OK ] InferenceModeTest.TestTLSState (0 ms) 2022-09-27T16:45:19.6366233Z [ RUN ] InferenceModeTest.TestInferenceTensorCreation 2022-09-27T16:45:19.6366982Z [ OK ] InferenceModeTest.TestInferenceTensorCreation (0 ms) 2022-09-27T16:45:19.6367601Z [ RUN ] InferenceModeTest.TestExistingAutogradSession 2022-09-27T16:45:19.6368223Z [ OK ] InferenceModeTest.TestExistingAutogradSession (0 ms) 2022-09-27T16:45:19.6368965Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeFunctionalOp 2022-09-27T16:45:19.6369832Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeFunctionalOp (0 ms) 2022-09-27T16:45:19.6370675Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeInplaceOp 2022-09-27T16:45:19.6371485Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeInplaceOp (0 ms) 2022-09-27T16:45:19.6372414Z [ RUN ] InferenceModeTest.TestInferenceTensorInInferenceModeViewOp 2022-09-27T16:45:19.6373200Z [ OK ] InferenceModeTest.TestInferenceTensorInInferenceModeViewOp (0 ms) 2022-09-27T16:45:19.6374009Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeFunctionalOp 2022-09-27T16:45:19.6374834Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeFunctionalOp (0 ms) 2022-09-27T16:45:19.6375627Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeInplaceOp 2022-09-27T16:45:19.6376409Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeInplaceOp (0 ms) 2022-09-27T16:45:19.6377156Z [ RUN ] InferenceModeTest.TestInferenceTensorInNormalModeViewOp 2022-09-27T16:45:19.6377897Z [ OK ] InferenceModeTest.TestInferenceTensorInNormalModeViewOp (0 ms) 2022-09-27T16:45:19.6378686Z [ RUN ] InferenceModeTest.TestNormalTensorInplaceOutputInInferenceMode 2022-09-27T16:45:19.6379522Z [ OK ] InferenceModeTest.TestNormalTensorInplaceOutputInInferenceMode (0 ms) 2022-09-27T16:45:19.6380340Z [ RUN ] InferenceModeTest.TestNormalTensorInplaceOutputInNormalMode 2022-09-27T16:45:19.6381136Z [ OK ] InferenceModeTest.TestNormalTensorInplaceOutputInNormalMode (0 ms) 2022-09-27T16:45:19.6381914Z [ RUN ] InferenceModeTest.TestNormalTensorViewOutputInInferenceMode 2022-09-27T16:45:19.6382705Z [ OK ] InferenceModeTest.TestNormalTensorViewOutputInInferenceMode (0 ms) 2022-09-27T16:45:19.6383470Z [ RUN ] InferenceModeTest.TestNormalTensorViewOutputInNormalMode 2022-09-27T16:45:19.6384233Z [ OK ] InferenceModeTest.TestNormalTensorViewOutputInNormalMode (0 ms) 2022-09-27T16:45:19.6385013Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorFunctionalOp 2022-09-27T16:45:19.6385832Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorFunctionalOp (0 ms) 2022-09-27T16:45:19.6386629Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorInplaceOp 2022-09-27T16:45:19.6387395Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorInplaceOp (0 ms) 2022-09-27T16:45:19.6388156Z [ RUN ] InferenceModeTest.TestMixInferenceAndNormalTensorViewOp 2022-09-27T16:45:19.6388895Z [ OK ] InferenceModeTest.TestMixInferenceAndNormalTensorViewOp (0 ms) 2022-09-27T16:45:19.6389574Z [ RUN ] InferenceModeTest.TestHandleDirectViewOnRebase 2022-09-27T16:45:19.6390205Z [ OK ] InferenceModeTest.TestHandleDirectViewOnRebase (0 ms) 2022-09-27T16:45:19.6390846Z [ RUN ] InferenceModeTest.TestHandleInDirectViewOnRebase 2022-09-27T16:45:19.6391487Z [ OK ] InferenceModeTest.TestHandleInDirectViewOnRebase (0 ms) 2022-09-27T16:45:19.6392117Z [ RUN ] InferenceModeTest.TestCreationMetaPropagation 2022-09-27T16:45:19.6392733Z [ OK ] InferenceModeTest.TestCreationMetaPropagation (0 ms) 2022-09-27T16:45:19.6393383Z [ RUN ] InferenceModeTest.TestCreationMetaPropagationInput 2022-09-27T16:45:19.6394067Z [ OK ] InferenceModeTest.TestCreationMetaPropagationInput (0 ms) 2022-09-27T16:45:19.6394748Z [ RUN ] InferenceModeTest.TestInplaceCopyOnInferenceTensor 2022-09-27T16:45:19.6395417Z [ OK ] InferenceModeTest.TestInplaceCopyOnInferenceTensor (0 ms) 2022-09-27T16:45:19.6396083Z [ RUN ] InferenceModeTest.TestSetRequiresGradInNormalMode 2022-09-27T16:45:19.6396806Z [ OK ] InferenceModeTest.TestSetRequiresGradInNormalMode (0 ms) 2022-09-27T16:45:19.6397433Z [ RUN ] InferenceModeTest.TestAccessVersionCounter 2022-09-27T16:45:19.6398197Z [ OK ] InferenceModeTest.TestAccessVersionCounter (0 ms) 2022-09-27T16:45:19.6398633Z [ RUN ] InferenceModeTest.TestInplaceUpdateInferenceTensorWithNormalTensor 2022-09-27T16:45:19.6400638Z [ OK ] InferenceModeTest.TestInplaceUpdateInferenceTensorWithNormalTensor (0 ms) 2022-09-27T16:45:19.6401129Z [ RUN ] InferenceModeTest.TestComplexViewInInferenceMode 2022-09-27T16:45:19.6401502Z [ OK ] InferenceModeTest.TestComplexViewInInferenceMode (0 ms) 2022-09-27T16:45:19.6402252Z [ RUN ] InferenceModeTest.TestComplexViewInNormalMode 2022-09-27T16:45:19.6402871Z [ OK ] InferenceModeTest.TestComplexViewInNormalMode (0 ms) 2022-09-27T16:45:19.6403418Z [ RUN ] InferenceModeTest.TestCustomFunction 2022-09-27T16:45:19.6403953Z [ OK ] InferenceModeTest.TestCustomFunction (0 ms) 2022-09-27T16:45:19.6404610Z [ RUN ] InferenceModeTest.TestLegacyAutoNonVariableTypeModeWarning 2022-09-27T16:45:19.6405391Z [ OK ] InferenceModeTest.TestLegacyAutoNonVariableTypeModeWarning (0 ms) 2022-09-27T16:45:19.6406025Z [----------] 28 tests from InferenceModeTest (3 ms total) 2022-09-27T16:45:19.6406291Z 2022-09-27T16:45:19.6406451Z [----------] 4 tests from GradModeTest 2022-09-27T16:45:19.6406913Z [ RUN ] GradModeTest.TestRequiresGradFunctionalOp 2022-09-27T16:45:19.6407472Z [ OK ] GradModeTest.TestRequiresGradFunctionalOp (0 ms) 2022-09-27T16:45:19.6408013Z [ RUN ] GradModeTest.TestRequiresGradInplaceOp 2022-09-27T16:45:19.6408558Z [ OK ] GradModeTest.TestRequiresGradInplaceOp (0 ms) 2022-09-27T16:45:19.6409076Z [ RUN ] GradModeTest.TestRequiresGradViewOp 2022-09-27T16:45:19.6409581Z [ OK ] GradModeTest.TestRequiresGradViewOp (0 ms) 2022-09-27T16:45:19.6410102Z [ RUN ] GradModeTest.TestRequiresGradViewOpExiting 2022-09-27T16:45:19.6410660Z [ OK ] GradModeTest.TestRequiresGradViewOpExiting (0 ms) 2022-09-27T16:45:19.6411209Z [----------] 4 tests from GradModeTest (0 ms total) 2022-09-27T16:45:19.6411459Z 2022-09-27T16:45:19.6411622Z [----------] 3 tests from OperationTest 2022-09-27T16:45:19.6411989Z [ RUN ] OperationTest.Lerp 2022-09-27T16:45:19.6416772Z [ OK ] OperationTest.Lerp (1 ms) 2022-09-27T16:45:19.6458691Z [ RUN ] OperationTest.Cross 2022-09-27T16:45:19.6458921Z [ OK ] OperationTest.Cross (4 ms) 2022-09-27T16:45:19.6459169Z [ RUN ] OperationTest.Linear_out 2022-09-27T16:45:19.6461936Z [ OK ] OperationTest.Linear_out (0 ms) 2022-09-27T16:45:19.6462259Z [----------] 3 tests from OperationTest (5 ms total) 2022-09-27T16:45:19.6462425Z 2022-09-27T16:45:19.6462538Z [----------] Global test environment tear-down 2022-09-27T16:45:19.6635402Z [==========] 978 tests from 47 test suites ran. (52727 ms total) 2022-09-27T16:45:19.6635630Z [ PASSED ] 978 tests. 2022-09-27T16:45:19.7620091Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\apply_utils_test.exe" 2022-09-27T16:45:20.0974074Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:20.0974437Z [==========] Running 6 tests from 1 test suite. 2022-09-27T16:45:20.0974694Z [----------] Global test environment set-up. 2022-09-27T16:45:20.0974938Z [----------] 6 tests from ApplyUtilsTest 2022-09-27T16:45:20.0975177Z [ RUN ] ApplyUtilsTest.Contiguous2D 2022-09-27T16:45:20.0984053Z [ OK ] ApplyUtilsTest.Contiguous2D (1 ms) 2022-09-27T16:45:20.0984305Z [ RUN ] ApplyUtilsTest.Small2D 2022-09-27T16:45:20.0984878Z [ OK ] ApplyUtilsTest.Small2D (0 ms) 2022-09-27T16:45:20.0985095Z [ RUN ] ApplyUtilsTest._2D 2022-09-27T16:45:20.0999418Z [ OK ] ApplyUtilsTest._2D (1 ms) 2022-09-27T16:45:20.0999646Z [ RUN ] ApplyUtilsTest._3D 2022-09-27T16:45:20.1001702Z [ OK ] ApplyUtilsTest._3D (0 ms) 2022-09-27T16:45:20.1002700Z [ RUN ] ApplyUtilsTest.Medium3D 2022-09-27T16:45:20.1018722Z [ OK ] ApplyUtilsTest.Medium3D (1 ms) 2022-09-27T16:45:20.1019009Z [ RUN ] ApplyUtilsTest._10D 2022-09-27T16:45:20.2059816Z [ OK ] ApplyUtilsTest._10D (104 ms) 2022-09-27T16:45:20.2060095Z [----------] 6 tests from ApplyUtilsTest (108 ms total) 2022-09-27T16:45:20.2060256Z 2022-09-27T16:45:20.2060373Z [----------] Global test environment tear-down 2022-09-27T16:45:20.2072259Z [==========] 6 tests from 1 test suite ran. (108 ms total) 2022-09-27T16:45:20.2072494Z [ PASSED ] 6 tests. 2022-09-27T16:45:20.2786679Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\atest.exe" 2022-09-27T16:45:20.6175747Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:20.6176119Z [==========] Running 16 tests from 1 test suite. 2022-09-27T16:45:20.6176366Z [----------] Global test environment set-up. 2022-09-27T16:45:20.6176590Z [----------] 16 tests from atest 2022-09-27T16:45:20.6176793Z [ RUN ] atest.operators 2022-09-27T16:45:20.6178353Z [ OK ] atest.operators (0 ms) 2022-09-27T16:45:20.6178578Z [ RUN ] atest.logical_and_operators 2022-09-27T16:45:20.6179762Z [ OK ] atest.logical_and_operators (0 ms) 2022-09-27T16:45:20.6179996Z [ RUN ] atest.logical_or_operators 2022-09-27T16:45:20.6180556Z [ OK ] atest.logical_or_operators (0 ms) 2022-09-27T16:45:20.6180827Z [ RUN ] atest.logical_xor_operators 2022-09-27T16:45:20.6181075Z [ OK ] atest.logical_xor_operators (0 ms) 2022-09-27T16:45:20.6181294Z [ RUN ] atest.lt_operators 2022-09-27T16:45:20.6181514Z [ OK ] atest.lt_operators (0 ms) 2022-09-27T16:45:20.6181722Z [ RUN ] atest.le_operators 2022-09-27T16:45:20.6181913Z [ OK ] atest.le_operators (0 ms) 2022-09-27T16:45:20.6182116Z [ RUN ] atest.gt_operators 2022-09-27T16:45:20.6182324Z [ OK ] atest.gt_operators (0 ms) 2022-09-27T16:45:20.6182525Z [ RUN ] atest.ge_operators 2022-09-27T16:45:20.6182730Z [ OK ] atest.ge_operators (0 ms) 2022-09-27T16:45:20.6182929Z [ RUN ] atest.eq_operators 2022-09-27T16:45:20.6183177Z [ OK ] atest.eq_operators (0 ms) 2022-09-27T16:45:20.6183377Z [ RUN ] atest.ne_operators 2022-09-27T16:45:20.6183632Z [ OK ] atest.ne_operators (0 ms) 2022-09-27T16:45:20.6183855Z [ RUN ] atest.add_operators 2022-09-27T16:45:20.6184115Z [ OK ] atest.add_operators (0 ms) 2022-09-27T16:45:20.6184325Z [ RUN ] atest.max_operators 2022-09-27T16:45:20.6186889Z [ OK ] atest.max_operators (0 ms) 2022-09-27T16:45:20.6187097Z [ RUN ] atest.min_operators 2022-09-27T16:45:20.6187837Z [ OK ] atest.min_operators (0 ms) 2022-09-27T16:45:20.6188054Z [ RUN ] atest.sigmoid_backward_operator 2022-09-27T16:45:20.6188772Z [ OK ] atest.sigmoid_backward_operator (0 ms) 2022-09-27T16:45:20.6189008Z [ RUN ] atest.fmod_tensor_operators 2022-09-27T16:45:20.6189715Z [ OK ] atest.fmod_tensor_operators (0 ms) 2022-09-27T16:45:20.6189927Z [ RUN ] atest.atest 2022-09-27T16:45:21.2228829Z [ OK ] atest.atest (603 ms) 2022-09-27T16:45:21.2229110Z [----------] 16 tests from atest (605 ms total) 2022-09-27T16:45:21.2229253Z 2022-09-27T16:45:21.2229370Z [----------] Global test environment tear-down 2022-09-27T16:45:21.2241927Z [==========] 16 tests from 1 test suite ran. (605 ms total) 2022-09-27T16:45:21.2242173Z [ PASSED ] 16 tests. 2022-09-27T16:45:21.3001053Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\backend_fallback_test.exe" 2022-09-27T16:45:21.6380442Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:21.6380853Z [==========] Running 3 tests from 1 test suite. 2022-09-27T16:45:21.6381104Z [----------] Global test environment set-up. 2022-09-27T16:45:21.6381357Z [----------] 3 tests from BackendFallbackTest 2022-09-27T16:45:21.6381821Z [ RUN ] BackendFallbackTest.TestBackendFallbackWithMode 2022-09-27T16:45:21.6430555Z [ OK ] BackendFallbackTest.TestBackendFallbackWithMode (4 ms) 2022-09-27T16:45:21.6431198Z [ RUN ] BackendFallbackTest.TestBackendFallbackWithWrapper 2022-09-27T16:45:21.6448983Z [ OK ] BackendFallbackTest.TestBackendFallbackWithWrapper (1 ms) 2022-09-27T16:45:21.6465752Z [ RUN ] BackendFallbackTest.TestFallthroughBackendFallback 2022-09-27T16:45:21.6466382Z [ OK ] BackendFallbackTest.TestFallthroughBackendFallback (1 ms) 2022-09-27T16:45:21.6466937Z [----------] 3 tests from BackendFallbackTest (8 ms total) 2022-09-27T16:45:21.6467366Z 2022-09-27T16:45:21.6467542Z [----------] Global test environment tear-down 2022-09-27T16:45:21.6478350Z [==========] 3 tests from 1 test suite ran. (8 ms total) 2022-09-27T16:45:21.6478681Z [ PASSED ] 3 tests. 2022-09-27T16:45:21.7189566Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\basic.exe" 2022-09-27T16:45:22.0544522Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:22.0544893Z [==========] Running 5 tests from 1 test suite. 2022-09-27T16:45:22.0545127Z [----------] Global test environment set-up. 2022-09-27T16:45:22.0545359Z [----------] 5 tests from BasicTest 2022-09-27T16:45:22.0545579Z [ RUN ] BasicTest.BasicTestCPU 2022-09-27T16:45:22.0629625Z 5 ms 2022-09-27T16:45:22.1640240Z 101 ms 2022-09-27T16:45:22.3149876Z 150 ms 2022-09-27T16:45:22.9265534Z [ OK ] BasicTest.BasicTestCPU (872 ms) 2022-09-27T16:45:22.9265967Z [ RUN ] BasicTest.BasicTestHalfCPU 2022-09-27T16:45:22.9300838Z 3 ms 2022-09-27T16:45:23.0624758Z 131 ms 2022-09-27T16:45:23.2428756Z 180 ms 2022-09-27T16:45:23.2448938Z [ OK ] BasicTest.BasicTestHalfCPU (318 ms) 2022-09-27T16:45:23.2449270Z [ RUN ] BasicTest.BasicTestCUDA 2022-09-27T16:45:23.2449523Z [ OK ] BasicTest.BasicTestCUDA (0 ms) 2022-09-27T16:45:23.2449784Z [ RUN ] BasicTest.FactoryMethodsTest 2022-09-27T16:45:23.2450866Z [ OK ] BasicTest.FactoryMethodsTest (0 ms) 2022-09-27T16:45:23.2451121Z [ RUN ] BasicTest.BasicStdTestCPU 2022-09-27T16:45:23.2481335Z Simple example: called once 2022-09-27T16:45:23.2481575Z throw: call_once will retry 2022-09-27T16:45:23.2481777Z throw: call_once will retry 2022-09-27T16:45:23.2482001Z Didn't throw, call_once will not attempt again 2022-09-27T16:45:23.2482258Z [ OK ] BasicTest.BasicStdTestCPU (2 ms) 2022-09-27T16:45:23.2482509Z [----------] 5 tests from BasicTest (1193 ms total) 2022-09-27T16:45:23.2482657Z 2022-09-27T16:45:23.2482779Z [----------] Global test environment tear-down 2022-09-27T16:45:23.2493329Z [==========] 5 tests from 1 test suite ran. (1193 ms total) 2022-09-27T16:45:23.2493563Z [ PASSED ] 5 tests. 2022-09-27T16:45:23.3260431Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\broadcast_test.exe" 2022-09-27T16:45:23.6616000Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:23.6616375Z [==========] Running 1 test from 1 test suite. 2022-09-27T16:45:23.6616623Z [----------] Global test environment set-up. 2022-09-27T16:45:23.6616859Z [----------] 1 test from BroadcastTest 2022-09-27T16:45:23.6617087Z [ RUN ] BroadcastTest.Broadcast 2022-09-27T16:45:24.2665594Z [ OK ] BroadcastTest.Broadcast (604 ms) 2022-09-27T16:45:24.2665923Z [----------] 1 test from BroadcastTest (604 ms total) 2022-09-27T16:45:24.2666114Z 2022-09-27T16:45:24.2666230Z [----------] Global test environment tear-down 2022-09-27T16:45:24.2675997Z [==========] 1 test from 1 test suite ran. (605 ms total) 2022-09-27T16:45:24.2676231Z [ PASSED ] 1 test. 2022-09-27T16:45:24.3447553Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_accumulate_test.exe" 2022-09-27T16:45:24.3547305Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:24.3547686Z [==========] Running 4 tests from 1 test suite. 2022-09-27T16:45:24.3547929Z [----------] Global test environment set-up. 2022-09-27T16:45:24.3548170Z [----------] 4 tests from accumulate_test 2022-09-27T16:45:24.3548398Z [ RUN ] accumulate_test.vector_test 2022-09-27T16:45:24.3548634Z [ OK ] accumulate_test.vector_test (0 ms) 2022-09-27T16:45:24.3548849Z [ RUN ] accumulate_test.list_test 2022-09-27T16:45:24.3549075Z [ OK ] accumulate_test.list_test (0 ms) 2022-09-27T16:45:24.3549301Z [ RUN ] accumulate_test.base_cases 2022-09-27T16:45:24.3549605Z [ OK ] accumulate_test.base_cases (0 ms) 2022-09-27T16:45:24.3549827Z [ RUN ] accumulate_test.errors 2022-09-27T16:45:24.3666806Z [ OK ] accumulate_test.errors (11 ms) 2022-09-27T16:45:24.3667094Z [----------] 4 tests from accumulate_test (11 ms total) 2022-09-27T16:45:24.3667247Z 2022-09-27T16:45:24.3667364Z [----------] Global test environment tear-down 2022-09-27T16:45:24.3677017Z [==========] 4 tests from 1 test suite ran. (12 ms total) 2022-09-27T16:45:24.3677245Z [ PASSED ] 4 tests. 2022-09-27T16:45:24.3730054Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Array_test.exe" 2022-09-27T16:45:24.3813586Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:24.3813912Z [==========] Running 0 tests from 0 test suites. 2022-09-27T16:45:24.3823035Z [==========] 0 tests from 0 test suites ran. (0 ms total) 2022-09-27T16:45:24.3823266Z [ PASSED ] 0 tests. 2022-09-27T16:45:24.3871370Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_bfloat16_test.exe" 2022-09-27T16:45:24.3956879Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:24.3957285Z [==========] Running 13 tests from 3 test suites. 2022-09-27T16:45:24.3957537Z [----------] Global test environment set-up. 2022-09-27T16:45:24.3957771Z [----------] 5 tests from BFloat16Conversion 2022-09-27T16:45:24.3958048Z [ RUN ] BFloat16Conversion.FloatToBFloat16AndBack 2022-09-27T16:45:24.3958363Z [ OK ] BFloat16Conversion.FloatToBFloat16AndBack (0 ms) 2022-09-27T16:45:24.3958682Z [ RUN ] BFloat16Conversion.FloatToBFloat16RNEAndBack 2022-09-27T16:45:24.3959009Z [ OK ] BFloat16Conversion.FloatToBFloat16RNEAndBack (0 ms) 2022-09-27T16:45:24.3959272Z [ RUN ] BFloat16Conversion.NaN 2022-09-27T16:45:24.3959498Z [ OK ] BFloat16Conversion.NaN (0 ms) 2022-09-27T16:45:24.3959725Z [ RUN ] BFloat16Conversion.Inf 2022-09-27T16:45:24.3959948Z [ OK ] BFloat16Conversion.Inf (0 ms) 2022-09-27T16:45:24.3960202Z [ RUN ] BFloat16Conversion.SmallestDenormal 2022-09-27T16:45:24.3960485Z [ OK ] BFloat16Conversion.SmallestDenormal (0 ms) 2022-09-27T16:45:24.3960761Z [----------] 5 tests from BFloat16Conversion (0 ms total) 2022-09-27T16:45:24.3960917Z 2022-09-27T16:45:24.3961015Z [----------] 3 tests from BFloat16Math 2022-09-27T16:45:24.3961231Z [ RUN ] BFloat16Math.Addition 2022-09-27T16:45:24.3961451Z [ OK ] BFloat16Math.Addition (0 ms) 2022-09-27T16:45:24.3961672Z [ RUN ] BFloat16Math.Subtraction 2022-09-27T16:45:24.3961892Z [ OK ] BFloat16Math.Subtraction (0 ms) 2022-09-27T16:45:24.3962126Z [ RUN ] BFloat16Math.NextAfterZero 2022-09-27T16:45:24.3962370Z [ OK ] BFloat16Math.NextAfterZero (0 ms) 2022-09-27T16:45:24.3962621Z [----------] 3 tests from BFloat16Math (0 ms total) 2022-09-27T16:45:24.3962767Z 2022-09-27T16:45:24.3962911Z [----------] 5 tests from BFloat16Test_Instantiation/BFloat16Test 2022-09-27T16:45:24.3963221Z [ RUN ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/0 2022-09-27T16:45:24.3963560Z [ OK ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/0 (0 ms) 2022-09-27T16:45:24.3963994Z [ RUN ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/1 2022-09-27T16:45:24.3964325Z [ OK ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/1 (0 ms) 2022-09-27T16:45:24.3964650Z [ RUN ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/2 2022-09-27T16:45:24.3964980Z [ OK ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/2 (0 ms) 2022-09-27T16:45:24.3965305Z [ RUN ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/3 2022-09-27T16:45:24.3965635Z [ OK ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/3 (0 ms) 2022-09-27T16:45:24.3965949Z [ RUN ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/4 2022-09-27T16:45:24.3966338Z [ OK ] BFloat16Test_Instantiation/BFloat16Test.BFloat16RNETest/4 (0 ms) 2022-09-27T16:45:24.3966666Z [----------] 5 tests from BFloat16Test_Instantiation/BFloat16Test (0 ms total) 2022-09-27T16:45:24.3966845Z 2022-09-27T16:45:24.3966958Z [----------] Global test environment tear-down 2022-09-27T16:45:24.3972528Z [==========] 13 tests from 3 test suites ran. (0 ms total) 2022-09-27T16:45:24.3972768Z [ PASSED ] 13 tests. 2022-09-27T16:45:24.4020446Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Bitset_test.exe" 2022-09-27T16:45:24.4102671Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:24.4103060Z [==========] Running 12 tests from 1 test suite. 2022-09-27T16:45:24.4103307Z [----------] Global test environment set-up. 2022-09-27T16:45:24.4103540Z [----------] 12 tests from BitsetTest 2022-09-27T16:45:24.4103815Z [ RUN ] BitsetTest.givenEmptyBitset_whenGettingBit_thenIsZero 2022-09-27T16:45:24.4104156Z [ OK ] BitsetTest.givenEmptyBitset_whenGettingBit_thenIsZero (0 ms) 2022-09-27T16:45:24.4104497Z [ RUN ] BitsetTest.givenEmptyBitset_whenUnsettingBit_thenIsZero 2022-09-27T16:45:24.4104820Z [ OK ] BitsetTest.givenEmptyBitset_whenUnsettingBit_thenIsZero (0 ms) 2022-09-27T16:45:24.4105180Z [ RUN ] BitsetTest.givenEmptyBitset_whenSettingAndUnsettingBit_thenIsZero 2022-09-27T16:45:24.4105553Z [ OK ] BitsetTest.givenEmptyBitset_whenSettingAndUnsettingBit_thenIsZero (0 ms) 2022-09-27T16:45:24.4105898Z [ RUN ] BitsetTest.givenEmptyBitset_whenSettingBit_thenIsSet 2022-09-27T16:45:24.4106221Z [ OK ] BitsetTest.givenEmptyBitset_whenSettingBit_thenIsSet (0 ms) 2022-09-27T16:45:24.4106560Z [ RUN ] BitsetTest.givenEmptyBitset_whenSettingBit_thenOthersStayUnset 2022-09-27T16:45:24.4106908Z [ OK ] BitsetTest.givenEmptyBitset_whenSettingBit_thenOthersStayUnset (0 ms) 2022-09-27T16:45:24.4107259Z [ RUN ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenIsSet 2022-09-27T16:45:24.4107596Z [ OK ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenIsSet (0 ms) 2022-09-27T16:45:24.4107957Z [ RUN ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenOthersStayAtOldValue 2022-09-27T16:45:24.4108347Z [ OK ] BitsetTest.givenNonemptyBitset_whenSettingBit_thenOthersStayAtOldValue (0 ms) 2022-09-27T16:45:24.4108716Z [ RUN ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenIsUnset 2022-09-27T16:45:24.4109055Z [ OK ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenIsUnset (0 ms) 2022-09-27T16:45:24.4109427Z [ RUN ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenOthersStayAtOldValue 2022-09-27T16:45:24.4109822Z [ OK ] BitsetTest.givenNonemptyBitset_whenUnsettingBit_thenOthersStayAtOldValue (0 ms) 2022-09-27T16:45:24.4110205Z [ RUN ] BitsetTest.givenEmptyBitset_whenCallingForEachBit_thenDoesntCall 2022-09-27T16:45:24.4110570Z [ OK ] BitsetTest.givenEmptyBitset_whenCallingForEachBit_thenDoesntCall (0 ms) 2022-09-27T16:45:24.4110964Z [ RUN ] BitsetTest.givenBitsetWithOneBitSet_whenCallingForEachBit_thenCallsForEachBit 2022-09-27T16:45:24.4111384Z [ OK ] BitsetTest.givenBitsetWithOneBitSet_whenCallingForEachBit_thenCallsForEachBit (0 ms) 2022-09-27T16:45:24.4111920Z [ RUN ] BitsetTest.givenBitsetWithMultipleBitsSet_whenCallingForEachBit_thenCallsForEachBit 2022-09-27T16:45:24.4112375Z [ OK ] BitsetTest.givenBitsetWithMultipleBitsSet_whenCallingForEachBit_thenCallsForEachBit (0 ms) 2022-09-27T16:45:24.4112728Z [----------] 12 tests from BitsetTest (0 ms total) 2022-09-27T16:45:24.4112876Z 2022-09-27T16:45:24.4112987Z [----------] Global test environment tear-down 2022-09-27T16:45:24.4115719Z [==========] 12 tests from 1 test suite ran. (0 ms total) 2022-09-27T16:45:24.4115934Z [ PASSED ] 12 tests. 2022-09-27T16:45:24.4163616Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_C++17_test.exe" 2022-09-27T16:45:24.4246617Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:24.4247142Z [==========] Running 9 tests from 1 test suite. 2022-09-27T16:45:24.4247413Z [----------] Global test environment set-up. 2022-09-27T16:45:24.4247650Z [----------] 9 tests from if_constexpr 2022-09-27T16:45:24.4247914Z [ RUN ] if_constexpr.whenIsTrue_thenReturnsTrueCase 2022-09-27T16:45:24.4248214Z [ OK ] if_constexpr.whenIsTrue_thenReturnsTrueCase (0 ms) 2022-09-27T16:45:24.4248512Z [ RUN ] if_constexpr.whenIsFalse_thenReturnsFalseCase 2022-09-27T16:45:24.4248801Z [ OK ] if_constexpr.whenIsFalse_thenReturnsFalseCase (0 ms) 2022-09-27T16:45:24.4249131Z [ RUN ] if_constexpr.worksWithMovableOnlyTypes_withIdentityArg 2022-09-27T16:45:24.4249483Z [ OK ] if_constexpr.worksWithMovableOnlyTypes_withIdentityArg (0 ms) 2022-09-27T16:45:24.4249835Z [ RUN ] if_constexpr.worksWithMovableOnlyTypes_withoutIdentityArg 2022-09-27T16:45:24.4250195Z [ OK ] if_constexpr.worksWithMovableOnlyTypes_withoutIdentityArg (0 ms) 2022-09-27T16:45:24.4250525Z [ RUN ] if_constexpr.otherCaseCanHaveInvalidCode 2022-09-27T16:45:24.4250823Z [ OK ] if_constexpr.otherCaseCanHaveInvalidCode (0 ms) 2022-09-27T16:45:24.4251139Z [ RUN ] if_constexpr.worksWithoutElseCase_withIdentityArg 2022-09-27T16:45:24.4251461Z [ OK ] if_constexpr.worksWithoutElseCase_withIdentityArg (0 ms) 2022-09-27T16:45:24.4251786Z [ RUN ] if_constexpr.worksWithoutElseCase_withoutIdentityArg 2022-09-27T16:45:24.4252182Z [ OK ] if_constexpr.worksWithoutElseCase_withoutIdentityArg (0 ms) 2022-09-27T16:45:24.4252513Z [ RUN ] if_constexpr.returnTypeCanDiffer_withIdentityArg 2022-09-27T16:45:24.4252821Z [ OK ] if_constexpr.returnTypeCanDiffer_withIdentityArg (0 ms) 2022-09-27T16:45:24.4253143Z [ RUN ] if_constexpr.returnTypeCanDiffer_withoutIdentityArg 2022-09-27T16:45:24.4253472Z [ OK ] if_constexpr.returnTypeCanDiffer_withoutIdentityArg (0 ms) 2022-09-27T16:45:24.4253773Z [----------] 9 tests from if_constexpr (0 ms total) 2022-09-27T16:45:24.4253920Z 2022-09-27T16:45:24.4254033Z [----------] Global test environment tear-down 2022-09-27T16:45:24.4258696Z [==========] 9 tests from 1 test suite ran. (0 ms total) 2022-09-27T16:45:24.4258894Z [ PASSED ] 9 tests. 2022-09-27T16:45:24.4306496Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_CompileTimeFunctionPointer_test.exe" 2022-09-27T16:45:24.4390265Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:24.4390639Z [==========] Running 2 tests from 1 test suite. 2022-09-27T16:45:24.4390880Z [----------] Global test environment set-up. 2022-09-27T16:45:24.4391163Z [----------] 2 tests from CompileTimeFunctionPointerTest 2022-09-27T16:45:24.4391514Z [ RUN ] CompileTimeFunctionPointerTest.runFunctionThroughType 2022-09-27T16:45:24.4391913Z [ OK ] CompileTimeFunctionPointerTest.runFunctionThroughType (0 ms) 2022-09-27T16:45:24.4392319Z [ RUN ] CompileTimeFunctionPointerTest.runFunctionThroughValue 2022-09-27T16:45:24.4392731Z [ OK ] CompileTimeFunctionPointerTest.runFunctionThroughValue (0 ms) 2022-09-27T16:45:24.4393218Z [----------] 2 tests from CompileTimeFunctionPointerTest (0 ms total) 2022-09-27T16:45:24.4393412Z 2022-09-27T16:45:24.4393528Z [----------] Global test environment tear-down 2022-09-27T16:45:24.4401003Z [==========] 2 tests from 1 test suite ran. (0 ms total) 2022-09-27T16:45:24.4401240Z [ PASSED ] 2 tests. 2022-09-27T16:45:24.4447696Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_math_test.exe" 2022-09-27T16:45:24.4530490Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:24.4530850Z [==========] Running 12 tests from 11 test suites. 2022-09-27T16:45:24.4531225Z [----------] Global test environment set-up. 2022-09-27T16:45:24.4531466Z [----------] 2 tests from TestExponential 2022-09-27T16:45:24.4531694Z [ RUN ] TestExponential.IPi 2022-09-27T16:45:24.4531905Z [ OK ] TestExponential.IPi (0 ms) 2022-09-27T16:45:24.4532224Z [ RUN ] TestExponential.EulerFormula 2022-09-27T16:45:24.4532495Z [ OK ] TestExponential.EulerFormula (0 ms) 2022-09-27T16:45:24.4532771Z [----------] 2 tests from TestExponential (0 ms total) 2022-09-27T16:45:24.4532927Z 2022-09-27T16:45:24.4533013Z [----------] 1 test from TestLog 2022-09-27T16:45:24.4533217Z [ RUN ] TestLog.Definition 2022-09-27T16:45:24.4533418Z [ OK ] TestLog.Definition (0 ms) 2022-09-27T16:45:24.4533648Z [----------] 1 test from TestLog (0 ms total) 2022-09-27T16:45:24.4533783Z 2022-09-27T16:45:24.4533873Z [----------] 1 test from TestLog10 2022-09-27T16:45:24.4534069Z [ RUN ] TestLog10.Rev 2022-09-27T16:45:24.4534262Z [ OK ] TestLog10.Rev (0 ms) 2022-09-27T16:45:24.4534501Z [----------] 1 test from TestLog10 (0 ms total) 2022-09-27T16:45:24.4534637Z 2022-09-27T16:45:24.4534723Z [----------] 1 test from TestLog2 2022-09-27T16:45:24.4534900Z [ RUN ] TestLog2.Rev 2022-09-27T16:45:24.4535093Z [ OK ] TestLog2.Rev (0 ms) 2022-09-27T16:45:24.4535311Z [----------] 1 test from TestLog2 (0 ms total) 2022-09-27T16:45:24.4535449Z 2022-09-27T16:45:24.4535540Z [----------] 1 test from TestPowSqrt 2022-09-27T16:45:24.4535749Z [ RUN ] TestPowSqrt.Equal 2022-09-27T16:45:24.4535946Z [ OK ] TestPowSqrt.Equal (0 ms) 2022-09-27T16:45:24.4536183Z [----------] 1 test from TestPowSqrt (0 ms total) 2022-09-27T16:45:24.4536323Z 2022-09-27T16:45:24.4536407Z [----------] 1 test from TestPow 2022-09-27T16:45:24.4536602Z [ RUN ] TestPow.Square 2022-09-27T16:45:24.4536803Z [ OK ] TestPow.Square (0 ms) 2022-09-27T16:45:24.4537024Z [----------] 1 test from TestPow (0 ms total) 2022-09-27T16:45:24.4537145Z 2022-09-27T16:45:24.4537251Z [----------] 1 test from TestSinCosSinhCosh 2022-09-27T16:45:24.4537491Z [ RUN ] TestSinCosSinhCosh.Identity 2022-09-27T16:45:24.4537743Z [ OK ] TestSinCosSinhCosh.Identity (0 ms) 2022-09-27T16:45:24.4538012Z [----------] 1 test from TestSinCosSinhCosh (0 ms total) 2022-09-27T16:45:24.4538166Z 2022-09-27T16:45:24.4538253Z [----------] 1 test from TestTan 2022-09-27T16:45:24.4538447Z [ RUN ] TestTan.Identity 2022-09-27T16:45:24.4538639Z [ OK ] TestTan.Identity (0 ms) 2022-09-27T16:45:24.4538861Z [----------] 1 test from TestTan (0 ms total) 2022-09-27T16:45:24.4538995Z 2022-09-27T16:45:24.4539078Z [----------] 1 test from TestTanh 2022-09-27T16:45:24.4539278Z [ RUN ] TestTanh.Identity 2022-09-27T16:45:24.4539487Z [ OK ] TestTanh.Identity (0 ms) 2022-09-27T16:45:24.4539699Z [----------] 1 test from TestTanh (0 ms total) 2022-09-27T16:45:24.4539833Z 2022-09-27T16:45:24.4539943Z [----------] 1 test from TestRevTrigonometric 2022-09-27T16:45:24.4540176Z [ RUN ] TestRevTrigonometric.Rev 2022-09-27T16:45:24.4540427Z [ OK ] TestRevTrigonometric.Rev (0 ms) 2022-09-27T16:45:24.4540693Z [----------] 1 test from TestRevTrigonometric (0 ms total) 2022-09-27T16:45:24.4540850Z 2022-09-27T16:45:24.4540953Z [----------] 1 test from TestRevHyperbolic 2022-09-27T16:45:24.4541163Z [ RUN ] TestRevHyperbolic.Rev 2022-09-27T16:45:24.4541454Z [ OK ] TestRevHyperbolic.Rev (0 ms) 2022-09-27T16:45:24.4541716Z [----------] 1 test from TestRevHyperbolic (0 ms total) 2022-09-27T16:45:24.4541870Z 2022-09-27T16:45:24.4541981Z [----------] Global test environment tear-down 2022-09-27T16:45:24.4547480Z [==========] 12 tests from 11 test suites ran. (0 ms total) 2022-09-27T16:45:24.4547731Z [ PASSED ] 12 tests. 2022-09-27T16:45:24.4595245Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_complex_test.exe" 2022-09-27T16:45:24.4677998Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:24.4678476Z [==========] Running 5 tests from 5 test suites. 2022-09-27T16:45:24.4678721Z [----------] Global test environment set-up. 2022-09-27T16:45:24.4678952Z [----------] 1 test from TestMemory 2022-09-27T16:45:24.4679180Z [ RUN ] TestMemory.ReinterpretCast 2022-09-27T16:45:24.4679438Z [ OK ] TestMemory.ReinterpretCast (0 ms) 2022-09-27T16:45:24.4679685Z [----------] 1 test from TestMemory (0 ms total) 2022-09-27T16:45:24.4679827Z 2022-09-27T16:45:24.4679930Z [----------] 1 test from TestConstructors 2022-09-27T16:45:24.4680170Z [ RUN ] TestConstructors.UnorderedMap 2022-09-27T16:45:24.4680434Z [ OK ] TestConstructors.UnorderedMap (0 ms) 2022-09-27T16:45:24.4680707Z [----------] 1 test from TestConstructors (0 ms total) 2022-09-27T16:45:24.4680858Z 2022-09-27T16:45:24.4680977Z [----------] 1 test from TestArithmeticIntScalar 2022-09-27T16:45:24.4681214Z [ RUN ] TestArithmeticIntScalar.All 2022-09-27T16:45:24.4681469Z [ OK ] TestArithmeticIntScalar.All (0 ms) 2022-09-27T16:45:24.4681765Z [----------] 1 test from TestArithmeticIntScalar (0 ms total) 2022-09-27T16:45:24.4681932Z 2022-09-27T16:45:24.4682017Z [----------] 1 test from TestIO 2022-09-27T16:45:24.4682205Z [ RUN ] TestIO.All 2022-09-27T16:45:24.4682390Z [ OK ] TestIO.All (0 ms) 2022-09-27T16:45:24.4682594Z [----------] 1 test from TestIO (0 ms total) 2022-09-27T16:45:24.4682727Z 2022-09-27T16:45:24.4682811Z [----------] 1 test from TestStd 2022-09-27T16:45:24.4683021Z [ RUN ] TestStd.BasicFunctions 2022-09-27T16:45:24.4683310Z [ OK ] TestStd.BasicFunctions (0 ms) 2022-09-27T16:45:24.4683553Z [----------] 1 test from TestStd (0 ms total) 2022-09-27T16:45:24.4683686Z 2022-09-27T16:45:24.4683797Z [----------] Global test environment tear-down 2022-09-27T16:45:24.4691582Z [==========] 5 tests from 5 test suites ran. (0 ms total) 2022-09-27T16:45:24.4691820Z [ PASSED ] 5 tests. 2022-09-27T16:45:24.4739170Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ConstexprCrc_test.exe" 2022-09-27T16:45:24.4820908Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:24.4821261Z [==========] Running 0 tests from 0 test suites. 2022-09-27T16:45:24.4830025Z [==========] 0 tests from 0 test suites ran. (0 ms total) 2022-09-27T16:45:24.4830254Z [ PASSED ] 0 tests. 2022-09-27T16:45:24.4878337Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeadlockDetection_test.exe" 2022-09-27T16:45:24.4968617Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:24.4968947Z [==========] Running 1 test from 1 test suite. 2022-09-27T16:45:24.4969195Z [----------] Global test environment set-up. 2022-09-27T16:45:24.4969439Z [----------] 1 test from DeadlockDetection 2022-09-27T16:45:24.4969668Z [ RUN ] DeadlockDetection.basic 2022-09-27T16:45:24.4969901Z [ OK ] DeadlockDetection.basic (0 ms) 2022-09-27T16:45:24.4970168Z [----------] 1 test from DeadlockDetection (0 ms total) 2022-09-27T16:45:24.4970324Z 2022-09-27T16:45:24.4970436Z [----------] Global test environment tear-down 2022-09-27T16:45:24.4978069Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-09-27T16:45:24.4978425Z [ PASSED ] 1 test. 2022-09-27T16:45:24.5026825Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DeviceGuard_test.exe" 2022-09-27T16:45:24.5116938Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:24.5117261Z [==========] Running 2 tests from 2 test suites. 2022-09-27T16:45:24.5117512Z [----------] Global test environment set-up. 2022-09-27T16:45:24.5117741Z [----------] 1 test from DeviceGuard 2022-09-27T16:45:24.5118011Z [ RUN ] DeviceGuard.ResetDeviceDifferentDeviceType 2022-09-27T16:45:24.5118343Z [ OK ] DeviceGuard.ResetDeviceDifferentDeviceType (0 ms) 2022-09-27T16:45:24.5118753Z [----------] 1 test from DeviceGuard (0 ms total) 2022-09-27T16:45:24.5118898Z 2022-09-27T16:45:24.5118996Z [----------] 1 test from OptionalDeviceGuard 2022-09-27T16:45:24.5119310Z [ RUN ] OptionalDeviceGuard.ResetDeviceDifferentDeviceType 2022-09-27T16:45:24.5119694Z [ OK ] OptionalDeviceGuard.ResetDeviceDifferentDeviceType (0 ms) 2022-09-27T16:45:24.5120035Z [----------] 1 test from OptionalDeviceGuard (0 ms total) 2022-09-27T16:45:24.5120194Z 2022-09-27T16:45:24.5120306Z [----------] Global test environment tear-down 2022-09-27T16:45:24.5127201Z [==========] 2 tests from 2 test suites ran. (0 ms total) 2022-09-27T16:45:24.5127415Z [ PASSED ] 2 tests. 2022-09-27T16:45:24.5176322Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Device_test.exe" 2022-09-27T16:45:24.5265960Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:24.5266326Z [==========] Running 1 test from 1 test suite. 2022-09-27T16:45:24.5266560Z [----------] Global test environment set-up. 2022-09-27T16:45:24.5266792Z [----------] 1 test from DeviceTest 2022-09-27T16:45:24.5267018Z [ RUN ] DeviceTest.BasicConstruction 2022-09-27T16:45:24.5388604Z [ OK ] DeviceTest.BasicConstruction (12 ms) 2022-09-27T16:45:24.5388890Z [----------] 1 test from DeviceTest (12 ms total) 2022-09-27T16:45:24.5389033Z 2022-09-27T16:45:24.5389144Z [----------] Global test environment tear-down 2022-09-27T16:45:24.5398320Z [==========] 1 test from 1 test suite ran. (12 ms total) 2022-09-27T16:45:24.5398567Z [ PASSED ] 1 test. 2022-09-27T16:45:24.5451891Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_DispatchKeySet_test.exe" 2022-09-27T16:45:24.5547504Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:24.5547888Z [==========] Running 16 tests from 1 test suite. 2022-09-27T16:45:24.5548134Z [----------] Global test environment set-up. 2022-09-27T16:45:24.5548377Z [----------] 16 tests from DispatchKeySet 2022-09-27T16:45:24.5548605Z [ RUN ] DispatchKeySet.ShowSemantics 2022-09-27T16:45:24.5548865Z [ OK ] DispatchKeySet.ShowSemantics (0 ms) 2022-09-27T16:45:24.5549110Z [ RUN ] DispatchKeySet.Empty 2022-09-27T16:45:24.5549335Z [ OK ] DispatchKeySet.Empty (0 ms) 2022-09-27T16:45:24.5549608Z [ RUN ] DispatchKeySet.SingletonBackendComponent 2022-09-27T16:45:24.5549916Z [ OK ] DispatchKeySet.SingletonBackendComponent (0 ms) 2022-09-27T16:45:24.5550238Z [ RUN ] DispatchKeySet.SingletonFunctionalityKeys 2022-09-27T16:45:24.5550565Z [ OK ] DispatchKeySet.SingletonFunctionalityKeys (0 ms) 2022-09-27T16:45:24.5550918Z [ RUN ] DispatchKeySet.SingletonPerBackendFunctionalityKeys 2022-09-27T16:45:24.5551308Z [ OK ] DispatchKeySet.SingletonPerBackendFunctionalityKeys (0 ms) 2022-09-27T16:45:24.5551646Z [ RUN ] DispatchKeySet.DoubletonPerBackend 2022-09-27T16:45:24.5570402Z [ OK ] DispatchKeySet.DoubletonPerBackend (2 ms) 2022-09-27T16:45:24.5570683Z [ RUN ] DispatchKeySet.Full 2022-09-27T16:45:24.5570902Z [ OK ] DispatchKeySet.Full (0 ms) 2022-09-27T16:45:24.5571150Z [ RUN ] DispatchKeySet.IteratorBasicOps 2022-09-27T16:45:24.5571557Z [ OK ] DispatchKeySet.IteratorBasicOps (0 ms) 2022-09-27T16:45:24.5571879Z [ RUN ] DispatchKeySet.getHighestPriorityBackendTypeId 2022-09-27T16:45:24.5572298Z [ OK ] DispatchKeySet.getHighestPriorityBackendTypeId (0 ms) 2022-09-27T16:45:24.5572607Z [ RUN ] DispatchKeySet.IteratorEmpty 2022-09-27T16:45:24.5572867Z [ OK ] DispatchKeySet.IteratorEmpty (0 ms) 2022-09-27T16:45:24.5573141Z [ RUN ] DispatchKeySet.IteratorCrossProduct 2022-09-27T16:45:24.5573435Z [ OK ] DispatchKeySet.IteratorCrossProduct (0 ms) 2022-09-27T16:45:24.5573706Z [ RUN ] DispatchKeySet.IteratorFull 2022-09-27T16:45:24.5574024Z [ OK ] DispatchKeySet.IteratorFull (0 ms) 2022-09-27T16:45:24.5574289Z [ RUN ] DispatchKeySet.FailAtEndIterator 2022-09-27T16:45:24.5688395Z [ OK ] DispatchKeySet.FailAtEndIterator (11 ms) 2022-09-27T16:45:24.5688716Z [ RUN ] DispatchKeySet.TestBackendComponentToString 2022-09-27T16:45:24.5689058Z [ OK ] DispatchKeySet.TestBackendComponentToString (0 ms) 2022-09-27T16:45:24.5689413Z [ RUN ] DispatchKeySet.TestEndOfRuntimeBackendKeysAccurate 2022-09-27T16:45:24.5689779Z [ OK ] DispatchKeySet.TestEndOfRuntimeBackendKeysAccurate (0 ms) 2022-09-27T16:45:24.5690165Z [ RUN ] DispatchKeySet.TestFunctionalityDispatchKeyToString 2022-09-27T16:45:24.5690555Z [ OK ] DispatchKeySet.TestFunctionalityDispatchKeyToString (0 ms) 2022-09-27T16:45:24.5690888Z [----------] 16 tests from DispatchKeySet (14 ms total) 2022-09-27T16:45:24.5691044Z 2022-09-27T16:45:24.5691160Z [----------] Global test environment tear-down 2022-09-27T16:45:24.5701797Z [==========] 16 tests from 1 test suite ran. (14 ms total) 2022-09-27T16:45:24.5702027Z [ PASSED ] 16 tests. 2022-09-27T16:45:24.5754980Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_either_test.exe" 2022-09-27T16:45:24.5848292Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:24.5848663Z [==========] Running 83 tests from 2 test suites. 2022-09-27T16:45:24.5848909Z [----------] Global test environment set-up. 2022-09-27T16:45:24.5849143Z [----------] 73 tests from EitherTest 2022-09-27T16:45:24.5849364Z [ RUN ] EitherTest.SpaceUsage 2022-09-27T16:45:24.5849582Z [ OK ] EitherTest.SpaceUsage (0 ms) 2022-09-27T16:45:24.5849806Z [ RUN ] EitherTest.givenLeft 2022-09-27T16:45:24.5850034Z [ OK ] EitherTest.givenLeft (0 ms) 2022-09-27T16:45:24.5850255Z [ RUN ] EitherTest.givenRight 2022-09-27T16:45:24.5850482Z [ OK ] EitherTest.givenRight (0 ms) 2022-09-27T16:45:24.5850715Z [ RUN ] EitherTest.givenMakeLeft 2022-09-27T16:45:24.5850946Z [ OK ] EitherTest.givenMakeLeft (0 ms) 2022-09-27T16:45:24.5851218Z [ RUN ] EitherTest.givenMakeLeftWithSameType 2022-09-27T16:45:24.5851526Z [ OK ] EitherTest.givenMakeLeftWithSameType (0 ms) 2022-09-27T16:45:24.5851804Z [ RUN ] EitherTest.givenMakeRight 2022-09-27T16:45:24.5852048Z [ OK ] EitherTest.givenMakeRight (0 ms) 2022-09-27T16:45:24.5852375Z [ RUN ] EitherTest.givenMakeRightWithSameType 2022-09-27T16:45:24.5852681Z [ OK ] EitherTest.givenMakeRightWithSameType (0 ms) 2022-09-27T16:45:24.5852978Z [ RUN ] EitherTest.givenMovableOnlyMakeLeft 2022-09-27T16:45:24.5853271Z [ OK ] EitherTest.givenMovableOnlyMakeLeft (0 ms) 2022-09-27T16:45:24.5853564Z [ RUN ] EitherTest.givenMovableOnlyMakeRight 2022-09-27T16:45:24.5853859Z [ OK ] EitherTest.givenMovableOnlyMakeRight (0 ms) 2022-09-27T16:45:24.5854137Z [ RUN ] EitherTest.givenMultiParamMakeLeft 2022-09-27T16:45:24.5854430Z [ OK ] EitherTest.givenMultiParamMakeLeft (0 ms) 2022-09-27T16:45:24.5854719Z [ RUN ] EitherTest.givenMultiParamMakeRight 2022-09-27T16:45:24.5855010Z [ OK ] EitherTest.givenMultiParamMakeRight (0 ms) 2022-09-27T16:45:24.5855356Z [ RUN ] EitherTest.givenLeftCopyConstructedFromValue_thenNewIsCorrect 2022-09-27T16:45:24.5855911Z [ OK ] EitherTest.givenLeftCopyConstructedFromValue_thenNewIsCorrect (0 ms) 2022-09-27T16:45:24.5856313Z [ RUN ] EitherTest.givenLeftCopyConstructedFromValue_thenOldIsCorrect 2022-09-27T16:45:24.5856699Z [ OK ] EitherTest.givenLeftCopyConstructedFromValue_thenOldIsCorrect (0 ms) 2022-09-27T16:45:24.5857098Z [ RUN ] EitherTest.givenRightCopyConstructedFromValue_thenNewIsCorrect 2022-09-27T16:45:24.5857506Z [ OK ] EitherTest.givenRightCopyConstructedFromValue_thenNewIsCorrect (0 ms) 2022-09-27T16:45:24.5857945Z [ RUN ] EitherTest.givenRightCopyConstructedFromValue_thenOldIsCorrect 2022-09-27T16:45:24.5858408Z [ OK ] EitherTest.givenRightCopyConstructedFromValue_thenOldIsCorrect (0 ms) 2022-09-27T16:45:24.5858805Z [ RUN ] EitherTest.givenLeftMoveConstructedFromValue_thenNewIsCorrect 2022-09-27T16:45:24.5859184Z [ OK ] EitherTest.givenLeftMoveConstructedFromValue_thenNewIsCorrect (0 ms) 2022-09-27T16:45:24.5859576Z [ RUN ] EitherTest.givenLeftMoveConstructedFromValue_thenOldIsCorrect 2022-09-27T16:45:24.5859972Z [ OK ] EitherTest.givenLeftMoveConstructedFromValue_thenOldIsCorrect (0 ms) 2022-09-27T16:45:24.5860369Z [ RUN ] EitherTest.givenRightMoveConstructedFromValue_thenNewIsCorrect 2022-09-27T16:45:24.5860768Z [ OK ] EitherTest.givenRightMoveConstructedFromValue_thenNewIsCorrect (0 ms) 2022-09-27T16:45:24.5861163Z [ RUN ] EitherTest.givenRightMoveConstructedFromValue_thenOldIsCorrect 2022-09-27T16:45:24.5861558Z [ OK ] EitherTest.givenRightMoveConstructedFromValue_thenOldIsCorrect (0 ms) 2022-09-27T16:45:24.5861938Z [ RUN ] EitherTest.givenLeftCopyAssignedFromValue_thenNewIsCorrect 2022-09-27T16:45:24.5862317Z [ OK ] EitherTest.givenLeftCopyAssignedFromValue_thenNewIsCorrect (0 ms) 2022-09-27T16:45:24.5862692Z [ RUN ] EitherTest.givenLeftCopyAssignedFromValue_thenOldIsCorrect 2022-09-27T16:45:24.5863066Z [ OK ] EitherTest.givenLeftCopyAssignedFromValue_thenOldIsCorrect (0 ms) 2022-09-27T16:45:24.5863449Z [ RUN ] EitherTest.givenRightCopyAssignedFromValue_thenNewIsCorrect 2022-09-27T16:45:24.5863834Z [ OK ] EitherTest.givenRightCopyAssignedFromValue_thenNewIsCorrect (0 ms) 2022-09-27T16:45:24.5864201Z [ RUN ] EitherTest.givenRightCopyAssignedFromValue_thenOldIsCorrect 2022-09-27T16:45:24.5864583Z [ OK ] EitherTest.givenRightCopyAssignedFromValue_thenOldIsCorrect (0 ms) 2022-09-27T16:45:24.5864962Z [ RUN ] EitherTest.givenLeftMoveAssignedFromValue_thenNewIsCorrect 2022-09-27T16:45:24.5865334Z [ OK ] EitherTest.givenLeftMoveAssignedFromValue_thenNewIsCorrect (0 ms) 2022-09-27T16:45:24.5865706Z [ RUN ] EitherTest.givenLeftMoveAssignedFromValue_thenOldIsCorrect 2022-09-27T16:45:24.5866075Z [ OK ] EitherTest.givenLeftMoveAssignedFromValue_thenOldIsCorrect (0 ms) 2022-09-27T16:45:24.5866435Z [ RUN ] EitherTest.givenRightMoveAssignedFromValue_thenNewIsCorrect 2022-09-27T16:45:24.5866816Z [ OK ] EitherTest.givenRightMoveAssignedFromValue_thenNewIsCorrect (0 ms) 2022-09-27T16:45:24.5867193Z [ RUN ] EitherTest.givenRightMoveAssignedFromValue_thenOldIsCorrect 2022-09-27T16:45:24.5867572Z [ OK ] EitherTest.givenRightMoveAssignedFromValue_thenOldIsCorrect (0 ms) 2022-09-27T16:45:24.5867927Z [ RUN ] EitherTest.givenLeftCopyConstructed_thenNewIsCorrect 2022-09-27T16:45:24.5868266Z [ OK ] EitherTest.givenLeftCopyConstructed_thenNewIsCorrect (0 ms) 2022-09-27T16:45:24.5868592Z [ RUN ] EitherTest.givenLeftCopyConstructed_thenOldIsCorrect 2022-09-27T16:45:24.5868933Z [ OK ] EitherTest.givenLeftCopyConstructed_thenOldIsCorrect (0 ms) 2022-09-27T16:45:24.5869297Z [ RUN ] EitherTest.givenLeftCopyConstructed_withSameType_thenNewIsCorrect 2022-09-27T16:45:24.5869674Z [ OK ] EitherTest.givenLeftCopyConstructed_withSameType_thenNewIsCorrect (0 ms) 2022-09-27T16:45:24.5870050Z [ RUN ] EitherTest.givenLeftCopyConstructed_withSameType_thenOldIsCorrect 2022-09-27T16:45:24.5870473Z [ OK ] EitherTest.givenLeftCopyConstructed_withSameType_thenOldIsCorrect (0 ms) 2022-09-27T16:45:24.5870837Z [ RUN ] EitherTest.givenRightCopyConstructed_thenNewIsCorrect 2022-09-27T16:45:24.5871175Z [ OK ] EitherTest.givenRightCopyConstructed_thenNewIsCorrect (0 ms) 2022-09-27T16:45:24.5871521Z [ RUN ] EitherTest.givenRightCopyConstructed_thenOldIsCorrect 2022-09-27T16:45:24.5871872Z [ OK ] EitherTest.givenRightCopyConstructed_thenOldIsCorrect (0 ms) 2022-09-27T16:45:24.5872238Z [ RUN ] EitherTest.givenRightCopyConstructed_withSameType_thenNewIsCorrect 2022-09-27T16:45:24.5872626Z [ OK ] EitherTest.givenRightCopyConstructed_withSameType_thenNewIsCorrect (0 ms) 2022-09-27T16:45:24.5873052Z [ RUN ] EitherTest.givenRightCopyConstructed_withSameType_thenOldIsCorrect 2022-09-27T16:45:24.5873420Z [ OK ] EitherTest.givenRightCopyConstructed_withSameType_thenOldIsCorrect (0 ms) 2022-09-27T16:45:24.5873780Z [ RUN ] EitherTest.givenLeftMoveConstructed_thenNewIsCorrect 2022-09-27T16:45:24.5874123Z [ OK ] EitherTest.givenLeftMoveConstructed_thenNewIsCorrect (0 ms) 2022-09-27T16:45:24.5874463Z [ RUN ] EitherTest.givenLeftMoveConstructed_thenOldIsCorrect 2022-09-27T16:45:24.5874802Z [ OK ] EitherTest.givenLeftMoveConstructed_thenOldIsCorrect (0 ms) 2022-09-27T16:45:24.5875162Z [ RUN ] EitherTest.givenLeftMoveConstructed_withSameType_thenNewIsCorrect 2022-09-27T16:45:24.5875531Z [ OK ] EitherTest.givenLeftMoveConstructed_withSameType_thenNewIsCorrect (0 ms) 2022-09-27T16:45:24.5875907Z [ RUN ] EitherTest.givenLeftMoveConstructed_withSameType_thenOldIsCorrect 2022-09-27T16:45:24.5876286Z [ OK ] EitherTest.givenLeftMoveConstructed_withSameType_thenOldIsCorrect (0 ms) 2022-09-27T16:45:24.5876643Z [ RUN ] EitherTest.givenRightMoveConstructed_thenNewIsCorrect 2022-09-27T16:45:24.5876990Z [ OK ] EitherTest.givenRightMoveConstructed_thenNewIsCorrect (0 ms) 2022-09-27T16:45:24.5877340Z [ RUN ] EitherTest.givenRightMoveConstructed_thenOldIsCorrect 2022-09-27T16:45:24.5877674Z [ OK ] EitherTest.givenRightMoveConstructed_thenOldIsCorrect (0 ms) 2022-09-27T16:45:24.5878042Z [ RUN ] EitherTest.givenRightMoveConstructed_withSameType_thenNewIsCorrect 2022-09-27T16:45:24.5878429Z [ OK ] EitherTest.givenRightMoveConstructed_withSameType_thenNewIsCorrect (0 ms) 2022-09-27T16:45:24.5878808Z [ RUN ] EitherTest.givenRightMoveConstructed_withSameType_thenOldIsCorrect 2022-09-27T16:45:24.5879227Z [ OK ] EitherTest.givenRightMoveConstructed_withSameType_thenOldIsCorrect (0 ms) 2022-09-27T16:45:24.5879580Z [ RUN ] EitherTest.givenLeftCopyAssigned_thenNewIsCorrect 2022-09-27T16:45:24.5879909Z [ OK ] EitherTest.givenLeftCopyAssigned_thenNewIsCorrect (0 ms) 2022-09-27T16:45:24.5880236Z [ RUN ] EitherTest.givenLeftCopyAssigned_thenOldIsCorrect 2022-09-27T16:45:24.5880549Z [ OK ] EitherTest.givenLeftCopyAssigned_thenOldIsCorrect (0 ms) 2022-09-27T16:45:24.5880898Z [ RUN ] EitherTest.givenLeftCopyAssigned_withSameType_thenNewIsCorrect 2022-09-27T16:45:24.5881264Z [ OK ] EitherTest.givenLeftCopyAssigned_withSameType_thenNewIsCorrect (0 ms) 2022-09-27T16:45:24.5881630Z [ RUN ] EitherTest.givenLeftCopyAssigned_withSameType_thenOldIsCorrect 2022-09-27T16:45:24.5881997Z [ OK ] EitherTest.givenLeftCopyAssigned_withSameType_thenOldIsCorrect (0 ms) 2022-09-27T16:45:24.5882344Z [ RUN ] EitherTest.givenRightCopyAssigned_thenNewIsCorrect 2022-09-27T16:45:24.5882681Z [ OK ] EitherTest.givenRightCopyAssigned_thenNewIsCorrect (0 ms) 2022-09-27T16:45:24.5882997Z [ RUN ] EitherTest.givenRightCopyAssigned_thenOldIsCorrect 2022-09-27T16:45:24.5883330Z [ OK ] EitherTest.givenRightCopyAssigned_thenOldIsCorrect (0 ms) 2022-09-27T16:45:24.5883684Z [ RUN ] EitherTest.givenRightCopyAssigned_withSameType_thenNewIsCorrect 2022-09-27T16:45:24.5884055Z [ OK ] EitherTest.givenRightCopyAssigned_withSameType_thenNewIsCorrect (0 ms) 2022-09-27T16:45:24.5884470Z [ RUN ] EitherTest.givenRightCopyAssigned_withSameType_thenOldIsCorrect 2022-09-27T16:45:24.5884840Z [ OK ] EitherTest.givenRightCopyAssigned_withSameType_thenOldIsCorrect (0 ms) 2022-09-27T16:45:24.5885178Z [ RUN ] EitherTest.givenLeftMoveAssigned_thenNewIsCorrect 2022-09-27T16:45:24.5885504Z [ OK ] EitherTest.givenLeftMoveAssigned_thenNewIsCorrect (0 ms) 2022-09-27T16:45:24.5885827Z [ RUN ] EitherTest.givenLeftMoveAssigned_thenOldIsCorrect 2022-09-27T16:45:24.5886153Z [ OK ] EitherTest.givenLeftMoveAssigned_thenOldIsCorrect (0 ms) 2022-09-27T16:45:24.5886498Z [ RUN ] EitherTest.givenLeftMoveAssigned_withSameType_thenNewIsCorrect 2022-09-27T16:45:24.5886912Z [ OK ] EitherTest.givenLeftMoveAssigned_withSameType_thenNewIsCorrect (0 ms) 2022-09-27T16:45:24.5887259Z [ RUN ] EitherTest.givenLeftMoveAssigned_withSameType_thenOldIsCorrect 2022-09-27T16:45:24.5887623Z [ OK ] EitherTest.givenLeftMoveAssigned_withSameType_thenOldIsCorrect (0 ms) 2022-09-27T16:45:24.5887969Z [ RUN ] EitherTest.givenRightMoveAssigned_thenNewIsCorrect 2022-09-27T16:45:24.5888298Z [ OK ] EitherTest.givenRightMoveAssigned_thenNewIsCorrect (0 ms) 2022-09-27T16:45:24.5888628Z [ RUN ] EitherTest.givenRightMoveAssigned_thenOldIsCorrect 2022-09-27T16:45:24.5888953Z [ OK ] EitherTest.givenRightMoveAssigned_thenOldIsCorrect (0 ms) 2022-09-27T16:45:24.5889290Z [ RUN ] EitherTest.givenRightMoveAssigned_withSameType_thenNewIsCorrect 2022-09-27T16:45:24.5889659Z [ OK ] EitherTest.givenRightMoveAssigned_withSameType_thenNewIsCorrect (0 ms) 2022-09-27T16:45:24.5890032Z [ RUN ] EitherTest.givenRightMoveAssigned_withSameType_thenOldIsCorrect 2022-09-27T16:45:24.5890400Z [ OK ] EitherTest.givenRightMoveAssigned_withSameType_thenOldIsCorrect (0 ms) 2022-09-27T16:45:24.5890741Z [ RUN ] EitherTest.givenLeft_whenModified_thenValueIsChanged 2022-09-27T16:45:24.5891134Z [ OK ] EitherTest.givenLeft_whenModified_thenValueIsChanged (0 ms) 2022-09-27T16:45:24.5891483Z [ RUN ] EitherTest.givenRight_whenModified_thenValueIsChanged 2022-09-27T16:45:24.5891808Z [ OK ] EitherTest.givenRight_whenModified_thenValueIsChanged (0 ms) 2022-09-27T16:45:24.5892173Z [ RUN ] EitherTest.canEmplaceConstructLeft 2022-09-27T16:45:24.5892467Z [ OK ] EitherTest.canEmplaceConstructLeft (0 ms) 2022-09-27T16:45:24.5892758Z [ RUN ] EitherTest.canEmplaceConstructRight 2022-09-27T16:45:24.5893050Z [ OK ] EitherTest.canEmplaceConstructRight (0 ms) 2022-09-27T16:45:24.5893328Z [ RUN ] EitherTest.givenEqualLefts_thenAreEqual 2022-09-27T16:45:24.5893617Z [ OK ] EitherTest.givenEqualLefts_thenAreEqual (0 ms) 2022-09-27T16:45:24.5893909Z [ RUN ] EitherTest.givenEqualLefts_thenAreNotUnequal 2022-09-27T16:45:24.5894214Z [ OK ] EitherTest.givenEqualLefts_thenAreNotUnequal (0 ms) 2022-09-27T16:45:24.5894511Z [ RUN ] EitherTest.givenEqualRights_thenAreEqual 2022-09-27T16:45:24.5894806Z [ OK ] EitherTest.givenEqualRights_thenAreEqual (0 ms) 2022-09-27T16:45:24.5895088Z [ RUN ] EitherTest.givenEqualRights_thenAreNotUnequal 2022-09-27T16:45:24.5895397Z [ OK ] EitherTest.givenEqualRights_thenAreNotUnequal (0 ms) 2022-09-27T16:45:24.5895705Z [ RUN ] EitherTest.givenLeftAndRight_thenAreNotEqual 2022-09-27T16:45:24.5896006Z [ OK ] EitherTest.givenLeftAndRight_thenAreNotEqual (0 ms) 2022-09-27T16:45:24.5896309Z [ RUN ] EitherTest.givenLeftAndRight_thenAreUnequal 2022-09-27T16:45:24.5896608Z [ OK ] EitherTest.givenLeftAndRight_thenAreUnequal (0 ms) 2022-09-27T16:45:24.5896856Z [ RUN ] EitherTest.OutputLeft 2022-09-27T16:45:24.5897085Z [ OK ] EitherTest.OutputLeft (0 ms) 2022-09-27T16:45:24.5897313Z [ RUN ] EitherTest.OutputRight 2022-09-27T16:45:24.5897544Z [ OK ] EitherTest.OutputRight (0 ms) 2022-09-27T16:45:24.5897847Z [ RUN ] EitherTest.givenLeftAndRightWithSameType_thenAreNotEqual 2022-09-27T16:45:24.5898279Z [ OK ] EitherTest.givenLeftAndRightWithSameType_thenAreNotEqual (0 ms) 2022-09-27T16:45:24.5898646Z [ RUN ] EitherTest.givenLeftAndRightWithSameType_thenAreUnequal 2022-09-27T16:45:24.5899011Z [ OK ] EitherTest.givenLeftAndRightWithSameType_thenAreUnequal (0 ms) 2022-09-27T16:45:24.5899324Z [----------] 73 tests from EitherTest (1 ms total) 2022-09-27T16:45:24.5899473Z 2022-09-27T16:45:24.5899590Z [----------] 10 tests from EitherTest_Destructor 2022-09-27T16:45:24.5899866Z [ RUN ] EitherTest_Destructor.LeftDestructorIsCalled 2022-09-27T16:45:24.5900163Z [ OK ] EitherTest_Destructor.LeftDestructorIsCalled (0 ms) 2022-09-27T16:45:24.5901022Z [ RUN ] EitherTest_Destructor.RightDestructorIsCalled 2022-09-27T16:45:24.5901339Z [ OK ] EitherTest_Destructor.RightDestructorIsCalled (0 ms) 2022-09-27T16:45:24.5901683Z [ RUN ] EitherTest_Destructor.LeftDestructorIsCalledAfterCopying 2022-09-27T16:45:24.5902064Z [ OK ] EitherTest_Destructor.LeftDestructorIsCalledAfterCopying (0 ms) 2022-09-27T16:45:24.5902442Z [ RUN ] EitherTest_Destructor.RightDestructorIsCalledAfterCopying 2022-09-27T16:45:24.5902812Z [ OK ] EitherTest_Destructor.RightDestructorIsCalledAfterCopying (0 ms) 2022-09-27T16:45:24.5903189Z [ RUN ] EitherTest_Destructor.LeftDestructorIsCalledAfterMoving 2022-09-27T16:45:24.5903558Z [ OK ] EitherTest_Destructor.LeftDestructorIsCalledAfterMoving (0 ms) 2022-09-27T16:45:24.5903927Z [ RUN ] EitherTest_Destructor.RightDestructorIsCalledAfterMoving 2022-09-27T16:45:24.5904298Z [ OK ] EitherTest_Destructor.RightDestructorIsCalledAfterMoving (0 ms) 2022-09-27T16:45:24.5904681Z [ RUN ] EitherTest_Destructor.LeftDestructorIsCalledAfterAssignment 2022-09-27T16:45:24.5905059Z [ OK ] EitherTest_Destructor.LeftDestructorIsCalledAfterAssignment (0 ms) 2022-09-27T16:45:24.5905453Z [ RUN ] EitherTest_Destructor.RightDestructorIsCalledAfterAssignment 2022-09-27T16:45:24.5905857Z [ OK ] EitherTest_Destructor.RightDestructorIsCalledAfterAssignment (0 ms) 2022-09-27T16:45:24.5906266Z [ RUN ] EitherTest_Destructor.LeftDestructorIsCalledAfterMoveAssignment 2022-09-27T16:45:24.5906680Z [ OK ] EitherTest_Destructor.LeftDestructorIsCalledAfterMoveAssignment (0 ms) 2022-09-27T16:45:24.5907095Z [ RUN ] EitherTest_Destructor.RightDestructorIsCalledAfterMoveAssignment 2022-09-27T16:45:24.5907515Z [ OK ] EitherTest_Destructor.RightDestructorIsCalledAfterMoveAssignment (0 ms) 2022-09-27T16:45:24.5907861Z [----------] 10 tests from EitherTest_Destructor (0 ms total) 2022-09-27T16:45:24.5908019Z 2022-09-27T16:45:24.5908131Z [----------] Global test environment tear-down 2022-09-27T16:45:24.5908388Z [==========] 83 tests from 2 test suites ran. (1 ms total) 2022-09-27T16:45:24.5908602Z [ PASSED ] 83 tests. 2022-09-27T16:45:24.5937434Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_exception_test.exe" 2022-09-27T16:45:24.6028966Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:24.6029329Z [==========] Running 5 tests from 2 test suites. 2022-09-27T16:45:24.6029558Z [----------] Global test environment set-up. 2022-09-27T16:45:24.6029795Z [----------] 4 tests from ExceptionTest 2022-09-27T16:45:24.6030054Z [ RUN ] ExceptionTest.TORCH_INTERNAL_ASSERT_DEBUG_ONLY 2022-09-27T16:45:24.6030344Z [ OK ] ExceptionTest.TORCH_INTERNAL_ASSERT_DEBUG_ONLY (0 ms) 2022-09-27T16:45:24.6030615Z [ RUN ] ExceptionTest.CUDA_KERNEL_ASSERT 2022-09-27T16:45:24.6101880Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:24.6153826Z [ OK ] ExceptionTest.CUDA_KERNEL_ASSERT (12 ms) 2022-09-27T16:45:24.6154107Z [ RUN ] ExceptionTest.ErrorFormatting 2022-09-27T16:45:24.6273241Z [ OK ] ExceptionTest.ErrorFormatting (11 ms) 2022-09-27T16:45:24.6273718Z [ RUN ] ExceptionTest.DontCallArgumentFunctionsTwiceOnFailure 2022-09-27T16:45:24.6274611Z [ OK ] ExceptionTest.DontCallArgumentFunctionsTwiceOnFailure (0 ms) 2022-09-27T16:45:24.6275080Z [W C:\actions-runner\_work\pytorch\pytorch\c10\test\util\exception_test.cpp:46] Warning: I'm a warning (function TestBody) 2022-09-27T16:45:24.6275448Z [----------] 4 tests from ExceptionTest (24 ms total) 2022-09-27T16:45:24.6275601Z 2022-09-27T16:45:24.6275697Z [----------] 1 test from WarningTest 2022-09-27T16:45:24.6275918Z [ RUN ] WarningTest.JustPrintWarning 2022-09-27T16:45:24.6276180Z [ OK ] WarningTest.JustPrintWarning (0 ms) 2022-09-27T16:45:24.6276441Z [----------] 1 test from WarningTest (0 ms total) 2022-09-27T16:45:24.6276659Z 2022-09-27T16:45:24.6276771Z [----------] Global test environment tear-down 2022-09-27T16:45:24.6284037Z [==========] 5 tests from 2 test suites ran. (24 ms total) 2022-09-27T16:45:24.6284268Z [ PASSED ] 5 tests. 2022-09-27T16:45:24.6336639Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_flags_test.exe" 2022-09-27T16:45:24.6430279Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:24.6430634Z [==========] Running 1 test from 1 test suite. 2022-09-27T16:45:24.6430883Z [----------] Global test environment set-up. 2022-09-27T16:45:24.6431110Z [----------] 1 test from FlagsTest 2022-09-27T16:45:24.6431347Z [ RUN ] FlagsTest.TestGflagsCorrectness 2022-09-27T16:45:24.6431599Z Caffe2 is not built with gflags. Nothing to test here. 2022-09-27T16:45:24.6431871Z [ OK ] FlagsTest.TestGflagsCorrectness (0 ms) 2022-09-27T16:45:24.6432137Z [----------] 1 test from FlagsTest (0 ms total) 2022-09-27T16:45:24.6432276Z 2022-09-27T16:45:24.6432386Z [----------] Global test environment tear-down 2022-09-27T16:45:24.6439233Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-09-27T16:45:24.6439446Z [ PASSED ] 1 test. 2022-09-27T16:45:24.6488655Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Half_test.exe" 2022-09-27T16:45:24.6571907Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:24.6572310Z [==========] Running 1 test from 1 test suite. 2022-09-27T16:45:24.6572557Z [----------] Global test environment set-up. 2022-09-27T16:45:24.6572819Z [----------] 1 test from HalfDoubleConversionTest 2022-09-27T16:45:24.6573096Z [ RUN ] HalfDoubleConversionTest.Half2Double 2022-09-27T16:45:24.6573393Z [ OK ] HalfDoubleConversionTest.Half2Double (0 ms) 2022-09-27T16:45:24.6573687Z [----------] 1 test from HalfDoubleConversionTest (0 ms total) 2022-09-27T16:45:24.6573862Z 2022-09-27T16:45:24.6573972Z [----------] Global test environment tear-down 2022-09-27T16:45:24.6582273Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-09-27T16:45:24.6582496Z [ PASSED ] 1 test. 2022-09-27T16:45:24.6630124Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineDeviceGuard_test.exe" 2022-09-27T16:45:24.6722545Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:24.6722888Z [==========] Running 9 tests from 2 test suites. 2022-09-27T16:45:24.6723117Z [----------] Global test environment set-up. 2022-09-27T16:45:24.6723362Z [----------] 5 tests from InlineDeviceGuard 2022-09-27T16:45:24.6723607Z [ RUN ] InlineDeviceGuard.Constructor 2022-09-27T16:45:24.6723869Z [ OK ] InlineDeviceGuard.Constructor (0 ms) 2022-09-27T16:45:24.6724141Z [ RUN ] InlineDeviceGuard.ConstructorError 2022-09-27T16:45:24.6840052Z [ OK ] InlineDeviceGuard.ConstructorError (11 ms) 2022-09-27T16:45:24.6840323Z [ RUN ] InlineDeviceGuard.SetDevice 2022-09-27T16:45:24.6840580Z [ OK ] InlineDeviceGuard.SetDevice (0 ms) 2022-09-27T16:45:24.6840856Z [ RUN ] InlineDeviceGuard.ResetDevice 2022-09-27T16:45:24.6841269Z [ OK ] InlineDeviceGuard.ResetDevice (0 ms) 2022-09-27T16:45:24.6841526Z [ RUN ] InlineDeviceGuard.SetIndex 2022-09-27T16:45:24.6841773Z [ OK ] InlineDeviceGuard.SetIndex (0 ms) 2022-09-27T16:45:24.6842034Z [----------] 5 tests from InlineDeviceGuard (11 ms total) 2022-09-27T16:45:24.6842191Z 2022-09-27T16:45:24.6842320Z [----------] 4 tests from InlineOptionalDeviceGuard 2022-09-27T16:45:24.6842603Z [ RUN ] InlineOptionalDeviceGuard.Constructor 2022-09-27T16:45:24.6842915Z [ OK ] InlineOptionalDeviceGuard.Constructor (0 ms) 2022-09-27T16:45:24.6843236Z [ RUN ] InlineOptionalDeviceGuard.NullaryConstructor 2022-09-27T16:45:24.6843645Z [ OK ] InlineOptionalDeviceGuard.NullaryConstructor (0 ms) 2022-09-27T16:45:24.6843949Z [ RUN ] InlineOptionalDeviceGuard.SetDevice 2022-09-27T16:45:24.6844245Z [ OK ] InlineOptionalDeviceGuard.SetDevice (0 ms) 2022-09-27T16:45:24.6844533Z [ RUN ] InlineOptionalDeviceGuard.SetIndex 2022-09-27T16:45:24.6844820Z [ OK ] InlineOptionalDeviceGuard.SetIndex (0 ms) 2022-09-27T16:45:24.6845129Z [----------] 4 tests from InlineOptionalDeviceGuard (0 ms total) 2022-09-27T16:45:24.6845304Z 2022-09-27T16:45:24.6845415Z [----------] Global test environment tear-down 2022-09-27T16:45:24.6851854Z [==========] 9 tests from 2 test suites ran. (11 ms total) 2022-09-27T16:45:24.6852100Z [ PASSED ] 9 tests. 2022-09-27T16:45:24.6904503Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_InlineStreamGuard_test.exe" 2022-09-27T16:45:24.6998094Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:24.6998456Z [==========] Running 8 tests from 3 test suites. 2022-09-27T16:45:24.6998709Z [----------] Global test environment set-up. 2022-09-27T16:45:24.6998960Z [----------] 4 tests from InlineStreamGuard 2022-09-27T16:45:24.6999195Z [ RUN ] InlineStreamGuard.Constructor 2022-09-27T16:45:24.6999463Z [ OK ] InlineStreamGuard.Constructor (0 ms) 2022-09-27T16:45:24.6999766Z [ RUN ] InlineStreamGuard.ResetStreamSameSameDevice 2022-09-27T16:45:24.7000102Z [ OK ] InlineStreamGuard.ResetStreamSameSameDevice (0 ms) 2022-09-27T16:45:24.7000449Z [ RUN ] InlineStreamGuard.ResetStreamDifferentSameDevice 2022-09-27T16:45:24.7000814Z [ OK ] InlineStreamGuard.ResetStreamDifferentSameDevice (0 ms) 2022-09-27T16:45:24.7001154Z [ RUN ] InlineStreamGuard.ResetStreamDifferentDevice 2022-09-27T16:45:24.7001492Z [ OK ] InlineStreamGuard.ResetStreamDifferentDevice (0 ms) 2022-09-27T16:45:24.7001807Z [----------] 4 tests from InlineStreamGuard (0 ms total) 2022-09-27T16:45:24.7001965Z 2022-09-27T16:45:24.7002094Z [----------] 3 tests from InlineOptionalStreamGuard 2022-09-27T16:45:24.7002375Z [ RUN ] InlineOptionalStreamGuard.Constructor 2022-09-27T16:45:24.7002675Z [ OK ] InlineOptionalStreamGuard.Constructor (0 ms) 2022-09-27T16:45:24.7002994Z [ RUN ] InlineOptionalStreamGuard.ResetStreamSameDevice 2022-09-27T16:45:24.7003351Z [ OK ] InlineOptionalStreamGuard.ResetStreamSameDevice (0 ms) 2022-09-27T16:45:24.7003738Z [ RUN ] InlineOptionalStreamGuard.ResetStreamDifferentDevice 2022-09-27T16:45:24.7004128Z [ OK ] InlineOptionalStreamGuard.ResetStreamDifferentDevice (0 ms) 2022-09-27T16:45:24.7004495Z [----------] 3 tests from InlineOptionalStreamGuard (0 ms total) 2022-09-27T16:45:24.7004668Z 2022-09-27T16:45:24.7004785Z [----------] 1 test from InlineMultiStreamGuard 2022-09-27T16:45:24.7005039Z [ RUN ] InlineMultiStreamGuard.Constructor 2022-09-27T16:45:24.7005327Z [ OK ] InlineMultiStreamGuard.Constructor (0 ms) 2022-09-27T16:45:24.7005625Z [----------] 1 test from InlineMultiStreamGuard (0 ms total) 2022-09-27T16:45:24.7005787Z 2022-09-27T16:45:24.7005897Z [----------] Global test environment tear-down 2022-09-27T16:45:24.7010128Z [==========] 8 tests from 3 test suites ran. (0 ms total) 2022-09-27T16:45:24.7010342Z [ PASSED ] 8 tests. 2022-09-27T16:45:24.7059698Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_benchmark.exe" 2022-09-27T16:45:24.7169477Z 2022-09-27T16:45:24+00:00 2022-09-27T16:45:24.7169845Z Running C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_benchmark.exe 2022-09-27T16:45:24.7170170Z Run on (16 X 3000 MHz CPU s) 2022-09-27T16:45:24.7170355Z CPU Caches: 2022-09-27T16:45:24.7170526Z L1 Data 32 KiB (x8) 2022-09-27T16:45:24.7170715Z L1 Instruction 32 KiB (x8) 2022-09-27T16:45:24.7170898Z L2 Unified 1024 KiB (x8) 2022-09-27T16:45:24.7171083Z L3 Unified 36608 KiB (x1) 2022-09-27T16:45:25.5201335Z ---------------------------------------------------------------------------- 2022-09-27T16:45:25.5201678Z Benchmark Time CPU Iterations 2022-09-27T16:45:25.5201973Z ---------------------------------------------------------------------------- 2022-09-27T16:45:25.5202270Z BM_IntrusivePtrCtorDtor 12.0 ns 11.7 ns 56000000 2022-09-27T16:45:26.2484045Z BM_SharedPtrCtorDtor 12.0 ns 11.6 ns 49777778 2022-09-27T16:45:27.2076861Z BM_IntrusivePtrArray/16 222 ns 225 ns 3200000 2022-09-27T16:45:28.3897011Z BM_IntrusivePtrArray/32 445 ns 445 ns 1544828 2022-09-27T16:45:29.1549338Z BM_IntrusivePtrArray/64 890 ns 900 ns 746667 2022-09-27T16:45:30.0778690Z BM_IntrusivePtrArray/128 1780 ns 1803 ns 407273 2022-09-27T16:45:31.1985239Z BM_IntrusivePtrArray/256 3560 ns 3606 ns 203636 2022-09-27T16:45:32.0772125Z BM_IntrusivePtrArray/512 7137 ns 7115 ns 112000 2022-09-27T16:45:33.0351724Z BM_IntrusivePtrArray/1024 14274 ns 14509 ns 56000 2022-09-27T16:45:34.0629260Z BM_IntrusivePtrArray/2048 28546 ns 28878 ns 24889 2022-09-27T16:45:34.7664333Z BM_IntrusivePtrArray/4096 57138 ns 55804 ns 11200 2022-09-27T16:45:35.7258701Z BM_SharedPtrArray/16 223 ns 225 ns 3200000 2022-09-27T16:45:36.9324344Z BM_SharedPtrArray/32 445 ns 449 ns 1600000 2022-09-27T16:45:37.6962459Z BM_SharedPtrArray/64 890 ns 900 ns 746667 2022-09-27T16:45:38.6234470Z BM_SharedPtrArray/128 1789 ns 1803 ns 407273 2022-09-27T16:45:39.7145297Z BM_SharedPtrArray/256 3567 ns 3530 ns 194783 2022-09-27T16:45:40.4328105Z BM_SharedPtrArray/512 7132 ns 7150 ns 89600 2022-09-27T16:45:41.2302967Z BM_SharedPtrArray/1024 14263 ns 14300 ns 44800 2022-09-27T16:45:42.2591311Z BM_SharedPtrArray/2048 28581 ns 28878 ns 24889 2022-09-27T16:45:42.9637939Z BM_SharedPtrArray/4096 57236 ns 57199 ns 11200 2022-09-27T16:45:43.5968212Z BM_IntrusivePtrExclusiveOwnership 57.0 ns 56.3 ns 10000000 2022-09-27T16:45:44.3786483Z BM_SharedPtrExclusiveOwnership 63.5 ns 64.2 ns 11200000 2022-09-27T16:45:44.3840073Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_intrusive_ptr_test.exe" 2022-09-27T16:45:44.3953075Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:44.3953435Z [==========] Running 323 tests from 4 test suites. 2022-09-27T16:45:44.3953703Z [----------] Global test environment set-up. 2022-09-27T16:45:44.3953952Z [----------] 5 tests from MakeIntrusiveTest 2022-09-27T16:45:44.3954230Z [ RUN ] MakeIntrusiveTest.ClassWith0Parameters 2022-09-27T16:45:44.3954546Z [ OK ] MakeIntrusiveTest.ClassWith0Parameters (0 ms) 2022-09-27T16:45:44.3954856Z [ RUN ] MakeIntrusiveTest.ClassWith1Parameter 2022-09-27T16:45:44.3955811Z [ OK ] MakeIntrusiveTest.ClassWith1Parameter (0 ms) 2022-09-27T16:45:44.3956119Z [ RUN ] MakeIntrusiveTest.ClassWith2Parameters 2022-09-27T16:45:44.3956428Z [ OK ] MakeIntrusiveTest.ClassWith2Parameters (0 ms) 2022-09-27T16:45:44.3956735Z [ RUN ] MakeIntrusiveTest.TypeIsAutoDeductible 2022-09-27T16:45:44.3957043Z [ OK ] MakeIntrusiveTest.TypeIsAutoDeductible (0 ms) 2022-09-27T16:45:44.3957363Z [ RUN ] MakeIntrusiveTest.CanAssignToBaseClassPtr 2022-09-27T16:45:44.3957688Z [ OK ] MakeIntrusiveTest.CanAssignToBaseClassPtr (0 ms) 2022-09-27T16:45:44.3957984Z [----------] 5 tests from MakeIntrusiveTest (0 ms total) 2022-09-27T16:45:44.3958227Z 2022-09-27T16:45:44.3958349Z [----------] 1 test from IntrusivePtrTargetTest 2022-09-27T16:45:44.3958676Z [ RUN ] IntrusivePtrTargetTest.whenAllocatedOnStack_thenDoesntCrash 2022-09-27T16:45:44.3959115Z [ OK ] IntrusivePtrTargetTest.whenAllocatedOnStack_thenDoesntCrash (0 ms) 2022-09-27T16:45:44.3959502Z [----------] 1 test from IntrusivePtrTargetTest (0 ms total) 2022-09-27T16:45:44.3959667Z 2022-09-27T16:45:44.3959774Z [----------] 145 tests from IntrusivePtrTest 2022-09-27T16:45:44.3960067Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCallingGet_thenReturnsObject 2022-09-27T16:45:44.3960445Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCallingGet_thenReturnsObject (0 ms) 2022-09-27T16:45:44.3960830Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCallingConstGet_thenReturnsObject 2022-09-27T16:45:44.3961219Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCallingConstGet_thenReturnsObject (0 ms) 2022-09-27T16:45:44.3961608Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCallingGet_thenReturnsNullptr 2022-09-27T16:45:44.3962063Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCallingGet_thenReturnsNullptr (0 ms) 2022-09-27T16:45:44.3962443Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenDereferencing_thenReturnsObject 2022-09-27T16:45:44.3962826Z [ OK ] IntrusivePtrTest.givenValidPtr_whenDereferencing_thenReturnsObject (0 ms) 2022-09-27T16:45:44.3963217Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenConstDereferencing_thenReturnsObject 2022-09-27T16:45:44.3964616Z [ OK ] IntrusivePtrTest.givenValidPtr_whenConstDereferencing_thenReturnsObject (0 ms) 2022-09-27T16:45:44.3965058Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenArrowDereferencing_thenReturnsObject 2022-09-27T16:45:44.3965457Z [ OK ] IntrusivePtrTest.givenValidPtr_whenArrowDereferencing_thenReturnsObject (0 ms) 2022-09-27T16:45:44.3965915Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenConstArrowDereferencing_thenReturnsObject 2022-09-27T16:45:44.3966346Z [ OK ] IntrusivePtrTest.givenValidPtr_whenConstArrowDereferencing_thenReturnsObject (0 ms) 2022-09-27T16:45:44.3966754Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject 2022-09-27T16:45:44.3967209Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2022-09-27T16:45:44.3967605Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid 2022-09-27T16:45:44.3967984Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid (0 ms) 2022-09-27T16:45:44.3968393Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject 2022-09-27T16:45:44.3968818Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject (0 ms) 2022-09-27T16:45:44.3969226Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid 2022-09-27T16:45:44.3969622Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid (0 ms) 2022-09-27T16:45:44.3970024Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid 2022-09-27T16:45:44.3970427Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid (0 ms) 2022-09-27T16:45:44.3979215Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid 2022-09-27T16:45:44.3979800Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid (0 ms) 2022-09-27T16:45:44.3980224Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject 2022-09-27T16:45:44.3980642Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2022-09-27T16:45:44.3981090Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid 2022-09-27T16:45:44.3981555Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid (0 ms) 2022-09-27T16:45:44.3982101Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2022-09-27T16:45:44.3982591Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-09-27T16:45:44.3983045Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid 2022-09-27T16:45:44.3983494Z [ OK ] IntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 2022-09-27T16:45:44.3984040Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid 2022-09-27T16:45:44.3984502Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2022-09-27T16:45:44.3985035Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2022-09-27T16:45:44.3985609Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-09-27T16:45:44.3986302Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid 2022-09-27T16:45:44.3987014Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid (0 ms) 2022-09-27T16:45:44.3987534Z [ RUN ] IntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr 2022-09-27T16:45:44.3987993Z [ OK ] IntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 2022-09-27T16:45:44.3988426Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject 2022-09-27T16:45:44.3988813Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject (0 ms) 2022-09-27T16:45:44.3989210Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid 2022-09-27T16:45:44.3989603Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid (0 ms) 2022-09-27T16:45:44.3990017Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject 2022-09-27T16:45:44.3990440Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject (0 ms) 2022-09-27T16:45:44.3990884Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid 2022-09-27T16:45:44.3991287Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid (0 ms) 2022-09-27T16:45:44.3991679Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid 2022-09-27T16:45:44.3992092Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid (0 ms) 2022-09-27T16:45:44.3992498Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid 2022-09-27T16:45:44.3992975Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid (0 ms) 2022-09-27T16:45:44.3993409Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2022-09-27T16:45:44.3993854Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-09-27T16:45:44.3994298Z [ RUN ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid 2022-09-27T16:45:44.3994794Z [ OK ] IntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 2022-09-27T16:45:44.3995243Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid 2022-09-27T16:45:44.3995703Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2022-09-27T16:45:44.3996153Z [ RUN ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2022-09-27T16:45:44.3996611Z [ OK ] IntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-09-27T16:45:44.3997132Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid 2022-09-27T16:45:44.3997617Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid (0 ms) 2022-09-27T16:45:44.3998074Z [ RUN ] IntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr 2022-09-27T16:45:44.3998534Z [ OK ] IntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 2022-09-27T16:45:44.3998958Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject 2022-09-27T16:45:44.3999352Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject (0 ms) 2022-09-27T16:45:44.3999739Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid 2022-09-27T16:45:44.4000124Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid (0 ms) 2022-09-27T16:45:44.4000498Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid 2022-09-27T16:45:44.4000880Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid (0 ms) 2022-09-27T16:45:44.4001294Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid 2022-09-27T16:45:44.4001759Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2022-09-27T16:45:44.4002199Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject 2022-09-27T16:45:44.4002637Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject (0 ms) 2022-09-27T16:45:44.4003065Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid 2022-09-27T16:45:44.4003483Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 2022-09-27T16:45:44.4003905Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid 2022-09-27T16:45:44.4004335Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid (0 ms) 2022-09-27T16:45:44.4004806Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 2022-09-27T16:45:44.4005319Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2022-09-27T16:45:44.4005814Z [ RUN ] IntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr 2022-09-27T16:45:44.4006284Z [ OK ] IntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 2022-09-27T16:45:44.4006701Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject 2022-09-27T16:45:44.4007090Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject (0 ms) 2022-09-27T16:45:44.4007481Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid 2022-09-27T16:45:44.4007860Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid (0 ms) 2022-09-27T16:45:44.4008236Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid 2022-09-27T16:45:44.4008658Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid (0 ms) 2022-09-27T16:45:44.4009071Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid 2022-09-27T16:45:44.4009514Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2022-09-27T16:45:44.4009956Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject 2022-09-27T16:45:44.4010391Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject (0 ms) 2022-09-27T16:45:44.4010822Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid 2022-09-27T16:45:44.4011296Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 2022-09-27T16:45:44.4011817Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid 2022-09-27T16:45:44.4012251Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid (0 ms) 2022-09-27T16:45:44.4012704Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 2022-09-27T16:45:44.4013215Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2022-09-27T16:45:44.4013701Z [ RUN ] IntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr 2022-09-27T16:45:44.4014180Z [ OK ] IntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 2022-09-27T16:45:44.4014538Z [ RUN ] IntrusivePtrTest.SwapFunction 2022-09-27T16:45:44.4014809Z [ OK ] IntrusivePtrTest.SwapFunction (0 ms) 2022-09-27T16:45:44.4015058Z [ RUN ] IntrusivePtrTest.SwapMethod 2022-09-27T16:45:44.4015317Z [ OK ] IntrusivePtrTest.SwapMethod (0 ms) 2022-09-27T16:45:44.4015607Z [ RUN ] IntrusivePtrTest.SwapFunctionFromInvalid 2022-09-27T16:45:44.4015933Z [ OK ] IntrusivePtrTest.SwapFunctionFromInvalid (0 ms) 2022-09-27T16:45:44.4016250Z [ RUN ] IntrusivePtrTest.SwapMethodFromInvalid 2022-09-27T16:45:44.4016563Z [ OK ] IntrusivePtrTest.SwapMethodFromInvalid (0 ms) 2022-09-27T16:45:44.4016863Z [ RUN ] IntrusivePtrTest.SwapFunctionWithInvalid 2022-09-27T16:45:44.4017186Z [ OK ] IntrusivePtrTest.SwapFunctionWithInvalid (0 ms) 2022-09-27T16:45:44.4017497Z [ RUN ] IntrusivePtrTest.SwapMethodWithInvalid 2022-09-27T16:45:44.4017810Z [ OK ] IntrusivePtrTest.SwapMethodWithInvalid (0 ms) 2022-09-27T16:45:44.4018145Z [ RUN ] IntrusivePtrTest.SwapFunctionInvalidWithInvalid 2022-09-27T16:45:44.4018511Z [ OK ] IntrusivePtrTest.SwapFunctionInvalidWithInvalid (0 ms) 2022-09-27T16:45:44.4018853Z [ RUN ] IntrusivePtrTest.SwapMethodInvalidWithInvalid 2022-09-27T16:45:44.4019204Z [ OK ] IntrusivePtrTest.SwapMethodInvalidWithInvalid (0 ms) 2022-09-27T16:45:44.4019527Z [ RUN ] IntrusivePtrTest.CanBePutInContainer 2022-09-27T16:45:44.4019832Z [ OK ] IntrusivePtrTest.CanBePutInContainer (0 ms) 2022-09-27T16:45:44.4020116Z [ RUN ] IntrusivePtrTest.CanBePutInSet 2022-09-27T16:45:44.4020375Z [ OK ] IntrusivePtrTest.CanBePutInSet (0 ms) 2022-09-27T16:45:44.4020667Z [ RUN ] IntrusivePtrTest.CanBePutInUnorderedSet 2022-09-27T16:45:44.4020986Z [ OK ] IntrusivePtrTest.CanBePutInUnorderedSet (0 ms) 2022-09-27T16:45:44.4021279Z [ RUN ] IntrusivePtrTest.CanBePutInMap 2022-09-27T16:45:44.4021550Z [ OK ] IntrusivePtrTest.CanBePutInMap (0 ms) 2022-09-27T16:45:44.4021842Z [ RUN ] IntrusivePtrTest.CanBePutInUnorderedMap 2022-09-27T16:45:44.4022152Z [ OK ] IntrusivePtrTest.CanBePutInUnorderedMap (0 ms) 2022-09-27T16:45:44.4022470Z [ RUN ] IntrusivePtrTest.Equality_AfterCopyConstructor 2022-09-27T16:45:44.4022780Z [ OK ] IntrusivePtrTest.Equality_AfterCopyConstructor (0 ms) 2022-09-27T16:45:44.4023090Z [ RUN ] IntrusivePtrTest.Equality_AfterCopyAssignment 2022-09-27T16:45:44.4023444Z [ OK ] IntrusivePtrTest.Equality_AfterCopyAssignment (0 ms) 2022-09-27T16:45:44.4023735Z [ RUN ] IntrusivePtrTest.Equality_Nullptr 2022-09-27T16:45:44.4023991Z [ OK ] IntrusivePtrTest.Equality_Nullptr (0 ms) 2022-09-27T16:45:44.4024252Z [ RUN ] IntrusivePtrTest.Inequality 2022-09-27T16:45:44.4024508Z [ OK ] IntrusivePtrTest.Inequality (0 ms) 2022-09-27T16:45:44.4024784Z [ RUN ] IntrusivePtrTest.Inequality_NullptrLeft 2022-09-27T16:45:44.4025075Z [ OK ] IntrusivePtrTest.Inequality_NullptrLeft (0 ms) 2022-09-27T16:45:44.4025355Z [ RUN ] IntrusivePtrTest.Inequality_NullptrRight 2022-09-27T16:45:44.4025693Z [ OK ] IntrusivePtrTest.Inequality_NullptrRight (0 ms) 2022-09-27T16:45:44.4025979Z [ RUN ] IntrusivePtrTest.HashIsDifferent 2022-09-27T16:45:44.4026260Z [ OK ] IntrusivePtrTest.HashIsDifferent (0 ms) 2022-09-27T16:45:44.4026564Z [ RUN ] IntrusivePtrTest.HashIsDifferent_ValidAndInvalid 2022-09-27T16:45:44.4026895Z [ OK ] IntrusivePtrTest.HashIsDifferent_ValidAndInvalid (0 ms) 2022-09-27T16:45:44.4027208Z [ RUN ] IntrusivePtrTest.HashIsSame_AfterCopyConstructor 2022-09-27T16:45:44.4027534Z [ OK ] IntrusivePtrTest.HashIsSame_AfterCopyConstructor (0 ms) 2022-09-27T16:45:44.4027857Z [ RUN ] IntrusivePtrTest.HashIsSame_AfterCopyAssignment 2022-09-27T16:45:44.4028176Z [ OK ] IntrusivePtrTest.HashIsSame_AfterCopyAssignment (0 ms) 2022-09-27T16:45:44.4028485Z [ RUN ] IntrusivePtrTest.HashIsSame_BothNullptr 2022-09-27T16:45:44.4028779Z [ OK ] IntrusivePtrTest.HashIsSame_BothNullptr (0 ms) 2022-09-27T16:45:44.4029033Z [ RUN ] IntrusivePtrTest.OneIsLess 2022-09-27T16:45:44.4029291Z [ OK ] IntrusivePtrTest.OneIsLess (0 ms) 2022-09-27T16:45:44.4029557Z [ RUN ] IntrusivePtrTest.NullptrIsLess1 2022-09-27T16:45:44.4029832Z [ OK ] IntrusivePtrTest.NullptrIsLess1 (0 ms) 2022-09-27T16:45:44.4030106Z [ RUN ] IntrusivePtrTest.NullptrIsLess2 2022-09-27T16:45:44.4030370Z [ OK ] IntrusivePtrTest.NullptrIsLess2 (0 ms) 2022-09-27T16:45:44.4030680Z [ RUN ] IntrusivePtrTest.NullptrIsNotLessThanNullptr 2022-09-27T16:45:44.4031028Z [ OK ] IntrusivePtrTest.NullptrIsNotLessThanNullptr (0 ms) 2022-09-27T16:45:44.4031374Z [ RUN ] IntrusivePtrTest.givenPtr_whenCallingReset_thenIsInvalid 2022-09-27T16:45:44.4031722Z [ OK ] IntrusivePtrTest.givenPtr_whenCallingReset_thenIsInvalid (0 ms) 2022-09-27T16:45:44.4032070Z [ RUN ] IntrusivePtrTest.givenPtr_whenCallingReset_thenHoldsNullptr 2022-09-27T16:45:44.4032409Z [ OK ] IntrusivePtrTest.givenPtr_whenCallingReset_thenHoldsNullptr (0 ms) 2022-09-27T16:45:44.4032765Z [ RUN ] IntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject 2022-09-27T16:45:44.4033123Z [ OK ] IntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject (0 ms) 2022-09-27T16:45:44.4033536Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed 2022-09-27T16:45:44.4034009Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed (0 ms) 2022-09-27T16:45:44.4034500Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed 2022-09-27T16:45:44.4035014Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 2022-09-27T16:45:44.4035443Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject 2022-09-27T16:45:44.4035816Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject (0 ms) 2022-09-27T16:45:44.4036213Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject 2022-09-27T16:45:44.4036632Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject (0 ms) 2022-09-27T16:45:44.4037102Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2022-09-27T16:45:44.4037657Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-09-27T16:45:44.4038192Z [ RUN ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2022-09-27T16:45:44.4038735Z [ OK ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-09-27T16:45:44.4039291Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 2022-09-27T16:45:44.4039846Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-09-27T16:45:44.4040382Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed 2022-09-27T16:45:44.4040837Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed (0 ms) 2022-09-27T16:45:44.4041316Z [ RUN ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed 2022-09-27T16:45:44.4041814Z [ OK ] IntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 2022-09-27T16:45:44.4042322Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction 2022-09-27T16:45:44.4042826Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-09-27T16:45:44.4043370Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 2022-09-27T16:45:44.4043946Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-09-27T16:45:44.4044514Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2022-09-27T16:45:44.4045070Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-09-27T16:45:44.4045657Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2022-09-27T16:45:44.4046280Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-09-27T16:45:44.4046845Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction 2022-09-27T16:45:44.4047342Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-09-27T16:45:44.4047871Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 2022-09-27T16:45:44.4048427Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-09-27T16:45:44.4048975Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2022-09-27T16:45:44.4049518Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-09-27T16:45:44.4050092Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2022-09-27T16:45:44.4050904Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-09-27T16:45:44.4051391Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject 2022-09-27T16:45:44.4051824Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject (0 ms) 2022-09-27T16:45:44.4052219Z [ RUN ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject 2022-09-27T16:45:44.4052686Z [ OK ] IntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject (0 ms) 2022-09-27T16:45:44.4053153Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2022-09-27T16:45:44.4053667Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-09-27T16:45:44.4054200Z [ RUN ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2022-09-27T16:45:44.4054760Z [ OK ] IntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-09-27T16:45:44.4055340Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 2022-09-27T16:45:44.4055894Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-09-27T16:45:44.4056338Z [ RUN ] IntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs 2022-09-27T16:45:44.4056684Z [ OK ] IntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs (0 ms) 2022-09-27T16:45:44.4057083Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed 2022-09-27T16:45:44.4057535Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed (0 ms) 2022-09-27T16:45:44.4058014Z [ RUN ] IntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed 2022-09-27T16:45:44.4058496Z [ OK ] IntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed (0 ms) 2022-09-27T16:45:44.4058974Z [ RUN ] IntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed 2022-09-27T16:45:44.4059433Z [ OK ] IntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed (0 ms) 2022-09-27T16:45:44.4059888Z [ RUN ] IntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately 2022-09-27T16:45:44.4060336Z [ OK ] IntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately (0 ms) 2022-09-27T16:45:44.4060734Z [ RUN ] IntrusivePtrTest.AllowsMoveConstructingToConst 2022-09-27T16:45:44.4061090Z [ OK ] IntrusivePtrTest.AllowsMoveConstructingToConst (0 ms) 2022-09-27T16:45:44.4061436Z [ RUN ] IntrusivePtrTest.AllowsCopyConstructingToConst 2022-09-27T16:45:44.4061793Z [ OK ] IntrusivePtrTest.AllowsCopyConstructingToConst (0 ms) 2022-09-27T16:45:44.4062145Z [ RUN ] IntrusivePtrTest.AllowsMoveAssigningToConst 2022-09-27T16:45:44.4062480Z [ OK ] IntrusivePtrTest.AllowsMoveAssigningToConst (0 ms) 2022-09-27T16:45:44.4062816Z [ RUN ] IntrusivePtrTest.AllowsCopyAssigningToConst 2022-09-27T16:45:44.4063153Z [ OK ] IntrusivePtrTest.AllowsCopyAssigningToConst (0 ms) 2022-09-27T16:45:44.4063468Z [ RUN ] IntrusivePtrTest.givenNewPtr_thenHasUseCount1 2022-09-27T16:45:44.4063783Z [ OK ] IntrusivePtrTest.givenNewPtr_thenHasUseCount1 (0 ms) 2022-09-27T16:45:44.4064088Z [ RUN ] IntrusivePtrTest.givenNewPtr_thenIsUnique 2022-09-27T16:45:44.4064388Z [ OK ] IntrusivePtrTest.givenNewPtr_thenIsUnique (0 ms) 2022-09-27T16:45:44.4064697Z [ RUN ] IntrusivePtrTest.givenEmptyPtr_thenHasUseCount0 2022-09-27T16:45:44.4065021Z [ OK ] IntrusivePtrTest.givenEmptyPtr_thenHasUseCount0 (0 ms) 2022-09-27T16:45:44.4065328Z [ RUN ] IntrusivePtrTest.givenEmptyPtr_thenIsNotUnique 2022-09-27T16:45:44.4065653Z [ OK ] IntrusivePtrTest.givenEmptyPtr_thenIsNotUnique (0 ms) 2022-09-27T16:45:44.4065979Z [ RUN ] IntrusivePtrTest.givenResetPtr_thenHasUseCount0 2022-09-27T16:45:44.4066302Z [ OK ] IntrusivePtrTest.givenResetPtr_thenHasUseCount0 (0 ms) 2022-09-27T16:45:44.4066620Z [ RUN ] IntrusivePtrTest.givenResetPtr_thenIsNotUnique 2022-09-27T16:45:44.4066970Z [ OK ] IntrusivePtrTest.givenResetPtr_thenIsNotUnique (0 ms) 2022-09-27T16:45:44.4067322Z [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 2022-09-27T16:45:44.4067742Z [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 (0 ms) 2022-09-27T16:45:44.4068114Z [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenIsUnique 2022-09-27T16:45:44.4068475Z [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenIsUnique (0 ms) 2022-09-27T16:45:44.4068848Z [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 2022-09-27T16:45:44.4069235Z [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 (0 ms) 2022-09-27T16:45:44.4069648Z [ RUN ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldIsNotUnique 2022-09-27T16:45:44.4070027Z [ OK ] IntrusivePtrTest.givenMoveConstructedPtr_thenOldIsNotUnique (0 ms) 2022-09-27T16:45:44.4070399Z [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 2022-09-27T16:45:44.4070762Z [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 (0 ms) 2022-09-27T16:45:44.4071114Z [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenIsUnique 2022-09-27T16:45:44.4071459Z [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenIsUnique (0 ms) 2022-09-27T16:45:44.4071797Z [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 2022-09-27T16:45:44.4072165Z [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 (0 ms) 2022-09-27T16:45:44.4072529Z [ RUN ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldIsNotUnique 2022-09-27T16:45:44.4072897Z [ OK ] IntrusivePtrTest.givenMoveAssignedPtr_thenOldIsNotUnique (0 ms) 2022-09-27T16:45:44.4073270Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount2 2022-09-27T16:45:44.4073644Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount2 (0 ms) 2022-09-27T16:45:44.4074007Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenIsNotUnique 2022-09-27T16:45:44.4074383Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenIsNotUnique (0 ms) 2022-09-27T16:45:44.4074762Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount2 2022-09-27T16:45:44.4075146Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount2 (0 ms) 2022-09-27T16:45:44.4075527Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotUnique 2022-09-27T16:45:44.4075911Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotUnique (0 ms) 2022-09-27T16:45:44.4076307Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenHasUseCount1 2022-09-27T16:45:44.4076751Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenHasUseCount1 (0 ms) 2022-09-27T16:45:44.4077182Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenIsUnique 2022-09-27T16:45:44.4077606Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenDestructingCopy_thenIsUnique (0 ms) 2022-09-27T16:45:44.4078033Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenHasUseCount1 2022-09-27T16:45:44.4078466Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenHasUseCount1 (0 ms) 2022-09-27T16:45:44.4078892Z [ RUN ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenIsUnique 2022-09-27T16:45:44.4079300Z [ OK ] IntrusivePtrTest.givenCopyConstructedPtr_whenReassigningCopy_thenIsUnique (0 ms) 2022-09-27T16:45:44.4079686Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_thenHasUseCount2 2022-09-27T16:45:44.4080046Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_thenHasUseCount2 (0 ms) 2022-09-27T16:45:44.4080409Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_thenIsNotUnique 2022-09-27T16:45:44.4080764Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_thenIsNotUnique (0 ms) 2022-09-27T16:45:44.4081154Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenHasUseCount1 2022-09-27T16:45:44.4081605Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenHasUseCount1 (0 ms) 2022-09-27T16:45:44.4082024Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenIsUnique 2022-09-27T16:45:44.4082430Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenDestructingCopy_thenIsUnique (0 ms) 2022-09-27T16:45:44.4082845Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenHasUseCount1 2022-09-27T16:45:44.4083265Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenHasUseCount1 (0 ms) 2022-09-27T16:45:44.4083679Z [ RUN ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenIsUnique 2022-09-27T16:45:44.4084130Z [ OK ] IntrusivePtrTest.givenCopyAssignedPtr_whenReassigningCopy_thenIsUnique (0 ms) 2022-09-27T16:45:44.4084510Z [ RUN ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash 2022-09-27T16:45:44.4084890Z [ OK ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash (0 ms) 2022-09-27T16:45:44.4085283Z [ RUN ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd 2022-09-27T16:45:44.4085688Z [ OK ] IntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd (0 ms) 2022-09-27T16:45:44.4086071Z [ RUN ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenDoesntCrash 2022-09-27T16:45:44.4086443Z [ OK ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenDoesntCrash (0 ms) 2022-09-27T16:45:44.4086811Z [ RUN ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenIsDestructedAtEnd 2022-09-27T16:45:44.4087202Z [ OK ] IntrusivePtrTest.givenPtr_whenNonOwningReclaimed_thenIsDestructedAtEnd (0 ms) 2022-09-27T16:45:44.4087549Z [----------] 145 tests from IntrusivePtrTest (1 ms total) 2022-09-27T16:45:44.4087711Z 2022-09-27T16:45:44.4087833Z [----------] 172 tests from WeakIntrusivePtrTest 2022-09-27T16:45:44.4088172Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCreatingAndDestructing_thenDoesntCrash 2022-09-27T16:45:44.4088583Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCreatingAndDestructing_thenDoesntCrash (0 ms) 2022-09-27T16:45:44.4088979Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenLocking_thenReturnsCorrectObject 2022-09-27T16:45:44.4089348Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenLocking_thenReturnsCorrectObject (0 ms) 2022-09-27T16:45:44.4089724Z [ RUN ] WeakIntrusivePtrTest.expiredPtr_whenLocking_thenReturnsNullType 2022-09-27T16:45:44.4090102Z [ OK ] WeakIntrusivePtrTest.expiredPtr_whenLocking_thenReturnsNullType (0 ms) 2022-09-27T16:45:44.4090441Z [ RUN ] WeakIntrusivePtrTest.weakNullPtr_locking 2022-09-27T16:45:44.4090750Z [ OK ] WeakIntrusivePtrTest.weakNullPtr_locking (0 ms) 2022-09-27T16:45:44.4091115Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject 2022-09-27T16:45:44.4091616Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2022-09-27T16:45:44.4092043Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid 2022-09-27T16:45:44.4092459Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigning_thenOldInstanceInvalid (0 ms) 2022-09-27T16:45:44.4092825Z [ RUN ] WeakIntrusivePtrTest.vector_insert_weak_intrusive 2022-09-27T16:45:44.4093137Z [ OK ] WeakIntrusivePtrTest.vector_insert_weak_intrusive (0 ms) 2022-09-27T16:45:44.4093512Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid 2022-09-27T16:45:44.4093943Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenNewInstanceIsValid (0 ms) 2022-09-27T16:45:44.4094369Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject 2022-09-27T16:45:44.4094815Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenPointsToSameObject (0 ms) 2022-09-27T16:45:44.4095244Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid 2022-09-27T16:45:44.4095704Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToSelf_thenStaysValid (0 ms) 2022-09-27T16:45:44.4096124Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject 2022-09-27T16:45:44.4096554Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2022-09-27T16:45:44.4096963Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid 2022-09-27T16:45:44.4097392Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToSelf_thenStaysInvalid (0 ms) 2022-09-27T16:45:44.4097824Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenNewInstanceIsValid 2022-09-27T16:45:44.4098298Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenNewInstanceIsValid (0 ms) 2022-09-27T16:45:44.4098728Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenPointsToSameObject 2022-09-27T16:45:44.4099162Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigning_thenPointsToSameObject (0 ms) 2022-09-27T16:45:44.4099590Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenStaysInvalid 2022-09-27T16:45:44.4100008Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenStaysInvalid (0 ms) 2022-09-27T16:45:44.4100449Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenPointsToSameObject 2022-09-27T16:45:44.4100909Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToSelf_thenPointsToSameObject (0 ms) 2022-09-27T16:45:44.4101385Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid 2022-09-27T16:45:44.4101877Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromInvalidPtr_thenNewInstanceIsInvalid (0 ms) 2022-09-27T16:45:44.4102367Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromWeakOnlyPtr_thenNewInstanceIsInvalid 2022-09-27T16:45:44.4102866Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningFromWeakOnlyPtr_thenNewInstanceIsInvalid (0 ms) 2022-09-27T16:45:44.4103328Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2022-09-27T16:45:44.4103797Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-09-27T16:45:44.4104262Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid 2022-09-27T16:45:44.4104721Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenMoveAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 2022-09-27T16:45:44.4105191Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid 2022-09-27T16:45:44.4105665Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2022-09-27T16:45:44.4106138Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2022-09-27T16:45:44.4106612Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-09-27T16:45:44.4107095Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid 2022-09-27T16:45:44.4107618Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid (0 ms) 2022-09-27T16:45:44.4108114Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid 2022-09-27T16:45:44.4108590Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2022-09-27T16:45:44.4109068Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject 2022-09-27T16:45:44.4109544Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-09-27T16:45:44.4110091Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid 2022-09-27T16:45:44.4110609Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenMoveAssigningInvalidPtrToBaseClass_thenNewInstanceIsValid (0 ms) 2022-09-27T16:45:44.4111113Z [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr 2022-09-27T16:45:44.4111591Z [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenMoveAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 2022-09-27T16:45:44.4112039Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject 2022-09-27T16:45:44.4112500Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenPointsToSameObject (0 ms) 2022-09-27T16:45:44.4112921Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid 2022-09-27T16:45:44.4113333Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigning_thenOldInstanceValid (0 ms) 2022-09-27T16:45:44.4113745Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject 2022-09-27T16:45:44.4114196Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenPointsToSameObject (0 ms) 2022-09-27T16:45:44.4114625Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid 2022-09-27T16:45:44.4115039Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToSelf_thenStaysValid (0 ms) 2022-09-27T16:45:44.4115461Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid 2022-09-27T16:45:44.4115893Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigning_thenNewInstanceIsValid (0 ms) 2022-09-27T16:45:44.4116321Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid 2022-09-27T16:45:44.4116743Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToSelf_thenStaysInvalid (0 ms) 2022-09-27T16:45:44.4117172Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenNewInstanceIsValid 2022-09-27T16:45:44.4117606Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenNewInstanceIsValid (0 ms) 2022-09-27T16:45:44.4118038Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenPointsToSameObject 2022-09-27T16:45:44.4118475Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigning_thenPointsToSameObject (0 ms) 2022-09-27T16:45:44.4118904Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenStaysInvalid 2022-09-27T16:45:44.4119338Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenStaysInvalid (0 ms) 2022-09-27T16:45:44.4119766Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenPointsToSameObject 2022-09-27T16:45:44.4120227Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToSelf_thenPointsToSameObject (0 ms) 2022-09-27T16:45:44.4120693Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2022-09-27T16:45:44.4121239Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-09-27T16:45:44.4121700Z [ RUN ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid 2022-09-27T16:45:44.4122161Z [ OK ] WeakIntrusivePtrTest.givenValidPtr_whenCopyAssigningToBaseClass_thenOldInstanceInvalid (0 ms) 2022-09-27T16:45:44.4122630Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid 2022-09-27T16:45:44.4123094Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2022-09-27T16:45:44.4123567Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2022-09-27T16:45:44.4124092Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-09-27T16:45:44.4124576Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid 2022-09-27T16:45:44.4125073Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningInvalidPtrToBaseClass_thenNewInstanceIsInvalid (0 ms) 2022-09-27T16:45:44.4125560Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid 2022-09-27T16:45:44.4126035Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenNewInstanceIsValid (0 ms) 2022-09-27T16:45:44.4126499Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject 2022-09-27T16:45:44.4127019Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenCopyAssigningToBaseClass_thenPointsToSameObject (0 ms) 2022-09-27T16:45:44.4127501Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningWeakOnlyPtrToBaseClass_thenNewInstanceIsValid 2022-09-27T16:45:44.4127998Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigningWeakOnlyPtrToBaseClass_thenNewInstanceIsValid (0 ms) 2022-09-27T16:45:44.4128484Z [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr 2022-09-27T16:45:44.4128963Z [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenCopyAssigningToDifferentNullptr_thenHasNewNullptr (0 ms) 2022-09-27T16:45:44.4129402Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject 2022-09-27T16:45:44.4129795Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenPointsToSameObject (0 ms) 2022-09-27T16:45:44.4130205Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid 2022-09-27T16:45:44.4130611Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenOldInstanceInvalid (0 ms) 2022-09-27T16:45:44.4131111Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid 2022-09-27T16:45:44.4131581Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructing_thenNewInstanceValid (0 ms) 2022-09-27T16:45:44.4132019Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid 2022-09-27T16:45:44.4132487Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2022-09-27T16:45:44.4132945Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromWeakOnlyPtr_thenNewInstanceInvalid 2022-09-27T16:45:44.4133417Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 2022-09-27T16:45:44.4133883Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject 2022-09-27T16:45:44.4134337Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenPointsToSameObject (0 ms) 2022-09-27T16:45:44.4134788Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid 2022-09-27T16:45:44.4135245Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 2022-09-27T16:45:44.4135690Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid 2022-09-27T16:45:44.4136120Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClass_thenNewInstanceValid (0 ms) 2022-09-27T16:45:44.4136601Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 2022-09-27T16:45:44.4137133Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2022-09-27T16:45:44.4137665Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid 2022-09-27T16:45:44.4138202Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 2022-09-27T16:45:44.4138764Z [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr 2022-09-27T16:45:44.4139257Z [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenMoveConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 2022-09-27T16:45:44.4139687Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject 2022-09-27T16:45:44.4140096Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenPointsToSameObject (0 ms) 2022-09-27T16:45:44.4140498Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid 2022-09-27T16:45:44.4140894Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenOldInstanceValid (0 ms) 2022-09-27T16:45:44.4141843Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid 2022-09-27T16:45:44.4142238Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructing_thenNewInstanceValid (0 ms) 2022-09-27T16:45:44.4142681Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid 2022-09-27T16:45:44.4143142Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2022-09-27T16:45:44.4143616Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromWeakOnlyPtr_thenNewInstanceInvalid 2022-09-27T16:45:44.4144094Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 2022-09-27T16:45:44.4144561Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject 2022-09-27T16:45:44.4145019Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenPointsToSameObject (0 ms) 2022-09-27T16:45:44.4145473Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid 2022-09-27T16:45:44.4145927Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenOldInstanceInvalid (0 ms) 2022-09-27T16:45:44.4146364Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid 2022-09-27T16:45:44.4146818Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClass_thenNewInstanceInvalid (0 ms) 2022-09-27T16:45:44.4147307Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid 2022-09-27T16:45:44.4147836Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromInvalidPtr_thenNewInstanceInvalid (0 ms) 2022-09-27T16:45:44.4148371Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid 2022-09-27T16:45:44.4148906Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructingToBaseClassFromWeakOnlyPtr_thenNewInstanceInvalid (0 ms) 2022-09-27T16:45:44.4149415Z [ RUN ] WeakIntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr 2022-09-27T16:45:44.4149909Z [ OK ] WeakIntrusivePtrTest.givenNullPtr_whenCopyConstructingToDifferentNullptr_thenHasNewNullptr (0 ms) 2022-09-27T16:45:44.4150280Z [ RUN ] WeakIntrusivePtrTest.SwapFunction 2022-09-27T16:45:44.4150567Z [ OK ] WeakIntrusivePtrTest.SwapFunction (0 ms) 2022-09-27T16:45:44.4150854Z [ RUN ] WeakIntrusivePtrTest.SwapMethod 2022-09-27T16:45:44.4151133Z [ OK ] WeakIntrusivePtrTest.SwapMethod (0 ms) 2022-09-27T16:45:44.4151445Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionFromInvalid 2022-09-27T16:45:44.4151778Z [ OK ] WeakIntrusivePtrTest.SwapFunctionFromInvalid (0 ms) 2022-09-27T16:45:44.4152119Z [ RUN ] WeakIntrusivePtrTest.SwapMethodFromInvalid 2022-09-27T16:45:44.4152458Z [ OK ] WeakIntrusivePtrTest.SwapMethodFromInvalid (0 ms) 2022-09-27T16:45:44.4152793Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionWithInvalid 2022-09-27T16:45:44.4153139Z [ OK ] WeakIntrusivePtrTest.SwapFunctionWithInvalid (0 ms) 2022-09-27T16:45:44.4153476Z [ RUN ] WeakIntrusivePtrTest.SwapMethodWithInvalid 2022-09-27T16:45:44.4153845Z [ OK ] WeakIntrusivePtrTest.SwapMethodWithInvalid (0 ms) 2022-09-27T16:45:44.4154209Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionInvalidWithInvalid 2022-09-27T16:45:44.4154595Z [ OK ] WeakIntrusivePtrTest.SwapFunctionInvalidWithInvalid (0 ms) 2022-09-27T16:45:44.4154977Z [ RUN ] WeakIntrusivePtrTest.SwapMethodInvalidWithInvalid 2022-09-27T16:45:44.4155350Z [ OK ] WeakIntrusivePtrTest.SwapMethodInvalidWithInvalid (0 ms) 2022-09-27T16:45:44.4155726Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionFromWeakOnlyPtr 2022-09-27T16:45:44.4156086Z [ OK ] WeakIntrusivePtrTest.SwapFunctionFromWeakOnlyPtr (0 ms) 2022-09-27T16:45:44.4156492Z [ RUN ] WeakIntrusivePtrTest.SwapMethodFromWeakOnlyPtr 2022-09-27T16:45:44.4156849Z [ OK ] WeakIntrusivePtrTest.SwapMethodFromWeakOnlyPtr (0 ms) 2022-09-27T16:45:44.4157214Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionWithWeakOnlyPtr 2022-09-27T16:45:44.4157584Z [ OK ] WeakIntrusivePtrTest.SwapFunctionWithWeakOnlyPtr (0 ms) 2022-09-27T16:45:44.4157950Z [ RUN ] WeakIntrusivePtrTest.SwapMethodWithWeakOnlyPtr 2022-09-27T16:45:44.4158296Z [ OK ] WeakIntrusivePtrTest.SwapMethodWithWeakOnlyPtr (0 ms) 2022-09-27T16:45:44.4158699Z [ RUN ] WeakIntrusivePtrTest.SwapFunctionWeakOnlyPtrWithWeakOnlyPtr 2022-09-27T16:45:44.4159143Z [ OK ] WeakIntrusivePtrTest.SwapFunctionWeakOnlyPtrWithWeakOnlyPtr (0 ms) 2022-09-27T16:45:44.4159577Z [ RUN ] WeakIntrusivePtrTest.SwapMethodWeakOnlyPtrWithWeakOnlyPtr 2022-09-27T16:45:44.4160013Z [ OK ] WeakIntrusivePtrTest.SwapMethodWeakOnlyPtrWithWeakOnlyPtr (0 ms) 2022-09-27T16:45:44.4160388Z [ RUN ] WeakIntrusivePtrTest.CanBePutInContainer 2022-09-27T16:45:44.4160701Z [ OK ] WeakIntrusivePtrTest.CanBePutInContainer (0 ms) 2022-09-27T16:45:44.4161008Z [ RUN ] WeakIntrusivePtrTest.CanBePutInSet 2022-09-27T16:45:44.4161301Z [ OK ] WeakIntrusivePtrTest.CanBePutInSet (0 ms) 2022-09-27T16:45:44.4161618Z [ RUN ] WeakIntrusivePtrTest.CanBePutInUnorderedSet 2022-09-27T16:45:44.4161957Z [ OK ] WeakIntrusivePtrTest.CanBePutInUnorderedSet (0 ms) 2022-09-27T16:45:44.4162271Z [ RUN ] WeakIntrusivePtrTest.CanBePutInMap 2022-09-27T16:45:44.4162549Z [ OK ] WeakIntrusivePtrTest.CanBePutInMap (0 ms) 2022-09-27T16:45:44.4162864Z [ RUN ] WeakIntrusivePtrTest.CanBePutInUnorderedMap 2022-09-27T16:45:44.4163208Z [ OK ] WeakIntrusivePtrTest.CanBePutInUnorderedMap (0 ms) 2022-09-27T16:45:44.4163546Z [ RUN ] WeakIntrusivePtrTest.Equality_AfterCopyConstructor 2022-09-27T16:45:44.4163879Z [ OK ] WeakIntrusivePtrTest.Equality_AfterCopyConstructor (0 ms) 2022-09-27T16:45:44.4164213Z [ RUN ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment 2022-09-27T16:45:44.4164530Z [ OK ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment (0 ms) 2022-09-27T16:45:44.4164872Z [ RUN ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment_WeakOnly 2022-09-27T16:45:44.4165228Z [ OK ] WeakIntrusivePtrTest.Equality_AfterCopyAssignment_WeakOnly (0 ms) 2022-09-27T16:45:44.4165551Z [ RUN ] WeakIntrusivePtrTest.Equality_Invalid 2022-09-27T16:45:44.4165839Z [ OK ] WeakIntrusivePtrTest.Equality_Invalid (0 ms) 2022-09-27T16:45:44.4166121Z [ RUN ] WeakIntrusivePtrTest.Inequality 2022-09-27T16:45:44.4166386Z [ OK ] WeakIntrusivePtrTest.Inequality (0 ms) 2022-09-27T16:45:44.4166680Z [ RUN ] WeakIntrusivePtrTest.Inequality_InvalidLeft 2022-09-27T16:45:44.4166990Z [ OK ] WeakIntrusivePtrTest.Inequality_InvalidLeft (0 ms) 2022-09-27T16:45:44.4167302Z [ RUN ] WeakIntrusivePtrTest.Inequality_InvalidRight 2022-09-27T16:45:44.4167621Z [ OK ] WeakIntrusivePtrTest.Inequality_InvalidRight (0 ms) 2022-09-27T16:45:44.4167917Z [ RUN ] WeakIntrusivePtrTest.Inequality_WeakOnly 2022-09-27T16:45:44.4168219Z [ OK ] WeakIntrusivePtrTest.Inequality_WeakOnly (0 ms) 2022-09-27T16:45:44.4168517Z [ RUN ] WeakIntrusivePtrTest.HashIsDifferent 2022-09-27T16:45:44.4168859Z [ OK ] WeakIntrusivePtrTest.HashIsDifferent (0 ms) 2022-09-27T16:45:44.4169186Z [ RUN ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndInvalid 2022-09-27T16:45:44.4169536Z [ OK ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndInvalid (0 ms) 2022-09-27T16:45:44.4169874Z [ RUN ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndWeakOnly 2022-09-27T16:45:44.4170229Z [ OK ] WeakIntrusivePtrTest.HashIsDifferent_ValidAndWeakOnly (0 ms) 2022-09-27T16:45:44.4170591Z [ RUN ] WeakIntrusivePtrTest.HashIsDifferent_WeakOnlyAndWeakOnly 2022-09-27T16:45:44.4170955Z [ OK ] WeakIntrusivePtrTest.HashIsDifferent_WeakOnlyAndWeakOnly (0 ms) 2022-09-27T16:45:44.4171350Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor 2022-09-27T16:45:44.4171767Z [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor (0 ms) 2022-09-27T16:45:44.4172107Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor_WeakOnly 2022-09-27T16:45:44.4172478Z [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyConstructor_WeakOnly (0 ms) 2022-09-27T16:45:44.4172829Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment 2022-09-27T16:45:44.4173170Z [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment (0 ms) 2022-09-27T16:45:44.4173519Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment_WeakOnly 2022-09-27T16:45:44.4173880Z [ OK ] WeakIntrusivePtrTest.HashIsSame_AfterCopyAssignment_WeakOnly (0 ms) 2022-09-27T16:45:44.4174199Z [ RUN ] WeakIntrusivePtrTest.HashIsSame_BothInvalid 2022-09-27T16:45:44.4174506Z [ OK ] WeakIntrusivePtrTest.HashIsSame_BothInvalid (0 ms) 2022-09-27T16:45:44.4174798Z [ RUN ] WeakIntrusivePtrTest.OneIsLess 2022-09-27T16:45:44.4175068Z [ OK ] WeakIntrusivePtrTest.OneIsLess (0 ms) 2022-09-27T16:45:44.4175354Z [ RUN ] WeakIntrusivePtrTest.InvalidIsLess1 2022-09-27T16:45:44.4175646Z [ OK ] WeakIntrusivePtrTest.InvalidIsLess1 (0 ms) 2022-09-27T16:45:44.4175928Z [ RUN ] WeakIntrusivePtrTest.InvalidIsLess2 2022-09-27T16:45:44.4176223Z [ OK ] WeakIntrusivePtrTest.InvalidIsLess2 (0 ms) 2022-09-27T16:45:44.4176553Z [ RUN ] WeakIntrusivePtrTest.InvalidIsNotLessThanInvalid 2022-09-27T16:45:44.4176922Z [ OK ] WeakIntrusivePtrTest.InvalidIsNotLessThanInvalid (0 ms) 2022-09-27T16:45:44.4177312Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnWeakPtr_thenIsInvalid 2022-09-27T16:45:44.4177708Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnWeakPtr_thenIsInvalid (0 ms) 2022-09-27T16:45:44.4178096Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnStrongPtr_thenIsInvalid 2022-09-27T16:45:44.4178504Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingResetOnStrongPtr_thenIsInvalid (0 ms) 2022-09-27T16:45:44.4178890Z [ RUN ] WeakIntrusivePtrTest.AllowsMoveConstructingToConst 2022-09-27T16:45:44.4179271Z [ OK ] WeakIntrusivePtrTest.AllowsMoveConstructingToConst (0 ms) 2022-09-27T16:45:44.4179651Z [ RUN ] WeakIntrusivePtrTest.AllowsCopyConstructingToConst 2022-09-27T16:45:44.4180027Z [ OK ] WeakIntrusivePtrTest.AllowsCopyConstructingToConst (0 ms) 2022-09-27T16:45:44.4180383Z [ RUN ] WeakIntrusivePtrTest.AllowsMoveAssigningToConst 2022-09-27T16:45:44.4180746Z [ OK ] WeakIntrusivePtrTest.AllowsMoveAssigningToConst (0 ms) 2022-09-27T16:45:44.4181107Z [ RUN ] WeakIntrusivePtrTest.AllowsCopyAssigningToConst 2022-09-27T16:45:44.4181467Z [ OK ] WeakIntrusivePtrTest.AllowsCopyAssigningToConst (0 ms) 2022-09-27T16:45:44.4181812Z [ RUN ] WeakIntrusivePtrTest.givenNewPtr_thenHasUseCount1 2022-09-27T16:45:44.4182143Z [ OK ] WeakIntrusivePtrTest.givenNewPtr_thenHasUseCount1 (0 ms) 2022-09-27T16:45:44.4182467Z [ RUN ] WeakIntrusivePtrTest.givenNewPtr_thenIsNotExpired 2022-09-27T16:45:44.4182799Z [ OK ] WeakIntrusivePtrTest.givenNewPtr_thenIsNotExpired (0 ms) 2022-09-27T16:45:44.4183140Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_thenHasUseCount0 2022-09-27T16:45:44.4183541Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_thenHasUseCount0 (0 ms) 2022-09-27T16:45:44.4183889Z [ RUN ] WeakIntrusivePtrTest.givenInvalidPtr_thenIsExpired 2022-09-27T16:45:44.4184231Z [ OK ] WeakIntrusivePtrTest.givenInvalidPtr_thenIsExpired (0 ms) 2022-09-27T16:45:44.4184572Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenHasUseCount0 2022-09-27T16:45:44.4184930Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenHasUseCount0 (0 ms) 2022-09-27T16:45:44.4185444Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenIsExpired 2022-09-27T16:45:44.4185794Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_thenIsExpired (0 ms) 2022-09-27T16:45:44.4186210Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenHasUseCount0 2022-09-27T16:45:44.4186596Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenHasUseCount0 (0 ms) 2022-09-27T16:45:44.4186960Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenIsExpired 2022-09-27T16:45:44.4187340Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingWeakReset_thenIsExpired (0 ms) 2022-09-27T16:45:44.4187725Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenHasUseCount0 2022-09-27T16:45:44.4188114Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenHasUseCount0 (0 ms) 2022-09-27T16:45:44.4188499Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenIsExpired 2022-09-27T16:45:44.4188884Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingStrongReset_thenIsExpired (0 ms) 2022-09-27T16:45:44.4189274Z [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 2022-09-27T16:45:44.4189660Z [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenHasUseCount1 (0 ms) 2022-09-27T16:45:44.4190056Z [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenIsNotExpired 2022-09-27T16:45:44.4190457Z [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenIsNotExpired (0 ms) 2022-09-27T16:45:44.4190863Z [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 2022-09-27T16:45:44.4191273Z [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldHasUseCount0 (0 ms) 2022-09-27T16:45:44.4191675Z [ RUN ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldIsExpired 2022-09-27T16:45:44.4192062Z [ OK ] WeakIntrusivePtrTest.givenMoveConstructedPtr_thenOldIsExpired (0 ms) 2022-09-27T16:45:44.4192450Z [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 2022-09-27T16:45:44.4192830Z [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenHasUseCount1 (0 ms) 2022-09-27T16:45:44.4193209Z [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenIsNotExpired 2022-09-27T16:45:44.4193594Z [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenIsNotExpired (0 ms) 2022-09-27T16:45:44.4193979Z [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 2022-09-27T16:45:44.4194356Z [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldHasUseCount0 (0 ms) 2022-09-27T16:45:44.4194744Z [ RUN ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldIsExpired 2022-09-27T16:45:44.4195126Z [ OK ] WeakIntrusivePtrTest.givenMoveAssignedPtr_thenOldIsExpired (0 ms) 2022-09-27T16:45:44.4195515Z [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount1 2022-09-27T16:45:44.4195912Z [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenHasUseCount1 (0 ms) 2022-09-27T16:45:44.4196304Z [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenIsNotExpired 2022-09-27T16:45:44.4196706Z [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenIsNotExpired (0 ms) 2022-09-27T16:45:44.4197095Z [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount1 2022-09-27T16:45:44.4197505Z [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldHasUseCount1 (0 ms) 2022-09-27T16:45:44.4197915Z [ RUN ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotExpired 2022-09-27T16:45:44.4198796Z [ OK ] WeakIntrusivePtrTest.givenCopyConstructedPtr_thenOldIsNotExpired (0 ms) 2022-09-27T16:45:44.4199277Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenLastStrongPointerResets_thenReleasesResources 2022-09-27T16:45:44.4199749Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenLastStrongPointerResets_thenReleasesResources (0 ms) 2022-09-27T16:45:44.4200215Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenDestructedButStillHasStrongPointers_thenDoesntReleaseResources 2022-09-27T16:45:44.4200732Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenDestructedButStillHasStrongPointers_thenDoesntReleaseResources (0 ms) 2022-09-27T16:45:44.4201170Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject 2022-09-27T16:45:44.4201603Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenDestructed_thenDestructsObject (0 ms) 2022-09-27T16:45:44.4202032Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed 2022-09-27T16:45:44.4202524Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructed_thenDestructsObjectAfterSecondDestructed (0 ms) 2022-09-27T16:45:44.4203039Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed 2022-09-27T16:45:44.4203558Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveConstructedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 2022-09-27T16:45:44.4204016Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject 2022-09-27T16:45:44.4204404Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsOldObject (0 ms) 2022-09-27T16:45:44.4204823Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject 2022-09-27T16:45:44.4205259Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsOldObject (0 ms) 2022-09-27T16:45:44.4205749Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2022-09-27T16:45:44.4206285Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-09-27T16:45:44.4206840Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2022-09-27T16:45:44.4207409Z [ OK ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenMoveAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-09-27T16:45:44.4207984Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 2022-09-27T16:45:44.4208557Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenMoveAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-09-27T16:45:44.4209082Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed 2022-09-27T16:45:44.4209557Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssigned_thenDestructsObjectAfterSecondDestructed (0 ms) 2022-09-27T16:45:44.4210058Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed 2022-09-27T16:45:44.4210575Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenMoveAssignedToBaseClass_thenDestructsObjectAfterSecondDestructed (0 ms) 2022-09-27T16:45:44.4211091Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction 2022-09-27T16:45:44.4211696Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-09-27T16:45:44.4212262Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 2022-09-27T16:45:44.4212858Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-09-27T16:45:44.4213490Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2022-09-27T16:45:44.4214069Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-09-27T16:45:44.4214676Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2022-09-27T16:45:44.4215318Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyConstructedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-09-27T16:45:44.4215885Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction 2022-09-27T16:45:44.4216453Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-09-27T16:45:44.4217001Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction 2022-09-27T16:45:44.4217580Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-09-27T16:45:44.4218146Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2022-09-27T16:45:44.4218703Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-09-27T16:45:44.4219291Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction 2022-09-27T16:45:44.4219914Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClassAndOriginalDestructed_thenDestructsObjectAfterLastDestruction (0 ms) 2022-09-27T16:45:44.4220407Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject 2022-09-27T16:45:44.4220803Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssigned_thenDestructsOldObject (0 ms) 2022-09-27T16:45:44.4221221Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject 2022-09-27T16:45:44.4221659Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCopyAssignedToBaseClass_thenDestructsOldObject (0 ms) 2022-09-27T16:45:44.4222144Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2022-09-27T16:45:44.4222675Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-09-27T16:45:44.4223229Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed 2022-09-27T16:45:44.4223809Z [ OK ] WeakIntrusivePtrTest.givenPtrWithBaseClassCopy_whenCopyAssigned_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-09-27T16:45:44.4224368Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed 2022-09-27T16:45:44.4224947Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCopyAssignedToBaseClass_thenDestructsOldObjectAfterCopyIsDestructed (0 ms) 2022-09-27T16:45:44.4225408Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs 2022-09-27T16:45:44.4225767Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenCallingReset_thenDestructs (0 ms) 2022-09-27T16:45:44.4226186Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed 2022-09-27T16:45:44.4226669Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingReset_thenDestructsAfterCopyDestructed (0 ms) 2022-09-27T16:45:44.4227163Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed 2022-09-27T16:45:44.4227669Z [ OK ] WeakIntrusivePtrTest.givenPtrWithCopy_whenCallingResetOnCopy_thenDestructsAfterOriginalDestructed (0 ms) 2022-09-27T16:45:44.4228165Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed 2022-09-27T16:45:44.4228690Z [ OK ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingReset_thenDestructsAfterMovedDestructed (0 ms) 2022-09-27T16:45:44.4229172Z [ RUN ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately 2022-09-27T16:45:44.4229644Z [ OK ] WeakIntrusivePtrTest.givenPtrWithMoved_whenCallingResetOnMoved_thenDestructsImmediately (0 ms) 2022-09-27T16:45:44.4230076Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash 2022-09-27T16:45:44.4230476Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenDoesntCrash (0 ms) 2022-09-27T16:45:44.4230915Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenDoesntCrash 2022-09-27T16:45:44.4231352Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenDoesntCrash (0 ms) 2022-09-27T16:45:44.4231777Z [ RUN ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd 2022-09-27T16:45:44.4232202Z [ OK ] WeakIntrusivePtrTest.givenPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd (0 ms) 2022-09-27T16:45:44.4232642Z [ RUN ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd 2022-09-27T16:45:44.4233099Z [ OK ] WeakIntrusivePtrTest.givenWeakOnlyPtr_whenReleasedAndReclaimed_thenIsDestructedAtEnd (0 ms) 2022-09-27T16:45:44.4233516Z [ RUN ] WeakIntrusivePtrTest.givenStackObject_whenReclaimed_thenCrashes 2022-09-27T16:45:44.4233885Z [ OK ] WeakIntrusivePtrTest.givenStackObject_whenReclaimed_thenCrashes (0 ms) 2022-09-27T16:45:44.4234323Z [ RUN ] WeakIntrusivePtrTest.givenObjectWithWeakReferenceToSelf_whenDestroyed_thenDoesNotCrash 2022-09-27T16:45:44.4234829Z [ OK ] WeakIntrusivePtrTest.givenObjectWithWeakReferenceToSelf_whenDestroyed_thenDoesNotCrash (0 ms) 2022-09-27T16:45:44.4235227Z [----------] 172 tests from WeakIntrusivePtrTest (2 ms total) 2022-09-27T16:45:44.4235394Z 2022-09-27T16:45:44.4235509Z [----------] Global test environment tear-down 2022-09-27T16:45:44.4235780Z [==========] 323 tests from 4 test suites ran. (4 ms total) 2022-09-27T16:45:44.4235994Z [ PASSED ] 323 tests. 2022-09-27T16:45:44.4236300Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_irange_test.exe" 2022-09-27T16:45:44.4236731Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:44.4237061Z [==========] Running 5 tests from 2 test suites. 2022-09-27T16:45:44.4237299Z [----------] Global test environment set-up. 2022-09-27T16:45:44.4237537Z [----------] 3 tests from irange_test 2022-09-27T16:45:44.4237749Z [ RUN ] irange_test.range_test 2022-09-27T16:45:44.4237955Z [ OK ] irange_test.range_test (0 ms) 2022-09-27T16:45:44.4238167Z [ RUN ] irange_test.end_test 2022-09-27T16:45:44.4238376Z [ OK ] irange_test.end_test (0 ms) 2022-09-27T16:45:44.4238589Z [ RUN ] irange_test.neg_range_test 2022-09-27T16:45:44.4238815Z [ OK ] irange_test.neg_range_test (0 ms) 2022-09-27T16:45:44.4239043Z [----------] 3 tests from irange_test (0 ms total) 2022-09-27T16:45:44.4239187Z 2022-09-27T16:45:44.4239272Z [----------] 2 tests from irange 2022-09-27T16:45:44.4239501Z [ RUN ] irange.empty_reverse_range_two_inputs 2022-09-27T16:45:44.4239759Z [ OK ] irange.empty_reverse_range_two_inputs (0 ms) 2022-09-27T16:45:44.4240012Z [ RUN ] irange.empty_reverse_range_one_input 2022-09-27T16:45:44.4240266Z [ OK ] irange.empty_reverse_range_one_input (0 ms) 2022-09-27T16:45:44.4240497Z [----------] 2 tests from irange (0 ms total) 2022-09-27T16:45:44.4240637Z 2022-09-27T16:45:44.4240749Z [----------] Global test environment tear-down 2022-09-27T16:45:44.4240997Z [==========] 5 tests from 2 test suites ran. (0 ms total) 2022-09-27T16:45:44.4241206Z [ PASSED ] 5 tests. 2022-09-27T16:45:44.4256832Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_LeftRight_test.exe" 2022-09-27T16:45:44.4341118Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:44.4341488Z [==========] Running 12 tests from 1 test suite. 2022-09-27T16:45:44.4341726Z [----------] Global test environment set-up. 2022-09-27T16:45:44.4341969Z [----------] 12 tests from LeftRightTest 2022-09-27T16:45:44.4342277Z [ RUN ] LeftRightTest.givenInt_whenWritingAndReading_thenChangesArePresent 2022-09-27T16:45:44.4342661Z [ OK ] LeftRightTest.givenInt_whenWritingAndReading_thenChangesArePresent (0 ms) 2022-09-27T16:45:44.4343175Z [ RUN ] LeftRightTest.givenVector_whenWritingAndReading_thenChangesArePresent 2022-09-27T16:45:44.4343568Z [ OK ] LeftRightTest.givenVector_whenWritingAndReading_thenChangesArePresent (0 ms) 2022-09-27T16:45:44.4343949Z [ RUN ] LeftRightTest.givenVector_whenWritingReturnsValue_thenValueIsReturned 2022-09-27T16:45:44.4344344Z [ OK ] LeftRightTest.givenVector_whenWritingReturnsValue_thenValueIsReturned (0 ms) 2022-09-27T16:45:44.4344679Z [ RUN ] LeftRightTest.readsCanBeConcurrent 2022-09-27T16:45:44.4348354Z [ OK ] LeftRightTest.readsCanBeConcurrent (0 ms) 2022-09-27T16:45:44.4348704Z [ RUN ] LeftRightTest.writesCanBeConcurrentWithReads_readThenWrite 2022-09-27T16:45:44.4350653Z [ OK ] LeftRightTest.writesCanBeConcurrentWithReads_readThenWrite (0 ms) 2022-09-27T16:45:44.4351080Z [ RUN ] LeftRightTest.writesCanBeConcurrentWithReads_writeThenRead 2022-09-27T16:45:44.4352445Z [ OK ] LeftRightTest.writesCanBeConcurrentWithReads_writeThenRead (0 ms) 2022-09-27T16:45:44.4352856Z [ RUN ] LeftRightTest.writesCannotBeConcurrentWithWrites 2022-09-27T16:45:44.5630250Z [ OK ] LeftRightTest.writesCannotBeConcurrentWithWrites (127 ms) 2022-09-27T16:45:44.5630677Z [ RUN ] LeftRightTest.whenReadThrowsException_thenThrowsThrough 2022-09-27T16:45:44.5631076Z [ OK ] LeftRightTest.whenReadThrowsException_thenThrowsThrough (0 ms) 2022-09-27T16:45:44.5631450Z [ RUN ] LeftRightTest.whenWriteThrowsException_thenThrowsThrough 2022-09-27T16:45:44.5631825Z [ OK ] LeftRightTest.whenWriteThrowsException_thenThrowsThrough (0 ms) 2022-09-27T16:45:44.5632222Z [ RUN ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnFirstCall_thenResetsToOldState 2022-09-27T16:45:44.5632666Z [ OK ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnFirstCall_thenResetsToOldState (0 ms) 2022-09-27T16:45:44.5633100Z [ RUN ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnSecondCall_thenKeepsNewState 2022-09-27T16:45:44.5633536Z [ OK ] LeftRightTest.givenInt_whenWriteThrowsExceptionOnSecondCall_thenKeepsNewState (0 ms) 2022-09-27T16:45:44.5633958Z [ RUN ] LeftRightTest.givenVector_whenWriteThrowsException_thenResetsToOldState 2022-09-27T16:45:44.5634366Z [ OK ] LeftRightTest.givenVector_whenWriteThrowsException_thenResetsToOldState (0 ms) 2022-09-27T16:45:44.5634711Z [----------] 12 tests from LeftRightTest (129 ms total) 2022-09-27T16:45:44.5634868Z 2022-09-27T16:45:44.5634970Z [----------] Global test environment tear-down 2022-09-27T16:45:44.5645615Z [==========] 12 tests from 1 test suite ran. (129 ms total) 2022-09-27T16:45:44.5645892Z [ PASSED ] 12 tests. 2022-09-27T16:45:44.5688282Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_logging_test.exe" 2022-09-27T16:45:44.5798860Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:44.5799222Z [==========] Running 10 tests from 2 test suites. 2022-09-27T16:45:44.5799487Z [----------] Global test environment set-up. 2022-09-27T16:45:44.5799721Z [----------] 1 test from LoggingDeathTest 2022-09-27T16:45:44.5799992Z [ RUN ] LoggingDeathTest.TestEnforceUsingFatal 2022-09-27T16:45:44.5976029Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:44.6038360Z [ OK ] LoggingDeathTest.TestEnforceUsingFatal (23 ms) 2022-09-27T16:45:44.6038704Z [----------] 1 test from LoggingDeathTest (23 ms total) 2022-09-27T16:45:44.6038864Z 2022-09-27T16:45:44.6038965Z [----------] 9 tests from LoggingTest 2022-09-27T16:45:44.6039202Z [ RUN ] LoggingTest.TestEnforceTrue 2022-09-27T16:45:44.6039447Z [ OK ] LoggingTest.TestEnforceTrue (0 ms) 2022-09-27T16:45:44.6039706Z [ RUN ] LoggingTest.TestEnforceFalse 2022-09-27T16:45:44.6155524Z [ OK ] LoggingTest.TestEnforceFalse (11 ms) 2022-09-27T16:45:44.6155804Z [ RUN ] LoggingTest.TestEnforceEquals 2022-09-27T16:45:44.6156579Z [ OK ] LoggingTest.TestEnforceEquals (0 ms) 2022-09-27T16:45:44.6156909Z [ RUN ] LoggingTest.TestEnforceMessageVariables 2022-09-27T16:45:44.6157236Z [ OK ] LoggingTest.TestEnforceMessageVariables (0 ms) 2022-09-27T16:45:44.6157688Z [ RUN ] LoggingTest.EnforceEqualsObjectWithReferenceToTemporaryWithoutUseOutOfScope 2022-09-27T16:45:44.6158266Z [ OK ] LoggingTest.EnforceEqualsObjectWithReferenceToTemporaryWithoutUseOutOfScope (0 ms) 2022-09-27T16:45:44.6158704Z [ RUN ] LoggingTest.DoesntCopyComparedObjects 2022-09-27T16:45:44.6159058Z [ OK ] LoggingTest.DoesntCopyComparedObjects (0 ms) 2022-09-27T16:45:44.6159348Z [ RUN ] LoggingTest.EnforceShowcase 2022-09-27T16:45:44.6160335Z [ OK ] LoggingTest.EnforceShowcase (0 ms) 2022-09-27T16:45:44.6160580Z [ RUN ] LoggingTest.Join 2022-09-27T16:45:44.6160791Z [ OK ] LoggingTest.Join (0 ms) 2022-09-27T16:45:44.6161026Z [ RUN ] LoggingTest.TestDanglingElse 2022-09-27T16:45:44.6161282Z [ OK ] LoggingTest.TestDanglingElse (0 ms) 2022-09-27T16:45:44.6161551Z [----------] 9 tests from LoggingTest (12 ms total) 2022-09-27T16:45:44.6161699Z 2022-09-27T16:45:44.6161813Z [----------] Global test environment tear-down 2022-09-27T16:45:44.6170794Z [==========] 10 tests from 2 test suites ran. (36 ms total) 2022-09-27T16:45:44.6171022Z [ PASSED ] 10 tests. 2022-09-27T16:45:44.6220636Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Metaprogramming_test.exe" 2022-09-27T16:45:44.6307096Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:44.6307444Z [==========] Running 39 tests from 1 test suite. 2022-09-27T16:45:44.6307715Z [----------] Global test environment set-up. 2022-09-27T16:45:44.6307977Z [----------] 39 tests from MetaprogrammingTest 2022-09-27T16:45:44.6308288Z [ RUN ] MetaprogrammingTest.ExtractArgByFilteredIndex 2022-09-27T16:45:44.6308643Z [ OK ] MetaprogrammingTest.ExtractArgByFilteredIndex (0 ms) 2022-09-27T16:45:44.6309034Z [ RUN ] MetaprogrammingTest.ExtractArgByFilteredIndex_singleInput 2022-09-27T16:45:44.6309433Z [ OK ] MetaprogrammingTest.ExtractArgByFilteredIndex_singleInput (0 ms) 2022-09-27T16:45:44.6309815Z [ RUN ] MetaprogrammingTest.ExtractArgByFilteredIndex_movableOnly 2022-09-27T16:45:44.6310215Z [ OK ] MetaprogrammingTest.ExtractArgByFilteredIndex_movableOnly (0 ms) 2022-09-27T16:45:44.6310619Z [ RUN ] MetaprogrammingTest.ExtractArgByFilteredIndex_onlyCopiesIfNecessary 2022-09-27T16:45:44.6311047Z [ OK ] MetaprogrammingTest.ExtractArgByFilteredIndex_onlyCopiesIfNecessary (0 ms) 2022-09-27T16:45:44.6311474Z [ RUN ] MetaprogrammingTest.ExtractArgByFilteredIndex_onlyMovesIfNecessary 2022-09-27T16:45:44.6311892Z [ OK ] MetaprogrammingTest.ExtractArgByFilteredIndex_onlyMovesIfNecessary (0 ms) 2022-09-27T16:45:44.6312312Z [ RUN ] MetaprogrammingTest.ExtractArgByFilteredIndex_keepsLValueReferencesIntact 2022-09-27T16:45:44.6312769Z [ OK ] MetaprogrammingTest.ExtractArgByFilteredIndex_keepsLValueReferencesIntact (0 ms) 2022-09-27T16:45:44.6313128Z [ RUN ] MetaprogrammingTest.FilterMap 2022-09-27T16:45:44.6313400Z [ OK ] MetaprogrammingTest.FilterMap (0 ms) 2022-09-27T16:45:44.6313824Z [ RUN ] MetaprogrammingTest.FilterMap_emptyInput 2022-09-27T16:45:44.6314131Z [ OK ] MetaprogrammingTest.FilterMap_emptyInput (0 ms) 2022-09-27T16:45:44.6314419Z [ RUN ] MetaprogrammingTest.FilterMap_emptyOutput 2022-09-27T16:45:44.6314722Z [ OK ] MetaprogrammingTest.FilterMap_emptyOutput (0 ms) 2022-09-27T16:45:44.6315037Z [ RUN ] MetaprogrammingTest.FilterMap_movableOnly_byRValue 2022-09-27T16:45:44.6315393Z [ OK ] MetaprogrammingTest.FilterMap_movableOnly_byRValue (0 ms) 2022-09-27T16:45:44.6315717Z [ RUN ] MetaprogrammingTest.FilterMap_movableOnly_byValue 2022-09-27T16:45:44.6316038Z [ OK ] MetaprogrammingTest.FilterMap_movableOnly_byValue (0 ms) 2022-09-27T16:45:44.6316442Z [ RUN ] MetaprogrammingTest.FilterMap_onlyMovesIfNecessary_2 2022-09-27T16:45:44.6316771Z [ OK ] MetaprogrammingTest.FilterMap_onlyMovesIfNecessary_2 (0 ms) 2022-09-27T16:45:44.6317108Z [ RUN ] MetaprogrammingTest.TupleElements_subsetSelection 2022-09-27T16:45:44.6317450Z [ OK ] MetaprogrammingTest.TupleElements_subsetSelection (0 ms) 2022-09-27T16:45:44.6317790Z [ RUN ] MetaprogrammingTest.TupleElements_reorderSelection 2022-09-27T16:45:44.6318136Z [ OK ] MetaprogrammingTest.TupleElements_reorderSelection (0 ms) 2022-09-27T16:45:44.6318466Z [ RUN ] MetaprogrammingTest.TupleTake_nonemptyPrefix 2022-09-27T16:45:44.6318771Z [ OK ] MetaprogrammingTest.TupleTake_nonemptyPrefix (0 ms) 2022-09-27T16:45:44.6319081Z [ RUN ] MetaprogrammingTest.TupleTake_fullPrefix 2022-09-27T16:45:44.6319384Z [ OK ] MetaprogrammingTest.TupleTake_fullPrefix (0 ms) 2022-09-27T16:45:44.6319682Z [ RUN ] MetaprogrammingTest.TupleTake_negative 2022-09-27T16:45:44.6319982Z [ OK ] MetaprogrammingTest.TupleTake_negative (0 ms) 2022-09-27T16:45:44.6320274Z [ RUN ] MetaprogrammingTest.TupleSlice_middle 2022-09-27T16:45:44.6320554Z [ OK ] MetaprogrammingTest.TupleSlice_middle (0 ms) 2022-09-27T16:45:44.6320838Z [ RUN ] MetaprogrammingTest.TupleSlice_full 2022-09-27T16:45:44.6321130Z [ OK ] MetaprogrammingTest.TupleSlice_full (0 ms) 2022-09-27T16:45:44.6321413Z [ RUN ] MetaprogrammingTest.TupleMap_simple 2022-09-27T16:45:44.6321698Z [ OK ] MetaprogrammingTest.TupleMap_simple (0 ms) 2022-09-27T16:45:44.6322032Z [ RUN ] MetaprogrammingTest.TupleMap_mapperTakesDifferentButConvertibleType 2022-09-27T16:45:44.6322453Z [ OK ] MetaprogrammingTest.TupleMap_mapperTakesDifferentButConvertibleType (0 ms) 2022-09-27T16:45:44.6322831Z [ RUN ] MetaprogrammingTest.TupleMap_mapperTakesConstRef 2022-09-27T16:45:44.6323164Z [ OK ] MetaprogrammingTest.TupleMap_mapperTakesConstRef (0 ms) 2022-09-27T16:45:44.6323499Z [ RUN ] MetaprogrammingTest.TupleMap_mapsToDifferentTypes 2022-09-27T16:45:44.6323832Z [ OK ] MetaprogrammingTest.TupleMap_mapsToDifferentTypes (0 ms) 2022-09-27T16:45:44.6324174Z [ RUN ] MetaprogrammingTest.TupleMap_differentiatesLRValueReferences 2022-09-27T16:45:44.6324565Z [ OK ] MetaprogrammingTest.TupleMap_differentiatesLRValueReferences (0 ms) 2022-09-27T16:45:44.6324941Z [ RUN ] MetaprogrammingTest.TupleMap_canWorkWithMovableOnlyType 2022-09-27T16:45:44.6325298Z [ OK ] MetaprogrammingTest.TupleMap_canWorkWithMovableOnlyType (0 ms) 2022-09-27T16:45:44.6325656Z [ RUN ] MetaprogrammingTest.TupleMap_doesntUnecessarilyCopyValues 2022-09-27T16:45:44.6326004Z [ OK ] MetaprogrammingTest.TupleMap_doesntUnecessarilyCopyValues (0 ms) 2022-09-27T16:45:44.6326364Z [ RUN ] MetaprogrammingTest.TupleMap_doesntUnecessarilyMoveValues 2022-09-27T16:45:44.6326724Z [ OK ] MetaprogrammingTest.TupleMap_doesntUnecessarilyMoveValues (0 ms) 2022-09-27T16:45:44.6327129Z [ RUN ] MetaprogrammingTest.TupleMap_canBeUsedWithAutoLambdas 2022-09-27T16:45:44.6327476Z [ OK ] MetaprogrammingTest.TupleMap_canBeUsedWithAutoLambdas (0 ms) 2022-09-27T16:45:44.6327799Z [ RUN ] MetaprogrammingTest.TupleConcat_zerotuples 2022-09-27T16:45:44.6328152Z [ OK ] MetaprogrammingTest.TupleConcat_zerotuples (0 ms) 2022-09-27T16:45:44.6328464Z [ RUN ] MetaprogrammingTest.TupleConcat_oneemptytuple 2022-09-27T16:45:44.6328779Z [ OK ] MetaprogrammingTest.TupleConcat_oneemptytuple (0 ms) 2022-09-27T16:45:44.6329103Z [ RUN ] MetaprogrammingTest.TupleConcat_onenonemptytuple 2022-09-27T16:45:44.6329431Z [ OK ] MetaprogrammingTest.TupleConcat_onenonemptytuple (0 ms) 2022-09-27T16:45:44.6329745Z [ RUN ] MetaprogrammingTest.TupleConcat_twotuples 2022-09-27T16:45:44.6330036Z [ OK ] MetaprogrammingTest.TupleConcat_twotuples (0 ms) 2022-09-27T16:45:44.6330339Z [ RUN ] MetaprogrammingTest.TupleConcat_threetuples 2022-09-27T16:45:44.6330694Z [ OK ] MetaprogrammingTest.TupleConcat_threetuples (0 ms) 2022-09-27T16:45:44.6331019Z [ RUN ] MetaprogrammingTest.TupleConcat_emptytupleatbeginning 2022-09-27T16:45:44.6331366Z [ OK ] MetaprogrammingTest.TupleConcat_emptytupleatbeginning (0 ms) 2022-09-27T16:45:44.6331784Z [ RUN ] MetaprogrammingTest.TupleConcat_emptytupleinmiddle 2022-09-27T16:45:44.6332110Z [ OK ] MetaprogrammingTest.TupleConcat_emptytupleinmiddle (0 ms) 2022-09-27T16:45:44.6332439Z [ RUN ] MetaprogrammingTest.TupleConcat_emptytupleatend 2022-09-27T16:45:44.6332762Z [ OK ] MetaprogrammingTest.TupleConcat_emptytupleatend (0 ms) 2022-09-27T16:45:44.6333117Z [ RUN ] MetaprogrammingTest.TupleConcat_workswithreferencesandpointers 2022-09-27T16:45:44.6333505Z [ OK ] MetaprogrammingTest.TupleConcat_workswithreferencesandpointers (0 ms) 2022-09-27T16:45:44.6333879Z [ RUN ] MetaprogrammingTest.TupleConcat_worksWithMovableOnlyTypes 2022-09-27T16:45:44.6334229Z [ OK ] MetaprogrammingTest.TupleConcat_worksWithMovableOnlyTypes (0 ms) 2022-09-27T16:45:44.6334595Z [ RUN ] MetaprogrammingTest.TupleConcat_doesntCopyMoreThanNecessary 2022-09-27T16:45:44.6334968Z [ OK ] MetaprogrammingTest.TupleConcat_doesntCopyMoreThanNecessary (0 ms) 2022-09-27T16:45:44.6335308Z [----------] 39 tests from MetaprogrammingTest (0 ms total) 2022-09-27T16:45:44.6335471Z 2022-09-27T16:45:44.6335585Z [----------] Global test environment tear-down 2022-09-27T16:45:44.6335838Z [==========] 39 tests from 1 test suite ran. (0 ms total) 2022-09-27T16:45:44.6336032Z [ PASSED ] 39 tests. 2022-09-27T16:45:44.6336145Z 2022-09-27T16:45:44.6336232Z YOU HAVE 2 DISABLED TESTS 2022-09-27T16:45:44.6336352Z 2022-09-27T16:45:44.6373402Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_optional_test.exe" 2022-09-27T16:45:44.6458675Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:44.6459091Z [==========] Running 16 tests from 12 test suites. 2022-09-27T16:45:44.6459340Z [----------] Global test environment set-up. 2022-09-27T16:45:44.6459627Z [----------] 2 tests from OptionalTest/0, where TypeParam = bool 2022-09-27T16:45:44.6459881Z [ RUN ] OptionalTest/0.Empty 2022-09-27T16:45:44.6460090Z [ OK ] OptionalTest/0.Empty (0 ms) 2022-09-27T16:45:44.6460316Z [ RUN ] OptionalTest/0.Initialized 2022-09-27T16:45:44.6460547Z [ OK ] OptionalTest/0.Initialized (0 ms) 2022-09-27T16:45:44.6460800Z [----------] 2 tests from OptionalTest/0 (0 ms total) 2022-09-27T16:45:44.6460950Z 2022-09-27T16:45:44.6461121Z [----------] 2 tests from OptionalTest/1, where TypeParam = unsigned __int64 2022-09-27T16:45:44.6461386Z [ RUN ] OptionalTest/1.Empty 2022-09-27T16:45:44.6461589Z [ OK ] OptionalTest/1.Empty (0 ms) 2022-09-27T16:45:44.6461809Z [ RUN ] OptionalTest/1.Initialized 2022-09-27T16:45:44.6462042Z [ OK ] OptionalTest/1.Initialized (0 ms) 2022-09-27T16:45:44.6462302Z [----------] 2 tests from OptionalTest/1 (0 ms total) 2022-09-27T16:45:44.6462452Z 2022-09-27T16:45:44.6462655Z [----------] 2 tests from OptionalTest/2, where TypeParam = class c10::ArrayRef<__int64> 2022-09-27T16:45:44.6462926Z [ RUN ] OptionalTest/2.Empty 2022-09-27T16:45:44.6463257Z [ OK ] OptionalTest/2.Empty (0 ms) 2022-09-27T16:45:44.6463482Z [ RUN ] OptionalTest/2.Initialized 2022-09-27T16:45:44.6463715Z [ OK ] OptionalTest/2.Initialized (0 ms) 2022-09-27T16:45:44.6463968Z [----------] 2 tests from OptionalTest/2 (0 ms total) 2022-09-27T16:45:44.6464114Z 2022-09-27T16:45:44.6464354Z [----------] 2 tests from OptionalTest/3, where TypeParam = class std::basic_string,class std::allocator > 2022-09-27T16:45:44.6464684Z [ RUN ] OptionalTest/3.Empty 2022-09-27T16:45:44.6464886Z [ OK ] OptionalTest/3.Empty (0 ms) 2022-09-27T16:45:44.6465106Z [ RUN ] OptionalTest/3.Initialized 2022-09-27T16:45:44.6465404Z [ OK ] OptionalTest/3.Initialized (0 ms) 2022-09-27T16:45:44.6465653Z [----------] 2 tests from OptionalTest/3 (0 ms total) 2022-09-27T16:45:44.6465799Z 2022-09-27T16:45:44.6465893Z [----------] 1 test from OptionalTest 2022-09-27T16:45:44.6466098Z [ RUN ] OptionalTest.Nullopt 2022-09-27T16:45:44.6466326Z [ OK ] OptionalTest.Nullopt (0 ms) 2022-09-27T16:45:44.6466569Z [----------] 1 test from OptionalTest (0 ms total) 2022-09-27T16:45:44.6466715Z 2022-09-27T16:45:44.6466922Z [----------] 1 test from CmpTest/0, where TypeParam = struct std::pair,class c10::optional > 2022-09-27T16:45:44.6467215Z [ RUN ] CmpTest/0.Cmp 2022-09-27T16:45:44.6467408Z [ OK ] CmpTest/0.Cmp (0 ms) 2022-09-27T16:45:44.6467645Z [----------] 1 test from CmpTest/0 (0 ms total) 2022-09-27T16:45:44.6467784Z 2022-09-27T16:45:44.6467967Z [----------] 1 test from CmpTest/1, where TypeParam = struct std::pair,int> 2022-09-27T16:45:44.6468226Z [ RUN ] CmpTest/1.Cmp 2022-09-27T16:45:44.6468422Z [ OK ] CmpTest/1.Cmp (0 ms) 2022-09-27T16:45:44.6468644Z [----------] 1 test from CmpTest/1 (0 ms total) 2022-09-27T16:45:44.6468781Z 2022-09-27T16:45:44.6468966Z [----------] 1 test from CmpTest/2, where TypeParam = struct std::pair > 2022-09-27T16:45:44.6469240Z [ RUN ] CmpTest/2.Cmp 2022-09-27T16:45:44.6469422Z [ OK ] CmpTest/2.Cmp (0 ms) 2022-09-27T16:45:44.6469641Z [----------] 1 test from CmpTest/2 (0 ms total) 2022-09-27T16:45:44.6469782Z 2022-09-27T16:45:44.6469962Z [----------] 1 test from CmpTest/3, where TypeParam = struct std::pair,long> 2022-09-27T16:45:44.6470230Z [ RUN ] CmpTest/3.Cmp 2022-09-27T16:45:44.6470426Z [ OK ] CmpTest/3.Cmp (0 ms) 2022-09-27T16:45:44.6470642Z [----------] 1 test from CmpTest/3 (0 ms total) 2022-09-27T16:45:44.6470776Z 2022-09-27T16:45:44.6470961Z [----------] 1 test from CmpTest/4, where TypeParam = struct std::pair > 2022-09-27T16:45:44.6471226Z [ RUN ] CmpTest/4.Cmp 2022-09-27T16:45:44.6471419Z [ OK ] CmpTest/4.Cmp (0 ms) 2022-09-27T16:45:44.6471638Z [----------] 1 test from CmpTest/4 (0 ms total) 2022-09-27T16:45:44.6471771Z 2022-09-27T16:45:44.6471890Z [----------] 1 test from nullopt/SelfCompareTest 2022-09-27T16:45:44.6472156Z [ RUN ] nullopt/SelfCompareTest.SelfCompare/0 2022-09-27T16:45:44.6472430Z [ OK ] nullopt/SelfCompareTest.SelfCompare/0 (0 ms) 2022-09-27T16:45:44.6472719Z [----------] 1 test from nullopt/SelfCompareTest (0 ms total) 2022-09-27T16:45:44.6472880Z 2022-09-27T16:45:44.6472988Z [----------] 1 test from int/SelfCompareTest 2022-09-27T16:45:44.6473242Z [ RUN ] int/SelfCompareTest.SelfCompare/0 2022-09-27T16:45:44.6473515Z [ OK ] int/SelfCompareTest.SelfCompare/0 (0 ms) 2022-09-27T16:45:44.6473787Z [----------] 1 test from int/SelfCompareTest (0 ms total) 2022-09-27T16:45:44.6473938Z 2022-09-27T16:45:44.6474047Z [----------] Global test environment tear-down 2022-09-27T16:45:44.6478805Z [==========] 16 tests from 12 test suites ran. (0 ms total) 2022-09-27T16:45:44.6479022Z [ PASSED ] 16 tests. 2022-09-27T16:45:44.6523882Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ordered_preserving_dict_test.exe" 2022-09-27T16:45:44.6616597Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:44.6616973Z [==========] Running 19 tests from 1 test suite. 2022-09-27T16:45:44.6617219Z [----------] Global test environment set-up. 2022-09-27T16:45:44.6617488Z [----------] 19 tests from OrderedPreservingDictTest 2022-09-27T16:45:44.6617792Z [ RUN ] OrderedPreservingDictTest.InsertAndDeleteBasic 2022-09-27T16:45:44.6618153Z [ OK ] OrderedPreservingDictTest.InsertAndDeleteBasic (0 ms) 2022-09-27T16:45:44.6618549Z [ RUN ] OrderedPreservingDictTest.InsertExistingDoesntAffectOrder 2022-09-27T16:45:44.6619045Z [ OK ] OrderedPreservingDictTest.InsertExistingDoesntAffectOrder (0 ms) 2022-09-27T16:45:44.6619418Z [ RUN ] OrderedPreservingDictTest.testRefType 2022-09-27T16:45:44.6619726Z [ OK ] OrderedPreservingDictTest.testRefType (0 ms) 2022-09-27T16:45:44.6620026Z [ RUN ] OrderedPreservingDictTest.DictCollisions 2022-09-27T16:45:44.7387690Z [ OK ] OrderedPreservingDictTest.DictCollisions (76 ms) 2022-09-27T16:45:44.7388052Z [ RUN ] OrderedPreservingDictTest.test_range_insert 2022-09-27T16:45:44.7388788Z [ OK ] OrderedPreservingDictTest.test_range_insert (0 ms) 2022-09-27T16:45:44.7389108Z [ RUN ] OrderedPreservingDictTest.test_range_erase_all 2022-09-27T16:45:44.7389860Z [ OK ] OrderedPreservingDictTest.test_range_erase_all (0 ms) 2022-09-27T16:45:44.7390170Z [ RUN ] OrderedPreservingDictTest.test_range_erase 2022-09-27T16:45:44.7408343Z [ OK ] OrderedPreservingDictTest.test_range_erase (1 ms) 2022-09-27T16:45:44.7408680Z [ RUN ] OrderedPreservingDictTest.test_move_constructor_empty 2022-09-27T16:45:44.7409023Z [ OK ] OrderedPreservingDictTest.test_move_constructor_empty (0 ms) 2022-09-27T16:45:44.7409354Z [ RUN ] OrderedPreservingDictTest.test_move_operator_empty 2022-09-27T16:45:44.7409684Z [ OK ] OrderedPreservingDictTest.test_move_operator_empty (0 ms) 2022-09-27T16:45:44.7410033Z [ RUN ] OrderedPreservingDictTest.test_reassign_moved_object_move_constructor 2022-09-27T16:45:44.7410410Z [ OK ] OrderedPreservingDictTest.test_reassign_moved_object_move_constructor (0 ms) 2022-09-27T16:45:44.7410762Z [ RUN ] OrderedPreservingDictTest.test_reassign_moved_object_move_operator 2022-09-27T16:45:44.7411126Z [ OK ] OrderedPreservingDictTest.test_reassign_moved_object_move_operator (0 ms) 2022-09-27T16:45:44.7411532Z [ RUN ] OrderedPreservingDictTest.test_copy_constructor_and_operator 2022-09-27T16:45:44.7411896Z [ OK ] OrderedPreservingDictTest.test_copy_constructor_and_operator (0 ms) 2022-09-27T16:45:44.7412239Z [ RUN ] OrderedPreservingDictTest.test_copy_constructor_empty 2022-09-27T16:45:44.7412571Z [ OK ] OrderedPreservingDictTest.test_copy_constructor_empty (0 ms) 2022-09-27T16:45:44.7412885Z [ RUN ] OrderedPreservingDictTest.test_copy_operator_empty 2022-09-27T16:45:44.7413218Z [ OK ] OrderedPreservingDictTest.test_copy_operator_empty (0 ms) 2022-09-27T16:45:44.7413518Z [ RUN ] OrderedPreservingDictTest.test_at 2022-09-27T16:45:44.7413806Z [ OK ] OrderedPreservingDictTest.test_at (0 ms) 2022-09-27T16:45:44.7414093Z [ RUN ] OrderedPreservingDictTest.test_equal_range 2022-09-27T16:45:44.7414393Z [ OK ] OrderedPreservingDictTest.test_equal_range (0 ms) 2022-09-27T16:45:44.7414684Z [ RUN ] OrderedPreservingDictTest.test_access_operator 2022-09-27T16:45:44.7414995Z [ OK ] OrderedPreservingDictTest.test_access_operator (0 ms) 2022-09-27T16:45:44.7415295Z [ RUN ] OrderedPreservingDictTest.test_swap 2022-09-27T16:45:44.7415583Z [ OK ] OrderedPreservingDictTest.test_swap (0 ms) 2022-09-27T16:45:44.7415871Z [ RUN ] OrderedPreservingDictTest.test_swap_empty 2022-09-27T16:45:44.7416169Z [ OK ] OrderedPreservingDictTest.test_swap_empty (0 ms) 2022-09-27T16:45:44.7416471Z [----------] 19 tests from OrderedPreservingDictTest (79 ms total) 2022-09-27T16:45:44.7416796Z 2022-09-27T16:45:44.7416916Z [----------] Global test environment tear-down 2022-09-27T16:45:44.7424913Z [==========] 19 tests from 1 test suite ran. (79 ms total) 2022-09-27T16:45:44.7425133Z [ PASSED ] 19 tests. 2022-09-27T16:45:44.7473695Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_registry_test.exe" 2022-09-27T16:45:44.7559445Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:44.7559818Z [==========] Running 3 tests from 1 test suite. 2022-09-27T16:45:44.7560061Z [----------] Global test environment set-up. 2022-09-27T16:45:44.7560419Z [----------] 3 tests from RegistryTest 2022-09-27T16:45:44.7560651Z [ RUN ] RegistryTest.CanRunCreator 2022-09-27T16:45:44.7560904Z [ OK ] RegistryTest.CanRunCreator (0 ms) 2022-09-27T16:45:44.7561198Z [ RUN ] RegistryTest.ReturnNullOnNonExistingCreator 2022-09-27T16:45:44.7561539Z [ OK ] RegistryTest.ReturnNullOnNonExistingCreator (0 ms) 2022-09-27T16:45:44.7561828Z [ RUN ] RegistryTest.RegistryPriorities 2022-09-27T16:45:44.7562127Z Key already registered with the same priority: FooWithPriority 2022-09-27T16:45:44.7562417Z [ OK ] RegistryTest.RegistryPriorities (0 ms) 2022-09-27T16:45:44.7562687Z [----------] 3 tests from RegistryTest (0 ms total) 2022-09-27T16:45:44.7562837Z 2022-09-27T16:45:44.7562947Z [----------] Global test environment tear-down 2022-09-27T16:45:44.7571879Z [==========] 3 tests from 1 test suite ran. (0 ms total) 2022-09-27T16:45:44.7572094Z [ PASSED ] 3 tests. 2022-09-27T16:45:44.7618640Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SizesAndStrides_test.exe" 2022-09-27T16:45:44.7710887Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:44.7711248Z [==========] Running 18 tests from 1 test suite. 2022-09-27T16:45:44.7711519Z [----------] Global test environment set-up. 2022-09-27T16:45:44.7711766Z [----------] 18 tests from SizesAndStridesTest 2022-09-27T16:45:44.7712046Z [ RUN ] SizesAndStridesTest.DefaultConstructor 2022-09-27T16:45:44.7712364Z [ OK ] SizesAndStridesTest.DefaultConstructor (0 ms) 2022-09-27T16:45:44.7712648Z [ RUN ] SizesAndStridesTest.SetSizes 2022-09-27T16:45:44.7712915Z [ OK ] SizesAndStridesTest.SetSizes (0 ms) 2022-09-27T16:45:44.7713158Z [ RUN ] SizesAndStridesTest.Resize 2022-09-27T16:45:44.7713413Z [ OK ] SizesAndStridesTest.Resize (0 ms) 2022-09-27T16:45:44.7713672Z [ RUN ] SizesAndStridesTest.SetAtIndex 2022-09-27T16:45:44.7713950Z [ OK ] SizesAndStridesTest.SetAtIndex (0 ms) 2022-09-27T16:45:44.7714226Z [ RUN ] SizesAndStridesTest.SetAtIterator 2022-09-27T16:45:44.7714511Z [ OK ] SizesAndStridesTest.SetAtIterator (0 ms) 2022-09-27T16:45:44.7714777Z [ RUN ] SizesAndStridesTest.SetViaData 2022-09-27T16:45:44.7715052Z [ OK ] SizesAndStridesTest.SetViaData (0 ms) 2022-09-27T16:45:44.7715339Z [ RUN ] SizesAndStridesTest.MoveConstructor 2022-09-27T16:45:44.7715634Z [ OK ] SizesAndStridesTest.MoveConstructor (0 ms) 2022-09-27T16:45:44.7715928Z [ RUN ] SizesAndStridesTest.CopyConstructor 2022-09-27T16:45:44.7716233Z [ OK ] SizesAndStridesTest.CopyConstructor (0 ms) 2022-09-27T16:45:44.7716546Z [ RUN ] SizesAndStridesTest.CopyAssignmentSmallToSmall 2022-09-27T16:45:44.7716900Z [ OK ] SizesAndStridesTest.CopyAssignmentSmallToSmall (0 ms) 2022-09-27T16:45:44.7717254Z [ RUN ] SizesAndStridesTest.MoveAssignmentSmallToSmall 2022-09-27T16:45:44.7717608Z [ OK ] SizesAndStridesTest.MoveAssignmentSmallToSmall (0 ms) 2022-09-27T16:45:44.7717954Z [ RUN ] SizesAndStridesTest.CopyAssignmentSmallToBig 2022-09-27T16:45:44.7718295Z [ OK ] SizesAndStridesTest.CopyAssignmentSmallToBig (0 ms) 2022-09-27T16:45:44.7718625Z [ RUN ] SizesAndStridesTest.MoveAssignmentSmallToBig 2022-09-27T16:45:44.7719081Z [ OK ] SizesAndStridesTest.MoveAssignmentSmallToBig (0 ms) 2022-09-27T16:45:44.7719420Z [ RUN ] SizesAndStridesTest.CopyAssignmentBigToBig 2022-09-27T16:45:44.7719752Z [ OK ] SizesAndStridesTest.CopyAssignmentBigToBig (0 ms) 2022-09-27T16:45:44.7720082Z [ RUN ] SizesAndStridesTest.MoveAssignmentBigToBig 2022-09-27T16:45:44.7720414Z [ OK ] SizesAndStridesTest.MoveAssignmentBigToBig (0 ms) 2022-09-27T16:45:44.7720736Z [ RUN ] SizesAndStridesTest.CopyAssignmentBigToSmall 2022-09-27T16:45:44.7721081Z [ OK ] SizesAndStridesTest.CopyAssignmentBigToSmall (0 ms) 2022-09-27T16:45:44.7721485Z [ RUN ] SizesAndStridesTest.MoveAssignmentBigToSmall 2022-09-27T16:45:44.7721825Z [ OK ] SizesAndStridesTest.MoveAssignmentBigToSmall (0 ms) 2022-09-27T16:45:44.7722150Z [ RUN ] SizesAndStridesTest.CopyAssignmentSelf 2022-09-27T16:45:44.7722447Z [ OK ] SizesAndStridesTest.CopyAssignmentSelf (0 ms) 2022-09-27T16:45:44.7722755Z [ RUN ] SizesAndStridesTest.MoveAssignmentSelf 2022-09-27T16:45:44.7723063Z [ OK ] SizesAndStridesTest.MoveAssignmentSelf (0 ms) 2022-09-27T16:45:44.7723373Z [----------] 18 tests from SizesAndStridesTest (0 ms total) 2022-09-27T16:45:44.7723535Z 2022-09-27T16:45:44.7723651Z [----------] Global test environment tear-down 2022-09-27T16:45:44.7724930Z [==========] 18 tests from 1 test suite ran. (0 ms total) 2022-09-27T16:45:44.7725142Z [ PASSED ] 18 tests. 2022-09-27T16:45:44.7771802Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SmallVectorTest.exe" 2022-09-27T16:45:44.7874648Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:44.7875018Z [==========] Running 221 tests from 15 test suites. 2022-09-27T16:45:44.7875274Z [----------] Global test environment set-up. 2022-09-27T16:45:44.7875671Z [----------] 37 tests from SmallVectorTest/0, where TypeParam = class c10::SmallVector 2022-09-27T16:45:44.7876039Z [ RUN ] SmallVectorTest/0.ConstructorNonIterTest 2022-09-27T16:45:44.7876336Z [ OK ] SmallVectorTest/0.ConstructorNonIterTest (0 ms) 2022-09-27T16:45:44.7876604Z [ RUN ] SmallVectorTest/0.ConstructorIterTest 2022-09-27T16:45:44.7876873Z [ OK ] SmallVectorTest/0.ConstructorIterTest (0 ms) 2022-09-27T16:45:44.7877135Z [ RUN ] SmallVectorTest/0.EmptyVectorTest 2022-09-27T16:45:44.7877391Z [ OK ] SmallVectorTest/0.EmptyVectorTest (0 ms) 2022-09-27T16:45:44.7877640Z [ RUN ] SmallVectorTest/0.PushPopTest 2022-09-27T16:45:44.7877890Z [ OK ] SmallVectorTest/0.PushPopTest (0 ms) 2022-09-27T16:45:44.7878113Z [ RUN ] SmallVectorTest/0.ClearTest 2022-09-27T16:45:44.7878352Z [ OK ] SmallVectorTest/0.ClearTest (0 ms) 2022-09-27T16:45:44.7878596Z [ RUN ] SmallVectorTest/0.ResizeShrinkTest 2022-09-27T16:45:44.7878853Z [ OK ] SmallVectorTest/0.ResizeShrinkTest (0 ms) 2022-09-27T16:45:44.7879106Z [ RUN ] SmallVectorTest/0.ResizeGrowTest 2022-09-27T16:45:44.7879345Z [ OK ] SmallVectorTest/0.ResizeGrowTest (0 ms) 2022-09-27T16:45:44.7879613Z [ RUN ] SmallVectorTest/0.ResizeWithElementsTest 2022-09-27T16:45:44.7879934Z [ OK ] SmallVectorTest/0.ResizeWithElementsTest (0 ms) 2022-09-27T16:45:44.7880194Z [ RUN ] SmallVectorTest/0.ResizeFillTest 2022-09-27T16:45:44.7880442Z [ OK ] SmallVectorTest/0.ResizeFillTest (0 ms) 2022-09-27T16:45:44.7880689Z [ RUN ] SmallVectorTest/0.OverflowTest 2022-09-27T16:45:44.7880933Z [ OK ] SmallVectorTest/0.OverflowTest (0 ms) 2022-09-27T16:45:44.7881167Z [ RUN ] SmallVectorTest/0.IterationTest 2022-09-27T16:45:44.7881415Z [ OK ] SmallVectorTest/0.IterationTest (0 ms) 2022-09-27T16:45:44.7881669Z [ RUN ] SmallVectorTest/0.SwapTest 2022-09-27T16:45:44.7881998Z [ OK ] SmallVectorTest/0.SwapTest (0 ms) 2022-09-27T16:45:44.7882239Z [ RUN ] SmallVectorTest/0.AppendTest 2022-09-27T16:45:44.7882618Z [ OK ] SmallVectorTest/0.AppendTest (0 ms) 2022-09-27T16:45:44.7882866Z [ RUN ] SmallVectorTest/0.AppendRepeatedTest 2022-09-27T16:45:44.7883159Z [ OK ] SmallVectorTest/0.AppendRepeatedTest (0 ms) 2022-09-27T16:45:44.7883537Z [ RUN ] SmallVectorTest/0.AppendNonIterTest 2022-09-27T16:45:44.7883908Z [ OK ] SmallVectorTest/0.AppendNonIterTest (0 ms) 2022-09-27T16:45:44.7884338Z [ RUN ] SmallVectorTest/0.AppendRepeatedNonForwardIterator 2022-09-27T16:45:44.7884796Z [ OK ] SmallVectorTest/0.AppendRepeatedNonForwardIterator (0 ms) 2022-09-27T16:45:44.7885224Z [ RUN ] SmallVectorTest/0.AppendSmallVector 2022-09-27T16:45:44.7885667Z [ OK ] SmallVectorTest/0.AppendSmallVector (0 ms) 2022-09-27T16:45:44.7886023Z [ RUN ] SmallVectorTest/0.AssignTest 2022-09-27T16:45:44.7886362Z [ OK ] SmallVectorTest/0.AssignTest (0 ms) 2022-09-27T16:45:44.7886710Z [ RUN ] SmallVectorTest/0.AssignRangeTest 2022-09-27T16:45:44.7887058Z [ OK ] SmallVectorTest/0.AssignRangeTest (0 ms) 2022-09-27T16:45:44.7887419Z [ RUN ] SmallVectorTest/0.AssignNonIterTest 2022-09-27T16:45:44.7887781Z [ OK ] SmallVectorTest/0.AssignNonIterTest (0 ms) 2022-09-27T16:45:44.7888144Z [ RUN ] SmallVectorTest/0.AssignSmallVector 2022-09-27T16:45:44.7888512Z [ OK ] SmallVectorTest/0.AssignSmallVector (0 ms) 2022-09-27T16:45:44.7888873Z [ RUN ] SmallVectorTest/0.MoveAssignTest 2022-09-27T16:45:44.7889215Z [ OK ] SmallVectorTest/0.MoveAssignTest (0 ms) 2022-09-27T16:45:44.7889554Z [ RUN ] SmallVectorTest/0.EraseTest 2022-09-27T16:45:44.7889879Z [ OK ] SmallVectorTest/0.EraseTest (0 ms) 2022-09-27T16:45:44.7890221Z [ RUN ] SmallVectorTest/0.EraseRangeTest 2022-09-27T16:45:44.7890578Z [ OK ] SmallVectorTest/0.EraseRangeTest (0 ms) 2022-09-27T16:45:44.7890900Z [ RUN ] SmallVectorTest/0.InsertTest 2022-09-27T16:45:44.7891151Z [ OK ] SmallVectorTest/0.InsertTest (0 ms) 2022-09-27T16:45:44.7891388Z [ RUN ] SmallVectorTest/0.InsertCopy 2022-09-27T16:45:44.7891701Z [ OK ] SmallVectorTest/0.InsertCopy (0 ms) 2022-09-27T16:45:44.7891954Z [ RUN ] SmallVectorTest/0.InsertRepeatedTest 2022-09-27T16:45:44.7892226Z [ OK ] SmallVectorTest/0.InsertRepeatedTest (0 ms) 2022-09-27T16:45:44.7892497Z [ RUN ] SmallVectorTest/0.InsertRepeatedNonIterTest 2022-09-27T16:45:44.7892796Z [ OK ] SmallVectorTest/0.InsertRepeatedNonIterTest (0 ms) 2022-09-27T16:45:44.7893092Z [ RUN ] SmallVectorTest/0.InsertRepeatedAtEndTest 2022-09-27T16:45:44.7893381Z [ OK ] SmallVectorTest/0.InsertRepeatedAtEndTest (0 ms) 2022-09-27T16:45:44.7893674Z [ RUN ] SmallVectorTest/0.InsertRepeatedEmptyTest 2022-09-27T16:45:44.7893962Z [ OK ] SmallVectorTest/0.InsertRepeatedEmptyTest (0 ms) 2022-09-27T16:45:44.7894215Z [ RUN ] SmallVectorTest/0.InsertRangeTest 2022-09-27T16:45:44.7894470Z [ OK ] SmallVectorTest/0.InsertRangeTest (0 ms) 2022-09-27T16:45:44.7894778Z [ RUN ] SmallVectorTest/0.InsertRangeAtEndTest 2022-09-27T16:45:44.7895055Z [ OK ] SmallVectorTest/0.InsertRangeAtEndTest (0 ms) 2022-09-27T16:45:44.7895325Z [ RUN ] SmallVectorTest/0.InsertEmptyRangeTest 2022-09-27T16:45:44.7895588Z [ OK ] SmallVectorTest/0.InsertEmptyRangeTest (0 ms) 2022-09-27T16:45:44.7895850Z [ RUN ] SmallVectorTest/0.ComparisonTest 2022-09-27T16:45:44.7896102Z [ OK ] SmallVectorTest/0.ComparisonTest (0 ms) 2022-09-27T16:45:44.7896355Z [ RUN ] SmallVectorTest/0.ConstVectorTest 2022-09-27T16:45:44.7896605Z [ OK ] SmallVectorTest/0.ConstVectorTest (0 ms) 2022-09-27T16:45:44.7896863Z [ RUN ] SmallVectorTest/0.DirectVectorTest 2022-09-27T16:45:44.7897111Z [ OK ] SmallVectorTest/0.DirectVectorTest (0 ms) 2022-09-27T16:45:44.7897359Z [ RUN ] SmallVectorTest/0.IteratorTest 2022-09-27T16:45:44.7897602Z [ OK ] SmallVectorTest/0.IteratorTest (0 ms) 2022-09-27T16:45:44.7897868Z [----------] 37 tests from SmallVectorTest/0 (0 ms total) 2022-09-27T16:45:44.7898095Z 2022-09-27T16:45:44.7898337Z [----------] 37 tests from SmallVectorTest/1, where TypeParam = class c10::SmallVector 2022-09-27T16:45:44.7898704Z [ RUN ] SmallVectorTest/1.ConstructorNonIterTest 2022-09-27T16:45:44.7898976Z [ OK ] SmallVectorTest/1.ConstructorNonIterTest (0 ms) 2022-09-27T16:45:44.7899253Z [ RUN ] SmallVectorTest/1.ConstructorIterTest 2022-09-27T16:45:44.7899528Z [ OK ] SmallVectorTest/1.ConstructorIterTest (0 ms) 2022-09-27T16:45:44.7899792Z [ RUN ] SmallVectorTest/1.EmptyVectorTest 2022-09-27T16:45:44.7900573Z [ OK ] SmallVectorTest/1.EmptyVectorTest (0 ms) 2022-09-27T16:45:44.7900828Z [ RUN ] SmallVectorTest/1.PushPopTest 2022-09-27T16:45:44.7901064Z [ OK ] SmallVectorTest/1.PushPopTest (0 ms) 2022-09-27T16:45:44.7901303Z [ RUN ] SmallVectorTest/1.ClearTest 2022-09-27T16:45:44.7901545Z [ OK ] SmallVectorTest/1.ClearTest (0 ms) 2022-09-27T16:45:44.7901793Z [ RUN ] SmallVectorTest/1.ResizeShrinkTest 2022-09-27T16:45:44.7902055Z [ OK ] SmallVectorTest/1.ResizeShrinkTest (0 ms) 2022-09-27T16:45:44.7902298Z [ RUN ] SmallVectorTest/1.ResizeGrowTest 2022-09-27T16:45:44.7902556Z [ OK ] SmallVectorTest/1.ResizeGrowTest (0 ms) 2022-09-27T16:45:44.7902824Z [ RUN ] SmallVectorTest/1.ResizeWithElementsTest 2022-09-27T16:45:44.7903110Z [ OK ] SmallVectorTest/1.ResizeWithElementsTest (0 ms) 2022-09-27T16:45:44.7903376Z [ RUN ] SmallVectorTest/1.ResizeFillTest 2022-09-27T16:45:44.7903629Z [ OK ] SmallVectorTest/1.ResizeFillTest (0 ms) 2022-09-27T16:45:44.7903866Z [ RUN ] SmallVectorTest/1.OverflowTest 2022-09-27T16:45:44.7904113Z [ OK ] SmallVectorTest/1.OverflowTest (0 ms) 2022-09-27T16:45:44.7904359Z [ RUN ] SmallVectorTest/1.IterationTest 2022-09-27T16:45:44.7904611Z [ OK ] SmallVectorTest/1.IterationTest (0 ms) 2022-09-27T16:45:44.7904849Z [ RUN ] SmallVectorTest/1.SwapTest 2022-09-27T16:45:44.7905079Z [ OK ] SmallVectorTest/1.SwapTest (0 ms) 2022-09-27T16:45:44.7905314Z [ RUN ] SmallVectorTest/1.AppendTest 2022-09-27T16:45:44.7905552Z [ OK ] SmallVectorTest/1.AppendTest (0 ms) 2022-09-27T16:45:44.7905805Z [ RUN ] SmallVectorTest/1.AppendRepeatedTest 2022-09-27T16:45:44.7906078Z [ OK ] SmallVectorTest/1.AppendRepeatedTest (0 ms) 2022-09-27T16:45:44.7906496Z [ RUN ] SmallVectorTest/1.AppendNonIterTest 2022-09-27T16:45:44.7906748Z [ OK ] SmallVectorTest/1.AppendNonIterTest (0 ms) 2022-09-27T16:45:44.7907047Z [ RUN ] SmallVectorTest/1.AppendRepeatedNonForwardIterator 2022-09-27T16:45:44.7907387Z [ OK ] SmallVectorTest/1.AppendRepeatedNonForwardIterator (0 ms) 2022-09-27T16:45:44.7907682Z [ RUN ] SmallVectorTest/1.AppendSmallVector 2022-09-27T16:45:44.7907944Z [ OK ] SmallVectorTest/1.AppendSmallVector (0 ms) 2022-09-27T16:45:44.7908187Z [ RUN ] SmallVectorTest/1.AssignTest 2022-09-27T16:45:44.7908411Z [ OK ] SmallVectorTest/1.AssignTest (0 ms) 2022-09-27T16:45:44.7908656Z [ RUN ] SmallVectorTest/1.AssignRangeTest 2022-09-27T16:45:44.7908912Z [ OK ] SmallVectorTest/1.AssignRangeTest (0 ms) 2022-09-27T16:45:44.7909170Z [ RUN ] SmallVectorTest/1.AssignNonIterTest 2022-09-27T16:45:44.7909430Z [ OK ] SmallVectorTest/1.AssignNonIterTest (0 ms) 2022-09-27T16:45:44.7909677Z [ RUN ] SmallVectorTest/1.AssignSmallVector 2022-09-27T16:45:44.7909937Z [ OK ] SmallVectorTest/1.AssignSmallVector (0 ms) 2022-09-27T16:45:44.7910191Z [ RUN ] SmallVectorTest/1.MoveAssignTest 2022-09-27T16:45:44.7910441Z [ OK ] SmallVectorTest/1.MoveAssignTest (0 ms) 2022-09-27T16:45:44.7910680Z [ RUN ] SmallVectorTest/1.EraseTest 2022-09-27T16:45:44.7910914Z [ OK ] SmallVectorTest/1.EraseTest (0 ms) 2022-09-27T16:45:44.7911141Z [ RUN ] SmallVectorTest/1.EraseRangeTest 2022-09-27T16:45:44.7911387Z [ OK ] SmallVectorTest/1.EraseRangeTest (0 ms) 2022-09-27T16:45:44.7911681Z [ RUN ] SmallVectorTest/1.InsertTest 2022-09-27T16:45:44.7911925Z [ OK ] SmallVectorTest/1.InsertTest (0 ms) 2022-09-27T16:45:44.7912161Z [ RUN ] SmallVectorTest/1.InsertCopy 2022-09-27T16:45:44.7912386Z [ OK ] SmallVectorTest/1.InsertCopy (0 ms) 2022-09-27T16:45:44.7912642Z [ RUN ] SmallVectorTest/1.InsertRepeatedTest 2022-09-27T16:45:44.7912913Z [ OK ] SmallVectorTest/1.InsertRepeatedTest (0 ms) 2022-09-27T16:45:44.7913199Z [ RUN ] SmallVectorTest/1.InsertRepeatedNonIterTest 2022-09-27T16:45:44.7913498Z [ OK ] SmallVectorTest/1.InsertRepeatedNonIterTest (0 ms) 2022-09-27T16:45:44.7913830Z [ RUN ] SmallVectorTest/1.InsertRepeatedAtEndTest 2022-09-27T16:45:44.7914104Z [ OK ] SmallVectorTest/1.InsertRepeatedAtEndTest (0 ms) 2022-09-27T16:45:44.7914390Z [ RUN ] SmallVectorTest/1.InsertRepeatedEmptyTest 2022-09-27T16:45:44.7914673Z [ OK ] SmallVectorTest/1.InsertRepeatedEmptyTest (0 ms) 2022-09-27T16:45:44.7914943Z [ RUN ] SmallVectorTest/1.InsertRangeTest 2022-09-27T16:45:44.7915198Z [ OK ] SmallVectorTest/1.InsertRangeTest (0 ms) 2022-09-27T16:45:44.7915457Z [ RUN ] SmallVectorTest/1.InsertRangeAtEndTest 2022-09-27T16:45:44.7915720Z [ OK ] SmallVectorTest/1.InsertRangeAtEndTest (0 ms) 2022-09-27T16:45:44.7915990Z [ RUN ] SmallVectorTest/1.InsertEmptyRangeTest 2022-09-27T16:45:44.7916266Z [ OK ] SmallVectorTest/1.InsertEmptyRangeTest (0 ms) 2022-09-27T16:45:44.7916526Z [ RUN ] SmallVectorTest/1.ComparisonTest 2022-09-27T16:45:44.7916777Z [ OK ] SmallVectorTest/1.ComparisonTest (0 ms) 2022-09-27T16:45:44.7917020Z [ RUN ] SmallVectorTest/1.ConstVectorTest 2022-09-27T16:45:44.7917271Z [ OK ] SmallVectorTest/1.ConstVectorTest (0 ms) 2022-09-27T16:45:44.7917522Z [ RUN ] SmallVectorTest/1.DirectVectorTest 2022-09-27T16:45:44.7917781Z [ OK ] SmallVectorTest/1.DirectVectorTest (0 ms) 2022-09-27T16:45:44.7918031Z [ RUN ] SmallVectorTest/1.IteratorTest 2022-09-27T16:45:44.7918278Z [ OK ] SmallVectorTest/1.IteratorTest (0 ms) 2022-09-27T16:45:44.7918532Z [----------] 37 tests from SmallVectorTest/1 (0 ms total) 2022-09-27T16:45:44.7918686Z 2022-09-27T16:45:44.7918924Z [----------] 37 tests from SmallVectorTest/2, where TypeParam = class c10::SmallVector 2022-09-27T16:45:44.7919286Z [ RUN ] SmallVectorTest/2.ConstructorNonIterTest 2022-09-27T16:45:44.7919570Z [ OK ] SmallVectorTest/2.ConstructorNonIterTest (0 ms) 2022-09-27T16:45:44.7919842Z [ RUN ] SmallVectorTest/2.ConstructorIterTest 2022-09-27T16:45:44.7920110Z [ OK ] SmallVectorTest/2.ConstructorIterTest (0 ms) 2022-09-27T16:45:44.7920361Z [ RUN ] SmallVectorTest/2.EmptyVectorTest 2022-09-27T16:45:44.7920614Z [ OK ] SmallVectorTest/2.EmptyVectorTest (0 ms) 2022-09-27T16:45:44.7920863Z [ RUN ] SmallVectorTest/2.PushPopTest 2022-09-27T16:45:44.7921109Z [ OK ] SmallVectorTest/2.PushPopTest (0 ms) 2022-09-27T16:45:44.7921347Z [ RUN ] SmallVectorTest/2.ClearTest 2022-09-27T16:45:44.7921579Z [ OK ] SmallVectorTest/2.ClearTest (0 ms) 2022-09-27T16:45:44.7921808Z [ RUN ] SmallVectorTest/2.ResizeShrinkTest 2022-09-27T16:45:44.7922064Z [ OK ] SmallVectorTest/2.ResizeShrinkTest (0 ms) 2022-09-27T16:45:44.7922315Z [ RUN ] SmallVectorTest/2.ResizeGrowTest 2022-09-27T16:45:44.7922564Z [ OK ] SmallVectorTest/2.ResizeGrowTest (0 ms) 2022-09-27T16:45:44.7922829Z [ RUN ] SmallVectorTest/2.ResizeWithElementsTest 2022-09-27T16:45:44.7923096Z [ OK ] SmallVectorTest/2.ResizeWithElementsTest (0 ms) 2022-09-27T16:45:44.7923361Z [ RUN ] SmallVectorTest/2.ResizeFillTest 2022-09-27T16:45:44.7923610Z [ OK ] SmallVectorTest/2.ResizeFillTest (0 ms) 2022-09-27T16:45:44.7923856Z [ RUN ] SmallVectorTest/2.OverflowTest 2022-09-27T16:45:44.7924098Z [ OK ] SmallVectorTest/2.OverflowTest (0 ms) 2022-09-27T16:45:44.7924341Z [ RUN ] SmallVectorTest/2.IterationTest 2022-09-27T16:45:44.7924616Z [ OK ] SmallVectorTest/2.IterationTest (0 ms) 2022-09-27T16:45:44.7924853Z [ RUN ] SmallVectorTest/2.SwapTest 2022-09-27T16:45:44.7925087Z [ OK ] SmallVectorTest/2.SwapTest (0 ms) 2022-09-27T16:45:44.7925324Z [ RUN ] SmallVectorTest/2.AppendTest 2022-09-27T16:45:44.7925567Z [ OK ] SmallVectorTest/2.AppendTest (0 ms) 2022-09-27T16:45:44.7925822Z [ RUN ] SmallVectorTest/2.AppendRepeatedTest 2022-09-27T16:45:44.7926082Z [ OK ] SmallVectorTest/2.AppendRepeatedTest (0 ms) 2022-09-27T16:45:44.7926350Z [ RUN ] SmallVectorTest/2.AppendNonIterTest 2022-09-27T16:45:44.7926654Z [ OK ] SmallVectorTest/2.AppendNonIterTest (0 ms) 2022-09-27T16:45:44.7926949Z [ RUN ] SmallVectorTest/2.AppendRepeatedNonForwardIterator 2022-09-27T16:45:44.7927282Z [ OK ] SmallVectorTest/2.AppendRepeatedNonForwardIterator (0 ms) 2022-09-27T16:45:44.7927574Z [ RUN ] SmallVectorTest/2.AppendSmallVector 2022-09-27T16:45:44.7927838Z [ OK ] SmallVectorTest/2.AppendSmallVector (0 ms) 2022-09-27T16:45:44.7928085Z [ RUN ] SmallVectorTest/2.AssignTest 2022-09-27T16:45:44.7928320Z [ OK ] SmallVectorTest/2.AssignTest (0 ms) 2022-09-27T16:45:44.7928563Z [ RUN ] SmallVectorTest/2.AssignRangeTest 2022-09-27T16:45:44.7928815Z [ OK ] SmallVectorTest/2.AssignRangeTest (0 ms) 2022-09-27T16:45:44.7929057Z [ RUN ] SmallVectorTest/2.AssignNonIterTest 2022-09-27T16:45:44.7929319Z [ OK ] SmallVectorTest/2.AssignNonIterTest (0 ms) 2022-09-27T16:45:44.7929582Z [ RUN ] SmallVectorTest/2.AssignSmallVector 2022-09-27T16:45:44.7929838Z [ OK ] SmallVectorTest/2.AssignSmallVector (0 ms) 2022-09-27T16:45:44.7930092Z [ RUN ] SmallVectorTest/2.MoveAssignTest 2022-09-27T16:45:44.7930331Z [ OK ] SmallVectorTest/2.MoveAssignTest (0 ms) 2022-09-27T16:45:44.7930569Z [ RUN ] SmallVectorTest/2.EraseTest 2022-09-27T16:45:44.7930803Z [ OK ] SmallVectorTest/2.EraseTest (0 ms) 2022-09-27T16:45:44.7931045Z [ RUN ] SmallVectorTest/2.EraseRangeTest 2022-09-27T16:45:44.7931294Z [ OK ] SmallVectorTest/2.EraseRangeTest (0 ms) 2022-09-27T16:45:44.7931625Z [ RUN ] SmallVectorTest/2.InsertTest 2022-09-27T16:45:44.7931856Z [ OK ] SmallVectorTest/2.InsertTest (0 ms) 2022-09-27T16:45:44.7932096Z [ RUN ] SmallVectorTest/2.InsertCopy 2022-09-27T16:45:44.7932338Z [ OK ] SmallVectorTest/2.InsertCopy (0 ms) 2022-09-27T16:45:44.7932591Z [ RUN ] SmallVectorTest/2.InsertRepeatedTest 2022-09-27T16:45:44.7932860Z [ OK ] SmallVectorTest/2.InsertRepeatedTest (0 ms) 2022-09-27T16:45:44.7933130Z [ RUN ] SmallVectorTest/2.InsertRepeatedNonIterTest 2022-09-27T16:45:44.7933429Z [ OK ] SmallVectorTest/2.InsertRepeatedNonIterTest (0 ms) 2022-09-27T16:45:44.7933724Z [ RUN ] SmallVectorTest/2.InsertRepeatedAtEndTest 2022-09-27T16:45:44.7934014Z [ OK ] SmallVectorTest/2.InsertRepeatedAtEndTest (0 ms) 2022-09-27T16:45:44.7934303Z [ RUN ] SmallVectorTest/2.InsertRepeatedEmptyTest 2022-09-27T16:45:44.7934592Z [ OK ] SmallVectorTest/2.InsertRepeatedEmptyTest (0 ms) 2022-09-27T16:45:44.7934848Z [ RUN ] SmallVectorTest/2.InsertRangeTest 2022-09-27T16:45:44.7935102Z [ OK ] SmallVectorTest/2.InsertRangeTest (0 ms) 2022-09-27T16:45:44.7935361Z [ RUN ] SmallVectorTest/2.InsertRangeAtEndTest 2022-09-27T16:45:44.7935635Z [ OK ] SmallVectorTest/2.InsertRangeAtEndTest (0 ms) 2022-09-27T16:45:44.7935905Z [ RUN ] SmallVectorTest/2.InsertEmptyRangeTest 2022-09-27T16:45:44.7936177Z [ OK ] SmallVectorTest/2.InsertEmptyRangeTest (0 ms) 2022-09-27T16:45:44.7936425Z [ RUN ] SmallVectorTest/2.ComparisonTest 2022-09-27T16:45:44.7936681Z [ OK ] SmallVectorTest/2.ComparisonTest (0 ms) 2022-09-27T16:45:44.7936938Z [ RUN ] SmallVectorTest/2.ConstVectorTest 2022-09-27T16:45:44.7937199Z [ OK ] SmallVectorTest/2.ConstVectorTest (0 ms) 2022-09-27T16:45:44.7937456Z [ RUN ] SmallVectorTest/2.DirectVectorTest 2022-09-27T16:45:44.7937756Z [ OK ] SmallVectorTest/2.DirectVectorTest (0 ms) 2022-09-27T16:45:44.7938013Z [ RUN ] SmallVectorTest/2.IteratorTest 2022-09-27T16:45:44.7938262Z [ OK ] SmallVectorTest/2.IteratorTest (0 ms) 2022-09-27T16:45:44.7950189Z [----------] 37 tests from SmallVectorTest/2 (0 ms total) 2022-09-27T16:45:44.7950394Z 2022-09-27T16:45:44.7950668Z [----------] 37 tests from SmallVectorTest/3, where TypeParam = class c10::SmallVector 2022-09-27T16:45:44.7951033Z [ RUN ] SmallVectorTest/3.ConstructorNonIterTest 2022-09-27T16:45:44.7951323Z [ OK ] SmallVectorTest/3.ConstructorNonIterTest (0 ms) 2022-09-27T16:45:44.7951731Z [ RUN ] SmallVectorTest/3.ConstructorIterTest 2022-09-27T16:45:44.7952004Z [ OK ] SmallVectorTest/3.ConstructorIterTest (0 ms) 2022-09-27T16:45:44.7952251Z [ RUN ] SmallVectorTest/3.EmptyVectorTest 2022-09-27T16:45:44.7952511Z [ OK ] SmallVectorTest/3.EmptyVectorTest (0 ms) 2022-09-27T16:45:44.7952766Z [ RUN ] SmallVectorTest/3.PushPopTest 2022-09-27T16:45:44.7953013Z [ OK ] SmallVectorTest/3.PushPopTest (0 ms) 2022-09-27T16:45:44.7953246Z [ RUN ] SmallVectorTest/3.ClearTest 2022-09-27T16:45:44.7953481Z [ OK ] SmallVectorTest/3.ClearTest (0 ms) 2022-09-27T16:45:44.7953714Z [ RUN ] SmallVectorTest/3.ResizeShrinkTest 2022-09-27T16:45:44.7953970Z [ OK ] SmallVectorTest/3.ResizeShrinkTest (0 ms) 2022-09-27T16:45:44.7954309Z [ RUN ] SmallVectorTest/3.ResizeGrowTest 2022-09-27T16:45:44.7954556Z [ OK ] SmallVectorTest/3.ResizeGrowTest (0 ms) 2022-09-27T16:45:44.7954824Z [ RUN ] SmallVectorTest/3.ResizeWithElementsTest 2022-09-27T16:45:44.7955092Z [ OK ] SmallVectorTest/3.ResizeWithElementsTest (0 ms) 2022-09-27T16:45:44.7955356Z [ RUN ] SmallVectorTest/3.ResizeFillTest 2022-09-27T16:45:44.7955601Z [ OK ] SmallVectorTest/3.ResizeFillTest (0 ms) 2022-09-27T16:45:44.7955850Z [ RUN ] SmallVectorTest/3.OverflowTest 2022-09-27T16:45:44.7956095Z [ OK ] SmallVectorTest/3.OverflowTest (0 ms) 2022-09-27T16:45:44.7956335Z [ RUN ] SmallVectorTest/3.IterationTest 2022-09-27T16:45:44.7956568Z [ OK ] SmallVectorTest/3.IterationTest (0 ms) 2022-09-27T16:45:44.7956803Z [ RUN ] SmallVectorTest/3.SwapTest 2022-09-27T16:45:44.7957036Z [ OK ] SmallVectorTest/3.SwapTest (0 ms) 2022-09-27T16:45:44.7957266Z [ RUN ] SmallVectorTest/3.AppendTest 2022-09-27T16:45:44.7957503Z [ OK ] SmallVectorTest/3.AppendTest (0 ms) 2022-09-27T16:45:44.7957743Z [ RUN ] SmallVectorTest/3.AppendRepeatedTest 2022-09-27T16:45:44.7958015Z [ OK ] SmallVectorTest/3.AppendRepeatedTest (0 ms) 2022-09-27T16:45:44.7958279Z [ RUN ] SmallVectorTest/3.AppendNonIterTest 2022-09-27T16:45:44.7958542Z [ OK ] SmallVectorTest/3.AppendNonIterTest (0 ms) 2022-09-27T16:45:44.7958836Z [ RUN ] SmallVectorTest/3.AppendRepeatedNonForwardIterator 2022-09-27T16:45:44.7959169Z [ OK ] SmallVectorTest/3.AppendRepeatedNonForwardIterator (0 ms) 2022-09-27T16:45:44.7959455Z [ RUN ] SmallVectorTest/3.AppendSmallVector 2022-09-27T16:45:44.7959720Z [ OK ] SmallVectorTest/3.AppendSmallVector (0 ms) 2022-09-27T16:45:44.7959966Z [ RUN ] SmallVectorTest/3.AssignTest 2022-09-27T16:45:44.7960205Z [ OK ] SmallVectorTest/3.AssignTest (0 ms) 2022-09-27T16:45:44.7960446Z [ RUN ] SmallVectorTest/3.AssignRangeTest 2022-09-27T16:45:44.7960702Z [ OK ] SmallVectorTest/3.AssignRangeTest (0 ms) 2022-09-27T16:45:44.7960945Z [ RUN ] SmallVectorTest/3.AssignNonIterTest 2022-09-27T16:45:44.7961206Z [ OK ] SmallVectorTest/3.AssignNonIterTest (0 ms) 2022-09-27T16:45:44.7961466Z [ RUN ] SmallVectorTest/3.AssignSmallVector 2022-09-27T16:45:44.7961723Z [ OK ] SmallVectorTest/3.AssignSmallVector (0 ms) 2022-09-27T16:45:44.7961972Z [ RUN ] SmallVectorTest/3.MoveAssignTest 2022-09-27T16:45:44.7962210Z [ OK ] SmallVectorTest/3.MoveAssignTest (0 ms) 2022-09-27T16:45:44.7962940Z [ RUN ] SmallVectorTest/3.EraseTest 2022-09-27T16:45:44.7963187Z [ OK ] SmallVectorTest/3.EraseTest (0 ms) 2022-09-27T16:45:44.7963430Z [ RUN ] SmallVectorTest/3.EraseRangeTest 2022-09-27T16:45:44.7963682Z [ OK ] SmallVectorTest/3.EraseRangeTest (0 ms) 2022-09-27T16:45:44.7963921Z [ RUN ] SmallVectorTest/3.InsertTest 2022-09-27T16:45:44.7964146Z [ OK ] SmallVectorTest/3.InsertTest (0 ms) 2022-09-27T16:45:44.7964405Z [ RUN ] SmallVectorTest/3.InsertCopy 2022-09-27T16:45:44.7964643Z [ OK ] SmallVectorTest/3.InsertCopy (0 ms) 2022-09-27T16:45:44.7964895Z [ RUN ] SmallVectorTest/3.InsertRepeatedTest 2022-09-27T16:45:44.7965214Z [ OK ] SmallVectorTest/3.InsertRepeatedTest (0 ms) 2022-09-27T16:45:44.7965481Z [ RUN ] SmallVectorTest/3.InsertRepeatedNonIterTest 2022-09-27T16:45:44.7965777Z [ OK ] SmallVectorTest/3.InsertRepeatedNonIterTest (0 ms) 2022-09-27T16:45:44.7966069Z [ RUN ] SmallVectorTest/3.InsertRepeatedAtEndTest 2022-09-27T16:45:44.7966360Z [ OK ] SmallVectorTest/3.InsertRepeatedAtEndTest (0 ms) 2022-09-27T16:45:44.7966647Z [ RUN ] SmallVectorTest/3.InsertRepeatedEmptyTest 2022-09-27T16:45:44.7966935Z [ OK ] SmallVectorTest/3.InsertRepeatedEmptyTest (0 ms) 2022-09-27T16:45:44.7967191Z [ RUN ] SmallVectorTest/3.InsertRangeTest 2022-09-27T16:45:44.7967445Z [ OK ] SmallVectorTest/3.InsertRangeTest (0 ms) 2022-09-27T16:45:44.7967705Z [ RUN ] SmallVectorTest/3.InsertRangeAtEndTest 2022-09-27T16:45:44.7967980Z [ OK ] SmallVectorTest/3.InsertRangeAtEndTest (0 ms) 2022-09-27T16:45:44.7968250Z [ RUN ] SmallVectorTest/3.InsertEmptyRangeTest 2022-09-27T16:45:44.7968529Z [ OK ] SmallVectorTest/3.InsertEmptyRangeTest (0 ms) 2022-09-27T16:45:44.7968778Z [ RUN ] SmallVectorTest/3.ComparisonTest 2022-09-27T16:45:44.7969032Z [ OK ] SmallVectorTest/3.ComparisonTest (0 ms) 2022-09-27T16:45:44.7969283Z [ RUN ] SmallVectorTest/3.ConstVectorTest 2022-09-27T16:45:44.7969538Z [ OK ] SmallVectorTest/3.ConstVectorTest (0 ms) 2022-09-27T16:45:44.7969795Z [ RUN ] SmallVectorTest/3.DirectVectorTest 2022-09-27T16:45:44.7970042Z [ OK ] SmallVectorTest/3.DirectVectorTest (0 ms) 2022-09-27T16:45:44.7970293Z [ RUN ] SmallVectorTest/3.IteratorTest 2022-09-27T16:45:44.7970535Z [ OK ] SmallVectorTest/3.IteratorTest (0 ms) 2022-09-27T16:45:44.7970799Z [----------] 37 tests from SmallVectorTest/3 (0 ms total) 2022-09-27T16:45:44.7970953Z 2022-09-27T16:45:44.7971193Z [----------] 37 tests from SmallVectorTest/4, where TypeParam = class c10::SmallVector 2022-09-27T16:45:44.7971656Z [ RUN ] SmallVectorTest/4.ConstructorNonIterTest 2022-09-27T16:45:44.7971929Z [ OK ] SmallVectorTest/4.ConstructorNonIterTest (0 ms) 2022-09-27T16:45:44.7972207Z [ RUN ] SmallVectorTest/4.ConstructorIterTest 2022-09-27T16:45:44.7972481Z [ OK ] SmallVectorTest/4.ConstructorIterTest (0 ms) 2022-09-27T16:45:44.7972745Z [ RUN ] SmallVectorTest/4.EmptyVectorTest 2022-09-27T16:45:44.7973001Z [ OK ] SmallVectorTest/4.EmptyVectorTest (0 ms) 2022-09-27T16:45:44.7973252Z [ RUN ] SmallVectorTest/4.PushPopTest 2022-09-27T16:45:44.7973486Z [ OK ] SmallVectorTest/4.PushPopTest (0 ms) 2022-09-27T16:45:44.7973725Z [ RUN ] SmallVectorTest/4.ClearTest 2022-09-27T16:45:44.7973966Z [ OK ] SmallVectorTest/4.ClearTest (0 ms) 2022-09-27T16:45:44.7974210Z [ RUN ] SmallVectorTest/4.ResizeShrinkTest 2022-09-27T16:45:44.7974467Z [ OK ] SmallVectorTest/4.ResizeShrinkTest (0 ms) 2022-09-27T16:45:44.7974721Z [ RUN ] SmallVectorTest/4.ResizeGrowTest 2022-09-27T16:45:44.7974959Z [ OK ] SmallVectorTest/4.ResizeGrowTest (0 ms) 2022-09-27T16:45:44.7975224Z [ RUN ] SmallVectorTest/4.ResizeWithElementsTest 2022-09-27T16:45:44.7975504Z [ OK ] SmallVectorTest/4.ResizeWithElementsTest (0 ms) 2022-09-27T16:45:44.7975768Z [ RUN ] SmallVectorTest/4.ResizeFillTest 2022-09-27T16:45:44.7976078Z [ OK ] SmallVectorTest/4.ResizeFillTest (0 ms) 2022-09-27T16:45:44.7976315Z [ RUN ] SmallVectorTest/4.OverflowTest 2022-09-27T16:45:44.7976559Z [ OK ] SmallVectorTest/4.OverflowTest (0 ms) 2022-09-27T16:45:44.7976805Z [ RUN ] SmallVectorTest/4.IterationTest 2022-09-27T16:45:44.7977055Z [ OK ] SmallVectorTest/4.IterationTest (0 ms) 2022-09-27T16:45:44.7977293Z [ RUN ] SmallVectorTest/4.SwapTest 2022-09-27T16:45:44.7977526Z [ OK ] SmallVectorTest/4.SwapTest (0 ms) 2022-09-27T16:45:44.7977747Z [ RUN ] SmallVectorTest/4.AppendTest 2022-09-27T16:45:44.7978033Z [ OK ] SmallVectorTest/4.AppendTest (0 ms) 2022-09-27T16:45:44.7978287Z [ RUN ] SmallVectorTest/4.AppendRepeatedTest 2022-09-27T16:45:44.7978557Z [ OK ] SmallVectorTest/4.AppendRepeatedTest (0 ms) 2022-09-27T16:45:44.7978823Z [ RUN ] SmallVectorTest/4.AppendNonIterTest 2022-09-27T16:45:44.7979074Z [ OK ] SmallVectorTest/4.AppendNonIterTest (0 ms) 2022-09-27T16:45:44.7979378Z [ RUN ] SmallVectorTest/4.AppendRepeatedNonForwardIterator 2022-09-27T16:45:44.7979713Z [ OK ] SmallVectorTest/4.AppendRepeatedNonForwardIterator (0 ms) 2022-09-27T16:45:44.7980012Z [ RUN ] SmallVectorTest/4.AppendSmallVector 2022-09-27T16:45:44.7980274Z [ OK ] SmallVectorTest/4.AppendSmallVector (0 ms) 2022-09-27T16:45:44.7980519Z [ RUN ] SmallVectorTest/4.AssignTest 2022-09-27T16:45:44.7980742Z [ OK ] SmallVectorTest/4.AssignTest (0 ms) 2022-09-27T16:45:44.7980983Z [ RUN ] SmallVectorTest/4.AssignRangeTest 2022-09-27T16:45:44.7981235Z [ OK ] SmallVectorTest/4.AssignRangeTest (0 ms) 2022-09-27T16:45:44.7981495Z [ RUN ] SmallVectorTest/4.AssignNonIterTest 2022-09-27T16:45:44.7981756Z [ OK ] SmallVectorTest/4.AssignNonIterTest (0 ms) 2022-09-27T16:45:44.7982013Z [ RUN ] SmallVectorTest/4.AssignSmallVector 2022-09-27T16:45:44.7982258Z [ OK ] SmallVectorTest/4.AssignSmallVector (0 ms) 2022-09-27T16:45:44.7982513Z [ RUN ] SmallVectorTest/4.MoveAssignTest 2022-09-27T16:45:44.7982762Z [ OK ] SmallVectorTest/4.MoveAssignTest (0 ms) 2022-09-27T16:45:44.7983001Z [ RUN ] SmallVectorTest/4.EraseTest 2022-09-27T16:45:44.7983234Z [ OK ] SmallVectorTest/4.EraseTest (0 ms) 2022-09-27T16:45:44.7983460Z [ RUN ] SmallVectorTest/4.EraseRangeTest 2022-09-27T16:45:44.7983710Z [ OK ] SmallVectorTest/4.EraseRangeTest (0 ms) 2022-09-27T16:45:44.7983951Z [ RUN ] SmallVectorTest/4.InsertTest 2022-09-27T16:45:44.7984189Z [ OK ] SmallVectorTest/4.InsertTest (0 ms) 2022-09-27T16:45:44.7984421Z [ RUN ] SmallVectorTest/4.InsertCopy 2022-09-27T16:45:44.7984659Z [ OK ] SmallVectorTest/4.InsertCopy (0 ms) 2022-09-27T16:45:44.7984896Z [ RUN ] SmallVectorTest/4.InsertRepeatedTest 2022-09-27T16:45:44.7985160Z [ OK ] SmallVectorTest/4.InsertRepeatedTest (0 ms) 2022-09-27T16:45:44.7985439Z [ RUN ] SmallVectorTest/4.InsertRepeatedNonIterTest 2022-09-27T16:45:44.7985735Z [ OK ] SmallVectorTest/4.InsertRepeatedNonIterTest (0 ms) 2022-09-27T16:45:44.7986024Z [ RUN ] SmallVectorTest/4.InsertRepeatedAtEndTest 2022-09-27T16:45:44.7986297Z [ OK ] SmallVectorTest/4.InsertRepeatedAtEndTest (0 ms) 2022-09-27T16:45:44.7986583Z [ RUN ] SmallVectorTest/4.InsertRepeatedEmptyTest 2022-09-27T16:45:44.7986866Z [ OK ] SmallVectorTest/4.InsertRepeatedEmptyTest (0 ms) 2022-09-27T16:45:44.7987132Z [ RUN ] SmallVectorTest/4.InsertRangeTest 2022-09-27T16:45:44.7987385Z [ OK ] SmallVectorTest/4.InsertRangeTest (0 ms) 2022-09-27T16:45:44.7987645Z [ RUN ] SmallVectorTest/4.InsertRangeAtEndTest 2022-09-27T16:45:44.7987908Z [ OK ] SmallVectorTest/4.InsertRangeAtEndTest (0 ms) 2022-09-27T16:45:44.7988177Z [ RUN ] SmallVectorTest/4.InsertEmptyRangeTest 2022-09-27T16:45:44.7988452Z [ OK ] SmallVectorTest/4.InsertEmptyRangeTest (0 ms) 2022-09-27T16:45:44.7988711Z [ RUN ] SmallVectorTest/4.ComparisonTest 2022-09-27T16:45:44.7989011Z [ OK ] SmallVectorTest/4.ComparisonTest (0 ms) 2022-09-27T16:45:44.7989264Z [ RUN ] SmallVectorTest/4.ConstVectorTest 2022-09-27T16:45:44.7989503Z [ OK ] SmallVectorTest/4.ConstVectorTest (0 ms) 2022-09-27T16:45:44.7989754Z [ RUN ] SmallVectorTest/4.DirectVectorTest 2022-09-27T16:45:44.7990015Z [ OK ] SmallVectorTest/4.DirectVectorTest (0 ms) 2022-09-27T16:45:44.7990264Z [ RUN ] SmallVectorTest/4.IteratorTest 2022-09-27T16:45:44.7990510Z [ OK ] SmallVectorTest/4.IteratorTest (0 ms) 2022-09-27T16:45:44.7990763Z [----------] 37 tests from SmallVectorTest/4 (0 ms total) 2022-09-27T16:45:44.7990963Z 2022-09-27T16:45:44.7991065Z [----------] 5 tests from SmallVectorTest 2022-09-27T16:45:44.7991317Z [ RUN ] SmallVectorTest.ResizeForOverwrite 2022-09-27T16:45:44.7991604Z [ OK ] SmallVectorTest.ResizeForOverwrite (0 ms) 2022-09-27T16:45:44.7991865Z [ RUN ] SmallVectorTest.MidInsert 2022-09-27T16:45:44.7992113Z [ OK ] SmallVectorTest.MidInsert (0 ms) 2022-09-27T16:45:44.7992348Z [ RUN ] SmallVectorTest.EmplaceBack 2022-09-27T16:45:44.7992605Z [ OK ] SmallVectorTest.EmplaceBack (0 ms) 2022-09-27T16:45:44.7992890Z [ RUN ] SmallVectorTest.DefaultInlinedElements 2022-09-27T16:45:44.7993196Z [ OK ] SmallVectorTest.DefaultInlinedElements (0 ms) 2022-09-27T16:45:44.7993478Z [ RUN ] SmallVectorTest.InitializerList 2022-09-27T16:45:44.7993735Z [ OK ] SmallVectorTest.InitializerList (0 ms) 2022-09-27T16:45:44.7994012Z [----------] 5 tests from SmallVectorTest (0 ms total) 2022-09-27T16:45:44.7994166Z 2022-09-27T16:45:44.7994508Z [----------] 1 test from DualSmallVectorsTest/0, where TypeParam = struct std::pair,class c10::SmallVector > 2022-09-27T16:45:44.7994956Z [ RUN ] DualSmallVectorsTest/0.MoveAssignment 2022-09-27T16:45:44.7995230Z [ OK ] DualSmallVectorsTest/0.MoveAssignment (0 ms) 2022-09-27T16:45:44.7995516Z [----------] 1 test from DualSmallVectorsTest/0 (0 ms total) 2022-09-27T16:45:44.7995678Z 2022-09-27T16:45:44.7996008Z [----------] 1 test from DualSmallVectorsTest/1, where TypeParam = struct std::pair,class c10::SmallVector > 2022-09-27T16:45:44.7996445Z [ RUN ] DualSmallVectorsTest/1.MoveAssignment 2022-09-27T16:45:44.7996706Z [ OK ] DualSmallVectorsTest/1.MoveAssignment (0 ms) 2022-09-27T16:45:44.7996989Z [----------] 1 test from DualSmallVectorsTest/1 (0 ms total) 2022-09-27T16:45:44.7997147Z 2022-09-27T16:45:44.7997473Z [----------] 1 test from DualSmallVectorsTest/2, where TypeParam = struct std::pair,class c10::SmallVector > 2022-09-27T16:45:44.7997909Z [ RUN ] DualSmallVectorsTest/2.MoveAssignment 2022-09-27T16:45:44.7998182Z [ OK ] DualSmallVectorsTest/2.MoveAssignment (0 ms) 2022-09-27T16:45:44.7998466Z [----------] 1 test from DualSmallVectorsTest/2 (0 ms total) 2022-09-27T16:45:44.7998624Z 2022-09-27T16:45:44.7998953Z [----------] 1 test from DualSmallVectorsTest/3, where TypeParam = struct std::pair,class c10::SmallVector > 2022-09-27T16:45:44.7999396Z [ RUN ] DualSmallVectorsTest/3.MoveAssignment 2022-09-27T16:45:44.7999654Z [ OK ] DualSmallVectorsTest/3.MoveAssignment (0 ms) 2022-09-27T16:45:44.7999939Z [----------] 1 test from DualSmallVectorsTest/3 (0 ms total) 2022-09-27T16:45:44.8000098Z 2022-09-27T16:45:44.8000213Z [----------] 1 test from SmallVectorCustomTest 2022-09-27T16:45:44.8000475Z [ RUN ] SmallVectorCustomTest.NoAssignTest 2022-09-27T16:45:44.8000763Z [ OK ] SmallVectorCustomTest.NoAssignTest (0 ms) 2022-09-27T16:45:44.8001099Z [----------] 1 test from SmallVectorCustomTest (0 ms total) 2022-09-27T16:45:44.8001250Z 2022-09-27T16:45:44.8001480Z [----------] 12 tests from SmallVectorReferenceInvalidationTest/0, where TypeParam = class c10::SmallVector 2022-09-27T16:45:44.8001864Z [ RUN ] SmallVectorReferenceInvalidationTest/0.PushBack 2022-09-27T16:45:44.8002195Z [ OK ] SmallVectorReferenceInvalidationTest/0.PushBack (0 ms) 2022-09-27T16:45:44.8002534Z [ RUN ] SmallVectorReferenceInvalidationTest/0.PushBackMoved 2022-09-27T16:45:44.8002886Z [ OK ] SmallVectorReferenceInvalidationTest/0.PushBackMoved (0 ms) 2022-09-27T16:45:44.8003262Z [ RUN ] SmallVectorReferenceInvalidationTest/0.Resize 2022-09-27T16:45:44.8003572Z [ OK ] SmallVectorReferenceInvalidationTest/0.Resize (0 ms) 2022-09-27T16:45:44.8003894Z [ RUN ] SmallVectorReferenceInvalidationTest/0.Append 2022-09-27T16:45:44.8004217Z [ OK ] SmallVectorReferenceInvalidationTest/0.Append (0 ms) 2022-09-27T16:45:44.8004550Z [ RUN ] SmallVectorReferenceInvalidationTest/0.AppendRange 2022-09-27T16:45:44.8004890Z [ OK ] SmallVectorReferenceInvalidationTest/0.AppendRange (0 ms) 2022-09-27T16:45:44.8005219Z [ RUN ] SmallVectorReferenceInvalidationTest/0.Assign 2022-09-27T16:45:44.8005525Z [ OK ] SmallVectorReferenceInvalidationTest/0.Assign (0 ms) 2022-09-27T16:45:44.8005849Z [ RUN ] SmallVectorReferenceInvalidationTest/0.AssignRange 2022-09-27T16:45:44.8006182Z [ OK ] SmallVectorReferenceInvalidationTest/0.AssignRange (0 ms) 2022-09-27T16:45:44.8006507Z [ RUN ] SmallVectorReferenceInvalidationTest/0.Insert 2022-09-27T16:45:44.8006826Z [ OK ] SmallVectorReferenceInvalidationTest/0.Insert (0 ms) 2022-09-27T16:45:44.8007151Z [ RUN ] SmallVectorReferenceInvalidationTest/0.InsertMoved 2022-09-27T16:45:44.8007472Z [ OK ] SmallVectorReferenceInvalidationTest/0.InsertMoved (0 ms) 2022-09-27T16:45:44.8007801Z [ RUN ] SmallVectorReferenceInvalidationTest/0.InsertN 2022-09-27T16:45:44.8008126Z [ OK ] SmallVectorReferenceInvalidationTest/0.InsertN (0 ms) 2022-09-27T16:45:44.8008456Z [ RUN ] SmallVectorReferenceInvalidationTest/0.InsertRange 2022-09-27T16:45:44.8008790Z [ OK ] SmallVectorReferenceInvalidationTest/0.InsertRange (0 ms) 2022-09-27T16:45:44.8009123Z [ RUN ] SmallVectorReferenceInvalidationTest/0.EmplaceBack 2022-09-27T16:45:44.8009443Z [ OK ] SmallVectorReferenceInvalidationTest/0.EmplaceBack (0 ms) 2022-09-27T16:45:44.8009804Z [----------] 12 tests from SmallVectorReferenceInvalidationTest/0 (0 ms total) 2022-09-27T16:45:44.8010007Z 2022-09-27T16:45:44.8010284Z [----------] 12 tests from SmallVectorReferenceInvalidationTest/1, where TypeParam = class c10::SmallVector 2022-09-27T16:45:44.8010715Z [ RUN ] SmallVectorReferenceInvalidationTest/1.PushBack 2022-09-27T16:45:44.8011047Z [ OK ] SmallVectorReferenceInvalidationTest/1.PushBack (0 ms) 2022-09-27T16:45:44.8011384Z [ RUN ] SmallVectorReferenceInvalidationTest/1.PushBackMoved 2022-09-27T16:45:44.8011812Z [ OK ] SmallVectorReferenceInvalidationTest/1.PushBackMoved (0 ms) 2022-09-27T16:45:44.8012135Z [ RUN ] SmallVectorReferenceInvalidationTest/1.Resize 2022-09-27T16:45:44.8012456Z [ OK ] SmallVectorReferenceInvalidationTest/1.Resize (0 ms) 2022-09-27T16:45:44.8012778Z [ RUN ] SmallVectorReferenceInvalidationTest/1.Append 2022-09-27T16:45:44.8013099Z [ OK ] SmallVectorReferenceInvalidationTest/1.Append (0 ms) 2022-09-27T16:45:44.8013430Z [ RUN ] SmallVectorReferenceInvalidationTest/1.AppendRange 2022-09-27T16:45:44.8013775Z [ OK ] SmallVectorReferenceInvalidationTest/1.AppendRange (0 ms) 2022-09-27T16:45:44.8014091Z [ RUN ] SmallVectorReferenceInvalidationTest/1.Assign 2022-09-27T16:45:44.8014522Z [ OK ] SmallVectorReferenceInvalidationTest/1.Assign (0 ms) 2022-09-27T16:45:44.8014856Z [ RUN ] SmallVectorReferenceInvalidationTest/1.AssignRange 2022-09-27T16:45:44.8015253Z [ OK ] SmallVectorReferenceInvalidationTest/1.AssignRange (0 ms) 2022-09-27T16:45:44.8015582Z [ RUN ] SmallVectorReferenceInvalidationTest/1.Insert 2022-09-27T16:45:44.8015902Z [ OK ] SmallVectorReferenceInvalidationTest/1.Insert (0 ms) 2022-09-27T16:45:44.8016214Z [ RUN ] SmallVectorReferenceInvalidationTest/1.InsertMoved 2022-09-27T16:45:44.8016547Z [ OK ] SmallVectorReferenceInvalidationTest/1.InsertMoved (0 ms) 2022-09-27T16:45:44.8016882Z [ RUN ] SmallVectorReferenceInvalidationTest/1.InsertN 2022-09-27T16:45:44.8017205Z [ OK ] SmallVectorReferenceInvalidationTest/1.InsertN (0 ms) 2022-09-27T16:45:44.8017578Z [ RUN ] SmallVectorReferenceInvalidationTest/1.InsertRange 2022-09-27T16:45:44.8017900Z [ OK ] SmallVectorReferenceInvalidationTest/1.InsertRange (0 ms) 2022-09-27T16:45:44.8018234Z [ RUN ] SmallVectorReferenceInvalidationTest/1.EmplaceBack 2022-09-27T16:45:44.8018572Z [ OK ] SmallVectorReferenceInvalidationTest/1.EmplaceBack (0 ms) 2022-09-27T16:45:44.8018934Z [----------] 12 tests from SmallVectorReferenceInvalidationTest/1 (0 ms total) 2022-09-27T16:45:44.8019136Z 2022-09-27T16:45:44.8019413Z [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/0, where TypeParam = class c10::SmallVector,3> 2022-09-27T16:45:44.8019868Z [ RUN ] SmallVectorInternalReferenceInvalidationTest/0.EmplaceBack 2022-09-27T16:45:44.8020253Z [ OK ] SmallVectorInternalReferenceInvalidationTest/0.EmplaceBack (0 ms) 2022-09-27T16:45:44.8020643Z [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/0 (0 ms total) 2022-09-27T16:45:44.8020870Z 2022-09-27T16:45:44.8021224Z [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/1, where TypeParam = class c10::SmallVector,3> 2022-09-27T16:45:44.8021751Z [ RUN ] SmallVectorInternalReferenceInvalidationTest/1.EmplaceBack 2022-09-27T16:45:44.8022138Z [ OK ] SmallVectorInternalReferenceInvalidationTest/1.EmplaceBack (0 ms) 2022-09-27T16:45:44.8022540Z [----------] 1 test from SmallVectorInternalReferenceInvalidationTest/1 (0 ms total) 2022-09-27T16:45:44.8022758Z 2022-09-27T16:45:44.8022870Z [----------] Global test environment tear-down 2022-09-27T16:45:44.8023132Z [==========] 221 tests from 15 test suites ran. (2 ms total) 2022-09-27T16:45:44.8023343Z [ PASSED ] 221 tests. 2022-09-27T16:45:44.8023653Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_StreamGuard_test.exe" 2022-09-27T16:45:44.8080416Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:44.8080778Z [==========] Running 0 tests from 0 test suites. 2022-09-27T16:45:44.8089749Z [==========] 0 tests from 0 test suites ran. (0 ms total) 2022-09-27T16:45:44.8089980Z [ PASSED ] 0 tests. 2022-09-27T16:45:44.8136324Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_string_view_test.exe" 2022-09-27T16:45:44.8218285Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:44.8218631Z [==========] Running 18 tests from 1 test suite. 2022-09-27T16:45:44.8218886Z [----------] Global test environment set-up. 2022-09-27T16:45:44.8219129Z [----------] 18 tests from StringViewTest 2022-09-27T16:45:44.8219390Z [ RUN ] StringViewTest.testStringConstructor 2022-09-27T16:45:44.8219693Z [ OK ] StringViewTest.testStringConstructor (0 ms) 2022-09-27T16:45:44.8219999Z [ RUN ] StringViewTest.testConversionToString 2022-09-27T16:45:44.8220291Z [ OK ] StringViewTest.testConversionToString (0 ms) 2022-09-27T16:45:44.8220582Z [ RUN ] StringViewTest.testCopyAssignment 2022-09-27T16:45:44.8220864Z [ OK ] StringViewTest.testCopyAssignment (0 ms) 2022-09-27T16:45:44.8221333Z [ RUN ] StringViewTest.whenCallingAccessOperatorOutOfRange_thenThrows 2022-09-27T16:45:44.8221771Z [ OK ] StringViewTest.whenCallingAccessOperatorOutOfRange_thenThrows (0 ms) 2022-09-27T16:45:44.8222148Z [ RUN ] StringViewTest.whenRemovingValidPrefix_thenWorks 2022-09-27T16:45:44.8222473Z [ OK ] StringViewTest.whenRemovingValidPrefix_thenWorks (0 ms) 2022-09-27T16:45:44.8222821Z [ RUN ] StringViewTest.whenRemovingTooLargePrefix_thenThrows 2022-09-27T16:45:44.8223181Z [ OK ] StringViewTest.whenRemovingTooLargePrefix_thenThrows (0 ms) 2022-09-27T16:45:44.8223529Z [ RUN ] StringViewTest.whenRemovingValidSuffix_thenWorks 2022-09-27T16:45:44.8223919Z [ OK ] StringViewTest.whenRemovingValidSuffix_thenWorks (0 ms) 2022-09-27T16:45:44.8224266Z [ RUN ] StringViewTest.whenRemovingTooLargeSuffix_thenThrows 2022-09-27T16:45:44.8224607Z [ OK ] StringViewTest.whenRemovingTooLargeSuffix_thenThrows (0 ms) 2022-09-27T16:45:44.8224920Z [ RUN ] StringViewTest.testSwapFunction 2022-09-27T16:45:44.8225196Z [ OK ] StringViewTest.testSwapFunction (0 ms) 2022-09-27T16:45:44.8225468Z [ RUN ] StringViewTest.testSwapMethod 2022-09-27T16:45:44.8225733Z [ OK ] StringViewTest.testSwapMethod (0 ms) 2022-09-27T16:45:44.8226081Z [ RUN ] StringViewTest.whenCopyingFullStringView_thenDestinationHasCorrectData 2022-09-27T16:45:44.8226493Z [ OK ] StringViewTest.whenCopyingFullStringView_thenDestinationHasCorrectData (0 ms) 2022-09-27T16:45:44.8226900Z [ RUN ] StringViewTest.whenCopyingSubstr_thenDestinationHasCorrectData 2022-09-27T16:45:44.8227286Z [ OK ] StringViewTest.whenCopyingSubstr_thenDestinationHasCorrectData (0 ms) 2022-09-27T16:45:44.8227654Z [ RUN ] StringViewTest.whenCopyingTooMuch_thenJustCopiesLess 2022-09-27T16:45:44.8227997Z [ OK ] StringViewTest.whenCopyingTooMuch_thenJustCopiesLess (0 ms) 2022-09-27T16:45:44.8228345Z [ RUN ] StringViewTest.whenCopyingJustAtRange_thenDoesntCrash 2022-09-27T16:45:44.8228686Z [ OK ] StringViewTest.whenCopyingJustAtRange_thenDoesntCrash (0 ms) 2022-09-27T16:45:44.8229031Z [ RUN ] StringViewTest.whenCopyingOutOfRange_thenThrows 2022-09-27T16:45:44.8229358Z [ OK ] StringViewTest.whenCopyingOutOfRange_thenThrows (0 ms) 2022-09-27T16:45:44.8229545Z [ RUN ] StringViewTest.whenCallingSubstrWithPosOutOfRange_thenThrows 2022-09-27T16:45:44.8229744Z [ OK ] StringViewTest.whenCallingSubstrWithPosOutOfRange_thenThrows (0 ms) 2022-09-27T16:45:44.8229868Z [ RUN ] StringViewTest.testOutputOperator 2022-09-27T16:45:44.8230003Z [ OK ] StringViewTest.testOutputOperator (0 ms) 2022-09-27T16:45:44.8230099Z [ RUN ] StringViewTest.testHash 2022-09-27T16:45:44.8230212Z [ OK ] StringViewTest.testHash (0 ms) 2022-09-27T16:45:44.8230335Z [----------] 18 tests from StringViewTest (0 ms total) 2022-09-27T16:45:44.8230343Z 2022-09-27T16:45:44.8230454Z [----------] Global test environment tear-down 2022-09-27T16:45:44.8233495Z [==========] 18 tests from 1 test suite ran. (0 ms total) 2022-09-27T16:45:44.8233582Z [ PASSED ] 18 tests. 2022-09-27T16:45:44.8278767Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_SymInt_test.exe" 2022-09-27T16:45:44.8373059Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:44.8373160Z [==========] Running 3 tests from 1 test suite. 2022-09-27T16:45:44.8373290Z [----------] Global test environment set-up. 2022-09-27T16:45:44.8373389Z [----------] 3 tests from SymIntTest 2022-09-27T16:45:44.8373489Z [ RUN ] SymIntTest.ConcreteInts 2022-09-27T16:45:44.8373610Z [ OK ] SymIntTest.ConcreteInts (0 ms) 2022-09-27T16:45:44.8373699Z [ RUN ] SymIntTest.AddNode 2022-09-27T16:45:44.8373795Z [ OK ] SymIntTest.AddNode (0 ms) 2022-09-27T16:45:44.8373887Z [ RUN ] SymIntTest.CheckRange 2022-09-27T16:45:44.8373993Z [ OK ] SymIntTest.CheckRange (0 ms) 2022-09-27T16:45:44.8374216Z [----------] 3 tests from SymIntTest (0 ms total) 2022-09-27T16:45:44.8374226Z 2022-09-27T16:45:44.8374341Z [----------] Global test environment tear-down 2022-09-27T16:45:44.8383015Z [==========] 3 tests from 1 test suite ran. (0 ms total) 2022-09-27T16:45:44.8383099Z [ PASSED ] 3 tests. 2022-09-27T16:45:44.8428616Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_Synchronized_test.exe" 2022-09-27T16:45:44.8509170Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:44.8509294Z [==========] Running 2 tests from 1 test suite. 2022-09-27T16:45:44.8509538Z [----------] Global test environment set-up. 2022-09-27T16:45:44.8509637Z [----------] 2 tests from Synchronized 2022-09-27T16:45:44.8509777Z [ RUN ] Synchronized.TestSingleThreadExecution 2022-09-27T16:45:44.8509916Z [ OK ] Synchronized.TestSingleThreadExecution (0 ms) 2022-09-27T16:45:44.8510058Z [ RUN ] Synchronized.TestMultiThreadedExecution 2022-09-27T16:45:44.8550312Z [ OK ] Synchronized.TestMultiThreadedExecution (4 ms) 2022-09-27T16:45:44.8550447Z [----------] 2 tests from Synchronized (4 ms total) 2022-09-27T16:45:44.8550454Z 2022-09-27T16:45:44.8550570Z [----------] Global test environment tear-down 2022-09-27T16:45:44.8560690Z [==========] 2 tests from 1 test suite ran. (4 ms total) 2022-09-27T16:45:44.8560828Z [ PASSED ] 2 tests. 2022-09-27T16:45:44.8602559Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_tempfile_test.exe" 2022-09-27T16:45:44.8692022Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:44.8692152Z [==========] Running 1 test from 1 test suite. 2022-09-27T16:45:44.8692268Z [----------] Global test environment set-up. 2022-09-27T16:45:44.8692368Z [----------] 1 test from TempDirTest 2022-09-27T16:45:44.8692477Z [ RUN ] TempDirTest.tryMakeTempdir 2022-09-27T16:45:44.8698264Z [ OK ] TempDirTest.tryMakeTempdir (0 ms) 2022-09-27T16:45:44.8698386Z [----------] 1 test from TempDirTest (0 ms total) 2022-09-27T16:45:44.8698393Z 2022-09-27T16:45:44.8698507Z [----------] Global test environment tear-down 2022-09-27T16:45:44.8704260Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-09-27T16:45:44.8704343Z [ PASSED ] 1 test. 2022-09-27T16:45:44.8749789Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_ThreadLocal_test.exe" 2022-09-27T16:45:44.8830631Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:44.8830781Z [==========] Running 12 tests from 2 test suites. 2022-09-27T16:45:44.8830897Z [----------] Global test environment set-up. 2022-09-27T16:45:44.8830993Z [----------] 1 test from ThreadLocal 2022-09-27T16:45:44.8831115Z [ RUN ] ThreadLocal.TestNoOpScopeWithOneVar 2022-09-27T16:45:44.8831262Z [ OK ] ThreadLocal.TestNoOpScopeWithOneVar (0 ms) 2022-09-27T16:45:44.8831382Z [----------] 1 test from ThreadLocal (0 ms total) 2022-09-27T16:45:44.8831390Z 2022-09-27T16:45:44.8831496Z [----------] 11 tests from ThreadLocalTest 2022-09-27T16:45:44.8831639Z [ RUN ] ThreadLocalTest.TestNoOpScopeWithTwoVars 2022-09-27T16:45:44.8831797Z [ OK ] ThreadLocalTest.TestNoOpScopeWithTwoVars (0 ms) 2022-09-27T16:45:44.8831927Z [ RUN ] ThreadLocalTest.TestScopeWithOneVar 2022-09-27T16:45:44.8832069Z [ OK ] ThreadLocalTest.TestScopeWithOneVar (0 ms) 2022-09-27T16:45:44.8832201Z [ RUN ] ThreadLocalTest.TestScopeWithTwoVars 2022-09-27T16:45:44.8832342Z [ OK ] ThreadLocalTest.TestScopeWithTwoVars (0 ms) 2022-09-27T16:45:44.8832488Z [ RUN ] ThreadLocalTest.TestInnerScopeWithTwoVars 2022-09-27T16:45:44.8832651Z [ OK ] ThreadLocalTest.TestInnerScopeWithTwoVars (0 ms) 2022-09-27T16:45:44.8832767Z [ RUN ] ThreadLocalTest.TestClassScope 2022-09-27T16:45:44.8832893Z [ OK ] ThreadLocalTest.TestClassScope (0 ms) 2022-09-27T16:45:44.8833138Z [ RUN ] ThreadLocalTest.TestTwoGlobalScopeVars 2022-09-27T16:45:44.8833289Z [ OK ] ThreadLocalTest.TestTwoGlobalScopeVars (0 ms) 2022-09-27T16:45:44.8833429Z [ RUN ] ThreadLocalTest.TestGlobalWithLocalScopeVars 2022-09-27T16:45:44.8833597Z [ OK ] ThreadLocalTest.TestGlobalWithLocalScopeVars (0 ms) 2022-09-27T16:45:44.8833748Z [ RUN ] ThreadLocalTest.TestThreadWithLocalScopeVar 2022-09-27T16:45:44.8837768Z [ OK ] ThreadLocalTest.TestThreadWithLocalScopeVar (0 ms) 2022-09-27T16:45:44.8837924Z [ RUN ] ThreadLocalTest.TestThreadWithGlobalScopeVar 2022-09-27T16:45:44.8839061Z [ OK ] ThreadLocalTest.TestThreadWithGlobalScopeVar (0 ms) 2022-09-27T16:45:44.8839201Z [ RUN ] ThreadLocalTest.TestObjectsAreReleased 2022-09-27T16:45:44.8840263Z [ OK ] ThreadLocalTest.TestObjectsAreReleased (0 ms) 2022-09-27T16:45:44.8840472Z [ RUN ] ThreadLocalTest.TestObjectsAreReleasedByNonstaticThreadLocal 2022-09-27T16:45:44.8841415Z [ OK ] ThreadLocalTest.TestObjectsAreReleasedByNonstaticThreadLocal (0 ms) 2022-09-27T16:45:44.8841548Z [----------] 11 tests from ThreadLocalTest (1 ms total) 2022-09-27T16:45:44.8841556Z 2022-09-27T16:45:44.8841669Z [----------] Global test environment tear-down 2022-09-27T16:45:44.8853585Z [==========] 12 tests from 2 test suites ran. (1 ms total) 2022-09-27T16:45:44.8853669Z [ PASSED ] 12 tests. 2022-09-27T16:45:44.8892897Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_typeid_test.exe" 2022-09-27T16:45:44.8983910Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:44.8984038Z [==========] Running 5 tests from 1 test suite. 2022-09-27T16:45:44.8984160Z [----------] Global test environment set-up. 2022-09-27T16:45:44.8984262Z [----------] 5 tests from TypeMetaTest 2022-09-27T16:45:44.8984372Z [ RUN ] TypeMetaTest.TypeMetaStatic 2022-09-27T16:45:44.8984499Z [ OK ] TypeMetaTest.TypeMetaStatic (0 ms) 2022-09-27T16:45:44.8984588Z [ RUN ] TypeMetaTest.Names 2022-09-27T16:45:44.8984695Z [ OK ] TypeMetaTest.Names (0 ms) 2022-09-27T16:45:44.8984788Z [ RUN ] TypeMetaTest.TypeMeta 2022-09-27T16:45:44.8984881Z [ OK ] TypeMetaTest.TypeMeta (0 ms) 2022-09-27T16:45:44.8984990Z [ RUN ] TypeMetaTest.CtorDtorAndCopy 2022-09-27T16:45:44.8985112Z [ OK ] TypeMetaTest.CtorDtorAndCopy (0 ms) 2022-09-27T16:45:44.8985227Z [ RUN ] TypeMetaTest.Float16IsNotUint16 2022-09-27T16:45:44.8985353Z [ OK ] TypeMetaTest.Float16IsNotUint16 (0 ms) 2022-09-27T16:45:44.8985470Z [----------] 5 tests from TypeMetaTest (0 ms total) 2022-09-27T16:45:44.8985479Z 2022-09-27T16:45:44.8985592Z [----------] Global test environment tear-down 2022-09-27T16:45:44.8994514Z [==========] 5 tests from 1 test suite ran. (0 ms total) 2022-09-27T16:45:44.8994596Z [ PASSED ] 5 tests. 2022-09-27T16:45:44.9040539Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeIndex_test.exe" 2022-09-27T16:45:44.9122472Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:44.9122598Z [==========] Running 7 tests from 1 test suite. 2022-09-27T16:45:44.9122715Z [----------] Global test environment set-up. 2022-09-27T16:45:44.9122812Z [----------] 7 tests from TypeIndex 2022-09-27T16:45:44.9122911Z [ RUN ] TypeIndex.TopLevelName 2022-09-27T16:45:44.9123022Z [ OK ] TypeIndex.TopLevelName (0 ms) 2022-09-27T16:45:44.9123115Z [ RUN ] TypeIndex.NestedName 2022-09-27T16:45:44.9123205Z [ OK ] TypeIndex.NestedName (0 ms) 2022-09-27T16:45:44.9123335Z [ RUN ] TypeIndex.TypeTemplateParameter 2022-09-27T16:45:44.9123469Z [ OK ] TypeIndex.TypeTemplateParameter (0 ms) 2022-09-27T16:45:44.9123599Z [ RUN ] TypeIndex.NonTypeTemplateParameter 2022-09-27T16:45:44.9123741Z [ OK ] TypeIndex.NonTypeTemplateParameter (0 ms) 2022-09-27T16:45:44.9123989Z [ RUN ] TypeIndex.TypeComputationsAreResolved 2022-09-27T16:45:44.9124141Z [ OK ] TypeIndex.TypeComputationsAreResolved (0 ms) 2022-09-27T16:45:44.9124309Z [ RUN ] TypeIndex.FunctionTypeComputationsAreResolved 2022-09-27T16:45:44.9124480Z [ OK ] TypeIndex.FunctionTypeComputationsAreResolved (0 ms) 2022-09-27T16:45:44.9124614Z [ RUN ] TypeIndex.FunctionArgumentsAndReturns 2022-09-27T16:45:44.9124761Z [ OK ] TypeIndex.FunctionArgumentsAndReturns (0 ms) 2022-09-27T16:45:44.9124875Z [----------] 7 tests from TypeIndex (0 ms total) 2022-09-27T16:45:44.9124883Z 2022-09-27T16:45:44.9124996Z [----------] Global test environment tear-down 2022-09-27T16:45:44.9134102Z [==========] 7 tests from 1 test suite ran. (0 ms total) 2022-09-27T16:45:44.9134187Z [ PASSED ] 7 tests. 2022-09-27T16:45:44.9179086Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeList_test.exe" 2022-09-27T16:45:44.9259498Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:44.9259613Z [==========] Running 4 tests from 1 test suite. 2022-09-27T16:45:44.9259741Z [----------] Global test environment set-up. 2022-09-27T16:45:44.9259831Z [----------] 4 tests from TypeListTest 2022-09-27T16:45:44.9259968Z [ RUN ] TypeListTest.MapTypesToValues_sametype 2022-09-27T16:45:44.9260110Z [ OK ] TypeListTest.MapTypesToValues_sametype (0 ms) 2022-09-27T16:45:44.9260250Z [ RUN ] TypeListTest.MapTypesToValues_differenttypes 2022-09-27T16:45:44.9260405Z [ OK ] TypeListTest.MapTypesToValues_differenttypes (0 ms) 2022-09-27T16:45:44.9260537Z [ RUN ] TypeListTest.MapTypesToValues_members 2022-09-27T16:45:44.9260674Z [ OK ] TypeListTest.MapTypesToValues_members (0 ms) 2022-09-27T16:45:44.9260801Z [ RUN ] TypeListTest.MapTypesToValues_empty 2022-09-27T16:45:44.9260934Z [ OK ] TypeListTest.MapTypesToValues_empty (0 ms) 2022-09-27T16:45:44.9261056Z [----------] 4 tests from TypeListTest (0 ms total) 2022-09-27T16:45:44.9261064Z 2022-09-27T16:45:44.9261176Z [----------] Global test environment tear-down 2022-09-27T16:45:44.9270416Z [==========] 4 tests from 1 test suite ran. (0 ms total) 2022-09-27T16:45:44.9270499Z [ PASSED ] 4 tests. 2022-09-27T16:45:44.9314698Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\c10_TypeTraits_test.exe" 2022-09-27T16:45:44.9394400Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:44.9394518Z [==========] Running 0 tests from 0 test suites. 2022-09-27T16:45:44.9403447Z [==========] 0 tests from 0 test suites ran. (0 ms total) 2022-09-27T16:45:44.9403527Z [ PASSED ] 0 tests. 2022-09-27T16:45:44.9448197Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\CppSignature_test.exe" 2022-09-27T16:45:45.2815955Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:45.2816329Z [==========] Running 5 tests from 1 test suite. 2022-09-27T16:45:45.2816586Z [----------] Global test environment set-up. 2022-09-27T16:45:45.2816835Z [----------] 5 tests from CppSignatureTest 2022-09-27T16:45:45.2817111Z [ RUN ] CppSignatureTest.given_equalSignature_then_areEqual 2022-09-27T16:45:45.2817418Z [ OK ] CppSignatureTest.given_equalSignature_then_areEqual (0 ms) 2022-09-27T16:45:45.2817757Z [ RUN ] CppSignatureTest.given_differentSignature_then_areDifferent 2022-09-27T16:45:45.2818105Z [ OK ] CppSignatureTest.given_differentSignature_then_areDifferent (0 ms) 2022-09-27T16:45:45.2818456Z [ RUN ] CppSignatureTest.given_equalFunctorAndFunction_then_areEqual 2022-09-27T16:45:45.2818807Z [ OK ] CppSignatureTest.given_equalFunctorAndFunction_then_areEqual (0 ms) 2022-09-27T16:45:45.2819172Z [ RUN ] CppSignatureTest.given_differentFunctorAndFunction_then_areDifferent 2022-09-27T16:45:45.2819709Z [ OK ] CppSignatureTest.given_differentFunctorAndFunction_then_areDifferent (0 ms) 2022-09-27T16:45:45.2820078Z [ RUN ] CppSignatureTest.given_cppSignature_then_canQueryNameWithoutCrashing 2022-09-27T16:45:45.2820459Z [ OK ] CppSignatureTest.given_cppSignature_then_canQueryNameWithoutCrashing (0 ms) 2022-09-27T16:45:45.2820796Z [----------] 5 tests from CppSignatureTest (0 ms total) 2022-09-27T16:45:45.2820956Z 2022-09-27T16:45:45.2821068Z [----------] Global test environment tear-down 2022-09-27T16:45:45.2828510Z [==========] 5 tests from 1 test suite ran. (0 ms total) 2022-09-27T16:45:45.2828743Z [ PASSED ] 5 tests. 2022-09-27T16:45:45.3520507Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_generator_test.exe" 2022-09-27T16:45:45.6886676Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:45.6887061Z [==========] Running 15 tests from 1 test suite. 2022-09-27T16:45:45.6887337Z [----------] Global test environment set-up. 2022-09-27T16:45:45.6887587Z [----------] 15 tests from CPUGeneratorImpl 2022-09-27T16:45:45.6887872Z [ RUN ] CPUGeneratorImpl.TestGeneratorDynamicCast 2022-09-27T16:45:45.6888204Z [ OK ] CPUGeneratorImpl.TestGeneratorDynamicCast (0 ms) 2022-09-27T16:45:45.6888508Z [ RUN ] CPUGeneratorImpl.TestDefaultGenerator 2022-09-27T16:45:45.6888815Z [ OK ] CPUGeneratorImpl.TestDefaultGenerator (0 ms) 2022-09-27T16:45:45.6889097Z [ RUN ] CPUGeneratorImpl.TestCloning 2022-09-27T16:45:45.6889356Z [ OK ] CPUGeneratorImpl.TestCloning (0 ms) 2022-09-27T16:45:45.6889685Z [ RUN ] CPUGeneratorImpl.TestMultithreadingGetEngineOperator 2022-09-27T16:45:45.6893860Z [ OK ] CPUGeneratorImpl.TestMultithreadingGetEngineOperator (0 ms) 2022-09-27T16:45:45.6894212Z [ RUN ] CPUGeneratorImpl.TestGetSetCurrentSeed 2022-09-27T16:45:45.6894527Z [ OK ] CPUGeneratorImpl.TestGetSetCurrentSeed (0 ms) 2022-09-27T16:45:45.6894879Z [ RUN ] CPUGeneratorImpl.TestMultithreadingGetSetCurrentSeed 2022-09-27T16:45:45.6896689Z [ OK ] CPUGeneratorImpl.TestMultithreadingGetSetCurrentSeed (0 ms) 2022-09-27T16:45:45.6897035Z [ RUN ] CPUGeneratorImpl.TestRNGForking 2022-09-27T16:45:45.6910361Z [ OK ] CPUGeneratorImpl.TestRNGForking (1 ms) 2022-09-27T16:45:45.6910707Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineReproducibility 2022-09-27T16:45:45.6911065Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineReproducibility (0 ms) 2022-09-27T16:45:45.6911412Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset1 2022-09-27T16:45:45.6911740Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset1 (0 ms) 2022-09-27T16:45:45.6912058Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset2 2022-09-27T16:45:45.6912374Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset2 (0 ms) 2022-09-27T16:45:45.6912687Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset3 2022-09-27T16:45:45.6912991Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset3 (0 ms) 2022-09-27T16:45:45.6913302Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineIndex 2022-09-27T16:45:45.6913615Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineIndex (0 ms) 2022-09-27T16:45:45.6913956Z [ RUN ] CPUGeneratorImpl.TestMT19937EngineReproducibility 2022-09-27T16:45:45.6914315Z [ OK ] CPUGeneratorImpl.TestMT19937EngineReproducibility (0 ms) 2022-09-27T16:45:45.6914693Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineReproducibilityRandN 2022-09-27T16:45:45.6915079Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineReproducibilityRandN (0 ms) 2022-09-27T16:45:45.6915443Z [ RUN ] CPUGeneratorImpl.TestPhiloxDeterministic 2022-09-27T16:45:45.6915769Z [ OK ] CPUGeneratorImpl.TestPhiloxDeterministic (0 ms) 2022-09-27T16:45:45.6916078Z [----------] 15 tests from CPUGeneratorImpl (2 ms total) 2022-09-27T16:45:45.6916235Z 2022-09-27T16:45:45.6916348Z [----------] Global test environment tear-down 2022-09-27T16:45:45.6927773Z [==========] 15 tests from 1 test suite ran. (2 ms total) 2022-09-27T16:45:45.6927989Z [ PASSED ] 15 tests. 2022-09-27T16:45:45.7609703Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_profiling_allocator_test.exe" 2022-09-27T16:45:46.0936828Z [==========] Running 2 tests from 1 test suite. 2022-09-27T16:45:46.0937145Z [----------] Global test environment set-up. 2022-09-27T16:45:46.0937410Z [----------] 2 tests from CPUAllocationPlanTest 2022-09-27T16:45:46.0937692Z [ RUN ] CPUAllocationPlanTest.with_control_flow 2022-09-27T16:45:46.1012165Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-09-27T16:45:46.1023403Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-09-27T16:45:46.1034539Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-09-27T16:45:46.1045589Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-09-27T16:45:46.1056819Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-09-27T16:45:46.1067938Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-09-27T16:45:46.1079061Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-09-27T16:45:46.1090267Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-09-27T16:45:46.1101366Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-09-27T16:45:46.1112411Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:3, Recorded size of the requested allocation:2596688, but got:88 (function validate_allocation) 2022-09-27T16:45:46.1134619Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-09-27T16:45:46.1145321Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-09-27T16:45:46.1155552Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-09-27T16:45:46.1165914Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-09-27T16:45:46.1176618Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-09-27T16:45:46.1187053Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-09-27T16:45:46.1197471Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-09-27T16:45:46.1207917Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-09-27T16:45:46.1218484Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-09-27T16:45:46.1228988Z [W C:\actions-runner\_work\pytorch\pytorch\c10\mobile\CPUProfilingAllocator.cpp:293] Warning: Allocation request does not match plan:Allocation id:0, Number of recorded allocations:6, Recorded size of the requested allocation:88, but got:2596688 (function validate_allocation) 2022-09-27T16:45:46.1468853Z [ OK ] CPUAllocationPlanTest.with_control_flow (53 ms) 2022-09-27T16:45:46.1469519Z [ RUN ] CPUAllocationPlanTest.with_profiling_alloc 2022-09-27T16:45:46.8181356Z [ OK ] CPUAllocationPlanTest.with_profiling_alloc (671 ms) 2022-09-27T16:45:46.8181922Z [----------] 2 tests from CPUAllocationPlanTest (724 ms total) 2022-09-27T16:45:46.8182187Z 2022-09-27T16:45:46.8182364Z [----------] Global test environment tear-down 2022-09-27T16:45:46.8194062Z [==========] 2 tests from 1 test suite ran. (724 ms total) 2022-09-27T16:45:46.8194397Z [ PASSED ] 2 tests. 2022-09-27T16:45:46.8964147Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\cpu_rng_test.exe" 2022-09-27T16:45:47.2334412Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:47.2334795Z [==========] Running 22 tests from 1 test suite. 2022-09-27T16:45:47.2335034Z [----------] Global test environment set-up. 2022-09-27T16:45:47.2335266Z [----------] 22 tests from RNGTest 2022-09-27T16:45:47.2335488Z [ RUN ] RNGTest.RandomFromTo 2022-09-27T16:45:47.2529515Z [ OK ] RNGTest.RandomFromTo (19 ms) 2022-09-27T16:45:47.2529749Z [ RUN ] RNGTest.Random 2022-09-27T16:45:47.2547023Z [ OK ] RNGTest.Random (1 ms) 2022-09-27T16:45:47.2547237Z [ RUN ] RNGTest.Random64bits 2022-09-27T16:45:47.2547591Z [ OK ] RNGTest.Random64bits (0 ms) 2022-09-27T16:45:47.2548004Z [ RUN ] RNGTest.Normal 2022-09-27T16:45:47.2548671Z [ OK ] RNGTest.Normal (0 ms) 2022-09-27T16:45:47.2548897Z [ RUN ] RNGTest.Normal_float_Tensor_out 2022-09-27T16:45:47.2568340Z [ OK ] RNGTest.Normal_float_Tensor_out (1 ms) 2022-09-27T16:45:47.2568576Z [ RUN ] RNGTest.Normal_Tensor_float_out 2022-09-27T16:45:47.2569004Z [ OK ] RNGTest.Normal_Tensor_float_out (0 ms) 2022-09-27T16:45:47.2569253Z [ RUN ] RNGTest.Normal_Tensor_Tensor_out 2022-09-27T16:45:47.2570130Z [ OK ] RNGTest.Normal_Tensor_Tensor_out (0 ms) 2022-09-27T16:45:47.2570369Z [ RUN ] RNGTest.Normal_float_Tensor 2022-09-27T16:45:47.2571309Z [ OK ] RNGTest.Normal_float_Tensor (0 ms) 2022-09-27T16:45:47.2571598Z [ RUN ] RNGTest.Normal_Tensor_float 2022-09-27T16:45:47.2571883Z [ OK ] RNGTest.Normal_Tensor_float (0 ms) 2022-09-27T16:45:47.2572114Z [ RUN ] RNGTest.Normal_Tensor_Tensor 2022-09-27T16:45:47.2572998Z [ OK ] RNGTest.Normal_Tensor_Tensor (0 ms) 2022-09-27T16:45:47.2573226Z [ RUN ] RNGTest.Uniform 2022-09-27T16:45:47.2573738Z [ OK ] RNGTest.Uniform (0 ms) 2022-09-27T16:45:47.2573946Z [ RUN ] RNGTest.Cauchy 2022-09-27T16:45:47.2574512Z [ OK ] RNGTest.Cauchy (0 ms) 2022-09-27T16:45:47.2574722Z [ RUN ] RNGTest.LogNormal 2022-09-27T16:45:47.2575255Z [ OK ] RNGTest.LogNormal (0 ms) 2022-09-27T16:45:47.2575470Z [ RUN ] RNGTest.Geometric 2022-09-27T16:45:47.2575990Z [ OK ] RNGTest.Geometric (0 ms) 2022-09-27T16:45:47.2576213Z [ RUN ] RNGTest.Exponential 2022-09-27T16:45:47.2576609Z [ OK ] RNGTest.Exponential (0 ms) 2022-09-27T16:45:47.2576825Z [ RUN ] RNGTest.Bernoulli_Tensor 2022-09-27T16:45:47.2577503Z [ OK ] RNGTest.Bernoulli_Tensor (0 ms) 2022-09-27T16:45:47.2577729Z [ RUN ] RNGTest.Bernoulli_scalar 2022-09-27T16:45:47.2578092Z [ OK ] RNGTest.Bernoulli_scalar (0 ms) 2022-09-27T16:45:47.2578310Z [ RUN ] RNGTest.Bernoulli 2022-09-27T16:45:47.2578839Z [ OK ] RNGTest.Bernoulli (0 ms) 2022-09-27T16:45:47.2579041Z [ RUN ] RNGTest.Bernoulli_2 2022-09-27T16:45:47.2579348Z [ OK ] RNGTest.Bernoulli_2 (0 ms) 2022-09-27T16:45:47.2579567Z [ RUN ] RNGTest.Bernoulli_p 2022-09-27T16:45:47.2580074Z [ OK ] RNGTest.Bernoulli_p (0 ms) 2022-09-27T16:45:47.2580295Z [ RUN ] RNGTest.Bernoulli_p_2 2022-09-27T16:45:47.2580563Z [ OK ] RNGTest.Bernoulli_p_2 (0 ms) 2022-09-27T16:45:47.2580781Z [ RUN ] RNGTest.Bernoulli_out 2022-09-27T16:45:47.2581332Z [ OK ] RNGTest.Bernoulli_out (0 ms) 2022-09-27T16:45:47.2581575Z [----------] 22 tests from RNGTest (24 ms total) 2022-09-27T16:45:47.2581721Z 2022-09-27T16:45:47.2581834Z [----------] Global test environment tear-down 2022-09-27T16:45:47.2595237Z [==========] 22 tests from 1 test suite ran. (24 ms total) 2022-09-27T16:45:47.2595452Z [ PASSED ] 22 tests. 2022-09-27T16:45:47.3318037Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dict_test.exe" 2022-09-27T16:45:47.6654032Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:47.6654411Z [==========] Running 47 tests from 2 test suites. 2022-09-27T16:45:47.6654677Z [----------] Global test environment set-up. 2022-09-27T16:45:47.6654907Z [----------] 46 tests from DictTest 2022-09-27T16:45:47.6655192Z [ RUN ] DictTest.givenEmptyDict_whenCallingEmpty_thenReturnsTrue 2022-09-27T16:45:47.6655535Z [ OK ] DictTest.givenEmptyDict_whenCallingEmpty_thenReturnsTrue (0 ms) 2022-09-27T16:45:47.6655875Z [ RUN ] DictTest.givenNonemptyDict_whenCallingEmpty_thenReturnsFalse 2022-09-27T16:45:47.6656239Z [ OK ] DictTest.givenNonemptyDict_whenCallingEmpty_thenReturnsFalse (0 ms) 2022-09-27T16:45:47.6656585Z [ RUN ] DictTest.givenEmptyDict_whenCallingSize_thenReturnsZero 2022-09-27T16:45:47.6656922Z [ OK ] DictTest.givenEmptyDict_whenCallingSize_thenReturnsZero (0 ms) 2022-09-27T16:45:47.6657429Z [ RUN ] DictTest.givenNonemptyDict_whenCallingSize_thenReturnsNumberOfElements 2022-09-27T16:45:47.6657880Z [ OK ] DictTest.givenNonemptyDict_whenCallingSize_thenReturnsNumberOfElements (0 ms) 2022-09-27T16:45:47.6658237Z [ RUN ] DictTest.givenNonemptyDict_whenCallingClear_thenIsEmpty 2022-09-27T16:45:47.6658578Z [ OK ] DictTest.givenNonemptyDict_whenCallingClear_thenIsEmpty (0 ms) 2022-09-27T16:45:47.6658954Z [ RUN ] DictTest.whenInsertingNewKey_thenReturnsTrueAndIteratorToNewElement 2022-09-27T16:45:47.6659366Z [ OK ] DictTest.whenInsertingNewKey_thenReturnsTrueAndIteratorToNewElement (0 ms) 2022-09-27T16:45:47.6659890Z [ RUN ] DictTest.whenInsertingExistingKey_thenReturnsFalseAndIteratorToExistingElement 2022-09-27T16:45:47.6660396Z [ OK ] DictTest.whenInsertingExistingKey_thenReturnsFalseAndIteratorToExistingElement (0 ms) 2022-09-27T16:45:47.6660812Z [ RUN ] DictTest.whenInsertingExistingKey_thenDoesNotModifyDict 2022-09-27T16:45:47.6661173Z [ OK ] DictTest.whenInsertingExistingKey_thenDoesNotModifyDict (0 ms) 2022-09-27T16:45:47.6661578Z [ RUN ] DictTest.whenInsertOrAssigningNewKey_thenReturnsTrueAndIteratorToNewElement 2022-09-27T16:45:47.6662010Z [ OK ] DictTest.whenInsertOrAssigningNewKey_thenReturnsTrueAndIteratorToNewElement (0 ms) 2022-09-27T16:45:47.6662484Z [ RUN ] DictTest.whenInsertOrAssigningExistingKey_thenReturnsFalseAndIteratorToChangedElement 2022-09-27T16:45:47.6662987Z [ OK ] DictTest.whenInsertOrAssigningExistingKey_thenReturnsFalseAndIteratorToChangedElement (0 ms) 2022-09-27T16:45:47.6663424Z [ RUN ] DictTest.whenInsertOrAssigningExistingKey_thenDoesModifyDict 2022-09-27T16:45:47.6663863Z [ OK ] DictTest.whenInsertOrAssigningExistingKey_thenDoesModifyDict (0 ms) 2022-09-27T16:45:47.6664218Z [ RUN ] DictTest.givenEmptyDict_whenIterating_thenBeginIsEnd 2022-09-27T16:45:47.6664527Z [ OK ] DictTest.givenEmptyDict_whenIterating_thenBeginIsEnd (0 ms) 2022-09-27T16:45:47.6664862Z [ RUN ] DictTest.givenMutableDict_whenIterating_thenFindsElements 2022-09-27T16:45:47.6665200Z [ OK ] DictTest.givenMutableDict_whenIterating_thenFindsElements (0 ms) 2022-09-27T16:45:47.6665559Z [ RUN ] DictTest.givenMutableDict_whenIteratingWithForeach_thenFindsElements 2022-09-27T16:45:47.6665943Z [ OK ] DictTest.givenMutableDict_whenIteratingWithForeach_thenFindsElements (0 ms) 2022-09-27T16:45:47.6666300Z [ RUN ] DictTest.givenConstDict_whenIterating_thenFindsElements 2022-09-27T16:45:47.6666618Z [ OK ] DictTest.givenConstDict_whenIterating_thenFindsElements (0 ms) 2022-09-27T16:45:47.6666973Z [ RUN ] DictTest.givenConstDict_whenIteratingWithForeach_thenFindsElements 2022-09-27T16:45:47.6667344Z [ OK ] DictTest.givenConstDict_whenIteratingWithForeach_thenFindsElements (0 ms) 2022-09-27T16:45:47.6667673Z [ RUN ] DictTest.givenIterator_thenCanModifyValue 2022-09-27T16:45:47.6667966Z [ OK ] DictTest.givenIterator_thenCanModifyValue (0 ms) 2022-09-27T16:45:47.6668305Z [ RUN ] DictTest.givenOneElementDict_whenErasingByIterator_thenDictIsEmpty 2022-09-27T16:45:47.6668731Z [ OK ] DictTest.givenOneElementDict_whenErasingByIterator_thenDictIsEmpty (0 ms) 2022-09-27T16:45:47.6669115Z [ RUN ] DictTest.givenOneElementDict_whenErasingByKey_thenReturnsOneAndDictIsEmpty 2022-09-27T16:45:47.6669519Z [ OK ] DictTest.givenOneElementDict_whenErasingByKey_thenReturnsOneAndDictIsEmpty (0 ms) 2022-09-27T16:45:47.6669960Z [ RUN ] DictTest.givenOneElementDict_whenErasingByNonexistingKey_thenReturnsZeroAndDictIsUnchanged 2022-09-27T16:45:47.6670432Z [ OK ] DictTest.givenOneElementDict_whenErasingByNonexistingKey_thenReturnsZeroAndDictIsUnchanged (0 ms) 2022-09-27T16:45:47.6670866Z [ RUN ] DictTest.whenCallingAtWithExistingKey_thenReturnsCorrectElement 2022-09-27T16:45:47.6671258Z [ OK ] DictTest.whenCallingAtWithExistingKey_thenReturnsCorrectElement (0 ms) 2022-09-27T16:45:47.6671694Z [ RUN ] DictTest.whenCallingAtWithNonExistingKey_thenReturnsCorrectElement 2022-09-27T16:45:47.6672103Z [ OK ] DictTest.whenCallingAtWithNonExistingKey_thenReturnsCorrectElement (0 ms) 2022-09-27T16:45:47.6672511Z [ RUN ] DictTest.givenMutableDict_whenCallingFindOnExistingKey_thenFindsCorrectElement 2022-09-27T16:45:47.6672933Z [ OK ] DictTest.givenMutableDict_whenCallingFindOnExistingKey_thenFindsCorrectElement (0 ms) 2022-09-27T16:45:47.6673380Z [ RUN ] DictTest.givenMutableDict_whenCallingFindOnNonExistingKey_thenReturnsEnd 2022-09-27T16:45:47.6673790Z [ OK ] DictTest.givenMutableDict_whenCallingFindOnNonExistingKey_thenReturnsEnd (0 ms) 2022-09-27T16:45:47.6674246Z [ RUN ] DictTest.givenConstDict_whenCallingFindOnExistingKey_thenFindsCorrectElement 2022-09-27T16:45:47.6674647Z [ OK ] DictTest.givenConstDict_whenCallingFindOnExistingKey_thenFindsCorrectElement (0 ms) 2022-09-27T16:45:47.6675047Z [ RUN ] DictTest.givenConstDict_whenCallingFindOnNonExistingKey_thenReturnsEnd 2022-09-27T16:45:47.6675441Z [ OK ] DictTest.givenConstDict_whenCallingFindOnNonExistingKey_thenReturnsEnd (0 ms) 2022-09-27T16:45:47.6675827Z [ RUN ] DictTest.whenCallingContainsWithExistingKey_thenReturnsTrue 2022-09-27T16:45:47.6676211Z [ OK ] DictTest.whenCallingContainsWithExistingKey_thenReturnsTrue (0 ms) 2022-09-27T16:45:47.6676606Z [ RUN ] DictTest.whenCallingContainsWithNonExistingKey_thenReturnsFalse 2022-09-27T16:45:47.6676997Z [ OK ] DictTest.whenCallingContainsWithNonExistingKey_thenReturnsFalse (0 ms) 2022-09-27T16:45:47.6677349Z [ RUN ] DictTest.whenCallingReserve_thenDoesntCrash 2022-09-27T16:45:47.6677654Z [ OK ] DictTest.whenCallingReserve_thenDoesntCrash (0 ms) 2022-09-27T16:45:47.6677971Z [ RUN ] DictTest.whenCopyConstructingDict_thenAreEqual 2022-09-27T16:45:47.6678293Z [ OK ] DictTest.whenCopyConstructingDict_thenAreEqual (0 ms) 2022-09-27T16:45:47.6678606Z [ RUN ] DictTest.whenCopyAssigningDict_thenAreEqual 2022-09-27T16:45:47.6678900Z [ OK ] DictTest.whenCopyAssigningDict_thenAreEqual (0 ms) 2022-09-27T16:45:47.6679191Z [ RUN ] DictTest.whenCopyingDict_thenAreEqual 2022-09-27T16:45:47.6679470Z [ OK ] DictTest.whenCopyingDict_thenAreEqual (0 ms) 2022-09-27T16:45:47.6679783Z [ RUN ] DictTest.whenMoveConstructingDict_thenNewIsCorrect 2022-09-27T16:45:47.6680174Z [ OK ] DictTest.whenMoveConstructingDict_thenNewIsCorrect (0 ms) 2022-09-27T16:45:47.6680506Z [ RUN ] DictTest.whenMoveAssigningDict_thenNewIsCorrect 2022-09-27T16:45:47.6680811Z [ OK ] DictTest.whenMoveAssigningDict_thenNewIsCorrect (0 ms) 2022-09-27T16:45:47.6681148Z [ RUN ] DictTest.whenMoveConstructingDict_thenOldIsUnchanged 2022-09-27T16:45:47.6681494Z [ OK ] DictTest.whenMoveConstructingDict_thenOldIsUnchanged (0 ms) 2022-09-27T16:45:47.6681831Z [ RUN ] DictTest.whenMoveAssigningDict_thenOldIsUnchanged 2022-09-27T16:45:47.6682159Z [ OK ] DictTest.whenMoveAssigningDict_thenOldIsUnchanged (0 ms) 2022-09-27T16:45:47.6682557Z [ RUN ] DictTest.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition 2022-09-27T16:45:47.6682996Z [ OK ] DictTest.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 2022-09-27T16:45:47.6683442Z [ RUN ] DictTest.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition 2022-09-27T16:45:47.6683883Z [ OK ] DictTest.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-09-27T16:45:47.6684250Z [ RUN ] DictTest.givenEqualIterators_thenAreEqual 2022-09-27T16:45:47.6684549Z [ OK ] DictTest.givenEqualIterators_thenAreEqual (0 ms) 2022-09-27T16:45:47.6684863Z [ RUN ] DictTest.givenDifferentIterators_thenAreNotEqual 2022-09-27T16:45:47.6685189Z [ OK ] DictTest.givenDifferentIterators_thenAreNotEqual (0 ms) 2022-09-27T16:45:47.6685531Z [ RUN ] DictTest.givenIterator_whenDereferencing_thenPointsToCorrectElement 2022-09-27T16:45:47.6685962Z [ OK ] DictTest.givenIterator_whenDereferencing_thenPointsToCorrectElement (0 ms) 2022-09-27T16:45:47.6686321Z [ RUN ] DictTest.givenIterator_whenWritingToValue_thenChangesValue 2022-09-27T16:45:47.6686664Z [ OK ] DictTest.givenIterator_whenWritingToValue_thenChangesValue (0 ms) 2022-09-27T16:45:47.6686950Z [ RUN ] DictTest.isReferenceType 2022-09-27T16:45:47.6687196Z [ OK ] DictTest.isReferenceType (0 ms) 2022-09-27T16:45:47.6687447Z [ RUN ] DictTest.copyHasSeparateStorage 2022-09-27T16:45:47.6687722Z [ OK ] DictTest.copyHasSeparateStorage (0 ms) 2022-09-27T16:45:47.6687976Z [ RUN ] DictTest.dictTensorAsKey 2022-09-27T16:45:47.6688276Z [ OK ] DictTest.dictTensorAsKey (0 ms) 2022-09-27T16:45:47.6688506Z [ RUN ] DictTest.dictEquality 2022-09-27T16:45:47.6688720Z [ OK ] DictTest.dictEquality (0 ms) 2022-09-27T16:45:47.6688966Z [----------] 46 tests from DictTest (0 ms total) 2022-09-27T16:45:47.6689109Z 2022-09-27T16:45:47.6689230Z [----------] 1 test from ListTest_IValueBasedList 2022-09-27T16:45:47.6689587Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenWritingToValueFromIterator_thenChangesValue 2022-09-27T16:45:47.6690040Z [ OK ] ListTest_IValueBasedList.givenIterator_whenWritingToValueFromIterator_thenChangesValue (0 ms) 2022-09-27T16:45:47.6690412Z [----------] 1 test from ListTest_IValueBasedList (0 ms total) 2022-09-27T16:45:47.6690577Z 2022-09-27T16:45:47.6690691Z [----------] Global test environment tear-down 2022-09-27T16:45:47.6690928Z [==========] 47 tests from 2 test suites ran. (0 ms total) 2022-09-27T16:45:47.6691139Z [ PASSED ] 47 tests. 2022-09-27T16:45:47.7366042Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\Dimname_test.exe" 2022-09-27T16:45:48.0718070Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:48.0718440Z [==========] Running 4 tests from 1 test suite. 2022-09-27T16:45:48.0718740Z [----------] Global test environment set-up. 2022-09-27T16:45:48.0718978Z [----------] 4 tests from DimnameTest 2022-09-27T16:45:48.0719204Z [ RUN ] DimnameTest.isValidIdentifier 2022-09-27T16:45:48.0719472Z [ OK ] DimnameTest.isValidIdentifier (0 ms) 2022-09-27T16:45:48.0719723Z [ RUN ] DimnameTest.wildcardName 2022-09-27T16:45:48.0719964Z [ OK ] DimnameTest.wildcardName (0 ms) 2022-09-27T16:45:48.0720211Z [ RUN ] DimnameTest.createNormalName 2022-09-27T16:45:48.6773025Z [ OK ] DimnameTest.createNormalName (605 ms) 2022-09-27T16:45:48.6773318Z [ RUN ] DimnameTest.unifyAndMatch 2022-09-27T16:45:48.6773583Z [ OK ] DimnameTest.unifyAndMatch (0 ms) 2022-09-27T16:45:48.6773847Z [----------] 4 tests from DimnameTest (605 ms total) 2022-09-27T16:45:48.6773999Z 2022-09-27T16:45:48.6774112Z [----------] Global test environment tear-down 2022-09-27T16:45:48.6785072Z [==========] 4 tests from 1 test suite ran. (605 ms total) 2022-09-27T16:45:48.6785301Z [ PASSED ] 4 tests. 2022-09-27T16:45:48.7539781Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dispatch_key_set_test.exe" 2022-09-27T16:45:49.0882432Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:49.0882794Z [==========] Running 1 test from 1 test suite. 2022-09-27T16:45:49.0883042Z [----------] Global test environment set-up. 2022-09-27T16:45:49.0883291Z [----------] 1 test from DispatchKeySetTest 2022-09-27T16:45:49.0883583Z [ RUN ] DispatchKeySetTest.TestGetRuntimeDispatchKeySet 2022-09-27T16:45:49.0884391Z [ OK ] DispatchKeySetTest.TestGetRuntimeDispatchKeySet (0 ms) 2022-09-27T16:45:49.0884730Z [----------] 1 test from DispatchKeySetTest (0 ms total) 2022-09-27T16:45:49.0884893Z 2022-09-27T16:45:49.0885007Z [----------] Global test environment tear-down 2022-09-27T16:45:49.0895728Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-09-27T16:45:49.0896608Z [ PASSED ] 1 test. 2022-09-27T16:45:49.1598339Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\dlconvertor_test.exe" 2022-09-27T16:45:49.4926606Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:49.4926971Z [==========] Running 2 tests from 1 test suite. 2022-09-27T16:45:49.4927220Z [----------] Global test environment set-up. 2022-09-27T16:45:49.4927462Z [----------] 2 tests from TestDlconvertor 2022-09-27T16:45:49.4927715Z [ RUN ] TestDlconvertor.TestDlconvertor 2022-09-27T16:45:49.4929522Z [ OK ] TestDlconvertor.TestDlconvertor (0 ms) 2022-09-27T16:45:49.4930027Z [ RUN ] TestDlconvertor.TestDlconvertorNoStrides 2022-09-27T16:45:49.4930337Z [ OK ] TestDlconvertor.TestDlconvertorNoStrides (0 ms) 2022-09-27T16:45:49.4930643Z [----------] 2 tests from TestDlconvertor (0 ms total) 2022-09-27T16:45:49.4930797Z 2022-09-27T16:45:49.4930915Z [----------] Global test environment tear-down 2022-09-27T16:45:49.4941777Z [==========] 2 tests from 1 test suite ran. (0 ms total) 2022-09-27T16:45:49.4942011Z [ PASSED ] 2 tests. 2022-09-27T16:45:49.5632905Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\extension_backend_test.exe" 2022-09-27T16:45:49.8986954Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:49.8987315Z [==========] Running 1 test from 1 test suite. 2022-09-27T16:45:49.8987552Z [----------] Global test environment set-up. 2022-09-27T16:45:49.8987805Z [----------] 1 test from BackendExtensionTest 2022-09-27T16:45:49.8988086Z [ RUN ] BackendExtensionTest.TestRegisterOp 2022-09-27T16:45:49.8988390Z [ OK ] BackendExtensionTest.TestRegisterOp (0 ms) 2022-09-27T16:45:49.8988691Z [----------] 1 test from BackendExtensionTest (0 ms total) 2022-09-27T16:45:49.8988854Z 2022-09-27T16:45:49.8988971Z [----------] Global test environment tear-down 2022-09-27T16:45:49.8999603Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-09-27T16:45:49.8999833Z [ PASSED ] 1 test. 2022-09-27T16:45:49.9690982Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\half_test.exe" 2022-09-27T16:45:50.3039014Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:50.3039403Z [==========] Running 8 tests from 1 test suite. 2022-09-27T16:45:50.3039667Z [----------] Global test environment set-up. 2022-09-27T16:45:50.3039902Z [----------] 8 tests from TestHalf 2022-09-27T16:45:50.3040111Z [ RUN ] TestHalf.Arithmetic 2022-09-27T16:45:50.3040330Z [ OK ] TestHalf.Arithmetic (0 ms) 2022-09-27T16:45:50.3040559Z [ RUN ] TestHalf.Comparisions 2022-09-27T16:45:50.3040789Z [ OK ] TestHalf.Comparisions (0 ms) 2022-09-27T16:45:50.3041004Z [ RUN ] TestHalf.Cast 2022-09-27T16:45:50.3041186Z [ OK ] TestHalf.Cast (0 ms) 2022-09-27T16:45:50.3041400Z [ RUN ] TestHalf.Construction 2022-09-27T16:45:50.3041624Z [ OK ] TestHalf.Construction (0 ms) 2022-09-27T16:45:50.3041843Z [ RUN ] TestHalf.Half2String 2022-09-27T16:45:50.3042068Z [ OK ] TestHalf.Half2String (0 ms) 2022-09-27T16:45:50.3042299Z [ RUN ] TestHalf.HalfNumericLimits 2022-09-27T16:45:50.3042536Z [ OK ] TestHalf.HalfNumericLimits (0 ms) 2022-09-27T16:45:50.3042764Z [ RUN ] TestHalf.CommonMath 2022-09-27T16:45:50.3042983Z [ OK ] TestHalf.CommonMath (0 ms) 2022-09-27T16:45:50.3043200Z [ RUN ] TestHalf.ComplexHalf 2022-09-27T16:45:50.3043427Z [ OK ] TestHalf.ComplexHalf (0 ms) 2022-09-27T16:45:50.3043654Z [----------] 8 tests from TestHalf (0 ms total) 2022-09-27T16:45:50.3043796Z 2022-09-27T16:45:50.3043911Z [----------] Global test environment tear-down 2022-09-27T16:45:50.3051903Z [==========] 8 tests from 1 test suite ran. (0 ms total) 2022-09-27T16:45:50.3052141Z [ PASSED ] 8 tests. 2022-09-27T16:45:50.3762396Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\IListRef_test.exe" 2022-09-27T16:45:50.7120270Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:50.7120647Z [==========] Running 21 tests from 3 test suites. 2022-09-27T16:45:50.7120895Z [----------] Global test environment set-up. 2022-09-27T16:45:50.7121145Z [----------] 12 tests from ITensorListRefTest 2022-09-27T16:45:50.7121408Z [ RUN ] ITensorListRefTest.CtorEmpty_IsNone_Throws 2022-09-27T16:45:50.7254597Z [ OK ] ITensorListRefTest.CtorEmpty_IsNone_Throws (13 ms) 2022-09-27T16:45:50.7255093Z [ RUN ] ITensorListRefTest.CtorBoxed_IsBoxed 2022-09-27T16:45:50.7255441Z [ OK ] ITensorListRefTest.CtorBoxed_IsBoxed (0 ms) 2022-09-27T16:45:50.7255740Z [ RUN ] ITensorListRefTest.CtorUnboxed_IsUnboxed 2022-09-27T16:45:50.7256036Z [ OK ] ITensorListRefTest.CtorUnboxed_IsUnboxed (0 ms) 2022-09-27T16:45:50.7256358Z [ RUN ] ITensorListRefTest.CtorUnboxedIndirect_IsUnboxed 2022-09-27T16:45:50.7256687Z [ OK ] ITensorListRefTest.CtorUnboxedIndirect_IsUnboxed (0 ms) 2022-09-27T16:45:50.7257000Z [ RUN ] ITensorListRefTest.CtorTemp_IsUnboxed 2022-09-27T16:45:50.7257297Z [ OK ] ITensorListRefTest.CtorTemp_IsUnboxed (0 ms) 2022-09-27T16:45:50.7257583Z [ RUN ] ITensorListRefTest.Boxed_GetConstRefTensor 2022-09-27T16:45:50.7257877Z [ OK ] ITensorListRefTest.Boxed_GetConstRefTensor (0 ms) 2022-09-27T16:45:50.7258175Z [ RUN ] ITensorListRefTest.Unboxed_GetConstRefTensor 2022-09-27T16:45:50.7258468Z [ OK ] ITensorListRefTest.Unboxed_GetConstRefTensor (0 ms) 2022-09-27T16:45:50.7258747Z [ RUN ] ITensorListRefTest.Boxed_Equal 2022-09-27T16:45:50.7259002Z [ OK ] ITensorListRefTest.Boxed_Equal (0 ms) 2022-09-27T16:45:50.7259258Z [ RUN ] ITensorListRefTest.Unboxed_Equal 2022-09-27T16:45:50.7259521Z [ OK ] ITensorListRefTest.Unboxed_Equal (0 ms) 2022-09-27T16:45:50.7259805Z [ RUN ] ITensorListRefTest.UnboxedIndirect_Equal 2022-09-27T16:45:50.7260096Z [ OK ] ITensorListRefTest.UnboxedIndirect_Equal (0 ms) 2022-09-27T16:45:50.7260399Z [ RUN ] ITensorListRefTest.BoxedMaterialize_Equal 2022-09-27T16:45:50.7260702Z [ OK ] ITensorListRefTest.BoxedMaterialize_Equal (0 ms) 2022-09-27T16:45:50.7261011Z [ RUN ] ITensorListRefTest.UnboxedMaterialize_Equal 2022-09-27T16:45:50.7261326Z [ OK ] ITensorListRefTest.UnboxedMaterialize_Equal (0 ms) 2022-09-27T16:45:50.7261632Z [----------] 12 tests from ITensorListRefTest (13 ms total) 2022-09-27T16:45:50.7261794Z 2022-09-27T16:45:50.7261912Z [----------] 7 tests from ITensorListRefIteratorTest 2022-09-27T16:45:50.7262271Z [ RUN ] ITensorListRefIteratorTest.CtorEmpty_ThrowsError 2022-09-27T16:45:50.7262620Z [ OK ] ITensorListRefIteratorTest.CtorEmpty_ThrowsError (0 ms) 2022-09-27T16:45:50.7262950Z [ RUN ] ITensorListRefIteratorTest.Boxed_GetFirstElement 2022-09-27T16:45:50.7263274Z [ OK ] ITensorListRefIteratorTest.Boxed_GetFirstElement (0 ms) 2022-09-27T16:45:50.7263602Z [ RUN ] ITensorListRefIteratorTest.Unboxed_GetFirstElement 2022-09-27T16:45:50.7263934Z [ OK ] ITensorListRefIteratorTest.Unboxed_GetFirstElement (0 ms) 2022-09-27T16:45:50.7264242Z [ RUN ] ITensorListRefIteratorTest.Boxed_Equality 2022-09-27T16:45:50.7264542Z [ OK ] ITensorListRefIteratorTest.Boxed_Equality (0 ms) 2022-09-27T16:45:50.7264844Z [ RUN ] ITensorListRefIteratorTest.Unboxed_Equality 2022-09-27T16:45:50.7265154Z [ OK ] ITensorListRefIteratorTest.Unboxed_Equality (0 ms) 2022-09-27T16:45:50.7265459Z [ RUN ] ITensorListRefIteratorTest.Boxed_Iterate 2022-09-27T16:45:50.7265742Z [ OK ] ITensorListRefIteratorTest.Boxed_Iterate (0 ms) 2022-09-27T16:45:50.7266043Z [ RUN ] ITensorListRefIteratorTest.Unboxed_Iterate 2022-09-27T16:45:50.7266350Z [ OK ] ITensorListRefIteratorTest.Unboxed_Iterate (0 ms) 2022-09-27T16:45:50.7266770Z [----------] 7 tests from ITensorListRefIteratorTest (0 ms total) 2022-09-27T16:45:50.7266948Z 2022-09-27T16:45:50.7267067Z [----------] 2 tests from IOptTensorListRefTest 2022-09-27T16:45:50.7267331Z [ RUN ] IOptTensorListRefTest.Boxed_Iterate 2022-09-27T16:45:50.7267594Z [ OK ] IOptTensorListRefTest.Boxed_Iterate (0 ms) 2022-09-27T16:45:50.7267872Z [ RUN ] IOptTensorListRefTest.Unboxed_Iterate 2022-09-27T16:45:50.7268157Z [ OK ] IOptTensorListRefTest.Unboxed_Iterate (0 ms) 2022-09-27T16:45:50.7268451Z [----------] 2 tests from IOptTensorListRefTest (0 ms total) 2022-09-27T16:45:50.7268615Z 2022-09-27T16:45:50.7268780Z [----------] Global test environment tear-down 2022-09-27T16:45:50.7274397Z [==========] 21 tests from 3 test suites ran. (13 ms total) 2022-09-27T16:45:50.7274620Z [ PASSED ] 21 tests. 2022-09-27T16:45:50.7963105Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\inline_container_test.exe" 2022-09-27T16:45:51.1309071Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:51.1309443Z [==========] Running 2 tests from 2 test suites. 2022-09-27T16:45:51.1309690Z [----------] Global test environment set-up. 2022-09-27T16:45:51.1309980Z [----------] 1 test from PyTorchStreamWriterAndReader 2022-09-27T16:45:51.1310289Z [ RUN ] PyTorchStreamWriterAndReader.SaveAndLoad 2022-09-27T16:45:51.1314511Z [ OK ] PyTorchStreamWriterAndReader.SaveAndLoad (0 ms) 2022-09-27T16:45:51.1314855Z [----------] 1 test from PyTorchStreamWriterAndReader (0 ms total) 2022-09-27T16:45:51.1315036Z 2022-09-27T16:45:51.1315171Z [----------] 1 test from PytorchStreamWriterAndReader 2022-09-27T16:45:51.1315522Z [ RUN ] PytorchStreamWriterAndReader.GetNonexistentRecordThrows 2022-09-27T16:45:51.7342339Z [ OK ] PytorchStreamWriterAndReader.GetNonexistentRecordThrows (602 ms) 2022-09-27T16:45:51.7342774Z [----------] 1 test from PytorchStreamWriterAndReader (602 ms total) 2022-09-27T16:45:51.7342965Z 2022-09-27T16:45:51.7343085Z [----------] Global test environment tear-down 2022-09-27T16:45:51.7353321Z [==========] 2 tests from 2 test suites ran. (603 ms total) 2022-09-27T16:45:51.7353555Z [ PASSED ] 2 tests. 2022-09-27T16:45:51.8107003Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\ivalue_test.exe" 2022-09-27T16:45:52.1439545Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:52.1439925Z [==========] Running 38 tests from 2 test suites. 2022-09-27T16:45:52.1440186Z [----------] Global test environment set-up. 2022-09-27T16:45:52.1440422Z [----------] 34 tests from IValueTest 2022-09-27T16:45:52.1440621Z [ RUN ] IValueTest.Basic 2022-09-27T16:45:52.1442288Z [ OK ] IValueTest.Basic (0 ms) 2022-09-27T16:45:52.1442518Z [ RUN ] IValueTest.BasicStorage 2022-09-27T16:45:52.1442759Z [ OK ] IValueTest.BasicStorage (0 ms) 2022-09-27T16:45:52.1442996Z [ RUN ] IValueTest.ComplexDict 2022-09-27T16:45:52.1443231Z [ OK ] IValueTest.ComplexDict (0 ms) 2022-09-27T16:45:52.1443433Z [ RUN ] IValueTest.Swap 2022-09-27T16:45:52.1444259Z [ OK ] IValueTest.Swap (0 ms) 2022-09-27T16:45:52.1444485Z [ RUN ] IValueTest.CopyConstruct 2022-09-27T16:45:52.1444725Z [ OK ] IValueTest.CopyConstruct (0 ms) 2022-09-27T16:45:52.1444959Z [ RUN ] IValueTest.MoveConstruct 2022-09-27T16:45:52.1445197Z [ OK ] IValueTest.MoveConstruct (0 ms) 2022-09-27T16:45:52.1445410Z [ RUN ] IValueTest.CopyAssign 2022-09-27T16:45:52.1445690Z [ OK ] IValueTest.CopyAssign (0 ms) 2022-09-27T16:45:52.1445919Z [ RUN ] IValueTest.MoveAssign 2022-09-27T16:45:52.1446236Z [ OK ] IValueTest.MoveAssign (0 ms) 2022-09-27T16:45:52.1446454Z [ RUN ] IValueTest.Tuple 2022-09-27T16:45:52.1447226Z [ OK ] IValueTest.Tuple (0 ms) 2022-09-27T16:45:52.1447447Z [ RUN ] IValueTest.unsafeRemoveAttr 2022-09-27T16:45:52.1447917Z [ OK ] IValueTest.unsafeRemoveAttr (0 ms) 2022-09-27T16:45:52.1448160Z [ RUN ] IValueTest.TuplePrint 2022-09-27T16:45:52.1448402Z [ OK ] IValueTest.TuplePrint (0 ms) 2022-09-27T16:45:52.1448647Z [ RUN ] IValueTest.ComplexIValuePrint 2022-09-27T16:45:52.1448914Z [ OK ] IValueTest.ComplexIValuePrint (0 ms) 2022-09-27T16:45:52.1449135Z [ RUN ] IValueTest.Complex 2022-09-27T16:45:52.1449345Z [ OK ] IValueTest.Complex (0 ms) 2022-09-27T16:45:52.1449567Z [ RUN ] IValueTest.BasicFuture 2022-09-27T16:45:52.1449800Z [ OK ] IValueTest.BasicFuture (0 ms) 2022-09-27T16:45:52.1450112Z [ RUN ] IValueTest.FutureCallbacks 2022-09-27T16:45:52.1450346Z [ OK ] IValueTest.FutureCallbacks (0 ms) 2022-09-27T16:45:52.1450596Z [ RUN ] IValueTest.FutureExceptions 2022-09-27T16:45:52.1450853Z [ OK ] IValueTest.FutureExceptions (0 ms) 2022-09-27T16:45:52.1451098Z [ RUN ] IValueTest.FutureSetError 2022-09-27T16:45:52.1582214Z [ OK ] IValueTest.FutureSetError (13 ms) 2022-09-27T16:45:52.1582469Z [ RUN ] IValueTest.ValueEquality 2022-09-27T16:45:52.1582697Z [ OK ] IValueTest.ValueEquality (0 ms) 2022-09-27T16:45:52.1582936Z [ RUN ] IValueTest.TensorEquality 2022-09-27T16:45:52.7505472Z [ OK ] IValueTest.TensorEquality (592 ms) 2022-09-27T16:45:52.7505763Z [ RUN ] IValueTest.ListEquality 2022-09-27T16:45:52.7505996Z [ OK ] IValueTest.ListEquality (0 ms) 2022-09-27T16:45:52.7506248Z [ RUN ] IValueTest.DictEquality 2022-09-27T16:45:52.7506488Z [ OK ] IValueTest.DictEquality (0 ms) 2022-09-27T16:45:52.7506768Z [ RUN ] IValueTest.DictEqualityDifferentOrder 2022-09-27T16:45:52.7507072Z [ OK ] IValueTest.DictEqualityDifferentOrder (0 ms) 2022-09-27T16:45:52.7507351Z [ RUN ] IValueTest.ListNestedEquality 2022-09-27T16:45:52.7507599Z [ OK ] IValueTest.ListNestedEquality (0 ms) 2022-09-27T16:45:52.7507845Z [ RUN ] IValueTest.StreamEquality 2022-09-27T16:45:52.7508091Z [ OK ] IValueTest.StreamEquality (0 ms) 2022-09-27T16:45:52.7508324Z [ RUN ] IValueTest.EnumEquality 2022-09-27T16:45:52.7508557Z [ OK ] IValueTest.EnumEquality (0 ms) 2022-09-27T16:45:52.7508794Z [ RUN ] IValueTest.isPtrType 2022-09-27T16:45:52.7509004Z [ OK ] IValueTest.isPtrType (0 ms) 2022-09-27T16:45:52.7509220Z [ RUN ] IValueTest.isAliasOf 2022-09-27T16:45:52.7509437Z [ OK ] IValueTest.isAliasOf (0 ms) 2022-09-27T16:45:52.7509673Z [ RUN ] IValueTest.internalToPointer 2022-09-27T16:45:52.7509932Z [ OK ] IValueTest.internalToPointer (0 ms) 2022-09-27T16:45:52.7510212Z [ RUN ] IValueTest.IdentityComparisonAndHashing 2022-09-27T16:45:52.7510527Z [ OK ] IValueTest.IdentityComparisonAndHashing (0 ms) 2022-09-27T16:45:52.7510826Z [ RUN ] IValueTest.IdentityAndHashing_SparseCOO 2022-09-27T16:45:52.7535669Z [ OK ] IValueTest.IdentityAndHashing_SparseCOO (2 ms) 2022-09-27T16:45:52.7536127Z [ RUN ] IValueTest.getSubValues 2022-09-27T16:45:52.7536508Z [ OK ] IValueTest.getSubValues (0 ms) 2022-09-27T16:45:52.7536860Z [ RUN ] IValueTest.ScalarBool 2022-09-27T16:45:52.7537214Z [ OK ] IValueTest.ScalarBool (0 ms) 2022-09-27T16:45:52.7537545Z [ RUN ] IValueTest.ToWeakAndBack 2022-09-27T16:45:52.7537786Z [ OK ] IValueTest.ToWeakAndBack (0 ms) 2022-09-27T16:45:52.7538035Z [ RUN ] IValueTest.UseCountCornerCases 2022-09-27T16:45:52.7538311Z [ OK ] IValueTest.UseCountCornerCases (0 ms) 2022-09-27T16:45:52.7538580Z [----------] 34 tests from IValueTest (609 ms total) 2022-09-27T16:45:52.7538735Z 2022-09-27T16:45:52.7538843Z [----------] 4 tests from TupleElementsTest 2022-09-27T16:45:52.7539073Z [ RUN ] TupleElementsTest.Basic 2022-09-27T16:45:52.7539309Z [ OK ] TupleElementsTest.Basic (0 ms) 2022-09-27T16:45:52.7539538Z [ RUN ] TupleElementsTest.Resize 2022-09-27T16:45:52.7539778Z [ OK ] TupleElementsTest.Resize (0 ms) 2022-09-27T16:45:52.7540200Z [ RUN ] TupleElementsTest.CopyAndMoveConstruct 2022-09-27T16:45:52.7540514Z [ OK ] TupleElementsTest.CopyAndMoveConstruct (0 ms) 2022-09-27T16:45:52.7540814Z [ RUN ] TupleElementsTest.CopyAndMoveAssign 2022-09-27T16:45:52.7541108Z [ OK ] TupleElementsTest.CopyAndMoveAssign (0 ms) 2022-09-27T16:45:52.7541401Z [----------] 4 tests from TupleElementsTest (0 ms total) 2022-09-27T16:45:52.7541559Z 2022-09-27T16:45:52.7541671Z [----------] Global test environment tear-down 2022-09-27T16:45:52.7554373Z [==========] 38 tests from 2 test suites ran. (609 ms total) 2022-09-27T16:45:52.7554696Z [ PASSED ] 38 tests. 2022-09-27T16:45:52.8328502Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\KernelFunction_test.exe" 2022-09-27T16:45:53.1679103Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:53.1679490Z [==========] Running 28 tests from 1 test suite. 2022-09-27T16:45:53.1679755Z [----------] Global test environment set-up. 2022-09-27T16:45:53.1680011Z [----------] 28 tests from KernelFunctionTest 2022-09-27T16:45:53.1680346Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withReturn_whenCallingBoxed_thenWorks 2022-09-27T16:45:53.1680760Z [ OK ] KernelFunctionTest.givenBoxedFunction_withReturn_whenCallingBoxed_thenWorks (0 ms) 2022-09-27T16:45:53.1681179Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withoutReturn_whenCallingBoxed_thenWorks 2022-09-27T16:45:53.1681587Z [ OK ] KernelFunctionTest.givenBoxedFunction_withoutReturn_whenCallingBoxed_thenWorks (0 ms) 2022-09-27T16:45:53.1682010Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withMultiReturn_whenCallingBoxed_thenWorks 2022-09-27T16:45:53.1682439Z [ OK ] KernelFunctionTest.givenBoxedFunction_withMultiReturn_whenCallingBoxed_thenWorks (0 ms) 2022-09-27T16:45:53.1682873Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withInPlaceSignature_whenCallingBoxed_thenWorks 2022-09-27T16:45:53.1683779Z [ OK ] KernelFunctionTest.givenBoxedFunction_withInPlaceSignature_whenCallingBoxed_thenWorks (0 ms) 2022-09-27T16:45:53.1684282Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceSignature_whenCallingBoxed_thenWorks 2022-09-27T16:45:53.1684771Z [ OK ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceSignature_whenCallingBoxed_thenWorks (0 ms) 2022-09-27T16:45:53.1685247Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceMultiSignature_whenCallingBoxed_thenWorks 2022-09-27T16:45:53.1685734Z [ OK ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceMultiSignature_whenCallingBoxed_thenWorks (0 ms) 2022-09-27T16:45:53.1686188Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withReturn_whenCallingUnboxed_thenWorks 2022-09-27T16:45:53.1686610Z [ OK ] KernelFunctionTest.givenBoxedFunction_withReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-09-27T16:45:53.1687035Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withoutReturn_whenCallingUnboxed_thenWorks 2022-09-27T16:45:53.1687456Z [ OK ] KernelFunctionTest.givenBoxedFunction_withoutReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-09-27T16:45:53.1687884Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withMultiReturn_whenCallingUnboxed_thenWorks 2022-09-27T16:45:53.1688316Z [ OK ] KernelFunctionTest.givenBoxedFunction_withMultiReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-09-27T16:45:53.1688764Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withInPlaceSignature_whenCallingUnboxed_thenWorks 2022-09-27T16:45:53.1689221Z [ OK ] KernelFunctionTest.givenBoxedFunction_withInPlaceSignature_whenCallingUnboxed_thenWorks (0 ms) 2022-09-27T16:45:53.1689680Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceSignature_whenCallingUnboxed_thenWorks 2022-09-27T16:45:53.1690145Z [ OK ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceSignature_whenCallingUnboxed_thenWorks (0 ms) 2022-09-27T16:45:53.1690803Z [ RUN ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceMultiSignature_whenCallingUnboxed_thenWorks 2022-09-27T16:45:53.1691376Z [ OK ] KernelFunctionTest.givenBoxedFunction_withOutOfPlaceMultiSignature_whenCallingUnboxed_thenWorks (0 ms) 2022-09-27T16:45:53.1691827Z [ RUN ] KernelFunctionTest.givenUnboxedFunctor_withReturn_whenCallingBoxed_thenWorks 2022-09-27T16:45:53.1692246Z [ OK ] KernelFunctionTest.givenUnboxedFunctor_withReturn_whenCallingBoxed_thenWorks (0 ms) 2022-09-27T16:45:53.1692667Z [ RUN ] KernelFunctionTest.givenUnboxedFunctor_withoutReturn_whenCallingBoxed_thenWorks 2022-09-27T16:45:53.1693093Z [ OK ] KernelFunctionTest.givenUnboxedFunctor_withoutReturn_whenCallingBoxed_thenWorks (0 ms) 2022-09-27T16:45:53.1693608Z [ RUN ] KernelFunctionTest.givenUnboxedFunctor_withReturn_whenCallingUnboxed_thenWorks 2022-09-27T16:45:53.1694031Z [ OK ] KernelFunctionTest.givenUnboxedFunctor_withReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-09-27T16:45:53.1694441Z [ RUN ] KernelFunctionTest.givenUnboxedFunctor_withoutReturn_whenCallingUnboxed_thenWorks 2022-09-27T16:45:53.1694868Z [ OK ] KernelFunctionTest.givenUnboxedFunctor_withoutReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-09-27T16:45:53.1695290Z [ RUN ] KernelFunctionTest.givenUnboxedFunction_withReturn_whenCallingBoxed_thenWorks 2022-09-27T16:45:53.1695714Z [ OK ] KernelFunctionTest.givenUnboxedFunction_withReturn_whenCallingBoxed_thenWorks (0 ms) 2022-09-27T16:45:53.1696135Z [ RUN ] KernelFunctionTest.givenUnboxedFunction_withoutReturn_whenCallingBoxed_thenWorks 2022-09-27T16:45:53.1696563Z [ OK ] KernelFunctionTest.givenUnboxedFunction_withoutReturn_whenCallingBoxed_thenWorks (0 ms) 2022-09-27T16:45:53.1696988Z [ RUN ] KernelFunctionTest.givenUnboxedFunction_withReturn_whenCallingUnboxed_thenWorks 2022-09-27T16:45:53.1697398Z [ OK ] KernelFunctionTest.givenUnboxedFunction_withReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-09-27T16:45:53.1697826Z [ RUN ] KernelFunctionTest.givenUnboxedFunction_withoutReturn_whenCallingUnboxed_thenWorks 2022-09-27T16:45:53.1698255Z [ OK ] KernelFunctionTest.givenUnboxedFunction_withoutReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-09-27T16:45:53.1698695Z [ RUN ] KernelFunctionTest.givenUnboxedRuntimeFunction_withReturn_whenCallingBoxed_thenWorks 2022-09-27T16:45:53.1699151Z [ OK ] KernelFunctionTest.givenUnboxedRuntimeFunction_withReturn_whenCallingBoxed_thenWorks (0 ms) 2022-09-27T16:45:53.1699605Z [ RUN ] KernelFunctionTest.givenUnboxedRuntimeFunction_withoutReturn_whenCallingBoxed_thenWorks 2022-09-27T16:45:53.1700066Z [ OK ] KernelFunctionTest.givenUnboxedRuntimeFunction_withoutReturn_whenCallingBoxed_thenWorks (0 ms) 2022-09-27T16:45:53.1700514Z [ RUN ] KernelFunctionTest.givenUnboxedRuntimeFunction_withReturn_whenCallingUnboxed_thenWorks 2022-09-27T16:45:53.1700973Z [ OK ] KernelFunctionTest.givenUnboxedRuntimeFunction_withReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-09-27T16:45:53.1701435Z [ RUN ] KernelFunctionTest.givenUnboxedRuntimeFunction_withoutReturn_whenCallingUnboxed_thenWorks 2022-09-27T16:45:53.1701903Z [ OK ] KernelFunctionTest.givenUnboxedRuntimeFunction_withoutReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-09-27T16:45:53.1702340Z [ RUN ] KernelFunctionTest.givenUnboxedLambda_withReturn_whenCallingBoxed_thenWorks 2022-09-27T16:45:53.1702751Z [ OK ] KernelFunctionTest.givenUnboxedLambda_withReturn_whenCallingBoxed_thenWorks (0 ms) 2022-09-27T16:45:53.1703162Z [ RUN ] KernelFunctionTest.givenUnboxedLambda_withoutReturn_whenCallingBoxed_thenWorks 2022-09-27T16:45:53.1703571Z [ OK ] KernelFunctionTest.givenUnboxedLambda_withoutReturn_whenCallingBoxed_thenWorks (0 ms) 2022-09-27T16:45:53.1703985Z [ RUN ] KernelFunctionTest.givenUnboxedLambda_withReturn_whenCallingUnboxed_thenWorks 2022-09-27T16:45:53.1704394Z [ OK ] KernelFunctionTest.givenUnboxedLambda_withReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-09-27T16:45:53.1704854Z [ RUN ] KernelFunctionTest.givenUnboxedLambda_withoutReturn_whenCallingUnboxed_thenWorks 2022-09-27T16:45:53.1705281Z [ OK ] KernelFunctionTest.givenUnboxedLambda_withoutReturn_whenCallingUnboxed_thenWorks (0 ms) 2022-09-27T16:45:53.1705644Z [----------] 28 tests from KernelFunctionTest (0 ms total) 2022-09-27T16:45:53.1705805Z 2022-09-27T16:45:53.1705923Z [----------] Global test environment tear-down 2022-09-27T16:45:53.1706161Z [==========] 28 tests from 1 test suite ran. (0 ms total) 2022-09-27T16:45:53.1706371Z [ PASSED ] 28 tests. 2022-09-27T16:45:53.2397369Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_legacy_test.exe" 2022-09-27T16:45:53.5732208Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:53.5732568Z [==========] Running 48 tests from 1 test suite. 2022-09-27T16:45:53.5732824Z [----------] Global test environment set-up. 2022-09-27T16:45:53.5733151Z [----------] 48 tests from OperatorRegistrationTest_LegacyFunctionBasedKernel 2022-09-27T16:45:53.5733580Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5735026Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5735538Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegisteredInConstructor_thenCanBeCalled 2022-09-27T16:45:53.5736936Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegisteredInConstructor_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5737551Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel 2022-09-27T16:45:53.5740101Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel (0 ms) 2022-09-27T16:45:53.5740794Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel 2022-09-27T16:45:53.5743136Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel (0 ms) 2022-09-27T16:45:53.5743774Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore 2022-09-27T16:45:53.5744741Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore (0 ms) 2022-09-27T16:45:53.5745309Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5746572Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5747129Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5748437Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5748987Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5751704Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5752265Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5753595Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5754361Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5755961Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5756545Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5757916Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5758491Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5760451Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5761077Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5762272Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5762921Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5764067Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5764717Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5765743Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5766397Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5767457Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5768054Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5769208Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5769785Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5770886Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5771568Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5772836Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5773433Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5774562Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5775166Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5776278Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5776981Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5777946Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5778580Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithLegacyTensorVectorInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5779755Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithLegacyTensorVectorInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5780425Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithLegacyTensorVectorInput_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5781319Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithLegacyTensorVectorInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5781986Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithLegacyTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5783039Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithLegacyTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5783693Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithLegacyTensorListInput_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5784691Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithLegacyTensorListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5785316Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithStringListOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5786595Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithStringListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5787187Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5788496Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5789073Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5790364Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5790912Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5792137Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5792734Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithUnorderedMapInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5794052Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithUnorderedMapInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5794684Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithUnorderedMapInput_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5795796Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithUnorderedMapInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5796413Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithUnorderedMapOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5797561Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithUnorderedMapOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5798202Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithMapOfList_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5799581Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithMapOfList_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5800145Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithMapOfListOfMap_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5801785Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithMapOfListOfMap_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5802334Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithListOfMap_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5803875Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithListOfMap_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5804450Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithListOfMapOfIntList_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5806047Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithListOfMapOfIntList_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5806667Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5807665Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5808313Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5809298Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5809941Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5811313Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5811924Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5813307Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5813913Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled 2022-09-27T16:45:53.5815306Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:53.5815867Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed 2022-09-27T16:45:53.5817112Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed (0 ms) 2022-09-27T16:45:53.5817655Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema 2022-09-27T16:45:53.5819447Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema (0 ms) 2022-09-27T16:45:53.5820081Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails 2022-09-27T16:45:54.1875467Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails (605 ms) 2022-09-27T16:45:54.1876138Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails 2022-09-27T16:45:54.1882570Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails (0 ms) 2022-09-27T16:45:54.1883180Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails 2022-09-27T16:45:54.1906257Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails (2 ms) 2022-09-27T16:45:54.1906856Z [ RUN ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails 2022-09-27T16:45:54.1924653Z [ OK ] OperatorRegistrationTest_LegacyFunctionBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails (1 ms) 2022-09-27T16:45:54.1925259Z [----------] 48 tests from OperatorRegistrationTest_LegacyFunctionBasedKernel (619 ms total) 2022-09-27T16:45:54.1925476Z 2022-09-27T16:45:54.1925593Z [----------] Global test environment tear-down 2022-09-27T16:45:54.1944943Z [==========] 48 tests from 1 test suite ran. (619 ms total) 2022-09-27T16:45:54.1945166Z [ PASSED ] 48 tests. 2022-09-27T16:45:54.2692366Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_function_test.exe" 2022-09-27T16:45:54.6045265Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:54.6045646Z [==========] Running 37 tests from 2 test suites. 2022-09-27T16:45:54.6045881Z [----------] Global test environment set-up. 2022-09-27T16:45:54.6046193Z [----------] 36 tests from OperatorRegistrationTest_FunctionBasedKernel 2022-09-27T16:45:54.6046613Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalled 2022-09-27T16:45:54.6047908Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:54.6048428Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegisteredWithTorchLibraryAndTorchFn_thenCanBeCalled 2022-09-27T16:45:54.6049643Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegisteredWithTorchLibraryAndTorchFn_thenCanBeCalled (0 ms) 2022-09-27T16:45:54.6050225Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenCatchAllKernel_whenRegisteredWithTorchLibraryAndTorchFn_thenCanBeCalled 2022-09-27T16:45:54.6051528Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenCatchAllKernel_whenRegisteredWithTorchLibraryAndTorchFn_thenCanBeCalled (0 ms) 2022-09-27T16:45:54.6052157Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel 2022-09-27T16:45:54.6054055Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel (0 ms) 2022-09-27T16:45:54.6054699Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel 2022-09-27T16:45:54.6056415Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel (0 ms) 2022-09-27T16:45:54.6057006Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:54.6057700Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:54.6058223Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled 2022-09-27T16:45:54.6059277Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:54.6059796Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:54.6062174Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:54.6062701Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:54.6063536Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:54.6064072Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:54.6065482Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:54.6066119Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:54.6067042Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:54.6067587Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled 2022-09-27T16:45:54.6069092Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:54.6069679Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:54.6070655Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:54.6071258Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:54.6072130Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:54.6072739Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:54.6073414Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:54.6074026Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:54.6074673Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:54.6075229Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:54.6076149Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:54.6076687Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:54.6077560Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:54.6078106Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:54.6078970Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:54.6079525Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:54.6080224Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:54.6080861Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:54.6081580Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:54.6082160Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:54.6082893Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:54.6083436Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:54.6085124Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:54.6085711Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:54.6086860Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:54.6087393Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:54.6088563Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:54.6089126Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled 2022-09-27T16:45:54.6090190Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:54.6090805Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled 2022-09-27T16:45:54.6091921Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:54.6092525Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:54.6093583Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:54.6094148Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:54.6095216Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:54.6095800Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled 2022-09-27T16:45:54.6096863Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:54.6097399Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed 2022-09-27T16:45:54.6098201Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed (0 ms) 2022-09-27T16:45:54.6098718Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema 2022-09-27T16:45:54.6100117Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema (0 ms) 2022-09-27T16:45:54.6100674Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails 2022-09-27T16:45:55.2227869Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails (612 ms) 2022-09-27T16:45:55.2228663Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails 2022-09-27T16:45:55.2234466Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails (0 ms) 2022-09-27T16:45:55.2235031Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails 2022-09-27T16:45:55.2256849Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails (2 ms) 2022-09-27T16:45:55.2257416Z [ RUN ] OperatorRegistrationTest_FunctionBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails 2022-09-27T16:45:55.2273641Z [ OK ] OperatorRegistrationTest_FunctionBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails (1 ms) 2022-09-27T16:45:55.2274120Z [----------] 36 tests from OperatorRegistrationTest_FunctionBasedKernel (622 ms total) 2022-09-27T16:45:55.2274330Z 2022-09-27T16:45:55.2274499Z [----------] 1 test from NewOperatorRegistrationTest_FunctionBasedKernel 2022-09-27T16:45:55.2274961Z [ RUN ] NewOperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore 2022-09-27T16:45:55.2277768Z [ OK ] NewOperatorRegistrationTest_FunctionBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore (0 ms) 2022-09-27T16:45:55.2278230Z [----------] 1 test from NewOperatorRegistrationTest_FunctionBasedKernel (0 ms total) 2022-09-27T16:45:55.2278439Z 2022-09-27T16:45:55.2278558Z [----------] Global test environment tear-down 2022-09-27T16:45:55.2296566Z [==========] 37 tests from 2 test suites ran. (623 ms total) 2022-09-27T16:45:55.2296803Z [ PASSED ] 37 tests. 2022-09-27T16:45:55.3048778Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_legacy_test.exe" 2022-09-27T16:45:55.6400168Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:55.6400527Z [==========] Running 48 tests from 1 test suite. 2022-09-27T16:45:55.6400785Z [----------] Global test environment set-up. 2022-09-27T16:45:55.6401101Z [----------] 48 tests from OperatorRegistrationTest_LegacyLambdaBasedKernel 2022-09-27T16:45:55.6401519Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6403006Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6403514Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegisteredInConstructor_thenCanBeCalled 2022-09-27T16:45:55.6404908Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegisteredInConstructor_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6405514Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel 2022-09-27T16:45:55.6408230Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel (0 ms) 2022-09-27T16:45:55.6408910Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel 2022-09-27T16:45:55.6411393Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel (0 ms) 2022-09-27T16:45:55.6412031Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore 2022-09-27T16:45:55.6413155Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore (0 ms) 2022-09-27T16:45:55.6413887Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6415060Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6415610Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6416842Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6417385Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6418724Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6419271Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6420617Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6421188Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6422845Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6423409Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6431620Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6432210Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6432803Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6433423Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6434079Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6434713Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6435337Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6435979Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6436641Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6437272Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6437898Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6438547Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6439140Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6439703Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6440415Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6440994Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6441585Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6442173Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6442740Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6443417Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6444033Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6444647Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorVectorInput_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6445266Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithTensorVectorInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6445901Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithLegacyTensorVectorInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6446802Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithLegacyTensorVectorInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6447463Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithLegacyTensorVectorInput_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6448678Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithLegacyTensorVectorInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6449336Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithLegacyTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6450172Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithLegacyTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6450808Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithLegacyTensorListInput_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6452031Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithLegacyTensorListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6452649Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithStringListOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6453890Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithStringListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6454473Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6455817Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6456388Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6457726Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6458285Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6460247Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6460855Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithUnorderedMapInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6461553Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithUnorderedMapInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6462166Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithUnorderedMapInput_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6463439Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithUnorderedMapInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6464127Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithUnorderedMapOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6465311Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithUnorderedMapOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6465880Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithMapOfList_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6467392Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithMapOfList_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6467946Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithMapOfListOfMap_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6469681Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithMapOfListOfMap_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6470239Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithListOfMap_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6471785Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithListOfMap_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6472353Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithListOfMapOfIntList_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6474087Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithListOfMapOfIntList_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6474684Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6475740Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6476379Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6477384Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6478014Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6479399Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6479999Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6481337Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6481949Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled 2022-09-27T16:45:55.6483261Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:55.6483878Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed 2022-09-27T16:45:55.6484962Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed (0 ms) 2022-09-27T16:45:55.6485500Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema 2022-09-27T16:45:55.6486896Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema (0 ms) 2022-09-27T16:45:56.2605762Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails 2022-09-27T16:45:56.2606585Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails (611 ms) 2022-09-27T16:45:56.2607187Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails 2022-09-27T16:45:56.2612832Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails (0 ms) 2022-09-27T16:45:56.2613430Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails 2022-09-27T16:45:56.2636491Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails (2 ms) 2022-09-27T16:45:56.2637078Z [ RUN ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails 2022-09-27T16:45:56.2654667Z [ OK ] OperatorRegistrationTest_LegacyLambdaBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails (1 ms) 2022-09-27T16:45:56.2655168Z [----------] 48 tests from OperatorRegistrationTest_LegacyLambdaBasedKernel (625 ms total) 2022-09-27T16:45:56.2655385Z 2022-09-27T16:45:56.2655508Z [----------] Global test environment tear-down 2022-09-27T16:45:56.2675193Z [==========] 48 tests from 1 test suite ran. (625 ms total) 2022-09-27T16:45:56.2675431Z [ PASSED ] 48 tests. 2022-09-27T16:45:56.3438826Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_lambda_test.exe" 2022-09-27T16:45:56.6782312Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:56.6782678Z [==========] Running 36 tests from 1 test suite. 2022-09-27T16:45:56.6782931Z [----------] Global test environment set-up. 2022-09-27T16:45:56.6783237Z [----------] 36 tests from OperatorRegistrationTest_LambdaBasedKernel 2022-09-27T16:45:56.6783645Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalled 2022-09-27T16:45:56.6784642Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:56.6785123Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenOutOfLineKernel_whenRegistered_thenCanBeCalled 2022-09-27T16:45:56.6786079Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenOutOfLineKernel_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:56.6786648Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel 2022-09-27T16:45:56.6788589Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel (0 ms) 2022-09-27T16:45:56.6789241Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel 2022-09-27T16:45:56.6791032Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel (0 ms) 2022-09-27T16:45:56.6791824Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore 2022-09-27T16:45:57.2808850Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore (601 ms) 2022-09-27T16:45:57.2809434Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:57.2810903Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:57.2811489Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled 2022-09-27T16:45:57.2812525Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:57.2813046Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:57.2814381Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:57.2814898Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:57.2816079Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:57.2816617Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:57.2818043Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:57.2818585Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:57.2819628Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:57.2820165Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled 2022-09-27T16:45:57.2821775Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:57.2822344Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:57.2823330Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:57.2823930Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:57.2824665Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:57.2825268Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:57.2825937Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:57.2826545Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:57.2827281Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:57.2827844Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:57.2828728Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:57.2829356Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:57.2830028Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:57.2830557Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:57.2831501Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:57.2832059Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:57.2832751Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:57.2833313Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:57.2834180Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:57.2834747Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:57.2835378Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:57.2835931Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:57.2837305Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:57.2837836Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:57.2839170Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:57.2839678Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:57.2840924Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:57.2841476Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled 2022-09-27T16:45:57.2842489Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:57.2843090Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled 2022-09-27T16:45:57.2844077Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:57.2844674Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:57.2845704Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:57.2846267Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:57.2847239Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:57.2847823Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled 2022-09-27T16:45:57.2848995Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:57.2849577Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed 2022-09-27T16:45:57.2850394Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed (0 ms) 2022-09-27T16:45:57.2850902Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema 2022-09-27T16:45:57.2852454Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema (0 ms) 2022-09-27T16:45:57.2853002Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails 2022-09-27T16:45:57.2866272Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails (1 ms) 2022-09-27T16:45:57.2866828Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails 2022-09-27T16:45:57.2872891Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails (0 ms) 2022-09-27T16:45:57.2873433Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails 2022-09-27T16:45:57.2894612Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails (2 ms) 2022-09-27T16:45:57.2895164Z [ RUN ] OperatorRegistrationTest_LambdaBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails 2022-09-27T16:45:57.2911168Z [ OK ] OperatorRegistrationTest_LambdaBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails (1 ms) 2022-09-27T16:45:57.2911649Z [----------] 36 tests from OperatorRegistrationTest_LambdaBasedKernel (612 ms total) 2022-09-27T16:45:57.2911855Z 2022-09-27T16:45:57.2911974Z [----------] Global test environment tear-down 2022-09-27T16:45:57.2929278Z [==========] 36 tests from 1 test suite ran. (612 ms total) 2022-09-27T16:45:57.2929521Z [ PASSED ] 36 tests. 2022-09-27T16:45:57.3673011Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\kernel_stackbased_test.exe" 2022-09-27T16:45:57.7034346Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:57.7034719Z [==========] Running 9 tests from 1 test suite. 2022-09-27T16:45:57.7034975Z [----------] Global test environment set-up. 2022-09-27T16:45:57.7035274Z [----------] 9 tests from OperatorRegistrationTest_StackBasedKernel 2022-09-27T16:45:57.7035667Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.givenKernel_whenRegistered_thenCanBeCalled 2022-09-27T16:45:57.7036445Z [ OK ] OperatorRegistrationTest_StackBasedKernel.givenKernel_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:57.7036983Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel 2022-09-27T16:45:57.7039057Z [ OK ] OperatorRegistrationTest_StackBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel (0 ms) 2022-09-27T16:45:57.7039697Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel 2022-09-27T16:45:57.7041356Z [ OK ] OperatorRegistrationTest_StackBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel (0 ms) 2022-09-27T16:45:57.7041952Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore 2022-09-27T16:45:58.3076953Z [ OK ] OperatorRegistrationTest_StackBasedKernel.givenKernel_whenRegistrationRunsOutOfScope_thenCannotBeCalledAnymore (603 ms) 2022-09-27T16:45:58.3077795Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled 2022-09-27T16:45:58.3079256Z [ OK ] OperatorRegistrationTest_StackBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:58.3079856Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled 2022-09-27T16:45:58.3080935Z [ OK ] OperatorRegistrationTest_StackBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:58.3081586Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenFailsBecauseItCannotInferFromStackBasedKernel 2022-09-27T16:45:58.3083059Z [ OK ] OperatorRegistrationTest_StackBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenFailsBecauseItCannotInferFromStackBasedKernel (0 ms) 2022-09-27T16:45:58.3083647Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.givenKernel_whenRegistered_thenCanAlsoBeCalledUnboxed 2022-09-27T16:45:58.3084293Z [ OK ] OperatorRegistrationTest_StackBasedKernel.givenKernel_whenRegistered_thenCanAlsoBeCalledUnboxed (0 ms) 2022-09-27T16:45:58.3084856Z [ RUN ] OperatorRegistrationTest_StackBasedKernel.callKernelsWithDispatchKeySetConvention_redispatchesToLowerPriorityKernels 2022-09-27T16:45:58.3161056Z [ OK ] OperatorRegistrationTest_StackBasedKernel.callKernelsWithDispatchKeySetConvention_redispatchesToLowerPriorityKernels (7 ms) 2022-09-27T16:45:58.3161569Z [----------] 9 tests from OperatorRegistrationTest_StackBasedKernel (612 ms total) 2022-09-27T16:45:58.3161778Z 2022-09-27T16:45:58.3161892Z [----------] Global test environment tear-down 2022-09-27T16:45:58.3174793Z [==========] 9 tests from 1 test suite ran. (612 ms total) 2022-09-27T16:45:58.3175035Z [ PASSED ] 9 tests. 2022-09-27T16:45:58.3902390Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\lazy_tensor_test.exe" 2022-09-27T16:45:58.7256859Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:58.7257224Z [==========] Running 2 tests from 2 test suites. 2022-09-27T16:45:58.7257465Z [----------] Global test environment set-up. 2022-09-27T16:45:58.7257706Z [----------] 1 test from XlaTensorTest 2022-09-27T16:45:58.7257944Z [ RUN ] XlaTensorTest.TestNoStorage 2022-09-27T16:45:58.7258202Z [ OK ] XlaTensorTest.TestNoStorage (0 ms) 2022-09-27T16:45:58.7258465Z [----------] 1 test from XlaTensorTest (0 ms total) 2022-09-27T16:45:58.7258613Z 2022-09-27T16:45:58.7258720Z [----------] 1 test from LazyTensorTest 2022-09-27T16:45:58.7258942Z [ RUN ] LazyTensorTest.TestNoStorage 2022-09-27T16:45:58.7259201Z [ OK ] LazyTensorTest.TestNoStorage (0 ms) 2022-09-27T16:45:58.7259464Z [----------] 1 test from LazyTensorTest (0 ms total) 2022-09-27T16:45:58.7259617Z 2022-09-27T16:45:58.7259729Z [----------] Global test environment tear-down 2022-09-27T16:45:58.7268583Z [==========] 2 tests from 2 test suites ran. (0 ms total) 2022-09-27T16:45:58.7268817Z [ PASSED ] 2 tests. 2022-09-27T16:45:58.7948802Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\List_test.exe" 2022-09-27T16:45:59.1282722Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:59.1283080Z [==========] Running 139 tests from 3 test suites. 2022-09-27T16:45:59.1283336Z [----------] Global test environment set-up. 2022-09-27T16:45:59.1283584Z [----------] 67 tests from ListTest_IValueBasedList 2022-09-27T16:45:59.1283922Z [ RUN ] ListTest_IValueBasedList.givenEmptyList_whenCallingEmpty_thenReturnsTrue 2022-09-27T16:45:59.1284316Z [ OK ] ListTest_IValueBasedList.givenEmptyList_whenCallingEmpty_thenReturnsTrue (0 ms) 2022-09-27T16:45:59.1284714Z [ RUN ] ListTest_IValueBasedList.givenNonemptyList_whenCallingEmpty_thenReturnsFalse 2022-09-27T16:45:59.1285295Z [ OK ] ListTest_IValueBasedList.givenNonemptyList_whenCallingEmpty_thenReturnsFalse (0 ms) 2022-09-27T16:45:59.1285692Z [ RUN ] ListTest_IValueBasedList.givenEmptyList_whenCallingSize_thenReturnsZero 2022-09-27T16:45:59.1286067Z [ OK ] ListTest_IValueBasedList.givenEmptyList_whenCallingSize_thenReturnsZero (0 ms) 2022-09-27T16:45:59.1286495Z [ RUN ] ListTest_IValueBasedList.givenNonemptyList_whenCallingSize_thenReturnsNumberOfElements 2022-09-27T16:45:59.1286945Z [ OK ] ListTest_IValueBasedList.givenNonemptyList_whenCallingSize_thenReturnsNumberOfElements (0 ms) 2022-09-27T16:45:59.1287450Z [ RUN ] ListTest_IValueBasedList.givenNonemptyList_whenCallingClear_thenIsEmpty 2022-09-27T16:45:59.1287842Z [ OK ] ListTest_IValueBasedList.givenNonemptyList_whenCallingClear_thenIsEmpty (0 ms) 2022-09-27T16:45:59.1288275Z [ RUN ] ListTest_IValueBasedList.whenCallingGetWithExistingPosition_thenReturnsElement 2022-09-27T16:45:59.1288735Z [ OK ] ListTest_IValueBasedList.whenCallingGetWithExistingPosition_thenReturnsElement (0 ms) 2022-09-27T16:45:59.1289308Z [ RUN ] ListTest_IValueBasedList.whenCallingGetWithNonExistingPosition_thenThrowsException 2022-09-27T16:45:59.1289992Z [ OK ] ListTest_IValueBasedList.whenCallingGetWithNonExistingPosition_thenThrowsException (0 ms) 2022-09-27T16:45:59.1290463Z [ RUN ] ListTest_IValueBasedList.whenCallingExtractWithExistingPosition_thenReturnsElement 2022-09-27T16:45:59.1290948Z [ OK ] ListTest_IValueBasedList.whenCallingExtractWithExistingPosition_thenReturnsElement (0 ms) 2022-09-27T16:45:59.1291512Z [ RUN ] ListTest_IValueBasedList.whenCallingExtractWithExistingPosition_thenListElementBecomesInvalid 2022-09-27T16:45:59.1292043Z [ OK ] ListTest_IValueBasedList.whenCallingExtractWithExistingPosition_thenListElementBecomesInvalid (0 ms) 2022-09-27T16:45:59.1292564Z [ RUN ] ListTest_IValueBasedList.whenCallingExtractWithNonExistingPosition_thenThrowsException 2022-09-27T16:45:59.1293074Z [ OK ] ListTest_IValueBasedList.whenCallingExtractWithNonExistingPosition_thenThrowsException (0 ms) 2022-09-27T16:45:59.1293584Z [ RUN ] ListTest_IValueBasedList.whenCallingCopyingSetWithExistingPosition_thenChangesElement 2022-09-27T16:45:59.1294157Z [ OK ] ListTest_IValueBasedList.whenCallingCopyingSetWithExistingPosition_thenChangesElement (0 ms) 2022-09-27T16:45:59.1294647Z [ RUN ] ListTest_IValueBasedList.whenCallingMovingSetWithExistingPosition_thenChangesElement 2022-09-27T16:45:59.1295176Z [ OK ] ListTest_IValueBasedList.whenCallingMovingSetWithExistingPosition_thenChangesElement (0 ms) 2022-09-27T16:45:59.1295692Z [ RUN ] ListTest_IValueBasedList.whenCallingCopyingSetWithNonExistingPosition_thenThrowsException 2022-09-27T16:45:59.1296218Z [ OK ] ListTest_IValueBasedList.whenCallingCopyingSetWithNonExistingPosition_thenThrowsException (0 ms) 2022-09-27T16:45:59.1296741Z [ RUN ] ListTest_IValueBasedList.whenCallingMovingSetWithNonExistingPosition_thenThrowsException 2022-09-27T16:45:59.1297258Z [ OK ] ListTest_IValueBasedList.whenCallingMovingSetWithNonExistingPosition_thenThrowsException (0 ms) 2022-09-27T16:45:59.1297780Z [ RUN ] ListTest_IValueBasedList.whenCallingAccessOperatorWithExistingPosition_thenReturnsElement 2022-09-27T16:45:59.1298299Z [ OK ] ListTest_IValueBasedList.whenCallingAccessOperatorWithExistingPosition_thenReturnsElement (0 ms) 2022-09-27T16:45:59.1298834Z [ RUN ] ListTest_IValueBasedList.whenAssigningToAccessOperatorWithExistingPosition_thenSetsElement 2022-09-27T16:45:59.1299379Z [ OK ] ListTest_IValueBasedList.whenAssigningToAccessOperatorWithExistingPosition_thenSetsElement (0 ms) 2022-09-27T16:45:59.1299917Z [ RUN ] ListTest_IValueBasedList.whenAssigningToAccessOperatorFromAccessOperator_thenSetsElement 2022-09-27T16:45:59.1300447Z [ OK ] ListTest_IValueBasedList.whenAssigningToAccessOperatorFromAccessOperator_thenSetsElement (0 ms) 2022-09-27T16:45:59.1300998Z [ RUN ] ListTest_IValueBasedList.whenSwappingFromAccessOperator_thenSwapsElements 2022-09-27T16:45:59.1301434Z [ OK ] ListTest_IValueBasedList.whenSwappingFromAccessOperator_thenSwapsElements (0 ms) 2022-09-27T16:45:59.1301916Z [ RUN ] ListTest_IValueBasedList.whenCallingAccessOperatorWithNonExistingPosition_thenThrowsException 2022-09-27T16:45:59.1302470Z [ OK ] ListTest_IValueBasedList.whenCallingAccessOperatorWithNonExistingPosition_thenThrowsException (0 ms) 2022-09-27T16:45:59.1302982Z [ RUN ] ListTest_IValueBasedList.whenCallingInsertOnIteratorWithLValue_thenInsertsElement 2022-09-27T16:45:59.1303510Z [ OK ] ListTest_IValueBasedList.whenCallingInsertOnIteratorWithLValue_thenInsertsElement (0 ms) 2022-09-27T16:45:59.1303980Z [ RUN ] ListTest_IValueBasedList.whenCallingInsertOnIteratorWithRValue_thenInsertsElement 2022-09-27T16:45:59.1304449Z [ OK ] ListTest_IValueBasedList.whenCallingInsertOnIteratorWithRValue_thenInsertsElement (0 ms) 2022-09-27T16:45:59.1304921Z [ RUN ] ListTest_IValueBasedList.whenCallingInsertWithLValue_thenReturnsIteratorToNewElement 2022-09-27T16:45:59.1305379Z [ OK ] ListTest_IValueBasedList.whenCallingInsertWithLValue_thenReturnsIteratorToNewElement (0 ms) 2022-09-27T16:45:59.1305843Z [ RUN ] ListTest_IValueBasedList.whenCallingInsertWithRValue_thenReturnsIteratorToNewElement 2022-09-27T16:45:59.1306305Z [ OK ] ListTest_IValueBasedList.whenCallingInsertWithRValue_thenReturnsIteratorToNewElement (0 ms) 2022-09-27T16:45:59.1306749Z [ RUN ] ListTest_IValueBasedList.whenCallingEmplaceWithLValue_thenInsertsElement 2022-09-27T16:45:59.1307173Z [ OK ] ListTest_IValueBasedList.whenCallingEmplaceWithLValue_thenInsertsElement (0 ms) 2022-09-27T16:45:59.1307592Z [ RUN ] ListTest_IValueBasedList.whenCallingEmplaceWithRValue_thenInsertsElement 2022-09-27T16:45:59.1308006Z [ OK ] ListTest_IValueBasedList.whenCallingEmplaceWithRValue_thenInsertsElement (0 ms) 2022-09-27T16:45:59.1308439Z [ RUN ] ListTest_IValueBasedList.whenCallingEmplaceWithConstructorArg_thenInsertsElement 2022-09-27T16:45:59.1308909Z [ OK ] ListTest_IValueBasedList.whenCallingEmplaceWithConstructorArg_thenInsertsElement (0 ms) 2022-09-27T16:45:59.1309351Z [ RUN ] ListTest_IValueBasedList.whenCallingPushBackWithLValue_ThenInsertsElement 2022-09-27T16:45:59.1309777Z [ OK ] ListTest_IValueBasedList.whenCallingPushBackWithLValue_ThenInsertsElement (0 ms) 2022-09-27T16:45:59.1310203Z [ RUN ] ListTest_IValueBasedList.whenCallingPushBackWithRValue_ThenInsertsElement 2022-09-27T16:45:59.1310626Z [ OK ] ListTest_IValueBasedList.whenCallingPushBackWithRValue_ThenInsertsElement (0 ms) 2022-09-27T16:45:59.1311057Z [ RUN ] ListTest_IValueBasedList.whenCallingEmplaceBackWithLValue_ThenInsertsElement 2022-09-27T16:45:59.1311491Z [ OK ] ListTest_IValueBasedList.whenCallingEmplaceBackWithLValue_ThenInsertsElement (0 ms) 2022-09-27T16:45:59.1311932Z [ RUN ] ListTest_IValueBasedList.whenCallingEmplaceBackWithRValue_ThenInsertsElement 2022-09-27T16:45:59.1312373Z [ OK ] ListTest_IValueBasedList.whenCallingEmplaceBackWithRValue_ThenInsertsElement (0 ms) 2022-09-27T16:45:59.1312838Z [ RUN ] ListTest_IValueBasedList.whenCallingEmplaceBackWithConstructorArg_ThenInsertsElement 2022-09-27T16:45:59.1313333Z [ OK ] ListTest_IValueBasedList.whenCallingEmplaceBackWithConstructorArg_ThenInsertsElement (0 ms) 2022-09-27T16:45:59.1313761Z [ RUN ] ListTest_IValueBasedList.givenEmptyList_whenIterating_thenBeginIsEnd 2022-09-27T16:45:59.1314122Z [ OK ] ListTest_IValueBasedList.givenEmptyList_whenIterating_thenBeginIsEnd (0 ms) 2022-09-27T16:45:59.1314479Z [ RUN ] ListTest_IValueBasedList.whenIterating_thenFindsElements 2022-09-27T16:45:59.1314824Z [ OK ] ListTest_IValueBasedList.whenIterating_thenFindsElements (0 ms) 2022-09-27T16:45:59.1315196Z [ RUN ] ListTest_IValueBasedList.whenIteratingWithForeach_thenFindsElements 2022-09-27T16:45:59.1315638Z [ OK ] ListTest_IValueBasedList.whenIteratingWithForeach_thenFindsElements (0 ms) 2022-09-27T16:45:59.1316034Z [ RUN ] ListTest_IValueBasedList.givenOneElementList_whenErasing_thenListIsEmpty 2022-09-27T16:45:59.1316431Z [ OK ] ListTest_IValueBasedList.givenOneElementList_whenErasing_thenListIsEmpty (0 ms) 2022-09-27T16:45:59.1316795Z [ RUN ] ListTest_IValueBasedList.givenList_whenErasing_thenReturnsIterator 2022-09-27T16:45:59.1317155Z [ OK ] ListTest_IValueBasedList.givenList_whenErasing_thenReturnsIterator (0 ms) 2022-09-27T16:45:59.1317515Z [ RUN ] ListTest_IValueBasedList.givenList_whenErasingFullRange_thenIsEmpty 2022-09-27T16:45:59.1317920Z [ OK ] ListTest_IValueBasedList.givenList_whenErasingFullRange_thenIsEmpty (0 ms) 2022-09-27T16:45:59.1318279Z [ RUN ] ListTest_IValueBasedList.whenCallingReserve_thenDoesntCrash 2022-09-27T16:45:59.1318633Z [ OK ] ListTest_IValueBasedList.whenCallingReserve_thenDoesntCrash (0 ms) 2022-09-27T16:45:59.1318988Z [ RUN ] ListTest_IValueBasedList.whenCopyConstructingList_thenAreEqual 2022-09-27T16:45:59.1319368Z [ OK ] ListTest_IValueBasedList.whenCopyConstructingList_thenAreEqual (0 ms) 2022-09-27T16:45:59.1319736Z [ RUN ] ListTest_IValueBasedList.whenCopyAssigningList_thenAreEqual 2022-09-27T16:45:59.1320098Z [ OK ] ListTest_IValueBasedList.whenCopyAssigningList_thenAreEqual (0 ms) 2022-09-27T16:45:59.1320443Z [ RUN ] ListTest_IValueBasedList.whenCopyingList_thenAreEqual 2022-09-27T16:45:59.1320777Z [ OK ] ListTest_IValueBasedList.whenCopyingList_thenAreEqual (0 ms) 2022-09-27T16:45:59.1321127Z [ RUN ] ListTest_IValueBasedList.whenMoveConstructingList_thenNewIsCorrect 2022-09-27T16:45:59.1321514Z [ OK ] ListTest_IValueBasedList.whenMoveConstructingList_thenNewIsCorrect (0 ms) 2022-09-27T16:45:59.1321894Z [ RUN ] ListTest_IValueBasedList.whenMoveAssigningList_thenNewIsCorrect 2022-09-27T16:45:59.1322272Z [ OK ] ListTest_IValueBasedList.whenMoveAssigningList_thenNewIsCorrect (0 ms) 2022-09-27T16:45:59.1322656Z [ RUN ] ListTest_IValueBasedList.whenMoveConstructingList_thenOldIsUnchanged 2022-09-27T16:45:59.1323051Z [ OK ] ListTest_IValueBasedList.whenMoveConstructingList_thenOldIsUnchanged (0 ms) 2022-09-27T16:45:59.1323439Z [ RUN ] ListTest_IValueBasedList.whenMoveAssigningList_thenOldIsUnchanged 2022-09-27T16:45:59.1323808Z [ OK ] ListTest_IValueBasedList.whenMoveAssigningList_thenOldIsUnchanged (0 ms) 2022-09-27T16:45:59.1324249Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition 2022-09-27T16:45:59.1324754Z [ OK ] ListTest_IValueBasedList.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 2022-09-27T16:45:59.1325248Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition 2022-09-27T16:45:59.1325741Z [ OK ] ListTest_IValueBasedList.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-09-27T16:45:59.1326233Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenPostfixDecrementing_thenMovesToNextAndReturnsOldPosition 2022-09-27T16:45:59.1326724Z [ OK ] ListTest_IValueBasedList.givenIterator_whenPostfixDecrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 2022-09-27T16:45:59.1327204Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenPrefixDecrementing_thenMovesToNextAndReturnsNewPosition 2022-09-27T16:45:59.1327690Z [ OK ] ListTest_IValueBasedList.givenIterator_whenPrefixDecrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-09-27T16:45:59.1328167Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenIncreasing_thenMovesToNextAndReturnsNewPosition 2022-09-27T16:45:59.1328631Z [ OK ] ListTest_IValueBasedList.givenIterator_whenIncreasing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-09-27T16:45:59.1329137Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenDecreasing_thenMovesToNextAndReturnsNewPosition 2022-09-27T16:45:59.1329596Z [ OK ] ListTest_IValueBasedList.givenIterator_whenDecreasing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-09-27T16:45:59.1330013Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenAdding_thenReturnsNewIterator 2022-09-27T16:45:59.1330387Z [ OK ] ListTest_IValueBasedList.givenIterator_whenAdding_thenReturnsNewIterator (0 ms) 2022-09-27T16:45:59.1330786Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenSubtracting_thenReturnsNewIterator 2022-09-27T16:45:59.1331271Z [ OK ] ListTest_IValueBasedList.givenIterator_whenSubtracting_thenReturnsNewIterator (0 ms) 2022-09-27T16:45:59.1331748Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenCalculatingDifference_thenReturnsCorrectNumber 2022-09-27T16:45:59.1332203Z [ OK ] ListTest_IValueBasedList.givenIterator_whenCalculatingDifference_thenReturnsCorrectNumber (0 ms) 2022-09-27T16:45:59.1332606Z [ RUN ] ListTest_IValueBasedList.givenEqualIterators_thenAreEqual 2022-09-27T16:45:59.1332962Z [ OK ] ListTest_IValueBasedList.givenEqualIterators_thenAreEqual (0 ms) 2022-09-27T16:45:59.1333317Z [ RUN ] ListTest_IValueBasedList.givenDifferentIterators_thenAreNotEqual 2022-09-27T16:45:59.1333702Z [ OK ] ListTest_IValueBasedList.givenDifferentIterators_thenAreNotEqual (0 ms) 2022-09-27T16:45:59.1334109Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenDereferencing_thenPointsToCorrectElement 2022-09-27T16:45:59.1334539Z [ OK ] ListTest_IValueBasedList.givenIterator_whenDereferencing_thenPointsToCorrectElement (0 ms) 2022-09-27T16:45:59.1334951Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenAssigningNewValue_thenChangesValue 2022-09-27T16:45:59.1335357Z [ OK ] ListTest_IValueBasedList.givenIterator_whenAssigningNewValue_thenChangesValue (0 ms) 2022-09-27T16:45:59.1335785Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenAssigningNewValueFromIterator_thenChangesValue 2022-09-27T16:45:59.1336230Z [ OK ] ListTest_IValueBasedList.givenIterator_whenAssigningNewValueFromIterator_thenChangesValue (0 ms) 2022-09-27T16:45:59.1336680Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenSwappingValuesFromIterator_thenChangesValue 2022-09-27T16:45:59.1337126Z [ OK ] ListTest_IValueBasedList.givenIterator_whenSwappingValuesFromIterator_thenChangesValue (0 ms) 2022-09-27T16:45:59.1337549Z [ RUN ] ListTest_IValueBasedList.givenOneElementList_whenCallingPopBack_thenIsEmpty 2022-09-27T16:45:59.1337956Z [ OK ] ListTest_IValueBasedList.givenOneElementList_whenCallingPopBack_thenIsEmpty (0 ms) 2022-09-27T16:45:59.1338379Z [ RUN ] ListTest_IValueBasedList.givenEmptyList_whenCallingResize_thenResizesAndSetsEmptyValue 2022-09-27T16:45:59.1338819Z [ OK ] ListTest_IValueBasedList.givenEmptyList_whenCallingResize_thenResizesAndSetsEmptyValue (0 ms) 2022-09-27T16:45:59.1339252Z [ RUN ] ListTest_IValueBasedList.givenEmptyList_whenCallingResizeWithValue_thenResizesAndSetsValue 2022-09-27T16:45:59.1339708Z [ OK ] ListTest_IValueBasedList.givenEmptyList_whenCallingResizeWithValue_thenResizesAndSetsValue (0 ms) 2022-09-27T16:45:59.1340078Z [ RUN ] ListTest_IValueBasedList.isReferenceType 2022-09-27T16:45:59.1340374Z [ OK ] ListTest_IValueBasedList.isReferenceType (0 ms) 2022-09-27T16:45:59.1340687Z [ RUN ] ListTest_IValueBasedList.copyHasSeparateStorage 2022-09-27T16:45:59.1341015Z [ OK ] ListTest_IValueBasedList.copyHasSeparateStorage (0 ms) 2022-09-27T16:45:59.1341332Z [ RUN ] ListTest_IValueBasedList.givenEqualLists_thenIsEqual 2022-09-27T16:45:59.1341737Z [ OK ] ListTest_IValueBasedList.givenEqualLists_thenIsEqual (0 ms) 2022-09-27T16:45:59.1342082Z [ RUN ] ListTest_IValueBasedList.givenDifferentLists_thenIsNotEqual 2022-09-27T16:45:59.1342439Z [ OK ] ListTest_IValueBasedList.givenDifferentLists_thenIsNotEqual (0 ms) 2022-09-27T16:45:59.1342762Z [----------] 67 tests from ListTest_IValueBasedList (0 ms total) 2022-09-27T16:45:59.1342930Z 2022-09-27T16:45:59.1343100Z [----------] 68 tests from ListTest_NonIValueBasedList 2022-09-27T16:45:59.1343440Z [ RUN ] ListTest_NonIValueBasedList.givenEmptyList_whenCallingEmpty_thenReturnsTrue 2022-09-27T16:45:59.1343841Z [ OK ] ListTest_NonIValueBasedList.givenEmptyList_whenCallingEmpty_thenReturnsTrue (0 ms) 2022-09-27T16:45:59.1344248Z [ RUN ] ListTest_NonIValueBasedList.givenNonemptyList_whenCallingEmpty_thenReturnsFalse 2022-09-27T16:45:59.1344665Z [ OK ] ListTest_NonIValueBasedList.givenNonemptyList_whenCallingEmpty_thenReturnsFalse (0 ms) 2022-09-27T16:45:59.1345058Z [ RUN ] ListTest_NonIValueBasedList.givenEmptyList_whenCallingSize_thenReturnsZero 2022-09-27T16:45:59.1345494Z [ OK ] ListTest_NonIValueBasedList.givenEmptyList_whenCallingSize_thenReturnsZero (0 ms) 2022-09-27T16:45:59.1345922Z [ RUN ] ListTest_NonIValueBasedList.givenNonemptyList_whenCallingSize_thenReturnsNumberOfElements 2022-09-27T16:45:59.1346381Z [ OK ] ListTest_NonIValueBasedList.givenNonemptyList_whenCallingSize_thenReturnsNumberOfElements (0 ms) 2022-09-27T16:45:59.1346804Z [ RUN ] ListTest_NonIValueBasedList.givenNonemptyList_whenCallingClear_thenIsEmpty 2022-09-27T16:45:59.1347204Z [ OK ] ListTest_NonIValueBasedList.givenNonemptyList_whenCallingClear_thenIsEmpty (0 ms) 2022-09-27T16:45:59.1347640Z [ RUN ] ListTest_NonIValueBasedList.whenCallingGetWithExistingPosition_thenReturnsElement 2022-09-27T16:45:59.1348099Z [ OK ] ListTest_NonIValueBasedList.whenCallingGetWithExistingPosition_thenReturnsElement (0 ms) 2022-09-27T16:45:59.1348585Z [ RUN ] ListTest_NonIValueBasedList.whenCallingGetWithNonExistingPosition_thenThrowsException 2022-09-27T16:45:59.1349085Z [ OK ] ListTest_NonIValueBasedList.whenCallingGetWithNonExistingPosition_thenThrowsException (0 ms) 2022-09-27T16:45:59.1349580Z [ RUN ] ListTest_NonIValueBasedList.whenCallingExtractWithExistingPosition_thenReturnsElement 2022-09-27T16:45:59.1350082Z [ OK ] ListTest_NonIValueBasedList.whenCallingExtractWithExistingPosition_thenReturnsElement (0 ms) 2022-09-27T16:45:59.1350784Z [ RUN ] ListTest_NonIValueBasedList.whenCallingExtractWithNonExistingPosition_thenThrowsException 2022-09-27T16:45:59.1351315Z [ OK ] ListTest_NonIValueBasedList.whenCallingExtractWithNonExistingPosition_thenThrowsException (0 ms) 2022-09-27T16:45:59.1351824Z [ RUN ] ListTest_NonIValueBasedList.whenCallingCopyingSetWithExistingPosition_thenChangesElement 2022-09-27T16:45:59.1352351Z [ OK ] ListTest_NonIValueBasedList.whenCallingCopyingSetWithExistingPosition_thenChangesElement (0 ms) 2022-09-27T16:45:59.1352872Z [ RUN ] ListTest_NonIValueBasedList.whenCallingMovingSetWithExistingPosition_thenChangesElement 2022-09-27T16:45:59.1353391Z [ OK ] ListTest_NonIValueBasedList.whenCallingMovingSetWithExistingPosition_thenChangesElement (0 ms) 2022-09-27T16:45:59.1353915Z [ RUN ] ListTest_NonIValueBasedList.whenCallingCopyingSetWithNonExistingPosition_thenThrowsException 2022-09-27T16:45:59.1354458Z [ OK ] ListTest_NonIValueBasedList.whenCallingCopyingSetWithNonExistingPosition_thenThrowsException (0 ms) 2022-09-27T16:45:59.1354999Z [ RUN ] ListTest_NonIValueBasedList.whenCallingMovingSetWithNonExistingPosition_thenThrowsException 2022-09-27T16:45:59.1355533Z [ OK ] ListTest_NonIValueBasedList.whenCallingMovingSetWithNonExistingPosition_thenThrowsException (0 ms) 2022-09-27T16:45:59.1356115Z [ RUN ] ListTest_NonIValueBasedList.whenCallingAccessOperatorWithExistingPosition_thenReturnsElement 2022-09-27T16:45:59.1356674Z [ OK ] ListTest_NonIValueBasedList.whenCallingAccessOperatorWithExistingPosition_thenReturnsElement (0 ms) 2022-09-27T16:45:59.1357234Z [ RUN ] ListTest_NonIValueBasedList.whenAssigningToAccessOperatorWithExistingPosition_thenSetsElement 2022-09-27T16:45:59.1357798Z [ OK ] ListTest_NonIValueBasedList.whenAssigningToAccessOperatorWithExistingPosition_thenSetsElement (0 ms) 2022-09-27T16:45:59.1358411Z [ RUN ] ListTest_NonIValueBasedList.whenAssigningToAccessOperatorFromAccessOperator_thenSetsElement 2022-09-27T16:45:59.1358966Z [ OK ] ListTest_NonIValueBasedList.whenAssigningToAccessOperatorFromAccessOperator_thenSetsElement (0 ms) 2022-09-27T16:45:59.1359460Z [ RUN ] ListTest_NonIValueBasedList.whenSwappingFromAccessOperator_thenSwapsElements 2022-09-27T16:45:59.1359896Z [ OK ] ListTest_NonIValueBasedList.whenSwappingFromAccessOperator_thenSwapsElements (0 ms) 2022-09-27T16:45:59.1360407Z [ RUN ] ListTest_NonIValueBasedList.whenCallingAccessOperatorWithNonExistingPosition_thenThrowsException 2022-09-27T16:45:59.1360986Z [ OK ] ListTest_NonIValueBasedList.whenCallingAccessOperatorWithNonExistingPosition_thenThrowsException (0 ms) 2022-09-27T16:45:59.1361562Z [ RUN ] ListTest_NonIValueBasedList.whenCallingInsertOnIteratorWithLValue_thenInsertsElement 2022-09-27T16:45:59.1362053Z [ OK ] ListTest_NonIValueBasedList.whenCallingInsertOnIteratorWithLValue_thenInsertsElement (0 ms) 2022-09-27T16:45:59.1362540Z [ RUN ] ListTest_NonIValueBasedList.whenCallingInsertOnIteratorWithRValue_thenInsertsElement 2022-09-27T16:45:59.1363027Z [ OK ] ListTest_NonIValueBasedList.whenCallingInsertOnIteratorWithRValue_thenInsertsElement (0 ms) 2022-09-27T16:45:59.1363501Z [ RUN ] ListTest_NonIValueBasedList.whenCallingInsertWithLValue_thenReturnsIteratorToNewElement 2022-09-27T16:45:59.1363987Z [ OK ] ListTest_NonIValueBasedList.whenCallingInsertWithLValue_thenReturnsIteratorToNewElement (0 ms) 2022-09-27T16:45:59.1364466Z [ RUN ] ListTest_NonIValueBasedList.whenCallingInsertWithRValue_thenReturnsIteratorToNewElement 2022-09-27T16:45:59.1364947Z [ OK ] ListTest_NonIValueBasedList.whenCallingInsertWithRValue_thenReturnsIteratorToNewElement (0 ms) 2022-09-27T16:45:59.1365404Z [ RUN ] ListTest_NonIValueBasedList.whenCallingEmplaceWithLValue_thenInsertsElement 2022-09-27T16:45:59.1365843Z [ OK ] ListTest_NonIValueBasedList.whenCallingEmplaceWithLValue_thenInsertsElement (0 ms) 2022-09-27T16:45:59.1366278Z [ RUN ] ListTest_NonIValueBasedList.whenCallingEmplaceWithRValue_thenInsertsElement 2022-09-27T16:45:59.1366699Z [ OK ] ListTest_NonIValueBasedList.whenCallingEmplaceWithRValue_thenInsertsElement (0 ms) 2022-09-27T16:45:59.1367160Z [ RUN ] ListTest_NonIValueBasedList.whenCallingEmplaceWithConstructorArg_thenInsertsElement 2022-09-27T16:45:59.1367646Z [ OK ] ListTest_NonIValueBasedList.whenCallingEmplaceWithConstructorArg_thenInsertsElement (0 ms) 2022-09-27T16:45:59.1368107Z [ RUN ] ListTest_NonIValueBasedList.whenCallingPushBackWithLValue_ThenInsertsElement 2022-09-27T16:45:59.1368555Z [ OK ] ListTest_NonIValueBasedList.whenCallingPushBackWithLValue_ThenInsertsElement (0 ms) 2022-09-27T16:45:59.1368992Z [ RUN ] ListTest_NonIValueBasedList.whenCallingPushBackWithRValue_ThenInsertsElement 2022-09-27T16:45:59.1369431Z [ OK ] ListTest_NonIValueBasedList.whenCallingPushBackWithRValue_ThenInsertsElement (0 ms) 2022-09-27T16:45:59.1369872Z [ RUN ] ListTest_NonIValueBasedList.whenCallingEmplaceBackWithLValue_ThenInsertsElement 2022-09-27T16:45:59.1370336Z [ OK ] ListTest_NonIValueBasedList.whenCallingEmplaceBackWithLValue_ThenInsertsElement (0 ms) 2022-09-27T16:45:59.1370794Z [ RUN ] ListTest_NonIValueBasedList.whenCallingEmplaceBackWithRValue_ThenInsertsElement 2022-09-27T16:45:59.1371325Z [ OK ] ListTest_NonIValueBasedList.whenCallingEmplaceBackWithRValue_ThenInsertsElement (0 ms) 2022-09-27T16:45:59.1371811Z [ RUN ] ListTest_NonIValueBasedList.whenCallingEmplaceBackWithConstructorArg_ThenInsertsElement 2022-09-27T16:45:59.1372325Z [ OK ] ListTest_NonIValueBasedList.whenCallingEmplaceBackWithConstructorArg_ThenInsertsElement (0 ms) 2022-09-27T16:45:59.1372772Z [ RUN ] ListTest_NonIValueBasedList.givenEmptyList_whenIterating_thenBeginIsEnd 2022-09-27T16:45:59.1373148Z [ OK ] ListTest_NonIValueBasedList.givenEmptyList_whenIterating_thenBeginIsEnd (0 ms) 2022-09-27T16:45:59.1373560Z [ RUN ] ListTest_NonIValueBasedList.whenIterating_thenFindsElements 2022-09-27T16:45:59.1373918Z [ OK ] ListTest_NonIValueBasedList.whenIterating_thenFindsElements (0 ms) 2022-09-27T16:45:59.1374302Z [ RUN ] ListTest_NonIValueBasedList.whenIteratingWithForeach_thenFindsElements 2022-09-27T16:45:59.1374713Z [ OK ] ListTest_NonIValueBasedList.whenIteratingWithForeach_thenFindsElements (0 ms) 2022-09-27T16:45:59.1375118Z [ RUN ] ListTest_NonIValueBasedList.givenOneElementList_whenErasing_thenListIsEmpty 2022-09-27T16:45:59.1375512Z [ OK ] ListTest_NonIValueBasedList.givenOneElementList_whenErasing_thenListIsEmpty (0 ms) 2022-09-27T16:45:59.1376531Z [ RUN ] ListTest_NonIValueBasedList.givenList_whenErasing_thenReturnsIterator 2022-09-27T16:45:59.1376910Z [ OK ] ListTest_NonIValueBasedList.givenList_whenErasing_thenReturnsIterator (0 ms) 2022-09-27T16:45:59.1377290Z [ RUN ] ListTest_NonIValueBasedList.givenList_whenErasingFullRange_thenIsEmpty 2022-09-27T16:45:59.1377673Z [ OK ] ListTest_NonIValueBasedList.givenList_whenErasingFullRange_thenIsEmpty (0 ms) 2022-09-27T16:45:59.1378051Z [ RUN ] ListTest_NonIValueBasedList.whenCallingReserve_thenDoesntCrash 2022-09-27T16:45:59.1378423Z [ OK ] ListTest_NonIValueBasedList.whenCallingReserve_thenDoesntCrash (0 ms) 2022-09-27T16:45:59.1378793Z [ RUN ] ListTest_NonIValueBasedList.whenCopyConstructingList_thenAreEqual 2022-09-27T16:45:59.1379189Z [ OK ] ListTest_NonIValueBasedList.whenCopyConstructingList_thenAreEqual (0 ms) 2022-09-27T16:45:59.1379575Z [ RUN ] ListTest_NonIValueBasedList.whenCopyAssigningList_thenAreEqual 2022-09-27T16:45:59.1379952Z [ OK ] ListTest_NonIValueBasedList.whenCopyAssigningList_thenAreEqual (0 ms) 2022-09-27T16:45:59.1380311Z [ RUN ] ListTest_NonIValueBasedList.whenCopyingList_thenAreEqual 2022-09-27T16:45:59.1380660Z [ OK ] ListTest_NonIValueBasedList.whenCopyingList_thenAreEqual (0 ms) 2022-09-27T16:45:59.1381032Z [ RUN ] ListTest_NonIValueBasedList.whenMoveConstructingList_thenNewIsCorrect 2022-09-27T16:45:59.1381439Z [ OK ] ListTest_NonIValueBasedList.whenMoveConstructingList_thenNewIsCorrect (0 ms) 2022-09-27T16:45:59.1381836Z [ RUN ] ListTest_NonIValueBasedList.whenMoveAssigningList_thenNewIsCorrect 2022-09-27T16:45:59.1382233Z [ OK ] ListTest_NonIValueBasedList.whenMoveAssigningList_thenNewIsCorrect (0 ms) 2022-09-27T16:45:59.1382634Z [ RUN ] ListTest_NonIValueBasedList.whenMoveConstructingList_thenOldIsUnchanged 2022-09-27T16:45:59.1383048Z [ OK ] ListTest_NonIValueBasedList.whenMoveConstructingList_thenOldIsUnchanged (0 ms) 2022-09-27T16:45:59.1383451Z [ RUN ] ListTest_NonIValueBasedList.whenMoveAssigningList_thenOldIsUnchanged 2022-09-27T16:45:59.1383833Z [ OK ] ListTest_NonIValueBasedList.whenMoveAssigningList_thenOldIsUnchanged (0 ms) 2022-09-27T16:45:59.1384292Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition 2022-09-27T16:45:59.1384812Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 2022-09-27T16:45:59.1385319Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition 2022-09-27T16:45:59.1385826Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-09-27T16:45:59.1386333Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenPostfixDecrementing_thenMovesToNextAndReturnsOldPosition 2022-09-27T16:45:59.1386844Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenPostfixDecrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 2022-09-27T16:45:59.1387341Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenPrefixDecrementing_thenMovesToNextAndReturnsNewPosition 2022-09-27T16:45:59.1387894Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenPrefixDecrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-09-27T16:45:59.1388388Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenIncreasing_thenMovesToNextAndReturnsNewPosition 2022-09-27T16:45:59.1388865Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenIncreasing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-09-27T16:45:59.1389337Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenDecreasing_thenMovesToNextAndReturnsNewPosition 2022-09-27T16:45:59.1389809Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenDecreasing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-09-27T16:45:59.1390243Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenAdding_thenReturnsNewIterator 2022-09-27T16:45:59.1390672Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenAdding_thenReturnsNewIterator (0 ms) 2022-09-27T16:45:59.1391081Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenSubtracting_thenReturnsNewIterator 2022-09-27T16:45:59.1391505Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenSubtracting_thenReturnsNewIterator (0 ms) 2022-09-27T16:45:59.1391945Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenCalculatingDifference_thenReturnsCorrectNumber 2022-09-27T16:45:59.1392410Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenCalculatingDifference_thenReturnsCorrectNumber (0 ms) 2022-09-27T16:45:59.1392819Z [ RUN ] ListTest_NonIValueBasedList.givenEqualIterators_thenAreEqual 2022-09-27T16:45:59.1393188Z [ OK ] ListTest_NonIValueBasedList.givenEqualIterators_thenAreEqual (0 ms) 2022-09-27T16:45:59.1393554Z [ RUN ] ListTest_NonIValueBasedList.givenDifferentIterators_thenAreNotEqual 2022-09-27T16:45:59.1393951Z [ OK ] ListTest_NonIValueBasedList.givenDifferentIterators_thenAreNotEqual (0 ms) 2022-09-27T16:45:59.1394371Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenDereferencing_thenPointsToCorrectElement 2022-09-27T16:45:59.1394813Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenDereferencing_thenPointsToCorrectElement (0 ms) 2022-09-27T16:45:59.1395242Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenAssigningNewValue_thenChangesValue 2022-09-27T16:45:59.1395658Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenAssigningNewValue_thenChangesValue (0 ms) 2022-09-27T16:45:59.1396098Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenAssigningNewValueFromIterator_thenChangesValue 2022-09-27T16:45:59.1396554Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenAssigningNewValueFromIterator_thenChangesValue (0 ms) 2022-09-27T16:45:59.1397017Z [ RUN ] ListTest_NonIValueBasedList.givenIterator_whenSwappingValuesFromIterator_thenChangesValue 2022-09-27T16:45:59.1397479Z [ OK ] ListTest_NonIValueBasedList.givenIterator_whenSwappingValuesFromIterator_thenChangesValue (0 ms) 2022-09-27T16:45:59.1397914Z [ RUN ] ListTest_NonIValueBasedList.givenOneElementList_whenCallingPopBack_thenIsEmpty 2022-09-27T16:45:59.1398336Z [ OK ] ListTest_NonIValueBasedList.givenOneElementList_whenCallingPopBack_thenIsEmpty (0 ms) 2022-09-27T16:45:59.1398770Z [ RUN ] ListTest_NonIValueBasedList.givenEmptyList_whenCallingResize_thenResizesAndSetsEmptyValue 2022-09-27T16:45:59.1399220Z [ OK ] ListTest_NonIValueBasedList.givenEmptyList_whenCallingResize_thenResizesAndSetsEmptyValue (0 ms) 2022-09-27T16:45:59.1399666Z [ RUN ] ListTest_NonIValueBasedList.givenEmptyList_whenCallingResizeWithValue_thenResizesAndSetsValue 2022-09-27T16:45:59.1400131Z [ OK ] ListTest_NonIValueBasedList.givenEmptyList_whenCallingResizeWithValue_thenResizesAndSetsValue (0 ms) 2022-09-27T16:45:59.1400511Z [ RUN ] ListTest_NonIValueBasedList.isReferenceType 2022-09-27T16:45:59.1400822Z [ OK ] ListTest_NonIValueBasedList.isReferenceType (0 ms) 2022-09-27T16:45:59.1401147Z [ RUN ] ListTest_NonIValueBasedList.copyHasSeparateStorage 2022-09-27T16:45:59.1401494Z [ OK ] ListTest_NonIValueBasedList.copyHasSeparateStorage (0 ms) 2022-09-27T16:45:59.1401879Z [ RUN ] ListTest_NonIValueBasedList.givenEqualLists_thenIsEqual 2022-09-27T16:45:59.1402215Z [ OK ] ListTest_NonIValueBasedList.givenEqualLists_thenIsEqual (0 ms) 2022-09-27T16:45:59.1402572Z [ RUN ] ListTest_NonIValueBasedList.givenDifferentLists_thenIsNotEqual 2022-09-27T16:45:59.1402948Z [ OK ] ListTest_NonIValueBasedList.givenDifferentLists_thenIsNotEqual (0 ms) 2022-09-27T16:45:59.1403288Z [ RUN ] ListTest_NonIValueBasedList.isChecksIdentity 2022-09-27T16:45:59.1403601Z [ OK ] ListTest_NonIValueBasedList.isChecksIdentity (0 ms) 2022-09-27T16:45:59.1403969Z [ RUN ] ListTest_NonIValueBasedList.sameValueDifferentStorage_thenIsReturnsFalse 2022-09-27T16:45:59.1404413Z [ OK ] ListTest_NonIValueBasedList.sameValueDifferentStorage_thenIsReturnsFalse (0 ms) 2022-09-27T16:45:59.1404788Z [----------] 68 tests from ListTest_NonIValueBasedList (0 ms total) 2022-09-27T16:45:59.1404964Z 2022-09-27T16:45:59.1405057Z [----------] 4 tests from ListTest 2022-09-27T16:45:59.1405307Z [ RUN ] ListTest.canAccessStringByReference 2022-09-27T16:45:59.1405598Z [ OK ] ListTest.canAccessStringByReference (0 ms) 2022-09-27T16:45:59.1405913Z [ RUN ] ListTest.canAccessOptionalStringByReference 2022-09-27T16:45:59.1406233Z [ OK ] ListTest.canAccessOptionalStringByReference (0 ms) 2022-09-27T16:45:59.1406544Z [ RUN ] ListTest.canAccessTensorByReference 2022-09-27T16:45:59.1406831Z [ OK ] ListTest.canAccessTensorByReference (0 ms) 2022-09-27T16:45:59.1407083Z [ RUN ] ListTest.toTypedList 2022-09-27T16:45:59.1429684Z [ OK ] ListTest.toTypedList (13 ms) 2022-09-27T16:45:59.1429941Z [----------] 4 tests from ListTest (13 ms total) 2022-09-27T16:45:59.1430071Z 2022-09-27T16:45:59.1430187Z [----------] Global test environment tear-down 2022-09-27T16:45:59.1463900Z [==========] 139 tests from 3 test suites ran. (14 ms total) 2022-09-27T16:45:59.1464138Z [ PASSED ] 139 tests. 2022-09-27T16:45:59.2166594Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\make_boxed_from_unboxed_functor_test.exe" 2022-09-27T16:45:59.5486619Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:45:59.5486993Z [==========] Running 39 tests from 1 test suite. 2022-09-27T16:45:59.5487246Z [----------] Global test environment set-up. 2022-09-27T16:45:59.5487556Z [----------] 39 tests from OperatorRegistrationTest_FunctorBasedKernel 2022-09-27T16:45:59.5487945Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernel_whenRegistered_thenCanBeCalled 2022-09-27T16:45:59.5489166Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernel_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:59.5489718Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel 2022-09-27T16:45:59.5492796Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInOneRegistrar_thenCallsRightKernel (0 ms) 2022-09-27T16:45:59.5493450Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel 2022-09-27T16:45:59.5495728Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenMultipleOperatorsAndKernels_whenRegisteredInMultipleRegistrars_thenCallsRightKernel (0 ms) 2022-09-27T16:45:59.5496318Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:59.5497233Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:59.5497760Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled 2022-09-27T16:45:59.5498708Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithZeroOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:59.5499230Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:59.5500250Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:59.5500757Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:59.5501729Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:59.5502267Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:59.5503704Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:59.5504251Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:59.5505224Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntListOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:59.5505757Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled 2022-09-27T16:45:59.5507613Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:59.5508198Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:59.5509215Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorInputByReference_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:59.5509820Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:59.5510514Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorInputByValue_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:59.5511119Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:59.5511874Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorInputByReference_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:59.5512480Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:59.5513357Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorInputByValue_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:59.5513923Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:59.5514699Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:59.5515231Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:59.5516146Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:59.5516689Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:59.5517651Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:59.5518209Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:59.5519861Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithIntListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:59.5520454Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:59.5521045Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorListInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:59.5521618Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:59.5522191Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTensorListInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:59.5522803Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:59.5523692Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithDictInput_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:59.5524234Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:59.5525528Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithDictInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:59.5526059Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:59.5527243Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithDictOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:59.5527762Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTupleInput_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:59.5529104Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithTupleInput_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:59.5529619Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithCache_thenCacheIsKeptCorrectly 2022-09-27T16:45:59.5530587Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithCache_thenCacheIsKeptCorrectly (0 ms) 2022-09-27T16:45:59.5531172Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithConstructorArg_whenRegistered_thenCanBeCalled 2022-09-27T16:45:59.5532134Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithConstructorArg_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:59.5532693Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithMultipleConstructorArgs_whenRegistered_thenCanBeCalled 2022-09-27T16:45:59.5533440Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithMultipleConstructorArgs_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:59.5534032Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled 2022-09-27T16:45:59.5535107Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenFallbackKernelWithoutAnyArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:59.5535713Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled 2022-09-27T16:45:59.5536723Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenFallbackKernelWithoutTensorArguments_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:59.5537320Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:59.5538350Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithOptionalInputs_withoutOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:59.5538924Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled 2022-09-27T16:45:59.5540008Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithOptionalInputs_withOutput_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:59.5540590Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled 2022-09-27T16:45:59.5541672Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernelWithOptionalInputs_withMultipleOutputs_whenRegistered_thenCanBeCalled (0 ms) 2022-09-27T16:45:59.5542205Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed 2022-09-27T16:45:59.5542999Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernel_whenRegistered_thenCanBeCalledUnboxed (0 ms) 2022-09-27T16:45:59.5543573Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema 2022-09-27T16:45:59.5544563Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernel_whenRegisteredWithoutSpecifyingSchema_thenInfersSchema (0 ms) 2022-09-27T16:45:59.5545139Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenKernel_whenRegisteredCatchAllWithoutSpecifyingSchema_thenInfersSchema 2022-09-27T16:45:59.5546435Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenKernel_whenRegisteredCatchAllWithoutSpecifyingSchema_thenInfersSchema (0 ms) 2022-09-27T16:45:59.5547010Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails 2022-09-27T16:46:00.1614040Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenMismatchedKernel_withDifferentNumArguments_whenRegistering_thenFails (606 ms) 2022-09-27T16:46:00.1614653Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails 2022-09-27T16:46:00.1620396Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenMismatchedKernel_withDifferentArgumentType_whenRegistering_thenFails (0 ms) 2022-09-27T16:46:00.1620963Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails 2022-09-27T16:46:00.1642422Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenMismatchedKernel_withDifferentNumReturns_whenRegistering_thenFails (2 ms) 2022-09-27T16:46:00.1642975Z [ RUN ] OperatorRegistrationTest_FunctorBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails 2022-09-27T16:46:00.1659241Z [ OK ] OperatorRegistrationTest_FunctorBasedKernel.givenMismatchedKernel_withDifferentReturnTypes_whenRegistering_thenFails (1 ms) 2022-09-27T16:46:00.1659723Z [----------] 39 tests from OperatorRegistrationTest_FunctorBasedKernel (617 ms total) 2022-09-27T16:46:00.1659931Z 2022-09-27T16:46:00.1660049Z [----------] Global test environment tear-down 2022-09-27T16:46:00.1679097Z [==========] 39 tests from 1 test suite ran. (617 ms total) 2022-09-27T16:46:00.1679336Z [ PASSED ] 39 tests. 2022-09-27T16:46:00.2431128Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\math_kernel_test.exe" 2022-09-27T16:46:00.5783960Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:46:00.5784328Z [==========] Running 7 tests from 1 test suite. 2022-09-27T16:46:00.5784576Z [----------] Global test environment set-up. 2022-09-27T16:46:00.5784816Z [----------] 7 tests from MathKernelTest 2022-09-27T16:46:00.5785061Z [ RUN ] MathKernelTest.NativeGroupNorm 2022-09-27T16:46:00.5824202Z [ OK ] MathKernelTest.NativeGroupNorm (3 ms) 2022-09-27T16:46:00.5824663Z [ RUN ] MathKernelTest.NativeLayerNorm 2022-09-27T16:46:00.5868956Z [ OK ] MathKernelTest.NativeLayerNorm (4 ms) 2022-09-27T16:46:00.5869391Z [ RUN ] MathKernelTest.Addr 2022-09-27T16:46:00.5875820Z [ OK ] MathKernelTest.Addr (0 ms) 2022-09-27T16:46:00.5876199Z [ RUN ] MathKernelTest.SiluBackward 2022-09-27T16:46:00.5878089Z [ OK ] MathKernelTest.SiluBackward (0 ms) 2022-09-27T16:46:00.5878503Z [ RUN ] MathKernelTest.MishBackward 2022-09-27T16:46:00.5887510Z [ OK ] MathKernelTest.MishBackward (0 ms) 2022-09-27T16:46:00.5887920Z [ RUN ] MathKernelTest.NarrowCopy 2022-09-27T16:46:00.5888836Z [ OK ] MathKernelTest.NarrowCopy (0 ms) 2022-09-27T16:46:00.5889204Z [ RUN ] MathKernelTest.Bmm 2022-09-27T16:46:01.2016419Z [ OK ] MathKernelTest.Bmm (612 ms) 2022-09-27T16:46:01.2016723Z [----------] 7 tests from MathKernelTest (623 ms total) 2022-09-27T16:46:01.2016889Z 2022-09-27T16:46:01.2017005Z [----------] Global test environment tear-down 2022-09-27T16:46:01.2028503Z [==========] 7 tests from 1 test suite ran. (623 ms total) 2022-09-27T16:46:01.2028740Z [ PASSED ] 7 tests. 2022-09-27T16:46:01.2798676Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\MaybeOwned_test.exe" 2022-09-27T16:46:01.6163781Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:46:01.6164154Z [==========] Running 30 tests from 3 test suites. 2022-09-27T16:46:01.6164420Z [----------] Global test environment set-up. 2022-09-27T16:46:01.6164905Z [----------] 10 tests from MaybeOwnedTest/0, where TypeParam = class c10::intrusive_ptr > 2022-09-27T16:46:01.6165354Z [ RUN ] MaybeOwnedTest/0.SimpleDereferencingString 2022-09-27T16:46:01.6165640Z [ OK ] MaybeOwnedTest/0.SimpleDereferencingString (0 ms) 2022-09-27T16:46:01.6165907Z [ RUN ] MaybeOwnedTest/0.DefaultCtor 2022-09-27T16:46:01.6166146Z [ OK ] MaybeOwnedTest/0.DefaultCtor (0 ms) 2022-09-27T16:46:01.6166389Z [ RUN ] MaybeOwnedTest/0.CopyConstructor 2022-09-27T16:46:01.6166640Z [ OK ] MaybeOwnedTest/0.CopyConstructor (0 ms) 2022-09-27T16:46:01.6166895Z [ RUN ] MaybeOwnedTest/0.MoveDereferencing 2022-09-27T16:46:01.6167149Z [ OK ] MaybeOwnedTest/0.MoveDereferencing (0 ms) 2022-09-27T16:46:01.6167402Z [ RUN ] MaybeOwnedTest/0.MoveConstructor 2022-09-27T16:46:01.6167648Z [ OK ] MaybeOwnedTest/0.MoveConstructor (0 ms) 2022-09-27T16:46:01.6167912Z [ RUN ] MaybeOwnedTest/0.CopyAssignmentIntoOwned 2022-09-27T16:46:01.6168192Z [ OK ] MaybeOwnedTest/0.CopyAssignmentIntoOwned (0 ms) 2022-09-27T16:46:01.6168467Z [ RUN ] MaybeOwnedTest/0.CopyAssignmentIntoBorrowed 2022-09-27T16:46:01.6168761Z [ OK ] MaybeOwnedTest/0.CopyAssignmentIntoBorrowed (0 ms) 2022-09-27T16:46:01.6169049Z [ RUN ] MaybeOwnedTest/0.MoveAssignmentIntoOwned 2022-09-27T16:46:01.6169331Z [ OK ] MaybeOwnedTest/0.MoveAssignmentIntoOwned (0 ms) 2022-09-27T16:46:01.6169619Z [ RUN ] MaybeOwnedTest/0.MoveAssignmentIntoBorrowed 2022-09-27T16:46:01.6169912Z [ OK ] MaybeOwnedTest/0.MoveAssignmentIntoBorrowed (0 ms) 2022-09-27T16:46:01.6170189Z [ RUN ] MaybeOwnedTest/0.SelfAssignment 2022-09-27T16:46:01.6170437Z [ OK ] MaybeOwnedTest/0.SelfAssignment (0 ms) 2022-09-27T16:46:01.6170727Z [----------] 10 tests from MaybeOwnedTest/0 (0 ms total) 2022-09-27T16:46:01.6170877Z 2022-09-27T16:46:01.6171107Z [----------] 10 tests from MaybeOwnedTest/1, where TypeParam = class at::Tensor 2022-09-27T16:46:01.6171420Z [ RUN ] MaybeOwnedTest/1.SimpleDereferencingString 2022-09-27T16:46:01.6171716Z [ OK ] MaybeOwnedTest/1.SimpleDereferencingString (0 ms) 2022-09-27T16:46:01.6171978Z [ RUN ] MaybeOwnedTest/1.DefaultCtor 2022-09-27T16:46:01.6172204Z [ OK ] MaybeOwnedTest/1.DefaultCtor (0 ms) 2022-09-27T16:46:01.6172457Z [ RUN ] MaybeOwnedTest/1.CopyConstructor 2022-09-27T16:46:01.6172710Z [ OK ] MaybeOwnedTest/1.CopyConstructor (0 ms) 2022-09-27T16:46:01.6172963Z [ RUN ] MaybeOwnedTest/1.MoveDereferencing 2022-09-27T16:46:01.6173226Z [ OK ] MaybeOwnedTest/1.MoveDereferencing (0 ms) 2022-09-27T16:46:01.6173478Z [ RUN ] MaybeOwnedTest/1.MoveConstructor 2022-09-27T16:46:01.6173862Z [ OK ] MaybeOwnedTest/1.MoveConstructor (0 ms) 2022-09-27T16:46:01.6174132Z [ RUN ] MaybeOwnedTest/1.CopyAssignmentIntoOwned 2022-09-27T16:46:01.6174420Z [ OK ] MaybeOwnedTest/1.CopyAssignmentIntoOwned (0 ms) 2022-09-27T16:46:01.6174711Z [ RUN ] MaybeOwnedTest/1.CopyAssignmentIntoBorrowed 2022-09-27T16:46:01.6175008Z [ OK ] MaybeOwnedTest/1.CopyAssignmentIntoBorrowed (0 ms) 2022-09-27T16:46:01.6175284Z [ RUN ] MaybeOwnedTest/1.MoveAssignmentIntoOwned 2022-09-27T16:46:01.6175567Z [ OK ] MaybeOwnedTest/1.MoveAssignmentIntoOwned (0 ms) 2022-09-27T16:46:01.6175926Z [ RUN ] MaybeOwnedTest/1.MoveAssignmentIntoBorrowed 2022-09-27T16:46:01.6176220Z [ OK ] MaybeOwnedTest/1.MoveAssignmentIntoBorrowed (0 ms) 2022-09-27T16:46:01.6176491Z [ RUN ] MaybeOwnedTest/1.SelfAssignment 2022-09-27T16:46:01.6176737Z [ OK ] MaybeOwnedTest/1.SelfAssignment (0 ms) 2022-09-27T16:46:01.6176992Z [----------] 10 tests from MaybeOwnedTest/1 (0 ms total) 2022-09-27T16:46:01.6177144Z 2022-09-27T16:46:01.6177313Z [----------] 10 tests from MaybeOwnedTest/2, where TypeParam = struct c10::IValue 2022-09-27T16:46:01.6177622Z [ RUN ] MaybeOwnedTest/2.SimpleDereferencingString 2022-09-27T16:46:01.6177913Z [ OK ] MaybeOwnedTest/2.SimpleDereferencingString (0 ms) 2022-09-27T16:46:01.6178173Z [ RUN ] MaybeOwnedTest/2.DefaultCtor 2022-09-27T16:46:01.6178406Z [ OK ] MaybeOwnedTest/2.DefaultCtor (0 ms) 2022-09-27T16:46:01.6178635Z [ RUN ] MaybeOwnedTest/2.CopyConstructor 2022-09-27T16:46:01.6178883Z [ OK ] MaybeOwnedTest/2.CopyConstructor (0 ms) 2022-09-27T16:46:01.6179138Z [ RUN ] MaybeOwnedTest/2.MoveDereferencing 2022-09-27T16:46:01.6179394Z [ OK ] MaybeOwnedTest/2.MoveDereferencing (0 ms) 2022-09-27T16:46:01.6179646Z [ RUN ] MaybeOwnedTest/2.MoveConstructor 2022-09-27T16:46:01.6179893Z [ OK ] MaybeOwnedTest/2.MoveConstructor (0 ms) 2022-09-27T16:46:01.6180149Z [ RUN ] MaybeOwnedTest/2.CopyAssignmentIntoOwned 2022-09-27T16:46:01.6180431Z [ OK ] MaybeOwnedTest/2.CopyAssignmentIntoOwned (0 ms) 2022-09-27T16:46:01.6180715Z [ RUN ] MaybeOwnedTest/2.CopyAssignmentIntoBorrowed 2022-09-27T16:46:01.6181005Z [ OK ] MaybeOwnedTest/2.CopyAssignmentIntoBorrowed (0 ms) 2022-09-27T16:46:01.6181289Z [ RUN ] MaybeOwnedTest/2.MoveAssignmentIntoOwned 2022-09-27T16:46:01.6181556Z [ OK ] MaybeOwnedTest/2.MoveAssignmentIntoOwned (0 ms) 2022-09-27T16:46:01.6181841Z [ RUN ] MaybeOwnedTest/2.MoveAssignmentIntoBorrowed 2022-09-27T16:46:01.6182132Z [ OK ] MaybeOwnedTest/2.MoveAssignmentIntoBorrowed (0 ms) 2022-09-27T16:46:01.6182400Z [ RUN ] MaybeOwnedTest/2.SelfAssignment 2022-09-27T16:46:01.6182644Z [ OK ] MaybeOwnedTest/2.SelfAssignment (0 ms) 2022-09-27T16:46:01.6182903Z [----------] 10 tests from MaybeOwnedTest/2 (0 ms total) 2022-09-27T16:46:01.6183052Z 2022-09-27T16:46:01.6183152Z [----------] Global test environment tear-down 2022-09-27T16:46:01.6187945Z [==========] 30 tests from 3 test suites ran. (0 ms total) 2022-09-27T16:46:01.6188159Z [ PASSED ] 30 tests. 2022-09-27T16:46:01.6890713Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_format_test.exe" 2022-09-27T16:46:02.0209326Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:46:02.0209704Z [==========] Running 4 tests from 1 test suite. 2022-09-27T16:46:02.0209954Z [----------] Global test environment set-up. 2022-09-27T16:46:02.0210188Z [----------] 4 tests from MemoryFormatTest 2022-09-27T16:46:02.0210473Z [ RUN ] MemoryFormatTest.SetMemoryFormat 2022-09-27T16:46:02.0211638Z [ OK ] MemoryFormatTest.SetMemoryFormat (0 ms) 2022-09-27T16:46:02.0211948Z [ RUN ] MemoryFormatTest.TransposeMemoryFormat 2022-09-27T16:46:02.0212426Z [ OK ] MemoryFormatTest.TransposeMemoryFormat (0 ms) 2022-09-27T16:46:02.0212952Z [ RUN ] MemoryFormatTest.SliceStepTwoMemoryFormat 2022-09-27T16:46:02.0214087Z [ OK ] MemoryFormatTest.SliceStepTwoMemoryFormat (0 ms) 2022-09-27T16:46:02.0214411Z [ RUN ] MemoryFormatTest.SliceFirstMemoryFormat 2022-09-27T16:46:02.0214773Z [ OK ] MemoryFormatTest.SliceFirstMemoryFormat (0 ms) 2022-09-27T16:46:02.0215063Z [----------] 4 tests from MemoryFormatTest (0 ms total) 2022-09-27T16:46:02.0215220Z 2022-09-27T16:46:02.0215333Z [----------] Global test environment tear-down 2022-09-27T16:46:02.0226881Z [==========] 4 tests from 1 test suite ran. (0 ms total) 2022-09-27T16:46:02.0227108Z [ PASSED ] 4 tests. 2022-09-27T16:46:02.0905795Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\memory_overlapping_test.exe" 2022-09-27T16:46:02.4254138Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:46:02.4254511Z [==========] Running 6 tests from 1 test suite. 2022-09-27T16:46:02.4254765Z [----------] Global test environment set-up. 2022-09-27T16:46:02.4255016Z [----------] 6 tests from MemoryOverlapTest 2022-09-27T16:46:02.4255262Z [ RUN ] MemoryOverlapTest.TensorExpanded 2022-09-27T16:46:02.4255900Z [ OK ] MemoryOverlapTest.TensorExpanded (0 ms) 2022-09-27T16:46:02.4256224Z [ RUN ] MemoryOverlapTest.ScalarExpanded 2022-09-27T16:46:02.4256517Z [ OK ] MemoryOverlapTest.ScalarExpanded (0 ms) 2022-09-27T16:46:02.4256811Z [ RUN ] MemoryOverlapTest.NonContiguousTensor 2022-09-27T16:46:02.4257998Z [ OK ] MemoryOverlapTest.NonContiguousTensor (0 ms) 2022-09-27T16:46:02.4258334Z [ RUN ] MemoryOverlapTest.NonContiguousExpandedTensor 2022-09-27T16:46:02.4258691Z [ OK ] MemoryOverlapTest.NonContiguousExpandedTensor (0 ms) 2022-09-27T16:46:02.4258999Z [ RUN ] MemoryOverlapTest.ContiguousTensor 2022-09-27T16:46:02.4259291Z [ OK ] MemoryOverlapTest.ContiguousTensor (0 ms) 2022-09-27T16:46:02.4259597Z [ RUN ] MemoryOverlapTest.ContiguousExpandedTensor 2022-09-27T16:46:02.4259932Z [ OK ] MemoryOverlapTest.ContiguousExpandedTensor (0 ms) 2022-09-27T16:46:02.4260247Z [----------] 6 tests from MemoryOverlapTest (0 ms total) 2022-09-27T16:46:02.4260404Z 2022-09-27T16:46:02.4260517Z [----------] Global test environment tear-down 2022-09-27T16:46:02.4272048Z [==========] 6 tests from 1 test suite ran. (0 ms total) 2022-09-27T16:46:02.4272281Z [ PASSED ] 6 tests. 2022-09-27T16:46:02.4973680Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\mobile_memory_cleanup.exe" 2022-09-27T16:46:02.8321777Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:46:02.8322172Z [==========] Running 2 tests from 1 test suite. 2022-09-27T16:46:02.8322407Z [----------] Global test environment set-up. 2022-09-27T16:46:02.8322645Z [----------] 2 tests from MemoryCleanUp 2022-09-27T16:46:02.8322903Z [ RUN ] MemoryCleanUp.NoErrorWithoutRelease 2022-09-27T16:46:02.8503032Z [ OK ] MemoryCleanUp.NoErrorWithoutRelease (18 ms) 2022-09-27T16:46:02.8503311Z [ RUN ] MemoryCleanUp.UnpackError 2022-09-27T16:46:03.4596323Z [ OK ] MemoryCleanUp.UnpackError (609 ms) 2022-09-27T16:46:03.4596629Z [----------] 2 tests from MemoryCleanUp (627 ms total) 2022-09-27T16:46:03.4596787Z 2022-09-27T16:46:03.4596907Z [----------] Global test environment tear-down 2022-09-27T16:46:03.4607563Z [==========] 2 tests from 1 test suite ran. (627 ms total) 2022-09-27T16:46:03.4607791Z [ PASSED ] 2 tests. 2022-09-27T16:46:03.5385807Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\NamedTensor_test.exe" 2022-09-27T16:46:03.8758460Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:46:03.8758833Z [==========] Running 10 tests from 1 test suite. 2022-09-27T16:46:03.8759081Z [----------] Global test environment set-up. 2022-09-27T16:46:03.8759547Z [----------] 10 tests from NamedTensorTest 2022-09-27T16:46:03.8759787Z [ RUN ] NamedTensorTest.isNamed 2022-09-27T16:46:03.8760253Z [W TensorImpl.h:1694] Warning: 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. (function operator ()) 2022-09-27T16:46:03.8760706Z [ OK ] NamedTensorTest.isNamed (0 ms) 2022-09-27T16:46:03.8760948Z [ RUN ] NamedTensorTest.attachMetadata 2022-09-27T16:46:03.8761214Z [ OK ] NamedTensorTest.attachMetadata (0 ms) 2022-09-27T16:46:03.8761507Z [ RUN ] NamedTensorTest.internalSetNamesInplace 2022-09-27T16:46:03.8761921Z [ OK ] NamedTensorTest.internalSetNamesInplace (0 ms) 2022-09-27T16:46:03.8762187Z [ RUN ] NamedTensorTest.empty 2022-09-27T16:46:04.4751643Z [ OK ] NamedTensorTest.empty (599 ms) 2022-09-27T16:46:04.4751933Z [ RUN ] NamedTensorTest.dimnameToPosition 2022-09-27T16:46:04.4752842Z [ OK ] NamedTensorTest.dimnameToPosition (0 ms) 2022-09-27T16:46:04.4753127Z [ RUN ] NamedTensorTest.unifyFromRight 2022-09-27T16:46:04.4760839Z [ OK ] NamedTensorTest.unifyFromRight (0 ms) 2022-09-27T16:46:04.4761095Z [ RUN ] NamedTensorTest.alias 2022-09-27T16:46:04.4761375Z [ OK ] NamedTensorTest.alias (0 ms) 2022-09-27T16:46:04.4761623Z [ RUN ] NamedTensorTest.NoNamesGuard 2022-09-27T16:46:04.4761866Z [ OK ] NamedTensorTest.NoNamesGuard (0 ms) 2022-09-27T16:46:04.4762131Z [ RUN ] NamedTensorTest.TensorNamePrint 2022-09-27T16:46:04.4762410Z [ OK ] NamedTensorTest.TensorNamePrint (0 ms) 2022-09-27T16:46:04.4762703Z [ RUN ] NamedTensorTest.TensorNamesCheckUnique 2022-09-27T16:46:04.4763017Z [ OK ] NamedTensorTest.TensorNamesCheckUnique (0 ms) 2022-09-27T16:46:04.4763316Z [----------] 10 tests from NamedTensorTest (600 ms total) 2022-09-27T16:46:04.4763471Z 2022-09-27T16:46:04.4763572Z [----------] Global test environment tear-down 2022-09-27T16:46:04.4775807Z [==========] 10 tests from 1 test suite ran. (600 ms total) 2022-09-27T16:46:04.4776023Z [ PASSED ] 10 tests. 2022-09-27T16:46:04.5529680Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\native_test.exe" 2022-09-27T16:46:04.8902739Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:46:04.8903124Z [==========] Running 2 tests from 1 test suite. 2022-09-27T16:46:04.8903366Z [----------] Global test environment set-up. 2022-09-27T16:46:04.8903602Z [----------] 2 tests from TestNative 2022-09-27T16:46:04.8903839Z [ RUN ] TestNative.NativeTestCPU 2022-09-27T16:46:05.5023188Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorCompare.cpp:413] Warning: where received a uint8 condition tensor. This behavior is deprecated and will be removed in a future version of PyTorch. Use a boolean condition instead. (function operator ()) 2022-09-27T16:46:05.5024042Z [ OK ] TestNative.NativeTestCPU (612 ms) 2022-09-27T16:46:05.5024291Z [ RUN ] TestNative.NativeTestGPU 2022-09-27T16:46:05.5024537Z [ OK ] TestNative.NativeTestGPU (0 ms) 2022-09-27T16:46:05.5024796Z [----------] 2 tests from TestNative (612 ms total) 2022-09-27T16:46:05.5024943Z 2022-09-27T16:46:05.5025056Z [----------] Global test environment tear-down 2022-09-27T16:46:05.5035633Z [==========] 2 tests from 1 test suite ran. (612 ms total) 2022-09-27T16:46:05.5035953Z [ PASSED ] 2 tests. 2022-09-27T16:46:05.5805733Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operators_test.exe" 2022-09-27T16:46:05.9155459Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:46:05.9155823Z [==========] Running 4 tests from 1 test suite. 2022-09-27T16:46:05.9156067Z [----------] Global test environment set-up. 2022-09-27T16:46:05.9156304Z [----------] 4 tests from OperatorsTest 2022-09-27T16:46:05.9156755Z [ RUN ] OperatorsTest.TestFunctionDecltype 2022-09-27T16:46:05.9161840Z [ OK ] OperatorsTest.TestFunctionDecltype (0 ms) 2022-09-27T16:46:05.9162140Z [ RUN ] OperatorsTest.TestMethodOnlyDecltype 2022-09-27T16:46:05.9162581Z [ OK ] OperatorsTest.TestMethodOnlyDecltype (0 ms) 2022-09-27T16:46:05.9162850Z [ RUN ] OperatorsTest.Test_ATEN_FN 2022-09-27T16:46:05.9171041Z [ OK ] OperatorsTest.Test_ATEN_FN (0 ms) 2022-09-27T16:46:05.9171324Z [ RUN ] OperatorsTest.TestOutVariantIsFaithful 2022-09-27T16:46:05.9171916Z [ OK ] OperatorsTest.TestOutVariantIsFaithful (0 ms) 2022-09-27T16:46:05.9172328Z [----------] 4 tests from OperatorsTest (1 ms total) 2022-09-27T16:46:05.9172481Z 2022-09-27T16:46:05.9172595Z [----------] Global test environment tear-down 2022-09-27T16:46:05.9184913Z [==========] 4 tests from 1 test suite ran. (1 ms total) 2022-09-27T16:46:05.9185127Z [ PASSED ] 4 tests. 2022-09-27T16:46:05.9877845Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\operator_name_test.exe" 2022-09-27T16:46:05.9965759Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:46:05.9966111Z [==========] Running 2 tests from 1 test suite. 2022-09-27T16:46:05.9966353Z [----------] Global test environment set-up. 2022-09-27T16:46:05.9966598Z [----------] 2 tests from OperatorNameTest 2022-09-27T16:46:05.9966940Z [ RUN ] OperatorNameTest.SetNamespaceIfNotSetWithoutExistingNamespace 2022-09-27T16:46:05.9967401Z [ OK ] OperatorNameTest.SetNamespaceIfNotSetWithoutExistingNamespace (0 ms) 2022-09-27T16:46:05.9967854Z [ RUN ] OperatorNameTest.SetNamespaceIfNotSetWithExistingNamespace 2022-09-27T16:46:05.9968288Z [ OK ] OperatorNameTest.SetNamespaceIfNotSetWithExistingNamespace (0 ms) 2022-09-27T16:46:05.9968632Z [----------] 2 tests from OperatorNameTest (0 ms total) 2022-09-27T16:46:05.9968787Z 2022-09-27T16:46:05.9968902Z [----------] Global test environment tear-down 2022-09-27T16:46:05.9976954Z [==========] 2 tests from 1 test suite ran. (0 ms total) 2022-09-27T16:46:05.9977167Z [ PASSED ] 2 tests. 2022-09-27T16:46:06.0019893Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_allowlist_test.exe" 2022-09-27T16:46:06.0099648Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:46:06.0099997Z [==========] Running 0 tests from 0 test suites. 2022-09-27T16:46:06.0109294Z [==========] 0 tests from 0 test suites ran. (0 ms total) 2022-09-27T16:46:06.0109529Z [ PASSED ] 0 tests. 2022-09-27T16:46:06.0152110Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\op_registration_test.exe" 2022-09-27T16:46:06.3495450Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:46:06.3495818Z [==========] Running 77 tests from 2 test suites. 2022-09-27T16:46:06.3496077Z [----------] Global test environment set-up. 2022-09-27T16:46:06.3496354Z [----------] 49 tests from OperatorRegistrationTest 2022-09-27T16:46:06.3496812Z [ RUN ] OperatorRegistrationTest.whenRegisteringWithSchemaBeforeKernelInOptionsObject_thenCanBeCalled 2022-09-27T16:46:06.3498360Z [ OK ] OperatorRegistrationTest.whenRegisteringWithSchemaBeforeKernelInOptionsObject_thenCanBeCalled (0 ms) 2022-09-27T16:46:06.3498987Z [ RUN ] OperatorRegistrationTest.whenRegisteringWithSchemaAfterKernelInOptionsObject_thenCanBeCalled 2022-09-27T16:46:06.3500170Z [ OK ] OperatorRegistrationTest.whenRegisteringWithSchemaAfterKernelInOptionsObject_thenCanBeCalled (0 ms) 2022-09-27T16:46:06.3500794Z [ RUN ] OperatorRegistrationTest.whenRegisteringWithNameBeforeKernelInOptionsObject_thenCanBeCalled 2022-09-27T16:46:06.3501802Z [ OK ] OperatorRegistrationTest.whenRegisteringWithNameBeforeKernelInOptionsObject_thenCanBeCalled (0 ms) 2022-09-27T16:46:06.3502588Z [ RUN ] OperatorRegistrationTest.whenRegisteringWithNameAfterKernelInOptionsObject_thenCanBeCalled 2022-09-27T16:46:06.3503534Z [ OK ] OperatorRegistrationTest.whenRegisteringWithNameAfterKernelInOptionsObject_thenCanBeCalled (0 ms) 2022-09-27T16:46:06.3504050Z [ RUN ] OperatorRegistrationTest.whenRegisteringWithoutSchema_thenFails 2022-09-27T16:46:06.9566930Z [ OK ] OperatorRegistrationTest.whenRegisteringWithoutSchema_thenFails (606 ms) 2022-09-27T16:46:06.9567420Z [ RUN ] OperatorRegistrationTest.whenCallingOpWithWrongDispatchKey_thenFails 2022-09-27T16:46:06.9572446Z [ OK ] OperatorRegistrationTest.whenCallingOpWithWrongDispatchKey_thenFails (0 ms) 2022-09-27T16:46:06.9573116Z [ RUN ] OperatorRegistrationTest.givenOpWithCatchallKernel_whenCallingOp_thenCallsCatchallKernel 2022-09-27T16:46:06.9575276Z [ OK ] OperatorRegistrationTest.givenOpWithCatchallKernel_whenCallingOp_thenCallsCatchallKernel (0 ms) 2022-09-27T16:46:06.9575891Z [ RUN ] OperatorRegistrationTest.givenOpWithDispatchedKernelOutOfScope_whenRegisteringCatchallKernelAndCallingOp_thenCallsCatchallKernel 2022-09-27T16:46:06.9578638Z [ OK ] OperatorRegistrationTest.givenOpWithDispatchedKernelOutOfScope_whenRegisteringCatchallKernelAndCallingOp_thenCallsCatchallKernel (0 ms) 2022-09-27T16:46:06.9579339Z [ RUN ] OperatorRegistrationTest.givenOpWithCatchallKernelOutOfScope_whenRegisteringDispatchedKernelAndCallingOp_thenCallsCatchallKernel 2022-09-27T16:46:06.9581471Z [ OK ] OperatorRegistrationTest.givenOpWithCatchallKernelOutOfScope_whenRegisteringDispatchedKernelAndCallingOp_thenCallsCatchallKernel (0 ms) 2022-09-27T16:46:06.9582087Z [ RUN ] OperatorRegistrationTest.givenOpWithoutKernels_whenRegisteringWithSchema_thenOnlyRegistersSchema 2022-09-27T16:46:06.9584944Z [ OK ] OperatorRegistrationTest.givenOpWithoutKernels_whenRegisteringWithSchema_thenOnlyRegistersSchema (0 ms) 2022-09-27T16:46:06.9586627Z [ RUN ] OperatorRegistrationTest.givenOpWithoutKernels_whenRegisteringWithoutSchema_thenFails 2022-09-27T16:46:06.9587108Z [ OK ] OperatorRegistrationTest.givenOpWithoutKernels_whenRegisteringWithoutSchema_thenFails (0 ms) 2022-09-27T16:46:06.9587585Z [ RUN ] OperatorRegistrationTest.givenOpWithoutKernels_whenRunningOutOfScope_thenSchemaIsGone 2022-09-27T16:46:06.9588064Z [ OK ] OperatorRegistrationTest.givenOpWithoutKernels_whenRunningOutOfScope_thenSchemaIsGone (0 ms) 2022-09-27T16:46:06.9588589Z [ RUN ] OperatorRegistrationTest.givenOpWithoutKernelsWithoutTensorInputs_whenRegistering_thenRegisters 2022-09-27T16:46:06.9589161Z [ OK ] OperatorRegistrationTest.givenOpWithoutKernelsWithoutTensorInputs_whenRegistering_thenRegisters (0 ms) 2022-09-27T16:46:06.9589742Z [ RUN ] OperatorRegistrationTest.givenMultipleKernelsWithSameDispatchKey_whenRegisteringInSameOpCall_thenFails 2022-09-27T16:46:06.9590784Z [ OK ] OperatorRegistrationTest.givenMultipleKernelsWithSameDispatchKey_whenRegisteringInSameOpCall_thenFails (0 ms) 2022-09-27T16:46:06.9591334Z [ RUN ] OperatorRegistrationTest.givenMultipleCatchallKernels_whenRegisteringInSameOpCall_thenFails 2022-09-27T16:46:06.9591981Z [ OK ] OperatorRegistrationTest.givenMultipleCatchallKernels_whenRegisteringInSameOpCall_thenFails (0 ms) 2022-09-27T16:46:06.9592523Z [ RUN ] OperatorRegistrationTest.whenRegisteringCPUTensorType_thenCanOnlyCallUnboxedWithCPUDispatchKey 2022-09-27T16:46:06.9595583Z [ OK ] OperatorRegistrationTest.whenRegisteringCPUTensorType_thenCanOnlyCallUnboxedWithCPUDispatchKey (0 ms) 2022-09-27T16:46:06.9596192Z [ RUN ] OperatorRegistrationTest.whenRegisteringMultipleKernelsInSameOpCallAndCalling_thenCallsCorrectKernel 2022-09-27T16:46:06.9602632Z [ OK ] OperatorRegistrationTest.whenRegisteringMultipleKernelsInSameOpCallAndCalling_thenCallsCorrectKernel (0 ms) 2022-09-27T16:46:06.9603282Z [ RUN ] OperatorRegistrationTest.whenRegisteringMultipleKernelsByNameAndNoneCanInferSchema_thenFails 2022-09-27T16:46:06.9604079Z [ OK ] OperatorRegistrationTest.whenRegisteringMultipleKernelsByNameAndNoneCanInferSchema_thenFails (0 ms) 2022-09-27T16:46:06.9604744Z [ RUN ] OperatorRegistrationTest.whenRegisteringMultipleKernelsBySchemaAndNoneCanInferSchema_thenSucceeds 2022-09-27T16:46:06.9605589Z [ OK ] OperatorRegistrationTest.whenRegisteringMultipleKernelsBySchemaAndNoneCanInferSchema_thenSucceeds (0 ms) 2022-09-27T16:46:06.9606254Z [ RUN ] OperatorRegistrationTest.whenRegisteringMultipleKernelsByNameAndOnlyOneCanInferSchema_thenSucceeds 2022-09-27T16:46:06.9607081Z [ OK ] OperatorRegistrationTest.whenRegisteringMultipleKernelsByNameAndOnlyOneCanInferSchema_thenSucceeds (0 ms) 2022-09-27T16:46:06.9607833Z [ RUN ] OperatorRegistrationTest.whenRegisteringMultipleKernelsBySchemaAndOnlyOneCanInferSchema_thenSucceeds 2022-09-27T16:46:06.9608862Z [ OK ] OperatorRegistrationTest.whenRegisteringMultipleKernelsBySchemaAndOnlyOneCanInferSchema_thenSucceeds (0 ms) 2022-09-27T16:46:06.9609534Z [ RUN ] OperatorRegistrationTest.whenRegisteringMismatchingKernelsInSameOpCall_thenFails 2022-09-27T16:46:06.9612106Z [ OK ] OperatorRegistrationTest.whenRegisteringMismatchingKernelsInSameOpCall_thenFails (0 ms) 2022-09-27T16:46:06.9612638Z [ RUN ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernel_thenCanBeCalled 2022-09-27T16:46:06.9671912Z [ OK ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernel_thenCanBeCalled (5 ms) 2022-09-27T16:46:06.9672481Z [ RUN ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelForWrongBackend_thenCannotBeCalled 2022-09-27T16:46:06.9707728Z [ OK ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelForWrongBackend_thenCannotBeCalled (3 ms) 2022-09-27T16:46:06.9708481Z [ RUN ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndRegularKernelForDifferentBackend_thenRegularKernelCanBeCalled 2022-09-27T16:46:06.9736383Z [ OK ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndRegularKernelForDifferentBackend_thenRegularKernelCanBeCalled (2 ms) 2022-09-27T16:46:06.9737237Z [ RUN ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndRegularKernelForDifferentBackend_thenFallbackKernelCanBeCalled 2022-09-27T16:46:06.9764260Z [ OK ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndRegularKernelForDifferentBackend_thenFallbackKernelCanBeCalled (2 ms) 2022-09-27T16:46:06.9765070Z [ RUN ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndRegularKernelForSameBackend_thenCallsRegularKernel 2022-09-27T16:46:06.9792214Z [ OK ] OperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndRegularKernelForSameBackend_thenCallsRegularKernel (2 ms) 2022-09-27T16:46:06.9792854Z [ RUN ] OperatorRegistrationTest.whenRegisteringAutogradKernel_thenCanCallAutogradKernel 2022-09-27T16:46:06.9795761Z [ OK ] OperatorRegistrationTest.whenRegisteringAutogradKernel_thenCanCallAutogradKernel (0 ms) 2022-09-27T16:46:06.9796319Z [ RUN ] OperatorRegistrationTest.whenRegisteringAutogradKernelWithRegularKernel_thenCanCallAutogradKernel 2022-09-27T16:46:06.9797273Z [ OK ] OperatorRegistrationTest.whenRegisteringAutogradKernelWithRegularKernel_thenCanCallAutogradKernel (0 ms) 2022-09-27T16:46:06.9797889Z [ RUN ] OperatorRegistrationTest.whenRegisteringAutogradKernelWithCatchAllKernel_thenCanCallAutogradKernel 2022-09-27T16:46:06.9799126Z [ OK ] OperatorRegistrationTest.whenRegisteringAutogradKernelWithCatchAllKernel_thenCanCallAutogradKernel (0 ms) 2022-09-27T16:46:06.9799737Z [ RUN ] OperatorRegistrationTest.whenRegisteringAutogradKernelWithCatchAllKernel_thenCanCallCatchallKernel 2022-09-27T16:46:06.9800832Z [ OK ] OperatorRegistrationTest.whenRegisteringAutogradKernelWithCatchAllKernel_thenCanCallCatchallKernel (0 ms) 2022-09-27T16:46:06.9801378Z [ RUN ] OperatorRegistrationTest.AutogradBackendOverridesAutogradKernel 2022-09-27T16:46:06.9806187Z [ OK ] OperatorRegistrationTest.AutogradBackendOverridesAutogradKernel (0 ms) 2022-09-27T16:46:06.9806650Z [ RUN ] OperatorRegistrationTest.AutogradXLAOverridesAutogradKernel 2022-09-27T16:46:06.9809641Z [ OK ] OperatorRegistrationTest.AutogradXLAOverridesAutogradKernel (0 ms) 2022-09-27T16:46:06.9810134Z [ RUN ] OperatorRegistrationTest.whenRegisterWithXLAKernelAndCatchAll_AutogradXLAIsNotFilled 2022-09-27T16:46:06.9813252Z [ OK ] OperatorRegistrationTest.whenRegisterWithXLAKernelAndCatchAll_AutogradXLAIsNotFilled (0 ms) 2022-09-27T16:46:06.9813791Z [ RUN ] OperatorRegistrationTest.whenRegisterWithLazyKernelAndCatchAll_AutogradLazyIsNotFilled 2022-09-27T16:46:06.9816357Z [ OK ] OperatorRegistrationTest.whenRegisterWithLazyKernelAndCatchAll_AutogradLazyIsNotFilled (0 ms) 2022-09-27T16:46:06.9816857Z [ RUN ] OperatorRegistrationTest.whenregisteringwithinvalidoverloadname 2022-09-27T16:46:06.9819638Z [ OK ] OperatorRegistrationTest.whenregisteringwithinvalidoverloadname (0 ms) 2022-09-27T16:46:06.9820151Z [ RUN ] OperatorRegistrationTest.givenLambdaKernel_whenRegisteringWithMismatchingCppSignatures_thenFails 2022-09-27T16:46:06.9822560Z [ OK ] OperatorRegistrationTest.givenLambdaKernel_whenRegisteringWithMismatchingCppSignatures_thenFails (0 ms) 2022-09-27T16:46:06.9823163Z [ RUN ] OperatorRegistrationTest.givenLambdaKernel_whenRegisteringCatchAllAndBackendWithMismatchingCppSignatures_thenFails 2022-09-27T16:46:06.9825524Z [ OK ] OperatorRegistrationTest.givenLambdaKernel_whenRegisteringCatchAllAndBackendWithMismatchingCppSignatures_thenFails (0 ms) 2022-09-27T16:46:06.9826181Z [ RUN ] OperatorRegistrationTest.givenLambdaKernel_whenRegisteringBackendAndCatchAllWithMismatchingCppSignatures_thenFails 2022-09-27T16:46:06.9828787Z [ OK ] OperatorRegistrationTest.givenLambdaKernel_whenRegisteringBackendAndCatchAllWithMismatchingCppSignatures_thenFails (0 ms) 2022-09-27T16:46:06.9829379Z [ RUN ] OperatorRegistrationTest.givenLambdaKernel_whenAccessingWithMismatchingCppSignatures_thenFails 2022-09-27T16:46:06.9831534Z [ OK ] OperatorRegistrationTest.givenLambdaKernel_whenAccessingWithMismatchingCppSignatures_thenFails (0 ms) 2022-09-27T16:46:06.9832091Z [ RUN ] OperatorRegistrationTest.givenLambdaKernel_whenAccessingCatchAllWithMismatchingCppSignatures_thenFails 2022-09-27T16:46:06.9834589Z [ OK ] OperatorRegistrationTest.givenLambdaKernel_whenAccessingCatchAllWithMismatchingCppSignatures_thenFails (0 ms) 2022-09-27T16:46:06.9835142Z [ RUN ] OperatorRegistrationTest.givenTorchLibrary_whenRegisteringWithMismatchingCppSignatures_thenFails 2022-09-27T16:46:06.9837625Z [ OK ] OperatorRegistrationTest.givenTorchLibrary_whenRegisteringWithMismatchingCppSignatures_thenFails (0 ms) 2022-09-27T16:46:06.9838159Z [ RUN ] OperatorRegistrationTest.givenTorchLibrary_whenAccessingWithMismatchingCppSignatures_thenFails 2022-09-27T16:46:06.9840445Z [ OK ] OperatorRegistrationTest.givenTorchLibrary_whenAccessingWithMismatchingCppSignatures_thenFails (0 ms) 2022-09-27T16:46:06.9840995Z [ RUN ] OperatorRegistrationTest.givenTorchLibrary_whenAccessingCatchAllWithMismatchingCppSignatures_thenFails 2022-09-27T16:46:06.9843707Z [ OK ] OperatorRegistrationTest.givenTorchLibrary_whenAccessingCatchAllWithMismatchingCppSignatures_thenFails (0 ms) 2022-09-27T16:46:06.9844167Z [ RUN ] OperatorRegistrationTest.testAvailableArgTypes 2022-09-27T16:46:07.0478428Z [ OK ] OperatorRegistrationTest.testAvailableArgTypes (63 ms) 2022-09-27T16:46:07.0478940Z [ RUN ] OperatorRegistrationTest.callKernelsWithDispatchKeySetConvention_call_redispatchesToLowerPriorityKernels 2022-09-27T16:46:07.0480188Z [ OK ] OperatorRegistrationTest.callKernelsWithDispatchKeySetConvention_call_redispatchesToLowerPriorityKernels (0 ms) 2022-09-27T16:46:07.0480812Z [ RUN ] OperatorRegistrationTest.callKernelsWithDispatchKeySetConvention_callBoxed_redispatchesToLowerPriorityKernels 2022-09-27T16:46:07.0481622Z [ OK ] OperatorRegistrationTest.callKernelsWithDispatchKeySetConvention_callBoxed_redispatchesToLowerPriorityKernels (0 ms) 2022-09-27T16:46:07.0482278Z [ RUN ] OperatorRegistrationTest.callKernelsWithDispatchKeySetConvention_mixedCallingConventions_redispatchesToLowerPriorityKernels 2022-09-27T16:46:07.0483007Z [ OK ] OperatorRegistrationTest.callKernelsWithDispatchKeySetConvention_mixedCallingConventions_redispatchesToLowerPriorityKernels (0 ms) 2022-09-27T16:46:07.0483544Z [ RUN ] OperatorRegistrationTest.getRegistrationsForDispatchKey 2022-09-27T16:46:07.1301221Z [ OK ] OperatorRegistrationTest.getRegistrationsForDispatchKey (81 ms) 2022-09-27T16:46:07.1301766Z [----------] 49 tests from OperatorRegistrationTest (780 ms total) 2022-09-27T16:46:07.1301943Z 2022-09-27T16:46:07.1302068Z [----------] 28 tests from NewOperatorRegistrationTest 2022-09-27T16:46:07.1302434Z [ RUN ] NewOperatorRegistrationTest.erroroutwithinvalidoverloadname 2022-09-27T16:46:07.1304180Z [ OK ] NewOperatorRegistrationTest.erroroutwithinvalidoverloadname (0 ms) 2022-09-27T16:46:07.1304559Z [ RUN ] NewOperatorRegistrationTest.testBasics 2022-09-27T16:46:07.1311085Z [ OK ] NewOperatorRegistrationTest.testBasics (0 ms) 2022-09-27T16:46:07.1311409Z [ RUN ] NewOperatorRegistrationTest.importTopLevel 2022-09-27T16:46:07.1316026Z [ OK ] NewOperatorRegistrationTest.importTopLevel (0 ms) 2022-09-27T16:46:07.1316343Z [ RUN ] NewOperatorRegistrationTest.overload 2022-09-27T16:46:07.1319105Z [ OK ] NewOperatorRegistrationTest.overload (0 ms) 2022-09-27T16:46:07.1319425Z [ RUN ] NewOperatorRegistrationTest.importNamespace 2022-09-27T16:46:07.1325287Z [ OK ] NewOperatorRegistrationTest.importNamespace (0 ms) 2022-09-27T16:46:07.1325607Z [ RUN ] NewOperatorRegistrationTest.schema 2022-09-27T16:46:07.1329384Z [ OK ] NewOperatorRegistrationTest.schema (0 ms) 2022-09-27T16:46:07.1329954Z [ RUN ] NewOperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndCatchallKernelForSameBackend_thenCallsFallbackKernel 2022-09-27T16:46:07.1366495Z [ OK ] NewOperatorRegistrationTest.whenRegisteringBackendFallbackKernelAndCatchallKernelForSameBackend_thenCallsFallbackKernel (3 ms) 2022-09-27T16:46:07.1367225Z [ RUN ] NewOperatorRegistrationTest.whenRegisteringAutogradKernelWithRegularKernel_thenCanCallRegularKernel 2022-09-27T16:46:07.1367902Z [ OK ] NewOperatorRegistrationTest.whenRegisteringAutogradKernelWithRegularKernel_thenCanCallRegularKernel (0 ms) 2022-09-27T16:46:07.1369558Z [ RUN ] NewOperatorRegistrationTest.dispatchWithCompositeImplicitAutogradKernel 2022-09-27T16:46:07.1370093Z [ OK ] NewOperatorRegistrationTest.dispatchWithCompositeImplicitAutogradKernel (0 ms) 2022-09-27T16:46:07.1370668Z [ RUN ] NewOperatorRegistrationTest.dispatchWithCompositeImplicitAutogradAndAutogradKernel 2022-09-27T16:46:07.1371410Z [ OK ] NewOperatorRegistrationTest.dispatchWithCompositeImplicitAutogradAndAutogradKernel (0 ms) 2022-09-27T16:46:07.1372029Z [ RUN ] NewOperatorRegistrationTest.dispatchWithCompositeImplicitAutogradAndCatchAllKernel 2022-09-27T16:46:07.1372672Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\dispatch\OperatorEntry.cpp:156] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-09-27T16:46:07.1373117Z operator: test::fn(Tensor _0) -> Tensor _0 2022-09-27T16:46:07.1373482Z registered at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\op_registration\op_registration_test.cpp:1460 2022-09-27T16:46:07.1373796Z dispatch key: (catch all) 2022-09-27T16:46:07.1374166Z previous kernel: registered at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\op_registration\op_registration_test.cpp:1460 2022-09-27T16:46:07.1374699Z new kernel: registered at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\op_registration\op_registration_test.cpp:1460 (function registerKernel) 2022-09-27T16:46:07.1375392Z [ OK ] NewOperatorRegistrationTest.dispatchWithCompositeImplicitAutogradAndCatchAllKernel (0 ms) 2022-09-27T16:46:07.1376020Z [ RUN ] NewOperatorRegistrationTest.AutogradBackendOverridesCompositeImplicitAutogradKernel 2022-09-27T16:46:07.1376647Z [ OK ] NewOperatorRegistrationTest.AutogradBackendOverridesCompositeImplicitAutogradKernel (0 ms) 2022-09-27T16:46:07.1377238Z [ RUN ] NewOperatorRegistrationTest.BackendOverridesCompositeImplicitAutogradKernel 2022-09-27T16:46:07.1377783Z [ OK ] NewOperatorRegistrationTest.BackendOverridesCompositeImplicitAutogradKernel (0 ms) 2022-09-27T16:46:07.1378329Z [ RUN ] NewOperatorRegistrationTest.dispatchWithCompositeExplicitAutogradKernel 2022-09-27T16:46:07.1378916Z [ OK ] NewOperatorRegistrationTest.dispatchWithCompositeExplicitAutogradKernel (0 ms) 2022-09-27T16:46:07.1379566Z [ RUN ] NewOperatorRegistrationTest.dispatchWithCompositeExplicitAutogradAndCompositeImplicitAutogradKernel 2022-09-27T16:46:07.1380665Z [ OK ] NewOperatorRegistrationTest.dispatchWithCompositeExplicitAutogradAndCompositeImplicitAutogradKernel (0 ms) 2022-09-27T16:46:07.1381375Z [ RUN ] NewOperatorRegistrationTest.BackendOverridesCompositeExplicitAutogradKernel 2022-09-27T16:46:07.1381950Z [ OK ] NewOperatorRegistrationTest.BackendOverridesCompositeExplicitAutogradKernel (0 ms) 2022-09-27T16:46:07.1382387Z [ RUN ] NewOperatorRegistrationTest.dispatch 2022-09-27T16:46:07.1385099Z [ OK ] NewOperatorRegistrationTest.dispatch (0 ms) 2022-09-27T16:46:07.1385465Z [ RUN ] NewOperatorRegistrationTest.dispatchAutogradPrecedence 2022-09-27T16:46:07.1386678Z [ OK ] NewOperatorRegistrationTest.dispatchAutogradPrecedence (0 ms) 2022-09-27T16:46:07.1387161Z [ RUN ] NewOperatorRegistrationTest.throwsWhenRegisterToBackendMapsToAutogradOther 2022-09-27T16:46:07.1390273Z [ OK ] NewOperatorRegistrationTest.throwsWhenRegisterToBackendMapsToAutogradOther (0 ms) 2022-09-27T16:46:07.1390745Z [ RUN ] NewOperatorRegistrationTest.dispatchMultipleTensors 2022-09-27T16:46:07.1416257Z [ OK ] NewOperatorRegistrationTest.dispatchMultipleTensors (2 ms) 2022-09-27T16:46:07.1416811Z [ RUN ] NewOperatorRegistrationTest.registerCompositeImplicitAutogradWithCPUKernel_andCallAutogradOtherKernel_callsComposite 2022-09-27T16:46:07.1418189Z [ OK ] NewOperatorRegistrationTest.registerCompositeImplicitAutogradWithCPUKernel_andCallAutogradOtherKernel_callsComposite (0 ms) 2022-09-27T16:46:07.1418696Z [ RUN ] NewOperatorRegistrationTest.dispatchMultiple 2022-09-27T16:46:07.1419578Z [ OK ] NewOperatorRegistrationTest.dispatchMultiple (0 ms) 2022-09-27T16:46:07.1419905Z [ RUN ] NewOperatorRegistrationTest.fallback 2022-09-27T16:46:07.1448494Z [ OK ] NewOperatorRegistrationTest.fallback (2 ms) 2022-09-27T16:46:07.1448874Z [ RUN ] NewOperatorRegistrationTest.BackendSelectRedispatchesToCPU 2022-09-27T16:46:07.1450066Z [ OK ] NewOperatorRegistrationTest.BackendSelectRedispatchesToCPU (0 ms) 2022-09-27T16:46:07.1450488Z [ RUN ] NewOperatorRegistrationTest.TorchLibraryTwiceIsError 2022-09-27T16:46:07.1451902Z [ OK ] NewOperatorRegistrationTest.TorchLibraryTwiceIsError (0 ms) 2022-09-27T16:46:07.1452262Z [ RUN ] NewOperatorRegistrationTest.CppFunction 2022-09-27T16:46:07.1460218Z [ OK ] NewOperatorRegistrationTest.CppFunction (0 ms) 2022-09-27T16:46:07.1460557Z [ RUN ] NewOperatorRegistrationTest.testDelayedListener 2022-09-27T16:46:07.1462567Z [ OK ] NewOperatorRegistrationTest.testDelayedListener (0 ms) 2022-09-27T16:46:07.1462946Z [ RUN ] NewOperatorRegistrationTest.testImplNoDefGetsCaught 2022-09-27T16:46:07.1463341Z [ OK ] NewOperatorRegistrationTest.testImplNoDefGetsCaught (0 ms) 2022-09-27T16:46:07.1463709Z [----------] 28 tests from NewOperatorRegistrationTest (16 ms total) 2022-09-27T16:46:07.1463890Z 2022-09-27T16:46:07.1464003Z [----------] Global test environment tear-down 2022-09-27T16:46:07.1488304Z [==========] 77 tests from 2 test suites ran. (796 ms total) 2022-09-27T16:46:07.1488546Z [ PASSED ] 77 tests. 2022-09-27T16:46:07.2227006Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\packedtensoraccessor_test.exe" 2022-09-27T16:46:07.5566291Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:46:07.5566666Z [==========] Running 1 test from 1 test suite. 2022-09-27T16:46:07.5566916Z [----------] Global test environment set-up. 2022-09-27T16:46:07.5567185Z [----------] 1 test from PackedtensoraccessorTest 2022-09-27T16:46:07.5567467Z [ RUN ] PackedtensoraccessorTest.TransposeTest 2022-09-27T16:46:07.5706375Z [ OK ] PackedtensoraccessorTest.TransposeTest (14 ms) 2022-09-27T16:46:07.5706707Z [----------] 1 test from PackedtensoraccessorTest (14 ms total) 2022-09-27T16:46:07.5706883Z 2022-09-27T16:46:07.5706999Z [----------] Global test environment tear-down 2022-09-27T16:46:07.5717573Z [==========] 1 test from 1 test suite ran. (14 ms total) 2022-09-27T16:46:07.5717791Z [ PASSED ] 1 test. 2022-09-27T16:46:07.6444844Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\pow_test.exe" 2022-09-27T16:46:07.9821894Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:46:07.9822275Z [==========] Running 13 tests from 1 test suite. 2022-09-27T16:46:07.9822513Z [----------] Global test environment set-up. 2022-09-27T16:46:07.9822747Z [----------] 13 tests from PowTest 2022-09-27T16:46:07.9822990Z [ RUN ] PowTest.IntTensorPowAllScalars 2022-09-27T16:46:07.9986946Z [ OK ] PowTest.IntTensorPowAllScalars (16 ms) 2022-09-27T16:46:07.9987239Z [ RUN ] PowTest.LongTensorPowAllScalars 2022-09-27T16:46:08.0149306Z [ OK ] PowTest.LongTensorPowAllScalars (16 ms) 2022-09-27T16:46:08.0149594Z [ RUN ] PowTest.FloatTensorPowAllScalars 2022-09-27T16:46:08.0358907Z [ OK ] PowTest.FloatTensorPowAllScalars (20 ms) 2022-09-27T16:46:08.0359197Z [ RUN ] PowTest.DoubleTensorPowAllScalars 2022-09-27T16:46:08.0470894Z [ OK ] PowTest.DoubleTensorPowAllScalars (11 ms) 2022-09-27T16:46:08.0471181Z [ RUN ] PowTest.IntScalarPowAllTensors 2022-09-27T16:46:08.0507267Z [ OK ] PowTest.IntScalarPowAllTensors (3 ms) 2022-09-27T16:46:08.0507553Z [ RUN ] PowTest.LongScalarPowAllTensors 2022-09-27T16:46:08.0534142Z [ OK ] PowTest.LongScalarPowAllTensors (2 ms) 2022-09-27T16:46:08.0552223Z [ RUN ] PowTest.FloatScalarPowAllTensors 2022-09-27T16:46:08.0552510Z [ OK ] PowTest.FloatScalarPowAllTensors (1 ms) 2022-09-27T16:46:08.0552795Z [ RUN ] PowTest.DoubleScalarPowAllTensors 2022-09-27T16:46:08.0560930Z [ OK ] PowTest.DoubleScalarPowAllTensors (0 ms) 2022-09-27T16:46:08.0561213Z [ RUN ] PowTest.IntTensorPowIntTensor 2022-09-27T16:46:08.0573036Z [ OK ] PowTest.IntTensorPowIntTensor (1 ms) 2022-09-27T16:46:08.0573313Z [ RUN ] PowTest.LongTensorPowLongTensor 2022-09-27T16:46:08.0584684Z [ OK ] PowTest.LongTensorPowLongTensor (1 ms) 2022-09-27T16:46:08.0584970Z [ RUN ] PowTest.FloatTensorPowFloatTensor 2022-09-27T16:46:08.0597055Z [ OK ] PowTest.FloatTensorPowFloatTensor (1 ms) 2022-09-27T16:46:08.0597361Z [ RUN ] PowTest.DoubleTensorPowDoubleTensor 2022-09-27T16:46:08.0609547Z [ OK ] PowTest.DoubleTensorPowDoubleTensor (1 ms) 2022-09-27T16:46:08.0609836Z [ RUN ] PowTest.TestIntegralPow 2022-09-27T16:46:08.0610067Z [ OK ] PowTest.TestIntegralPow (0 ms) 2022-09-27T16:46:08.0610316Z [----------] 13 tests from PowTest (78 ms total) 2022-09-27T16:46:08.0610464Z 2022-09-27T16:46:08.0610579Z [----------] Global test environment tear-down 2022-09-27T16:46:08.0623914Z [==========] 13 tests from 1 test suite ran. (78 ms total) 2022-09-27T16:46:08.0624147Z [ PASSED ] 13 tests. 2022-09-27T16:46:08.1340604Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\quantized_test.exe" 2022-09-27T16:46:08.4690994Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:46:08.4691385Z [==========] Running 9 tests from 1 test suite. 2022-09-27T16:46:08.4691637Z [----------] Global test environment set-up. 2022-09-27T16:46:08.4691875Z [----------] 9 tests from TestQTensor 2022-09-27T16:46:08.4692098Z [ RUN ] TestQTensor.QuantDequantAPIs 2022-09-27T16:46:08.4719153Z [ OK ] TestQTensor.QuantDequantAPIs (2 ms) 2022-09-27T16:46:08.4719647Z [ RUN ] TestQTensor.RoundingMode 2022-09-27T16:46:08.4720094Z [ OK ] TestQTensor.RoundingMode (0 ms) 2022-09-27T16:46:08.4720677Z [ RUN ] TestQTensor.Item 2022-09-27T16:46:08.4721052Z [ OK ] TestQTensor.Item (0 ms) 2022-09-27T16:46:08.4721453Z [ RUN ] TestQTensor.EmptyQuantized 2022-09-27T16:46:08.4721992Z [ OK ] TestQTensor.EmptyQuantized (0 ms) 2022-09-27T16:46:08.4722431Z [ RUN ] TestQTensor.EmptyPerchannelQuantized 2022-09-27T16:46:08.4723044Z [ OK ] TestQTensor.EmptyPerchannelQuantized (0 ms) 2022-09-27T16:46:08.4723511Z [ RUN ] TestQTensor.QuantizePerChannel4d 2022-09-27T16:46:08.4728265Z [ OK ] TestQTensor.QuantizePerChannel4d (0 ms) 2022-09-27T16:46:08.4728773Z [ RUN ] TestQTensor.QuantizePerChannel4dChannelsLast 2022-09-27T16:46:08.4865464Z [ OK ] TestQTensor.QuantizePerChannel4dChannelsLast (13 ms) 2022-09-27T16:46:08.4865993Z [ RUN ] TestQTensor.FromBlobQuantizedPerTensor 2022-09-27T16:46:08.4868598Z [ OK ] TestQTensor.FromBlobQuantizedPerTensor (0 ms) 2022-09-27T16:46:08.4869109Z [ RUN ] TestQTensor.FromBlobQuantizedPerChannel 2022-09-27T16:46:08.4872340Z [ OK ] TestQTensor.FromBlobQuantizedPerChannel (0 ms) 2022-09-27T16:46:08.4872810Z [----------] 9 tests from TestQTensor (18 ms total) 2022-09-27T16:46:08.4873041Z 2022-09-27T16:46:08.4873217Z [----------] Global test environment tear-down 2022-09-27T16:46:08.4884918Z [==========] 9 tests from 1 test suite ran. (18 ms total) 2022-09-27T16:46:08.4885262Z [ PASSED ] 9 tests. 2022-09-27T16:46:08.5603527Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reduce_ops_test.exe" 2022-09-27T16:46:08.8969307Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:46:08.8969669Z [==========] Running 1 test from 1 test suite. 2022-09-27T16:46:08.8969923Z [----------] Global test environment set-up. 2022-09-27T16:46:08.8970148Z [----------] 1 test from ReduceOpsTest 2022-09-27T16:46:08.8970408Z [ RUN ] ReduceOpsTest.MaxValuesAndMinValues 2022-09-27T16:46:08.8970750Z [ OK ] ReduceOpsTest.MaxValuesAndMinValues (0 ms) 2022-09-27T16:46:08.8971047Z [----------] 1 test from ReduceOpsTest (0 ms total) 2022-09-27T16:46:08.8971198Z 2022-09-27T16:46:08.8971309Z [----------] Global test environment tear-down 2022-09-27T16:46:08.8980608Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-09-27T16:46:08.8980831Z [ PASSED ] 1 test. 2022-09-27T16:46:08.9674327Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\reportMemoryUsage_test.exe" 2022-09-27T16:46:09.3017527Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:46:09.3017890Z [==========] Running 1 test from 1 test suite. 2022-09-27T16:46:09.3018141Z [----------] Global test environment set-up. 2022-09-27T16:46:09.3018393Z [----------] 1 test from DefaultCPUAllocator 2022-09-27T16:46:09.3018652Z [ RUN ] DefaultCPUAllocator.check_reporter 2022-09-27T16:46:09.3018926Z [ OK ] DefaultCPUAllocator.check_reporter (0 ms) 2022-09-27T16:46:09.3019208Z [----------] 1 test from DefaultCPUAllocator (0 ms total) 2022-09-27T16:46:09.3019365Z 2022-09-27T16:46:09.3019476Z [----------] Global test environment tear-down 2022-09-27T16:46:09.3028804Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-09-27T16:46:09.3029169Z [ PASSED ] 1 test. 2022-09-27T16:46:09.3732209Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_tensor_test.exe" 2022-09-27T16:46:09.7117591Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:46:09.7117933Z [==========] Running 3 tests from 1 test suite. 2022-09-27T16:46:09.7118183Z [----------] Global test environment set-up. 2022-09-27T16:46:09.7118429Z [----------] 3 tests from TestScalarTensor 2022-09-27T16:46:09.7118695Z [ RUN ] TestScalarTensor.TestScalarTensorCPU 2022-09-27T16:46:10.3301923Z [ OK ] TestScalarTensor.TestScalarTensorCPU (618 ms) 2022-09-27T16:46:10.3302537Z [ RUN ] TestScalarTensor.TestScalarTensorCUDA 2022-09-27T16:46:10.3302846Z [ OK ] TestScalarTensor.TestScalarTensorCUDA (0 ms) 2022-09-27T16:46:10.3303147Z [ RUN ] TestScalarTensor.TestScalarTensorMPS 2022-09-27T16:46:10.3303438Z [ OK ] TestScalarTensor.TestScalarTensorMPS (0 ms) 2022-09-27T16:46:10.3303745Z [----------] 3 tests from TestScalarTensor (618 ms total) 2022-09-27T16:46:10.3303901Z 2022-09-27T16:46:10.3304012Z [----------] Global test environment tear-down 2022-09-27T16:46:10.3313153Z [==========] 3 tests from 1 test suite ran. (618 ms total) 2022-09-27T16:46:10.3313370Z [ PASSED ] 3 tests. 2022-09-27T16:46:10.4072994Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\scalar_test.exe" 2022-09-27T16:46:10.7442951Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:46:10.7443310Z [==========] Running 4 tests from 1 test suite. 2022-09-27T16:46:10.7443575Z [----------] Global test environment set-up. 2022-09-27T16:46:10.7443807Z [----------] 4 tests from TestScalar 2022-09-27T16:46:10.7444025Z [ RUN ] TestScalar.TestScalar 2022-09-27T16:46:11.3501005Z H2: 3 257 3 1 2022-09-27T16:46:11.3501273Z [ OK ] TestScalar.TestScalar (605 ms) 2022-09-27T16:46:11.3501538Z [ RUN ] TestScalar.TestConj 2022-09-27T16:46:11.3501763Z [ OK ] TestScalar.TestConj (0 ms) 2022-09-27T16:46:11.3501988Z [ RUN ] TestScalar.TestEqual 2022-09-27T16:46:11.3502201Z [ OK ] TestScalar.TestEqual (0 ms) 2022-09-27T16:46:11.3502435Z [ RUN ] TestScalar.TestFormatting 2022-09-27T16:46:11.3502684Z [ OK ] TestScalar.TestFormatting (0 ms) 2022-09-27T16:46:11.3502947Z [----------] 4 tests from TestScalar (605 ms total) 2022-09-27T16:46:11.3503100Z 2022-09-27T16:46:11.3503215Z [----------] Global test environment tear-down 2022-09-27T16:46:11.3513573Z [==========] 4 tests from 1 test suite ran. (605 ms total) 2022-09-27T16:46:11.3513806Z [ PASSED ] 4 tests. 2022-09-27T16:46:11.4266618Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\stride_properties_test.exe" 2022-09-27T16:46:11.7605310Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:46:11.7605689Z [==========] Running 4 tests from 1 test suite. 2022-09-27T16:46:11.7605941Z [----------] Global test environment set-up. 2022-09-27T16:46:11.7606201Z [----------] 4 tests from StridePropertiesTest 2022-09-27T16:46:11.7606485Z [ RUN ] StridePropertiesTest.StrideIndicesTest 2022-09-27T16:46:11.7608147Z [ OK ] StridePropertiesTest.StrideIndicesTest (0 ms) 2022-09-27T16:46:11.7608529Z [ RUN ] StridePropertiesTest.ZeroStrideIndicesEagerConsistencyTest 2022-09-27T16:46:11.7609707Z [ OK ] StridePropertiesTest.ZeroStrideIndicesEagerConsistencyTest (0 ms) 2022-09-27T16:46:11.7610113Z [ RUN ] StridePropertiesTest.ExpandedStrideIndicesTest 2022-09-27T16:46:11.7610478Z [ OK ] StridePropertiesTest.ExpandedStrideIndicesTest (0 ms) 2022-09-27T16:46:11.7610908Z [ RUN ] StridePropertiesTest.SlicedStrideIndicesTest 2022-09-27T16:46:11.7611239Z [ OK ] StridePropertiesTest.SlicedStrideIndicesTest (0 ms) 2022-09-27T16:46:11.7611756Z [----------] 4 tests from StridePropertiesTest (0 ms total) 2022-09-27T16:46:11.7611924Z 2022-09-27T16:46:11.7618340Z [----------] Global test environment tear-down 2022-09-27T16:46:11.7622663Z [==========] 4 tests from 1 test suite ran. (0 ms total) 2022-09-27T16:46:11.7622888Z [ PASSED ] 4 tests. 2022-09-27T16:46:11.8306307Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\tensor_iterator_test.exe" 2022-09-27T16:46:12.1658998Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:46:12.1659374Z [==========] Running 65 tests from 1 test suite. 2022-09-27T16:46:12.1659821Z [----------] Global test environment set-up. 2022-09-27T16:46:12.1660076Z [----------] 65 tests from TensorIteratorTest 2022-09-27T16:46:12.1660333Z [ RUN ] TensorIteratorTest.CPUScalar 2022-09-27T16:46:12.1660604Z [ OK ] TensorIteratorTest.CPUScalar (0 ms) 2022-09-27T16:46:12.1660870Z [ RUN ] TensorIteratorTest.CPUScalarInputs 2022-09-27T16:46:12.1661170Z [ OK ] TensorIteratorTest.CPUScalarInputs (0 ms) 2022-09-27T16:46:12.1661455Z [ RUN ] TensorIteratorTest.MixedDevices 2022-09-27T16:46:12.1661732Z [ OK ] TensorIteratorTest.MixedDevices (0 ms) 2022-09-27T16:46:12.1662023Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Byte 2022-09-27T16:46:12.7754826Z [ OK ] TensorIteratorTest.SerialLoopUnary_Byte (609 ms) 2022-09-27T16:46:12.7755197Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Char 2022-09-27T16:46:12.7756505Z [ OK ] TensorIteratorTest.SerialLoopUnary_Char (0 ms) 2022-09-27T16:46:12.7756823Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Short 2022-09-27T16:46:12.7758074Z [ OK ] TensorIteratorTest.SerialLoopUnary_Short (0 ms) 2022-09-27T16:46:12.7758384Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Int 2022-09-27T16:46:12.7759574Z [ OK ] TensorIteratorTest.SerialLoopUnary_Int (0 ms) 2022-09-27T16:46:12.7759866Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Long 2022-09-27T16:46:12.7760846Z [ OK ] TensorIteratorTest.SerialLoopUnary_Long (0 ms) 2022-09-27T16:46:12.7761154Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Float 2022-09-27T16:46:12.7762695Z [ OK ] TensorIteratorTest.SerialLoopUnary_Float (0 ms) 2022-09-27T16:46:12.7763007Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Double 2022-09-27T16:46:12.7764231Z [ OK ] TensorIteratorTest.SerialLoopUnary_Double (0 ms) 2022-09-27T16:46:12.7764542Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Byte 2022-09-27T16:46:12.7765686Z [ OK ] TensorIteratorTest.SerialLoopBinary_Byte (0 ms) 2022-09-27T16:46:12.7765982Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Char 2022-09-27T16:46:12.7766874Z [ OK ] TensorIteratorTest.SerialLoopBinary_Char (0 ms) 2022-09-27T16:46:12.7767185Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Short 2022-09-27T16:46:12.7768136Z [ OK ] TensorIteratorTest.SerialLoopBinary_Short (0 ms) 2022-09-27T16:46:12.7768447Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Int 2022-09-27T16:46:12.7769305Z [ OK ] TensorIteratorTest.SerialLoopBinary_Int (0 ms) 2022-09-27T16:46:12.7769614Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Long 2022-09-27T16:46:12.7770513Z [ OK ] TensorIteratorTest.SerialLoopBinary_Long (0 ms) 2022-09-27T16:46:12.7770897Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Float 2022-09-27T16:46:12.7771999Z [ OK ] TensorIteratorTest.SerialLoopBinary_Float (0 ms) 2022-09-27T16:46:12.7772312Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Double 2022-09-27T16:46:12.7773387Z [ OK ] TensorIteratorTest.SerialLoopBinary_Double (0 ms) 2022-09-27T16:46:12.7773714Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Byte 2022-09-27T16:46:12.7774807Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Byte (0 ms) 2022-09-27T16:46:12.7775122Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Char 2022-09-27T16:46:12.7776193Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Char (0 ms) 2022-09-27T16:46:12.7777324Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Short 2022-09-27T16:46:12.7777794Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Short (0 ms) 2022-09-27T16:46:12.7778127Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Int 2022-09-27T16:46:12.7778987Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Int (0 ms) 2022-09-27T16:46:12.7779319Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Long 2022-09-27T16:46:12.7780104Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Long (0 ms) 2022-09-27T16:46:12.7780437Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Float 2022-09-27T16:46:12.7781544Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Float (0 ms) 2022-09-27T16:46:12.7781999Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Double 2022-09-27T16:46:12.7782954Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Double (0 ms) 2022-09-27T16:46:12.7783301Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Byte 2022-09-27T16:46:12.7783659Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Byte (0 ms) 2022-09-27T16:46:12.7783995Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Char 2022-09-27T16:46:12.7784360Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Char (0 ms) 2022-09-27T16:46:12.7784710Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Short 2022-09-27T16:46:12.7785059Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Short (0 ms) 2022-09-27T16:46:12.7785406Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Int 2022-09-27T16:46:12.7785747Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Int (0 ms) 2022-09-27T16:46:12.7786092Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Long 2022-09-27T16:46:12.7786423Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Long (0 ms) 2022-09-27T16:46:12.7786771Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Float 2022-09-27T16:46:12.7787118Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Float (0 ms) 2022-09-27T16:46:12.7787471Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Double 2022-09-27T16:46:12.7787820Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Double (0 ms) 2022-09-27T16:46:12.7788170Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Byte 2022-09-27T16:46:12.7788507Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Byte (0 ms) 2022-09-27T16:46:12.7788855Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Char 2022-09-27T16:46:12.7789217Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Char (0 ms) 2022-09-27T16:46:12.7789572Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Short 2022-09-27T16:46:12.7789929Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Short (0 ms) 2022-09-27T16:46:12.7790278Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Int 2022-09-27T16:46:12.7790626Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Int (0 ms) 2022-09-27T16:46:12.7790960Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Long 2022-09-27T16:46:12.7791310Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Long (0 ms) 2022-09-27T16:46:12.7791663Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Float 2022-09-27T16:46:12.7792015Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Float (0 ms) 2022-09-27T16:46:12.7792374Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Double 2022-09-27T16:46:12.7792717Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Double (0 ms) 2022-09-27T16:46:12.7793081Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Byte 2022-09-27T16:46:12.7793446Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Byte (0 ms) 2022-09-27T16:46:12.7793810Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Char 2022-09-27T16:46:12.7794173Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Char (0 ms) 2022-09-27T16:46:12.7794536Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Short 2022-09-27T16:46:12.7794973Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Short (0 ms) 2022-09-27T16:46:12.7795345Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Int 2022-09-27T16:46:12.7795755Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Int (0 ms) 2022-09-27T16:46:12.7796146Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Long 2022-09-27T16:46:12.7796512Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Long (0 ms) 2022-09-27T16:46:12.7796878Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Float 2022-09-27T16:46:12.7797231Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Float (0 ms) 2022-09-27T16:46:12.7797660Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Double 2022-09-27T16:46:12.7798054Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Double (0 ms) 2022-09-27T16:46:12.7798408Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Byte 2022-09-27T16:46:12.7798739Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Byte (0 ms) 2022-09-27T16:46:12.7799075Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Char 2022-09-27T16:46:12.7799389Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Char (0 ms) 2022-09-27T16:46:12.7799719Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Short 2022-09-27T16:46:12.7800053Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Short (0 ms) 2022-09-27T16:46:12.7800385Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Int 2022-09-27T16:46:12.7800713Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Int (0 ms) 2022-09-27T16:46:12.7801040Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Long 2022-09-27T16:46:12.7801381Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Long (0 ms) 2022-09-27T16:46:12.7801699Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Float 2022-09-27T16:46:12.7802027Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Float (0 ms) 2022-09-27T16:46:12.7802356Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Double 2022-09-27T16:46:12.7802689Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Double (0 ms) 2022-09-27T16:46:12.7803023Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Bool 2022-09-27T16:46:12.7803341Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Bool (0 ms) 2022-09-27T16:46:12.7803663Z [ RUN ] TensorIteratorTest.SerialLoopSingleThread 2022-09-27T16:46:12.7817414Z [ OK ] TensorIteratorTest.SerialLoopSingleThread (2 ms) 2022-09-27T16:46:12.7817906Z [ RUN ] TensorIteratorTest.InputDType 2022-09-27T16:46:12.7818337Z [ OK ] TensorIteratorTest.InputDType (0 ms) 2022-09-27T16:46:12.7818843Z [ RUN ] TensorIteratorTest.ComputeCommonDTypeInputOnly 2022-09-27T16:46:12.7819433Z [ OK ] TensorIteratorTest.ComputeCommonDTypeInputOnly (0 ms) 2022-09-27T16:46:12.7820028Z [ RUN ] TensorIteratorTest.DoNotComputeCommonDTypeInputOnly 2022-09-27T16:46:12.7820659Z [ OK ] TensorIteratorTest.DoNotComputeCommonDTypeInputOnly (0 ms) 2022-09-27T16:46:12.7821259Z [ RUN ] TensorIteratorTest.FailNonPromotingBinaryOp 2022-09-27T16:46:12.7821818Z [ OK ] TensorIteratorTest.FailNonPromotingBinaryOp (0 ms) 2022-09-27T16:46:12.7822388Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Byte 2022-09-27T16:46:12.7822951Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Byte (0 ms) 2022-09-27T16:46:12.7823300Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Char 2022-09-27T16:46:12.7823657Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Char (0 ms) 2022-09-27T16:46:12.7824012Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Short 2022-09-27T16:46:12.7824368Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Short (0 ms) 2022-09-27T16:46:12.7824729Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Int 2022-09-27T16:46:12.7825083Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Int (0 ms) 2022-09-27T16:46:12.7825424Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Long 2022-09-27T16:46:12.7825898Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Long (0 ms) 2022-09-27T16:46:12.7826258Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Float 2022-09-27T16:46:12.7826616Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Float (0 ms) 2022-09-27T16:46:12.7826975Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Double 2022-09-27T16:46:12.7827336Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Double (0 ms) 2022-09-27T16:46:12.7827655Z [----------] 65 tests from TensorIteratorTest (616 ms total) 2022-09-27T16:46:12.7827818Z 2022-09-27T16:46:12.7827934Z [----------] Global test environment tear-down 2022-09-27T16:46:12.7845384Z [==========] 65 tests from 1 test suite ran. (616 ms total) 2022-09-27T16:46:12.7845623Z [ PASSED ] 65 tests. 2022-09-27T16:46:12.8602658Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\test_parallel.exe" 2022-09-27T16:46:13.1949393Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:46:13.1949770Z [==========] Running 5 tests from 1 test suite. 2022-09-27T16:46:13.1950024Z [----------] Global test environment set-up. 2022-09-27T16:46:13.1950248Z [----------] 5 tests from TestParallel 2022-09-27T16:46:13.1950481Z [ RUN ] TestParallel.TestParallel 2022-09-27T16:46:13.1989260Z [ OK ] TestParallel.TestParallel (3 ms) 2022-09-27T16:46:13.1989648Z [ RUN ] TestParallel.NestedParallel 2022-09-27T16:46:13.2019766Z [ OK ] TestParallel.NestedParallel (3 ms) 2022-09-27T16:46:13.2020272Z [ RUN ] TestParallel.NestedParallelThreadId 2022-09-27T16:46:13.2316813Z [ OK ] TestParallel.NestedParallelThreadId (29 ms) 2022-09-27T16:46:13.2317241Z [ RUN ] TestParallel.Exceptions 2022-09-27T16:46:13.2318391Z [ OK ] TestParallel.Exceptions (0 ms) 2022-09-27T16:46:13.2318789Z [ RUN ] TestParallel.IntraOpLaunchFuture 2022-09-27T16:46:13.2319182Z [ OK ] TestParallel.IntraOpLaunchFuture (0 ms) 2022-09-27T16:46:13.2319573Z [----------] 5 tests from TestParallel (36 ms total) 2022-09-27T16:46:13.2319771Z 2022-09-27T16:46:13.2319910Z [----------] Global test environment tear-down 2022-09-27T16:46:13.2333561Z [==========] 5 tests from 1 test suite ran. (37 ms total) 2022-09-27T16:46:13.2333899Z [ PASSED ] 5 tests. 2022-09-27T16:46:13.3053297Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\thread_init_test.exe" 2022-09-27T16:46:14.9134565Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_ptr_test.exe" 2022-09-27T16:46:15.2494249Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:46:15.2494641Z [==========] Running 4 tests from 1 test suite. 2022-09-27T16:46:15.2494897Z [----------] Global test environment set-up. 2022-09-27T16:46:15.2495151Z [----------] 4 tests from SingletonOrSharedTypePtr 2022-09-27T16:46:15.2495427Z [ RUN ] SingletonOrSharedTypePtr.Empty 2022-09-27T16:46:15.2495711Z [ OK ] SingletonOrSharedTypePtr.Empty (0 ms) 2022-09-27T16:46:15.2495990Z [ RUN ] SingletonOrSharedTypePtr.NonEmpty 2022-09-27T16:46:15.2496278Z [ OK ] SingletonOrSharedTypePtr.NonEmpty (0 ms) 2022-09-27T16:46:15.2496559Z [ RUN ] SingletonOrSharedTypePtr.Comparison 2022-09-27T16:46:15.2496858Z [ OK ] SingletonOrSharedTypePtr.Comparison (0 ms) 2022-09-27T16:46:15.2497179Z [ RUN ] SingletonOrSharedTypePtr.SingletonComparison 2022-09-27T16:46:15.2497524Z [ OK ] SingletonOrSharedTypePtr.SingletonComparison (0 ms) 2022-09-27T16:46:15.2497861Z [----------] 4 tests from SingletonOrSharedTypePtr (0 ms total) 2022-09-27T16:46:15.2498037Z 2022-09-27T16:46:15.2498150Z [----------] Global test environment tear-down 2022-09-27T16:46:15.2505666Z [==========] 4 tests from 1 test suite ran. (0 ms total) 2022-09-27T16:46:15.2505888Z [ PASSED ] 4 tests. 2022-09-27T16:46:15.3183117Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\type_test.exe" 2022-09-27T16:46:15.6522030Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:46:15.6522410Z [==========] Running 9 tests from 2 test suites. 2022-09-27T16:46:15.6522648Z [----------] Global test environment set-up. 2022-09-27T16:46:15.6522898Z [----------] 3 tests from TypeCustomPrinter 2022-09-27T16:46:15.6523141Z [ RUN ] TypeCustomPrinter.Basic 2022-09-27T16:46:15.6524018Z [ OK ] TypeCustomPrinter.Basic (0 ms) 2022-09-27T16:46:15.6524286Z [ RUN ] TypeCustomPrinter.ContainedTypes 2022-09-27T16:46:15.6524801Z [ OK ] TypeCustomPrinter.ContainedTypes (0 ms) 2022-09-27T16:46:15.6525073Z [ RUN ] TypeCustomPrinter.NamedTuples 2022-09-27T16:46:15.6525341Z [ OK ] TypeCustomPrinter.NamedTuples (0 ms) 2022-09-27T16:46:15.6525621Z [----------] 3 tests from TypeCustomPrinter (0 ms total) 2022-09-27T16:46:15.6525782Z 2022-09-27T16:46:15.6525885Z [----------] 6 tests from TypeEquality 2022-09-27T16:46:15.6526107Z [ RUN ] TypeEquality.ClassBasic 2022-09-27T16:46:15.6596514Z [ OK ] TypeEquality.ClassBasic (7 ms) 2022-09-27T16:46:15.6596764Z [ RUN ] TypeEquality.ClassInequality 2022-09-27T16:46:15.6600173Z [ OK ] TypeEquality.ClassInequality (0 ms) 2022-09-27T16:46:15.6600438Z [ RUN ] TypeEquality.InterfaceEquality 2022-09-27T16:46:15.6601453Z [ OK ] TypeEquality.InterfaceEquality (0 ms) 2022-09-27T16:46:15.6601730Z [ RUN ] TypeEquality.InterfaceInequality 2022-09-27T16:46:15.6602467Z [ OK ] TypeEquality.InterfaceInequality (0 ms) 2022-09-27T16:46:15.6602735Z [ RUN ] TypeEquality.TupleEquality 2022-09-27T16:46:15.6602973Z [ OK ] TypeEquality.TupleEquality (0 ms) 2022-09-27T16:46:15.6603233Z [ RUN ] TypeEquality.NamedTupleEquality 2022-09-27T16:46:15.6603506Z [ OK ] TypeEquality.NamedTupleEquality (0 ms) 2022-09-27T16:46:15.6603779Z [----------] 6 tests from TypeEquality (7 ms total) 2022-09-27T16:46:15.6603932Z 2022-09-27T16:46:15.6604046Z [----------] Global test environment tear-down 2022-09-27T16:46:15.6615818Z [==========] 9 tests from 2 test suites ran. (8 ms total) 2022-09-27T16:46:15.6616032Z [ PASSED ] 9 tests. 2022-09-27T16:46:15.7301227Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\undefined_tensor_test.exe" 2022-09-27T16:46:16.0667510Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:46:16.0667894Z [==========] Running 1 test from 1 test suite. 2022-09-27T16:46:16.0668142Z [----------] Global test environment set-up. 2022-09-27T16:46:16.0668402Z [----------] 1 test from TestUndefined 2022-09-27T16:46:16.0668624Z [ RUN ] TestUndefined.UndefinedTest 2022-09-27T16:46:16.6750839Z [ OK ] TestUndefined.UndefinedTest (608 ms) 2022-09-27T16:46:16.6751151Z [----------] 1 test from TestUndefined (608 ms total) 2022-09-27T16:46:16.6751305Z 2022-09-27T16:46:16.6751430Z [----------] Global test environment tear-down 2022-09-27T16:46:16.6761683Z [==========] 1 test from 1 test suite ran. (608 ms total) 2022-09-27T16:46:16.6761905Z [ PASSED ] 1 test. 2022-09-27T16:46:16.7522136Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\variant_test.exe" 2022-09-27T16:46:16.7622707Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:46:16.7623081Z [==========] Running 1 test from 1 test suite. 2022-09-27T16:46:16.7623327Z [----------] Global test environment set-up. 2022-09-27T16:46:16.7623579Z [----------] 1 test from VariantTest 2022-09-27T16:46:16.7623793Z [ RUN ] VariantTest.Basic 2022-09-27T16:46:16.7623995Z [ OK ] VariantTest.Basic (0 ms) 2022-09-27T16:46:16.7624233Z [----------] 1 test from VariantTest (0 ms total) 2022-09-27T16:46:16.7624378Z 2022-09-27T16:46:16.7624490Z [----------] Global test environment tear-down 2022-09-27T16:46:16.7633317Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-09-27T16:46:16.7633536Z [ PASSED ] 1 test. 2022-09-27T16:46:16.7693359Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\vmap_test.exe" 2022-09-27T16:46:17.1030685Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:46:17.1031071Z [==========] Running 23 tests from 1 test suite. 2022-09-27T16:46:17.1031326Z [----------] Global test environment set-up. 2022-09-27T16:46:17.1031545Z [----------] 23 tests from VmapTest 2022-09-27T16:46:17.1031774Z [ RUN ] VmapTest.TestBatchedTensor 2022-09-27T16:46:17.7075731Z [ OK ] VmapTest.TestBatchedTensor (604 ms) 2022-09-27T16:46:17.7076050Z [ RUN ] VmapTest.TestBatchedTensorMaxLevel 2022-09-27T16:46:17.7078720Z [ OK ] VmapTest.TestBatchedTensorMaxLevel (0 ms) 2022-09-27T16:46:17.7079026Z [ RUN ] VmapTest.TestBatchedTensorActualDim 2022-09-27T16:46:17.7086477Z [ OK ] VmapTest.TestBatchedTensorActualDim (0 ms) 2022-09-27T16:46:17.7086825Z [ RUN ] VmapTest.TestMultiBatchVmapTransform 2022-09-27T16:46:17.7092230Z [ OK ] VmapTest.TestMultiBatchVmapTransform (0 ms) 2022-09-27T16:46:17.7092566Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalDim 2022-09-27T16:46:17.7094624Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalDim (0 ms) 2022-09-27T16:46:17.7094961Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalDims 2022-09-27T16:46:17.7096689Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalDims (0 ms) 2022-09-27T16:46:17.7097062Z [ RUN ] VmapTest.TestVmapPhysicalViewNewLogicalFromPhysical 2022-09-27T16:46:17.7097464Z [ OK ] VmapTest.TestVmapPhysicalViewNewLogicalFromPhysical (0 ms) 2022-09-27T16:46:17.7097795Z [ RUN ] VmapTest.TestBatchedTensorSum 2022-09-27T16:46:17.7101066Z [ OK ] VmapTest.TestBatchedTensorSum (0 ms) 2022-09-27T16:46:17.7101388Z [ RUN ] VmapTest.TestBroadcastingVmapTransformBatchedBatched 2022-09-27T16:46:17.7110607Z [ OK ] VmapTest.TestBroadcastingVmapTransformBatchedBatched (0 ms) 2022-09-27T16:46:17.7111011Z [ RUN ] VmapTest.TestBroadcastingVmapTransformBatchedUnbatched 2022-09-27T16:46:17.7118821Z [ OK ] VmapTest.TestBroadcastingVmapTransformBatchedUnbatched (0 ms) 2022-09-27T16:46:17.7119210Z [ RUN ] VmapTest.TestBroadcastingVmapTransformMaxLevels 2022-09-27T16:46:17.7123353Z [ OK ] VmapTest.TestBroadcastingVmapTransformMaxLevels (0 ms) 2022-09-27T16:46:17.7123670Z [ RUN ] VmapTest.TestBatchedTensorMul 2022-09-27T16:46:17.7126316Z [ OK ] VmapTest.TestBatchedTensorMul (0 ms) 2022-09-27T16:46:17.7126574Z [ RUN ] VmapTest.TestBatchedTensorSize 2022-09-27T16:46:17.7131596Z [ OK ] VmapTest.TestBatchedTensorSize (0 ms) 2022-09-27T16:46:17.7131921Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalShape 2022-09-27T16:46:17.7132276Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalShape (0 ms) 2022-09-27T16:46:17.7132594Z [ RUN ] VmapTest.TestBatchedTensorExpand 2022-09-27T16:46:17.7142347Z [ OK ] VmapTest.TestBatchedTensorExpand (1 ms) 2022-09-27T16:46:17.7142650Z [ RUN ] VmapTest.TestBatchedTensorUnsqueeze 2022-09-27T16:46:17.7144260Z [ OK ] VmapTest.TestBatchedTensorUnsqueeze (0 ms) 2022-09-27T16:46:17.7144554Z [ RUN ] VmapTest.TestBatchedTensorSqueeze 2022-09-27T16:46:17.7146118Z [ OK ] VmapTest.TestBatchedTensorSqueeze (0 ms) 2022-09-27T16:46:17.7146409Z [ RUN ] VmapTest.TestBatchedTensorTranspose 2022-09-27T16:46:17.7149217Z [ OK ] VmapTest.TestBatchedTensorTranspose (0 ms) 2022-09-27T16:46:17.7149517Z [ RUN ] VmapTest.TestBatchedTensorPermute 2022-09-27T16:46:17.7151869Z [ OK ] VmapTest.TestBatchedTensorPermute (0 ms) 2022-09-27T16:46:17.7152194Z [ RUN ] VmapTest.TestMultiBatchVmapTransformBatchedBatched 2022-09-27T16:46:17.7174436Z [ OK ] VmapTest.TestMultiBatchVmapTransformBatchedBatched (2 ms) 2022-09-27T16:46:17.7175038Z [ RUN ] VmapTest.TestMultiBatchVmapTransformBatchedUnbatched 2022-09-27T16:46:17.7183399Z [ OK ] VmapTest.TestMultiBatchVmapTransformBatchedUnbatched (0 ms) 2022-09-27T16:46:17.7183779Z [ RUN ] VmapTest.TestMultiBatchVmapTransformMaxLevels 2022-09-27T16:46:17.7188087Z [ OK ] VmapTest.TestMultiBatchVmapTransformMaxLevels (0 ms) 2022-09-27T16:46:17.7188456Z [ RUN ] VmapTest.TestMultiBatchVmapTransformMultipleTensors 2022-09-27T16:46:17.7194604Z [ OK ] VmapTest.TestMultiBatchVmapTransformMultipleTensors (0 ms) 2022-09-27T16:46:17.7194951Z [----------] 23 tests from VmapTest (616 ms total) 2022-09-27T16:46:17.7195201Z 2022-09-27T16:46:17.7195315Z [----------] Global test environment tear-down 2022-09-27T16:46:17.7210024Z [==========] 23 tests from 1 test suite ran. (616 ms total) 2022-09-27T16:46:17.7210265Z [ PASSED ] 23 tests. 2022-09-27T16:46:17.7964733Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\weakref_test.exe" 2022-09-27T16:46:18.1300031Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:46:18.1300411Z [==========] Running 3 tests from 1 test suite. 2022-09-27T16:46:18.1300663Z [----------] Global test environment set-up. 2022-09-27T16:46:18.1300916Z [----------] 3 tests from TestWeakPointer 2022-09-27T16:46:18.1301200Z [ RUN ] TestWeakPointer.WeakPointerGetsInvalidated 2022-09-27T16:46:18.1301604Z [ OK ] TestWeakPointer.WeakPointerGetsInvalidated (0 ms) 2022-09-27T16:46:18.1301903Z [ RUN ] TestWeakPointer.WeakPointerLock 2022-09-27T16:46:18.1302183Z [ OK ] TestWeakPointer.WeakPointerLock (0 ms) 2022-09-27T16:46:18.1302494Z [ RUN ] TestWeakPointer.WeakUpdatesRefcountsTest 2022-09-27T16:46:18.1302819Z [ OK ] TestWeakPointer.WeakUpdatesRefcountsTest (0 ms) 2022-09-27T16:46:18.1303129Z [----------] 3 tests from TestWeakPointer (0 ms total) 2022-09-27T16:46:18.1303286Z 2022-09-27T16:46:18.1303402Z [----------] Global test environment tear-down 2022-09-27T16:46:18.1313764Z [==========] 3 tests from 1 test suite ran. (0 ms total) 2022-09-27T16:46:18.1313988Z [ PASSED ] 3 tests. 2022-09-27T16:46:18.2003262Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\wrapdim_test.exe" 2022-09-27T16:46:18.5353814Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:46:18.5354176Z [==========] Running 1 test from 1 test suite. 2022-09-27T16:46:18.5354425Z [----------] Global test environment set-up. 2022-09-27T16:46:18.5354664Z [----------] 1 test from TestWrapdim 2022-09-27T16:46:18.5354901Z [ RUN ] TestWrapdim.TestWrapdim 2022-09-27T16:46:18.5358975Z [ OK ] TestWrapdim.TestWrapdim (0 ms) 2022-09-27T16:46:18.5359243Z [----------] 1 test from TestWrapdim (0 ms total) 2022-09-27T16:46:18.5359388Z 2022-09-27T16:46:18.5359487Z [----------] Global test environment tear-down 2022-09-27T16:46:18.5372566Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-09-27T16:46:18.5372815Z [ PASSED ] 1 test. 2022-09-27T16:46:18.6090458Z Running "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\test\xla_tensor_test.exe" 2022-09-27T16:46:18.9445141Z Running main() from C:\actions-runner\_work\pytorch\pytorch\third_party\googletest\googletest\src\gtest_main.cc 2022-09-27T16:46:18.9445499Z [==========] Running 1 test from 1 test suite. 2022-09-27T16:46:18.9445754Z [----------] Global test environment set-up. 2022-09-27T16:46:18.9445977Z [----------] 1 test from XlaTensorTest 2022-09-27T16:46:18.9446215Z [ RUN ] XlaTensorTest.TestNoStorage 2022-09-27T16:46:18.9446486Z [ OK ] XlaTensorTest.TestNoStorage (0 ms) 2022-09-27T16:46:18.9446751Z [----------] 1 test from XlaTensorTest (0 ms total) 2022-09-27T16:46:18.9446902Z 2022-09-27T16:46:18.9447016Z [----------] Global test environment tear-down 2022-09-27T16:46:18.9456275Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-09-27T16:46:18.9456640Z [ PASSED ] 1 test. 2022-09-27T16:46:19.0151593Z + [[ 0 == \1 ]] 2022-09-27T16:46:19.0152211Z + assert_git_not_dirty 2022-09-27T16:46:19.0152498Z + [[ win-vs2019-cpu-py3 != *rocm* ]] 2022-09-27T16:46:19.0152730Z + [[ win-vs2019-cpu-py3 != *xla* ]] 2022-09-27T16:46:19.0224688Z ++ git status --porcelain 2022-09-27T16:46:19.7558508Z + git_status= 2022-09-27T16:46:19.7558732Z + [[ -n '' ]] 2022-09-27T16:46:19.7558925Z + echo 'TEST PASSED' 2022-09-27T16:46:19.7559111Z TEST PASSED 2022-09-27T16:46:19.7716783Z Prepare all required actions 2022-09-27T16:46:19.7717345Z Getting action download info 2022-09-27T16:46:20.1781556Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-09-27T16:46:20.4782299Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-09-27T16:46:20.4782521Z with: 2022-09-27T16:46:20.4782993Z github-token: *** 2022-09-27T16:46:20.4783157Z env: 2022-09-27T16:46:20.4783323Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:46:20.4783567Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:46:20.4783799Z ##[endgroup] 2022-09-27T16:46:20.4902004Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-09-27T16:46:20.4902233Z with: 2022-09-27T16:46:20.4902387Z shell: bash 2022-09-27T16:46:20.4902558Z timeout_minutes: 10 2022-09-27T16:46:20.4902732Z max_attempts: 5 2022-09-27T16:46:20.4902908Z retry_wait_seconds: 30 2022-09-27T16:46:20.4903316Z 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 "::set-output name=job-id::${GHA_WORKFLOW_JOB_ID}" 2022-09-27T16:46:20.4903703Z polling_interval_seconds: 1 2022-09-27T16:46:20.4903891Z warning_on_retry: true 2022-09-27T16:46:20.4904063Z continue_on_error: false 2022-09-27T16:46:20.4904230Z env: 2022-09-27T16:46:20.4904394Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:46:20.4904643Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:46:20.4905080Z GITHUB_TOKEN: *** 2022-09-27T16:46:20.4905248Z ##[endgroup] 2022-09-27T16:46:20.5636942Z 2022-09-27T16:46:20.5862538Z + python3 -m pip install requests==2.26.0 2022-09-27T16:46:21.1782610Z Collecting requests==2.26.0 2022-09-27T16:46:21.1868510Z Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-09-27T16:46:21.2303800Z Collecting certifi>=2017.4.17 2022-09-27T16:46:21.2549701Z Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 2022-09-27T16:46:21.2706483Z -------------------------------------- 161.1/161.1 kB 9.4 MB/s eta 0:00:00 2022-09-27T16:46:21.2990314Z Collecting idna<4,>=2.5 2022-09-27T16:46:21.3043271Z Downloading idna-3.4-py3-none-any.whl (61 kB) 2022-09-27T16:46:21.3128776Z ---------------------------------------- 61.5/61.5 kB 3.2 MB/s eta 0:00:00 2022-09-27T16:46:21.3572559Z Collecting urllib3<1.27,>=1.21.1 2022-09-27T16:46:21.3633530Z Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2022-09-27T16:46:21.4060023Z Collecting charset-normalizer~=2.0.0 2022-09-27T16:46:21.4135920Z Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-09-27T16:46:21.5101356Z Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests 2022-09-27T16:46:22.2751704Z Successfully installed certifi-2022.9.24 charset-normalizer-2.0.12 idna-3.4 requests-2.26.0 urllib3-1.26.12 2022-09-27T16:46:22.3512181Z ++ python3 .github/scripts/get_workflow_job_id.py 3133193930 i-05c55654833b73aef 2022-09-27T16:46:26.9463486Z + GHA_WORKFLOW_JOB_ID=8576518200 2022-09-27T16:46:26.9464217Z + echo '::set-output name=job-id::8576518200' 2022-09-27T16:46:27.6276186Z Command completed after 1 attempt(s). 2022-09-27T16:46:27.6276580Z 2022-09-27T16:46:27.6508659Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-09-27T16:46:27.6508959Z kill "$MONITOR_SCRIPT_PID" 2022-09-27T16:46:27.6535660Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-09-27T16:46:27.6535931Z env: 2022-09-27T16:46:27.6536108Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:46:27.6536368Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:46:27.6536600Z MONITOR_SCRIPT_PID: 1574 2022-09-27T16:46:27.6536778Z ##[endgroup] 2022-09-27T16:46:27.6892604Z Prepare all required actions 2022-09-27T16:46:27.6892934Z Getting action download info 2022-09-27T16:46:27.8476386Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:3c1d75049465d7dfa70acca6d80b9c5c06ff4886) 2022-09-27T16:46:28.5832179Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-09-27T16:46:28.8247420Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-09-27T16:46:28.8247637Z with: 2022-09-27T16:46:28.8247860Z file-suffix: test-default-1-2-windows.4xlarge_8576518200 2022-09-27T16:46:28.8248078Z env: 2022-09-27T16:46:28.8248243Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:46:28.8248498Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:46:28.8248712Z ##[endgroup] 2022-09-27T16:46:28.8367766Z ##[group]Run # -ir => recursive include all files in pattern 2022-09-27T16:46:28.8368061Z # -ir => recursive include all files in pattern 2022-09-27T16:46:28.8368361Z 7z a "test-jsons-$Env:FILE_SUFFIX.zip" -ir'!test\*.json' 2022-09-27T16:46:28.8390240Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-09-27T16:46:28.8390506Z env: 2022-09-27T16:46:28.8390680Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:46:28.8390945Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:46:28.8391248Z FILE_SUFFIX: test-default-1-2-windows.4xlarge_8576518200 2022-09-27T16:46:28.8391460Z ##[endgroup] 2022-09-27T16:46:29.1990667Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T16:46:29.2748489Z Finished 2022-09-27T16:46:29.4421133Z 2022-09-27T16:46:29.4421554Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-09-27T16:46:29.4421750Z 2022-09-27T16:46:29.4421829Z Scanning the drive: 2022-09-27T16:46:29.4422037Z 5 files, 353337 bytes (346 KiB) 2022-09-27T16:46:29.4422170Z 2022-09-27T16:46:29.4422394Z Creating archive: test-jsons-test-default-1-2-windows.4xlarge_8576518200.zip 2022-09-27T16:46:29.4422605Z 2022-09-27T16:46:29.4422722Z Add new data to archive: 5 files, 353337 bytes (346 KiB) 2022-09-27T16:46:29.4422865Z 2022-09-27T16:46:29.4422870Z 2022-09-27T16:46:29.4422952Z Files read from disk: 5 2022-09-27T16:46:29.4423144Z Archive size: 38264 bytes (38 KiB) 2022-09-27T16:46:29.4423338Z Everything is Ok 2022-09-27T16:46:29.4720976Z ##[group]Run # -ir => recursive include all files in pattern 2022-09-27T16:46:29.4721272Z # -ir => recursive include all files in pattern 2022-09-27T16:46:29.4721541Z 7z a "test-reports-$Env:FILE_SUFFIX.zip" -ir'!test\*.xml' 2022-09-27T16:46:29.4743471Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-09-27T16:46:29.4743736Z env: 2022-09-27T16:46:29.4743899Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:46:29.4744160Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:46:29.4744471Z FILE_SUFFIX: test-default-1-2-windows.4xlarge_8576518200 2022-09-27T16:46:29.4744700Z ##[endgroup] 2022-09-27T16:46:29.7972206Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T16:46:29.8736707Z Finished 2022-09-27T16:46:30.2246413Z 2022-09-27T16:46:30.2246843Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-09-27T16:46:30.2247044Z 2022-09-27T16:46:30.2247123Z Scanning the drive: 2022-09-27T16:46:30.2247334Z 293 files, 13141396 bytes (13 MiB) 2022-09-27T16:46:30.2247454Z 2022-09-27T16:46:30.2247646Z Creating archive: test-reports-test-default-1-2-windows.4xlarge_8576518200.zip 2022-09-27T16:46:30.2247858Z 2022-09-27T16:46:30.2247977Z Add new data to archive: 293 files, 13141396 bytes (13 MiB) 2022-09-27T16:46:30.2248121Z 2022-09-27T16:46:30.2248126Z 2022-09-27T16:46:30.2248211Z Files read from disk: 293 2022-09-27T16:46:30.2248401Z Archive size: 676702 bytes (661 KiB) 2022-09-27T16:46:30.2248596Z Everything is Ok 2022-09-27T16:46:30.2558954Z ##[group]Run # -ir => recursive include all files in pattern 2022-09-27T16:46:30.2559269Z # -ir => recursive include all files in pattern 2022-09-27T16:46:30.2559527Z 7z a "usage-log-$Env:FILE_SUFFIX.zip" 'usage_log.txt' 2022-09-27T16:46:30.2581631Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-09-27T16:46:30.2581895Z env: 2022-09-27T16:46:30.2582055Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:46:30.2582313Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:46:30.2582612Z FILE_SUFFIX: test-default-1-2-windows.4xlarge_8576518200 2022-09-27T16:46:30.2582838Z ##[endgroup] 2022-09-27T16:46:30.5793019Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T16:46:30.6571181Z Finished 2022-09-27T16:46:30.8750427Z 2022-09-27T16:46:30.8750658Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-09-27T16:46:30.8750851Z 2022-09-27T16:46:30.8750944Z Scanning the drive: 2022-09-27T16:46:30.8751142Z 1 file, 2696975 bytes (2634 KiB) 2022-09-27T16:46:30.8751263Z 2022-09-27T16:46:30.8751449Z Creating archive: usage-log-test-default-1-2-windows.4xlarge_8576518200.zip 2022-09-27T16:46:30.8751653Z 2022-09-27T16:46:30.8751782Z Add new data to archive: 1 file, 2696975 bytes (2634 KiB) 2022-09-27T16:46:30.8751924Z 2022-09-27T16:46:30.8751928Z 2022-09-27T16:46:30.8752012Z Files read from disk: 1 2022-09-27T16:46:30.8752199Z Archive size: 133081 bytes (130 KiB) 2022-09-27T16:46:30.8752396Z Everything is Ok 2022-09-27T16:46:30.9065508Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:46:30.9065726Z with: 2022-09-27T16:46:30.9065922Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:46:30.9066137Z retention-days: 14 2022-09-27T16:46:30.9066317Z if-no-files-found: warn 2022-09-27T16:46:30.9066510Z path: test-jsons-*.zip 2022-09-27T16:46:30.9066692Z name: artifact 2022-09-27T16:46:30.9066873Z s3-bucket: gha-artifacts 2022-09-27T16:46:30.9067056Z region: us-east-1 2022-09-27T16:46:30.9067204Z env: 2022-09-27T16:46:30.9067371Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:46:30.9067621Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:46:30.9067860Z ##[endgroup] 2022-09-27T16:46:31.7281564Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:46:31.7281881Z With the provided path, there will be 1 file uploaded 2022-09-27T16:46:31.7282160Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:46:31.7296030Z Starting upload of test-jsons-test-default-1-2-windows.4xlarge_8576518200.zip 2022-09-27T16:46:31.9240691Z Finished upload of test-jsons-test-default-1-2-windows.4xlarge_8576518200.zip 2022-09-27T16:46:31.9465963Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:46:31.9466182Z with: 2022-09-27T16:46:31.9466380Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:46:31.9466601Z retention-days: 14 2022-09-27T16:46:31.9466780Z if-no-files-found: error 2022-09-27T16:46:31.9466981Z path: test-reports-*.zip 2022-09-27T16:46:31.9467165Z name: artifact 2022-09-27T16:46:31.9467341Z s3-bucket: gha-artifacts 2022-09-27T16:46:31.9467525Z region: us-east-1 2022-09-27T16:46:31.9467680Z env: 2022-09-27T16:46:31.9467844Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:46:31.9468093Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:46:31.9468324Z ##[endgroup] 2022-09-27T16:46:32.3027555Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:46:32.3027858Z With the provided path, there will be 1 file uploaded 2022-09-27T16:46:32.3028138Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:46:32.3040878Z Starting upload of test-reports-test-default-1-2-windows.4xlarge_8576518200.zip 2022-09-27T16:46:32.4871524Z Finished upload of test-reports-test-default-1-2-windows.4xlarge_8576518200.zip 2022-09-27T16:46:32.5113462Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:46:32.5113687Z with: 2022-09-27T16:46:32.5113887Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:46:32.5114103Z retention-days: 14 2022-09-27T16:46:32.5114282Z if-no-files-found: ignore 2022-09-27T16:46:32.5114561Z path: usage-log-*.zip 2022-09-27T16:46:32.5114736Z name: artifact 2022-09-27T16:46:32.5114910Z s3-bucket: gha-artifacts 2022-09-27T16:46:32.5115092Z region: us-east-1 2022-09-27T16:46:32.5115237Z env: 2022-09-27T16:46:32.5115403Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:46:32.5115653Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:46:32.5115881Z ##[endgroup] 2022-09-27T16:46:32.8684250Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:46:32.8684564Z With the provided path, there will be 1 file uploaded 2022-09-27T16:46:32.8684841Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:46:32.8697696Z Starting upload of usage-log-test-default-1-2-windows.4xlarge_8576518200.zip 2022-09-27T16:46:32.9977581Z Finished upload of usage-log-test-default-1-2-windows.4xlarge_8576518200.zip 2022-09-27T16:46:33.0218860Z ##[group]Run .github/scripts/parse_ref.py 2022-09-27T16:46:33.0219161Z .github/scripts/parse_ref.py 2022-09-27T16:46:33.0267649Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-09-27T16:46:33.0267915Z env: 2022-09-27T16:46:33.0268078Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:46:33.0268335Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:46:33.0268565Z ##[endgroup] 2022-09-27T16:46:33.3491662Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T16:46:33.4250432Z Finished 2022-09-27T16:46:33.6432781Z ##[group]Run set -x 2022-09-27T16:46:33.6433037Z set -x 2022-09-27T16:46:33.6433263Z python3 -m pip install -r requirements.txt 2022-09-27T16:46:33.6433518Z python3 -m pip install boto3==1.19.12 2022-09-27T16:46:33.6433815Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T16:46:33.6462255Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-09-27T16:46:33.6462533Z env: 2022-09-27T16:46:33.6462707Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:46:33.6462962Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:46:33.6463203Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T16:46:33.6463384Z BRANCH: 2022-09-27T16:46:33.6463540Z TEST_CONFIG: default 2022-09-27T16:46:33.6463706Z SHARD_NUMBER: 1 2022-09-27T16:46:33.6463905Z BUILD_ENVIRONMENT: win-vs2019-cpu-py3 2022-09-27T16:46:33.6464093Z PR_NUMBER: 85462 2022-09-27T16:46:33.6464310Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T16:46:33.6464517Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T16:46:33.6464739Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T16:46:33.6464915Z TAG: 2022-09-27T16:46:33.6465080Z WORKFLOW_ID: 3133193930 2022-09-27T16:46:33.6465556Z GITHUB_TOKEN: *** 2022-09-27T16:46:33.6465740Z GHA_WORKFLOW_JOB_ID: 8576518200 2022-09-27T16:46:33.6465921Z ##[endgroup] 2022-09-27T16:46:33.6662686Z + python3 -m pip install -r requirements.txt 2022-09-27T16:46:34.2057372Z Collecting astunparse 2022-09-27T16:46:34.2134033Z Using cached astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-09-27T16:46:34.2423166Z Collecting expecttest 2022-09-27T16:46:34.2477503Z Using cached expecttest-0.1.3-py3-none-any.whl (6.5 kB) 2022-09-27T16:46:34.2733082Z Collecting future 2022-09-27T16:46:34.2810850Z Using cached future-0.18.2.tar.gz (829 kB) 2022-09-27T16:46:34.6441768Z Preparing metadata (setup.py): started 2022-09-27T16:46:35.3455232Z Preparing metadata (setup.py): finished with status 'done' 2022-09-27T16:46:35.7541585Z Collecting hypothesis 2022-09-27T16:46:35.7808973Z Downloading hypothesis-6.54.6-py3-none-any.whl (390 kB) 2022-09-27T16:46:35.8037788Z ------------------------------------- 390.5/390.5 kB 25.3 MB/s eta 0:00:00 2022-09-27T16:46:35.9653655Z Collecting numpy 2022-09-27T16:46:35.9710864Z Downloading numpy-1.23.3-cp310-cp310-win_amd64.whl (14.6 MB) 2022-09-27T16:46:36.2472841Z --------------------------------------- 14.6/14.6 MB 43.5 MB/s eta 0:00:00 2022-09-27T16:46:36.2999701Z Requirement already satisfied: psutil in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-09-27T16:46:36.3347160Z Collecting pyyaml 2022-09-27T16:46:36.3498267Z Using cached PyYAML-6.0-cp310-cp310-win_amd64.whl (151 kB) 2022-09-27T16:46:36.3581753Z Requirement already satisfied: requests in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-09-27T16:46:36.3585473Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from -r requirements.txt (line 10)) (63.2.0) 2022-09-27T16:46:36.4227765Z Collecting six 2022-09-27T16:46:36.4283619Z Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-09-27T16:46:36.4481892Z Collecting types-dataclasses 2022-09-27T16:46:36.4535958Z Using cached types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-09-27T16:46:36.4764546Z Collecting typing_extensions 2022-09-27T16:46:36.4820555Z Using cached typing_extensions-4.3.0-py3-none-any.whl (25 kB) 2022-09-27T16:46:36.5091595Z Collecting sympy 2022-09-27T16:46:36.5317745Z Using cached sympy-1.11.1-py3-none-any.whl (6.5 MB) 2022-09-27T16:46:36.6353782Z Collecting wheel<1.0,>=0.23.0 2022-09-27T16:46:36.6411779Z Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB) 2022-09-27T16:46:36.7050242Z Collecting attrs>=19.2.0 2022-09-27T16:46:36.7109289Z Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2022-09-27T16:46:36.7333148Z Collecting exceptiongroup>=1.0.0rc8 2022-09-27T16:46:36.7398844Z Using cached exceptiongroup-1.0.0rc9-py3-none-any.whl (12 kB) 2022-09-27T16:46:36.7668369Z Collecting sortedcontainers<3.0.0,>=2.1.0 2022-09-27T16:46:36.7738316Z Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2022-09-27T16:46:36.8055663Z Requirement already satisfied: certifi>=2017.4.17 in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (2022.9.24) 2022-09-27T16:46:36.8068046Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (2.0.12) 2022-09-27T16:46:36.8078699Z Requirement already satisfied: idna<4,>=2.5 in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (3.4) 2022-09-27T16:46:36.8084761Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (1.26.12) 2022-09-27T16:46:36.8287843Z Collecting mpmath>=0.19 2022-09-27T16:46:36.8365839Z Using cached mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-09-27T16:46:36.9780897Z Using legacy 'setup.py install' for future, since package 'wheel' is not installed. 2022-09-27T16:46:37.0632631Z Installing collected packages: types-dataclasses, sortedcontainers, mpmath, wheel, typing_extensions, sympy, six, pyyaml, numpy, future, expecttest, exceptiongroup, attrs, hypothesis, astunparse 2022-09-27T16:47:06.5494667Z Running setup.py install for future: started 2022-09-27T16:47:09.8661858Z Running setup.py install for future: finished with status 'done' 2022-09-27T16:47:11.2524606Z Successfully installed astunparse-1.6.3 attrs-22.1.0 exceptiongroup-1.0.0rc9 expecttest-0.1.3 future-0.18.2 hypothesis-6.54.6 mpmath-1.2.1 numpy-1.23.3 pyyaml-6.0 six-1.16.0 sortedcontainers-2.4.0 sympy-1.11.1 types-dataclasses-0.6.6 typing_extensions-4.3.0 wheel-0.37.1 2022-09-27T16:47:11.4358340Z + python3 -m pip install boto3==1.19.12 2022-09-27T16:47:12.2866874Z Collecting boto3==1.19.12 2022-09-27T16:47:12.2941072Z Using cached boto3-1.19.12-py3-none-any.whl (131 kB) 2022-09-27T16:47:12.6903986Z Collecting botocore<1.23.0,>=1.22.12 2022-09-27T16:47:12.7181476Z Using cached botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-09-27T16:47:13.1542034Z Collecting jmespath<1.0.0,>=0.7.1 2022-09-27T16:47:13.1605802Z Using cached jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-09-27T16:47:13.2277537Z Collecting s3transfer<0.6.0,>=0.5.0 2022-09-27T16:47:13.2364139Z Using cached s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-09-27T16:47:13.2692345Z Collecting python-dateutil<3.0.0,>=2.1 2022-09-27T16:47:13.2756263Z Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-09-27T16:47:13.2847509Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in c:\actions-runner\_work\_tool\python\3.10.7\x64\lib\site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.12) 2022-09-27T16:47:13.4596912Z Requirement already satisfied: six>=1.5 in c:\actions-runner\_work\_tool\python\3.10.7\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-09-27T16:47:13.6809846Z Installing collected packages: python-dateutil, jmespath, botocore, s3transfer, boto3 2022-09-27T16:47:17.6660893Z Successfully installed boto3-1.19.12 botocore-1.22.12 jmespath-0.10.0 python-dateutil-2.8.2 s3transfer-0.5.2 2022-09-27T16:47:17.7589287Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T16:47:48.6260027Z [scribe] Scribe access token not provided, sending report via boto3... 2022-09-27T16:47:48.6262252Z 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-09-27T16:47:48.6263413Z 2022-09-27T16:47:48.6263549Z ----- Historic stats comparison result ------ 2022-09-27T16:47:48.6263718Z 2022-09-27T16:47:48.6263802Z job: win-vs2019-cpu-py3 2022-09-27T16:47:48.6264054Z commit: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T16:47:48.6264206Z 2022-09-27T16:47:48.6265844Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-09-27T16:47:48.6266059Z 2022-09-27T16:47:48.6266151Z : (master) 2022-09-27T16:47:48.6266305Z | 2022-09-27T16:47:48.6266523Z | * 52424e2bf3 (HEAD) total time 4759.42s 2022-09-27T16:47:48.6266725Z | | 2022-09-27T16:47:48.6266897Z | : (4 commits) 2022-09-27T16:47:48.6267075Z |/ 2022-09-27T16:47:48.6268574Z * c7c2578f93 (base) 3 reports, total time 4196.44s � 874.10s 2022-09-27T16:47:48.6268897Z * 99ad8a3048 3 reports, total time 4128.93s � 942.22s 2022-09-27T16:47:48.6269173Z * 34296e2f4c 3 reports, total time 4177.36s � 1079.30s 2022-09-27T16:47:48.6269446Z * 4523ac7aa1 3 reports, total time 4161.15s � 996.44s 2022-09-27T16:47:48.6269826Z * f21e77d9a6 3 reports, total time 4156.43s � 1059.47s 2022-09-27T16:47:48.6270095Z * 26a861cb27 3 reports, total time 4100.52s � 1004.98s 2022-09-27T16:47:48.6270339Z * 56a41b5998 3 reports, total time 4124.25s � 967.94s 2022-09-27T16:47:48.6270611Z * 1910c5847e 3 reports, total time 4106.53s � 1002.68s 2022-09-27T16:47:48.6270885Z * caa0ab557d 3 reports, total time 4198.84s � 1015.21s 2022-09-27T16:47:48.6271120Z * 0336308be5 0 reports 2022-09-27T16:47:48.6272078Z | 2022-09-27T16:47:48.6272219Z : 2022-09-27T16:47:48.6272317Z 2022-09-27T16:47:48.6272448Z Removed (across 325 suites) 0 tests, totaling 0.00s 2022-09-27T16:47:48.6272728Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-09-27T16:47:48.6273004Z Added (across 396 suites) 63812 tests, totaling +4759.42s 2022-09-27T16:47:48.7458940Z Prepare all required actions 2022-09-27T16:47:48.7492857Z ##[group]Run ./.github/actions/teardown-win 2022-09-27T16:47:48.7493051Z with: 2022-09-27T16:47:48.7493214Z env: 2022-09-27T16:47:48.7493395Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:47:48.7493665Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:47:48.7493912Z ##[endgroup] 2022-09-27T16:47:48.7591401Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2022-09-27T16:47:48.7591687Z .github\scripts\wait_for_ssh_to_drain.ps1 2022-09-27T16:47:48.7613769Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-09-27T16:47:48.7614051Z env: 2022-09-27T16:47:48.7614237Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:47:48.7614488Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:47:48.7614727Z ##[endgroup] 2022-09-27T16:47:49.1121122Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T16:47:49.2003211Z Finished 2022-09-27T16:47:49.4784735Z Holding runner until all ssh sessions have logged out 2022-09-27T16:47:49.5136610Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2022-09-27T16:47:49.5136895Z .github\scripts\kill_active_ssh_sessions.ps1 2022-09-27T16:47:49.5158640Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-09-27T16:47:49.5158913Z env: 2022-09-27T16:47:49.5159098Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:47:49.5159347Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:47:49.5159590Z ##[endgroup] 2022-09-27T16:47:49.8390548Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-09-27T16:47:49.9160672Z Finished 2022-09-27T16:47:49.9718882Z ##[group]Run [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-09-27T16:47:49.9719208Z [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-09-27T16:47:49.9719431Z rm -rf ./* 2022-09-27T16:47:49.9745966Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-09-27T16:47:49.9746238Z env: 2022-09-27T16:47:49.9746403Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:47:49.9746670Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.10.7\x64 2022-09-27T16:47:49.9746919Z EXTRA_DELETE_DIR: 2022-09-27T16:47:49.9747100Z ##[endgroup] 2022-09-27T16:48:05.3569557Z Post job cleanup. 2022-09-27T16:48:05.3714475Z Post job cleanup. 2022-09-27T16:48:05.7336175Z Cache hit occurred on the primary key setup-python-Windows-python-3.10.7-pip-48add261c4f172cdb6d82f0530dcb9bdc7b72fa1aed86e243bf3832a23e32c1d, not saving cache. 2022-09-27T16:48:05.7569436Z Post job cleanup. 2022-09-27T16:48:05.7729671Z Post job cleanup. 2022-09-27T16:48:06.1756651Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-09-27T16:48:06.1932031Z git version 2.37.3.windows.1 2022-09-27T16:48:06.1982277Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\5997f7ec-113c-4493-bbee-bda666092d6b\.gitconfig' 2022-09-27T16:48:06.2036621Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\5997f7ec-113c-4493-bbee-bda666092d6b' before making global git config changes 2022-09-27T16:48:06.2037094Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T16:48:06.2046589Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-09-27T16:48:06.2260913Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-09-27T16:48:06.2475836Z [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-09-27T16:48:06.7012926Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T16:48:06.7175464Z http.https://github.com/.extraheader 2022-09-27T16:48:06.7209787Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2022-09-27T16:48:06.7434611Z [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-09-27T16:48:07.1202997Z Cleaning up orphan processes